html {
    overflow-x: hidden;
}

body {
    font-family: 'NunitoSans';
    font-size: 16px;
    color: black;
    position: relative;
    font-weight: 400;
    margin: 0 auto;
    padding: 0;
    overflow-x: hidden;
    max-width: 1920px;
    background: #2e2d2d;
}

.fancybox-slide--html .fancybox-close-small {
    color: #a50034 !important;
    top: 5px;
    right: 5px;
}

.fancybox-button svg {
    transform: scale(2);
}

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

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


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: 1180px;
        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;
}

.opts_popup {
    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: #141414;
    text-align: center;
    padding-bottom: 30px;
    border-radius: 30px;
    border: 1px solid #3e3c3c;
}

.popup_container.compl_opts {
    width: 570px;
    padding: 25px 35px;
}

.popup_container .agree_field {
    color: #ffffff;
    font-size: 12px;
    text-align: left;
}

.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: #FFFFFF;
    margin-top: 20px;
}

.popup_container .form_comment a {
    display: block;
    color: #FFFFFF;
}

.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: 'NunitoSans';
    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: 'NunitoSans';
    padding-left: 10px;
    height: 38px;
    background-color: white;
    border-radius: 5px;
    border: 1px solid #c0c6c9;
}

.popup_container .form-group select option {
}

.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: 14px;
    line-height: 100%;
    position: relative;
    display: block;
    padding-left: 20px;
    top: 0px;
    color: #ffffff;
}

.agree_field a {
    color: #ffffff;
}

.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: 48px;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    box-sizing: border-box;
    font-weight: 400;
    font-family: 'NunitoSans';
    padding: 0px 30px;
    outline: none;
    background: transparent;
    border-radius: 6px;
    border: 1px solid #ffffff;
}

form .form-group select {
    appearance: none;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    background: url(../img/ico_select.png) 95% 50% no-repeat transparent;
    font-family: 'NunitoSans';
    outline: none;
}

form .form-group select option {
    color: #000000;
}

form .form-group button {
    width: 100%;
    cursor: pointer;
    font-family: 'NunitoSans';
    outline: none;
}

form .form-group button:hover {
}


.form_title {
    color: #ffffff;
    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: #a50034;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    height: 48px;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    border: none;
    transition: all .3s;
    text-align: center;
    border-radius: 6px;
}

.btn.glass {
    background: transparent;
    border: 1px solid #ffffff;
}

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

.btn i {
    width: 0;
    height: 10px;
    background: url("../img/btn_arrow_wt.png") 50% no-repeat;
    transition: width .3s;
    padding-left: 0;
}

.btn.white i {
    background: url("../img/btn_arrow_bl.png") 50% no-repeat;
}

.btn span {
    padding-right: 0;
    transition: all .3s;
}

.btn:hover i {
    width: 17px;
}

.btn:hover span {
    padding-right: 20px;
}


/**********************
        HEADER
**********************/

.mob_phone {
    display: none;
}

header {
    background: rgb(0, 0, 0, 0.7);
    box-shadow: 0px 4px 17px 0px rgba(42, 41, 41, 0.36);
    padding-top: 15px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
}

header .head_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo_wrap {
    display: flex;
    align-items: center;
}

.logo_wrap > a {
    margin-right: 10px;
}

.logo_wrap .logo1 {
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
}

/* .logo_wrap .logo1:before {
    content: '';
    width: 1px;
    height: 31px;
    background: rgba(208, 208, 208, 0.3);
    position: absolute;
    bottom: 3px;
    right: 0;
} */

.logo_wrap .logo2 {
    max-width: 70px;
}

.top_addr {
    color: #ffffff;
}

.top_phone {
    color: #ffffff;
    text-decoration: none;
    font-weight: 900;
}

header .btn {
    width: 200px;
}

.menu {
    margin-top: 15px;
    border-top: 1px solid rgba(208, 208, 208, 0.3);
    display: flex;
    justify-content: space-between;
}

.menu .menu_cars {
    display: flex;
    margin-left: -30px;
}

.menu .menu_blocks {
    display: flex;
    margin-right: -30px;
}

.menu a {
    display: block;
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
    padding: 12px 30px;
    position: relative;
}

.menu a:before {
    content: '';
    height: 4px;
    width: 90%;
    background: #a50034;
    position: absolute;
    bottom: 0;
    left: 7px;
    transition: all .3s;
    transform: scaleX(0);
    transform-origin: 50% 50%;
}

.menu a:hover:before {
    transform: scaleX(1);
}

.menu .menu_cars a {
    text-transform: uppercase;
}

header .m_btn {
    display: none;
}

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

.banner {
    position: absolute;
    top: 0;
    background: url("../img/bg1.jpg?v=4") 50% 0 no-repeat;
    width: 100%;
    height: 910px;
    border-radius: 0 0 65px 65px;
    z-index: -1;
}

.title_container {
    padding-top: 164px;
}

.title_wrap {
    width: fit-content;
    margin: 0 auto;
    box-sizing: border-box;
    background: #FFFFFF99;
    padding: 20px 30px 24px;
    border-radius: 40px;
    backdrop-filter: blur(15px);
    overflow: hidden;
    position: relative;
}

.title_wrap::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 30%;
    height: 200%;
    background: linear-gradient(
            to right,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.25) 25%,
            rgba(255, 255, 255, 0.5) 50%,
            rgba(255, 255, 255, 0.25) 75%,
            rgba(255, 255, 255, 0) 100%
    );
    filter: blur(8px);
    transform: skewX(-45deg);
    animation: shine 2.5s linear infinite;
}

@keyframes shine {
    0% {
        left: -50%;
    }
    100% {
        left: 150%;
    }
}

.title1 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
}

.title1 b {
    font-weight: 800;
}

.title2 {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
}

.title2 b {
    color: #ffffff;
    padding: 8px 20px 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    background: url(../img/title_pl.png) 50% no-repeat;
    background-size: 100%;
}

.title_props {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.title_props > div {
    font-size: 20px;
    font-weight: 700;
    padding: 0 30px;
    border-right: 1px solid #757575;
}

.title_props > div:first-child {
    padding-left: 0;
}

.title_props > div:last-child {
    padding-right: 0;
    border-right: none;
}

.timer_block {
    box-sizing: border-box;
    margin-top: 400px;
    background: #141414;
    padding: 35px 70px 30px;
    border-radius: 50px;
    border: 1px solid #3e3c3c;
    box-shadow: 0px 14px 57px 0px rgba(20, 20, 20, 0.56);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.timer_title {
    color: #ffffff;
    line-height: 100%;
    font-size: 38px;
    margin-bottom: 20px;
}

.timer_form {
    width: 380px;
    max-width: 100%;
}

.timer_form_text {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 15px;
}

.timer_form_text span {
    font-weight: 900;
    color: #a50034;
    line-height: 100%;
}

/**********************
         CARS
**********************/

.cars_menu {
    margin-top: 90px;
    display: flex;
    justify-content: center;
}

.cars_menu a {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #141414;
    border-radius: 40px;
    margin: 0 10px;
    padding: 20px 12px 35px;
    text-decoration: none;
    font-size: 20px;
    box-shadow: 0px 4px 12px 0px rgba(20, 20, 20, 0.56);
    border: 1px solid #3e3c3c;
    transition: all .3s;
}

.cars_menu a span {
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.cars_menu a.small {
    transform: scale(0.95);
    margin: 0;
}

.cars_menu a.big {
    transform: scale(1.1);
    margin: 0 20px;
}

.brand_title {
    color: #FFF;
    font-size: 32px;
    margin-top: 120px;
    margin-bottom: -100px;
}

.car_item {
    margin-top: 120px;
    position: relative;
	overflow:hidden;
}

#santa_fe 
/* #tucson */
 {
    margin-top: 200px;
}

.car_wrap {
    background: #141414;
    border-radius: 50px;
    border: 1px solid #3e3c3c;
    padding: 50px 95px 95px;
}
    .car_hit {
        position:absolute;
        right: -69px;
        top: -10px;
        background: url(../img/car_hit.svg) right top no-repeat;
        width: 262px;
        height: 179px;
        z-index: 2;
    }
    .car_wow {
        position:absolute;
        right: -69px;
        top: -10px;
        background: url(../img/car_wow.svg) right top no-repeat;
        width: 262px;
        height: 179px;
        z-index: 2;
    }


.car_name {
    font-size: 32px;
    color: #ffffff;
    font-weight: 800;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
}

.car_benefit {
	background:url(../img/car_benefit.svg) left center no-repeat;
    background-size: 100% auto;
    font-size: 22px;
    width: auto;
    margin-right: auto;
    padding: 16px;
    padding-bottom: 8px;
}

.car_guarantee {
	background:url(../img/car_guarantee.svg) left center no-repeat;
    background-size: 100% auto;
    font-size: 22px;
    width: auto;
    margin-right: auto;
    padding: 16px;
    padding-bottom: 8px;
}

#tucson .car_name {
    background: linear-gradient(to right, #fff 0, #949494 10%, #fff 20%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: text-shine 4s infinite linear;
    -webkit-text-size-adjust: none;
}

@keyframes text-shine {
    0% {
        background-position: 0px;
    }
    100% {
        background-position: 1000px;
    }
}

.car_name a {
    margin-left: 10px;
}

.car_name span > b {
    font-weight: 900;
    color: #a50034;
}

.car_offer {
    position: absolute;
    top: 0;
    right: 0;
	z-index:2;
}

.car_spec {
    display: block;
    width: fit-content;
    padding: 15px 38px;
    background: url("../img/pl_spec.svg") 50% no-repeat;
    font-size: 22px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
}

.car_count {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 200px;
    font-weight: 700;
    font-size: 14px;
    background: url("../img/car_count_pl.png") 50% 100% no-repeat;
    padding-bottom: 10px;
    position: absolute;
    top: -5px;
    right: -230px;
    z-index: 1;
}

.car_count b {
    font-size: 47px;
    font-weight: 900;
    line-height: 85%;
    margin-right: 5px;
}

.car_count span {
    line-height: 100%;
}

.car_compl_wrap {
    display: flex;
    align-items: center;
}

.car_compl {
    font-size: 32px;
    font-weight: 900;
    color: #a50034;
    line-height: 100%;
}

.car_compl_info {
    position: relative;
    z-index: 1;
}

.car_compl_info i {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    font-style: normal;
    width: 26px;
    height: 26px;
    margin-left: 10px;
    font-size: 20px;
    color: #ffffff;
    font-weight: 400;
    border: 1px solid #ffffff;
    border-radius: 50%;
    cursor: pointer;
    animation: pulse 1.5s infinite;
    position: relative;
    z-index: 1;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.car_compl_info span {
    box-sizing: border-box;
    padding-top: 5px;
    display: flex;
    justify-content: center;
    width: 225px;
    height: 43px;
    color: #ffffff;
    font-size: 19px;
    background: url("../img/tooltip.png") 50% no-repeat;
    position: absolute;
    top: -50px;
    left: -90px;
    opacity: 0;
    pointer-events: none;
    transition: all .3s;
}

.car_profit {
    margin-top: 25px;
    font-size: 22px;
    color: #a50034;
    font-weight: 900;
}

.car_profit span {
    display: inline-block;
    background: #ffffff;
    border-radius: 13px;
    padding: 5px 15px;
    line-height: 100%;
}

.car_profit font {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
}

.car_profit.nds {
    margin-top: 0;
}

.car_profit.nds span {
    font-weight: 700;
    margin-right: 15px;
}

.car_img {
    position: absolute;
    top: 0;
    right: 95px;
}

#tucson .car_img {
    right: 165px;
}

.car_techs {
    margin-top: 55px;
    display: flex;
    padding-right: 60px;
    gap: 0 80px;
}

#tucson .car_techs {
    margin-top: 28px;
}

.car_techs .tech_item {
    font-size: 14px;
    color: #ffffff;
    padding-left: 50px;
    margin-bottom: 15px;
}

.car_techs .tech_item b {
    display: block;
    font-size: 16px;
    font-weight: 900;
}

.car_techs .tech_item.ico1 {
    background: url("../img/tech_ico1.svg") 0 50% no-repeat;
}

.car_techs .tech_item.ico2 {
    background: url("../img/tech_ico2.svg") 0 50% no-repeat;
}

.car_techs .tech_item.ico3 {
    background: url("../img/tech_ico3.svg") 0 50% no-repeat;
}

.car_techs .tech_item.ico4 {
    background: url("../img/tech_ico4.svg") 0 50% no-repeat;
}

.car_techs .tech_item br {
    display: none;
}

.car_props {
    display: flex;
    justify-content: space-between;
    margin: 50px 0;
}

.car_props a {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding-left: 70px;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    position: relative;
}

.car_props a b {
    font-weight: 900;
}

.car_props a:before {
    box-sizing: border-box;
    content: '';
    display: block;
    width: 48px;
    height: 48px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s;
}

.car_props a:after {
    content: '';
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    top: 0;
    left: 0;
    padding-top: 2px;
}

.car_props a.ico1:after {
    content: url("../img/car_ico1.png");
}

.car_props a.ico2:after {
    content: url("../img/car_ico2.png");
}

.car_props a.ico3:after {
    content: url("../img/car_ico3.png");
}

.car_props a.ico4:after {
    content: url("../img/car_ico4.png");
}

.car_props a.ico5:after {
    content: url("../img/car_ico5.png");
}

.car_props a.ico6:after {
    content: url("../img/car_ico6.png");
}

.car_props a:hover:before {
    width: 43px;
    height: 43px;
    left: 2px;
    top: 2px;
}


.car_btns {
    margin-top: 55px;
    display: flex;
    justify-content: space-between;
}

#tucson .car_btns {
    margin-top: 35px;
}

.car_btns .btn {
    width: 32%;
}

.car_gallery {
    width: 84%;
    display: flex;
    justify-content: space-between;
    margin: -60px auto 0;
    position: relative;
    gap: 0 23px;
}

.car_gallery a {
    overflow: hidden;
    position: relative;
    border-radius: 30px;
    box-shadow: 0px 14px 57px 0px rgba(20, 20, 20, 0.76);
}

.car_gallery a:before {
    content: url("../img/ico_zoom.png");
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    opacity: 0;
    z-index: 1;
    transition: all .3s;
    padding-top: 5px;
    box-sizing: border-box;
}

.car_gallery a img {
    transition: all .3s;
}

.car_gallery a:hover img {
    transform: scale(1.1);
}

.car_gallery a:hover:before {
    opacity: 1;
}

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

.opts_list .column {
    padding: 0;
    margin: 0;
    color: #ffffff;
    text-align: left;
    list-style: none;
}

.opts_list .column li {
    display: block;
    padding-left: 15px;
    background: url("../img/dot.png") 0 7px no-repeat;
    margin-bottom: 10px;
}

.opts_list .column li:last-child {
    margin-bottom: 0;
}

/**********************
       CREDIT
**********************/

.credit {
    margin-top: 135px;
    padding-top: 480px;
    background: url("../img/credit_bg.jpg") 50% 0 no-repeat;
}

.credit > img {
    display: none;
}

.cred_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    background: #141414;
    border: 1px solid #3e3c3c;
    box-shadow: 0px 14px 57px 0px rgba(20, 20, 20, 0.56);
    padding: 50px 95px;
    border-radius: 50px;
}

.cred_text {

}

.cred_title {
    font-size: 32px;
    color: #ffffff;
    margin-bottom: 30px;
}

.cred_title b {
    font-weight: 900;
    color: #a50034;
}

.cred_comment {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 25px;
}

#cred_form {
    width: 380px;
    max-width: 100%;
}

.cred_props > div {
    display: flex;
    align-items: center;
    color: #ffffff;
    min-height: 48px;
    margin-bottom: 25px;
    padding-left: 70px;
}

.cred_props > div:last-child {
    margin-bottom: 0;
}

.cred_props > div b {
    font-weight: 900;
}

.cred_props > div.ico1 {
    background: url("../img/cred_ico1.png") 0 50% no-repeat;
}

.cred_props > div.ico2 {
    background: url("../img/cred_ico2.png") 0 50% no-repeat;
}

.cred_props > div.ico3 {
    background: url("../img/cred_ico3.png") 0 50% no-repeat;
}

/**********************
        TRADEIN
**********************/

.tradein {
    margin-top: 135px;
    padding-top: 480px;
    background: url("../img/tradein_bg.jpg") 50% 0 no-repeat;
}

.tradein > img {
    display: none;
}

.tradein_wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    box-sizing: border-box;
    background: #141414;
    border: 1px solid #3e3c3c;
    box-shadow: 0px 14px 57px 0px rgba(20, 20, 20, 0.56);
    padding: 50px 95px;
    border-radius: 50px;
}

.tradein_title {
    font-size: 32px;
    color: #ffffff;
    margin-bottom: 30px;
    line-height: 120%;
}

.tradein_title b {
    font-weight: 900;
    color: #a50034;
}

.tradein_comment {
    color: #ffffff;
    font-size: 16px;
}

.tradein_comment b {
    font-weight: 900;
}

#tradein_form {
    width: 380px;
    max-width: 100%;
}


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

.contacts {
    margin-top: 120px;
    position: relative;
}

.cont_wrap {
    position: absolute;
    top: 120px;
    left: 0;
    box-sizing: border-box;
    background: #141414;
    border: 1px solid #3e3c3c;
    box-shadow: 0px 14px 57px 0px rgba(20, 20, 20, 0.56);
    padding: 50px 95px;
    border-radius: 50px;
    z-index: 1;
}

.cont_wrap .logo4 {
    padding-left: 0;
}

.cont_wrap .logo4:before {
    display: none;
}

.cont_title {
    font-size: 32px;
    color: #ffffff;
    margin-bottom: 20px;
}

.bot_addr {
    margin-top: 30px;
    font-size: 16px;
    color: #ffffff;
    padding: 1px 0 1px 30px;
    background: url("../img/ico_loc.png") 0 50% no-repeat;
    margin-bottom: 15px;
}

.bot_phone {
    display: block;
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 900;
    padding-left: 30px;
    background: url("../img/ico_phone.png") 0 50% no-repeat;
    margin-bottom: 30px;
}

.quest {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 10px;
}

.quest b {
    font-weight: 900;
    color: #a50034;
}

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

/**********************
      FOOTER
**********************/

footer {
    padding: 25px;
    background: #141414;
}

footer .switch {
    display: block;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
}

footer .disclamer {
    color: #ffffff;
    font-size: 14px;
    text-align: left;
    display: none;
    padding-top: 20px;
}


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

@media (max-width: 1500px) {
}

/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px) {
    .top_addr {
        display: none;
    }

    .title1 {
        font-size: 32px;
    }

    .title2 {
        font-size: 34px;
    }

    .title2 b {
        font-size: 26px;
    }

    .title_props > div {
        font-size: 20px;
        padding: 0 33px;
    }

    .timer_block {
        margin-top: 450px;
    }

    .timer_wrap {
        width: 50%;
    }

    .timer_title {
        font-size: 30px;
    }

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

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

    .car_wrap {
        padding: 50px 49px 95px;
    }

    .car_img {
        right: 15px !important;
        width: 50%;
    }

    .car_techs {
        padding-right: 0;
    }

    .car_gallery {
        gap: 0 15px;
    }

    .cred_wrap {
        padding: 50px;
    }

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

    .tradein_wrap {
        padding: 50px;
    }

    .tradein_title {
        font-size: 28px;
    }

}

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (min-width: 768px) and (max-width: 991px) {
    header .btn {
        display: none;
    }

    .menu {
        padding: 0 30px;
    }

    .menu a {
        padding: 12px 10px;
    }

    .title_wrap {
        padding: 15px 30px;
    }

    .title1 {
        font-size: 24px;
    }

    .title2 {
        font-size: 26px;
    }

    .title_props > div {
        font-size: 15px;
        padding: 0 14px;
    }

    .timer_block {
        flex-direction: column;
    }

    .timer_wrap {
        width: 100%;
    }

    .timer_title {
        text-align: center;
        margin-bottom: 0;
    }

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

    .car_wrap {
        padding: 30px 30px 60px;
    }

    .car_img {
        top: 30px;
        width: 55%;
    }

    #tucson .car_img {
        top: 80px;
    }

    .car_guarantee {
	    transform: scale(0.6);
	    transform-origin: left;
    }

    .car_gallery {
        width: 91%;
        margin-top: -30px;
    }

    .car_btns {
        flex-direction: column;
    }

    .car_techs {
        gap: 0 20px;
    }

    .car_count {
        top: 50px;
    }

    .car_props {
        flex-flow: wrap;
        margin-bottom: 0;
    }

    .car_props a {
        box-sizing: border-box;
        width: 49%;
        margin-bottom: 20px;
    }

    .car_btns .btn {
        margin-top: 10px;
        width: 100%;
    }

    .cred_wrap {
        flex-direction: column;
    }

    .cred_text {
        width: 100%;
    }

    #cred_form {
        width: 100%;
    }

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

    .cred_props > div {
        font-size: 16px;
    }

    .tradein_wrap {
        flex-direction: column;
    }

    .tradein_text {
        width: 100%;
    }

    #tradein_form {
        width: 100%;
        margin-top: 30px;
    }

    .contacts {
        background: #141414;
    }

    .cont_wrap {
        width: 100%;
        position: relative;
        top: 0;
        border: none;
        box-shadow: unset;
        padding: 30px 0;
    }

    #map1 {
        background-position: 77% 0;
    }

}

/*IPAD END*/

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

    .mob_phone {
        background: #141414;
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        color: #ffffff;
        font-weight: 700;
        padding: 10px 15px;
        z-index: 5;
        font-size: 4vw;
    }

    .mob_phone a {
        color: #ffffff;
        text-decoration: none;
    }

    .popup_container.compl_opts {
        padding: 25px 15px;
    }

    .opts_list {
        flex-direction: column;
    }

    .opts_list .column li br {
        display: none;
    }

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

    .agree_field {
        font-size: 10px;
    }

    /*******************************************************************/
    header {
        padding: 10px 0;
    }

    .head_wrap {
        flex-flow: wrap;
    }

    .top_addr {
        display: none;
    }

    header .btn {
        display: none;
    }

    .top_phone {
        margin-top: 10px;
        display: none;
    }

    .logo_wrap {
        width: 85%;
    }

    .logo_wrap > div {
        margin-right: 10px;
    }

    header .m_btn {
        display: block;
        position: absolute;
        width: 30px;
        height: 21px;
        z-index: 1;
        top: 3px;
        right: 15px;
    }

    header .m_btn span {
        position: absolute;
        display: block;
        width: 30px;
        height: 3px;
        background: #a50034;
        transition: all .3s linear;
    }

    header .m_btn span:nth-child(1) {
        top: 0;
    }

    header .m_btn span:nth-child(2) {
        top: calc(50% - 1px);
        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: flex;
        flex-direction: column;
        position: fixed;
        top: 107px;
        background: #141414;
        width: 100%;
        height: auto;
        right: -100%;
        left: unset;
        transition: all .3s linear;
        z-index: 2;
        padding: 10px 0;
        margin-top: 0;
    }

    .menu > div {
        margin-left: 0 !important;
        margin-right: 0 !important;
        flex-direction: column;
        align-items: center;
    }

    .menu a {
        padding: 10px 30px;
    }

    .menu.active {
        right: 0;
    }

    .banner {
        background-size: 120%;
    }

    .title_wrap {
        background: none;
        backdrop-filter: unset;
        padding: 0;
        color: #ffffff;
    }

    .title_wrap::before {
        display: none;
    }

    .title_container {
        padding-top: 64vw;
    }

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

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

    .title2 b {
        position: relative;
        top: 1px;
    }

    .title2 b {
        padding: 2vw 2vw 1vw;
        font-size: 4vw;
        background-size: 100% 100%;
    }

    .title_props {
        margin-top: 20px;
        flex-flow: wrap;
        justify-content: space-between;
        gap: 5px 0;
    }

    .title_props > div {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
        font-size: 3.2vw;
        padding: 0;
        width: 49%;
        text-align: center;
    }

    .title_props > div:nth-child(2) {
        border-right: none;
    }

    .timer_block {
        margin-top: 10px;
        padding: 20px;
        flex-direction: column;
        border-radius: 30px;
    }

    .timer_title {
        text-align: center;
        font-size: 22px;
        margin-bottom: 0;
    }

    .timer_wrap {
        width: 100%;
    }

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

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

    .timer_form_text {
        font-size: 16px;
    }

    .cars_menu {
        display: none;
    }

    .brand_title {
        margin-top: 60px;
        margin-bottom: -40px;
        text-align: center;
        font-size: 6vw;
    }

    .car_item {
        margin-top: 60px !important;
    }

    .car_wrap {
        padding: 30px 20px 80px;
        border-radius: 30px;
    }

    .car_name {
        font-size: 6vw;
    }

    .car_offer {
        width: 45%;
    }
    .car_hit {
        width: 160px;
       height: 160px;
       background-position: left top;
      background-size: 100%;
      right: -41px;
    }
    .car_wow {
        width: 160px;
       height: 160px;
       background-position: left top;
      background-size: 100%;
      right: -41px;
    }

    .car_spec {
        padding: 15px;
        width: 100%;
        background-size: 100%;
        font-size: 5vw;
        box-sizing: border-box;
    }

    .car_benefit {
	font-size:5vw;
    }
   .car_guarantee {
	font-size:3.5vw;
   }

    #cobalt .car_name {
        margin: 0;
    }

    .car_profit.nds span {
        margin-right: 0;
    }

    .car_profit.nds font {
        display: block;
    }

    .car_compl {
        font-size: 22px;
    }

    .car_count {
        position: relative;
        top: 0;
        right: 0;
        margin-top: 10px;
    }

    .car_img {
        margin-top: 5px;
        position: relative;
        top: 0 !important;
        right: 0 !important;
        width: 100%;
    }

    .car_techs {
        padding-right: 0;
        margin-top: 20px;
        gap: 0;
        justify-content: space-between;
    }

    .car_techs .tech_item br {
        display: block;
    }

    .car_props {
        flex-direction: column;
        margin-top: 15px;
        margin-bottom: 0;
    }

    .car_props a {
        margin-bottom: 10px;
    }

    .car_btns {
        flex-direction: column;
        margin-top: 0;
    }

    .car_btns .btn {
        width: 100%;
        margin-top: 10px;
    }

    .car_gallery {
        gap: 0;
        width: 91%;
    }

    .car_gallery a {
        margin: 0 3px;
        box-shadow: none;
        border-radius: 15px;
    }

    .car_gallery .slick-dots {

    }

    .car_gallery .slick-dots li {
        width: 15px;
        height: 15px;
        background: #141414;
        border-radius: 50%;
        margin: 0 5px;
    }

    .car_gallery .slick-dots li button:before {
        display: none;
    }

    .car_gallery .slick-dots li.slick-active {
        background: #a50034;
    }

    .credit {
        margin-top: 70px;
        background: none;
        padding: 0;
    }

    .credit > img {
        display: block;
    }

    .cred_wrap {
        padding: 30px 20px;
        flex-direction: column;
        margin-top: -50px;
        border-radius: 30px;
    }

    .cred_text {
        width: 100%;
        margin-bottom: 30px;
    }

    .cred_title {
        text-align: center;
        line-height: 120%;
    }

    .cred_comment br {
        display: none;
    }

    .cred_props > div {
        margin-bottom: 15px;
    }


    .tradein {
        margin-top: 70px;
        background: none;
        padding: 0;
    }

    .tradein > img {
        display: block;
    }

    .tradein_wrap {
        padding: 30px 20px;
        flex-direction: column;
        margin-top: -50px;
        border-radius: 30px;
    }

    .tradein_text {
        width: 100%;
        margin-bottom: 30px;
    }

    .tradein_title {
        text-align: center;
        line-height: 120%;
        font-size: 24px;
    }

    .tradein_title b {
        display: block;
    }

    .tradein_title br {
        display: none;
    }

    .tradein_comment br {
        display: none;
    }

    .tradein_props > div {
        margin-bottom: 15px;
    }

    .contacts {
        background: #141414;
        margin-top: 70px;
    }

    .cont_wrap {
        width: 100%;
        position: relative;
        top: 0;
        border: none;
        box-shadow: unset;
        padding: 30px 0;
    }

    #map1 {
        background-position: 71% 45%;
        height: 350px;
    }

}

/*MOBILE END*/

/* Portrait phones and smaller */
@media (max-width: 390px) {

}

@media (max-width: 360px) {
    
    .title_props > div {
        font-size: 18px;
    }

    .timer_title {
        font-size: 18px;
    }

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

    .timer_form_text br {
        display: none;
    }

    .car_compl {
        font-size: 18px;
    }

    .car_profit {
        font-size: 20px;
    }

    .car_btns .btn:last-child {
        font-size: 14px;
    }

    .cred_title {
        font-size: 26px;
    }

    .tradein_title {
        font-size: 22px;
    }
}

@media (max-width: 320px) {

}