/* import fonts */

@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-Bold.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Mulish';
    src: url('../fonts/Mulish-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}



/* import fonts END */

/* **************************************************************************************************************************************** */

/* css reset */

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

img, picture {
    max-width: 100%;
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    text-wrap: balance;
}

address {
    font-style: normal; 
}

input, button, textarea, select {
    font: inherit;
    outline: none;
    color: #000;
}

input, button, select {
    width: 100%;
    margin: 0;
    border: 1px solid #000;
    box-shadow: none;
    border-radius: 0;
    padding: 5px 15px;
    background: transparent;
}

input::-moz-placeholder { color: #000; }
input::-webkit-input-placeholder { color: #000; }
input:-ms-input-placeholder { color: #000; }
input::placeholder { color: #000; } 

button {
    cursor: pointer;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    display: block;
    color: #000;
    width: 100%;
    padding-left: 15px;
    padding-right: 35px;
    border: 1px solid #000;
    background: url(../img/ico_select.png) 95% 50% no-repeat;
}

.select::-ms-expand {
    display: none;
}

.select:hover {
    border-color: #cccccc;
}

.select:focus {
    border-color: #cccccc;
    box-shadow: none;
    box-shadow: none -moz-mac-focusring;
    color: inherit;
    outline: none;
}

.select option {
    font-weight: normal;
}

body {
    min-height: 100vh;
    line-height: 1.3;
}

ul, ol {
  list-style: none;
}

:focus {
    outline: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

blockquote, q {
    quotes: none;
}

q:before, q:after {
    content: '';
}

a, ins {
    text-decoration: none;
    color: inherit;
}

sub, sup {  
    vertical-align: baseline;
    position: relative;
    font-size: .8em;
}

sup {
    top: -5px;
}

sub {
    bottom: -2px;
}

pre {
    font: inherit;
}

/* css reset END */

/* **************************************************************************************************************************************** */


/* common styles */



body {
    font-family: "Mulish", Arial, sans-serif;
    font-size: 16px;
    color: black;
    position: relative;
    font-weight: 400;
    padding: 0px;
    overflow-x: hidden;
    max-width: 1920px;
    margin: 0 auto;
    background: #EDEBE9;
}

.compensate-for-scrollbar {
    margin: 0 auto !important;
    overflow: auto !important;
}

.fancybox-button svg {
    pointer-events: none;
}

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


.form_title {color: inherit;font-size: 20px;padding: 0px;margin: 0px;text-align: center;padding-bottom: 20px;}

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

input, textarea, select, button, .btn {
    height: 50px;
    border-radius: 50px;
}

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

.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 #c86461;
}

#form_popup { display:none; }

.popup_container {width: 520px;max-width:100%;padding: 30px;overflow: hidden !important;position: relative;box-sizing: border-box;background: white;text-align: center;border-radius: 30px;}

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

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

.agree_field {
    font-size: 12px;
    line-height: 100%;
    position: relative;
    display: inline-block;
    padding-left: 20px;
    top: 0px;
}

.agree_field a {
    color: inherit;
    text-decoration: underline;
}

.modal {
    display: none;
    width: 30%;
    max-width: 430px;
}

.policy_popup.fancybox-content {
    max-width: 94%;
    height: 87%;
    margin-top: 48px;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    border-radius: 30px;
}


.agree_field input {
    position: absolute;
    top: -1px;
    left: 0px;
    margin: -0px;
    height: auto;
    width: auto;
}

.agree_field > span {
    padding-left: 25px;
    display: inline-block;
}

.container {
    width: 100%;
    max-width: 1310px;
    padding: 0 30px;
    margin: 0 auto;
    position: relative;
}


.btn {
    box-sizing: border-box;
    border-radius: 32px;
    background: linear-gradient(90deg, #1B365D -14.69%, #418FDE 175.76%);
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    height: 56px;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    border: none;
    /*transition: all .3s;*/
    text-align: center;
}

.btn.glass {
    border: 1px solid #1B365D;
    color: #1b365d;
    background: transparent;
}

.btn.white {
    background: #FFFFFF;
    color: #000000;
}

.btn:hover {
    background: #1B365D;
    color: #ffffff;
}

.btn.grey {
    background: linear-gradient(91deg, #585E6B 10.91%, #A9AEB9 114.34%);
}

.btn.grey:hover {
    background: #585F6C;
}


.blocks_title {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}

/* common styles END */



/*************************************************************************************************************************/



header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
    background: #ffffff;
	z-index: 12;
	transition: 0.2s;
}
header .container {
    padding: 0 15px;
    background: rgba(255, 255, 255, 0.5);
}
.header_cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    height: 105px;
    border-bottom: 1px solid #00000033;
}
.logo1 {
    height: 105px;
    display: flex;
    align-items: center;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #00000033;
}
.logo1 img {
    max-width: 231px;
}
.logo2 {}
.logo2 img {}
.logo2:before {content:'';}



.logo_text {}
.logo_text strong {display:block;font-size: 15px;}


header .addr_container {}
header .addr {
    position: relative;
    align-items: center;
    display: flex;
    white-space: nowrap;
    font-size: 16px;
    padding-left: 34px;
}
header .addr:before {
    content: '';
    position: absolute;
    left: 0;
    width: 24px;
    height: 24px;
    background: url(../img/top_addr_ico.svg) no-repeat;
}
header .phone {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 700;
    text-decoration: none;
    color: inherit;
    font-size: 18px;
    padding-left: 34px;
}
header .phone:before {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    width: 24px;
    height: 24px;
    background: url(../img/top_phone_ico.svg) no-repeat;
}

header .container:first-child .btn {
    width: 216px;
}

header .addr_container {
    position: relative;
    cursor: pointer;
    user-select: none;
    margin: 0px 10px;
    display: inline-flex;
    align-items: center;
}
header .addr_container .current {
    margin-right: 15px;
    margin-right: auto;
}
header .addr_container .current strong {
    display: block;
}
header .addr_container .current span {position: relative;padding-left: 0px;font-size: 16px;padding-right: 0px;display: block;}
header .addr_container .current span:after {content:'';background: url(../img/ico_select.png) 50% 50% no-repeat;width: 14px;height: 7px;display: block;position: absolute;top: 7px;right: 0px;display: none;}
header .addr_container .items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0px;
    background: white;
    color: black;
    box-shadow: 0px 0px 10px hwb(0deg 0% 100% / 30%);
    z-index: 2;
}

header .addr_container .open + .items {display:block;}
header .addr_container .items div {
    padding: 5px 15px;
    white-space: nowrap;
}
header .addr_container .items div strong {
    white-space: nowrap;
    display: block;
}
header .addr_container .items div span {}

header .addr_container .items div:hover {color:#1B457D;}


header .addr_container .prev,header .addr_container .next {
    background: url(../img/btn.svg) 50% 50% no-repeat;
    width: 29px;
    height: 28px;
}
header .addr_container .prev:hover,header .addr_container .next:hover {background: url(../img/btn_hover.svg) 50% 50% no-repeat;}
header .addr_container .prev {}
header .addr_container .next {
    transform: rotate(180deg);
}


header .panel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
}
.logo_wrap {
    display: flex;
    align-items: center;
}


.header__content {
    width: 42%;
}


.header__info-wrap {
    display: flex;
    justify-content: space-between;
}

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

.header__menu-item {
    padding-bottom: 3px;
    text-decoration: none;
    color: #000;
    font-weight: 400;
    transition: all .2s linear;
    font-size: 16px;
    border-bottom: 1px solid transparent;
}
.header__menu-item:hover {
    border-bottom: 1px solid #3A3C4E;
    text-shadow: -.1px .1px rgba(0, 0, 0, 0.2), .1px -.1px rgba(0, 0, 0, 0.2), -.1px .1px rgba(0, 0, 0, 0.2), .1px -.1px rgba(0, 0, 0, 0.2), -.1px .1px rgba(0, 0, 0, 0.2), .1px -.1px rgba(0, 0, 0, 0.2), -.1px .1px rgba(0, 0, 0, 0.2), .1px -.1px rgba(0, 0, 0, 0.2);
}
.mob-menu-btn {
    display: none;
}

.header__menu .menu_cars {
    display: flex;
    column-gap: 32px;
}

.header__menu .menu_items {
    display: flex;
    column-gap: 32px;
}

.mob-menu-btn {
    display: none;
}




/**************************************************************************************************************/


/**********************
        BANNER
**********************/

.banner {
    margin-top: 163px;
}

.banner picture img {
    max-width: none;
    height: 800px;
    transform: translateX(-50%);
    left: 50%;
    display: block;
    position: relative;
}

.banner .swiper-wrapper {
    height: auto;
}

.banner .swiper-slide {
    overflow: hidden;
}

.title_container {
    position: absolute;
    top: 70px;
    left: 15px;
    z-index: 1;
}

.title_container .title_date {
    width: fit-content;
    border-radius: 5px;
    background: url("../img/ico_date.png") 0 50% no-repeat rgba(255, 255, 255, 0.50);
    font-size: 24px;
    font-weight: 600;
    display: flex;
    align-items: center;
    height: 40px;
    padding-left: 50px;
    padding-right: 17px;
}

.title_container .title1 {
    margin-top: 20px;
    font-size: 40px;
    font-weight: 700;
}

.title_container .title2 {
    font-size: 36px;
    font-weight: 600;
    margin-top: 10px;
}

.title_container .title2 sup {
    font-size: 0.6em;
}

.title_container .title2 span {
    color: #ffffff;
    width: 191px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: url("../img/title_pl.png") 50% no-repeat;
}

.title_container .title2 i {
    font-style: normal;
    color: #1B365D;
    font-size: .8em;
}

.title_container .btn {
    margin-top: 25px;
    width: 260px;
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
    width: 50px;
    height: 50px;
    left: 50px;
    transition: all .3s;
    border-radius: 50%;
    background: linear-gradient(90deg, #1B365D 0%, #418FDE 100%);
}

.banner .swiper-button-next {
    transform: rotate(-180deg);
    left: unset;
    right: 50px;
}

.banner .swiper-button-prev:hover,
.banner .swiper-button-next:hover {
    border-radius: 100px;
    background: linear-gradient(270deg, #1B365D 0%, #1B365D 100%);
}

.banner .swiper-button-prev:after,
.banner .swiper-button-next:after {
    content: '';
    width: 50px;
    height: 50px;
    background: url("../img/sl_arrow.png") 50% no-repeat;
}

.timer_block {
    border-radius: 30px;
    background: #FFF;
    padding: 35px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -100px;
    position: relative;
    z-index: 1;
}

#timer_form {
    width: 49%;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

#timer_form .form_comment {
    font-size: 24px;
    margin-bottom: 20px;
    width: 100%;
}

#timer_form .form-group {
    width: 45%;
}

#timer_form .form-group.wide {
    width: 53%;
}





/**************************************************************************************************************/


.cars {
    margin-top: 100px;
}
.cars__container {}
.cars__menu {}
.cars__menu-title {}
.cars__menu-content {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    height: 195px;
}
.cars__menu-item {
    border-radius: 30px;
    overflow: hidden;
    background: #fff;
    display: flex;
    flex-direction: column;
    max-width: 187px;
    transition: all .2s linear;
    padding-top: 15px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.cars__menu-item:before,
.cars__menu-item:after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: -50%;
    border-radius: 50%;
    background: #CEC7C133;
    width: 90%;
    height: 90%;
    left: 5%;
}

.cars__menu-item:after {
    background: #1B365D;
    top: -100%;
    transition: all .2s linear;
}

.cars__menu-item:hover {max-width: 258px;}

.cars__menu-item:hover:after {
    top: -50%;
}

.cars__menu-name {
    font-size: 18px;
    text-align: center;
    color: #1B365D;
    font-weight: 600;
    transition: all .2s linear;
    padding-bottom: 10px;
}

.cars__menu-item:hover .cars__menu-name {
    font-size: 24px;
    color: #fff;
}

.cars__menu-img {
    position: relative;
}
.cars__content {}
.cars__item {
    margin-top: 50px;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 30px;
}

.cars__item:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: -1;
    border-radius: 30px;
}

.cars__item#hs:before {
    height: 384px;
}
.cars__item#hc:before {
    /* height: 384px; */
}

.cars__info {
    max-width: 40%;
}

.cars__insale {
    height: 60px;
    border-radius: 50px;
    color: #fff;
    background: linear-gradient(90deg, #1B365D 0%, #418FDE 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    font-size: 24px;
}

.cars__insale_white {
    color: #1B365D;
    background: #fff;
    border: 1px solid #1B365D;
    width: 273px;
}

.cars__name {
    font-size: 40px;
    margin-top: 30px;
}

.cars__profit-items {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
}
.cars__profit {
    font-size: 20px;
    padding-left: 62px;
    position: relative;
    display: flex;
    height: 50px;
    align-items: center;
}
.cars__profit:before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}
.cars__profit_ico1:before {
    background: url(../img/car_ico1.svg) 50% no-repeat, linear-gradient(90deg, #1B365D 4%, #3971C3 95%);
}
.cars__img {
    position: relative;
    max-width: 60%;
    margin-top: 30px;
}
.cars__compl {
    position: absolute;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    font-size: 10px;
    z-index: 1;
    top: 32%;
    left: 23%;
}
.cars__compl-text {
    position: absolute;
    bottom: 130%;
    opacity: 0;
    transition: all .3s linear;
}

.cars__compl:hover .cars__compl-text {
    opacity: 1;
}
.cars__img-item {
}
.cars__btns {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 30px;
}
.cars__btn {
    width: 30.5%;
}
.cars__gallery {
    width: 100%;
    margin-top: 50px;
}

.cars__gallery-item {
    border-radius: 30px;
    overflow: hidden;
}

.cars__gallery-item:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: #EDEBE9;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .3s linear;
}


/**************************************************************************************************************/


/**********************
          COMPLECTS
    **********************/

    #instock {
        margin-top: 112px;
        background: #F5F4F3;
        padding: 113px 0;
    }
    
    #filter_table {
        display: flex;
        justify-content: space-between;
        margin: 40px 0;
    }
    
    #filter_table .select_container {
        width: 32.5%;
    }
    
    #filter_table select {
        appearance: none;
        -moz-appearance: none;
        font-family: "Mulish", sans-serif;
        width: 100%;
        height: 42px;
        font-size: 16px;
        font-weight: 400;
        background: url("../img/ico_select.png") 95% 50% no-repeat transparent;
        color: #000000;
        border-radius: 100px;
        padding-left: 20px;
        border: 1px solid #000;
    }
    
    .tb_complects {
        width: 100%;
    }
    
    .tb_complects tr:first-child {
        display: none;
    }
    
    .tb_complects tr {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 50px;
    }
    
    .tb_complects .compl_image {
        width: 33%;
    }
    
    .tb_complects .compl_text {
        padding: 30px;
        width: 64%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-radius: 20px;
        background: #FFF;
    }
    
    .tb_complects .compl_title {
        font-size: 18px;
        font-weight: 500;
    }
    
    .tb_complects .compl_title span {
        display: block;
        font-weight: 700;
        margin-top: 15px;
    }
    
    .tb_complects .compl_techs {
        display: flex;
    }
    
    .tb_complects .compl_techs > div {
        font-size: 18px;
        font-weight: 500;
        position: relative;
        padding-right: 16px;
        margin-right: 15px;
    }
    
    .tb_complects .compl_techs > div:after {
        content: '';
        display: block;
        width: 1px;
        height: 43px;
        background: rgba(0, 0, 0, 0.40);
        position: absolute;
        right: 0;
        top: 10px;
    }
    
    .tb_complects .compl_techs > div:last-child {
        margin-right: 0;
        padding-right: 0;
    }
    
    .tb_complects .compl_techs > div:last-child:after {
        display: none;
    }
    
    .tb_complects .compl_techs > div b {
        display: block;
        margin-top: 15px;
    }
    
    .tb_complects .compl_btns {
        width: 196px;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        row-gap: 10px;
    }
    
    .tb_complects_showmore {
        display: block;
        color: #000000;
        font-size: 16px;
        font-weight: 400;
        text-decoration: none;
    }


/**************************************************************************************************************/


/**********************
       TRADE-IN
**********************/

.tradein {
    padding-top: 100px;
}

.tradein .blocks_title {
    text-align: left;
}
.tradein_cont {
    display: flex;
    margin-top: 30px;
}
.tradein_form {
    padding: 40px 78px 40px 38px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #F5F4F3;
    border-radius: 35px 0 0 35px;
}
.tradein_title {
    font-size: 22px;
    font-weight: 400;
}
#tradein_form {
    margin-top: 20px;
    width: 343px;
}
.tradein_img {
    width: 734px;
    position: relative;
    left: -24px;
}
.tradein_img img {
    width: 100%;
}
.tradein_logo {
    position: absolute;
    right: 18px;
    width: 180px;
    height: -webkit-fill-available;
    border-radius: 30px;
    background: linear-gradient(90deg, #1B365D -14.69%, #418FDE 175.76%);
    display: flex;
    align-items: center;
    justify-content: center;
}

#tradein_form .form-group select {
}
#tradein_form .form-group input[type=tel],
#tradein_form .form-group input[type=text],
#tradein_form .form-group select {
}


/**************************************************************************************************************/


.credit {
    margin-top: 150px;
}
.credit__container {
    max-width: 1272px;
}
.credit__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.credit__info {}
.credit__title {
    text-align: left;
}
.credit__desc {
    color: #1B365D;
    font-size: 20px;
    margin-top: 15px;
}
.credit__form {
    margin-top: 20px;
}

.credit__form .btn {
    margin-top: 20px;
}
.credit__bg {
    margin-right: -150px;
}
.credit__img {}


/**************************************************************************************************************/


/**********************
        QUEST
**********************/

.quest {
    margin-top: 120px;
    padding: 50px 50px 65px;
    background: url("../img/quest_bg.jpg") 50% 50% no-repeat;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 50px;
}

.quest_title {
    font-size: 42px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: left;
}

.quest_comment {
    margin-top: 10px;
    color: #ffffff;
    font-weight: 500;
}

#quest_form {
    width: 49%;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin-top: 15px;
}

#quest_form .form-group {
    width: 49%;
}

#quest_form .agree_field {
    color: #ffffff;
}

#quest_form .form-group input,
#quest_form .form-group select {
    color: #fff;
    border-color: #fff;
}

#quest_form input::-moz-placeholder { color: #fff; }
#quest_form input::-webkit-input-placeholder { color: #fff; }
#quest_form input:-ms-input-placeholder { color: #fff; }
#quest_form input::placeholder { color: #fff; } 

/**********************
      CONTACTS
**********************/

.contacts {
    margin-top: 120px;
    display: flex;
    justify-content: space-between;
    gap: 0 20px;
}

.cont_wrap {
    background: #FFFFFF;
    border-radius: 30px;
    padding: 50px;
    width: 42.5%;
}

.cont_logo_wrap {
    display: flex;
    align-items: center;
    gap: 0 25px;
}

.bot_addr {
    margin-top: 30px;
    padding: 3px 0 3px 36px;
    background: url("../img/top_addr_ico.svg") 0 50% no-repeat;
    font-weight: 500;
}

.bot_phone {
    display: block;
    margin-top: 15px;
    padding: 3px 0 3px 36px;
    background: url("../img/top_phone_ico.svg") 0 50% no-repeat;
    font-weight: 500;
}

.cont_wrap .btn {
    margin-top: 30px;
    width: 100%;
}

#map1 {
    width: 56%;
    border-radius: 30px;
    overflow: hidden;
}


/**************************************************************************************************************/



.footer {
    padding: 20px 0;
    color: inherit;
    font-size: 14px;
}
.footer__container {}
.footer__content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}
.footer__copyright {}
.footer__dislamer-btn {
    color: inherit;
    text-decoration: none;
}
.footer__comp-info {}
.footer__madein {
    display: flex;
    gap: 5px;
    align-items: center;
}
.footer__policy {
    color: inherit;
    text-decoration: none;
}
.footer__disclamer {font-size:14px;display: none;text-align: left;padding-top: 35px;}


/* **************************************************************************************************************************************** */

/* media */


/* desktop and laptops */

@media only screen and (min-width: 1280px) and (max-width: 1920px) { 
}
@media only screen and (min-width: 1280px) and (max-width: 1800px) { 
}
@media only screen and (max-width: 1600px) { 

    .banner .swiper-button-prev {
        left: 30px;
    }

    .banner .swiper-button-next {
        right: 30px;
    }

    .credit__bg {
        margin: 0;
    }

}
@media only screen and (min-width: 1280px) and (max-width: 1536px) { 
}
@media only screen and (max-width: 1440px) { 
    .header__menu-item {
        font-size: 13px;
    }

    .logo1 img {
        max-width: 170px;
    }
    .header__content {
        /* width: 100%; */
        /* order: 1; */
    }
    header .addr {
        font-size: 14px;
    }
    header .phone {
        font-size: 14px;
    }



    .cars {
        margin-top: 60px;
    }
    .cars__menu-content {
        /* margin: 0; */
    }
    .cars__item {
        /* margin-top: 50px; */
    }
    .cars__img {
        /* margin-top: 0px; */
    }

.cars__btns {
    margin-top: 30px;
}
    .cars__gallery {
        margin-top: 15px;
    }


    .tradein_cont {
        flex-wrap: wrap;
    }
    .tradein_img {
        width: 99%;
        position: relative;
        left: 0;
    }
    .tradein_form {
        padding: 40px 78px 40px 38px;
        background: #F5F4F3;
        border-radius: 20px;
        width: 100%;
    }
    .tradein_logo {
        height: auto;
        padding: 21px;
        width: 140px;
    }
    .tradein_logo img {
        height: 100%;
    }

    
}
@media only screen and (min-width: 1280px) and (max-width: 1366px) { 
    .container {
        max-width: 1082px;
        padding: 0 15px;
    }
}

/* tablets */

@media only screen and (min-width: 768px) and (max-width: 1112px) { 
    .container {
        max-width: 930px;
    }

    header .addr {
        display: none;
    }
    header .phone {
        padding-left: 22px;
    }
    header .phone:before {
        height: 18px;
        background-size: contain;
    }
    .header__content {
        width: auto;
    }

    header .addr_container {display:none;}


    .banner picture img {
        height: 620px;
    }

    .banner .swiper-button-prev {
        left: 15px;
    }

    .banner .swiper-button-next {
        right: 15px;
    }

    .title_container .title1 {
        font-size: 30px;
        margin-top: 10px;
    }

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

    .title_container .title2 span {
        background-size: 100%;
        width: 150px;
    }

    .title_container .btn {
        margin-top: 0;
    }

    .timer_block {
        padding: 30px;
        flex-direction: column-reverse;
        gap: 20px 0;
    }

    #timer_form {
        width: 100%;
    }

    #timer_form .form_comment {
        text-align: center;
    }

    .timer {
        display: flex;
        justify-content: center;
    }


    .tb_complects .compl_text {
        flex-flow: wrap;
        padding: 20px;
        width: 55%;
    }

    .tb_complects .compl_image {
        width: 40%;
    }

    .tb_complects .compl_btns {
        width: 100%;
        margin-top: 20px;
    }


    .quest {
        padding: 30px;
        margin-top: 60px;
    }

    .quest_title {
        /* font-size: 32px; */
    }

    .contacts {
        margin-top: 60px;
    }

    .cont_wrap {
        padding: 30px;
    }
    
}
@media only screen and (max-width: 960px) {
    .container {
        max-width: 738;
    }

    .header_cont {
        padding: 0 15px;
    }
    .header__menu {
        padding: 0;
        padding-top: 10px;
    }

	header {
        box-sizing: border-box;
        padding-top: 0px;
        padding: 10px 0;
    }


    .banner picture img {
        height: 470px;
    }

    .title_container {
        top: 40px;
    }

    .title_container .title2 {
        margin-top: 0;
    }

    .title_container .btn {
        display: none;
    }

    .timer_block {
        margin-top: -50px;
    }



    #instock {
        margin-top: 60px;
        padding: 60px 0;
    }

#filter_table {
    flex-wrap: wrap;
    gap: 5px;
}

#filter_table .select_container {
    width: 100%;
}

    .tb_complects .compl_techs > div {
        font-size: 14px;
    }

    .tb_complects .compl_techs > div:after {
        top: 6px;
    }


    .credit {
        margin-top: 60px;
    }

    .quest {
        flex-direction: column;
        gap: 20px 0;
        background-size: cover;
    }

    #quest_form {
        width: 100%;
    }

    .contacts {
        flex-direction: column;
        gap: 20px 0;
    }

    .cont_wrap {
        width: 100%;
    }

    #map1 {
        height: 400px;
        width: 100%;
        background-size: cover;
    }
	
}

/* mobiles */

@media only screen and (max-width: 767px) { 
    .container {
        max-width: 610px;
        padding: 0 15px;
    }

    .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%;}

    .btn {
        width: 100%;
    }

    .blocks_title {
        font-size: 8vw;
        text-align: center;
    }

    /************************************************************************/

    .mob-menu-btn {
        display: block;
        position: relative;
        width: 30px;
        height: 22px;
        z-index: 1;
    }

    .mob-menu-btn span {
        position: absolute;
        display: block;
        width: 30px;
        height: 3px;
        background: #1B365D;
        transition: all .2s linear;
    }

    .mob-menu-btn span:nth-child(1) {
        top: 0;
    }

    .mob-menu-btn span:nth-child(2) {
        top: calc(50% - 1px);
        opacity: 1;
    }
    .mob-menu-btn span:nth-child(3) {
        bottom: 0;
    }

    .mob-menu-btn span:nth-child(3) {
        bottom: 0;
    }

    .mob-menu-btn.active span:nth-child(1) {
        transform-origin: top right;
        transform: rotate(-45deg);
        top: -1px;
    }

    .mob-menu-btn.active span:nth-child(2) {
        opacity: 0;
    }

    .mob-menu-btn.active span:nth-child(3) {
        transform-origin: bottom right;
        transform: rotate(45deg);
        bottom: -1px;
    }

    .header__menu {
        position: fixed;
        top: 108px;
        background: #fff;
        width: 100%;
        left: 100%;
        transition: all .2s linear;
        flex-direction: column;
        align-items: center;
        /* justify-content: center; */
        gap: 10px;
        height: auto;
        padding: 30px 0;
        margin: 0;
    }
    .header__menu-item {
        padding-top: 0;
    }

    .header__menu div {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .header__menu.active {
        left: 0;
    }

    .header_cont {
        height: auto;
        padding: 0;
        border: none;
    }

.logo_wrap {
    max-width: 50%;
}

.header__content {
    width: 100%;
    order: 1;
    display: flex;
    justify-content: space-between;
}

.header__info-wrap {margin-top: 5px;}

header .addr {
    display: none;
}

.logo1 {
    height: auto;
}

.logo1 img {
    max-width: 100%;
}
    header .phone:before {
        position: relative;
    }
	header .phone {
        font-size: 13px;
        /* position: fixed; */
        bottom: 0;
        /* width: 100%; */
        left: 0;
        right: 0;
        display: flex;
        justify-content: center;
        padding: 0;
        background: #fff;
        font-weight: 400;
    }
	header .container:first-child .btn {
    display: none;
}

	header .addr_container {
    display: none;
}



    /************************************************************************/

    
    .banner {
        margin-top: 70px;
    }

    .banner picture img {
        width: 100%;
        height: auto;
    }

    .banner .swiper-button-prev,
    .banner .swiper-button-next {
        width: 30px;
        height: 30px;
        left: 15px;
    }

    .banner .swiper-button-next {
        left: unset;
        right: 15px;
    }

    .banner .swiper-button-prev:after,
    .banner .swiper-button-next:after {
        width: 20px;
        height: 20px;
        background-size: 100%;
    }

    .title_container {
        top: 40px;
        left: 0;
        padding: 0 15px;
    }

    .title_container .title_date {
        margin: 0 auto;
        font-size: 5vw;
    }

    .title_container .title1 {
        font-size: 5vw;
        text-align: center;
        margin-top: 10px;
    }

    .title_container .title2 {
        font-size: 5vw;
        text-align: center;
        margin-top: 10px;
    }

    .title_container .title2 span {
        background-size: 100%;
        width: 110px;
        height: 35px;
    }

    .title_container .btn {
        display: none;
    }

    .timer_block {
        margin-top: -30px;
        flex-direction: column-reverse;
        gap: 10px 0;
        padding: 15px;
        overflow: hidden;
    }

    #timer_form {
        width: 100%;
    }
    
    #timer_form .form_comment {
        text-align: center;
        font-size: 5vw;
    }

    #timer_form .form-group {
        width: 100% !important;
    }

    .timer {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 70px;
    }

    div[id^=timer] {
        transform: scale(0.5) !important;
    }

    /************************************************************************/

    .cars {
        margin-top: 60px;
    }
    .cars__container {}
    .cars__menu {}
    .cars__menu-title {}
    .cars__menu-content {
        margin: 0;
        gap: 0;
        flex-wrap: wrap;
        justify-content: space-between;
        row-gap: 15px;
        height: auto;
        margin-top: 30px;
    }
    .cars__menu-item {
        width: 48%;
        max-width: 48%;
    }
    .cars__menu-name {}
    
    .cars__menu-item:hover .cars__menu-name {
        font-size: 18px;
        color: #1B365D;
    }
    .cars__menu-img {
    display: none;
}

.cars__menu-item:before, .cars__menu-item:after {
    display: none;
}
    .cars__content {}
    .cars__item {
        margin-top: 50px;
        flex-direction: column;
        align-items: center;
        padding: 0 15px;
        position: relative;
    }
    
    /* .cars__item:before {
        height: 95vw;
    }
    .cars__item#hs:before {
        height: 95vw;
    }
    .cars__item#hc:before {
        height: 87vw;
    } */
    
    .cars__info {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .cars__insale {
    margin: 0;
}
    .cars__name {
        font-size: 31px;
        margin-top: 15px;
        padding-bottom: 34vw;
        text-align: center;
    }
    .cars__profit-items {
        margin-top: 15px;
        gap: 10px;
    }
    .cars__profit {
        font-size: 3.5vw;
    }
    .cars__profit_ico1:before {}
    .cars__profit_ico2:before {}
    .cars__img {
        max-width: 100%;
        position: absolute;
        top: 111px;
        margin: 0;
    }
    .cars__compl {}
    .cars__compl-text {}
    .cars__img-item {}
    .cars__btns {
        margin-top: 25px;
        flex-direction: column;
        gap: 10px;
        width: calc(100% + 30px);
        margin-left: -15px;
        padding: 20px;
    }
    .cars__btn {}

.cars__btns .btn:first-child {
    display: none;
}
    .cars__gallery {
        margin-top: 15px;
    }
    .cars__gallery-item {
        border-radius: 15px;
    }
    
    
    /************************************************************************/


    .tb_complects {
        display: flex;
        flex-direction: column;
    }

    .tb_complects .compl_techs > div {
        font-size: 14px;
    }

    .tb_complects .compl_techs > div:after {
        top: 6px;
    }

    .tb_complects tr {
        flex-direction: column;
        row-gap: 5px;
        width: 100%;
    }

    .tb_complects .compl_text {
        width: 100%;
        flex-direction: column;
        padding: 20px;
    }

    .tb_complects .compl_image {
        width: 100%;
    }

    .tb_complects .compl_title {
        display: flex;
        width: 100%;
        justify-content: space-between;
        margin-bottom: 15px;
    }

    .tb_complects .compl_title span {
        margin-top: 0;
    }

    .tb_complects .compl_techs {
        width: 100%;
    }

    .tb_complects .compl_btns {
        width: 100%;
        margin-top: 20px;
    }



    /************************************************************************/


    #tradein_form {
        width: 100%;
        max-width: 76%;
    }

    #tradein_form {
        width: 100%;
        max-width: 100%;
    }
    .tradein_logo {
        width: 96px;
        padding: 13px;
        height: 67vw;
        bottom: 0;
        border-radius: 20px;
        right: 16px;
    }

.tradein .blocks_title {
    text-align: center;
}

.tradein {
    padding-top: 50px;
}

.tradein_form {
    padding: 25px 15px;
}

    .tradein_title {
        text-align: center;
        font-size: 4vw;
    }

    /************************************************************************/
    
    .credit {
        margin-top: 60px;
    }
    .credit__container {}
    .credit__content {
        flex-direction: column;
    }
    .credit__info {}
    .credit__title {}
    .credit__desc {
        font-size: 4vw;
        text-align: center;
    }
    
    .credit__desc br {
        display: none;
    }
    .credit__form {}
    
    .credit__form .btn {
        margin-top: 10px;
    }
    .credit__form-title {}
    .credit__bg {
        margin: 0;
        margin-top: 20px;
        /* overflow: hidden; */
    }
    .credit__img {transform: scale(1.25);}

    /*******************************************************************/
    .quest {
        flex-direction: column;
        gap: 20px 0;
        background: url("../img/quest_bg_mob.jpg") 50% no-repeat;
        margin-top: 40px;
        padding: 15px;
        background-size: cover;
    }

    .quest_title {
        text-align: center;
        font-size: 7vw;
    }

    .quest_comment {
        text-align: center;
        font-size: 5vw;
    }

    #quest_form {
        width: 100%;
    }

    #quest_form .form-group {
        width: 100%;
    }

    .contacts {
        flex-direction: column;
        gap: 20px 0;
        margin-top: 50px;
    }

    .cont_wrap {
        width: 100%;
        padding: 15px;
    }

    #map1 {
        height: 350px;
        width: 100%;
        background-size: cover;
    }

}
@media only screen and (max-width: 640px) { 
}
@media only screen and (max-width: 592px) {
}
@media only screen and (max-width: 568px) { 

    .cars__img {
        /* top: 30vw; */
    }
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 414px) { 

    /* .cars__item#hs:before {
        height: 108vw;
    }
    .cars__item#hc:before {
        height: 108vw;
    } */
}
@media only screen and (max-width: 375px) { 

    .cars__img {
        /* top: 30vw; */
    }
}
@media only screen and (max-width: 360px) { 

    .cars__img {
        /* top: 40vw; */
    }
    /* .cars__item#hs:before {
        height: 120vw;
    }
    .cars__item#hc:before {
        height: 120vw;
    } */
}
@media only screen and (max-width: 320px) { 
}


/* **************************************************************************************************************************************** */

/* media END*/
