html {
    overflow-x: hidden;
}

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

.compensate-for-scrollbar {
    margin: 0 auto !important;
    overflow: auto !important;
}

* {
    box-sizing: border-box;
}

ul {
    list-style: none;
    padding: 0;
}

input[type=file] {
    display: none;
}

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

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

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

select {
    appearance: none;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    background: url(../img/ico_select.svg) 100% 50% no-repeat;
    font-family: 'Inter', sans-serif;
    outline: none;
    border: 1px solid #30363A;
}

a {
    text-decoration: none;
    color: black;
}

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

.disclamer_add {
}



@media (min-width: 576px) {
    .container {
        width: 710px;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        width: 860px;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 1120px;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1420px;
        max-width: 100%;
    }
}

@media (min-width: 1570px) {
    .container {
        width: 1550px;
        max-width: 100%;
    }
}

input[type=text],
input[type=tel] {
    color: #939393;
}

.has-danger input,
.has-danger select,
.has-danger textarea {
    border-width: 2px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #eba5a3;
}

#form_popup {
    display: none;
}

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

.popup_container .agree_field {
    color: #9F9E9E;
    font-size: 10px;
}

.popup_container .agree_field a {
    color: #9F9E9E;
}

.popup_container h2 {
    font-size: 24px;
    font-weight: 700;
    padding: 0px;
    margin: 0px;
    padding-bottom: 29px;
    text-align: center;
    padding-top: 25px;
    color: black;
    text-transform: uppercase;
}

.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 .form-group {
    margin-bottom: 19px;
}

.popup_container .form-group input[type=text],
.popup_container .form-group input[type=tel] {
    color: #939393;
    display: block;
    height: 50px;
    line-height: 100%;
    text-decoration: none;
    text-align: left;
    /* text-transform: uppercase; */
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    background: white;
    border: 2px solid #939393;
    padding: 10px;
}

.popup_container .form-group ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #939393;
}

.popup_container .form-group ::-moz-placeholder {
    /* Firefox 19+ */
    color: #939393;
}

.popup_container .form-group :-ms-input-placeholder {
    /* IE 10+ */
    color: #939393;
}

.popup_container .form-group :-moz-placeholder {
    /* Firefox 18- */
    color: #939393;
}

.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-size: 16px;
}

.popup_container .form-group select {
    color: #828688;
    width: 100%;
    font-size: 18px;
    font-weight: 300;
    padding-left: 16px;
    height: 48px;
    border: 1px solid #30363A;
}

.popup_container .form-group button {
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    height: 48px;
}


.alert.fancybox-content {
    overflow: hidden;
}

.agree_field {
    font-size: 10px;
    line-height: 100%;
    position: relative;
    display: inline-block;
    font-weight: 400;
    padding-left: 18px;
    color: #9F9E9E;
    margin-left: 20px;
}
.agree_field a {
    color: #9F9E9E;
    text-decoration: underline;
}
.agree_field input {
    position: absolute;
    left: -5000px;
    visibility: hidden;
}

.agree_field input+a {
    color: black;
}


.agree_field input+span {
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50px;
    position: absolute;
    top: 2.5px;
    left: 2.5px;
}
.agree_field input+span:before {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    width: 11px;
    height: 11px;
    border: 1px solid #327AFE;
    border-radius: 50px;
}
.agree_field input:checked+span {
    background: #327AFE;
}

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

form .form-group input[type="text"],
form .form-group input[type="tel"] {
    font-family: 'Inter', sans-serif;
    height: 50px;
    width: 100%;
    color: #C1C1C1;
    font-size: 16px;
    box-sizing: border-box;
    font-weight: 400;
    border: 1px solid #C1C1C1;
    padding: 0 20px;
    outline: none;
    background: transparent;
    border-radius: 50px;
}

select {
    font-family: 'Inter', sans-serif;
    display: block;
    color: #C1C1C1;
    height: 56px;
    width: 100%;
    padding-left: 20px;
    padding-right: 35px;
    font-size: 18px;
    font-weight: 300;
    outline: none;
    background: url(../img/ico_select.svg) right 20px center no-repeat;
    border: 1px solid #C1C1C1;
    border-radius: 50px;
}

form .form-group button {
    font-family: 'Inter', sans-serif;
    width: 100%;
    height: 50px;
    cursor: pointer;
    outline: none;
}
form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #939393;
}

form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #939393;
}

form :-ms-input-placeholder {
    /* IE 10+ */
    color: #939393;
}

form :-moz-placeholder {
    /* Firefox 18- */
    color: #939393;
}

.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;
    white-space: nowrap;
}


.btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 50px;
    width: 250px;
    background: #327AFE;
    border-radius: 50px;
    border: 2px solid #327AFE;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffff;
    transition: all 0.2s linear;
}

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

.btn:before, .btn:after {
    position: absolute;
    top: 50%;
    content: "";
    width: 20px;
    height: 20px;
    background-color: #0F56D8;
    border-radius: 50%;
}
.btn:before {
    left: -20px;
    transform: translate(-50%, -50%);
}
.btn:after {
    right: -20px;
    transform: translate(50%, -50%);
}
.btn:hover {
    border-color: #0F56D8;
}
.btn:hover:before {
    -webkit-animation: criss-cross-left 0.8s both;
    animation: criss-cross-left 0.8s both;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}
.btn:hover:after {
    -webkit-animation: criss-cross-right 0.8s both;
    animation: criss-cross-right 0.8s both;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

@-webkit-keyframes criss-cross-left {
    0% {
        left: -20px;
    }
    50% {
        left: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        left: 50%;
        width: 460px;
        height: 460px;
    }
}

@keyframes criss-cross-left {
    0% {
        left: -20px;
    }
    50% {
        left: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        left: 50%;
        width: 460px;
        height: 460px;
    }
}
@-webkit-keyframes criss-cross-right {
    0% {
        right: -20px;
    }
    50% {
        right: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        right: 50%;
        width: 460px;
        height: 460px;
    }
}
@keyframes criss-cross-right {
    0% {
        right: -20px;
    }
    50% {
        right: 50%;
        width: 20px;
        height: 20px;
    }
    100% {
        right: 50%;
        width: 460px;
        height: 460px;
    }
}

.btn.glass {
    border-color: #327AFE;
    background: transparent;
    color: #327AFE;
}
.btn.glass:before, .btn.glass:after {
    background-color: #327AFE;
}
.btn.glass:hover {
    color: #ffffff;
}

.section_item {
    position: relative;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    padding-left: 74px;
    display: flex;
    align-items: center;
}
.section_item:before {
    content: '';
    position: absolute;
    left: 0;
    width: 69px;
    height: 11px;
    background: url("../img/section_item_before.svg") no-repeat;
}
/*************************************************************************************************************************/

header {
    position: fixed;
    width: 100%;
    z-index: 8;
    left: 0;
    background: #121212;
    backdrop-filter: blur(10px);
    transition: all 0.2s linear;
}
.scroll header {
    background: #121212;
}
header .header {
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

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

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

}

header .header .header_contacts {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 54%;
}

header .header .top_addr {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
}

header .header .top_phone a {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
}

header .header .m_btn {
    display: none;
}

header .menu {
    padding: 20px 0;
}

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

header .menu .main_menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 64px;
}

header .menu .main_menu span {
    display: block;
    background: #FFFFFF4D;
    width: 4px;
    height: 4px;
    border-radius: 50px;
}

header .menu .main_menu a {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #F4F4F4;
    transition: all 0.2s linear;
}
header .menu .main_menu a:before {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -6px;
    background: transparent;
    transition: all 0.2s linear;
}
header .menu .main_menu a:hover:before {
    width: 32px;
    background: #327AFE;
}

header .btn.glass {
    border-color: #ffffff;
    background: transparent;
    color: #ffffff;
}
header .btn.glass:before, .btn.glass:after {
    background-color: #327AFE;
}
header .btn.glass:hover {
    color: #ffffff;
    border-color: #327AFE;
}

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

.banner {
    margin-top: 148px;
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .banner__bg {
    width: 1920px;
    max-width: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .banner__bg picture {
  }
  .banner__container {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 29%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
  }
  .banner__content {
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 20px;
  }
  .banner__content:before {
    content: '';
    position: relative;
    top: 50%;
    display: block;
    width: 154px;
    height: 142px;
    background: url(../img/title_before.svg) no-repeat;
    transform: translateY(-130%);
  }
  .banner__title-block {
    color: #000;
    text-align: center;
  }
  .banner__title {
  }
  .banner__title_1 {
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    text-align: left;
   }
  .banner__title_2 {
    margin-top: 4px;
    font-size: 64px;
    font-weight: 700;
    color: #ffffff;
    text-align: left;
    border-radius: 50px;
   }
  .banner__title_2 .br_mob {
    display: none;
  }
  .banner__title_3 {
    margin-top: 14px;
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
    text-align: left;
  }
  .banner__title_blue {
    color: #007aff;
    font-weight: 700;
  }
  .banner .btn {
    margin-top: 30px;
    width: 294px;
    font-weight: 400;
  }

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

.flash_line {
    background: #327AFE;
}
.flash_line_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 20px;
}
.flash_line_wrap > div {
    position: relative;
    display: flex;
    align-items: center;
    padding: 20px 0;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    animation: pulsate 1.2s linear infinite;
}
.flash_line_wrap > div .br_mob {
    display: none;
}
@-webkit-keyframes pulsate {
    50% { color: #fff; text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 3px #FFFFFFCC, 0 0 8px #FFFFFFCC; }
   }
@keyframes pulsate {
    50% { color: #fff; text-shadow: 0 -1px rgba(0,0,0,.3), 0 0 3px #FFFFFFCC, 0 0 8px #FFFFFFCC; }
}
.flash_line_wrap > span {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../img/flash_line_ico.svg) 50% 50% no-repeat;
    animation: blink 1.2s linear infinite;
    opacity: 0.5;
}
@-webkit-keyframes blink {
    50% { opacity: 1; }
   }
@keyframes blink {
    50% { opacity: 1; }
}

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

.timer_wrapper {
    padding: 26px;
    display: flex;
    align-items: center;
    background: #ffffff;
}
.timer_wrapper .container {
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.timer {
    width: 62%;
    display: flex;
    align-items: center;
}
.timer div[id^="timer"] {
    transform: scale(0.67) !important;
    min-width: fit-content !important;
}
.timer_item {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 120px;
    font-size: 24px;
    font-weight: 500;
}
.timer_item:before {
    content: '';
    position: absolute;
    left: 0;
    width: 92px;
    height: 84px;
    background: url(../img/timer_item_before.svg) no-repeat;
}

.timer_wrap form {
    position: relative;
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    width: 100%;
    max-width: 557px;
}
.timer_wrap form .form-group:nth-child(7) {
    width: 100%;
}
.timer_wrap form .form-group:nth-child(8) {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 250px;
}
.timer_wrap form .form-group input {
    height: 56px;
}
.timer_wrap form .form-group button {
    height: 50px;
}

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

.cars_items {
    margin-top: 80px;
}
.cars_menu {
    position: relative;
}
.cars_menu:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: 50%;
    margin-top: -0.5px;
    background: linear-gradient(90deg, #E2E2E2 15.87%, #e2e2e2 20.51%, #e2e2e2 39.48%, #FEFEFE 40.48%, #7C7C7C 100%);
    z-index: -2;
}
.line_hover {
    content: '';
    position: absolute;
    display: block;
    width: 40%;
    height: 1px;
    top: 50%;
    transform: translateX(-74%);
    margin-top: -0.5px;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(50,122,254,1) 30%, rgba(50,122,254,1) 70%, rgba(255,255,255,0) 100%);
    opacity: 0;
    transition: all 0.2s linear;
    z-index: -1;
}
.cars_menu li:nth-child(1):hover ~ .line_hover {
    opacity: 1;
}
.cars_menu li:nth-child(2):hover ~ .line_hover {
    opacity: 1;
    transform: translateX(0%);
}
.cars_menu li:nth-child(3):hover ~ .line_hover {
    opacity: 1;
    transform: translateX(74%);
}

.cars_menu .cars_menu_list {
    margin: 0;
    display: flex;
    justify-content: center;
    column-gap: 20px;
}
.cars_menu li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 114px;
    width: 30%;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 8px 0 #27272740;
    transition: all 0.2s linear;
}
.cars_menu li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 2px solid transparent;
    border-radius: 10px;
    background:
            linear-gradient(to right, #f9f9f9, #f9f9f9),
            linear-gradient(to top, #DDDDDD , #ffffff, #DDDDDD);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    transition: all 0.2s linear;
}
.cars_menu li:hover,
.cars_menu li.show {
    background: #327AFE;
}
.cars_menu li:hover:before,
.cars_menu li.show:before {
    border: 2px solid #327AFE;
    background: transparent;
}
.cars_menu li img {
    position: relative;
    z-index: 2;
}
.cars_menu li img:nth-child(2) {
    display: none;
}
.cars_menu li:hover img:nth-child(1),
.cars_menu li.show img:nth-child(1) {
    display: none;
}
.cars_menu li:hover img:nth-child(2),
.cars_menu li.show img:nth-child(2){
    display: block;
}


.cars_items .car_item {
    display: none;
    margin-top: 92px;
    margin-bottom: 28px;
    animation-duration: 2s;
    animation-delay: 1s;
}
.cars_items .car_item.show {
    display: block;
}
.cars_items .car_cont {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
}
.cars_items .car_cont:before {
    content: '';
    position: absolute;
    right: -1px;
    top: 15px;
    width: 24%;
    height: 16%;
    border-top: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-radius: 0 10px 0 0;
    z-index: -1;
}
.cars_items .car_cont:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80%;
    border-bottom: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-radius: 0 0 10px 0;
    z-index: -1;
}

.cars_items .image_container {
    width: 50%;
    display: flex;
}

.cars_colors_thumbtional {
    width: 203px;
    height: 108%;
    top: -2%;
}
.cars_colors_thumbtional .slick-list {
    min-height: 300px;
    padding: 2.5px 5px;
}
.cars_colors_thumb_img {
    max-width: 96%;
    margin: 2.5px 0;
    box-shadow: 0 0 8px 0 #27272740;
    border-radius: 10px;
    overflow: hidden;
}
.cars_colors {
    width: 76%;
    height: 96%;
    box-shadow: 0 0 8px 0 #27272740;
    border-radius: 10px;
    overflow: hidden;
}
.cars_colors .slick-list img {
    width: 100%;
    transition: all 0.2s linear;
}

.cars_colors .slick-slide:hover img {
    transform: scale(1.05);
}

.slick-arrow {
    position: absolute;
    width: 24px;
    height: 24px;
    border: none;
    font-size: 0;
    cursor: pointer;
}
.slick-prev {
    background: url(../img/btn_prev.svg) 50% 50% no-repeat;
}
.slick-next {
    background: url(../img/btn_next.svg) 50% 50% no-repeat;
}

.slick-dots {
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
    display: grid;
    row-gap: 12px;
    margin: 0;
}
.slick-dots li button {
    display: none;
}
.slick-dots li {
    position: relative;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #9F9E9E;
    cursor: pointer;
}
.slick-dots li:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    top: -6px;
    left: -6px;
    border: 1px solid transparent;
    border-radius: 50px;
    transition: all 0.2s linear;
}
.slick-dots li:hover:before,
.slick-dots li.slick-active:before{
    border-color: #9F9E9E;
}


.slick-next,
.slick-prev {
    background-size: 8px;
    transition: all 0.1s linear;
}

.slick-next:hover,
.slick-prev:hover {
    background-size: 14px;
}

.cars_colors_thumbtional .slick-prev {
    top: -28px;
    left: 50%;
    margin-left: -12px;
    transform: rotate(90deg);
}
.cars_colors_thumbtional .slick-next {
    bottom: -2px;
    left: 50%;
    margin-left: -12px;
    transform: rotate(90deg);
}
.cars_items .info_block {
    position: relative;
    padding-top: 58px;
    width: 48%;
}
.cars_items .car_name {
    font-size: 38px;
    font-weight: 500;
    text-transform: uppercase;
    position: absolute;
    top: -4px;
}

.cars_items .car_props {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 2%;
    row-gap: 20px;
}
.cars_items .car_props a {
    width: 48%;
    position: relative;
    padding-left: 50px;
    display: flex;
    align-items: center;
}
.cars_items .car_props a:before {
    content: '';
    position: absolute;
    left: 0;
    width: 33px;
    height: 33px;
}
.cars_items .car_props a.ico1:before {
    background: url(../img/car_props_ico1.svg) 50% 50% no-repeat;
}
.cars_items .car_props a.ico2:before {
    background: url(../img/car_props_ico2.svg) 50% 50% no-repeat;
}
.cars_items .car_props a.ico3:before {
    background: url(../img/car_props_ico3.svg) 50% 50% no-repeat;
}
.cars_items .car_props a.ico4:before {
    background: url(../img/car_props_ico4.svg) 50% 50% no-repeat;
}
.cars_items .car_props a.ico5:before {
    background: url(../img/car_props_ico5.svg) 50% 50% no-repeat;
}
.cars_items .car_props a.ico6:before {
    background: url(../img/car_props_ico6.svg) 50% 50% no-repeat;
}
.cars_items .car_props a.ico7:before {
    background: url(../img/car_props_ico7.svg) 50% 50% no-repeat;
}
.cars_items .car_props a.ico8:before {
    background: url(../img/car_props_ico8.svg) 50% 50% no-repeat;
}
.cars_items .car_props a.ico9:before {
    background: url(../img/car_props_ico9.svg) 50% 50% no-repeat;
}
.cars_items .car_props a.ico10:before {
    background: url(../img/car_props_ico10.svg) 50% 50% no-repeat;
}

.car_block {
    margin-top: 30px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.car_block .car_tehs {
    display: flex;
    justify-content: space-between;
    width: 53%;
}
.car_block .car_tehs div {
    display: grid;
    row-gap: 10px;
}
.car_block .car_tehs div span {
    font-size: 16px;
    color: #C1C1C1;
}
.car_block .car_tehs div b {
    font-size: 18px;
    color: #1D1D1D;
    font-weight: 500;
}
.car_block .car_btns {
    width: 45%;
    display: flex;
    column-gap: 2%;
}
.car_block .car_btns .btn {
    width: 49%;
}

.car_gallery {
    margin-top: 28px;
    width: 101%;
    left: -0.5%;
}
.car_gallery .slick-slide {
    margin: 0 11px;
    border-radius: 10px;
    overflow: hidden;
}
.car_gallery .slick-slide img {
    width: 100%;
    transition: all 0.2s linear;
}
.car_gallery .slick-slide:hover img {
    transform: scale(1.1);
}
.car_gallery .slick-prev {
    left: -28px;
    top: 50%;
    margin-top: -12px;
}
.car_gallery .slick-next {
    right: -28px;
    top: 50%;
    margin-top: -12px;
}

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

.credit {
    margin-top: 150px;
}
.credit_cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.credit_block {
    position: relative;
    padding-top: 55px;
    padding-left: 60px;
    padding-bottom: 128px;
    width: 68%;
    background: #ffffff;
    border-radius: 10px;
    animation-duration: 2s;
    animation-delay: 1s;
}
.credit_block:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 128%;
    height: 100%;
    border: 1px solid #DADADA;
    border-radius: 10px;
}
.credit_block:after {
    content: '';
    position: absolute;
    right: 100%;
    top: 50%;
    margin-top: -1px;
    width: 1000px;
    height: 1px;
    background: #D5D5D5;
}
.credit_title {
    margin-top: 102px;
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    max-width: 412px;
}
.credit_comment {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 28px;
    font-size: 16px;
    font-weight: 400;
    padding-left: 49px;
}
.credit_comment:before {
    content: '';
    position: absolute;
    left: 0;
    width: 33px;
    height: 33px;
    background: url(../img/car_props_ico6.svg) 50% 50% no-repeat;
}
#credit_form {
    margin-top: 28px;
    max-width: 458px;
}
.credit_img {
    position: absolute;
    right: 16px;
    height: 514px;
    width: 61%;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.2s linear;
    animation-duration: 2s;
    animation-delay: 2s;
}
.credit_img img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-width: initial;
    width: auto;
    height: 102%;
}
.credit_img:hover img {
    transform: translateX(-50%) scale(1.1);
}

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

.tradein {
    margin-top: 40px;
}
.tradein .section_item {
    padding-left: 0;
    padding-right: 74px;
    display: flex;
    justify-content: right;
}
.tradein .section_item:before {
    right: 0;
    left: auto;
    transform: rotate(180deg);
}
.tradein_cont {
    display: flex;
    justify-content: right;
    align-items: center;
}
.tradein_block {
    padding-top: 55px;
    padding-right: 60px;
    padding-bottom: 128px;
    width: 68%;
    background: #ffffff;
    border-radius: 10px;
    display: grid;
    justify-content: right;
    animation-duration: 2s;
    animation-delay: 1s;
}
.tradein_block:before {
    content: '';
    position: absolute;
    left: auto;
    right: 0px;
    top: 0;
    width: 128%;
    height: 100%;
    border: 1px solid #DADADA;
    border-radius: 10px;
    z-index: 0;
}
.tradein_block:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -1px;
    width: 1000px;
    height: 1px;
    background: #D5D5D5;
}
.tradein_title {
    margin-top: 102px;
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    max-width: 458px;
}
.tradein_comment {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 28px;
    font-size: 16px;
    font-weight: 400;
    padding-left: 49px;
}
.tradein_comment:before {
    content: '';
    position: absolute;
    left: 0;
    width: 33px;
    height: 33px;
    background: url(../img/car_props_ico6.svg) 50% 50% no-repeat;
}
#tradein_form {
    margin-top: 28px;
    max-width: 458px;
}
.tradein_img {
    position: absolute;
    left: 16px;
    height: 514px;
    width: 61%;
    border-radius: 10px;
    overflow: hidden;
    z-index: 2;
    animation-duration: 2s;
    animation-delay: 2s;
}
.tradein_img img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-width: initial;
    width: auto;
    height: 102%;
    transition: all 0.2s linear;
}
.tradein_img:hover img {
    transform: translateX(-50%) scale(1.1);
}

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

.contacts {
    margin-top: 150px;
    margin-bottom: 36px;
}
.contacts .container {
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
}
.contacts_cont {
    width: 49%;
    padding: 45px 80px 50px 110px;
    background: #ffffff;
    border: 1px solid transparent;
    border-radius: 10px;
    background: linear-gradient(to right, rgb(249, 249, 249), rgb(249, 249, 249)) padding-box padding-box, linear-gradient(to top, #DADADA, #DADADA, rgb(221, 221, 221)) border-box border-box;
}
.contacts_cont .section_item {
    left: -70px;
}
.contacts_block {
    margin-top: 22px;
    display: grid;
    row-gap: 30px;
}
.contacts_block div {
    display: flex;
}
.contacts_block div span {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #C1C1C1;
    padding-right: 16px;
    margin-right: 12px;
}
.contacts_block div span:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    background: #C1C1C1;
    border-radius: 50px;
}
.contacts_block div b {
    font-size: 18px;
    font-weight: 400;
}
.contacts_title {
    margin-top: 40px;
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
}
.contacts form {
    margin-top: 20px;
    position: relative;
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    width: 100%;
    max-width: 557px;
}
.contacts form .form-group:nth-child(7) {
    width: 100%;
}
.contacts form .form-group:nth-child(8) {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 250px;
}
.contacts form .form-group input {
    height: 56px;
}
.contacts form .form-group button {
    height: 50px;
}

#map1 {
    right: 0;
    height: 435px;
    width: 50%;
    max-width: 100%;
    background: url(../img/map.jpg) 50% 0 no-repeat;
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
}

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


footer {
    padding-top: 46px;
    padding-bottom: 46px;
    background: #1D1D1D;
    font-size: 12px;
    color: #DDDDDD;
}
footer a {
    color: #DDDDDD;
}
footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 10px;
}

.footer_logo .logo_wrap {
    display: flex;
    column-gap: 8px;
}
.footer_logo .logo_wrap .logo1 {
    margin-right: 87px;
}
footer .footer_block {
    display: grid;
    row-gap: 8px;
}
footer .disclamer {
    width: 100%;
    font-size: 12px;
    display: none;
    text-align: left;
    padding-top: 35px;
}

.copyright {
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 15px;
}


#cookies_popup {
    position: fixed;
    bottom: 12px;
    width: 70%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 20px;
    border-radius: 22px;
    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);
}

#cookies_popup .text {
    max-width: 86%;
}
#cookies_popup .text p {
    margin: 0;
    font-size: 14px;
}

#cookies_popup a {
    text-decoration: underline;
}

#cookies_popup .btn {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-size: 14px;
    white-space: nowrap;
    text-decoration: none;
    outline: none;
    border: none;
    transition: all .3s;
    text-align: center;
    border-radius: 50px;
    padding: 10px 30px;
    background: #327AFE;
    color: #ffffff;
    border: 1px solid #327AFE;
}


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

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

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

@media (max-width: 1570px) {
    header .header .top_addr {
        max-width: 320px;
    }

    .bn_timer div[id^="timer"] {
        transform: scale(0.8) !important;
        min-width: fit-content !important;
    }

    .timer div[id^="timer"] {
        transform: scale(0.56) !important;
        min-width: fit-content !important;
        position: relative;
        left: -6vw;
    }

    .contacts_cont {
        padding: 45px 52px 50px 66px;
    }
    .contacts_cont .section_item {
        left: 0px;
    }

    .banner__title_1 {
        font-size: 1.4vw;
    }
    .banner__title_2 {
        margin-top: 1vw;
        font-size: 2.6vw;
    }
    .banner__title_3 {
        margin-top: 1vw;
        font-size: 1.6vw;
    }
    .banner__content:before {
        width: 92px;
        height: 92px;
        background-size: contain;
    }
    .flash_line_wrap > div {
        font-size: 16px;
    }
}

@media (max-width: 1441px) {
    
      .banner:before {
        height: 21vw;
      }

    .timer_wrapper .container {
        justify-content: center;
        flex-wrap: wrap;
    }
    .timer_item:before {
        width: 68px;
        height: 60px;
        background-size: contain;
    }
    .timer {
        width: 100%;
        justify-content: center;
    }
    .timer_item {
        max-width: 250px;
    }
    .timer div[id^="timer"] {
        left: 0;
        margin: 0 !important;
    }
    .cars_items .image_container {
        width: 64%;
        display: flex;
        height: min-content;
    }
    .cars_items .info_block {
        width: 33%;
    }
    .cars_items .car_props a {
        font-size: 14px;
        width: 100%;
    }

    .credit_img {
        width: 56%;
    }
    .tradein_img {
        width: 54%;
    }
}

@media (max-width: 1320px) {
    .credit_block {
        padding-left: 30px;
    }
    .tradein_block {
        padding-right: 30px;
    }

    .flash_line_wrap > div {
        font-size: 1.4vw;
        padding: 12px 0;
    }
    .flash_line_wrap > span {
        width: 20px;
        height: 20px;
        background-size: contain;
    }
    .flash_line_wrap > div:nth-child(5) {
        display: none;
    }
    .flash_line_wrap > span:nth-child(6) {
        display: none;
    }
}

@media (max-width: 1199px) {
    .banner {
        margin-top: 125px;
    }
    .banner__container {
        top: 32%;
    }
    .credit_block {
        padding-left: 2px;
    }
    .tradein_block {
        padding-right: 4px;
    }
}

@media (max-width: 1186px) {
    header .menu .main_menu {
        gap: 10px;
    }
    .cars_items .image_container {
        margin-top: 30px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .cars_colors_thumbtional .slick-list {
        min-height: initial;
        padding: 0;
    }
    .cars_colors_thumbtional {
        width: 100%;
        height: auto;
        top: 0;
        padding-bottom: 30px;
    }
    .cars_colors_thumb_img {
        max-width: initial;
        margin: 8px 5px;
    }
    .cars_colors {
        width: 100%;
        height: auto;
        order: -1;
    }
    .cars_items .car_cont {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding-bottom: 30px;
    }
    .slick-dots {
        position: absolute;
        width: 100%;
        left: 0;
        top: 92%;
        display: flex;
        align-items: center;
        justify-content: center;
        column-gap: 12px;
        row-gap: 0;
        margin: 0;
    }
    .cars_colors_thumbtional .slick-prev {
        top: 34%;
        left: -20px;
        margin-left: -12px;
        transform: rotate(0deg);
    }
    .cars_colors_thumbtional .slick-next {
        bottom: auto;
        top: 34%;
        left: auto;
        right: -32px;
        margin-left: -12px;
        transform: rotate(0deg);
    }
    .cars_items .info_block {
        width: 100%;
        order: -1;
    }
    .cars_items .car_props a {
        font-size: 14px;
        width: 44%;
    }

    .cars_items .car_cont:before {
        height: 18%;
    }
    .car_block .car_tehs {
        width: 56%;
    }
    .car_block .car_btns {
        width: 36%;
        display: grid;
        column-gap: 0;
        row-gap: 10px;
    }
    .car_block .car_btns .btn {
        width: 100%;
    }

    .credit_img {
        width: 50%;
        height: 380px;
    }
    .credit_title {
        margin-top: 42px;
    }
    .credit_block {
        padding-top: 34px;
        padding-left: 38px;
        padding-bottom: 70px;
    }
    #credit_form {
        max-width: 60%;
    }

    .tradein_img {
        width: 50%;
        height: 380px;
    }
    .tradein_title {
        margin-top: 42px;
    }
    .tradein_block {
        padding-top: 34px;
        padding-right: 16px;
        padding-bottom: 70px;
    }
    #tradein_form {
        max-width: 60%;
    }

    #map1 {
        height: 480px;
    }
}

@media (max-width: 1056px) {
    .tradein_block {
        padding-right: 2px;
    }
}

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

/*IPAD PRO BEGIN*/

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

@media (max-width: 991px) {
    .banner__bg {
        padding-top: 67px;
        background: #000000;
    }
    header .header .top_addr {
        display: none;
    }
    header .header .header_contacts {
        justify-content: center;
        width: auto;
    }
    header .menu {
        padding: 10px 0;
    }
    .timer {
        width: 100%;
        display: grid;
    }
    .timer_item {
        max-width: inherit;
        padding-left: 0;
        font-size: 24px;
        justify-content: center;
    }
    .timer_item:before {
        display: none;
    }
    .timer div[id^="timer"] {
        transform: scale(0.48) !important;
        min-width: 450px !important;
        width: 770px !important;
        left: 0;
    }

    .cars_menu li {
        height: 80px;
    }

    .car_block {
        display: flex;
        flex-wrap: wrap;
    }
    .car_block .car_tehs {
        width: 100%;
        flex-wrap: wrap;
        row-gap: 10px;
    }
    .car_block .car_btns {
        margin-top: 20px;
        width: 100%;
        display: grid;
        column-gap: 0;
        row-gap: 10px;
    }
    .car_block .car_tehs div {
        display: flex;
        row-gap: 10px;
        width: 100%;
        justify-content: space-between;
    }
    .car_block .car_tehs div span {
        font-size: 14px;
    }
    .car_block .car_tehs div b {
        font-size: 14px;
    }
    .car_block .car_tehs div b br {
        display: none;
    }

    .credit_cont {
        display: flex;
        flex-wrap: wrap;
        row-gap: 10px;
    }
    .credit_block {
        width: 100%;
        padding: 20px;
    }
    .credit_img {
        position: relative;
        width: 100%;
        height: 50vw;
        right: 0;
    }
    .credit_block:before {
        display: none;
    }

    .tradein .section_item {
        padding-left: 74px;
        padding-right: 0;
        display: flex;
        justify-content: left;
    }
    .tradein .section_item:before {
        right: auto;
        left: 0;
        transform: none;
    }
    .tradein_cont {
        display: flex;
        flex-wrap: wrap;
        row-gap: 10px;
    }
    .tradein_block {
        width: 100%;
        padding: 20px;
        order: -1;
        justify-content: left;
    }
    .tradein_img {
        position: relative;
        width: 100%;
        height: 50vw;
        right: 0;
        left: 0;
    }
    .tradein_block:before {
        display: none;
    }

    .contacts_cont {
        padding: 45px 24px 50px 24px;
    }
    .contacts_block div b {
        font-size: 16px;
    }
    .contacts_block div span {
        font-size: 16px;
    }

    .contacts form {
        flex-wrap: wrap;
    }
    .contacts form .form-group:nth-child(8) {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
    }

    .contacts_title {
        font-size: 14px;
    }

    #map1 {
        height: 528px;
    }

}

/*IPAD END*/
@media (max-width: 980px) {}
/*MOBILE BEGIN*/
@media (max-width: 767px) {
    .flash_line_wrap {
        justify-content: center;
    }
    .flash_line_wrap > div {
        font-size: 3.4vw;
    }
    .flash_line_wrap > span:nth-child(4) {
        display: none;
    }
    .flash_line_wrap > div:nth-child(5) {
        display: none;
    }
    .flash_line_wrap > div:nth-child(7) {
        display: none;
    }
    .flash_line_wrap > div .br_mob {
        display: block;
    }
    #cookies_popup {
        bottom: 0;
        width: 100%;
        /*display: grid;*/
        display: none;
        padding: 10px;
        border-radius: 10px;
    }
    #cookies_popup .text {
        max-width: 100%;
        max-height: 25vw;
        overflow-y: scroll;
    }
    #cookies_popup .text p {
        font-size: 12px;
        margin: 5px 0;
    }
    #cookies_popup .btn {
        width: 100%;
        margin: 0;
        margin-top: 10px;
    }

    .timer_item {
        max-width: inherit;
        font-size: 18px;
    }
    .timer_wrapper {
        display: block;
    }
    .timer div[id^="timer"] {
        transform: scale(0.48) translateX(-102%) !important;
        min-width: 450px !important;
        width: 758px !important;
        left: 50%;
    }
    .timer_wrap form .form-group:nth-child(8) {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
    }

    header .header .m_btn {
        display: block;
        position: relative;
        width: 30px;
        height: 23px;
        z-index: 1;
    }

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

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

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

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

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

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

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

    header .menu {
        position: fixed;
        width: 100%;
        top: 78px;
        left: 100%;
        background: #1D1D1D;
        z-index: 10;
        height: calc(100% - 76px);
        transition: all .2s linear;
        overflow: scroll;
    }

    header .menu.active {
        left: 0;
    }

    header .menu .cars_menu {
        display: block;
        text-align: center;
    }

    header .menu .main_menu {
        display: grid;
        text-align: center;
        justify-content: center;
        row-gap: 20px;
    }
    header .menu .main_menu a {
        font-size: 24px;
        font-weight: 600;
    }

    header .menu .main_menu span {
        position: relative;
        left: 50%;
        margin-left: -2px;
    }

    header .btn {
        display: none;
    }

    .banner {
        margin-top: 0;
      }
      .banner__bg {
        margin-top: 0;
        width: 130%;
        background: transparent;
      }
      .banner__bg picture {
      }
      .banner__container {
        top: 48vw;
      }
      .banner__content {
      }
      .banner__title-block {
        /* color: inherit; */
      }
      .banner__title {
      }
      .banner__title_1 {
        font-size: 4vw;
      }
      .banner__title_2 {
        font-size: 6.2vw;
        margin-top: 1vw;
       }
       
      .banner__title_2 .br_mob {
        display: block;
      }
      .banner__title_3 {
        margin-top: 1vw;
        font-size: 4vw;
       }
      .banner__title_blue {
      }
      .banner__btn {
      }

    .cars_items .info_block {
        order: 0;
        margin-top: 30px;
    }

    .cars_items .car_props a {
        align-items: start;
        font-size: 16px;
        width: 45%;
        padding-left: 0;
        padding-top: 40px;
    }
    .cars_items .car_props a:before {
        top: 0;
    }
    .cars_items .car_item {
        margin-top: 44px;
        margin-bottom: 28px;
    }
    .cars_items .car_name {
        font-size: 28px;
        top: 0;
    }

    .credit {
        margin-top: 74px;
    }
    .credit_title {
        font-size: 16px;
    }
    .credit_comment {
        font-size: 14px;
    }

    #credit_form {
        max-width: 100%;
    }

    .tradein_title {
        font-size: 16px;
    }

    .tradein_comment {
        font-size: 14px;
    }

    #tradein_form {
        max-width: 100%;
    }

    .contacts {
        margin-top: 72px;
        margin-bottom: 36px;
    }
    .contacts .container {
        display: block;
    }
    .contacts_cont {
        width: 100%;
    }
    #map1 {
        margin-top: 10px;
        height: 320px;
        width: 100%;
    }
}
/*MOBILE END*/
@media (max-width: 680px) {}

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

@media (max-width: 520px) {
    header .header .logo1 {
        max-width: 114px;
    }
    header .header .top_phone a {
        font-size: 14px;
    }
    header .menu {
        top: 70px;
    }
    header .menu .main_menu {
        row-gap: 12px;
    }
    header .menu .main_menu a {
        font-size: 18px;
        font-weight: 600;
    }
    .cars_menu .cars_menu_list {
        flex-wrap: wrap;
    }
    .cars_menu li {
        height: 80px;
        width: 100%;
    }
    .cars_menu .cars_menu_list {
        row-gap: 12px;
    }

    .banner__container {
        top: 54vw;
    }
    .banner__content {
        align-items: start;
        column-gap: 10px;
    }
    .banner__content:before {
        width: 58px;
        height: 58px;
        background-size: contain;
    }
    .banner__title_2 {
        font-size: 6vw;
    }
}

/* Portrait phones and smaller */
@media (max-width: 440px) {
    .banner .btn {
        width: 238px;
    }
    .timer div[id^="timer"] {
        transform: scale(0.38) translateX(-132%) !important;
    }
    .timer_item {
        /* max-width: 350px; */
        font-size: 24px;
        max-width: 300px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }

    .contacts_block div {
        display: grid;
        row-gap: 8px;
    }
    .contacts_block div span {
        width: fit-content;
        display: flex;
        align-items: center;
        padding-right: 14px;
        margin-right: 0;
    }
    .contacts_block div b {
        width: 224px;
    }
}

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


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

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

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