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

html {
    overflow-x: hidden;
}

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

.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: 1580px;
        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: 18px;
    margin-top: 30px;
}

.popup_container .form_comment a {
    display: block;
    font-weight: 700;
    margin-top: 5px;
}

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

.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: 48px;
    width: 100%;
    color: #000000;
    font-size: 16px;
    box-sizing: border-box;
    font-weight: 400;
    font-family: 'Onest', sans-serif;
    padding: 0px 20px;
    outline: none;
    background: transparent;
    border-radius: 10px;
    border: 1px solid #404042;
}

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: 'Onest', sans-serif;
    outline: none;
}

form .form-group button {
    width: 100%;
    cursor: pointer;
    font-family: 'Onest', sans-serif;
    outline: none;
}

form .form-group button:hover {
}


form .agree_field {
    display: block;
}

.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: #0B0D0C;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    width: 365px;
    height: 48px;
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    border: none;
    transition: color 0.3s 0.1s ease-out;
    text-align: center;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.btn span {
    z-index: 1;
    position: relative;
}

.btn:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: "";
    border-radius: 50%;
    display: block;
    width: 32em;
    height: 32em;
    line-height: 32em;
    left: calc(50% - 16em);
    text-align: center;
    transition: box-shadow 0.5s ease-out;
    z-index: 0;
}

.btn:hover:before {
    box-shadow: inset 0 0 0 16em #1D449C;
}

.btn.glass {
    background: transparent;
    color: #0B0D0C;
    border: 1px solid #0B0D0C;
}

.btn:hover {
    color: #fff;
}

.btn.glass:hover:before {
    box-shadow: inset 0 0 0 16em #333D46;
}

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

.mob_phone {
    display: none;
}

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

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

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

header .logo_wrap > div {
    margin-left: 15px;
    padding-left: 16px;
    position: relative;
}

header .logo_wrap > div:first-child {
    margin-left: 0;
    padding-left: 0;
}

header .logo_wrap > div:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 26px;
    background: #A3B0BA;
}

header .logo_wrap > div:first-child:before {
    display: none;
}

header .logo_wrap .logo_dealer {
    font-weight: 500;
    text-transform: uppercase;
}

header .top_addr {
    font-size: 14px;
}

header .top_addr span {
    display: block;
    color: #58585a;
    margin-bottom: 5px;
}

header .top_addr b {
    font-family: 'Wadik';
    color: #333d46;
}

header .top_phone {
    width: 240px;
}

header .m_btn {
    display: none;
}

.menu {
    position: fixed;
    top: 88px;
    left: 0;
    right: 0;
    z-index: 15;
    background: #333D46;
    padding: 15px 0;
}

.menu .container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 30px;
}

.menu a {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    display: block;
    padding: 5px 0;
    line-height: 1;
    position: relative;
    z-index: 1;
    text-align: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #C6C8E4, #C6C8E4 50%, #fff 50%);
    background-size: 200% 100%;
    background-position: -100%;
    transition: all 0.3s ease-in-out;
}

.menu a:before {
    display: block;
    content: "";
    width: 0;
    height: 3px;
    left: 0;
    bottom: -3px;
    z-index: 0;
    position: absolute;
    background: #C6C8E4;
    transition: all 0.3s ease-in-out;
}

.menu a:hover {
    background-position: 0%;
}

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

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

.banner_slider {
    margin-top: 142px;
}

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

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

.banner_slider .swiper-button-prev,
.banner_slider .swiper-button-next {
    width: 35px;
    height: 35px;
    background: url("../img/bn_arrow.svg") 50% no-repeat;
    transition: all .4s ease;
    right: 165px;
}

.banner_slider .swiper-button-prev:hover,
.banner_slider .swiper-button-next:hover {
    background: url("../img/bn_arrow_hov.svg") 50% no-repeat;
}

.banner_slider .swiper-button-prev {
    transform: rotate(180deg);
    right: unset;
    left: 165px;
}

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

.title_container {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 185px;
    left: 0;
    padding: 0 30px;
    width: 100%;
    z-index: 1;
}

.title_wrap {
    color: #ffffff;
    display: flex;
    flex-direction: column;
    max-width: 100%;
}

.title_wrap .title1 {
    font-size: 27px;
    margin-bottom: 10px;
}

.title_wrap .title2 {
    font-size: 42px;
}

.title_wrap .title2 b {
    font-family: 'Wadik';
    font-size: 60px;
    display: block;
}

.title_wrap .title2 span {
    font-size: 24px;
}

.title_wrap .title3 {
    display: inline-block;
    padding: 5px 15px;
    font-size: 24px;
    border-radius: 10px;
    background: #1D449C;
}

.slide1 .title_wrap .title3 {
    margin-top: 10px;
    margin-left: auto;
    margin-right: 35px;
}

.slide1 .title_wrap {
    width: 643px;
    max-width: 100%;
    margin-left: 50px;
}

.slide2 .title_container {
    top: 165px;
}

.slide2 .title_wrap {
    align-items: flex-end;
    text-align: right;
    margin-right: 50px;
    width: 600px;
}

.slide2 .title_wrap .title2 b {
    font-size: 50px;
}

.slide2 .title_wrap .title3 {
    margin-bottom: 20px;
}

.slide3 .title_container {
    top: 115px;
}

.slide3 .title_wrap {
    align-items: flex-end;
    text-align: right;
    width: 470px;
}

.slide3 .title_wrap .title1 {
    font-size: 32px;
}

.slide3 .title_wrap .title2 {
    font-size: 32px;
    font-weight: 700;
}

.slide3 .title_wrap .title2 b {
    font-size: inherit;
    border-radius: 10px;
    background: #1D449C;
    padding: 5px 17px;
    text-transform: uppercase;
    margin-top: 10px;
}

.slide3 .title_wrap .title2 b span {
    font-size: inherit;
}

.slide3 .title_wrap .title3 {
    padding: 0;
    background: none;
    font-size: 20px;
    margin-top: 20px;
}

.timer_block {
    background: url("../img/timer_bg.png") 50% 100% no-repeat;
    position: relative;
    min-height: 167px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 120px 20px 90px;
    z-index: 1;
    margin-top: -20px;
}

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

span[id^=timer-number] {
    font-family: 'Wadik';
    font-weight: 700;
}

span[id^=timer-text] {
    font-family: 'Wadik' !important;
    font-weight: 400;
}

.timer_title {
    width: 238px;
    height: 238px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Wadik';
    color: #ffffff;
    border-radius: 50%;
    background: #1D449C;
    line-height: 1.3;
    position: absolute;
    top: -140px;
    left: calc(50% - 119px);
}

.timer_title:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 266px;
    height: 266px;
    background: rgba(29, 68, 156, 0.50);
    border-radius: 50%;
}

.timer_title span {
    position: relative;
    z-index: 1;
}

#timer_form {
    width: 365px;
    max-width: 100%;
}

#timer_form .form-group {
    margin-bottom: 5px;
}

#timer_form .agree_field {
    margin-top: 10px;
}

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

.cars_items {
    margin-top: 80px;
}

.blocks_title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    font-family: 'Wadik';
    text-transform: uppercase;
}

.cars_menu_slider {
    padding-left: 50px !important;
}

.cars_menu_tabs {
    display: flex;
    justify-content: center;
    gap: 0 20px;
    margin-top: 25px;
}

.cars_menu_tabs > div {
    color: #000000;
    padding: 7px 10px;
    position: relative;
    text-transform: uppercase;
    font-family: 'Wadik';
    cursor: pointer;
    font-weight: 500;
    text-decoration: none;
    display: block;
    line-height: 1;
    z-index: 1;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.cars_menu_tabs > div:before {
    display: block;
    content: "";
    width: 0;
    height: 3px;
    left: 0;
    bottom: -3px;
    z-index: 0;
    position: absolute;
    background: #333D46;
    transition: all 0.3s ease-in-out;
}

.cars_menu_tabs > div.active {
    /*background-position: 0%;*/
}

.cars_menu_tabs > div.active:before {
    width: 100%;
}

/*.cars_menu_tabs > div.active:before {
    height: 2px;
}*/

.cars_menu {
    margin-top: 20px;
}

.cars_menu .swiper-wrapper {
    height: 262px;
    align-items: center;
}

.cars_menu .swiper-slide {
    transform: skewX(-24deg) !important;
    background: radial-gradient(70.57% 70.2% at 48.95% 70.06%, #FFF 19.19%, #D1D2D4 100%);
    width: 163px !important;
    height: 172px;
    border-radius: 5px;
    padding-top: 20px;
    overflow: hidden;
    transition: all .4s ease;
    margin: 0 7px;
    position: relative;
}

.cars_menu .swiper-slide:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: radial-gradient(248.35% 248.04% at 3.15% 38.2%, #FFF 0%, #C6C8E4 53.77%);
    opacity: 0;
    transition: all .4s ease;
}

.cars_menu .swiper-slide:hover {
    transform: skewX(-24deg) scale(1.5) !important;
    margin: 0 49px !important;
    z-index: 1;
}

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

.cars_menu .swiper-slide:first-child {
    margin-left: 0;
}

.cars_menu .swiper-slide:last-child {
    margin-right: 0;
}

.cars_menu .swiper-slide a {
    position: relative;
    display: flex;
    flex-direction: column;
    transform: skewX(24deg);
    height: 100%;
}

.cars_menu .swiper-slide a .menu_name {
    font-family: 'Wadik';
    margin-left: 50px;
    color: #333d46;
    font-size: 10px;
}

.cars_menu .swiper-slide a .menu_name b {
    display: block;
    color: #0b0d0c;
    font-size: 14px;
    white-space: nowrap;
}

.cars_menu .swiper-slide a img {
    display: block;
    position: absolute;
    bottom: 0;
    right: -70%;
    max-width: none;
    width: 172%;
}

.car_item {
    margin-top: 100px;
}

.car_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background: url("../img/car_bg.png") 0 0 no-repeat;
}

.car_techs {
    margin-top: 70px;
    display: flex;
    flex-direction: column;
    gap: 30px 0;
}

.car_techs > div {
    border-left: 2px solid #333D46;
    color: #58585a;
    font-size: 14px;
    padding-left: 15px;
}

.car_techs > div b {
    font-family: 'Wadik';
    display: block;
    color: #333d46;
    margin-top: 5px;
    font-size: 18px;
}

.car_text {
    width: 29%;
    margin-top: 40px;
}

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

.car_props > a {
    display: flex;
    align-items: center;
    min-height: 45px;
    padding-left: 65px;
    position: relative;
}

.car_props > a:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: #1D449C;
    position: absolute;
    top: 22px;
    left: 22px;
    transition: all .4s ease;
}

.car_props > a:hover:before {
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
}

.car_props > a:after {
    content: '';
    display: block;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .4s ease;
    z-index: 1;
}

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

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

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

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

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

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

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

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

.car_btns {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    gap: 10px 0;
}

.car_btns .btn {
    width: 100%;
}

.car_image_wrap {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    width: 63.5%;
    margin-left: -60px;
    align-items: center;
}

.car_title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 20px;
}

.car_offers {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px 0;
    margin-top: 45px;
    margin-left: 90px;
}

.price_drop {
    font-family: 'Wadik';
    border-radius: 5px;
    background: #0B0D0C;
    color: #ffffff;
    padding: 8px 10px;
    font-size: 20px;
}

.car_profit {
    font-family: 'Wadik';
    border-radius: 5px;
    background: #0B0D0C;
    color: #ffffff;
    padding: 8px 10px;
    font-size: 24px;
    background: linear-gradient(270deg, #3170FD -27.06%, #1D449C 39.1%, #0C2F7F 101.62%);
}

.car_name {
    font-size: 32px;
    color: #333d46;
    font-family: 'Wadik';
    text-transform: uppercase;
    text-align: right;
}

.car_name b {
    font-size: 48px;
    display: block;
}

.car_image {
    width: 85%;
    min-height: 350px;
}

.car_colors_slider_wrap {
    position: relative;
    width: 15%;
    height: 230px;
}

.car_colors_slider {
    width: 100%;
    height: 100%;
}

.car_colors_slider .swiper-slide {
    border-radius: 3px;
    background: #ECEDED;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.5;
    transition: all .4s ease;
}

.car_colors_slider .swiper-slide.active {
    opacity: 1;
}

.car_colors_slider_wrap .swiper-button-prev,
.car_colors_slider_wrap .swiper-button-next {
    width: 35px;
    height: 35px;
    background: url("../img/arrow.png") 50% no-repeat;
    left: calc(50% - 17px);
    top: -20px;
    transition: all .4s ease;
}

.car_colors_slider_wrap .swiper-button-prev:hover,
.car_colors_slider_wrap .swiper-button-next:hover {
    background: url("../img/arrow_hov.png") 50% no-repeat;
}

.car_colors_slider_wrap .swiper-button-next {
    transform: rotate(180deg);
    top: unset;
    bottom: -40px;
}

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

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

.car_gallery_slider {
    margin-top: 20px;
}

.car_gallery_slider .swiper-slide {
    border-radius: 5px;
    overflow: hidden;
    min-height: 228px;
}

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

.car_gallery_slider .swiper-slide:hover img {
    transform: scale(1.1);
}

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

#instock {
    margin-top: 150px;
}

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

#filter_table .select_container {
    width: 32.5%;
}

#filter_table select {
    appearance: none;
    -moz-appearance: none;
    font-family: 'Onest';
    font-size: 16px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #404042;
    height: 48px;
    outline: none;
    padding-left: 20px;
    background: url("../img/ico_select.png") 95% 50% no-repeat transparent;
}

.tb_complects {
    /*display: flex;
    flex-flow: wrap;
    justify-content: space-between;*/
    margin-top: 40px;
    gap: 40px 25px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

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

.tb_complects > div {
    display: grid;
    position: relative;
}

.tb_complects > div:before {
    content: '';
    display: block;
    border-radius: 5px;
    width: 76%;
    height: 262px;
    background: radial-gradient(150.08% 98.84% at 85.09% 79.58%, #FFF 33.74%, #D1D2D4 100%);
    position: absolute;
    top: 0;
    left: 57px;
    transform: skewX(-24deg);
}

.compl_name {
    font-family: 'Wadik';
    font-size: 14px;
    color: #333d46;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
}

.compl_name b {
    display: block;
    font-size: 20px;
}

.compl_name span {
    display: inline-block;
    margin-top: 5px;
    color: #F8F8F8;
    font-weight: 700;
    border-radius: 10px;
    background: #1D449C;
    padding: 5px 15px;
    font-size: 16px;
}

.compl_image_slider {
    margin: 5px 85px 0 45px !important;
}

.compl_image_slider .swiper-pagination-bullet {
    background: #BCBDC0;
    height: 2px;
    width: 29px;
    opacity: 1;
    border-radius: unset;
}

.compl_image_slider .swiper-pagination-bullet-active {
    background: #333D46;
}

.compl_techs {
    margin-top: 55px;
    display: flex;
    gap: 0 90px;
}

.compl_techs > div {
    color: #58585a;
    padding-left: 15px;
    font-size: 14px;
    border-left: 2px solid #333D46;
}

.compl_techs > div b {
    color: #333d46;
    display: block;
    font-size: 16px;
    margin-top: 5px;
    font-family: 'Wadik';
}

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

.compl_btns .btn {
    width: 100%;
}

.tb_complects_showmore {
    display: block;
    margin-top: 40px;
    text-decoration: underline;
}

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

.tradein {
    background: url("../img/tradein_bg.png") 50% -30px no-repeat;
    padding: 170px 0 295px;
    margin-top: 20px;
}

.tradein > img {
    display: none;
}

.tradein_wrap {
    width: 365px;
    max-width: 100%;
}

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

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

#tradein_form select {
    background-color: transparent;
}

#tradein_form .btn {
    margin-top: 20px;
}

/**********************
      TEST-DRIVE
**********************/

.test_drive {
    background: url("../img/test_drive_bg.png") 50% 0 no-repeat;
    padding: 405px 0 275px;
    margin-top: -527px;
}

.test_drive > img {
    display: none;
}

.test_drive_wrap {
    width: 365px;
    margin-left: auto;
    margin-right: 255px;
}

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

.test_drive_comment {
    margin-top: 20px;
    font-size: 20px;
    margin-bottom: 20px;
}

#test_drive_form .btn {
    margin-top: 20px;
}

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

.credit {
    background: url("../img/credit_bg.png") 50% -88px no-repeat;
    padding: 220px 0 275px;
    margin-top: -358px;
}

.credit > img {
    display: none;
}

.credit_wrap {
    width: 365px;
    margin-left: 260px;
}

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

.credit_comment {
    margin-top: 20px;
    font-size: 20px;
    margin-bottom: 20px;
}

#credit_form .btn {
    margin-top: 20px;
}

/**********************
       SERVICE
**********************/

.service {
    background: url("../img/service_bg.png") 50% 0 no-repeat;
    padding: 295px 0 320px;
    margin-top: -377px;
}

.service > img {
    display: none;
}

.service_wrap {
    width: 365px;
    margin-left: auto;
}

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

.service_comment {
    margin-top: 20px;
    font-size: 18px;
    margin-bottom: 20px;
}

#service_form .btn {
    margin-top: 20px;
}


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

.contacts {
}

.contacts .container {
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    overflow: hidden;
}

.contacts_wrap {
    width: 600px;
    max-width: 100%;
    position: relative;
    z-index: 2;
    padding: 40px;
    border-radius: 10px;
    overflow: hidden;
}

.contacts_wrap:before {
    content: '';
    display: block;
    height: 100%;
    width: 650px;
    transform: skewX(24deg);
    position: absolute;
    top: 0;
    left: -150px;
    background: radial-gradient(118.74% 110.22% at 38.97% -2.12%, #FFF 13.08%, #D1D2D4 100%);
    border-radius: 10px;
}

.contacts_wrap .blocks_title {
    text-align: left;
    position: relative;
    z-index: 1;
}

.bot_addr {
    font-size: 14px;
    color: #58585a;
    margin-top: 40px;
    position: relative;
    z-index: 1;
}

.bot_addr span {
    color: #333d46;
    display: block;
    margin-top: 5px;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Wadik';
}

.bot_phone {
    display: block;
    font-size: 14px;
    color: #58585a;
    margin-top: 35px;
    position: relative;
    z-index: 1;
}

.bot_phone span {
    color: #333d46;
    display: block;
    margin-top: 5px;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Wadik';
}

.quest {
    margin-top: 50px;
    font-size: 24px;
    position: relative;
    z-index: 1;
}

.quest b {
    display: block;
    text-transform: uppercase;
    color: #1D449C;
}

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

.map_wrap {
    width: 72%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    transform: skewX(24deg);
    position: absolute;
    z-index: 1;
    right: -7%;
    top: 0;
}

.map_wrap #map1 {
    width: 170%;
    height: 100%;
    transform: skewX(-24deg) translateX(-35%);
    background: url("../img/map.jpg") 50% no-repeat;
}

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

footer {
    padding: 40px 0;
    margin-top: 20px;
    background: #D1D2D4;
}

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

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

.foot_links {
    display: flex;
    flex-direction: column;
    gap: 12px 0;
}

.foot_links a {
    color: #333d46;
    font-size: 14px;
}

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

footer .logo_wrap > div {
    margin-left: 15px;
    padding-left: 16px;
    position: relative;
}

footer .logo_wrap > div:first-child {
    margin-left: 0;
    padding-left: 0;
}

footer .logo_wrap > div:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 26px;
    background: #A3B0BA;
}

footer .logo_wrap > div:first-child:before {
    display: none;
}

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


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

@media (max-width: 1600px) {
    .map_wrap {
        width: 69%;
    }

    .tb_complects > div:before {
        width: 73%;
    }

    .car_gallery_slider .swiper-slide {
        min-height: 205px;
    }

    .car_image {
        min-height: 320px;
    }

    .car_offers {
        margin-left: 0;
    }
}

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

    /*******************************************************************/
    .banner_slider picture img {
        height: 550px;
    }

    .title_container {
        top: 120px;
    }

    .slide2 .title_container {
        top: 80px;
    }

    .slide3 .title_container {
        top: 30px;
    }

    .title_wrap .title1,
    .slide3 .title_wrap .title1 {
        font-size: 18px;
    }

    .slide3 .title_wrap .title1 br {
        display: none;
    }

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

    .title_wrap .title2 b {
        font-size: 40px;
    }

    .slide2 .title_wrap .title2 b {
        font-size: 40px;
    }

    .title_wrap .title3 {
        font-size: 18px;
    }

    .slide1 .title_wrap {
        width: 480px;
    }

    .slide2 .title_wrap {
        width: 490px;
    }

    .slide3 .title_container {
        top: 70px;
    }

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

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

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

    .timer_block {
        padding: 20px;
        border-radius: 10px;
    }

    div[id^=timer] {
        transform: scale(0.7) !important;
        transform-origin: 0 50%;
    }

    #timer_form {
        width: 300px;
    }

    .cars_menu .swiper-slide:hover {
        transform: skewX(-24deg) !important;
        margin: 0 7px !important;
    }

    .cars_menu .swiper-wrapper {
        height: 230px;
    }

    .swiper-scrollbar-drag {
        background: #333D46 !important;
    }

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

    .car_wrap {
        padding-top: 20px;
        padding-right: 15px;
    }

    .car_title {
        flex-direction: column-reverse;
        align-items: flex-end;
        gap: 10px 0;
        margin-bottom: 20px;
    }

    .car_offers {
        margin-top: 0;
        align-items: flex-end;
    }

    .car_image_wrap {
        width: 55%;
        flex-direction: column;
        margin-left: 0;
    }

    .car_image {
        min-height: auto;
    }

    .car_colors_slider_wrap {
        height: auto;
        width: 80%;
    }

    .car_colors_slider_wrap .swiper-button-prev {
        top: 50%;
        left: -30px;
        transform: rotate(-90deg);
    }

    .car_colors_slider_wrap .swiper-button-next {
        top: 50%;
        left: unset;
        right: -30px;
        transform: rotate(90deg);
    }

    .car_text {
        width: 30%;
        margin-top: 0;
    }

    .car_props {
        gap: 5px 0;
    }

    .tb_complects > div:before {
        width: 69%;
        height: 180px;
    }

    .car_gallery_slider .swiper-slide {
        min-height: auto;
    }

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

    .compl_techs {
        gap: 0 15px;
        margin-top: 30px;
    }

    .compl_image_slider {
        margin: 15px 60px 0 45px !important;
    }

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

    .tradein {
        background-position: 34% -30px;
        margin-top: -90px;
    }

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

    .test_drive {
        background-position: 34% 0;
    }

    .test_drive_wrap {
        width: 330px;
        margin-right: 0;
    }

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

    .credit {
        background-position: 34% -88px;
    }

    .credit_wrap {
        margin-left: 160px;
    }

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

    .service {
        background-position: 34% 0;
        padding-top: 600px;
        padding-bottom: 0;
    }

    .service_wrap {
        margin-right: 180px;
    }

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

    .contacts {
        margin-top: 100px;
    }

    .map_wrap {
        width: 55%;
    }
}

/*IPAD PRO BEGIN*/

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

    .btn:before {
        width: 46em;
        left: calc(50% - 23em);
    }

    header {
        padding: 10px 0;
    }

    header .logo_wrap {
        width: 78%;
    }

    header .logo_wrap > div {
        margin-left: 10px;
        padding-left: 10px;
    }

    header .top_phone {
        width: 150px;
        font-size: 14px;
    }

    header .logo_wrap .logo_dealer {
        font-size: 10px;
    }

    .menu {
        padding: 10px 0;
        top: 68px;
    }

    .menu a {
        font-size: 12px;
    }

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

    .banner_slider {
        margin-top: 110px;
    }

    .timer_block {
        flex-direction: column;
        background: radial-gradient(70.57% 70.2% at 48.95% 70.06%, #FFF 19.19%, #D1D2D4 100%);
    }

    .timer_title {
        color: #000000;
        background: none;
        width: 100%;
        text-align: center;
        height: auto;
        position: relative;
        top: 0;
        left: 0;
    }

    .timer_title:before {
        display: none;
    }

    #timer_form {
        width: 100%;
    }

    .timer {
        display: flex;
        justify-content: center;
        padding: 30px 0;
    }

    div[id^=timer] {
        transform: unset !important;
    }

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

    .car_wrap {
        flex-flow: wrap;
        background-size: 150%;
    }

    .car_image_wrap {
        order: 1;
        width: 100%;
        border-radius: 10px;
    }

    .car_title {
        align-items: center;
    }

    .car_offers {
        align-self: flex-end;
    }

    .car_name {
        text-align: center;
    }

    .price_drop {
        margin-left: 0;
    }

    .car_techs {
        position: absolute;
    }

    .car_text {
        order: 2;
        width: 100%;
        margin-top: 30px;
    }

    .car_colors_slider_wrap {
        margin-top: 20px;
    }

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

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

    .tb_complects {
        grid-template-columns: repeat(2, 1fr);
    }

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

    .tradein {
        background: none;
        padding: 0;
        margin-top: 80px;
        position: relative;
    }

    .tradein > img {
        display: block;
        width: 100%;
        margin-top: -90px;
    }

    .tradein_wrap {
        width: 100%;
    }


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

    .test_drive {
        background: none;
        padding: 0;
        margin-top: -150px;
    }

    .test_drive > img {
        display: block;
        width: 100%;
    }

    .test_drive_wrap {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        text-align: right;
        margin-top: -200px;
    }

    #test_drive_form {
        width: 100%;
    }

    #test_drive_form .agree_field {
        text-align: left;
    }
    
    /*******************************************************************/

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

    .credit > img {
        display: block;
        width: 100%;
    }

    .credit_wrap {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        text-align: right;
        margin-left: 0;
        margin-top: -120px;
    }

    #credit_form {
        width: 100%;
    }

    #credit_form .agree_field {
        text-align: left;
    }

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

    .service {
        padding: 0;
        background: none;
        margin-top: 0;
    }

    .service > img {
        display: block;
        width: 100%;
    }

    .service_wrap {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        text-align: right;
        margin-left: 0;
        margin-top: -120px;
    }

    #service_form {
        width: 100%;
    }

    #service_form .agree_field {
        text-align: left;
    }

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

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

    .contacts_wrap {
        width: 100%;
        background: radial-gradient(118.74% 110.22% at 38.97% -2.12%, #FFF 13.08%, #D1D2D4 100%);
        border-radius: 10px;
    }

    .contacts_wrap:before {
        display: none;
    }

    .map_wrap {
        position: relative;
        width: 100%;
        height: 450px;
        transform: unset;
        right: 0;
    }

    .map_wrap #map1 {
        transform: unset;
        width: 100%;
        background-position: 75% 50%;
    }

    .contacts_wrap .btn {
        width: 100%;
    }

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

    .foot_wrap {
        flex-flow: wrap;
        gap: 20px 0;
    }

    footer .logo_wrap {
        order: 1;
        width: 100%;
    }

    .yurinfo {
        order: 2;
    }

    .foot_links {
        order: 3;
    }

}

/*IPAD END*/

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

    .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: 15px;
        right: 15px;
    }

    header .m_btn span {
        position: relative;
        display: block;
        width: 30px;
        height: 3px;
        background: #1D449C;
        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: block;
        position: fixed;
        top: 107px;
        width: 100%;
        height: auto;
        right: -100%;
        left: unset;
        transition: all .3s linear;
        z-index: 2;
        padding: 20px 0;
    }

    .menu.active {
        right: 0;
    }

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

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

    .mob_phone {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: #fff;
        padding: 10px 15px;
        z-index: 15;
        font-size: 4vw;
    }

    .mob_phone a {
        font-weight: 700;
    }

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

    .btn:before {
        width: 46em;
        left: calc(50% - 23em);
    }

    header {
        padding: 5px 0;
    }

    header .container {
        flex-flow: wrap;
    }

    header .logo_wrap {
        width: 85%;
        flex-flow: wrap;
        gap: 5px 0;
    }

    header .logo_wrap > div {
        width: 46%;
        padding-left: 4%;
        margin-left: 4%;
    }

    header .logo_wrap > div:nth-child(3) {
        padding-left: 0;
        margin-left: 0;
    }

    header .logo_wrap > div:nth-child(3):before {
        display: none;
    }

    header .top_phone {
        width: 150px;
        font-size: 14px;
        display: none;
    }

    header .logo_wrap .logo_dealer {
        font-size: 10px;
    }

    header .top_addr {
        display: none;
    }

    .menu a {
        font-size: 14px;
    }

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

    .blocks_title {
        font-size: 7vw;
    }

    .banner_slider {
        margin-top: 67px;
    }

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

    .title_container {
        top: 0 !important;
        position: relative;
        padding: 20px 0;
    }

    .title_wrap {
        color: #000000;
        width: 100% !important;
        margin: 0 !important;
        align-items: center !important;
        text-align: center !important;
    }

    .title_wrap .title1,
    .slide3 .title_wrap .title1 {
        font-size: 4vw;
    }

    .slide3 .title_wrap .title1 br {
        display: none;
    }

    .title_wrap .title2,
    .slide3 .title_wrap .title2 {
        font-size: 6vw;
    }

    .title_wrap .title2 b,
    .slide2 .title_wrap .title2 b {
        font-size: 7vw;
    }

    .slide3 .title_wrap .title2 b {
        color: #ffffff;
    }

    .title_wrap .title3 {
        font-size: 5vw;
        margin: 0 auto;
        color: #ffffff;
    }

    .slide1 .title_wrap .title3 {
        margin-right: auto;
    }

    .slide2 .title_wrap .title3 {
        margin-bottom: 10px;
        margin-right: 0;
        margin-left: 0;
    }

    .slide3 .title_wrap .title3 {
        color: #000000;
        margin-top: 10px;
    }

    .banner_slider .swiper-button-prev {
        top: 75%;
        left: 15px;
    }

    .banner_slider .swiper-button-next {
        top: 75%;
        right: 15px;
    }

    .timer_block {
        flex-direction: column;
        background: radial-gradient(70.57% 70.2% at 48.95% 70.06%, #FFF 19.19%, #D1D2D4 100%);
        padding: 20px;
        border-radius: 10px;
        margin-top: 20px;
    }

    .timer_title {
        color: #000000;
        background: none;
        width: 100%;
        text-align: center;
        height: auto;
        position: relative;
        top: 0;
        left: 0;
        font-size: 4vw;
    }

    .timer_title:before {
        display: none;
    }

    #timer_form {
        width: 100%;
    }

    .timer {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 0;
    }

    div[id^=timer] {
        transform: scale(0.65) !important;
        white-space: nowrap;
    }

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

    .cars_menu_slider {
        padding-left: 30px !important;
    }

    .cars_menu .swiper-slide {
        width: 130px !important;
        height: 140px;
        margin: 0 4px;
        padding-top: 10px;
    }

    .cars_menu .swiper-wrapper {
        height: 170px;
    }

    .cars_menu .swiper-slide a .menu_name {
        font-size: 2.5vw;
        margin-left: 35px;
    }

    .cars_menu .swiper-slide a .menu_name b {
        font-size: 3.5vw;
    }

    .cars_menu .swiper-slide:hover {
        transform: skewX(-24deg) !important;
        margin: 0 7px !important;
    }

    .car_item {
        margin-top: 60px;
    }

    .car_wrap {
        flex-flow: wrap;
        background-size: 100%;
        padding-top: 20px;
    }

    .car_image_wrap {
        order: 1;
        width: 100%;
        border-radius: 10px;
        margin-left: 0;
    }

    .car_title {
        flex-direction: column-reverse;
        align-items: center;
        width: 100%;
        gap: 10px 0;
        margin-bottom: 20px;
    }

    .car_offers {
        margin-top: 0;
        align-items: center;
    }

    .car_profit {
        font-size: 5vw;
    }

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

    .car_name b {
        font-size: 8vw;
    }

    .car_image {
        width: 100%;
        min-height: 41vw;
    }

    .car_colors_slider_wrap {
        height: auto;
        width: 100%;
        margin: 10px auto 0;
    }

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

    .car_colors_slider_wrap .swiper-button-prev {
        top: 60%;
        left: -25px;
        transform: rotate(-90deg);
        width: 30px;
        height: 30px;
        background-size: 100%;
        display: none;
    }

    .car_colors_slider_wrap .swiper-button-next {
        top: 60%;
        left: unset;
        right: -25px;
        transform: rotate(90deg);
        width: 30px;
        height: 30px;
        background-size: 100%;
        display: none;
    }

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

    .price_drop {
        margin-left: 0;
        font-size: 4vw;
    }

    .car_techs {
        order: 2;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        margin-top: 20px;
    }

    .car_techs > div {
        font-size: 3.5vw;
    }

    .car_techs > div b {
        font-size: 4vw;
    }

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

    .car_props {
        gap: 0;
    }

    .car_btns {
        margin-top: 10px;
    }

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

    .car_gallery_slider .swiper-slide {
        min-height: 29vw;
    }

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

    #instock {
        margin-top: 60px;
    }

    #filter_table {
        display: flex;
        flex-direction: column;
        gap: 10px 0;
    }

    #filter_table .select_container {
        width: 100%;
    }


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

    .tb_complects {
        grid-template-columns: 1fr;
    }

    .tb_complects > div {
        width: 100%;
    }

    .compl_image_slider {
        margin: 0 !important;
    }

    .tb_complects > div:before {
        width: 66%;
        height: 230px;
    }

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

    .compl_btns {
        margin-top: 20px;
    }

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

    .tradein {
        background: none;
        padding: 0;
        margin-top: 80px;
        position: relative;
    }

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

    .tradein > img {
        display: block;
        width: 100%;
        margin-top: -5vw;
    }

    .tradein_wrap {
        width: 100%;
        text-align: center;
    }

    .tradein_comment {
        font-size: 5vw;
    }

    .tradein_comment br {
        display: none;
    }

    #tradein_form .agree_field {
        text-align: left;
    }

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

    .test_drive {
        background: none;
        padding: 0;
        margin-top: -19vw;
    }

    .test_drive > img {
        display: block;
        width: 100%;
    }

    .test_drive_wrap {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        text-align: right;
        margin-top: -23vw;
    }

    .test_drive_comment {
        font-size: 5vw;
    }

    #test_drive_form {
        width: 100%;
    }

    #test_drive_form .agree_field {
        text-align: left;
    }

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

    .credit {
        margin-top: -14vw;
        padding: 0;
        background: none;
    }

    .credit > img {
        display: block;
        width: 100%;
    }

    .credit_wrap {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        text-align: right;
        margin-left: 0;
        margin-top: -12vw;
    }

    #credit_form {
        width: 100%;
    }

    #credit_form .agree_field {
        text-align: left;
    }

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

    .service {
        padding: 0;
        background: none;
        margin-top: 0;
    }

    .service > img {
        display: block;
        width: 100%;
    }

    .service_wrap {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        text-align: right;
        margin-left: 0;
        margin-top: -17vw;
    }

    .service_comment {
        font-size: 4vw;
    }

    .service_comment br {
        display: none;
    }

    #service_form {
        width: 100%;
    }

    #service_form .agree_field {
        text-align: left;
    }

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

    .contacts {
        margin-top: 100px;
    }

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

    .contacts_wrap {
        width: 100%;
        background: radial-gradient(118.74% 110.22% at 38.97% -2.12%, #FFF 13.08%, #D1D2D4 100%);
        border-radius: 10px;
        padding: 20px;
    }

    .contacts_wrap:before {
        display: none;
    }

    .bot_addr {
        margin-top: 20px;
    }

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

    .bot_phone {
        margin-top: 20px;
    }

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

    .map_wrap {
        position: relative;
        width: 100%;
        height: 300px;
        transform: unset;
        right: 0;
    }

    .map_wrap #map1 {
        transform: unset;
        width: 100%;
        background-position: 68% 50%;
    }

    .contacts_wrap .btn {
        width: 100%;
    }

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

    footer {
        padding: 20px 0;
    }

    .foot_wrap {
        flex-flow: wrap;
        gap: 15px 0;
    }

    footer .logo_wrap {
        order: 1;
        width: 100%;
    }

    .yurinfo {
        order: 2;
        width: 100%;
    }

    .foot_links {
        order: 3;
        width: 100%;
    }

}

/*MOBILE END*/

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

}

@media (max-width: 360px) {

}

@media (max-width: 320px) {

}