@font-face {
	font-family: Proxima;
	src: url('../fonts/ProximaNova-Black.ttf') format('truetype');
	font-weight: 600;
}
@font-face {
	font-family: Proxima;
	src: url('../fonts/ProximaNova-BlackIt.ttf') format('truetype');
	font-weight: 600;
	font-style: italic;
}
@font-face {
	font-family: Proxima;
	src: url('../fonts/ProximaNova-Bold.ttf') format('truetype');
	font-weight: 700;
}
@font-face {
	font-family: Proxima;
	src: url('../fonts/ProximaNova-BoldIt.ttf') format('truetype');
	font-weight: 700;
	font-style: italic;
}
@font-face {
	font-family: Proxima;
	src: url('../fonts/ProximaNova-Extrabld.ttf') format('truetype');
	font-weight: 900;
}
@font-face {
	font-family: Proxima;
	src: url('../fonts/ProximaNova-ExtrabldIt.ttf') format('truetype');
	font-weight: 900;
	font-style: italic;
}
@font-face {
	font-family: Proxima;
	src: url('../fonts/ProximaNova-Light.ttf') format('truetype');
	font-weight: 300;
}
@font-face {
	font-family: Proxima;
	src: url('../fonts/ProximaNova-LightIt.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}
@font-face {
	font-family: Proxima;
	src: url('../fonts/ProximaNova-Regular.ttf') format('truetype');
	font-weight: 400;
}
@font-face {
	font-family: Proxima;
	src: url('../fonts/ProximaNova-RegularIt.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;
}
@font-face {
	font-family: Proxima;
	src: url('../fonts/ProximaNova-Semibold.ttf') format('truetype');
	font-weight: 500;
}
@font-face {
	font-family: Proxima;
	src: url('../fonts/ProximaNova-SemiboldIt.ttf') format('truetype');
	font-weight: 500;
	font-style: italic;
}
@font-face {
	font-family: Proxima;
	src: url('../fonts/ProximaNovaT-Thin.ttf') format('truetype');
	font-weight: 100;
}
@font-face {
	font-family: Proxima;
	src: url('../fonts/ProximaNova-ThinIt.ttf') format('truetype');
	font-weight: 100;
	font-style: italic;
}
@-webkit-keyframes rotate {
	0% {
		transform: rotate(0deg);
	}
	50% {
		transform: rotate(180deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}
	50% {
		transform: rotate(180deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@-webkit-keyframes rotate2 {
	0% {
		transform: rotate(0deg);
		border-top-color: rgba(0, 0, 0, 0.5);
	}
	50% {
		transform: rotate(180deg);
		border-top-color: rgba(99, 145, 135, 0.5);
	}
	100% {
		transform: rotate(360deg);
		border-top-color: rgba(0, 0, 0, 0.5);
	}
}
@keyframes rotate2 {
	0% {
		transform: rotate(0deg);
		border-top-color: rgba(0, 0, 0, 0.5);
	}
	50% {
		transform: rotate(180deg);
		border-top-color: rgba(99, 145, 135, 0.5);
	}
	100% {
		transform: rotate(360deg);
		border-top-color: rgba(0, 0, 0, 0.5);
	}
}
.wlbg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #FFF9;
	z-index: 100;
	opacity: 0;
	visibility: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .3s ease-out;
}
.wlbg.active {
	opacity: 1;
	visibility: visible;
}
.waiting_loader {
	position: relative;
	margin: 75px auto;
	width: 150px;
	height: 150px;
	display: block;
	overflow: hidden;
}
.waiting_loader div {
	height: 100%;
}
.waiting_loader, .waiting_loader div {
	border-radius: 50%;
	padding: 8px;
	border: 2px solid transparent;
	border-radius: 50%;
	padding: 4px;
}
.wlbg.active .waiting_loader, .wlbg.active .waiting_loader div {
	-webkit-animation: rotate linear 3.5s infinite;
	animation: rotate linear 3.5s infinite;
	-webkit-animation: rotate2 4s infinite linear;
	animation: rotate2 4s infinite linear;
}

.waiting_loader div:hover {
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}

.waiting_loader, .waiting_loader * {
	will-change: transform;
}
.preloader {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	background: #fff;
	transition:all .3s ease;
	opacity: 1;
	visibility: visible;
}
.preloader.inactive {
	opacity: 0;
	visibility: hidden;
}

@-webkit-keyframes outerRotate1 {
	0% {
		transform: translate(-50%, -50%) rotate(0);
	}
	100% {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}
@-moz-keyframes outerRotate1 {
	0% {
		transform: translate(-50%, -50%) rotate(0);
	}
	100% {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}
@-o-keyframes outerRotate1 {
	0% {
		transform: translate(-50%, -50%) rotate(0);
	}
	100% {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}
@keyframes outerRotate1 {
	0% {
		transform: translate(-50%, -50%) rotate(0);
	}
	100% {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}
@-webkit-keyframes outerRotate2 {
	0% {
		transform: translate(-50%, -50%) rotate(0);
	}
	100% {
		transform: translate(-50%, -50%) rotate(-360deg);
	}
}
@-moz-keyframes outerRotate2 {
	0% {
		transform: translate(-50%, -50%) rotate(0);
	}
	100% {
		transform: translate(-50%, -50%) rotate(-360deg);
	}
}
@-o-keyframes outerRotate2 {
	0% {
		transform: translate(-50%, -50%) rotate(0);
	}
	100% {
		transform: translate(-50%, -50%) rotate(-360deg);
	}
}
@keyframes outerRotate2 {
	0% {
		transform: translate(-50%, -50%) rotate(0);
	}
	100% {
		transform: translate(-50%, -50%) rotate(-360deg);
	}
}
@-webkit-keyframes textColour {
	0% {
		color: #6391876e;
	}
	100% {
		color: #639187;
	}
}
@-moz-keyframes textColour {
	0% {
		color: #6391876e;
	}
	100% {
		color: #639187;
	}
}
@-o-keyframes textColour {
	0% {
		color: #6391876e;
	}
	100% {
		color: #639187;
	}
}
@keyframes textColour {
	0% {
		color: #6391876e;
	}
	100% {
		color: #639187;
	}
}
html {
	font-size: 62.5%;
}

.e-loadholder {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-51%, -50%);
	-moz-transform: translate(-51%, -50%);
	-ms-transform: translate(-51%, -50%);
	-o-transform: translate(-51%, -50%);
	transform: translate(-51%, -50%);
	width: 240px;
	height: 240px;
	border: 5px solid #639187;
	border-radius: 120px;
	box-sizing: border-box;
}
.e-loadholder:after {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-51%, -50%);
	-moz-transform: translate(-51%, -50%);
	-ms-transform: translate(-51%, -50%);
	-o-transform: translate(-51%, -50%);
	transform: translate(-51%, -50%);
	content: " ";
	display: block;
	background: #ffffff;
	transform-origin: center;
	z-index: 0;
}
.e-loadholder:after {
	width: 100px;
	height: 200%;
	-webkit-animation: outerRotate2 30s infinite linear;
	-moz-animation: outerRotate2 30s infinite linear;
	-o-animation: outerRotate2 30s infinite linear;
	animation: outerRotate2 30s infinite linear;
}
.e-loadholder .m-loader {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-51%, -50%);
	-moz-transform: translate(-51%, -50%);
	-ms-transform: translate(-51%, -50%);
	-o-transform: translate(-51%, -50%);
	transform: translate(-51%, -50%);
	width: 200px;
	height: 200px;
	color: #888;
	text-align: center;
	border: 5px solid #639187b5;
	border-radius: 100px;
	box-sizing: border-box;
	z-index: 20;
	text-transform: uppercase;
}
.e-loadholder .m-loader:after {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-51%, -50%);
	-moz-transform: translate(-51%, -50%);
	-ms-transform: translate(-51%, -50%);
	-o-transform: translate(-51%, -50%);
	transform: translate(-51%, -50%);
	content: " ";
	display: block;
	background: #ffffff;
	transform-origin: center;
	z-index: -1;
}
.e-loadholder .m-loader:after {
	width: 100px;
	height: 106%;
	-webkit-animation: outerRotate1 15s infinite linear;
	-moz-animation: outerRotate1 15s infinite linear;
	-o-animation: outerRotate1 15s infinite linear;
	animation: outerRotate1 15s infinite linear;
}
.e-loadholder .m-loader .e-text {

	font-size: 1.8rem;
	line-height: 130px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-51%, -50%);
	-moz-transform: translate(-51%, -50%);
	-ms-transform: translate(-51%, -50%);
	-o-transform: translate(-51%, -50%);
	transform: translate(-51%, -50%);
	-webkit-animation: textColour 1s alternate linear infinite;
	-moz-animation: textColour 1s alternate linear infinite;
	-o-animation: textColour 1s alternate linear infinite;
	animation: textColour 1s alternate linear infinite;
	display: block;
	width: 140px;
	height: 140px;
	text-align: center;
	border: 5px solid #6391876e;
	border-radius: 70px;
	box-sizing: border-box;
	z-index: 20;
}
.e-loadholder .m-loader .e-text:before, .e-loadholder .m-loader .e-text:after {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-51%, -50%);
	-moz-transform: translate(-51%, -50%);
	-ms-transform: translate(-51%, -50%);
	-o-transform: translate(-51%, -50%);
	transform: translate(-51%, -50%);
	content: " ";
	display: block;
	background: #ffffff;
	transform-origin: center;
	z-index: -1;
}
.e-loadholder .m-loader .e-text:before {
	width: 110%;
	height: 40px;
	-webkit-animation: outerRotate2 3.5s infinite linear;
	-moz-animation: outerRotate2 3.5s infinite linear;
	-o-animation: outerRotate2 3.5s infinite linear;
	animation: outerRotate2 3.5s infinite linear;
}
.e-loadholder .m-loader .e-text:after {
	width: 40px;
	height: 110%;
	-webkit-animation: outerRotate1 8s infinite linear;
	-moz-animation: outerRotate1 8s infinite linear;
	-o-animation: outerRotate1 8s infinite linear;
	animation: outerRotate1 8s infinite linear;
}

#particleCanvas-White {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-51%, -50%);
	-moz-transform: translate(-51%, -50%);
	-ms-transform: translate(-51%, -50%);
	-o-transform: translate(-51%, -50%);
	transform: translate(-51%, -50%);
	width: 100%;
	height: 50%;
	opacity: 0.1;
}

#particleCanvas-Blue {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-51%, -50%);
	-moz-transform: translate(-51%, -50%);
	-ms-transform: translate(-51%, -50%);
	-o-transform: translate(-51%, -50%);
	transform: translate(-51%, -50%);
	width: 300px;
	height: 300px;
}
/* preloader end */
body,html {
	overflow-x: hidden;
}
body {
	font-family: Proxima, sans-serif;
}
body.fixed {
	overflow-y: hidden;
}
a,input,textarea {
	outline: none!important;
}
.fmbg {
	background: #ffffffcc;
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: 998;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
}
.fmbg.open {
	opacity: 1;
	visibility: visible;
}
.popup {
	background-color: #fffffff2;
	left: 50%;
	top: 50%;
	position: fixed;
	z-index: 998;
	overflow: hidden;
	transform: translate(-50%,-70%);
	padding: 85px 55px;
	border-radius: 50px;
	box-shadow: 0 0 40px -9px #000;
	max-width: 80%;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
}
.popup.open {
	transform: translate(-50%,-50%);
	opacity: 1;
	visibility: visible;
}
.popup .close {
	width: 24px;
	height: 20px;
	top: 30px;
	right: 30px;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #040404;
}
.popup .close:after {
	font-size: 45px;
	display: block;
	content: "×";
}
.popup a {
	color: #040404;
}
.popup .err {
	color: #ff0000;
}
.popup .title {
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 15px;
}
.popup .enginePicker {
	padding: 5px 15px;
	margin-right: 15px;
}
.popup .submit {
	padding: 13px 18px;
	background: #639187;
	color: #fff;
	border: 1px solid #639187;
	border-radius: 5px;
	text-align: center;
}
.full_menu {
	background-color: #fffffff2;
	left: 50%;
	top: 50%;
	position: fixed;
	z-index: 999;
	overflow: hidden;
	transform: translate(-50%,-70%);
	padding: 85px 55px;
	border-radius: 50px;
	box-shadow: 0 0 40px -9px #000;
	max-width: 80%;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
}
.full_menu.open {
	transform: translate(-50%,-50%);
	opacity: 1;
	visibility: visible;
}
.full_menu .close {
	width: 24px;
	height: 20px;
	top: 30px;
	right: 30px;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #040404;
}
.full_menu .close:after {
	font-size: 45px;
	display: block;
	content: "×";
}
.full_menu a {
	color: #040404;
}
.full_menu .menu {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: flex-start;
	align-items: flex-start;
}
.full_menu .menu > li {
	flex:1;
}
.full_menu .menu > li > a {
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 25px;
	padding-bottom: 15px;
	font-size: 16px;
	display: block;
}
.full_menu .menu > li > a:before {
	content: "";
	position: absolute;
	width: 22px;
	height: 3px;
	background: #1a263d;
	bottom: 0;
	left: 0;
	transition: all .3s ease;
}
.full_menu .menu > li:hover > a:before {
	width: 45px;
}
.full_menu .menu > li .sub-menu {
	margin-left: 0;
}
.full_menu .menu > li li {
	margin-bottom: 12px;
	padding-left: 0;
}
.full_menu .menu > li li a {
	position: relative;
	display: inline-block;
	padding-bottom: 5px;
	font-size: 14px;
}
.full_menu .menu > li li a:before {
	content: "";
	position: absolute;
	width: 0;
	height: 1px;
	background: #1a263d;
	bottom: 0;
	left: 0;
	transition: all .3s ease;
}
.full_menu .menu > li li a:hover:before {
	width: 100%;
}
.home-content .hero {
	justify-content: space-between;
}
.home-content .hero .bg {
	opacity: 1;
}
.modal_otp {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background: #fff;
	box-shadow: 0 0 10px -5px #000;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	transition: all .3s linear;
	padding: 30px;
	max-width: 90%;
}

.modal_otp.active {
	opacity: 1;
	visibility: visible;
}
.find_city_container {
	position: relative;
}
.site-main {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding-top: 30px;
	font-size: 20px;
	min-height: 500px;
}
.find_city_container .variants {
	position: absolute;
	top:100%;
	left: -1px;
	width: calc(100% + 2px);
	background: #fff;
	z-index: 1;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	max-height: 33vh;
	overflow: auto;
}
.find_city_container .variants .item,.opts_form .car_options .item {
	display: none;
}
.find_city_container .variants span {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 10px 15px;
	cursor: pointer;
}
.hidden {
	display: none !important;
}

.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	padding: 45px 0;
	transition:all .3s linear;
	z-index: 100;
}
.header.fixed {
	background: #fff;
	padding: 15px 0;
	box-shadow: 0 0 20px -14px #000;
}
.header .wrap {
	max-width: 1500px;
	width: 100%;
	margin: 0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}
.header .wrap .logo {
	margin-right: 120px;
}
.header .wrap .main-nav {
	flex:1;
}
.header .wrap .main-nav .menu {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	list-style-type: none;
	-ms-align-items: center;
	align-items: center;
}

.header .wrap .main-nav .menu > li > .sub-menu {
	position: absolute;
	right: 0;
	top: calc(100% + 5px);
	white-space: nowrap;
	background: #fff;
	box-shadow: 0 0 10px -7px #000;
}
.header .wrap .main-nav .menu > li > .sub-menu li {
	padding: 5px 20px;
}
.header .wrap .main-nav .menu > li > .sub-menu > li {
	text-align: right;
}

.header .wrap .main-nav .menu > li > .sub-menu a {
	font-size: 16px;
	font-weight: 400;
}
.header .wrap .main-nav .menu > li:not(:last-child) {
	margin-right: 25px;
}
.header .wrap .main-nav .menu li.menu-item-has-children {
	padding-right: 10px;
	position: relative;
}
.header .wrap .main-nav .menu li.menu-item-has-children:after {
	content: "\2023";
	position: absolute;
	font-size: 16px;
	right: 0;
	top: 50%;
	transform: translate(0,-50%) rotate(90deg);
	transition: all .3s ease;
}
.header .wrap .main-nav .menu > li > .sub-menu li.menu-item-has-children:after {
	right: 10px;
}
.header .wrap .main-nav .menu li.menu-item-has-children:hover:after {
	transform: translate(0,-50%) rotate(270deg);
}
.header .wrap .main-nav .menu > li > .sub-menu li.menu-item-has-children:hover:after {
	transform: translate(0,-50%) rotate(0deg);
}
.header .wrap .main-nav .menu li a {
	color:#434343;
	font:900 18px Proxima, sans-serif;
}
.header .wrap .main-nav .menu li.top a {
	padding: 5px 15px;
	box-shadow: 10.725px 8.999px 4.55px 0.45px rgb(210 216 223 / 40%)
}
.header .wrap .main-nav .menu li:hover {

}
.header .wrap .main-nav .menu > li > .sub-menu .sub-menu {
	position: absolute;
	left: 100%;
	margin-left: 2px;
	top: 0;
	white-space: nowrap;
	background: #fff;
	box-shadow: 0 0 10px -7px #000;
}
.header .wrap .main-nav .menu li > .sub-menu {
	transform: translate(0,30px);
	border-radius: 5px;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
}
.header .wrap .main-nav .menu li:hover > .sub-menu {
	transform: translate(0,0);
	opacity: 1;
	visibility: visible;
}
.header .wrap .socials {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	margin: 0 35px;
}
.header .wrap .socials li:not(:last-child) {
	margin-right: 15px;
}
.header .wrap .socials a {
	width: 20px;
	height: 20px;
	display: block;
}
.header .wrap .socials a.fb {
	background: url(../images/fb.png) 50% / contain no-repeat;
}
.header .wrap .socials a.insta {
	background: url(../images/insta.png) 50% / contain no-repeat;
}
.header .wrap .nav-toggle {
	display: block;
	width: 50px;
	height: 50px;
	padding: 15px;
	background: #fff;
	box-shadow: 10.725px 8.999px 4.55px 0.45px rgba(210, 216, 223, 0.4);
	border-radius: 50%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: flex-end;
	align-items: flex-end;
	justify-content: center;
}
.header .wrap .nav-toggle span {
	height: 3px;
	background: #44577b;
	width: 20px;
}
.header .wrap .nav-toggle span:nth-of-type(2) {
	width: 10px;
	margin: 3px 0;
}
.hero {
	position: relative;
	width: 100%;
	min-height: 100vh;
	padding-top: 200px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: flex-end;
}

.hero.contact-hero {
	justify-content: flex-start;
	min-height: calc(100vh - 150px);
}
.checkout_main {
	position: relative;
	width: 100%;
	min-height: 100vh;
	padding-top: 120px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.hero .bg, .checkout_main .bg {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	opacity: .3;
}
.hero .double {
	max-width: 1175px;
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;	
}
.hero .double .left {
	width: 50%;
	padding-top: 140px;
}
.hero .double .left .title, .hero .double .left .title_content h1 {
	color:#434343;
	font: 900 86px Proxima, sans-serif;
	line-height: 1;
}
.contact-hero .wrap {
	background: #fff;
	padding: 30px;
	-webkit-box-shadow: 0 0 10px -7px #000;
	box-shadow: 0 0 10px -7px #000;
}
.contact-hero h1 {
	color:#434343;
	font: 900 60px Proxima, sans-serif;
	line-height: 1.2;
	margin-bottom: 30px;
}
.contact-hero .content div,.contact-hero .content p {
	color:#434343;
	font: 400 20px Proxima, sans-serif;
	line-height: 1.2;
	margin-bottom: 15px;
}
.contact-hero h2 {
	color:#434343;
	font: 900 26px Proxima, sans-serif;
	line-height: 1.2;
	margin-bottom: 15px;
}
.cform form, .cform form > p {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.cform form .input {
	flex:1;
	padding: 0 8px;
}
.cform form .input input {
	width: 100%;
	padding: 18px 0 18px 18px!important;
	border: 1px solid #d2d8df!important;
	border-radius: 5px;
	background: #f5f5f5;
}
.cform form .textarea {
	width: 100%;
	margin: 10px 0;
	padding: 0 8px;
}
.cform form .textarea textarea, textarea {
	padding: 18px 0 18px 18px;
	border: 1px solid #d2d8df;
	border-radius: 5px;
	background: #f5f5f5;
}
.cform form input[type="submit"], input[type="submit"] {
	margin-left: auto;
	margin-right: auto;
	background: #639187;
	padding: 20px 55px!important;
	line-height: 1;
	border-radius: 50px;
	color: #fff;
	-ms-align-self: center;
	align-self: center;
	font: 900 18px Proxima,sans-serif;
	outline: none!important;
	cursor: pointer;
}
.home-content .main_info {
	padding-top: 30px;
}
.home-content .main_info h2 {
	font: 400 24px Proxima, sans-serif;
	margin-bottom: 20px;
}
.home-content .main_info .wrap p, .home-content .main_info .wrap div {
	font: 400 18px Proxima, sans-serif;
	margin-bottom: 10px;
	line-height: 1.5;
	float: none;
}
.home-content .main_info  .wrap blockquote  {
	font: 400 20px Proxima, sans-serif;
	margin-left: 15px;
	padding-left: 15px;
	margin-bottom: 15px;
	float:right;
	max-width: 35%;
	width: 100%;
	line-height: 1.5;
	position: relative;
	font-style: italic;
}
.home-content .main_info  .wrap blockquote p  {
	margin: 0;
	font: 400 20px Proxima, sans-serif;
	line-height: 1.5;
	font-style: italic;
}
.home-content .main_info  .wrap blockquote:before  {
	content:"";
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 1px;
	height: 70%;
	top: 50%;
	transform: translate(0,-50%);
	background: #111;
}
.home-content .usefull .items .item, .usefull.type .items .item  {
	width: calc(50% - 5px)!important;
}
.usefull.single .items .item {
	width: calc(100% / 3 - 5px);
}
.home-content .usefull {
	margin-bottom: 60px;
}
.hero.hero_blog .infos {
	top:auto;
	bottom:-40px;
}
.hero .double .left .subtitle, .hero .double .left .title_content p {
	color:#434343;
	font: 700 20px Proxima, sans-serif;
	line-height: 1.2em;
}
.hero .double .right {
	min-height: 630px;
	width: calc(50% - 20px);
}
.hero .double .right .wrap {
	background: #fff;
	padding: 70px;
	box-shadow: 13.023px 10.927px 4.55px 0.45px rgba(210, 216, 223, 0.4);
}
.hero .double .right .tabs-nav {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	position: relative;
	margin-bottom: 45px;
}
.hero .double .right .tabs-nav:after {
	content:"";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 6px;
	background: #f5f5f5;
	border-radius: 6px;
	z-index: 0;
}
.hero .double .right .tabs-nav li {
	flex:1;
}
.hero .double .right .tabs-nav li a {
	font:900 22px Proxima,sans-serif;
	color:#434343;
	opacity: .2;
	transition: all .3s ease;
	display: block;
	padding-bottom: 30px;
	line-height: 1;
	position: relative;
	outline: none;
	text-align: center;
}
.hero .double .right .tabs-nav li a.active {
	opacity: 1;
}
.hero .double .right .tabs-nav li a:after {
	content:"";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 6px;
	background: #44577b;
	border-radius: 6px;
	z-index: 1;
	opacity: 0;
}
.hero .double .right .tabs-nav li a.active:after {
	opacity: 1;
}
.hero .double .right .tabs-item form {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	position: relative;
}
.hero .double .right .tabs-item form .wi {
	padding: 18px 0 18px 18px;
	border:1px solid #d2d8df;
	border-radius: 5px;
	background: #f5f5f5;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}
.hero .double .right .tabs-item form .wi .icon {
	width: 55px;
	border-left: 1px solid #d2d8df;
}
.hero .double .right .tabs-item form .wi .icon.car_icon {
	background: url(../images/car_icon.png) 50% / 25px no-repeat;
}
.hero .double .right .tabs-item form .wi .icon.engine_icon {
	background: url(../images/engine_icon.png) 50% / 25px no-repeat;
}
.hero .double .right .tabs-item form .wi .icon.geo_icon {
	background: url(../images/geo_icon.png) 50% / contain no-repeat;
}
.hero .double .right .tabs-item form .wi input,.hero .double .right .tabs-item form .wi select {
	border: 0;
	background-color: transparent;
	color:#434343;
	font: 500 16px Proxima, sans-serif;
	line-height: 1;
	padding: 0;
	outline: none!important;
	width: 100%;
}
.hero .double .right .tabs-item form .wi select {
	opacity: .7;
}
.hero .double .right .tabs-item form .checks {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.hero .double .right .tabs-item form .checks label {
	width: calc(100% / 2 - 10px);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-bottom: 15px;
	position: relative;
	padding-left: 30px;
}
.hero .double .right .tabs-item form .checks > label label {
	position: absolute;
	color:#fff;
	left: 0;
	top: 50%;
	display: block;
	width: 23px;
	height: 23px;
	transform: translate(0,-50%);
	border: 1px solid #d2d8df;
	border-radius: 2px;
	background: #ffffff;
	transition: all .3s ease;
	padding: 0;
}
.hero .double .right .tabs-item form .checks > label label:before {
	content:"\2713";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.hero .double .right .tabs-item form .checks > label input {
	opacity: 0;
	z-index: -1;
}
.hero .double .right .tabs-item form .checks > label input:checked+label {
	background: #44577b;
}

.hero .double .right .tabs-item form input[name="submit"] {
	background: #639187;
	margin-top: 35px;
	padding: 28px 55px;
	line-height: 1;
	border-radius: 50px;
	color:#fff;
	-ms-align-self: center;
	align-self: center;
	font:900 18px Proxima,sans-serif;
	outline: none!important;
}
.hero .double .right .tabs-item .car_info {
	position: absolute;
	background: #fff;
	box-shadow: 0 0 20px -13px #000;
	bottom: 0;
	width: 100%;
	padding: 15px 30px;
	font: 400 18px Proxima, sans-serif;
}
.hero .double .right .tabs-item .car_info span {
	font-weight: 900;
	margin: 0 3px;
	display: inline-block;
}
.hero .double .right .tabs-item .car_none {
	position: absolute;
	background: #fff;
	box-shadow: 0 0 20px -13px #000;
	bottom: 50px;
	width: 100%;
	padding: 15px 30px;
	font: 400 18px Proxima, sans-serif;
}
.hero .double .right .tabs-item .car_none a {
	color: #639187;
}
.hero .double .right .tabs-item .car_info .double {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.hero .double .right .tabs-item .car_info .double a {
	width: calc(100% / 2 - 7px);
	padding: 13px 18px;
	background: #639187;
	color:#fff;
	border: 1px solid #639187;
	border-radius: 5px;
	text-align: center;
}
.hero .double .right .tabs-item .car_info .double a.change_car {
	background: #fff;
	color: #639187;
}
.hero .infos {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-self: flex-start;
	align-self: flex-start;
	position: relative;
	top:-90px;
}
.hero .infos .item {
	background: #fff;
	padding: 50px 20px 25px;
	box-shadow: 13.023px 10.927px 4.55px 0.45px rgba(210, 216, 223, 0.4);
	transition: all .3s ease;
	width: 200px;
	border-radius: 7px;
}
.hero .infos .item:hover {
	background: #639187;
}

.hero .infos .item:not(:last-child) {
	margin-right: 22px;
}
.hero .infos .item .num {
	color:#434343;
	font:900 40px Proxima, sans-serif;
	margin-bottom: 25px;
	line-height: 1;
	transition: all .3s ease;
}
.hero .infos .item:hover .num {
	color:#ffffff;
}
.hero .infos .item .ntitle {
	color:#434343;
	font:400 16px Proxima, sans-serif;
	line-height: 1.3em;
	letter-spacing: 1px;
	transition: all .3s ease;
}
.hero .infos .item:hover .ntitle {
	color:#ffffff;
}

main {

}
.footer {
	background: #434343;
}
.footer .top {
	border-bottom: 1px solid #8e8e8e;
	padding: 35px 0 15px;
}
.footer .wrap {
	max-width: 1175px;
	width: 100%;
	margin: 0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;	
}
.footer .top .wrap .footer-nav {
	margin: 0 40px 0 80px;
}
.footer .top .wrap .footer-nav .menu {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.footer .top .wrap .footer-nav .menu li:not(:last-child) {
	margin-right: 25px;
}
.footer .top .wrap .footer-nav .menu li a {
	color:#ffffff;
	font:900 18px Proxima, sans-serif;
}
.footer .top .wrap .footer-nav .menu .sub-menu {
	display: none;
}
.footer .top .wrap .socials {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	margin: 0 35px;
}
.footer .top .wrap .socials li:not(:last-child) {
	margin-right: 5px;
}
.footer .top .wrap .socials li {
	width: 30px;
	height: 30px;
	background: #fff;
	border-radius: 5px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}
.footer .top .wrap .socials a {
	width: 20px;
	height: 20px;
	display: block;
}
.footer .top .wrap .socials a.fb {
	background: url(../images/fb.png) 50% / contain no-repeat;
}
.footer .top .wrap .socials a.insta {
	background: url(../images/insta.png) 50% / contain no-repeat;
}
.footer .bottom {
	padding: 15px 0 10px;
}
.footer .bottom .copy {
	font: 400 12px Proxima,sans-serif;
	color:#fff;
	opacity: .4;
}
section > .wrap {
	max-width: 1175px;
	width: 100%;
	margin: 0 auto;
}
.partners {
	padding: 110px 0;
}
.partners h2,.footer_form h2 {
	color:#434343;
	font:900 40px Proxima, sans-serif;
	margin-bottom: 55px;
}
.footer_form {
	margin-bottom: 60px;
}
.partners .items {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.partners .items .item {
	width: calc(100% / 6 - 15px);
}
.partners .items .item:not(:nth-of-type(6)) {
	margin-right: 15px;
}
.partners .items .item {
	background: #f5f5f5;
	padding: 10px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	transition:all .3s ease;
	filter:grayscale(1);
	position: relative;
	margin-bottom: 15px;
}
.partners .items .item:after {
	content:"";
	left: 0;
	display: block;
	position: absolute;
	right: 0;
	top:100%;
	height: 0;
	background: #639187;
	transition:all .3s linear;
}
.partners .items .item:hover:after {
	height: 8px;
	box-shadow: 0 0 20px -14px #000
}
.partners .items .item:nth-of-type(even) {
	background: #c0c0c0;
}
.partners .items .item:hover {
	filter:grayscale(0);
	background: #fff;
	box-shadow: 0 0 20px -14px #000
}
.blog_list {
	background: #639187;
	padding: 80px 0 50px;
	color:#fff;
}
.blog_list h2 {
	font:900 40px Proxima, sans-serif;
	margin-bottom: 55px;
}
.blog_list .items {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.blog_list .items .item {
	width: calc(100% / 3);
	padding: 40px 20px 25px;
	transition: all .3s ease;
	border-radius: 7px;
}
.blog_list .items .item:hover {
	width: calc(100% / 3);
	padding: 40px 20px 25px;
	transition: all .3s ease;
	background: #fff;
	color:#434343;
}

.blog_list .items .item .date {
	font:900 18px Proxima,sans-serif;
	opacity: .3;
}
.blog_list .items .item .title {
	font:400 16px Proxima,sans-serif;
	line-height: 1.5;
	margin: 30px 0 35px;
}
.blog_list .items .item .more {
	font:900 18px Proxima,sans-serif;
	color:#fff;
	transition: all .3s ease;
	position: relative;
}
.blog_list .items .item .more:after {
	content:"\2196";
	transition: all .3s ease;
	transform: rotate(90deg);
	position: absolute;
	display: block;
	top: 50%;
	left: calc(100% + 10px);
	font-size: 12px;
	transform: translate(0px, -50%) rotate(90deg);
}
.blog_list .items .item:hover .more:after {
	transform: translate(0px, -50%) rotate(135deg);
}
.blog_list .items .item:hover .more {
	color:#434343;
}
.blog_list .morelinks {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
	margin-top: 80px;
}
.blog_list .morelinks a {
	position: relative;
	color:#fff;
	padding: 0 70px 15px 0;
	border-bottom: 1px solid #fff;
	line-height: 1;
	font:900 18px Proxima,sans-serif;
}
.blog_list .morelinks a:after {
	content:"\2196";
	transition: all .3s ease;
	transform: rotate(90deg);
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	font-size: 12px;
	transform: rotate(135deg);
}
.testimonials {
	background: #f5f5f5;
	margin-bottom: 65px;
	padding: 80px 0 95px;
}
.testimonials h2 {
	font:900 40px Proxima, sans-serif;
	margin-bottom: 55px;
	line-height: 1;
}
.testimonials .strong-view.nav-position-outside .wpmslider-controls {
	position: absolute;
	bottom: calc(100% + 40px);
	right: 0;
}
.testimonials .wpmslider-controls-direction a {
	border:1px solid #c9c9c9;
	border-radius: 50%;
	width: 50px!important;
	height: 50px!important;
	position: relative !important;
}
.testimonials .wpmslider-controls-direction a:before {
	background-color: transparent !important;
	-webkit-mask-image: none!important;
	position: absolute!important;
	top: 50%!important;
	left: 50%!important;
	width: auto!important;
	height: auto!important;
}
.strong-view.controls-style-buttons:not(.rtl) .wpmslider-next:before {
	content: "\2192"!important;
	transform: translate(-50%, -50%);
	font:initial!important;
}
.strong-view.controls-style-buttons:not(.rtl) .wpmslider-prev:before {
	content: "\2190"!important;
	transform: translate(-50%, -50%);
	font:initial!important;
}
.testimonials .wpmtst-testimonial {
	background: #fff;
	border-radius: 7px;
	padding: 30px 40px;
}
.wpmtst-testimonial .wpmtst-testimonial-image {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: flex-end;
	align-items: flex-end;
	margin-bottom: 25px;
}
.wpmtst-testimonial .wpmtst-testimonial-image .tech {
	margin-left: 15px;
	color:#434343;
	font:400 14px Proxima, sans-serif;
}
.wpmtst-testimonial .wpmtst-testimonial-image .tech .testimonial-name {
	margin-top: 8px;
	font-weight: 900;
}
.wpmtst-testimonial .testimonial-content p {
	color:#434343;
	font:400 16px Proxima, sans-serif;
}
.wpmslider-content {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.faq {
	padding: 90px 0 70px;
}
.faq h2, .usefull h2, .advantages h2 {
	font:900 40px Proxima, sans-serif;
	margin-bottom: 55px;
	line-height: 1;
}
.accordion .ui-accordion-header {
	border:0;
	border-top: 1px solid #434343;
	cursor: pointer;
	outline: none;
	background: transparent;
	border-radius: 0;
	padding: 20px 0 25px;
	color:#434343;
	font:900 16px Proxima, sans-serif;

}
.accordion .ui-accordion-header > span {
	display: none !important;

}
.accordion .ui-accordion-content {
	padding: 20px 0;
	border:0;
	background: #fff;
	color:#434343;
	font:400 16px Proxima, sans-serif;
}
.usefull .items {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.usefull .items .item {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: flex-end;
	position: relative;
	padding: 40px 35px;
	border-radius: 7px;
	margin-bottom: 15px;
	background: #f5f5f5;
	color: #595959;
	z-index: 0;
	overflow: hidden;
	min-height: 330px;
}
.usefull .items .item:nth-of-type(2n + 3) {
	background: #639187;
	color: #fff;
}


.usefull .items .item .lay {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.usefull .items .item .lay:before {
	content:"";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgb(245, 245, 245);
	opacity: 0.8;
}

.usefull .items .item:nth-of-type(2n + 3) .lay:before {
	background-color: rgb(67, 67, 67);
	opacity: 0.4;
}
.usefull .items .item .title {
	font:900 27px Proxima, sans-serif;
	line-height: 1;
}
.usefull .items .item .descr {
	font:400 16px Proxima, sans-serif;
	margin: 40px 0 0;
}
.usefull .items .item .more {
	position: relative;
	padding-bottom: 12px;
	border-bottom: 1px solid;
	max-width: 300px;
	margin-bottom: 0;
	margin-bottom: -30px;	
	opacity: 0;
	transition: all .3s ease;
}
.usefull .items .item:hover .more {
	margin-top: 40px;
	margin-bottom: 0;
	opacity: 1;
}
.usefull .items .item .more:after {
	content:"\2192";
	position: absolute;
	right: 0;
	top: 0;
}
.advantages {
	margin: 95px 0 90px;
}
.advantages .items {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.advantages .items .item {
	width:calc(100% / 3 - 15px);
	border-radius: 7px;
	background-color: rgb(245, 245, 245);
	box-shadow: 13.023px 10.927px 4.55px 0.45px rgba(210, 216, 223, 0.4);
	transition:all .3s ease;
	min-height: 465px;
	padding: 35px 30px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: space-between;
}
.advantages .items .item:hover {
	box-shadow: none;
	background: #44577b;
}
.advantages .items .item img {
	width: 85px;
	height: 85px;
	display: block;
	object-fit: contain;
	transition:all .3s ease;
}

.advantages .items .item:hover img {
	filter:invert(1);
}
.advantages .items .item .title {
	margin-bottom: 20px;
	font:900 20px Proxima,sans-serif;
	color:#595959;
	line-height: 1.3em;
	transition:all .3s ease;
}
.advantages .items .item:hover .title {
	color:#fff;
}
.advantages .items .item .cont {
	min-height: 45%;
}
.advantages .items .item .descr {
	font:300 16px Proxima,sans-serif;
	color:#434343;
	line-height: 1.2em;
}

.advantages .items .item:hover .descr {
	color:#fff;
	opacity: .5;
}
.proposals {
	transition: all .3s ease;
	position: fixed;
	background: #fff;
	top:120px;
	left:50%;
	transform: translate(-50%,0);
	box-shadow: 13.023px 10.927px 4.55px 0.45px rgba(210, 216, 223, 0.4);
	max-width: 1500px;
	width: 100%;
	padding: 35px 0;
	height: calc(100vh - 120px);
	z-index: 999;
	opacity: 0;
	visibility: hidden;
}
.proposals.active {
	opacity: 1;
	visibility: visible;
}
.proposals .navs {
	width: 100vw;
	position: absolute;
	padding: 30px 0;
	left: 50%;
	bottom: 0;
	background: #fff;
	transform: translate(-50%,0);
	box-shadow: -15.53px -6.915px 4.55px 0.45px rgba(210, 216, 223, 0.4);
	transition:all .3s ease;
	opacity: 0;
	visibility: hidden;
}
.proposals .navs.active {
	opacity: 1;
	visibility: visible;
}
.proposals .navs .wrap {
	max-width: 1500px;
	width: 100%;
	margin: 0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.proposals .navs .wrap .back {
	border-radius: 5px;
	border: 1px solid rgb(68, 87, 123);
	padding:13px 55px;
	color:#44577b;
	font:900 18px Proxima, sans-serif;
	line-height: 1;
}
.proposals .navs .wrap .butt {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	text-align: right;
	-ms-align-items: center;
	align-items: center;
}
.proposals .navs .wrap .butt span {
	margin-right: 30px;
	color:#44577b;
	font:400 14px Proxima, sans-serif;
}

.proposals .navs .wrap .next {
	border-radius: 5px;
	border: 1px solid rgb(68, 87, 123);
	background: #44577b;
	padding:13px 55px;
	color:#fff;
	font:900 18px Proxima, sans-serif;
	line-height: 1;
}
.proposals > .wrap > .title {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: flex-start;
	align-items: flex-start;
}
.proposals > .wrap > .title h2 {
	padding-right: 60px;
	color:#434343;
	font: 900 27px Proxima, sans-serif;
}
.proposals > .wrap > .title a.back {
	color:#434343;
	font: 100 16px Proxima, sans-serif;
	background: #ebf3fd;
	border-radius: 5px;
	padding: 5px 25px;
	white-space: nowrap;
}
.proposals #franch-tabs > .double {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
	margin: 55px 0 75px;
}
.proposals #franch-tabs > .double .title {
	color:#434343;
	font: 900 20px Proxima, sans-serif;
}
.proposals #franch-tabs > .double .help {
	color:#434343;
	font: 100 16px Proxima, sans-serif;
	text-decoration: underline;
}
.proposals #franch-tabs > .double .tabs-nav {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.proposals #franch-tabs > .double .tabs-nav a:not(:last-child) {
	margin-right: 40px;
}
.proposals #franch-tabs > .double .tabs-nav a {
	position: relative;
	color:#434343;
	font: 900 20px Proxima, sans-serif;
	padding-left:30px;
	line-height: 1;
}
.proposals #franch-tabs > .double .tabs-nav a:before {
	content:"";
	position: absolute;
	top:0;
	left: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border:1px solid #434343;
	transition:all .3s ease;
}
.proposals #franch-tabs > .double .tabs-nav a:after {
	content:"";
	position: absolute;
	top:5px;
	left: 5px;
	width: 10px;
	height: 10px;
	background: #e14a4a;
	border-radius: 50%;
	transition:all .3s ease;
	opacity: 0;
	visibility: hidden;
}
.proposals #franch-tabs > .double .tabs-nav a.active:after {
	opacity: 1;
	visibility: visible;
}
.proposals #franch-tabs > .double .tabs-nav a.active:before {
	border-color: #e14a4a;
}
.proposals .list .item {
	box-shadow: 7.36px 8.175px 5.58px 0.42px #262c4b21;
	padding: 30px 45px;
	border-radius: 5px;
	border: 1px solid #44577b21;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	margin-bottom: 13px;
	position: relative;
}
.proposals .list .item.cross {
	background: #00000005;
}
.proposals .list .item img {
	width: 100px;
	object-fit: contain;
}
.proposals .list .item h4 {
	flex: 1;
	padding-left: 85px;
	color: #44577b;
	font:900 22px Proxima, sans-serif;
}
.proposals .list .item h4 span {
	text-transform: uppercase;
}
.proposals .list .item .right {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-ms-align-items: center;
	align-items: center;
}
.proposals .list {
	max-height: 65vh;
	overflow: auto;
}
.proposals .list .item .right .price {
	color:#e14a4a;
	font:900 25px Proxima, sans-serif;
	margin-bottom: 13px;
}
.proposals .list .item .right .choose_this {
	color:#639187;
	font:900 18px Proxima, sans-serif;
	border:1px solid #639187;
	padding:18px 50px;
	border-radius: 5px;
}
.proposals .list .item .to_submit {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	max-width: 1500px;
	background: #51566f;
	color:#fff;
	padding: 25px 95px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	z-index: 2;
	box-shadow: 0 0 20px -7px #000;
}
.proposals .list .item .to_submit .helper {
	max-width: 350px;
}
.proposals .list .item .to_submit .helper img {
	width: 45px;
	height: auto;
}
.proposals .list .item .to_submit .helper h3,.proposals .list .item .to_submit .helper h2 {
	font:900 27px Proxima, sans-serif;
	margin: 20px 0
}
.proposals .list .item .to_submit .helper p {
	font:100 16px Proxima, sans-serif;
	opacity: .5;
	line-height: 1.3;
	margin-bottom: 25px;
}
.proposals .list .item .to_submit .helper a {
	font:100 14px Proxima, sans-serif;
	color:#fff;
	text-decoration: underline;
}
.proposals .list .item .to_submit fieldset {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.proposals .list .item .to_submit fieldset label {
	margin-bottom: 5px;
	cursor: pointer;
}
.proposals .list .item .to_submit fieldset label .title {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	position: relative;
}
.proposals .list .item .to_submit fieldset label input[type="radio"] {
	opacity: 0;
	visibility: hidden;
	position: absolute;
}
.proposals .list .item .to_submit fieldset label>span.title::before {
	content: '';
	display: inline-block;
	width: 1.2em;
	height: 1.2em;
	flex-shrink: 0;
	flex-grow: 0;
	border: 1px solid #adb5bd;
	border-radius: 50%;
	margin-right: 0.5em;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
	transition: all .3s linear;
}
.proposals .list .item .to_submit fieldset label>input:not(:disabled):not(:checked)+span.title:hover::before {
	border-color: #434343;
}
.proposals .list .item .to_submit fieldset label>input:not(:disabled):active+span.title::before {
	/*background-color: #434343;*/
	border-color: #434343;
}
.proposals .list .item .to_submit fieldset label>input:focus+span.title::before {
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.proposals .list .item .to_submit fieldset label>input:focus:not(:checked)+span.title::before {
	border-color: #434343;
}
.proposals .list .item .to_submit fieldset label>input:checked+span.title::before {
	border-color: #e14a4a;
}
.proposals .list .item .to_submit fieldset label span.title::after {
	content: "";
	position: absolute;
	left: 3px;
	top: 50%;
	border-radius: 50%;
	transform: translate(0,-50%);
	width: .6em;
	height: .6em;
	background: #e14a4a;
	transition: all .3s linear;
	opacity: 0;
}
.proposals .list .item .to_submit fieldset label>input:checked+span.title::after {
	opacity: 1;
}
.proposals .list .item .to_submit fieldset label>input:disabled+span.title::before {
	background-color: #e9ecef;
}
.reminder {
	max-width: 1500px;
	width: 100%;
	background: #fff;
	border-radius: 5px;
	box-shadow: 13.023px 10.927px 4.55px 0.45px rgba(210, 216, 223, 0.4);
	margin: 0 auto;
	padding: 35px 0 120px;
}
.breadcrumbs {

}
.breadcrumbs a, .breadcrumbs span {
	color:#434343;
	font:100 14px Proxima,sans-serif;
	line-height: 1;
}
.breadcrumbs .breadcrumbs__separator  {
	font-size: .6em;
	margin: 0 2px 0 5px;
}

.reminder h2 {
	color:#434343;
	font:900 27px Proxima,sans-serif;
	margin: 25px 0 18px;
}
.reminder .insur {
	border:1px solid rgb(68, 87, 123, .2);
	border-radius: 5px;
	padding: 30px 25px 15px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.reminder .img {
	width: 23%;
}
.reminder .content {
	flex:1;
}
.reminder img {
	max-width: 160px;
	height: auto;
	width: 100%;
	object-fit: contain;
}
.reminder h1 {
	color:#44577b;
	font:900 22px Proxima,sans-serif;
	margin-bottom: 30px;
}
.reminder table td {
	padding: 0 10px 15px 30px;
	font:400 16px Proxima,sans-serif;
	color:#434343;
	position: relative;
}
.reminder table tbody tr td:nth-of-type(1):before {
	content:"\2713";
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	background: #44577b;
	color:#fff;
	width: 17px;
	height: 17px;
}
.reminder table tr td:nth-of-type(2) {
	color:#434343;
	font:500 18px Proxima,sans-serif;
}
.reminder table tfoot td {
	color:#e14a4a;
	font:600 18px Proxima,sans-serif;
}
.reminder table tfoot td:nth-of-type(2) {
	padding-top: 10px;
	color:#e14a4a;
	font:900 25px Proxima,sans-serif;
}
.reminder .datetime {
	position: relative;
	padding:12px 15px 10px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	color:#434343;
	border-radius: 5px;
	font:400 16px Proxima,sans-serif;
	border:1px solid rgb(210, 216, 223);
	max-width: 430px;
}

.reminder .datetime .icon {
	background: url(../images/calendar.png) 50% / contain no-repeat;
	width: 21px;
	height: 21px;
	position: absolute;
	right: 15px;
	bottom: 10px;
	z-index: 0;
}
.reminder .datetime input {
	border: 0;
	box-shadow: none;
	outline: none;
	width: 100%;
	position: relative;
	z-index: 1;
	background-color: transparent;
}
.reminder .datetime span {
	position: absolute;
	background: #fff;
	padding: 0 15px;
	left: 15px;
	top: -8px;
	opacity: .6;
}
.reminder .navs {
	width: 100vw;
	position: absolute;
	padding: 30px 0;
	left: 50%;
	bottom: 0;
	background: #fff;
	transform: translate(-50%,0);
	box-shadow: -15.53px -6.915px 4.55px 0.45px rgba(210, 216, 223, 0.4);
	transition:all .3s ease;
}
.reminder .navs .wrap {
	max-width: 1500px;
	width: 100%;
	margin: 0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.reminder .navs .wrap .back {
	border-radius: 5px;
	border: 1px solid rgb(68, 87, 123);
	padding:13px 55px;
	color:#44577b;
	font:900 18px Proxima, sans-serif;
	line-height: 1;
}
.reminder .navs .wrap .butt {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	text-align: right;
	-ms-align-items: center;
	align-items: center;
}
.reminder .navs .wrap .butt span {
	margin-right: 30px;
	color:#44577b;
	font:400 14px Proxima, sans-serif;
}

.reminder .navs .wrap .next {
	border-radius: 5px;
	border: 1px solid rgb(68, 87, 123);
	background: #44577b;
	padding:13px 55px;
	color:#fff;
	font:900 18px Proxima, sans-serif;
	line-height: 1;
}
.checkout_form fieldset {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.checkout_form label {
	padding:12px 15px 10px;
	color:#434343;
	border-radius: 5px;
	font:400 16px Proxima,sans-serif;
	border:1px solid rgb(210, 216, 223);
	position: relative;
	width: calc(100% / 4 - 30px);
	margin-right: 30px;
	margin-bottom: 30px;
}
.checkout_form .step3 label {
	width: calc(100% / 3 - 30px);
}
.checkout_form label:nth-of-type(4) {
	margin-right: 0;
}

.checkout_form .step3 label:nth-of-type(4) {
	margin-right: 30px;
}
.checkout_form .step3 label:nth-of-type(3) {
	margin-right: 0;
}
.checkout_form label[for="stateNumber"] input {
	text-transform: uppercase;
}
.checkout_form select {
	width: 100%;
	background-color: transparent;
	border:0;
	height: 30px;
	outline:none;
	text-transform: lowercase;
}
.checkout_form label input, .checkout_form label select {
	border: 0;
	box-shadow: none;
	outline: none;
	width: 100%;
	font-size: 16px;
}

.checkout_form label span {
	position: absolute;
	background: #fff;
	padding: 0 15px;
	left: 15px;
	top: -8px;
	color: #434343;
}
.checkout_form label span.helper {
	top: 100%;
	width: 100%;
	z-index: 2;
	padding: 0;
	left: 0;
	box-shadow: 0 0 3px -2px #000;
	display: flex;
	flex-direction: column;
}
.checkout_form label span.mod_err {
	top: 100%;
	width: 100%;
	z-index: 2;
	padding: 3px 7px;
	left: 0;
	color:red;
	font-size: 11px;
	text-align: center;

}
.checkout_form label span.helper span {
	position: relative;
	top:0;
	padding: 5px 15px;
	cursor: pointer;
	transition: all .3s ease;
	left:0;
}
.checkout_form label span.helper span:hover {
	background: #528276;
	color: #fff;
}
.checkout_form label span.text-error {
	position: relative;
	left: 0;
	top: auto;
	opacity: 1;
	color: red;
	padding: 0;
	line-height: 1;
	font-size: .8em;
}
.confirm_place ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.confirm_place ul li {
	border:1px solid rgb(210, 216, 223);
	border-radius: 5px;
	background-color: rgb(245, 245, 245);
	color:#434343;
	font: 100 16px Proxima,sans-serif;
	padding: 15px;
	margin-right: 7px;
	margin-bottom: 7px;
	cursor: pointer;
}
.confirm_place ul li span {
	font: 900 18px Proxima,sans-serif;
	letter-spacing: 1px;
}
.hero.hero_blog,.hero.type_hero {
	min-height: 300px;
	justify-content: flex-start;
	padding-bottom: 60px;
}
.hero.hero_blog h1, .hero.type_hero h1 {
	color:#434343;
	font: 900 86px Proxima, sans-serif;
	line-height: 1;
}
.single_hero.hero h1 {
	font-size: 50px;
}
.cat_container {
	padding-bottom: 60px;
}
.cat_container .cats ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.pagination a {
	color:#639187;
}
.cat_container .cats {
	margin-bottom: 30px;
}
.cat_container .cats ul li {
	margin-right: 10px;
}
.cat_container .cats ul li a {
	padding:8px 15px 6px;
	border:1px solid #639187;
	text-transform: uppercase;
	display: block;
	color: #639187;
	line-height: 1em;
}
.cat_container .cats ul li.active a {
	background: #639187;
	color:#fff;
}
.cat_container .items {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.cat_container .items .item {
	width: calc(100% / 3);
	padding: 40px 20px 25px;
	transition: all .3s ease;
	border-radius: 7px;
	position: relative;
	overflow: hidden;
}
.cat_container .items .item a {
	color: inherit
}
.cat_container .items .item img {
	position: absolute;
	left: 0;
	top: 0;
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
	z-index: 0;
	opacity: 0;
	visibility: hidden;
	filter: brightness(.3);
	transition: all .3s linear;
}
.cat_container .items .item:hover img {
	visibility: visible;
	opacity: 1;
}
.cat_container .items .item:hover {
	color:#fff;
	background: #639187;
}

.cat_container .items .item .date {
	font:900 18px Proxima,sans-serif;
	opacity: .3;
}
.cat_container .items .item .title {
	font: 900 20px Proxima,sans-serif;
	line-height: 1.5;
	margin: 5px 0 15px;
	position: relative;
}
.cat_container .items .item .descr {
	position: relative;
}
.cat_container .items .item .more {
	font:900 18px Proxima,sans-serif;
	color:#fff;
	transition: all .3s ease;
	position: relative;
	display: inline-block;
	margin-top: 5px;
	position: relative;
}
.cat_container .items .item .more:after {
	content:"\2196";
	transition: all .3s ease;
	transform: rotate(90deg);
	position: absolute;
	display: block;
	top: 50%;
	left: calc(100% + 10px);
	font-size: 12px;
	transform: translate(0px, -50%) rotate(90deg);
}
.cat_container .items .item:hover .more:after {
	transform: translate(0px, -50%) rotate(135deg);
}

.hero_blog .bg, .type_hero .bg {
	background: url(https://consulta.com.ua/wp-content/uploads/2021/02/main_bg.jpg) 50% 0 / cover no-repeat;
}
.single_content {
	padding: 30px 0 60px;
}
.single_content .breadcrumbs {
	margin-bottom: 45px;
}

.type_container {
	color:#434343;
	min-height: 50vh;
}
.type_container div, .type_container p, .type_container ul, .type_container ol, .type_container blockquote, .type_container table {
	margin-bottom: 15px;
	font-size: 16px;
}
.type_container li {
	position: relative;
}
.type_container ul li:before {
	content: "";
	position: absolute;
	left: -40px;
	width: 15px;
	height: 2px;
	background: #639187;
	top: .6em;
}
.type_container ul,.type_container ol {
	padding-left: 40px;
}
.type_container ol {
	counter-reset: section;
	list-style-type: none;
}
.type_container strong {
	font-weight: 900;
}
.type_container em {
	font-style: italic;
}
.type_container ol li:before {
	counter-increment: section;
	content: "0" counters(section,".") " ";
	position: absolute;
	left: -40px;
	color:#639187;
	text-align: right;
	width: 15px;
}
.type_container blockquote {
	background: #639187;
	color: #fff;
	padding: 30px 30px 10px 90px;
	position: relative;
	text-align: right;
}
.type_container blockquote:before {
	font-size: 130px;
	content: '\201D';
	font-family: serif;
	position: absolute;
	left: 10px;
	opacity: .3;
	top: 70%;
	transform: translate(0px, -50%);
}
.type_container a {
	color:#639187;
	font-weight: bold;
}
.type_container table {
	text-align: center;
	border-left:1px solid #639187;
	border-top:1px solid #639187;
}
.type_container table td {
	border-right:1px solid #639187;
	border-bottom:1px solid #639187;
}
.type_container .post_image {
	float:left;
	margin: 0 30px 20px 0;
}
.sharers {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: flex-end;
	align-items: flex-end;
}
.sharers a {
	margin-right: 15px;
	font-size: 20px;
}
.sharers .title {
	margin-bottom: 0;
	margin-right: 15px;
}
.online_but {
	background: linear-gradient(95deg, rgb(39 98 84) 20%, rgb(82 130 119) 80%);
	left: 30px;
	bottom: 30px;
	border-radius: 30px;
	text-align: center;
	padding: 15px 35px;
	box-shadow: 0 12px 14px 8px rgb(0 0 0 / 17%);
	position: fixed;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-family: sans-serif;
	letter-spacing: 1px;
	z-index: 100;
}
.strong-view .strong-content.strong-grid .wpmtst-testimonial-inner {
	flex:1;
}
.strong-content.strong-grid.columns-2 .wpmtst-testimonial {
	margin-bottom: 0;
}
.strong-view .strong-content.strong-grid {
	justify-content: space-between;
}
.testimonial-heading {
	font-weight: 900;
	font-size: 24px;
}
.testimonial-name {
	font-style: italic;
}
h3 {
	font-size: 20px;
	font-weight: bold;
}
.strong-form-inner {
	padding-right: 0;
	padding-left: 0;
}
.strong-form .form-field .after {
	display: none;
}
.strong-form label {
	margin-bottom: 5px;
}
#otp_form {
	margin-top: 20px;
}
#otp_form input[type="submit"] {
	padding: 5px 45px!important;
	margin-left: 15px;
}
/*adapt*/
body.fixed .header {
	z-index: 1000;
}
.single_content p {
	font:400 18px / 1.3em Proxima, sans-serif;
}
.single_content li {
	font:400 18px / 1.5em Proxima, sans-serif;
}
.single_content ul {
	display: inline-block;
}
@media screen and (max-width:1600px) {
	.header .wrap,.proposals .navs .wrap,.reminder .navs .wrap,.proposals .list .item .to_submit {
		max-width: 90%;
	}
}
@media screen and (max-width:1440px) {
	.proposals {
		top: 100px;
		height: calc(100vh - 100px);
		padding: 15px 0;
		overflow-y: auto;
	}
	.proposals .navs {
		padding: 10px 0;
	}
	.proposals .navs .wrap a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.proposals #franch-tabs > .double {
		margin: 25px 0;
	}
	.proposals .list .item {
		padding: 15px 25px;
	}
	.proposals .list .item .right .choose_this{
		padding: 10px 50px;
	}
	.proposals .list .item .right .price {
		line-height: 1em;
	}
	.hero .double .right {
		min-height: 560px;
		z-index: 1;
	}
	.hero .double .right .wrap {
		padding: 35px 30px;
	}
	.hero .double .left {
		padding-top: 70px;
	}
	.hero .double .right .tabs-item form input[name="submit"] {
		padding: 20px 45px;
		margin-top: 15px;
		font-weight: 500;
		letter-spacing: 1px;
		cursor: pointer;
	}
	.hero .double .left .title {
		font-size: 65px;
		margin-bottom: 35px;
	}
	.hero .double .right .tabs-nav li a {
		padding-bottom: 18px;
	}
	.hero .double .right .tabs-nav li a:after {
		height: 4px;
	}
	.hero .infos {
		margin-top: -90px;
	}
	.hero .double .right .tabs-item form .wi {
		padding: 15px 0 15px 15px;
	}
}
@media screen and (max-width: 1366px) {
	.advantages .items .item {
		min-height: 415px;
	}
	.faq h2, .usefull h2, .advantages h2,.blog_list h2,.partners h2,.testimonials h2 {
		margin-bottom: 30px;
	}
	.usefull .items .item {
		min-height: 280px;
	}
	section > .wrap,.footer .wrap {
		max-width: 90%;
	}
	.hero .double {
		max-width: 90%;
	}
	.hero .double .left {
		padding-right: 30px;
	}
	.advantages {
		margin: 50px 0;
	}
	.faq,.testimonials,.blog_list,.partners {
		padding:50px 0;
	}
	.blog_list .morelinks {
		margin-top: 30px;
	}
	.hero .infos .item:not(:last-child) {
		margin-right: 15px;
	}
	.hero .infos .item {
		padding: 20px 10px 15px;
	}
	.hero .infos .item {
		width: 15vw;
	}
	.hero .infos .item .num {
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 1024px) {
	.header .wrap .main-nav {
		display: none;
	}
	.header .wrap .logo {
		flex:1;
		min-width: 132px;
	}
	.hero .double .left .title {
		font-size: 50px;
	}
	.hero .double .left {
		width: 40%;
	}
	.hero .double .right {
		width: 60%;
	}
	.hero .infos {
		margin-top: -70px;
		top: 0;
	}
	.partners .items .item {
		width: calc(100% / 5 - 15px);
	}
	.faq h2, .usefull h2, .advantages h2, .blog_list h2, .partners h2,.testimonials h2 {
		font-weight: 500;
	}
	.footer .top .wrap .footer-nav .menu li a {
		font-weight: 400;
	}
	.advantages {
		margin: 30px 0;
	}
	.faq,.testimonials,.blog_list,.partners {
		padding:30px 0;
	}
	.hero .infos {
		margin-top: -70px;
		top: 0;
		margin: 0 0 15px;
		align-self: center;
		max-width: 90%;
		width: 100%;
		justify-content: space-between;
	}
	.hero .infos .item {
		width: calc(100% / 3 - 15px);
	}
	.hero .double .right {
		min-height: 520px;
	}
}
@media screen and (max-width: 768px) {
	.type_container table {
		display: block;
		max-width: 100%;
		overflow-x: auto;
		height: auto !important;
	}
	.type_container table td {
		width: auto !important;
		height: auto !important;
		padding: 5px;
	}
	.full_menu .menu {
		flex-direction: column;
	}
	.full_menu {
		padding: 35px 55px;
	}
	.full_menu .close {
		right: 45px;
	}
	.full_menu .menu > li li a {
		font-size: 16px;
	}
	.full_menu .menu > li > a {
		margin-bottom: 15px;
	}
	.full_menu .menu > li {
		margin-bottom: 20px;
	}
	.hero .double {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.hero .double .right .tabs-item .car_info .double {
		max-width: 100%;
	}
	.hero .double .right .tabs-item .car_info .double a{
		width: 100%;
		margin-top: 7px;
	}
	.hero .double .left {
		padding: 0;
		width: 100%;
		margin-bottom: 30px;
	}
	.hero {
		padding-top: 150px;
	}
	.hero .double .right {
		min-height: auto;
		width: 100%;
		margin-bottom: 30px;
	}
	.advantages .items,.blog_list .items {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.advantages .items .item {
		width: 100%;
		min-height: 0;
		margin-bottom: 20px;
		padding: 15px 30px;
	}
	.usefull .items .item {
		width: 100% !important;
	}
	.blog_list .items .item {
		width: 100%;
		padding: 0;
		margin-bottom: 30px;
	}
	.blog_list .items .item .title {
		margin: 10px 0 5px;
	}
	.partners .items .item {
		width: calc(100% / 4 - 15px);
	}
	section > .wrap, .footer .wrap {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.footer .top .wrap .footer-nav {
		margin: 20px 0;
	}
	.footer .top .wrap .socials li:not(:last-child) {
		margin-right: 15px;
	}
}
@media screen and (max-width: 480px) {
	.modal_otp {
		width: 100%;
	}
	.modal_otp h3 {
		font-size: 18px;
		text-align: center;
	}
	#otp_form {
		display: flex;
		flex-direction: column;
		width: 100%;
	}
	#otp_form input[type="submit"] {
		margin-left: auto;
		margin-top: 12px;
	}
	.proposals > .wrap > .title {
		flex-direction: column-reverse;
	}
	.proposals .list .item {
		padding: 10px 15px;
		flex-direction: column;
		align-items: center;
	}
	.proposals .list .item h4 {
		padding: 10px 0;
		text-align: center;
	}
	.reminder .insur {
		flex-direction: column;
		padding: 15px;
	}
	.reminder h1 {
		font-size: 18px;
	}
	.reminder h2 {
		font-size: 16px;
	}
	.reminder table td {
		padding: 0 10px 10px 0;
	}
	.reminder table tbody tr td:nth-of-type(1):before {
		position: relative;
		display: inline-block;
		margin-right: 15px;
	}
	.reminder table tfoot td:nth-of-type(2) {
		white-space: nowrap;
		font-size: 20px;
	}
	.checkout_form label,.checkout_form .step3 label {
		width: 100%;
		margin-right: 0;
	}
	.checkout_form {
		margin-bottom: 30px;
	}
	.reminder .navs {
		position: relative;
	}
	.reminder {
		padding-bottom: 0;
	}
	.reminder .navs .wrap, .reminder .navs .wrap .butt {
		flex-direction: column-reverse;
	}
	.reminder .navs .wrap .back {
		text-align: center;
	}
	.reminder .navs .wrap .butt span {
		margin:10px 0;
		text-align: center;
	}
	.reminder .navs .wrap .next {
		width: 100%;
		text-align: center;
	}
	.checkout_form {
		margin-bottom: 30px;
	}
	.reminder .img {
		width: auto;
	}
	.proposals > .wrap > .title h2 {
		font-size: 18px;
		padding-right: 0;
	}
	.proposals .navs .wrap {
		flex-direction: column;
	}
	.proposals .navs .wrap .butt {
		flex-direction: column;
	}
	.proposals #franch-tabs > .double {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 15px;
	}
	.proposals #franch-tabs > .double .help {
		margin-top: 10px;
	}
	.proposals #franch-tabs > .double .title {
		margin-bottom: 10px;
	}
	.proposals #franch-tabs > .double .tabs-nav {
		flex-direction: column;
		align-items: flex-start;
	}
	.proposals #franch-tabs > .double .tabs-nav a:not(:last-child) {
		margin-right: 0;
		margin-bottom: 7px;
	}
	.type_container div, .type_container p, .type_container ul, .type_container ol, .type_container blockquote, .type_container table {
		line-height: 1.3em;
	}
	.contact-hero h1 {
		font-size: 30px;
	}
	.contact-hero .content div, .contact-hero .content p {
		font-size: 18px;
	}
	.contact-hero .wrap {
		padding: 20px 20px 10px;
	}
	.type_container blockquote:before {
		font-size: 80px;
	}
	.type_container blockquote {
		padding: 30px 20px 10px 50px;
	}
	.hero .infos {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.hero.hero_blog h1, .hero.type_hero h1 {
		font-size: 40px;
	}
	.usefull .items .item .title {
		font-size: 20px;
	}
	.partners h2, .footer_form h2 {
		font-size: 20px;
		margin-bottom: 30px;
	}
	.cform form, .cform form > p {
		flex-direction: column;
	}
	.cform form .input {
		padding: 0;
		margin-bottom: 10px;
		font-size: 14px;
	}
	.cform form .input input {
		padding: 10px 15px!important;
	}
	.cform form .textarea {
		padding-left: 0;
		padding-right: 0;
		font-size: 14px;
	}
	.cform form .textarea textarea, textarea {
		height: 10em;
	}
	.cform form input[type="submit"], input[type="submit"] {
		padding: 15px 55px !important;
	}
	.testimonials .wpmtst-testimonial {
		padding: 70px 25px 20px;
	}
	.testimonials {
		margin-bottom: 15px;
	}
	.header .wrap .logo {
		margin-right: 0;
	}
	.full_menu .close {
		right: 25px;
	}
	.full_menu {
		padding: 25px 35px;
	}
	.full_menu {
		max-width: 95%;
	}
	.hero {
		padding-top: 70vh;
	}
	.single_hero.hero {
		padding-top: 10vh;
	}
	.type_container .post_image {
		float:none;
		display: block;
		width: 100%;
		margin-right: 0;
	}
	.single_content p, .single_content li {
		font-size: 20px;
	}
	.hero .infos .item {
		margin: 0 0 15px;
		width: 100%;
	}
	.home-content .hero .bg {
		bottom: auto;
		height: 100vh;
	}
	.hero .double .left .title_content {
		padding: 7px 15px;
		background: #528276e8;
		border-radius: 7px;
	}
	.hero .double .left .title_content p {
		color:#fff;
	}
	.hero .double .left .title_content p:nth-of-type(2) strong {
		font-size: 16px;
		font-weight: 300;
	}
	.usefull .items .item {
		padding: 20px 15px;
	}
	.usefull .items {
		flex-direction: column;
	}
	.full_menu .content {
		max-height: 90vh;
		overflow: auto;
	}
	.home-content .usefull .items .item, .usefull.type .items .item {
		width: 100% !important;
	}
	.testimonials .strong-view.nav-position-outside .wpmslider-controls {
		bottom: auto;
		top: 0;
		right: 15px;
	}
	.faq h2, .usefull h2, .advantages h2, .blog_list h2, .partners h2, .testimonials h2 {
		font-size: 20px;
	}
	.partners .items .item {
		width: calc(100% / 3 - 15px);
	}
	.footer .top .wrap .footer-nav .menu {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}

	.hero.hero_blog h1, .hero.type_hero h1 {
		word-break: break-word;
	}
	.footer .top .wrap .footer-nav .menu li {
		width: 100%;
		margin: 0 0 20px;
		text-align: center;
	}
	.footer .top .wrap .footer-nav .menu li:not(:last-child) {
		margin-right: 0;
	}
	.hero .double .right .tabs-nav li a {
		font-weight: 400;
	}
	.usefull .items .item {
		min-height: auto;
	}
}
@media screen and (max-width: 375px) {
	.hero .double .left .title {
		font-size: 36px;
	}
	.header .wrap .logo {
		margin: 0;
	}
	.header .wrap .logo a {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
	.header .wrap .nav-toggle {
		width: 40px;
		height: 40px;
		padding: 10px;
	}
	.header .wrap .socials {
		margin: 0 20px;
	}
	.hero .double .right .tabs-nav {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		margin-bottom: 5px;
	}
	.hero .double .right .tabs-nav li {
		margin-bottom: 15px;
	}
	.hero .double .right .tabs-nav li a {
		padding-bottom: 5px;
	}
	.hero .double .right .tabs-nav:after {
		display: none;
	}
	.hero .double .right .wrap {
		padding: 15px 10px;
	} 
	.hero .double .right .tabs-item form .checks label {
		width: 100%;
	}
	.hero .double .right .tabs-item form input[name="submit"] {
		width: 100%;
		padding: 15px;
	}
}