a {
    outline: none; /* Убираем границу вокруг ссылок  */
   }
.wa-stacktest * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.wa-stacktest{
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
	overflow: hidden;
	padding: 105px 20px 0;
	background: #fff !important;
	position: relative !important;
}
.wa-stacktest h1{
	text-align: center !important;
	margin-bottom: 75px !important;
	    font-family: 'open sans' !important;
    color: #021fea !important;
    font-weight: bold !important;
}
.test-hits{
	text-align: center;
	margin-left: -70%;
}
.muteSound{
	position: relative;
	display: inline-block;
	left: 65%;
	color: #021fea;
    background: none;
	border: 0px;
	font:normal normal normal 2.2em/1 FontAwesome;
	cursor: pointer;
	/*background: #fff url("/components/com_stacktest/assets/images/mute.png") center center;
	width: 31px;
	height: 32px;*/
}
.muteSound:before{content:"\f026"}
.muteSound.unmute{
	/*background: #fff url("/components/com_stacktest/assets/images/unmute.png") center center;*/
}
.unmute:before{content:"\f028"}
.test-done-success{
	display: none;
}
.test-done-success h2{
	text-align: center !important;
	font-size: 30px !important;
}
.stacktest{
	width: 400px;
	margin: 0 auto;
	text-align: left;
}
.stack {
	margin: 0 auto;
	position: relative;
	z-index: 1000;
	width: 320px;
	height: 320px;
	padding: 0;
	list-style: none;
	pointer-events: none;
}

.stack__item {
	background: transparent;
	height: auto;
	width: 100%;
	border-radius: 4px;
	text-align: center;
	overflow: hidden;
	position: absolute;
	opacity: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: auto;
	padding: 3px !important;
}
.counttests{
	top: 0px;
	position: relative;
	font-size: 25px;
	color: #021fea;
	font-weight: bold !important;
}
.img_reklama{

	top: 0px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.sam-tests p#register-link{
	position: relative;
	top: -25px;
}
.countTestsValross{
	font-size: 75%;
	text-decoration: line-through;
	color: #cc0000;
}
.sam-tests{
	bottom: 0px !important;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	left: 0;
	right:0;
	text-align: center;
}
.ovosh_r{
	font-size:15px;
	color:#1B497E;
	text-align: left;

}
.stack__item img {
	width: 100%;
	display: block;
	pointer-events: none;
}

.controlls {
	position: relative;
	width: 100%;
	margin: 5px 3px 10px 3px;
	display:-ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-ms-flex-pack:distribute;
	justify-content:space-around;
	-ms-flex-wrap:nowrap;
	flex-wrap:nowrap;
		-webkit-justify-content:space-around;
	-webkit-flex-wrap:nowrap;
}
.controlls-left {
	float:left;
}
.controlls-right {
	float: right;
}
.controlls-center{
	text-align: center;
}
.buttoon {
	border: none;
	background: none;
	position: relative;
	display: inline-block;
	padding: 0.25em;
	cursor: pointer;
	font-size: 1.5em;
	width: 50px;
	height: 50px;
	z-index: 100;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.buttoon .fa {
	pointer-events: none;
}

.button--default {
	background: #333;
	border-radius: 3px;
	color: #fff;
	font-size: 0.95em;
	font-weight: bold;
	padding: 0.65em 2em;
	width: auto;
	height: auto;
}

.button--sonar, .button--help {
	border-radius: 50%;
	background: #eeeeee;
}

.button--sonar::before {
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	content: '';
	opacity: 0;
	pointer-events: none;
	border: 4px solid rgba(255,255,255,0.5);
	margin: -40px 0 0 -40px;
	width: 70px;
	height: 70px;
}

.button--sonar.button--active::before {
	-webkit-animation: anim-effect-sonar 0.3s ease-out forwards;
	animation: anim-effect-sonar 0.3s ease-out forwards;
}

@-webkit-keyframes anim-effect-sonar {
	0% {
		opacity: 1;
		-webkit-transform: scale3d(0.9, 0.9, 1);
		transform: scale3d(0.9, 0.9, 1);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(1.4, 1.4, 1);
		transform: scale3d(1.4, 1.4, 1);
	}
}

@keyframes anim-effect-sonar {
	0% {
		opacity: 1;
		-webkit-transform: scale3d(0.9, 0.9, 1);
		transform: scale3d(0.9, 0.9, 1);
	}
	to {
		opacity: 0;
		-webkit-transform: scale3d(1.4, 1.4, 1);
		transform: scale3d(1.4, 1.4, 1);
	}
}

.material-circle {
	width: 150vh;
	height: 150vh;
	margin: -75vh 0 0 -75vh;
	z-index: 0;
	border-radius: 50%;
	pointer-events: none;
	opacity: 0;
	position: absolute;
	z-index: 0;
	-webkit-transform: scale3d(0, 0, 1);
	transform: scale3d(0, 0, 1);
}

.material-circle--accept.material-circle--active {
	background: #81d47d;
}

.material-circle--reject.material-circle--active {
	background: #e66868;
}

.material-circle--active {
	-webkit-animation: anim-effect-material 0.6s ease-out forwards;
	animation: anim-effect-material 0.6s ease-out forwards;
}

@-webkit-keyframes anim-effect-material {
	0% {
		opacity: 1;
		-webkit-transform: scale3d(0, 0, 1);
		transform: scale3d(0, 0, 1);
	}
	70% {
		opacity: 1;
		-webkit-transform: scale3d(1.4, 1.4, 1);
		transform: scale3d(1.4, 1.4, 1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale3d(1.4, 1.4, 1);
		transform: scale3d(1.4, 1.4, 1);
	}
}

@keyframes anim-effect-material {
	0% {
		opacity: 1;
		-webkit-transform: scale3d(0, 0, 1);
		transform: scale3d(0, 0, 1);
	}
	70% {
		opacity: 1;
		-webkit-transform: scale3d(1.4, 1.4, 1);
		transform: scale3d(1.4, 1.4, 1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale3d(1.4, 1.4, 1);
		transform: scale3d(1.4, 1.4, 1);
	}
}

.buttoon:focus {
	outline: none;
}

.button--accept {
	color: #03ad17;
}

.button--reject {
	color: #e66868;
}
.button--help {
	color: #032D7C;
}
.text-hidden {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	color: transparent;
	display: block;
}

/* Animations */
.stack__item--reject,
.stack__item--accept {
	pointer-events: none;
}


.counter {
	position: relative;
	display: inline-block;
	left: 75%;
	top: -80px;
	width: 40px;
	cursor:pointer;
}

.counter svg {
	display: block;
	margin: 14px auto 0;
	fill:#022463;
}

.counter__number {
	text-align: center;
	position: absolute;
	background: #81D47D;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 50%;
	bottom: -5px;
	right: -5px;
}
.counters {
	position: relative;
	display: inline-block;
	left: 5%;
	top: -80px;
	width: 40px;
	cursor:pointer;
}

.counters svg {
	display: block;
	margin: 14px auto 0;
	fill: #58785A;
}

.counters__number {
	text-align: center;
	position: absolute;
	background: #e66868;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 50%;
	bottom: -5px;
	right: -5px;
}
.stack--slamet .stack__item--reject {
	-webkit-animation: slametReject 0.8s forwards;
	animation: slametReject 0.9s forwards;
	/*-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;*/
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}
/*
@-webkit-keyframes slametReject {
	to {
		opacity: 0;
		-webkit-transform: rotate3d(1,0,0,-90deg);
		transform: rotate3d(1,0,0,-90deg);
	}
}

@keyframes slametReject {
	to {
		opacity: 0;
		-webkit-transform: rotate3d(1,0,0,-90deg);
		transform: rotate3d(1,0,0,-90deg);
	}
}
*/
@-webkit-keyframes slametReject {
	40% {
		-webkit-animation-timing-function: cubic-bezier(0.4,1,0.3,1);
		animation-timing-function: cubic-bezier(0.4,1,0.3,1);
		-webkit-transform: translate3d(0,20%,0) scale3d(1.1,1.1,1);
		transform: translate3d(0,20%,0) scale3d(1.1,1.1,1);
	}
	80% {
		opacity: 1;
		-webkit-transform: translate3d(-120px,-280px,0) scale3d(0.1,0.1,1);
		transform: translate3d(-120px,-280px,0) scale3d(0.1,0.1,1);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(-160px,-250px,0) scale3d(0.05,0.05,1);
		transform: translate3d(-160px,-250px,0) scale3d(0.05,0.05,1);
	}
}

@keyframes slametReject {
	40% {
		-webkit-animation-timing-function: cubic-bezier(0.4,1,0.3,1);
		animation-timing-function: cubic-bezier(0.4,1,0.3,1);
		-webkit-transform: translate3d(0,20%,0) scale3d(1.1,1.1,1);
		transform: translate3d(0,20%,0) scale3d(1.1,1.1,1);
	}
	80% {
		opacity: 1;
		-webkit-transform: translate3d(-120px,-280px,0) scale3d(0.1,0.1,1);
		transform: translate3d(-120px,-280px,0) scale3d(0.1,0.1,1);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(-160px,-250px,0) scale3d(0.05,0.05,1);
		transform: translate3d(-160px,-250px,0) scale3d(0.05,0.05,1);
	}
}

.stack--slamet .stack__item--accept {
	-webkit-animation: slametAccept 0.6s forwards;
	animation: slametAccept 0.6s forwards;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

@-webkit-keyframes slametAccept {
	40% {
		-webkit-animation-timing-function: cubic-bezier(0.4,1,0.3,1);
		animation-timing-function: cubic-bezier(0.4,1,0.3,1);
		-webkit-transform: translate3d(0,20%,0) scale3d(1.1,1.1,1);
		transform: translate3d(0,20%,0) scale3d(1.1,1.1,1);
	}
	80% {
		opacity: 1;
		-webkit-transform: translate3d(100px,-280px,0) scale3d(0.1,0.1,1);
		transform: translate3d(100px,-280px,0) scale3d(0.1,0.1,1);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(160px,-250px,0) scale3d(0.05,0.05,1);
		transform: translate3d(160px,-250px,0) scale3d(0.05,0.05,1);
	}
}

@keyframes slametAccept {
	40% {
		-webkit-animation-timing-function: cubic-bezier(0.4,1,0.3,1);
		animation-timing-function: cubic-bezier(0.4,1,0.3,1);
		-webkit-transform: translate3d(0,20%,0) scale3d(1.1,1.1,1);
		transform: translate3d(0,20%,0) scale3d(1.1,1.1,1);
	}
	80% {
		opacity: 1;
		-webkit-transform: translate3d(100px,-280px,0) scale3d(0.1,0.1,1);
		transform: translate3d(100px,-280px,0) scale3d(0.1,0.1,1);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(160px,-250px,0) scale3d(0.05,0.05,1);
		transform: translate3d(160px,-250px,0) scale3d(0.05,0.05,1);
	}
}

.stack--slamet .stack__item--back {
	-webkit-animation: slametBack 0.01s forwards;
	animation: slametBack 0.6s forwards;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

@keyframes slametBack {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-250px,0) scale3d(0.05,0.05,1);
		transform: translate3d(0,-250px,0) scale3d(0.05,0.05,1);
	}
	50% {
		opacity: 1;
		-webkit-transform: translate3d(0,-280px,0) scale3d(0.1,0.1,1);
		transform: translate3d(0,-280px,0) scale3d(0.1,0.1,1);
	}
	100% {
		-webkit-animation-timing-function: cubic-bezier(0.4,1,0.3,1);
		animation-timing-function: cubic-bezier(0.4,1,0.3,1);
		-webkit-transform: translate3d(0,20%,0) scale3d(1.1,1.1,1);
		transform: translate3d(0,20%,0) scale3d(1.1,1.1,1);
		opacity: 1;
	}
}


@-webkit-keyframes slametBack
{
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,-250px,0) scale3d(0.05,0.05,1);
		transform: translate3d(0,-250px,0) scale3d(0.05,0.05,1);
	}
	50% {
		opacity: 1;
		-webkit-transform: translate3d(0,-280px,0) scale3d(0.1,0.1,1);
		transform: translate3d(0,-280px,0) scale3d(0.1,0.1,1);
	}
	100% {
		-webkit-animation-timing-function: cubic-bezier(0.4,1,0.3,1);
		animation-timing-function: cubic-bezier(0.4,1,0.3,1);
		-webkit-transform: translate3d(0,20%,0) scale3d(1.1,1.1,1);
		transform: translate3d(0,20%,0) scale3d(1.1,1.1,1);
		opacity: 1;
	}
}


.za-flip-container {
	perspective: 1000px;
	-webkit-perspective: 1000;
	opasity:0;
}
.stack__item--current .za-flip-container {
	opasity:1;
}
.za-flip-container.zaclick .za-flipper/*, .za-flip-container:hover .zafront */{
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}
.za-flip-container, .zafront, .zaback {
	width: 100%;
	height: 267px;
}

.za-flipper {
	transition: 0.6s;
	transform-style: preserve-3d;
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	position: relative;
}
.zafront, .zaback {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	background-size: contain !important;
	cursor: pointer;
	border: 2px solid #021fea;
}
.zafront {
	z-index: 2;
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
}
.zaback {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}

.za-flip-container.zaclick .zaback {
	-ms-transform: rotateY(0deg);
}

.za-flip-container.zaclick .zafront {
	-ms-transform: rotateY(180deg);
}

.stacktest-button {
	cursor: pointer;
	outline: none;
	font-size: 14px;
	padding: 8px 20px;
	margin-top: 10px;
	margin-bottom: -5px !important;
	background: #ff8500;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 3px solid #ff8500;
	font-weight: bold;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	color:#fff;
}

.stacktest-button:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.stacktest-button:hover,
.stacktest-button:active {
	border: 3px solid #ff8500;
	color: #ff8500;
	background: none;
}
.playtoggle {
	position: relative;
	z-index: 125;
	display: inline-block;
	width: 50px;
	height: 50px;
	background: #EEEEEE;
	/* border: 5px solid rgba(0,0,0,0.4); */
	border: none;
	border-radius: 50%;
	cursor: pointer;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
}

.playtoggle:before {
	content: "";
	position: relative;
	z-index: 5;
	border-radius: 50%;
	background: #EEEEEE;
	/* top: 5em; */
	/* left: 5em; */
	width: 50px;
	height: 50px;
}
.playtoggle:after {
	content: "";
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	width: 0;
	height: 0;
	position: absolute;
	z-index: 5;
	top: 14px;
	left: 18px;
	border-top: 10px solid transparent;
	border-left: 19px solid rgba(78, 195, 19, 1);
	border-bottom: 11px solid transparent;
}

.playtoggle.playing:after {
	content: "";
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	position: absolute;
	z-index: 5;
	top: 15px;
	left: 16px;
	width: 7px;
	height: 20px;
	border-style: solid;
	border-color: rgba(78, 195, 19, 1);
	border-width: 0 6px;
	background: transparent none repeat scroll 0% 0%;
}
.za-content-stacktests
{
	display: -ms-flexbox;
	display: flex;
	display: -webkit-flex;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-align-items: flex-end;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	margin: 20px;
}
.za-stacktests-cell{
	-webkit-flex-basis:270px;
	-ms-flex-preferred-size:270px;
	flex-basis:270px;
}
.za_gorod{
	background: url('/images/st.png') no-repeat center center;
	height: 550px;
	width: 100vw;
	left: -3vw;
	background-size: cover;
	    position: relative;
    margin-top: -150px;
     pointer-events:none;
}
.niz_ssilki{
	display: flex;
	justify-content: space-between;
	width: 400px;
}
a.vse_kart{
	border-bottom: 2px solid;
}
a.vse_kart:hover{
	text-decoration: none !important;
}
a.android_kart{
	font-size: 20px;
	margin-left: 3px;
}

@media screen and (max-width: 460px) {
	.stacktest {width: 100% !important;		}
	.counter {left: 70%;}
	.stack {	width: 360px !important;	height: 260px !important;}
	.buttoon {	margin: 0 0.1em;}
	.stacktest ul{	margin: 0 !important;}
	.controlls {    width: 95% !important;    margin: 4em 0 !important;}
	  .muteSound { left: 55%;  top: -12px;}
   .za-flip-container{
    height: 260px;
          }
	.zafront, .zaback {
    height: 240px;
          }
         .niz_ssilki{
		width: 100%;
                 }
}
@media screen and (max-width: 380px) {
	.stacktest {			}
	.counter {left: 68%;}
	.stack {	width: 339px !important;	height: 240px !important;}
	.buttoon {	margin: 0 0.1em;}
	.counttests{font-size:20px;			}
	.za-flip-container{
    height: 240px;
          }
	.zafront, .zaback {
    height: 226px;
          }
            .niz_ssilki{
		width: 100%;
                 }
	@-webkit-keyframes slametReject {
		40% {
			-webkit-animation-timing-function: cubic-bezier(0.4,1,0.3,1);
			animation-timing-function: cubic-bezier(0.4,1,0.3,1);
			-webkit-transform: translate3d(0,20%,0) scale3d(1.1,1.1,1);
			transform: translate3d(0,20%,0) scale3d(1.1,1.1,1);
		}
		80% {
			opacity: 1;
			-webkit-transform: translate3d(-120px,-280px,0) scale3d(0.1,0.1,1);
			transform: translate3d(-80px,-220px,0) scale3d(0.1,0.1,1);
		}
		100% {
			opacity: 0;
			-webkit-transform: translate3d(-160px,-250px,0) scale3d(0.05,0.05,1);
			transform: translate3d(-120px,-210px,0) scale3d(0.05,0.05,1);
		}
	}

	@keyframes slametReject {
		40% {
			-webkit-animation-timing-function: cubic-bezier(0.4,1,0.3,1);
			animation-timing-function: cubic-bezier(0.4,1,0.3,1);
			-webkit-transform: translate3d(0,20%,0) scale3d(1.1,1.1,1);
			transform: translate3d(0,20%,0) scale3d(1.1,1.1,1);
		}
		80% {
			opacity: 1;
			-webkit-transform: translate3d(-120px,-280px,0) scale3d(0.1,0.1,1);
			transform: translate3d(-80px,-220px,0) scale3d(0.1,0.1,1);
		}
		100% {
			opacity: 0;
			-webkit-transform: translate3d(-160px,-250px,0) scale3d(0.05,0.05,1);
			transform: translate3d(-120px,-210px,0) scale3d(0.05,0.05,1);
		}
	}


	@-webkit-keyframes slametAccept {
		40% {
			-webkit-animation-timing-function: cubic-bezier(0.4,1,0.3,1);
			animation-timing-function: cubic-bezier(0.4,1,0.3,1);
			-webkit-transform: translate3d(0,20%,0) scale3d(1.1,1.1,1);
			transform: translate3d(0,20%,0) scale3d(1.1,1.1,1);
		}
		80% {
			opacity: 1;
			-webkit-transform: translate3d(100px,-280px,0) scale3d(0.1,0.1,1);
			transform: translate3d(80px,-220px,0) scale3d(0.1,0.1,1);
		}
		100% {
			opacity: 0;
			-webkit-transform: translate3d(160px,-250px,0) scale3d(0.05,0.05,1);
			transform: translate3d(120px,-210px,0) scale3d(0.05,0.05,1);
		}
	}

	@keyframes slametAccept {
		40% {
			-webkit-animation-timing-function: cubic-bezier(0.4,1,0.3,1);
			animation-timing-function: cubic-bezier(0.4,1,0.3,1);
			-webkit-transform: translate3d(0,20%,0) scale3d(1.1,1.1,1);
			transform: translate3d(0,20%,0) scale3d(1.1,1.1,1);
		}
		80% {
			opacity: 1;
			-webkit-transform: translate3d(100px,-280px,0) scale3d(0.1,0.1,1);
			transform: translate3d(80px,-220px,0) scale3d(0.1,0.1,1);
		}
		100% {
			opacity: 0;
			-webkit-transform: translate3d(160px,-250px,0) scale3d(0.05,0.05,1);
			transform: translate3d(120px,-210px,0) scale3d(0.05,0.05,1);
		}
	}
}
@media screen and (max-width: 360px) {
	.counter {left: 70%;}
	.counters {left: 5%;}
	  .stack {
    width: 329px !important;
    height: 230px !important;
}
.zafront, .zaback {
    height: 219px;
}
}
@media screen and (max-width: 325px) {
	.stacktest {			}
	.counter {left: 66%;}
	.stack {		width: 270px !important;	}
	.buttoon {	margin: 0;}
}

/*@media only screen     and (device-width: 428px)     and (device-height: 926px)     and (-webkit-device-pixel-ratio: 3) {
	.stack {height: 240px !important;}
	.za-flip-container, .zafront, .zaback{height: 250px;	} 
	}
	 */
.stack_images{
	display: flex;
    flex-direction: column;
    align-items: center;

}
.test_plus{
	width: 400px;
    height: 270px;
    border: 2px solid #0265c9;
	text-align: center;
	display:flex;
	flex-direction: column;
	background: #fff !important;
    justify-content: space-between;
    z-index: 11;
    overflow: hidden;
}
.poluci_plus{
	color:#0265c9 !important;
	font-size: 60px;
    line-height: 80px;
    text-decoration: none !important;
	font-weight: 600;
}
.poluci_plus span{
	color:#fff !important;
	background:#0265c9;
	padding: 5px 20px;
	border-radius:20px;
	font-size: 45px !important;
    text-transform: uppercase;
}
.desc_plus{
	color:#0265c9;
	font-size:20px;
	margin-bottom: 10px;
}