/* Theme Name: CR */
body,h1,h2,h3,h4,h5,h6,div,span,a,p,img,ul,ol,li,form,label,table,tbody,tfoot,thead,tr,th,td,article,aside,blockquote,
object,iframe,embed,video,footer,header,menu,nav{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline;}
input,button,textarea,select{font:inherit;outline:none;box-shadow:none;appearance:none;}
table{border-collapse:collapse;border-spacing:0;}
*,*:before,*:after{box-sizing:border-box;}
ul,ol{list-style:none;}

@font-face {font-family: 'Montserrat';src: url('fonts/Montserrat-Light.woff') format('woff');font-style: normal;font-weight: 300;font-display: swap;}
@font-face {font-family: 'Montserrat';src: url('fonts/Montserrat-Regular.woff') format('woff');font-style: normal;font-weight: 400;font-display: swap;}
@font-face {font-family: 'Montserrat';src: url('fonts/Montserrat-Medium.woff') format('woff');font-style: normal;font-weight: 500;font-display: swap;}
@font-face {font-family: 'Montserrat';src: url('fonts/Montserrat-SemiBold.woff') format('woff');font-style: normal;font-weight: 600;font-display: swap;}

body {
	position: relative;
	min-width: 360px;
	font: normal 400 16px/1 'Montserrat', sans-serif;
	background-color: #f5f7fa;
	color: #212121;
}

a {
	color: #286fe4;
	text-decoration: none;
}

h1, h2, h3, h4, h5 {
	font-weight: 400;
}

strong {
	font-weight: 600;
}

img {
	max-width: 100%;
	height: auto;
}

svg {
	display: block;
	height: auto;
}

.clear:after {
	content: '';
	clear: both;
}

.wrapper {
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
}

.wrapper_in {
	position: relative;
	max-width: 1560px;
	margin: 0 auto;
	padding: 0 40px;
}

.np {
	padding: 0!important;
}

.nw {
	white-space: nowrap;
}

@media all and (max-width: 1579px) {
	.wrapper_in {
		padding: 0 20px;
	}
}

@media all and (max-width: 1279px) {
	.wrapper_in {
		padding: 0 10px;
	}
}

/**
 * forms
 */
.form input[type=text],
.form input[type=email],
.form input[type=tel],
.form input[type=password] {
	height: 60px;
	padding: 0 15px;
	border-radius: 3px;
	border: 1px solid #dfdfdf;
	font-size: 16px;
	color: #363636;
}

.form textarea {
	padding: 15px;
	border-radius: 3px;
	border: 1px solid #dfdfdf;
	font-size: 14px;
	color: #363636;
	resize: none;
}

.form select {
	height: 60px;
	padding: 0 15px;
	border-radius: 3px;
	border: 1px solid #dfdfdf;
	font-size: 16px;
	color: #363636;
}

.form input[type=submit] {
	width: 100%;
	max-width: 100%;
}

.form input[type=submit].btn:disabled {
	background-color: #fff;
	color: #363636;
	border-color: #363636;
	opacity: .6;
	cursor: default;
}

.form .input_wrapper {
	margin: 0 0 5px;
}

.form .input_wrapper input,
.form .input_wrapper textarea,
.form .input_wrapper select {
	width: 100%;
}

.form .input_wrapper textarea {
	height: 120px;
}

.form .input_wrapper.error input,
.form .input_wrapper.error textarea {
	border-color: #da1319;
}

.form .select_wrapper {
	position: relative;
}

.form .select_wrapper:before {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	background-color: #fff;
	border-radius: 3px;
	z-index: 1;
}

.form .select_wrapper .arrow {
	position: absolute;
	top: 50%;
	right: 12px;
	width: 24px;
	height: 24px;
	transform: translateY(-50%);
	z-index: 2;
}

.form .select_wrapper select {
	position: relative;
	padding: 0 48px 0 15px;
	background-color: transparent;
	z-index: 3;
}

.form .checkbox_wrapper label {
	cursor: pointer;
}

.form .checkbox_wrapper input {
	display: none;
}

.form .checkbox_wrapper .checkbox {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: -2px 6px 0 0;
	border-radius: 2px;
	border: 1px solid #dfdfdf;
	background-color: #fff;
	vertical-align: middle;
}

.form .checkbox_wrapper .checkbox:before,
.form .checkbox_wrapper .checkbox:after {
	position: absolute;
	display: none;
	content: '';
	background-color: #363636;
	border-radius: 2px;
	z-index: 2;
}

.form .checkbox_wrapper .checkbox:before {
	top: 12px;
	left: 2px;
	width: 8px;
	height: 2px;
	transform: rotate(40deg);
}

.form .checkbox_wrapper .checkbox:after {
	top: 8px;
	left: 5px;
	width: 14px;
	height: 2px;
	transform: rotate(-60deg);
}

.form .checkbox_wrapper input:checked + .checkbox:before,
.form .checkbox_wrapper input:checked + .checkbox:after {
	display: block;
}

.form input[type=tel] {
	letter-spacing: 2px;
}

.form input[type=tel]::placeholder {
	letter-spacing: normal;
}

.form .agree {
	padding: 10px 0 20px;
	font-size: 13px;
	color: #111;
	text-align: center;
	line-height: 1.35;
}

.form .agree a {
	color: #303030;
	text-decoration: underline;
}

.form .agree a:hover {
	text-decoration: none;
}

.form .btn.big {
	font-weight: 500;
	font-size: 16px;
	text-transform: none;
}

/**
	btns 
*/
.btn {
	display: inline-block;
	width: auto;
	max-width: 400px;
	height: 40px;
	margin: 0 auto;
	padding: 0px 20px;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 40px;
	border: none;
	border-radius: 20px;
	cursor: pointer;
	transition: all .25s ease;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}

.btn.big {
	height: 60px;
	line-height: 60px;
	border-radius: 30px;
}

.btn.br3 {
	border-radius: 3px;
}

.mobile .btn:active,
.desktop .btn:hover,
.btn_wrapper.active .btn {
	background-color: #fff;
	color: #363636;
}

.btn.white {
	background-color: #fff;
	color: #363636;
	border: 1px solid #e0e0e0;
}

.mobile .btn.white:active,
.desktop .btn.white:hover,
.btn_wrapper.active .btn.white {
	background-color: #202020;
	color: #fff;
	border-color: #202020;
}

.btn.red {
	background-color: #da1319;
	color: #fff;
}

.mobile .btn.red:active,
.desktop .btn.red:hover,
.btn_wrapper.active .btn.red {
	background-color: #fff;
	color: #252222;
}

.btn.orange {
	border: 1px solid #d97d00;
	background-color: #f99002;
	color: #fff;
}

.mobile .btn.orange:active,
.desktop .btn.orange:hover,
.btn_wrapper.active .btn.orange {
	border-color: #e0e0e0;
	background-color: #fff;
	color: #252222;
}

.btn.green {
	background-color: #3cab42;
	color: #fff;
}

.mobile .btn.green:active,
.desktop .btn.green:hover,
.btn_wrapper.active .btn.green {
	background-color: #fff;
	color: #252222;
}

.btn.bg {
	position: relative;
	overflow: hidden;
}

.btn.bg:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background-color: rgba(0,0,0,.2);
	clip-path: polygon(60% 0, 100% 0, 100% 100%, 40% 100%);
}

.btn.bg span {
	position: relative;
}

.btn.bg:active:before,
.btn.bg:hover:before {
	display: none;
}

.btn.disabled {
	color: #363636;
	border-color: #363636;
	background-color: #fff;
	cursor: default;
}

.btn_wrapper {
	position: relative;
	padding: 0 0 40px 0;
}

.btn_wrapper .loader {
	position: absolute;
	bottom: 0;
	left: 0;
	display: none;
	width: 100%;
	z-index: 2;
}

.btn_wrapper .loader svg {
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto;
}

.btn_wrapper.active .loader {
	display: block;
}

.btn_wrapper.active .btn {
	cursor: default;
	opacity: .5;
}

/**
 * swiper
 */
.cr_swiper {}
.cr_swiper.product_swiper {}
.cr_swiper.review_swiper {}
.cr_swiper.product_single_swiper {}
.cr_swiper.product_single_thumbs_swiper {}

.cr_swiper .swiper-button-next {
	right: 3px;
}

.cr_swiper .swiper-button-prev {
	left: 3px;
}

.cr_swiper .swiper-button-next,
.cr_swiper .swiper-button-prev {
	width: 36px;
	height: 36px;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, .1);
}

.cr_swiper .swiper-button-next:after, 
.cr_swiper .swiper-button-prev:after {
	display: none;
}

.cr_swiper .swiper-button-next svg, 
.cr_swiper .swiper-button-prev svg {
	width: 12px;
	fill: #202020;
}

.cr_swiper .swiper-button-prev svg {
	transform: scale(-1,1);
}

.cr_swiper.review_swiper .swiper-button-next,
.cr_swiper.review_swiper .swiper-button-prev {
	
}

/**
 * social_icons
 */
.social_icons {
	display: inline-block;
}

.social_icons a {
	display: inline-block;
	margin: 0 2px;
	width: 26px;
}

.social_icons a svg,
.social_icons a img {
	width: 100%;
	/*fill: #101010;*/
}

/**
 * mobile menu
 */
/*
.mobile_menu {
	position: fixed;
	bottom: 0;
	right: 0;
	display: none;
	width: 100%;
	background-color: #fdfdfd;
	box-shadow: 0 -2px 5px 1px rgb(0, 0, 0, 0.04);
	border-top: 1px solid #dfdfdf;
	z-index: 9979;
}

.mobile_menu_in {
	display: flex;
}

.mobile_menu_in a {
	position: relative;
	flex: 0 0 25%;
	width: 25%;
	padding: 10px 8px;
}

.mobile_menu_in a:after {
	position: absolute;
	top: 50%;
	right: 0;
	height: 50%;
	content: '';
	border-left: 1px solid #f0f0f0;
	transform: translate(0,-50%);
}

.mobile_menu_in a:last-child:after {
	display: none;
}

.mobile_menu_in a svg {
	display: block;
	width: 24px;
	height: 24px;
	margin: 0 auto;
	fill: #252222;
}

@media all and (max-width: 1023px) {
	.mobile_menu {
		display: block;
	}
}
*/

/**
 * float menu
 */
.float_menu {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	min-width: 280px;
	max-width: 420px;
	height: 100%;
	background-color: #fdfdfd;
	visibility: hidden;
	opacity: 0;
	transform: translateX(100%);
	transition: all .15s ease-out;
	box-shadow: 0 0 15px 1px rgb(0,0,0,.075);
	z-index: 9980;
}

.float_menu.active {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
}

.float_menu_close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px;
    cursor: pointer;
    z-index: 2;
}

.float_menu_close svg {
    display: block;
    width: 20px;
    height: 20px;
    fill: #8c959c;
}

.mobile .float_menu_close:active svg,
.desktop .float_menu_close:hover svg {
    fill: #252222;
}

.float_menu_logo {
	display: block;
	width: 120px;
	margin: 20px auto;
}

.float_menu_logo img {
	display: block;
	width: 100%;
}

.float_menu_in {
	position: relative;
	height: calc(100% - 120px);
	overflow-y: auto;
	z-index: 1;
}

.float_menu_in ul {
	padding: 0 30px;
}

.float_menu_in ul > li {
	border-bottom: 1px solid #e0e0e0;
}

.float_menu_in ul > li > a {
	display: block;
	padding: 16px 6px;
	font-size: 16px;
	color: #202020;
}

.float_menu_in ul > li > a:hover {
	color: #f99002;
}

/**
 * breadcrumbs 
 */
.breadcrumbs {
	margin: 0 0 30px;
	padding: 0 30px;
	font-size: 14px;
	color: #8c959c;
	line-height: 1.25;
}

.breadcrumbs em {
	display: inline-block;
	margin: 0 8px;
	font-size: 10px;
}

.breadcrumbs a {
	color: #8c959c;
	text-decoration: underline;
}

.mobile .breadcrumbs a:active,
.desktop .breadcrumbs a:hover {
	color: #252222;
	text-decoration: none;
}

.breadcrumbs span:last-child {
	color: #252222;
}

@media all and (max-width: 809px) {
	.breadcrumbs {
		padding: 0;
	}
}

/**
 * something_not_found
 */
.something_not_found {
	max-width: 400px;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
}

.something_not_found p {
	margin: 0 0 20px 0;
	line-height: 1.5;
}

.something_not_found svg {
	display: block;
	width: 120px;
	height: 120px;
	margin: 0 auto 30px;
	fill: #252222;
}

.something_not_found .btn {
	margin: 20px auto 0;
}

/**
 * page_slide wide img under header
 */
.page_slide {
	position: relative;
	height: calc(100vh - 80px);
	max-height: 800px;
	background-color: #101010;
}

.page_slide .wrapper {
	height: 100%;
}

.page_slide_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: bottom center;
	z-index: 1;
}

.page_slide_bg:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background-color: rgba(0,0,0,.3);
}

.page_slide_content {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	color: #fff;
	transform: translate(0,-50%);
	text-align: center;
	z-index: 2;
}

.page_slide_content .title {
	margin: 0 0 40px;
	font-size: 60px;
	line-height: 1.1;
	text-transform: uppercase;
	font-weight: 500;
}

.page_slide_content .title span {
	display: block;
	font-size: 24px;
	text-transform: none;
	font-weight: 400;
}

.page_slide_content .text {
	font-size: 18px;
	line-height: 1.25;
}

.page_slide_content .text p + p {
	margin-top: 8px;
}

.page_slide_content .arrow {
	padding: 40px 0;
}

.page_slide_content .arrow.down svg {
	transform: rotate(90deg);
}

.page_slide_content .arrow svg {
	width: 50px;
	margin: 0 auto;
	fill: #fff;
}

.page_slide.index .btn {
	display: block;
	font-weight: 500;
	font-size: 16px;
}

@media all and (max-width: 809px) {
	.page_slide_content .title {
		font-size: 46px;
	}
	
	.page_slide_content .title span {
		font-size: 22px;
	}
	
	.page_slide_content .text {
		width: 80%;
		margin: 0 auto;
		font-size: 16px;
	}
}

@media all and (max-width: 439px) {
	.page_slide_content .title {
		font-size: 38px;
	}
	
	.page_slide_content .title span {
		font-size: 18px;
	}
	
	.page_slide_content .text {
		width: 90%;
		font-size: 15px;
	}
	
}

/**
 * header
 */
.header {
	padding: 20px 0 40px;
}

.header.abs {
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	padding: 0;
	z-index: 2;
} 

.header_in {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	padding: 0 20px;
	background-color: #fff;
	border-radius: 16px;
	box-shadow: 0 0 20px 4px rgba(0, 0, 0, .1);
}

.header_logo {
	flex: 0 0 120px;
	width: 120px;
}

.header_logo img {
	display: block;
	width: 100%;
}

.header_menu {
	flex: 1 1 auto;
}

.header_menu_in {}

.header_menu_in ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.header_menu_in ul > li {
	position: relative;
}

.header_menu_in ul > li:after {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 1px;
	height: 100%;
	content: '';
	background-color: #e0e0e0;
}

.header_menu_in ul > li:last-child:after {
	display: none;
}

.header_menu_in ul > li > a {
	display: block;
	padding: 10px 15px;
	color: #202020;
	font-size: 15px;
	font-weight: 500;
	transition: all .3s ease;
}

.header_menu_in ul > li > a:hover {
	color: #f99002;
}

.header_contacts {}

.header_contacts_in {
	display: flex;
	align-items: center;
	gap: 10px;
}

.header_contacts .tel {
	text-align: right;
}

.header_contacts .tel a {
	color: #ffad1e;
	font-size: 19px;
	font-weight: 600;
}

.header_contacts .tel a:hover {
	color: #202020;
}

.header_contacts .tel span {
	display: block;
	margin: 2px 0 0;
	font-size: 12px;
}

.header_contacts_in .social_icons {
	padding: 2px 0 0;
}

.menu_btn {
	cursor: pointer;
}

.menu_btn svg {
	width: 28px;
	fill: #212121;
}

.header .menu_btn {
	display: none;
	margin-left: 40px;
}

@media all and (max-width: 1359px) {	
	.header_menu_in ul > li > a {
		padding: 4px 8px;
		font-size: 14px;
	}
}

@media all and (max-width: 1179px) {
	.header_menu {
		display: none;
	}
	
	.header .menu_btn {
		display: block;
	}
	
	.header_contacts {
		margin-left: auto;
	}
}

@media all and (max-width: 809px) {
	.header {
		padding-top: 0;
	}
	
	.header.abs {
		top: 0;
	}
	
	.header .wrapper_in {
		padding: 0;
	}
	
	.header_in {
		padding-left: 0;
		border-radius: 0;
	}
	
	.header_logo {
		flex: 0 0 90px;
		width: 90px;
	}
	
	.header .menu_btn {
		margin-left: 0;
	}
	
}

@media all and (max-width: 559px) {
	.header_contacts_in .social_icons {
		display: none;
	}
}

	
/**
 * product_swiper
 */
.product_swiper_wrapper {
	position: relative;
	margin: 40px 0;
	z-index: 2;
}

.product_swiper_wrapper.index.prefer {
	margin: -80px 0 40px 0;
}

.product_swiper_wrapper.index.new {
	margin: 0;
}

.product_swiper_wrapper_in {
	padding: 30px 40px 40px;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0 0 20px 4px rgba(0,0,0,.1);
}

.product_swiper_wrapper_in .swiper_top {
	display: flex;
	margin: 0 0 20px;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.product_swiper_wrapper_in .swiper_title {	
	font-size: 24px;
	font-weight: 600;
	line-height: 1.1;
}

.product_swiper_wrapper_in .swiper_title svg {
	display: inline-block;
	width: 20px;
	margin: -4px 4px 0 0;
	vertical-align: middle;
}

.product_swiper_wrapper_in .swiper_more_btn {
	padding: 6px 10px;
	font-size: 13px;
	color: #f99002;
	border: 1px solid #f99002;
	border-radius: 4px;
}

.product_swiper_wrapper_in .swiper_more_btn:hover {
	background-color: #f99002;
	color: #fff;
}

.product_swiper_wrapper_in .swiper_hint {	
	display: flex;
	width: 100%;
	margin: 20px 0 0;
	padding: 12px;
	border: 1px solid #e9e9e9;
	background-color: #fbfbfb;
	font-size: 14px;
	border-radius: 8px;
	line-height: 1.15;
}

.product_swiper_wrapper_in .swiper_hint_icon {
	flex: 0 0 30px;
	width: 30px;
	margin: 0 10px 0 0;
}

.product_swiper_wrapper_in .swiper_hint_icon svg {
	width: 100%;
	fill: #c0c0c0;
}

.product_swiper_wrapper_in .swiper_hint p + p {	
	margin-top: 4px;
}

.product_swiper_slide {}

@media all and (max-width: 809px) {
	.product_swiper_wrapper_in {
		position: relative;
		padding: 20px 20px 50px;
	}
	
	.product_swiper_wrapper_in .swiper_title {
		font-size: 20px;
	}
	
	.product_swiper_wrapper_in .swiper_more_btn {
		position: absolute;
		right: 20px;
		bottom: 12px;
		z-index: 2;
	}
}

@media all and (max-width: 559px) {
	.product_swiper_wrapper_in .swiper_title {
		font-size: 18px;
	}
}

/**
 * product_card
 */
.product_card {
	padding: 0 10px;
}

.product_card_link {
	display: block;
	max-width: 300px;
	margin: 0 auto;
	text-decoration: none;
	color: #212121;
	line-height: 1.25;
}

.product_card_thumb {
	position: relative;
	width: 100%;
	border-radius: 12px 12px 0 0;
	overflow: hidden;
}

.product_card_thumb:before {
	display: block;
	width: 100%;
	padding: 0 0 75%;
	content: '';
	z-index: 1;
}

.product_card_thumb img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
    object-position: center;
	transition: all 1s ease;
	z-index: 2;
}

.product_card_mileage {
	position: absolute;
	bottom: 6px;
	right: 6px;
	padding: 6px 10px;
	font-size: 14px;
	color: #fff;
	background-color: #3fc41c;
	border-radius: 6px;
	z-index: 3;
}

.product_card_meta {
	padding: 12px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-top: none;
	border-radius: 0 0 12px 12px;
}

.product_card_title {
	display: inline-block;
	width: 100%;
	height: 20px;
	margin: 0 0 6px;
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.product_card_params {
	display: inline-block;
	width: 100%;
	height: 20px;
	margin: 0 0 12px;
	color: #505050;
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
}

.product_card_params span {
	display: inline-block;
	margin: 0 5px;
	color: #e0e0e0;
	font-size: 10px;
	vertical-align: middle;
}

.product_card_meta_b {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
}

.product_card_price {
	font-weight: 600;
	font-size: 17px;
}

.product_card_more svg {
	width: 22px;
	fill: #909090;
}

.product_card_link:hover img {
	transform: scale(1.1);
}

.product_card_link:hover .product_card_title {
	color: #f99002;
}

.product_card_link:hover .product_card_more svg {
	fill: #f99002;
}

/**
 * block work_scheme
 */
.work_scheme {
	padding: 60px 0;
}

.work_scheme .head {
	margin: 0 0 40px;
}

.work_scheme .head .in {
	display: flex;
	align-items: center;
}

.work_scheme .head .in .l,
.work_scheme .head .in .r {
	flex: 0 0 50%;
	width: 50%;
}

.work_scheme .head .in .l .top {
	
}

.work_scheme .head .in .l .top span {
	position: relative;
	display: inline-block;
	margin: 0 0 20px;
	color: #3fc41c;
	font-weight: 500;
	font-size: 20px;
}

.work_scheme .head .in .l .top span:after {
	position: absolute;
	top: 50%;
	right: -100px;
	content: '';
	width: 80px;
	border-bottom: 2px solid #3fc41c;
}

.work_scheme .head .in .l h2 {
	font-size: 26px;
	line-height: 1.1;
}

.work_scheme .head .in .r {
	font-size: 15px;
	color: #505050;
	line-height: 1.25;
}

.work_scheme .steps {
	padding: 0 0 40px;
}

.work_scheme .steps .in {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 10px;
}

.work_scheme .step {
	position: relative;
	flex: 0 0 23%;
	width: 23%;
	min-width: 300px;
	padding: 40px;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 0 8px 2px rgba(0, 0, 0, .03);
	line-height: 1.35;
}

.work_scheme .step:nth-child(even) {
	transform: translateY(40px);
}

.work_scheme .step .icon {
	width: 100px;
	margin: 0 0 30px;
	fill: #3fc41c;
}

.work_scheme .step .txt {
	position: relative;
	z-index: 2;
}

.work_scheme .step .t {
	margin: 0 0 10px;
	font-weight: 600;
	font-size: 15px;
	text-transform: uppercase;
	line-height: 1.2;
}

.work_scheme .step .n {
	position: absolute;
	top: 20px;
	right: 30px;
	font-size: 36px;
	color: #e0e0e0;
}

.work_scheme .step .arrow,
.work_scheme .step .smile {
	position: absolute;
	bottom: 0;
	right: 20px;
	width: 50px;
	height: 50px;
	fill: #e0e0e0;
}

.work_scheme .step .smile {
	bottom: 20px;
}

@media all and (max-width: 1279px) {
	.work_scheme .steps {
		padding-bottom: 0;
	}
	
	.work_scheme .steps .in {
		justify-content: center;
	}
	
	.work_scheme .step:nth-child(even) {
		transform: none;
	}
	
	.work_scheme .step .n {
		right: 20px;
	}
	
	.work_scheme .step .arrow {
		right: 5px;
		bottom: 10px;
		transform: rotate(90deg);
	}
	
	.work_scheme .step .smile {
		right: 10px;
		bottom: 10px;
	}
}

@media all and (max-width: 959px) {
	.work_scheme .head .in {
		flex-wrap: wrap;
		gap: 20px;
	}
	
	.work_scheme .head .in .l,
	.work_scheme .head .in .r {
		flex: 0 0 100%;
		width: 100%;
	}
	
	.work_scheme .head .in .l h2 br {
		display: none;
	}
}

.cn_logos {}

.page_index .cn_logos {
	padding: 40px 0 0;
}

.cn_logos .t {
	margin: 0 0 20px;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
}

.cn_logos_in {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
}

.cn_logo {
	padding: 6px;
	background-color: #fff;
	border-radius: 12px;
	text-align: center;
}

.cn_logo img {
	display: block;
	margin: 0 auto 10px;
	border-radius: 12px;
}

.cn_logo div {
	font-weight: 500;
}
/**
 * block faq
 */
.faq_wrapper {
	padding: 40px 0;
}

.page_index .faq_wrapper {
	background-color: #f0f2f7;/* e2ecfd d8e5fc bed1f4 d4e3ff eae8ff */
}

.faq_wrapper .t {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	margin: 0 0 40px;
}

.faq_wrapper .t .ask {
	padding: 6px 10px;
    font-size: 13px;
    color: #f99002;
    border: 1px solid #f99002;
    border-radius: 4px;
	cursor: pointer;
}

.faq_wrapper .t .ask:hover {
	color: #fff;
	background-color: #f99002;
}

.faq_title {	
	font-size: 26px;
	line-height: 1.1;
	/*color: #fff;*/
}

.faq_in {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.faq_in .l,
.faq_in .r {
	flex: 0 0 calc(50% - 10px);
}

.faq_item {
	position: relative;
	margin: 0 0 20px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 8px 2px rgba(0, 0, 0, .03);
	line-height: 1.35;
}

.faq_item:hover .qu,
.faq_item.active .qu {
	color: #f99002;
}

.faq_item .qu {
	padding: 16px 60px 16px 20px;
	font-weight: 500;
	cursor: pointer;
	transition: all .3s ease;
}

.faq_item .ans {
	display: none;
	padding: 20px 30px 20px;
	border-top: 1px solid #e0e0e0;
}

.faq_item .ans ul,
.faq_item .ans ol {
	margin: 0 0 12px;
	list-style: none;
}

.faq_item .ans li {
	margin: 0 0 8px;
}

.faq_item .ans p {
	margin: 0 0 10px;
}

.faq_item .arrow {
	position: absolute;
	top: 15px;
	right: 20px;
	width: 24px;
	padding: 4px;
	fill: #f99002;
	cursor: pointer;
	transition: transform .3s ease;
	background-color: #fff;
	border-radius: 50%;
	border: 1px solid #f99002;
}

.faq_item.active .arrow {
	transform: rotate(-180deg);
}

@media all and (max-width: 809px) {
	.faq_wrapper .t {
		flex-wrap: wrap;
	}
	
	.faq_title {
		flex: 0 0 100%;
	}
	
	.faq_in {
		flex-wrap: wrap;
		gap: 0;
	}
	
	.faq_in .l, 
	.faq_in .r {
		flex: 0 0 100%;
	}
	
	.faq_item {
		margin-bottom: 10px;
	}
}
/**
 * review block
 */
.review_wrapper {
	padding: 40px 0;
}

.review_in {}

.review_in .t {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin: 0px 0px 10px;
}

.review_in .t .review_title {
    font-size: 26px;
    line-height: 1.1;
}

.review_in .t .add_review {
    padding: 6px 10px;
	font-size: 13px;
	color: #f99002;
	border: 1px solid #f99002;
	border-radius: 4px;
	cursor: pointer;
}

.review_in .t .add_review:hover {
	color: #fff;
	background-color: #f99002;
}

.review_swiper {}

.review_slide {
	padding: 40px 0 0 0;
}

.review_slide_in {
	position: relative;
	padding: 40px 40px 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, .03);
}

.review_slide_in .ava {
	position: absolute;
	top: 0;
	left: 0;
	margin: -20px 0 0 30px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 1px solid #e5e5e5;
}

.review_slide_in .name {
	position: absolute;
	top: 20px;
	left: 100px;
	font-weight: 600;
}

.review_slide_in .date {
	position: absolute;
	top: 20px;
	right: 20px;
	color: #c0c0c0;
}

.review_slide_in .txt {
	padding: 20px 0 0 10px;
	line-height: 1.35;
}

.review_slide_in .txt p {
	margin: 0 0 10px;
}

/**
 * advantages block
 */
.advantages_wrapper {
	padding: 60px 0 40px;
}

.page_index .advantages_wrapper {
	padding: 40px 0;
}
	
.advantages_wrapper ul {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.advantages_wrapper ul li {
	flex: 0 0 25%;
	width: 25%;
	padding: 20px 20px 0;
}

.advantages_wrapper ul li div {
	position: relative;
	height: 100%;
	padding: 50px 20px 30px;
	box-shadow: 0 0 8px 2px rgba(0, 0, 0, .03);
	background-color: #fff;
	border-radius: 12px;
	text-align: center;
	font-weight: 500;
	line-height: 1.25;
}

.advantages_wrapper ul li div > span {
	position: absolute;
	top: -10px;
	left: 50%;
	padding: 10px 20px;
	background-color: #fff;
	font-size: 40px;
	font-weight: 600;
	transform: translate(-50%,-50%);
	border-radius: 10px;
	border: 2px solid #3fc41c;
	color: #3fc41c;
}

@media all and (max-width: 959px) {
	.advantages_wrapper ul {
		flex-wrap: wrap;
	}
	
	.advantages_wrapper ul li {
		flex: 0 0 50%;
		width: 50%;
	}
	
	.advantages_wrapper ul li div p br {
		display: none;
	}
	
	.advantages_wrapper ul li:nth-child(1),
	.advantages_wrapper ul li:nth-child(2) {
		margin-bottom: 50px;
	}
	
}

@media all and (max-width: 559px) {
	.advantages_wrapper ul li {
		flex: 0 0 100%;
		width: 100%;
		margin-bottom: 50px!important;
	}
	
	.advantages_wrapper ul li:last-child {
		margin-bottom: 0!important;
	}
}
/**
 * form_request_wrapper
 */
.form_request_wrapper {
	position: relative;
}

.form_request_in {
	position: relative;
	height: 600px;
	background-color: #101010;
}

.form_request_in .video_bg {
	position: relative;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}

.form_request_in .video_bg video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

.form_request_in .video_bg:after {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	content: '';
	background-color: rgba(0,0,0,.3);
	z-index: 2;
}

.form_request_content {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	z-index: 3;
}


.form_request_content .in {
	display: flex;
	gap: 40px;
	padding: 50px;
    background: rgba(0, 0, 0, .35);
	border-radius: 20px;
}

.form_request_content .l,
.form_request_content .r {
	flex: 0 0 calc(50% - 20px);
	width: calc(50% - 20px);
}

.form_request_content .in .l .top {
	
}

.form_request_content .in .l .top span {
	position: relative;
	display: inline-block;
	margin: 0 0 20px;
	color: #f99002;
	font-weight: 500;
	font-size: 20px;
}

.form_request_content .in .l .top span:after {
	position: absolute;
	top: 50%;
	right: -100px;
	content: '';
	width: 80px;
	border-bottom: 2px solid #f99002;
}

.form_request_content .in .l h2 {
	margin: 0 0 40px;
	font-size: 26px;
	line-height: 1.1;
	color: #fff;
}

.form_request_content .in .l p {
	color: #fff;
	line-height: 1.35;
}

.form_request_content .in .l .soc {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 10px 0 0;
}

.form_request_content .in .l .soc .tel {
	margin: 0 10px 0 0;
	color: #fff;
    font-size: 22px;
    font-weight: 600;
}

.form_request_content .in .l .soc .social_icons svg {
	/*fill: #fff;*/
}

.form_request_content .in .r {
	
}

.form_request_content .in .r .form_wrapper {
	/*max-width: 500px;*/
	margin: 0 auto;
	
	height: 440px; /* TMP: for form_result */
	
	padding: 40px;
	background-color: #fff;
	border-radius: 8px;
}

.form_request_content .in .r .title {
	margin: 0 0 40px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.1;
	text-align: center;
}

.form_request_content .in .r .form_result {
	display: none;
	text-align: center;
}

.form_request_content .in .r .form_result_title {
	margin: 0 0 30px 0;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 1.25;
}

.form_request_content .in .r .form_result p {
	margin: 0 0 20px 0;
    line-height: 1.5;
}

.form_request_content .in .l p.fz20 {
	font-size: 20px;
}

@media all and (max-width: 1179px) {
	.form_request_in {
		height: auto;
	}
	
	.form_request_in .video_bg {
		display: none;
	}
	
	.form_request_content {
		position: relative;
		top: auto;
		left: auto;
		transform: none;
	}
	
	.form_request_content .in {
		flex-wrap: wrap;
		background: none;
	}
	
	.form_request_content .l, 
	.form_request_content .r {
		flex: 0 0 100%;
		width: 100%;
	}
	
	.form_request_content .in .r .form_wrapper {
		max-width: 500px;
		height: auto;
		margin: 0 auto;
	}
}

@media all and (max-width: 809px) {
	.form_request_content .in {
		padding: 40px 20px;
	}
	
	.form_request_content .in .l h2 {
		margin-bottom: 20px;
	}
	
	.form_request_content .l p br {
		display: none;
	}
	
	.form_request_content .in .l p.fz20,
	.form_request_content .in .l p {
		font-size: 16px;
	}
	
	.form_request_content .in .l p + p {
		margin-top: 20px;
	}
}

@media all and (max-width: 559px) {
	.form_request_content .in {
		padding: 40px 10px;
	}
	
	.form_request_content .in .l h2 {
		font-size: 22px;
	}
	
	.form_request_content .in .l p.fz20,
	.form_request_content .in .l p {
		font-size: 14px;
	}
	
	.form_request_content .in .r .form_wrapper {
		padding: 40px 20px;
	}
}

/**
 * body
 */
.body {
	min-height: 300px;
	margin: 0 0 40px;
}

.body.page {
	
}

.body.single {

}

.bg_body {
	padding: 40px;
	background-color: #fff;
	border-radius: 20px;
    box-shadow: 0 0 20px 4px rgba(0, 0, 0, .1);
}

@media all and (max-width: 809px) {
	.bg_body {
		padding: 40px 20px;
	}
}

@media all and (max-width: 559px) {
	.bg_body {
		padding: 20px 10px;
	}
}

/**
 * footer
 */
.footer {
	padding: 0 20px 20px 0;
	background-color: #101010;
}

.footer_in {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding: 0 0 20px;
}

.footer_logo {
	flex: 0 0 120px;
}

.footer_logo img {
	display: block;
	width: 100%;
	border-radius: 0 0 8px 0;
}

.footer_menu {
	flex: 1 1 auto;
	margin-top: 20px;
}

.footer_menu_in {}

.footer_menu_in ul {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 10px;
}

.footer_menu_in ul > li > a {
	display: block;
	margin: 0 0 0 15px;
	padding: 10px 0;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	transition: all .3s easy;
}

.footer_menu_in ul > li > a:hover {
	color: #f99002;
}

.footer_bottom {
	width: 100%;
	text-align: right;
}

.footer_bottom .copy {
	margin: 0 0 10px;
	font-size: 12px;
	color: #fff;
}

.footer_bottom .policy {
	font-size: 12px;
	color: #999;
}

.footer_bottom .policy a {
	color: #999;
	text-decoration: underline;
}

/**
 * category
 */
.body.category {
	
}

/**
 * post_content
 */
.post_content {
	font-size: 16px;
	line-height: 1.5;
}

.custom_title,
.post_content h1,
.post_content h2,
.post_content h3,
.post_content h4 {
	line-height: 1.25;
}

.custom_title,
.post_content h1 {
	margin: 0 0 20px 0;
	font-size: 30px;
}

.post_content h2 {
	margin: 40px 0 5px 0;
	font-size: 24px;
}

.post_content h3 {
	margin: 40px 0 5px 0;
	font-size: 20px;
}

.post_content h4 {
	margin: 40px 0 5px 0;
	font-size: 18px;
}

.post_content a {
	color: #286fe4;
	text-decoration: underline;
}

.post_content p {
	margin: 0 0 20px 0;
}

.post_content img {
	display: inline-block;
	max-width: 100%;
	height: auto!important;
}

.post_content img.aligncenter {
	display: block;
	margin: 20px auto;
}

.post_content ul,
.post_content ol {
	margin: 20px 0 20px 40px;
}

.post_content ul {
	list-style: disc outside;
}

.post_content ol {
	list-style: decimal outside;
}

.post_content ul li,
.post_content ol li {
	margin: 0 0 10px 0;
}

.mobile .post_content a:active,
.desktop .post_content a:hover {
	text-decoration: none;
}

@media all and (max-width: 809px) {
	.custom_title,
	.post_content h1 {
		font-size: 22px;
	}
	
	.post_content h2 {
		font-size: 20px;
	}
	
	.post_content h3,
	.post_content h4 {
		font-size: 18px;
	}
	
}
/**
 * product filter
 */
.product_filter_wrapper {
	background-color: #f5f6f8;
	border-radius: 12px;
}

.page_index .product_filter_wrapper {
	margin: 0 0 40px;
	background-color: #f0f2f7;
	border-radius: 20px;
	border: 1px solid #dfe3ec;
}

.product_filter_in {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

.product_filter_form {
	padding: 20px;
}

.form.product_filter_form .input_wrapper {
	margin: 0;
}

.form.product_filter_form input[type=text],
.form.product_filter_form input[type=tel],
.form.product_filter_form select {
	height: 40px;
}

.form.product_filter_form .select_wrapper .arrow {
	width: 16px;
	height: 16px;
}

.product_filter_in .br {
	flex: 0 0 100%;
	width: 100%;
}

.product_filter_in .item {
	min-width: 200px;
	flex: 0 0 calc((100% - 20px) / 5);
}

.product_filter_in .item_double {
	display: flex;
}

.product_filter_in .item_double .l input,
.product_filter_in .item_double .l select {
	border-radius: 3px 0 0 3px;
}

.product_filter_in .item_double .r input,
.product_filter_in .item_double .r select {
	border-radius: 0 3px 3px 0;
	border-left: none;
}

.product_filter_in .item.engine_power .l,
.product_filter_in .item.engine_cap .l {
	flex: 1;
}

.product_filter_in .item.engine_power .r,
.product_filter_in .item.engine_cap .r {
	flex: 0 0 100px;
}

.product_filter_in .item.reset {
	margin-left: auto;
	line-height: 40px;
	text-align: center;
}

.product_filter_in .item.reset a {
	color: #909090;
	font-size: 14px;
}

.product_filter_in .item.reset a:hover {
	color: #101010;
}

.product_filter_in .item.submit {
	margin-left: auto;
}

.product_filter_in .item.submit .btn {
	width: 100%;
	border: 1px solid #dfdfdf;
}

.product_filter_show_btn {
	position: relative;
	display: none;
	padding: 20px;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}

.product_filter_show_btn svg {
	width: 24px;
	transition: transform .3s ease;
}

.product_filter_show_btn.active svg {
	transform: rotate(-180deg);
}

@media all and (max-width: 1179px) {
	.product_filter_show_btn {
		display: flex;
	}
	
	.product_filter_form {
		display: none;
		padding: 0 20px 20px;
	}
}

@media all and (max-width: 579px) {
	.product_filter_in .item {
		flex: 0 0 100%;
		width: 100%;
	}
}

/**
 * catalog_category
 */
.catalog_category {}
.catalog_category_in {}

.catalog_product_grid {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	padding: 40px 0;
}

.catalog_product_card_item {
	flex: 0 0 calc(100% / 4);
	min-width: 300px;
}

.catalog_product_card_item .product_card_link {
	max-width: initial;
}

.catalog_product_card_item .product_card {
	padding: 10px;
}

.catalog_category_in .is_filtered {
	margin: 20px 0 0;
	font-size: 13px;
	text-align: center;
}

.catalog_category_in .is_filtered p {
	line-height: 1.35;
}

.catalog_category_in .is_filtered p + p {
	margin: 3px 0 0;
}

/**
 * catalog_single
 */
.body.catalog_single {}

.product_single_in {
	display: flex;
	justify-content: space-between;
	margin: 0 0 40px;
}

.product_single_in .l {
	flex: 1 1 calc(100% - 400px);
	width: calc(100% - 400px);
	padding: 0 100px 0 0;
}

.product_single_in .r {
	flex: 0 0 400px;
	width: 400px;
	min-width: 400px;
}

.product_single_swiper_wrapper {
	margin: 0 0 10px;
}

.product_single_swiper {}
.product_single_swiper_slide_in {}
.product_single_swiper_slide_img_wrapper {}
.product_single_swiper_slide_img_wrapper img {
	width: 100%;
	border-radius: 12px;
}

.product_single_thumbs_swiper_wrapper {}
.product_single_thumbs_swiper {}
.product_single_thumbs_swiper_slide_in {}
.product_single_thumbs_swiper_slide_img_wrapper {}

.product_single_thumbs_swiper .swiper-slide {
	width: 100px;
}

.product_single_thumbs_swiper_slide_in {
	padding: 0 2px;
}

.product_single_thumbs_swiper_slide_img_wrapper img {
	display: block;
	padding: 2px;
	border: 1px solid #e0e0e0;
	background-color: #f0f0f0;
	cursor: pointer;
	border-radius: 2px;
}

.product_single_thumbs_swiper_slide_img_wrapper img:hover,
.swiper-slide-thumb-active .product_single_thumbs_swiper_slide_img_wrapper img {
	border-color: #909090;
	background-color: #a0a0a0;
}

.product_single_title {
	margin: 0 0 40px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.1;
}

.product_single_params {
	margin: 0 0 40px;
	padding: 0 20px;
}

.product_single_params .row {
	display: flex;
	align-items: center;
}

.product_single_params .td {
	flex: 0 0 50%;
	width: 50%;
	margin: 0 0 15px;
	color: #505050;
	font-size: 14px;
}

.product_single_params .td.val {
	color: #202020;
	font-weight: 500;
	font-size: 16px;
}

.product_single_price {
	margin: 0 0 40px;
	text-align: center;
}

.product_single_price .a1 {
	margin: 0 0 5px;
	font-size: 14px;
}

.product_single_price .a2 {
	margin: 0 0 10px;
	font-size: 22px;
	font-weight: 600;
	/*color: #3fc41c;*/
}

.product_single_price p {
	font-size: 14px;
	line-height: 1.35;
}

.product_single_btn_wrapper {
	text-align: center;
}

.product_single_btn_wrapper .btn {
	width: 100%;
	font-weight: 500;
	text-transform: none;
	font-size: 17px;
}

.product_single_btn_wrapper.calc {
	margin-bottom: 10px;
}

.product_single_btn_wrapper.calc .btn {
	font-size: 15px;
}

@media all and (max-width: 1023px) {
	.product_single_in {
		flex-wrap: wrap;
		gap: 40px;
	}
	
	.product_single_in .l,
	.product_single_in .r {
		flex: 0 0 100%;
		width: 100%;
		min-width: initial;
		padding: 0;
	}
	
	.product_single_params {
		width: 100%;
		max-width: 400px;
	}
}

/**
 * timezones 
 */
.timezones {
	padding: 0 20px 20px 0;
}

.timezones_in {
	display: flex;
	justify-content: flex-end;
	gap: 40px;
}

.timezone_item {
	font-size: 14px;
	color: #525252;
	line-height: 18px;
}

.timezone_item svg {
	display: inline-block;
	width: 18px;
	vertical-align: middle;
	fill: #525252;
}

.timezones.index .timezone_item {
	color: #fff;
}

.timezones.index .timezone_item svg {
	fill: #fff;
}

@media all and (max-width: 809px) {
	.timezones {
		display: none;
	}
}

/**
 * fixed_contacts
 */
.fixed_contacts {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 9950;
}

.fixed_contacts_btn {
	position: relative;
	width: 50px;
	height: 50px;
	padding: 6px;
	background-color: #3fc41c;
	border-radius: 50%;
	border: 2px solid #fff;
	cursor: pointer;
	z-index: 2;
}

.fixed_contacts_btn svg {
	width: 100%;
	fill: #fff;
}

.fixed_contacts_icons {
	position: absolute;
	bottom: 0;
	right: 0;
	display: none;
	width: 100%;
	padding: 10px 0 50px 0;
	background-color: #fff;
	border-radius: 12px 12px 25px 25px;
	box-shadow: 0 0 20px 4px rgba(0, 0, 0, .1);
}

.fixed_contacts.active .fixed_contacts_icons {
	display: block;
}
	
.fixed_contacts_icons a {
	display: block;
	width: 70%;
	margin: 0 auto 10px;
}

.fixed_contacts_icons a svg,
.fixed_contacts_icons a img {
	display: block;
	width: 100%;
}

@media all and (max-width: 559px) {
	.fixed_contacts_btn {
		width: 40px;
		height: 40px;
	}
}

/**
 * cr_calc_wrapper
 */
.cr_calc_wrapper {
	padding: 20px;
	background-color: #f5f6f8;
	border-radius: 12px;
}

.cr_calc_params {
	margin: 0 0 20px;
}

.cr_calc_params .t {
	margin: 0 0 20px;
	font-size: 18px;
}

.cr_calc_params .p {
	margin: 0 0 40px;
}

.cr_calc_params .p p {
	margin: 0 0 2px;
	font-size: 13px;
	line-height: 1.25;
}

.cr_calc_params_in {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.calc_form {
	font-size: 14px;
}

.calc_form input[type=radio] {
	appearance: auto;
	transform: translateY(1px);
	cursor: pointer;
}

.calc_form .item {
	position: relative;
}

.calc_form .item .hint {
	margin: 0 0 8px;
	font-size: 13px;
}

.calc_form input[type=text],
.calc_form input[type=tel] {
	height: 40px;
	font-size: 14px;
}

.calc_form .input_wrapper {
	margin: 0;
}

.calc_form .select_wrapper select {
	height: 40px;
	padding-right: 40px;
	font-size: 14px;
}

.calc_form .select_wrapper .arrow {
	width: 16px;
	height: 16px;
}

.calc_form label {
	cursor: pointer;
}

.calc_form .radio_wrapper {
	display: flex;
	height: 40px;
	line-height: 40px;
	background-color: #fff;
	border: 1px solid #dfdfdf;
	border-radius: 3px;
}

.calc_form .radio_wrapper > label {
	padding: 0 10px;
}

.calc_form .radio_wrapper > label.active,
.calc_form .radio_wrapper > label:hover {
	background-color: #f0f0f0;
}

.calc_form .radio_wrapper.col_2 label:nth-child(2) {
	border-left: 1px solid #dfdfdf;
}

.calc_form .item.price .input_wrapper,
.calc_form .item.engine_dvs .input_wrapper {
	display: flex;
}

.calc_form .item.price .input_wrapper input {
	width: 140px;
	border-radius: 3px 0 0 3px;
	border-right: none;
}

.calc_form .item.price .input_wrapper .select_wrapper {
	width: 120px;
}

.calc_form .item.price .input_wrapper .select_wrapper select {
	border-radius: 0 3px 3px 0;
}

.calc_form .item.engine_dvs .input_wrapper input:first-child {
	width: 140px;
	border-radius: 3px 0 0 3px;
	border-right: 0;
}

.calc_form .item.engine_dvs .input_wrapper input:last-child {
	width: 140px;
	border-radius: 0 3px 3px 0;
}

.calc_form .item.engine_electro .input_wrapper input {
	width: 160px;
}

.calc_form .btn_wrapper {
	padding: 0;
}

.calc_result {
	
}

.calc_result.is_product_page {
}

.calc_result.is_calc_page {
	display: none;
	max-width: 600px;
	margin: 0 auto;
	padding: 10px 20px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 12px;
}

.calc_result table {
	width: 100%;
	text-align: left;
}

.calc_result_in td {
	padding: 12px;
}

.calc_result_in tr:nth-child(even) {
	background-color: #fafafa;
}

.calc_result_in tr.h {
	font-size: 15px;
	font-weight: 500;
	border-bottom: 1px solid #e0e0e0;
}

.calc_result_in tr.i {
	background-color: #f99002;
	color: #fff;
	border: none;
}

.calc_result_in tr.i td:nth-child(1) {
	border-radius: 8px 0 0 8px;
}

.calc_result_in tr.i td:nth-child(2) {
	border-radius: 0 8px 8px 0;
}

.calc_result_in td.k {
	padding-left: 20px;
	font-size: 14px;
	line-height: 1.35;
}

.calc_result_in td.v {
	font-size: 16px;
	font-weight: 500;
	text-align: right;
}

.calc_result_in td.s {
	font-size: 13px;
}
/**
 * cookies message
 */
/*
.cookies {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 14px 30px;
	background-color: rgba(0,0,0,.85);
	color: #fff;
	font-size: 12px;
	text-align: center;
	cursor: pointer;
	z-index: 99;
}

.cookies p {
	margin: 0;
}

.cookies a {
	color: #fff;
	text-decoration: underline;
}

.cookies .close svg {
	position: absolute;
	top: 16px;
	right: 12px;
	z-index: 100;
	cursor: pointer;
}

.cookies .close svg {
	width: 10px;
	height: 10px;
	stroke: #fff;
}
*/

/**
 * modal
 */
.uplink_modal {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

.uplink_modal.active {
	display: block;
}

.uplink_modal:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background-color: rgba(0,0,0,.75);
	z-index: 1;
}

.uplink_modal_in {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 20px;
	bottom: 20px;
	width: 100%;
	height: calc(100% - 40px);
	padding: 0 20px;
	overflow-y: auto;
	z-index: 2;
}

.uplink_modal.no_padding .uplink_modal_in {
	height: 100%;
	padding: 0;
}

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

.uplink_modal_content_in {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	min-height: 450px;
	padding: 30px;
	background-color: #fff;
	border-radius: 20px;
	color: #252222;
	font-size: 14px;
}

.uplink_modal_title {
	margin: 0 0 30px 0;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 1.25;
}

.uplink_modal_content_in p {
	margin: 0 0 20px 0;
	line-height: 1.5;
}

.uplink_modal_content_in form {
	width: 100%;
	max-width: 400px;
	margin: 10px auto;
}

.uplink_modal_content_in form input {
	text-align: center;
}

.uplink_modal_loader {
	position: absolute;
	top: 50%;
	left: 50%;
	display: none;
	transform: translate(-50%,-50%);
}

.uplink_modal_loader svg {
	display: block;
	width: 60px;
	height: 60px;
}

.uplink_modal.loading .uplink_modal_loader {
	display: block;
}

.uplink_modal_close {
	position: absolute;
	top: 5px;
	right: 5px;
	padding: 14px;
	cursor: pointer;
}

.uplink_modal_close svg {
	display: block;
	width: 14px;
	height: 14px;
	fill: #8c959c;
}

.mobile .uplink_modal_close:active svg,
.desktop .uplink_modal_close:hover svg {
	fill: #252222;
}

.uplink_modal__content {
	display: none;
}

@media all and (max-width: 809px) {
	.uplink_modal_content_in {
		padding: 30px 20px;
	}
}

/**
 * float message (small text message)
 */
.uplink_float_message {
	position: fixed;
	bottom: 0;
	left: 0;
	display: none;
	width: 100%;
	overflow: hidden;
	z-index: 9990;
}

.uplink_float_message.active {
	display: block;
}

.uplink_float_message.active .uplink_float_message_content {
	transform: translateY(0);
}

.uplink_float_message_in {
	padding: 0 10px 10px 0;
	text-align: right;
}

.uplink_float_message_content {
	display: inline-block;
	width: 260px;
	padding: 10px 16px;
	background-color: #57c551;
	border: 1px solid #4bb446;
	border-radius: 6px;
	color: #fff;
	font-size: 14px;
	line-height: 1.25;
	text-align: center;
	box-shadow: 2px 2px 6px 1px rgba(0,0,0,.2);
	cursor: pointer;
	transition: all .5s ease;
	transform: translateY(200%);
}

.uplink_float_message.error .uplink_float_message_content {
	background-color: #e13d22;
	border-color: #cb3820;
}

@media all and ( max-width: 1023px) {
	.uplink_float_message {
		bottom: 45px;
	}
	
	.uplink_float_message_in {
		padding: 0 4px 4px 0;
	}
	
	.uplink_float_message_content {
		width: auto;
	}
}

/**
 * popup with content ( video, imgs, etc )
 */
.uplink_pop_message {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	z-index: 9995;
}

.uplink_pop_message.active {
	display: block;
}

.uplink_pop_message:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background-color: rgba(0,0,0,.94);
	z-index: 1;
}

.uplink_pop_message_in {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 20px;
	bottom: 20px;
	width: 100%;
	height: calc(100% - 40px);
	padding: 0 20px;
	overflow-y: auto;
	z-index: 2;
}

.uplink_pop_message.no_padding .uplink_pop_message_in {
	top: 0;
	bottom: 0;
	height: 100%;
	padding: 0;
}

.uplink_pop_message_loader {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 60px;
	height: 60px;
	transform: translate(-50%,-50%);
	z-index: 3;
}

.uplink_pop_message_content {
	position: relative;
	max-height: 100%;
	min-height: 100px;
	min-width: 100px;
	color: #fff;
	background-color: #101010;
	z-index: 4;
}

.uplink_pop_message_content video {
	display: block;
	max-width: calc(100vw - 40px);
	max-height: calc(100vh - 40px);
	/*border: 2px solid #f0f0f0;
	border-radius: 4px;*/
	object-fit: contain;
}

.uplink_pop_message.no_padding .uplink_pop_message_content video {
	max-width: 100vw;
	max-height: 100vh;
}

.uplink_pop_message_content img {
	display: block;
	max-width: calc(100vw - 40px);
	max-height: calc(100vh - 40px);
	/*border: 2px solid #f0f0f0;
	border-radius: 4px;*/
	object-fit: contain;
}

.uplink_pop_message.no_padding .uplink_pop_message_content img {
	max-width: 100vw;
	max-height: 100vh;
}

.uplink_pop_message_close {
	position: absolute;
	top: 0;
	right: 0;
	padding: 14px;
	background-color: rgba(0,0,0,.25);
	cursor: pointer;
	z-index: 5;
}

.uplink_pop_message_close svg {
	display: block;
	width: 18px;
	height: 18px;
	fill: #fff;
}

/**
 * video wrapper
 */
.video_wrapper {
	position: relative;
	width: 100%;
	height: 0;
	margin: 20px 0;
	padding-bottom: 56.25%;
}
 
.video_wrapper iframe, 
.video_wrapper object, 
.video_wrapper embed,
.video_wrapper video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/**
 * SwiperJS 11.2.6
 */
@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}