html {
    overflow-x: hidden;
}

body {
    font-family:"AudiScreen";
    font-size: 16px;
    color: black;
    position: relative;
    font-weight: 400;
    margin: 0 auto;
    padding: 0;
    overflow-x: hidden;
    max-width: 1920px;
}

.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;
}


.resp_table {
    width: 100%;
}

.resp_table tr td:before {
    display: none;
}

.resp_table img {
    max-width: 100%;
    width: 100%;
    display: block;
    width: 220px;
}


sup {
    display: inline-block;
    vertical-align: top;
    top: -3px;
    position: relative;
    font-size: 80%;
}

img {
    border-style: none;
    vertical-align: middle;
    max-width: 100%;
}

select::-ms-expand {
    display: none;
}

select::-ms-expand {
    display: none;
}

a:hover {
    text-decoration: none;
}

.fancybox-type-image .fancybox-close {
    right: 9px;
}

.fancybox-close {
    background: url(../img/bg_close.png) 50% 50% no-repeat !important;
    color: black;
    width: 22px !important;
    height: 22px !important;
    top: -25px !important;
    right: -25px !important;
}


.container {
    margin: 0px auto;
    padding: 0px 15px;
    max-width: 1140px;
    position: relative;
}

@media (min-width: 576px) {
    .container {
        width: 540px;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        width: 720px;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 960px;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
        max-width: 100%;
    }
}

.has-danger input,
.has-danger select,
.has-danger textarea {
    border-width: 2px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #eba5a3;
}


#form_popup, #form_popup2 {
    display: none;
}

.popup_container {
    width: 420px;
    max-width: 100%;
    padding: 5px 29px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box; /* border: 2px solid black; */
    background: white;
    text-align: center;
    padding-bottom: 30px;
}

.popup_container .agree_field {
    color: black;
    font-size: 10px;
    text-align: left;
}

.popup_container .agree_field a {
    color: black;
}


.popup_container h2 {
    font-size: 20px;
    font-weight: 700;
    /* text-transform: uppercase; */
    padding: 0px;
    margin: 0px;
    padding-bottom: 29px;
    text-align: center;
    padding-top: 25px;
    color: black;
}

.popup_container .form_comment {
    text-align: center;
    font-size: 20px;
    color: #414141;
    padding-bottom: 15px;
}

.popup_container .form_comment a {
    display: block;
    color: #414141;
    text-decoration: none;
}

.popup_container .close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 34px;
    height: 34px;
    -moz-transform: rotate(45deg); /* Aey Firefox */
    -ms-transform: rotate(45deg); /* Aey IE */
    -webkit-transform: rotate(45deg); /* Aey Safari, Chrome, iOS */
    -o-transform: rotate(45deg); /* Aey Opera */
    transform: rotate(45deg);
    cursor: pointer;
}

.popup_container .close:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 16px;
    width: 34px;
    height: 1px;
    display: block;
    background-color: #a8a8a8;
}

.popup_container .close:after {
    content: '';
    position: absolute;
    left: 16px;
    top: 0px;
    width: 1px;
    height: 34px;
    display: block;
    background-color: #a8a8a8;
}

.popup_container .form-group {
    margin-bottom: 19px;
}

.popup_container .form-group input[type=tel] {
    border: 1px solid #000000;
}

.popup_container .form-group textarea {
    color: black;
    display: block;
    height: 100px;
    text-decoration: none;
    text-align: left;
    /* text-transform: uppercase; */
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    background: none;
    border: 1px solid #c0c6c9;
    padding: 10px;
    resize: none;
    font-family:"AudiScreen";
    font-size: 16px;
}

.popup_container .form-group select {
    color: #1d1f20;
    height: 50px;
    border: 1px solid white;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    font-family:"AudiScreen";
    padding-left: 10px;
    height: 38px;
    background-color: white;
    border-radius: 5px;
    border: 1px solid #c0c6c9;
}

.popup_container .form-group select option {
}

.popup_container .form-group button {
    cursor: pointer;
    font-size: 16px;
    height: 60px;
}

.popup_container .form-group button:before {
    display: none;
}

.popup_container .form-group button:after {
    display: none;
}


.not_agree button {
    background-color: #cccccc !important;
    cursor: auto !important;
    color: white !important;
}

.agree_field {
    font-size: 10px;
    line-height: 100%;
    position: relative;
    display: inline-block;
    padding-left: 20px;
    top: 0px;
}

.agree_field input {
    position: absolute;
    top: -1px;
    left: 0px;
    margin: -0px;
}

.agree_field span {
    padding-left: 25px;
    display: inline-block;
}

.popup_container .form-disclamer {
    color: #b8b8b8;
    font-size: 10px;
    padding-top: 10px;
    text-align: center;
}


form {
}

form .form-group {
    margin-bottom: 10px;
    position: relative;
}

form .form-group input[type=tel],
form .form-group input[type=text],
form .form-group select {
    height: 60px;
    width: 100%;
    font-size: 14px;
    box-sizing: border-box;
    font-weight: 400;
    font-family:"AudiScreen";
    padding: 0px 30px;
    outline: none;
    background: white;
    border-radius: 0px;
    border: none;
}

form .form-group select {
    appearance: none;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    background: url(../img/ico_select.png) 95% 50% no-repeat #ffffff;
    font-family:"AudiScreen";
    outline: none;
}

form .form-group button {
    width: 100%;
    cursor: pointer;
    font-family:"AudiScreen";
    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: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    height: 60px;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    border: 1px solid #000000;
    transition: all .3s;
    text-align: center;
}

.btn:hover {
    background: transparent;
    color: #000000;
}

.btn.glass {
    background: transparent;
    color: #000000;
}

.btn.glass:hover {
    background: #000000;
    color: #ffffff;
}

.btn.glass.white {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff;
}

.btn.glass.white:hover {
    background: #ffffff;
    color: #000000;
}

/**********************
        HEADER
**********************/

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    background: #ffffff;
    padding: 15px 0;
}

header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo_wrap {
    display: flex;
    align-items: center;
}

.logo_dealer {
    font-size: 18px;
    margin-left: 20px;
}

.top_addr {
    font-size: 18px;
}

.top_phone {
    font-weight: 700;
    text-decoration: none;
    color: #000000;
    font-size: 18px;
}

header .btn {
    height: 50px;
    width: 277px;
}

header .m_btn {
    display: none;
}

.menu {
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    z-index: 5;
    background: rgba(0, 0, 0, 0.5);
    padding: 14px 0;
    transition: all .3s;
}

.menu.dark {
    background: rgba(0, 0, 0, 0.75);
}

.menu_wrap {
    /*width: 90%;*/
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.menu_wrap a {
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    width: 25%;
    text-align: center;
}

.menu_wrap a:last-child {
    width: 15%;
}

.menu_wrap a:hover {
    font-weight: 700;
}

/**********************
        BANNER
**********************/

.banner_slider {
    position: absolute !important;
    top: 80px;
    width: 100%;
}

.banner_slider .slick-slide {
    height: 650px !important;
}

.banner_slider .slide1 {
    background: url("../img/slide1.jpg") 50% 0 no-repeat;
}

.banner_slider .slide2 {
    background: url("../img/slide2.jpg") 50% 0 no-repeat;
}

.banner_slider .slick-dots {
    bottom: 40px !important;
    text-align: left !important;
    padding-left: 18% !important;
    z-index: 1;
}

.banner_slider .slick-dots li {
    width: 175px;
    height: 4px;
    background: rgba(255, 255, 255, 0.5);
    margin: 0 14px !important;
}

.banner_slider .slick-dots li.slick-active {
    background: #ffffff;
}


.title_container {
    margin-top: 175px;
    padding-bottom: 430px;
}

.title1 {
    font-size: 36px;
    color: #ffffff;
    text-transform: uppercase;
    font-family:"AudiExtended";
    font-weight: 700;
    margin-bottom: 10px;
}

.title2 {
    font-size: 26px;
    color: #ffffff;
}

.title_container .btn {
    width: 380px;
    margin-top: 20px;
}

.title_container.slide2 {
    display: none;
}

/**********************
       CARS_MENU
**********************/

.cars_menu_title {
    font-family:"AudiExtended";
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

.cars_menu_wrap {
    display: flex;
    justify-content: space-between;
}

.cars_menu_wrap a {
    font-family:"AudiExtended";
    color: #000000;
    text-decoration: none;
    font-weight: 400;
}

.cars_menu_wrap a:hover {
    font-weight: 700;
}

/**********************
        SERVICE
**********************/

.service {
    background: url("../img/service_bg.jpg") 100% 50% no-repeat;
    /*margin-top: 70px;*/
}

.service > img {
    display: none;
}

.service_wrap {
    box-sizing: border-box;
    width: 615px;
    max-width: 100%;
    padding: 120px 30px 100px;
    /* background: url("../img/service_logo.png") -65px -50px no-repeat #f6f6f6; */
    background: #f6f6f6;
}

.service_title {
    font-family:"AudiExtended";
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}

.service_comment {
    font-size: 18px;
    font-weight: 300;
}

#service_form {
    display: flex;
    flex-flow: wrap;
    margin-top: 30px;
}

#service_form .form-group {
    width: 50%;
}

/**********************
         CARS
**********************/

.cars_items {
    margin-top: 100px;
}

.cars_items_title {
    font-family:"AudiExtended";
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}

#filter_table {
    display: none;
}

.tb_complects {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.tb_complects > li {
    width: 31.7%;
    margin-bottom: 30px;
}

.tb_complects > li .image_wrapper {
    width: 100%;
    height: 285px;
    margin-bottom: 0 !important;
}

.tb_complects > li .image_wrapper .slick-dots {
    bottom: 5px !important;
}

.tb_complects > li .image_wrapper .slick-dots li {
    width: 70px;
    height: 4px;
    background: rgba(255, 255, 255, 0.5);
    margin: 0 6px !important;
}

.tb_complects > li .image_wrapper .slick-dots li.slick-active {
    background: #ffffff;
}


.tb_complects > li .image_wrapper img {
    width: 100%;
    height: 100%;
}

.tb_complects > li .text {
    background: url("../img/logos/audi.png") 125% -30px no-repeat #f6f6f6;
    padding: 30px;
}

.tb_complects > li[data-mark="bmw"] .text {
    background: url("../img/logos/bmw.png") 125% -10px no-repeat #f6f6f6;
    background-size: 45%;
}

.tb_complects > li[data-mark="hyundai"] .text {
    background: url("../img/logos/hyundai.png") 125% -30px no-repeat #f6f6f6;
    background-size: 55%;
}

.tb_complects > li[data-mark="kia"] .text {
    background: url("../img/logos/kia.png") 125% 0 no-repeat #f6f6f6;
    background-size: 70%;
}

.tb_complects > li[data-mark="nissan"] .text {
    background: url("../img/logos/nissan.png") 125% -30px no-repeat #f6f6f6;
    background-size: 55%;
}

.tb_complects > li[data-mark="skoda"] .text {
    background: url("../img/logos/skoda.png") 75px -20px no-repeat #f6f6f6;
    background-size: 85%;
}

.tb_complects > li[data-mark="toyota"] .text {
    background: url("../img/logos/toyota.png") 125% -30px no-repeat #f6f6f6;
    background-size: 55%;
}

.tb_complects > li[data-mark="volkswagen"] .text {
    background: url("../img/logos/volkswagen.png") 125% -30px no-repeat #f6f6f6;
    background-size: 40%;
}

.tb_complects > li[data-mark="mercedes_benz"] .text {
    background: url("../img/logos/mercedes.png") 125% -30px no-repeat #f6f6f6;
    background-size: 45%;
}



.tb_complects > li .text .title {
    font-family:"AudiExtended";
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.tb_complects > li .text .run {
    font-size: 18px;
    margin-bottom: 5px;
}

.tb_complects > li .text .engine {
    font-size: 16px;
}

.tb_complects > li .text .props {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

.tb_complects > li .text .props li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
    background: url("../img/circle.png") 0 50% no-repeat;
    margin-bottom: 5px;
}

.tb_complects > li .text .props li b,
.tb_complects > li .text .props li span {
    width: 50%;
}

.tb_complects > li .btns {
    margin-top: 20px;
}

.tb_complects_showmore {
    width: 380px;
    height: 60px;
    margin-top: 20px;
}

/**********************
        OFFERS
**********************/

.offers {
    margin-top: 100px;
    /* background: url("../img/offers_bg.jpg") 50% 62% no-repeat; */
}

.offers_title {
    font-family:"AudiExtended";
    font-size: 30px;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
}

.offers_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.offers_item {
    box-sizing: border-box;
    position: relative;
    /* padding: 100px 15px 110px 35px; */
    width: 100%;
    height: 328px;
}

.offers_item:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/offer_img1.jpg") 0 0 no-repeat;
}

.offers_item.offer1:before {
    width: 760px;
    left: -360px;
    background: url("../img/offer_img1.jpg") 0 0 no-repeat;
    background-size: cover;
}

.offers_item.offer2:before {
    background: url("../img/offer_img2.jpg") 0 0 no-repeat;
}

.offers_item.offer3:before {
    background: url("../img/offer_img3.jpg") 0 0 no-repeat;
}

.offers_item.offer4:before {
    background: url("../img/offer_img4.jpg") 0 0 no-repeat;
}

.offers_item.offer5:before {
    background: url("../img/offer_img5.jpg") 0 0 no-repeat;
}

.offers_item.offer6:before {
    width: 760px;
    right: -360px;
    background: url("../img/offer_img6.jpg") 0 0 no-repeat;
    background-size: cover;
}
.offers_item.offer7:before {
    background: url("../img/offer_img7.jpg") 0 0 no-repeat;
    background-size: contain;
}
.offers_item.offer8:before {
    background: url("../img/offer_img8.jpg") 0 0 no-repeat;
    background-size: contain;
}


.offers_item .item_text {
    color: #ffffff;
    font-size: 28px;
    position: relative;
    min-height: 102px;
}

.offers_item:first-child .item_text {
    font-size: 21px;
}

.offers_item .btn {
    position: relative;
    margin-top: 40px;
    width: 277px;
    height: 50px;
}

/*
.offers_item.offer5 .btn,
.offers_item.offer6 .btn {
    margin-top: 74px;
}
*/

/**********************
      CONTACTS
**********************/

.contacts {
    margin-top: 110px;
}

.cont_wrap {
    box-sizing: border-box;
    background: #000000;
    width: 100%;
    padding: 25px 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: -65px;
    position: relative;
    z-index: 1;
}

.bot_addr {
    color: #ffffff;
    font-size: 18px;
}

.bot_addr .worktime {
    margin-top: 10px;
}

.bot_phone {
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    font-size: 24px;
}

.cont_wrap .btn {
    width: 278px;
}

#map1 {
    width: 100%;
    height: 550px;
    background: url("../img/map.jpg") 50% 0 no-repeat;
}

/**********************
      FOOTER
**********************/

footer {
    background: #000000;
    padding: 20px 0;
}

.foot_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.foot_logo {
    display: flex;
    align-items: center;
}

.foot_logo span {
    margin-left: 20px;
    color: #ffffff;
}

footer .switch {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}

.yurinfo {
    color: #ffffff;
    font-size: 14px;
}

footer .disclamer {
    color: #ffffff;
    font-size: 12px;
    text-align: left;
    display: none;
    padding-top: 20px;
}


/*------------------------------------------------------------------------------------------------------------------------*/

@media (max-width: 1600px) {
    .banner_slider .slick-dots {
        padding-left: 8% !important;
    }
}

/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px) {
    .top_addr {
        display: none;
    }

    .banner_slider .slick-dots {
        padding-left: 15px !important;
    }

    .menu_wrap {
        width: 100%;
    }

    .tb_complects > li .image_wrapper {
        height: auto;
    }

    .tb_complects > li {
        width: 49%;
    }

    .offers_list {
        grid-template-columns: repeat(2, 1fr);
    }

    .offers_item:before {
        /* background-size: cover !important; */
    }

    .offers_item.offer1:before,
    .offers_item.offer6:before {
        width: 100%;
        left: 0;
        right: 0;
    }

    .cont_wrap {
        padding: 25px 30px;
    }

}

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (min-width: 768px) and (max-width: 991px) {
    .banner_slider {
        top: 70px;
    }

    header .btn {
        display: none;
    }

    .menu_wrap a {
        font-size: 16px;
    }

    .title1 {
        font-size: 26px;
    }

    .title2 {
        font-size: 18px;
    }

    .menu {
        top: 70px;
    }

    .service {
        background: #f6f6f6;
    }

    .service > img {
        display: block;
    }

    .service_wrap {
        width: 100%;
        padding: 50px 30px;
    }

    .offers_item .item_text {
        font-size: 24px;
    }

    .cont_wrap {
        flex-direction: column;
        align-items: flex-start;
    }

    .bot_addr {
        margin-bottom: 15px;
    }

    .bot_phone {
        margin-bottom: 15px;
    }

    .cont_wrap .btn {
        width: 100%;
    }

    .foot_wrap {
        flex-direction: column;
    }

    .foot_logo {
        margin-bottom: 15px;
    }

    footer .switch {
        margin-bottom: 15px;
    }

}

/*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;
    }

    /*******************************************************************/

    header {
        padding: 10px 0;
    }

    header .container {
        /*flex-flow: wrap;*/
        column-gap: 20px;
        justify-content: flex-start;
    }

    .top_addr {
        display: none;
    }

    header .btn {
        display: none;
    }

    .top_phone {
        /*width: 100%;*/
        text-align: center;
        /*margin-top: 5px;*/
        font-size: 4.5vw;
    }

    .logo_dealer {
        font-size: 16px;
        margin-left: 10px;
    }

    header .m_btn {
        display: block;
        position: absolute;
        width: 30px;
        height: 21px;
        z-index: 1;
        top: 15px;
        right: 15px;
    }

    header .m_btn span {
        position: absolute;
        display: block;
        width: 30px;
        height: 3px;
        background: #000000;
        transition: all .3s linear;
    }

    header .m_btn span:nth-child(1) {
        top: 0;
    }

    header .m_btn span:nth-child(2) {
        top: calc(50% - 2px);
        opacity: 1;
    }

    header .m_btn span:nth-child(3) {
        bottom: 0;
    }

    header .m_btn.active span:nth-child(1) {
        transform-origin: top right;
        transform: rotate(-45deg);
        top: -1px;
    }

    header .m_btn.active span:nth-child(2) {
        opacity: 0;
    }

    header .m_btn.active span:nth-child(3) {
        transform-origin: bottom right;
        transform: rotate(45deg);
        bottom: -1px;
    }

    .menu {
        display: block;
        position: fixed;
        top: 107px;
        background: white;
        width: 100%;
        height: auto;
        right: -100%;
        left: unset;
        transition: all .3s linear;
        z-index: 2;
        padding: 10px 0;
    }

    .menu.active {
        right: 0;
    }

    .menu_wrap {
        flex-direction: column;
        align-items: center;
    }

    .menu_wrap a {
        color: #000000;
        width: 100% !important;
        padding: 10px 0;
    }

    .banner_slider .slide1,
    .banner_slider .slide2 {
        background-size: 110%;
    }

    .banner_slider .slick-dots {
        display: none !important;
    }

    .title_container {
        margin-top: 360px;
        padding-bottom: 20px;
    }

    .title1 {
        color: #000000;
        text-align: center;
        font-size: 22px;
    }

    .title2 {
        color: #000000;
        text-align: center;
        font-size: 18px;
    }

    .title_container .btn.glass.white {
        border-color: #000000;
        color: #000000;
    }

    .title_container .btn.glass.white:hover {
        background: #000000;
        color: #ffffff;
    }

    .cars_menu_wrap {
        flex-flow: wrap;
        justify-content: flex-start;
    }

    .cars_menu_wrap a {
        margin: 0 10px 10px;
    }

    .service {
        background: #f6f6f6;
    }

    .service > img {
        display: block;
    }

    .service_wrap {
        width: 100%;
        padding: 30px 0;
    }

    #service_form .form-group {
        width: 100%;
    }

    .service_title {
        text-align: center;
        font-size: 20px;
    }

    .service_comment {
        font-size: 18px;
        text-align: center;
    }

    .service_comment br {
        display: none;
    }

    .cars_items {
        margin-top: 40px;
    }

    .cars_items_title {
        font-size: 24px;
    }

    .tb_complects > li {
        width: 100%;
    }

    .tb_complects > li .image_wrapper {
        height: auto;
    }

    .offers {
        margin-top: 40px;
    }

    .offers_title {
        font-size: 24px;
    }

    .offers_list {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .offers_item:before {
        width: 100% !important;
        left: 0 !important;
        right: 0 !important;
        /* background-size: cover !important; */
    }

    .offers_item .item_text {
        font-size: 20px;
        min-height: auto;
    }

    .offers_item:first-child .item_text {
        font-size: 18px;
    }

    .offers_item {
        height: 56vw;
    }

    .offers_item.offer7:before,
    .offers_item.offer8:before {
        background-size: cover;
    }

    .offers_item .btn {
        width: 100%;
    }

    .contacts {
        margin-top: 40px;
        background: #000000;
    }

    .cont_wrap {
        padding: 30px 0;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 0;
    }

    .bot_addr {
        margin-bottom: 15px;
    }

    .bot_phone {
        margin-bottom: 15px;
    }

    .cont_wrap .btn {
        width: 100%;
    }

    #map1 {
        height: 350px;
        background-position: 47% 60%;
    }

    .foot_wrap {
        flex-direction: column;
    }

    .foot_logo {
        order: 1;
        margin-bottom: 15px;
    }

    .yurinfo {
        order: 2;
        margin-bottom: 15px;
    }

    .switch {
        order: 3;
    }

}

/*MOBILE END*/

/* Portrait phones and smaller */
@media (max-width: 560px) {
    .title_container {
        margin-top: 280px;
    }

}
@media (max-width: 390px) {
    .title_container {
        margin-top: 240px;
    }
}


@media (max-width: 360px) {

}

@media (max-width: 320px) {

}