/*
Theme Name:     online-consulting-child
Theme URI:      https://feniks102.ru/
Description:    Создаю дочернюю тему
Author:        	Аргинов
Author URI:     https: //migweb.ru
Template:       online-consulting
*/

body{
	margin:0;
	font:100%/1.5em 'Roboto', sans-serif;
	padding: 69px 0 0;
}
.h2 {
	font-weight: 300;
	font-size: 2.5em;
	line-height: 1.2;
}
.text {
	margin-bottom: 80px;
}
.title-desc {
	margin-bottom: 30px;
}
details {
margin-bottom: 20px;
}
details > summary {
	padding: 15px;
	background-color: #d1fe8c;
	color: #333;
	cursor: pointer;
	list-style: none;
	transform: skew(-4deg);
	border-radius: 10px;
}
 
    details > div {
        border: 1px #ccc solid;
        padding: 10px;
    }
 
details[open] > summary {
    color:#fff; 
   background-image: linear-gradient(#48AD01, #61c31d);
}
summary:before {
   content: "+";
   font-size: 20px;
   font-weight: bold;
   margin: -5px 5px 0 0;
}
 
details[open] summary:before {
   content: "-";
}
*{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%;
}
.in-button {
    margin-right: 15px;
    width: 24px;
    display: flex;
    align-items: center;
}
.in-button2 {
	margin-left: 15px;
	width: 36px;
	display: flex;
	align-items: center;
}
.in-button img, .in-button2 img, .tg2 img {
width: 100%;
}
.tg2 {
	background: #fff;
	border-radius: 100%;
	line-height: 0;
	margin: 0 15px 0 0;
	width: 24px;
}
.bg-main{
	background:url(/wp-content/themes/online-consulting-child/images/bg-main3.jpg) no-repeat right center;
	background-size:cover;
	min-height:100vh;
	position:relative;
}
.bg-line{
	background:url(/wp-content/themes/online-consulting-child/images/loko-line.svg) repeat-x;
	background-size:contain;
	position:absolute;
	bottom:0;
	left:0;
	height:100px;
	width:100%;
}

header {
    padding: 10px 0 10px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    z-index: 2;
}
.menu-burger{
	background:url(/wp-content/themes/online-consulting-child/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;
}

.logoslogan{
	display:flex;
}

.logotip{
	line-height: 1;
}
.logotip img{
	width:54px;
	margin:0 20px 0 0;
}
.flex{
	display:flex;
	flex-wrap: wrap;
}
.ai-c{
	align-items:center;
}
.jc-sb{
	justify-content:space-between;
}
.logotipslogan, .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;
}
header .wa-button{
	text-decoration:none;
	display: flex;
    align-items: center;
    font-size: .55em;
    font-weight: 500;
    line-height: 1;
    border: solid 1px #dfdfdf;
    background-color: #fff;
    padding: 6px 15px 6px 10px;
    border-radius: 10px;
    margin: 0 15px 0 0;
    color: #666;
    letter-spacing: 1px;
	cursor:pointer;
	transition:.2s;
	position:relative;
}
.wa-button:hover{
	background:#20cc4e;
	color:#fff;
}
.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; }
}


.buttons{
    background-image: linear-gradient(#48AD01, #61c31d);
    color: #fff;
    padding: 20px 35px;
    text-align: center;
    border-bottom: 1px 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;
}
.buttons: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: 1em;
    padding: 13px 20px;
    border-radius: 10px;
	color: #282828;
}
.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 .buttons{
	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(/wp-content/themes/online-consulting-child/images/2-2-1.jpg) no-repeat center top;
	background-size:cover;
	line-height:1;
	padding: 40px 0 50px;
}

.lokomotiv .wdth960{
	position:relative;
}


.l-bonus{
    margin: 20px 0;
    padding: 13px 30px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 50px rgb(0 0 0 / 20%);
}
.l-bonus span{
	font-size: 1em;
    font-weight: 400;
    line-height: 1;
    color: #444;
    width: 150px;
}
.l-bonus img{
	width: 88px;
    margin: 0 15px 0 0;
}

.lokomotiv .buttons{
	margin: 0;
    text-decoration: none;
    width: 260px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    height: 55px;
    justify-content: center;
}
.button-basic-text{
	font-size: 1.125em;
    font-weight: 600;
    margin: 0;
    color: #fff;
    letter-spacing: 1px;
}
.button-bonus{
	font-size:.875em;
	color:#fff;
	font-weight: 400;
	opacity: .7;
}

.telnumber{
	text-decoration:none;
	font-weight:900;
	color:#444;
	margin:0 0 0 10px;
	display:inline-block;
	padding:0 0 1px;
	border-bottom: 1px dashed #bbb;
}
.telnumber:hover{
	border-bottom: 1px dashed #999;
}


.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:660px;
}


.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(/wp-content/themes/online-consulting-child/images/ok.svg) no-repeat;
	background-size:contain;
	width:30px;
	height:30px;
	margin:0 5px 0 0;
}

	

h1{
	font-size: 2.75em;
    font-weight: 400;
    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;
}

.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: #58ba13;
    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;
}
.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(/wp-content/themes/online-consulting-child/images/icon-check.svg) no-repeat center;
	width:30px;
	height:30px;
	margin:0 10px 0 0;
	background-size:contain;
}


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

.buttons::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(/wp-content/themes/online-consulting-child/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;
	background: #fff;
}
.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: 1em;
    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%);
}
.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;
}
.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;
}
.buttons{
	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;
}
.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(/wp-content/themes/online-consulting-child/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(/wp-content/themes/online-consulting-child/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%;
	border-radius: 6px;
}

.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(/wp-content/themes/online-consulting-child/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;
}





.flex.q-answer{
	margin: 32px 0;
	flex-wrap: nowrap;
}
.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*/


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

.number{
	width: 32%;
	padding:10px;
	border:1px solid #ddd;
}



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


.fotoblock {
    flex-wrap: wrap;
    width: 70%;
}
.boximg {
    margin: 0 0 20px;
    position: relative;
    line-height: 1;
}
.bimg1 {
    width: 100%;
}
.bimg2, .bimg3 {
    width: 48%;
}
.boximg div {
    position: absolute;
    top: 20px;
    left: 0;
    padding: 5px 10px;
    background: #d1fe8c;
    color: #333;
    font-weight: 600;
    line-height: 1;
}
.boximg img {
    width: 100%;
}
.bimg4 {
    width: 28%;
    background: url(/wp-content/themes/online-consulting-child/images/fotoblock/4.jpg) no-repeat top center;
    background-size: cover;
}
.bimg5 {
    width: 49%;
}

.fonblock4 {
    background: url(/wp-content/themes/online-consulting-child/images/fonblock-4.jpg) no-repeat center top;
    background-size: cover;
    padding: 150px 0;
    margin: 50px 0 0;
    display: flex;
    align-items: center;
}

.wprice {
    width: 24%;
    background: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 20px;
    position: relative;
}
.wprice:before {
    content: "";
    border: 1px solid #e3e5eb;
    left: 11px;
    right: 11px;
    pointer-events: none;
    top: 11px;
    bottom: 11px;
    position: absolute;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}


.review-line{
	width: 92%;
    padding: 20px 35px;
    min-height: 410px;
    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;
}
.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;
}

.galleryblock img{
	width:100%;
}

.wwbox{
	flex-wrap:wrap;
}
.ww-line{
	width:23%;
}

.bgww{
	background: url(/wp-content/themes/online-consulting-child/images/bg-main2.jpg) no-repeat right 0;
    background-size: contain;
    border-bottom: 1px solid #ddd;
}


.fixedforms{
	display:flex;
	position:fixed;
	bottom:30px;
	right:30px;
	z-index:10;
}

.fixphone{
	display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.125em;
    color: #333;
    height: 44px;
    padding: 0 20px;
    background: #fff;
    margin: 0 20px 0 0;
    text-decoration: none;
    border-radius: 20px;
	box-shadow: 0 0 1px rgb(255 255 255 / 0%);
    animation: radial-pulse 1s infinite;
	border:2px solid #ddd;
}
@keyframes radial-pulse {
  0% {
	box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.4);
  }
 
  100% {
	box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
}

.wa-button {
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: .75em;
    font-weight: 500;
    line-height: 1;
    background-color: #20cc4e;
    padding: 9px 15px 9px 10px;
    border-radius: 20px;
    color: #fff;
    letter-spacing: 1px;
    cursor: pointer;
    transition: .2s;
    position: relative;
}
.wa-button img {
    width: 24px;
    margin: 0 5px 0 0;
}

.tg{
	background: #fff;
    border-radius: 100%;
    line-height: 0;
	margin: 0 0 0 15px;
}
.tg img {
    width: 44px;
}


.breadcrumbs{
	font-size:.75em;
	color:#444;
}
.breadcrumbs a{
	color:#444;
}
.content{
	margin: 40px 0;
}


.mainloko{
	display:flex;
	justify-content:space-between;
}
.mainleft{
	width:60%;
}
.mainleft h1{
	line-height:1.2;
	margin: 0 0 20px;
}
.mainleftp{
	font-size:1em;
	font-weight:300;
}
.mainleft .previewloko {
	margin: 30px 0;
    font-size: 1.375em;
    color: #58ba13;
}
.mainleft .previewloko .telnumber{
	color: #5bbd16;
}

.mainleft .buttons {
    margin: 0;
    text-decoration: none;
    width: 260px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    height: 55px;
    justify-content: center;
}
.mainleft .l-bonus{
	max-width: max-content;
    width: 100%;
}

.mainright{
	width:38%;
}
.mainright img{
	width:100%;
	height:100%;
	object-fit:cover;
	border-radius:4px;
}
.gallerycontainer{
	padding:20px 0;
	margin:40px 0;
	background:#f9f9f9;
}
.portfimg{
	width:100%;
	object-fit:cover;
	border-radius:4px;
}
.portfcontainer{
	padding:0 20px;
}

.usluga{
	width: calc((100% / 4) - 10px);
    margin: 0 0 15px;
    padding: 12px 12px 22px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    border-radius: 6px;
    color: #333;
    text-decoration: none;
}
.usluga h4{
	margin: 10px 0;
    font-weight: 400;
}
.price{
	font-size:1.25em;
	color:#48AD01;
	font-weight:600;
}




@media screen and (max-width:1240px){
	header .wdth960{padding: 0 60px;}
}
@media screen and (max-width:1140px){
	h1 {
		font-size: 2.5em;
	}
	.h2{
		font-size: 2em;
	}
	.quiz-main{
		margin: 40px 0;
	}
}
@media screen and (max-width:1024px){
	.logotip img {
		margin: 0 15px 0 0;
	}
	.slogan, header .buttons {
		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: 2.25em;
	}
	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;
	}
	.l-bonus span {
		font-size: .75em;
	}
	
	.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%;
	}
	.usluga {
		width: calc((100% / 3) - 5px);
	}
}

@media screen and (max-width:965px){
	.flex {
		flex-wrap: wrap;
	}
	.fonblock4{padding: 50px 0; margin: 10px 0 0;}
	.wprice{width: 49%; margin: 0 0 20px;}
	.mainloko{
		flex-wrap: wrap;
		justify-content: center;
	}
	.mainleft {
		width: 100%;
		max-width: 600px;
		order: 2;
		text-align: center;
	}
	.mainright {
		width: 100%;
		max-width: 600px;
	}
	.mainleft .l-bonus{
		margin: 20px auto;
	}
	.h2 {
        font-size: 1.75em;
        text-align: center;
    }
}
@media screen and (max-width:869px){
	header .wa-button{display:none;}
	header .wdth960 {
		padding: 0 30px;
	}
	.ww-line {
		width: 48%;
		display: flex;
		align-items: center;
		justify-content:space-between;
	}
	.ww-line img{
		width:70px;
	}
	.ww-line p{
		width: calc(100% - 85px);
	}
	
	
	h2 {
		text-align: center;
	}
	.mn-container {
		padding: 20px 0;
	}
	.bgww{
		background: url(/wp-content/themes/online-consulting-child/images/bg-main2.jpg) no-repeat left center;
		background-size: cover;
	}
}
@media screen and (max-width:769px){
	body{
		padding: 59px 0 0;
	}
	header {
		padding: 5px 0;
		width: 100%;
		margin: 0 auto;
		position: fixed;
		top: 0;
		left: 0;
		background: #fff;
		z-index: 2;
		box-shadow: 0 0 3px rgb(0 0 0 / 20%);
	}
	header .wdth960, .wdth960 {
		padding: 0 20px;
	}
	.slogan{
		font-size: .7em;
	}
	header .buttons{
		display:none;
	}
	.yellow-verh {
		font-size: .875em;
		margin: 0 auto;
	}
	h1{
		font-size: 2.25em;
		width: 100%;
	}
	h2{
		font-size: 1.75em;
	}
	
	.bg-main {
		background: url(/wp-content/themes/online-consulting-child/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;
	}
	.fotoblock {
		width: 49%;
	}
	.bimg2, .bimg3 {
		width: 100%;
	}
	.bimg4 {
		width: 49%;
	}
	.apartaments{flex-wrap:wrap;}
	.number {
		width: 49%;
		margin: 0 0 20px;
	}
	.review-line{
		width: 100%;
		max-width: 400px;
	}
	.lokoleft {
		max-width: 575px;
		text-align: center;
		margin: 0 auto;
	}
	.previewloko {
		margin: 10px 0 30px;
		position: relative;
		z-index: 1;
	}
	.bandv, .lokoww-parent{
		justify-content:center;
	}
	.lokoww {
		max-width: 122px;
		text-align: left;
	}
	.l-bonus img {
		width: 70px;
		margin: 0 10px 0 0;
	}
	.fixedforms{
		right: 20px;
		bottom: 20px;
	}
	.fixphone{
		margin: 0 10px 0 0;
		height: 40px;
	}
	.tg{
		margin: 0 0 0 10px;
	}
	.tg img {
		width: 40px;
	}
	.wa-button{
		padding: 8px 15px 8px 10px;
	}
	.gallerycontainer {
		padding: 1px 0 20px;
	}
	.content {
		margin: 20px 0;
	}
	.mainright {
        width: 100%;
        max-width: inherit;
        height: 250px;
        margin: 0px 0 20px 0px;
    }
}
@media screen and (max-width:680px){
	.usluga {
		width: calc((100% / 2) - 5px);
        padding: 5px 10px 20px;
        margin: 0 0 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	}
	.portfimg {
		width: calc(100% + 10px);
		object-fit: cover;
		border-radius: 6px;
		margin: 0 0 0 -5px;
	}
}
@media screen and (max-width:640px){
	header .buttons{
		position: fixed;
		bottom: 20px;
		right: 20px;
		z-index: 5;
	}
	.button-basic-text{
		font-size: .875em;
	}
	.wa-button{
		margin:0;
	}
	.lokomotiv {
		padding: 10px 0 20px;
	}
	.yellow-verh{
		margin: 0 auto;
	}
	.lokomotiv p {
		text-align: center;
	}
	
	.previewloko {
		margin: 10px 0;
	}
	.lokoww-parent{
		flex-wrap:wrap;
		justify-content: center;
	}
	
	.bandv{
		justify-content: center;
	}
	.answer-block label{
		height: auto;
	}
	
	.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;
	}
	.lokomotiv .buttons, .mainleft .buttons{
		width: 170px;
		height: 50px;
	}
	.number {
		width: 100%;
	}
	.ww-line {
		align-items: flex-start;
		line-height: 1;
		margin: 15px 0;
	}
	.ww-line img {
		width: 50px;
	}
	.ww-line p {
		width: calc(100% - 65px);
		margin: 0;
	}
}
@media screen and (max-width:600px){
	.content {
		margin: 20px 0;
	}
}
@media screen and (max-width:530px){
	header .wdth960, .wdth960 {
		padding: 0 10px;
	}
	.yellow-verh {
		font-size: .75em;
	}
	.answer-block {
		width: 48%;
	}
	h1 {
		font-size: 1.65em;
	}
	
	.h2{
		font-size: 1.5em;
	}
	.wprice {width: 100%; margin: 0 0 15px;}
	.l-bonus img {
		width: 50px;
	}
	.l-bonus span{
		width: 130px;
	}
	.lokomotiv p {
		font-size: 1.125em;
	}
	h2 {
		font-size: 1.25em;
	}
	.slogan {
		display: none;
	}
	.lokoww {
		max-width: 100%;
		text-align: left;
		margin: 5px 0;
	}
	.lokoww::before{
		width: 14px;
    height: 14px;
	}
	.lokoww-parent{
		display: block;
    max-width: 241px;
    margin: 0 auto;
	}
	.ww-line {
		width: 100%;
	}
	.wwbox{
		max-width: 400px;
		margin: 0 auto;
	}
	.fotoblock {
		width: 100%;
	}
	.bimg4 {
		width: 100%;
		height: 300px;
	}
	.bimg5 {
		width: 100%;
	}
	
	.l-bonus .flex{
		justify-content: center;
	}
	.lokomotiv .buttons, .mainleft .buttons {
		width: 100%;
		height: 50px;
		margin: 20px 0 0;
	}
	.telnumber{
		display: table;
		margin: 0 auto;
	}
	.quiz-main{
		padding: 15px;
	}
	.fixedforms {
		flex-wrap: wrap;
		width: 220px;
		justify-content: end;
		right: 10px;
	}
	.fixphone {
		margin: 0 0 10px;
		font-size: 1.125em;
		padding: 0 13px;
	}
	.wa-button{
		font-size: .65em;
	}
	.mainright {
        height: 200px;
    }
	
}











