html {
    overflow-x: hidden;
}

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

.agree_field.error {
    color: red;
}
.agree_field.error input[type="checkbox"] {
    outline: 2px solid red;
    outline-offset: 2px;
}

.agree_field.error {
    color: red; 
}

.agree_field.error a {
    color: red !important; 
}

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

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, 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="text"] {
    color: black;
    display: block;
    height: 56px;
    line-height: 56px;
    text-decoration: none;
    text-align: left;
    /* text-transform: uppercase; */
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    background: #f3f3f3;
    border: 1px solid #f3f3f3;
    padding: 10px;
}

.popup_container .form-group textarea {
    color: black;
    display: block;
    height: 100px;
    text-decoration: none;
    text-align: left;
    /* text-transform: uppercase; */
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    background: none;
    border: 1px solid #c0c6c9;
    padding: 10px;
    resize: none;
    font-family: "Montserrat";
    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: "Montserrat";
    padding-left: 10px;
    height: 38px;
    background-color: white;
    border-radius: 5px;
    border: 1px solid #c0c6c9;
}

.popup_container .form-group select option {
}

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

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

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

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

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

.agree_field a{
    color: #000000;
}

.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%;
    color: #000000;
    font-size: 16px;
    box-sizing: border-box;
    font-weight: 400;
    font-family: "Montserrat";
    padding: 0px 20px;
    outline: none;
    background: white;
    border-radius: 0px;
    border: 1px solid #000000;
}

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: "Montserrat";
    outline: none;
}

form .form-group button {
    width: 100%;
    cursor: pointer;
    font-family: "Montserrat";
    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;
}

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

.cookie_text.hide {
    display: none;
}

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

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

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

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

.btn:hover {
    background: #a00015;
}

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

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

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

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

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

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

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

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

.logo2 {
    margin-left: 13px;
    padding-left: 13px;
    border-left: 1px solid #000000;
}

.top_addr {
}

.top_phone {
    font-weight: 600;
    color: #000;
    text-decoration: none;
    font-size: 20px;
}

header .btn {
    width: 277px;
}

.menu {
    position: fixed;
    top: 120px;
    left: 0;
    right: 0;
    z-index: 5;
    background: #000000;
    padding: 14px 0;
    display: flex;
    justify-content: space-between;
}

.menu_wrap {
    margin: 0 auto;
    width: 68%;
    display: flex;
    justify-content: space-between;
}

.menu a {
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
}

.menu a:hover {
    text-decoration: underline;
}

header .m_btn {
    display: none;
}

/**********************
        BANNER
**********************/
.banner {
    position: relative;
    top: 170px;
}

.banner-slider {
    top: 0;
    z-index: -1;
}
.banner .container {
}

.titles {
    z-index: 1;
    position: absolute;
    top: 18px;
    width: 100%;
}

.title_container {
    position: relative;
    max-width: 816px;
    margin: 0 auto;
    padding: 24px 0 50px;
    background: #FFFFFFB2;
}

.title1 {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}

.title1 .br_mob {
    display: none;
}

.title2 {
    margin-top: 12px;
    width: -webkit-fill-available;
    padding: 10px 0;
    font-size: 36px;
    font-weight: 400;
    color: #ffffff;
    background: #D6001C;
    text-align: center;
}

.title2 sup {
    font-size: 0.4em;
    top: 2px;
}

.title2 .br_mob {
    display: none;
}

.title2 .text_anim {
    -webkit-animation: pulsate3 2s linear infinite;
    animation: pulsate3 2s linear infinite;
}

@-webkit-keyframes pulsate3 {
    50% {
        text-shadow: 0 -1px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff;
    }
}

@keyframes pulsate3 {
    50% {
        text-shadow: 0 -1px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff;
    }
}

.banner_props {
    margin-top: 14px;
    display: flex;
    justify-content: center;
    column-gap: 20px;
}
.banner_props a {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 42px;
    font-size: 24px;
    font-weight: 500;
    text-decoration: none;
    color: #000000;
}
.banner_props a sup {
    font-size: 80%;
}
.banner_props a:before {
    content: '';
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
}
.banner_props .ico1:before {
    background: url(../img/banner_props_ico1.svg) no-repeat;
}

.title_container .btn {
    position: absolute;
    width: 278px;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    margin-bottom: 18px;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
.swiper-pagination-bullet {
    width: 40px;
    height: 3px;
    border-radius: 0;
    background-color: #464646;
    opacity: 1;
}

.swiper-pagination-horizontal.swiper-pagination-bullets
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #d6001c;
}

.props {
    margin-top: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    background: #fff;
}

.props.props_mob {
    display: none;
}

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

.title_props > a {
    text-decoration: none;
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: center;
    padding-left: 50px;
    background-size: 40px auto !important;
}

.title_props > a b {
    font-size: 20px;
}

.title_props > a:last-child {
    margin-bottom: 0;
}

.title_props > a.ico1 {
    background: url("../img/title_ico1.png") 0 50% no-repeat;
}

.title_props > a.ico2 {
    background: url("../img/title_ico2.png") 0 50% no-repeat;
    background-size: 50px auto !important;
    padding-left: 56px;
}

.title_props > a.ico3 {
    padding-top: 5px;
    padding-bottom: 5px;
    background: url("../img/title_ico3.png") 0 50% no-repeat;
}

.title_props > a.ico4 {
    background: url("../img/title_ico4.png") 0 50% no-repeat;
}

.title_props > a.ico5 {
    background: url("../img/title_ico5.png") 0 50% no-repeat;
}

.title_props > a.ico6 {
    background: url("../img/title_ico6.png") 0 50% no-repeat;
}

.title_props > a.ico7 {
    background: url("../img/title_ico7.svg") 0 50% no-repeat;
    background-size: initial !important;
    padding-left: 56px;
}

.title_des {
    position: absolute;
    top: 472px;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
}

.title_des b {
    display: block;
    margin-bottom: 10px;
    font-size: 24px;
}

/**********************
         timer
**********************/

.timer_block {
    background: #000;
    padding: 40px 0;
    margin-top: 169px;
}

.timer_block .container {
}

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

.timer_block .content .btn {
    width: 350px;
    margin-right: 100px;
}

.timer_block .info_block {
}

.timer_block .timer_title {
    color: #fff;
    font-size: 32px;
    padding-bottom: 20px;
}

.timer_block .timer_title b {
    text-transform: uppercase;
    font-size: 40px;
}

.timer_block .timer {
}

.timer_block .timer div[id^="timer"] {
}

.timer_block .timer span[id^="timer-separator"] {
    color: #fff !important;
}

.timer_block .timer_form {
    width: 385px;
}

.timer_block .timer_form form {
}

.timer_block .timer_form form .form-group {
}

.timer_block .timer_form form .agree_field,
.timer_block .timer_form form .agree_field a {
    color: #fff;
}

.timer_block .timer_form form .form-group input[type="tel"],
.timer_block .timer_form form .form-group input[type="text"],
.timer_block .timer_form form .form-group select {
    color: #fff;
    background: #1a1a1a;
    border-color: #868686;
}

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

.cars_items {
    margin-top: 100px;
}

.cars_items_title {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 80px;
}

.car_item {
    position: relative;
    margin-bottom: 130px;
}

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

.car_text {
    width: 380px;
    /*margin-top: 20px;*/
}

.car_title {
    margin-bottom: 20px;
}

.car_name {
    display: inline-block;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
}

#moskvich_3e .car_name:before {
    content: "";
    width: 27px;
    height: 49px;
    background: url("../img/ico_flash.png") 50% no-repeat;
    position: absolute;
    top: 0;
    right: -45px;
}

.car_name span {
    color: #e6e6e6;
    font-size: 40px;
}

.car_name b {
    color: #d6001c;
    font-size: 40px;
}

.car_comment {
    font-weight: 700;
    font-size: 18px;
}

.car_comment sup {
    font-size: 80%;
}

.car_new {
    font-size: 40px;
    color: #d6001c;
    position: relative;
    top: -15px;
}

.car_new span {
    font-weight: 700;
    text-transform: uppercase;
}

.car_price {
    font-size: 26px;
    color: #d6001c;
}

.car_price span {
    font-size: 30px;
    font-weight: 700;
}

.car_cred {
    background: url(../img/title_ico2.png) 0 10px no-repeat;
    font-size: 18px;
    font-weight: 700;
    padding-left: 50px;
    padding-top: 15px;
    margin-bottom: 15px;
}

.car_cred span {
    color: #d6001c;
}

.car_cred span b {
    font-size: 24px;
}

.car_profit {
    background: url(../img/car_profit_ico1.png) 0 10px no-repeat;
    font-size: 18px;
    font-weight: 700;
    padding-left: 40px;
    padding-top: 15px;
    padding-bottom: 5px;
    margin-top: 5px;
}

.car_profit.car_profit2 {
    background: url(../img/car_profit_ico2.png) 0 10px no-repeat;
}

.car_profit span {
    font-size: 24px;
    color: #d6001c;
}

.car_techs {
    box-sizing: border-box;
    padding: 25px 100px;
    background: url("../img/car_techs_bg.png") 50% 0 no-repeat;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    position: relative;
    margin-top: -130px;
    display: none;
}

.car_techs > div {
    font-size: 16px;
    color: #333333;
}

.car_techs > div b {
    display: block;
    font-weight: 600;
    font-size: 36px;
    white-space: nowrap;
}

.car_image {
    width: 62%;
    margin-left: 0px;
    position: relative;
}

#moskvich_6 .car_image img {
    /*padding: 0 0 130px 0;*/
}

.car_image img {
}

.car_props {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 14px;
}

.car_props > a {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    padding-left: 46px;
    white-space: nowrap;
    min-height: 34px;
}

.car_props > a sup {
    font-size: .6em;
    top: 2px;
}

.car_props > a .text_anim sup {
    font-size: .48em;
}

.car_props > a:before {
    content: '';
    position: absolute;
    left: 0;
    width: 34px;
    height: 34px;
}

.car_props > a.ico1:before {
    background: url("../img/car_profit_ico1.png") 50% 50% no-repeat;
    background-size: contain;
}

.car_props > a.ico2:before {
    background: url("../img/car_profit_ico2.png") 50% 50% no-repeat;
    background-size: contain;
}

.car_props > a.ico3:before {
    background: url("../img/title_ico4.png") 50% 50% no-repeat;
    background-size: contain;
}

.car_props > a.ico5:before {
    background: url("../img/title_ico5.svg") 50% 50% no-repeat;
    background-size: contain;
}

.car_props > a b {
    color: #d6001c;
    font-size: 24px;
}
.car_props > a .text_anim {
    -webkit-animation: pulsate2 2s linear infinite;
    animation: pulsate2 2s linear infinite;
}
.car_props .car_profit2 {
    font-size: 24px;
    text-shadow: 0 -1px #fff;
    -webkit-animation: pulsate2 2s linear infinite;
    animation: pulsate2 2s linear infinite;
}

@-webkit-keyframes pulsate2 {
    50% {
        text-shadow: 0 -1px #d6001c, 0 0 3px #d6001c, 0 0 3px #d6001c;
    }
}

@keyframes pulsate2 {
    50% {
        text-shadow: 0 -1px #d6001c, 0 0 3px #d6001c, 0 0 3px #d6001c;
    }
}

.color_wrap {
    position: absolute;
    right: 0;
    top: 110px;
}

.color_wrap > div {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    transition: all 0.3s;
    margin: 10px 0;
    box-sizing: border-box;
    border: 1px solid transparent;
    cursor: pointer;
    position: relative;
}

.color_wrap > div:before {
    content: "";
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    border: 1px solid #d6001c;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    left: -5px;
    display: none;
}

.color_wrap > div.active:before {
    display: block;
}

.car_btns {
    width: 100%;
}

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

.car_gallery {
    margin-top: 20px;
    width: 101%;
    left: -0.5%;
}

.car_gallery a {
    margin: 0 8px;
}

.car_gallery .slick-slide img {
    width: 100%;
}

.car_gallery .slick-dots {
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 8px;
}

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

.car_gallery .slick-dots li {
    width: 14px;
    height: 14px;
    border-radius: 50px;
    background: #c3c3c3;
}

.car_gallery .slick-dots li.slick-active {
    width: 16px;
    height: 16px;
    background: #d6001c;
}

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

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

.tradein > img {
    display: none;
}

.tradein_wrap {
    width: 380px;
    margin-left: auto;
    margin-right: 100px;
}

.tradein_title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #ffffff;
}

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

.tradein .btn {
    width: 380px;
    margin-top: 35px;
}

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

.credit {
    padding: 103px 0 160px;
    background: url("../img/credit_bg.jpg") 50% 0 no-repeat;
}

.credit > img {
    display: none;
}

.cred_wrap {
    width: 380px;
    margin-left: 100px;
}

.cred_title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: #ffffff;
}

.cred_comment {
    font-size: 18px;
    color: #ffffff;
}

.credit .btn {
    width: 380px;
    margin-top: 35px;
}

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

.contacts {
    position: relative;
}

.cont_wrap {
    display: flex;
    background: #ffffff;
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    transform: skewX(-14deg);
    height: 300px;
    z-index: 1;
}

.cont_text_wrap {
    background: #f9f9f9;
    height: 100%;
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cont_text {
    transform: skewX(14deg);
}

.cont_title {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

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

.bot_phone {
    font-weight: 700;
    font-size: 22px;
    color: #000000;
    text-decoration: none;
    padding-left: 40px;
    background: url("../img/ico_phone.png") 0 50% no-repeat;
}

.cont_form_wrap {
    width: 60%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cont_form {
    transform: skewX(14deg);
}

.cont_form_comment {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
}

#cont_form {
    width: 575px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

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

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

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

footer {
    padding: 60px 0;
    background: #000000;
    position: relative;
}
.cookie_disc {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 10px;
}

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

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

footer .copyright {
    color: #ffffff;
    font-size: 16px;
    /* position: absolute;
    top: 0;
    right: 0; */
}

footer .comp_info {
    color: #ffffff;
    font-size: 16px;
    /* position: absolute; */
    left: 0;
    right: 0;
    /* top: -10px; */
    padding-bottom: 10px;
}

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

/*------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 1920px) {
    .title_des {
        top: 24vw;
    }
}

@media (max-width: 1680px) {
    .banner-slider .swiper-slide {
        overflow: hidden;
    }
    .banner-slider .swiper-slide picture img {
        position: relative;
        max-width: 140%;
        transform: translateX(-50%);
        left: 50%;
    }
    .title_des {
        top: 20vw;
    }
}

@media (max-width: 1500px) {
    
    .title2 {
        font-size: 26px;
    }
}

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

/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px) {
    body {
        background-position: 30% 170px;
    }
    .title_container {
    }
    .timer_block .timer_title {
        font-size: 28px;
    }

    .timer_block .content .btn {
        margin-right: 0;
        width: 300px;
    }

    .title_props > a br {
        display: none;
    }

    .car_props {
        flex-direction: column;
        align-items: flex-start;
    }

    .top_addr {
        display: none;
    }

    .car_name {
        white-space: nowrap;
        margin-bottom: 10px;
    }

    #moskvich_6 .car_image img {
        /*padding: 50px 0 150px 0;*/
    }

    .car_new {
        top: 0;
    }

    .car_text {
        margin-top: 0;
    }

    .car_image {
        width: 60%;
        margin-left: -30px;
    }

    #moskvich_3 .car_gallery {
        margin-top: -20px;
    }

    .car_techs {
        padding: 25px 40px;
        margin-top: -60px;
    }

    .cred_props > div span b {
        font-size: 60px;
    }

    .cont_wrap {
        right: 0;
    }

    .cont_form {
        width: 80%;
    }

    #cont_form {
        width: 100%;
    }
}

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (min-width: 768px) and (max-width: 991px) {
    header {
        padding: 15px 0;
    }

    header .btn {
        display: none;
    }

    .menu {
        top: 90px;
    }

    .menu_wrap {
        width: 100%;
    }

    body {
        background-size: 150%;
        background-position: 50% 140px;
    }

    .banner {
        top: 140px;
    }

    .banner_props a {
        font-size: 2vw;
    }

    .timer_block .content {
        flex-direction: column;
    }

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

    .titles {
        top: 10px;
    }

    .title1 {
        font-size: 2.4vw;
    }
    .title2 {
        margin-top: 1vw;
        padding: 1vw 0;
        font-size: 2.4vw;
    }
    .banner_props {
        margin-top: 1vw;
    }

    .title_props {
        display: flex;
        flex-flow: wrap;
    }

    .props {
    }

    .title_props > a {
        box-sizing: border-box;
        width: 40%;
    }

    .car_wrap {
        flex-direction: column;
        padding-top: 64px;
    }

    .car_props {
        margin-left: 0;
    }

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

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

    #moskvich_3 .car_text {
        margin-top: -150px;
    }

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

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

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

    .car_techs {
        padding: 20px;
        margin-top: 20px;
    }

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

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


    #moskvich_3 .car_gallery {
        margin-top: 20px;
    }

    .tradein {
        padding: 0;
        margin-top: 50px;
        background: #d6001c;
    }

    .tradein > img {
        display: block;
    }

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

    .tradein .btn {
        width: 100%;
    }

    .credit {
        padding: 0;
        background: #000000;
    }

    .credit > img {
        display: block;
    }

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

    .credit .btn {
        width: 100%;
    }

    .contacts {
        margin-top: 0;
    }

    .cont_wrap {
        width: 100%;
        position: relative;
        top: 0;
        right: 0;
        flex-direction: column;
        transform: unset;
        height: unset;
    }

    .cont_text_wrap {
        box-sizing: border-box;
        width: 100%;
        justify-content: flex-start;
        padding: 30px;
    }

    .cont_text {
        transform: unset;
    }

    .cont_form_wrap {
        box-sizing: border-box;
        width: 100%;
        justify-content: flex-start;
        padding: 30px;
    }

    .cont_form {
        width: 100%;
        transform: unset;
    }

    #map1 {
        width: 100%;
        height: 500px;
        background-position: 50% 100%;
    }
}

@media (max-width: 991px) {
    .banner-slider .swiper-slide picture img {
        max-width: 180%;
    }
    .timer_block {
        margin-top: 16vw;
    }
    .title_container {
        max-width: 80%;
    }
}

/*IPAD END*/

/*MOBILE BEGIN*/
@media (max-width: 767px) {
    .cookie_text {
        display: block;
        width: 89%; 
        text-align: center;
        border-radius: 20px;
    }
    .cookie_text p {
        max-width: 100%;
        font-size: 12px;
    }
    .cookie_text p span {
        display: none;
    }
    .cookie_text button {
        width: 100%;
        margin-top: 10px;
        height: 20px;
        font-size: 9px;
        justify-content: center;
    }
    .props.props_loop {
        display: none;
    }

    .props.props_mob {
        display: block;
    }

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

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

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

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

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

    .simple_slider .btn_left {
        display: none !important;
    }

    .simple_slider .btn_right {
        display: none !important;
    }

    .popup_container {
        width: 100%;
    }

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

    header .container {
        flex-flow: wrap;
    }

    .logo_wrap {
        margin-top: 0;
        width: 85%;
    }

    .top_addr {
        display: none;
    }

    header .btn {
        display: none;
    }

    .top_phone {
        /* display: none; */
        width: 100%;
        text-align: center;
        margin-top: 10px;
        font-size: 5vw;
    }

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

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

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

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

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

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

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

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

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

    .menu.active {
        right: 0;
    }

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

    .menu a {
        display: block;
        width: 100%;
        text-align: center;
        padding: 10px 0;
    }

    body {
        background-size: 150%;
        background-position: 81% 160px;
    }

    .banner {
        top: 0;
        margin-top: 15vw;
        min-height: inherit;
    }

    .banner-slider .swiper-slide picture img {
        max-width: 100%;
    }

    .swiper-horizontal > .swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        gap: 10px;
        margin-bottom: 5px;
    }

    .titles {
        top: 12vw;
    }
    .title_container {
        top: 0;
        padding: 2vw 0 4vw;
        max-width: initial;
    }

    .title_des {
        margin-top: 10px;
        top: auto;
        position: relative;
    }
    .title1 {
        font-size: 3.8vw;
    }
    .title1 .br_mob {
        display: block;
    }
    
    .title2 {
        margin-top: 2vw;
        padding: 1vw;
        font-size: 5vw;
    }
    .title2 .br_mob {
        display: block;
    }

    .banner_props {
        flex-direction: column;
        align-items: center;
        row-gap: 2vw;
    }
    .banner_props a {
        font-size: 4vw;
        padding-left: 26px;
    }

    .banner_props a:before {
        width: 18px;
        height: 18px;
        background-size: contain !important;
    }

    .props {
        margin-top: 0;
        padding-top: 0px;
    }

    .title1 p {
        font-size: 22px;
        margin-top: 5px;
    }

    .title_props {
        margin-top: 0px;
        flex-wrap: wrap;
    }

    .title_props > a {
        width: 40%;
        padding-left: 50px !important;
    }

    .title_props > a p {
        margin: 12px 0;
        height: 30px;
    }

    .title_props > a.ico2 {
        background-size: 40px auto !important;
        /*padding-left: 50px;*/
    }

    .title_container .btn {
        width: 100%;
        margin-top: 0;
        display: none;
    }

    /* .title_container {
      padding-top: 80px;
    } */
    .title_props > a {
        color: #000;
    }

    /**********************
             timer
        **********************/
    .timer_block {
        margin-top: 0;
        padding: 15px 0;
    }

    .timer_block .container {
    }

    .timer_block .content {
        flex-wrap: wrap;
    }

    .timer_block .content .btn {
        width: 100%;
        margin-right: 0;
    }

    .timer_block .info_block {
        width: 100%;
    }

    .timer_block .timer_title {
        text-align: center;
        font-size: 24px;
        padding-bottom: 0;
    }

    .timer_block .timer_title b {
        font-size: 28px;
        display: block;
    }

    .timer_block .timer {
        transform: scale(0.5);
        position: relative;
        left: 300px;
        margin-left: -600px;
    }

    .timer_block .timer div[id^="timer"] {
    }

    .timer_block .timer_form {
        width: 100%;
        margin-top: 0;
    }

    .timer_block .timer_form form {
    }

    .timer_block .timer_form form .form-group {
    }

    .timer_block .timer_form form .agree_field,
    .timer_block .timer_form form .agree_field a {
    }

    .timer_block .timer_form form .form-group input[type="tel"],
    .timer_block .timer_form form .form-group input[type="text"],
    .timer_block .timer_form form .form-group select {
    }

    .cars_items_title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .cars_items {
        margin-top: 50px;
    }

    .car_item {
        margin-bottom: 50px;
    }

    .car_wrap {
        flex-direction: column;
        padding-top: 64px;
    }

    .car_image {
        width: 100%;
        margin-left: 0;
        /*margin-bottom: -80px;*/
    }

    #moskvich_6 .car_image img {
        /*padding: 20px 0 70px 0;*/
    }

    .car_props {
        flex-direction: column;
        align-items: flex-start;
        margin-left: 0;
        margin-bottom: 0;
    }

    .car_props a {
        box-sizing: border-box;
        justify-content: flex-start;
        width: 100%;
        font-size: 18px;
        background: none;
        transform: none;
    }

    .car_props > a.ico1 span {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .car_props a span {
        white-space: normal;
        transform: unset;
    }

    .color_wrap {
        top: unset;
        bottom: 60px;
    }

    #moskvich_3 .color_wrap {
        bottom: 100px;
    }

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

    /* #moskvich_3 .car_text {
        margin-top: -104px;
    } */

    #moskvich_3e .car_text {
        margin-top: -104px;
    }

    .car_title {
        position: absolute;
        top: 0;
        left: 0;
    }

    .car_new {
        font-size: 32px;
        top: 0;
        margin-top: 10px;
    }

    .car_name {
        font-size: 34px;
        margin-bottom: 0;
    }

    .car_name span,
    .car_name b {
        font-size: 18px;
    }

    .car_price {
        font-size: 28px;
    }

    .car_price span {
        font-size: inherit;
    }

    .car_cred {
        font-size: 16px;
        margin-bottom: 5px;
        padding-bottom: 5px;
    }

    .car_cred span b {
        font-size: 20px;
    }

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

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

    .car_techs {
        width: 100%;
        flex-flow: wrap;
        padding: 0;
        background: none;
        margin-top: 20px;
    }

    .car_techs:before {
        width: 100%;
        top: 74px;
    }

    .car_techs > div {
        width: 50%;
        font-size: 12px;
        margin-bottom: 20px;
    }

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

    #moskvich_3e .car_techs > div:first-child b {
        font-size: 20px;
    }

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

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

    #moskvich_3 .car_gallery {
        margin-top: 20px;
    }

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

    .tradein > img {
        display: block;
    }

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

    .tradein_comment br {
        display: none;
    }

    .tradein .btn {
        width: 100%;
    }

    .credit {
        padding: 0;
        background: #000000;
    }

    .credit > img {
        display: block;
    }

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

    .cred_comment br {
        display: none;
    }

    .credit .btn {
        width: 100%;
    }

    .contacts {
        margin-top: 0;
    }

    .cont_wrap {
        width: 100%;
        position: relative;
        top: 0;
        right: 0;
        flex-direction: column;
        transform: unset;
        height: unset;
    }

    .cont_text_wrap {
        box-sizing: border-box;
        width: 100%;
        justify-content: flex-start;
        padding: 30px 15px;
    }

    .cont_text {
        transform: unset;
    }

    .cont_form_wrap {
        box-sizing: border-box;
        width: 100%;
        justify-content: flex-start;
        padding: 30px 0;
    }

    .cont_form {
        width: 100%;
        transform: unset;
    }

    .cont_form_comment br {
        display: none;
    }

    .cont_form_comment {
        font-size: 16px;
    }

    #cont_form {
        width: 100%;
    }

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

    #map1 {
        width: 100%;
        height: 350px;
        background-position: 50% 80%;
    }

    footer .copyright {
        position: relative;
        text-align: center;
        margin-bottom: 5px;
    }

    footer .comp_info {
        text-align: center;
    }

    .model_block .car_props a span {
        font-size: 16px;
    }
    .model_block .car_props > a b {
        font-size: 24px;
    }
    .car_props sup {
        top: -2px;
    }
}

/*MOBILE END*/

/* Portrait phones and smaller */
@media (max-width: 680) {
}

@media (max-width: 520px) {
    .title_container .btn {
        width: 100%;
        /* margin-top: 66vw; */
    }

    .title_props > a {
        width: 100%;
        padding-left: 36px;
        min-height: 24px;
    }

    .car_props > a {
        padding-left: 34px;
        min-height: 24px;
        font-size: 14px;
    }

    .car_props > a:before {
        width: 26px;
        height: 26px;
    }

    .car_props > a b {
        font-size: 20px;
    }

    .car_props .car_profit2 {
        font-size: 20px;
    }

    .car_text {
        margin-top: -14px;
    }

        /* #moskvich_3 .car_text {
            margin-top: -64px;
        } */

    #moskvich_3e .car_text {
        margin-top: -64px;
    }
}

@media (max-width: 360px) {
    .title_props > a {
        margin-bottom: 10px;
    }

    .timer_block .timer_title {
        padding-bottom: 0;
    }

    .timer_block .info_block {
        position: relative;
    }

    .timer_block {
        padding: 20px 0;
    }

    .timer_block .timer {
        position: relative;
        top: -15px;
    }

    .timer_block .timer_form form {
        position: relative;
        top: -25px;
    }

    .cars_items_title {
        margin-bottom: 5px;
    }

    .car_new {
        margin-top: 3px;
    }

    .cars_items {
        margin-top: 25px;
    }

    .car_item {
        margin-bottom: 15px;
    }

    .car_wrap {
        padding-top: 100px;
    }

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

    .car_techs:before {
        top: 70px;
    }

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

    .car_profit {
        font-size: 14px;
    }

    .car_profit span {
        font-size: 17px;
    }

    .car_cred {
        font-size: 14px;
    }

    .car_new {
        font-size: 24px;
    }
}

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