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

html {
    overflow-x: hidden;
}

.cookie_text {
    position: fixed;
    bottom: 10px;
    width: 70%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 10px 20px;
    z-index: 99999;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    font-size: 14px;
    border-radius: 100px;
}

.cookie_text.hide {
    display: none;
}

.cookie_text a {
    color: #000;
    text-decoration: underline;
}

.cookie_text p {
    max-width: 86%;
}

.cookie_text button {
    width: 150px;
    height: 40px;
    font-size: 14px;
    background: #e8e8e8;
    text-transform: none;
    padding: 12px;
    text-align: center;
    cursor: pointer;
    color: #000000;
}

body {
    font-family: 'SKODANext', sans-serif;
    font-size: 16px;
    color: #161718;
    position: relative;
    font-weight: 400;
    margin: 0 auto;
    padding: 0;
    overflow-x: hidden;
    max-width: 1920px;
    background: #F3F3F3;
}

.fancybox-slide--html .fancybox-close-small { /* color: white !important; */
}

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


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 {
    color: inherit;
    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: 100%;
    position: relative;
}

@media (min-width: 1200px) {
    .container {
        width: 1340px;
        padding: 0 30px;
    }
}

.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: 500px;
    max-width: 100%;
    padding: 30px;
    overflow: hidden;
    position: relative;
    background: white;
}


.popup_container h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    color: black;
    padding: 0;
}

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

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

form {
}

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

form .form-group input[type=tel],
form .form-group input[type=text],
form .form-group input[type=number],
form .form-group select {
    height: 49px;
    width: 100%;
    color: #000000;
    font-size: 16px;
    box-sizing: border-box;
    font-weight: 400;
    font-family: 'SKODANext', sans-serif;
    padding: 0px 20px;
    outline: none;
    border: none;
    border-radius: 4px 4px 0px 0px;
    background: #F1F1F1;
}

form .form-group select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../img/ico_select.png) 95% 50% no-repeat #ffffff;
    font-family: 'SKODANext', sans-serif;
    outline: none;
}

form .form-group button {
    width: 100%;
    cursor: pointer;
    font-family: 'SKODANext', sans-serif;
    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: #78FAAE;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    height: 49px;
    font-size: 16px;
    font-weight: 400;
    color: #161718;
    text-decoration: none;
    outline: none;
    border: none;
    transition: all .4s ease;
    text-align: center;
    overflow: hidden;
    position: relative;
    border-radius: 100px;
}

.btn:hover {
    background: #A8FFCC;
}

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

.btn.glass:hover {
    background: #F0F1F1;
}

.anim {
    opacity: 0;
    transform: translateY(50px);
    transition: all .4s ease-out;
}

.anim.animated {
    opacity: 1;
    transform: translateY(0);
}

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

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 15;
    background: #ffffff;
    padding: 15px 0;
    transition: all .4s ease;
}

header.scroll {
    padding: 10px 0;
}

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

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

.logo_wrap .logo2 {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #7C7D7E;
}

.head_contacts {
    display: flex;
    gap: 30px;
    align-items: center;
}

.top_addr {
    padding: 3px 0 3px 34px;
    background: url("../img/ico_loc.svg") 0 50% no-repeat;
}

.top_phone {
    display: block;
    padding: 3px 0 3px 34px;
    background: url("../img/ico_phone.svg") 0 50% no-repeat;
}

header .m_btn {
    display: none;
}

header .btn {
    width: 183px;
}

.menu {
    position: fixed;
    top: 79px;
    left: 0;
    right: 0;
    border-top: 1px solid #E2E4E6;
    background: #F3F3F3;
    z-index: 15;
    transition: all .4s ease;
}

.menu.scroll {
    top: 69px;
}

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

.menu .container > div {
    display: flex;
    gap: 0 40px;
}

.menu a {
    display: block;
    padding: 15px 0;
    position: relative;
    transition: all .4s ease;
}

.menu a:before {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: #419468;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .4s ease;
}

.menu a:hover:before {
    width: 100%;
}

.menu.scroll a {
    padding: 10px 0;
}

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

.banner {
    margin-top: 128px;
}

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

.title_container {
    position: absolute;
    z-index: 1;
    top: 70px;
    width: 100%;
    text-align: center;
}

.title_container .title1 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
}

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

.title_container .btn {
    margin: 25px auto 0;
    width: 270px;
}

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

.timer_block .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.timer_block .bn_ico {
    font-size: 22px;
    font-weight: 700;
    padding-left: 60px;
    background: url("../img/bn_ico.svg") 0 50% no-repeat;
    margin-bottom: 30px;
}

.timer {
}

#timer_form {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-flow: wrap;
    width: 555px;
    max-width: 100%;
}

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

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

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

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

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

.cars_items {
    margin-top: 220px;
}

.cars_menu {
    margin-top: 70px;
}

.cars_menu .swiper-slide {
    position: relative;
}

.cars_menu .swiper-slide:before {
    content: url("../img/cars_menu_hov.svg");
    position: absolute;
    bottom: -10px;
    opacity: 0;
    transition: all .4s ease;
}

.cars_menu .swiper-slide:hover:before {
    opacity: 1;
}

.cars_menu .swiper-slide a {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px 0;
    position: relative;
}


.cars_menu .swiper-slide a span {
    display: block;
    padding: 7px 20px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 100px;
    border: 1px solid #161718;
    position: relative;
    transition: all .4s ease;
    overflow: hidden;
}

.cars_menu .swiper-slide a span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 100px;
    background: #78FAAE;
    transition: all .4s ease;
    z-index: -1;
}

.cars_menu .swiper-slide:hover a span {
    border-color: #78FAAE;
}

.cars_menu .swiper-slide:hover a span:before {
    width: 100%;
}

.car_item {
    margin-top: 80px;
    position: relative;
}

.car_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 40px;
    background: #FFFFFF;
}

.car_title .car_name {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
}

.car_title .car_profit {
    border-radius: 100px;
    border: 1px solid #0E3A2F;
    background: url("../img/ico_profit.svg") 10px 50% no-repeat #0E3A2F;
    display: flex;
    align-items: center;
    height: 62px;
    font-size: 28px;
    font-weight: 700;
    padding-left: 70px;
    padding-right: 25px;
    color: #ffffff;
    transition: all .4s ease;
}

.car_title .car_profit:hover {
    color: #78FAAE;
}

.car_wrap {
    margin-top: 20px;
    background: #FFFFFF;
    padding: 0 40px 40px 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.car_image_wrap {
    position: relative;
    top: -50px;
    margin-bottom: -50px;
    width: 62.3%;
}

.car_image {
    position: relative;
}

.car_image img {
    position: relative;
    z-index: 1;
}

.car_image_wrap .car_compl {
    position: absolute;
    top: 150px;
    right: -135px;
    display: flex;
    align-items: center;
    padding-left: 125px;
    padding-right: 73px;
    height: 90px;
    background: url("../img/compl_pl.png") 100% 50% no-repeat;
    color: #ffffff;
    font-size: 20px;
    line-height: 130%;
    transition: all .4s ease;
}

.car_image_wrap .car_compl:hover {
    background: url("../img/compl_pl_hov.png") 100% 50% no-repeat;
}

.car_image_wrap .car_compl:before {
    content: '';
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    right: 30px;
    top: -30px;
    background: url("../img/compl_ico.svg") 50% no-repeat;
    transition: all .4s ease;
}

.car_image_wrap .car_compl:hover:before {
    background: url("../img/compl_ico_hov.svg") 50% no-repeat;
}


.car_gallery_wrap {
    position: relative;
    width: 100%;
    padding: 0 85px;
}

.car_gallery_wrap .swiper-button-prev,
.car_gallery_wrap .swiper-button-next {
    top: 45%;
    left: 0;
    width: 65px;
    height: 65px;
    background: url("../img/arrow.svg") 50% no-repeat #F3F3F3;
    transition: all .4s ease;
    border: 1px solid #F3F3F3;
}

.car_gallery_wrap .swiper-button-next {
    transform: rotate(-180deg);
    left: unset;
    right: 0;
}

.car_gallery_wrap .swiper-button-prev:after,
.car_gallery_wrap .swiper-button-next:after {
    display: none;
}

.car_gallery_wrap .swiper-button-prev:hover,
.car_gallery_wrap .swiper-button-next:hover {
    border-color: #161718;
}

.car_gallery .swiper-scrollbar {
    display: none;
}

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

.car_gallery .swiper-slide img {
    transition: all .4s ease;
}

.car_gallery .swiper-slide:hover img {
    transform: scale(1.05);
}

.car_text {
    width: 35%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.car_props {
    display: flex;
    flex-direction: column;
    gap: 15px 0;
}

.car_props > a {
    display: flex;
    align-items: center;
    min-height: 45px;
    padding-left: 55px;
    transition: all .4s ease;
    font-size: 20px;
}

.car_props > a.ico1 {
    background: url("../img/car_ico1.svg") 0 50% no-repeat;
}

.car_props > a.ico1:hover {
    background: url("../img/car_ico1_hov.svg") 0 50% no-repeat;
}

.car_props > a.ico2 {
    background: url("../img/car_ico2.svg") 0 50% no-repeat;
}

.car_props > a.ico2:hover {
    background: url("../img/car_ico2_hov.svg") 0 50% no-repeat;
}

.car_props > a.ico3 {
    background: url("../img/car_ico3.svg") 0 50% no-repeat;
}

.car_props > a.ico3:hover {
    background: url("../img/car_ico3_hov.svg") 0 50% no-repeat;
}


.car_btns {
    margin-top: 60px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px 0;
}

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

#instock {
    margin-top: 120px;
}

#filter_table {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}

#filter_table .select_container {
    width: 32.5%;
}

#filter_table select {
    appearance: none;
    -webkit-appearance: none;
    font-size: 16px;
    font-family: 'SKODANext';
    outline: none;
    border-radius: 100px;
    background: url("../img/ico_select.svg") 95% 50% no-repeat #FFF;
    width: 100%;
    height: 49px;
    border: none;
    padding-left: 30px;
}

.tb_complects {
}

.tb_complects > div:first-child {
    display: none;
}

.tb_complects > div {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 70px;
    padding-left: 15px;
    padding-bottom: 30px;
}

.tb_complects > div:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 196px;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(216, 216, 216, 0.25);
}

.compl_image_wrap {
    position: relative;
    z-index: 1;
    width: 41%;
}

.compl_image_wrap .compl_dop {
    position: absolute;
    top: 11px;
    right: 55px;
}

.compl_image_wrap .compl_dop img {
    transition: all .4s ease;
}

.compl_image_wrap .compl_dop img:hover {
    transform: rotate(135deg);
}

.compl_dop_text {

}

.compl_btns {
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}

.compl_btns .btn {
    width: 48.5%;
}

.compl_text {
    position: relative;
    z-index: 1;
    width: 55%;
}

.compl_car {
    width: fit-content;
    font-size: 40px;
    font-weight: 700;
    border-radius: 100px;
    border: 1px solid #FFF;
    background: #FFF;
    padding: 8px 30px;
    margin-left: auto;
}

.compl_name {
    margin-top: 50px;
    display: flex;
    align-items: center;
    gap: 0 20px;
    width: 100%;
}

.compl_name > span {
    display: block;
    width: fit-content;
    font-size: 28px;
    text-transform: uppercase;
    color: #78FAAE;
    font-weight: 700;
    border-radius: 100px;
    border: 1px solid #0E3A2F;
    background: #0E3A2F;
    padding: 8px 30px;
}

.compl_profit {
    display: block;
    font-size: 20px;
    font-weight: 700;
    padding: 13px 0 13px 59px;
    background: url("../img/compl_profit.svg") 0 50% no-repeat;
}

.compl_techs {
    margin-top: 30px;
    padding-right: 30px;
    display: flex;
}

.compl_techs > div {
    padding-left: 60px;
    margin-right: 16px;
    padding-right: 16px;
    border-right: 1px solid #D9D9D9;
    color: #7C7D7E;
    font-size: 17px;
}

.compl_techs > div b {
    display: block;
    margin-top: 5px;
    color: #161718;
    font-size: 20px;
}

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

.compl_techs > div.ico1 {
    background: url("../img/compl_ico1.svg") 0 50% no-repeat;
}

.compl_techs > div.ico2 {
    background: url("../img/compl_ico2.svg") 0 50% no-repeat;
}

.compl_techs > div.ico3 {
    background: url("../img/compl_ico3.svg") 0 50% no-repeat;
}

.compl_techs > div.ico4 {
    background: url("../img/compl_ico4.svg") 0 50% no-repeat;
}

.tb_complects_showmore {
    width: fit-content;
    display: block;
    margin-top: 40px;
    font-weight: 700;
    padding-right: 34px;
    background: url("../img/ico_select.svg") 100% 50% no-repeat;
}

/**********************
      STOCK_CARS
**********************/

.stock_cars {
    margin-top: 120px;
}

.stock_cars_wrap {
    margin-top: 70px;
}

.stock_cars_slider .item {
    box-shadow: 0px 0px 20px 0px rgba(216, 216, 216, 0.25);
}

.stock_cars_slider .item .item_text {
    padding: 20px 15px;
    background: #FFF;
}

.stock_cars_slider .item .item_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.stock_cars_slider .item .item_name {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.stock_cars_slider .item .item_new {
    font-weight: 600;
    position: relative;
    padding-left: 11px;
}

.stock_cars_slider .item .item_new:before {
    content: '';
    position: absolute;
    top: calc(50% - 3px);
    left: 0;
    width: 6px;
    height: 6px;
    background: #419468;
    border-radius: 50%;
}

.stock_cars_slider .item .item_info {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px 0;
}

.stock_cars_slider .item .item_info > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #7C7D7E;
    border-bottom: 1px solid #F1F1F1;
    padding-bottom: 10px;
}

.stock_cars_slider .item .item_info > div:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.stock_cars_slider .item .btn {
    margin-top: 20px;
}

.stock_cars_slider .swiper-scrollbar {
    display: none;
}

.stock_cars_wrap .swiper-button-prev,
.stock_cars_wrap .swiper-button-next {
    top: 60%;
    left: -55px;
    width: 65px;
    height: 65px;
    background: url("../img/arrow_wt.svg") 50% no-repeat #161718;
}

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

.stock_cars_wrap .swiper-button-prev:after,
.stock_cars_wrap .swiper-button-next:after {
    display: none;
}

/**********************
      ADVANTAGES
**********************/

.advantages {
    margin-top: 120px;
}

.ags_list {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px 0;
}

.ags_list > a {
    display: block;
    width: 23.83%;
    background: url("../img/ags_item_bg.png") 50% no-repeat #FFF;
    height: 305px;
    padding: 30px;
    font-size: 24px;
    transition: all .4s ease;
    position: relative;
}

.ags_list > a b {
    transition: all .4s ease;
}

.ags_list > a:hover {
    background: url("../img/ags_item_bg.png") 50% no-repeat #0E3A2F;
    color: #ffffff;
}

.ags_list > a:hover b {
    color: #78FAAE;
}

.ags_list > a img {
    position: absolute;
    bottom: 0;
    right: 0;
}

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

.credit {
    margin-top: 120px;
    padding: 83px 70px;
    background: url("../img/credit_bg.jpg") 100% 0 no-repeat #FFF;
    background-size: 58%;
    box-shadow: 0px 0px 20px 0px rgba(216, 216, 216, 0.25);
}

.credit_img {
    display: none;
}

.credit .blocks_title {
    text-align: left;
}

.credit_props {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 15px 0;
}

.credit_props > div {
    font-size: 20px;
    padding: 10px 0 10px 55px;
    background: url("../img/credit_ico.svg") 0 50% no-repeat;
}

.credit .btn {
    margin-top: 40px;
    width: 270px;
}

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

.tradein {
    margin-top: 120px;
    padding: 70px;
    background: url("../img/tradein_bg.jpg") 100% 30px no-repeat #FFF;
    box-shadow: 0px 0px 20px 0px rgba(216, 216, 216, 0.25);
    background-size: 50%;
}

.tradein_img {
    display: none;
}

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

.tradein_comment {
    margin-top: 40px;
    font-size: 20px;
}

#tradein_form {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 555px;
    max-width: 100%;
    gap: 20px 0;
}

#tradein_form .form-group {
    width: 48.5%;
    margin-bottom: 0;
}

#tradein_form select {
    background: url("../img/ico_select.svg") 95% 50% no-repeat #f1f1f1;
}


#tradein_form .agree_field {
    width: 100%;
    margin-top: -10px;
}

/**********************
        OFFER
**********************/

.offer {
    margin-top: 120px;
    padding: 157px 70px;
    background: url("../img/offer_bg.jpg") 100% 0 no-repeat #FFF;
    box-shadow: 0px 0px 20px 0px rgba(216, 216, 216, 0.25);
    background-size: 52%;
}

.offer_img {
    display: none;
}

.offer .blocks_title {
    text-align: left;
}

.offer_comment {
    margin-top: 40px;
    font-size: 20px;
}

#offer_form {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 585px;
    max-width: 100%;
}

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

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

.contacts {
    margin-top: 100px;
    display: flex;
}

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

.contacts_wrap {
    width: 39%;
    background: #FFFFFF;
    padding: 70px 20px 70px 80px;
}

.contacts .blocks_title {
    text-align: left;
}

.contacts_dealer {
    margin-top: 40px;
    font-size: 32px;
}

.contacts_dealer span {
    display: block;
    color: #394647;
    margin-top: 3px;
    font-size: 21px;
}

.bot_addr {
    margin-top: 40px;
    padding: 3px 0 3px 35px;
    background: url("../img/ico_loc.svg") 0 50% no-repeat;
}

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

.worktime {
    margin-top: 15px;
    padding: 3px 0 3px 35px;
    background: url("../img/ico_time.svg") 0 50% no-repeat;
}

.contacts_wrap .btn {
    width: 270px;
    margin-top: 40px;
}

/**********************
        instock
**********************/


.instock_items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}


.instock_item {
    box-shadow: 0px 0px 20px 0px rgba(216, 216, 216, 0.25);
    width: calc(25% - 15px);
    display: inline-flex;
    flex-direction: column;
}

.instock_item .item_img {}
.instock_item .item_img a {display:none;}
.instock_item .item_img a:first-child {display:block;}
.instock_item .item_img a img {
    height: 220px;
    width: 100%;
    object-fit: cover;
}


.instock_item .item_text {
    padding: 20px 15px;
    background: #FFF;
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
}

.instock_item .item_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.instock_item .modif {font-weight:700;}

.instock_item .item_name {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.instock_item .item_new {
    font-weight: 600;
    position: relative;
    padding-left: 11px;
}

.instock_item .item_new:before {
    content: '';
    position: absolute;
    top: calc(50% - 3px);
    left: 0;
    width: 6px;
    height: 6px;
    background: #419468;
    border-radius: 50%;
}

.instock_item .item_info {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px 0;
    margin-bottom: auto;
}

.instock_item .item_info > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #7C7D7E;
    border-bottom: 1px solid #F1F1F1;
    padding-bottom: 10px;
}

.instock_item .item_info > div:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.instock_item .item_info > div b {}

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

#filter_instock {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
    margin-bottom: 30px;
}

#filter_instock .select_container {
    width: 32.5%;
}

#filter_instock select {
    appearance: none;
    -webkit-appearance: none;
    font-size: 16px;
    font-family: 'SKODANext';
    outline: none;
    border-radius: 100px;
    background: url("../img/ico_select.svg") 95% 50% no-repeat #FFF;
    width: 100%;
    height: 49px;
    border: none;
    padding-left: 30px;
}





.instock_container .more {
    display: block;
    font-weight: 700;
    padding-right: 26px;
    background: url("../img/ico_select.svg") 100% 50% no-repeat;
    width: 140px;
    margin: 0px auto;
    margin-top: 40px;
}



.instock_container {
    margin-top: 120px;
}



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

.cookie_disc {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 10px;
}

.cookie_disc a {
    text-decoration: underline;
    color: #ffffff;
}

footer {
    margin-top: 70px;
    padding: 40px 0;
    background: #0E3A2F;
}

.foot_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #F3F3F3;
}

.yurinfo {
    font-size: 14px;
    color: #ffffff;
}

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


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

@media (max-width: 1600px) {

}

/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px) {
    .instock_item .item_img a img {
        height: 34vw;
    }

    .instock_item {
        width: calc(50% - 15px);
    }

    .top_addr {
        display: none;
    }

    /*******************************************************************/
    .banner picture img {
        height: 450px;
    }

    .title_container {
        top: 20px;
    }

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

    .title_container .title2 {
        font-size: 30px;
    }

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

    /*******************************************************************/
    .timer_wrap {
        width: 50%;
    }

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

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

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

    #timer_form input[type=tel] {
        background: #FFFFFF;
    }

    /*******************************************************************/
    .cars_items {
        margin-top: 100px;
    }

    .cars_menu .swiper-slide a span {
        font-size: 16px;
    }

    .car_image .car_compl {
        top: 10px;
        right: -70px;
        transform: scale(0.7);
    }

    .car_text {
        padding-top: 40px;
    }

    /*******************************************************************/
    .compl_techs > div {
        margin-right: 10px;
        padding-right: 10px;
        padding-left: 55px;
        font-size: 12px;
    }

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

    .compl_image_wrap .compl_dop {
        right: 20px;
    }

    .tb_complects > div:after {
        height: 175px;
    }

    /*******************************************************************/
    .stock_cars_wrap .swiper-button-prev,
    .stock_cars_wrap .swiper-button-next {
        display: none;
    }

    .stock_cars_slider {
        padding-bottom: 30px !important;
    }

    .stock_cars_wrap .swiper-scrollbar {
        display: block;
    }

    .stock_cars_wrap .swiper-scrollbar-drag {
        background: #161718;
    }

    /*******************************************************************/
    .ags_list > a img {
        width: 90%;
    }

    .ags_list > a {
        padding: 15px;
        font-size: 20px;
        height: 270px;
    }

    /*******************************************************************/
    .credit {
        padding: 50px 30px;
    }

    /*******************************************************************/
    .tradein {
        padding: 50px 30px;
    }

    /*******************************************************************/
    .offer {
        padding: 80px 30px;
    }

    /*******************************************************************/
    .contacts_wrap {
        padding-left: 35px;
    }

}

/*IPAD PRO BEGIN*/

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

    .anim {
        opacity: 1;
        transform: unset;
    }

    .logo_wrap {
        width: 40%;
    }

    /*******************************************************************/
    .banner picture img {
        height: 340px;
    }

    .title_container {
        top: 20px;
    }

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

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

    .title_container .btn {
        display: none;
    }

    /*******************************************************************/
    .timer_block .container {
        flex-direction: column;
        align-items: flex-start;
    }

    .timer_wrap {
        width: 100%;
    }

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

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

    .timer {
        display: flex;
        justify-content: center;
        margin-top: 60px;
    }

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

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

    #timer_form input[type=tel] {
        background: #FFFFFF;
    }

    /*******************************************************************/
    .cars_items {
        margin-top: 80px;
    }

    .car_item {
        margin-top: 60px;
    }

    .car_title {
        padding: 15px;
    }

    .car_title .car_profit {
        font-size: 20px;
    }

    .car_wrap {
        flex-direction: column;
        padding: 0 30px 30px;
    }

    .car_image_wrap {
        padding-top: 15px;
        width: 100%;
        top: 0px;
        margin-bottom: 0px;
    }

    .car_text {
        width: 100%;
    }

    .car_image .car_compl {
        top: 10px;
        right: -70px;
        transform: scale(0.7);
    }

    .car_text {
        width: 100%;
        align-items: flex-start;
    }

    .car_props > a br {
        display: none;
    }

    .car_btns {
        margin-top: 30px;
    }

    /*******************************************************************/
    #filter_table select {
        font-size: 14px;
    }

    .compl_techs > div {
        margin-right: 10px;
        padding-right: 10px;
        padding-left: 55px;
        font-size: 12px;
    }

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

    .tb_complects > div {
        flex-direction: column;
    }

    .compl_image_wrap {
        width: 100%;
    }

    .compl_image {
        text-align: center;
    }

    .compl_image_wrap .compl_dop {
        right: 20px;
    }

    .compl_text {
        position: unset;
        width: 100%;
    }

    .compl_car {
        position: absolute;
        top: -20px;
        left: 0;
    }

    .tb_complects > div:after {
        height: 175px;
    }

    .compl_name {
        justify-content: center;
    }

    .compl_techs {
        justify-content: center;
    }

    /*******************************************************************/
    .stock_cars_wrap .swiper-button-prev,
    .stock_cars_wrap .swiper-button-next {
        display: none;
    }

    .stock_cars_slider {
        padding-bottom: 30px !important;
    }

    .stock_cars_wrap .swiper-scrollbar {
        display: block;
    }

    .stock_cars_wrap .swiper-scrollbar-drag {
        background: #161718;
    }

    /*******************************************************************/
    .ags_list > a img {
        width: 85%;
    }

    .ags_list > a {
        font-size: 16px;
        height: 200px;
    }

    /*******************************************************************/
    .credit {
        padding: 0;
        background: #FFFFFF;
    }

    .credit_img {
        display: block;
    }

    .credit_wrap {
        padding: 30px;
    }

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

    .credit .btn {
        width: 100%;
    }

    /*******************************************************************/
    .tradein {
        padding: 0;
        background: #FFFFFF;
    }

    .tradein_img {
        display: block;
    }

    .tradein_img img {
        width: 100%;
    }

    .tradein_wrap {
        padding: 30px;
    }

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

    .tradein_comment {
        text-align: center;
    }

    #tradein_form {
        width: 100%;
    }

    /*******************************************************************/
    .offer {
        padding: 0;
        background: #FFFFFF;
    }

    .offer_img {
        display: block;
    }

    .offer_img img {
        width: 100%;
    }

    .offer_wrap {
        padding: 30px;
    }

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

    .offer_comment {
        text-align: center;
    }

    #offer_form {
        width: 100%;
    }

    /*******************************************************************/
    .contacts {
        flex-direction: column-reverse;
    }

    #map1 {
        width: 100%;
        height: 350px;
    }

    .contacts_wrap {
        padding: 30px;
        width: 100%;
    }

    .contacts_wrap .btn {
        width: 100%;
    }


}

/*IPAD END*/

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

    .cookie_text {
        display: block;
        width: 89%; 
        text-align: center;
        border-radius: 20px;
    }
    .cookie_text p {
        max-width: 100%;
        font-size: 12px;
    }
    .cookie_text p span {
        display: none;
    }
    .cookie_text button {
        width: 100%;
        margin-top: 10px;
        height: 20px;
        font-size: 9px;
        justify-content: center;
    }

    .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: flex;
        flex-direction: column;
        justify-content: space-between;
        position: absolute;
        width: 30px;
        height: 21px;
        z-index: 1;
        top: 1px;
        right: 15px;
    }

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

    header .m_btn span:nth-child(2) {
        opacity: 1;
    }

    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: white;
        width: 100%;
        height: auto;
        right: -100%;
        left: unset;
        transition: all .3s linear;
        z-index: 2;
        padding: 20px 0;
        row-gap: 10px;
    }

    .menu.active {
        right: 0;
    }

    .menu .container,
    .menu .container > div {
        flex-direction: column;
        align-items: center;
        row-gap: 15px;
    }

    .menu a {
        padding: 0;
    }

    .menu a:before {
        display: none;
    }

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

    header .container {
        flex-flow: wrap;
        gap: 10px 0;
    }

    .head_contacts {
        width: 100%;
        justify-content: center;
        border-top: 1px solid lightgrey;
        padding: 5px 0;
    }

    .top_phone {
        background-size: 20px !important;
        padding-left: 25px;
    }

    .top_addr {
        display: none;
    }

    .logo_wrap {
        width: 85%;
    }

    header .btn {
        display: none;
    }

    /*******************************************************************/
    .anim {
        opacity: 1;
        transform: unset;
    }

    /*******************************************************************/
    .banner {
        margin-top: -30px;
    }

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

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

    .title_container .title1 {
        font-size: 7vw;
    }

    .title_container .title2 {
        font-size: 8vw;
    }

    .title_container .btn {
        display: none;
    }

    /*******************************************************************/
    .timer_block .container {
        flex-direction: column;
        align-items: flex-start;
    }

    .timer_wrap {
        width: 100%;
    }

    .timer_block {
        margin-top: 20px;
    }

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

    .timer {
        display: flex;
        justify-content: center;
        margin-top: 20px;
        align-items: center;
        height: 50px;
    }

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

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

    #timer_form .form_comment br {
        display: none;
    }

    #timer_form input[type=tel] {
        background: #FFFFFF;
    }

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

    /*******************************************************************/
    .blocks_title {
        font-size: 8vw;
    }

    .cars_items {
        margin-top: 80px;
    }

    .cars_menu {
        padding-bottom: 20px !important;
        margin-top: 40px;
    }

    .cars_menu .swiper-slide a span {
        font-size: 4vw;
    }

    .cars_menu .swiper-scrollbar-drag {
        background: #161718;
    }

    .car_item {
        margin-top: 60px;
    }

    .car_title {
        padding: 15px;
        flex-direction: column;
        gap: 10px 0;
    }

    .car_title .car_profit {
        font-size: 20px;
    }

    .car_title .car_profit {
        font-size: 5vw;
    }

    .car_wrap {
        flex-direction: column;
        padding: 0 15px 15px;
    }

    .car_image_wrap {
        padding-top: 15px;
        width: 100%;
        top: 0px;
        margin-bottom: 0px;
    }

    .car_gallery_wrap {
        padding: 0;
        margin-top: 20px;
    }

    .car_gallery {
        padding-bottom: 20px !important;
    }

    .car_gallery_wrap .swiper-button-prev, .car_gallery_wrap .swiper-button-next {
        display: none;
    }

    .car_gallery .swiper-scrollbar {
        display: block;
    }

    .car_gallery .swiper-scrollbar-drag {
        background: #161718;
    }

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

    .car_image .car_compl {
        top: 0;
        right: 0;
        /*transform: scale(0.7);*/
        position: relative;
        padding-left: 40px;
        padding-right: 50px;
        font-size: 4.5vw;
        height: 50px;
        background: url("../img/compl_pl_mob.png") 0 50% no-repeat;
        background-size: cover;
        border-radius: 100px;
    }

    .car_image_wrap .car_compl:before {
        width: 40px;
        height: 40px;
        background-size: 100% !important;
        top: 5px;
        right: 5px;
    }

    .car_image .car_compl br {
        display: none;
    }

    .car_text {
        width: 100%;
        align-items: flex-start;
    }

    .car_props > a {
        font-size: 5vw;
    }

    .car_btns {
        margin-top: 30px;
    }

    /*******************************************************************/
    #filter_table {
        flex-direction: column;
        margin-top: 40px;
        gap: 10px;
    }

    #filter_table .select_container {
        width: 100%;
    }

    #filter_table select {
        font-size: 4.5vw;
    }


    .tb_complects > div {
        flex-direction: column;
        padding: 40px 0 0 0;
    }

    .compl_image_wrap {
        width: 100%;
    }

    .compl_image {
        text-align: center;
    }

    .compl_image_wrap .compl_dop {
        right: 20px;
    }

    .compl_btns {
        flex-direction: column;
        gap: 10px 0;
    }

    .compl_btns .btn {
        width: 100%;
    }

    .compl_text {
        position: unset;
        width: 100%;
        padding: 15px;
        background: #FFFFFF;
        margin-top: 20px;
    }

    .compl_car {
        position: absolute;
        top: -20px;
        left: 0;
        font-size: 24px;
    }

    .tb_complects > div:after {
        display: none;
    }

    .compl_name {
        flex-direction: column;
        justify-content: center;
        margin-top: 0;
    }

    .compl_techs {
        flex-flow: wrap;
        gap: 15px 0;
        padding-right: 0;
        margin-top: 20px;
    }

    .compl_techs > div {
        padding-left: 55px;
        width: 49%;
        margin-right: 0;
        padding-right: 0;
        border: none;
        font-size: 4vw;
    }

    .compl_techs > div b {
        font-size: 4.5vw;
    }

    /*******************************************************************/
    .stock_cars {
        margin-top: 80px;
    }

    .stock_cars_slider .item img {
        width: 100%;
    }

    .stock_cars_wrap {
        margin-top: 40px;
    }

    .stock_cars_wrap .swiper-button-prev,
    .stock_cars_wrap .swiper-button-next {
        display: none;
    }

    .stock_cars_slider {
        padding-bottom: 30px !important;
    }

    .stock_cars_wrap .swiper-scrollbar {
        display: block;
    }

    .stock_cars_wrap .swiper-scrollbar-drag {
        background: #161718;
    }

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

    .ags_list {
        gap: 10px 0;
        margin-top: 40px;
    }

    .ags_list > a img {
        width: 85%;
    }

    .ags_list > a {
        width: 49%;
        font-size: 16px;
        height: 200px;
        padding: 15px;
    }

    /*******************************************************************/
    .credit {
        padding: 0;
        background: #FFFFFF;
        margin-top: 80px;
    }

    .credit_img {
        display: block;
    }

    .credit_wrap {
        padding: 15px;
    }

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

    .credit_props {
        margin-top: 20px;
        gap: 5px 0;
    }

    .credit_props > div {
        font-size: 5.5vw;
    }

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

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

    .tradein {
        padding: 0;
        background: #FFFFFF;
        margin-top: 80px;
    }

    .tradein_img {
        display: block;
    }

    .tradein_img img {
        width: 100%;
    }

    .tradein_wrap {
        padding: 15px;
    }

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

    .tradein_comment {
        text-align: center;
        margin-top: 20px;
    }

    #tradein_form {
        margin-top: 20px;
        width: 100%;
        gap: 15px 0;
    }

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

    /*******************************************************************/
    .offer {
        padding: 0;
        margin-top: 80px;
        background: #FFFFFF;
    }

    .offer_img {
        display: block;
    }

    .offer_img img {
        width: 100%;
    }

    .offer_wrap {
        padding: 15px;
    }

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

    .offer_comment {
        text-align: center;
        font-size: 5vw;
        margin-top: 20px;
    }

    .offer_comment br {
        display: none;
    }

    #offer_form {
        margin-top: 20px;
        width: 100%;
    }

    #offer_form .form-group {
        width: 100%;
    }
    
    /*******************************************************************/

    #filter_instock {
        flex-direction: column;
        gap: 10px;
    }

    #filter_instock .select_container {
        width: 100%;
    }

    .instock_items {
        flex-direction: column;
    }

    .instock_item {
        width: 100%;
    }

    .instock_item .item_img a img {
        height: auto;
    }

    .instock_container {
        margin-top: 80px;
    }

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

    .contacts {
        flex-direction: column-reverse;
        margin-top: 80px;
    }

    .contacts_dealer {
        font-size: 6vw;
        margin-top: 30px;
    }

    .contacts_dealer span {
        font-size: 4vw;
    }

    #map1 {
        width: 100%;
        height: 350px;
    }

    .contacts_wrap {
        padding: 15px 15px 20px;
        width: 100%;
    }

    .contacts_wrap .btn {
        width: 100%;
    }

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

    footer {
        padding: 30px 0;
    }

    .foot_wrap {
        flex-direction: column;
        gap: 15px 0;
        align-items: flex-start;
    }

}

/*MOBILE END*/

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

}

@media (max-width: 360px) {

    .car_title .car_profit {
        padding-left: 60px;
        padding-right: 15px;
    }

    .car_image .car_compl {
        padding-left: 20px;
    }

}

@media (max-width: 320px) {

}