

/* Start:/local/templates/chenglong-landing/js/fancybox/jquery.fancybox.css?17446437634939*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(/local/templates/chenglong-landing/js/fancybox/fancybox_sprite.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(/local/templates/chenglong-landing/js/fancybox/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(/local/templates/chenglong-landing/js/fancybox/blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(/local/templates/chenglong-landing/js/fancybox/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url(/local/templates/chenglong-landing/js/fancybox/fancybox_sprite@2x.png);
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url(/local/templates/chenglong-landing/js/fancybox/fancybox_loading@2x.gif);
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/local/templates/chenglong-landing/css/fonts.css?1744643763937*/
@font-face {
	font-family: 'Eurostile Black';
	src: url('/local/templates/chenglong-landing/css/../fonts/EurostileExtendedBlack/EurostileExtendedBlack.woff2') format('woff2'),
		url('/local/templates/chenglong-landing/css/../fonts/EurostileExtendedBlack/EurostileExtendedBlack.woff') format('woff'),
		url('/local/templates/chenglong-landing/css/../fonts/EurostileExtendedBlack/EurostileExtendedBlack.ttf') format('truetype');
		url('/local/templates/chenglong-landing/css/../fonts/EurostileExtendedBlack/EurostileExtendedBlack.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Eurostile Medium';
	src: url('/local/templates/chenglong-landing/css/../fonts/EurostileExtendedMedium/EurostileExtendedMedium.woff2') format('woff2'),
		url('/local/templates/chenglong-landing/css/../fonts/EurostileExtendedMedium/EurostileExtendedMedium.woff') format('woff'),
		url('/local/templates/chenglong-landing/css/../fonts/EurostileExtendedMedium/EurostileExtendedMedium.ttf') format('truetype');
		url('/local/templates/chenglong-landing/css/../fonts/EurostileExtendedMedium/EurostileExtendedMedium.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
/* End */


/* Start:/local/templates/chenglong-landing/css/init.css?174464376389457*/
* { box-sizing: border-box; margin: 0; padding: 0; transition: 0.5s 0.1s; }
html { font-size: 20px; height: 100%; position: relative; transition: none; width: 100%; }
body { background: #fff; color: #0c1220; font-family: 'Montserrat', Arial, sans-serif; font-size: 0.8rem; height: 100%; line-height: 1.5; min-width: 360px; overflow-x: hidden; padding-top: 4rem; position: relative; transition: none; }

._col10 { width: 10%; }
._col15 { width: 15%; }
._col16 { width: 16.66%; }
._col20 { width: 20%; }
._col25 { width: 25%; }
._col30 { width: 30%; }
._col33 { width: 33.333%; }
._col40 { width: 40%; }
._col50 { width: 50%; }
._col60 { width: 60%; }
._col66 { width: 66.666%; }
._col75 { width: 75%; }
._col80 { width: 80%; }
._col100 { width: 100%; }

._container { margin: 0 auto; max-width: 2000px; min-height: calc(100% - 4rem); min-width: 360px; padding: 0 1.5rem 0 5rem; }
._container._wide { padding: 0 0.5rem; }
._flex { display: flex; flex-wrap: wrap; justify-content: start; margin: 0 -0.5rem; }
._flex > [class*='_col'] { padding: 0 0.5rem; }
._noGutters { margin: 0; }
._noGutters > [class*='_col'] { padding: 0; }
._narrowGutters { margin: 0 -0.25rem; }
._narrowGutters > [class*='_col'] { padding: 0 0.25rem; }
._alert { border: 1px solid #de002d; border-radius: 0.8rem; color: #de002d; font-size: 0.7rem; margin: 0 0 1rem; padding: 0.9rem 1.5rem 0.95rem; position: relative; }
._alert a { color: #de002d; text-decoration: underline; }
._alert:before { background: #de002d; border-radius: 0.8rem; content: ''; height: 100%; left: 0; opacity: 0.1; position: absolute; top: 0; z-index: -1; width: 100%; }
._alert._success { border: 1px solid #52ac62; color: #52ac62; }
._alert._success a { color: #52ac62; }
._alert._success:before { background: #52ac62; }
._alert._status { background: #f6f6f8; border: none; border-radius: 0.625rem; display: inline-block; font-family: 'Eurostile Medium'; font-size: 0.7rem; line-height: 1.25rem; padding: 0 1rem 0 2rem; }
._alert._status:before { background: #de002d; color: #fff; content: '!'; height: 1.25rem; opacity: 1; text-align: center; width: 1.25rem; z-index: 0; }
._inlineBlock { display: inline-block; }
._relative { position: relative; }
._absolute { position: absolute; }
._hidden { display: none; }
._uppercase { text-transform: uppercase; }
._right { text-align: right; }
._center { text-align: center; }
._noborder { border: none!important; }
._tooltip { border: 1px solid #656565; border-radius: 50%; color: #656565; cursor: pointer; display: inline-block; font-family: 'Montserrat'; font-size: 0.6rem; height: 0.9rem; line-height: 0.9rem; margin-left: 0.25rem; text-align: center; width: 0.9rem; }
._exclamation { display: inline-block; font-size: 0.6rem; font-weight: bold; height: 1rem; line-height: 1rem; margin-left: 0.25rem; position: relative; text-align: center; width: 1rem; }
._exclamation svg { fill: #d0d0d0; left: 0; position: absolute; top: 0; width: 1rem; z-index: -1; }
._sticky._top { position: fixed!important; top: 4rem!important; }
._sticky._bottom { bottom: 1rem!important; position: absolute!important; }
._horizontalScroll { overflow: hidden; position: relative; }
._horizontalScrollArrow { height: calc(100% - 2.6rem); position: absolute; top: 2.6rem; width: 3rem; }
._horizontalScrollArrow svg { fill: none; margin: 0 1rem; opacity: 0; position: fixed; stroke: #888; top: 50%; width: 1rem; }
._horizontalScrollArrow:before { backdrop-filter: blur(10px); content: ''; left: 0; height: 100%; position: absolute; top: 0; width: 100%; }
._horizontalScrollArrow:after { background: #f6f6f8; content: ''; height: 100%; left: 0; opacity: 0.5; position: absolute; top: 0; width: 100%; }
._horizontalScrollArrow._left { left: -3rem; }
._horizontalScrollArrow._right { right: -3rem; }
._horizontalScrollArrow._left._visible { left: 0; }
._horizontalScrollArrow._right._visible { right: 0; }
._horizontalScrollArrow._left svg { margin-left: 1rem; transform: rotate(180deg); }
._horizontalScrollArrow._right svg { margin-left: -2rem; }
._horizontalScrollArrow._visible svg { opacity: 1; }

a { color: #0c1220; text-decoration: none; }
a:hover { color: #888; }
h1 { font-family: 'Eurostile Black'; font-size: 2rem; font-weight: normal; margin-bottom: 1.5rem; text-transform: uppercase; }
h2 { font-family: 'Eurostile Black'; font-size: 1.4rem; font-weight: normal; margin-bottom: 1rem; text-transform: uppercase; }
h3 { font-family: 'Eurostile Black'; font-size: 1.2rem; font-weight: normal; margin-bottom: 1rem; text-transform: uppercase; }
h4 { font-family: 'Eurostile Black'; font-size: 1rem; font-weight: normal; margin-bottom: 1rem; text-transform: uppercase; }
h4 input[type=button], h4 input[type=submit] { margin-left: 1rem; }
h1 span { font-size: 1rem; margin-left: 1rem; }
hr { background: #e8e8ea; border: 0; height: 1px; margin-bottom: 1rem; }
p { line-height: 2; margin-bottom: 1rem; }
p a { text-decoration: underline; }
p._large { font-size: 1.2rem; }
img { max-width: 100%; }
ul { margin: -0.5rem 0 1rem; }
ul > li { list-style-type: none; margin-bottom: 0.5rem; padding-left: 1.5rem; position: relative; }
ul > li:before { content: '—'; left: 0; position: absolute; }
ol { margin: -0.5rem 0 1rem; padding-left: 1rem; }
ol > li { margin-bottom: 0.5rem; padding-left: 0.5rem; position: relative; }
ol > li > ul { margin-top: 0.5rem; }
nav ul { margin: 0; }
nav li { list-style-type: none; padding: 0; }
nav li:before { display: none; }
table { border: 1px solid #f5f8fd; border-collapse: collapse; margin-bottom: 1rem; width: 100%; }
table th { background: #f5f8fd; border: 1px solid #fff; font-weight: normal; text-align: left; padding: 0.5rem 1rem; }
table td { border: 1px solid #f5f8fd; padding: 0.5rem 1rem; }

input { background: transparent; border: 1px solid #e8e8ea; border-radius: 0.4rem; color: #0c1220; display: inline-block; font-family: 'Montserrat', Arial, sans-serif; font-size: 0.7rem; font-weight: 500; height: 2rem; line-height: 2rem; margin-bottom: 1rem; outline: none; padding: 0 1rem; width: 100%; }
input:focus { border: 1px solid #888; }
input:hover { border: 1px solid #888; }
input:disabled { cursor: default; opacity: 0.5; }
input._error { border: 1px solid #de002d; }
input[type=button], input[type=submit] { background: #f6f6f8; border: none; color: #0c1220; cursor: pointer; font-family: 'Eurostile Black'; height: 3rem; line-height: 3rem; opacity: 1; padding: 0 2rem; text-transform: uppercase; width: auto; -webkit-appearance: none; }
input[type=button]._wide, input[type=submit]._wide { padding: 0; width: 100%; }
input[type=button]._small, input[type=submit]._small { height: 2rem; line-height: 2rem; padding: 0 1rem; }
input[type=button]._red, input[type=submit]._red { background: #de002d; color: #fff; }
input[type=button]._white, input[type=submit]._white { background: #fff; color: #000; }
input[type=button]:hover, input[type=submit]:hover { box-shadow: inset 550px 0 0 0 #0c1220; color: #fff; }
input[type=button]:disabled, input[type=submit]:disabled { cursor: default; opacity: 0.5; }
input[type=button]:disabled:hover, input[type=submit]:disabled:hover { box-shadow: none; }
label { color: #888; display: block; font-size: 0.6rem; margin-bottom: 0.25rem; }
textarea { background: transparent; border: 1px solid #e8e8ea; border-radius: 0.4rem; color: #0c1220; display: block; font-family: 'Montserrat', Arial, sans-serif; font-size: 0.8rem; font-weight: 500; margin-bottom: 1rem; outline: none; padding: 0.7rem 1rem 1.25rem; width: 100%; }
textarea:focus { border: 1px solid #888; }
textarea:hover { border: 1px solid #888; }
textarea._error { background: #f24841; }
select { background: transparent; border: 1px solid #e8e8ea; border-radius: 0.4rem; color: #0c1220; font-family: 'Montserrat', Arial, sans-serif; font-size: 0.7rem; height: 2rem; line-height: 2rem; margin-bottom: 1rem; outline: none; padding: 0 2rem 0 1rem; width: 100%; }
select._white { background: #fff; }
.checkbox { margin-bottom: 0.5rem; }
.checkbox input { display: none; }
.checkbox label { color: #000; cursor: pointer; display: block; font-size: 0.8rem; font-weight: normal; margin: 0 0 0.5rem; padding-left: 2rem; position: relative; text-transform: none; }
.checkbox label a { margin: 0; }
.checkbox label svg  { fill: #fff; left: 0.2rem; opacity: 0; position: absolute; top: 0.3rem; width: 0.5rem; }
.checkbox label:before { background: #fff; border: 1px solid #e8e8ea; border-radius: 0.4rem; box-sizing: border-box; content: ''; height: 1rem; left: 0; position: absolute; top: 0.1rem; transition: 0.5s 0.1s; width: 1rem; }
.checkbox label:after { border-bottom: 1px solid #0c1220; border-left: 1px solid #0c1220; content: ''; height: 0.25rem; left: 0.25rem; opacity: 0; position: absolute; top: 0.35rem; transform: rotate(-45deg); transition: 0.5s 0.1s; width: 0.45rem; }
.checkbox input:checked ~ label:before { border: 1px solid #0c1220; }
.checkbox input:checked ~ label:after { opacity: 1; }
.checkbox input:disabled ~ label { cursor: default; opacity: 0.5; }
.radiobutton { margin-bottom: 0.5rem; }
.radiobutton input { display: none!important; }
.radiobutton label { background: transparent; color: #0c1220; cursor: pointer; display: block; font-family: 'Eurostile Medium'; font-size: 0.8rem; margin: 0 0 0.5rem; padding: 0 0 0 2rem; position: relative; text-transform: none; }
.radiobutton label:before { border: 1px solid #0c1220; border-radius: 50%; box-sizing: border-box; content: ''; height: 1rem; left: 0; position: absolute; transition: 0.5s 0.1s; width: 1rem; }
.radiobutton label:after { background: #0c1220; border-radius: 50%; content: ''; height: 0.3rem; left: 0.35rem; opacity: 0; position: absolute; transition: 0.5s 0.1s; top: 0.35rem; width: 0.3rem; }
.radiobutton input:checked ~ label:after { opacity: 1; }
.radiobutton input:disabled ~ label { cursor: default; opacity: 0.5; }
.fileWrapper { display: flex; flex-direction: row-reverse; flex-wrap: wrap; justify-content: left; }
.fileWrapper._removed .file_nameWrapper { opacity: 0.5; }
.file { background: #f6f6f8; border-radius: 0.4rem; color: #0c1220; cursor: pointer; display: inline-block; font-size: 0.75rem; height: 2rem; line-height: 2rem; margin: 0.1rem 0.75rem 1rem 0; padding: 0 2.5rem 0 1rem; position: relative; text-transform: none; white-space: nowrap; }
.file_input { height: 0.1px; opacity: 0; overflow: hidden; position: absolute; width: 0.1px; z-index: -1; }
.file_icon { fill: none; position: absolute; right: 1rem; stroke: #0c1220; top: 0.5rem; width: 0.75rem; }
.file_button { font-family: 'Eurostile Black'; }
.file_nameWrapper { background: #f6f6f8; border-radius: 0.4rem; font-size: 0.65rem; line-height: 1.5rem; height: 1.5rem; margin: 0.25rem 0 0 0.5rem; padding: 0 2rem 0 1rem; position: relative; vertical-align: top; }
.file_name { display: inline-block; max-width: 10rem; overflow: hidden; white-space: nowrap; }
.file_removeButton { cursor: pointer; position: absolute; right: 0.25rem; top: 0.25rem; }
.file_removeButton svg { stroke: #888; width: 1rem; }
.file_removeButton:hover svg { stroke: #000; }
.file:hover { color: #2f3338; }
.select { font-size: 0.7rem; margin-bottom: 1rem; position: relative; }
.select:after { border-bottom: 1px solid #000; border-right: 1px solid #000; content: ''; display: block; height: 6px; position: absolute; right: 0.75rem; transform: rotate(45deg); top: 0.75rem; width: 6px; z-index: 0; }
.select_input { margin: 0!important; }
.selectOptionItems { background: #fff; border: 1px solid #e8e8ea; border-radius: 0.4rem; display: none; margin-top: -1px; max-height: 15rem; overflow-y: scroll; position: absolute; width: 100%; z-index: 10; }
.selectOption { cursor: pointer; padding: 0.25rem 1rem; }
.selectOption:hover { background: #f6f6f8; }
.selectOption._active { background: #f2f6fc; }
.selectOption_color { border: 1px solid #e8e8ea; border-radius: 50%; display: inline-block; height: 1rem; margin: 0 0.5rem -0.25rem 0; width: 1rem; }
.selectOption_color._status7 { background: #de002d; }
.selectOption_color._status8 { background: #de002d; }
.selectOption_color._status9 { background: #e8e8ea; }
.selectOption_color._status10 { background: #de002d; }
.selectOption_color._status11 { background: #ff994f; }
.selectOption_color._status12 { background: #ff994f; }
.selectOption_color._status13 { background: #ff994f; }
.selectOption_color._status31 { background: #ff994f; }
.selectOption_color._status32 { background: #52ac62; }
.selectOption_color._status33 { background: #e8e8ea; }
.selectOption_color._status40 { background: #e8e8ea; }
.selectOption_color._status42 { background: #e8e8ea; }
.selectOption_color._status45 { background: #e8e8ea; }
.selectOption_color._status46 { background: #e8e8ea; }
.selectOption_color._status56 { background: #52ac62; }

.header { background: #fff; height: 4rem; padding: 1rem 0 0; position: fixed; top: 0; width: 100%; z-index: 10; }
.header_logo { height: 2.5rem; margin: -0.25rem 1rem 0 -3.8rem; }
.header_personal { border-left: 1px solid #e8e8ea; font-size: 0.8rem; font-weight: 600; height: 2rem; line-height: 1.25; margin-right: 1rem; padding-left: 1rem; }
.header_personal span { font-size: 0.6rem; font-weight: 500; }
.header_searchWrapper { flex-grow: 1; margin-right: 1rem; }
.header_search { position: relative; text-align: right; }
.header_searchInput { margin: 0; max-width: 25rem; }
.header_searchButton { background: transparent; border: none; position: absolute; height: 2rem; line-height: 2rem; right: 0.75rem; top: 0; width: 1rem; }
.header_searchIcon { fill: #000; vertical-align: middle; width: 1rem; }
.header_cartWrapper { border-left: 1px solid #e8e8ea; height: 2rem; line-height: 2rem; margin: 0 1rem 0 0; padding-left: 1rem; position: relative; }
.header_cart {  }
.header_cartIcon { vertical-align: middle; width: 1.25rem; }
.header_cartQuantity { background: #de002d; border-radius: 50%; color: #fff; font-size: 0.6rem; height: 1rem; line-height: 1rem; position: absolute; right: -0.5rem; text-align: center; top: 0; width: 1rem; }
.header_menuIcon { cursor: pointer; margin: 0.55rem 2rem 0 0.5rem; }
.header_menuIcon svg { height: 1rem; }

.footer { height: 4rem; padding: 1rem 0; position: relative; }
.footer:before { background: #e8e8ea; content: ''; height: 1px; left: 5rem; position: absolute; top: 0; width: calc(100% - 6.5rem); z-index: -1; }
.footer_copy { flex-grow: 1; font-size: 0.7rem; position: relative; z-index: -1; }

.crumbItems { color: #888; font-size: 0.7rem; margin-bottom: -0.1rem; }
.crumb { color: #888; display: inline-block; }
.crumb_sep { margin: 0 0.5rem; }

.menu { height: 100%; left: calc(50% - 1000px); padding: 5rem 0.5rem 0.5rem; position: fixed; top: 0; width: 4rem; }
.menu * { transition: none; }
.menu > ul > li { margin-bottom: 0.25rem; position: relative; }
.menu > ul > li > a { border-radius: 0.8rem; display: block; height: 3rem; line-height: 2.75rem; text-align: center; }
.menu > ul > li > a > img { vertical-align: middle; }
.menu > ul > li > ul { display: none; height: calc(100% - 5rem); left: calc(50% - 1000px + 4rem); overflow: hidden; padding: 2rem; position: fixed; text-align: left; top: 4rem; width: 33.33%; }
.menu > ul > li > ul * { position: relative; z-index: 2; }
.menu > ul > li > ul:before { backdrop-filter: blur(10px); border-radius: 0.8rem; content: ''; left: 0; height: 100%; position: absolute; top: 0; width: 100%; }
.menu > ul > li > ul:after { background: #f6f6f8; border-radius: 0.8rem; content: ''; height: 100%; left: 0; opacity: 0.5; position: absolute; top: 0; width: 100%; }
.menu > ul > li > ul > h1 { margin-bottom: 2rem; }
.menu > ul > li > ul > li { margin-bottom: 2rem; }
.menu > ul > li > ul > li > a { font-family: 'Eurostile Black'; font-size: 0.8rem; text-transform: uppercase; }
.menu > ul > li._active > a { background: #f6f6f8; }
.menu > ul > li._opened > a { background: #f6f6f8; border-radius: 0.8rem 0 0 0.8rem; }
.menu > ul > li._opened:after { background: linear-gradient(90deg, #f6f6f8, transparent); border-radius: 0 0.8rem 0.8rem 0; content: ''; height: 100%; left: 100%; position: absolute; top: 0; width: 1.3rem; }

.enter { height: calc(100% + 4rem); margin: -4rem 0 0; padding: 0.5rem; }
.enter ._flex { height: 100%; }
.enter_visual { background-size: cover; background-position: 50% 50%; border-radius: 0.8rem; height: 100%; min-height: 25rem; }
.enter_logo { display: block; margin: 5rem auto; width: 10rem; }
.enter_name { font-family: 'Eurostile Black'; font-size: 3rem; margin: 0 0 1rem; text-align: center; }
.enter_subname { font-family: 'Eurostile Black'; font-size: 2rem; margin: 0 0 1rem; text-align: center; }
.enter_form { padding: 0 2rem; }
.enter_btn { margin: 0 auto; }
.enter_forgotPassword { color: #888; font-size: 0.6rem; position: absolute; right: 0.5rem; top: 0.2rem; }

.profile {  }
.profile_dealer { background: #f6f6f8; border-radius: 0.8rem; margin: 0 0.5rem 0 0; padding: 1.5rem 1.5rem 0.5rem; }
.profile_dealerName { font-family: 'Eurostile Black'; font-size: 0.9rem; margin-bottom: 0.25rem; }
.profile_dealerContact { margin-bottom: 1rem; }
.profile_dealerContactName { color: #888; font-size: 0.7rem; }
.profile_dealerContactValue { font-family: 'Eurostile Medium'; }
.profile_exitButton { float: right; margin: -3rem 0 0; }

.filter { margin-bottom: 1rem; }
.filter_button { border-radius: 0.4rem; display: block; height: 2rem; position: relative; }
.filter_buttonIcon { position: absolute; right: 0.45rem; top: 0.45rem; width: 1rem; }
.filter_button._set { background: #f6f6f8; cursor: pointer; line-height: 2rem; }
.filter_button._set .filter_buttonIcon { fill: #000; stroke: #000; }
.filter_button._set input[type=button], .filter_button._set input[type=submit] { background: transparent; margin: 0; padding: 0 1rem; position: relative; }
.filter_button._set input[type=button]:hover, .filter_button._set input[type=submit]:hover { box-shadow: none; }
.filter_button._set input[type=button]._active, .filter_button._set input[type=submit]._active { padding: 0 2rem 0 1rem; }
.filter_button._set:hover { background: #0c1220; }
.filter_button._set:hover .filter_buttonIcon { fill: #fff; stroke: #fff; }
.filter_button._reset { border: 1px solid #e8e8ea; width: 2rem; }
.filter_button._reset .filter_buttonIcon { stroke: #888; }
.filter_button._exportChassis {  }
.filter_button._exportChassis .filter_buttonInput { margin: 0!important; padding: 0 2.5rem 0 1rem!important; }
.filter_button._exportChassis .filter_buttonIcon { fill: none; position: absolute; right: 1rem; stroke: #fff; top: 50%; transform: translateY(-50%); width: 0.75rem; }
.filter_button._add {  }
.filter_button._add .filter_buttonInput { margin: 0!important; padding: 0 1rem 0 2.5rem!important; }
.filter_button._add .filter_buttonIcon { left: 0.75rem; position: absolute; top: 50%; transform: translateY(-50%); width: 1rem; }
.filter_calendarIcon { bottom: 1.45rem; fill: #000; position: absolute; right: 1rem; width: 1.25rem; z-index: -1; }

.chassisItemsWrapper {  }
.chassisItems { border: none; margin: 0; transition: none; }
.chassis { border-bottom: 1px solid #e8e8ea; }
.chassis th { background: none; border: none; color: #888; font-size: 0.7rem; padding: 0 0 0.5rem 1rem; text-align: center; white-space: nowrap; vertical-align: bottom; }
.chassis th:first-of-type { padding-left: 0.25rem; }
.chassis td { border: none; padding: 0.75rem 0 0.75rem 1rem; white-space: nowrap; }
.chassis td:first-of-type { padding-left: 0.25rem; }
.chassis .checkbox { margin: 0; }
.chassis .checkbox label { margin: 0; padding-left: 1rem; }
.chassis_manageColumns { fill: none; margin: 0 0 -0.15rem; width: 0.75rem; }
.chassis_sort { cursor: pointer; }
.chassis_sortIcon { fill: #888; margin-left: 0.25rem; width: 0.6rem; }
.chassis_sort:hover { color: #000; }
.chassis_sort:hover .chassis_sortIcon { fill: #000; }
.chassis_price { font-family: 'Eurostile Medium'; }
.chassis_paymentPercent { border-radius: 0.4rem; display: inline-block; font-family: 'Eurostile Medium'; font-size: 0.7rem; line-height: 1.25rem; padding: 0 0.5rem; }
.chassis_paymentPercent._done { background: #52ac62; }
.chassis_status { background: #f6f6f8; border-radius: 0.4rem; display: inline-block; font-family: 'Eurostile Medium'; font-size: 0.7rem; line-height: 1.25rem; padding: 0 0.5rem; }
.chassis_status._status7 { background: #de002d; color: #fff; }
.chassis_status._status8 { background: #de002d; color: #fff; }
.chassis_status._status10 { background: #de002d; }
.chassis_status._status11 { background: #ff994f; }
.chassis_status._status12 { background: #ff994f; }
.chassis_status._status13 { background: #ff994f; }
.chassis_status._status31 { background: #ff994f; }
.chassis_status._status32 { background: #52ac62; }
.chassis_status._status56 { background: #52ac62; }
.chassis_color { border: 1px solid #e8e8ea; border-radius: 50%; height: 1rem; margin: 0 auto; width: 1rem; }
.chassis_date {  }
.chassis:hover { background: #f6f6f8; }

.chassisStatusLogItems {  }
.chassisStatusLogItems:before { background: #d0d0d0; bottom: 1.5rem; content: ''; left: 1.35rem; position: absolute; top: 1.25rem; width: 1px; }
.chassisStatusLogItems .chassis_status._status33 { background: #fff; }
.chassisStatusLog { margin-bottom: 0.25rem; }
.chassisStatusLog:before { background: #d0d0d0; border-radius: 50%; content: ''; height: 0.75rem; float: left; margin: 0.25rem 1rem 0 0; width: 0.75rem; }
.chassisStatusLog_status { font-family: 'Eurostile Medium'; font-size: 0.7rem; line-height: 1.25rem; }
.chassisStatusLog_date { color: #888; font-size: 0.7rem; margin-left: 1rem; }

.chassisStatusUpdate { background: #f6f6f8; border-radius: 0.8rem 0.8rem 0 0; bottom: 0; display: none; left: 5rem; padding: 1rem 0.5rem; position: fixed; right: 5rem; transition: none; }
.chassisStatusUpdate table { margin: 0; width: 100%; }
.chassisStatusUpdate td { padding: 0 1rem; }
.chassisStatusUpdate .select { font-family: 'Eurostile Medium'; font-size: 0.7rem; margin: 0; width: 20rem; }
.chassisStatusUpdate .select:after { top: 1.25rem; }
.chassisStatusUpdate .select_input { background: #fff; font-family: 'Eurostile Medium'; height: 3rem; line-height: 3rem; }
.chassisStatusUpdate .selectOptionItems { bottom: calc(100% - 1px); padding: 0.5rem 0; }
.chassisStatusUpdate_name { font-family: 'Eurostile Black'; }
.chassisStatusUpdate_quantity {  }
.chassisStatusUpdate_statusWrapper { width: 90%; }
.chassisStatusUpdate_button { position: relative; }
.chassisStatusUpdate_buttonInput { margin: 0!important; padding: 0 2.5rem 0 1rem!important; }
.chassisStatusUpdate_buttonIcon { fill: #fff; position: absolute; right: 1rem; top: 50%; transform: translateY(-50%); width: 1rem; }

.plannerItemItemsWrapper { margin-top: -0.5rem; }
.plannerItemItems { border: none; margin-bottom: 2.5rem; position: relative; transition: none; width: auto; }
.plannerItem { border-bottom: 1px solid #e8e8ea; }
.plannerItem th { background: none; border: none; color: #888; font-size: 0.7rem; padding: 0 0 0.5rem 1rem; white-space: nowrap; }
.plannerItem th:first-of-type { padding-left: 0; }
.plannerItem th._active {  }
.plannerItem th._active:before { background: #f6f6f8; border-radius: 0.8rem 0.8rem 0 0; content: ''; height: 100%; margin-left: -0.5rem; position: absolute; top: 0; width: 5.75rem; z-index: -1; }
.plannerItem td { border: none; padding: 0.75rem 0 0.75rem 1rem; white-space: nowrap; }
.plannerItem td:first-of-type { padding-left: 0; }
.plannerItem._noborder td { padding: 0.75rem 0 0 1rem; }
.plannerItem._noborder td:first-of-type { padding-left: 0; }
.plannerItem_month { font-family: 'Eurostile Black'; padding: 0.5rem 0 0.5rem 1rem!important; text-align: center; }
.plannerItem_plan { line-height: 1.5rem; margin: 0 auto; text-align: center; width: 1.5rem; }
.plannerItem_fact { border: 1px solid #de002d; border-radius: 0.4rem; line-height: 1.5rem; margin: 0 auto; text-align: center; width: 1.5rem; }
.plannerItem_fact._done { border: 1px solid #52ac62; }
.plannerItem_stats { background: #de002d; border-radius: 0.4rem; color: #fff; font-weight: 600; height: 1.25rem; line-height: 1.25rem; padding: 0 0.5rem; text-align: center; width: 3rem; }
.plannerItem_stats._done { background: #52ac62; color: #000; }
.plannerItem_gap { width: 1rem; }
.plannerItem_editButton { fill: none; margin: 0 0 -0.1rem 0.5rem; stroke: #888; width: 0.75rem; }

.plannerForm {  }
.plannerForm_dealer { background: #f6f6f8; border-radius: 0.8rem; margin: 0 0.5rem 0 0; padding: 1.5rem 1.5rem 0.5rem; }
.plannerForm_dealerName { font-family: 'Eurostile Black'; font-size: 0.9rem; margin-bottom: 0.25rem; }
.plannerForm_dealerContact { margin-bottom: 1rem; }
.plannerForm_dealerContactName { color: #888; font-size: 0.7rem; }
.plannerForm_dealerContactValue { font-family: 'Eurostile Medium'; }
.plannerForm_quantity { background: #fff; border: 1px solid #e8e8ea; border-radius: 0.4rem; align-items: center; display: flex; height: 2rem; width: 4.65rem; }
.plannerForm_quantityButton { cursor: pointer; height: 2rem; position: relative; width: 1rem; }
.plannerForm_quantityButton:before { background: #888; content: ''; display: block; height: 1px; position: absolute; top: 1rem; transition: 0.5s 0.1s; width: 0.55rem; }
.plannerForm_quantityButton:after { background: #888; content: ''; display: block; height: 0.55rem; position: absolute; top: 0.75rem; transition: 0.5s 0.1s; width: 1px; }
.plannerForm_quantityButton:hover:before { background: #0c1220; }
.plannerForm_quantityButton:hover:after { background: #0c1220; }
.plannerForm_quantityButton._minus:before { right: 0; }
.plannerForm_quantityButton._minus:after { opacity: 0; }
.plannerForm_quantityButton._plus:before { left: 0; }
.plannerForm_quantityButton._plus:after { left: 0.25rem; }
.plannerForm_quantityInput { border: none; margin: 0; text-align: center; padding: 0; width: 2.65rem; }
.plannerForm_quantityInput:hover { border: none; }
.plannerForm_quantityInput:focus { border: none; }

.plannerFormMonthItems { border: none; width: auto; }
.plannerFormMonth { border-bottom: 1px solid #e8e8ea; position: relative; }
.plannerFormMonth th { background: none; border: none; color: #888; font-size: 0.7rem; padding: 0 0 0.5rem 1rem; text-align: center; white-space: nowrap; }
.plannerFormMonth th:first-of-type { padding-left: 0; }
.plannerFormMonth td { border: none; padding: 0.75rem 0 0.75rem 1rem; white-space: nowrap; }
.plannerFormMonth td:first-of-type { padding-left: 0; }
.plannerFormMonth._active {  }
.plannerFormMonth._active:after { background: #f6f6f8; border-radius: 0.8rem; content: ''; height: calc(100% + 2px); left: -1rem; position: absolute; top: -1px; width: calc(100% + 2rem); z-index: -1; }
.plannerFormMonth_name { font-family: 'Eurostile Black'; }

.marketingCampaignItemsWrapper { margin-top: -0.5rem; }
.marketingCampaignItems { border: none; margin-bottom: 2.5rem; position: relative; transition: none; width: auto; }
.marketingCampaign { border-bottom: 1px solid #e8e8ea; }
.marketingCampaign th { background: none; border: none; color: #888; font-size: 0.7rem; padding: 0 0 0.5rem 1rem; white-space: nowrap; }
.marketingCampaign th:first-of-type { padding-left: 0; }
.marketingCampaign td { border: none; padding: 0.75rem 0 0.75rem 1rem; vertical-align: top; white-space: nowrap; }
.marketingCampaign td:first-of-type { padding-left: 0; }
.marketingCampaign._noborder td { padding: 0.75rem 0 0 1rem; }
.marketingCampaign._noborder td:first-of-type { padding-left: 0; }
.marketingCampaign_month { font-family: 'Eurostile Black'; padding: 0.5rem 0 0.5rem 1rem!important; text-align: center; }
.marketingCampaign_plan { text-align: center; }
.marketingCampaign_fact { text-align: center; }
.marketingCampaign_total { font-family: 'Eurostile Medium'; }
.marketingCampaign_icon { fill: none; margin: 0 0 -0.1rem 0.5rem; stroke: #0c1220; width: 0.75rem; }
.marketingCampaign_icon.showPopup { margin: 0 0 -0.15rem 0.5rem; width: 0.85rem; }
.marketingCampaign_gap { width: 1rem; }
.marketingCampaign_highlight { background: #f6f6f8; border-radius: 0.8rem 0.8rem 0 0; content: ''; height: 100%; position: absolute; top: 0; transition: none; z-index: -1; }
.marketingCampaign_editButton { fill: none; margin: 0 0 -0.1rem 0.5rem; stroke: #888; width: 0.75rem; }

.marketingCampaignForm {  }
.marketingCampaignForm_distributorForm { background: #f6f6f8; border-radius: 0.8rem; margin: 0 0 2.5rem!important; padding: 1.5rem 1.5rem 0.5rem; }
.marketingCampaignForm_distributorForm textarea { background: #fff; border: none; height: calc(100% - 3rem); }
.marketingCampaignForm_distributorForm .fileWrapper { margin: -4rem 0 1.5rem 1rem; }
.marketingCampaignForm_id { font-family: 'Eurostile Medium'; margin-bottom: 0.75rem; }
.marketingCampaignForm_dealer { background: #fff; border-radius: 0.8rem; margin: 0 0.5rem 1rem 0; padding: 1.5rem 1.5rem 0.5rem; }
.marketingCampaignForm_dealerName { font-family: 'Eurostile Black'; font-size: 0.9rem; margin-bottom: 0.25rem; }
.marketingCampaignForm_dealerContact { margin-bottom: 1rem; }
.marketingCampaignForm_dealerContactName { color: #888; font-size: 0.7rem; }
.marketingCampaignForm_dealerContactValue { font-family: 'Eurostile Medium'; }
.marketingCampaignForm_promoTypeSelect { margin: 0; width: 15rem; }
.marketingCampaignForm_planInput { text-align: center; width: 7.5rem; }
.marketingCampaignForm_factInput { text-align: center; width: 7.5rem; }
.marketingCampaignForm_text { position: relative; width: 80%; }
.marketingCampaignForm_textInput { width: 100%; }
.marketingCampaignForm_removeButton { cursor: pointer; height: 2rem; width: 1rem; }
.marketingCampaignForm_removeButton svg { stroke: #888; margin: 0.5rem 0; width: 1rem; }
.marketingCampaignForm_removeButton:hover svg { stroke: #000; }
.marketingCampaignForm_table { border: none; }
.marketingCampaignForm_table tr { border-bottom: 1px solid #e8e8ea; }
.marketingCampaignForm_table tr:last-of-type .marketingCampaignForm_removeButton { display: none; }
.marketingCampaignForm_table th { background: none; border: none; color: #888; font-size: 0.7rem; padding: 0 0 0.5rem 1rem; white-space: nowrap; }
.marketingCampaignForm_table th:first-of-type { padding-left: 0; }
.marketingCampaignForm_table td { border: none; padding: 0.5rem 0 0.5rem 1rem; white-space: nowrap; }
.marketingCampaignForm_table td:first-of-type { padding-left: 0; }
.marketingCampaignForm_table input { margin: 0; }
.marketingCampaignForm_fileWrapper { height: 2rem; position: absolute; right: 0; top: 0.5rem; width: 2rem; }
.marketingCampaignForm_fileWrapper .file { margin: 0; padding: 0; width: 2rem; }
.marketingCampaignForm_fileWrapper .file_icon { right: 0.625rem; }
.marketingCampaignForm_fileWrapper .file_nameWrapper { position: absolute; right: 2.5rem; }

.sparesTruckSelected { font-family: 'Eurostile Medium'; margin: -0.5rem 0 2rem; }
.sparesTruckSelected a { color: #888; }
.sparesTruckSelected_icon { border: 1px solid #e8e8ea; border-radius: 0.5rem; display: inline-block; height: 2rem; line-height: 1.75rem; margin-right: 1rem; text-align: center; width: 2rem; }
.sparesTruckSelected_icon svg { fill: none; height: 0.5rem; stroke: #888; vertical-align: middle; }

.sparesTruckItems { margin-bottom: 1rem; }
.sparesTruckItems > ._flex > [class*='_col'] { margin-bottom: 1rem; }
.sparesTruckItems_name { border-bottom: 1px solid #e8e8ea; }
.sparesTruck { background: #f6f6f8; border-radius: 0.8rem; display: block; font-family: 'Eurostile Black'; padding: 0 1.5rem; }
.sparesTruck > ._flex { align-items: center; }
.sparesTruck_name { font-size: 0.8rem; }
.sparesTruck_image {  }

.sparesSectionItems {  }
.sparesSection { background: #f6f6f8; border-radius: 0.8rem; margin-bottom: 0.5rem; padding: 0 1rem; position: relative; }
.sparesSection_nameWrapper { align-items: center; display: flex; justify-content: space-between; padding: 1rem 0 1rem 0.5rem; }
.sparesSection_name { font-family: 'Eurostile Black'; font-size: 1rem; }

.sparesSubsectionItems { padding: 0 0 1rem; }
.sparesSubsectionItems > ._flex > [class*='_col'] { margin-bottom: 0.5rem; } 
.sparesSubsection { background: #fff; border-radius: 0.8rem; display: block; height: 100%; padding: 1rem 1.5rem; }
.sparesSubsection_imageWrapper { height: 10rem; line-height: 10rem; margin: 0 0 0.5rem; text-align: center; }
.sparesSubsection_image { max-height: 100%; vertical-align: middle; }
.sparesSubsection_name { font-family: 'Eurostile Black'; font-size: 0.8rem; }

.spareItemsWrapper {  }
.spareItemsWrapper_image { border: 1px solid #e8e8ea; border-radius: 0.8rem; }
.spareItems { border: none; margin-left: 0.5rem; width: calc(100% - 0.5rem); }
.spare { border-bottom: 1px solid #e8e8ea; position: relative; }
.spare th { background: none; border: none; color: #888; font-size: 0.7rem; padding: 0 0 0.5rem 1rem; white-space: nowrap; }
.spare th:first-of-type { padding-left: 0; }
.spare td { border: none; padding: 0.5rem 0 0.5rem 1rem; }
.spare td:first-of-type { padding-left: 0.25rem; }
.spare td:last-of-type { padding-right: 0.25rem; }
.spare:before { background: #f6f6f8; border-radius: 0.4rem 0.4rem 0 0; content: ''; height: 100%; opacity: 0; position: absolute; transition: 0.5s 0.1s; width: 100%; z-index: -1; }
.spare._header { transition: none; }
.spare._active:before { opacity: 1; }
.spare._fixed { background: #fff; position: fixed; top: 4rem; z-index: 5; }
.spare_article { white-space: nowrap; }
.spare_index { white-space: nowrap; }
.spare_name { width: 80%; }
.spare_price { font-family: 'Eurostile Medium'; text-align: center; white-space: nowrap; }
.spare_price span { font-family: 'Montserrat'; }
.spare_quantity { border: 1px solid #e8e8ea; border-radius: 0.4rem; align-items: center; display: flex; height: 2rem; width: 5.5rem; }
.spare_quantity._active { background: #de002d; border: 1px solid #de002d; }
.spare_quantity._active .spare_quantityInput { color: #fff; }
.spare_quantity._active .spare_quantityButton:before { background: #fff; }
.spare_quantity._active .spare_quantityButton:after { background: #fff; }
.spare_quantityButton { cursor: pointer; height: 2rem; position: relative; width: 1rem; }
.spare_quantityButton:before { background: #888; content: ''; display: block; height: 1px; position: absolute; top: 1rem; transition: 0.5s 0.1s; width: 0.55rem; }
.spare_quantityButton:after { background: #888; content: ''; display: block; height: 0.55rem; position: absolute; top: 0.75rem; transition: 0.5s 0.1s; width: 1px; }
.spare_quantityButton:hover:before { background: #0c1220; }
.spare_quantityButton:hover:after { background: #0c1220; }
.spare_quantityButton._minus:before { right: 0; }
.spare_quantityButton._minus:after { opacity: 0; }
.spare_quantityButton._plus:before { left: 0; }
.spare_quantityButton._plus:after { left: 0.25rem; }
.spare_quantityInput { border: none; margin: 0; padding: 0; text-align: center; width: 3.5rem; }
.spare_quantityInput:hover { border: none; }
.spare_quantityInput:focus { border: none; }
.spare_getPriceButton { font-family: 'Montserrat'!important; font-size: 0.7rem!important; margin: 0!important; padding: 0!important; text-transform: none!important; width: 5.5rem!important; }
.spare_ewp { background: #d0d0d0; border-radius: 50%; display: inline-block; height: 1rem; line-height: 1rem; text-align: center; width: 1rem; }
.spare_ewpIcon { fill: none; stroke: #0c1220; vertical-align: middle; width: 0.5rem; }
.spare_sectionButton { background: #f6f6f8; border-radius: 0.4rem; display: inline-block; height: 2rem; line-height: 2rem; margin-left: 0.5rem; padding: 0 0.5rem; }
.spare_image { background: #fff; border-radius: 0.4rem; }
.spare_icon { cursor: pointer; fill: none; stroke: #888; width: 0.5rem; }
.spare_crumbItems { margin-bottom: 0.25rem; }
.spare_textWrapper { display: none; position: relative; }
.spare_textWrapper td { padding: 0 0 0.5rem 1rem; vertical-align: top; }
.spare_textWrapper:before { background: #f6f6f8; border-radius: 0 0 0.4rem 0.4rem; content: ''; height: calc(100% + 0.2rem); opacity: 0; position: absolute; transition: 0.5s 0.1s; width: 100%; z-index: -1; }
.spare_textWrapper._active { display: table-row; }
.spare_textWrapper._active:before { opacity: 1; }
.spare_text { background: #fff; border-radius: 0.4rem; padding: 0.65rem 1rem; position: relative; }
.spare_text:before { border-right: 0.5rem solid #fff; border-bottom: 0.5rem solid transparent; border-top: 0.5rem solid transparent; content: ''; left: -0.5rem; position: absolute; top: 0.75rem; }

.cartPreview { background: #f6f6f8; border-radius: 0.8rem 0.8rem 0 0; bottom: 0; display: none; left: 5rem; padding: 1rem 0.5rem; position: fixed; right: 5rem; transition: none; }
.cartPreview table { margin: 0; width: 100%; }
.cartPreview td { padding: 0 1rem; }
.cartPreview_quantity {  }
.cartPreview_quantityName { color: #888; margin-bottom: 0.25rem; }
.cartPreview_quantityValue { font-family: 'Eurostile Medium'; }
.cartPreview_total { width: 90%; }
.cartPreview_totalName { color: #888; margin-bottom: 0.25rem; }
.cartPreview_totalValue { font-family: 'Eurostile Medium'; white-space: nowrap; }
.cartPreview_button { position: relative; }
.cartPreview_buttonInput { margin: 0!important; padding: 0 2.5rem 0 1rem!important; }
.cartPreview_buttonIcon { fill: #fff; position: absolute; right: 1rem; top: 50%; transform: translateY(-50%); width: 1rem; }

.cartWrapper { margin: 0 0.5rem 2.5rem 0; }
.cartWrapper > ._flex > ._col66 { padding-right: 1rem; }
.cartWrapper textarea { margin-bottom: 2rem; }

.cartItemItems { border: none; margin-bottom: 2rem; }
.cartItem { border-bottom: 1px solid #e8e8ea; }
.cartItem th { background: none; border: none; color: #888; font-size: 0.7rem; padding: 0 0 0.5rem 1rem; white-space: nowrap; }
.cartItem th:first-of-type { padding-left: 0; }
.cartItem td { border: none; padding: 0.5rem 0 0.5rem 1rem; }
.cartItem td:first-of-type { padding-left: 0; }
.cartItem .checkbox { margin: 0; }
.cartItem .checkbox label { margin: 0; padding-left: 1rem; }
.cartItem .select { margin: 0; width: 12.5rem; }
.cartItem_article { white-space: nowrap; }
.cartItem_name { width: 80%; }
.cartItem_status { background: #f6f6f8; border-radius: 0.4rem; display: inline-block; font-family: 'Eurostile Medium'; font-size: 0.7rem; line-height: 1.25rem; padding: 0 0.5rem; white-space: nowrap; }
.cartItem_status._status7 { background: #de002d; color: #fff; }
.cartItem_status._status8 { background: #de002d; color: #fff; }
.cartItem_status._status10 { background: #de002d; color: #fff; }
.cartItem_status._status11 { background: #ff994f; }
.cartItem_status._status12 { background: #ff994f; }
.cartItem_status._status13 { background: #ff994f; }
.cartItem_status._status31 { background: #ff994f; }
.cartItem_status._status32 { background: #52ac62; }
.cartItem_status._status56 { background: #52ac62; }
.cartItem_color { color: #888; font-size: 0.7rem; white-space: nowrap; }
.cartItem_colorIcon { border: 1px solid #e8e8ea; border-radius: 50%; display: inline-block; height: 1rem; margin: 0 0.5rem -0.25rem 0; width: 1rem; }
.cartItem_price { font-family: 'Eurostile Medium'; text-align: center; white-space: nowrap; }
.cartItem_quantity { border: 1px solid #e8e8ea; border-radius: 0.4rem; align-items: center; display: flex; height: 2rem; width: 5.5rem; }
.cartItem_quantityButton { cursor: pointer; height: 2rem; position: relative; width: 1rem; }
.cartItem_quantityButton:before { background: #888; content: ''; display: block; height: 1px; position: absolute; top: 1rem; transition: 0.5s 0.1s; width: 0.55rem; }
.cartItem_quantityButton:after { background: #888; content: ''; display: block; height: 0.55rem; position: absolute; top: 0.75rem; transition: 0.5s 0.1s; width: 1px; }
.cartItem_quantityButton:hover:before { background: #0c1220; }
.cartItem_quantityButton:hover:after { background: #0c1220; }
.cartItem_quantityButton._minus:before { right: 0; }
.cartItem_quantityButton._minus:after { opacity: 0; }
.cartItem_quantityButton._plus:before { left: 0; }
.cartItem_quantityButton._plus:after { left: 0.25rem; }
.cartItem_quantityInput { border: none; margin: 0; padding: 0; text-align: center; width: 3.5rem; }
.cartItem_quantityInput:hover { border: none; }
.cartItem_quantityInput:focus { border: none; }
.cartItem_removeButton { cursor: pointer; height: 2rem; width: 1rem; }
.cartItem_removeButton svg { stroke: #888; margin: 0.5rem 0; width: 1rem; }
.cartItem_removeButton:hover svg { stroke: #000; }

.cartFile { display: flex; position: relative; }
.cartFile input[type=text] { flex-grow: 1; margin-right: 1rem; }
.cartFile_fileWrapper { flex-direction: row; margin: 0 1rem 0 -2rem; position: relative; }
.cartFile_fileWrapper .file { margin: 0; padding: 0; width: 2rem; }
.cartFile_fileWrapper .file_icon { right: 0.625rem; }
.cartFile_fileWrapper .file_nameWrapper { position: absolute; right: 2.5rem; }

.cartTotalItems {  }
.cartTotal { margin-bottom: 1em; }
.cartTotal_name { color: #888; margin-bottom: 0.25rem; }
.cartTotal_value { font-family: 'Eurostile Medium'; }

.orderForm { background: #f6f6f8; border-radius: 0.8rem; padding: 1.5rem; }
.orderForm hr { margin: 0 -1.5rem 1rem; }
.orderForm input[type=submit] { margin: 1rem 0 0; }
.orderForm_name { font-family: 'Eurostile Black'; font-size: 0.9rem; margin-bottom: 1rem; }
.orderForm_delivery { margin-bottom: 1em; }
.orderForm_deliveryName { color: #888; margin-bottom: 0.25rem; }

.orderItems { margin-bottom: 2.5rem; }
.order { background: #f6f6f8; border-radius: 0.8rem; margin: 0 0 1rem; padding: 1.25rem 1rem 0.5rem 1.5rem; position: relative; }
.order .spoiler_icon { position: absolute; right: 1rem; top: 1rem; }
.order .cartItemItems { margin: 0 0 1.5rem; position: relative; }
.order .cartItem:first-of-type { border: none; }
.order .cartItem:last-of-type { border: none; }
.order .cartItem th { padding: 0 0 0.5rem 1rem; }
.order .cartItem th:last-of-type { padding-right: 1rem; }
.order .cartItem td { padding: 0.75rem 0 0.75rem 1rem; }
.order .cartItem td:last-of-type { padding-right: 1rem; }
.order_id { display: inline-block; font-family: 'Eurostile Medium'; }
.order_date { display: inline-block; font-family: 'Eurostile Medium'; }
.order_status { background: #de002d; border-radius: 0.4rem; color: #fff; display: inline-block; font-family: 'Eurostile Medium'; font-size: 0.7rem; line-height: 1.25rem; margin: 0 0 1rem 0.25rem; padding: 0 0.5rem; }
.order_status._wip { background: #ff994f; }
.order_status._done { background: #52ac62; }
.order_total { margin-right: 4.75rem; }
.order_totalName { color: #888; font-size: 0.7rem; margin: -0.4rem 0 0; }
.order_totalValue { font-family: 'Eurostile Medium'; font-size: 1rem; white-space: nowrap; }
.order_cartItemItems { position: relative; }
.order_cartItemItems:before { background: #fff; border-radius: 0.8rem; content: ''; height: calc(100% - 1.55rem); position: absolute; top: 1.55rem; width: 100%; }
.order_dealerName { font-family: 'Eurostile Medium'; margin-bottom: 0.25rem; }
.order_bill { fill: none; position: absolute; right: 4rem; stroke: #000; top: 1.5rem; }
.order_billIcon { width: 0.75rem; }

.maintenanceCalculatorWrapper {  }
.maintenanceCalculator {  }
.maintenanceCalculator_table { border: none; margin-bottom: 2.5rem; width: calc(100% - 0.5rem); }
.maintenanceCalculator_table tr { border-bottom: 1px solid #e8e8ea; }
.maintenanceCalculator_table th { background: none; border: none; color: #888; font-size: 0.7rem; padding: 0 0 0.5rem 1rem; vertical-align: bottom; white-space: nowrap; }
.maintenanceCalculator_table th:first-of-type { padding-left: 0; text-align: left; }
.maintenanceCalculator_table td { border: none; padding: 0.5rem 0 0.5rem 1rem; }
.maintenanceCalculator_table td:first-of-type { padding-left: 0; }
.maintenanceCalculator_table._spares th:nth-child(2) { width: 80%; }
.maintenanceCalculator_table._spares td:first-of-type { white-space: nowrap; }
.maintenanceCalculator_table._liquids th:first-of-type { width: 80%; }
.maintenanceCalculator_table._works th:first-of-type { width: 80%; }
.maintenanceCalculator_name { font-family: 'Eurostile Black'; font-size: 0.9rem; }
.maintenanceCalculator_name a { font-family: 'Montserrat'; font-size: 0.7rem; margin-left: 1rem; text-decoration: underline; text-transform: none; }
.maintenanceCalculator_price { font-family: 'Eurostile Medium'; text-align: center; white-space: nowrap; }
.maintenanceCalculator_quantity { text-align: center; }

.maintenanceCalculatorResultItems { background: #f6f6f8; border-radius: 0.8rem; padding: 1.5rem 1.5rem 0.5rem; }
.maintenanceCalculatorResultItems hr { margin: 0 -1.5rem 1rem; }
.maintenanceCalculatorResultItems_name { font-family: 'Eurostile Black'; font-size: 0.9rem; margin-bottom: 1rem; }
.maintenanceCalculatorResult { margin-bottom: 1em; }
.maintenanceCalculatorResult_name { color: #888; margin-bottom: 0.25rem; }
.maintenanceCalculatorResult_value { font-family: 'Eurostile Medium'; }

.vehicleItems { margin-bottom: 1.5rem; }
.vehicleItems > ._flex > [class*='_col'] { margin-bottom: 1rem; } 
.vehicle { background: #f6f6f8; border-radius: 0.8rem; display: block; padding: 0.5rem 2rem 1.5rem; }
.vehicle_name { font-family: 'Eurostile Black'; font-size: 1.2rem; }
.vehicle_image { display: block; margin: 0 auto 0.5rem; }

.guaranteeOrderItems { border: none; margin-bottom: 2.5rem; }
.guaranteeOrderItems_addButton { float: right; margin: -4rem 0 1rem; position: relative; }
.guaranteeOrderItems_addButtonInput { margin: 0!important; padding: 0 1rem 0 2.5rem!important; }
.guaranteeOrderItems_addButtonIcon { left: 0.75rem; position: absolute; top: 50%; transform: translateY(-50%); width: 1rem; }
.guaranteeOrder { background: #f6f6f8; border-radius: 0.8rem; margin-bottom: 1rem; padding: 1rem 1.5rem; position: relative; }
.guaranteeOrder_id { font-family: 'Eurostile Medium'; margin-bottom: 0.25rem; }
.guaranteeOrder_status { background: #fff; border-radius: 0.4rem; display: inline-block; font-family: 'Eurostile Medium'; font-size: 0.7rem; line-height: 1.25rem; margin: 0 0 0.25rem; padding: 0 0.5rem; }
.guaranteeOrder_status._status63 { background: #de002d; color: #fff; }
.guaranteeOrder_status._status64 { background: #ff994f; }
.guaranteeOrder_status._status65 { background: #52ac62; }
.guaranteeOrder_status._status66 { background: #ff994f; }
.guaranteeOrder_status._status67 { background: #de002d; color: #fff; }
.guaranteeOrder_subject { font-family: 'Eurostile Medium'; font-size: 1rem; margin: -0.25rem 0 0.75rem; }
.guaranteeOrder_text { background: #fff; border-radius: 0.4rem; margin: 0 1rem 0 0.5rem; padding: 0.65rem 1rem; position: relative; }
.guaranteeOrder_text:before { border-right: 0.5rem solid #fff; border-bottom: 0.5rem solid transparent; border-top: 0.5rem solid transparent; content: ''; left: -0.5rem; position: absolute; top: 0.75rem; }
.guaranteeOrder_contractorName { font-family: 'Eurostile Medium'; margin-bottom: 0.25rem; }
.guaranteeOrder_total { font-family: 'Eurostile Medium'; margin-right: 2rem; text-align: right; white-space: nowrap; }
.guaranteeOrder_editButton { fill: none; position: absolute; right: 1.5rem; stroke: #888; top: 1.15rem; width: 0.75rem; }

.guaranteeOrderForm {  }
.guaranteeOrderForm [class*='_col'] { position: relative; }
.guaranteeOrderForm form { margin-right: 0.5rem; }
.guaranteeOrderForm .file { margin-bottom: 0.5rem; }
.guaranteeOrderForm_searchButton { background: #f6f6f8; border: none; border-radius: 0.4rem; cursor: pointer; height: 2rem; line-height: 2rem; margin-left: -0.5rem; position: absolute; right: 0.5rem; text-align: center; width: 2rem; }
.guaranteeOrderForm_searchButton:hover { background: #0c1220; }
.guaranteeOrderForm_searchButton:hover .guaranteeOrderForm_searchIcon { fill: #fff; }
.guaranteeOrderForm_searchIcon { fill: #000; vertical-align: middle; width: 1rem; }
.guaranteeOrderForm_brief { background: #f6f6f8; border-radius: 0.8rem; padding: 1.5rem 1.5rem 0.5rem; }
.guaranteeOrderForm_brief hr { margin: 0 -1.5rem 1rem; }
.guaranteeOrderForm_brief input[type=button] { margin: 1rem 0; }
.guaranteeOrderForm_briefName { font-family: 'Eurostile Black'; font-size: 0.9rem; margin-bottom: 1rem; }
.guaranteeOrderForm_contractorForm { background: #f6f6f8; border-radius: 0.8rem; padding: 1.5rem 1.5rem 0.5rem; }
.guaranteeOrderForm_contractorForm input { background: #fff; border: none; }
.guaranteeOrderForm_contractorForm .radiobutton { margin-right: 2rem; }
.guaranteeOrderForm_calendarIcon { bottom: 1.45rem; fill: #000; position: absolute; right: 1rem; width: 1.25rem; z-index: -1; }
.guaranteeOrderForm_price { font-family: 'Eurostile Medium'; text-align: center; white-space: nowrap; width: 6.5rem; }
.guaranteeOrderForm_priceInput { padding: 0; text-align: center; width: 5.5rem; }
.guaranteeOrderForm_total { font-family: 'Eurostile Medium'; text-align: center; white-space: nowrap; width: 6.5rem; }
.guaranteeOrderForm_name { position: relative; }
.guaranteeOrderForm_article { width: 10rem; }
.guaranteeOrderForm_articleInput { width: 10rem; }
.guaranteeOrderForm_chassisNumberInput { width: calc(100% - 2.5rem); }
.guaranteeOrderForm_quantityWrapper { width: 6.5rem; }
.guaranteeOrderForm_quantity { border: 1px solid #e8e8ea; border-radius: 0.4rem; align-items: center; display: flex; height: 2rem; width: 5.5rem; }
.guaranteeOrderForm_quantityButton { cursor: pointer; height: 2rem; position: relative; width: 1rem; }
.guaranteeOrderForm_quantityButton:before { background: #888; content: ''; display: block; height: 1px; position: absolute; top: 1rem; transition: 0.5s 0.1s; width: 0.55rem; }
.guaranteeOrderForm_quantityButton:after { background: #888; content: ''; display: block; height: 0.55rem; position: absolute; top: 0.75rem; transition: 0.5s 0.1s; width: 1px; }
.guaranteeOrderForm_quantityButton:hover:before { background: #0c1220; }
.guaranteeOrderForm_quantityButton:hover:after { background: #0c1220; }
.guaranteeOrderForm_quantityButton._minus:before { right: 0; }
.guaranteeOrderForm_quantityButton._minus:after { opacity: 0; }
.guaranteeOrderForm_quantityButton._plus:before { left: 0; }
.guaranteeOrderForm_quantityButton._plus:after { left: 0.25rem; }
.guaranteeOrderForm_quantityInput { border: none; margin: 0; padding: 0; text-align: center; width: 3.5rem; }
.guaranteeOrderForm_quantityInput:hover { border: none; }
.guaranteeOrderForm_quantityInput:focus { border: none; }
.guaranteeOrderForm_removeButton { cursor: pointer; height: 2rem; width: 1rem; }
.guaranteeOrderForm_removeButton svg { stroke: #888; margin: 0.5rem 0; width: 1rem; }
.guaranteeOrderForm_removeButton:hover svg { stroke: #000; }
.guaranteeOrderForm_table { border: none; margin-bottom: 2.5rem; }
.guaranteeOrderForm_table tr { border-bottom: 1px solid #e8e8ea; }
.guaranteeOrderForm_table tr:last-of-type .guaranteeOrderForm_removeButton { display: none; }
.guaranteeOrderForm_table th { background: none; border: none; color: #888; font-size: 0.7rem; padding: 0 0 0.5rem 1rem; vertical-align: bottom; white-space: nowrap; }
.guaranteeOrderForm_table th:first-of-type { padding-left: 0; text-align: left; }
.guaranteeOrderForm_table td { border: none; padding: 0.5rem 0 0.5rem 1rem; }
.guaranteeOrderForm_table td:first-of-type { padding-left: 0; }
.guaranteeOrderForm_table td:last-of-type { width: 2rem; }
.guaranteeOrderForm_table input { margin: 0; }
.guaranteeOrderForm_table .select { margin: 0; }
.guaranteeOrderForm_table ._alert { margin: 0; padding: 0.4rem 1.5rem 0.45rem; }
.guaranteeOrderForm_maintenance { display: none; }
.guaranteeOrderForm_distributorForm { background: #f6f6f8; border-radius: 0.8rem; margin: 0 0 2.5rem!important; padding: 1.5rem 1.5rem 0.5rem; }
.guaranteeOrderForm_distributorForm input[type=text] { background: #fff; border: none; }
.guaranteeOrderForm_distributorForm select { background: #fff; border: none; }
.guaranteeOrderForm_distributorForm textarea { background: #fff; border: none; height: 8.5rem; }
.guaranteeOrderForm_distributorForm .guaranteeOrder_id { margin-bottom: 0.75rem; }
.guaranteeOrderForm_distributorFormName { font-family: 'Eurostile Black'; font-size: 0.7rem; margin: 0.1rem 0 0.75rem; }
.guaranteeOrderForm_distributorFormLogs { background: #fff; border-radius: 0.8rem; height: 11.5rem; overflow: hidden; }
.guaranteeOrderForm_distributorFormLogsScroll { height: 11.5rem; margin-right: calc(0rem - 17px); overflow-y: scroll; }
.guaranteeOrderForm_distributorFormLogs table { border: none; margin: 0; }
.guaranteeOrderForm_distributorFormLogs tr { border-bottom: 1px solid #e8e8ea; }
.guaranteeOrderForm_distributorFormLogs th { background: none; border: none; }
.guaranteeOrderForm_distributorFormLogs td { border: none; padding: 0.5rem 0 0.5rem 1rem; }
.guaranteeOrderForm_distributorFormLogs small { color: #888; font-size: 0.6rem; }
.guaranteeOrderForm_appealAlert { border: 1px solid #de002d; border-radius: 0.8rem; margin: 0 0 1rem 3rem; padding: 0.5rem 1rem; position: relative; }
.guaranteeOrderForm_appealAlert:before { border-right: 0.5rem solid #de002d; border-bottom: 0.5rem solid transparent; border-top: 0.5rem solid transparent; content: ''; left: -0.5rem; position: absolute; top: 0.75rem; }
.guaranteeOrderForm_appealAlert:after { border-right: 0.5rem solid #fff; border-bottom: 0.5rem solid transparent; border-top: 0.5rem solid transparent; content: ''; left: -0.45rem; position: absolute; top: 0.75rem; }
.guaranteeOrderForm_appealAlertIcon { background: #de002d; border-radius: 50%; color: #fff; font-family: 'Eurostile Medium'; font-size: 1.2rem; line-height: 2rem; height: 2rem; left: -3rem; position: absolute; text-align: center; top: 0; width: 2rem; }
.guaranteeOrderForm_appeal { background: #f6f6f8; border-radius: 0.8rem; margin-bottom: 2.5rem; padding: 1rem 1.5rem 0.5rem; }
.guaranteeOrderForm_appeal textarea { background: #fff; border: none; height: 10rem; }
.guaranteeOrderForm_appeal .fileWrapper { margin: -4rem 0 1.5rem 1rem; }
.guaranteeOrderForm_fileWrapper { height: 2rem; position: absolute; right: 0; top: 0.5rem; width: 2rem; }
.guaranteeOrderForm_fileWrapper .file { margin: 0; padding: 0; width: 2rem; }
.guaranteeOrderForm_fileWrapper .file_icon { right: 0.625rem; }
.guaranteeOrderForm_fileWrapper .file_nameWrapper { position: absolute; right: 2.5rem; }

.guaranteeOrderFormTotalItems {  }
.guaranteeOrderFormTotal { margin-bottom: 1em; }
.guaranteeOrderFormTotal_name { color: #888; margin-bottom: 0.25rem; }
.guaranteeOrderFormTotal_value { font-family: 'Eurostile Medium'; }

.serviceOrderItems { margin-bottom: 2.5rem; }
.serviceOrderItems input[type=text] { width: calc(100% - 3rem); }
.serviceOrderItems_addButton { float: right; margin: -3rem 0 1rem; position: relative; }
.serviceOrderItems_addButtonInput { margin: 0!important; padding: 0 1rem 0 2.5rem!important; }
.serviceOrderItems_addButtonIcon { left: 0.75rem; position: absolute; top: 50%; transform: translateY(-50%); width: 1rem; }
.serviceOrderItems_searchButton { background: #f6f6f8; border: none; border-radius: 0.4rem; cursor: pointer; position: absolute; height: 2rem; line-height: 2rem; right: 1rem; text-align: center; top: 0; width: 2rem; }
.serviceOrderItems_searchButton:hover { background: #0c1220; }
.serviceOrderItems_searchButton:hover .serviceOrderItems_searchIcon { fill: #fff; }
.serviceOrderItems_searchIcon { fill: #000; vertical-align: middle; width: 1rem; }
.serviceOrderItems_chassis { background: #f6f6f8; border-radius: 0.8rem; margin-right: 0.5rem; padding: 1.5rem 1.5rem 0.5rem; }
.serviceOrderItems_chassisName { font-family: 'Eurostile Black'; font-size: 0.9rem; margin: 0 0 1rem; }
.serviceOrder { background: #f6f6f8; border-radius: 0.8rem; margin-bottom: 1rem; min-height: 3.5rem; padding: 1.1rem 1.5rem 1px; position: relative; }
.serviceOrder input[type='button'] { position: absolute; right: 0.75rem; top: 0.75rem; }
.serviceOrder .spoiler_icon { position: absolute; right: 0.75rem; top: 0.75rem; }
.serviceOrder_name { font-family: 'Eurostile Medium'; }
.serviceOrder_date { font-family: 'Eurostile Medium'; }
.serviceOrder_mileage { font-family: 'Eurostile Medium'; }
.serviceOrder_status { background: #fff; border-radius: 0.4rem; display: inline-block; font-family: 'Eurostile Medium'; font-size: 0.7rem; line-height: 1.25rem; padding: 0 0.5rem; white-space: nowrap; }
.serviceOrder_status._status63 { background: #de002d; color: #fff; }
.serviceOrder_status._status64 { background: #ff994f; }
.serviceOrder_status._status65 { background: #52ac62; }
.serviceOrder_status._status66 { background: #ff994f; }
.serviceOrder_status._status67 { background: #de002d; color: #fff; }
.serviceOrder_editButton { fill: none; position: absolute; right: 4rem; stroke: #888; top: 1.25rem; width: 0.75rem; }
.serviceOrder_table { margin: 0 0 1.5rem; position: relative; }
.serviceOrder_table table { position: relative; }
.serviceOrder_table tr { border-bottom: 1px solid #e8e8ea; }
.serviceOrder_table tr:first-of-type { border: none; }
.serviceOrder_table tr:last-of-type { border: none; }
.serviceOrder_table th { background: none; border: none; color: #888; font-size: 0.7rem; padding: 0 0 0.5rem 1rem; white-space: nowrap; }
.serviceOrder_table th:last-of-type { padding-right: 1rem; }
.serviceOrder_table td { border: none; padding: 0.75rem 0 0.75rem 1rem; }
.serviceOrder_table td:last-of-type { padding-right: 1rem; }
.serviceOrder_table:before { background: #fff; border-radius: 0.8rem; content: ''; height: calc(100% - 1.55rem); position: absolute; top: 1.55rem; width: 100%; }

.serviceOrderForm {  }
.serviceOrderForm [class*='_col'] { position: relative; }
.serviceOrderForm form { margin-right: 0.5rem; }
.serviceOrderForm_brief { background: #f6f6f8; border-radius: 0.8rem; padding: 1.5rem 1.5rem 0.5rem; }
.serviceOrderForm_calendarIcon { bottom: 1.45rem; fill: #000; position: absolute; right: 1rem; width: 1.25rem; z-index: -1; }
.serviceOrderForm_price { font-family: 'Eurostile Medium'; text-align: center; white-space: nowrap; }
.serviceOrderForm_total { font-family: 'Eurostile Medium'; text-align: center; white-space: nowrap; }
.serviceOrderForm_article { width: 10rem; }
.serviceOrderForm_articleInput { width: 10rem; }
.serviceOrderForm_quantity { border: 1px solid #e8e8ea; border-radius: 0.4rem; align-items: center; display: flex; height: 2rem; width: 5.5rem; }
.serviceOrderForm_quantityButton { cursor: pointer; height: 2rem; position: relative; width: 1rem; }
.serviceOrderForm_quantityButton:before { background: #888; content: ''; display: block; height: 1px; position: absolute; top: 1rem; transition: 0.5s 0.1s; width: 0.55rem; }
.serviceOrderForm_quantityButton:after { background: #888; content: ''; display: block; height: 0.55rem; position: absolute; top: 0.75rem; transition: 0.5s 0.1s; width: 1px; }
.serviceOrderForm_quantityButton:hover:before { background: #0c1220; }
.serviceOrderForm_quantityButton:hover:after { background: #0c1220; }
.serviceOrderForm_quantityButton._minus:before { right: 0; }
.serviceOrderForm_quantityButton._minus:after { opacity: 0; }
.serviceOrderForm_quantityButton._plus:before { left: 0; }
.serviceOrderForm_quantityButton._plus:after { left: 0.25rem; }
.serviceOrderForm_quantityInput { border: none; margin: 0; padding: 0; text-align: center; width: 3.5rem; }
.serviceOrderForm_quantityInput:hover { border: none; }
.serviceOrderForm_quantityInput:focus { border: none; }
.serviceOrderForm_removeButton { cursor: pointer; height: 2rem; width: 1rem; }
.serviceOrderForm_removeButton svg { stroke: #888; margin: 0.5rem 0; width: 1rem; }
.serviceOrderForm_removeButton:hover svg { stroke: #000; }
.serviceOrderForm_table { border: none; margin-bottom: 2.5rem; }
.serviceOrderForm_table tr { border-bottom: 1px solid #e8e8ea; }
.serviceOrderForm_table tr:last-of-type .serviceOrderForm_removeButton { display: none; }
.serviceOrderForm_table th { background: none; border: none; color: #888; font-size: 0.7rem; padding: 0 0 0.5rem 1rem; vertical-align: bottom; white-space: nowrap; }
.serviceOrderForm_table th:first-of-type { padding-left: 0; text-align: left; }
.serviceOrderForm_table td { border: none; padding: 0.5rem 0 0.5rem 1rem; }
.serviceOrderForm_table td:first-of-type { padding-left: 0; }
.serviceOrderForm_table td:last-of-type { width: 2rem; }
.serviceOrderForm_table input { margin: 0; }
.serviceOrderForm_table .select { margin: 0; }
.serviceOrderForm_table ._alert { margin: 0; padding: 0.4rem 1.5rem 0.45rem; }
.serviceOrderForm_table._spares th:nth-child(2) { width: 80%; }
.serviceOrderForm_table._works th:first-of-type { width: 90%; }
.serviceOrderForm_maintenance { display: none; }
.serviceOrderForm_guarantee { display: none; }
.serviceOrderForm_guarantee ._alert { padding: 0.4rem 1.5rem 0.45rem; }

.supportOrderItems { border: none; }
.supportOrderItems_addButton { float: right; margin: -4rem 0 1rem; position: relative; }
.supportOrderItems_addButtonInput { margin: 0!important; padding: 0 1rem 0 2.5rem!important; }
.supportOrderItems_addButtonIcon { left: 0.75rem; position: absolute; top: 50%; transform: translateY(-50%); width: 1rem; }
.supportOrder { background: #f6f6f8; border-radius: 0.8rem; margin-bottom: 1rem; padding: 1rem 1.5rem; position: relative; }
.supportOrder .spoiler_icon { position: absolute; right: 0.75rem; top: 0.75rem; }
.supportOrder_id { font-family: 'Eurostile Medium'; margin-bottom: 0.25rem; }
.supportOrder_status { background: #fff; border-radius: 0.4rem; display: inline-block; font-family: 'Eurostile Medium'; font-size: 0.7rem; line-height: 1.25rem; margin: 0 0 0.25rem; padding: 0 0.5rem; }
.supportOrder_status._status99 { background: #de002d; color: #fff; }
.supportOrder_status._status100 { background: #ff994f; }
.supportOrder_status._status101 { background: #52ac62; }
.supportOrder_subject { font-family: 'Eurostile Medium'; font-size: 1rem; margin: -0.25rem 0 0.75rem; }
.supportOrder_text { background: #fff; border-radius: 0.4rem; margin: 0 1rem 0 0.5rem; padding: 0.65rem 1rem; position: relative; }
.supportOrder_text:before { border-right: 0.5rem solid #fff; border-bottom: 0.5rem solid transparent; border-top: 0.5rem solid transparent; content: ''; left: -0.5rem; position: absolute; top: 0.75rem; }
.supportOrder_model { font-family: 'Eurostile Medium'; margin-bottom: 0.25rem; }
.supportOrder_editButton { fill: none; position: absolute; right: 4rem; stroke: #888; top: 1.15rem; width: 0.75rem; }

.supportOrderForm {  }
.supportOrderForm [class*='_col'] { position: relative; }
.supportOrderForm form { margin-right: 0.5rem; }
.supportOrderForm .file { margin-bottom: 0.5rem; }
.supportOrderForm_searchButton { background: #f6f6f8; border: none; border-radius: 0.4rem; cursor: pointer; height: 2rem; line-height: 2rem; margin-left: -0.5rem; position: absolute; right: 0.5rem; text-align: center; width: 2rem; }
.supportOrderForm_searchButton:hover { background: #0c1220; }
.supportOrderForm_searchButton:hover .supportOrderForm_searchIcon { fill: #fff; }
.supportOrderForm_searchIcon { fill: #000; vertical-align: middle; width: 1rem; }
.supportOrderForm_brief { background: #f6f6f8; border-radius: 0.8rem; padding: 1.5rem 1.5rem 0.5rem; }
.supportOrderForm_brief hr { margin: 0 -1.5rem 1rem; }
.supportOrderForm_brief input[type=button] { margin: 1rem 0; }
.supportOrderForm_briefName { font-family: 'Eurostile Black'; font-size: 0.9rem; margin-bottom: 1rem; }
.supportOrderForm_calendarIcon { bottom: 1.45rem; fill: #000; position: absolute; right: 1rem; width: 1.25rem; z-index: -1; }

.supportOrderWrapper { margin-bottom: 2.5rem; }
.supportOrderWrapper .tabItems { margin-right: 0.5rem; }
.supportOrderWrapper .tabContent { margin-right: 0.5rem; }
.supportOrderWrapper_brief { background: #f6f6f8; border-radius: 0.8rem; padding: 1.5rem 1.5rem 0.25rem; }
.supportOrderWrapper_briefName { font-family: 'Eurostile Medium'; margin-bottom: 0.5rem; }
.supportOrderWrapper_briefId { font-family: 'Eurostile Medium'; margin-bottom: 0.25rem; }
.supportOrderWrapper_briefStatus { background: #fff; border-radius: 0.4rem; display: inline-block; font-family: 'Eurostile Medium'; font-size: 0.7rem; line-height: 1.25rem; margin: 0 0 1rem; padding: 0 0.5rem; }
.supportOrderWrapper_briefStatus._status99 { background: #de002d; color: #fff; }
.supportOrderWrapper_briefStatus._status100 { background: #ff994f; }
.supportOrderWrapper_briefStatus._status101 { background: #52ac62; }
.supportOrderWrapper_logs { border: none; margin: 0; width: auto; }
.supportOrderWrapper_logs tr { border-bottom: 1px solid #e8e8ea; }
.supportOrderWrapper_logs td { border: none; padding: 0.5rem 0 0.5rem 1rem; }
.supportOrderWrapper_logs td:first-of-type { padding-left: 0; }
.supportOrderWrapper_logs small { color: #888; font-size: 0.6rem; }

.supportOrderAnswerItems { margin-bottom: 2.5rem; }
.supportOrderAnswer { display: flex; margin: 0 0.5rem 1rem 0; }
.supportOrderAnswer_avatar { background: #f6f6f8; border-radius: 50%; height: 3rem; line-height: 2.75rem; margin: 0 1rem 0 0; overflow: hidden; text-align: center; width: 3rem; }
.supportOrderAnswer_avatarIcon { fill: none; height: 1.5rem; vertical-align: middle; }
.supportOrderAnswer_answer { border: 1px solid #e8e8ea; border-radius: 0.8rem; padding: 1rem 1rem 0; position: relative; width: calc(100% - 4rem); }
.supportOrderAnswer_author { font-family: 'Eurostile Medium'; margin-bottom: 0.25rem; }
.supportOrderAnswer_authorSep { margin: 0 0.5rem; }
.supportOrderAnswer_editButton { fill: none; position: absolute; right: 1.5rem; stroke: #888; top: 1.15rem; width: 0.75rem; }
.supportOrderAnswer_image { background-color: #f6f6f8; background-position: 50% 50%; background-size: cover; border-radius: 0.4rem; display: inline-block; height: 5rem; margin-right: 0.5rem; vertical-align: top; width: 5rem; }
.supportOrderAnswer_file { background: #f6f6f8; border-radius: 0.4rem; display: inline-block; height: 5rem; line-height: 4.75rem; margin-right: 0.5rem; position: relative; text-align: center; vertical-align: top; width: 5rem; }
.supportOrderAnswer_fileIcon { vertical-align: middle; width: 3rem; }
.supportOrderAnswer_fileType { bottom: 1.7rem; font-size: 0.7rem; font-weight: 600; left: 1.5rem; line-height: 1rem; position: absolute; text-align: center; width: 2.5rem; }
.supportOrderAnswer._aftersales { flex-direction: row-reverse; }
.supportOrderAnswer._aftersales .supportOrderAnswer_answer { background: #f6f6f8; border: none; }
.supportOrderAnswer._aftersales .supportOrderAnswer_avatar { margin: 0 0 0 1rem; }
.supportOrderAnswer._aftersales .supportOrderAnswer_image { background-color: #fff; }
.supportOrderAnswer._aftersales .supportOrderAnswer_file { background: #fff; }

.supportOrderAnswerForm {  }

.contractorItems { border: none; }
.contractorItems_addButton { float: right; margin: -4rem 0 1rem; position: relative; }
.contractorItems_addButtonInput { margin: 0!important; padding: 0 1rem 0 2.5rem!important; }
.contractorItems_addButtonIcon { left: 0.75rem; position: absolute; top: 50%; transform: translateY(-50%); width: 1rem; }
.contractor { border-bottom: 1px solid #e8e8ea; }
.contractor th { background: none; border: none; color: #888; font-size: 0.7rem; padding: 0 0 0.5rem 1rem; white-space: nowrap; }
.contractor th:first-of-type { padding-left: 0; }
.contractor td { border: none; padding: 0.5rem 0 0.5rem 1rem; }
.contractor td:first-of-type { padding-left: 0; }
.contractor_editButton { fill: none; margin-bottom: -0.1rem; stroke: #888; width: 0.75rem; }

.contractorForm {  }
.contractorForm .radiobutton { margin-right: 2rem; }

.dealItems { border: none; }
.deal { background: #f6f6f8; border-radius: 0.8rem; margin-bottom: 1rem; padding: 1rem 1.5rem; position: relative; }
.deal_date { font-family: 'Eurostile Medium'; margin-bottom: 0.25rem; }
.deal_contractorName { font-family: 'Eurostile Medium'; margin-bottom: 0.25rem; }
.deal_editButton { fill: none; position: absolute; right: 1.5rem; stroke: #888; top: 1.15rem; width: 0.75rem; }
.deal_chassis { margin-bottom: 0.25rem; }
.deal_chassisIcon { fill: none; margin-left: 0.5rem; stroke: #0c1220; width: 0.75rem; }
.deal_total { font-family: 'Eurostile Medium'; margin-right: 2rem; text-align: right; }

.dealForm {  }
.dealForm_contractorForm { background: #f6f6f8; border-radius: 0.8rem; padding: 1.5rem 1.5rem 0.5rem; }
.dealForm_contractorForm input { background: #fff; border: none; }
.dealForm_contractorForm .radiobutton { margin-right: 2rem; }

.dealFormChassisItems { border-top: 1px solid #e8e8ea; margin-bottom: 2rem; }
.dealFormChassis { border-bottom: 1px solid #e8e8ea; padding: 0.5rem 0; position: relative; }
.dealFormChassis:last-of-type .dealFormChassis_removeButton { display: none; }
.dealFormChassis_input { display: inline-block; margin: 0; width: calc(25% - 0.75rem); }
.dealFormChassis_fileWrapper { left: calc(25% - 2.75rem); position: absolute; top: 0.5rem; }
.dealFormChassis_fileWrapper .file { margin: 0; padding: 0; width: 2rem; }
.dealFormChassis_fileWrapper .file_icon { right: 0.625rem; }
.dealFormChassis_removeButton { cursor: pointer; height: 2rem; position: absolute; right: 0; top: 0.5rem; width: 1rem; }
.dealFormChassis_removeButton svg { stroke: #888; margin: 0.5rem 0; width: 1rem; }
.dealFormChassis_removeButton:hover svg { stroke: #000; }

.marketingOrderItems {  }
.marketingOrder { background: #f6f6f8; border-radius: 0.8rem; margin-bottom: 1rem; padding: 1rem 1.5rem; position: relative; }
.marketingOrder_date { font-family: 'Eurostile Medium'; margin-bottom: 0.25rem; }
.marketingOrder_contractorName { font-family: 'Eurostile Medium'; margin-bottom: 0.25rem; }
.marketingOrder_status { background: #fff; border-radius: 0.4rem; display: inline-block; font-family: 'Eurostile Medium'; font-size: 0.7rem; line-height: 1.25rem; margin: 0 0 0.25rem; padding: 0 0.5rem; }
.marketingOrder_status._status102 { background: #de002d; color: #fff; }
.marketingOrder_subject { font-family: 'Eurostile Medium'; font-size: 1rem; margin: -0.25rem 0 0.75rem; }
.marketingOrder_text { background: #fff; border-radius: 0.4rem; margin: 0 2rem 0 0.5rem; padding: 0.65rem 1rem; position: relative; }
.marketingOrder_text:before { border-right: 0.5rem solid #fff; border-bottom: 0.5rem solid transparent; border-top: 0.5rem solid transparent; content: ''; left: -0.5rem; position: absolute; top: 0.75rem; }
.marketingOrder_editButton { fill: none; position: absolute; right: 1.5rem; stroke: #888; top: 1.15rem; width: 0.75rem; }

.downloadItems { margin-bottom: 1.5rem; }
.downloadItems img { border-radius: 0.8rem; display: block; }
.downloadItems h2 { margin-top: 1rem; }
.downloadItems ._col10 { margin-bottom: 0.5rem; }
.downloadItems ._col33 { margin-bottom: 1rem; }
.download { background: #f6f6f8; border-radius: 0.8rem; height: 100%; min-height: 7.5rem; padding: 1.5rem 7rem 1.5rem 2rem; position: relative; }
.download_date { color: #888; font-size: 0.7rem; margin-bottom: 0.5rem; }
.download_name { font-family: 'Eurostile Medium'; font-size: 0.9rem; }
.download_iconWrapper { float: right; margin: 0.5rem -5rem 0 0; position: relative; }
.download_icon { width: 3rem; }
.download_type { bottom: 1.2rem; font-size: 0.7rem; font-weight: 600; position: absolute; right: 0.05rem; text-align: center; width: 2.5rem; }
.download_image { float: right; height: 7.5rem; margin: -1.5rem -7rem 0 0.5rem; }
.download_downloadButton { background: #f6f6f8; border-radius: 0.8rem; font-family: 'Eurostile Black'; font-size: 0.9rem; height: 100%; left: 0; line-height: 7.5rem; opacity: 0; position: absolute; text-align: center; top: 0; width: 100%; }
.download_downloadButton svg { margin-left: 0.5rem; width: 0.75rem; }
.download_downloadButton._video svg { width: 1rem; }
.download:hover .download_downloadButton { color: #0c1220; opacity: 1; }

.dealerItems { margin-bottom: 1.5rem; }
.dealerItems select { background: #f6f6f8; border: none; border-radius: 0.8rem; margin-bottom: 1rem; }
.dealerItems .tabItems { border: none; margin: 0 -1rem 0.5rem 0; }
.dealerItems .tab { border-radius: 0.8rem; font-size: 0.8rem; width: calc(50% - 1rem); line-height: 3rem; margin: 0 1rem 0.5rem 0; text-align: center; }
.dealerItems .tab._active { background: #de002d; color: #fff; }
.dealerItems_scroll { height: 28rem; margin-right: calc(0rem - 1rem - 17px); overflow-y: scroll; padding-right: 2rem; }
.dealerItems_map { border-radius: 0.8rem; height: 35rem; overflow: hidden; }
.dealer { background: #f6f6f8; border-radius: 0.8rem; margin-bottom: 1rem; padding: 1.5rem 1.5rem 0.25rem; }
.dealer._map { background: none; margin: 0; padding: 0.5rem 0.5rem 0; }
.dealer_name { font-family: 'Eurostile Black'; font-size: 0.9rem; margin-bottom: 0.25rem; }
.dealer_contact { margin-bottom: 0.5rem; }
.dealer_contactName { color: #888; font-size: 0.7rem; }
.dealer_contactValue { font-family: 'Eurostile Medium'; }

.dealerForm { margin-bottom: 1.5rem; }
.dealerForm .select { margin: 0 3rem 1rem 0; }
.dealerForm .file { margin-bottom: 0.5rem; }
.dealerForm_searchButton { background: #f6f6f8; border: none; border-radius: 0.4rem; cursor: pointer; position: absolute; height: 2rem; line-height: 2rem; right: 1rem; text-align: center; top: 0; width: 2rem; }
.dealerForm_searchButton:hover { background: #0c1220; }
.dealerForm_searchButton:hover .dealerForm_searchIcon { fill: #fff; }
.dealerForm_searchIcon { fill: #000; vertical-align: middle; width: 1rem; }
.dealerForm_dealer { background: #f6f6f8; border-radius: 0.8rem; margin: 0 0.5rem 0 0; padding: 1.5rem 1.5rem 0.5rem; }
.dealerForm_dealerName { font-family: 'Eurostile Black'; font-size: 0.9rem; margin-bottom: 0.25rem; }
.dealerForm_dealerContact { margin-bottom: 1rem; }
.dealerForm_dealerContactName { color: #888; font-size: 0.7rem; }
.dealerForm_dealerContactValue { font-family: 'Eurostile Medium'; }

.distributorDepartmentItems { margin-bottom: 2.5rem; }
.distributorDepartmentItems_scroll { height: 35rem; margin-right: calc(0rem - 1rem - 17px); overflow-y: scroll; padding-right: 2rem; }
.distributorDepartmentItems_map { border-radius: 0.8rem; height: 35rem; overflow: hidden; }
.distributorDepartment { background: #f6f6f8; border-radius: 0.8rem; padding: 0.5rem 0.5rem 0.5rem 1.5rem; margin-bottom: 1rem; }
.distributorDepartment._main { padding: 1.5rem 1.5rem 0.5rem; }
.distributorDepartment_nameWrapper { align-items: center; display: flex; justify-content: space-between; }
.distributorDepartment_name { font-family: 'Eurostile Black'; width: calc(100% - 2rem); }
.distributorDepartment_address { margin-bottom: 1rem; }
.distributorDepartment_teammate { margin-bottom: 0.5rem; }
.distributorDepartment_teammateName { font-family: 'Eurostile Medium'; font-size: 1rem; }
.distributorDepartment_contact { margin-bottom: 1.5rem; }
.distributorDepartment_contactName { color: #888; font-size: 0.7rem; }
.distributorDepartment_contactValue { font-family: 'Eurostile Medium'; }

.digestItemItems { margin-bottom: 2.5rem; }
.digestItem { background: #f6f6f8; border-radius: 0.8rem; margin: 0 0 1rem 0; overflow: hidden; }
.digestItem h2 { bottom: 2rem; color: #fff; margin: 0 3rem; position: absolute; }
.digestItem.digestItem_image { height: calc(100% - 1rem); min-height: 25rem; position: relative; }
.digestItem.digestItem_image:before { background: linear-gradient(transparent, #0c1220); bottom: 0; content: ''; height: 50%; opacity: 0.75; position: absolute; width: 100%; }
.digestItem_text { padding: 1.5rem 1.5rem 0.5rem; }
.digestItem_date { color: #888; font-size: 0.7rem; margin-bottom: 0.25rem; }
.digestItem_image { background-position: 50% 50%; background-size: cover; border-radius: 0.8rem; display: block; height: 100%; }

.digestItemWrapper {  }
.digestItemWrapper_image { border-radius: 0.8rem; max-width: none; width: calc(100% - 1rem); }
.digestItemWrapper_date { color: #888; font-size: 0.7rem; }

.workItems { border: none; margin-bottom: 2.5rem; }
.work { border-bottom: 1px solid #e8e8ea; }
.work h3 { margin: 0; }
.work th { background: none; border: none; color: #888; font-size: 0.7rem; padding: 0 0 0.5rem 1rem; white-space: nowrap; }
.work th:first-of-type { padding-left: 0; }
.work td { border: none; padding: 0.5rem 0 0.5rem 1rem; }
.work td:first-of-type { padding-left: 0; }

.learningItems { border: none; margin-bottom: 2.5rem; }
.learningItems tr:first-of-type { border-bottom: 1px solid #e8e8ea; }
.learningItems th { background: none; border: none; color: #888; font-family: 'Montserrat'; font-size: 0.7rem; padding: 0 0 0.5rem; }
.learningItems td { border: none; padding: 0.75rem 0 0 0.75rem; }
.learningItems td:first-of-type { padding-left: 0; }
.learningItems .spoiler_icon { bottom: 0.5rem; position: absolute; right: 0.5rem; }
.learning {  }
.learning_month { background: none; border: none; font-family: 'Eurostile Black'; padding: 0 0 0.5rem 0.75rem!important; text-align: center; }
.learning_event { background: #f6f6f8; border-radius: 0.8rem; height: 5rem; padding: 0.5rem; position: relative; text-align: center; width: 5.5rem; }
.learning_date { font-family: 'Eurostile Medium'; }
.learning_participateButton { background: #de002d; border-radius: 0.4rem; bottom: 0.5rem; cursor: pointer; height: 2rem; line-height: 2rem; position: absolute; right: 0.5rem; width: 2rem; }
.learning_participateButton:hover { background: #0c1220; }
.learning_participateButton:before { background: #fff; content: ''; display: block; height: 1px; left: 0.725rem; position: absolute; top: 1rem; transition: 0.5s 0.1s; width: 0.55rem; }
.learning_participateButton:after { background: #fff; content: ''; display: block; height: 0.55rem; left: 1rem; position: absolute; top: 0.725rem; transition: 0.5s 0.1s; width: 1px; }
.learning_participateButton._on { background: #52ac62; }
.learning_participateButton._on:before { display: none; }
.learning_participateButton._on:after { display: none; }
.learning_participateButtonIcon { fill: none; stroke: #fff; vertical-align: middle; width: 0.75rem; }
.learning_playIcon { bottom: 0.5rem; fill: #d0d0d0; left: 0.5rem; position: absolute; width: 1.5rem; }

.searchResultItems {  }
.searchResultItems_form { max-width: 25rem; position: relative; }
.searchResultItems_formButton { background: transparent; border: none; position: absolute; height: 2rem; line-height: 2rem; right: 0.75rem; top: 0; width: 1rem; }
.searchResultItems_formIcon { vertical-align: middle; width: 1rem; }
.searchResult { border-bottom: 1px solid #e8e8ea; margin-bottom: 1rem; }
.searchResult_date { color: #888; font-size: 0.6rem; margin-bottom: 1rem; }
.searchResult_date a { color: #888; }

.socialItems {  }
.social { background: #0c1220; border-radius: 0.4rem; display: inline-block; height: 2rem; line-height: 1.85rem; text-align: center; width: 2rem; }
.social_icon { fill: #fff; height: 0.6rem; vertical-align: middle; }

.tabItems { border-bottom: 1px solid #e8e8ea; display: flex; font-family: 'Eurostile Black'; margin: 0 0 1rem; }
.tabItems_scroll { display: flex; }
.tab { background: #f6f6f8; border-radius: 0.8rem 0.8rem 0 0; cursor: pointer; font-size: 0.7rem; line-height: 2rem; margin: 0 0.25rem 0 0; padding: 0 1rem; white-space: nowrap; }
.tab._active { background: #d0d0d0; }
.tab:last-of-type { margin-right: 0; }
.tabContent { display: none; }
.tabContent._active { display: block; }

.spoiler { cursor: pointer; }
.spoiler_icon { background: #0c1220; border-radius: 0.4rem; cursor: pointer; flex-shrink: 0; height: 2rem; line-height: 2rem; text-align: center; width: 2rem; }
.spoiler_icon svg { fill: none; stroke: #fff; vertical-align: middle; width: 0.5rem; }
.spoiler_icon._right { transform: rotate(-90deg); }
.spoilerContent { display: none; }
.spoilerParent:hover .spoiler_icon { background: #d0d0d0; }
.spoilerParent:hover .spoiler_icon svg { stroke: #000; }
.spoilerParent._opened .spoilerContent { display: block; }
.spoilerParent._opened .spoiler_icon { background: #0c1220; }
.spoilerParent._opened .spoiler_icon svg { stroke: #fff; transform: rotate(180deg); }

.slideItems { margin-bottom: 1rem; }
.slide { border-radius: 0.8rem; display: block; overflow: hidden; position: relative; }
.slide._white { color: #fff; }
.slide._black { color: #0c1220; }
.slide_image { display: block; }
.slide_nameWrapper { left: 6rem; max-width: 50%; position: absolute; top: 50%; transform: translateY(-50%); }
.slide_name { font-family: 'Eurostile Black'; font-size: 3rem; line-height: 1; margin-bottom: 1rem; }
.slide_text { font-family: 'Eurostile Black'; font-size: 1.2rem; }

.showPopup { cursor: pointer; }
.popup { background: #f6f6f8; border-radius: 0.8rem; opacity: 0; text-align: left; z-index: -1; }
.popup_scroll { margin: 0 -2rem 0 0; overflow-y: scroll; padding: 0 2rem 0 0; }
.popup_close { cursor: pointer; position: absolute; right: 0; top: 0; width: 3rem; }
.popup_close svg { stroke: #888; margin: 1rem; width: 1rem; }
.popup_close:hover svg { stroke: #000; }
.popup_personal { font-size: 0.8rem; font-weight: 600; height: 2rem; line-height: 1.25; }
.popup_personal span { font-size: 0.6rem; font-weight: 500; }
.popup_personal:nth-child(2) { border-left: 1px solid #e8e8ea; padding-left: 1rem; }
.popup_searchWrapper { margin-bottom: 2rem; }
.popup._active { opacity: 1; z-index: 10; }
.popup._chassisColumns { left: 50%; padding: 1.5rem 2rem 1rem; position: fixed; top: 50%; transform: translate(-50%, -50%); width: 1000px; }
.popup._chassisColumns .popup_scroll { max-height: 30rem; }
.popup._successMessage { background: transparent; left: 50%; padding: 1rem 2rem 1px; position: fixed; top: 50%; transform: translate(-50%, -50%); }
.popup._successMessage p { position: relative; z-index: 10; }
.popup._successMessage:before { backdrop-filter: blur(10px); border-radius: 0.8rem; content: ''; left: 0; height: 100%; position: absolute; top: 0; width: 100%; }
.popup._successMessage:after { background: #52ac62; border-radius: 0.8rem; content: ''; height: 100%; left: 0; opacity: 0.15; position: absolute; top: 0; width: 100%; }
.popup._successCartMessage { background: transparent; left: 50%; padding: 1rem 2rem 1px; position: fixed; top: 50%; transform: translate(-50%, -50%); }
.popup._successCartMessage p { position: relative; z-index: 10; }
.popup._successCartMessage:before { backdrop-filter: blur(10px); border-radius: 0.8rem; content: ''; left: 0; height: 100%; position: absolute; top: 0; width: 100%; }
.popup._successCartMessage:after { background: #52ac62; border-radius: 0.8rem; content: ''; height: 100%; left: 0; opacity: 0.15; position: absolute; top: 0; width: 100%; }
.popup._menu { background: #fff; border-top: 1px solid #e8e8ea; border-radius: 0; height: calc(100% - 4rem); padding: 1.5rem; position: fixed; top: 4rem; width: 100%; }
.popup._menu .popup_scroll { max-height: 100%; }
.popup[class*='_chassisPrice'] { font-family: 'Montserrat'; font-size: 0.7rem; margin-top: 0.5rem; padding: 0.5rem 1rem; position: absolute; width: 19rem; white-space: normal;}
.popup[class*='_chassisPrice']:before { border-bottom: 0.5rem solid #f6f6f8; border-left: 0.5rem solid transparent; border-right: 0.5rem solid transparent; content: ''; left: 1rem; position: absolute; top: -0.5rem; }
.popup[class*='_chassisPrice']._last { bottom: calc(100% - 0.25rem); }
.popup[class*='_chassisPrice']._last:before { border-bottom: none; border-top: 0.5rem solid #f6f6f8; bottom: -0.5rem; top: auto; }
.popup[class*='_chassisDescription'] { font-size: 0.7rem; margin-top: 0.5rem; padding: 0.5rem 1rem; position: absolute; white-space: normal; width: 20rem; }
.popup[class*='_chassisDescription']:before { border-bottom: 0.5rem solid #f6f6f8; border-left: 0.5rem solid transparent; border-right: 0.5rem solid transparent; content: ''; left: 1rem; position: absolute; top: -0.5rem; }
.popup[class*='_chassisDescription']._last { bottom: calc(100% - 0.25rem); }
.popup[class*='_chassisDescription']._last:before { border-bottom: none; border-top: 0.5rem solid #f6f6f8; bottom: -0.5rem; top: auto; }
.popup[class*='_chassisStatusLog'] { font-size: 0.7rem; margin-top: 0.5rem; padding: 1rem 1rem 0.5rem; position: absolute; white-space: normal; width: 20rem; }
.popup[class*='_chassisStatusLog']:before { border-bottom: 0.5rem solid #f6f6f8; border-left: 0.5rem solid transparent; border-right: 0.5rem solid transparent; content: ''; left: 1rem; position: absolute; top: -0.5rem; }
.popup[class*='_chassisStatusLog']._last { bottom: calc(100% - 0.25rem); }
.popup[class*='_chassisStatusLog']._last:before { border-bottom: none; border-top: 0.5rem solid #f6f6f8; bottom: -0.5rem; top: auto; }
.popup[class*='_sparePreviewText'] { font-size: 0.7rem; margin-top: 0.5rem; max-width: 20rem; padding: 0.5rem 1rem; position: absolute; white-space: normal; }
.popup[class*='_sparePreviewText']:before { border-bottom: 0.5rem solid #f6f6f8; border-left: 0.5rem solid transparent; border-right: 0.5rem solid transparent; content: ''; left: 1rem; position: absolute; top: -0.5rem; }
.popup[class*='_spareOrderDelivery'] { background: #fff; font-size: 0.7rem; left: 7.5rem; margin-top: 0.5rem; padding: 0.5rem 1rem; position: absolute; white-space: normal; }
.popup[class*='_spareOrderDelivery']:before { border-bottom: 0.5rem solid #fff; border-left: 0.5rem solid transparent; border-right: 0.5rem solid transparent; content: ''; left: 1rem; position: absolute; top: -0.5rem; }
.popup[class*='_workDescription'] { font-size: 0.7rem; margin-top: 0.5rem; max-width: 20rem; padding: 0.5rem 1rem; position: absolute; white-space: normal; }
.popup[class*='_workDescription']:before { border-bottom: 0.5rem solid #f6f6f8; border-left: 0.5rem solid transparent; border-right: 0.5rem solid transparent; content: ''; left: 1rem; position: absolute; top: -0.5rem; }
.popup[class*='_marketingCampaign'] { font-size: 0.7rem; margin: 0.5rem 0 0 -0.65rem; max-width: 20rem; padding: 0.5rem 1rem; position: absolute; white-space: normal; }
.popup[class*='_marketingCampaign']:before { border-bottom: 0.55rem solid #f6f6f8; border-left: 0.55rem solid transparent; border-right: 0.55rem solid transparent; content: ''; left: 1rem; position: absolute; top: -0.5rem; }
.popup[class*='_marketingCampaign']._white { background: #fff; }
.popup[class*='_marketingCampaign']._white:before { border-bottom: 0.55rem solid #fff; }
.popup[class*='_learningParticipants'] { background: #fff; border: 1px solid #f6f6f8; font-size: 0.7rem; left: 2.5rem; max-width: 20rem; padding: 0.5rem 1rem; position: absolute; top: 5rem; white-space: normal; }
.popup[class*='_learningParticipants']:before { border-bottom: 0.5rem solid #fff; border-left: 0.5rem solid transparent; border-right: 0.5rem solid transparent; content: ''; left: 1rem; position: absolute; top: -0.5rem; }

.pageItems { font-family: 'Eurostile Black'; }
.pageItems ul { display: flex; justify-content: end; margin: 2rem 0 2rem; }
.page { border-radius: 0.4rem; height: 3rem; line-height: 3rem; margin: 0 0 0 0.5rem; padding: 0; text-align: center; width: 3rem; }
.page a { background: #f6f6f8; border-radius: 0.4rem; display: block; height: 3rem; line-height: 3rem; text-align: center; width: 3rem; }
.page a:hover { background: #de002d; color: white; }
.page a:hover svg { stroke: #fff; }
.page._active { background: #de002d; color: white; }
.page._active a { background: #de002d; color: white; }
.pageItems_arrow._previous { transform: scale(-1); }

[class*='ymaps-2'] * { transition: none; }
[class*='ymaps-2'] p { font-family: 'Montserrat', Arial, sans-serif; font-size: 0.8rem; line-height: 1.5; }
[class*='ymaps-2'][class*='-ground-pane'] { filter: grayscale(1); -ms-filter: grayscale(1); -webkit-filter: grayscale(1); -moz-filter: grayscale(1); -o-filter: grayscale(1); }

.popup-window { background: #f6f6f8; border-radius: 0.4rem; box-shadow: none; padding: 0 4px 5px; transition: none; }
.popup-window-content { background: transparent; }
.bx-calendar, .bx-calendar-month-popup, .bx-calendar-year-popup { font-family: 'Montserrat'; font-size: 12px; width: auto; }
.bx-calendar-month-content, .bx-calendar-year-content { border-top: 1px solid #c2c2c2; font-family: 'Montserrat'; font-size: 12px; margin: 0 -4px; padding: 4px; }
.bx-calendar-header-content { width: 178px; }
.bx-calendar-header { margin: 0 0 10px; padding: 0; }
.bx-calendar-top-month, .bx-calendar-top-year { color: #888!important; font-size: 12px; font-weight: 500; letter-spacing: 1px; padding: 5px 15px 3px 3px; text-transform: uppercase; }
.bx-calendar-top-month:hover, .bx-calendar-top-year:hover { background-color: #eee; color: #0c1220!important; }
.bx-calendar-month-title, .bx-calendar-year-title  { color: #0c1220!important; font-size: 12px; font-weight: 600; letter-spacing: 1px; padding: 6px 0; text-transform: uppercase; }
.bx-calendar-name-day-wrap { background: none; height: auto; margin: 0; padding: 0; }
.bx-calendar-name-day { color: #888; margin: 0 1px 4px; width: 28px; }
.bx-calendar-range { border: none; margin: 0; padding: 0; }
.bx-calendar-cell, .bx-calendar-cell:link { border: 1px solid #888; color: #0c1220; height: auto; line-height: 22px; margin: 0 1px 3px; padding: 0 2px; text-align: right; width: 22px; }
.bx-calendar-cell:hover { background: none; border: 1px solid #0c1220; }
.bx-calendar-date-hidden, .bx-calendar-date-hidden:link { color: #0c1220; opacity: 0.4; }
.bx-calendar-date-hidden:hover { opacity: 1; }
.bx-calendar-active, .bx-calendar-active:link { background: none; border: 1px solid #de002d; color: #de002d; }
.bx-calendar-month, .bx-calendar-month:link, .bx-calendar-year-number, .bx-calendar-year-number:link, .bx-calendar-weekend, .bx-calendar-weekend:link { color: #454546; }
.bx-calendar-month:hover, .bx-calendar-year-number:hover { background: none; color: #454546; }
.bx-calendar-month-active, .bx-calendar-year-active { color: #454546!important; font-weight: 600; }
.bx-calendar-month-input, .bx-calendar-year-input { display: none!important; }
[id*='calendar_popup_month'] { margin: 1px 0 0 0; }
[id*='calendar_popup_year'] { margin: 1px 0 0 0; }
/* End */


/* Start:/local/templates/chenglong-landing/css/mediaqueries.css?17446437639267*/
@media (max-width: 2000px) {
	.menu { left: 0; }
	.menu > ul > li > ul { left: 4rem; }
}

@media (max-width: 1800px) {
	._xxxl_col10 { width: 10%; }
	._xxxl_col15 { width: 15%; }
	._xxxl_col16 { width: 16.66%; }
	._xxxl_col20 { width: 20%; }
	._xxxl_col25 { width: 25%; }
	._xxxl_col30 { width: 30%; }
	._xxxl_col33 { width: 33.333%; }
	._xxxl_col40 { width: 40%; }
	._xxxl_col50 { width: 50%; }
	._xxxl_col60 { width: 60%; }
	._xxxl_col66 { width: 66.666%; }
	._xxxl_col75 { width: 75%; }
	._xxxl_col80 { width: 80%; }
	._xxxl_col100 { width: 100%; }

	._xxxl_inlineBlock { display: inline-block; }
	._xxxl_flex { display: flex; }
	._xxxl_hidden { display: none; }
	._xxxl_visible { display: block; }
	table ._xxxl_visible { display: table-cell; }
}

@media (max-width: 1600px) {
	html { font-size: 19px; }

	._xxl_col10 { width: 10%; }
	._xxl_col15 { width: 15%; }
	._xxl_col16 { width: 16.66%; }
	._xxl_col20 { width: 20%; }
	._xxl_col25 { width: 25%; }
	._xxl_col30 { width: 30%; }
	._xxl_col33 { width: 33.333%; }
	._xxl_col40 { width: 40%; }
	._xxl_col50 { width: 50%; }
	._xxl_col60 { width: 60%; }
	._xxl_col66 { width: 66.666%; }
	._xxl_col75 { width: 75%; }
	._xxl_col80 { width: 80%; }
	._xxl_col100 { width: 100%; }

	._xxl_inlineBlock { display: inline-block; }
	._xxl_flex { display: flex; }
	._xxl_hidden { display: none; }
	._xxl_visible { display: block; }
	table ._xxl_visible { display: table-cell; }

	h1 { font-size: 1.4rem; }
	h2 { font-size: 1.2rem; }
	h3 { font-size: 1rem; }
	h4 { font-size: 0.9rem; }

	.crumbItems { margin-bottom: 1rem; }

	.slide_name { font-size: 2rem; }

	.enter_name { font-size: 2rem; }

	.spareItems { margin: 1rem 0 2.5rem; width: 100%; }

	.deal_total { text-align: left; }
}

@media (max-width: 1400px) {
	html { font-size: 18px; }

	._xl_col10 { width: 10%; }
	._xl_col15 { width: 15%; }
	._xl_col16 { width: 16.66%; }
	._xl_col20 { width: 20%; }
	._xl_col25 { width: 25%; }
	._xl_col30 { width: 30%; }
	._xl_col33 { width: 33.333%; }
	._xl_col40 { width: 40%; }
	._xl_col50 { width: 50%; }
	._xl_col60 { width: 60%; }
	._xl_col66 { width: 66.666%; }
	._xl_col75 { width: 75%; }
	._xl_col80 { width: 80%; }
	._xl_col100 { width: 100%; }

	._xl_inlineBlock { display: inline-block; }
	._xl_flex { display: flex; }
	._xl_hidden { display: none; }
	._xl_visible { display: block; }
	table ._xl_visible { display: table-cell; }

	.slide_nameWrapper { left: 1.5rem; max-width: none; }

	.guaranteeOrder_contractorName { margin-right: 1rem; }
	.guaranteeOrder_total { text-align: left; }

	.deal_contractorRequisites { margin-bottom: 0.5rem; }
	.dealFormChassis_input { width: calc(33.33% - 0.75rem); }
	.dealFormChassis_fileWrapper { left: calc(33.33% - 2.75rem); }

	.maintenanceCalculator_table._spares th:nth-child(2) { padding-left: 0; }
	.maintenanceCalculator_table._spares td:nth-child(2) { padding-left: 0; }

	.digestItem h2 { bottom: 1rem; margin: 0 1.5rem; }
}

@media (max-width: 1200px) {
	html { font-size: 17px; }

	._lg_col10 { width: 10%; }
	._lg_col15 { width: 15%; }
	._lg_col16 { width: 16.66%; }
	._lg_col20 { width: 20%; }
	._lg_col25 { width: 25%; }
	._lg_col30 { width: 30%; }
	._lg_col33 { width: 33.333%; }
	._lg_col40 { width: 40%; }
	._lg_col50 { width: 50%; }
	._lg_col60 { width: 60%; }
	._lg_col66 { width: 66.666%; }
	._lg_col75 { width: 75%; }
	._lg_col80 { width: 80%; }
	._lg_col100 { width: 100%; }

	._lg_inlineBlock { display: inline-block; }
	._lg_flex { display: flex; }
	._lg_hidden { display: none; }
	._lg_visible { display: block; }
	table ._lg_visible { display: table-cell; }

	.enter_logo { margin: 2.5rem auto; }
	.enter_form { padding: 0; }

	.popup._chassisColumns { width: calc(100% - 3rem); }
}

@media (max-width: 991px) {
	html { font-size: 16px; }

	._md_col10 { width: 10%; }
	._md_col15 { width: 15%; }
	._md_col16 { width: 16.66%; }
	._md_col20 { width: 20%; }
	._md_col25 { width: 25%; }
	._md_col30 { width: 30%; }
	._md_col33 { width: 33.333%; }
	._md_col40 { width: 40%; }
	._md_col50 { width: 50%; }
	._md_col60 { width: 60%; }
	._md_col66 { width: 66.666%; }
	._md_col75 { width: 75%; }
	._md_col80 { width: 80%; }
	._md_col100 { width: 100%; }

	._md_inlineBlock { display: inline-block; }
	._md_flex { display: flex; }
	._md_hidden { display: none; }
	._md_visible { display: block; }
	table ._md_visible { display: table-cell; }

	._container { padding: 0 1.5rem; }

	.header_logoWrapper { text-align: center; }
	.header_logo { margin: -0.25rem 0 0 0; }
	.header_cartWrapper { border: none;  margin-left: 2rem; padding: 0; }
	.header_logoWrapper { flex-grow: 1; }
	.header_searchInput { max-width: none; }

	.footer:before { left: 1.5rem; width: calc(100% - 3rem); }

	.menu { height: auto; margin-bottom: 2rem; padding: 0; position: static; width: auto; }
	.menu > ul > li { margin-bottom: 1.5rem; position: relative; }
	.menu > ul > li > a { font-family: 'Eurostile Black'; font-size: 1.4rem; height: auto; line-height: 1.5; text-align: left; text-transform: uppercase; }
	.menu > ul > li > a:after { border-bottom: 2px solid #000; border-radius: 0; border-right: 2px solid #000; content: ''; height: 0.5rem; opacity: 1; position: absolute; right: 0; top: 0.5rem; transform: rotate(45deg); transition: 0.5s 0.1s; width: 0.5rem; }
	.menu > ul > li > ul { height: auto; margin: 1.5rem 0; padding: 0; position: static; width: auto; }
	.menu > ul > li > ul:before { display: none; }
	.menu > ul > li > ul:after { display: none; }
	.menu > ul > li > ul > h1 { display: none; }
	.menu > ul > li > ul > li { margin-bottom: 0.5rem; }
	.menu > ul > li._active > a { background: transparent; }
	.menu > ul > li._opened > a { background: transparent; }
	.menu > ul > li._opened > a:after { transform: rotate(225deg); }
	.menu > ul > li._opened:after { display: none; }

	.profile_dealer { margin: 0 0 2.5rem; }

	.spare_quantity { float: right; margin: 0.5rem 0 0; }
	.spare_icon { display: block; margin: 0.5rem auto 0; }

	.cartWrapper { margin: 0 0 2rem; }

	.orderWrapper { margin: 0 0 2.5rem; }

	.serviceOrderItems input[type=text] { width: calc(100% - 2.5rem); }
	.serviceOrderItems_searchButton { right: 0.5rem; }
	.serviceOrderItems_chassis { margin: 0 0 2.5rem; }

	.serviceOrderForm form { margin: 0; }
	.serviceOrderForm_brief { margin: 0 0 2.5rem; }

	.guaranteeOrderForm form { margin: 0; }
	.guaranteeOrderForm_brief { margin: 0 0 2.5rem; }

	.dealerForm_dealer { margin: 0 0 2.5rem; }

	.maintenanceCalculator_table { width: 100%; }
	.maintenanceCalculatorResultItems { margin: 0 0 2.5rem; }

	.digestItemWrapper_image { width: 100%; }

	.vehicle { padding: 0.5rem 1.5rem 1rem; }
	.vehicle_name { font-size: 1rem; }

	.slide_text { font-size: 1rem; }
}

@media (max-width: 767px) {
	html { font-size: 15px; }

	._sm_col10 { width: 10%; }
	._sm_col15 { width: 15%; }
	._sm_col16 { width: 16.66%; }
	._sm_col20 { width: 20%; }
	._sm_col25 { width: 25%; }
	._sm_col30 { width: 30%; }
	._sm_col33 { width: 33.333%; }
	._sm_col40 { width: 40%; }
	._sm_col50 { width: 50%; }
	._sm_col60 { width: 60%; }
	._sm_col66 { width: 66.666%; }
	._sm_col75 { width: 75%; }
	._sm_col80 { width: 80%; }
	._sm_col100 { width: 100%; }

	._sm_inlineBlock { display: inline-block; }
	._sm_flex { display: flex; }
	._sm_hidden { display: none; }
	._sm_visible { display: block; }
	table ._sm_visible { display: table-cell; }

	.cartItem_color { text-align: center; }
	.cartItem_colorIcon { margin: 0 0 -0.25rem; }

	.guaranteeOrder_subject { margin: 1rem 0 0.75rem; }
	.guaranteeOrder_text { margin: 0 0 0.5rem 0.5rem; }

	.dealerItems_scroll { height: auto; margin: 0; padding: 0; }

	.distributorDepartmentItems_scroll { height: auto; margin: 0; padding: 0; }

	.deal_dealerName { margin: 0 0 1rem; }
	.deal_contractorContacts { margin: 0 0 1rem; }
	.deal_contractorRequisites { margin-bottom: 1rem; }

	.tabItems { overflow-x: scroll; }
}

@media (max-width: 575px) {
	html { font-size: 14px; }

	._xs_col10 { width: 10%; }
	._xs_col15 { width: 15%; }
	._xs_col16 { width: 16.66%; }
	._xs_col20 { width: 20%; }
	._xs_col25 { width: 25%; }
	._xs_col30 { width: 30%; }
	._xs_col33 { width: 33.333%; }
	._xs_col40 { width: 40%; }
	._xs_col50 { width: 50%; }
	._xs_col60 { width: 60%; }
	._xs_col66 { width: 66.666%; }
	._xs_col75 { width: 75%; }
	._xs_col80 { width: 80%; }
	._xs_col100 { width: 100%; }

	._xs_inlineBlock { display: inline-block; }
	._xs_flex { display: flex; }
	._xs_hidden { display: none; }
	._xs_visible { display: block; }
	table ._xs_visible { display: table-cell; }
	input[type="button"], input[type="submit"] { line-height: 3.25rem; }
	input[type="button"]._small, input[type="submit"]._small { line-height: 2.25rem; }

	.header_logo { height: 2rem; }

	.footer { height: auto; }

	.chassis_manageColumns { width: 1rem; }

	.spare_article { white-space: normal; }

	.order_date { margin: 0 0 1rem; }
	.order_status { margin: 0 0 0 0.25rem; }

	.slide_image { margin: 0 0 0 -100%; max-width: none; width: 200%; }
	.slide_name { font-size: 1.4rem; }

	.dealFormChassis_input { width: calc(50% - 0.75rem); }
	.dealFormChassis_fileWrapper { left: calc(50% - 2.75rem); }

	.guaranteeOrder_contractorName { margin: 1rem 0 0.25rem; }

	.digestItem p { display: none; }

	.searchResultItems_form { max-width: none; }
}

@media (max-width: 400px) {
}
/* End */


/* Start:/tools/iexForm/iexform.css?175526819016857*/



/* b-pform-ico */

.b-pform-ico{
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    line-height: 0;
}


/* b-pform */

.b-pform__input, .b-pform__ico, .b-pform__star, .b-pform__button, .b-pform__confirmed-ico {
    display: inline-block;
    vertical-align: top;
}

.b-pform__popup, .b-pform__wrap, .b-pform__inner, .b-pform__title, .b-pform__item, .b-pform__label, .b-pform__optlabel, .b-pform__input, .b-pform__options, .b-pform__optlabel, .b-pform__legend, .b-pform__errtext, .b-pform__bt, .b-pform__success, .b-pform__confirmed, .b-pform__input_file, .b-pform__input_file, .b-pform__filebutton, .b-pform__fileplus, .b-pform__thanks, .b-pform__fail, .b-pform-tooltip{
    font-size: 16px;
    line-height: 18px;
    color: #666;

    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    /* отключает стили Safari на iOS (чтобы работало box-shadow) */
    -webkit-appearance: none;
}

.b-pform{
}

.b-pform_multistep{ /* добавляется автоматически к врапперам многошаговых */
}

.b-pform_for_dark_bg{}

.b-pform form{
    display: block;
    margin: 0;
    padding: 0;
    border: none;
}

.b-pform__wrap{
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    padding: 30px;
}

.iexmodal .b-pform__wrap{
    border: none;
    padding: 10px;
}

.b-pform__inner {
    position: relative;
}

.b-pform__title {
    position: relative;
    color: #555;
    font-size: 17px;
    line-height: 19px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.iexmodal .b-pform__title {
    padding-right: 37px;
}

.b-pform_multistep .b-pform__title{
    margin-bottom: 20px;
}

.b-pform__fail{
    color: red;
    margin-bottom: 13px;
    margin-top: -10px;
}

.b-pform__info{
    padding: 0 0 20px;
    font-weight: bold;
}

.b-pform__item {
    position: relative;
    padding: 0 0 20px;
}

.b-pform__label {
    display: block;
    margin-bottom: 7px;
}

.b-pform__optlabel{
    display: block;
    position: relative;
    font-weight: normal;
    padding-left: 19px;
    margin-bottom: 7px;
}

.b-pform__optlabel_single{
    display: inline-block;
    padding-left: 3px;
    padding-top: 2px;
    padding-bottom: 3px;
    border-radius: 3px;
    padding-right: 5px;
}

.b-pform__optlabel_policy{
    font-size: 14px;
    margin-right: -5px;
    margin-bottom: 0;
}

.b-pform_for_dark_bg .b-pform__optlabel_policy{
    color: #fff;
}

.b-pform__optlabel_remember{
    margin-right: -5px;
    margin-bottom: 0;
}

.b-pform__options .b-pform__optlabel:last-child{
    margin-bottom: 0;
}

.b-pform__options input{
    position: absolute;
    left: 0;
    top: 2px;
}

.b-pform__optlabel_single input{
    margin-right: 3px;
    vertical-align: middle;
    margin-top: -2px;
}

.b-pform__input,
.b-pform__options,
.b-pform__filepreview .__item{
    border-radius: 3px;
    background: #fbfbfb;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
}

.b-pform__input,
.b-pform__options{
    padding: 0 30px 0 9px;
}

.b-pform__input{
    height: 37px;
    width: 100%;
}

.b-pform__input::placeholder,
.b-pform__input::-webkit-input-placeholder{
    opacity: 0.6;
}

.b-pform__options{
    padding: 9px 15px 12px 10px;
    line-height: 16px;
}

.b-pform__input:focus {
    box-shadow: 0 0 0 2px #3399cc;
    outline: 0 none;
}

.iexform-has-error{
    box-shadow: 0 0 0 2px red !important;
}

textarea.b-pform__input {
    height: 140px;
    padding-top: 6px;
    padding-bottom: 6px;
    resize: vertical;
}

.b-pform__star {
    background: #ffb746;
    border-radius: 12px;
    height: 6px;
    width: 6px;
}

.b-pform__item .b-pform__star{
    position: absolute;
    top: 42px;
    right: -12px;
}

.b-pform__legend .b-pform__star{
    vertical-align: middle;
    margin-right: 7px;
}

.b-pform__legend{
    font-size: 14px;
    margin-top: 15px;
}

.b-pform__errtext {
    color: red;
    line-height: 16px;
    position: absolute;
    right: 0;
    top: 0;
}

.b-pform__buttons{
    position: relative;
    margin-top: 15px;
}

.b-pform_multistep .b-pform__buttons{
    display: flex;
}
.b-pform__btcol{}
.b-pform__btcol:nth-child(1),
.b-pform__btcol:nth-child(3){
    flex-grow: 0;   /* не растягивать, ширина будет определяться контентом или flex-basis */
}
.b-pform__btcol:nth-child(2){
    text-align: center;
    flex-grow: 1;   /* растягивать, занимает все оставшееся пространство */
    display: flex;
    align-items: center; /* по вертикали */
    justify-content: center; /* по горизонтали */
}

.b-pform__bt {
    position: relative;

    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    height: 47px;
    line-height: 44px;
    cursor: pointer;

    box-sizing: content-box;
    padding: 0;
    width: 145px;

    outline: 0 none;
    transition: box-shadow 0.1s;
    transition: -webkit-box-shadow 0.1s;
}

.iexmodal .b-pform_multistep .b-pform__bt {
    width: auto;
}

.b-pform__bt .b-pform-ico{
    font-size: 26px;
    position: absolute;
    top: 50%;
    margin-top: -14px;
}

.b-pform__bt_prev .b-pform-ico{
    left: 50%;
    margin-left: -14px;
}
.b-pform__bt_next .b-pform-ico{
    right: 9px;
}

.b-pform__bt_submit,
.b-pform__bt_next{
    font-weight: bold;
    text-transform: uppercase;
    background: #66cc33;
    border-color: #66cc33;
    color: #fff;
}

.b-pform__bt_submit:hover,
.b-pform__bt_next:hover{
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
}

.b-pform__bt_close,
.b-pform__bt_prev{
    background: #fff;
    border-color: #ccc;
    color: #7f7f7f;
}

.b-pform__authlinks{
    height: 47px;
    line-height: 24px;
}

.b-pform__authlinks a,
.b-pform__authlinks a:hover,
.b-pform__authlinks a:visited{
    color: #666;
    text-decoration: none;
    font-size: 16px;
}

.b-pform__authlinks a:hover{
    text-decoration: underline;
}

.b-pform__bt_close,
.b-pform__authlinks{
    position: absolute;
    top: 0;
    right: 0;
}

.b-pform__bt_prev,
.b-pform__bt_next{
    padding: 0 27px;
    width: auto;
}

.b-pform__bt_prev{
    text-transform: uppercase;
}
.b-pform__bt_next{
    padding-right: 42px;
}

.b-pform__bt_close:hover,
.b-pform__bt_prev:hover{
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

.b-pform__bt_file{
    position: relative;
    display: inline-block;
    padding: 0 20px;
    width: auto !important;
    color: #fff;
    background-color: #b3b3b3;
    border-color: #b3b3b3;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.85em;
    line-height: 47px;
}

.iexform-after-success{
    align-items: center;
    justify-content: center;
}

.iexform-before-success,
.iexform-after-success{
    display: none;
}

.iexform-before-success.active{
    display: block;
}

.iexform-after-success.active{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.b-pform__confirmed {
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    padding: 30px 0;
}

.b-pform_for_dark_bg .b-pform__confirmed{
    color: #fff;
}

.b-pform__confirmed-ico {
    background: url(/tools/iexForm/img/confirmed.png) no-repeat;
    width: 114px;
    height: 114px;
    margin-bottom: 25px;
}

.b-pform__thanks {
    font-size: 23px;
    line-height: 24px;
    font-weight: bold;
    color: #555;
    margin-bottom: 7px;
}

.b-pform_for_dark_bg .b-pform__thanks{
    color: #fff;
}

.b-pform__hintwrap {
    position: relative;
}

.iexform-file-wrap .b-pform__hintwrap + .b-pform__hintwrap{
    margin-top: 5px;
}

.b-pform__hint-ico{
    position: absolute;
    top: 7px;
    right: 7px;
    z-index: 20;
    font-size: 22px;
    line-height: 0;
    color: #b3b3b3;
}

.iexform-file-wrap .b-pform__hint-ico{
    right: 77px;
}

.b-pform__hint{
    /* реализуется на tooltip.js */
}

.b-pform__plusbt{
    display: block;
    margin-top: 5px;
    color: #666 !important;
    text-decoration: underline;
    outline: none !important;
}

.iexform-updating{
    position:relative;
}

.iexform-updating:after{
    content: "";
    position: absolute;
    background: url("/tools/iexForm/img/spinner.gif") no-repeat scroll center center transparent;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.b-pform__filepreview{
    --fileItemWidth: 124px;
    --fileNameHeight: 23px;

    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.b-pform__filepreview .__item{
    position: relative;
    overflow: hidden;
    height: 70px;
    width: var(--fileItemWidth);
    text-align: center;
    color: #fff;
    background-color: #b3b3b3;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: box-shadow 0.4s;
}

.b-pform__filepreview .__name,
.b-pform__filepreview .__del{
    position: absolute;
    z-index: 1;
    opacity: 0.5;
    transition: opacity 0.4s;
}

.b-pform__filepreview .__name{
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 0 6px;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.1) 100%);
    font-size: 12px;
    line-height: var(--fileNameHeight);
    height: var(--fileNameHeight);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.b-pform__filepreview .__del{
    cursor: pointer;
    right: 2px;
    top: 2px;
    width: 20px;
    height: 20px;
    font-size: 8px;
    border-radius: 10px;
    background-color: rgba(0,0,0,.6);
}

.b-pform__filepreview .__item:hover .__del,
.b-pform__filepreview .__item:hover .__name{
    opacity: 1;
}

.b-pform__filepreview .__del,
.b-pform__filepreview .__ext{
    display: flex;
    align-items: center;
    justify-content: center;
}

.b-pform__filepreview .__ext{
    height: calc(100% - var(--fileNameHeight)/2);
}

.b-pform__filewrap{
    display: none;
    position: relative;
    z-index: 1;
}

.b-pform__filewrap + .b-pform__filewrap{
    margin-top: 5px;
}

.b-pform__filewrap .iexform-error-message{
    margin-left: 1px;
    margin-top: -20px;
}

.b-pform__input_file{
    position: relative;
    z-index: 0;
    padding-right: 72px;
}

.b-pform__filebutton{
    position: absolute;
    z-index: 2;
    top: 1px;
    right: 1px;
    bottom: 1px;
    padding: 0 10px;
    border: none;
    color: #fff;
    background-color: #b3b3b3;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.85em;
}

.b-pform__filewrap .b-pform__filebutton{
    bottom: auto;
    top: 0;
}

.b-pform__filereal{
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.b-pform__step{
    display: none;
}
.b-pform__step_curr{
    display: block;
}

.b-pform__steptitle{
    display: inline-block;
    text-align: right;
    margin-bottom: 24px;
    font-weight: bold;
    background-color: #b3b3b3;
    padding: 5px 10px 6px 30px;
    color: #fff;
    margin-left: -30px;
}

.b-pform__stepbulls{}
.b-pform__stepbulls i{
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 2px solid #b3b3b3;
    border-radius: 10px;
    box-sizing: border-box;
    cursor: pointer;
}
.b-pform__stepbulls i + i{
    margin-left: 5px;
}
.b-pform__stepbulls i.curr{
    background: #b3b3b3;
}

.b-pform__policy,
.b-pform__policy:hover,
.b-pform__policy:visited {
    color: #555 !important;
}
.b-pform__policy,
.b-pform__policy:visited {
    text-decoration: underline !important;
}
.b-pform__policy:hover {
    text-decoration: none !important;
}

.b-pform_for_dark_bg .b-pform__policy,
.b-pform_for_dark_bg .b-pform__policy:hover,
.b-pform_for_dark_bg .b-pform__policy:visited{
    color: #fff !important;
}

/* b-pform-tooltip */

.b-pform-tooltip {
    cursor: pointer;
    max-width: 100%;
    padding: 2px 8px 3px;
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    border-radius: 4px;
}

.b-pform-tooltip-arrow,
.b-pform-tooltip-arrow::before {
    position: absolute;
    width: 6px;
    height: 6px;
    z-index: -1;
}

.b-pform-tooltip-arrow::before {
    content: "";
    transform: rotate(45deg);
    left: -3px;
}

.b-pform-tooltip,
.b-pform-tooltip-arrow::before{
    background-color:  #a2a1a1;
}

.b-pform-tooltip.error,
.b-pform-tooltip.error .b-pform-tooltip-arrow::before {
    background-color: red;
}

.b-pform-tooltip[data-popper-placement^="top"] .b-pform-tooltip-arrow {
    bottom: -3px;
}

.b-pform-tooltip[data-popper-placement^="right"] .b-pform-tooltip-arrow {
    left: 0;
}

.b-pform-tooltip[data-popper-placement^="bottom"] .b-pform-tooltip-arrow {
    top: -3px;
}

.b-pform-tooltip[data-popper-placement^="left"] .b-pform-tooltip-arrow {
    right: -6px;
}

.b-pform-tooltip.error.common {
    margin: 0;
    padding: 4px 10px;
    border: none;
}
.b-pform-tooltip.error.common .b-pform-tooltip-arrow {
    display: none;
}


/* b-pform-panel */

.b-pform-panel,
.b-pform-panel *,
.b-pform-panel *::after,
.b-pform-panel *::before{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #555555;
}

.b-pform-panel_white_icons *,
.b-pform-panel_white_icons *::after,
.b-pform-panel_white_icons *::before{
    color: #fff;
}

.b-pform-panel{
    position: fixed;
    z-index: 999990;
    right: 0;
    top: 50%;
    /*width: 272px; не фиксиуруем ширину */
    opacity: 0.9;
}

.b-pform-panel_hidden{
}

.b-pform-panel_r{
    right: 0;
    left: auto;
}

.b-pform-panel_l{
    left: 0;
    right: auto;
}

.b-pform-panel__menu{}

@media (min-width: 768px) {
    .b-pform-panel_hidden .b-pform-panel__menu{
        transform: translateX(-58px);
    }
}

.b-pform-panel__option{
    display: block;
    position: relative;
    border-style: solid;
    border-color: #ec673c;
    border-width: 1px 0 0 1px;
    background-color: #d85328;
    font-size: 14px;
    line-height: 17px;
    padding: 23px 20px 22px 58px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    outline: none;
}

.b-pform-panel__option:hover{
    background-color: #ec673c;
    color: #555555;
}

.b-pform-panel_white_icons .b-pform-panel__option:hover{
    color: #fff;
}

.b-pform-panel__option:first-child {
    border-top-left-radius: 13px;
}

.b-pform-panel__option:last-child {
    border-bottom-left-radius: 13px;
    border-bottom-width: 1px;
}

.b-pform-panel__option .b-pform-ico{
    position: absolute;
    font-size: 24px;
    top: 50%;
    margin-top: -12px;
    left: 20px;
}

.b-pform-panel_hidden .b-pform-panel__option .b-pform-ico {
    left: 17px;
}

.b-pform-panel__hide,
.b-pform-panel__show{
    display: block;
    position: relative;
    box-sizing: border-box;

    height: 28px;
    line-height: 26px;

    font-size: 15px;
    font-weight: 400;
    text-decoration: none;

    border-style: solid;
    border-color: #ec673c;
    border-width: 0 0 1px 1px;
    border-bottom-left-radius: 10px;
    background-color: #d85328;
    outline: none;

    padding: 0 10px 0 24px;
    margin-top: -1px;
}

.b-pform-panel__hide:hover,
.b-pform-panel__show:hover{
    background-color: #ec673c;
    color: #555555;
}

.b-pform-panel_white_icons .b-pform-panel__hide:hover,
.b-pform-panel_white_icons .b-pform-panel__show:hover{
    color: #fff;
}

.b-pform-panel__hide{
    float: right;
}

.b-pform-panel__show{
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateX(-100%);
}

@media (max-width: 767px) {
    .b-pform-panel__show{
        border-top-left-radius: 10px;
    }
}

.b-pform-panel_hidden .b-pform-panel__show{
    display: block;
    padding-right: 4px;
}

.b-pform-panel__show .b-pform-ico,
.b-pform-panel__hide .b-pform-ico{
    position: absolute;
    left: 4px;
    top: 50%;
    margin-top: -11px;
    font-size: 20px;
}


/* responsive */

@media (max-width: 490px) {
    .iexmodal .b-pform_multistep .b-pform__buttons{
        text-align: center;
    }
    .b-pform_multistep .b-pform__bt,
    .iexmodal .b-pform_multistep .b-pform__bt{
        width: auto;
        padding: 0 17px;
    }
    .b-pform_multistep .b-pform__bt_next,
    .iexmodal .b-pform_multistep .b-pform__bt_next {
        padding-right: 35px;
    }
    .b-pform_multistep .b-pform__bt_next .b-pform-ico {
        right: 6px;
    }
}

@media (max-width: 420px) {
    .b-pform__bt{
        box-sizing: border-box;
    }
    .b-pform:not(.b-pform_multistep) .b-pform__bt,
    .iexmodal .b-pform:not(.b-pform_multistep) .b-pform__bt,
    .b-pform__authlinks{
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .b-pform__bt_submit,
    .iexmodal .b-pform__bt_submit{
        margin-bottom: 15px;
    }
    .b-pform__bt_close,
    .b-pform__authlinks{
        position: static;
    }
}

/* End */


/* Start:/tools/iexModal/iexModal.css?174421296010558*/
/**
 * iexModal
 */

.iexmodal{
    display: none;
    position: fixed;
    z-index: 9990;
    opacity: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background-color: rgba(0,0,0,0.5);
    cursor: pointer;
}

.iexmodal-opened{
    overflow: hidden;
}

.iexmodal-outerscroll.iexmodal{
    overflow-y: auto;
}

.iexmodal-alert.iexmodal{
    right: auto;
    bottom: auto;
    overflow: visible;
}

.iexmodal-spinner {
    display: none;
    position: absolute;
    width: 100px;
    height: 100px;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    opacity: 0;
}

.iexmodal-loading .iexmodal-spinner{
    display: block;
    opacity: 1;
}

.iexmodal-spinner::after {
    content: "";
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border-width: 5px;
    border-style: solid;
    border-color: #fff transparent #fff transparent;
    -webkit-animation: rotateSpinner 1.2s linear infinite;
    animation: rotateSpinner 1.2s linear infinite;
}

@keyframes rotateSpinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes rotateSpinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.iexmodal-popup {
    position: fixed;
    opacity: 0;
    z-index: 9991;
    /*
    width: задается в JS, по-молчанию 450px;
    height: задается в JS, по-молчанию равен высоте контента (плюс вертикальные паддинги), оставаясь в пределах высоты окна
    */
    left: 50%;
    top: 50%;
    border-radius: 3px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
    -webkit-appearance: none; /* отключает стили Safari на iOS (чтобы работало box-shadow) */
}

.iexmodal-outerscroll .iexmodal-popup{
    position: relative;
    left: auto;
    margin-left: auto;
    margin-right: auto;
}

.iexmodal-alert .iexmodal-popup{
    left: auto;
    top: auto;
    right: 10px;
    bottom: 10px;
    -webkit-box-shadow: 0 1px 23px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 23px 3px rgba(0, 0, 0, 0.2);
}

.iexmodal-fullscreen .iexmodal-popup{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.iexmodal-outerscroll.iexmodal-fullscreen .iexmodal-popup{
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    min-height: 100%;
}

.iexmodal-overflow-y .iexmodal-popup{
    top: 10px;
    bottom: 10px;
}

.iexmodal-outerscroll.iexmodal-overflow-y .iexmodal-popup{
    top: auto;
    bottom: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.iexmodal-overflow-x .iexmodal-popup{
    left: 10px;
    right: 10px;
}

.iexmodal-outerscroll.iexmodal-overflow-x .iexmodal-popup{
    left: auto;
    right: auto;
    margin-left: 10px;
    margin-right: 10px;
}

.iexmodal-top .iexmodal-popup{
    top: 0;    
    right: 0;
    bottom: auto;
    left: 0;
    border-radius: 0 0 3px 3px;
}

.iexmodal-top.iexmodal-overflow-y .iexmodal-popup{
    bottom: 10px;
}

.iexmodal-right .iexmodal-popup{
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    border-radius: 3px 0 0 3px;
}

.iexmodal-right.iexmodal-overflow-x .iexmodal-popup{
    left: 10px;
}

.iexmodal-bottom .iexmodal-popup{
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 3px 3px 0 0;
}

.iexmodal-bottom.iexmodal-overflow-y .iexmodal-popup{
    top: 10px;
}

.iexmodal-left .iexmodal-popup{
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    border-radius: 0 3px 3px 0;
}

.iexmodal-left.iexmodal-overflow-x .iexmodal-popup{
    right: 10px;
}

.iexmodal-fullscreen .iexmodal-popup,
.iexmodal-top .iexmodal-popup,
.iexmodal-right .iexmodal-popup,
.iexmodal-bottom .iexmodal-popup,
.iexmodal-left .iexmodal-popup {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.iexmodal-inner {
    position: relative;
    z-index: 9992;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    cursor: default;
    height: 100%;
}

/* нужно чтобы за границу блока iexmodal-inner-wrap не вылазили margin-top у первого дочернего элемента и margin-bottom у последнего дочернего элемента */
.iexmodal-inner-wrap::before,
.iexmodal-inner-wrap::after{
    content: "";
    display: block;
    height: 1px;
}

.iexmodal-icon{
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke: currentColor;
    fill: currentColor;
}

.iexmodal-close-outer,
.iexmodal-close-inner{
    position: absolute;
    padding: 18px;
    stroke-linecap: round;
    cursor: pointer;
}

.iexmodal-close-outer{
    right: 0;
    top: 0;
    font-size: 26px;
    stroke-width: 2.3px;
    color: #fff;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    opacity: 0;
}

.iexmodal-right .iexmodal-close-outer{
    right: auto;
    left: 0;
}

.iexmodal-loading .iexmodal-close-outer{
    opacity: 1;
}

.iexmodal-close-inner{
    z-index: 9993;
    right: -5px;
    top: -5px;
    font-size: 18px;
    stroke-width: 3px;
    color: #000;
}

.iexmodal-right .iexmodal-close-inner{
    right: auto;
    left: -5px;
}

.iexmodal-close-outer .iexmodal-icon,
.iexmodal-close-inner .iexmodal-icon{
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    transform-origin: center center;
}

.iexmodal-close-inner .iexmodal-icon{
    opacity: 0.6;
}

.iexmodal-close-outer:hover .iexmodal-icon,
.iexmodal-close-inner:hover .iexmodal-icon{
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.iexmodal-close-inner:hover .iexmodal-icon{
    opacity: 0.8;
}

.iexmodal-content{
    display: none;
}

.iexmodal-debug-wrap{
    word-wrap: break-word;
}

.iexmodal-debug-code{
    max-height: 150px;
    min-height: 60px;
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: #e8e8e8;
    padding: 5px 6px;
    font-family: monospace;
    font-size: 13px;
    line-height: 16px;
    resize: vertical;
}

.iexmodal-debug-panel{
    position: fixed;
    z-index: 100000;
    top: 0;
    right: 0;
    width: 100%;
    height: 30%;
    background-color: #fff;
    white-space: pre;
    font-family: monospace;
    overflow: scroll;
    box-shadow: 0 0 3px 1px rgba(0,0,0,0.3);
    font-size: 12px;
    line-height: 14px;
    padding: 0 6px 6px;
}

@media (min-width: 500px) {
    .iexmodal-debug-panel{
        width: 60%;
    }
}

@media (min-width: 1000px) {
    .iexmodal-debug-panel{
        width: 40%;
    }
}

/*
 * END: iexModal
 */

/*
 * perfect-scrollbar.js
 */
/*
 * Container style
 */
.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
    display: none;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    height: 15px;
    /* there must be 'bottom' or 'top' for ps__rail-x */
    bottom: 0px;
    /* please don't change 'position' */
    position: absolute;
}

.ps__rail-y {
    display: none;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    width: 15px;
    /* there must be 'right' or 'left' for ps__rail-y */
    right: 0;
    /* please don't change 'position' */
    position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
    display: block;
    background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
    opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
    background-color: #eee;
    opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear, height .2s ease-in-out;
    -webkit-transition: background-color .2s linear, height .2s ease-in-out;
    height: 6px;
    /* there must be 'bottom' for ps__thumb-x */
    bottom: 2px;
    /* please don't change 'position' */
    position: absolute;
}

.ps__thumb-y {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear, width .2s ease-in-out;
    -webkit-transition: background-color .2s linear, width .2s ease-in-out;
    width: 6px;
    /* there must be 'right' for ps__thumb-y */
    right: 2px;
    /* please don't change 'position' */
    position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
    background-color: #999;
    height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
    background-color: #999;
    width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
    .ps {
        overflow: auto !important;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps {
        overflow: auto !important;
    }
}
/*
 * END: perfect-scrollbar.js
 */

/*
 * iexModal fixes for perfect-scrollbar.js
 */
.ps .ps__rail-x{
    display: none !important;
}
.ps .ps__rail-y{
    opacity: 0.4 !important;
    background-color: #ddd;
    width: 8px;
    transition: width .2s linear, background-color .2s linear;
    -webkit-transition: width .2s linear, background-color .2s linear;
}
.ps .ps__thumb-y{
    background-color: #000;
    width: auto;
    left: 2px;
    right: 2px;
}
.ps .ps__rail-y:hover{
    width: 12px;
    background-color: #ddd;
}
.ps .ps__rail-y:hover > .ps__thumb-y{
    background-color: #000;
    left: 2px;
    right: 2px;
    width: auto;
}
/*
 * END: iexModal fixes for perfect-scrollbar.js
 */
/* End */


/* Start:/tools/swiper/swiper.css?174436293218454*/
/**
 * Swiper 11.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 19, 2025
 */

@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}
/* End */


/* Start:/tools/css/style.css?174480619558852*/
.--lc-5 {
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

body, html {
  height: 100%;
  width: 100%;
  line-height: 1;
  font-size: 14px;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
  scroll-behavior: smooth;
}

@font-face {
  font-family: "Eurostile Extd";
  src: url("/tools/fonts/EurostileExtendedBlack/EurostileExtendedBlack.woff2") format("woff2"), url("/tools/fonts/EurostileExtendedBlack/EurostileExtendedBlack.woff") format("woff"), url("/tools/fonts/EurostileExtendedBlack/EurostileExtendedBlack.ttf") format("truetype"), url("/tools/fonts/EurostileExtendedBlack/EurostileExtendedBlack.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Eurostile Extd";
  src: url("/tools/fonts/EurostileExtendedMedium/EurostileExtendedMedium.woff2") format("woff2"), url("/tools/fonts/EurostileExtendedMedium/EurostileExtendedMedium.woff") format("woff"), url("/tools/fonts/EurostileExtendedMedium/EurostileExtendedMedium.ttf") format("truetype"), url("/tools/fonts/EurostileExtendedMedium/EurostileExtendedMedium.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.layout_blur {
  position: fixed;
  z-index: -2;
  height: 100%;
  width: 100%;
}

.b-header-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  transition: all 0.3s ease;
}
.b-header-overlay.--sticky {
  transform: translateY(-88px);
}
.b-header-overlay .__models_container {
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  opacity: 0;
}
.b-header-overlay .__models_container.--active {
  opacity: 1;
  pointer-events: auto;
  backdrop-filter: blur(10px);
  background-color: rgba(12, 18, 32, 0.1019607843);
  animation: models_blur-open 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.b-header-overlay .__models_cards-wrap {
  width: 100%;
  height: max-content;
  margin-top: 88px;
  padding: 16px 32px;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, 1fr);
}
@media (min-width: 1024px) and (max-width: 1439.98px) {
  .b-header-overlay .__models_cards-wrap {
    margin-top: 80px;
  }
}
.b-header-overlay .__burger_container {
  width: 100%;
  height: 100vh;
  padding-top: 88px;
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
}
.b-header-overlay .__burger_container.--active {
  opacity: 1;
  pointer-events: auto;
  backdrop-filter: blur(10px);
  background-color: rgba(12, 18, 32, 0.1019607843);
  animation: models_blur-open 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.b-header-overlay .__burger_container .__burger-btn {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
}
.b-header-overlay .__burger_container .__burger-btn .__ico {
  background: #f6f6f8;
  border-radius: 8px;
  padding: 12px;
  width: 40px;
  height: 40px;
}
.b-header-overlay .__burger_container .__burger-btn .__ico svg {
  color: #0c1220;
  width: 16px;
  height: 16px;
}
.b-header-overlay .__burger_container .__burger-txt {
  color: #0c1220;
}
.b-header-overlay .__burger_container .__separator {
  background-color: #edeff2;
  height: 1px;
  width: 100%;
}
.b-header-overlay .__burger_container .__wrap {
  width: 394px;
  height: max-content;
  background: #fff;
  position: absolute;
  right: 32px;
  border-radius: 16px;
}
@media (max-width: 1439.98px) {
  .b-header-overlay .__burger_container .__wrap {
    margin: 16px 0;
  }
}
@media (max-width: 767.98px) {
  .b-header-overlay .__burger_container .__wrap {
    margin: 16px 14px 0;
    position: static;
    width: 332px;
  }
}
.b-header-overlay .__burger_container .__wrap.--open {
  animation: burgermenu_card-open 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.b-header-overlay .__burger_container .__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}
@media (max-width: 1439.98px) {
  .b-header-overlay .__burger_container .__content {
    padding: 32px;
  }
}
@media (max-width: 767.98px) {
  .b-header-overlay .__burger_container .__content {
    padding: 24px;
  }
}
.b-header-overlay .__burger_container .__content p {
  line-height: unset;
  margin-bottom: 0;
}
@media (min-width: 1024px) and (max-width: 1439.98px) {
  .b-header-overlay .__burger_container {
    padding-top: 80px;
  }
}
@media (max-width: 767.98px) {
  .b-header-overlay .__burger_container {
    padding-top: 64px;
  }
}
.b-header-overlay > .__wrap {
  position: relative;
  z-index: 10;
  padding-top: 12px;
  padding-bottom: 12px;
  background: #fff;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
@media (min-width: 768px) and (max-width: 1439.98px) {
  .b-header-overlay > .__wrap {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media (max-width: 767.98px) {
  .b-header-overlay > .__wrap {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.b-header-overlay .__container {
  height: 64px;
  position: relative;
  display: grid;
  align-items: center;
}
.b-header-overlay .__container nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.b-header-overlay .__header_logo {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 60px;
  height: 56px;
}
@media (max-width: 1439.98px) {
  .b-header-overlay .__header_logo {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .b-header-overlay .__header_logo {
    display: unset;
    width: 38px;
    height: 36px;
  }
}
.b-header-overlay .__header_text-logo {
  position: relative;
  left: 0;
  right: 0;
  height: 40px;
  width: 318px;
  display: none;
}
@media (min-width: 768px) and (max-width: 1439.98px) {
  .b-header-overlay .__header_text-logo {
    display: block;
  }
}
.b-header-overlay .__header_actions {
  display: flex;
  align-items: center;
}
.b-header-overlay .__header_actions .b-btn {
  line-height: 0;
}
@media (max-width: 767.98px) {
  .b-header-overlay .__header_actions {
    width: 100%;
    justify-content: end;
  }
}
.b-header-overlay .__header_links {
  display: flex;
  gap: 32px;
}
@media (max-width: 1439.98px) {
  .b-header-overlay .__header_links {
    display: none;
  }
}
.b-header-overlay .__header_right-links {
  display: flex;
  align-items: center;
  gap: 54px;
}
@media (max-width: 767.98px) {
  .b-header-overlay .__header_right-links {
    width: 100%;
  }
}

.b-model-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  border-radius: 16px;
  padding: 48px 64px 32px;
}
@media (max-width: 1919.98px) {
  .b-model-card {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.b-model-card p {
  line-height: unset;
  margin-bottom: 0;
}
@media (max-width: 1919.98px) {
  .b-model-card.--adaptive .__img {
    max-width: 225px;
  }
}
.b-model-card.--open {
  height: 364px;
  animation: models_card-open 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.b-model-card .__title {
  height: 23px;
  line-height: 10px;
  text-align: center;
  color: #0c1220;
}
@media (max-width: 767.98px) {
  .b-model-card .__title {
    height: 20px;
  }
}
.b-model-card .__descr {
  margin-top: 6px;
  color: #a9aeb9;
  text-align: center;
  text-transform: uppercase;
}
.b-model-card .__img {
  object-fit: contain;
}
.b-model-card .__img.--open {
  opacity: 0;
  animation: models_img-open 0.4s cubic-bezier(0.22, 1, 0.36, 1) 0.2s forwards;
}

.b-text-container {
  overflow: hidden;
  display: block;
}
.b-text-container .__text_content {
  transform: translateY(calc(2em - 100% + 1px));
  text-align: center;
  display: block;
  transition: transform 1s ease-in-out;
}
.b-text-container .show {
  transform: translateY(calc(1em - 100% + 1px));
  animation: show 1s ease-in-out;
}

.b-moving-bg-container {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.b-moving-bg-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -1;
  border-radius: inherit;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.b-moving-bg-container.--adaptive img {
  max-width: unset;
  height: 100%;
  width: auto;
  object-fit: contain;
  margin: auto;
  z-index: -1;
  border-radius: inherit;
}
@media (max-width: 1599.98px) {
  .b-moving-bg-container.--adaptive img {
    margin: 0 -250px;
    object-fit: cover;
  }
}
@media (max-width: 1023.98px) {
  .b-moving-bg-container.--adaptive img {
    margin: auto;
  }
}
@media (max-width: 767.98px) {
  .b-moving-bg-container.--adaptive img.--desk {
    display: none;
  }
}
@media (min-width: 768px) {
  .b-moving-bg-container.--adaptive img.--mob {
    display: none;
  }
}

.b-hero-container {
  position: relative;
  height: calc(100vh + 88px + 16px);
  margin-top: -88px;
  z-index: 0;
  overflow: hidden;
  clip-path: inset(0 0 0 0);
}
@media (max-width: 1439.98px) {
  .b-hero-container {
    height: calc(100vh + 80px + 16px);
    margin-top: -80px;
  }
}
@media (max-width: 767.98px) {
  .b-hero-container {
    height: calc(100vh + 64px + 16px);
    margin-top: -64px;
  }
}
.b-hero-container .__image-container {
  height: 100%;
}
.b-hero-container video {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: inherit;
  object-fit: cover;
}
.b-hero-container .__descr {
  height: 23px;
  line-height: 10px;
}
@media (max-width: 767.98px) {
  .b-hero-container .__descr {
    height: 20px;
  }
}
.b-hero-container .__info {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 16px;
  max-width: 1548px;
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
}
@media (min-width: 1024px) and (max-width: 1439.98px) {
  .b-hero-container .__info {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .b-hero-container .__info {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (min-width: 360px) and (max-width: 767.98px) {
  .b-hero-container .__info {
    padding-left: 14px;
    padding-right: 14px;
    flex-direction: column;
    align-items: center;
    justify-content: unset;
  }
}
.b-hero-container .__info > div:first-child {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.b-hero-container .__animated-text-wrap {
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  max-width: 1920px;
  margin: 0 auto;
  align-items: center;
  height: 100%;
  padding: 136px 0 80px;
  justify-content: space-between;
}
@media (max-width: 1439.98px) {
  .b-hero-container .__animated-text-wrap {
    padding: 128px 0 80px;
  }
}
@media (max-width: 767.98px) {
  .b-hero-container .__animated-text-wrap {
    padding: 112px 0 40px;
  }
}
.b-hero-container .__animated-text-wrap .__img-info {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: fit-content;
  height: auto;
  left: 0;
  right: unset;
  bottom: unset;
  z-index: 1;
  max-width: 28%;
}
@media (max-width: 767px) {
  .b-hero-container .__animated-text-wrap .__img-info {
    max-width: 50%;
  }
}

.b-hero-rectangle {
  height: 120px;
  background-color: #fff;
  border-radius: 16px 16px 0 0;
  margin-top: -16px;
  position: relative;
}
@media (max-width: 767.98px) {
  .b-hero-rectangle {
    height: 20px;
  }
}

.b-cars-container {
  overflow: hidden;
  padding: 40px 0 160px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 767.98px) {
  .b-cars-container {
    padding-top: 76px;
    padding-bottom: 76px;
  }
}
.b-cars-container:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 32px;
  content: "";
  border-radius: inherit;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: #fff;
  transform: translateY(calc(-100% + 1px));
}
.b-cars-container:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  top: auto;
  background: #f6f6f8;
  border-radius: 50%;
  height: 100vw;
  width: 100%;
  transform: translateY(calc(50% + 32px));
  z-index: -1;
}
@media (min-width: 1920px) {
  .b-cars-container:after {
    height: 130%;
  }
}
@media (max-width: 1439.98px) {
  .b-cars-container:after {
    transform: translate(-50%, calc(50% + 32px));
    left: 50%;
  }
}
@media (min-width: 1024px) and (max-width: 1439.98px) {
  .b-cars-container:after {
    top: -100px;
    width: 105%;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .b-cars-container:after {
    top: 0;
    width: 125%;
  }
}
@media (max-width: 767.98px) {
  .b-cars-container:after {
    top: -100px;
    width: 150%;
    height: 100%;
  }
}
.b-cars-container h2 {
  color: #d3d7de;
}

.climb-upper-element {
  position: relative;
}

.b-content_container {
  display: flex;
  flex-direction: column;
  gap: 64px;
  align-items: center;
  overflow: hidden;
  margin-left: -32px;
  margin-right: -32px;
}
@media (min-width: 1024px) and (max-width: 1439.98px) {
  .b-content_container {
    margin-left: -28px;
    margin-right: -28px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .b-content_container {
    margin-left: -32px;
    margin-right: -32px;
  }
}
@media (max-width: 767.98px) {
  .b-content_container {
    gap: 48px;
  }
}
@media (min-width: 360px) and (max-width: 767.98px) {
  .b-content_container {
    margin-left: -14px;
    margin-right: -14px;
  }
}
.b-content_container .swiper-root {
  width: 100%;
  z-index: 0;
  padding: 0 32px;
}
@media (min-width: 1024px) and (max-width: 1439.98px) {
  .b-content_container .swiper-root {
    padding: 0 28px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .b-content_container .swiper-root {
    padding: 0 32px;
  }
}
@media (min-width: 360px) and (max-width: 767.98px) {
  .b-content_container .swiper-root {
    padding: 0 14px;
  }
}
.b-content_container .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.b-content_container .swiper-slide.swiper-slide-active img {
  transform: scale(1);
}
.b-content_container .swiper-slide img {
  transform: scale(0.5);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  object-fit: contain;
  transition: all 1s ease;
  max-width: none;
}
@media (min-width: 1920px) {
  .b-content_container .swiper-slide img {
    width: 920px;
    height: 626px;
  }
}
@media (min-width: 1440px) and (max-width: 1919.98px) {
  .b-content_container .swiper-slide img {
    width: 680px;
    height: 464px;
  }
}
@media (min-width: 1024px) and (max-width: 1439.98px) {
  .b-content_container .swiper-slide img {
    width: 640px;
    height: 438px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .b-content_container .swiper-slide img {
    width: 524px;
    height: 360px;
  }
}
@media (min-width: 360.02px) and (max-width: 1439.98px) {
  .b-content_container .swiper-slide img {
    transform: scale(0.4);
  }
}
@media (min-width: 360px) and (max-width: 767.98px) {
  .b-content_container .swiper-slide img {
    width: 246px;
    height: 168px;
  }
}
@media (max-width: 359.98px) {
  .b-content_container .swiper-slide img {
    width: 246px;
    height: 168px;
  }
}
.b-content_container .__model-container {
  display: grid;
  grid-template-areas: "title" "." "brand" "." "link";
  grid-template-rows: auto 4px auto 24px auto;
  justify-items: center;
}
@media (max-width: 359.98px) {
  .b-content_container .__model-container {
    grid-template-rows: auto 4px auto 20px auto;
  }
}
.b-content_container .__model_title {
  white-space: break-spaces;
  text-align: center;
  color: #0c1220;
  grid-area: title;
  margin-bottom: 0;
}
.b-content_container .__model_brand {
  color: #a9aeb9;
  text-transform: uppercase;
  grid-area: brand;
  margin-bottom: 0;
  line-height: unset;
}
.b-content_container .b-btn {
  grid-area: link;
}
.b-content_container .__cursor-container {
  width: 26%;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  cursor: pointer;
}
.b-content_container .__slider-left {
  left: 0;
}
.b-content_container .__slider-right {
  right: 0;
}
.b-content_container .__cursor_slider {
  position: fixed;
  opacity: 0;
  top: 0;
  left: 0;
  transform: translate(calc(var(--x) - 50px), calc(var(--y) - 50px));
  will-change: transform;
  transition: 0.25s ease-in-out;
  transition-property: opacity;
  width: 100px;
  height: 100px;
  pointer-events: none;
}

.b-content_items-wrapper {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}

.swiper-root {
  width: 100%;
  z-index: 0;
  padding: 0 32px;
}
@media (min-width: 1024px) and (max-width: 1439.98px) {
  .swiper-root {
    padding: 0 28px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .swiper-root {
    padding: 0 32px;
  }
}
@media (min-width: 360px) and (max-width: 767.98px) {
  .swiper-root {
    padding: 0 14px;
  }
}

.b-maintence_section {
  height: 100vh;
}
.b-maintence_section:before {
  content: "";
  background: rgba(12, 18, 32, 0.5019607843);
  border-radius: inherit;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.b-maintence_section h2 {
  margin-bottom: 0;
}
.b-maintence_section .__info {
  padding-top: 80px;
  padding-bottom: 64px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.b-maintence_section .__items {
  max-width: 1400px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 64px 0;
  z-index: 1;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .b-maintence_section .__items {
    flex-direction: row;
  }
}
@media (max-width: 1023.98px) {
  .b-maintence_section .__items {
    flex-direction: column;
  }
}
.b-maintence_section .__card {
  text-align: center;
  margin-bottom: 0;
}
.b-maintence_section .__label {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.b-maintence_section .__label p {
  margin-bottom: 0;
  line-height: unset;
}

.b-roulette-container {
  position: relative;
  overflow: hidden;
}
.b-roulette-container .__val-real {
  opacity: 0;
  line-height: 1;
  margin-bottom: 0;
}
.b-roulette-container .__val-items {
  animation: roulette 1s ease-in;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: transform 1s ease-in;
  transform: translateY(calc(-100% + 1em - 100% + 1px));
}
.b-roulette-container .__val-items.--amount-200 {
  animation: roulette-2 1s ease-in;
  transform: translateY(calc(-200% + 1em - 100% + 1px));
}
.b-roulette-container .__val-items.--amount-300 {
  animation: roulette-3 1s ease-in;
  transform: translateY(calc(-300% + 1em - 100% + 1px));
}

@media (min-width: 768px) {
  .b-page_spacer {
    height: 160px;
  }
}
@media (max-width: 767.98px) {
  .b-page_spacer {
    height: 96px;
  }
}

.b-secondary-slider-container {
  display: flex;
  flex-direction: column;
  gap: 32px;
  background: #fff;
}
.b-secondary-slider-container .__header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.b-secondary-slider-container .__nav {
  display: grid;
  grid-auto-flow: column;
  gap: 8px;
}

.b-news-slider {
  z-index: 2;
}
@media (min-width: 1920.02px) {
  .b-news-slider {
    width: 100%;
  }
}
@media (max-width: 1920px) {
  .b-news-slider {
    margin-left: -32px;
    margin-right: -32px;
    padding: 0 32px;
    padding-bottom: 100px;
    margin-bottom: -100px;
  }
}
@media (min-width: 1024px) and (max-width: 1439.98px) {
  .b-news-slider {
    margin-left: -28px;
    margin-right: -28px;
    padding: 0 28px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .b-news-slider {
    margin-left: -32px;
    margin-right: -32px;
    padding: 0 32px;
  }
}
@media (min-width: 360px) and (max-width: 767.98px) {
  .b-news-slider {
    margin-left: -14px;
    margin-right: -14px;
    padding: 0 14px;
    padding-bottom: 20px;
    margin-bottom: -20px;
  }
}
.b-news-slider .swiper-slide {
  width: fit-content;
}
@media (min-width: 1920px) {
  .b-news-slider .__item-wrap {
    width: 608px;
    height: 453px;
  }
}
@media (min-width: 1440px) and (max-width: 1919.98px) {
  .b-news-slider .__item-wrap {
    width: 448px;
    height: 334px;
  }
}
@media (min-width: 1024px) and (max-width: 1439.98px) {
  .b-news-slider .__item-wrap {
    width: 312px;
    height: 232px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .b-news-slider .__item-wrap {
    width: 344px;
    height: 256px;
  }
}
@media (min-width: 360px) and (max-width: 767.98px) {
  .b-news-slider .__item-wrap {
    width: 289px;
    height: 216px;
  }
}
@media (max-width: 359.98px) {
  .b-news-slider .__item-wrap {
    width: 289px;
    height: 216px;
  }
}
.b-news-slider .__item-container {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.b-news-slider .__item-container img {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.b-news-slider .__item-container .__info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #fff;
  position: absolute;
  bottom: 16px;
  left: 16px;
}

.b-slider-anim {
  transition: transform 1s ease-in-out;
  transform: translateY(0);
  animation: slider 1s ease-in-out;
}
@media (min-width: 360px) and (max-width: 767.98px) {
  .b-slider-anim {
    animation: slider-m 1s ease-in-out;
    transform: translateY(0);
  }
}

.b-map-top {
  display: flex;
  justify-content: flex-start;
  gap: 70px;
  color: #0c1220;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 1023.98px) {
  .b-map-top {
    gap: 10px;
    justify-content: space-between;
  }
}
@media (max-width: 767.98px) {
  .b-map-top {
    margin-bottom: 16px;
  }
}
.b-map-top .__wrap {
  display: flex;
  gap: 16px;
}
@media (max-width: 767.98px) {
  .b-map-top .__wrap {
    gap: 10px;
  }
}
@media (min-width: 1024px) {
  .b-map-top .__view-btn {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .b-map-top .__view-btn {
    padding-top: 15px;
  }
}
.b-map-top .__title {
  display: inline-block;
}
@media (max-width: 767.98px) {
  .b-map-top .__title {
    font-size: 16px;
    line-height: 1;
    padding-top: 20px;
  }
}
@media (max-width: 423.98px) {
  .b-map-top .__title.--main {
    padding-top: 40px;
  }
}
.b-map-top .__count {
  display: inline-block;
  color: #d3d7de;
}
@media (max-width: 767.98px) {
  .b-map-top .__count {
    font-size: 16px;
    line-height: 1;
    padding-top: 20px;
  }
}
@media (max-width: 423.98px) {
  .b-map-top .__count.--main {
    padding-top: 40px;
  }
}

.b-map-content {
  overflow: hidden;
  display: grid;
  gap: 16px;
  grid-template-columns: 32.8% auto;
  height: 660px;
  padding-bottom: 50px;
  margin-bottom: -50px;
}
@media (max-width: 1919.98px) {
  .b-map-content {
    grid-template-columns: 32.4% auto;
  }
}
@media (max-width: 1439.98px) {
  .b-map-content {
    grid-template-columns: 41.1% auto;
    height: 640px;
  }
}
@media (max-width: 1023.98px) {
  .b-map-content {
    grid-template-columns: 1fr;
    height: 716px;
    grid-template-rows: minmax(0, min-content);
  }
}
@media (max-width: 767.98px) {
  .b-map-content {
    height: 472px;
  }
}
.b-map-content .__nav-container {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 1s ease-in-out;
  transform: none;
  gap: 16px;
  animation: map-nav 1s ease-in-out;
}
.b-map-content .__nav-container.shown {
  transform: none;
  gap: 16px;
}
.b-map-content .__tabs-container {
  width: fit-content;
  display: none;
  gap: 16px;
  grid-auto-flow: column;
  grid-auto-columns: auto;
  margin: 0;
}
.b-map-content .__tabs-container.--active {
  display: grid;
}
.b-map-content .__tabs-container > li {
  margin: 0;
}
.b-map-content .__tabs-container.--full-width {
  width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}
.b-map-content .__tabs-container button {
  width: 100%;
  padding: 20px 16px;
  text-transform: uppercase;
  background-color: #f6f6f8;
  color: #0c1220;
  transform: none;
  transition: transform 1s ease-in-out;
  animation: map-tabs 1s ease-in-out;
}
.b-map-content .__tabs-container button:disabled {
  cursor: default;
}
.b-map-content .__tabs-container button.--active {
  background-color: #ff2525;
  color: #fff;
  cursor: default;
}
.b-map-content .__tabs-container button.--active:hover {
  background-color: #ff2525;
  color: #fff;
}
.b-map-content .__tabs-container button:hover {
  background: #edeff2;
}
.b-map-content .__list-wrap {
  overflow: auto;
  display: none;
}
.b-map-content .__list-wrap.--active {
  display: block;
}
.b-map-content .__list {
  display: none;
  flex-direction: column;
  gap: 16px;
  margin: 0;
}
.b-map-content .__list.--active {
  display: flex;
}
.b-map-content .__list li {
  margin: 0;
}
.b-map-content .__list .__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
  text-align: left;
  background-color: #f6f6f8;
}
@media (min-width: 1440px) {
  .b-map-content .__list .__item {
    height: 124px;
  }
}
@media (min-width: 1024px) and (max-width: 1439.98px) {
  .b-map-content .__list .__item {
    height: 142px;
  }
}
@media (max-width: 767.98px) {
  .b-map-content .__list .__item {
    height: 154px;
  }
}
.b-map-content .__list .__item .__title {
  color: #0c1220;
}
.b-map-content .__list .__item .__descr {
  color: #a9aeb9;
}
.b-map-content .__card-container {
  height: 100%;
  display: none;
  flex-direction: column;
  gap: 16px;
}
.b-map-content .__card-container.--active {
  display: flex;
}
@media (max-width: 1023.98px) {
  .b-map-content .__card-container.--mob-inactive {
    display: none;
  }
}
.b-map-content .__card-container .__btn-wrap {
  padding: 32px 20px;
  background-color: #f6f6f8;
}
.b-map-content .__card-container .__selected-content {
  flex: 1;
  background-color: #f6f6f8;
  border-radius: 16px;
  padding: 32px;
}
.b-map-content .__card-container .__selected-content .__title {
  display: flex;
  flex-direction: column;
  color: #0c1220;
  margin-bottom: 16px;
}
.b-map-content .__card-container .__selected-content .__addr {
  color: #a9aeb9;
  margin-bottom: 20px;
}
.b-map-content .__card-container .__selected-content .__spec-list {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  margin: 0;
  margin-bottom: 64px;
}
@media (max-width: 767.98px) {
  .b-map-content .__card-container .__selected-content .__spec-list {
    margin-bottom: 48px;
    gap: 12px;
  }
}
.b-map-content .__card-container .__selected-content .__spec-list li {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}
.b-map-content .__card-container .__selected-content .__spec-list li svg {
  width: 24px;
  height: 24px;
}
.b-map-content .__card-container .__selected-content .__contacts {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1023.98px) {
  .b-map-content .__card-container .__selected-content .__contacts {
    margin-bottom: 64px;
  }
}
@media (max-width: 767.98px) {
  .b-map-content .__card-container .__selected-content .__contacts {
    margin-bottom: 48px;
  }
}
.b-map-content .__card-container .__selected-content .__btn {
  display: flex;
  justify-content: center;
  width: 100%;
}
.b-map-content .__content-wrap {
  display: none;
  flex-direction: column;
  justify-content: space-between;
}
.b-map-content .__content-wrap.--active {
  display: flex;
}
.b-map-content .__map-container {
  overflow: hidden;
}
@media (max-width: 1023.98px) {
  .b-map-content .__map-container.--mob-inactive {
    display: none;
  }
}
.b-map-content .__map-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}
.b-map-content .__map-container img.--active {
  display: block;
}

.b-form-section {
  margin: 180px 0;
}
@media (max-width: 767.98px) {
  .b-form-section {
    margin: 112px 0;
  }
}
.b-form-section .__title {
  text-align: center;
  height: 95px;
  line-height: 45px;
}
@media (min-width: 768px) {
  .b-form-section .__title {
    margin-bottom: 32px;
  }
}
@media (max-width: 1439.98px) {
  .b-form-section .__title {
    height: 58px;
    line-height: 30px;
  }
}
@media (max-width: 767.98px) {
  .b-form-section .__title {
    line-height: 10px;
    height: 30px;
    margin-bottom: 24px;
  }
}
.b-form-section .__wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .b-form-section .__wrap {
    min-height: 100%;
  }
}
@media (min-width: 360px) and (max-width: 767.98px) {
  .b-form-section .__wrap {
    min-height: 788px;
  }
}
@media (max-width: 359.98px) {
  .b-form-section .__wrap {
    min-height: 788px;
  }
}
.b-form-section .__content {
  display: flex;
  justify-content: flex-end;
  height: 100%;
  padding: 32px;
}
@media (min-width: 1024px) {
  .b-form-section .__content {
    padding: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .b-form-section .__content {
    padding: 120px 122px;
  }
}
@media (min-width: 360px) and (max-width: 767.98px) {
  .b-form-section .__content {
    padding: 160px 16px 16px;
  }
}
@media (max-width: 359.98px) {
  .b-form-section .__content {
    padding: 160px 16px 16px;
  }
}

.b-model-form {
  background-color: #fff;
  height: 100%;
}
@media (min-width: 768px) {
  .b-model-form {
    padding: 40px;
  }
}
@media (max-width: 767.98px) {
  .b-model-form {
    padding: 32px 24px 24px;
  }
}
@media (min-width: 1440px) {
  .b-model-form {
    width: 532px;
  }
}
@media (min-width: 1024px) and (max-width: 1439.98px) {
  .b-model-form {
    width: 460px;
  }
}
@media (min-width: 360px) and (max-width: 1023.98px) {
  .b-model-form {
    width: 100%;
  }
}
@media (max-width: 359.98px) {
  .b-model-form {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .b-model-form .__title-wrap {
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .b-model-form .__title-wrap {
    margin-bottom: 24px;
  }
}
.b-model-form .__form-title {
  height: 40px;
  line-height: unset;
}
@media (max-width: 1439.98px) {
  .b-model-form .__form-title {
    height: 35px;
    line-height: 15px;
  }
}
@media (max-width: 767.98px) {
  .b-model-form .__form-title {
    line-height: 10px;
    height: 20px;
  }
}
.b-model-form .__form-wrap {
  display: grid;
  grid-auto-flow: row;
}
@media (min-width: 768px) {
  .b-model-form .__form-wrap {
    gap: 32px;
  }
}
@media (max-width: 767.98px) {
  .b-model-form .__form-wrap {
    gap: 24px;
  }
}
.b-model-form .__form-wrap .__fields {
  display: grid;
  grid-auto-flow: row;
}
@media (min-width: 768px) {
  .b-model-form .__form-wrap .__fields {
    gap: 24px;
  }
}
@media (max-width: 767.98px) {
  .b-model-form .__form-wrap .__fields {
    gap: 20px;
  }
}
.b-model-form button {
  width: 100%;
  justify-content: center;
}
.b-model-form .b-btn.--centered {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 16px 0 0;
  height: 48px;
}
.b-model-form .b-btn.--centered svg {
  width: 16px !important;
  height: 16px !important;
}

.b-footer-container {
  display: flex;
  flex-direction: column;
  gap: 48px;
  background: #fff;
  padding-top: 0;
  padding-bottom: 24px;
}
.b-footer-container .__wrap {
  display: grid;
  grid-template-areas: "logo logo logo . socials" "distributor . nav . contacts";
  grid-template-columns: 290px 96px max-content 1fr 1.5fr;
  gap: 48px 0;
  align-items: flex-start;
}
@media (min-width: 1024px) {
  .b-footer-container .__wrap {
    grid-template-areas: "logo logo logo . socials" "distributor . nav . contacts";
  }
}
@media (max-width: 1919.98px) {
  .b-footer-container .__wrap {
    grid-template-columns: 290px 96px max-content 1fr 3.5fr;
  }
}
@media (max-width: 1439.98px) {
  .b-footer-container .__wrap {
    grid-template-columns: 290px 96px max-content 1fr 1.5fr;
  }
}
@media (max-width: 1023.98px) {
  .b-footer-container .__wrap {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .b-footer-container .__wrap {
    grid-template-areas: "logo" "distributor" "nav" "contacts" "socials";
  }
}
@media (min-width: 360px) and (max-width: 767.98px) {
  .b-footer-container .__wrap {
    grid-template-areas: "logo" "nav" "contacts" "socials" "separateLink" "distributor";
  }
}
@media (max-width: 359.98px) {
  .b-footer-container .__wrap {
    grid-template-areas: "logo" "nav" "contacts" "socials" "separateLink" "distributor";
  }
}
@media (max-width: 767.98px) {
  .b-footer-container .__wrap {
    gap: 32px 0;
  }
}
.b-footer-container .__separator {
  background-color: #edeff2;
  height: 1px;
}
@media (min-width: 768px) {
  .b-footer-container .__separator.--mob {
    display: none;
  }
}
.b-footer-container .__footer-logo {
  grid-area: logo;
}
@media (min-width: 1440px) {
  .b-footer-container .__footer-logo {
    width: 788px;
  }
}
@media (min-width: 1024px) and (max-width: 1439.98px) {
  .b-footer-container .__footer-logo {
    width: 476px;
  }
}
@media (max-width: 1023.98px) {
  .b-footer-container .__footer-logo {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .b-footer-container .__footer-logo {
    display: none;
  }
}
.b-footer-container .__soc {
  grid-area: socials;
  display: flex;
  gap: 8px;
  align-self: center;
}
@media (min-width: 768px) {
  .b-footer-container .__soc {
    gap: 8px;
  }
}
@media (max-width: 767.98px) {
  .b-footer-container .__soc {
    gap: 12px;
  }
}
@media (max-width: 767.98px) {
  .b-footer-container .__soc .b-btn.--desk {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .b-footer-container .__soc .b-btn.--mob {
    display: none !important;
  }
}
.b-footer-container .b-distributor_container {
  grid-area: distributor;
}
.b-footer-container .__nav {
  grid-area: nav;
  display: grid;
  gap: 12px 96px;
}
@media (min-width: 1440px) {
  .b-footer-container .__nav {
    grid-template-columns: repeat(2, max-content);
  }
}
@media (min-width: 1024px) and (max-width: 1439.98px) {
  .b-footer-container .__nav {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .b-footer-container .__nav {
    grid-template-columns: repeat(3, max-content);
  }
}
@media (max-width: 1023.98px) {
  .b-footer-container .__nav {
    gap: 12px 64px;
  }
}
@media (max-width: 767.98px) {
  .b-footer-container .__nav {
    gap: 4px 48px;
  }
  .b-footer-container .__nav .p3 {
    font-size: 12px;
    line-height: 16px;
  }
}
.b-footer-container .__contacts {
  grid-area: contacts;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.b-footer-container .__contacts .__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 767.98px) {
  .b-footer-container .__contacts .__info {
    gap: 4px;
  }
}
.b-footer-container .__contacts .__item {
  white-space: pre-line;
}
.b-footer-container .__copyright {
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: #a9aeb9;
}
.b-footer-container .__copyright .__info {
  grid-template-areas: "conf copy kdx";
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .b-footer-container .__copyright .__info {
    gap: 12px;
  }
}
@media (min-width: 1440px) {
  .b-footer-container .__copyright .__info {
    grid-template-columns: 4fr 1fr 1fr;
  }
}
@media (min-width: 768px) and (max-width: 1439.98px) {
  .b-footer-container .__copyright .__info {
    grid-template-columns: 1fr max-content;
  }
}
@media (max-width: 1439.98px) {
  .b-footer-container .__copyright .__info {
    grid-template-areas: "conf kdx" "copy copy";
  }
}
@media (min-width: 360px) and (max-width: 767.98px) {
  .b-footer-container .__copyright .__info {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767.98px) {
  .b-footer-container .__copyright .__info {
    grid-template-areas: "conf" "copy" "kdx";
  }
}
.b-footer-container .__copyright .__info .__text {
  text-align: end;
}
@media (max-width: 1439.98px) {
  .b-footer-container .__copyright .__info .__text {
    text-align: initial;
  }
}
.b-footer-container .__copyright .__scroll-top {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 32px;
  align-items: center;
}
.b-footer-container .__copyright .__scroll-top a:not(.b-btn) svg {
  height: 95px;
}
@media (min-width: 768px) {
  .b-footer-container .__copyright .__scroll-top {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .b-separate-link.--desk {
    display: none;
  }
}
.b-separate-link.--mob {
  grid-area: separateLink;
}
@media (min-width: 768px) {
  .b-separate-link.--mob {
    display: none;
  }
}
.b-separate-link .b-btn {
  align-items: center;
  height: unset;
}
.b-separate-link svg {
  width: 16px;
  height: 16px;
}
.b-separate-link .__inner {
  width: fit-content;
  display: grid;
  gap: 12px;
  grid-auto-flow: column;
  grid-template-columns: max-content;
}
.b-separate-link .__ico {
  color: #000;
  background-color: #f6f6f8;
  padding: 8px;
  box-sizing: initial;
}

.b-distributor_container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.b-distributor_container .__spacer {
  height: 8px;
}
@media (max-width: 767.98px) {
  .b-distributor_container {
    max-width: 203px;
  }
  .b-distributor_container .p3 {
    font-size: 12px;
    line-height: 16px;
  }
}

@keyframes map-tabs {
  0% {
    transform: translateY(50px);
  }
  to {
    transform: none;
  }
}
@keyframes map-nav {
  0% {
    transform: translateY(50px);
    gap: 32px;
  }
  to {
    transform: none;
    gap: 16px;
  }
}
@keyframes slider {
  0% {
    transform: translateY(100px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slider-m {
  0% {
    transform: translateY(20px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes roulette {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(calc(-100% + 1em - 100% + 1px));
  }
}
@keyframes roulette-2 {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(calc(-200% + 1em - 100% + 1px));
  }
}
@keyframes roulette-3 {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(calc(-300% + 1em - 100% + 1px));
  }
}
@keyframes models_blur-open {
  0% {
    backdrop-filter: blur(0);
    background-color: rgba(0, 0, 0, 0);
  }
  to {
    backdrop-filter: blur(10px);
    background-color: rgba(12, 18, 32, 0.1019607843);
  }
}
@keyframes models_card-open {
  0% {
    opacity: 0;
    height: 30%;
  }
  to {
    opacity: 1;
    height: 364px;
  }
}
@keyframes models_img-open {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes burgermenu_card-open {
  0% {
    opacity: 0;
    height: 30%;
  }
  to {
    opacity: 1;
    height: 430px;
  }
}
@keyframes show {
  0% {
    transform: translateY(calc(2em - 100% + 1px));
  }
  to {
    transform: translateY(calc(1em - 100% + 1px));
  }
}
button {
  cursor: pointer;
  background-color: unset;
}

.b-btn {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  border-radius: 16px;
  transition: 0.25s ease-in-out;
  transition-property: background, color, border;
  width: fit-content;
  height: fit-content;
}
.b-btn path, .b-btn rect {
  transition: 0.25s ease-in-out;
}
.b-btn.--text {
  color: #0C1220;
}
.b-btn.--text.--c-black {
  color: #0C1220;
}
.b-btn.--text.--c-black:hover, .b-btn.--text.--c-black.--active {
  color: #ff2525;
}
.b-btn.--text.--c-primary {
  color: #ff2525;
}
.b-btn.--text.--c-primary rect {
  fill: #ff2525;
}
.b-btn.--text.--c-primary:hover {
  color: #ea1111;
}
.b-btn.--text.--c-primary:hover rect {
  fill: #ea1111;
}
.b-btn.--text.--c-gray {
  color: #a9aeb9;
}
.b-btn.--text.--c-gray rect {
  fill: #a9aeb9;
}
.b-btn.--text.--c-gray:hover {
  color: #0c1220;
}
.b-btn.--text.--c-gray:hover rect {
  fill: #0c1220;
}
.b-btn.--filled {
  background: #ea1111;
  color: #fff;
}
.b-btn.--filled:hover {
  background: #ff2525;
}
.b-btn.--filled.--primary {
  background: #ff2525;
  color: #fff;
}
.b-btn.--filled.--primary:hover {
  background: #ea1111;
}
.b-btn.--filled.--black {
  background: #0c1220;
}
.b-btn.--filled.--black:hover {
  background: #ff2525;
}
.b-btn.--filled:disabled {
  color: #fff;
  background: #edeff2;
  cursor: not-allowed;
}
.b-btn.--outline {
  color: #0c1220;
  border: 1px solid #edeff2;
}
.b-btn.--outline:hover {
  color: #fff;
  background: #0c1220;
  border: 1px solid #0c1220;
}
.b-btn.--outline:hover path {
  fill: #fff;
}
.b-btn.--ico-24 svg {
  width: 24px;
  height: 24px;
}
.b-btn.--ico-16 svg {
  width: 16px;
  height: 16px;
}
.b-btn.--size-l:not(.--text) {
  padding: 20px 32px;
}
.b-btn.--size-m:not(.--text) {
  padding: 16px 32px;
}
.b-btn.--size-l-square {
  padding: 20px;
}
.b-btn.--size-m-square {
  padding: 16px;
}
.b-btn.--burger {
  display: none;
}
@media (max-width: 1439.98px) {
  .b-btn.--burger {
    display: unset;
  }
}
.b-btn.--burger .__ico {
  width: 24px;
  height: 24px;
  display: block;
  background-image: url("data:image/svg+xml, %3Csvg width='24' id='burger' xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 24 24'%3E%3Cpath d='M23 8H1v2h22zm0 6H1v2h22z'%3E%3C/path%3E%3C/svg%3E");
}
.b-btn.--burger.--active .__ico {
  background-image: url("data:image/svg+xml,%3Csvg width='24' xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M6.586 8 .293 1.707 1.707.293 8 6.586 14.293.293l1.414 1.414L9.414 8l6.293 6.293-1.414 1.414L8 9.414l-6.293 6.293-1.414-1.414z' clip-rule='evenodd'%3E%3C/path%3E%3C/svg%3E");
}
@media (max-width: 1439.98px) {
  .b-btn.--profile {
    display: none;
  }
}
.b-btn.--center {
  align-items: center;
}
.b-btn .__txt {
  padding-top: 6px;
}
@media (max-width: 767.98px) {
  .b-btn .__link {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 220px;
  }
}
.b-btn.swiper-button-prev, .b-btn.swiper-button-next {
  position: static;
  padding: 16px;
  height: 48px;
  width: 48px;
  margin-top: 0;
  opacity: 1;
}
.b-btn.swiper-button-prev:after, .b-btn.swiper-button-next:after {
  content: none;
}
@media (max-width: 1023.98px) {
  .b-btn.swiper-button-prev, .b-btn.swiper-button-next {
    display: none;
  }
}

.b-popup {
  backdrop-filter: blur(10px) !important;
  background-color: rgba(12, 18, 32, 0.1019607843) !important;
}
.b-popup .iexmodal-popup {
  background: #fff;
  border-radius: 16px;
}
.b-popup .b-btn {
  width: 100%;
}
.b-popup .b-btn span {
  width: 100%;
  text-align: center;
}
.b-popup .__form {
  display: grid;
  grid-auto-flow: row;
  gap: 32px;
}
@media (min-width: 768px) {
  .b-popup .__form {
    gap: 40px;
  }
}
.b-popup .__fields {
  display: grid;
  grid-auto-flow: row;
}
@media (min-width: 768px) {
  .b-popup .__fields {
    gap: 24px;
  }
}
@media (max-width: 767.98px) {
  .b-popup .__fields {
    gap: 20px;
  }
}
.b-popup .__line {
  width: 100%;
  height: 1px;
  background-color: #edeff2;
}
.b-popup .__title {
  white-space: pre-line;
  margin-right: 65px;
}
.b-popup .iexmodal-close-inner {
  position: absolute;
  top: 16px;
  right: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg id='Close'%3E%3Cpath id='Union' fill-rule='evenodd' clip-rule='evenodd' d='M19.7071 5.70714L20.4142 5.00003L19 3.58582L18.2929 4.29292L12 10.5858L5.70714 4.29292L5.00003 3.58582L3.58582 5.00003L4.29292 5.70714L10.5858 12L4.29292 18.2929L3.58582 19L5.00003 20.4142L5.70714 19.7071L12 13.4142L18.2929 19.7071L19 20.4142L20.4142 19L19.7071 18.2929L13.4142 12L19.7071 5.70714Z' fill='%23000'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 22px 22px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f6f6f8;
  transition: 0.25s ease-in-out;
  transition-property: background, color, border;
  width: 48px;
  height: 48px;
  padding: 16px;
  border-radius: 16px;
}
.b-popup .iexmodal-close-inner .iexmodal-icon {
  display: none;
}
.b-popup .iexmodal-close-inner:hover {
  background-color: #edeff2;
}
.b-popup .iexmodal-inner {
  padding: 32px;
}
@media (max-width: 767.98px) {
  .b-popup .iexmodal-inner {
    padding: 24px 14px;
  }
}

.b-input-container {
  display: flex;
  flex-direction: column;
  position: relative;
  color: #a9aeb9;
  width: 100%;
}

.b-input-wrap {
  cursor: text;
  box-sizing: border-box;
  position: relative;
  display: flex;
  width: 100%;
  gap: 8px;
  background-color: #f6f6f8;
  height: 60px;
  align-items: center;
  border: 1px solid #f6f6f8;
  padding: 8px 20px 12px;
  transition: 0.4s;
  margin-bottom: 0;
}
.b-input-wrap.--textarea {
  height: 140px;
}
.b-input-wrap.--textarea input {
  resize: none;
  height: calc(100% - 20px);
  margin-top: 20px;
  align-self: flex-start;
}
.b-input-wrap .__label {
  position: absolute;
  transform: translateY(14px);
  transition: transform 0.25s ease-in-out;
  top: 0;
  padding-top: inherit;
}
.b-input-wrap .__label span {
  color: #ff2525;
}
.b-input-wrap:hover {
  background-color: #edeff2;
}
.b-input-wrap:focus-within .__label, .b-input-wrap.--active .__label {
  transform: translateY(0);
}
.b-input-wrap .__input {
  font-family: inherit;
  outline: none !important;
  box-shadow: none;
  flex: 1;
  align-self: flex-end;
  color: #0c1220;
  background-color: rgba(0, 0, 0, 0);
  border: none !important;
  border-radius: 0;
  display: block;
  font-size: unset;
  font-weight: unset;
  height: unset;
  line-height: unset;
  margin-bottom: 0;
  padding: 0;
  width: unset;
}
.b-input-wrap .__input.iexform-has-error {
  box-shadow: 0 4px 2px -2px red !important;
}

.b-checkbox-container {
  display: flex;
  gap: 8px;
  font-size: inherit;
  color: inherit;
  margin-bottom: 0;
}
.b-checkbox-container a {
  text-decoration: none;
}
.b-checkbox-container .__hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.b-checkbox-container .__box {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  padding: 4px;
  outline: 1px solid #edeff2;
  cursor: pointer;
  transition: 0.25s ease-in-out;
  transition-property: background, color, outline;
}
.b-checkbox-container .__box svg {
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  width: 16px;
  height: 16px;
}
.b-checkbox-container .__box svg path {
  fill: #fff;
}
.b-checkbox-container:hover .__box {
  outline-color: #ff2525;
}
.b-checkbox-container input:checked:not(:disabled) ~ .__box:hover {
  background: #ea1111;
}
.b-checkbox-container input:checked:not(:disabled) ~ .__box:hover svg {
  opacity: 1;
}
.b-checkbox-container input:checked:not(:disabled) ~ .__box {
  background: #ff2525;
}
.b-checkbox-container input:checked:not(:disabled) ~ .__box svg {
  opacity: 1;
}
.b-checkbox-container .__label-wrap {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.b-checkbox-container .__label-wrap .__label {
  white-space: pre-line;
  display: inline;
}

.b-pform__inner {
  color: inherit;
}

h1, h2, h3, h4, h5, h6, p {
  margin-bottom: 0;
  line-height: unset;
}

ul {
  list-style: none;
}
ul li {
  padding-left: 0;
}
ul li:before {
  content: none;
}

.h2 {
  font-weight: 900;
  font-size: 80px;
  line-height: 76px;
  letter-spacing: -0.06em;
  font-family: "Eurostile Extd", "Arial Black", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1439.98px) {
  .h2 {
    font-size: 52px;
    line-height: 50px;
  }
}
@media (max-width: 767.98px) {
  .h2 {
    font-size: 22px;
    line-height: 1;
  }
}

.h3 {
  font-weight: 900;
  font-size: 44px;
  line-height: 42px;
  letter-spacing: -0.06em;
  font-family: "Eurostile Extd", "Arial Black", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1439.98px) {
  .h3 {
    font-size: 32px;
    line-height: 32px;
  }
}
@media (max-width: 767.98px) {
  .h3 {
    font-size: 20px;
    line-height: 1;
  }
}

.h4 {
  font-weight: 900;
  font-size: 64px;
  line-height: 60px;
  letter-spacing: -0.06em;
  font-family: "Eurostile Extd", "Arial Black", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1439.98px) {
  .h4 {
    font-size: 44px;
    line-height: 42px;
  }
}
@media (max-width: 767.98px) {
  .h4 {
    font-size: 22px;
    line-height: 1;
  }
}

.h5 {
  font-weight: 900;
  font-size: 32px;
  line-height: 1;
  letter-spacing: -0.06em;
  font-family: "Eurostile Extd", "Arial Black", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1439.98px) {
  .h5 {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .h5 {
    font-size: 18px;
  }
}

.h6 {
  font-weight: 900;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.06em;
  font-family: "Eurostile Extd", "Arial Black", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1439.98px) {
  .h6 {
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  .h6 {
    font-size: 16px;
  }
}

.c2 {
  font-weight: 900;
  font-size: 92px;
  line-height: 1;
  letter-spacing: -0.06em;
  font-family: "Eurostile Extd", "Arial Black", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1439.98px) {
  .c2 {
    font-size: 72px;
    line-height: 70px;
  }
}
@media (max-width: 767.98px) {
  .c2 {
    font-size: 52px;
    line-height: 50px;
  }
}

.c3 {
  font-weight: 900;
  font-size: 20px;
  line-height: 1;
  letter-spacing: -0.06em;
  font-family: "Eurostile Extd", "Arial Black", sans-serif;
  text-transform: uppercase;
}
@media (max-width: 1439.98px) {
  .c3 {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .c3 {
    font-size: 16px;
  }
}

.c4 {
  font-weight: 900;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.06em;
  font-family: "Eurostile Extd", "Arial Black", sans-serif;
  text-transform: uppercase;
}

.c5 {
  font-weight: 900;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.06em;
  font-family: "Eurostile Extd", "Arial Black", sans-serif;
  text-transform: uppercase;
}

.c6 {
  font-weight: 900;
  font-size: 12px;
  line-height: 1;
  letter-spacing: -0.06em;
  font-family: "Eurostile Extd", "Arial Black", sans-serif;
  text-transform: uppercase;
}

.p2 {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.02em;
  font-family: "Montserrat", "Arial Black", sans-serif;
}
@media (max-width: 1439.98px) {
  .p2 {
    font-size: 18px;
    line-height: 22px;
  }
}

.p3 {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.02em;
  font-family: "Montserrat", "Arial Black", sans-serif;
}

.p4 {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.02em;
  font-family: "Montserrat", "Arial Black", sans-serif;
}

.p5 {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.02em;
  font-family: "Montserrat", "Arial Black", sans-serif;
}

.p6 {
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: -0.02em;
  font-family: "Montserrat", "Arial Black", sans-serif;
}

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

.--fc-black {
  color: #0C1220;
}

.--bold {
  font-weight: 700 !important;
}

.--ml-auto {
  margin-left: auto;
}

.--pr-128 {
  padding-right: 128px;
}
@media (max-width: 1439px) {
  .--pr-128 {
    padding-right: 0;
  }
}

.--p-24 {
  padding: 24px;
}

.--pt-40 {
  padding-top: 40px;
}

.--pt-24 {
  padding-top: 24px;
}

.--pt-32 {
  padding-top: 32px;
}
@media (max-width: 767px) {
  .--pt-32 {
    padding-top: 24px;
  }
}

.--pt-64 {
  padding-top: 64px;
}
@media (max-width: 767px) {
  .--pt-64 {
    padding-top: 32px;
  }
}

@media (max-width: 767px) {
  .--pt-md-16 {
    padding-top: 16px;
  }
}

.--pb-32 {
  padding-bottom: 32px;
}
@media (max-width: 767px) {
  .--pb-32 {
    padding-bottom: 24px;
  }
}

.--pb-48 {
  padding-bottom: 48px;
}
@media (max-width: 767px) {
  .--pb-48 {
    padding-bottom: 24px;
  }
}

.--pb-64 {
  padding-bottom: 64px;
}
@media (max-width: 767px) {
  .--pb-64 {
    padding-bottom: 32px;
  }
}

.--py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.--py-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.--py-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.--py-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.--py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .--py-40 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.--py-48 {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (max-width: 767px) {
  .--py-48 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.--py-56 {
  padding-top: 56px;
  padding-bottom: 56px;
}
@media (max-width: 767px) {
  .--py-56 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.--py-64 {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (max-width: 767px) {
  .--py-64 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.--p-100 {
  padding: 100px;
}
@media (max-width: 767px) {
  .--p-100 {
    padding: 32px;
  }
}

.--pb-0 {
  padding-bottom: 0 !important;
}

.--pt-0 {
  padding-top: 0 !important;
}

.--mb-0 {
  margin-bottom: 0 !important;
}

.--mb-4 {
  margin-bottom: 4px;
}

.--mb-6 {
  margin-bottom: 6px;
}

.--mb-8 {
  margin-bottom: 8px;
}

.--mb-16 {
  margin-bottom: 16px;
}

.--mb-24 {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .--mb-24 {
    margin-bottom: 16px;
  }
}

.--mb-32 {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .--mb-32 {
    margin-bottom: 24px;
  }
}

.--mb-40 {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .--mb-40 {
    margin-bottom: 24px;
  }
}

.--mb-48 {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .--mb-48 {
    margin-bottom: 24px;
  }
}

.--mb-56 {
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .--mb-56 {
    margin-bottom: 32px;
  }
}

.--mb-64 {
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .--mb-64 {
    margin-bottom: 32px;
  }
}

.--mb-72 {
  margin-bottom: 72px;
}
@media (max-width: 767px) {
  .--mb-72 {
    margin-bottom: 32px;
  }
}

.--mb-100 {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .--mb-100 {
    margin-bottom: 48px;
  }
}

.--mb-120 {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .--mb-120 {
    margin-bottom: 48px;
  }
}

.--mt-a {
  margin-top: auto;
}

.--mt-24 {
  margin-top: 24px;
}

.--mt-80 {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .--mt-80 {
    margin-bottom: 32px;
  }
}

@media (max-width: 1920px) {
  .--mb-xxl-48 {
    margin-bottom: 48px;
  }
}

@media (max-width: 1439px) {
  .--mb-xl-24 {
    margin-bottom: 24px;
  }
}

@media (max-width: 767px) {
  .--mb-md-64 {
    margin-bottom: 64px;
  }
}

@media (max-width: 767px) {
  .--mb-md-48 {
    margin-bottom: 48px;
  }
}

@media (max-width: 767px) {
  .--mb-md-32 {
    margin-bottom: 32px;
  }
}

@media (max-width: 767px) {
  .--mb-md-24 {
    margin-bottom: 24px;
  }
}

@media (max-width: 767px) {
  .--mb-md-16 {
    margin-bottom: 16px;
  }
}

@media (max-width: 767px) {
  .--mb-md-8 {
    margin-bottom: 8px;
  }
}

.--w-100 {
  width: 100%;
}

.--w-645 {
  max-width: 645px;
}

.--w-538 {
  max-width: 538px;
}

.--w-fc {
  width: fit-content;
}

.--fg-1 {
  flex-grow: 1;
}

.stretched-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

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

.--g-8 {
  grid-gap: 8px;
  gap: 8px;
}

.--g-16 {
  grid-gap: 16px;
  gap: 16px;
}

.--g-24 {
  grid-gap: 24px;
  gap: 24px;
}
@media (max-width: 767px) {
  .--g-24 {
    grid-gap: 16px;
    gap: 16px;
  }
}

.--g-32 {
  grid-gap: 32px;
  gap: 32px;
}

.--g-40 {
  grid-gap: 40px;
  gap: 40px;
}
@media (max-width: 767px) {
  .--g-40 {
    grid-gap: 24px;
    gap: 24px;
  }
}

.--g-48 {
  grid-gap: 48px;
  gap: 48px;
}
@media (max-width: 767px) {
  .--g-48 {
    grid-gap: 24px;
    gap: 24px;
  }
}

@media (max-width: 1199px) {
  .--g-xl-24 {
    grid-gap: 24px;
    gap: 24px;
  }
}

@media (max-width: 767px) {
  .--g-md-16 {
    grid-gap: 16px;
    gap: 16px;
  }
}

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

.--td-ul {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .--ico-md-24 {
    width: 24px;
    height: 24px;
  }
}

.--relative {
  position: relative;
}

.--pointer {
  cursor: pointer;
}

.--d-block {
  display: block;
}

.--d-flex {
  display: flex;
}

@media (max-width: 1199px) {
  .--d-xl-none {
    display: none;
  }
}

@media (max-width: 991px) {
  .--d-lg-none {
    display: none;
  }
}

@media (max-width: 767px) {
  .--d-md-none {
    display: none;
  }
}

.--jc-center {
  justify-content: center;
}

.--jc-between {
  justify-content: space-between;
}

.--col {
  flex-direction: column;
}

.--flex-scroll {
  padding: 2px;
  margin-left: -32px;
  margin-right: -32px;
  overflow: auto;
}
@media (max-width: 767px) {
  .--flex-scroll {
    margin-left: -16px;
    margin-right: -16px;
  }
}
.--flex-scroll > a, .--flex-scroll > div, .--flex-scroll > span {
  white-space: nowrap;
}
.--flex-scroll > a:first-child, .--flex-scroll > div:first-child, .--flex-scroll > span:first-child {
  margin-left: 32px;
}
@media (max-width: 767px) {
  .--flex-scroll > a:first-child, .--flex-scroll > div:first-child, .--flex-scroll > span:first-child {
    margin-left: 16px;
  }
}
.--flex-scroll > a:last-child, .--flex-scroll > div:last-child, .--flex-scroll > span:last-child {
  margin-right: 32px;
}
@media (max-width: 767px) {
  .--flex-scroll > a:last-child, .--flex-scroll > div:last-child, .--flex-scroll > span:last-child {
    margin-right: 16px;
  }
}
.--flex-scroll::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.--flex-scroll::-webkit-scrollbar-track {
  background-color: transparent;
}

.--flex-wrap {
  flex-wrap: wrap;
}

.--ai-center {
  align-items: center;
}

.--ai-start {
  align-items: start;
}

.--of-hidden {
  overflow: hidden;
}

.--op-08 {
  opacity: 0.8;
}

.--br-16 {
  border-radius: 16px;
}

.--br-8 {
  border-radius: 8px;
}

.--mt-4 {
  margin-top: 4px;
}

.b-section {
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) and (max-width: 1439.98px) {
  .b-section {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .b-section {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 360px) and (max-width: 767.98px) {
  .b-section {
    padding-left: 14px;
    padding-right: 14px;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */
/* /local/templates/chenglong-landing/js/fancybox/jquery.fancybox.css?17446437634939 */
/* /local/templates/chenglong-landing/css/fonts.css?1744643763937 */
/* /local/templates/chenglong-landing/css/init.css?174464376389457 */
/* /local/templates/chenglong-landing/css/mediaqueries.css?17446437639267 */
/* /tools/iexForm/iexform.css?175526819016857 */
/* /tools/iexModal/iexModal.css?174421296010558 */
/* /tools/swiper/swiper.css?174436293218454 */
/* /tools/css/style.css?174480619558852 */
