
html {
    overflow-x: hidden;
}

body {
    font-family: "BMWGlobal_Pro_light", sans-serif;
    font-size: 16px;
    color: black;
    position: relative;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    /*background: url(../img/bg2.jpg) 50% 145px no-repeat white;
    background: url(../img/bg3.jpg) 50% 145px no-repeat white;*/
    /*background: url(../img/2500x700.jpg) 50% 145px no-repeat white;*//*вернуть 8 ноября
	background: url(../img/bg-2910.jpg) 50% 145px no-repeat white;*/
	background-size: 1920px;
}

font {display:block;}

* {
    box-sizing: border-box;
}

.rub {
    font-family: "rouble";
    font-weight: 400;
    /* position: relative; */
}

/* .rub:before {
    content: ""
} */

.width100 {width:100% !important;}

.bg_black {background:black;}

.bg_gray {background: #e9e9e9;}
.bg_gray_light {background: #f4f4f4;}
.bg_dark {background:#bdc3c6;}

.bg_blue {background:#0099da;}

.fancybox-slide--html .fancybox-close-small {/* color: white !important; */}
.fancybox-button svg {transform: scale(2);}
.compensate-for-scrollbar {margin-right: 0px !important;overflow: auto !important;}

.row_toggle + .row_toggle_container {display:none;}

input[type=file] {display:none;}

.uploader_container {
    height: 100%;
}

.uploader_field {cursor:pointer;display: inline-block;padding-left: 41px;height: 50px;border: 1px solid #376bea;border-radius: 100px;vertical-align: top;width: 100%;box-sizing: border-box;}
.uploader_field div {display:inline-block;}
.uploader_field:before {content:'';display:inline-block;width:0px;height:100%;vertical-align:middle;}
.uploader_field div.text_loading {display:none;}
.uploader_field div.uploader_images_count {display:none;}


.resp_table{width:100%;}
.resp_table tr td:before{display:none;}
.resp_table img{max-width:100%;width: 100%;display: block;width: 220px;}


.t_black {color:black !important;}


sup {
    display: inline-block;
    vertical-align: top;
    top: -3px;
    position: relative;
    font-size: 80%;
}

.p_t_0 {padding-top:0px !important;}
.m_t_0 {margin-top:0px !important;}
.m_b_0 {margin-bottom:0px !important;}
img {
    border-style: none;
    vertical-align: middle;
    max-width:100%;
    transition: 0.5s;
}
select::-ms-expand{
    display: none;
}

select::-ms-expand { display: none; }
 
select {
	appearance:none;
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari and Chrome */
	background: url(../img/ico_select.png) 100% 50% no-repeat;
	font-family: 'Helvetica Neue,Helvetica,Arial,sans-serif';
	outline: none;
}

.f_left {float:left !important;}
.f_right {float:right !important;}
.t_right{text-align:right !important;}
.t_left {text-align:left !important;}
a:hover {text-decoration:none;}

.fancybox-type-image .fancybox-close {
    right: 9px;
}

.fancybox-close {
    background: url(../img/bg_close.png) 50% 50% no-repeat !important;
    color: black;
    width: 22px !important;
    height: 22px !important;
    top: -25px !important;
    right: -25px !important;
}


.container {
    margin: 0px auto;
    padding: 0px 15px;
    max-width: 1140px;
    position: relative;
}

@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1140px;
    max-width: 100%;
  }
}

.row {position:relative;float: none;}


input[type=text]
{
	color:#686868;
}

.has-danger input,
.has-danger select,
.has-danger textarea
{
	border-width:2px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #eba5a3;
}

#form_popup,#form_popup2 { display:none; }
.popup_container {width: 520px;max-width:100%;padding: 5px 29px;overflow: hidden !important;position: relative;box-sizing: border-box;/* border: 2px solid black; */background: white;text-align: center;padding-bottom: 30px;}

.popup_container .agree_field {color: black;font-size: 12px;}
.popup_container .agree_field a {color: black;}


.popup_container h2
{
	font-size: 24px;
	font-weight: 700;
	/* text-transform: uppercase; */
	padding: 0px;
	margin: 0px;
	padding-bottom: 29px;
	text-align: center;
	padding-top: 25px;
	color: black;
}
.popup_container .form_comment {
    text-align: center;
    font-size: 20px;
    color: #414141;
    padding-bottom:  15px;
}
.popup_container .form_comment a {
    display: block;
    color: #414141;
    text-decoration: none;
}

.popup_container .close
{
	position:absolute;
	right:10px;top:10px;
	width:34px;
	height:34px;
	-moz-transform: rotate(45deg); /* Aey Firefox */
	-ms-transform: rotate(45deg); /* Aey IE */
	-webkit-transform: rotate(45deg); /* Aey Safari, Chrome, iOS */
	-o-transform: rotate(45deg); /* Aey Opera */
	transform: rotate(45deg);
	cursor:pointer;
}
.popup_container .close:before
{
	content:'';
	position:absolute;
	left:0px;top:16px;
	width:34px;height:1px;
	display:block;
	background-color:#a8a8a8;
}
.popup_container .close:after
{
	content:'';
	position:absolute;
	left:16px;top:0px;
	width:1px;height:34px;
	display:block;
	background-color:#a8a8a8;
}

.popup_container .form-group {
    margin-bottom: 19px;
}
.popup_container .form-group input[type=text] {
    color: black;
    display: block;
    height: 56px;
    line-height: 56px;
    text-decoration: none;
    text-align: left;
    /* text-transform: uppercase; */
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    background: white;
    border: 2px solid black;
    padding: 10px;
}

.popup_container .form-group ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: black;
  }
.popup_container .form-group ::-moz-placeholder { /* Firefox 19+ */
    color: black;
  }
.popup_container .form-group :-ms-input-placeholder { /* IE 10+ */
    color: black;
  }
.popup_container .form-group :-moz-placeholder { /* Firefox 18- */
    color: black;
  }

.popup_container .form-group textarea {
    color: black;
    display: block;
    height: 100px;
    text-decoration: none;
    text-align: left;
    /* text-transform: uppercase; */
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    background: none;
    border: 1px solid #c0c6c9;
    padding: 10px;
    resize: none;
    font-size: 16px;
}

.popup_container .form-group select {
    color: #1d1f20;
    height: 50px;
    border: 1px solid white;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    padding-left: 10px;
    height: 38px;
    background-color: white;
    border-radius: 5px;
    border: 1px solid #c0c6c9;
}

.popup_container .form-group button {cursor: pointer;height: 38px;font-size: 16px;font-weight: 400;height: 60px;}


.alert.fancybox-content {
    overflow: hidden;
}


.not_agree button {
    background-color: #cccccc !important;
    cursor: auto !important;
    color: white !important;
    }

.agree_field {
    font-size: 14px;
    line-height: 100%;
    position: relative;
    display: inline-block;
    padding-left: 20px;
    top: 0px;
    font-weight: 300;
}
.agree_field a {
    color: white;
}
.agree_field input {
    position: absolute;
    top: -1px;
    left: 0px;
    margin: -0px;
}
.agree_field span {
    padding-left: 25px;
    display: inline-block;
}

.popup_container .form-disclamer {
    color: #b8b8b8;
    font-size: 10px;
    padding-top: 10px;
    text-align: center;
}

form .form-group {
    margin-bottom: 10px;
    position: relative;
}

form .form-group input[type="text"] {
    height: 50px;
    width: 100%;
    color: black;
    font-size: 16px;
    box-sizing: border-box;
    font-weight: 300;
    text-align: center;
    border: 2px solid white;
    padding: 0px 40px;
    outline: none;
    background: transparent;
    border-radius: 0px;
}
form .form-group button {
    width: 100%;
    height: 50px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 300;
    outline: none;
}

.form_title {color: black;font-size: 36px;/* text-transform: uppercase; */padding: 0px;margin: 0px;text-align: center;padding-bottom: 47px;}

.form_title span {
    display: block;
    white-space: nowrap;
}

.flex {display:flex;}

.columns2 {
    display: flex;
    justify-content: space-between;
}
.columns2 .column {
    width: 49%;
    display: inline-block;
    flex-wrap: wrap;
    justify-content: center;
}


.columns2_small {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    max-width: 100%;
    margin: 0px auto;
}
.columns2_small .column {
    width: 49%;
    display: inline-block;
    flex-wrap: wrap;
    justify-content: center;
}


.btn {font-family:"BMWGlobal_Pro_light", sans-serif;background: transparent;color: black;text-transform:uppercase;text-align: center;height: 38px;width: 222px;display: block;font-weight: 700;font-size: 14px;border: 2px solid black;position: relative;text-decoration: none;/* text-transform: uppercase; */padding-left: 0;box-sizing: border-box;}
.btn:before {content:'';width:0px;height:100%;vertical-align:middle;display:inline-block;}

.btn span {vertical-align:middle;display:inline-block;width: 88%;}
.btn:hover {background: #0062ff;color: white;border: 2px solid #0062ff;}

.btn.blue {background: #0062ff;color: white;border: 2px solid #0062ff;}
.btn.blue:hover {
    background: transparent;
    color: black;
    border: 2px solid black;
}

.popup_container .btn {
    background: black;
    color: white;
}

.popup_container .btn:hover {
    background: #0062ff;
}

.btn.black {background: black;color: white;border: 2px solid black;}
.btn.black:hover {
    background: transparent;
    color: black;
    border: 2px solid black;
}

header {
	width: 100%;
	background: white;
}
header .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px solid #dddddd;
    padding: 18px 0 14px 0;
}

.top_addr {
    font-weight: 300;
    padding-left: 20px;
    position: relative;
}

.top_addr span {
    font-weight: 700;
}

.top_addr:before {
    content: url(../img/loc.png);
    position: absolute;
    left: 0;
    top: 2px;
}

.top_phone {
    font-weight: 700;
    color: black;
    text-decoration: none;
    padding-left: 20px;
    position: relative;
}

.top_phone:before {
    content: url(../img/phone.png);
    position: absolute;
    left: 0;
    top: 2px;
}

header .btn {
    white-space: nowrap;
    width: 220px;
    height: 40px;
    text-transform: none;
    font-weight: 700;
}
.header-cont {
	position: fixed;
	z-index: 1;
	top: 0;
	width: 100%;
	background: #fff;
	/* padding-bottom: 35px; */
}

.menu{margin:0px;padding:0px;list-style:none;display: block;}

.menu li{position:relative;box-sizing:border-box;display: inline-block;padding-bottom: 2px;border-bottom: 2px solid transparent;margin-right: 30px;}

.menu li:first-child {
    margin-left: 0px;
}

.menu li a {color: black;text-decoration:none;display:block;text-align: left;padding: 0px;font-size: 16px;font-weight: 300;padding-top: 15px;}

.menu li:hover {border-bottom: 2px solid black;font-weight: 700;}

.menu li:hover a {font-weight: 700;}




.title_container {
    color: white;
    font-weight: 700;
    margin-top: 145px;
    background: url(../img/bg1.jpg) 50% 0 no-repeat;
    padding-bottom: 490px;
}

.title_container .title1 {
    font-weight: 700;
    font-size: 48px;
    padding-top: 100px;
    text-transform: uppercase;
    color: #fff;
    margin-left: -20px;
}

.title_container .title1 .text_sm {
    font-size: .8em;
    padding-top: 15px;
    display: inline-block;
}

.title_container .title2 {
    /*line-height: 100%;*/
    font-weight: 300;
    font-size: 32px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 30px;
    margin-left: -20px;
}

.title_container .btn {
    width: 280px;
    height: 50px;
    margin-top: 40px;
    font-size: 16px;
}

.title_container .btn:hover {
    color: white;
    border-color: white;
}



.advantages {
    background: #16171a;
    padding: 28px 0;
    max-width: 1920px;
    margin: 0 auto;
    /*margin-top: 330px;
    margin-top: 455px;
	margin-top: 70px;*/
}

.advantages .container {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    max-width: 1920px;
}

.advantages .item {
    /* padding-right: 140px; */
    font-size: 16px;
    font-weight: 700;
    color: white;
    text-decoration: none;
    display: block;
}

.advantages .item span {
    padding-left: 55px;
    position: relative;
    display: block;
}

.advantages .item span:before {
    content: url(../img/advantages/11.png);
    position: absolute;
    top: -2px;
    left: 0;
}

.advantages .item:hover {
    color: #0062ff;;
}

.advantages .item:hover span:before {
    content: url(../img/advantages/1.png);
}

.advantages .item:nth-child(2) span:before {
    content: url(../img/advantages/22.png);
    top: 5px;
    left: -5px;
}

.advantages .item:nth-child(3) span:before {
    content: url(../img/advantages/33.png);
    top: -10px;
    left: -2px;
}

.advantages .item:nth-child(4) span:before {
    content: url(../img/advantages/44.png);
    top: 3px;
    left: 5px;
}

.advantages .item:nth-child(5) span:before {
    content: url(../img/advantages/55.png);
    top: 7px;
    left: 5px;
}
.advantages .item:nth-child(2):hover span:before {
    content: url(../img/advantages/2.png);
}

.advantages .item:nth-child(3):hover span:before {
    content: url(../img/advantages/3.png);
}

.advantages .item:nth-child(4):hover span:before {
    content: url(../img/advantages/4.png);
}

.advantages .item:nth-child(5):hover span:before {
    content: url(../img/advantages/5.png);
}
.advantages .btn {
    display: none;
    font-weight: 700;
    margin-bottom: 20px;
    width: 100%;
    text-transform: none;
    font-size: 18px;
}





.bikes {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.bikes .item {
    background: #f3f3f3;
    padding: 40px;
    width: 32%;
    margin-bottom: 20px;
}

.bikes .name {
    font-family: "BMWGlobal_Pro_light", sans-serif;
    font-weight: 700;
    font-size: 31px;
    /*padding-bottom: 30px;*/
    text-transform: uppercase;
}

.bikes .benefit-text {
	display: block;
	font-size: 18px;
	margin-top: 5px;
    text-decoration: line-through;
}

.bikes .image {
    display: block;
    padding-bottom: 20px;
}

.bikes .image img {
    max-width: 100%;
}

.bikes .price {
    /* display: block; */
    font-family: "BMWGlobal_Pro_light", sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: black;
    text-decoration: none;
    border-bottom: 2px solid transparent;
}

.bikes .price .rub {
    font-weight: 400;
}

.bikes .price span {
    font-size: 30px;
}

.bikes .price:hover {
    border-bottom: 2px solid black;
}

.bikes .btn {
    width: 280px;
    height: 50px;
    font-size: 16px;
    margin-top: 10px;
}









.instock {
    padding-top: 30px;
}

.instock .title {
    font-family: "BMWGlobal_Pro_light", sans-serif;
    font-weight: 700;
    font-size: 31px;
    text-transform: uppercase;
    padding-bottom: 20px;
    border-bottom: 1px solid #dddddd;
}

.filter_quick_menu {
    list-style: none;
    padding: 0;
    margin: 0;
    /* display: flex; */
    padding-top: 15px;
    display: block;
}

.filter_quick_menu li {
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    margin-right: 30px;
    padding-bottom: 2px;
    border-bottom: 2px solid transparent;
    box-sizing: border-box;
}

/* .filter_quick_menu li span {
    display: block;
} */

.filter_quick_menu li:hover {
    /* font-family: "BMWGlobal_Pro_light Bold"; */
    font-weight: 700;
    border-bottom: 2px solid black;
}

.filter_quick_menu li.current {    
    /* font-family: "BMWGlobal_Pro_light Bold"; */
    font-weight: 700;
    border-bottom: 2px solid black;
}

.tb_complects_container {
    padding: 15px;
    padding-bottom: 91px;
}

#filter_table {
    margin-bottom: 13px;
    padding-top: 17px;
    display: none;
    padding-bottom: 4px;
}
#filter_table .select_container{position:relative;width: 28%;display:inline-block;margin-right: 10px;}
#filter_table select {
    font-family: "BMWGlobal_Pro_light", sans-serif;
    display: block;
    color: #808890;
    height: 45px;
    box-sizing: border-box;
    width: 100%;
    padding-left: 15px;
    padding-right: 35px;
    font-size: 14px;
    font-weight: 300;
    outline: none;
    background: none;
    border-radius: 0px;
    background: url(../img/ico_select.png) 93% 50% no-repeat;
    border: 1px solid #999999;
}
#filter_table select[name="models"]{
}
#filter_table select[name="complects"]{}
#filter_table select[name="engine"]{}
#filter_table select option{color:black;}
.tb_complects {
    width: 100%;
    color: black;
    border-collapse: collapse;
    margin: 0px auto;
    font-weight: 300;
}
/* .tb_complects.limit tr:nth-child(n+5){display:none;} */
.tb_complects tr {/* display: flex; */justify-content: space-between;align-items: center;background: white;margin-bottom: 15px;}
/* .tb_complects tr:first-child{display:none !important;} */
.tb_complects tr th{text-align:left;font-size:16px;/* text-transform:uppercase; */background: #ededed;font-size: 18px;font-weight: 300;padding: 15px;height: 53px;box-sizing: border-box;}

.tb_complects tr td {
    vertical-align: middle;
    padding: 30px 0;
    width: 30%;
    border-bottom: 1px solid #dddddd;
	position: relative;
}

.tb_complects tr td:first-child {text-align: left;}
.tb_complects tr td .popup{/* padding: 0px; *//* color:white; *//* margin-left:auto; *//* width: 100%; *//* display:inline-block; *//* box-sizing:border-box; *//* font-size: 16px; *//* font-weight: 400; *//* margin: 0px; */}
.tb_complects tr td .popup:first-child{/* background:#949494; *//* border-color:#949494; */}
.tb_complects tr td .popup:first-child:hover{/* background:#858484; *//* border-color:#858484; */}

.tb_complects tr:hover {/* box-shadow: 0px 15px 20px #00000026; */}

.tb_complects .better-price {position: absolute;bottom: 7px;left: 0;}
.tb_complects_showmore {
    padding-bottom: 5px;
    color: #626262;
    font-size: 14px;
    font-weight: 300;
    margin-top: 19px;
    text-align: center;
    margin-top: 25px;
    display: block;
    width: 170px;
    text-decoration: none;
}
.tb_complects_showmore:hover {/* border-color:#1c69d4; */}
.tb_complects tr .last {}
.tb_complects tr .btns {padding-top: 5px;vertical-align: middle;padding: 0;}

.tb_complects tr .btns .btn {
    display: block;
    margin: 0;    
    width: 280px;
    height: 50px;
    margin-left: auto;
}

.tb_complects tr .btns .btn:first-child {
    margin-bottom: 10px;
}

.tb_complects tr td .param1 {
    font-weight: 700;
    font-family: "BMWGlobal_Pro_light", sans-serif;
}
.tb_complects tr td .param2 span,
.tb_complects tr td .param3 span,
.tb_complects tr td .param4 span {
    font-weight: 700;
    font-family: "BMWGlobal_Pro_light", sans-serif;
}


.tb_complects tr td .param2,
.tb_complects tr td .param3,
.tb_complects tr td .param4 {
    position: relative;
    padding-left: 35px;
    margin-top: 10px;
}

.tb_complects tr td .param2:before {
    content: url(../img/engine.png);
    position: absolute;
    top: 0;
    left: 0;
}

.tb_complects tr td .param3:before {
    content: url(../img/hm.png);
    position: absolute;
    top: 0;
    left: 0;
}

.tb_complects tr td .param4:before {
    content: url(../img/speed.png);
    position: absolute;
    top: 0;
    left: 0;
}
.tb_complects tbody {
	display: flex;
	flex-wrap: wrap;
}
.tb_complects tr {
	display: flex;
	flex-direction: column;
	width: 32%;
	margin-right: 2%;
}
.tb_complects tr:nth-of-type(3n) {
    margin-right: 0;
}
.tb_complects tr td {
	width: auto;
}
.tb_complects img {
	width: 280px;
}




.class_block {
    padding-top: 40px;
    padding-bottom: 50px;
    border-bottom: 2px solid black;
}

.class_block table {
    width: 100%;
    color: black;
    border-collapse: collapse;
    margin: 0px auto;
    font-weight: 300;
}

.class_block td {
    width: 30%;
}

.class_block .item {

}


.class_block .add {
    position: relative;
    padding-left: 20px;
    margin-top: 10px;
}

.class_block .add:before {
    content: url(../img/ico_list.png);
    position: absolute;
    top: 0;
    left: 0;
}

.class_block .info {

}

.class_block .price {
    font-family: "BMWGlobal_Pro_light", sans-serif;
    font-weight: 700;
    font-size: 24px;
    width: 280px;
    margin-left: auto;
    text-align: center;
    padding-bottom: 20px;
}

.class_block .price span {
    font-size: 30px;
}

.class_block .price .rub {
    font-weight: 400;
    font-size: 24px;
}

.class_block .btn {
    width: 280px;
    height: 50px;
    margin-left: auto;
}






.heritage_block {
    background: url(../img/bg_heritage.jpg) top right no-repeat;
    padding-top: 40px;
}

.heritage_block .description {
    background: #f2f2f2;
    padding: 30px;
    margin-right: auto;
    width: 40%;
}

.heritage_block .title {
    font-family: "BMWGlobal_Pro_light", sans-serif;
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
}

.heritage_block .text {
    font-size: 16px;
    line-height: 25px;
}

.heritage_block .btn {
    width: 280px;
    height: 50px;
    margin: 30px 0;
}

.heritage_block .img_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 974px;
    padding-top: 65px;
    margin-left: auto;
}

.heritage_block .img_block .item {
    display: block;
    overflow: hidden;
}

.heritage_block .img_block .item:hover img {
    transform: scale(1.1);
}






.roadster_block {
    background: url(../img/bg_roadster.jpg) top right no-repeat;
    background-size: 100%;
    padding-top: 40px;
    padding-bottom: 460px;
    margin-top: 50px;
}

.roadster_block .title {
    font-family: "BMWGlobal_Pro_light", sans-serif;
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
}

.roadster_block .text {
    font-size: 16px;
    line-height: 25px;
}

.roadster_block .btn {
    width: 280px;
    height: 50px;
    margin-top: 50px;
}

.tour_block .info_block {
    width: 80%;
    margin: 0 auto;
}

.tour_block .description {
    background: white;
    padding: 32px;
    padding-bottom: 25px;
    width: 53%;    
    position: relative;
    margin: -75px 0 -155px 0;
    margin-left: auto;
    padding-right: 20px;
}

.tour_block .title {
    font-family: "BMWGlobal_Pro_light", sans-serif;
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
}

.tour_block .text {
    font-size: 16px;
    line-height: 25px;
}

.tour_block .btn {
    width: 280px;
    height: 50px;
    margin-top: 20px;
}

.tour_block .img_block {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.tour_block .item {
    width: 47%;
}

.tour_block .item:last-child {
    width: 49.5%;
}




.exclusive {
    margin-top: 50px;
}

.exclusive .title {
    font-family: "BMWGlobal_Pro_light", sans-serif;
    font-weight: 700;
    font-size: 30px;
}

.exclusive .title2 {
    font-size: 45px;
}

.exclusive .btn {
    width: 280px;
    height: 50px;
    margin-top: 30px;
    margin-bottom: 60px;
}








.contacts {
    padding: 50px;
    background: #f2f2f2;
    width: 42%;
    margin-left: auto;
    margin-top: -110px;
    margin-bottom: -250px;
    color: black;
    position: absolute;
    z-index: 1;
    right: 0;
    transition: all .3s linear;
}

.contacts:hover {
    margin-top: -130px;
}

.contacts .title {
    font-family: "BMWGlobal_Pro_light", sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: black;
}

.contacts .bottom_addr {
    margin-top: 10px;
    font-size: 16px;
    position: relative;
    padding-left: 20px;
}

.contacts .bottom_addr:before {
    content: url(../img/loc.png);
    position: absolute;
    left: 0;
    top: 2px;
}

.contacts .bottom_addr span {
    font-family: "BMWGlobal_Pro_light", sans-serif;
    font-weight: 700;
}

.contacts .bottom_phone {
    font-family: "BMWGlobal_Pro_light", sans-serif;
    font-weight: 700;
    text-decoration: none;
    color: black;
    font-size: 16px;
    display: block;
    margin-top: 15px;
    position: relative;
    padding-left: 20px;
}

.contacts .bottom_phone:before {
    content: url(../img/phone.png);
    position: absolute;
    left: 0;
    top: 2px;
}

.contacts .icons {
    padding-top: 15px;
    display: flex;
    align-items: center;
}

.contacts .icons a:first-child {
    margin-right: 15px;
}

.contacts .title2 {
    font-family: "BMWGlobal_Pro_light", sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: black;
    padding-top: 5px;
}

.contacts .btn {
    width: 280px;
    height: 50px;
    margin-top: 20px;
}

#map1 {
    height: 380px;
    width: 100%;
    max-width: 100%;
	background:url(../img/map.jpg) 50% 0% no-repeat;
}


footer {
    padding-top: 21px;
    padding-bottom: 20px;
    /* background: url(../img/bg_disclamer.jpg) top no-repeat; */
}


.disclamer_switch_bg {
    
}

.disclamer_switch {
    color: black;
    font-size: 14px;
    text-decoration: none;
}

footer .disclamer {color:black;font-size:10px;display: none;text-align: left;padding-top: 35px;}

.copyright {font-size:12px;position: absolute;top: 0px;left: 15px;}


/*------------------------------------------------------------------------------------------------------------------------*/


@media (max-width: 1920px) {
	body {
		background-position-x: 0%;
	}	
}

@media (max-width: 1500px) {
	body {
	/*background: url(../img/2560х700.jpg) 50% 145px no-repeat white;*/
	background-size: 1500px;
    background-position-x: 8%;
	
	}
	.advantages {
        /*margin-top: 205px;*/
    }
}
@media (max-width: 1400px) {
}
@media (max-width: 1200px) {

    .bikes .name {
        font-size: 24px;
    }
	.bikes .benefit-text {font-size: 16px;}

    .bikes .btn {
        width: 100%;
        height: 50px;
        font-size: 14px;
        margin-top: 10px;
    }

    .class_block .image img {
        width: 220px;
    }

    .heritage_block {
        background: url(../img/bg_heritage.jpg) 100px 0px no-repeat;
    }

    .heritage_block .description {
        width: 50%;
    }

    .heritage_block .img_block {
        width: 89.2%;
        padding-top: 45px;
    }

    .heritage_block .img_block .item {
        width: 32%;
    }

    .heritage_block .text {
        font-size: 14px;
    }

    .roadster_block .text {
        font-size: 14px;
        width: 30%;
    }

    .roadster_block .btn {
        margin-top: 20px;
    }

    .tour_block .info_block {
        width: 88%;
        margin: 0 auto;
    }

    .tour_block .description {
        width: 53%;
    }

    .tour_block .text {
        font-size: 14px;
        line-height: 25px;
    }

    .contacts {
        width: 48%;
    }
}



/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px){
    .contacts:hover {
        margin-top: -110px;
    }

    .title_container .btn {
        margin-top: 20px;
    }

    .advantages {
        /*margin-top: 350px;*/
    }

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

    .title_container .title1 {
        font-size: 40px;
    }

.title_container {
    background-position: 75% 0;
}
	
}
/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (min-width: 768px) and (max-width: 991px) {

    body {
        /*background-size: 210%;
        background-position: 55% 155px;*/
        background-size: 990px;
        background-position: 0% 145px;
    }

    .logo {
        width: 25%;
    }
    
    header .btn {
        width: 20%;
    }

    .title_container .title1 {
        font-size: 33px;
    }

.title_container .title2 {
    font-size: 28px;
    margin-top: 10px;
}

.title_container {
    background-position: 54% 0;
}

    .title_container .btn {
        margin-top: 20px;
    }

    .advantages {
        /*margin-top: 300px;
		    margin-top: -35px;*/
    }

    .advantages .container {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .advantages .item {
        width: 50%;
        margin-bottom: 30px;
    }

    /* .bikes {
        margin-top: 340px;
    } */

    .bikes .item {
        background: #f3f3f3;
        padding: 15px;
        width: 33%;
        margin-bottom: 20px;
    }

    .bikes .name {
        font-size: 20px;
    }
	.bikes .benefit-text {font-size: 14px;}

    .bikes .price {
        font-size: 20px;
    }

    .filter_quick_menu1 li span {
        margin-top: -5px;
        font-size: 14px;
    }

    .filter_quick_menu1 li {
        width: 10%;
    }

    .filter_quick_menu1 li.specpredlozheniya {
        border: 1px solid black;
        padding: 0 10px;
        margin: 5px;
        margin-right: 10px;
        width: auto;
    }

    .filter_quick_menu1 li.specpredlozheniya span {
        margin-top: 70px;
        margin-bottom: -80px;
    }    

    .tb_complects tr img {
		width: 250px;
	}
	
    .tb_complects tr {
		width: 48%;
		margin-right: 4%;
	}
	.tb_complects tr:nth-of-type(3n) {
		margin-right: 4%;
	}
	.tb_complects tr:nth-of-type(2n) {
		margin-right: 0;
	}
	
    .tb_complects tr td {
        padding: 5px;
        width: 25%;
        padding-bottom: 15px;
		width: 220px;
    }

    .tb_complects td:nth-child(2) {
        /*width: 45%;
        padding-left: 15px;*/
		padding-top: 15px;
    }

    .tb_complects td:nth-child(3) {
        /*width: 30%;*/
		margin-top: 10px;
    }

    .tb_complects tr td .param2, .tb_complects tr td .param3, .tb_complects tr td .param4 {
        font-size: 12px;
    }

    .tb_complects tr td .add {
        font-size: 12px;
    }
    .tb_complects tr .btns .btn {
        width: 100%;
    }   

    .class_block td {
        width: 25%;
    }

    .class_block td:nth-child(2) {
        width: 45%;
        padding-left: 15px;
    }

    .class_block td:nth-child(3) {
        width: 30%;
    }

    .class_block .btn {
        width: 100%;
    }

    .class_block .price {
        width: 100%;
        margin: 0;
    }

    .heritage_block {
        background: url(../img/bg_heritage.jpg) 50px 0px no-repeat;
    }

    .heritage_block .description {
        width: 60%;
    }

    .heritage_block .img_block {
        width: 92.8%;
        padding-top: 55px;
    }

    .roadster_block {
        background: url(../img/bg_roadster.jpg) top right no-repeat;
        background-size: 120%;
        background-position: -20% 100px;
        padding-top: 100px;
        padding-bottom: 400px;
        margin-top: 0;
    }

    .roadster_block .text {
        font-size: 14px;
        width: 40%;
    }

    .roadster_block .btn {
        width: 270px;
    }

    .tour_block .info_block {
        width: 100%;
        margin: 0;
    }

    .tour_block .description {
        width: 63%;
        margin: -75px 0 -125px 0;
        margin-left: auto;
        margin-right: -1px;
    }

    .contacts {
        width: 55%;
    }

    .contacts .title2 {
        font-family: "BMWGlobal_Pro_light", sans-serif;
        font-size: 24px;
        font-weight: 700;
    }

    .contacts:hover {
        margin-top: -110px;
    }
}

	
/*IPAD END*/

/*MOBILE BEGIN*/
@media (max-width: 767px) {

    .bclock-clock {
        transform: scale(0.65);
    }
	
	.fancybox-type-image {width: 100% !important;margin: 0px !important;left: 0px !important;}
	.fancybox-close {right: 9px !important;top: 9px !important;}
	.fancybox-inner {width: 100% !important;margin: 0px !important;padding: 0px !important;}
	.fancybox-wrap {margin:0px !important;width: 100% !important;left: 0px !important;top: 20px !important;}
	.fancybox-type-image .fancybox-close {top: -8px !important;}

	.simple_slider .btn_left {display:none !important;}
	.simple_slider .btn_right {display:none !important;}
	
	.popup_container {width:100%;}

	.resp_table tr {display: block;padding-bottom: 0px;}
	.resp_table tr th {display:none;}
	.resp_table tr td {width:100%;display: block;box-sizing: border-box;padding: 5px 15px;}
	.resp_table tr td:before {display:inline-block;width: 43%;margin-right: 2%;font-weight: 700;vertical-align: top;display: none;}
	.resp_table img {max-width: 100%;margin: 0px auto;}

	.tb_complects_container {padding-bottom:0px;}

	#filter_table{/* display:block; */padding-top: 15px;margin-bottom: 0px;padding-bottom: 0px;}
	#filter_table .select_container{width:100%;padding-bottom:10px;}
	#filter_table .select_container:after{}
	#filter_table select{}
	#filter_table select[name="models"]{}
	#filter_table select[name="complects"]{}
	#filter_table select[name="engine"]{}
	#filter_table select option{}
	.tb_complects{padding-bottom:30px;}
	.tb_complects.limit tr:nth-child(n+5){}
	.tb_complects tr{
    background: none;
    border: none;
    margin-bottom: 30px;
	width: auto;
}
	.tb_complects tr:first-child{}
	.tb_complects tr th{}
	.tb_complects tr td{
    padding: 0px;
}
	.tb_complects tr:nth-child(2) td{}
	.tb_complects tr td .model{
		padding-left: 0px;
	}
	.tb_complects tr td .complect{}
	.tb_complects tr td .engine{}
	.tb_complects tr td .popup{width:100%;margin-bottom:10px;}
	.tb_complects tr td .popup:first-child{}
	.tb_complects tr td .popup:hover{}
	.tb_complects_showmore{margin-left:0px;left:0px;text-align:center;display:block;position:relative;top:-30px;margin-top: 60px;}
    .tb_complects tr td.tdbutton1{display:block;padding-right: 0px; width:100%; }

    .tb_complects tr td:nth-child(2) {
        padding-top: 15px;
    }

    .btn_menu {
        position: absolute;
        top: -145px;
        right: 15px;
        z-index: 10;
        width: 39px;
        height: 31px;
    }
	.btn_menu span {height: 2px;background: black;display: block;transition:0.2s;}
	.btn_menu:before {content:'';height: 2px;background: black;position: absolute;top: 12px;left: 0px;width: 100%;transition:0.2s;}
	.btn_menu:after {content:'';height: 2px;background: black;position: absolute;bottom: 4px;width: 100%;transition:0.2s;}
	
	.btn_menu.open span {transform: rotate(-45deg);transform-origin: 40px 15px;width: 45px;}
	.btn_menu.open:before {opacity: 0;}
	.btn_menu.open:after {transform: rotate(45deg);transform-origin: 30px -8px;width: 45px;}

	.menu {display: block;background: white;overflow: hidden;width: 0px;position: absolute;top: 34px;right: 0px;transition: 0.2s;z-index: 1;height: auto;padding: 20px 0 0px 0px;}
	.menu li {padding: 0px;margin-left: 0px;display: block;float: none;}
	.menu li:before {display:none;}
	.menu li a {padding: 4% 0px;font-size: 22px;white-space: nowrap;text-align: left;font-family:"BMWGlobal_Pro_light", sans-serif;color: white;font-weight: 700;padding-right: 15px;}
	
	.btn_menu.open + .menu{
    width: 100%;
    padding-left: 20px;
    padding-bottom: 500px;
}
	
	.menu_container  {top: 119px;right: 0px;display: block;position: static;width: 100%;z-index: 11;}	
	
	.menu {
    top: -15px;
}
	.menu li a {
    color: black;
}
	.menu li a img {
    display: none;
}
    

body {
    /*background-size: 160%;
    background-position: 60% 260px;
	background: url(../img/768х1000.jpg) 50% 170px no-repeat white;*/
	background-size: contain;
}


    header .container {
        display: flex;
        align-items: center;
        height: auto;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 15px;
    }

    header {
        width: 100%;
        background: white;
        position: static;
        padding-bottom: 10px;
    }
    

    .top_addr {
        display: none;
    } 

    .top_phone {
        display: none;
    }

    header .btn {
        margin-top: 10px;
        width: 100%;
        order: 1;
        height: 50px;
        font-size: 16px;
    }
	.header_cont {padding: 0;}
	.header_cont .btn_menu {top: -121px;}

    .title_container {
        padding-top: 5px;
        margin-top: 170px;
        background-size: 540px auto;
        background-position: 89% 0;
        padding-top: 239px;
        padding-bottom: 10px;
    }
    
    .title_container .title1 {
        font-size: 16px;
        padding-top: 10px;
        color: black;
        margin-left: 0;
       
    }

    .title_container .title2 {
        font-size: 14px;
        color: black;
        /* font-weight: bold; */
        margin-left: 0; 
        margin-top: 5px;
    }

    .title_container .btn {
        width: 100%;
        height: 50px;
        margin-top: 69%;
        font-size: 16px;
    }


    .advantages .container {
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
    }

    .advantages {
        /*margin-top: 25px;
		margin-top: 207px;*/
    }

    .advantages .item {
        width: 45%;
        margin-bottom: 20px;
        text-align: center;
        font-weight: 400;
        margin-bottom: 30px;
    }

    .advantages .item span {
        padding-left: 0;
        position: relative;
        display: block;
        padding-top: 50px;
    }

    .advantages .item span:before {
        left: calc(50% - 20px);
    }

    .advantages .item span:before,
    .advantages .item:nth-child(2) span:before,
    .advantages .item:nth-child(3) span:before,
    .advantages .item:nth-child(4) span:before,
    .advantages .item:nth-child(5) span:before {
         left: calc(50% - 20px);
        }
        
    .advantages .item:nth-child(3) span:before {
            top: 2px;
    }

    /* .advantages .btn {
        display: block;
    } */





    .bikes {
        margin-top: 20px;
    }
    .bikes .item {
        width: 100%;
        padding: 20px;
    }
    
    .instock .title {
        font-size: 24px;
    }    

    .agree_field {
        color: black;
    }

    .agree_field a {
        color: black;
    }

    .filter_quick_menu {
        flex-wrap: wrap;
    }

    .filter_quick_menu li {
        margin-bottom: 10px;
    }

    .class_block {
        padding-top: 10px;
    }

    .class_block td {
        display: block;
        width: 100%;
    }

    .class_block .image img {
        margin: 0 auto;
        display: block;
    }

    .class_block .price {
        width: 100%;
        margin-left: 0;
    }

    .class_block .btn {
        width: 100%;
        margin-left: auto;
    }

    .tb_complects tr td {
        padding: 0px;
        padding-bottom: 15px;
    }

    .tb_complects tr td:first-child {
        width: 100%;
    }

    .resp_table img {
        width: 50%;
    }
    .tb_complects img {
        width: auto;
    }



    .heritage_block {
        background: url(../img/bg_heritage.jpg) top right no-repeat;
        padding-top: 0;
        background-size: 140%;
        background-position: 100% 245px;
    }

    .heritage_block .description {
        background: none;
        padding: 0;
        margin-right: 0;
        width: 100%;
    }

    .heritage_block .text {
        padding-bottom: 0;
    }

    .heritage_block .btn {
        width: 100%;
        height: 50px;
        margin-top: 12px;
        margin-bottom: 335px;
    }

    .heritage_block .img_block {
        width: 100%;
        padding-top: 15px;
    }

    .roadster_block .text {
        font-size: 14px;
        width: 100%;
    }

    .roadster_block {
        background: url(../img/bg_roadster.jpg) 50% 200px no-repeat;
        background-size: 100%;
        padding-top: 0;
        padding-bottom: 250px;
        margin-top: 50px;
    }

    .roadster_block .btn {
        margin-top: 12px;
        width: 100%;
    }

    .tour_block {
        margin-top: 50px;
        display: flex;
        flex-direction: column;
    }

    .tour_block .image {
        order: 1;
        margin-top: 15px;
        position: absolute;
        width: 46%;
        right: 15px;
        bottom: 73px;
        height: 60px;
        overflow: hidden;
    }

    .tour_block .image img {
        margin-top: -10px;
    }

    .tour_block .info_block {
        width: 100%;
        margin: 0;
    }

    .tour_block .description {
        width: 100%;
        background: none;
        margin: 0;
        margin-left: 0;
        padding: 0;
    }

    .tour_block .btn {
        width: 100%;
        height: 50px;
        margin-top: 10px;
    }

    .tour_block .img_block {
        margin-top: 15px;
    }

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

    .exclusive .title2 {
        font-size: 24px;
    }

    .exclusive .btn {
        width: 100%;
        height: 50px;
        margin-top: 10px;
        margin-bottom: 0;
    }

    

    .contacts {
        width: 100%;
        position: static;
        padding: 0;
        background: none;
        margin: 0;
        margin-top: 50px;
    }

    .contacts .btn {
        width: 100%;
        height: 50px;
        margin-top: 10px;
        margin-bottom: 0;
    }





	#instock .title2 {
    padding-top: 15px;
}

	.tb_complects tr .btns {
    width: 100%;
}

	.tb_complects tr .btns .btn {
    float: none;
    display: block;
    width: 100%;
}
	.tb_complects tr .btns .btn:first-child {
}





	#map1 {
    margin-left: 0;
    width: 100%;
    max-width: none;
    margin-top: 50px;
    background: url(../img/map.jpg) 35% 0% no-repeat;
}

	.copyright {
    position: relative;
    left: 0px;
    padding-bottom: 15px;
}

.contacts:hover {
    margin-top: -110px;
}

}

/*MOBILE END*/

@media (max-width: 540px) {
	.advantages {
		/*margin-top: 232px;*/
	}
}
@media (max-width: 460px) {
	.advantages {
		/*margin-top: 100px;*/
	}
}
@media (max-width: 380px) {
	.advantages {
		/*margin-top: 4px;*/
	}
}

/* Portrait phones and smaller */
@media (max-width: 388px)
{
    /* .title_container .btn {
        margin-top: 310px;
    } */

    .heritage_block .btn {
        margin-bottom: 315px;
    }

    .tour_block .image {
        width: 45.5%;
        bottom: 63px;
    }

    /* .advantages {
        margin-top: 160px;
        padding: 10px 0;
    } */

    .advantages .btn {
        margin-bottom: 15px;
        margin-top: 10px;
    }
    
    .advantages .item {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .advantages .item {
        width: 45%;
    }
    
}

@media (max-width: 378px)
{
    .logo {
        width: 80%;
    }
    
    .heritage_block .btn {
        margin-bottom: 307px;
    }

    .roadster_block {
        padding-bottom: 235px;
    }

    .tour_block .image {
        width: 45.5%;
        bottom: 65px;
        height: 55px
    }
    
}

@media (max-width: 360px)
{

    .bclock-clock {
        transform: scale(0.55);
    }

    /* body {
        background-size: 220%;
        background-position: 60% 220px;
    } */
    
    /* .title_container .btn {
        margin-top: 290px;
    }   */

    .title_container .title1 {
        font-size: 20px;
        line-height: 28px;
    }
    
    /* .title_container .title2 {
        font-size: 20px;
        color: white;
        margin-top: 6px;    
    } */

    /* .advantages .btn {
        margin-bottom: 15px;
        margin-top: 5px;
    }

    .advantages .item {
        margin-bottom: 15px;
    } */

    .heritage_block .btn {
        margin-bottom: 295px;
    }

    .roadster_block {
        background: url(../img/bg_roadster.jpg) 50% 195px no-repeat;
        background-size: 100%;
        padding-bottom: 215px;
    }

    .tour_block .img_block {
        margin-top: 17px;
    }

    .exclusive .title2 {
        font-size: 20px;
    }

    .tour_block .image {
        width: 45.2%;
        bottom: 64px;
        height: 50px;
    }

    
}

@media (max-width: 320px)
{	

    /* body {
        background-size: 220%;
        background-position: 60% 200px;
    } */

    body {
        background-size: 160%;
        background-position: 60% 270px;
    }

    .btn_menu {
        top: -120px;
    }

    /* .title_container .btn {
        margin-top: 260px;
    } */
    
    .title_container .title1 {
        font-size: 18px;
    }
    
    
    .title_container .title2 {
        font-size: 18px;
        padding-top: 4px;
    }

    /* .advantages {
        margin-top: 125px;
    } */

    .advantages .btn {
        margin-bottom: 12px;
        margin-top: 3px;
    }

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

    /* .advantages .item {
        margin-bottom: 12px;
    } */

    .heritage_block {
        background-position: 100% 273px;
    }

    .heritage_block .btn {
        margin-bottom: 265px;
    }

    .roadster_block {
        padding-bottom: 195px;
    }

    .exclusive .title {
        font-size: 22px;
    }

    .contacts .title2 {
        font-size: 24px;
    }

    #map1 {
        background: url(../img/map.jpg) 37% 30% no-repeat;
        height: 300px;
    }

    .tour_block .image {
        width: 45%;
        bottom: 55px;
        height: 46px;
    }
   
    .tb_complects tr td .param2, .tb_complects tr td .param3, .tb_complects tr td .param4 {
        position: relative;
        padding-left: 30px;
        margin-top: 10px;
    }

}
