html, body{
	height:100%;
}
body{
	font:500 16px/26px 'Montserrat';
	min-width:320px;
	color: #333;
}
.minw340{
	min-width: 340px;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
	color: #0D3654;
	font-size: 64px;
	line-height: 64px;
	font-weight: bold;
	margin: 0 0 15px;
}
h2, .h2{
	color: #323232;
	font-size: 28px;
	line-height: 34px;
}
a{
	color: #e21119;
}
a:hover{
	text-decoration: none;
}
.wrap{
	/* max-width: 1420px; */
	max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}
.clear:after{
	content:"";
	display:block;
	overflow:hidden;
	clear:both;
}
.left{
	float:left;
}
.right{
	float:right;
}
.text-right{
	text-align:right;
}
.text-left{
	text-align:left;
}
.text-center{
	text-align:center;
}
.hidden{
	display:none;
}
.flex{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.container{
	overflow:hidden;
	display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
}
.container-inner{
	display:table-row;
	height:100%;
}
::-moz-selection{
	background: #e21119;
	color: #fff;
}
::selection{
	background: #e21119;
	color: #fff;
}
pre{
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.popup-window-overlay{
	width: 100% !important;
	height: 100% !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
}
.popup-window{
	font-size: 18px;
	padding: 30px;
	position: fixed !important;
	top: 50% !important;
	left: 50% !important;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
}
#popup-message.popup-window{
	font-size: 13px;
}
#popup-message p{
	margin: 0 0 20px;
	font-size: 17px;
}
#popup-message li{
	position: relative;
	margin: 0 0 12px;
}

/*header*/
.index-page .header{
	min-width: 320px;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 100;
}
.header{
	color: #fff;
	line-height: normal;
	/* padding: 26px 0 23px; */
	transition: top ease .2s;
}
.header__menu li{
	padding: 32px 0;
	position: relative;
}
.header__menu .active::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background: #E21019;
	left: 0;
	bottom: 0;
}
.inner-page .header{
	/*background: #F9F9FA;*/
	position: relative;
	color: #323232;
	z-index: 12;
}
.inner-page .header a{
	color: #323232;
}
.inner-page .header-hint a{
	color: #fff;
}
.header__left{
	width: 468px;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
.header a{
	color: #fff;
}
.logo img{
	display: block;
}
.header .logo img{
	width: 140px;
}
.menu-button{
	box-sizing: border-box;
	display: none;
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
	width: 19px;
	height: 14px;
	position: relative;
	border-top: #e61117 2px solid;
	border-bottom: #e61117 2px solid;
	margin: 0 0 6px;
}
.menu-button.fixed{
	position: fixed;
}
.menu-button:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background: #e61117;
	top: 4px;
	left: 0;
}
.select-location{
	margin: 0 0 2px;
}
.select-location span{
	font-size: 12px;
	font-weight: 300;
}
.select-location__drop .clarification{
	display: block;
	color: #ababab;
}
.select-location__wrap{
	position: relative;
}
.select-location__trigger{
	font-weight: bold;
	position: relative;
	padding: 0 16px 0 0;
	margin: 1px 0 0;
	cursor: pointer;
	min-width: 134px;
}
.select-location__trigger:after{
	content: "";
	position: absolute;
	border-left: transparent 3px solid;
	border-right: transparent 3px solid;
	border-top: #fff 5px solid;
	top: 8px;
	right: 0;
}
.inner-page .select-location__trigger:after{
	border-top-color: #E3E3E3;
}
.select-location__drop{
	display: none;
	z-index: 10001;
	-webkit-box-shadow: 0px 14px 29px 0px rgba(15, 17, 20, 0.1);
	        box-shadow: 0px 14px 29px 0px rgba(15, 17, 20, 0.1);
	border-radius: 6px;
	font-size: 14px;
	padding: 50px 70px 60px;
	position: fixed;
	max-height: 90vh;
    width: 100%;
	max-width: 800px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.select-location__drop .text-input__wrap{
	text-align: left;
	position: relative;
	color: #000;
}
.select-location__drop .text-input__wrap:after{
	content: "";
	position: absolute;
	right: 0;
	top: 2px;
	width: 35px;
	height: 35px;
	background: url(images/search.svg) no-repeat center / 16px;
}
.inner-page .select-location__drop .text-input__wrap:after{
	background-image: url(images/search-black.svg);
}
.mobile-menu .select-location__drop .text-input__wrap:after{
	background: url(images/search.svg) no-repeat center / 16px;
}
.select-location__drop .text-input{
	margin: 0 0 30px;
	height: 38px;
	padding: 5px 35px 5px 15px;
	color: #fff;
}
.inner-page .select-location__drop .text-input{
	color: #000;
}
.mobile-menu .select-location__drop .text-input{
	color: #FFF;
}
.select-location__drop-wrap.flex{
	align-items: flex-start;
	text-align: left;
}
.select-location__drop-wrap ul{
	width: 32%;
}
.inner-page .select-location__drop{
	background: #fff;
}
.mobile-menu .select-location__drop{
	background: #333;
}
.map-addresses__select-city .select-location__drop a{
	color: #fff;
}
.index-page .select-location__drop, .map-addresses .select-location__drop{
	background: #333;
}
.select-location__drop ul li{
	line-height: normal;
	margin: 0 0 10px;
}
.select-location__drop a{
	text-decoration: none;
}
.select-location__drop-close{
	position: absolute;
	right: 15px;
	top: 15px;
}
.select-location__drop-close path{
	fill: #b8b8b8;
}
.header__right{
	width: 100%;
	max-width: 720px;
	justify-content: flex-end;
}
.header__menu{
	box-sizing: border-box;
	font-weight: bold;
	width: 100%;
	max-width: 460px;
	margin: 0 40px 0 0;
}
.header__menu li a{
	display: inline-block;
	position: relative;
	/* padding: 12px 0 0; */
	text-decoration: none;
}
.header__menu [data-trigger]{
	position: relative;
	padding: 0 16px 0 0;
}
.header__menu [data-trigger]::after{
	content: "";
	position: absolute;
	border-left: transparent 4px solid;
	border-right: transparent 4px solid;
	border-top: #fff 6px solid;
	top: 8px;
	right: 0;
}
.inner-page .header__menu [data-trigger]::after {
	border-top-color: #323232;
}
.select-location__drop-wrap a{
	text-decoration: none !important;
}
/* .header__menu li a:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background: #e21119;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: opacity ease .3s;
	-o-transition: opacity ease .3s;
	transition: opacity ease .3s;
}
.header__menu .active:before, .header__menu a:hover:before{
	opacity: 1;
} */
.compare-button{
	white-space: nowrap;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 10px 26px 9px 25px;
	border: 2px solid #333;
	border-radius: 5px;
}
.compare-ico{
	text-decoration: none;
	display: inline-block;
	flex: none;
	position: relative;
	display: flex;
	align-items: center;
}
.compare-ico-wrap{
	position: relative;
	width: 24px;
	height: 24px;
	background: url(images/compare.svg) no-repeat center;
	margin: 0 8px 0 0;
}
.compare-ico svg{
	position: absolute;
	fill: none;
	top: 0;
	left: 0;
}
.compare-button svg{
	top: 3px;
}
.compare-ico__count{
	line-height: normal;
	position: absolute;
	color: #fff;
	background: #e21119;
	border-radius: 50%;
	width: 14px;
	height: 14px;
	font-size: 10px;
	top: -13px;
	right: -11px;
	text-align: center;
	line-height: 15px;
}
.menu-close, .filter-close, .delete-compare, .modal-close{
	display: none;
	position: absolute;
	width: 20px;
	height: 20px;
	right: 20px;
	top: 20px;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.menu-close:before, .menu-close:after, .filter-close:before, .filter-close:after, .delete-compare:before, .delete-compare:after, .modal-close:after, .modal-close:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background: #fff;
	top: 50%;
	left: 0;
	margin: -1px 0 0;
	border-radius: 2px;
}
.menu-close:before, .menu-close:after, .modal-close:after, .modal-close:before{
	background: #333;
	opacity: 1 !important;
}
.menu-close:after, .filter-close:after, .delete-compare:after, .modal-close:after{
	width: 2px;
	height: 100%;
	top: 0;
	left: 50%;
	margin: 0 0 0 -1px;
}
.menu-close{
	left: 10px;
	top: 20px;
}
.menu-close:before, .menu-close:after{
	background: #fff;
}
.filter-close:before, .filter-close:after{
	background: #333;
}
.delete-compare{
	display: block;
	position: static;
    display: inline-block;
    width: 14px;
    height: 14px;
}
.delete-compare:before, .delete-compare:after{
	background: red;
}

/*main-screen*/
.main-screen{
	height: 100vh;
	min-height: 600px;
	background: #272A2B;
	/*background: url(images/main-screen.jpg) no-repeat center 0 / cover;*/
	position: relative;
	
	/*  */
	display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
	color: #fff;
	font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    font-size: 66px;
	line-height: 66px;
	text-transform: uppercase;
}

.first-line, .second-line{
	transition: all ease .1s;
}
.second-line{
	transition: all ease 1s;
	margin: -32% 0 0;
	position: relative;
    z-index: 1;
	display: none;
	opacity: 0;
}
.first-line.show, .second-line.show{
	opacity: 1;
	transform: scale(1);
}

.promo__video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    -o-object-fit: cover;
    object-fit: cover;
}
.main-screen:not(.no-mask):after, .for-video-page:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(images/mainscreen-mask.png) no-repeat center / cover;
}
.for-video-page:before{
	z-index: 1;
	background: url(images/video-mask.png) no-repeat center 0 / cover;
}
.mouse{
	position: absolute;
	width: 2px;
	height: 109px;
	background: #e21119;
	bottom: -47px;
	left: 50%;
	z-index: 1;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.mouse:before{
	content: "";
	position: absolute;
	width: 20px;
	height: 32px;
	background: url(images/mouse.png) no-repeat center;
	top: -60px;
	left: -9px;
}

/*promo*/
.promo{
	position: relative;
	/*min-height: 100vh;*/
	padding: 82px 0;
}
.promo .wrap{
	padding: 112px 10px 0;
}
.promo-title{
	font-size: 210px;
	line-height: 230px;
	font-weight: bold;
	color: #eee;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	z-index: -1;
}
.promo-bike{
	max-width: 1312px;
	margin: 0 auto 99px;
	position: relative;
}
.promo-bike img{
	display: block;
	max-width: 100%;
}
.promo-bike__hint{
	position: absolute;
	width: 35px;
	height: 35px;
	background: #e21119;
	border-radius: 50%;
	top: 0;
	left: 0;
	-webkit-transition: background ease .3s, -webkit-box-shadow ease .3s;
	transition: background ease .3s, -webkit-box-shadow ease .3s;
	-o-transition: background ease .3s, box-shadow ease .3s;
	transition: background ease .3s, box-shadow ease .3s;
	transition: background ease .3s, box-shadow ease .3s, -webkit-box-shadow ease .3s;
}
.promo-bike__hint:after{
	content: "";
	position: absolute;
	width: 99.9%;
	height: 99.9%;
	border: #e21119 1px solid;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	border-radius: 50%;
	-webkit-transition: width ease .2s, height ease .2s, opacity ease .2s;
	-o-transition: width ease .2s, height ease .2s, opacity ease .2s;
	transition: width ease .2s, height ease .2s, opacity ease .2s;
}
.promo-bike__hint:hover:after{
	width: 162.9%;
	height: 162.9%;
}
.promo-bike__hint.close{
	z-index: 1;
	background: #fff;
	-webkit-box-shadow: 0px 2px 30px 0px rgba(107, 107, 107, 0.46);
	        box-shadow: 0px 2px 30px 0px rgba(107, 107, 107, 0.46);
}
.promo-bike__hint.close:after{
	opacity: 0;
}
.promo-bike__hint i{
	position: absolute;
	width: 10px;
	height: 10px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	-webkit-transition: -webkit-transform ease .2s;
	transition: -webkit-transform ease .2s;
	-o-transition: transform ease .2s;
	transition: transform ease .2s;
	transition: transform ease .2s, -webkit-transform ease .2s;
}
.promo-bike__hint i:before, .promo-bike__hint i:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background: #fff;
	top: 50%;
	left: 0;
	margin: -1px 0 0;
	-webkit-transition: background ease .3s;
	-o-transition: background ease .3s;
	transition: background ease .3s;
}
.promo-bike__hint i:after{
	width: 2px;
	height: 100%;
	top: 0;
	left: 50%;
	margin: 0 0 0 -1px;
}
.promo-bike__hint.close i:before, .promo-bike__hint.close i:after{
	background: #333;
}
.promo-bike__hint.close i{
	-webkit-transform: translate(-50%,-50%) rotate(45deg);
	    -ms-transform: translate(-50%,-50%) rotate(45deg);
	        transform: translate(-50%,-50%) rotate(45deg);
}
.promo-bike__hint a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 50%;
	z-index: 1;
}
.promo-bike__hint-content, .manuf-content{
	position: absolute;
	width: 318px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	background: #fff;
	left: 45px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 13px 38px 0px rgba(107, 107, 107, 0.14);
	        box-shadow: 0px 13px 38px 0px rgba(107, 107, 107, 0.14);
	padding: 34px 28px 27px 32px;
	display: none;
}
.promo-bike__hint.handle{
	left: auto;
	right: 31.9%;
	top: 1.8%;
}
.promo-bike__hint.pedals{
	top: 64.1%;
    left: 43.6%;
}
.promo-bike__hint.wheel{
	left: auto;
	top: 36%;
	right: 16%;
}
.promo-bike__hint.gear{
	top: 58%;
	left: 14%;
}
.promo-bike__hint.transmission{
	bottom: 17%;
    top: auto;
    left: 19%;
}
.promo-bike__hint.frame{
	left: 50%;
	top: 23%;
}
.card-slider .promo-bike__hint.handle{
	right: 29.9%;
	top: 1.8%;
}
.card-slider .promo-bike__hint.wheel{
	top: 39%;
	right: 25.3%;
}
.card-slider .promo-bike__hint.pedals{
	top: 67.9%;
    left: 41.9%;
}
.card-slider .promo-bike__hint.gear{
	top: 81%;
    left: 19%;
}
.card-slider .promo-bike__hint.rearwheel{
	top: 47%;
	left: 2%;
}
.card-slider .promo-bike__hint.frame{
	top: 29%;
    left: 44%;
}
.card-slider .promo-bike__hint.frame2{
    top: 24.1%;
    left: 61.6%;
}
.card-slider .promo-bike__hint.brake{
    top: 64%;
    left: 17%;
}
.card-slider .promo-bike__hint.wing{
    top: 28%;
    left: 12%;
}
.card-slider .promo-bike__hint.eccentric .promo-bike__hint-content{
	left: auto;
    right: 100%;
    margin: 0 10px 0 0;
}

.card-slider .promo-bike__hint.eccentric{
	top: 62%;
    left: 78.4%;
}
.card-slider .handle .promo-bike__hint-content, .card-slider .frame2 .promo-bike__hint-content, .card-slider .frame .promo-bike__hint-content{
	top: 100%;
    bottom: auto;
    margin: 15px 0 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.card-slider .wheel .promo-bike__hint-content{
	left: auto;
	right: 100%;
	margin: 0 15px 0 0;
}
.promo-text{
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.promo-text__left{
	text-align: center;
	padding: 0 5% 0 0;
}
.promo-text__left span{
	font:335px/225px 'Bebas Neue';
}
.promo-text__left p{
	font-size: 47px;
	font-weight: 400;
	letter-spacing: 19px;
	line-height: normal;
	position: relative;
	left: 4px;
	margin: 10px 0 0;
}
.promo-text__right{
	position: relative;
	top: -26px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.promo-text__right p{
	font-weight: bold;
	font-size: 32px;
	line-height: 42px;
	max-width: 910px;
}
.watch-presentation{
	text-decoration: none;
	color: #333;
	font-weight: bold;
	font-size: 18px;
	line-height: normal;
	padding: 0 0 0 47px;
	margin: 70px 0 0;
	position: relative;
}
.watch-presentation:before{
	content: "";
	position: absolute;
	border-top: transparent 15px solid;
	border-bottom: transparent 15px solid;
	border-left: #e21119 24px solid;
	left: 0;
	top: -5px;
}

/*index-models*/
.index-models{
	/*max-width: 1920px;*/
	margin: 0 auto;
	padding: 100px 0;
	background: url(images/index-models-top.jpg) repeat-x center 0, #eee;
	overflow: hidden;
}
.models-slider{
	width: 782px;
	margin: 0 0 48px;
	position: relative;
	z-index: 1;
}
.models-slider:after{
	content: "";
	position: absolute;
	width: 1000%;
	height: 120%;
	top: 0;
	right: 100%;
	background: #eee;
}
.models-slider__item{
	position: relative;
}
.models-slider__item-pic{
	position: relative;
	width: 653px;
	height: 416px;
}
.models-slider__item-pic:after{
	display: none;
	content: "";
	position: absolute;
	width: 100%;
	height: 31px;
	bottom: -15px;
	left: 0;
	background: url(images/models-slider-shadow.png) no-repeat center bottom / contain;
}
.models-slider .slick-list{
	overflow: visible;
}
.index-models h1{
	font-size: 32px;
	line-height: normal;
	font-weight: bold;
	margin: 0 0 93px;
}
.index-models__left{
	position: relative;
	z-index: 2;
	float: left;
	width: 473px;
	padding: 0 20px 0 0;
	font-size: 18px;
}
.index-models__left p{
	margin: 0 0 36px;
}
.index-models__left-name > div:not(:last-child){
	display: none;
}
.black-link{
	font-weight: bold;
	color: #333;
}
.series-name{
	font:117px/117px 'Bebas Neue';
	color: #fff;
	margin: 0 0 12px;
}
.index-models__right{
	margin: 0 0 0 473px;
	position: relative;
}
.index-models__right:after{
	content: "";
	position: absolute;
	width: 421px;
	height: 421px;
	background: #fff;
	border-radius: 50%;
	bottom: 90px;
    left: 110px;
}
.bike-series-nav{
	font-size: 0;
	position: relative;
	z-index: 1;
	margin: 0 0 98px;
}
.bike-series-nav a{
	display: inline-block;
	border-radius: 25px;
	font-size: 18px;
	line-height: normal;
	background: #fff;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	padding: 11px 10px 10px;
	min-width: 63px;
	text-align: center;
	margin: 0 20px 0 0;
	-webkit-transition: background ease .2s, color ease .2s;
	-o-transition: background ease .2s, color ease .2s;
	transition: background ease .2s, color ease .2s;
}
.bike-series-nav a:hover{
	background: #e21119;
	color: #fff;
}
.bike-series-nav .active{
	background: #e21119;
	color: #fff;
	-webkit-box-shadow: 0px 5px 29px 0px rgba(226, 17, 25, 0.36);
	        box-shadow: 0px 5px 29px 0px rgba(226, 17, 25, 0.36);
}
.models-slider__nav{
	white-space: nowrap;
	text-align: right;
	position: relative;
	left: 10px;
}
.models-slider__nav span{
	min-width: 25px;
	display: inline-block;
}
.models-slider__nav a{
	display: inline-block;
	vertical-align: middle;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	-webkit-transition: background ease .2s;
	-o-transition: background ease .2s;
	transition: background ease .2s;
	position: relative;
}
.models-slider__nav svg{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	margin: 0 0 0 1px;
	fill: #333;
	-webkit-transition: fill ease .2s;
	-o-transition: fill ease .2s;
	transition: fill ease .2s;
}
.models-slider__nav a:not(.slick-disabled):hover{
	/* background: #e21119; */
}
.models-slider__nav a:not(.slick-disabled):hover svg{
	fill: #e8e9e9;
}
.models-slider__nav .slick-disabled{
	-webkit-filter: grayscale(1);
	        filter: grayscale(1);
	opacity: .3;
}
.models-slider__next{
	-webkit-transform: scale(-1);
	    -ms-transform: scale(-1);
	        transform: scale(-1);
}
.models-slider__count{
	display: inline-block;
	vertical-align: middle;
	font-weight: 200;
	margin: 0 13px;
}
.models-slider__count i{
	display: inline-block;
	vertical-align: middle;
	width: 84px;
	height: 2px;
	background: #333;
	position: relative;
	top: -1px;
	margin: 0 7px 0 6px;
}

/*component-intro*/
.component-intro{
	/*max-width: 1920px;*/
	margin: 0 auto;
	position: relative;
	background-image: -ms-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(238,238,238) 100%);
	padding: 20px 0 0;
}
.component-intro .wrap{
	padding: 255px 10px 0;
}
.component-intro .promo-title{
	/*color: #fff;*/
	z-index: 0;
}
.component-intro img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
	position: relative;
	z-index: 1;
	left: -30px;
}

/*component*/
.component{
	/*min-height: 100vh;*/
	/*max-width: 1920px;*/
	margin: 0 auto;
	padding: 54px 0 90px;
	background: #0f1114;
	position: relative;
}
.component > .wrap{
	position: static;
}
.component svg{
	fill: #999;
	-webkit-transition: fill ease .2s;
	-o-transition: fill ease .2s;
	transition: fill ease .2s;
}
.component-nav{
	position: relative;
	z-index: 1;
	margin: 0 43px 50px;
}
.component-nav:before, .component-nav:after{
	content: "";
	position: absolute;
	width: 96px;
	height: 100%;
	background: url(images/component-nav-shadow.png) repeat-y;
	top: 0;
	left: 0;
	pointer-events: none;
}
.component-nav:after{
	left: auto;
	right: 0;
	-webkit-transform: scale(-1);
	    -ms-transform: scale(-1);
	        transform: scale(-1);
}
.component-nav a:hover svg, .component-nav .active svg{
	fill: #fff;
}
.component-slider{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
}
.component-slider .slick-list, .component-slider .slick-track{
	height: 100%;
}
.component-slider__item{
	height: 100%;
	position: relative;
}
.component-text{
	font-size: 19px;
	position: relative;
	z-index: 1;
	color: #fff;
	max-width: 415px;
}
.component-text__slides > div:not(:first-child){
	display: none;
}
.component-text img{
	max-width: 100%;
	margin: 0 0 46px;
}
.component-text > div:not(.h1){
	margin: 0 0 50px;
	min-height: 235px;
	font-size: 18px;
}
.component-text .models-slider__nav{
	text-align: left;
	left: -10px;
}
.component-text .models-slider__count i, .tech .models-slider__count i{
	background: #fff;
}
.component .models-slider__nav svg, .tech .models-slider__nav svg{
	fill: #fff;
}
.comp-page .component:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 183px;
	background: url(images/comp-bg.png) no-repeat center / cover;
	top: -183px;
	left: 0;
}

/*map*/
.map-wrap{
	height: 642px;
	/*max-width: 1920px;*/
	margin: 0 auto;
	position: relative;
}
#map{
	height: 100%;
}
.map-addresses{
	background: #4a4a4a;
	color: #fff;
	padding: 30px;
	position: absolute;
	z-index: 1;
	top: 141px;
	left: auto;
	box-shadow: 0px 14px 29px 0px rgba(15, 17, 20, 0.31);
	border-radius: 5px;
	width: 460px;
}
.map-addresses__head{
	border-bottom: #383838 2px solid;
	padding: 0 25px 23px;
	margin: 0 0 27px;
}
.map-addresses__title{
	font-weight: 800;
	font-size: 32px;
	line-height: normal;
	margin: 0 0 8px;
}
.map-addresses__select-city > span:first-child{
	font-weight: normal;
}
.map-addresses__content a{
	color: #FFF;
}
.map-addresses__content .location{
	margin: 0 0 13px;
	position: relative;
	display: flex;
	align-items: center;
}
.map-addresses__content .location a{
	color: #fff;
}
.address-ico{
	margin: 0 11px 0 0;
}
.map-addresses__content .more{
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	margin: 0 0 13px;
	display: flex;
	align-items: center;
}
.map-addresses__content .more:last-child{
	margin: 0;
}
.other-city-shop .more{
	display: none !important;
}
.map-addresses__content .more a{
	color: #fff;
}
.bold{
	font-weight: bold;
}
.map-addresses__content{
	max-height: 350px;
	overflow: hidden;
}
.map-addresses__content li{
	margin: 0 0 31px;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
}
.map-addresses__content li:last-child{
	margin: 0;
}
.map-addresses__content .visible{
	display: block;
}
.map-addresses__content .visible.hidden{
	display: none;
}
.mCSB_scrollTools .mCSB_draggerRail{
	width: 5px;
	background: #6f6f6f;
}
#mCSB_1_scrollbar_vertical{
	opacity: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background: #bababa;
	width: 5px;
	opacity: 1;
}
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background: #bababa;
}
.mCSB_inside>.mCSB_container{
	margin: 0 15px 0 0;
}
.mCSB_scrollTools{
	width: 5px;
}

/*catalog*/
.catalog-page{
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.catalog-page [title="Двойной щелчок - Добавить элемент"] > div{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.inner-wrap{
	padding: 30px 0 60px;
	color: #323232;
	/*max-width: 1920px;*/
	margin: 0 auto;
}
.service-page .inner-wrap {
	padding-bottom: 0;
}
.inner-page__type2 .inner-wrap{
	padding: 43px 0 60px;
	position: relative;
}
.tech-page .inner-wrap, .comp-page .inner-wrap{
	padding: 63px 0 0;
}
.inner-page h1{
	font-family: 'Bebas Neue';
}
.sidebar{
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
	width: 240px;
	padding: 0 40px 0 0;
	position: relative;
}
.sidebar__title{
	cursor: pointer;
	display: none;
	font-size: 20px;
	line-height: 24px;
	position: absolute;
	top: 18px;
	left: 0;
	width: 100%;
	text-align: center;
	font-weight: bold;
}
.filter-show:after, .file-load:after{
	content: "";
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 99;
	background: #323232;
	opacity: 0.5;
	top: 0;
	left: 0;
}
.catalog .wrap{
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.page-content{
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	position: relative;
}
.catalog-banner{
	position: relative;
	background: #E7E7E9;
	padding: 55px 50px 61px;
	border-radius: 6px;
	margin: 0 0 130px;
}
.catalog-banner__title{
	color: #fff;
	font-weight: 900;
	font-size: 68px;
	line-height: 68px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.catalog-banner__text{
	font-size: 22px;
	line-height: 27px;
	font-weight: normal;
	max-width: 310px;
	width: 100%;
	position: relative;
	z-index: 1;
}
.catalog-banner__text p{
	margin: 0 0 31px;
	color: #0D3654;
}
.red-button{
	cursor: pointer;
	font-size: 20px;
	display: inline-block;
	color: #fff;
	background: #E21019;
	text-decoration: none;
	text-align: center;
	border-radius: 50px;
	font-weight: bold;
	padding: 18px 41px;
	line-height: normal;
}
.catalog-banner img{
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	top: 77px;
	margin: 0 0 0 -6%;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.page-desc{
	font-weight: normal;
	line-height: 24px;
	margin: 0 0 31px;
}
.uplaod-file{
	margin: 0 0 30px;
}
.uplaod-file form{
	margin: 0 0 15px;
}
.xlsx-file, .zip-file{
	display: none;
}
.catalog-list{
	margin: 0 -3% 20px;
	font-size: 0;
}
.catalog-item{
	color: #333;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	width: 30.3%;
	margin: 0 1.3% 40px;
	padding: 20px 33px;
	background: #F7F8F9;
	border-radius: 6px;
	border: #F7F8F9 1px solid;
	-webkit-transition: background ease .2s, border-color ease .2s, -webkit-box-shadow ease .2s;
	transition: background ease .2s, border-color ease .2s, -webkit-box-shadow ease .2s;
	-o-transition: background ease .2s, border-color ease .2s, box-shadow ease .2s;
	transition: background ease .2s, border-color ease .2s, box-shadow ease .2s;
	transition: background ease .2s, border-color ease .2s, box-shadow ease .2s, -webkit-box-shadow ease .2s;
}
.catalog-item:hover{
	background: #fff;
	border-color: #E7E5E5;
	text-decoration: underline;
}
.catalog-item .pic{
	-webkit-transition: background-color ease .2s;
	-o-transition: background-color ease .2s;
	transition: background-color ease .2s;
}
.catalog-item:hover .pic{
	background-color: #fff !important;
}
.catalog-item .compare-ico{
	margin: 0;
	position: relative;
	top: -2px;
}
.catalog-item .compare-ico svg{
	opacity: .4;
}
.catalog-item .compare-ico__count{
	top: -6px;
}
.compare-ico__text{
	font-weight: 700;
}
.catalog-item__img{
	position: relative;
	height: 180px;
	margin: 0 0 10px;
	text-align: center;
}
.catalog-item img{
	max-width: 100%;
	max-height: 180px;
	/*height: 100%;*/
}
.catalog-item__name{
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	margin: 0 -5px 9px 0;
}
.catalog-item__name a{
	color: #333;
	text-decoration: none;
	display: inline-block;
	min-height: 48px;
}
.catalog-item__name a:hover{
	text-decoration: underline;
}
.colors{
	font-size: 0;
	line-height: 0;
	/* height: 30px;
	overflow: hidden; */
}
.colors a, .colors span{
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 2px solid #D0D8DD;
	border-radius: 50%;
	margin: 0 15px 0 0;
	position: relative;
	-webkit-transition: border-color ease .3s;
	-o-transition: border-color ease .3s;
	transition: border-color ease .3s;
}
.colors .selected, .colors a:hover{
	border-color: #E21019;
}
.colors div{
	overflow: hidden;
	width: 20px;
	height: 20px;
	display: inline-block;
	position: relative;
	border-radius: 50%;
	background: #fff;
	top: 3px;
	left: 3px;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.colors i{
	right: 0;
	bottom: 0;
	/*width: 10px;*/
	width: 20px;
	height: 20px;
	overflow: hidden;
	background: green;
	position: absolute;
	bottom: 0;
	right: 0;
}
.colors .black{
	-webkit-transform: rotate(-135deg);
	    -ms-transform: rotate(-135deg);
	        transform: rotate(-135deg);
}
.colors .black i{
	background: #000 !important;
}
.filter{
	position: relative;
	color: #232323;
}
.checkbox{
	padding: 0 0 0 39px;
	position: relative;
	cursor: pointer;
}
.checkbox .name{
	/*text-decoration: underline;*/
	position: relative;
}
.checkbox:hover .name span{
	text-decoration: underline;
}
.checkbox i{
	position: absolute;
	border: 2px solid #CFD7DD;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 5px;
	width: 24px;
	height: 24px;
	top: -2px;
	left: 0;
}
.checkbox [type=checkbox]:checked + i{
	border-color: #E21019;
	background: #E21019;
}
.checkbox .num{
	display: none;
	color: #888;
	font-size: 14px;
	margin: 0 0 0 6px;
	position: relative;
	top: -1px;
}
.checkbox input{
	display: none;
}
.checkbox svg{
	fill: none;
	position: absolute;
	top: 4px;
	left: 3px;
}
.filter__val{
	display: none;
	padding: 15px 0 28px;
}
.filter__val li:not(:last-child){
	margin: 0 0 10px;
	width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.filter__name{
	cursor: pointer;
	font-weight: bold;
	border-top: #E7E5E5 1px solid;
	padding: 13px 20px 12px 0;
	position: relative;
}
.only-categ .filter__name{
	border: none;
	padding: 0;
	margin: 0 0 12px;
	display: block;
	text-decoration: none;
	color: #333;
	transition: color ease .2s;
}
.only-categ .filter__name:hover{
	color: #E61117;
}
a.filter__name.active{
	color: #E21019;
}
.filter__name svg{
	fill: none;
	position: absolute;
	top: 21px;
	right: 0;
	-webkit-transition: -webkit-transform ease .2s;
	transition: -webkit-transform ease .2s;
	-o-transition: transform ease .2s;
	transition: transform ease .2s;
	transition: transform ease .2s, -webkit-transform ease .2s;
}
.filter__name.active svg{
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.filter-link{
	padding: 27px 0 0;
}
.filter__val .filter-link li{
	font-weight: bold;
	margin: 0 0 6px;
}
.filter__val .filter-link li:last-child{
	margin: 0;
}
.filter-link a{
	color: #323232;
	text-decoration: none;
}
.button, .apply-modal{
	text-align: center;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	color: #fff;
	background: #E21019;
	-webkit-box-shadow: 0px 5px 20px rgba(226, 16, 25, 0.15);
	        box-shadow: 0px 5px 20px rgba(226, 16, 25, 0.15);
	border-radius: 120px;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	padding: 17px 28px 14px;
	transition: background ease .2s;
}
.button:hover{
	background: #D70E14;
}
.apply-modal{
	border-radius: 10px;
	position: absolute;
	top: 0;
	right: -90px;
	z-index: 10;
	/* transition: top ease .2s; */
	display: none;
}
.apply-modal:after{
	content: "";
	position: absolute;
	border-right: #E21019 10px solid;
	border-top: transparent 10px solid;
	border-bottom: transparent 10px solid;
	left: -10px;
	top: 50%;
	transform: translateY(-50%);
}
.for-filter{
	display: none;
	margin: 0 0 20px;
}
.filter-button{
	padding: 14px 26px 12px;
}
.filter-button:before{
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(images/filter.svg) no-repeat;
	vertical-align: middle;
	margin: 0 18px 0 0;
}
.filter-buttons{
	border-top: #E7E5E5 1px solid;
	padding: 40px 0 0;
}
.filter-buttons .button.small{
	display: none;
}
.filter-buttons .button{
	width: 100%;
	margin: 0 0 20px;
}
.gray-button{
	padding: 16px 18px 13px;
	background: none;
	color: #323232;
	-webkit-box-shadow: none;
	        box-shadow: none;
	border: 1px solid #C4C4C4;
}
.hint{
	position: absolute;
	background: #0D3654;
	-webkit-box-shadow: 0px 10px 30px rgba(13, 54, 84, 0.1);
	        box-shadow: 0px 10px 30px rgba(13, 54, 84, 0.1);
	border-radius: 6px;
	color: #eee;
	font-size: 14px;
	line-height: 20px;
	width: 186px;
	bottom: -47px;
	text-align: center;
	padding: 7px 0 6px; 
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	display: none;
}
.hint:before{
	content: "";
	position: absolute;
	border-left: transparent 6px solid;
	border-right: transparent 6px solid;
	border-bottom: #0D3654 6px solid;
	top: -6px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.pagination{
	font-size: 0;
	text-align: center;
	position: relative;
}
.pagination li{
	vertical-align: top;
	display: inline-block;
	font-size: 18px;
	margin: 0 10px;
}
.pagination .current, .pagination a:hover{
	font-weight: bold;
	color: #000;
	border: 2px solid #B7C3CC;
}
.pagination a, .pagination li span{
	color: #323232;
	display: inline-block;
	width: 50px;
	height: 50px;
	border: 1px solid #EEEEEE;
	border-radius: 6px;
	text-align: center;
	line-height: 50px;
	text-decoration: none;
	-webkit-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
}
.prev-page{
	-webkit-transform: scale(-1, 1);
	    -ms-transform: scale(-1, 1);
	        transform: scale(-1, 1);
}
.pagination svg{
	fill: none;
	-webkit-transform: rotate(-90deg);
	    -ms-transform: rotate(-90deg);
	        transform: rotate(-90deg);
	position: relative;
	top: -2px;
}
.pagination > span{
	font-size: 16px;
	position: absolute;
	left: 0;
	top: 13px;
}
.bike-selection{
	display: none;
	margin: 0 0 98px;
	position: relative;
	background: #F9F9FA;
	padding: 50px 50px 84px;
	border-radius: 6px;
}
.bike-selection img{
	position: absolute;
	right: 54px;
	width: 392px;
	bottom: -40px;
}
.path{
	margin: 0 0 71px;
}
.path li{
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	font-weight: normal;
	font-size: 18px;
}
.path .active{
	font-weight: bold;
	color: #0D3654;
}
.path li:not(:last-child):after{
	content: "";
	display: inline-block;
	width: 8px;
	height: 14px;
	background: url(images/path-arrow.svg) no-repeat 0 0 / contain;
	opacity: .6;
	position: relative;
	top: 1px;
	margin: 0 23px 0 27px;
}
.bike-selection__title{
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 16px;
}
.bike-selection__input-wrap{
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	margin: 0 19px 0 0;
	position: relative;
	max-width: 300px;
	height: 60px;
	background: #fff;
	border: 2px solid #ADB2B6;
	border-radius: 6px;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
}
.bike-selection__input-wrap .input{
	width: 50%;
	padding: 18px 27px;
}
.bike-selection__input-wrap .input:nth-child(2){
	text-align: right;
}
.ui-widget.ui-widget-content{
	border: none;
	/* max-width: 183px; */
	border-radius: 0;
	/* position: absolute; */
	width: 100%;
	/* left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%); */
	bottom: -2px;
}
.ui-slider-horizontal{
	height: 3px;
}
.ui-widget-header, .ui-widget.ui-widget-content{
	background: #E21019;
}
.ui-slider-horizontal .ui-slider-handle{
	border-radius: 50%;
	background: #E21019;
	border: 3px solid #FFFFFF;
	-webkit-box-shadow: 0px 5px 15px rgba(226, 16, 25, 0.15);
	        box-shadow: 0px 5px 15px rgba(226, 16, 25, 0.15);
	top: -11px;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	cursor: pointer;
}
.ui-slider-horizontal .ui-slider-handle i{
	color: #454545;
	font-style: normal;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -24px;
    font-size: 14px;
}
.height-slider__wrap{
	position: relative;
	padding: 0 0 35px;
}
.height-slider__wrap > span{
	position: absolute;
	left: 0;
	bottom: 0;
}
.height-slider__wrap .filter-slider__max{
	left: auto;
	right: 0;
}
.bike-selection__wrap{
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.bike-selection__wrap label{
	min-width: 22.2px;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	margin: 0 59px 0 0;
}
.red-button svg{
	fill: none;
	position: relative;
	top: 1px;
	margin: 0 0 0 45px;
}
.input.weight-slider__val{
	width: 100%;
}
.colors-inputs{
	min-width: 400px;
}
.colors-inputs label{
	display: inline-block;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	cursor: pointer;
	margin: 0 15px 0 0;
}
.colors-inputs .checkbox{
	display: none;
}
.colors-inputs span, .colors-inputs i{
	display: block;
	height: 100%;
	border-radius: 50%;
	padding: 3px;
	-webkit-transition: background ease .2s, -webkit-box-shadow ease .2s;
	transition: background ease .2s, -webkit-box-shadow ease .2s;
	-o-transition: box-shadow ease .2s, background ease .2s;
	transition: box-shadow ease .2s, background ease .2s;
	transition: box-shadow ease .2s, background ease .2s, -webkit-box-shadow ease .2s;
}
.colors-inputs i{
	padding: 0;
	position: relative;
}
.colors-inputs svg{
	fill: none;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	opacity: 0;
	-webkit-transition: opacity ease .2s;
	-o-transition: opacity ease .2s;
	transition: opacity ease .2s;
}
.colors-inputs .checkbox:checked + span svg{
	opacity: 1;
}
.colors-inputs .checkbox:checked + span{
	background: #fff;
	-webkit-box-shadow: 0px 5px 20px rgba(13, 54, 84, 0.15);
	        box-shadow: 0px 5px 20px rgba(13, 54, 84, 0.15);
}
.path__steps > div:not(:first-child){
	display: none;
}
.comp-page .breadcrumbs a{
	color: #fff;
}
.breadcrumbs{
	position: relative;
	z-index: 2;
}
.breadcrumbs li{
	display: inline-block;
	vertical-align: top;
	font-weight: 400;
	font-size: 12px;
	line-height: 26px;
	color: #e21119;
}
.breadcrumbs li:not(:last-child):after{
	content: "";
	display: inline-block;
	width: 12px;
	height: 1px;
	background: #323232;
	vertical-align: middle;
	margin: 0 8px 0 13px;
}
.comp-page .breadcrumbs li:after{
	background: #fff;
}
.breadcrumbs a{
	color: #323232;
	text-decoration: none;
}
.breadcrumbs li:last-child, .breadcrumbs a:hover{
	text-decoration: underline;
}
.card-slider__wrap, .gray-block{
	position: relative;
	background: #eee;
	/*max-width: 1920px;*/
	margin: 0 auto;
	padding: 78px 0 110px;
}
.card-slider__inner .card-slider{
	margin-bottom: 30px;
}
.card-slider__wrap .wrap{
	z-index: 1;
}
.card-slider__wrap:before, .gray-block:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 115px;
	background: url(images/page-top.jpg) repeat-x center 0;
	top: -115px;
	left: 0;
	z-index: -1;
}
.card-slider__wrap{
	background: none;
	padding: 0;
}
.card-slider__wrap:before{
	display: none;
}
.tech-page .card-slider__wrap:before, .comp-page .card-slider__wrap:before{
	display: block;
}
.tech-page .card-slider, .comp-page .card-slider{
	height: 587px;
}
.tech-page .card-slider__wrap:before{
	background: url(images/page-top2.jpg) repeat-x center 0;
	top: -80px;
}
.comp-page .card-slider__wrap:before, .tech-page .card-slider__wrap:before{
	background: url(images/page-top3.jpg) repeat-x center 0;
	top: -80px;
}
.comp-page .card-slider__wrap:after, .tech-page .card-slider__wrap:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(images/shine.png) no-repeat center / contain;
	left: 0;
	top: 0;
}
.card-slider{
	height: 450px;
	max-width: 926px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.card-slider__wrap .promo-title{
	z-index: 0;
	color: #fff;
	line-height: 176px;
	left: 51.5%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.tech-page .card-slider__wrap .promo-title{
	line-height: 165px;
	opacity: .35;
}
.comp-page .card-slider__wrap .promo-title, .tech-page .card-slider__wrap .promo-title{
	opacity: .18;
	color: #0854b2;
}
.tech-page .card-slider__wrap{
	padding: 70px 0 140px;
	background: #b6c511;
}
.comp-page .card-slider__wrap, .tech-page .card-slider__wrap{
	background: #0f1114;
}
.tech-page .card-slider__wrap:nth-child(2) {
	display: none;
}
.card-slider__item{
	position: relative;
	height: 450px;
	padding: 0 30px;
}
.card-slider__item a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.tech-page .card-slider__item, .comp-page .card-slider__item{
	height: auto;
	padding: 0 0 20px;
}
.tech-page .card-slider__item:after{
	display: none;
	content: "";
	position: absolute;
	width: 100%;
	height: 57px;
	background: url(images/slider-shadow.png) no-repeat center bottom / contain;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.mz-expand .mz-expand-stage .mz-image-stage{
	background: #fff;
}
.card-slider__item img{
	max-width: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
    width: 100%;
	height: 100%;
	display: block;
    margin: 0px auto !important;
}
.card-slider__inner{
	position: relative;
}
.card-slider__inner.detail-page{
	max-width: 1040px;
	margin: 0 auto;
}
.card-slider__button{
	position: absolute;
	width: 32px;
	height: 32px;
	background: #fff;
	border-radius: 50%;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	margin: -5px 0 0;
}
.card-slider__button svg{
	fill: #333;
	position: absolute;
	top: 8px;
	left: 9px;
}
.card-slider__button.prev{
	left: auto;
	right: 0;
	-webkit-transform: translateY(-50%) scale(-1);
	    -ms-transform: translateY(-50%) scale(-1);
	        transform: translateY(-50%) scale(-1);
}
.slick-dots{
	text-align: center;
}
.slick-dots button{
	display: none;
}
.slick-dots li{
	display: inline-block;
	text-indent: -999px;
	width: 10px;
	height: 10px;
	background: #323232;
	border-radius: 50%;
	margin: 0 10px;
	-webkit-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
	cursor: pointer;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}
.slick-dots .slick-active{
	background: #D21E2A;
	border-radius: 4px;
	width: 34px;
}
.play-button{
	width: 60px;
	height: 60px;
	-webkit-box-shadow: 0px 7px 27px rgba(100, 100, 100, 0.13);
	        box-shadow: 0px 7px 27px rgba(100, 100, 100, 0.13);
	border-radius: 50%;
	background: #fff;
	display: inline-block;
	position: absolute;
	right: 15%;
	bottom: -10px;
	z-index: 2;
}
.play-button:after{
	content: "";
	position: absolute;
	border-top: transparent 10px solid;
	border-bottom: transparent 10px solid;
	border-left: #333 14px solid;
	top: 21px;
	left: 26px;
}
.card-content{
	padding: 73px 0 100px;
	font-size: 18px;
	line-height: 28px;
}
.card-content .wrap{
	max-width: 1200px;
}
.bike-desc{
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	font-weight: 500;
	max-width: 590px;
	padding: 0 20px 0 0;
}
/*.bike-desc > div:not(:first-child){
	display: none;
}*/
.card-content h1, .card-content .h1{
	font:72px/72px 'Bebas Neue';
	margin: 0 40px 32px 0;
}
.card-content .h1{
	margin: 0 0 0;
}
.bike-desc__bottom{
	font-size: 16px;
	line-height: 24px;
	color: #999;
	margin: 17px 0 0 0;
	width: 55%;
}
.bike-desc__bottom > span:not(:first-child), .bike-desc__bottom > span{
	display: none !important;
}
.compare-ico.style2{
	width: auto;
	padding: 0 0 0 33px;
	text-decoration: none;
	color: #999;
	font-weight: normal;
	margin: 0;
	top: 0;
}
.style2 .compare-ico__count{
	left: 9px;
}
.top-columns{
	-webkit-box-align: start;
	    -ms-flex-align: start;
			align-items: flex-start;
	justify-content: flex-end;
	flex-wrap: wrap;
	margin: 0 0 30px;
	flex: 1;
}
.min-title{
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 25px;
}
.min-title span{
	font-weight: normal;
}
.color-params{
	align-items: center;
	justify-content: flex-start;
	padding: 7px 0 0 0;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	min-width: 600px;
}
.top-columns .color-params__colors{
	margin: 0;
	text-align: center;
	/* flex: 1; */
}
.color-params__colors{
	font-size: 8px;
	margin: 0 0 39px;
}
.color-params__colors a{
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position: relative;
	margin: 0 20px 0 0;
}
.color-params__colors i{
	position: absolute;
	width: 52px;
	height: 52px;
	border: 2px solid #396798;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%) scale(0.8);
	    -ms-transform: translate(-50%,-50%) scale(0.8);
	        transform: translate(-50%,-50%) scale(0.8);
	border-radius: 50%;
}
.color-params__colors .active i{
	-webkit-transform: translate(-50%,-50%) scale(1);
	    -ms-transform: translate(-50%,-50%) scale(1);
	        transform: translate(-50%,-50%) scale(1);
}
.color-params__colors span{
	line-height: 12px;
    text-align: center;
	display: none;
	position: absolute;
	bottom: -35px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	font-size: 12px;
	color: #333;
	font-weight: normal;
}
.color-params__colors .active span{
	display: block;
}
.color-tabs{
	white-space: nowrap;
}
.height-select{
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
			justify-content: start;
	/* width: 55%; */
	margin: 0 0 0 2%;
	flex-wrap: nowrap;
}
.height-select a{
	/* border: 1px solid #BABABA; */
	/* padding: 15px 14px 14px 13px; */
	/* color: #323232; */
	border-radius: 5px;
	text-decoration: none;
	min-width: 95px;
	display: inline-block;
	text-align: center;
	-webkit-transition: color ease .2s, border-color ease .2s;
	-o-transition: color ease .2s, border-color ease .2s;
	transition: color ease .2s, border-color ease .2s;
	white-space: nowrap;
	position: relative;
	margin: 0 10px 0 0;
	border: 2px solid #E21019;
	padding: 14px 13px 13px 12px;
	color: #E21019;
	opacity: .2;
}
.height-select .disabled{
	cursor: default;
	background: #F7F7F7;
	color: #BCBCBC;
	border-color: #F7F7F7;
}
.height-select .active{
	/* border: 2px solid #E21019;
	padding: 14px 13px 13px 12px;
	color: #E21019; */
	opacity: 1;
}
.height-hint{
	position: absolute;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	font-size: 32px;
	line-height: 28px;
	padding: 23px 15px 21px;
	/*width: 95px;*/
	-webkit-box-shadow: 0px 2px 16px rgba(153, 153, 153, 0.31);
	        box-shadow: 0px 2px 16px rgba(153, 153, 153, 0.31);
	border-radius: 5px;
	background: #fff;
	top: -80px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	color: #333;
	display: none;
}
.charact .h1{
	margin: 0 0 83px;
}
.charact-acc > div:not(:first-child){
	display: none;
}
.charact-acc__item{
	border-bottom: #D1D1D1 2px solid;
	align-items: flex-start;
}
.charact-acc__item:not(:last-child) {
	margin: 0 0 40px;
}
.charact-acc__item:last-child{
	border: none;
}
.charact-acc__item-name{
	font-weight: bold;
	font-size: 28px;
	line-height: 34px;
	position: relative;
	flex: 1;
	max-width: 460px;
	margin: 5px 0 0;
}
.simple-table table{
	width: 100%;
	max-width: 730px;
	line-height: 24px;
	font-weight: normal;
}
.simple-table td{
	padding: 14px 0 12px;
}
.simple-table td:first-child{
	font-weight: bold;
	width: 340px;
}
.charact-acc__item-content{
	padding: 0 0 43px;
	flex: 1;
}
.charact-acc__item-name i{
	position: absolute;
	width: 31px;
	height: 31px;
	right: 150px;
	top: 47px;
	background: #F7F7F7;
	border-radius: 50%;
	-webkit-transition: background ease .2s, -webkit-transform ease .2s;
	transition: background ease .2s, -webkit-transform ease .2s;
	-o-transition: background ease .2s, transform ease .2s;
	transition: background ease .2s, transform ease .2s;
	transition: background ease .2s, transform ease .2s, -webkit-transform ease .2s;
}
.charact-acc__item-name svg{
	fill: #333;
	position: absolute;
	top: 8px;
	left: 10px;
	-webkit-transform: rotate(-90deg);
	    -ms-transform: rotate(-90deg);
	        transform: rotate(-90deg);
	-webkit-transition: fill ease .2s;
	-o-transition: fill ease .2s;
	transition: fill ease .2s;
}
.charact-acc__item-name.active i{
	background: #E21019;
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}
.charact-acc__item-name.active svg{
	fill: #fff;
}
.geometry-data{
	align-items: flex-start;
}
.geometry-data__svg{
	padding: 40px 20px 0 0;
	width: 560px;
	height: auto;
}
.geometry{
	background: #F8F8F8;
	position: relative;
	padding: 80px 0 210px;
	margin: 0 0 -130px;
}
.geometry:after, .geometry:before{
	content: "";
	position: absolute;
	width: 200%;
	height: 100%;
	background: #F8F8F8;
	top: 0;
	left: 100%;
}
.geometry:after{
	left: auto;
	right: 100%;
}
.geometry-data__table{
	flex: 1;
	max-width: 500px;
}
.geometry-data__table .table-title{
	display: none;
	text-align: left;
}
.geometry-data__table table{
	width: 100%;
	font-size: 18px;
	line-height: 22px;
}
.geometry-data__table th{
	font-weight: bold;
	font-size: 22px;
	padding: 0 0 22px;
}
.geometry-data__table tr{
	border-radius: 4px;
}
.geometry-data__table tbody tr:hover{
	font-weight: bold;
	color: #E44956;
}
.geometry-data__table tbody tr:hover span{
	background: #E44956;
	color: #fff;
}
.geometry-data__table tbody tr:nth-child(odd) {
	background: #fff;
}
.geometry-data__table td{
	text-align: center;
}
.geometry-data__table td:first-child{
	width: 154px;
	text-align: left;
	color: #7A7A7A;
	font-weight: bold;
}
.geometry-data__table span{
	display: inline-block;
	padding: 11px 15px;
	border-radius: 4px;
}
.geometry-columns{
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	font-weight: normal;
	font-size: 18px;
	line-height: 28px;
}
.geometry .h1{
	margin: 0 0 52px;
}
.geometry-bg{
	height: 202px;
	background: url(images/geometry-bottom.png) repeat-x center 0;
	margin: -202px 0 0;
	position: relative;
	z-index: 1;
}
.tech-desc__detail{
	background: #0C3452;
	color: #fff;
	position: relative;
	margin: 0 0 -60px;
	padding: 100px 0 60px;
}
.tech-desc__detail .wrap{
	max-width: 1186px;
}
.tech-desc__detail .h1{
	font: 72px/72px 'Bebas Neue';
	color: #fff;
}
.tech-desc__detail .overview-list{
	align-items: flex-start;
	flex-wrap: nowrap;
}
.tech-desc__detail .overview-list:last-child{
	margin: 0;
}
.tech-desc__detail .overview-ico{
	margin: 0 0 40px;
	width: auto;
	height: 103px;
	justify-content: flex-start;
}
.tech-desc__detail .overview-ico img{
	max-width: 108px;
}
.tech-desc__detail span{
	font-size: 15px;
	font-weight: 300;
}
.tech-desc__detail .overview-list li{
	text-align: left;
	max-width: 268px;
}
.tech-desc__detail .overview-list p{
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 20px;
}
.height-select2{
	margin: 29px 0;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.height-select2 li{
	margin: 0 5px 10px 0;
}
.height-select2 a{
	padding: 21px 20px;
	color: #BCBCBC;
	display: inline-block;
	border: 1px solid #BABABA;
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 32px;
	line-height: 28px;
	width: 95px;
	margin: 0 0 12px;
	-webkit-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
}
.height-select2 .active{
	background: #D21E2A;
	border-color: #D21E2A;
	-webkit-box-shadow: 0px 2px 16px rgba(153, 153, 153, 0.31);
	        box-shadow: 0px 2px 16px rgba(153, 153, 153, 0.31);
	color: #fff;
}
.height-select2 .disabled a{
	background: #F7F7F7;
	border-color: #F7F7F7;
	color: #e0e0e0;
	cursor: default;
}
.height-select2 p{
	color: #333;
	font-weight: normal;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
}
.height-select2 .disabled p{
	color: #BABABA;
}
.geometry-table table{
	font-weight: bold;
	width: 100%;
	font-size: 18px;
	line-height: 28px;
	color: #010101;
}
.geometry-table tr{
	-webkit-transition: background ease .2s, color ease .2s;
	-o-transition: background ease .2s, color ease .2s;
	transition: background ease .2s, color ease .2s;
}
.geometry-table tr:hover{
	background: #eee;
}
.geometry-table td{
	padding: 13px 20px 14px;
	-webkit-transition: color ease .2s;
	-o-transition: color ease .2s;
	transition: color ease .2s;
}
.geometry-table tr:hover td:last-child{
	color: #E21019;
}
.geometry-columns__right img{
	max-width: 100%;
	margin: 0 0 30px;
}
.tech{
	background: #0D3453 url(images/geometry-bottom.jpg) repeat-x center 0;
	color: #fff;
	/*max-width: 1920px;*/
	margin: -65px auto -60px;
	padding: 300px 0 78px;
}
.tech-page .tech{
	margin-bottom: 0;
}
.tech__right{
	margin: 0 0 0 440px;
	width: 110%;
}
.tech-slider{
	width: 100%;
	margin: 0 0 80px;
}
.tech-slider__item{
	padding: 40px 80px 0 96px;
	opacity: .28;
	-webkit-transition: opacity ease .2s;
	-o-transition: opacity ease .2s;
	transition: opacity ease .2s;
	position: relative;
}
.tech-slider__item img{
	/* max-width: 329px; */
	max-height: 394px;
}
.tech-slider__item.slick-active{
	opacity: 1;
}
.tech__left{
	width: 440px;
	float: left;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
}
.tech__left-content > div:not(:first-child){
	display: none;
}
.tech__left-content .visible{
	display: block;
}
.tech__left .h1, .component-text .h1{
	font:bold 64px/64px 'Bebas Neue';
	color: #fff;
	margin: 0 0 40px;
}
.tech__left .h2{
	font-size: 22px;
	line-height: 31px;
	color: #fff;
	margin: 0 0 30px;
	max-width: 273px;
}
.tech__left .h2::after, .component-text__slides-title:after{
	content: "";
	display: block;
	width: 40px;
	height: 4px;
	background: #D21C21;
	margin: 15px 0 0;
}
.tech-slider__item .num{
	position: absolute;
	font-weight: 100;
	font-size: 65px;
	line-height: 91px;
	top: 0;
	left: 0;
}
.tech .models-slider__nav{
	text-align: left;
}
.gray-block{
	padding: 32px 0 0;
}
.gray-block:last-child{
	margin: 0 0 -60px;
}
.page-title{
	color: #333;
	font-size: 72px;
	line-height: 69px;
	margin: 0 0 107px;
}
.compare-wrap{
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	max-width: 1506px;
	margin: 0 auto;
	padding: 0 10px 55px;
}
.compare-item{
	width: 30.35%;
}
.compare-item__pic{
	position: relative;
	height: 236px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0 0 17px;
}
.compare-item__pic .pic, .catalog-item__img .pic, .card-slider__item .pic, .compare-cards__item-pic .pic{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-blend-mode: multiply;
}
.compare-item__pic img{
	/*max-width: 100%;*/
	height: 100%;
	margin: 0 0 10px;
}
.compare-item__pic .pic:not(:first-child){
	display: none;
}
.compare-item__pic:after, .compare-cards__item-pic:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 17px;
	background: url(images/compare-shadow.png) no-repeat center 0 / contain;
	left: -1%;
	bottom: 0;
}
.compare-item__select{
	position: relative;
}
.compare-item__selected-name{
	font:50px/50px 'Bebas Neue';
	text-align: center;
	border-bottom: #4a4a4a 2px solid;
	padding: 8px 0 4px;
	position: relative;
	display: block;
	color: #333;
	text-decoration: none;
	margin: 0 0 13px;
	-webkit-transition: background ease .2s;
	-o-transition: background ease .2s;
	transition: background ease .2s;
	transition: all ease .2s;
	z-index: 11;
}
.compare-nav-fixed .compare-item__selected-name{
	position: fixed;
	top: 0;
	width: 23.71%;
}
.fixed-wrap{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 64px;
	background: #eee;
	z-index: -10;
	opacity: 0;
	transition: all ease .2s;
}
.compare-nav-fixed .fixed-wrap{
	z-index: 9;
	opacity: 1;
}
.compare-item__selected-name:hover{
	background: #fff;
}
.compare-item__selected-name span{
	position: relative;
	z-index: 2;
}
.compare-item__selected-name:after{
	content: "";
	position: absolute;
	border-left: transparent 5px solid;
	border-right: transparent 5px solid;
	border-top: #333 8px solid;
	bottom: 23px;
	right: 21px;
}
.compare-item__selected-type{
	text-transform: uppercase;
	font-weight: normal;
	font-size: 18px;
	line-height: normal;
	text-align: center;
	margin: 0 0 26px;
}
.compare-item__select .color-params__colors{
	text-align: center;
	margin: 0 0 38px;
}
.compare-item__select .color-params__colors a{
	margin: 0 10px;
}
.sizes{
	text-align: center;
	font-weight: normal;
}
.sizes span{
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	border: #bababa 1px solid;
	border-radius: 5px;
	line-height: normal;
	padding: 2px 8px 1px;
	-webkit-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
	margin: 0 3px;
}
.sizes a:hover, .sizes .active{
	-webkit-box-shadow: 0px 2px 10px 0px rgba(144, 144, 144, 0.23);
	        box-shadow: 0px 2px 10px 0px rgba(144, 144, 144, 0.23);
	border-color: #fff;
	background: #fff;
}
.compare-droplist{
	display: none;
	position: absolute;
	background: #fff;
	width: 100%;
	height: 510px;
	top: 0;
	left: 0;
	z-index: 1;
	padding: 62px 0 0;
	font-size: 16px;
	-webkit-box-shadow: 0px 14px 29px 0px rgba(15, 17, 20, 0.1);
	        box-shadow: 0px 14px 29px 0px rgba(15, 17, 20, 0.1);
	border-radius: 0 0 6px 6px;
}
.compare-nav-fixed .compare-droplist{
	position: fixed;
	top: 0;
	z-index: 11;
	width: 30%;
	left: auto;
	z-index: 10;
}
.compare-droplist:before{
	content: "";
	display: block;
	height: 2px;
	background: #dcdcdd;
}
.compare-droplist .title{
	font-weight: bold;
	margin: 0 0 14px 17px;
}
.compare-droplist ul{
	margin: 0 0 9px;
}
.compare-droplist a{
	color: #333;
	text-decoration: none;
	display: inline-block;
	border-radius: 5px;
	padding: 3px 20px 2px 17px;
	margin: 0 0 5px;
	-webkit-transition: background ease .2s;
	-o-transition: background ease .2s;
	transition: background ease .2s;
}
.compare-droplist a:hover, .compare-droplist .active{
	background: #eee;
}
.compare-droplist__scroll-wrap{
	padding: 28px 13px 16px 25px;
	height: 100%;
}
.compare-droplist__scroll{
	height: 100%;
	overflow: hidden;
}
.compare-droplist .mCSB_scrollTools .mCSB_draggerRail{
	background: #ebebeb;
}
.overview{
	padding: 69px 0 160px;
	margin: 0 auto;
    max-width: 1200px;
}
.param-title{
	font:72px/72px 'Bebas Neue';
	border-bottom: #d1d1d1 2px solid;
	padding: 0 0 6px;
	margin: 0 0 62px;
	color: #0c3654;
}
.overview-list{
	/*max-width: 1203px;*/
	margin: 0 auto 65px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.tech-page .overview-list{
	margin: 0 -40px 101px;
}
.tech-page .overview-list:last-child{
	margin: 0 auto 40px;
}
.overview-list li{
	min-width: 262px;
	max-width: 262px;
	min-height: 220px;
	padding: 0 10px;
	font-size: 16px;
	line-height: normal;
	text-align: center;
	position: relative;
}
.tech-page .overview-list li{
	cursor: pointer;
}
.overview-ico{
	width: 110px;
	height: 110px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	margin: 0 auto 27px;
}
.tech-page .overview-ico{
	margin: 0 auto 19px;
	position: relative;
}
.tech-page .overview-list li:hover .overview-ico:before{
	content: "";
	position: absolute;
	width: 82px;
	height: 82px;
	border-radius: 50%;
	background: #eee;
	bottom: -12px;
    right: -10px;
	z-index: -1;
}
.table-param{
	text-align: center;
	font-size: 16px;
}
.overview-list p, .table-param p{
	font-weight: bold;
	margin: 0 0 7px;
}
.table-param span{
	display: inline-block;
	min-height: 19px;
}
.tech-page .overview-list p{
	line-height: 24px;
}
.balloon-hint{
	position: absolute;
	width: 24px;
	height: 24px;
	line-height: 24px;
	border-radius: 50%;
	background: #eee;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	right: -20px;
	bottom: 10px;
	cursor: pointer;
	-webkit-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
}
.balloon-hint:hover, .balloon-hint.active{
	background: #fff;
	-webkit-box-shadow: 0px 7px 10px 0px rgba(15, 17, 20, 0.09);
	        box-shadow: 0px 7px 10px 0px rgba(15, 17, 20, 0.09);
}
.balloon-hint__content{
	display: none;
	font-size: 16px;
	line-height: 26px;
	background: #fff;
	font-weight: 500;
	position: absolute;
	top: 50%;
	left: 29px;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 318px;
	text-align: left;
	z-index: 1;
	border-radius: 8px;
	-webkit-box-shadow: 0px 13px 38px 0px rgba(107, 107, 107, 0.14);
	        box-shadow: 0px 13px 38px 0px rgba(107, 107, 107, 0.14);
	padding: 25px 32px;
}
.table-param p{
	margin: 0 0 1px;
}
.table-param ul{
	/* width: 33%; */
	width: 22.6%;
}
.table-param li{
	margin: 0 0 28px;
	min-height: 75px;
}
.table-param + .param-title{
	margin: 28px 0 62px;
}
.compare-cards{
	max-width: 1360px;
	margin: 0 auto;
}
.compare-cards__item{
	width: 410px;
	padding: 0 10px;
}
.compare-cards__item-pic{
	text-align: center;
	position: relative;
	margin: 0 0 49px;
	height: 236px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.compare-cards__item-pic img{
	max-width: 100%;
	position: relative;
	z-index: 1;
	margin: 0 0 10px;
}
.compare-cards__item:hover .compare-cards__item-pic:before{
	opacity: 1;
}
.compare-cards__item-pic:before{
	display: none;
	content: "";
	position: absolute;
	width: 297px;
	height: 297px;
	border-radius: 50%;
	background: #fff;
	top: -60px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	z-index: 0;
	opacity: 0;
	-webkit-transition: opacity ease .2s;
	-o-transition: opacity ease .2s;
	transition: opacity ease .2s;
}
.compare-cards__item-buttons{
	font-size: 18px;
	max-width: 366px;
	margin: 0 auto;
}
.buy-button{
	font-weight: bold;
	color: #333;
}
.for-compare-cards{
	padding: 80px 0 102px;
}
.tech-columns, .comp-desc{
	/* padding: 74px 0 100px; */
	padding: 74px 0 0;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.tech-columns__left{
	width: 460px;
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
	padding: 20px 0 0;
	font-size: 18px;
	line-height: 26px;
}
.tech-columns__left .h1, .comp-desc .h1{
	font:bold 72px/72px 'Bebas Neue';
	margin: 0 0 34px;
}
.tech-columns__left .h4{
	font-size: 22px;
	line-height: normal;
	color: #333;
	margin: 0 0 17px;
}
.tech-columns__left .h4::after{
	content: "";
	display: block;
	width: 40px;
	height: 4px;
	background: #D21C21;
	margin: 20px 0 0;
}
.tech-columns__left p{
	margin: 0 0 10px;
}
.tech-columns__right{
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	position: relative;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	max-width: 504px;
	/* padding: 89px 0 0 20px; */
}
.tech-columns__right img{
	position: absolute;
	right: 110px;
	/* max-width: 100%; */
	transform: scale(-1, 1);
}
.circle-text{
	width: 400px;
	height: 400px;
	border-radius: 50%;
	background: #eee;
	padding: 40px;
	color: #fff;
	font: 72px/59px 'Bebas Neue';
	letter-spacing: -0.5px;
}
.circle-text p{
	margin: 0 0 0 16px;
}
.manuf{
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	text-align: center;
	padding: 47px 0 0;
}
.manuf li{
	padding: 0 10px;
	width: 25%;
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
	margin: 0 0 137px;
	position: relative;
}
.manuf img{
	cursor: pointer;
	max-width: 100%;
	transition: transform ease .2s;
}
.manuf img:hover{
	transform: scale(1.1);
}
.manuf-content{
	line-height: 26px;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: left;
	padding: 28px 28px 22px 32px;
	-webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
}
.dots{
	position: relative;
	z-index: 1;
}
.slide-series, .map-addresses__buttons, .mobile-menu{
	display: none;
}
.card-top{
	align-items: flex-start;
	margin: 0 0 40px;
	flex-wrap: wrap;
}

.modal {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	width: 90%;
	max-width: 500px;
	padding: 15px 20px;
	z-index: 100;
	border-radius: 15px;
}
.modal-close{
	display: block;
}
.modal__title {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 20px;
}
.modal__columns{
	columns: 100px 3;
}
.dealers-form__title{
	font-family: 'Bebas Neue';
	font-style: normal;
	font-weight: bold;
	font-size: 64px;
	line-height: 64px;
	color: #193652;
    margin: 0 0 44px;
}
.dealers-page{
	margin: 107px auto 80px;
    max-width: 1160px;
}
.dealers-page p{
	margin: 15px 0;
}
.dealers-form{
	flex: none;
	width: 100%;
	max-width: 600px;
	/* margin: 70px 0 0; */
}
.dealers-form label.error{
	display: none !important;
}
.text-input{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	outline: none;
	border: 1px solid #CFD7DD;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 14px;
    padding: 5px 15px;
	width: 49%;
	margin: 0 0 13px;
	resize: none;
}
.w100{
	width: 100%;
}
.text-input.error{
	border-color: #E21019;
}
textarea.text-input{
	width: 100%;
	height: 150px;
}
.form-res{
	display: none;
	margin: 30px 0 0;
}
.form-res.green{
	color: green;
}
.form-res.red{
	color: #E21019;
}

figure.mz-figure{
	display: block;
    width: 100%;
    height: 100%;
}

.text-page{
	max-width: 1160px;
	margin: 40px auto;
	padding: 0 190px 0 0;
}
.text-page p{
	margin: 18px 0;
}
/* .mz-expand > div:not(.mz-expand-stage), .mz-expand > div:not(.mz-expand-bg), .mz-expand > span{
	top: -50% !important;
	left: -50% !important;
} */

/*footer*/
.footer{
	background: #0f1114;
	padding: 26px 0 54px;
	color: #fff;
	/*max-width: 1920px;*/
	margin: 0 auto;
}
.footer .wrap{
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.footer__left{
	max-width: 355px;
	padding: 0 20px 0 0;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.footer .logo{
	display: inline-block;
	margin: 0 0 32px;
}
.cpr, .conf, .dev{
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
}
.dev{
	margin: 20px 0 0;
}
.footer__right{
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.footer__menu-wrap{
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	max-width: 590px;
	padding: 38px 20px 0 0;
}
.footer__menu{
	font-weight: normal;
	min-width: 216px;
}
.footer a:not(.border-button){
	color: #fff;
	-webkit-transition: color ease .1s;
	-o-transition: color ease .1s;
	transition: color ease .1s;
}
.footer a:not(.border-button):hover{
	color: #e21119;
	text-decoration: underline;
}
.footer__menu-title{
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 20px;
	position: relative;
}
.footer__menu-title.title-parent {
	cursor: pointer;
}
.footer__menu-title.title-parent:before {
	content: "";
	position: absolute;
	top: 6px;
	right: 0;
	width: 13px;
	height: 8px;
	background: url(images/mobile-menu-arr.svg) no-repeat center;
	transition: transform ease .2s;
	opacity: 1 !important;
}
.footer__menu-title.active:after {
	display: none;
}
.footer__menu-title.active:before {
	transform: rotate(180deg);
}
.footer__menu ul + .footer__menu-title{
	
}
.header__menu .footer__menu .footer__menu-title:last-child {
	margin: 0 0 10px;
}
.header__menu .footer__menu-title a {
	color: #fff;
	text-decoration: none;
}
.footer__menu-title.for-service {
	border: none;
    color: #fff !important;
    font-size: 18px;
    padding: 0 0 21px;
    border-bottom: #383838 2px solid;
    border-radius: 0;
    width: 100%;
    justify-content: start;
    margin: -9px 0 30px;
	display: flex;
}
.footer__menu-title.for-service img {
	margin: 0 11px 0 0;
}
.footer__menu li:not(:last-child){
	margin: 0 0 6px;
}
.border-button:not(.button){
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	border: #fff 2px solid;
	border-radius: 50px;
	font-size: 18px;
	font-weight: bold;
	padding: 7px 17px 6px;
	-webkit-transition: border-color ease .2s;
	-o-transition: border-color ease .2s;
	transition: border-color ease .2s;
}
.border-button:hover{
	border-color: #e21119;
}
.border-button.black{
	color: #333;
	border-color: #333;
	min-width: 190px;
	-webkit-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
}
.border-button.black:hover, .compare-cards__item:hover .border-button.black{
	background: #fff;
	border-color: #fff;
	-webkit-box-shadow: 0px 5px 29px 0px rgba(147, 147, 147, 0.2);
	        box-shadow: 0px 5px 29px 0px rgba(147, 147, 147, 0.2);
}
.button.border-button{
	border: #fff 2px solid;
	background: none;
	padding: 15px 28px 12px;
}
.f__so_{
	/* min-width: 337px; */
	width: 250px;
	font-size: 0;
	padding: 29px 0 0;
}
.social-buttons{
	margin: 16px 0 31px;
}
.social-buttons a{
	margin: 0 20px 0 0;
	display: inline-block;
	height: 30px;
}
.social-buttons svg{
	fill: #e21119;
	-webkit-transition: fill ease .2s;
	-o-transition: fill ease .2s;
	transition: fill ease .2s;
}
/*.social-buttons a:hover svg{
	fill: #fff;
}*/
.pdf{
	margin: 0 0 50px;
	display: inline-block;
	text-decoration: none !important;
	color: #fff !important;
}
.pdf span{
	text-decoration: underline;
	margin: 0 0 0 10px;
}
.pdf:hover span{
	text-decoration: none;
}
.pdf > *{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
}
.f__so_ .pdf, .f__so_ .cpr{
	display: none;
}
.slick-hidden{
	display: none !important;
}
.card-slider__button:not(.slick-hidden) {
	display: inline-block !important;
}
.video-wrap{
	position: relative;
	height: 765px;
	justify-content: center;
	text-align: center;
	font-size: 24px;
	line-height: 28px;
}
.video-wrap:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .3);
}
.video-text{
	position: relative;
	z-index: 1;
	color: #fff;
}
.video-text__title{
	font-size: 48px;
	line-height: 56px;
}
.video-text__play{
	display: block;
	width: 114px;
	height: 114px;
	background: url('images/play.png') no-repeat center / contain;
	margin: 21px auto 36px;
}
.for-video{
	font:24px/28px 'Montserrat', sans-serif;
	text-align: center;
	letter-spacing: 0.03em;
	text-align: center;
	max-width: 780px;
	padding: 93px 0 103px;
}
.for-video__title, .video-info__title{
	font:bold 64px/64px 'Bebas Neue';
	text-align: center;
	margin: 0 0 24px;
}
.video-about{
	max-width: 1400px;
	margin: 0 auto 95px;
}
.video-about a{
	height: 426px;
	flex: none;
	width: 50%;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}
.video-about span{
	font:bold 64px/64px 'Bebas Neue';
	margin: 0 0 10px;
	display: inline-block;
}
.video-info .wrap{
	max-width: 1200px;
}
.video-info__title{
	margin: 0 0 64px;
}
.video-filter{
	margin: 0 0 50px;
}
.video-filter a{
	font:400 18px/22px 'Bebas Neue';
	display: inline-block;
	vertical-align: top;
	border: 1px solid #000000;
	box-sizing: border-box;
	border-radius: 100px;
	text-decoration: none;
	color: #000;
	padding: 7px 23px;
	min-width: 138px;
	text-align: center;
	transition: color ease .2s, background ease .2s;
	margin: 0 10px 0 0;
}
.video-filter .active, .video-filter a:hover{
	background: #000;
	color: #fff;
}
.video-list{
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.video-list a{
	flex: none;
	width: 24.1%;
	font-weight: bold;
	font-size: 16px;
	line-height: normal;
	color: #000;
	text-decoration: none;
	margin: 0 1.2% 72px 0;
}
.video-list a:nth-child(4n+4){
	margin-right: 0;
}
.video-list .pic{
	height: 171px;
	position: relative;
	margin: 0 0 28px;
}
.video-list .pic:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: .3;
	background: #201D1C;
	transition: opacity ease .2s;
}
.video-list a:hover .pic:after{
	opacity: 0;
}
.video-list .pic:before{
	z-index: 1;
	content: "";
	position: absolute;
	width: 36px;
	height: 36px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url(images/play2.png) no-repeat center / contain;
}
.video-list .name{
	font:bold 26px/26px 'Bebas Neue';
	margin: 0 0 7px;
}
.video-list .desc{
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
}

/*pre-order*/
.pre-order-wrap{
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	background: url(images/pre-order-bg.jpg) no-repeat center top / cover;
	padding: 100px 0 124px;
}
.pre-order-wrap br{
	display: none;
}
.pre-order__title{
	font-weight: 900;
    font-size: 66px;
    line-height: 83px;
    text-transform: uppercase;
    max-width: 970px;
    margin: 0 0 29px;
}
.pre-order-wrap p{
	max-width: 625px;
	margin: 0 0 20px;
}
.pre-order-wrap .wrap > span{
	display: block;
	max-width: 400px;
	font-weight: normal;
	font-size: 14px;
	line-height: 140%;
}
.pre-order_buttons{
	margin: 50px 0 0;
}
.pre-order_buttons .button{
	font-weight: bold;
	font-size: 16px;
	min-width: 200px;
	padding: 18px 28px 17px;
	margin: 0 30px 0 0;
}
.pre-order_buttons .border-button{
	background: none;
	box-shadow: none;
}
.pre-order_buttons .border-button:hover{
	opacity: .8;
	border-color: #fff;
}
.pre-order-advant__list{
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	line-height: 140%;
	padding: 74px 0 60px;
	margin: 0 0 80px;
	border-bottom: #C4C4C4 1px solid;
}
.pre-order-advant__list li{
	max-width: 188px;
}
.pre-order-advant__list .ico{
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 30px;
}
.order-form{
	max-width: 360px;
	margin: 0 auto 80px;
}
.order-form__title{
	text-align: center;
	color: #193652;
	font:64px/64px 'Bebas Neue';
	margin: 0 0 60px;
}
.order-form__line{
	margin: 0 0 30px;
}
.order-form label{
	font-size: 14px;
	line-height: 17px;
	color: #333;
	margin: 0 0 9px;
	display: block;
}
.new-text-input{
	border: 1px solid #999999;
	border-radius: 5px;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	padding: 16px 23px;
	display: block;
	width: 100%;
}
.input-city__wrap{
	position: relative;
}
.input-city__wrap .new-text-input{
	padding-right: 56px;
}
.input-city__select{
	width: 56px;
	height: 51px;
	top: 0;
	right: 0;
	position: absolute;
	cursor: pointer;
}
.input-city__select:after{
	content: "";
	position: absolute;
	width: 12px;
	height: 8px;
	background: url(images/trigger.svg) no-repeat center;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.input-city__modal{
	position: absolute;
	border: 1px solid #999999;
	border-radius: 5px;
	background: #fff;
	z-index: 1;
	width: 100%;
	top: 100%;
	margin: -1px 0 0;
	padding: 16px 23px;
	font-size: 14px;
    line-height: 17px;
    display: none;
}
.input-city__modal li{
	cursor: pointer;
}
.input-city__modal li:not(:last-child){
	margin: 0 0 10px;
}
.order-form .button{
	font-weight: bold;
    font-size: 16px;
    max-width: 200px;
    padding: 18px 28px 17px;
    display: block;
    margin: 50px auto 20px;
}
.order-hint{
	font-size: 13px;
	line-height: 150%;
	text-align: center;
	color: #999;
}
.order-hint a{
	color: #999;
}
.order-advantages{
	position: relative;
	padding: 84px 0 0;
	background: #EEEEEE;
}
.order-advantages:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 84px;
	background: url(images/order-advantages-top.svg) no-repeat center 0 / cover;
	top: 0;
	left: 0;
}
.h1.bebas{
	font:bold 64px/64px 'Bebas Neue';
	margin: 50px 0 48px;
}
.order-advantages__list{
	align-items: flex-start;
	font-weight: bold;
	font-size: 18px;
	line-height: 140%;
	margin: 0 0 127px;
}
.order-advantages__list li{
	position: relative;
	padding: 0 0 0 57px;
}
.order-advantages__list li:before{
	content: "";
	position: absolute;
	width: 37px;
	height: 2px;
	background: #E61117;
	top: 10px;
	left: 0;
}
.order-advantages img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.bike-advantages{
	padding: 120px 0;
}
.pre-order-page .wrap{
	max-width: 1200px;
}
.h1.bike-advantages__title{
	max-width: 500px;
	margin: 0 0 60px;
	color: #193652;
}
.bike-advantages__slides{
	font-weight: normal;
	font-size: 18px;
	line-height: 140%;
	max-width: 460px;
}
.bike-advantages__slides-title{
	font-weight: bold;
	font-size: 22px;
	margin: 0 0 20px;
}
.bike-advantages__slides-title::after{
	content: "";
	display: block;
	width: 40px;
	height: 4px;
	background: #D21C21;
	margin: 22px 0 0;
}
.bike-advantages__slider-item img{
	display: block;
	border-radius: 50%;
	max-width: 100%;
}
.bike-advantages__slider-wrap{
	margin: 0 0 0 56%;
}
.bike-advantages__text{
	max-width: 500px;
	float: left;
}
.bike-advantages__slides-item{
	min-height: 210px;
	margin: 0 0 40px;
}
.tech__left-content{
	margin: 0 0 40px;
}
.bike-advantages__slides-item:not(:first-child){
	display: none;
}
.models-slider__nav.left-pos{
	text-align: left;
	margin: 0 0 0 -20px;
}
.left-pos .models-slider__count{
	margin: 0;
}
.left-pos .models-slider__count i{
	width: 64px;
	height: 2px;
	margin: 0 4px 0 -4px;
}
.advantages-parts{
	padding: 120px 0 70px;
	background: url(images/advantages-parts.jpg) no-repeat center 0 / cover;
	color: #fff;
}
.advantages-parts .h1{
	color: #fff;
	max-width: 710px;
}
.advantages-parts__list{
	max-width: 1010px;
	align-items: flex-start;
	flex-wrap: wrap;
}
.advantages-parts__list li{
	justify-content: flex-start;
	font-weight: normal;
	font-size: 17px;
	line-height: 140%;
	width: 46.8%;
	align-items: flex-start;
	margin: 0 0 40px;
}
.advantages-parts__list .ico{
	margin: 20px 29px 0 0;
}
.advantages-parts__list-text p{
	font-weight: bold;
	font-size: 20px;
	line-height: 175.19%;
	margin: 0 0 10px;
}
.order-banner{
	padding: 80px 0;
}
.order-banner .wrap{
	align-items: flex-start;
}
.order-banner .h1{
	max-width: 300px;
	color: #333;
}
.order-banner__right{
	flex: none;
    width: 62%;
	font-size: 14px;
	line-height: 140%;
}
.order-banner__right p{
	font-weight: 600;
	font-size: 16px;
	line-height: 135%;
	margin: 0 0 30px;
	max-width: 430px;
}
.order-banner__right span{
	display: inline-block;
	max-width: 430px;
}
.order-banner__right .border-button:hover{
	box-shadow: none;
	border-color: #333;
	color: #333;
}
label.error{
	display: none !important;
}
.new-text-input.error{
	border-color: #E21019;
}
.header-hint{
	background: #e21119;
    padding: 6px 0 7px;
    font-size: 12px;
	margin: -26px 0 20px;
	text-align: center;
}
.header-hint a{
	color: #fff;
	text-decoration: none;
}
.video-page-bg{
	height: 100%;
	position: relative;
	z-index: 1;
}
.video-page-bg__text{
	height: 100%;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-weight: 900;
	font-size: 96px;
	line-height: 117px;
}
.video-page-bg img{
	width: 100%;
}
.no-wrap{
	white-space: nowrap;
}
.for-video-page{
	height: 1080px;
}
.for-video-page:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 184px;
	background: url(images/video-page-bg.png) no-repeat center 0 / cover;
	z-index: 1;
}

/* dealers-wrap */
.dealers-wrap{
	height: 747px;
	background: url(images/dealers-bg.png) no-repeat center 0 / cover;;
	color: #fff;
	padding: 102px 0 0;
}
.dealers-wrap .wrap{
	max-width: 1200px;
}
.dealers-wrap h1{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 900;
	font-size: 66px;
	line-height: 80px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #fff;
	max-width: 760px;
	margin: 0 0 40px;
}
.dealers-wrap p{
	max-width: 800px;
	margin: 0 0 21px;
}
.dealers-wrap .button{
	min-width: 200px;
	margin: 40px 28px 0 0;
}
.dealers-page__advan{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	flex: 1;
	max-width: 470px;
	flex-wrap: wrap;
	margin: 40px 0 0;
}
.dealers-page__advan-ico{
	width: 112px;
	height: 112px;
	align-items: center;
	justify-content: center;
	margin: 0 auto -5px;
	position: relative;
}
.dealers-page__advan-ico:after{
	content: "";
	position: absolute;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #eee;
	bottom: 13px;
    right: 20px;
	z-index: -1;
}
.dealers-page__advan li{
	max-width: 188px;
	flex: none;
	width: 50%;
	margin: 0 0 70px;
}
.dealers-advantages{
	padding: 120px 0 0;
	background: url(images/page-top.jpg) no-repeat center 0, #eee;
	position: relative;
}
.dealers-advantages .h1{
	font-family: 'Bebas Neue';
	font-style: normal;
	font-weight: bold;
	font-size: 64px;
	line-height: 64px;
	color: #193652;
	margin: 0 0 48px;
}
.dealers-advantages__list{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
	color: #333333;
	margin: 0 0 125px;
}
.dealers-advantages__list li{
	padding: 0 0 0 58px;
	position: relative;
}
.dealers-advantages__list li:before{
	content: "";
	position: absolute;
	width: 37px;
	height: 2px;
	background: #E61117;
	top: 10px;
	left: 0;
}
.dealers-advantages img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.models-slider__nav.large-btns a{
	width: 71px;
	height: 71px;
	border: #BCBCBC 1px solid;
	margin: 0 26px 0 0;
}
.models-slider__nav.large-btns svg, .models-slider__nav.large-btns a:hover svg{
	fill: none;
	stroke: #333;
}
.models-slider__nav.large-btns a:hover{
	border: #000 1px solid;
}
.models-slider__nav.large-btns.large-btns-white a:hover{
	border: #fff 1px solid;
}
.models-slider__nav.large-btns.large-btns-white svg, .models-slider__nav.large-btns.large-btns-white a:hover svg{
	stroke: #fff;
}
.slider-select-tech-comp{
	position: relative;
}
.slider-select-tech-comp__buttons{
	position: absolute;
	z-index: 10;
	bottom: 110px;
	left: 0;
	width: 100%;
	text-align: center;
	font-style: normal;
	font-weight: bold;
	font-size: 0;
}
.slider-select-tech-comp__buttons a{
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	display: inline-block;
	border-bottom: rgba(255,255,255, .3) 2px solid;
	padding: 0 35px 10px;
}
.slider-select-tech-comp__buttons .active{
	border-bottom: #E61117 2px solid;
}
.tech-columns{
	flex-direction: row-reverse;
	align-items: stretch;
}
.tech-columns__right p{
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 143px;
	line-height: 143px;
	text-transform: uppercase;
	color: #EEEEEE;
}
.component-text__slides-title{
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
	line-height: 31px;
	margin: 0 0 30px;
}
.hidden-ico-location{
	display: none;
}
.filter-menu .filter__name{
	position: relative;
}
.filter-menu .filter__name svg{
	position: absolute;
	right: 0;
	top: 6px;
	fill: #8F9397;
	transition: fill ease .2s;
}
.filter-menu .filter__name:hover svg, .filter-menu .filter__name.active svg{
	fill: #E61117;
	transform: none;
}
.contact-wrap{
	padding: 40px 0 0;
}
.contact-form .text-input{
	width: 100%;
	max-width: 570px;
}
.mobile-menu-hide {
	display: none;
	padding: 0 0 20px 20px;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
}
.mobile-menu-hide li:not(:last-child) {
	margin: 0 0 16px;
}

@media (max-height: 900px) {
	.card-slider, .card-slider__item{
		height: 320px;
	}
	.play-button{
		margin: 0 auto;
	}
}
@media screen and (max-width: 1880px){
	.overview-list li:last-child .balloon-hint__content{
		left: auto;
		right: 30px;
	}
}
@media screen and (max-width: 1575px){
	.promo-bike__hint-content, .card-slider .wheel .promo-bike__hint-content{
		top: auto;
		bottom: 100%;
		margin: 0 0 15px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		    -ms-transform: translateX(-50%);
		        transform: translateX(-50%);
	}
}
@media screen and (max-width: 1510px){
	.compare-nav-fixed .compare-item__selected-name{
		width: 30%;
	}
}
@media screen and (max-width: 1370px){
	.map-addresses{
		left: 45px;
	}
	.menu-button{
		margin: 0 25px 6px;
	}
	.compare-ico{
		margin: 0 0 0 10px;
	}
	.header__right{
		padding: 0 0 0 20px;
	}
	.header .logo img{
		width: 150px;
	}
	.f__so_{
		min-width: 0;
	}
	.promo-bike{
		margin: 0 60px 99px;
	}
	.models-slider__item-pic{
		margin: 0 auto;
	}
	.models-slider__nav, .bike-series-nav{
		text-align: center;
		left: 0;
	}
	.index-models__right:after{
		left: 50%;
		-webkit-transform: translateX(-50%);
		    -ms-transform: translateX(-50%);
		        transform: translateX(-50%);
	}
	.models-slider{
		width: 100%;
	}
	.models-slider__item-pic{
		width: auto;
		max-width: 653px;
	}
	.models-slider .slick-list{
		overflow: hidden;
	}
	.models-slider__item{
		padding: 0 0 20px;
	}
	.component-intro img{
		left: auto;
	}
}
@media screen and (max-width: 1260px){
	.balloon-hint{
		right: 0;
		bottom: 20px;
	}
	.manuf li:nth-child(1) .manuf-content, .manuf li:nth-child(5) .manuf-content, .manuf li:nth-child(9) .manuf-content{
		margin: 0 0 0 10%;
	}
	.manuf li:nth-child(4) .manuf-content, .manuf li:nth-child(8) .manuf-content, .manuf li:nth-child(12) .manuf-content{
		margin: 0 0 0 -10%;
	}
	.color-params{
		flex-wrap: wrap;
		align-items: start;
	}
	.height-select{
		margin: 0 2% 50px;
	}
	.dealers-page{
		padding: 0 20px;
	}
}
@media screen and (max-width: 1130px){
	.catalog-banner__title{
		font-size: 55px;
		line-height: 55px;
	}
	.catalog-banner__text{
		max-width: none;
		width: auto;
	}
	.catalog-item{
		width: 46%;
		margin: 0 2% 40px;
	}
	.catalog-list{
		margin: 0 -2%;
	}
	.catalog-item:nth-child(even) .hint{
		left: auto;
		right: -30px;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
	}
	.catalog-item:nth-child(even) .hint:before{
		left: auto;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
		right: 30px;
	}
}
@media screen and (max-width: 1100px){
	.main-screen{
		font-size: 50px;
		line-height: 50px;
	}
	.tech-desc__detail .overview-list{
		flex-wrap: wrap;
	}
	.tech-desc__detail .overview-list li{
		max-width: none;
		width: 50%;
		flex: none;
	}
	.component-nav svg{
		width: 70px;
		height: 70px;
	}
	.component{
		padding: 60px 0;
	}
	.map-addresses__title{
		font-size: 24px;
	}
	.map-addresses{
		width: 330px;
	}
	.map-addresses__head{
		padding: 0 0 14px;
	}
	.component-text, .index-models__left{
		font-size: 16px;
	}
	.promo-title{
		font-size: 130px;
		line-height: 130px;
	}
	.promo-text__right p{
		font-size: 20px;
		line-height: 32px;
	}
	.promo-text__left span {
		font-size: 235px;
		line-height: 125px;
	}
	.promo-text__left p {
    	font-size: 27px;
    }
    .index-models__right:after{
    	width: 320px;
    	height: 320px;
    }
    .models-slider__item-pic{
    	height: 336px;
    }
    .promo-bike__hint-content{
    	padding: 15px 22px;
    	width: 288px;
    }
    .component-intro img{
    	width: 85%;
    }
    .promo .wrap {
        padding: 30px 10px 0;
    }
    .main-screen{
		height: auto;
	}
	.table-param ul{
		width: auto;
		padding: 0 10px 0 0;
	}
	.compare-cards__item-buttons{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.compare-cards__item .border-button.black{
		margin: 0 0 15px;
	}
	.compare-cards__item-pic{
		height: 186px;
	}
	.compare-cards__item-pic:before{
		width: 227px;
		height: 227px;
		top: -43px;
	}
	.compare-cards__item-pic{
		margin: 0 0 30px;
	}
	.overview-list li{
		min-width: 0;
		width: 33%;
	}
	.tech-page .overview-list li{
		width: 25%;
	}
	.header{
		font-size: 14px;
	}
	.text-page{
		padding: 0;
	}
	.for-video-page {
		height: 605px;
	}
	.slider-select-tech-comp__buttons{
		bottom: 30px;
	}
	.header__menu {
		margin: 0 10px 0 0;
	}
	.user-location a {
		padding: 9px 11px;
		margin: 0 10px;
	}
	.header__right {
		padding: 0 0 0 10px;
	}
}
@media screen and (max-width: 1000px){
	.simple-table td:first-child{
		width: 200px;
	}
	.geometry-data__table .table-title{
		display: block;
	}
	.geometry-data{
		flex-direction: column;
		align-items: center;
	}
	.geometry-data__table{
		max-width: none;
		width: 100%;
	}
	.geometry-data__svg{
		padding: 40px 0;
		width: 100%;
		max-width: 560px;
	}
	.card-slider__nav .dots{
		padding: 0;
	}
	.card-top{
		flex-direction: column;
	}
	.charact-acc__item{
		flex-direction: column;
	}
	.charact-acc__item-content{
		width: 100%;
		padding: 0 0 42px;
	}
	.charact-acc__item-name {
		margin: 0 0 30px;
	}
	.simple-table table{
		margin: 0 0 0 9%;
	}
	.card-content{
		padding: 23px 0 0;
	}
	.charact-acc__item-name{

	}
	.gear .promo-bike__hint-content, .transmission .promo-bike__hint-content{
	    margin: 0 0 10px 80px;
	}
	.card-slider .promo-bike__hint.frame {
	    top: 22%;
	    left: 44%;
	}
	.card-slider .promo-bike__hint.frame2 {
	    top: 8.1%;
	    left: 61.6%;
	}
	.card-slider .rearwheel .promo-bike__hint-content, .card-slider .wing .promo-bike__hint-content{
		left: 130%;
	    transform: none;
	    bottom: 0px;
	}
	.card-slider .brake .promo-bike__hint-content{
		left: 0;
    	transform: none;
	}
	.card-slider .promo-bike__hint.eccentric .promo-bike__hint-content{
		transform: none;
	}
	.promo-bike__hint-content {
	    width: 248px;
	    font-size: 15px;
	    line-height: 19px;
	}
	.tech-page .card-slider__wrap{
		padding: 0;
	}
	.tech-page .card-slider, .comp-page .card-slider{
		height: auto;
	}
	.pagination{
		text-align: right;
	}
	.filter-close{
		display: block;
	}
	
	.header{
		font-size: 16px;
	}
	.header__menu > ul li:nth-child(2){
		display: none;
	}
	.bike-series-nav a{
		font-size: 14px;
		min-width: 55px;
	}
	.promo-title {
	    font-size: 90px;
	    line-height: 90px;
	}
	.footer__menu{
		min-width: 0;
	}
	.apply-modal{
		display: none !important;
	}
	.text-right.for-filter, .filter-buttons .button.small{
		display: block;
	}
	.sidebar{
		position: fixed;
		height: 100%;
		left: -320px;
		background: #fff;
		top: 0;
		z-index: 100;
		width: 320px;
		padding: 60px 30px 40px;
		overflow-y: scroll;
		-webkit-transition: left ease .3s;
		-o-transition: left ease .3s;
		transition: left ease .3s;
	}
	.sidebar.visible{
		left: 0;
	}
	.catalog-banner__title{
		font-size: 68px;
		line-height: 68px;
		position: absolute;
		top: 55px;
		left: 50px;
	}
	.catalog-banner{
		height: 320px;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		padding: 45px 50px 61px;
	}
	.catalog-banner__title{
		top: 45px;
		left: 40px;
	}
	.catalog-banner img{
		margin: 0 0 0 -8%;
	}
	.top-columns{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
				flex-direction: column;
		width: 100%;
	}
	.bike-desc{
		max-width: none;
		padding: 0;
		margin: 0 0 19px;
	}
	.height-select{
		width: auto;
		margin: 0 5% 50px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.color-params{
		max-width: none;
		min-width: 0;
		width: 100%;
		margin: 40px 0 47px;
		justify-content: flex-start;
		margin: 0;
		padding: 0;
	}
	.top-columns .color-params__colors{
		flex: none;
	}
	.height-select a{
		margin: 0 5px 0 0;
	}
	.bike-desc__bottom {
		margin: 60px 0 0;
		width: auto;
	}	
	.charact-acc__item-name i{
		right: 20px;
	}
	.geometry-columns{
		display: block;
	}
	.geometry-columns__left{
		max-width: none;
		min-width: 0;
	}
	.geometry-columns__right{
		text-align: center;
		margin: 40px 0 20px;
	}
	.card-slider__wrap .promo-title{
		font-size: 128px;
		line-height: 136px;
	}
	.card-slider__nav{
		text-align: center;
	}
	.card-slider__button, .card-slider__nav .dots{
		position: relative;
		display: inline-block;
		vertical-align: middle;
		margin: 0;
		top: 0;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
	}
	.card-slider__button.prev{
		-webkit-transform: scale(-1);
		    -ms-transform: scale(-1);
		        transform: scale(-1);
	}
	.card-slider__nav .dots{
		margin: 0 16px;
	}
	.play-button{
		position: relative;
		right: auto;
		top: auto;
		margin: 0 auto 76px;
		display: block;
	}
	.card-slider{
		max-width: none;
		height: auto;
		margin: 0 0 37px;
	}
	.card-slider__wrap{
		padding: 78px 0 51px;
	}
	.tech__left{
		float: none;
		width: auto;
		margin: 0 0 55px;
	}
	.tech__right{
		margin: 0;
		width: auto;
	}
	.tech .models-slider__nav{
		text-align: center;
	}
	.tech__left .h1{
		margin: 0 0 22px;
	}
	.tech-slider{
		margin: 0 0 78px;
	}
	.compare-item__select .color-params__colors a{
		margin: 0 7px;
	}
	.compare-droplist__scroll-wrap {
	    padding: 15px 7px 15px 7px;
	}
	.compare-item__pic{
		height: 146px;
	}
	.overview-list li:nth-child(2) .balloon-hint__content{
		left: auto;
		right: 30px;
	}
	.tech-page .card-slider__wrap .promo-title{
		line-height: 105px;
	    font-size: 90px;
	    top: 50px;
	}
	.dealers-page{
		display: block;
	}
	.dealers-page__advan{
		max-width: none;
	}
	.dealers-form{
		margin: 0 auto;
	}
}
@media screen and (max-width: 920px){
	.for-video-page {
		height: 435px;
	}
	.video-page-bg__text{
		font-size: 66px;
		line-height: 67px;
	}
	.video-page-bg {
		height: 512px;
	}
	.for-video__title, .video-info__title {
		font: bold 54px/54px 'Bebas Neue';
	}
	.for-video {
		font: 20px/24px 'Roboto', sans-serif;
	}
	.header-hint{
		margin: -20px 0 20px;
	}
	.header{
		padding: 19px 0 17px;
	}
	.inner-page__type2 .header{
		padding: 19px 0 52px;
	}
	.header__menu{
		margin: 0 0 0 20px;
	}
	.header .select-location{
		display: none;
	}
	.header__right{
		padding: 0;
	}
	.header__left {
	    width: auto;
	    -webkit-box-align: center;
	        -ms-flex-align: center;
	            align-items: center;
	}
	.menu-button{
		position: relative;
		top: 8px;
		margin: 0 30px;
	}
	.tech-columns{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.tech-columns__left{
		width: auto;
		padding: 0;
	}
	.tech-columns__right{
		width: 100%;
		max-width: 500px;
		margin: 30px auto;
		padding: 0;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.tech-page .overview-list li{
		width: 50%;
		margin: 0 0 40px;
	}
	.tech-page .overview-list{
		margin: 0 auto;
		max-width: 500px;
	}
	.manuf li{
		width: 33%;
	}
	.manuf li:nth-child(5) .manuf-content, .manuf li:nth-child(9) .manuf-content, .manuf li:nth-child(4) .manuf-content, .manuf li:nth-child(8) .manuf-content{
		margin: 0;
	}
	.manuf li:nth-child(4) .manuf-content, .manuf li:nth-child(7) .manuf-content, .manuf li:nth-child(10) .manuf-content{
		margin: 0 0 0 20%;
	}
	.manuf li:nth-child(3) .manuf-content, .manuf li:nth-child(6) .manuf-content, .manuf li:nth-child(9) .manuf-content, .manuf li:nth-child(12) .manuf-content{
		margin: 0 0 0 -20%;
	}
}
@media screen and (max-width: 850px){
	.hidden-ico-location{
		display: block;
	}
	.map-addresses__content .location{
		padding: 0;
	}
	.map-addresses__content .location:before{
		display: none;
	}
	.map-addresses__content .more{
		margin-left: 0;
	}
	.for-filter{
		display: block;
	}
	.header__menu li{
		margin: 0;
	}
	.index-models__left, .index-models__right{
		float: none;
		width: auto;
		padding: 0;
		margin: 0 0 50px;
		text-align: center;
	}
	.index-models__right{
		margin: 0;
	}
	.footer__right{
		width: 100%;
	}
	.cpr br{
		display: none;
	}
	.footer__left{
		max-width: 325px;
	}
	.footer__menu-wrap{
		padding-right: 0;
	}
	.promo-text__left span {
	    font-size: 235px;
	    line-height: 73px;
	}
	.promo-text__right p {
	    font-size: 19px;
	    line-height: 26px;
	}
	.promo-text__left p {
	    font-size: 38px;
	    letter-spacing: 9px;
	}
	.watch-presentation{
		margin: 30px 0 0;
		font-size: 16px;
		padding: 0 0 0 30px;
	}
	.watch-presentation:before {
	    /*border-top: transparent 11px solid;
	    border-bottom: transparent 11px solid;
	    border-left: #e21119 18px solid;
	    top: -2px;*/
	    top: -6px;
	}
	.map-wrap{
		height: auto;
	}
	#map{
		height: 380px;
	}
	.map-addresses{
		position: static;
		width: auto;
		border-radius: 0;
	}
	.wrap.for-map-addresses {
		padding: 0;
	}
	.main-screen:after{
		background-position: 30% 0;
	}
	.component-nav svg {
	    width: 50px;
	    height: 50px;
	}
	.catalog-item{
		margin-bottom: 30px;
	}
	.footer .wrap{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.f__so_{
		width: 100%;
	}
	.social-buttons{
		vertical-align: middle;
		display: inline-block;
		margin: 0;
		height: 30px;
	}
	.conf{
		vertical-align: middle;
	}
	.f__so_ .border-button{
		margin: 0 16% 0 0;
	}
	.footer{
		padding: 26px 0 42px;
	}
	.compare-cards__item-pic {
	    height: 146px;
	}
	.compare-cards__item-pic:before {
	    width: 177px;
	    height: 177px;
	    top: -39px;
	}
	.for-compare-cards {
	    padding: 30px 0 50px;
	}
	.video-list a:nth-child(3n+3){
		margin-right: 0;
	}
	.video-list a:nth-child(4n+4){
		margin-right: 3.6%;
	}
	.video-list a{
		width: 30.9%;
	}
	.video-filter a{
		margin: 0 7px 7px 0;
	}
	.video-info__title{
		font-size: 38px;
		line-height: 36px;
		margin: 0 0 54px;
	}
	.order-advantages__list{
		flex-wrap: wrap;
	}
	.order-advantages__list li{
		width: 50%;
		margin: 0 0 50px;
	}
	.bike-advantages__text, .h1.bike-advantages__title, .bike-advantages__slides-item, .bike-advantages__slides, .order-banner__right p, .order-banner__right{
		float: none;
		max-width: none;
		/* text-align: center; */
		width: auto;
	}
	.bike-advantages__slider-wrap{
		margin: 0;
	}
	.bike-advantages__slider-item img{
		margin: 0 auto;
	}
	.models-slider__nav.left-pos{
		text-align: center;
		margin: 0 0 20px;
	}
	.bike-advantages {
	    padding: 80px 0;
	}
	.order-banner .wrap{
		display: block;
	}
	.pre-order__title {
		font-size: 46px;
    	line-height: 63px;
		max-width: none;
		text-align: center;
	}
	.pre-order-wrap p{
		text-align: center;
	}
	.pre-order-wrap .wrap > span{
		max-width: none;
		text-align: center;
	}
	.pre-order_buttons{
		text-align: center;
	}
	.pre-order_buttons .border-button{
		margin: 0 10px;
	}
	.pre-order-wrap {
	    padding: 140px 0 104px;
	}
	.dealers-page__advan li{
		width: 50%;
		max-width: none;
	}
	.dealers-wrap h1{
		font-size: 46px;
		line-height: 60px;
	}
	.dealers-wrap{
		height: auto;
		padding: 102px 0 80px;
	}
	.compare-ico__text {
		display: none;
	}
}
@media screen and (max-width: 720px){
	.main-screen{
		margin: 60px 0 0;
	}
	.compare-nav-fixed .fixed-wrap{
		/* display: none; */
	}
	.compare-nav-fixed .compare-item__selected-name, .compare-nav-fixed .compare-droplist{
		width: 45%;
		/* position: relative; */
	}
	.card-slider .promo-bike__hint.brake{
		top: 53%;
    	left: 14%;
	}
	.index-page .header, .inner-page .header{
		z-index: 9999;
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		padding: 20px 0 12px;
		background: #333;
	}
	.index-page .header.hide, .inner-page .header.hide{
		top: -100px;
	}
	.inner-page .header{
		background: #fff;
	}
	.f__so_ .dev{
		display: block;
	}
	.promo-bike{
		margin: 0 0 80px;
	}
	.promo-bike__hint{
		-webkit-transform: scale(0.8);
		    -ms-transform: scale(0.8);
		        transform: scale(0.8);
	}
	.gear .promo-bike__hint-content{
		margin: 0 0 0 100%;
	}
	.wheel .promo-bike__hint-content{
		margin: 0 0 15px -130%;
	}
	.series-name{
		font-size: 107px;
		line-height: 107px;
	}
	.index-models h1{
		font-size: 30px;
		margin: 0 0 50px;
	}
	.promo-title {
	    font-size: 50px;
	    line-height: 50px;
	    left: 10px;
	}
	.component-intro .wrap {
	    padding: 95px 10px 0;
	}
	.promo-text{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.promo-text__left{
		padding: 0;
		margin: 0 0 50px;
	}
	.promo-text__right{
		top: auto;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		text-align: center;
		flex-direction: column-reverse;
	}
	.watch-presentation{
		margin: 0 0 30px;
	}
	.main-screen{
		min-height: 0;
		height: 512px;
	}
	.main-screen:after{
		background-position: -110px 0;
	}
	.mouse{
		display: none;
	}
	.component-text{
		max-width: none;
		/* text-align: center; */
	}
	.component-text > div:not(.h1){
		margin: 0 0 50px;
	}
	.component-text .models-slider__nav{
		text-align: center;
		left: auto;
	}
	.footer .wrap{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.footer__left{
		padding: 0;
		max-width: none;
		text-align: center;
	}
	.footer__left .dev{
		display: none;
	}
	.footer__left .pdf, .footer__left .cpr{
		display: none;
	}
	.footer__menu-wrap{
		max-width: none;
		padding: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		text-align: center;
	}
	.social-buttons{
		display: block;
		margin: 0 0 40px;
	}
	.f__so_{
		padding: 2px 0 0;
		text-align: center;
	}
	.f__so_ .border-button{
		margin: 0 0 40px;
	}
	.social-buttons a{
		margin: 0 10px;
	}
	.footer{
		padding: 50px 0 40px;
		font-size: 14px;
	}
	.footer__menu{
		min-width: 320px;
		border-bottom: #383838 2px solid;
		padding: 0 0 16px;
		margin: 0 0 28px;
	}
	.footer .footer__menu ul + .footer__menu-title {
		border-top: #383838 2px solid;
		padding: 28px 0 0;
    	margin: 22px 0 20px;
	}
	.f__so_ .pdf{
		display: inline-block;
		margin: 0 0 38px;
	}
	.f__so_ .cpr{
		display: block;
		font-size: 12px;
		line-height: 22px;
		margin: 0 0 24px;
	}
	.f__so_ .cpr br{
		display: block;
	}
	.conf{
		font-size: 12px;
		line-height: 15px;
	}
	.header__right{
		display: block;
	}
	.header__menu{
		margin: 0;
		position: fixed;
		height: 100%;
		left: -450px;
		height: 100%;
    	/* overflow-x: scroll; */
		color: #fff;
		top: 0;
		z-index: 9999;
		background: #0f1114;
		max-width: 450px;
		width: 100%;
		transition: left ease .2s;
		padding: 20px 10px 24px;
		border-right: #bebebe 1px solid;
		text-align: center;
		font-weight: normal;
		font-size: 14px;
	}
	.mobile-menu{
		display: block;
		overflow: scroll;
		height: 100%;
	}
	.mobile-menu .footer__menu-wrap, .mobile-menu .footer__menu{
		min-width: 0;
	}
	.mobile-menu .footer__menu{
		width: 100%;
		padding: 0 0 20px;
	}
	.mobile-menu .footer__menu-wrap{
		align-items: flex-start;
		text-align: left;
	}
	.mobile-menu .select-location{
		max-width: 180px;
		margin: 0 auto 24px;
		color: #333;
		background: #fff;
		border-radius: 20px;
		padding: 5px 10px 6px;
		font-size: 14px;
	}
	.mobile-menu .select-location__trigger:after{
		border-top: #333 5px solid;
		top: 7px;
    	right: 4px;
	}
	.mobile-menu a.compare-ico{
		top: 18px;
	}
	.header__menu .footer__menu li{
	    margin: 0 0 13px;
	}
	.header__menu .footer__menu:last-child{
		border: none;
		margin: 0;
	}
	.header__menu li a{
		color: #fff !important;
		padding: 0;
	}
	.header__menu .active:before, .header__menu a:hover:before{
		opacity: 0;
	}
	.header__menu.visible{
		left: 0;
	}
	.header__menu > ul{
		display: none;
	}
	.menu-close{
		display: block !important;
	}
	.wrap{
		padding: 0 15px;
	}
	.header{
		padding: 10px 0 15px;
	}
	.header > .wrap{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.menu-button{
		display: block;
		margin: 0;
		position: absolute;
		top: 21px;
		left: 15px;
	}
	.header .compare-ico{
		position: absolute;
		right: 10px;
		top: 15px;
	}
	/*.show-menu .header .compare-ico{
		position: fixed;
		top: 28px;
	}*/
	.pagination{
		text-align: left;
	}
	.pagination li{
		margin: 0 20px 0 0;
	}
	.pagination li:last-child{
		margin: 0;
	}
	.pagination > span{
		position: static;
		display: block;
		text-align: left;
		margin: 0 0 16px;
	}
	.inner-wrap{
		padding: 130px 0 30px;
	}
	.header__left{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.header .select-location{
		display: block;
	}
	.header__left .select-location{
		display: none;
	}
	.header .select-location span:not(.clarification){
		display: none;
	}
	.select-location__trigger{
		/*font-size: 12px;*/
	}
	.inner-page .select-location__trigger:after{
		/* border-left: transparent 4px solid;
		border-right: transparent 4px solid;
		border-top: #333 6px solid;
		top: 5px; */
	}
	.header .logo img{
		margin: 0 0 14px;
	}
	.select-location__trigger{
		padding: 0 14px 0 0;
	}
	.card-slider__wrap .promo-title {
	    font-size: 88px;
	    line-height: 96px;
	}
	.compare-item{
		width: auto;
		padding: 0 10px;
	}
	.overview-list li {
		min-height: 0;
	}
	.overview-list li, .table-param ul, .compare-cards__item{
		width: auto;
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
	}
	.table-param ul{
		width: 33%;
	}
	.compare-item:last-child, .overview-list li:last-child, .table-param ul:last-child, .compare-cards__item:last-child{
		display: none;
	}
	.tech-desc__detail .overview-list li:last-child{
		display: block;
	}
	
	.compare-item{
		width: 50%;
	}
	.tech-page .overview-list{
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.tech-page .overview-list li, .tech-page .overview-list li:last-child{
		display: block;
		width: 50%;
		-webkit-box-flex: 0;
		    -ms-flex: none;
		        flex: none;
	}
	h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
		font-size: 57px;
		line-height: 57px;
	}
	.dealers-wrap .button{
		margin: 30px 0 10px;
		display: block;
		width: 100%;
	}
	.header__left .user-location {
		display: none;
	}
	.header__menu li {
		padding: 0;
	}
	.user-location {
		max-width: none;
		flex-direction: column-reverse;
	}
	.user-location span {
		background: url(images/mobile-pin.svg) no-repeat 0 0;
		padding: 0 0 0 26px;
		line-height: 19px;
		border: none;
	}
	.user-location a {
		border: none;
		color: #fff !important;
		font-size: 18px;
		padding: 0 0 21px;
		border-bottom: #383838 2px solid;
		border-radius: 0;
		width: 100%;
		justify-content: start;
		margin: 50px 0 30px;
	}
	.user-location svg path {
		stroke: #fff;
	}
	.header__menu .compare-ico-wrap {
		background: url(images/compare-white.svg) no-repeat center;
		margin: 0;
	}
	.header__menu .compare-ico__count {
		top: -8px;
    	right: -7px;
	}
	.select-location__drop {
		padding: 40px 40px 30px;
		max-width: 90%;
	}
	.header__menu .active::after {
		display: none;
	}
	.map-wrap__title {
		font-size: 42px;
		line-height: 42px;
	    padding: 0px;
		position: relative;
		color: #0F1114;
	}
	.map-wrap__title .wrap {
		position: absolute;
		top: 39px;
		left: 22px;
		z-index: 1;
	}
}
@media screen and (max-width: 640px){
	.mz-expand .mz-expand-stage .mz-image-stage:after{
		content: "";
		width: 70px;
		height: 70px;
		background: url(images/touch.svg) no-repeat center / cover;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		position: absolute;
		transition: opacity ease .2s;
		z-index: 1;
	}
	.card-slider__nav .dots{
		display: none;
	}
	.card-slider__button{
		position: absolute;
		z-index: 1;
		top: 35%;
	}
	.card-slider__item{
		height: 340px;
	}
	.card-slider__inner .card-slider{
		margin: 0;
	}
	.play-button{
		margin: 0 auto;
	}
	.detail-page .card-slider{
		padding: 0 40px;
	}
	.card-content h1, .card-content .h1, .tech-desc__detail .h1{
		font-size: 48px;
		line-height: normal;
		margin: 0 0 26px;
	}
	.geometry-data__table th, .geometry-data__table table{
		font-size: 14px;
		position: relative;
		z-index: 4;
	}
	.geometry-data__table span {
		padding: 5px 9px;
	}
	.geometry-data__table th{
		padding: 0 0 10px;
		border-bottom: 2px solid #A1A1A1;
	}
	.geometry{
		padding: 40px 0 150px;
	}
	.tech-desc__detail{
		padding: 50px 0 60px;
	}
	.tech-desc__detail .overview-list li{
		width: 100%;
	}
	.charact-acc__item-name{
		font-size: 16px;
		margin: 0 0 30px;
	}
	.charact-acc__item:not(:last-child){
		margin: 0 0 40px;
	}
	.simple-table table{
		margin: 0 0 0;
		font-size: 14px;
		line-height: 17px;
	}
	.simple-table td{
		padding: 0;
	}
	.charact-acc__item-content tr{
		display: flex;
		flex-direction: column;
	}
	.charact-acc__item-content td{
		margin: 0 0 20px;
	}
	.charact-acc__item-content{
		padding: 0 0 20px;
	}
	.card-top{
		margin: 0 0 18px;
	}
	.color-params__colors .active span{
		display: none;
	}
	.color-params__colors a{
		width: 26px;
		height: 26px;
	}
	.height-select{
		font-size: 12px;
	}
	.height-select a{
		padding: 6px 9px 6px 8px;
		margin: 0 5px 10px 0;
		min-width: 77px;
	}
	.height-select{
		margin: 0 0 20px 10px;
	}
	.compare-button{
		font-size: 12px;
		padding: 2px 11px 2px 10px;
	}
	.bike-desc__bottom{
		margin: 0;
	}
	.top-columns .color-params__colors{
		margin: 0 0 22px;
	}
	.color-params__colors i{
		width: 33px;
		height: 33px;
	}
	.catalog-list{
		margin: 0;
	}
	.catalog-item{
		width: 100%;
		max-width: 345px;
		display: block;
		margin: 0 auto 20px;
	}
	.catalog-banner img {
	    margin: 0 0 0 -38%;
	}
	.catalog-banner__title{
		font-size: 58px;
		line-height: 68px;
	}
	.catalog-item .hint{
		left: auto;
		right: -30px;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
	}
	.catalog-item .hint:before{
		left: auto;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
		right: 30px;
	}
	.catalog-banner{
		display: none;
	}
	.height-select, .height-select2{
		max-width: 300px;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.height-select a:first-child .height-hint{
		left: 0;
		transform: none;
	}
	.height-select2 li{
		margin: 0 0 10px;
	}
	.tech-slider__item{
		padding: 0;
	}
	.tech-slider__item img{
		max-height: 428px;
	}
	.tech-slider__item .num{
		position: static;
		text-align: center;
		display: block;
		margin: 0 0 40px;
	}
	.overview-list li:nth-child(1) .balloon-hint__content{
		left: 50%;
		-webkit-transform: translateX(-50%);
		    -ms-transform: translateX(-50%);
		        transform: translateX(-50%);
		top: 30px;
	}
	.balloon-hint__content{
		padding: 15px 22px;
	    font-size: 14px;
	    line-height: 22px;
	    margin: 0 0 0 12px;
	}
	.tech-page .card-slider__wrap .promo-title {
	    line-height: 65px;
	    font-size: 70px;
	    top: 60px;
	}
	.card-slider .promo-bike__hint.gear {
	    top: 76%;
	    left: 16%;
	}
	.card-slider .promo-bike__hint.wheel {
	    right: 22.3%;
	}
	.manuf li:nth-child(1) .manuf-content, .manuf li:nth-child(4) .manuf-content, .manuf li:nth-child(7) .manuf-content, .manuf li:nth-child(10) .manuf-content{
		margin: 0 0 0 40%;
	}
	.manuf li:nth-child(3) .manuf-content, .manuf li:nth-child(6) .manuf-content, .manuf li:nth-child(9) .manuf-content, .manuf li:nth-child(12) .manuf-content{
		margin: 0 0 0 -40%;
	}
	.video-list a:nth-child(3n+3), .video-list a:nth-child(4n+4){
		margin-right: 3.6%;
	}
	.video-list a:nth-child(2n+2){
		margin-right: 0;
	}
	.video-list a{
		width: 48.1%;
	}
	.video-wrap{
		height: 560px;
	}
	.video-wrap{
		font-size: 20px;
	}
	.video-text__title {
		font-size: 28px;
		line-height: normal;
	}
	.video-text__play {
		width: 74px;
		height: 74px;
		margin: 11px auto 16px;
	}
	.for-video{
		padding: 50px 15px;
	}
	.for-video__title {
		font-size: 38px;
		line-height: 36px;
	}
	.video-about{
		flex-direction: column;
	}
	.video-about a{
		width: 100%;
		height: 275px;
	}
	.h1.bebas{
		/* text-align: center; */
	}
	.h1.bebas {
	    font: 44px/44px 'Bebas Neue';
	}
	.pre-order-advant__list, .order-advantages__list{
		display: block;
	}
	.pre-order-advant__list li{
		margin: 0 auto 40px;
	}
	.order-advantages__list li{
		min-width: 305px;
		margin: 0 auto 20px;
	}
	.advantages-parts__list{
		display: block;
	}
	.advantages-parts__list li{
		width: auto;
	}
	.slider-select-tech-comp__buttons{
		position: static;
		bottom: 0;
		margin: 30px 0 0;
	}
	.slider-select-tech-comp__buttons a{
		color: #333;
		border-color: #eee;
	}
}
@media screen and (max-width: 570px){
	.select-location__drop-wrap ul{
		width: auto;
	}
	.select-location__drop{
		width: 92%;
		height: 70vh;
		top: 54%;
		padding: 40px 30px 30px;
	}
	.select-location__drop-wrap.flex{
		display: block;
		height: 84%;
		overflow-x: scroll;
	}
	.dealers-wrap h1{
		font-size: 32px;
    	line-height: 40px;
	}
	.for-video-page{
		height: 750px;
	}
	.for-video-page:before{
		background: url(images/420_560.png) no-repeat center 50px / cover, url(images/mask.jpg) no-repeat center 50px / cover;
	}
	.video-page-bg__text {
		font-size: 36px;
		line-height: 37px;
	}
	.video-page-bg {
		height: 362px;
		padding: 50px 0 0;
	}
	.video-filter a{
		display: block;
		width: 100%;
		margin: 0 0 10px;
	}
	.catalog-banner__title{
		position: static;
		font-size: 30px;
		line-height: 35px;
		margin: 0 0 19px;
	}
	.catalog-banner{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		height: auto;
		padding: 25px 20px 41px;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
	}
	.catalog-banner__text{
		min-width: 250px;
	}
	.pagination a, .pagination li span{
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.pagination li:nth-child(4), .pagination li:nth-child(5){
		display: none;
	}
	.pagination svg{
		top: -3px;
	}
	.compare-item__select .color-params__colors{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		max-width: 136px;
		margin: 0 auto 38px;
	}
	.compare-item__select .color-params__colors span{
		display: none !important;
	}
	.compare-item__select .color-params__colors a{
		margin: 0;
		width: 26px;
		height: 26px;
	}
	.compare-item__select .color-params__colors i{
		width: 34px;
		height: 34px;
	}
	.dealers-form__columns{
		display: block;
	}
	.text-input{
		width: 100%;
	}
	.dealers-page__advan li{
		width: 100%;
	}
}
@media screen and (max-width: 500px){
	.modal__columns{
		columns: 100px 1;
	}
	.main-screen {
	    height: 370px;
	    background-position: -80px 0;
	}
	.main-screen:after{
		background-position: -80px 0;
	}
	.header .logo img {
	    width: 140px;
	}
	.header{
		padding: 15px 0;
	}
	.promo{
		padding: 30px 0;
	}
	.bike-series-nav a {
	    font-size: 13px;
	    min-width: 47px;
	    margin: 0 4px 0;
	    padding: 8px 7px 8px;
	}
	.index-models__right:after {
	    width: 250px;
	    height: 250px;
	}
	.models-slider__item-pic {
	    height: 196px;
	}
	.models-slider__item-pic:after{
		bottom: -7px;
	}
	.index-models{
		padding: 50px 0;
	}
	.index-models h1 {
	    font-size: 27px;
	    margin: 0 0 30px;
	}
	.component-nav{
		margin: 0 10px 150px;
		overflow-x: scroll;
	}
	.component-nav:before, .component-nav:after{
		display: none;
	}
	.component-nav a{
		margin: 0 20px;
	}
	.component-nav svg {
	    width: 55px;
	    height: 55px;
	}
	.component {
	    padding: 40px 0;
	}
	.map-addresses__title {
	    font-size: 21px;
	}
	.promo-text__right p {
	    font-size: 20px;
	    line-height: 30px;
	}
	.manuf li{
		width: 100%;
		margin: 0 0 50px;
	}
	.manuf li:nth-child(1) .manuf-content, .manuf li:nth-child(4) .manuf-content, .manuf li:nth-child(7) .manuf-content, .manuf li:nth-child(10) .manuf-content, .manuf li:nth-child(3) .manuf-content, .manuf li:nth-child(6) .manuf-content, .manuf li:nth-child(9) .manuf-content, .manuf li:nth-child(12) .manuf-content{
		margin: 0;
	}
	.manuf-content{
		padding: 15px 22px;
		width: 288px;
		font-size: 14px;
		line-height: 19px;
	}
	.promo-text__right{
		flex-direction: column-reverse;
	}
	.tech-columns__left .h1, .comp-desc .h1{
		font-size: 52px;
		line-height: 52px;
	}
	.geometry-data__table td:first-child{
		width: auto;
	}
	.geometry-data__svg{
		padding: 20px 0;
	}
}
@media screen and (max-width: 450px){
	.fixed-wrap {
		height: 36px;
	}
	.page-content{
		width: 100%;
	}
	.other-city-shop__wrap{
		flex-direction: column;
		align-items: flex-start;
		padding: 30px 0 0;
	}
	.other-city-shop a:last-child, .other-city-shop a{
		margin: 0 0 20px;
	}
	.first-line.show, .second-line.show{
		display: none !important;
	}
	.for-video-page {
		height: 640px;
		margin: 0;
	}
	.for-video-page:after {
		background: url(images/video-page-bg.png) no-repeat center -20px / cover;
	}
	.card-slider__item{
		height: 210px;
	}
	.tech-desc__detail{
		margin: 0;
	}
	.card-slider__wrap{
		padding-top: 20px;
	}
	.main-screen{
		background: url(images/main-screen.jpg) no-repeat -60px 0 / cover;
		height: 330px;
	}
	.main-screen:after, .promo__video{
		display: none;
	}
	.video-wrap{
		background: url(images/back_head.jpg) no-repeat center / cover;
		/* background: url(images/svg-mask.svg) no-repeat center / cover; */
	}
	.component-text, .index-models__left{
		font-size: 15px;
	}
	.footer__menu {
	    width: 100%;
	}
	.header .header__left .select-location{
		font-size: 12px;
		margin: 0;
		position: relative;
		top: 3px;
	}
	.catalog-banner img{
		width: 405px;
		top: 210px;
		margin: 0 0 0 -19%;
	}
	.catalog-banner{
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
	.catalog-item{
		max-width: none;
	}
	.filter-button {
	    display: block;
	    text-align: center;
	}
	.catalog-item{
		padding: 20px 15px 24px;
	}
	.catalog-item__img{
		min-height: 160px;
		margin: 0 0 2px;
	}
	.footer__menu{
		min-width: 0;
	}
	.sidebar, .sidebar.visible{
		display: none;
		left: 50%;
		-webkit-transform: translateX(-50%);
		    -ms-transform: translateX(-50%);
		        transform: translateX(-50%);
		width: calc(100% - 30px);
		position: absolute;
		top: 0;
		height: auto;
		overflow: auto;
	}
	.sidebar.visible{
		left: 50%;
		display: block;
	}
	.sidebar__title{
		display: block;
	}
	.filter-close{
		display: none;
	}
	.card-content h1, .card-content .h1, .tech__left .h1{
		font-size: 42px;
		line-height: 42px;
		margin: 0 0 21px;
	}
	h2, .h2{
		font-size: 20px;
		line-height: 24px;
	}
	.bike-desc{
		font-size: 16px;
		line-height: 24px;
		margin: 0 0 31px;
	}
	.charact-acc__item-name{
		/* font-size: 20px;
		line-height: 24px;
		padding: 27px 0 29px; */
	}
	.charact-acc__item-name i{
		top: 24px;
		right: 0;
	}
	.simple-table td{
		display: block;
	}
	.simple-table td:first-child{
		/* padding: 0;
		margin: 0 0 3px; */
	}
	.simple-table td:last-child{
		/* padding: 0;
		font-size: 16px;
		margin: 0 0 19px; */
	}
	.card-slider__item{
		padding: 0;
	}
	.card-slider__wrap .promo-title{
		font-size: 52px;
		line-height: 64px;
	}
	.bike-desc__bottom{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
	.bike-desc__bottom > span{
		margin: 0 0 19px;
	}
	.min-title{
		text-align: center;
	}
	.color-params__colors{
		display: flex;
		justify-content: center;
		margin: 0 0 57px;
	}
	.color-params__colors a{
		margin: 0 3px -15px;
	}
	.height-select, .height-select2{
		justify-content: center;
	}
	.height-select, .height-select2{
		max-width: none;
	}
	.height-select a, .height-select2 li{
		width: auto;
		min-width: 0;
	}
	.height-select2 a{
		width: 100%;
	}
	.height-select2 .disabled{
		display: none;
	}
	.breadcrumbs li{
		display: inline;
	}
	.play-button{
		margin: 0 auto;
	}
	.card-slider{
		margin: 0;
	}
	.card-slider__wrap{
		padding: 20px 0 0;
	}
	.card-content{
		padding: 60px 0;
	}
	.geometry-table td:first-child{
		font-size: 16px;
		line-height: 28px;
	}
	.tech__left{
		font-size: 16px;
		line-height: 26px;
	}
	.tech-slider__item img {
	    max-height: 209px;
	}
	.tech-slider__item .num{
		font-size: 52px;
		line-height: 63px;
		margin: 0 0 20px;
	}
	.tech{
		padding: 260px 0 50px;
		margin-top: -135px;
	}
	.tech-slider{
		margin: 0 0 40px;
	}
	.geometry-table td{
		padding: 14px 10px;
	}
	.inner-page__type2 .header {
	    padding: 19px 0 10px;
	}
	.inner-page__type2 .inner-wrap {
	    padding: 120px 0 0;
	}
	.page-title{
		font-size: 42px;
		line-height: 42px;
		text-align: center;
		margin: 0 0 48px;
	}
	.compare-item__pic{
		height: 130px;
		margin: 0;
	}
	.compare-item{
		-webkit-box-flex: 0;
		    -ms-flex: none;
		        flex: none;
		width: 47.2%;
		padding: 0;
	}
	.compare-item__selected-name{
		font-size: 20px;
		line-height: 20px;
		padding: 8px 0 6px;
		margin: 0 0 6px;
	}
	.compare-item__selected-name:after{
		border-left: transparent 4px solid;
	    border-right: transparent 4px solid;
	    border-top: #333 6px solid;
	    bottom: 13px;
	    right: 12px;
	}
	.compare-item__selected-type{
		font-size: 9px;
		font-weight: 500;
		margin: 0 0 11px;
	}
	.compare-item__select .color-params__colors{
		margin: 0 auto 17px;
	}
	.sizes a{
		font-size: 8px;
		margin: 0;
		font-weight: 500;
		padding: 2px 6px 1px;
	}
	.compare-wrap{
		padding: 0 10px 14px;
	}
	.compare-droplist{
		font-size: 13px;
		line-height: normal;
		padding: 34px 0 0;
	}
	.compare-droplist a{
		padding: 3px 8px 2px 7px;
	}
	.compare-droplist .title{
		margin: 0 0 8px 7px;
	}
	.param-title{
		font-size: 42px;
		line-height: normal;
		padding: 0 0 17px;
	}
	.overview{
		padding: 22px 0 0;
		margin: 0 0 120px;
	}
	.overview-list{
		margin: 0 0 26px;
	}
	.overview-list + .param-title, .table-param + .param-title{
		margin: 0 0 26px;
	}
	.overview-ico{
		width: 60px;
		height: 60px;
		margin: 0 auto 16px;
	}
	.tech-page .overview-list:nth-child(3) li:first-child img{
		height: 120%;
		width: auto;
		max-width: none;
	}
	.overview-ico img{
		max-width: 100%;
	}
	.tech-page .overview-list p{
		line-height: 20px;
	}
	.overview-list li{
		font-size: 14px;
		line-height: normal;
		padding: 0;
	}
	.overview-list p, .table-param p{
		margin: 0 0 3px;
	}
	.balloon-hint{
		top: 15px;
		right: 0;
	}
	.table-param{
		font-size: 14px;
		line-height: normal;
		text-align: center;
		align-items: stretch;
	}
	.compare-droplist{
		height: 300px;
	}
	.compare-cards__item{
		width: auto;
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
	}
	.border-button.black{
		min-width: 124px;
		font-size: 12px;
		line-height: normal;
		padding: 5px 8px 4px;
	}
	.pre-order_buttons .button{
		display: block;
	}
	.pre-order_buttons .border-button.black{
		font-size: 16px;
	    padding: 18px 28px 17px;
	}
	.compare-cards__item .border-button.black{
		margin: 0 0 14px;
	}
	.buy-button{
		font-size: 12px;
		line-height: normal;
	}
	.compare-cards__item-pic{
		/*height: auto;*/
		margin: 0 0 16px;
	}
	.for-compare-cards {
	    padding: 0 0 50px;
	}
	.compare-cards__item-pic:before {
	    width: 110px;
	    height: 110px;
	    top: 11px;
	}
	.gray-block:before{
		height: 95px;
		top: -95px;
	}
	.overview-list li:nth-child(2) .balloon-hint__content{
		top: 122px;
    	right: 0;
    	margin: 0;
	}
	.tech-page .card-slider__wrap .promo-title {
	    line-height: 45px;
	    font-size: 40px;
	    top: 10px;
	}
	.circle-text {
	    width: 300px;
	    height: 300px;
	    font: 52px/42px 'Bebas Neue';
	}
	.tech-columns__right img{
		left: 0;
	}
	.tech-page .overview-list li, .tech-page .overview-list li:last-child{
		width: 100%;
		max-width: none;
	}
	.card-slider .promo-bike__hint.pedals {
	    top: 60.9%;
	    left: 38.3%;
	}
	.index-models__left-name, .index-models__left .black-link{
		display: none;
	}
	.index-models__left, .index-models__right{
		margin: 0 0 30px;
	}
	.bike-series-nav{
		display: flex;
		justify-content: space-between;
	}
	.index-models__right:after{
		display: none;
	}
	.slide-series{
		display: block;
	    font: 100px/80px 'Bebas Neue';
	    color: #fff;
	    word-break: break-all;
	    position: absolute;
	    width: 100%;
		margin-top: 7px;
	}
	.bike-series-nav{
		margin: 0 0 60px;
	}
	.component-intro{
		background: #eee;
	}
	.component-intro .promo-title{
		color: #fff;
		font-size: 52px;
		/*position: relative;*/
		line-height: 58px;
		margin: 0 0 30px;
	}
	.component-intro .wrap{
		padding-top: 95;
	}
	.index-models{
		background-image: none;
		padding: 50px 0 0;
	}
	.component-text .models-slider__count{
		display: none;
	}
	.component-slider{
		height: 500px;
	}
	.component .models-slider__nav:not(.large-btns) a{
		position: absolute;
		top: -170px;
		left: 0;
	}
	.models-slider__nav.large-btns{
		margin: 30px 0 0;
	}
	.models-slider__nav.large-btns a{
		margin: 0 13px;
	}
	.component a.models-slider__prev{
		left: auto;
		right: 0;
	}
	.component .models-slider__nav{
		position: static;
	}
	.component-text > div:not(.h1){
		min-height: 0;
		margin: 0 0 0;
	}
	.component-text{
		margin: 300px 0 0;
	}
	.mobile-pic{
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}
	.component-slider__item{
		background: #0F1114 !important;
	}
	#map{
		height: 540px;
	}
	.map-addresses{
		box-shadow: none;
		min-height: 0;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		padding: 13px 0 1px;
	}
	.map-addresses__head{
		margin: 0;
		text-align: center;
	}
	.map-addresses__content{
		display: none;
	}
	.map-addresses__head {
	    padding: 0 0 9px;
	}
	.map-addresses__buttons{
		z-index: 1;
		display: block;
		text-align: center;
		position: absolute;
	    width: 100%;
	    top: 100%;
	    left: 0;
	    padding: 15px 0 0;
	}
	.map-addresses__buttons a{
		display: inline-block;
		font-size: 14px;
		color: #fff;
		text-decoration: none;
		background: #333;
		border-radius: 20px;
		padding: 4px 17px 3px;
		min-width: 99px;
		margin: 0 3px;
	}
	.map-addresses__buttons .active{
		color: #333;
		background: #fff;
	}
	.map-addresses__content.visible{
		position: absolute;
	    display: block;
	    background: #4a4a4a;
	    top: 100%;
	    width: 100%;
	    padding: 20px;
	    height: 460px;
	    max-height: none;
	}
	.map-addresses .select-location__drop{
		border-radius: 0;
	}
	.promo-bike__hint.gear{
		top: 52%;
    	left: 11%;
	}
	.f__so_ .border-button{
		display: none;
	}
	.main-screen{
		height: 640px;
		/* background: url(images/back_head.jpg) no-repeat center / cover; */
		background: #000; 
	}
	.main-screen:before{
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		/* background: url(images/svg-mask.svg) no-repeat center / cover; */
		background: url(images/mobile-slide-01.png) no-repeat center / cover #000;
		top: 0;
		left: 0;
	}
	.promo-bike__hint.frame{
		top: 18%;
	}
	.promo-bike__hint.wheel {
	    left: auto;
	    top: 31%;
	    right: 11%;
	}
	.promo-bike__hint.pedals {
	    top: 62.9%;
	    left: 39.7%;
	}
	.promo-bike__hint.transmission {
	    bottom: 13%;
	    top: auto;
	    left: 15%;
	}
	.video-list a{
		width: 100%;
		margin-right: 0 !important;
	}
	.pre-order_buttons .button{
		margin: 0 0 20px;
	}
	.pre-order__title {
	    font-size: 26px;
	    line-height: 33px;
	}
	.pre-order-wrap br{
		display: block;
	}
	.select-location__drop-wrap.flex {
		height: 89%;
	}
	.select-location__drop {
		max-width: none;
		width: 100%;
		padding: 70px 30px 30px;
		border-radius: 20px 20px 0 0;
		left: 0;
		top: 70px;
		height: calc(100vh - 70px);
		max-height: none;
		transform: none;
	}
	.select-location__drop .text-input {
		height: 44px;
	}
	.select-location__drop .text-input__wrap:after {
		right: 5px;
		top: 4px;
	}

	.index-page .map-wrap, .index-page .map-wrap__title {
		z-index: 9999;
		left: 0px;
	}
	.index-page .map-wrap__title {
		padding: 40px 0 20px;
		position: relative;
		color: #fff;
	}
	.index-page .map-wrap__title .wrap {
		max-width: 1200px;
		margin: 0 auto;
		padding: 0 20px;
		position: relative;
		top: 0px;
		left: 0px;
	}
	.show-menu .header, .select-drop-show .header {
		z-index: 99999;
	}
}

@media screen and (max-width: 320px) {
	.main-screen {
	    height: 500px;
	}
	.compare-nav-fixed .compare-item__selected-name, .compare-nav-fixed .compare-droplist {
		width: 41%;
	}
}