html {
    overflow-x: hidden;
}

body {
    font-family: 'OpenSans';
    font-size: 16px;
    color: black;
    position: relative;
    font-weight: 400;
    margin: 0 auto;
    padding: 0;
    overflow-x: hidden;
    max-width: 1920px;
    background: #141413;
}

.fancybox-slide--html .fancybox-close-small { /* color: white !important; */
}

.fancybox-button svg {
    transform: scale(2);
    color: #ffffff;
}

.compensate-for-scrollbar {
    margin-right: auto !important;
    overflow: auto !important;
}

.fancybox-content {
    overflow: hidden;
}


input[type=file] {
    display: none;
}


.resp_table {
    width: 100%;
}

.resp_table tr td:before {
    display: none;
}

sup {
    display: inline-block;
    vertical-align: top;
    top: -3px;
    position: relative;
    font-size: 80%;
}

img {
    border-style: none;
    vertical-align: middle;
    max-width: 100%;
}

select::-ms-expand {
    display: none;
}

select::-ms-expand {
    display: none;
}

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: 1200px;
        max-width: 100%;
    }
}

.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: 420px;
    max-width: 100%;
    padding: 5px 29px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box; /* border: 2px solid black; */
    background: #141413;
    text-align: center;
    padding-bottom: 30px;
}

.popup_container .agree_field {
    color: #ffffff;
    font-size: 12px;
}

.popup_container .agree_field a {
    color: #ffffff;
}


.popup_container h2 {
    font-size: 20px;
    font-weight: 700;
    /* text-transform: uppercase; */
    padding: 0px;
    margin: 0px;
    padding-bottom: 29px;
    text-align: center;
    padding-top: 25px;
    color: #ffffff;
}

.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: #f3f3f3;
    border: 1px solid #f3f3f3;
    padding: 10px;
}

.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-family: 'OpenSans';
    font-size: 16px;
}

.popup_container .form-group select {
    color: #1d1f20;
    height: 50px;
    border: 1px solid white;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    font-family: 'OpenSans';
    padding-left: 10px;
    height: 38px;
    background-color: white;
    border-radius: 5px;
    border: 1px solid #c0c6c9;
}

.popup_container .form-group select option {
    color: #000000;
}

.popup_container .form-group button {
    cursor: pointer;
    height: 38px;
    font-size: 16px;
    font-weight: 700;
    height: 60px;
}

.popup_container .form-group button:before {
    display: none;
}

.popup_container .form-group button:after {
    display: none;
}


.not_agree button {
    background-color: #cccccc !important;
    cursor: auto !important;
    color: white !important;
}

.agree_field {
    font-size: 10px;
    line-height: 100%;
    position: relative;
    display: inline-block;
    padding-left: 20px;
    top: 0px;
}

.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 .form-group {
    margin-bottom: 10px;
    position: relative;
}

form .form-group input[type=tel],
form .form-group input[type=text],
form .form-group select {
    height: 50px;
    width: 100%;
    color: #ffffff;
    font-size: 20px;
    box-sizing: border-box;
    font-weight: 400;
    font-family: 'OpenSans';
    padding: 0;
    outline: none;
    background: transparent;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #ffffff;
}

form .form-group input[type=tel]::placeholder,
form .form-group input[type=text]::placeholder {
    color: #ffffff;
}

form .form-group select {
    appearance: none;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    background: url(../img/ico_select.svg) 100% 50% no-repeat transparent;
    font-family: 'OpenSans';
    outline: none;
}

form .form-group select option {
    color: #000000;
}

form .form-group button {
    width: 100%;
    cursor: pointer;
    font-family: 'OpenSans';
    outline: none;
}

form .form-group button:hover {
}


.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;
    color: #ff0000;
    white-space: nowrap;
}

.btn {
    box-sizing: border-box;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 384px;
    max-width: 100%;
    height: 58px;
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    text-decoration: none;
    outline: none;
    border: 1px solid #ffffff;
    transition: all .3s;
    text-align: center;
    border-radius: 5px;
}

.btn.glass {
    background: transparent;
    color: #ffffff;
}

.btn:hover {
    background: #FFED00;
    border-color: #FFED00;
    color: #000000;
}

/**********************
        HEADER
**********************/

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    background: #434748;
    padding: 16px 0;
    border-bottom: 2px solid #FFFFFF1A
}

header .container {
    display: flex;
    justify-content: space-between;
}

.logo_wrap {
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.logo_wrap .logo1 {
    max-width: 91px;
}
.logo_wrap .logo2 {
    max-width: 66px;
}
.logo_wrap .logo3 {
    padding-left: 15px;
    position: relative;
}

.logo_wrap .logo3:before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: 0;
    width: 1px;
    height: 36px;
    background: #6D6D6D;
}

.logo_wrap .logo_text {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}

header .m_btn {
    display: none;
}

.top_addr {
    font-size: 14px;
    color: #ffffff;
    padding-left: 26px;
    background: url("../img/ico_loc.svg") 0 50% no-repeat;
    margin-bottom: 8px;
}

.top_phone {
    display: block;
    font-size: 14px;
    color: #ffffff;
    padding-left: 26px;
    background: url("../img/ico_phone.svg") 0 50% no-repeat;
    text-decoration: none;
}

header .btn {
    width: 240px;
    height: 48px;
}

.menu {
    position: fixed;
    top: 82px;
    left: 0;
    right: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    background: #434748;
    z-index: 5;
}

.menu .container {
    display: flex;
    justify-content: space-between;
}

.menu a {
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    transition: all .3s;
}

.menu a:hover {
    color: #ffed00;
}

/**********************
        BANNER
**********************/

.banner .swiper-button-prev,
.banner .swiper-button-next {
    top: 8%;
    color: #ffffff;
}

.banner picture img {
    max-width: initial;
    height: 800px;
    transform: translateX(-50%);
    left: 50%;
    display: block;
    position: relative;
}

.banner {
    margin-top: 122px;
}

.banner .slide_item {
    overflow: hidden;
}

.title_container {
    position: absolute;
    top: 40px;
    padding: 12px 0 24px;
    z-index: 1;
    text-align: center;
    width: 100%;
}

.title_container:before {
    content: '';
    display: none;
    position: absolute;
    top: 0;
    left: -360px;
    width: 1920px;
    height: 291px;
    background: linear-gradient(90deg, rgba(20, 20, 19, 0.60) 49.15%, rgba(20, 20, 19, 0.00) 100%);
}

.title_container .title1 {
    position: relative;
    font-size: 28px;
    color: #ffffff;
    text-align: center;
}

.title_container .title1 .mob_br {
    display: none;
}

.title_container .title2 {
    position: relative;
    font-size: 31px;
    color: #ffffff;
}

.slide_item.slide3 .title_container {
    top: 36px;
}
.slide_item.slide3 .title_container .title1 {
    font-size: 24px;
    font-weight: 600;
}
.slide_item.slide3 .title_container .title2 {
    margin-top: 20px;
    font-size: 40px;
    font-weight: 700;
    text-transform: none;
}
.slide_item.slide3 .title_container .title2 span {
    color: #FEEA1E;
}

.slide_item.slide3 .title_container .br_mob {
    display: none;
}

.banner_plachka {
    position: absolute;
    right: 0;
    transform: translateX(32%);
    top: 23px;
    width: 353px;
    height: 168px;
    background: url(../img/banner_plachka_bg.svg) no-repeat;
    z-index: 2;
}
.banner_plachka span {
    position: relative;
    top: 50%;
    left: 50%;
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
    display: grid;
    transform: rotate(-12deg) translate(-47%, -86%);
    width: fit-content;
}
.banner_plachka b {
    font-size: 30px;
    font-weight: 700;
}
.title_container .title2 {
    font-weight: 700;
    font-size: 28px;
    color: #fff;
    text-transform: uppercase;
}

.title_container .title2 .title_big {}
.title_container .title2 b {
    color: #ffed00;
}
.title3 {
    position: relative;
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    line-height: 54px;
}
.title3 span {
    color: #FFED00;
    font-weight: 700;
}
.title_container .title2 span {
    /* font-weight: 700; */
    /* color: #ffed00; */
}

.title_container .title2_big {
    font-size: 72px;
    font-weight: 700;
    color: #ffed00;
    display: block;
}

.title_container .btn {
    position: relative;
    margin: 0 auto;
    margin-top: 25px;
    background: #FEEA1E;
    border-color: #FEEA1E;
}

.title_container .btn:hover {
    background: #ffffff;
    border-color: #ffffff;
}

.timer_block {
    background: #434748;
    padding: 16px 0 24px;
}

.timer_block .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.timer_wrap {
}

.timer_title {
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
}

#timer_form {
    width: 384px;
    max-width: 100%;
}

#timer_form .btn {
    margin-top: 25px;
}

#timer_form .agree_field,
#timer_form .agree_field a {
    color: #ffffff;
}

/**********************
         CARS
**********************/

.cars_items {
    margin-top: 70px;
}

.cars_menu {
    display: flex;
    justify-content: space-between;
}

.cars_menu > div {
    box-sizing: border-box;
    width: 49%;
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 25px;
    padding: 5px 0;
    cursor: pointer;
    height: 145px;
}

.cars_menu > div img {
    position: relative;
    opacity: .3;
    transition: all .3s;
}

.cars_menu > div span {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    opacity: .3;
    transition: all .3s;
}

.cars_menu > div.moto {
    justify-content: flex-end;
    padding-right: 70px;
}

.cars_menu > div:before {
    content: '';
    box-sizing: border-box;
    display: block;
    width: 120%;
    height: 100%;
    border-radius: 5px;
    transform: skewX(-30deg);
    position: absolute;
    top: 0;
    background: transparent;
    transition: all .3s;
    border: 1px solid #434748;
}

.cars_menu > div.moto:before {
    left: -20%;
}

.cars_menu > div.quad {
    padding-left: 70px;
}

.cars_menu > div.quad:before {
    right: -20%;
}

.cars_menu > div.active img,
.cars_menu > div.active span {
    opacity: 1;
}

.cars_menu > div.active:before {
    background: #434748;
}

/**********************
       COMPLECTS
**********************/

.cars_list {
    margin-top: 30px;
    display: none;
}

.cars_list.active {
    display: block;
}

.filter_quick_menu {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    list-style: none;
    column-gap: 20px;
    position: sticky;
    top: 100px;
}

.filters_wrap.fixed {
    position: fixed;
    top: 130px;
    z-index: 5;
    width: 1200px;
    padding: 10px 0;
}

.filters_wrap.fixed:before {
    content: '';
    position: absolute;
    top: 0;
    left: -50%;
    width: 200%;
    height: 100%;
    background: #141413;
}

.filter_quick_menu.quad {
    /*display: none;*/
}

.filter_quick_menu li {
    flex-grow: 1;
    color: #9aa2a7;
    min-height: 41px;
    font-size: 18px;
    border-radius: 5px;
    border: 1px solid #434748;
    cursor: pointer;
    transition: all .3s;
    position: relative;
}

.filter_quick_menu li span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.filter_quick_menu li.current {
    color: #ffffff;
    background: #434748;
}

.filter_quick_menu li:hover {
    color: #ffed00;
    border-color: #ffed00;
}

.filter_quick_menu li.current:hover {
    color: #ffffff;
    background: #434748;
    border-color: #434748;
}

.filter_quick_menu li:last-child {
    display: none;
}

.filter_marks {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
    margin-top: 20px;
    padding-bottom: 30px;
}

.filter_marks > div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    color: #9aa2a7;
    min-height: 41px;
    font-size: 18px;
    border-radius: 5px;
    border: 1px solid #434748;
    cursor: pointer;
    transition: all .3s;
    position: relative;
}

.filter_marks div.active {
    color: #ffffff;
    background: #434748;
}

.filter_marks div:hover {
    color: #ffed00;
    border-color: #ffed00;
}

.filter_marks div.active:hover {
    color: #ffffff;
    background: #434748;
    border-color: #434748;
}


#filter_table {
    display: none;
}

#tb_complects tbody tr:first-child {
    display: none;
}

#tb_complects tbody tr {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 110px;
    position: relative;
}

#tb_complects tbody tr[data-param4="ktm"] {
    flex-direction: row-reverse;
}

#tb_complects tbody tr:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 1787px;
    height: 283px;
}

#tb_complects tbody tr[data-param4="ktm"]:before {
    left: -25%;
    background: url("../img/ktm_bg.png") 0 100% no-repeat;
}

#tb_complects tbody tr[data-param4="xwolf"]:before,
#tb_complects tbody tr[data-param4="harley_davidson"]:before,
#tb_complects tbody tr[data-param4="voge"]:before {
    right: -22%;
    background: url("../img/voge_bg.png") 0 100% no-repeat;
}

#tb_complects tbody tr[data-param4="harley_davidson"] img {
    margin-bottom: 24px;
}

#tb_complects tbody tr td {
    color: #ffffff;
    position: relative;
}




#tb_complects tbody tr .swiper-button-prev:after,
#tb_complects tbody tr .swiper-button-next:after
{
	background: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAYCAQAAAClvJ5NAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQfoBx8MFzJI14TkAAABLElEQVQ4y43UQW6CQBTG8f8bDKSkRBMbDaRJu3LXVc/R7r1APZNeoNfpmlXdSGxsYoOxgUimi7EKOAhvR+b7zcvwGIRa6YAht/RwgD2/bGVbTUglPibEqW9Czkq+LUR7PBDQVClLySpEe0xwuVY5sUEKQPdaAbhMtHMihK3AoOhItMeoAwAY6cB0CTsCgL4hA8tSxNy61Z12lA4sk4iY82xFDr7iprGDvZOrLnqYYMwrsRW5qgHMWDGzI0VuBSmQWlFRJdMSoIReSpm9aIen0nneeD8BUwFTFuce8iGg7xl3HuVGlgr46QwgAQWSsu4I1pL/f8kJWQeQkZiXDEhB3IoyYimgfJFdHq9e5E85jqP6uxgS4l3EDyTydX6U+rruM8DHBw4U7NjIrpr4AxmqWj2y339bAAAAAElFTkSuQmCC) center center no-repeat;
	content: '';
	width: 25px;
	height: 25px;
}
#tb_complects tbody tr .swiper-button-next {
	transform: scale(1, -1)
}

.desktop #tb_complects tbody tr .gallery {
    display: flex;
    padding-right: 20px;
    width: 84px;
    max-width: 100%;
    height: 282px;
    align-self: flex-end;
    overflow: hidden;
}

.desktop #tb_complects tbody tr .gallery-slider {
    position: relative;
}
.desktop #tb_complects tbody tr .swiper-button-prev,
.desktop #tb_complects tbody tr .swiper-button-next
{
    position: absolute;
    z-index: 2;
    top: 10px;
    content: '';
    width: 25px;
    height: 25px;
    margin: 0;
    bottom: auto;
    left: calc(50% - 12px);
}
.desktop #tb_complects tbody tr .swiper-button-next {
    top: auto;
    bottom: 10px;
}
.desktop #tb_complects tbody tr .gallery-swiper{
	height:360px;
	margin-top:-40px;
}

.desktop #tb_complects tbody tr .isnull {
	display:none;
}

.desktop #tb_complects tbody tr .swiperoff {
	
}
.desktop #tb_complects tbody tr .swiperoff .gallery-slider {
	display:flex;
}
.desktop #tb_complects tbody tr .swiperoff .gallery-swiper {
	margin: auto;
	height:auto;
}
.desktop #tb_complects tbody tr .swiperoff .swiper-button-prev, 
.desktop #tb_complects tbody tr .swiperoff .swiper-button-next {
	display:none;
}
.desktop #tb_complects tbody tr .swiperoff .swiper-wrapper {
	display:flex;
	flex-direction:column;
	gap:12px;
}
.desktop #tb_complects tbody tr .swiperoff .swiper-wrapper .swiper-slide {
	height: auto;
}

/*mobile*/
.mobile #tb_complects tbody tr[data-param4="harley_davidson"] img {
    margin-bottom: 24px;
    margin-top: 34px;
}

.mobile #tb_complects tbody tr .gallery {
	width:calc( 90vw - 30px ) !important;
	order:1;
	margin-top: 18px;
	margin-bottom: 12px;
}
.mobile #tb_complects tbody tr .swiper-slide a {
	display:inline-block;
	width:100%;
}

.mobile #tb_complects tbody tr .swiper-slide img {
	width:100%;
}
.mobile #tb_complects tbody tr .swiperoff .swiper-wrapper {
display: flex;
    justify-content: center;
    gap: 12px;
}
.mobile #tb_complects tbody tr .swiperoff .swiper-wrapper .swiper-slide {
	width: 130px;
}

.mobile #tb_complects tbody tr .swiperoff .swiper-button-next,
.mobile #tb_complects tbody tr .swiperoff .swiper-button-prev {
	display:none;
}


.mobile #tb_complects tbody tr .swiper-button-prev,
.mobile #tb_complects tbody tr .swiper-button-next
{
	width:50px;
	height:50px;
	top: 50%;
	margin-top: -25px;
}
.mobile #tb_complects tbody tr .swiper-button-prev:after,
.mobile #tb_complects tbody tr .swiper-button-next:after
{
	content: '';
	width: 25px;
	height: 25px;
}
.mobile #tb_complects tbody tr .swiper-button-prev {
	transform: rotate(-90deg);
	left:0;
}
.mobile #tb_complects tbody tr .swiper-button-next {
	transform: scale(1, -1);
	transform: rotate(90deg);
	right:0;
}


#tb_complects tbody tr td:nth-child(2) {
    width: 58%;
}

#tb_complects tbody tr td:nth-child(3) {
    margin-bottom: 50px;
    width: 462px;
    max-width: 100%;
}

#tb_complects tbody tr td:nth-child(4) {
    position: absolute;
    width: 100%;
    bottom: -58px;
}

.mobile #tb_complects tbody tr[data-param4="harley_davidson"] td:nth-child(1) {
    order: 4;
}

.mobile #tb_complects tbody tr[data-param4="harley_davidson"] td:nth-child(3) {
    margin-bottom: 24px;
}

.mobile #tb_complects tbody tr[data-param4="harley_davidson"] td:nth-child(4) {
    position: relative;
    bottom: 0;
    order: 3;
}

#tb_complects tbody tr td .car_title_mob {
    display: none;
}

#tb_complects tbody tr td .car_name {
    font-size: 32px;
    color: #cecece;
    font-weight: 300;
}

#tb_complects tbody tr td .car_model {
    font-size: 44px;
    font-weight: 700;
    line-height: 100%;
}

#tb_complects tbody tr td .car_price {
    margin-top: 65px;
    display: block;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    padding-left: 40px;
    background: url("../img/ico_price.svg") 0 50% no-repeat;
    transition: all .3s;
    color: #ffed00;
}

#tb_complects tbody tr td .car_price:hover {
    color: #ffffff;
    background: url("../img/ico_price_hov.svg") 0 50% no-repeat;
}

#tb_complects tbody tr td .btns {}

#tb_complects tbody tr td .btns .btn {
    margin-top: 24px;
    width: 100%;
}

#tb_complects tbody tr td .tech_params {
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 20px;
    padding: 16px 0;
    width: 100%;
    border-bottom: 1px solid #434748;
    color: #CECECE;
}
#tb_complects tbody tr td .tech_params .tech_item {}

.tb_complects_showmore {
    /*    display: block;
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    transition: all .3s;*/
    margin-top: 0;
    }

/*.tb_complects_showmore:hover {
    color: #ffed00;
}*/


.tab__head {
    margin: 0 0 -1px;
    padding: 0;
    list-style: none;
}

.tab__head li {
    display: inline-block;
    z-index: 100;
    background: #fff;
    border: 1px solid #ddd;
    font-weight: bold;
}

.tab__head li.is-open {
    border-bottom-color: transparent;
}

.tab__head a {
    display: block;
    padding: 0 10px;
    color: inherit;
    font-size: 16px;
    line-height: 2.5;
    text-decoration: none;
    white-space: nowrap;
}

.tab__item.beefup {
    display: none;
    margin: 0;
    border-radius: 0;
}

.tab__item.beefup.is-open {
    display: block;
}

.tab__item .beefup__head {
    display: none;
}

/**********************
       CREDIT
**********************/

.credit {
    background: url("../img/credit_ico.svg") 50% 0 no-repeat;
    margin-top: 70px;
    padding: 15px 0;
    border-bottom: 1px solid #434748;
}

.credit .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.credit_title {
    font-size: 72px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    padding-left: 100px;
    background: url("../img/ico_arrows.svg") 0 50% no-repeat;
    margin-bottom: 10px;
}

.credit_comment {
    font-size: 20px;
    color: #ffffff;
}

#credit_form {
    margin-top: 25px;
}

#credit_form .btn {
    margin-top: 25px;
}

#credit_form .agree_field,
#credit_form .agree_field a {
    color: #ffffff;
}

.credit_img {
    margin-right: -70px;
    width: 71%;
}

/**********************
        TRADEIN
**********************/

.tradein {

}

.tradein .container {
    display: flex;
    justify-content: space-between;
}

.tradein_img {
    width: 66%;
}

.tradein_wrap {
    width: 385px;
    max-width: 100%;
    padding: 96px 0;
}

.tradein_title {
    font-size: 72px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
}

.tradein_comment {
    color: #ffffff;
    font-size: 20px;
}

#tradein_form {
    margin-top: 20px;
}

#tradein_form .form-group {
    margin-bottom: 25px;
}

#tradein_form .agree_field {
    display: block;
    color: #ffffff;
    margin-top: -5px;
}

#tradein_form .agree_field a {
    color: #ffffff;
}

/**********************
       TESTDRIVE
**********************/
.testdrive {
    padding-top: 93px;
    padding-bottom: 92px;
    background: url(../img/testdrive_bg.svg) no-repeat;
    background-position: center bottom;
    border-top: 1px solid #434748;
}

.testdrive .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.testdrive_title {
    position: relative;
    padding-left: 98px;
    color: #fff;
    font-size: 72px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
.testdrive_title:before {
    content: "";
    position: absolute;
    left: 0;
    width: 98px;
    height: 98px;
    background: url(../img/testdrive_title_before.svg) no-repeat;
}
.testdrive_comment {
    margin-top: 8px;
    margin-bottom: 25px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}
.testdrive .agree_field,
.testdrive .agree_field a {
    font-size: 10px;
    color: #6D6D6D;
}

/**********************
       CONTACTS
**********************/

.contacts {
    background: url("../img/contacts_bg.jpg") 0 50% no-repeat;
    padding: 190px 0;
    position: relative;
}

.cont_wrap {
    width: 490px;
    max-width: 100%;
}

.cont_title {
    font-size: 46px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    padding-left: 100px;
    background: url("../img/ico_arrows.svg") 0 50% no-repeat;
    margin-bottom: 20px;
}

.cont_logo_wrap {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    column-gap: 16px;
}

.cont_logo_wrap .logo_text {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #9AA2A7;
}

.cont_addr_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bot_phone {
    display: block;
    color: #ffffff;
    text-decoration: none;
    padding-left: 24px;
    font-size: 18px;
    background: url("../img/ico_phone.svg") 0 50% no-repeat;
}

.bot_addr {
    color: #ffffff;
    padding-left: 24px;
    font-size: 16px;
    background: url("../img/ico_loc.svg") 0 50% no-repeat;
}

.cont_wrap .btn {
    margin-top: 30px;
    width: 100%;
}

#map1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 50.5%;
    height: 100%;
    background: url("../img/map.jpg") 50% no-repeat;
}

/**********************
        FOOTER
**********************/


footer {
    padding: 30px 0;
}

footer .foot_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .foot_wrap a {
    color: #CECECE;
    font-size: 20px;
    text-decoration: none;
}

footer .disclamer {
    color: #CECECE;
    font-size: 14px;
    text-align: left;
    display: none;
    padding-top: 10px;
}


/*------------------------------------------------------------------------------------------------------------------------*/

@media (max-width: 1600px) {

}
@media (max-width: 1440px) {
    .banner_plachka {
        top: 180px;
        transform: translateX(0%);
    }
}
@media (max-width: 1199px) {
    .testdrive_wrap {
        width: 100%;
        max-width: 550px;
    }
    .testdrive_wrap #testdrive_form {
        max-width: 385px;
    }
    .testdrive_img {
        width: 40%;
    }

    .slide_item.slide3 .title_container .title2 {
        font-size: 30px;
    }
}
/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px) {
    header .btn {
        display: none;
    }

    .menu {
        top: 81px;
    }

    /************************************************************************************/

    .timer_block .container {
        flex-direction: column;
    }

    .timer_title {
        text-align: center;
    }

    #timer_form {
        width: 75%;
        margin-top: 30px;
    }
    
    /************************************************************************************/

    .cars_menu > div {
        column-gap: 10px;
    }

    .cars_menu > div span {
        font-size: 24px;
    }

    /************************************************************************************/

    .filters_wrap.fixed {
        width: 100%;
        box-sizing: border-box;
        left: 0;
        padding: 10px 30px;
        margin-top: -5px;
    }

    /************************************************************************************/

    .tradein_img {
        width: 50%;
    }

    .tradein_wrap {
        padding: 20px 0;
    }

    /************************************************************************************/

    .contacts {
        padding: 100px 0;
    }

    #map1 {
        width: 44%;
    }
}

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (min-width: 768px) and (max-width: 991px) {
    .logo_wrap {
        width: 55%;
    }

    /************************************************************************************/

    .title_container .title2 b {
        font-size: 50px;
    }

    #timer_form {
        width: 100%;
    }

    /************************************************************************************/

    .cars_menu > div.moto {
        padding-right: 30px;
    }

    .cars_menu > div.quad {
        padding-left: 20px;
    }

    .cars_menu > div img {
        width: 45%;
    }

    .cars_menu > div span {
        font-size: 20px;
    }

    /************************************************************************************/

    .filter_quick_menu {
        column-gap: 10px;
    }

    .filters_wrap.fixed {
        padding: 10px 20px;
    }

    .filter_quick_menu li {
        font-size: 14px;
    }

    #tb_complects tbody tr {
        flex-direction: column !important;
    }

    #tb_complects tbody tr td .car_title_mob {
        display: block;
    }

    #tb_complects tbody tr td:nth-child(2) .car_name,
    #tb_complects tbody tr td:nth-child(2) .car_model {
        display: none;
    }

    #tb_complects tbody tr td {
        width: 100% !important;
    }

#tb_complects tbody tr td:nth-child(2) {
    margin-bottom: 10px;
}

#tb_complects tbody tr td .tech_params {
    justify-content: space-between;
    font-size: 18px;
}

    #tb_complects tbody tr td .car_price {
        margin-top: 0;
    }

    #tb_complects tbody tr:before {
        width: 130%;
        bottom: unset;
        top: 100px;
        background-size: 130% !important;
        left: 0 !important;
        right: 0 !important;
    }

    /************************************************************************************/

    .credit {
        background-position: 50% 100%;
    }

    .credit .container {
        flex-direction: column-reverse;
    }

    .credit_img {
        margin-right: 0;
        width: 100%;
    }

    .credit_wrap {
        width: 100%;
    }

    /************************************************************************************/

    .tradein .container {
        flex-direction: column;
    }

    .tradein_img {
        width: 100%;
    }

    .tradein_wrap {
        width: 100%;
        padding: 0 0 50px;
    }

    /************************************************************************************/

    .contacts {
        padding: 0;
        background-position: 50% 0;
        background-size: 100%;
    }

    .cont_wrap {
        width: 100%;
        padding: 50px 0;

    }

    #map1 {
        position: relative;
        width: 100%;
        height: 400px;
    }

    /************************************************************************************/

    .foot_logo {
        width: 15%;
    }

    footer .foot_wrap a {
        font-size: 14px;
    }

}
@media (max-width: 991px) {
    .slide_item.slide3 .title_container .br_mob {
        display: block;
    }
    .testdrive .container {
        display: grid;
    }
    .testdrive_wrap {
        width: 100%;
        max-width: 100%;
    }
    .testdrive_img {
        width: 100%;
        order: -1;
    }
    .testdrive_wrap #testdrive_form {
        max-width: 100%;
    }
    .testdrive_img img {
        width: 100%;
    }
}
/*IPAD END*/

/*MOBILE BEGIN*/
@media (max-width: 767px) {
    .slide_item.slide3 .title_container {
        top: 96px;
    }
    .slide_item.slide3 .title_container .title1 {
        font-size: 4vw;
    }
    .slide_item.slide3 .title_container .title2 {
        font-size: 4vw;
    }
    .banner_plachka {
        top: 34vw;
        transform: translateX(0%) scale(0.7);
    }
    .logo_wrap {
        column-gap: 4px;
    }

    .testdrive {
        padding-top: 46px;
        padding-bottom: 22px;
    }
    .testdrive_comment {
        font-size: 16px;
    }
    .testdrive_title {
        padding-left: 48px;
    }
    .testdrive_title {
        font-size: 50px;
    }
    .testdrive_title:before {
        width: 52px;
        height: 52px;
        background-size: contain;
    }
    .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;
    }

    .popup_container {
        width: 100%;
    }

    /*******************************************************************/
    header .m_btn {
        display: block;
        position: absolute;
        width: 30px;
        height: 21px;
        z-index: 1;
        top: 7px;
        right: 15px;
    }

    header .m_btn span {
        position: absolute;
        display: block;
        width: 30px;
        height: 3px;
        background: #ffed00;
        transition: all .3s linear;
    }

    header .m_btn span:nth-child(1) {
        top: 0;
    }

    header .m_btn span:nth-child(2) {
        top: calc(50% - 2px);
        opacity: 1;
    }

    header .m_btn span:nth-child(3) {
        bottom: 0;
    }

    header .m_btn.active span:nth-child(1) {
        transform-origin: top right;
        transform: rotate(-45deg);
        top: -1px;
    }

    header .m_btn.active span:nth-child(2) {
        opacity: 0;
    }

    header .m_btn.active span:nth-child(3) {
        transform-origin: bottom right;
        transform: rotate(45deg);
        bottom: -1px;
    }

    .menu {
        display: block;
        position: fixed;
        top: 107px;
        background: #434748;
        width: 100%;
        height: auto;
        right: -100%;
        left: unset;
        transition: all .3s linear;
        z-index: 2;
        padding: 10px 0;
    }

    .menu.active {
        right: 0;
    }

    .menu .container {
        flex-direction: column;
        align-items: center;
    }

    .menu a {
        padding: 10px 0;
    }

    /************************************************************************************/

    header {
        padding: 10px 0;
    }

    header .container {
        flex-flow: wrap;
    }

    header .logo_wrap {
        width: 85%;
    }

    .logo_wrap .logo2:before {
        height: 30px;
        top: -3px;
    }

    .top_addr {
        display: none;
    }

    .top_addr_wrap {
        width: 100%;
        margin-top: 5px;
        display: flex;
        justify-content: center;
    }

    header .btn {
        display: none;
    }


    /************************************************************************************/

    .banner {
        margin-top: 25px;
    }

    .banner picture img {
        height: auto;
        width: 100%;
    }

    .title_container {
        box-sizing: border-box;
        top: 17vw;
        width: 100%;
        left: 0;
        padding: 0;
    }

    .title_container:before {
        height: 102%;
    }

    .title_container .title1 {
        text-align: center;
        font-size: 5vw;
    }

    .title_container .title1 .mob_br {
        display: block;
    }

    .title_container .title2 {
        text-align: center;
        font-size: 6vw;
        margin-top: 10px;
    }

.title3 {
    font-size: 7vw;
    line-height: 1.2;
    margin-top: 10px;
}

.title3 span {
    display: block;
}

.title_container .title2_big {
    font-size: inherit;
}

    .title_container .title2 b {
        font-size: 10vw;
    }

    .title_container .btn {
        margin-top: 15px;
        max-width: 92%;
    }

    .timer_block .container {
        flex-direction: column;
    }

    .timer_title {
        font-size: 5vw;
        text-align: center;
    }

    .timer {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 70px;
    }

    div[id^=timer] {
        transform: scale(0.45) !important;
    }

    #timer_form {
        margin-top: 10px;
    }

    /************************************************************************************/

    .cars_items {
        margin-top: 40px;
    }

    .cars_menu {
        flex-direction: column;
        row-gap: 15px;
    }

    .cars_menu > div {
        width: 100%;
        height: 80px;
        column-gap: 10px;
    }

    .cars_menu > div span {
        font-size: 5vw;
    }

    .cars_menu > div img {
        width: 40%;
    }

    .cars_menu > div.quad img {
        width: 30%;
    }

    .cars_menu > div.moto:before {
        left: -28%;
    }

    .cars_menu > div.moto {
        padding-left: 50px;
        justify-content: flex-start;
    }

    .cars_menu > div.quad:before {
        right: -28%;
    }

    .cars_menu > div.quad {
        padding-left: 50px;
    }


    /************************************************************************************/

    .filter_quick_menu {
        flex-flow: wrap;
        justify-content: space-between;
        row-gap: 10px;
        column-gap: 0;
        margin-bottom: 20px;
    }

    .filter_quick_menu li {
        flex-grow: unset;
        width: 32%;
        box-sizing: border-box;
        font-size: 3vw;
    }

    .filter_marks {
        margin-top: 0;
        column-gap: 0;
        margin-bottom: 30px;
    }

    .filter_marks > div {
        flex-grow: unset;
        box-sizing: border-box;
        width: 49%;
        font-size: 3vw;
    }


    #tb_complects tbody tr {
        flex-direction: column !important;
        margin-bottom: 40px;
    }

    #tb_complects tbody tr td .car_title_mob {
        display: block;
    }

    #tb_complects tbody tr td:nth-child(2) .car_name,
    #tb_complects tbody tr td:nth-child(2) .car_model {
        display: none;
    }

    #tb_complects tbody tr td .car_name {
        font-size: 6vw;
    }

    #tb_complects tbody tr td .car_model {
        font-size: 7vw;
    }

    #tb_complects tbody tr td {
        width: 100% !important;
    }

#tb_complects tbody tr td .tech_params {
    flex-direction: column;
    align-items: flex-start;
    font-size: 18px;
}

    #tb_complects tbody tr td:nth-child(2) {
        margin-bottom: 0;
    }

#tb_complects tbody tr td:nth-child(3) {
    order: 1 !important;
    position: static;
}

    #tb_complects tbody tr td .car_price {
        margin-top: 0;
    }

    #tb_complects tbody tr:before {
        width: 130%;
        bottom: unset;
        top: 130px;
        background-size: 130% !important;
        left: 0 !important;
        right: 0 !important;
        height: 100px;
    }

    #tb_complects tbody tr[data-param4="voge"]:before,
    #tb_complects tbody tr[data-param4="harley_davidson"]:before,
    #tb_complects tbody tr[data-param4="xwolf"]:before {
        background-position: 100% 100%;
        left: -29% !important;
    }

    .tb_complects_showmore {
        margin-top: -10px;
    }

    /************************************************************************************/

    .credit {
        background-position: 50% 100%;
        background-size: 100%;
        margin-top: 30px;
    }

    .credit .container {
        flex-direction: column-reverse;
    }

    .credit_img {
        margin-right: 0;
        width: 100%;
    }

    .credit_wrap {
        width: 100%;
    }

    .credit_title {
        font-size: 50px;
        padding-left: 80px;
    }

    .credit_comment {
        font-size: 16px;
    }

    /************************************************************************************/

    .tradein .container {
        flex-direction: column;
    }

    .tradein_img {
        width: 100%;
    }

    .tradein_wrap {
        width: 100%;
        padding: 0 0 50px;
    }

    .tradein_title {
        font-size: 50px;
    }

    .tradein_comment {
        font-size: 16px;
    }

    /************************************************************************************/

    .contacts {
        padding: 0;
        background-position: 50% 0;
        background-size: 150%;
    }

    .cont_wrap {
        width: 100%;
        padding: 30px 0;
    }

    .cont_title {
        font-size: 40px;
        padding-left: 80px;
    }

    .cont_addr_wrap {
        flex-direction: column-reverse;
        align-items: flex-start;
        row-gap: 10px;
    }

    #map1 {
        position: relative;
        width: 100%;
        height: 350px;
    }

    /************************************************************************************/

    footer .foot_wrap {
        flex-direction: column-reverse;
        row-gap: 10px;
    }

    footer .foot_wrap a {
        font-size: 18px;
    }

}

/*MOBILE END*/

/* Portrait phones and smaller */
@media (max-width: 520px) {
    .cont_title {
        font-size: 28px;
    }
    
    .testdrive_title {
        font-size: 32px;
    }
    .slide_item.slide3 .title_container {
        top: 80px;
    }
    .slide_item.slide3 .title_container .title1 {
        font-size: 5vw;
    }
    .slide_item.slide3 .title_container .title2 {
        font-size: 5vw;
    }
}

@media (max-width: 360px) {

}

@media (max-width: 320px) {

}