/*
Theme Name:     online-consulting-child
Theme URI:      https://papacarloufa.ru/
Description:    Создаю дочернюю тему
Author:        	Admin
Author URI:     https: //site.ru
Template:       online-consulting
*/



body{
	margin:0;
	font:100%/1.5em 'Roboto', sans-serif;
}
*{box-sizing:border-box;}
#vk_groups{width:100%; box-sizing:border-box;}
#vk_comments, #vk_comments iframe {width: 100% !important;}
.fb-comments, .fb-comments span, .fb-comments iframe {width: 100% !important;}
.clr:before,.clr:after{content:" ";display:table;}
.clr:after{clear:both;}
.wdth960 {
    margin: 0 auto;
    padding: 0 40px;
    max-width: 1200px;
	width:100%;
}

.bg-main{
	background:url(/images/bg-main3.jpg) no-repeat right center;
	background-size:cover;
	min-height:100vh;
	position:relative;
}
.bg-line{
	background:url(/images/loko-line.svg) repeat-x;
	background-size:contain;
	position:absolute;
	bottom:0;
	left:0;
	height:100px;
	width:100%;
	
}

header{
	padding: 20px 0 25px;
}
.menu-burger{
	background:url(/images/menu-burger.svg) no-repeat center;
	width:32px;
	height:32px;
	position:absolute;
	left:20px;
	top:50%;
	margin:-16px 0 0;
}
.popup-close {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    display: none;
    z-index: 11;
}
.open-group {
    position: fixed;
    left: 0;
    top: 0;
    width: 300px;
    height: 100%;
    background: rgba(146, 197, 46,.9);
    z-index: 12;
    display: block;
    left: -300px;
    transition: .2s;
    padding: 40px 40px;
}
.close-menu {
	position: absolute;
	top: 14px;
	right: 14px;
	cursor: pointer;
	transition: .2s;
	background: #ffd314;
	padding: 6px;
	border-radius: 100%;
	border: 2px solid #fff;
	width: 10px;
	height: 10px;
	box-sizing: content-box;
}
.open-group a {
    font-size: 1.25em;
    color: #fff;
    text-decoration: none;
    padding: 15px 0;
    border-bottom: 1px solid rgba(0,0,0,.1);
    display: block;
    transition: .2s;
}
.open-group a:hover {
    color: #fff;
}

.logo{
	line-height: 1;
}
.logo img{
	width:150px;
	margin:0 20px 0 0;
}
.flex{
	display:flex;
	flex-wrap:wrap;
}
.ai-c{
	align-items:center;
}
.jc-sb{
	justify-content:space-between;
}
.jc-c{
	justify-content:center;
}
.logoslogan, .contacts{
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.slogan{
	line-height: 1.2;
    color: #666;
    font-size: .7em;
}
.tel{
	text-align:right;
	line-height:1;
}
.tel a{
    color: #333;
    text-decoration: none;
    font-size: 1.25em;
    display: block;
    margin: -3px 0 2px;
	font-weight:600;
}
.tel p{
	margin:5px 0 0;
	font-size:.875em;
	color:#333;
}
.contacts-right{
	display:flex;
	align-items:center;
}
.rasch-wa{
	display:flex;
	align-items:center;
	margin:0 20px 0 0;
}
.wa-button{
	text-decoration:none;
	display: flex;
    align-items: center;
    font-size: .55em;
    font-weight: 500;
    line-height: 1;
    background: linear-gradient(45deg, #40bafd, #682ee4);
    padding: 9px 15px 9px 10px;
    border-radius: 10px;
    margin: 0 15px 0 0;
    color: #fff;
    letter-spacing: 1px;
	cursor:pointer;
	transition:.2s;
	position:relative;
}
.wa-button:hover {
    background: linear-gradient(90deg, #40bafd, #682ee4);
}
.wa-button img{
	width:18px;
	margin:0 5px 0 0;
}
.wa-button .blink{
	position:absolute;
	right:-4px;
	top:50%;
	margin:-3px 0 0;
}
.wa-txt{
	font-size: .75em;
    font-weight: 500;
    line-height: 1;
    color: #282828;
    letter-spacing: 0px;
}

.header__phone__online{
	font-size: .75em;
    margin: 0 0 10px;
	display: flex;
    align-items: center;
	line-height: 0;
	justify-content: end;
}
.blink {
	background-color: #4ec35a;
	width:7px;
	height:7px;
	border-radius:100%;
	animation-name: blinker;
	animation-iteration-count: infinite;
	animation-timing-function: cubic-bezier(1.0,0,0,1.0);
	animation-duration: 1s;
	-webkit-animation-name: blinker;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: cubic-bezier(1.0,0,0,1.0);
	-webkit-animation-duration: 1s;
	margin:0 3px 0 0;
}
 
@keyframes blinker {
  from { opacity: 1.0; }
  to { opacity: 0.0; }
}
 
@-webkit-keyframes blinker {
  from { opacity: 1.0; }
  to { opacity: 0.0; }
}


.button{
    background-image: linear-gradient(#48AD01, #61c31d);
    color: #fff;
    padding: 20px 35px;
    text-align: center;
    border-bottom: 3px solid #3d840b;
    font-weight: 500;
    cursor: pointer;
    display: table;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0 0;
    border-radius: 15px;
    color: #fff;
    font-size: 1em;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.button:hover{
	background-image: linear-gradient(#61c31d, #48AD01);
}
.hover-person{
	line-height:1;
}
.hover-person img{
	width:100px;
	margin:0 10px 0 0;
}
.hover-person h4{
	margin:0 0 10px;
}
.hover-person p{
	margin:0;
}

.yellow-verh{
	width: max-content;
    background-color: #d1fe8c;
    transform: skew(-4deg);
    font-size: .875em;
    padding: 12px 15px;
    border-radius: 10px;
    color: #282828;
    margin: 0 10px 0 0;
}
.yellow-verh span{
	position: relative;
    transform: skew(4deg);
    display: block;
}

.textbutton{
	color: #48AD01;
    text-decoration: underline;
    font-size: .875em;
    font-weight: 400;
	cursor:pointer;
}
.textbutton:hover{
	text-decoration: none;
}

header .button{
	font-size: .75em;
    font-weight: 400;
    padding: 12px 20px;
    width: max-content;
    border-radius: 10px;
    line-height: 1;
    margin: 0;
    border-bottom: 0;
}


.lokomotiv{
	display:flex;
	align-items:center;
	background:url(/images/2-2-1.jpg) no-repeat center top;
	background-size:cover;
	line-height:1;
	padding:50px 0;
}

.lokomotiv .wdth960{
	position:relative;
}


.l-bonus{
    margin: 20px 0;
    padding: 13px 30px;
    width: 100%;
	max-width:440px;
    background: #fff;
    border-radius: 43px;
    box-shadow: 0 0 50px rgb(0 0 0 / 20%);
}
.l-bonus span{
	font-size: .875em;
	font-weight: 400;
	line-height: 1.2;
}
.l-bonus img{
	width:100px;
}

.lokomotiv .button{
	margin: 20px 0 0;
    display: block;
    text-decoration: none;
    width: 100%;
    max-width: 380px;
    border-radius: 32px;
}
.button-basic-text{
	font-size: 1em;
    font-weight: 500;
    margin: 0;
    color: #fff;
}
.button-bonus{
	font-size:.875em;
	color:#fff;
	font-weight: 400;
	opacity: .7;
}

.arrowleft{
	transform: scaleX(-1);
}

.arrow {
  animation: 1s linear 0s infinite blink;
}

.arrow-second {
  animation-delay: 0.25s;
}

@keyframes blink {
  0 {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}



.lokoleft{
	width:100%;
	max-width:750px;
}


.previewloko{
	margin:30px 0;
}

.lokoww{
	font-size:.875em;
	color:#444;
	margin:0 20px 0 0;
	line-height:1.2;
	display:flex;
	max-width: 190px;
}
.lokoww::before{
	display:block;
	content:'';
	background:url(/images/ok.svg) no-repeat;
	background-size:contain;
	width:20px;
	height:20px;
	margin:0 5px 0 0;
}
.lokoww span{
	width:calc(100% - 27px);
}

	

h1{
	font-size: 2.5em;
    font-weight: 300;
    color: #333;
}

h1 span{
	font-weight:900;
}
.lokomotiv p{
	color: #333;
    font-weight: 300;
    font-size: 1.5em;
    margin: 0;
    line-height: 1.4;
}

h2{
	font-weight:300;
	font-size:2.5em;
	line-height:1.2;
	text-align: center;
}

.sale{
	max-width: 382px;
    width: 100%;
    padding: 16px 15px 16px 25px;
    -webkit-box-shadow: 0 12px 35px rgb(0 0 0 / 10%);
    box-shadow: 0 12px 35px rgb(0 0 0 / 10%);
    background: -webkit-gradient(linear, left top, right top, from(#6c4f3e), to(#c9ae96));
    background: -webkit-linear-gradient(left, #6c4f3e, #c9ae96);
    background: -o-linear-gradient(left, #6c4f3e, #c9ae96);
    background: linear-gradient(to right, #6c4f3e, #c9ae96);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-transform: skew(15deg);
    -ms-transform: skew(15deg);
    transform: skew(15deg);
	margin: 0 auto 10px;
}
.sale p {
    color: #f4f2ec;
    font-size: 1.5em;
    line-height: 30px;
    -webkit-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    transform: skew(-15deg);
    margin-bottom: 0;
	font-weight:100;
	margin:0;
}



body .swiper-button-next, body .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
    background: #f0f0f0;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgb(0 0 0 / 50%);
}
body .swiper-button-next:after, body .swiper-button-prev:after{
	font-size: 16px;
}
body .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
	border: 2px solid #fff;
}


footer{
	padding:40px 0;
	background:#444;
	color:#fff;
}

footer .tel p, footer .tel a{
	color:#fff;
}


.popup{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.8);
	z-index:20;
	overflow-y:scroll;
	display:none;
	padding:0 5%;
}
.hover{
	background: #fff;
    padding: 40px 40px 20px;
    max-width: 680px;
    width: 100%;
    border-radius: 25px;
    position: relative;
    font-weight: 100;
    text-align: left;
    margin: 50px auto 30px;
}
.hov2, .hov3{
	max-width: 400px;
}
.hover h2{
	margin:20px 0 40px;
	font-weight:600;
	font-size:1.5em;
	text-align: center;
	color:#282828;
}
.pp{
	font-weight:600;
}
.form-dyn .pp{
	text-align: left;
    font-size: .875em;
    font-weight: 600;
    margin: 10px 0;
    letter-spacing: 1px;
    color: #444;
}
.form-bani{
	display:flex;
}
.hoverleft{
	width:58%;
}
.hoverright{
	width:40%;
}
.hoverleft ul{
	margin:0;
	list-style:none;
	padding:0;
	font-size:.75em;
	font-weight:400;
}
.hoverleft ul li{
	margin: 0 0 15px;
    display: flex;
    align-items: center;
}
.hoverleft ul li::before{
	content:'';
	background:url(/images/icon-check.svg) no-repeat center;
	width:30px;
	height:30px;
	margin:0 10px 0 0;
	background-size:contain;
}


.hover .button{
	margin:15px 0 0;
	width:100%;
	border-radius: 15px;
	color:#fff;
	font-size:.875em;
	position: relative;
    overflow: hidden;
}

.button::before {
    margin-left: -30px;
    content: " ";
    width: 15px;
    height: 300px;
    background: rgba(255,255,255,.5);
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    position: absolute;
    left: -40px;
    top: -70px;
    animation-timing-function: ease-in-out;
    transition: all 0.2s;
    animation-name: slideme;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    transform: rotate(45deg);
    z-index: 5;
    box-shadow: 0 0 40px rgb(255 255 255 / 70%);
}
@keyframes slideme {
  0% {
    left: -20%;
	}
  30% {
    left: 110%; }
  100% {
    left: 110%;
	} 
}







.hover input{
	outline: 0;
    display: block;
    font-size: .875em;
    padding: 15px 20px;
    border: 0;
    margin: 0 0 10px;
    font-weight: 100;
    letter-spacing: 2px;
    border-radius: 15px;
    background: #f6f6f6;
    font-weight: 500;
	width: 100%;
	border: 1px solid #f0f0f0;
}
.confid{
	font-size: .65em;
    text-align: center;
    line-height: 1;
    font-weight: 400;
    color: #666;
}


.adress {
    position: fixed;
    right: 31px;
    bottom: 80px;
    display: block;
    margin: 0;
    font-size: 16px;
}

.adress a {
	color: #ccc;
    font-size: 1em;
    text-align: center;
    line-height: 1;
    display: block;
    margin: 0 0 5px;
    background: #fff;
    padding: 8px;
    border-radius: 19px;
}
.adress a:hover {
    background: #92C52E;
    color: #fff;
}
.adress a.whatsapp {
	background:#29a71a;
	color:#fff;
}
.adress a.vk {
	background:#0077ff;
	color:#fff;
}
.adress a.instagram {
	background:url(/images/instagram.jpg) no-repeat center;
	background-size:cover;
	color:#fff;
}

.quiz-main{
	box-shadow: 0 0 125px 0 #18181826;
	border-radius: 10px;
	margin:60px 0 40px;
	padding:30px;
	min-height:90vh;
	position:relative;
	display: flex;
	justify-content: space-between;
}
.quiz-left{
	background:#f5f5f5;
	border-radius:10px;
	padding:40px 20px 20px;
	position:relative;
	width:25%;
}
.quiz-right{
	width:70%;
}
.q-online{
	display: flex;
    align-items: center;
    color: #4ec35a;
    font-size: .75em;
    font-weight: 400;
    line-height: 1;
    margin: 0 auto;
    width: max-content;
}
.q-online .blink{
	background:#4ec35a;
	position:relative;
	margin:0 5px 0 0;
}
.q-manager{
	position: relative;
    text-align: center;
}
.q-manager img{
	width: 100%;
    max-width: 150px;
}
.q-manager-name{
	width: max-content;
    background-color: #fff;
    font-size: .875em;
    padding: 8px 20px;
    border-radius: 10px;
    color: #282828;
    margin: -10px auto 5px;
    font-weight: 500;
    position: relative;
    box-shadow: 0 0 35px rgb(0 0 0 / 10%);
    line-height: 1.1;
}
.q-manager-name span {
    position: relative;
    display: block;
}
.q-manager p{
	line-height: 1;
    margin: 2px 0 0;
    font-size: .75em;
}
.q-about{
	font-size: .75em;
    line-height: 1.2;
    display: block;
    margin: 20px 0 20px 20px;
}

.q-h4{
	text-align:center;
	font-size:.875em;
	margin:20px 0 10px;
}
.q-gifts{
	background: #fff;
	cursor: not-allowed;
	position:relative;
	overflow:hidden;
	color:#666;
	margin:10px 0;
	border-radius:8px;
	line-height:1;
	font-size:.75em;
	min-height:60px;
	font-weight:500;
}
.q-gifts span{
	display:flex;
	align-items:center;
	background: rgb(255 255 255 / 50%);
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:1;
	padding:10px 15px 10px 80px;
	
}
.q-gifts-img1{
	position:absolute;
	width:60px;
	z-index:0;
	left:10px;
}


/*quiz-style*/
.answer-quiz{
	width:100%;
	display:table;
}
.pagelist{
	display:none;
}
.nodisnone .pagelist{
	display:block;
}
.nodisnone .q-question{
	margin: 0;
}
.nodisnone .q-answer {
    margin: 32px 0 10px;
}
.nodisnone .q-question {
    font-size: 1em;
    font-weight: 600;
}
.nodisnone .quiz-answer-page input{
	border-radius: 6px;
    padding: 12px 20px;
	background:#fff;
	text-align:left;
	border: 2px solid #61c31d;
	letter-spacing: 0;
}
.nocheckborder .qvarsnoimg .answer-block {
	width: 100%;
	margin: 0;
	padding: 0;
}
.nocheckborder .answer-block label::before {
    left: 0;
    top: 50%;
    text-align: left;
	border: 2px solid #61c31d;
    border-radius: 100%;
    box-sizing: border-box;
	background: none;
}
.nocheckborder .answer-block input[type=radio]:checked + label::before {
    border: 7px solid #61c31d;
	background:none;
}
.nocheckborder .answer-block p {
    font-size: .875em;
    text-align: left;
    margin: 5px 0 5px 10px;
    width: 100%;
}
.nocheckborder .answer-block label{
	border: 0;
	margin: 1px 0 1px 10px;
}
.nocheckborder .answer-block label:hover {
    box-shadow: 0 0 20px rgba(100,100,100,0);
}
.nocheckborder .answer-block input[type=radio]:checked + label{
	border: 0;
}
.nodisnone .form-page{
	margin:20px 0 0;
}
.nodisnone .dynamic-form{
	max-width: 100%;
}
.nodisnone .button {
    background: #61c31d;
	border-bottom: 0;
	border-radius:6px;
	font-weight:400;
	letter-spacing:0;
}






.titleblock{
	display:block;
}
.quiz-title-page{
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.main-title-img{
	width:60%;
}
.main-title-img img{
	width:100%;
}
.main-title{
	width:37%;
}
.quiz-main-button, .quiz-button, .prev-page{
	background: #48AD01;
    color: #fff;
	display: table;
	padding: 13px 35px;
	border-radius: 26px;
	font-size: 1em;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
}
.button{
	width:100%;
}


.quiz-main-button{
	font-size:1.125em;
}
.prev-page{
	width: 50px;
	height: 50px;
	background:#fff;
	border: 2px solid #ccc;
	color: #999;
	margin: 0 10px 0 0;
	padding: 0;
	display: flex;
    align-items: center;
    justify-content: center;
}
.prev-page svg{
	opacity:.3;
}
.quiz-variants{
	display:flex;
	flex-wrap:wrap;
}
.quiz-answer-page{
	position:relative;
}
.quiz-flex{
	display: flex;
	align-items: center;
	justify-content: end;
	margin: 20px 0;
	padding: 20px 0 0;
	border-top: 1px solid #f9f9f9;
	position:relative;
}
.quiz-bonus{
	position: absolute;
	left: 0;
	top: 20px;
	line-height: 1;
	background: #d34085;
	color: #fff;
	padding: 10px 25px;
	border-radius: 30px;
	font-size:.875em;
}
.quiz-bonus p{
	margin:0;
}
.bonus{
	font-weight: 600;
}
.answer-block{
	width: 31%;
    padding: 3px 0;
    margin: 0 2% 20px 0;
}
.qvarsnoimg .answer-block{
	width: 48%;
}
.qvarsnoimg .answer-block label{
	padding: 0 10px;
}

.answer-block input[type=radio]{
	display:none;
}
.answer-block input[type="text"]{
	max-width:100%;
	text-align:left;
}

.answer-block label {
	display: inline-block;
    cursor: pointer;
    line-height: 1.2;
    border: 2px solid #eee;
    border-radius: 6px;
    user-select: none;
    width: 100%;
	transition:.2s;
	display: flex;
    justify-content: center;
	position:relative;
}
.answer-block label::before{
	content:'';
	background: url(/images/q-no-checked.svg) no-repeat;
    background-size: contain;
	width:20px;
	height:20px;
	transform: translate(-50%, -50%);
	position:absolute;
	left:50%;
	top:100%;
}

.answer-block label:hover {
	box-shadow:0 0 20px rgba(100,100,100,.2);
}
.answer-block input[type=radio]:checked + label {
	border: 2px solid #4ec35a;
}
.answer-block input[type=radio]:checked + label::before {
	background: url(/images/q-checked.svg) no-repeat;
    background-size: contain;
}

.q-podarok {
	width:100%;
	max-width:300px;
	margin:20px auto;
	font-size:.75em;
	text-align:center;
	line-height:1.2;
}

.answer-block label img{
	width: 100%;
    height: 180px;
    border-radius: 4px;
	object-fit: cover;
}

.answer-block p{
	font-size:.75em;
	text-align:center;
	margin: 10px 0 20px;
	font-weight:400;
	color:#333;
}


.socbtn{
	width: 80px;
}
.socbtn label{
	min-height:auto;
	height:auto;
	padding:5px;
	display: block;
}
.socbtn label::before{
	display:none;
}
.socbtn label p{
	margin: 5px 0;
    font-weight: 400;
    color: #666;
}


.dynamic-form{
	width: 100%;
    max-width: 300px;
    margin: 0 auto;
}
.answer-quiz input, textarea {
	outline: 0;
    display: block;
    font-size: .875em;
    padding: 15px 20px;
    border: 0;
    margin: 0 0 10px;
    font-weight: 100;
    letter-spacing: 2px;
    border-radius: 15px;
    background: #f6f6f6;
    font-weight: 500;
    width: 100%;
    border: 1px solid #f0f0f0;
	text-align:center;
}
.answer-quiz .form p{
	margin: 10px 0 0;
	text-transform: uppercase;
	font-size: .75em;
	font-weight: 600;
	color: #666;
}
.endform{
	width: 100%;
	max-width: 480px;
	text-align: center;
	margin: 0 auto;
	padding: 20px 40px;
	box-shadow: 0px 0px 24px rgb(0 0 0 / 20%);
	border: 1px solid #ddd;
	border-radius: 4px;
}


.q-stage{
	background: #f0f0f0;
    width: 100%;
    margin: 0 0 20px;
    border-radius: 19px;
    height: 38px;
    position: relative;
    padding: 4px 5px;
}
.q-percent{
	height:100%;
	background:#aeea53;
	border-radius: 14px;
	position:relative;
	overflow:hidden;
}
.q-percent::after{
	content: "";
    display: block;
    transition: .2s;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/images/dload.png);
    background-size: 40px;
    animation: dload 2s infinite linear;
}
@keyframes dload {
  from {
    background-position: 0 center; }
  to {
    background-position: 80px center; } }

.q-stage-text{
	position: absolute;
    font-size: .75em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 500;
    color: #527817;
    z-index: 2;
}





.q-answer{
	margin: 32px 0;
}
.q-list{
	background-color: #d1fe8c;
    font-size: .75em;
    padding: 5px 12px;
    border-radius: 21px;
    color: #282828;
    font-weight: 500;
    width: 34px;
    text-align: center;
}
.q-list span {
    position: relative;
    display: block;
}
.q-question{
	font-size: 1.25em;
    font-weight: 500;
    margin: 0 0 0 20px;
}
/*quiz-style*/



.fix-video{
	display: none;
    margin: 0 0 0 20px;
    width: 160px;
    height: 200px;
    overflow: hidden;
    position: fixed;
    box-sizing: border-box;
    border-radius: 15px;
    border: 2px solid #ddd;
    line-height: 1;
    text-decoration: none;
    color: #fff;
    bottom: 10px;
    right: 10px;
	z-index: 1;
}
.play-v{
	position: absolute;
    top: 50%;
    width: 450px;
    height: 328px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.open-video{
	position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.playbtn{
	position: absolute;
    top: 50%;
    width: 32px;
    height: 32px;
    left: 50%;
    transform: translate(-50%, -50%);
	z-index: 1;
	transition:.2s;
}
.open-video:hover .playbtn{
	width: 40px;
    height: 40px;
}

.closevideo{
	display:none;
	width: 32px;
    height: 32px;
    position: fixed;
    right: 5px;
    bottom: 184px;
    background: url(/images/close-btn.svg) no-repeat center #333;
    background-size: 10px;
    border-radius: 100%;
    z-index: 2;
}



.apartaments{
	display:flex;
	justify-content:space-between;
	margin: 20px 0 60px;
	flex-wrap:wrap;
}

.number{
	width: 32%;
	margin: 0 0 20px;
}
.video { 
    margin-bottom: 20px;
}
.video-ah {
    position: relative;
    padding-top: 56.25%;
}
.video-ah iframe {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    border: none;
}

.youtubevideo{
	width:100%;
	line-height: 0;
    position: relative;
    overflow: hidden;
	display: block;
	border-radius:4px;
}
.youtubevideo:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 68px;
    height: 48px;
    margin-left: -34px;
    margin-top: -24px;
    background: url(/images/youtube-color-svgrepo-com.svg) no-repeat 0 0;
    background-size: contain;
}
.youtubevideo img{
	width:100%;
}


.mn-container{
	padding:40px 0;
}


.review-line{
	width: 92%;
    padding: 20px 35px;
    min-height: 380px;
    font-size: .875em;
    background: #fff;
    margin: 0 auto;
    border: 1px solid #ddd;
}
.review-box{
	background:#f0f0f0;
}
.revdate {
    font-size: .75em;
    color: #9e9e9e;
}
.swiper-slide .revstars img{
	height:16px;
	margin:10px 0 0;
	width:auto;
}
.revimg{
	display:flex;
	flex-wrap:wrap;
	height: 55px;
    overflow: hidden;
}
.revimg a{
	margin:0 4px 4px 0;
}
.swiper-slide .revimg img{
	border-radius:2px;
	width:75px;
}
.swiper-button-prev{
	left:0 !important;
}
.swiper-button-next{
	right:0 !important;
}

.number .swiper-button-prev{
	left:5px !important;
}
.number .swiper-button-next{
	right:5px !important;
}

.col3{
	width:30%;
}

.allservices{
	background: url(/images/fon-allservices.jpg) no-repeat center;
	background-size:cover;
    padding: 20px;
    position: relative;
    z-index: 1;
    border-radius: 10px;
	min-height:400px;
	display:flex;
	align-items:center;
	justify-content:center;
	border:1px solid #ddd;
}
.allservices h2{
	font-size: 2em;
}
.allservices .button{
	width: 100%;
    max-width: 300px;
    margin: 20px auto;
    display: block;
    text-decoration: none;
    border-bottom: 0;
    border-radius: 8px;
}

.cat-line{
	width:calc(100%/3 - 5px);
	text-align:center;
	background:#f9f9f9;
	color:#333;
	text-decoration:none;
	padding:10px 10px 20px;
	border-radius:12px;
	margin:0 0 10px;
}
.cat-line img{
	width:100%;
	object-fit:cover;
	object-position:center;
	border-radius:8px;
}
.cat-line h4{
	margin:10px 0 0;
}
.container1{
	margin:40px 0;
}

.portfolio-box a{
	width:calc(100%/6 - 10px);
	margin:0 10px 10px 0;
	line-height: 1;
}
.portfolio-box a img{
	width:100%;
	object-fit:cover;
	object-position:center;
}


#menu-menyu-uslug{
	margin: 0;
    padding: 0;
    list-style: none;
	display: flex;
    flex-wrap: wrap;
}
#menu-menyu-uslug li{
	margin: 0 5px 0 0;
    width: calc(100% / 7 - 5px);
}
#menu-menyu-uslug li a{
	width: max-content;
    background-color: #f0f0f0;
    transform: skew(-4deg);
    font-size: .875em;
    padding: 6px 15px;
    border-radius: 10px;
    color: #282828;
    display: block;
    text-decoration: none;
	width: 100%;
    text-align: center;
}
#menu-menyu-uslug li a:hover, #menu-menyu-uslug li.current-menu-item a, #menu-menyu-uslug li.current-post-parent a{
	background-image: linear-gradient(#48AD01, #61c31d);
    color: #fff;
}

.breadcrumbs{
	color:#999;
	font-size:.75em;
}
.breadcrumbs a{
	color:#999;
}
.buttonsblock{
	margin:20px 0;
}
.buttonsblock .button{
	font-size: 1em;
    font-weight: 400;
    padding: 12px 20px;
    width: max-content;
    border-radius: 10px;
    line-height: 1;
    margin: 0;
    border-bottom: 0;
	margin: 0 5px 10px 0;
}
.buttonsblock .button:hover{
	color:#fff;
}
.buttonsblock .wa-button{
	font-size: 1em;
    letter-spacing: 0;
    font-weight: 400;
    margin: 0 5px 10px 0;
    padding: 11px 15px 11px 10px;
}



@media screen and (max-width:1240px){
	header .wdth960{padding: 0 60px;}
}
@media screen and (max-width:1024px){
	.logo img {
		width: 120px;
		margin: 0 15px 0 0;
	}
	.slogan, header .button {
		font-size: .6em;
	}
	.wa-button{
		font-weight: 400;
		letter-spacing: 0;
	}
	.tel a{font-size:1.125em;}
	.yellow-verh{
		font-size: 1em;
	}
	h1 {
		font-size: 2em;
	}
	h1 span {
		font-weight: 600;
	}
	h2 {
		font-weight: 300;
		font-size: 1.75em;
	}
	.quiz-main {
		margin: 20px 0 40px;
	}
	.previewloko {
		margin: 20px 0 30px;
	}
	.lokomotiv p{
		font-size: 1.25em;
	}
	.lokoww{
		font-size: .75em;
		max-width: 170px;
	}
	.l-bonus {
		padding: 13px 20px;
		max-width: 376px;
	}
	.l-bonus span {
		font-size: .75em;
	}
	.lokomotiv .button {
		margin: 5px 0 0;
	}
	
	.button-basic-text {
		font-size: 1em;
		font-weight: 500;
		letter-spacing: 0px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.quiz-left{
		display: none;
	}
	.quiz-right {
		width: 100%;
	}
}

@media screen and (max-width:900px){
	.cat-line {
		width: calc(100% / 2 - 5px);
	}
	.rasch-wa{
		position: fixed;
		bottom: 20px;
		right: 20px;
		margin: 0;
	}
	.wa-button{
		margin: 0 10px 0 0;
	}
}
@media screen and (max-width:769px){
	
	.number{
		width: 49%;
	}
	header {
		padding: 15px 0;
	}
	header .wdth960, .wdth960 {
		padding: 0 20px;
	}
	.slogan{
		display:none;
	}
	.yellow-verh {
		font-size: .875em;
	}
	h1{
		font-size: 1.75em;
		width: 100%;
		max-width: 500px;
	}
	h2{
		font-size: 1.5em;
	}
	
	.bg-main {
		background: url(/images/bg-main3.jpg) no-repeat center;
		background-size: cover;
		min-height: 10vh;
	}
	.lokomotiv{
		padding: 20px 0;
	}
	
	.bimg2, .bimg3 {width: 100%;}
	.bimg4 {width: 49%;}
	footer .flex div, footer .flex div.contacts{width:100%; text-align:center; margin:10px 0;}
	.popup{
		padding: 0 10px;
	}
	.q-question {
		font-size: 1.125em;
	}
	.answer-block label img {
		height: 125px;
	}
}
@media screen and (max-width:640px){
	.allservices h2 {
    font-size: 1.75em;
}
	.rasch-wa{
		position: fixed;
		bottom: 10px;
		right: 10px;
		z-index: 2;
		margin: 0;
	}
	.wa-button{
		padding: 8px 10px 7px 5px;
		margin: 0 5px 0 0;
	}
	.button-basic-text{
		font-size: .875em;
	}
	.lokomotiv {
		padding: 10px 0 20px;
	}
	.header__phone__online{
		display:none;
	}
	.tel a {
		font-size: 1em;
	}
	h1 {
		max-width: 100%;
		text-align: center;
		margin: 10px 0;
	}
	.lokomotiv p {
		text-align: center;
	}
	.fix-video{
		position: fixed;
		right: 20px;
		bottom: 60px;
		width: 100px;
		height: 145px;
	}
	.previewloko {
		margin: 10px 0;
	}
	.lokoww-parent{
		flex-wrap:wrap;
		justify-content: center;
	}
	.lokoww {
		max-width: 300px;
		line-height: 1;
		align-items: center;
		margin:0 0 8px;
	}
	.lokoww span{
		width:260px;
	}
	.lokoww::before{
		width: 20px;
		height: 20px;
	}
	.bandv{
		justify-content: center;
	}
	.answer-block label{
		height: auto;
	}
	.number {
		width: 47%;
	}
	.hover .flex{
		flex-wrap:wrap;
		justify-content: center;
	}
	.hoverleft {
		width: 100%;
		max-width: 250px;
		margin: 0 0 20px;
	}
	.hoverright {
		width: 100%;
		max-width: 250px;
	}
	.hover {
		padding: 10px 15px 20px;
		max-width: 360px;
		
	}
	.hover h2 {
		margin: 30px 0 10px;
	}
	.pp {
		font-weight: 500;
		text-align: center;
	}
	.hoverleft ul li::before{
		width: 20px;
		height: 20px;
	}
	.hoverleft ul li {
		margin: 0 0 5px;
	}
	.hover-person img{
		width: 70px;
		margin: 0 10px 0 0;
		box-shadow: 0 0 20px rgb(0 0 0 / 5%);
		border-radius: 100%;
	}
	.form-dyn .pp{
		text-align: center;
	}
	.answer-block.textblock{
		width:100%;
	}
	.answer-block.socbtn {
		width: 80px;
	}
	.q-stage-text{
		width: 100%;
    text-align: center;
	}
	.colsblock{
		flex-wrap:wrap;
	}
	.col3 {
		width: 100%;
	}
	#menu-menyu-uslug li a{
		padding: 6px 10px;
		font-size: .75em;
	}
	#menu-menyu-uslug li {
		margin: 0 5px 0 0;
	}
	.cat-line h4 {
		margin: 10px 0 0;
		font-size: .875em;
		line-height: 1.4;
		font-weight: 400;
	}
	.portfolio-box a {
		width: calc(100% / 5 - 5px);
		margin: 0 5px 5px 0;
		line-height: 1;
	}
}

@media screen and (max-width:530px){
	
	.yellow-verh {
		font-size: .75em;
		padding: 8px 10px;
    margin: 0 10px 0 0;
	}
	.answer-block {
		width: 48%;
	}
	h1 {
		font-size: 1.5em;
	}
}
@media screen and (max-width:460px){
	header {
        padding: 5px 0 0;
    }
	.container1 {
		margin: 20px 0;
	}
	#menu-menyu-uslug li a{
		width: 100%;
		text-align: center;
	}
	#menu-menyu-uslug li {
		margin: 0 5px 5px 0;
		width: calc(100% / 3 - 10px);
	}
}
@media screen and (max-width:430px){
	.number{
		width: 100%;
	}
}



















