html {
    overflow-x: hidden;
}

body {
    position: relative;
    overflow-x: hidden;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0;
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 400;
    color: black;
    background: url(../img/bg1.jpg) 50% 94px no-repeat white;
}

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

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

.compensate-for-scrollbar {
    overflow: auto !important;
    margin-right: 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 {
    display: block;
    width: 100%;
    width: 220px;
    max-width: 100%;
}

sup {
    position: relative;
    top: 0;
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
}

img {
    max-width: 100%;
    border-style: none;
    vertical-align: middle;
}

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

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

a:hover {
    text-decoration: none;
}

.fancybox-type-image .fancybox-close {
    right: 9px;
}

.fancybox-close {
    top: -25px !important;
    right: -25px !important;
    width: 22px !important;
    height: 22px !important;
    color: black;
    background: url(../img/bg_close.png) 50% 50% no-repeat !important;
}

.container {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}

@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: 1260px;
        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, 0.075), 0 0 6px #eba5a3;
}

#form_popup,
#form_popup2 {
    display: none;
}

.popup_container {
    position: relative;
    overflow: hidden;
    box-sizing: border-box; /* border: 2px solid black; */
    width: 420px;
    max-width: 100%;
    padding: 5px 29px;
    padding-bottom: 30px;
    text-align: center;
    background: white;
}

.popup_container .agree_field {
    display: block;
    width: 100%;
    margin-top: -10px;
    font-size: 10px;
    color: black;
    text-align: left;
}

.popup_container .agree_field a {
    color: black;
}

.popup_container h2 {
    margin: 0;

    /* text-transform: uppercase; */
    padding: 0;
    padding-top: 25px;
    padding-bottom: 29px;
    font-size: 20px;
    font-weight: 700;
    color: black;
    text-align: center;
}

.popup_container .form_comment {
    padding-bottom: 15px;
    font-size: 20px;
    color: #414141;
    text-align: center;
}

.popup_container .form_comment a {
    display: block;
    color: #414141;
    text-decoration: none;
}

.popup_container .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
    cursor: pointer;
    -webkit-transform: rotate(45deg); /* Aey Safari, Chrome, iOS */
    -moz-transform: rotate(45deg); /* Aey Firefox */
    -ms-transform: rotate(45deg); /* Aey IE */
    -o-transform: rotate(45deg); /* Aey Opera */
    transform: rotate(45deg);
}

.popup_container .close:before {
    content: "";
    position: absolute;
    top: 16px;
    left: 0;
    display: block;
    width: 34px;
    height: 1px;
    background-color: #a8a8a8;
}

.popup_container .close:after {
    content: "";
    position: absolute;
    top: 0;
    left: 16px;
    display: block;
    width: 1px;
    height: 34px;
    background-color: #a8a8a8;
}

.popup_container .form-group {
    margin-bottom: 19px;
}

.popup_container .form-group input[type="text"] {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 56px;

    /* text-transform: uppercase; */
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #f3f3f3;
    line-height: 56px;
    color: black;
    text-align: left;
    text-decoration: none;
    outline: none;
    background: #f3f3f3;
}

.popup_container .form-group textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100px;

    /* text-transform: uppercase; */
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #c0c6c9;
    font-family: "Montserrat";
    font-size: 16px;
    color: black;
    text-align: left;
    text-decoration: none;
    outline: none;
    background: none;
    resize: none;
}

.popup_container .form-group select {
    width: 100%;
    height: 50px;
    height: 38px;
    padding-left: 10px;
    border: 1px solid white;
    border: 1px solid #c0c6c9;
    border-radius: 5px;
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 300;
    color: #1d1f20;
    background-color: white;
}

.popup_container .form-group button {
    height: 38px;
    height: 60px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

.popup_container .form-group button:before {
    display: none;
}

.popup_container .form-group button:after {
    display: none;
}

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

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

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

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

.popup_container .form-disclamer {
    padding-top: 10px;
    font-size: 10px;
    color: #b8b8b8;
    text-align: center;
}

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

form .form-group input[type="tel"],
form .form-group input[type="text"],
form .form-group select {
    box-sizing: border-box;
    width: 100%;
    height: 35px;
    padding: 0;
    border: none;
    border-bottom: 1px solid #000000;
    border-radius: 0;
    font-family: "Montserrat";
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    outline: none;
    background: transparent;
}

form .form-group select {
    font-family: "Montserrat";
    outline: none;
    background: url(../img/ico_select.png) 95% 50% no-repeat transparent;

    appearance: none;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
}

form .form-group button {
    width: 100%;
    height: 55px;
    font-family: "Montserrat";
    outline: none;
    cursor: pointer;
}

.form_title {
    margin: 0;
    padding: 0;
    padding-bottom: 47px;
    font-size: 36px; /* text-transform: uppercase; */
    color: black;
    text-align: center;
}

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

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    height: 60px;
    border: 1px solid transparent;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    outline: none;
    background: #b70021;
    transition: all 0.3s;
}

.btn:hover {
    background: #a00015;
}

.btn.glass {
    border-color: #000000;
    color: #000000;
    background: transparent;
}

.btn.glass:hover {
    color: #ffffff;
    background: #000000;
}

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

.btn.black:hover {
    color: #ffffff;
    background: #a00015;
}

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

header {
    position: fixed;
    z-index: 5;
    top: 0;
    right: 0;
    left: 0;
    padding: 24px 0;
    background: #ffffff;
}

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

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

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

.logo1:after {
    content: "";
    position: absolute;
    top: 5px;
    right: 0;
    width: 2px;
    height: 40px;
    background: #e6e7e8;
}

.top_addr {
    font-size: 14px;
}

.top_phone {
    font-size: 22px;
    color: #000000;
    text-decoration: none;
}

header .btn {
    width: 203px;
    height: 42px;
}

header .m_btn {
    display: none;
}

.mobile_phone {
    display: none;
}

.menu {
    position: fixed;
    z-index: 5;
    top: 94px;
    right: 0;
    left: 0;
    padding: 20px 0;
    transition: all 0.3s;
}

.menu.dark {
    background: rgba(0, 0, 0, 0.8);
}

.menu.dark .menu_wrap a {
    color: #fff;
}

.menu_wrap {
    display: flex;
    justify-content: space-between;
    width: 65%;
}

.menu_wrap a {
    font-size: 15px;
    color: #000000;
    text-decoration: none;
    transition: all 0.3s;
}

.menu_wrap a:hover {
    color: #b70021;
}

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

.title_container {
    position: relative;
    padding-top: 180px;
}

.title_container .pl_cred {
    background: url("../img/pl_cred.png") 50% 0 no-repeat;
    box-sizing: border-box;
    width: 515px;
    height: 78px;
    display: flex;
    align-items: center;
    padding-left: 80px;
    color: #b70021;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    position: absolute;
    top: 240px;
    right: -10px;
}

.title1 {
    margin-bottom: 0;

    /* text-transform: uppercase; */
    padding: 5px 0 5px 45px;
    font-size: 30px;
    font-weight: 400;
    color: #ffffff;
    background: url("../img/ico_time.svg") 0 50% no-repeat;
}

.title2 {
    font-size: 44px;
    font-weight: 500;
    font-style: normal;
    line-height: normal;
    color: #000000;
}

.title3 {
    font-size: 44px;
    font-weight: 800;
    font-style: normal;
    line-height: normal;
    color: #000000;
}

.title3 sup {
    font-size: 20px;
    font-weight: 800;
    font-style: normal;
    line-height: normal;
    color: #000000;
}

.title3 br {
    display: none;
}

.title_comment {
    margin-top: 11px;
    font-size: 44px;
    font-weight: 800;
    color: #ffffff;
}

.title3 span {
    font-weight: 700;
    color: #b70021;
}

.title3 span b {
    font-size: 36px;
}

.title_container .btn {
    width: 324px;
    margin-top: 34px;
}

.title_pl {
    position: absolute;
    right: 146px;
    bottom: -6px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: 568px;
    height: 100px;
    padding-left: 165px;
    font-size: 28px;
    color: #ffffff;
    text-decoration: none;
    background: url("../img/title_pl.png") 0 0 no-repeat;
}

.title_pl font {
    font-weight: 700;
    color: #b70021;
}

.timer_block {
    margin-top: 255px;
}

.timer_title {
    margin-bottom: 13px;
    font-size: 20px;
    color: #ffffff;
}

div[id^="timer"] {
    margin: 0 !important;
}

.advantages {
    margin-top: 30px;
    background: #e6e7e8;
}

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

.ags_list a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 23%;
    min-height: 145px;
    margin: 0 2px;
    font-size: 18px;
    color: #000000;
    text-decoration: none;
    transition: all 0.3s;
}

.ags_list a:before {
    content: "";
    position: absolute;
    top: calc(50% - 44px);
    left: -2px;
    width: 2px;
    height: 88px;
    background: #ffffff;
}

.ags_list a:nth-child(3) {
    width: 31%;
}

.ags_list a:last-child:after {
    content: "";
    position: absolute;
    top: calc(50% - 44px);
    right: -2px;
    width: 2px;
    height: 88px;
    background: #ffffff;
}

.ags_list a span {
    padding-left: 50px;
    transition: background 0.3s;
}

.ags_list a.ico1 span {
    background: url("../img/ags_item1.png") 0 50% no-repeat;
}

.ags_list a.ico1:hover span {
    background: url("../img/ags_item1_hov.png") 0 50% no-repeat;
}

.ags_list a.ico2 span {
    background: url("../img/ags_item2.png") 0 50% no-repeat;
}

.ags_list a.ico2:hover span {
    background: url("../img/ags_item2_hov.png") 0 50% no-repeat;
}

.ags_list a.ico3 span {
    padding-left: 60px;
    background: url("../img/ags_item3.png") 0 50% no-repeat;
}

.ags_list a.ico3:hover span {
    background: url("../img/ags_item3_hov.png") 0 50% no-repeat;
}

.ags_list a.ico4 span {
    padding-left: 60px;
    background: url("../img/ags_item4.png") 0 50% no-repeat;
}

.ags_list a.ico4:hover span {
    background: url("../img/ags_item4_hov.png") 0 50% no-repeat;
}

.ags_list a:hover {
    color: #ffffff;
    background: #b70021;
}

/**********************
      OPEN_DOORS
**********************/

.open_doors {
    margin-top: 50px;
    background: url("../img/open_doors_bg.jpg") 50% 0 no-repeat;
}

.open_doors > img {
    display: none;
}

.open_doors_wrap {
    padding: 30px 40px;
}

.open_doors_text {
    font-size: 34px;
    font-weight: 700;
    line-height: 140%;
    color: #ffffff;
}

.open_doors_text span {
    font-size: 40px;
    color: #b70021;
}

.open_doors_wrap .btn {
    width: 323px;
    margin-top: 10px;
}

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

.cars_items {
    margin-top: 100px;
}

.cars_gallery {
    position: relative;
    margin-bottom: 80px;
    padding-left: 71px;
    padding-right: 71px;
}

.cars_gallery .container {
    position: relative;
}

.cars_gallery .swiper-button-prev1,
.cars_gallery .swiper-button-next1,
.cars_gallery .swiper-button-prev2,
.cars_gallery .swiper-button-next2,
.cars_gallery .swiper-button-prev3,
.cars_gallery .swiper-button-next3 {
    top: 26px;
    margin-top: -25px;
    position: absolute;
    z-index: 2;
    width: 55px;
    height: 100%;
    cursor: pointer;
    transition: all 0.2s linear;
}

.cars_gallery .swiper-button-prev1,
.cars_gallery .swiper-button-prev2,
.cars_gallery .swiper-button-prev3 {
    left: 0px;
    background: url(../img/btn_prev_icon.svg) no-repeat #E6E7E8;
    background-position-y: 50%;
}

.cars_gallery .swiper-button-prev1:hover,
.cars_gallery .swiper-button-prev2:hover,
.cars_gallery .swiper-button-prev3:hover {
    background: url(../img/btn_prev_icon_hover.svg) no-repeat #D6001C;
    background-position-y: 50%;
}

.cars_gallery .swiper-button-next1,
.cars_gallery .swiper-button-next2,
.cars_gallery .swiper-button-next3 {
    right: 0px;
    background: url(../img/btn_next_icon.svg) no-repeat #E6E7E8;
    background-position-y: 50%;
}

.cars_gallery .swiper-button-next1:hover,
.cars_gallery .swiper-button-next2:hover,
.cars_gallery .swiper-button-next3:hover {
    background: url(../img/btn_next_icon_hover.svg) no-repeat #D6001C;
    background-position-y: 50%;
}

.car_item {
    position: relative;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin-bottom: 16px;
    padding: 65px 75px 50px;
}

.car_item .pl_cred {
    background: url("../img/pl_cred.png") 50% 0 no-repeat;
    box-sizing: border-box;
    width: 515px;
    height: 78px;
    display: flex;
    align-items: center;
    padding-left: 80px;
    color: #b70021;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    position: absolute;
    top: -45px;
    right: -10px;
}

.car_item#moskvich3 {
    background: url("../img/moskvich3_bg.jpg") 50% 0 no-repeat;
}

.car_item#moskvich3e {
    flex-direction: row-reverse;
    background: url("../img/moskvich3e_bg.jpg") 50% 0 no-repeat;
}

.car_item#moskvich6 {
    flex-direction: row-reverse;
    background: url("../img/moskvich6_bg.jpg") 50% 0 no-repeat;
}

.car_image {
    width: 68%;
    margin-left: -75px;
}

.car_item#moskvich3e .car_image {
    margin-right: -75px;
    margin-left: 0;
}

.car_item#moskvich6 .car_image {
    margin-right: -75px;
    margin-left: 0;
}

.car_info {
    width: 36%;
}

.car_name {
    margin-bottom: 10px;
    font-size: 45px;
    font-weight: 700;
}

#moskvich6 .car_name {
    display: flex;

    gap: 0 6px;
}

.car_name span {
    color: #b70021;
}

.car_name__new {
    align-items: flex-start;
    padding-top: 10px;
    font-size: 0.43em;
    font-weight: 400;
}

.be_first {
    padding: 10px 0;
    font-size: 40px;
    color: #b70021;
    text-wrap: nowrap;
}

.car_price {
    padding-left: 35px;
    font-size: 25px;
    font-weight: 700;
    color: #b70021;
    background: url("../img/ico_price.png") 0 50% no-repeat;
}

.car_profit {
    margin-top: 10px;
    font-size: 28px;
    font-weight: 600;
}

.car_profit b {
    font-weight: 900;
    color: #b70021;
}

.car_props {
    position: relative;
    background: #fff;
    padding: 5px 15px 5px 40px;
    width: max-content;
    border-radius: 20px;
    margin-top: 30px;
    margin-bottom: 25px;
}

.car_props:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    border-radius: 20px;
    background: url(../img/car_props_icon.svg) no-repeat #B70021;
    background-position: 8px;
}

.car_props p {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
}

.car_props p span {
    color: #B70021;
    font-weight: 700;
}

.car_comment {
    margin-top: 10px;
    padding: 5px 0 5px 35px;
    font-size: 20px;
    font-weight: 700;
    color: #b70021;
    background: url("../img/ico_power.png") 0 50% no-repeat;
}

.car_btns {
    /*margin-top: 35px;*/
}

.car_btns .btn {
    margin-top: 15px;
}

.car_techs {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    margin-top: 0px;
}

.car_techs > div b {
    display: block;
    font-size: 40px;
    font-weight: 400;
}

.car_techs > div span {
    display: block;
    margin-top: -2px;
    font-size: 15px;
    color: #363636;
}

/**********************
       cars_stock
****************************************************************************************************************/

.cars_stock .title {
    font-size: 50px;
    font-weight: 700;
    text-align: center;
}

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

.cars_stock .stock_item {
    width: 45%;
    margin-top: 45px;
    padding: 20px 20px 50px 20px;
    background: #efefef;
}

.cars_stock .stock_item_slider .slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0;
    list-style: none;
}

.cars_stock .stock_item_slider .slick-dots li {
    display: block;
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    list-style: none;
    background: #ffffff;
    cursor: pointer;
}

.cars_stock .stock_item_slider .slick-dots li.slick-active {
    background: #b70021;
}

.cars_stock .stock_item_slider .slick-dots li button {
    display: none;
}

.cars_stock .stock_item_info {
    padding: 30px 40px 0 40px;
}

.cars_stock .stock_item_name {
    padding-bottom: 10px;
    font-size: 36px;
    font-weight: 700;
}

.cars_stock .param {
    display: flex;
    align-items: center;
}

.cars_stock .param .param_name {
    min-width: 138px;
    margin-right: 10px;
    padding: 5px 0;
    padding-right: 10px;
    border-right: 1px solid #868686;
    font-size: 18px;
    font-weight: 300;
    color: #0c121c;
    text-align: right;
}

.cars_stock .param .param_val {
    font-weight: 500;
}

.cars_stock .stock_item_advs {
    margin-top: 10px;
}

.cars_stock .advantage {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.cars_stock .advantage .advantage_name {
    padding-right: 10px;
    font-size: 18px;
}

.cars_stock .advantage .advantage_val {
    font-size: 24px;
    font-weight: 700;
    color: #b70021;
}

.cars_stock .stock_item_btns {
    margin-top: 15px;
}

.cars_stock .stock_item_btns .btn {
    margin-bottom: 10px;
}

.cars_stock .stock_item_btns .btn:last-child {
    margin-bottom: 0;
}

.cars_stock .stock_showmore {
    display: inline-block;
    margin-top: 80px;
    font-size: 18px;
    color: inherit;
    text-transform: uppercase;
}

/***************************************************************************************************************
       EXTERIOR
**********************/

.exterior {
    margin-top: 80px;
    padding-top: 90px;
    background: url("../img/exterior_bg.jpg") 50% 0 no-repeat;
}

.exterior > img {
    display: none;
}

.ext_title {
    font-size: 70px;
    font-weight: 700;
}

.ext_ags {
    position: relative;
    min-height: 480px;
}

.ext_item {
    position: absolute;
}

.ext_item > span {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 34px;
    color: #ffffff;
    background: #b70021;
    cursor: pointer;
}

.ext_item_text {
    position: relative;
    top: -15px;
    left: 15px;
    box-sizing: border-box;
    width: 300px;
    max-width: 100%;
    padding: 20px 25px;
    font-size: 15px;
    opacity: 0;
    background: rgb(255, 255, 255, 0.78);
    transition: opacity 0.3s;
}

.ext_item:hover .ext_item_text {
    opacity: 1;
}

.plus1 {
    top: 120px;
    left: 120px;
}

.plus2 {
    top: 80px;
    left: calc(50% - 15px);
}

.plus3 {
    right: 15px;
    bottom: 170px;
}

.plus2 > span {
    top: 115px;
}

.plus3 > span {
    top: 75px;
}

.pulse::after,
.pulse::before {
    content: "";
    position: absolute;
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
    border: 2px solid #b70021;
    border-radius: 50%;
    opacity: 0;
    animation: pulse 2.5s linear infinite;
}

.pulse::after {
    animation-delay: 1.25s;
}

@keyframes pulse {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: scale(1.2);
    }
}

/**********************
       INTERIOR
**********************/

.interior {
    margin-top: 100px;
}

.int_title {
    margin-bottom: 35px;
    font-size: 50px;
    font-weight: 700;
    text-align: center;
}

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

.int_item {
    display: flex;
    overflow: hidden;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
    box-sizing: border-box;
    width: 24.6%;
    height: 578px;
    padding: 30px 15px 30px 30px;
    background: #000000;
    cursor: pointer;
    transition: all 0.5s;
}

.int_item_text {
    min-height: 90px;
    margin-bottom: 10px;
    font-size: 18px;
    color: #ffffff;
    opacity: 1;
    transition: opacity 0.3s 0.7s;
}

.int_item_img {
    display: none;
}

.int_item > img {
    transition: 0.5s;
}

.int_item.img1 {
    background: url("../img/interior_img1.jpg") 30% 0 no-repeat;
}

.int_item.img2 {
    background: url("../img/interior_img2.jpg") 10% 0 no-repeat;
}

.int_item.img3 {
    background: url("../img/interior_img3.jpg") 51% 0 no-repeat;
}

.int_item.img4 {
    background: url("../img/interior_img4.jpg") 50% 0 no-repeat;
}

.int_item.active {
    width: 100%;
    background-position: 50% 0 !important;
}

.int_item.active > img {
    transform: rotate(-180deg);
}

.int_item.hidden {
    width: 0;
    padding: 0;
}

.int_item.hidden .int_item_text {
    opacity: 0;
}

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

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

.credit > img {
    display: none;
}

.cred_wrap {
    width: 480px;
    max-width: 100%;
    margin-left: auto;
}

.cred_title {
    margin-bottom: 40px;
    font-size: 50px;
    font-weight: 700;
}

.cred_props div {
    margin-bottom: 25px;
    padding-left: 65px;
    font-size: 18px;
}

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

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

#cred_form {
    width: 340px;
    max-width: 100%;
    margin-top: 50px;
}

#cred_form .btn {
    margin-top: 30px;
}

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

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

.tradein > img {
    display: none;
}

.tradein_wrap {
    box-sizing: border-box;
    width: 50%;
    padding-left: 80px;
}

.tradein_title {
    margin-bottom: 20px;
    font-size: 50px;
    font-weight: 700;
}

.tradein_comment {
    margin-bottom: 30px;
    padding-left: 60px;
    font-size: 20px;
    background: url("../img/tradein_ico1.png") 0 50% no-repeat;
}

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

#tradein_form .form-group {
    margin-bottom: 20px;
}

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

#tradein_form .agree_field {
    display: block;
    margin-top: -10px;
}

.tradein_img {
    position: absolute;
    right: -105px;
    bottom: -75px;
}

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

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

.offer .column {
    display: flex;
    width: 50%;
    height: 528px;
}

.offer .column img {
    width: 100%;
    height: 100%;
    transition: all 0.3s;

    object-fit: cover;
}

.offer .column:last-child {
    margin-left: -1px;
}

.offer .column .big {
    position: relative;
    overflow: hidden;
    width: 65%;
    height: 100%;
}

.offer .column .big:hover img {
    transform: scale(1.1);
}

.offer .column .small {
    display: flex;
    flex-direction: column;
    width: 35%;
}

.offer .column .small > div {
    overflow: hidden;
    height: 50%;
}

.offer .column .small > div:hover img {
    transform: scale(1.1);
}

.offer_wrap {
    position: absolute;
    top: 90px;
    left: 115px;
}

.offer_title {
    margin-bottom: 15px;
    font-size: 50px;
    font-weight: 700;
    line-height: 120%;
    color: #ffffff;
}

.offer_comment {
    font-size: 20px;
    color: #ffffff;
}

.offer_wrap .btn {
    width: 340px;
    margin-top: 25px;
}

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

.contacts {
    margin-top: 100px;
}

.cont_wrap {
    margin-right: 60px;
    padding: 55px 60px 70px;
    background: #e6e7e8;
}

.cont_logo {
    margin-bottom: 35px;
}

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

.bot_addr {
    margin-bottom: 30px;
    padding-left: 35px;
    font-size: 20px;
    background: url("../img/ico_loc.png") 0 50% no-repeat;
}

.worktime {
    padding-left: 35px;
    font-size: 20px;
    background: url("../img/ico_time.png") 0 50% no-repeat;
}

.quest {
    width: 460px;
    max-width: 100%;
    padding-top: 45px;
    background: url("../img/quest_ico1.png") 93% 30% no-repeat;
}

.quest_text {
    font-size: 20px;
}

.quest_text b {
    display: block;
    margin-bottom: 20px;
    font-size: 30px;
}

.quest .btn {
    width: 340px;
    max-width: 100%;
    margin-top: 25px;
}

#map1 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 800px;
    height: 548px;
    background: url("../img/map.jpg") 50% no-repeat;
}

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

footer {
    margin-top: 100px;
    padding: 20px 0 35px;
    background: #000000;
}

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

.foot_logo span {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: #ffffff;
}

.foot_info {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    margin-top: 30px;
}

.foot_addr {
    margin-bottom: 5px;
    font-size: 15px;
    color: #8b8b8b;
}

.foot_phone {
    display: block;
    margin-bottom: 5px;
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
}

.foot_info .popup {
    font-size: 13px;
    color: #ffffff;
}

.yurinfo {
    margin-bottom: 25px;
    font-size: 13px;
    color: #8c8c8c;
}

footer .switch {
    font-size: 13px;
    color: #ffffff;
    text-decoration: none;
    pointer-events: none;
}

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

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

@media (max-width: 1600px) {
    .offer_wrap {
        left: 50px;
    }
}

/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px) {
    .title_container {
        margin-right: -20px;
    }

    .open_doors {
        background-position: 10% 0;
    }

    .title_pl {
        right: 0;
        transform: scale(0.8);
        transform-origin: 100% 50%;
    }

    .top_addr {
        display: none;
    }

    body {
        background-position: 34% 94px;
    }

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

    .car_image {
        margin-top: 110px;
    }

    .car_btns {
        margin-top: 20px;
    }

    .car_techs {
        margin-top: 0;
    }

    /**********************
           cars_stock
    ****************************************************************************************************************/
    .cars_stock {
    }

    .cars_stock .container {
    }

    .cars_stock .title {
    }

    .cars_stock .content {
    }

    .cars_stock .stock_item {
    }

    .cars_stock .stock_item_slider {
    }

    .cars_stock .stock_item_img {
    }

    .cars_stock .stock_item_img img {
    }

    .cars_stock .stock_item_info {
    }

    .cars_stock .stock_item_name {
    }

    .cars_stock .stock_item_params {
    }

    .cars_stock .param {
    }

    .cars_stock .param .param_name {
    }

    .cars_stock .param .param_val {
    }

    .cars_stock .param.param1 {
    }

    .cars_stock .param.param2 {
    }

    .cars_stock .param.param3 {
    }

    .cars_stock .param.param4 {
    }

    .cars_stock .stock_item_advs {
    }

    .cars_stock .advantage {
    }

    .cars_stock .advantage .advantage_name {
    }

    .cars_stock .advantage .advantage_val {
    }

    .cars_stock .advantage.ico1 {
    }

    .cars_stock .advantage.ico2 {
    }

    .cars_stock .advantage.ico3 {
    }

    .cars_stock .stock_item_btns {
    }

    .cars_stock .stock_item_btns .btn {
    }

    .cars_stock .stock_item_btns .btn:last-child {
    }

    .cars_stock .stock_showmore {
    }

    .exterior {
        padding-top: 30px;
        background-size: 140%;
    }

    .ext_ags {
        min-height: 370px;
    }

    .plus1 {
        top: 100px;
        left: 95px;
    }

    .plus2 {
        top: 40px;
    }

    .plus3 {
        right: -30px;
        bottom: 100px;
    }

    .int_item_text {
        font-size: 14px;
    }

    .credit {
        background-position: 60% 0;
    }

    .tradein_wrap {
        padding-left: 0;
    }

    .tradein_img {
        right: -300px;
    }

    .offer .column:first-child {
        width: 25%;
    }

    .offer .column:first-child > .big {
        display: none;
    }

    .offer .column:first-child > .small {
        width: 100%;
    }

    .offer .column:last-child {
        width: 75%;
        margin-left: 0;
    }

    .offer .column .small {
        width: 40%;
    }

    #map1 {
        width: 530px;
    }
}

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (min-width: 768px) and (max-width: 991px) {
    .title_container .pl_cred {
        top: 550px;
    }

    .car_item .pl_cred {
        transform: scale(0.7);
        transform-origin: 100% 50%;
    }

    .open_doors {
        background: #000000;
    }

    .open_doors > img {
        display: block;
    }

    .open_doors_wrap .btn {
        width: 100%;
    }

    header .btn {
        display: none;
    }

    .menu {
        /*background: rgba(0, 0, 0, 0.8);*/
    }

    .menu_wrap {
        width: 100%;
    }

    body {
        /*background: url(../img/bg1_mob.jpg) 50% 150px no-repeat white;*/
        /* background-position: 45% 340px; */
        background-size: 200%;
    }

    .title_container {
        padding-top: 170px;
        text-align: center;
    }

    .title1 {
        /* color: #000000; */
        display: inline-block;
        margin-bottom: 5px;
    }

    .title2 {
        /* color: #000000; */
        margin-bottom: 5px;
    }

    .title3 {
        /* color: #000000; */
    }

    .title_comment {
        /* margin-top: 375px; */
    }

    .title_container .btn {
        display: none;
    }

    .title_pl {
        position: relative;
        right: 0;
        bottom: 0;
        margin: 50vw auto 0;
        transform: unset;
    }

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

    .timer_title {
        /* color: #000000; */
    }

    div[id^="timer"] {
        margin: 0 auto !important;
    }

    span[id^="timer-number"] {
        color: #000000 !important;
    }

    span[id^="timer-text"] {
        color: #000000 !important;
    }

    .ags_list {
        flex-flow: wrap;
    }

    .ags_list a {
        justify-content: flex-start;
        box-sizing: border-box;
        width: 49% !important;
        min-height: 120px;
        padding-left: 60px;
    }

    .ags_list a:nth-child(2):after {
        content: "";
        position: absolute;
        top: calc(50% - 44px);
        right: -2px;
        width: 2px;
        height: 88px;
        background: #ffffff;
    }

    .cars_items {
        margin-top: 50px;
    }

    .car_item {
        flex-direction: column;
        padding: 40px 30px;
        background-size: cover !important;
    }

    .car_image {
        width: 100%;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .car_comment {
        margin-top: -5px;
    }

    .car_info {
        width: 100%;
        margin-top: -40px;
    }

    .car_title {
        position: absolute;
        top: 15px;
        left: 30px;
    }

    .car_techs {
        margin-top: 30px;
    }

    .car_techs > div b {
        font-size: 30px;
    }

    /**********************
           cars_stock
    ****************************************************************************************************************/
    .cars_stock {
    }

    .cars_stock .container {
    }

    .cars_stock .title {
    }

    .cars_stock .content {
    }

    .cars_stock .stock_item {
    }

    .cars_stock .stock_item_slider {
    }

    .cars_stock .stock_item_img {
    }

    .cars_stock .stock_item_img img {
    }

    .cars_stock .stock_item_info {
    }

    .cars_stock .stock_item_name {
    }

    .cars_stock .stock_item_params {
    }

    .cars_stock .param {
    }

    .cars_stock .param .param_name {
    }

    .cars_stock .param .param_val {
    }

    .cars_stock .param.param1 {
    }

    .cars_stock .param.param2 {
    }

    .cars_stock .param.param3 {
    }

    .cars_stock .param.param4 {
    }

    .cars_stock .stock_item_advs {
    }

    .cars_stock .advantage {
    }

    .cars_stock .advantage .advantage_name {
    }

    .cars_stock .advantage .advantage_val {
    }

    .cars_stock .advantage.ico1 {
    }

    .cars_stock .advantage.ico2 {
    }

    .cars_stock .advantage.ico3 {
    }

    .cars_stock .stock_item_btns {
    }

    .cars_stock .stock_item_btns .btn {
    }

    .cars_stock .stock_item_btns .btn:last-child {
    }

    .cars_stock .stock_showmore {
    }

    .exterior {
        padding-top: 20px;
    }

    .ext_ags {
        display: flex;
        flex-flow: wrap;
        justify-content: space-between;
        min-height: unset;
        padding-top: 290px;
    }

    .ext_item {
        position: relative;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 49%;
    }

    .ext_item:last-child {
        margin: 0 auto;
    }

    .ext_item > span {
        top: 0 !important;
    }

    .ext_item_text {
        opacity: 1;
        background: #e6e7e8;
    }

    .interior {
        margin-top: 50px;
    }

    .int_list {
        flex-direction: column;
    }

    .int_item {
        width: 100%;
        margin-bottom: 15px;
    }

    .int_item_text {
        min-height: auto;
    }

    .int_item > img {
        display: none;
    }

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

    .credit > img {
        display: block;
    }

    .cred_wrap {
        width: 100%;
        padding: 30px 0;
    }

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

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

    .tradein > img {
        display: block;
    }

    .tradein_wrap {
        width: 100%;
        padding: 30px 0;
    }

    #tradein_form {
        width: 100%;
    }

    .tradein_img {
        display: none;
    }

    .offer {
        margin-top: 0;
    }

    .offer .column:first-child {
        display: none;
    }

    .offer .column:last-child {
        width: 100%;
    }

    .contacts {
        margin-top: 30px;
    }

    .cont_wrap {
        margin-right: 0;
        padding: 30px 50px;
    }

    .quest {
        box-sizing: border-box;
        width: 100%;
        padding: 20px 50px;
    }

    .quest .btn {
        width: 100%;
    }

    #map1 {
        position: relative;
        width: 100%;
    }

    footer {
        margin-top: 30px;
    }

    .foot_info {
        margin-top: 0;
    }

    .foot_wrap {
        margin-bottom: 20px;
    }
}

/*IPAD END*/

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

    .mobile_phone {
        position: fixed;
        bottom: 0px;
        left: 0px;
        right: 0;
        width: 100%;
        padding: 10px;
        display: block;
        background: #f3f3f3;
        z-index: 12;
        text-align: center;
        box-shadow: 0px 0px 5px hwb(0deg 0% 100% / 10%)
    }

    .mobile_phone a {
        display: block;
        color: inherit;
        text-decoration: none;
        font-weight: 700;
    }

    .car_image {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .car_item#moskvich3e .car_image {
        margin-top: 100px;
    }

    .title_container .pl_cred {
        transform: scale(0.65);
        transform-origin: 70% 0;
    }

    .car_item .pl_cred {
        transform: scale(0.6);
        transform-origin: 100% 50%;
    }

    .open_doors {
        background: #000000;
    }

    .open_doors > img {
        display: block;
    }

    .open_doors_wrap {
        padding: 20px 15px;
    }

    .open_doors_text {
        font-size: 22px;
    }

    .open_doors_text span {
        font-size: 30px;
    }

    .open_doors_wrap .btn {
        width: 100%;
    }

    .fancybox-type-image {
        left: 0 !important;
        width: 100% !important;
        margin: 0 !important;
    }

    .fancybox-close {
        top: 9px !important;
        right: 9px !important;
    }

    .fancybox-inner {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .fancybox-wrap {
        top: 20px !important;
        left: 0 !important;
        width: 100% !important;
        margin: 0 !important;
    }

    .fancybox-type-image .fancybox-close {
        top: -8px !important;
    }

    .popup_container {
        width: 100%;
    }

    /*******************************************************************/
    header {
        padding: 16px 0;
        box-shadow: 0 0 5px #b3b3b3;
    }

    .logo_wrap {
        width: 85%;
    }

    .logo1:after {
        height: 30px;
    }

    header .container {
        flex-flow: wrap;
    }

    .top_addr {
        display: none;
    }

    .top_phone {
        display: block;
        width: 100%;
        margin-top: 10px;
        font-size: 20px;
        text-align: center;
        display: none;
    }

    header .btn {
        display: none;
    }

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

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

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

    header .m_btn span:nth-child(2) {
        top: calc(50% - 1.5px);
        opacity: 1;
    }

    header .m_btn span:nth-child(3) {
        bottom: 0;
    }

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

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

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

    .menu {
        position: fixed;
        z-index: 2;
        top: 107px;
        right: -100%;
        left: unset;
        display: block;
        width: 100%;
        height: auto;
        padding: 10px 0;
        background: #000000;
        background: #fff;
        transition: all 0.3s linear;
    }

    .menu.dark {
        background: #fff;
    }

    .menu.active {
        right: 0;
    }

    .menu_wrap {
        align-items: center;
        flex-direction: column;
        width: 100%;
    }

    .menu_wrap a {
        padding: 10px 0;
    }

    .title_container {
        padding-top: 123px;
        text-align: center;
    }

    .title1 {
        margin-bottom: 0;

        /* text-transform: uppercase; */
        padding: 4px 0 5px 16px;
        font-size: 22px;
        font-weight: 400;
        color: #ffffff;
        background: url("../img/ico_time.svg") 24% 50% no-repeat;
    }

    .title2 {
        margin-bottom: 15px;
        font-size: 32px;
    }

    .title3 {
        font-size: 32px;
    }

    .title_comment {
        font-size: 32px;
    }

    .title_pl {
        position: relative;
        right: 0;
        bottom: 0;

        /* transform-origin: 0 50%; */
        margin-top: 86vw;
        transform: scale(0.9);
    }

    .title_container .btn {
        display: none;
    }

    /* .title_pl {
          position: relative;
          margin-top: 10px;
          right: 0;
          bottom: 0;
          transform: scale(0.7);
          transform-origin: 0 50%;
          margin-top: -5px;
      } */
    .timer_block {
        margin-top: 10px;
    }

    .timer_title {
        margin-bottom: 0;
        font-size: 19px;
        color: #000000;
    }

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

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

    span[id^="timer-number"] {
        color: #000000 !important;
    }

    span[id^="timer-text"] {
        color: #000000 !important;
    }

    .advantages {
        margin-top: 10px;
    }

    .ags_list {
        flex-flow: wrap;
    }

    .ags_list a {
        justify-content: flex-start;
        box-sizing: border-box;
        width: 100% !important;
        min-height: 80px;
        padding-left: 30px;
    }

    .ags_list a span {
        padding-left: 60px !important;
    }

    .ags_list a:before {
        top: calc(50% - 30px);
        height: 60px;
    }

    .ags_list a:after {
        content: "";
        position: absolute;
        top: calc(50% - 30px) !important;
        right: -2px;
        width: 2px;
        height: 60px !important;
        background: #ffffff;
    }

    .cars_items {
        margin-top: 50px;
    }

    .car_item {
        flex-direction: column;
        margin-bottom: 40px;
        padding: 160px 15px 10px;
        background-size: cover !important;
    }

    .car_name {
        margin-bottom: 0;
    }

    #moskvich6 .car_name {
        display: block;
    }

    .car_name__new {
        display: block;
        padding: 0;
    }

    .be_first {
        padding: 10px 0;
        font-size: 30px;
        color: #b70021;
        text-wrap: nowrap;
    }

    .car_profit {
        font-size: 24px;
    }

    .car_profit span {
        font-weight: 900;
        color: #B70021;
    }

    .car_image {
        width: 100%;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .car_comment {
        margin-top: 5px;
    }

    .car_info {
        width: 100%;
        margin-top: -40px;
    }

    .car_title {
        position: absolute;
        top: 15px;
        left: 30px;
    }

    .car_techs {
        flex-flow: wrap;
        margin-top: 30px;
    }

    .car_techs > div {
        width: 50%;
        margin-bottom: 15px;
        text-align: center;
    }

    .car_techs > div b {
        font-size: 24px;
    }

    .car_techs > div span {
        font-size: 12px;
    }

    /**********************
           cars_stock
    ****************************************************************************************************************/
    .cars_stock {
    }

    .cars_stock .container {
    }

    .cars_stock .title {
        font-size: 32px;
    }

    .cars_stock .content {
    }

    .cars_stock .stock_item {
        width: 100%;
        margin-top: 30px;
        padding: 0;
        background: none;
    }

    .cars_stock .stock_item_slider {
    }

    .cars_stock .stock_item_img {
    }

    .cars_stock .stock_item_img img {
    }

    .cars_stock .stock_item_info {
        padding: 0;
        padding-top: 20px;
    }

    .cars_stock .stock_item_name {
    }

    .cars_stock .stock_item_params {
    }

    .cars_stock .param {
    }

    .cars_stock .param .param_name {
        min-width: 120px;
        font-size: 14px;
    }

    .cars_stock .param .param_val {
        font-size: 14px;
    }

    .cars_stock .param.param1 {
    }

    .cars_stock .param.param2 {
    }

    .cars_stock .param.param3 {
    }

    .cars_stock .param.param4 {
    }

    .cars_stock .stock_item_advs {
    }

    .cars_stock .advantage {
    }

    .cars_stock .advantage .advantage_name {
        font-size: 14px;
    }

    .cars_stock .advantage .advantage_val {
        font-size: 16px;
    }

    .cars_stock .advantage.ico1 {
    }

    .cars_stock .advantage.ico2 {
    }

    .cars_stock .advantage.ico3 {
    }

    .cars_stock .stock_item_btns {
    }

    .cars_stock .stock_item_btns .btn {
    }

    .cars_stock .stock_item_btns .btn:last-child {
    }

    .cars_stock .stock_showmore {
        margin-top: 20px;
    }

    .exterior {
        margin-top: 50px;
        padding-top: 0;
        background: none;
    }

    .exterior > img {
        display: block;
    }

    .ext_title {
        margin: 15px 0;
        font-size: 40px;
        text-align: center;
    }

    .ext_ags {
        display: flex;
        flex-flow: wrap;
        justify-content: space-between;
        min-height: unset;
        padding-top: 0;
    }

    .ext_item {
        position: relative;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100%;
    }

    .ext_item:last-child {
        margin: 0 auto;
    }

    .ext_item > span {
        top: 0 !important;
    }

    .ext_item_text {
        width: 90%;
        opacity: 1;
        background: #e6e7e8;
    }

    .interior {
        margin-top: 30px;
    }

    .int_list {
        flex-direction: column;
    }

    .int_title {
        font-size: 40px;
    }

    .int_item {
        width: 100%;
        height: auto;
        margin-bottom: 15px;
        padding: 0;
        background: none !important;
    }

    .int_item_img {
        display: block;
    }

    .int_item_text {
        width: 100%;
        min-height: auto;
        margin-top: 15px;
        color: #000000;
    }

    .int_item_text br {
        display: none;
    }

    .int_item > img {
        display: none;
    }

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

    .credit > img {
        display: block;
    }

    .cred_wrap {
        width: 100%;
        padding: 20px 0;
    }

    .cred_title {
        font-size: 40px;
        text-align: center;
    }

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

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

    .tradein > img {
        display: block;
    }

    .tradein_wrap {
        width: 100%;
        padding: 20px 0;
    }

    .tradein_title {
        font-size: 40px;
        text-align: center;
    }

    #tradein_form {
        width: 100%;
    }

    .tradein_img {
        display: none;
    }

    .offer {
        margin-top: 0;
    }

    .offer .column:first-child {
        display: none;
    }

    .offer .column:last-child {
        width: 100%;
        margin-left: 0;
    }

    .offer .column .small {
        display: none;
    }

    .offer .column .big {
        width: 100%;
    }

    .offer_wrap {
        top: 50px;
        left: 0;
        box-sizing: border-box;
        width: 100%;
        padding: 0 15px;
    }

    .offer_title {
        font-size: 38px;
    }

    .offer_comment {
        font-size: 16px;
    }

    .offer_wrap .btn {
        width: 100%;
    }

    .contacts {
        margin-top: 30px;
    }

    .cont_wrap {
        margin-right: 0;
        padding: 30px 20px;
    }

    .bot_addr {
        font-size: 16px;
    }

    .bot_phone {
        font-size: 26px;
    }

    .worktime {
        font-size: 16px;
    }

    .quest {
        box-sizing: border-box;
        width: 100%;
        padding: 20px 0;
    }

    .quest .btn {
        width: 100%;
    }

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

    footer {
        margin-top: 30px;
    }

    .foot_info {
        margin-top: 0;
    }

    .foot_wrap {
        align-items: center;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .foot_logo {
        margin-bottom: 10px;
        text-align: center;
    }

    .foot_info {
        align-items: center;
    }
}

/*MOBILE END*/

/* Portrait phones and smaller */
@media (max-width: 560px) {
    body {
        background-position: 50% 70px !important;
        background-size: 100% !important;
    }

    .title_container {
        margin-right: -50px;
        margin-left: -50px;
        padding-top: 100px;
        text-align: center;
    }

    .title1 {
        margin-bottom: 7px;
        margin-bottom: 0;
        padding: 4px 0 5px 16px;
        font-size: 22px;
        font-weight: 400;
        background: url("../img/ico_time.svg") 24% 50% no-repeat;
    }

    .title2 {
        margin-bottom: 15px;
        font-size: 5vw;
    }

    .title3 br {
        display: inline;
    }

    .title_comment {
        font-size: 5vw;
    }

    .title_pl {
        position: relative;
        right: 48px;
        bottom: -1px;

        /* transform-origin: 0 50%; */
        margin-top: 72vw;
        transform: scale(0.7);
    }
}

@media (max-width: 460px) {
    .timer_title {
        color: #ffffff;
    }

    span[id^="timer-number"] {
        color: #ffffff !important;
    }

    span[id^="timer-text"] {
        color: #ffffff !important;
    }

    .title1 {
        margin-bottom: 7px;
        padding: 4px 0 5px 16px;
        font-size: 22px;
        background: url("../img/ico_time.svg") 20% 50% no-repeat;
    }

    .title2 {
        margin-bottom: 15px;
        font-size: 5vw;
    }

    .title3 {
        font-size: 5vw;
    }

    .title3 br {
        display: inline;
    }

    .title_comment {
        font-size: 5vw;
    }

    .title_pl {
        position: relative;
        right: 48px;
        bottom: -1px;

        /* transform-origin: 0 50%; */
        margin-top: 66vw;
        transform: scale(0.7);
    }

    .car_props {
        padding: 5px 15px 5px 30px;
    }

    .car_props p {
        font-size: 14px;
    }

    .car_props:before {
        width: 26px;
        height: 26px;
        background-position: 5px;
    }

    .car_profit {
        font-size: 18px;
    }
}

@media (max-width: 460px) {
    .car_item#moskvich3e .car_image {
        margin-top: 50px;
    }

    .title1 {
        margin-bottom: 7px;
        padding: 4px 0 5px 16px;
        font-size: 16px;
        background: url("../img/ico_time.svg") 26% 50% no-repeat;
        background-size: 5%;
    }

    .title2 {
        margin-bottom: 15px;
        font-size: 5vw;
    }

    .title3 {
        font-size: 5vw;
        font-weight: 400;
    }

    .title3 br {
        display: inline;
    }

    .title_comment {
        font-size: 5vw;
    }

    .title_pl {
        position: relative;
        right: 65px;
        bottom: -15px;
        margin-top: 58vw;
        transform: scale(0.6);
    }

    .timer_block {
        margin-top: 0;
    }
}

@media (max-width: 360px) {
    .title_container .pl_cred {
        transform: scale(0.6);
        transform-origin: 80% 0;
    }

    .title_pl {
        position: relative;
        right: 87px;
        bottom: -15px;
        margin-top: 55vw;
        transform: scale(0.55);
    }

    .timer_title {
        font-size: 15px;
    }

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

    .car_name {
        font-size: 34px;
    }

    .car_techs > div b {
        font-size: 20px;
    }

    .car_comment {
        margin-top: 0;
        font-size: 16px;
    }

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

    .tradein_comment {
        font-size: 16px;
    }

    .bot_phone {
        font-size: 22px;
    }

    .bot_addr {
        font-size: 14px;
    }

    .quest_text b {
        font-size: 24px;
    }

    .quest_text {
        font-size: 16px;
    }
}

@media (max-width: 320px) {
    .title1 {
        background: url("../img/ico_time.svg") 26% 50% no-repeat;
        background-size: 5%;
    }

    .title_pl {
        margin-top: 52vw;
    }
}

.star {
    margin-top: 100px;
    margin-bottom: 100px;
    padding-top: 20px;
    padding-bottom: 36px;
    background-image: url(../img/starBack.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

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

.star__radioIconBlock {
    width: 145px;
    height: 85px;
    background-image: url(../img/radioLogo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.star__mainBlock {
    max-width: 466px;
    padding-top: 17px;
}

.star__logoBlock {
    margin-bottom: 20px;
}

.star__title {
    margin: 0;
    margin-bottom: 20px;
    font-size: 64px;
    font-weight: 800;
    color: #ffffff;
    text-shadow: 0 0 19.9px #85c5f2;
    text-transform: uppercase;
}

.star__descr {
    margin: 0;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    color: #ffffff;
}

.star__descrBold {
    font-weight: 800;
}

.star__link {
    display: block;
    max-width: 155px;
    padding: 17px 93px;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #b70021;
}

.star__mobileMalikov {
    display: none;
}

@media (max-width: 767px) {
    .star__container {
        align-items: center;
        flex-direction: column;

        row-gap: 20px;
    }

    .star__radioIconBlock {
        margin-left: auto;
    }

    .star__title {
        font-size: 46.5px;
        text-align: center;
    }

    .star__link {
        margin: 0 auto;
        font-size: 14px;
    }

    .star__descr {
        margin-left: 10px;
        font-size: 13px;

        backdrop-filter: blur(60px);
    }

    .star {
        margin-top: 50px;
        margin-bottom: 50px;
        padding-bottom: 0;
        background-image: url(../img/bg_mobile_star.png);
    }

    .star__mobileMalikov {
        display: block;
    }

    .star__radioIconBlock {
        display: none;
    }
}

@media (max-width: 460px) {
    body {
        background: url(../img/hero_mob.png) 50% 94px no-repeat white;
    }

    .title2 {
        max-width: 420px;
        margin: 0 auto;
        margin-bottom: 16px;
        font-weight: 400;
        font-size: 6vw;
    }

    .title3 {
        font-size: 6vw;
    }
}

@media (max-width: 440px) {
    .star__title {
        font-size: 46.4px;
        text-align: center;
    }
}

@media (max-width: 390px) {
    .star__descr {
        margin-left: 0;
        font-size: 12px;
    }

    .title2 {
        max-width: 346px;
    }
}
