@charset "UTF-8";
/*
Theme Name:		 Грузовой поток
Description:		Услуги грузчиков по всей России
Version:				1.0.0
*/
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}
*:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

:root {
  --green-bg: #2563EB;
  --field-bg: rgba(255, 255, 255, 0.12);
  --field-border: rgba(255, 255, 255, 0.25);
  --field-border-focus: #ffffff;
  --field-placeholder: rgba(255, 255, 255, 0.7);
  --text-main: #ffffff;
  --btn-bg: #ffffff;
  --btn-text: #111827;
  --btn-bg-hover: #f3f4f6;
  --error-color: #fecaca;
  --error-text: #fee2e2;
}

body {
	font-size: 14px;
	min-width: 320px;
	position: relative;
	line-height: 1.6;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	overflow-x: hidden;
	margin: 0;
	color: #0E102D;
	background: #D3D3D3;
}

p {
	margin: 20px 0;
}

a {
	text-decoration: none;
	outline: none;
	color: #2563EB;
	text-decoration: underline;
	font-weight: 600;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

ul {
	display: block;
	margin: 0;
	padding-left: 0;
	margin: 25px 0;
}
ul li {
	list-style: none;
	margin-bottom: 10px;
	padding-left: 25px;
	position: relative;
}
ul li:last-child {
	margin-bottom: 0;
}

ol {
	display: block;
	margin: 0;
	padding-left: 0;
	margin: 25px 0;
	counter-reset: myCounter;
}
ol li {
	list-style: none;
	margin-bottom: 10px;
}
ol li:last-child {
	margin-bottom: 0;
}
ol li:before {
	counter-increment: myCounter;
	content: counter(myCounter) ".";
	color: #3F49CF;
	font-weight: 600;
	margin-right: 10px;
}

menu {
	display: block;
	margin: 0;
	padding-left: 0;
	margin: 25px 0;
}
menu li {
	list-style: none;
	margin-bottom: 10px;
}
menu li:last-child {
	margin-bottom: 0;
}

button {
	outline: none;
	border: 0;
	padding: 0;
	cursor: pointer;
}

input[type=submit] {
	outline: none;
	border: 0;
	padding: 0;
	cursor: pointer;
}

h1 {
	line-height: 1.2;
	margin-top: 30px;
	margin-bottom: 15px;
	font-weight: 700;
	font-family: "BebasNeue", sans-serif;
	font-size: 48px;
}

h2, .h2 {
	line-height: 1.2;
	margin-top: 30px;
	margin-bottom: 15px;
	font-weight: 700;
	font-family: "BebasNeue", sans-serif;
	font-size: 44px;
}

h3, .h3 {
	line-height: 1.2;
	margin-top: 30px;
	margin-bottom: 15px;
	font-weight: 700;
	font-family: "BebasNeue", sans-serif;
	font-size: 40px;
}

h4 {
	line-height: 1.2;
	margin-top: 30px;
	margin-bottom: 15px;
	font-weight: 700;
	font-family: "BebasNeue", sans-serif;
	font-size: 36px;
}

h5 {
	line-height: 1.2;
	margin-top: 30px;
	margin-bottom: 15px;
	font-weight: 700;
	font-family: "BebasNeue", sans-serif;
	font-size: 30px;
}

h6 {
	line-height: 1.2;
	margin-top: 30px;
	margin-bottom: 15px;
	font-weight: 700;
	font-family: "BebasNeue", sans-serif;
	font-size: 25px;
}

.no-touch a:hover {
	text-decoration: none;
}
.no-touch .soc__link:hover {
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}
.no-touch .btn1:hover {
	background-color: #3F49CF;
}
.no-touch .btn2:hover {
	background-color: #3F49CF;
	border: 2px solid #3F49CF;
	color: #fff;
}
.no-touch .btn3:hover {
	background-color: #3F49CF;
	color: #fff;
}
.no-touch .input-checkbox1:checked ~ .form-termsuse {
	opacity: 1;
}
.no-touch .input-checkbox1:checked ~ .form-termsuse .btn3--disabled:hover {
	background-color: #3F49CF;
}
.no-touch .input-checkbox1:checked ~ .form-termsuse .btn1--disabled:hover {
	background-color: #3F49CF;
}
.no-touch .label-checkbox2:hover .label-checkbox2__text {
	border-left: 1px solid #3F49CF;
	background-color: #ECEDFA;
}
.no-touch .select-wrap .jq-selectbox__dropdown li:hover {
	background-color: #ECEDFA;
	border-left: 1px solid #3F49CF;
}
.no-touch .swiper-button-prev-style1:hover {
	background-color: #3F49CF;
}
.no-touch .swiper-button-prev-style1:hover svg {
	fill: #fff;
}
.no-touch .swiper-button-next-style1:hover {
	background-color: #3F49CF;
}
.no-touch .swiper-button-next-style1:hover svg {
	fill: #fff;
}
.no-touch .submenu > li a:hover, .no-touch .sub-menu > li a:hover {
	background-color: #ECEDFA;
	border-left: 1px solid #3F49CF;
}
.no-touch .header__menu > li > a:hover {
	color: #3F49CF;
}
.no-touch .submenu-wrap:hover .submenu-toggle {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.no-touch .submenu-wrap:hover .submenu, .no-touch .submenu-wrap:hover .sub-menu {
	visibility: visible;
	opacity: 1;
	pointer-events: initial;
}
.no-touch .services-item:hover {
	color: #fff;
}
.no-touch .services-item:hover:after {
	opacity: 1;
}
.no-touch .mail-item:hover:after {
	opacity: 1;
}
.no-touch .reviews-item__link:hover {
	text-decoration: none;
}
.no-touch .footer__menu1 > li > a:hover {
	text-decoration: underline;
}
.no-touch .footer__submenu > li > a:hover {
	text-decoration: underline;
}
.no-touch .footer__menu2 a:hover {
	text-decoration: underline;
}
.no-touch .footer__list li a:hover {
	text-decoration: underline;
}
.no-touch .footer__soc-link:hover {
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}
.no-touch .search__list a:hover {
	color: #3F49CF;
}
.no-touch .search__btn:hover {
	opacity: 0.7;
}

.hidden {
	display: none;
}

.site-wrap {
	overflow: hidden;
	padding-top: 132px;
}

.container {
	margin: 0 auto;
	position: relative;
	padding: 0 40px;
	width: 100%;
	max-width: 1250px;
}

.soc {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
}

.soc__item {
	margin: 0;
	padding: 0;
	margin-right: 16px;
}
.soc__item:after {
	display: none;
}
.soc__item:last-child {
	margin-bottom: 0;
	margin-right: 0;
}

.soc__link {
	display: block;
	font-size: 0;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.btn1 {
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	background-color: #2563EB;
	padding: 10px 16px;
	-webkit-box-shadow: 0px 2px 12px rgba(15, 21, 48, 0.24);
	box-shadow: 0px 2px 12px rgba(15, 21, 48, 0.24);
	border-radius: 4px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
	


.box_grad{
	position: relative;
	z-index: 0;
    width: 200px;
    /* height: 200px; */
    border-radius: 4px;
    overflow: hidden;
    /* margin: 30px auto; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.box_grad::before {
    content: '';
    position: absolute;
    z-index: -2;
    top: -95px;
    left: -28px;
    width: 120%;
    height: 600%;
    background-color: #76837a;
    background-repeat: no-repeat;
    background-size: 50% 50%, 50% 50%;
    background-position: 0 0, 100% 0, 100% 100%, 0 100%;
    background-image: linear-gradient(#06811d9c, #06811d9c), linear-gradient(#06811d9c, #06811d9c), linear-gradient(#b0df99, #b0df99), linear-gradient(#b0df99, #b0df99);
	animation: anim-ramka-1 3s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite;
}
.box_grad::after {
	content: '';
    position: absolute;
    z-index: -1;
    left: 2px;
    top: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background: #2563EB;
    border-radius: 4px;
}

.box_grad:hover::after {
	background: #3F49CF;
	left:0;top:0;
	width:100%;
	height:100%;
}
@keyframes anim-ramka-1 {
    100% {
        transform: rotate(1turn);
    }
}
@-webkit-keyframes sheens {
    0%,
    59% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
        transform: rotateZ(60deg) translate(-5em, 7.5em)
    }
    60% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
        transform: rotateZ(60deg) translate(-5em, 7.5em)
    }
    85% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: rotateZ(60deg) translate(1em, -11em);
        transform: rotateZ(60deg) translate(1em, -11em)
    }
    to {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: rotateZ(60deg) translate(1em, -9em);
        transform: rotateZ(60deg) translate(1em, -9em)
    }
}
@keyframes sheens {
    0%,
    59% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
        transform: rotateZ(60deg) translate(-5em, 7.5em)
    }
    60% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
        transform: rotateZ(60deg) translate(-5em, 7.5em)
    }
    85% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: rotateZ(60deg) translate(1em, -11em);
        transform: rotateZ(60deg) translate(1em, -11em)
    }
    to {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: rotateZ(60deg) translate(1em, -9em);
        transform: rotateZ(60deg) translate(1em, -9em)
    }
}
.btn_box {
  
  color: #fff;
  -webkit-transition: .9s;
  transition: .9s;
 
  cursor: pointer;
  position: relative;
  display: inline-block
}
.btn_box2 {
  
  color: #fff;
  -webkit-transition: .9s;
  transition: .9s;
 
  cursor: pointer;
  position: relative;
}
.btn_box2 .wpcf7-spinner {display:none;}

.btn_flare, .btn_flare2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
}
.btn_flare2 {z-index:1;}
.btn_flare:after {
    content: "";
    position: absolute;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(229,172,142,0)),color-stop(50%,rgba(255,255,255,.7)),color-stop(50%,rgba(229,172,142,0)));
    background: linear-gradient(to bottom,rgba(229,172,142,0),rgba(255,255,255,.7) 50%,rgba(229,172,142,0));
    -webkit-transform: rotateZ(60deg) translate(-5em,7.5em);
    -ms-transform: rotate(60deg) translate(-5em,7.5em);
    transform: rotateZ(60deg) translate(-5em,7.5em);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-animation: sheens 4s infinite;
    animation: sheens 4s infinite;
    z-index: 1;
}
.btn_flare2:after {
    content: "";
    position: absolute;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(158 209 171 / 0%)),color-stop(50%,rgba(158 209 171 / 68%)),color-stop(50%,rgba(158 209 171 / 0%)));
    background: linear-gradient(to bottom,rgba(158 209 171 / 0%),rgb(158 209 171 / 68%) 50%,rgba(158 209 171 / 0%));
    -webkit-transform: rotateZ(60deg) translate(-5em,7.5em);
    -ms-transform: rotate(60deg) translate(-5em,7.5em);
    transform: rotateZ(60deg) translate(-5em,7.5em);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-animation: sheens 4s infinite;
    animation: sheens 4s infinite;
    z-index: 1;
}
.btn_box:hover {
    background-size: 150%;
  border-color: #22529a;
}

.btn1--disabled {
	background-color: #ccc;
	pointer-events: none;
	color: #000;
}

.btn2 {
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 600;
	color: #0E102D;
	text-decoration: none;
	border-radius: 4px;
	border: 2px solid #2563EB;
	-webkit-box-shadow: 0px 2px 12px rgba(15, 21, 48, 0.24);
	box-shadow: 0px 2px 12px rgba(15, 21, 48, 0.24);
	padding: 12px 22px;
	cursor: pointer;
	-webkit-transition: background-color 0.3s, border 0.3s, color 0.3s;
	transition: background-color 0.3s, border 0.3s, color 0.3s;
}
.btn2 i {
	font-style: normal;
	font-size: 0;
}

.btn2.active {
	font-size: 0;
}
.btn2.active i {
	font-size: 16px;
}

.btn3 {
	display: inline-block;
	position:relative;
	z-index:100;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 600;
	color: #0E102D;
	padding: 14px 40px;
	background-color: #fff;
	-webkit-box-shadow: 0px 2px 12px rgba(15, 21, 48, 0.24);
	box-shadow: 0px 2px 12px rgba(15, 21, 48, 0.24);
	border-radius: 4px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.callback input[type=submit].btn3, .calculator input[type=submit].btn3 {background:transparent;}
.callback .btn_box2, .calculator .btn_box2 {background:#fff;}
.callback input[type=submit].btn3:hover, .calculator input[type=submit].btn3:hover {background:#22529a;}
.btn3--disabled {
	opacity: 0.5;
	pointer-events: none;
}

.title {
	font-size: 48px;
	margin: 0;
	margin-bottom: 29px;
}

.title--white {
	color: #fff;
}

.title--center {
	text-align: center;
}

.seeall-wrap {
	text-align: center;
}

.seeall {
	display: inline-block;
	color: #7B7B7B;
	font-weight: 600;
	font-size: 18px;
	padding-right: 18px;
	cursor: pointer;
	position: relative;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
.seeall:after {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	width: 12px;
	height: 7px;
	background: url("assets/img/triangle-gray.svg") center no-repeat;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}
.seeall i {
	font-size: 0;
	font-style: normal;
}
.seeall:hover {
	color: #3F49CF;
}

.seeall.active {
	font-size: 0;
}
.seeall.active i {
	font-size: 18px;
}
.seeall.active:after {
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.label-textarea1 {
	position: relative;
}

.label-textarea1__icon {
	position: absolute;
	z-index: 11;
	top: 12px;
	right: 24px;
}

.textarea1 {
	display: block;
	width: 100%;
	outline: none;
	resize: none;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	background-color: #5FC57F;
	-webkit-box-shadow: 0px 2px 12px rgba(15, 21, 48, 0.06);
	box-shadow: 0px 2px 12px rgba(15, 21, 48, 0.06);
	border-radius: 4px;
	border: none;
	height: 125px;
	padding: 12px 24px;
	padding-right: 50px;
}
.textarea1::-webkit-input-placeholder {
	color: #fff;
}
.textarea1::-moz-placeholder {
	color: #fff;
}
.textarea1::-ms-input-placeholder {
	color: #fff;
}
.textarea1::placeholder {
	color: #fff;
}

.label-checkbox1 {
	display: inline-block;
	cursor: pointer;
	padding-left: 20px;
	position: relative;
}

.label-checkbox1--dark .label-checkbox1__icon {
	background-color: #ECEDFA;
}
.label-checkbox1--dark .label-checkbox1__text {
	color: #808080;
}

.label-checkbox1__text {
	display: inline-block;
	font-size: 10px;
	color: #fff;
}

.label-checkbox1__icon {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-60%);
	transform: translateY(-60%);
	left: 0;
	width: 12px;
	height: 12px;
	background-color: #fff;
	border-radius: 50%;
}
.label-checkbox1__icon:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	width: 6px;
	height: 6px;
	background-color: #3F49CF;
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.input-checkbox1 {
	display: none;
}
.input-checkbox1:checked ~ .form-termsuse .btn3--disabled {
	background-color: #fff;
	opacity: 1;
	pointer-events: initial;
}
.input-checkbox1:checked ~ .form-termsuse .btn1--disabled {
	background-color: #2563EB;
	color: #fff;
	opacity: 1;
	pointer-events: initial;
}
.input-checkbox1:checked ~ .form-termsuse .label-checkbox1__icon:after {
	opacity: 1;
}

.label1 {
	position: relative;
	display: block;
	width: 48%;
	margin-top: 25px;
}

.label1__text {
	font-size: 24px;
	font-weight: 600;
	display: block;
	color: #fff;
	margin-bottom: 5px;
}

.label1__wrap {
	position: relative;
}

.label1__icon {
	position: absolute;
	z-index: 1;
	bottom: 15px;
	left: 24px;
}

.label1--icon .input1 {
	padding-left: 72px;
}

.label1--count .input1 {
	padding-right: 55px;
	cursor: default;
}
.label1--count .plus {
	position: absolute;
	z-index: 1;
	bottom: 30px;
	right: 0;
}
.label1--count .minus {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}

.plus {
	width: 69px;
	height: 31px;
	background: url("assets/img/triangle-gray.svg") center/22px no-repeat;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	cursor: pointer;
}

.minus {
	width: 69px;
	height: 31px;
	background: url("assets/img/triangle-gray.svg") center/22px no-repeat;
	cursor: pointer;
}

.input1 {
	display: block;
	width: 100%;
	font-size: 24px;
	line-height: 1.4;
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
	color: #808080;
	outline: none;
	padding: 13px 20px;
	border-radius: 4px;
	border: none;
}
.input1::-webkit-input-placeholder {
	color: #808080;
}
.input1::-moz-placeholder {
	color: #808080;
}
.input1::-ms-input-placeholder {
	color: #808080;
}
.input1::placeholder {
	color: #808080;
}

.input2 {
	display: block;
	width: 100%;
	outline: none;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 600;
	-webkit-box-shadow: 0px 2px 12px rgba(15, 21, 48, 0.24);
	box-shadow: 0px 2px 12px rgba(15, 21, 48, 0.24);
	border: 2px solid #fff;
	border-radius: 4px;
	background: none;
	padding: 12px 24px;
}
.input2::-webkit-input-placeholder {
	color: #fff;
}
.input2::-moz-placeholder {
	color: #fff;
}
.input2::-ms-input-placeholder {
	color: #fff;
}
.input2::placeholder {
	color: #fff;
}

.select-container {
	width: 48%;
	margin-top: 25px;
	position: relative;
}

.select-container__text {
	font-size: 24px;
	font-weight: 600;
	display: block;
	color: #fff;
	margin-bottom: 5px;
}

.select-wrap select {
	opacity: 0;
}
.select-wrap .jq-selectbox {
	display: block;
	cursor: pointer;
}
.select-wrap .jq-selectbox__select {
	font-size: 24px;
	line-height: 1.4;
	font-weight: 600;
	color: #808080;
	background-color: #fff;
	padding: 13px 24px;
	padding-right: 55px;
	border-radius: 4px;
	position: relative;
}
.select-wrap .jq-selectbox__select:after {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 24px;
	width: 22px;
	height: 12px;
	background: url("assets/img/triangle-gray.svg") center/contain no-repeat;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}
.select-wrap .jq-selectbox__dropdown {
	width: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0px 2px 12px rgba(15, 21, 48, 0.12);
	box-shadow: 0px 2px 12px rgba(15, 21, 48, 0.12);
	border-radius: 4px;
	padding: 12px 0;
}
.select-wrap .jq-selectbox__dropdown ul {
	margin: 0;
}
.select-wrap .jq-selectbox__dropdown li {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 400;
	color: #808080;
	padding: 8px 12px;
	border-left: 1px solid transparent;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.select-wrap .jq-selectbox__dropdown li:after {
	display: none;
}
.select-wrap .opened .jq-selectbox__select:after {
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.select-multiple__text {
	font-size: 24px;
	line-height: 1.4;
	font-weight: 600;
	color: #808080;
	background-color: #fff;
	padding: 13px 24px;
	padding-right: 55px;
	border-radius: 4px;
	position: relative;
	cursor: pointer;
}
.select-multiple__text:after {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 24px;
	width: 22px;
	height: 12px;
	background: url("assets/img/triangle-gray.svg") center/contain no-repeat;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.select-multiple__text.active:after {
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.select-multiple {
	position: absolute;
	z-index: 11;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: #fff;
	-webkit-box-shadow: 0px 2px 12px rgba(15, 21, 48, 0.12);
	box-shadow: 0px 2px 12px rgba(15, 21, 48, 0.12);
	border-radius: 4px;
	display: none;
	height: 200px;
	overflow: auto;
}

.calculator .wpcf7-list-item {
	margin: 0;
	display: block;
	cursor: pointer;
}
.calculator .wpcf7-list-item input {
	display: none;
}
.calculator .wpcf7-list-item input:checked ~ .wpcf7-list-item-label {
	border-left: 1px solid #3F49CF;
	background-color: #ECEDFA;
}

.calculator .wpcf7-list-item-label {
	display: block;
	font-size: 16px;
	color: #808080;
	padding: 8px 12px;
	border-left: 1px solid transparent;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.label-checkbox2 {
	display: block;
	cursor: pointer;
}
.label-checkbox2 input {
	display: none;
}
.label-checkbox2 input:checked ~ .label-checkbox2__text {
	border-left: 1px solid #3F49CF;
	background-color: #ECEDFA;
}

.label-checkbox2__text {
	display: block;
	font-size: 16px;
	color: #808080;
	padding: 8px 12px;
	border-left: 1px solid transparent;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.label2 {
	display: block;
	position: relative;
}

.label2__icon {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 24px;
	z-index: 20;
	
}

.input3 {
	display: block;
	width: 100%;
	outline: none;
	background-color: #EAEBF8;
	-webkit-box-shadow: 0px 2px 12px rgba(15, 21, 48, 0.06);
	box-shadow: 0px 2px 12px rgba(15, 21, 48, 0.06);
	border-radius: 4px;
	font-size: 16px;
	line-height: 1.4;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	color: #000;
	border: none;
	padding: 14px 24px;
	padding-right: 60px;
	z-index: 100;
		position: relative;
}
.input3::-webkit-input-placeholder {
	color: #717A7C;
}
.input3::-moz-placeholder {
	color: #717A7C;
}
.input3::-ms-input-placeholder {
	color: #717A7C;
}
.input3::placeholder {
	color: #717A7C;
}
ul.region_list {padding: 20px 20px 0;
		columns: 3;
		-webkit-columns: 3;
		-moz-columns: 3;}
@media only screen and (max-width: 600px){
ul.region_list {
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;}
}	
ul.region_list li {
		list-style: none;
		margin-bottom: 10px;
		padding-left: 0px; 
		position: relative;
}
ul.region_list li a{outline: none;
		color: rgba(0, 0, 0, 0.5);
		text-decoration: none;
		font-weight: 600;}
ul.region_list li a:hover{
		color: #3F49CF;
		text-decoration: underline;
		}
ul.region_list li:after{width: 0px;}
ul.region_visible-list {}
ul.region_visible-list li{display: inline-block;
		background-color: #eaebf8;
		padding: 4px 9px;
		margin: 4px 2px 0;
		border-radius: 5px;
		font-size: 14px;}	
ul.region_visible-list li a{outline: none;
		color: rgba(0, 0, 0, 0.5);
		text-decoration: none;
		font-weight: 600;}	
ul.region_visible-list li a:hover{
		color: #3F49CF;
		}	
ul.region_visible-list li:after{width: 0px;}	
ul.region_search_list{ background: #f1f2fd;
		border-radius: 5px;
		padding: 20px;
		position: absolute;
		top: 161px;
		z-index: 10;
		width: 100%;}
ul.region_search_list li {
		list-style: none;
		margin-bottom: 0px;
		padding-left: 0px; 
		position: relative;
}
ul.region_search_list li a{outline: none;
		color: #3F49CF;
		text-decoration: none;
		font-weight: 600;
			font-size: 82%;}
ul.region_search_list li a:hover{
		color: #3F49CF;
		text-decoration: underline;
		}
ul.region_search_list li:after{width: 0px;}		

.slider-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 120px;
	margin-left: auto;
	margin-top: 30px;
}

.swiper-button-prev-style1 {
	position: static;
	outline: none;
	width: 52px;
	height: 52px;
	background: none;
	background-color: #ECEDFB;
	-webkit-box-shadow: 0px 2px 12px rgba(15, 21, 48, 0.24);
	box-shadow: 0px 2px 12px rgba(15, 21, 48, 0.24);
	border-radius: 50%;
	margin-top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
.swiper-button-prev-style1 svg {
	fill: #76777E;
	-webkit-transition: fill 0.3s;
	transition: fill 0.3s;
	margin-left: -6px;
}

.swiper-button-next-style1 {
	position: static;
	outline: none;
	width: 52px;
	height: 52px;
	background: none;
	background-color: #ECEDFB;
	-webkit-box-shadow: 0px 2px 12px rgba(15, 21, 48, 0.24);
	box-shadow: 0px 2px 12px rgba(15, 21, 48, 0.24);
	border-radius: 50%;
	margin-top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-box-shadow: 0px -2px 12px rgba(15, 21, 48, 0.24);
	box-shadow: 0px -2px 12px rgba(15, 21, 48, 0.24);
}
.swiper-button-next-style1 svg {
	fill: #76777E;
	-webkit-transition: fill 0.3s;
	transition: fill 0.3s;
	margin-left: -6px;
}

.swiper-scrollbar-style1 {
	height: 4px;
	background-color: #E3E9F4;
	margin-top: 20px;
	border-radius: 0;
	position: relative;
	z-index: 11;
	display: none;
}
.swiper-scrollbar-style1 .swiper-scrollbar-drag {
	height: 8px;
	background-color: #3F49CF;
	border-radius: 0;
	top: -2px;
}

.js-text__text-overflow, .js-text__text-overflow2 {
	overflow: hidden;
	margin-bottom: 24px;
	-webkit-transition: height 0.3s;
	transition: height 0.3s;
}

.section {
	padding-top: 40px;
}

.section-bg {
	position: absolute;
	top: -600px;
	right: -600px;
	width: 1664px;
	pointer-events: none;
	z-index: -1;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.header--fixed {
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.header__container1 {
	    padding: 20px 0 0 0;
}

.header__wrap1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header__contact-desc {line-height:1.1;}
.header__logo {
	max-width: 470px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
}

.header__logo-img {
	max-width: 170px;
	width: 100%;
}

.header__logo-text {
	max-width: 270px;
	width: 100%;
	color: #0E102D;
	font-weight: 400;
}

.header__adress-text {
	max-width: 280px;
	width: 100%;
	display: none;
}

.header__adress {
	color: #0E102D;
	font-size: 18px;
	text-decoration: none;
	padding-left: 30px;
	padding-right: 18px;
	position: relative;
	cursor: pointer;
	font-weight: bold;
}
.header__adress:after {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 20px;
	height: 23px;
	background: url("assets/img/adress-icon.svg") center no-repeat;
}

/* .header__adress:before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	width: 12px;
	height: 7px;
	background: url("assets/img/triangle-blue.svg") center no-repeat;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.header__adress.active:before {
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
} */

.header__contact-tel {
	display: inline-block;
	font-size: 18px;
	line-height: 1.2;
	text-decoration: none;
	color: #0E102D;
}

.header__container2 {
	padding: 10px 0;
}

.header__menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
}

@media screen and (max-width: 1200px) {
.header__menu {
	padding-top: 60px !important;
}
}
.header__menu > li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0;
}
.header__menu > li > a {
	color: #0E102D;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
.header__menu > li > a.active,
.header__menu > li > a[aria-current=page] {
	color: #3F49CF;
}

.submenu-toggle {
	width: 26px;
	height: 26px;
	background: url("assets/img/triangle-blue.svg") center no-repeat;
	cursor: pointer;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.submenu-toggle.active {
	-webkit-transform: rotate(180deg) !important;
	transform: rotate(180deg) !important;
}

.submenu, .sub-menu {
	position: absolute;
	z-index: 15;
	top: 100%;
	left: 0;
	background-color: #fff;
	-webkit-box-shadow: 0px 2px 12px rgba(15, 21, 48, 0.12);
	box-shadow: 0px 2px 12px rgba(15, 21, 48, 0.12);
	border-radius: 4px;
	margin: 0;
	padding: 12px 0;
	width: 200px;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	scrollbar-width: thin;
	scrollbar-color: #2563EB #f5f5f5;
}
.sub-menu::-webkit-scrollbar {
  width: 2px;
  background-color: #f5f5f5;
}

.sub-menu::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #2563EB;
}

.sub-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.2);
  border-radius: 10px;
  background-color: #f5f5f5;
}
.submenu > li, .sub-menu > li {
	margin: 0;
	padding: 0;
}
.submenu > li:after, .sub-menu > li:after {
	display: none;
}
.submenu > li a, .sub-menu > li a {
	display: block;
	text-decoration: none;
	color: #808080;
	font-weight: 400;
	padding: 8px;
	font-size: 12px;
	padding-left: 12px;
	border-left: 1px solid transparent;
	-webkit-transition: border 0.3s, background-color 0.3s;
	transition: border 0.3s, background-color 0.3s;
}
.submenu > li a.active, .sub-menu > li a.active {
	background-color: #ECEDFA;
	border-left: 1px solid #3F49CF;
}

.submenu-wrap--big .submenu, .submenu-wrap--big .sub-menu {
	width: 500px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 340px;
    max-height: 536px;
    overflow-y: scroll;
	overflow-x:hidden;
}
.submenu-wrap--big .submenu > li, .submenu-wrap--big .sub-menu > li {
	width: 100%;
}

.toggle-wrap {
	display: none;
}

.toggle {
	width: 24px;
	height: 12px;
	position: relative;
	z-index: 20;
	cursor: pointer;
	margin-left: auto;
}
.toggle:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	width: 24px;
	height: 24px;
	background-color: #ECEDFA;
	border-radius: 4px;
	opacity: 0;
}

.toggle__line {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 1px;
	left: 8px;
	right: 0;
	background-color: #3F49CF;
}
.toggle__line:after {
	content: "";
	position: absolute;
	top: -5px;
	left: -8px;
	right: 0;
	height: 1px;
	background-color: #3F49CF;
}
.toggle__line:before {
	content: "";
	position: absolute;
	bottom: -5px;
	left: -8px;
	right: 0;
	height: 1px;
	background-color: #3F49CF;
}

.toggle.active:after {
	opacity: 1;
}
.toggle.active .toggle__line {
	background-color: transparent;
}
.toggle.active .toggle__line:after {
	top: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: -4px;
	right: 4px;
}
.toggle.active .toggle__line:before {
	bottom: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	left: -4px;
	right: 4px;
}

.menu-icon {
	/* position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0; */
	display: none;
}

.contacts-moibile {
	display: flex;
	gap: 12px;
	padding-left: 0 !important;
}

.mobile-menu {
	display: flex;
	gap: 12px;
}

.mainscreen {
	padding-top: 75px;
	padding-bottom: 70px;
}

.mainscreen__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.mainscreen__wrap1 {
	width: 49.6%;
}

.mainscreen__text-wrap {
	max-width: 580px;
	width: 100%;
}

.mainscreen__wrap2 {
	width: 55%;
	margin-right: -5%;
}

.mainscreen__img {
	text-align: center;
	position: relative;
}
.mainscreen__img:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 1220px;
	height: 1220px;
	background: url("assets/img/mainscreen-img-bg.svg") center no-repeat;
}

.mainscreen__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/*-ms-flex-wrap: wrap;
	flex-wrap: wrap;*/
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 0;
	margin-bottom: 30px;
	margin-top: -25px;
}

.mainscreen__text1 {
	color: #808080;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 31px;
}
.mainscreen__text1 b {
	font-weight: 600;
}

.mainscreen__btn-wrap {
	max-width: 378px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.mainscreen__btn-wrap .btn1 {
	font-size: 16px;
	padding: 14px 25px;
}

.mainscreen-item {
	margin: 0;
	padding: 0;
	margin-right: 30px;
	margin-top: 25px;
	max-width: 136px;
}
.mainscreen-item:nth-child(3) {
	max-width: 136px;
}
.mainscreen-item:last-child {
	margin-right: 0;
}
.mainscreen-item:after {
	display: none;
}
.mainscreen-item b {
	display: block;
	font-weight: 700;
	font-size: 36px;
	line-height: 1;
	color: #3F49CF;
	font-family: "BebasNeue", sans-serif;
}
.mainscreen-item span {
	display: block;
	color: #808080;
	font-weight: 600;
}

.price {
	padding-top: 63px;
	padding-bottom: 80px;
}

.price__wrap {
	background-color: #F5F5F5;
	-webkit-box-shadow: 0px 2px 12px rgba(15, 21, 48, 0.06);
	box-shadow: 0px 2px 12px rgba(15, 21, 48, 0.06);
	border-radius: 4px;
	padding: 32px;
	position: relative;
}

.price__bg {
	position: absolute;
	bottom: -42px;
	left: -50px;
	width: 124px;
	pointer-events: none;
}

.price__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0;
	margin-top: -30px;
	margin-bottom: 30px;
}

.price-item {
	width: 48.8%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 4px;
	background-color: #fff;
	margin: 0;
	margin-top: 30px;
	padding: 20px 24px 20px 24px;
	display: none;
}
.price-item:after {
	display: none;
}
.price-item span {
	width: calc(100% - 200px);
	font-weight: 600;
	font-size: 13.2px;
}
.price-item b {
	font-size: 18px;
	font-weight: 600;
	color: #3F49CF;
}

.price-item.seeall-js-item-vis {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.calculator {
	padding-top: 80px;
	padding-top: 40px;
	padding-bottom: 80px;
	padding-bottom: 50px;
}
.calculator .jq-selectbox {
	border: 1px solid #fff;
	border-radius: 4px;
}
.calculator .jq-selectbox__select {
	border-radius: 3px;
}
.calculator .wpcf7-not-valid .jq-selectbox__select {
	background: transparent;
}
.calculator .ajax-loader {
	display: none !important;
}

.calculator__wrap {
	background: linear-gradient(94.69deg, #2563EB 0%, #1D4ED8 100%);
	-webkit-box-shadow: 0px 2px 12px rgba(15, 21, 48, 0.24);
	box-shadow: 0px 2px 12px rgba(15, 21, 48, 0.24);
	border-radius: 4px;
	padding: 25px 32px 32px 32px;
}
.calculator__wrap .title {
	margin-bottom: 22px;
}

.calculator__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.calculator__form-wrap1 {
	width: calc(100% - 400px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: -25px;
}

.calculator__form-wrap2 {
	max-width: 340px;
	width: 100%;
}
.calculator__form-wrap2 .input2 {
	margin-bottom: 24px;
}
.calculator__form-wrap2 .btn3 {
	display: block;
	width: 100%;
	padding: 14px 10px;
	margin-bottom: 12px;
}

.calculator__form-wrap2 .btn_box2 .btn3 {
	margin-bottom: 0px;
}
.calculator__form-wrap2 .btn_box2 {
	margin-bottom: 12px;
}
.calculator__form-wrap3 {
	margin-bottom: 25px;
}

.calculator__result {
	font-family: "BebasNeue", sans-serif;
	font-size: 48px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
}

.calculator__result-desc {
	font-size: 16px;
	color: #fff;
}

.why {
	padding-top: 72px;
	padding-bottom: 32px;
}
.why .title {
	margin-bottom: 60px;
}

.why__wrap1 {
	position: relative;
}

.why__bg1 {
	position: absolute;
	z-index: 1;
	bottom: -45px;
	right: -60px;
	width: 124px;
	pointer-events: none;
}

.why__list1 {
	display: grid;
	grid-template-rows: 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-gap: 30px;
}

.why__col1 {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.why__col1:nth-child(2) {
	grid-column: span 2;
}
.why__col1:nth-child(5) {
	grid-column: span 2;
}
.why__col1:nth-child(6) {
	grid-column: span 3;
}
.why__col1:after {
	display: none;
}

.why-item1 {
	background-color: #F5F5F5;
	-webkit-box-shadow: 0px 2px 12px rgba(15, 21, 48, 0.24);
	box-shadow: 0px 2px 12px rgba(15, 21, 48, 0.24);
	border-radius: 4px;
	padding: 50px 8px 8px 8px;
	position: relative;
	width: 100%;
}

.why-item1__img {
	position: absolute;
	top: 8px;
	left: 8px;
}

.why-item1__title {
	margin: 0;
	font-size: 18px;
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
	margin-bottom: 6px;
}

.why-item1__desc {
	color: #7B7B7B;
}

.services {
	padding-top: 32px;
	padding-bottom: 40px;
}

.services__slider .swiper-container {
	margin: -50px;
	padding: 50px;
}

.services__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	margin: 0px -15px;
	margin-top: -30px;
}

.services__col {
	margin: 0;
	padding: 0;
	width: 33.3333%;
	padding: 0px 15px;
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.services__col:after {
	display: none;
}

.services-item {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 16px;
	color: #0E102D;
	text-decoration: none;
	padding: 17px 10px;
	text-align: center;
	background: linear-gradient(272.04deg, rgba(35, 177, 77, 0.1) 0%, rgba(63, 73, 207, 0.1) 100%);
	-webkit-box-shadow: 0px 2px 12px rgba(15, 21, 48, 0.06);
	box-shadow: 0px 2px 12px rgba(15, 21, 48, 0.06);
	border-radius: 4px;
	position: relative;
}
.services-item:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #3F49CF;
	border-radius: 4px;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.mail {
	padding-top: 33px;
	padding-bottom: 78px;
}
.mail .title {
	margin-bottom: 61px;
}

.mail__wrap {
	position: relative;
}

.mail__bg {
	position: absolute;
	bottom: -400px;
	left: -700px;
	width: 1168px;
}

.mail-item {
	display: block;
	text-align: center;
	position: relative;
}
.mail-item:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url("assets/img/zoom.svg") center/40px no-repeat;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.callback {
	background: linear-gradient(94.69deg, #2563EB 0%, #1D4ED8 100%);
}
.callback .container {
	padding-top: 60px;
	padding-bottom: 68px;
}
.callback .ajax-loader {
	display: none !important;
}

.callback__img {
	position: absolute;
	right: -166px;
	top: 57px;
	width: 227px;
}

.callback__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 1040px;
	width: 100%;
}

.callback__wrap1 {
	max-width: 575px;
	width: 100%;
}
.callback__wrap1 .title {
	line-height: 1;
	margin-bottom: 0;
}

.callback__wrap2 {
	max-width: 370px;
	width: 100%;
}

.callback__form .input2 {
	margin-bottom: 32px;
}
.callback__form .btn3 {
	display: block;
	width: 100%;
}

.section-text {
	padding-bottom: 70px;
}

.aboutcompany {
	padding-top: 148px;
	padding-top: 108px;
	padding-bottom: 80px;
}

.aboutcompany__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.aboutcompany__wrap1 {
	width: 42.7%;
}

.aboutcompany__img {
	max-width: 500px;
	width: 100%;
	position: relative;
}

.aboutcompany__img-bg1 {
	position: absolute;
	top: -5px;
	right: -5px;
	width: 53px;
}

.aboutcompany__img-bg2 {
	position: absolute;
	bottom: -20px;
	left: -20px;
	width: 108px;
}

.aboutcompany__img-bg3 {
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	width: 1220px;
}

.aboutcompany__wrap2 {
	width: 48.7%;
	position: relative;
}
.aboutcompany__wrap2 .btn2 {
	display: block;
	max-width: 148px;
	width: 100%;
	text-align: center;
	padding: 12px 10px;
	font-size: 14px;
}
.aboutcompany__wrap2 .btn2 i {
	font-size: 0;
}
.aboutcompany__wrap2 .btn2.active {
	font-size: 0;
}
.aboutcompany__wrap2 .btn2.active i {
	font-size: 14px;
}

.aboutcompany__text-wrap {
	font-size: 16px;
}
.aboutcompany__text-wrap p {
	margin: 0;
	margin-bottom: 20px;
}
.aboutcompany__text-wrap p:last-child {
	margin-bottom: 0;
}

.reviews {
	padding-top: 75px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.reviews .title {
	margin-bottom: 20px;
}

.reviews .rating{text-align: center;}
.reviews .rating .stars img{padding: 0 5px 10px;}
.reviews .rating p{margin: 0px 0 40px 0;font-size: 13px;}
.testimonials__tabs-control ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
	.rating {
		display: none !important;
	}
}
.testimonials__tabs-control ul li {
	cursor:pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    color: #0E102D;
    text-decoration: none;
    padding: 17px 30px;
    text-align: center;
    background: linear-gradient(272.04deg, rgba(35, 177, 77, 0.1) 0%, rgba(63, 73, 207, 0.1) 100%);
    -webkit-box-shadow: 0px 2px 12px rgba(15, 21, 48, 0.06);
    box-shadow: 0px 2px 12px rgba(15, 21, 48, 0.06);
    border-radius: 4px;
    position: relative;
	margin-right:30px;
	font-weight:bold;
}
.testimonials__tabs-control ul li:last-child{margin-bottom: 8px;margin-right:0px;}

.testimonials__tabs-control ul li:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #3F49CF;
    border-radius: 4px;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
	width: 100%;
    height: 100%;
	
}
.testimonials__tabs-control ul li._active {
     color: #fff;;
}
.testimonials__tabs-control ul li._active:after {
    opacity: 1;
}

.reviews ._tabs-block._active {
    display: block;
}
.reviews ._tabs-block {
    display: none;
}
.adapt-tab .mobile-open-tab {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #3F49CF;
    border-radius: 4px;
    color: #fff;
    font-weight: 700;
    margin: 0px 0 0px;
    padding: 8px 9px 8px 0px;
    position: relative;
    width: 200px;
    cursor: pointer;;
}
.mobile-open-tab:after {
    background: url(assets/img/arrow-bottom.svg) no-repeat;
    background-size: contain;
    bottom: 0;
    content: '';
    display: block;
    position: absolute;
	right: 19px;
    top: 12px;
    -webkit-transform: translate(0) rotate(90deg);
    -ms-transform: translate(0) rotate(90deg);
    transform: translate(0) rotate(90deg);
    width: 13px;
    height: 13px;
}
.mobile-open-tab.active:after {
    -webkit-transform: translate(0) rotate(-90deg);
    -ms-transform: translate(0) rotate(-90deg);
    transform: translate(0) rotate(-90deg);
}
@media (min-width: 768px){
.adapt-tab .mobile-open-tab {
    display: none;
}
}
.reviews__wrap {
	position: relative;
}

.reviews__bg {
	position: absolute;
	left: -60px;
	right: 10px;
	width: 68px;
}

.reviews__slider .swiper-container {
	margin: -15px;
	padding: 15px;
}
.reviews__slider .swiper-slide {
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.reviews-item {
	padding: 24px;
	background-color: #fff;
	-webkit-box-shadow: 0px 2px 12px rgba(15, 21, 48, 0.24);
	box-shadow: 0px 2px 12px rgba(15, 21, 48, 0.24);
	border-radius: 4px;
}
.swiper-reviews-init1 .reviews-item {
	background-color: transparent;
	-webkit-box-shadow: 0px 0px 0px rgba(15, 21, 48, 0.24);
	box-shadow: 0px 0px 0px rgba(15, 21, 48, 0.24);	
	
}
.reviews-item__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 17px;
}


.reviews-item__wrap1 {
	width: 70px;
	height: 70px;
	background-color: #ECEDFB;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 48px;
	font-weight: 700;
	color: #3F49CF;
	font-family: "BebasNeue", sans-serif;
	text-transform: uppercase;
	padding-top: 5px;
}

.reviews-item__wrap2 {
	width: calc(100% - 86px);
}

.reviews-item__name {
	font-size: 18px;
	font-weight: 600;
	color: #3F49CF;
}

.reviews-item__position {
	font-size: 16px;
	color: #808080;
}

.reviews-item__text-wrap {
	font-size: 16px;
}
.reviews-item__text-wrap p {
	margin: 0;
	margin-bottom: 15px;
}
.reviews-item__text-wrap p:last-child {
	margin-bottom: 0;
}

.reviews-item__link {
	display: inline-block;
	font-weight: 600;
	color: #2563EB;
	text-decoration: underline;
	cursor: pointer;
}
.reviews-item__link i {
	font-style: normal;
	font-size: 0;
}

.reviews-item__link.active {
	font-size: 0;
}
.reviews-item__link.active i {
	font-size: 14px;
}
.slider-nav2, .slider-nav1  {display:none;}
@media only screen and (max-width: 600px){
.calculator__form-wrap2 .btn_box2{ margin-bottom: 42px;
    height: 51px;}
.calculator__form-wrap2 .btn_box2 .label-checkbox1-wrap	{margin-top: 15px;}
	
.reviews__slider .slider-nav {top: -40px;}
.testimonials__tabs-control ul li {
    font-size: 12px;
    padding: 17px 19px;
   	margin-top:10px;
	margin-bottom:0px;
	width: 200px;
	display: none;
}
#reviews .testimonials__tabs-control{position:relative;}
#reviews .slider-nav {
    width: 80px;
    position: absolute;
    top: -27px;
    right: 0;
}
.testimonials__tabs-control ul li:last-child{margin-bottom: 8px;}
.testimonials__tabs-control ul {    margin-bottom: 34px;}
	
.adapt-tab li {display: none;
}
.adapt-tab.active li, .testimonials__tabs-control ul.adapt-tab.active li {display: block; margin-right: 30px;}
}
.faq {
	padding-top: 38px;
	padding-bottom: 70px;
}
.faq .title {
	margin-bottom: 61px;
}

.faq__container1 {
	background-color: #F5F5F5;
	-webkit-box-shadow: 0px 2px 12px rgba(15, 21, 48, 0.06);
	box-shadow: 0px 2px 12px rgba(15, 21, 48, 0.06);
	border-radius: 4px;
	padding: 32px 32px 32px 32px;
	position: relative;
}

.faq__container2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.faq__bg {
	position: absolute;
	bottom: -50px;
	right: -60px;
	width: 124px;
}

.faq__wrap {
	width: 48%;
}

.faq__list {
	margin: 0;
}

.faq-item {
	background-color: #fff;
	border-radius: 4px;
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
	display: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.faq-item:last-child {
	margin-bottom: 30px;
}
.faq-item:after {
	display: none;
}

.faq-item.seeall-js-item-vis {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.faq-item__toggle {
	min-height: 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 5px 24px;
	padding-right: 62px;
	font-weight: 600;
	cursor: pointer;
	position: relative;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
	width: 100%;
}
.faq-item__toggle:after {
	content: "";
	position: absolute;
	right: 24px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 20px;
	height: 12px;
	background: url("assets/img/triangle-green.svg") center no-repeat;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.faq-item.active {
	background-color: #E0EEE4;
}
.faq-item.active .faq-item__toggle:after {
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.faq-item__text {
	padding: 24px;
	padding-top: 0;
	display: none;
	width: 100%;
}
.faq-item__text p {
	margin: 0;
}
.faq-item__text ul {
	margin: 0;
}

.footer {
	padding-top: 91px;
	padding-bottom: 50px;
	position: relative;
}

.footer__bg {
	position: absolute;
	width: 2585px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -730px;
	z-index: -1;
	pointer-events: none;
}

.footer__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer__wrap1 {
	max-width: 260px;
	width: 100%;
}
.footer__wrap1 .btn1 {
	display: block;
	max-width: 200px;
	width: 100%;
	text-align: center;
	padding: 10px 16px;
}

.footer__logo {
	display: block;
	max-width: 170px;
	width: 100%;
	margin-bottom: 24px;
}

.footer__contacts {
	margin-bottom: 11px;
}

.footer__tel-wrap {
	margin-bottom: 24px;
}

.footer__tel {
	display: inline-block;
	text-decoration: none;
	color: #0E102D;
	font-size: 18px;
	padding-left: 34px;
	position: relative;
}
.footer__tel:after {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 24px;
	height: 25px;
	background: url("assets/img/tel-icon.svg") center no-repeat;
}

.footer__email-wrap {
	margin-bottom: 14px;
}

.footer__email {
	display: inline-block;
	color: #0E102D;
	text-decoration: none;
	padding-left: 34px;
	position: relative;
}
.footer__email:after {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 24px;
	height: 24px;
	background: url("assets/img/email-icon.svg") center no-repeat;
}
.footer__vk-wrap {
	margin-bottom: 14px;
	margin-top: 14px;
}

.footer__vk {
	display: inline-block;
	color: #0E102D;
	text-decoration: none;
	padding-left: 34px;
	position: relative;
}
.footer__vk:after {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 24px;
	height: 24px;
	background: url("assets/img/vk.png") center no-repeat;
}
.footer__link-wrap {
	margin-bottom: 15px;
}

.footer__link {
	display: inline-block;
	color: #0E102D;
	text-decoration: none;
	padding-left: 34px;
	position: relative;
}
.footer__link:after {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 24px;
	height: 24px;
	background: url("assets/img/reviews-icon.svg") center no-repeat;
}

.footer__work {
	font-weight: 600;
	padding-left: 34px;
	position: relative;
}
.footer__work:after {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 24px;
	height: 24px;
	background: url("assets/img/work-icon.svg") center no-repeat;
}

.footer__soc-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 24px;
}

.footer__soc-text {
	font-weight: 600;
	margin-right: 8px;
}

.footer__soc-list {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer__soc-item {
	margin: 0;
	padding: 0;
	margin-right: 8px;
}
.footer__soc-item:last-child {
	margin-right: 0;
}
.footer__soc-item:after {
	display: none;
}

.footer__soc-link {
	display: block;
	font-size: 0;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.footer__wrap2 {
	width: calc(100% - 300px);
}

.footer__menu1 {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 32px;
}
.footer__menu1 > li {
	margin: 0;
	width: 15.66%;
	position: relative;
}
.footer__menu1 > li > a {
	display: inline-block;
	color: #3F49CF;
	text-decoration: none;
	font-size: 13px;
	padding-right: 15px;
}

.footer__submenu {
	margin: 0;
	margin-top: 5px;
}
.footer__submenu > li {
	margin: 0;
	padding: 0;
	margin-bottom: 12px;
}
.footer__submenu > li:last-child {
	margin-bottom: 0;
}
.footer__submenu > li:after {
	display: none;
}
.footer__submenu > li > a {
	display: inline-block;
	color: #788680;
	font-weight: 400;
	text-decoration: none;
	font-size: 13px;
}

.footer__submenu-toggle {
	width: 12px;
	height: 7px;
	background: url("assets/img/triangle-blue.svg") center no-repeat;
	cursor: pointer;
	display: none;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.footer__submenu-toggle.active {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.footer__menu2 {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-top: -10px;
}
.footer__menu2 li {
	margin-right: 32px;
	margin-top: 10px;
}
.footer__menu2 li:last-child {
	margin-right: 0;
}
.footer__menu2 a {
	display: inline-block;
	font-size: 13px;
	color: #3F49CF;
	text-decoration: none;
}

.footer__wrap3 {
	display: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.footer__wrap3 .footer__soc-wrap {
	margin: 0;
	margin-right: 24px;
}

.footer__list {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.footer__list li {
	margin: 0;
	padding: 0;
	margin-right: 24px;
	margin-bottom: 10px;
}
.footer__list li:last-child {
	margin-right: 0;
	margin-bottom: 10px;
}
.footer__list li:after {
	display: none;
}
.footer__list li a {
	display: inline-block;
	font-size: 14px;
	color: #7B7E7D;
	font-weight: 400;
	text-decoration: none;
}

.contacts {
	margin-bottom: 80px;
}

.contacts__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0;
	margin-bottom: 80px;
	margin-top: -30px;
}

.contacts__title {
	font-size: 48px;
	font-weight: 700;
	line-height: 1.2;
	font-family: "BebasNeue", sans-serif;
	text-transform: uppercase;
	margin-bottom: 32px;
}

.contacts__map {
	height: 420px;
	width: 100%;
}
.contacts__map iframe {
	width: 100%;
	height: 100%;
}

.contacts-item {
	margin: 0;
	padding: 0;
	margin-right: 50px;
	margin-top: 30px;
}
.contacts-item:after {
	display: none;
}
.contacts-item:nth-child(3) {
	margin-right: 0;
}
.contacts-item:last-child {
	margin-right: 0;
}

.contacts-item__text {
	display: inline-block;
	font-size: 24px;
	font-weight: 600;
	color: #0E102D;
	text-decoration: none;
	padding-left: 56px;
	position: relative;
	vertical-align: top;
}
.contacts-item__text:after {
	content: "";
	position: absolute;
	top: -1px;
	/*
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	*/
	left: 0;
	width: 40px;
	height: 40px;
	background: url("assets/img/tel-icon.svg") center/contain no-repeat;
}

.contacts-item__email:after {
	background-image: url("assets/img/email-icon.svg");
}
.contacts-item__tg:after {
	background-image: url("assets/img/tg_icon.svg");
}
.contacts-item__whats:after {
	background-image: url("assets/img/whats-icon.svg");
}

.contacts-item__work:after {
	background-image: url("assets/img/work-icon.svg");
}

.contacts-item__address:after {
	background-image: url("assets/img/adress-icon.svg");
}

.feedback {
	background: linear-gradient(94.69deg, #2563EB 0%, #1D4ED8 100%);
	-webkit-box-shadow: 0px 2px 12px rgba(15, 21, 48, 0.24);
	box-shadow: 0px 2px 12px rgba(15, 21, 48, 0.24);
	border-radius: 4px;
	padding: 32px;
}
.feedback .ajax-loader {
	display: none !important;
}

.feedback__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.feedback__form .label2 {
	margin-bottom: 24px;
	z-index: 20;
}
.feedback__form .label2:last-child {
	margin-bottom: 0;
}
.feedback__form .input3 {
	background-color: #5BC57A;
	color: #fff;
	z-index: 10;
}
.feedback__form .input3::-webkit-input-placeholder {
	color: #fff;
}
.feedback__form .input3::-moz-placeholder {
	color: #fff;
}
.feedback__form .input3::-ms-input-placeholder {
	color: #fff;
}
.feedback__form .input3::placeholder {
	color: #fff;
}
.feedback__form .btn3 {
	max-width: 338px;
	width: 100%;
	padding: 14px 10px;
}

.feedback__form-wrap1 {
	width: 48%;
}

.feedback__form-wrap2 {
	width: 48%;
}

.feedback__form-wrap3 {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 30px;
}

.wpcf7-form-control.wpcf7-not-valid {
	background: #ffd4d4 !important;
}

.popmake-content {
	outline: none;
}

/* .wpcf7 {
	max-width: 500px !important;
} */

.wpcf7-form {
	outline: none;
}

.popup {
	outline: none;
}
.popup .title {
	margin-bottom: 15px;
}

.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

.wpcf7-not-valid-tip {
	display: none !important;
}

.wpcf7-validation-errors {
	display: none !important;
}

.wpcf7-response-output {
	display: none !important;
}

.input-mob {
	max-width: 500px !important;
}

.popup--city {
	max-width: 700px;
	display: none;
}

.popup__bg {
	position: absolute;
	z-index: -1;
	width: 600px;
	top: 0;
	left: 0;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.popup__subtitle {
	text-align: center;
	color: #808280;
	font-size: 16px;
	margin-bottom: 24px;
}

.js-call-submit {
	white-space: nowrap !important;
}

.popup__form .input3 {
	margin-bottom: 16px;
}
.popup__form .btn1 {
	display: block;
	width: 100%;
	font-size: 16px;
	padding: 14px 10px;
	margin-bottom: 26px;
}
.popup__form .ajax-loader {
	display: none !important;
}

.city__form {
	position: relative;
	margin-bottom: 25px;
}

.city__btn {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 24px;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.city__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0;
}
.city__list li {
	width: 32%;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}
.city__list li:last-child {
	margin-bottom: 0;
}
.city__list li:after {
	display: none;
}
.city__list a {
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	color: #808080;
	text-decoration: none;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.fancybox-slide--html .fancybox-close-small {
	padding: 0;
	top: 16px;
	right: 16px;
	width: 24px;
	height: 24px;
	background: url("assets/img/close.svg") center no-repeat;
	background-color: #ECEDFA;
	border-radius: 4px;
}
.fancybox-slide--html .fancybox-close-small svg {
	display: none;
}

.auto__slider {
	margin: 0 -12px 60px;
}
.auto__slider .slider-nav {
	margin-right: 12px;
}

.swiper-auto-init {
	padding: 10px 12px 14px 12px !important;
}

.auto-item {
	padding: 24px 0 90px;
	position: relative;
	height: auto;
	background-color: #f5f5f5;
	border-radius: 4px;
	box-shadow: 0 2px 12px rgba(15, 21, 48, 0.24);
}
.auto-item button {
	padding: 10px 24px;
	position: absolute;
	right: 24px;
	bottom: 24px;
	left: 24px;
	display: block;
	background: #f5f5f5;
	border: 2px solid #2563EB;
	border-radius: 4px;
	-webkit-box-shadow: 0 2px 12px rgba(15, 21, 48, 0.24);
	box-shadow: 0 2px 12px rgba(15, 21, 48, 0.24);
	-webkit-transition: background-color 0.3s, border 0.3s, color 0.3s;
	transition: background-color 0.3s, border 0.3s, color 0.3s;
	color: #0e102d;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.6875;
	text-align: center;
}
.auto-item button:hover {
	background-color: #3f49cf;
	border-color: #3f49cf;
	color: #fff;
}

.auto-item__image {
	text-align: center;
}

.auto-item__name {
	margin-bottom: 8px;
	padding: 0 24px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.6;
}

.auto-item__text {
	padding: 0 24px;
	color: rgba(0, 0, 0, 0.5);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5714285;
}

@media only screen and (max-width: 1500px) {
	.callback__img {
		right: -80px;
	}
}
@media only screen and (max-width: 1300px) {
	.callback__wrap1 {
		max-width: none;
		margin-bottom: 24px;
	}

	.callback__img {
		right: 40px;
		top: 160px;
	}

	.contacts-item {
		width: 48%;
		margin-right: 0;
	}

	.contacts__list {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.feedback__form .label-checkbox1-wrap {
		width: 48%;
	}
	.feedback__form .btn3 {
		width: 48%;
		max-width: none;
	}
}
@media only screen and (max-width: 1250px) {
	.footer__menu1 {
		margin-bottom: 0;
	}
	.footer__menu1 > li {
		width: 48%;
		margin-bottom: 18px;
	}
	.footer__menu1 > li > a {
		min-height: initial;
		font-size: 14px;
	}

	.footer__menu2 {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.footer__menu2 li {
		margin-right: 0;
		width: 48%;
	}
	.footer__menu2 li:nth-child(3) {
		display: none;
	}
	.footer__menu2 li:nth-child(4) {
		display: none;
	}
	.footer__menu2 a {
		font-size: 14px;
	}

	.footer__wrap2 {
		margin-top: 63px;
	}

	.footer__wrap1 .btn1 {
		display: none;
	}

	.footer__wrap3 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.footer__wrap3 .footer__soc-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 10px;
	}

	.footer__soc-wrap {
		display: none;
	}

	.footer__submenu-toggle {
		display: inline-block;
	}

	.footer__submenu {
		position: absolute;
		display: none;
		bottom: 100%;
		left: 0;
		width: 150px;
		background-color: #fff;
		z-index: 11;
		-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	}
	.footer__submenu > li {
		margin-bottom: 0;
	}
	.footer__submenu > li > a {
		display: block;
		padding: 5px;
	}
}
@media only screen and (max-width: 1200px) {
	.toggle-wrap {
		display: block;
	}

	.header__wrap1 .btn1 {
		display: none;
	}

	.body-overflow {
		overflow: hidden;
	}

	.header__container1 {
		position: relative;
		z-index: 35;
	}

	.header__container2 {
		position: fixed;
		z-index: 30;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: #fff;
		padding-bottom: 30px;
		padding-top: 87px;
		overflow: auto;
		display: none;
	}
	.header__container2:after {
		content: "";
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		height: 87px;
		background-color: #fff;
	}

	.header__menu > li {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 24px;
	}
	.header__menu > li:last-child {
		margin-bottom: 0;
	}
	.header__menu > li > a {
		padding-left: 30px;
		position: relative;
		font-size: 18px;
		font-weight: 600;
	}

	.submenu-wrap--big .submenu, .submenu-wrap--big .sub-menu {
		position: static;
		width: 100%;
		opacity: 1;
		visibility: visible;
		pointer-events: initial;
		padding: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		margin-top: 8px;
		display: none;
		-webkit-transition: initial;
		transition: initial;
		max-height:200px;
	}
	.submenu-wrap--big .submenu > li, .submenu-wrap--big .sub-menu > li {
		width: 100%;
	}

	.submenu, .sub-menu {
		position: static;
		width: 100%;
		opacity: 1;
		visibility: visible;
		pointer-events: initial;
		padding: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		margin-top: 8px;
		display: none;
		-webkit-transition: initial;
		transition: initial;
	}
	.submenu > li, .sub-menu > li {
		margin-bottom: 8px;
	}
	.submenu > li a.active, .sub-menu > li a.active {
		color: #3F49CF;
		border: none;
		background: none;
	}
	.submenu > li a, .sub-menu > li a {
		padding: 0;
		border: none;
		background: none;
	}
	.submenu > li:last-child, .sub-menu > li:last-child {
		margin-bottom: 0;
	}

	.no-touch .submenu > li a:hover, .no-touch .sub-menu > li a:hover {
		color: #3F49CF;
		border: none;
		background: none;
	}
	.no-touch .submenu-wrap:hover .submenu-toggle {
		-webkit-transform: none;
		transform: none;
	}
	.no-touch .submenu-wrap:hover .submenu-toggle.acitve {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.menu-icon {
		display: block;
	}

	.header__adress-wrap {
		margin-bottom: 15px;
	}

	.calculator__form-wrap1 {
		width: 100%;
		margin-bottom: 24px;
	}

	.calculator__form-wrap2 {
		max-width: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.calculator__form-wrap3 {
		margin-bottom: 0;
		width: 48%;
	}

	.calculator__form-wrap4 {
		width: 48%;
	}

	.calculator__form {
		display: block;
	}

	.calculator__result-desc {
		margin-bottom: 13px;
	}

	.popup--city {
		position: fixed;
		z-index: 31;
		top: 135px;
		bottom: 0;
		left: 0;
		max-width: none;
		width: 100%;
		height: 100%;
		overflow: auto;
		background-color: #fff;
		-webkit-box-shadow: none;
		box-shadow: none;
		padding: 20px 40px;
		overflow: auto;
	}
	.popup--city .title {
		text-align: left;
		font-family: "Montserrat", sans-serif;
		font-size: 24px;
		font-weight: 600;
	}
}
@media only screen and (max-width: 1100px) {
	.header__adress-wrap {
		width: 100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.header__adress-text {
		display: block;
	}

	.header__logo-text {
		display: none;
	}

	.header__logo {
		max-width: 170px;
	}

	.mainscreen__text1 {
		font-size: 18px;
	}

	.mainscreen__img:after {
		width: 800px;
		height: 800px;
		background-size: contain;
	}
}
@media only screen and (max-width: 1050px) {
	.contacts-item__text {
		font-size: 18px;
		padding-left: 40px;
	}
	.contacts-item__text:after {
		width: 30px;
		height: 30px;
		background-size: contain;
	}
}
@media only screen and (max-width: 1000px) {
	.why__bg1 {
		width: 80px;
		right: -40px;
	}

	.services__slider .slider-nav {
		display: none;
	}
	.services__slider .swiper-scrollbar-style1 {
		display: block;
	}

	.why__list1 {
		grid-template-rows: 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr;
		grid-gap: 24px;
	}

	.why__col1:nth-child(n) {
		grid-row: initial;
		grid-column: initial;
	}
	.why__col1:nth-child(1) {
		grid-column: span 2;
	}
	.why__col1:nth-child(4) {
		grid-column: 1/2;
		grid-row: 2/3;
	}
	.why__col1:nth-child(3) {
		grid-column: 2/3;
		grid-row: 2/3;
	}
	.why__col1:nth-child(2) {
		grid-column: 1/3;
		grid-row: 3/4;
	}
	.why__col1:nth-child(6) {
		grid-row: span 2;
	}

	.services__list {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}
@media only screen and (max-width: 950px) {
	.auto__slider {
		margin-bottom: 60px;
	}

	.price-item:nth-child(n) {
		width: 100%;
		margin-top: 16px;
	}

	.price__list {
		margin-top: -16px;
	}

	.price-item.seeall-js-item-vis:nth-child(6) {
		display: none;
		display: none;
		display: none;
	}
	.price-item.seeall-js-item-vis:nth-child(5) {
		display: none;
	}

	.calculator {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.contacts {
		margin-bottom: 40px;
	}

	.contacts__list {
		margin-bottom: 40px;
	}
}
@media only screen and (max-width: 900px) {
	.mainscreen__wrap2 {
		width: 43%;
	}

	.mainscreen__wrap1 {
		width: 61%;
	}

	.mainscreen {
		padding-top: 0px;
		padding-bottom: 40px;
	}

	.price {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.why {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.why .title {
		margin-bottom: 30px;
	}

	.mail .title {
		margin-bottom: 30px;
		text-align: left;
		padding-right: 140px;
	}
	.mail .slider-nav {
		position: absolute;
		top: -85px;
		right: 0;
		margin-top: 0;
	}

	.callback .container {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.callback__form .input2 {
		margin-bottom: 24px;
	}

	.aboutcompany {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.aboutcompany__wrap2 {
		width: 100%;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		margin-bottom: 24px;
	}

	.aboutcompany__wrap1 {
		max-width: 500px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.reviews .title {
		margin-bottom: 30px;
		text-align: left;
		padding-right: 140px;
	}

	.reviews__slider .slider-nav {
		margin-top: 0;
		position: absolute;
		right: 0;
		top: -70px;
	}

	.faq {
		padding-bottom: 40px;
	}
	.faq .title {
		margin-bottom: 30px;
	}

	.faq__bg {
		width: 90px;
		right: -40px;
	}

	.faq__wrap {
		width: 100%;
	}

	.faq-item.seeall-js-item-vis:nth-child(3) {
		display: none;
	}

	.footer {
		padding-top: 40px;
		padding-bottom: 30px;
	}
}
@media only screen and (max-width: 750px) {
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}

	.title {
		text-align: center;
		font-size: 36px;
		font-weight: 400;
	}

	.label1__text {
		font-size: 18px;
	}

	.select-container__text {
		font-size: 18px;
	}

	.section .title {
		text-align: left;
	}

	.section-bg {
		display: none;
	}

	.mainscreen__wrap1 {
		width: 100%;
	}

	.mainscreen__wrap2 {
		max-width: 300px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
	}

	.mainscreen__text-wrap {
		max-width: none;
	}

	.mainscreen__btn-wrap {
		max-width: none;
	}
	.mainscreen__btn-wrap .btn1 {
		width: 48%;
		padding: 14px 5px;
		text-align: center;
		font-size: 14px;
	}
	.mainscreen__btn-wrap .btn2 {
		width: 48%;
		padding: 12px 5px;
		text-align: center;
		font-size: 14px;
	}

	.mainscreen .title {
		text-align: left;
    font-size: 48px;
    font-weight: 400;
		
	}

	.price__bg {
		width: 65px;
		bottom: -30px;
		left: -15px;
	}

	.calculator__wrap .title {
		font-size: 36px;
	}

	.calculator__form-wrap1 {
		margin-top: -12px;
	}
	.calculator__form-wrap1 .label1 {
		width: 100%;
		margin-top: 12px;
	}
	.calculator__form-wrap1 .select-container {
		width: 100%;
		margin-top: 12px;
	}

	.calculator__form-wrap3 {
		width: 100%;
		margin-bottom: 12px;
	}

	.calculator__form-wrap4 {
		width: 100%;
	}

	.calculator__form-wrap2 .input2 {
		margin-bottom: 12px;
	}

	.why__bg1 {
		width: 50px;
		right: -20px;
		bottom: -30px;
	}

	.services-item {
		font-size: 14px;
	}

	.mail__slider .slider-nav {
		display: none;
	}
	.mail__slider .swiper-scrollbar-style1 {
		display: block;
	}

	.mail .title {
		text-align: center;
		padding-right: 0;
	}

	.callback__img {
		display: none;
	}

	.callback__wrap2 {
		margin-left: auto;
		margin-right: auto;
	}

	.faq__bg {
		width: 70px;
		right: -15px;
		bottom: -30px;
	}

	.contacts-item {
		width: 100%;
		text-align: left;
	}

	.contacts__title {
		font-size: 36px;
	}

	.feedback {
		padding: 16px;
	}

	.feedback__form-wrap1 {
		width: 100%;
		margin-bottom: 12px;
	}

	.feedback__form .label2 {
		margin-bottom: 12px;
	}
	.feedback__form .label-checkbox1-wrap {
		width: 100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin-top: 15px;
	}
	.feedback__form .btn3 {
		width: 100%;
	}

	.feedback__form-wrap2 {
		width: 100%;
	}

	.feedback__form-wrap3 {
		margin-top: 20px;
	}

	.contacts__map {
		height: 300px;
	}

	.popup--city {
		padding: 20px 15px;
	}
}
@media only screen and (max-width: 700px) {
	.why__list1 {
		grid-template-rows: initial;
		grid-template-columns: 1fr 1fr;
	}

	.why__col1:nth-child(n) {
		grid-column: 1/3;
		grid-row: initial;
	}
	.why__col1:nth-child(5) {
		grid-row: 2/3;
	}
	.why__col1:nth-child(4) {
		grid-row: 3/4;
		grid-column: 1/2;
	}
	.why__col1:nth-child(3) {
		grid-row: 3/4;
		grid-column: 2/3;
	}
}
@media only screen and (max-width: 650px) {
	.footer__nav {
		display: none;
	}

	.popup {
		padding: 45px 20px;
	}
}
@media only screen and (max-width: 600px) {
	.site-wrap {
    padding-top: 160px;
}
	.swiper-button-prev-style1 {
		width: 32px;
		height: 32px;
	}
	.swiper-button-prev-style1 svg {
		width: 9px;
	}

	.swiper-button-next-style1 {
		width: 32px;
		height: 32px;
	}
	.swiper-button-next-style1 svg {
		width: 9px;
	}

	.slider-nav {
		width: 80px;
	}

	.toggle-wrap {
		/*width: calc(100% - 190px);*/order: 3;
	}

	.header__contact {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	    line-height: 1; 
		display: flex;
	}
.header__contact-tel {font-size:14px; font-weight:bold;}
	.header .soc {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin-top: 12px;
	}

	.header__contact-desc {
		display: none;
	}

	.header__container1 {
		padding: 20px 0;
	}

	.header__container2 {
		padding-top: 115px;
	}
	.header__container2:after {
		height: 115px;
		z-index: 15;
	}

	.header__adress-text {
		display: none;
	}

	.price-item {
		/*a {
			display: none;
		}*/
		padding: 12px;
	}
	.price-item span {
		width: calc(100% - 100px);
	}

	.price__wrap {
		padding: 16px;
	}

	.price__list {
		margin-bottom: 20px;
	}

	.calculator__wrap {
		padding: 16px;
	}

	.services__col {
		width: 100%;
		margin-top: 16px;
	}

	.services__list {
		margin-top: -16px;
	}

	.services__slider .swiper-scrollbar-style1 {
		display: none;
	}

	.reviews .title {
		padding-right: 100px;
	}
	.reviews .rating {
    text-align: left;
    float: right;
    margin-top: -77px;
}

	.reviews__slider .slider-nav {
		   top: -53px;
	}

	.faq__container1 {
		padding: 16px;
	}

	.faq-item__toggle {
		padding-left: 16px;
	}

	.faq-item {
		margin-bottom: 16px;
	}
	.faq-item:last-child {
		margin-bottom: 16px;
	}

	.city__list li {
		width: 48%;
	}

	.popup__subtitle {
		font-size: 14px;
	}

	.popup--city {
		top: 155px;
	}
}
@media only screen and (max-width: 500px) {
	.mail__wrap {
		margin-right: auto;
		margin-left: auto;
		max-width: 240px;
	}

	.price-item b {
		font-size: 14px;
	}

	.city__list li {
		width: 100%;
	}

	.mainscreen-item {
		/*max-width: calc(33.3333333% - 10px);*/
		margin-right: 10px;
		/*&:nth-child(3) {
			max-width: 33.3333333%;
		}*/
	}
	.mainscreen-item b {
		font-size: 32px;
		white-space: nowrap;
	}
	.mainscreen-item span {
		font-size: 12px;
	}
}
@media only screen and (max-width: 380px) {
	.popup {
		padding: 45px 10px;
	}

	.city__form .input3 {
		font-size: 14px;
		padding-left: 15px;
		padding-right: 40px;
	}

	.city__btn {
		width: 20px;
		right: 15px;
	}
}


.cf7sg-response-output {display:none;}
	
#framevideo {height: 648px!important;}
	
@media only screen and (max-width: 600px) {
	#framevideo {height: auto !important;}
}

#wpcf7-f12443-o2 .mainscreen__btn-wrap {
	max-width: 100%;
    flex-wrap: nowrap;
    gap: 20px;
}
#wpcf7-f12443-o2 .input3 {z-index: 10;}
 #wpcf7-f12443-o2 .mainscreen__btn-wrap .btn1 {position:relative;}
 #wpcf7-f12443-o2 .btn_box { display: flex;}
@media only screen and (max-width: 750px) {
 #wpcf7-f12443-o2 .mainscreen__btn-wrap .btn1 {
         width: 100%; 
	}
#wpcf7-f12443-o2 .mainscreen__btn-wrap	{max-width: 100%;flex-direction: column; gap: 25px;}
#wpcf7-f12443-o2 .btn_box {width: 100%; flex-direction: column;
    }
}

.active-call {
	opacity: 1 !important;
	display: block !important;
}

#popmake-253, #popmake-12090 {
	position: fixed;
    top: 0;
    left: 50%;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 100%;
    /* height: 100vh; */
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-left: 0;
}

.popmake-container {
	height: 100vh;
}


.calc {
  background: linear-gradient(90deg, #2563EB 0%, #1D4ED8 100%);
  color: #fff;
  padding: 32px 40px;
}

.calc__inner {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: flex-start;
}

.calc__title {
  margin: 0 0 24px;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
}

.calc__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(220px, 1fr));
  gap: 20px 32px;
}

.calc__field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.calc__label {
  font-size: 16px;
  font-weight: 600;
}

/* plus/minus блок */
.qty {
  display: inline-flex;
  align-items: center;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  color: #000;
}

.qty__btn {
  width: 40px;
  height: 48px;
  border: none;
  background: transparent;
  font-size: 26px;
  font-weight: 700;
  cursor: pointer;
  color: #16a34a;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qty__btn:disabled {
  opacity: 0.4;
  cursor: default;
}

.qty__input {
  width: 64px;
  height: 48px;
  border: none;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  outline: none;
}

/* селекты */
.select {
  position: relative;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
}

.select select {
  width: 100%;
  height: 48px;
  border: none;
  padding: 0 40px 0 16px;
  font-size: 16px;
  outline: none;
  appearance: none;
}

.select__arrow {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  pointer-events: none;
}

/* правая колонка */
.calc__right {
  width: 320px;
  background: rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  padding: 24px 24px 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.calc__price-label {
  font-size: 32px;
  font-weight: 700;
}

.calc__price-label span {
  font-size: 32px;
}

.calc__price-sub {
  font-size: 14px;
  opacity: 0.9;
}

.calc__phone-input {
  width: 100%;
  height: 48px;
  border-radius: 4px;
  border: none;
  padding: 0 16px;
  font-size: 16px;
  outline: none;
}

.calc__phone-input.error {
  box-shadow: 0 0 0 2px #f87171;
}

.calc__submit {
  height: 52px;
  background: #fff;
  border-radius: 4px;
  border: none;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  color: #16a34a;
}

.calc__submit:hover {
  background: #f3f3f3;
}

.calc__note {
  margin: 0;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0.85;
}

@media (max-width: 900px) {
  .calc__inner {
    flex-direction: column;
  }
  .calc__right {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .calc__grid {
    grid-template-columns: 1fr;
  }
  .calc {
    padding: 24px 16px;
  }
}

/* прячем нативный select, но оставляем в DOM */
.calc-select-native {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* оболочка */
.cselect {
  position: relative;
  width: 100%;
  font-size: 16px;
}

/* кнопка (верхний блок с текущим значением) */
.cselect__trigger {
  width: 100%;
  height: 48px;
  border-radius: 6px;
  border: none;
  padding: 0 40px 0 16px;
  background: #ffffff;
  color: #3f3f3f;
  font-size: 16px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

/* стрелка */
.cselect__arrow {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #777;
  margin-left: 12px;
  transition: transform 0.15s ease;
}

/* список */
.cselect__list {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 2px);
  margin: 0;
  padding: 8px 0;
  list-style: none;
  background: #ffffff;
  color: #3f3f3f;
  border-radius: 0 0 6px 6px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  max-height: 220px;
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-4px);
  transition: opacity 0.15s ease, transform 0.15s ease;
  z-index: 20;
}

/* пункт списка */
.cselect__option {
  padding: 8px 16px;
  cursor: pointer;
  white-space: nowrap;
}

.cselect__option:hover {
  background: #f3f4f6;
}

/* выбранный пункт */
.cselect__option--selected {
  font-weight: 600;
}

/* активное состояние дропдауна */
.cselect--open .cselect__list {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.cselect--open .cselect__trigger {
  border-radius: 6px 6px 0 0;
}

.cselect--open .cselect__arrow {
  transform: rotate(180deg);
}

.calc__left {
	width: 60%;
}

@media screen and (max-width: 768px) {
	.calc__left {
		width: 100%;
	}
}

.wpcf7 {
	max-width: 500px !important;
}



.contact-wrapper {
  background: linear-gradient(135deg, #2563EB, #1D4ED8);
  padding: 32px 16px;
}

.contact-inner {
  max-width: 1160px;
  margin: 0 auto;
}

.contact-title {
  color: var(--text-main);
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 24px;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.4fr);
  gap: 20px;
}

.field-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.field {
  position: relative;
  display: flex;
  align-items: center;
  background: var(--field-bg);
  border-radius: 8px;
  border: 1px solid var(--field-border);
  padding: 0 44px 0 16px;
  height: 56px;
  backdrop-filter: blur(4px);
  transition: border-color 0.15s ease, box-shadow 0.15s ease,
    background-color 0.15s ease;
}

.field-textarea {
  height: 100%;
  min-height: 132px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.field input,
.field textarea {
  border: none;
  outline: none;
  background: transparent;
  color: var(--text-main);
  font-size: 15px;
  width: 100%;
  resize: none;
}

.field input::placeholder,
.field textarea::placeholder {
  color: var(--field-placeholder);
}

.field-icon {
  position: absolute;
  right: 14px;
  font-size: 18px;
  opacity: 0.9;
  pointer-events: none;
  color: var(--text-main);
}

textarea {
	height: 100%;
}

.field:focus-within {
  border-color: var(--field-border-focus);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.25);
  background-color: rgba(255, 255, 255, 0.16);
}

/* Ошибки */
.field-error {
  min-height: 16px;
  font-size: 12px;
  color: var(--error-text);
  padding: 0 4px;
}

.field--error {
  border-color: #fca5a5;
  background-color: rgba(248, 113, 113, 0.14);
}

.contact-note {
  margin: 16px 0 20px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}

.contact-footer {
  display: flex;
  justify-content: flex-start;
}

.btn-submit {
  min-width: 220px;
  padding: 14px 32px;
  border-radius: 8px;
  border: none;
  background: var(--btn-bg);
  color: var(--btn-text);
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.35);
  transition: background-color 0.15s ease, transform 0.15s ease,
    box-shadow 0.15s ease;
}

.btn-submit:hover:not(:disabled) {
  background: var(--btn-bg-hover);
  transform: translateY(-1px);
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.4);
}

.btn-submit:disabled {
  opacity: 0.6;
  cursor: default;
}

/* Статус формы */
.form-status {
  margin-top: 16px;
  font-size: 14px;
  color: #ecfdf5;
}

/* Адаптив */
@media (max-width: 768px) {
  .contact-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .contact-title {
    font-size: 24px;
  }

  .btn-submit {
    width: 100%;
    justify-content: center;
    display: inline-flex;
  }
}