html {
    overflow-x: hidden;

    scroll-behavior: smooth;
}

body {
    position: relative;
    overflow-x: hidden;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0;
    font-family: "Changan", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #030304;
    background: 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;
}

sup {
    position: relative;
    top: -3px;
    display: inline-block;
    font-size: 80%;
    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: 100%;
    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: 1420px;
        max-width: 100%;
    }
}

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

#form_popup,
#form_popup2 {
    display: none;
}

.popup_container {
    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 {
    font-size: 12px;
    color: black;
}

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

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

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: 59px;
    padding: 0 30px;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    font-family: "Changan", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #8e8e92;
    outline: none;
    background: transparent;
}

select {
    font-family: "Changan", sans-serif;
    outline: none;
    background: url(../img/ico_select.png) 95% 50% no-repeat #ffffff !important;

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

form .form-group button {
    width: 100%;
    font-family: "Changan", sans-serif;
    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;
    max-width: 100%;
    height: 59px;
    border: 1px solid #0066b5;
    border-radius: 7px;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    outline: none;
    background: #0066b5;
    transition: all .3s;
}

.btn:hover {
    border-color: #084a7d;
    background: #084a7d;
}

.btn.glass {
    border-color: #084a7d;
    color: #0066b5;
    background: transparent;
}

.btn.glass:hover {
    background: #edf3fd;
}

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

header .m_btn {
    display: none;
}

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

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

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

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

.logo_wrap .logo1:after {
    content: "";
    position: absolute;
    top: -29px;
    right: 0;
    display: block;
    width: 1px;
    height: 79px;
    background: #e6e6e6;
}

.top_addr span {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    color: #8e8e92;
}

.top_phone {
    color: #000000;
    text-decoration: none;
}

.top_phone span {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    color: #8e8e92;
}

header .btn {
    width: 340px;
}

.menu {
    position: fixed;
    z-index: 5;
    top: 79px;
    right: 0;
    left: 0;
    height: 40px;
    background: rgba(255, 255, 255, .50);
    backdrop-filter: blur(10px);
}

.menu .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.menu a {
    padding: 4px 8px;
    border-radius: 7px;
    color: #000000;
    text-decoration: none;
    transition: all .3s;
}

.menu a:hover {
    color: #ffffff;
    background: #000000;
}

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


.banner picture img {
    position: relative;
    left: 50%;
    display: block;
    max-width: none;

    /*height: 850px;*/
    transform: translateX(-50%);
}

.title_container {
    position: absolute;
    z-index: 1;
    top: 60px;
    left: 0;
    box-sizing: border-box;
    width: 100%;
}

.text_container {
    padding: 20px 60px 45px;
    background: #FFFFFFB2;
    backdrop-filter: blur(10px);
    text-align: center;
    border-radius: 10px;
}

.text_container .br_mob {
    display: none;
}

.item.slide3 .title_container {
    display: none;
}

.title_container .title1 {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
}

.title_container .title1 span {
    font-size: 38px;
    color: #0066b5;
}

.title_container .btn {
    width: 340px;
    margin: -30px auto 0;
    position: relative;
    z-index: 1;
}

.timer_block {
    margin-top: -165px;
    position: relative;
    z-index: 1;
}

.timer_block .btn {
    width: 340px;
}

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

.timer_title {
    margin-bottom: 10px;
    font-size: 32px;
    color: #ffffff;
}

div[id^=timer] {
    min-width: auto !important;
}

span[id^=timer-number] {
    font-family: "Changan" !important;
    font-size: 64px !important;
    font-weight: 700;
}

span[id^=timer-text] {
    font-family: "Changan" !important;
    font-size: 16px !important;
}

#timer_form {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    width: 55%;
}

#timer_form .form-group {
    width: 46%;
}

#timer_form .form-group.wide {
    width: 52%;
}

#timer_form .form-group input[type=tel]::placeholder {
    color: #ffffff;
}

#timer_form .agree_field,
#timer_form .agree_field a {
    color: #ffffff;
}

.run_now {
    background: #0066b5;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    height: 70px;
    z-index: 1;
}
.run_now_cont {
    display: flex;
    align-items: center;
    animation: runstring 60s infinite linear;
}
  
.run_now_cont div {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 13px;
    padding-left: 18px;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    white-space: nowrap;
}
 
@keyframes runstring {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(-50%)
    }
}

/**********************
       CARS_MENU
**********************/

.cars_items {
    margin-top: 70px;
}

.cars_items_title {
    margin-bottom: 30px;
    font-size: 32px;
    font-weight: 700;
}

.cars_menu {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #d3d3d3;
}

.cars_menu a {
    font-size: 15px;
    font-weight: 700;
    color: #000000;
    text-decoration: none;
    opacity: .5;
    cursor: pointer;
    transition: all .3s;
}

.cars_menu a img {
    margin-right: -2px;
    margin-left: -2px;
}

.cars_menu a span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 73px;
    height: 16px;
    margin-bottom: 3px;
    border: 1px solid #000000;
    border-radius: 5px;
    font-size: 10px;
    transition: all .3s;
}

.cars_menu a.active,
.cars_menu a:hover {
    opacity: 1;
}

.cars_menu a.active span,
.cars_menu a:hover span {
    border-color: #0066b5;
    color: #ffffff;
    background: #0066b5;
}

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

.cars_list {
    margin-top: 100px;
}

.cars_list .slick-list {
    padding-top: 50px !important;
}

.cars_list .slick-track {
    padding: 20px 0 !important;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
}

.cars_list .slick-prev,
.cars_list .slick-next {
    position: absolute;
    top: 50%;
    left: -50px;
    width: 40px !important;
    height: 40px !important;
    border: none;
    color: transparent;
    background: url("../img/car_prev.png") 50% no-repeat;
    cursor: pointer;
    transition: all .3s;
}

.cars_list .slick-next {
    right: -50px;
    left: unset;
    background: url("../img/car_next.png") 50% no-repeat;
}

.cars_list .slick-prev:hover {
    background: url("../img/car_prev_hov.png") 50% no-repeat;
}

.cars_list .slick-next:hover {
    background: url("../img/car_next_hov.png") 50% no-repeat;
}

.car_item.slick-slide {
    position: relative;
    box-sizing: border-box;
    box-sizing: border-box;
}

.car_item.slick-slide.slick-active {
    max-width: 1080px !important;
    padding-left: 0;
}

.car__slider {
    position: relative;
    display: flex;
    overflow: hidden;
    width: 328px;
    padding-left: 12px;
}

.swiper-pagination-bullet-active {
    background-color: gray;
}

.swiper-button-next,
.swiper-button-prev {
    top: 30px;
    width: 40px;
    height: 40px;
    color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.swiper-button-next {
    left: 55% !important;
    background-image: url(../img/ButtonNext.svg);
}

.swiper-button-prev {
    right: 55% !important;
    left: auto;
    background-image: url(../img/ButtonPrev.svg);
}

.car__slideBlock {
    width: 316px;
    height: 211px;
    margin-top: 60px;
    display: block;
}

.car__slideBlock img {
    border-radius: 10px;
}

.car__slideImg {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    cursor: pointer;

    object-fit: cover;
}

.car_card_sm:hover {
    opacity: 1;
}

.car_item.slick-slide.slick-active .car_card_sm {
    display: none;
}

.car_item {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 20px 0 !important;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
}

.cars_list {
    display: flex;
    flex-direction: column;

    row-gap: 120px;
}

.car_title_sm {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 700;
}

.car_title_sm span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 73px;
    height: 16px;
    margin-bottom: 3px;
    border: 1px solid #000000;
    border-radius: 5px;
    font-size: 10px;
    transition: all .3s;
}

.car_title_sm img {
    display: inline-block;
    margin-right: -2px;
    margin-left: -2px;
}

.car_item.slick-active .car_title_sm {
    display: block;
}

.car_year {
    position: absolute;
    right: 106px;
    top: -40px;
}

.car_img_sm {
    width: 310px;
    border: 1px solid #d3d3d3;
    border-radius: 7px;
}

.car_title {
    position: absolute;
    top: -70px;
    left: 0;
    display: block;
    font-size: 36px;
    font-weight: 700;

    column-gap: 5px;
}

.car_item.slick-active .car_title {
    display: flex;
}

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

    /* position: absolute;
        visibility: hidden; */
    width: 80%;
    padding-right: 20px;
    border-right: 1px solid #d3d3d3;
}

.car_item.slick-active .car_wrap {
    padding-right: 20px;
    border-right: 1px solid #d3d3d3;
    /* position: relative;
      visibility: visible; */
}

.car_item .car_image {
    width: 100%;
    border: none;
    position: relative;
}

.car_colors {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 5px;

    column-gap: 35px;
}

.car_item.slick-active .car_colors {
    display: flex;
}

.car_colors > span {
    margin-right: 20px;
    font-size: 20px;
}

.car_colors div {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    cursor: pointer;

    row-gap: 5px;
}

.car_colors img {
    display: block;
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    transition: all .3s;
}

.car_colors div.active img {
    padding: 1px;
    border: 1px solid #8e8e92;
}

.car_colors div span {
    position: relative;
    font-size: 10px;
    text-align: center;
}

.car_text {
    width: 60%;
    /* display: none; */
}

.car_item.slick-active .car_text {
    display: block;
}

.car_props {
    display: flex;
    flex-direction: column;

    row-gap: 15px;
}

.car_props > a {
    display: block;
    padding-left: 50px;
    font-size: 20px;
    color: #000000;
    text-decoration: none;
}

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

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

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

.car_btns {
    display: flex;
    flex-direction: column;
    margin-top: 20px;

    row-gap: 10px;
}

/**********************
    CARS_COMPLECTS
**********************/

.cars_complects_wrap {
    margin-top: 20px;
}

/* .cars_complects {
    display: none;
} */

.cars_complects.active {
    display: block;
}

.cars_complects_title {
    font-size: 24px;
    font-weight: 700;
}

.cars_complects_list {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;

    column-gap: 10px;
}

.cars_complects_list > div {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-grow: 1;
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #d3d3d3;
    border-radius: 7px;

    row-gap: 20px;
}

.cars_complects_list > div > b {
    font-size: 20px;
    font-weight: 700;
    color: #0066b5;
    text-transform: uppercase;
}

.complect_techs {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 425px;
}

.complect_techs > div {
    font-size: 14px;
    color: #8e8e92;
    text-align: center;
}

.complect_techs > div b {
    display: block;
    margin-top: 3px;
    font-size: 16px;
    color: #000000;
}

.complect_techs > div:nth-child(2) {
    padding: 0 14%;
    border-right: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
}

/**********************
     CARS_GALLERY
**********************/

.cars_gallery_wrap {
    margin-top: 20px;
}

.cars_gallery {
    display: none;
}

.cars_gallery.active {
    display: none;
    justify-content: space-between;
}

.cars_gallery > a {
    display: block;
    overflow: hidden;
    width: 24%;
    height: 304px;
    border-radius: 7px;
}

.cars_gallery > a img {
    width: 100%;
    height: 100%;
    transition: all .3s;

    object-fit: cover;
    object-position: 0 50%;
}

.cars_gallery > a:first-child {
    width: 49.3%;
}

.cars_gallery > a:hover img {
    transform: scale(1.1);
}

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

#instock {
    position: relative;
    margin-top: 100px;
}

.compl_title {
    margin-bottom: 40px;
    font-size: 32px;
    font-weight: 700;
}

#filter_table {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

#filter_table .select_container {
    position: relative;
    display: inline-block;
    width: 48%;
    margin-left: 10px;
}

#filter_table .select_container:first-child {
    margin-left: 0;
}

#filter_table .select_container:after {
    content: ""; /* background:url(../img/ico_select.png) 0px 0px no-repeat; */
    position: absolute;
    top: 50%;
    right: 15px;
    width: 15px;
    height: 10px;
    margin-top: -4px;
    pointer-events: none;
}

#filter_table select {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    padding-right: 35px;
    padding-left: 15px;
    border: 1px solid #d3d3d3;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 400;
    color: #d3d3d3;
    outline: none;
}

#filter_table select option {
    color: black;
}

.tb_complects {
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #d3d3d3;
    border-collapse: collapse;
    font-weight: 400;
    color: black;
}

.tb_complects tr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #d3d3d3;
}

.tb_complects.limit tr:nth-child(n+5) {
    display: none;
}

.tb_complects tr:first-child {
    display: none;
}

.tb_complects tr td {
    text-align: left;
    vertical-align: middle;
}

.tb_complects tr td:nth-child(1) {
    width: 25%;
}

.tb_complects tr td:nth-child(2) {
    width: 30%;
}

.tb_complects_showmore {
    display: block;
    width: 110px;
    margin-top: 19px;
    margin-top: 25px;
    padding-bottom: 5px;
    border-bottom: 1px solid black;
    font-size: 14px;
    font-weight: 400;
    color: black;
    text-align: center;
    text-decoration: none;
}

.tb_complects_showmore:hover {
    /* border-color:#1c69d4; */
}

.tb_complects tr .btns {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 24%;
    padding: 25px 0;

    row-gap: 10px;
}

.tb_complects tr .btns .btn {
    width: 100%;
}

.tb_complects tr td .param1 {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 700;
    color: #8e8e92;
}

.tb_complects tr td .param1 b {
    font-size: 30px;
    color: #000000;
}

.tb_complects tr td .param1 span {
    position: relative;
    top: -3px;
    display: inline-block;
    margin-bottom: 5px;
    padding: 1px 3px;
    border: 1px solid #030304;
    border-radius: 7px;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}

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

.compl_techs > div {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 14px;
    color: #8e8e92;
}

.compl_techs > div b {
    font-size: 16px;
    color: #000000;
}

.compl_techs > div:nth-child(2) {
    padding: 0 14%;
    border-right: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
}

/**********************
      RUN_ROWS
**********************/

.run_rows {
    margin-top: 150px;
}

.run_row {
    position: relative;
    left: -1110px;
    display: flex;
    align-items: center;
    width: 3800px;
    background: #ffffff;
    animation: text 60s linear infinite;
}

.run_row.left {
    left: 0;
    animation: text2 60s linear infinite;
}

.run_row > div {
    display: flex;
    align-items: center;
    margin-right: 50px;
    font-size: 36px;
    font-weight: 300;
    color: #000000;
    text-transform: uppercase;
}

.run_row > div b {
    font-weight: 400;
}

@keyframes text {
    0% {
        left: -1110px;
    }

    100% {
        left: 0;
    }
}

@keyframes text2 {
    0% {
        left: 0;
    }

    100% {
        left: -1110px;
    }
}

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

.tradein {
    margin-top: 150px;
}

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

.tradein_wrap {
    width: 49.3%;
}

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

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

.tradein_comment a {
    font-weight: 700;
    color: #000000;
    text-decoration: none;
}

#tradein_form input[type=text],
#tradein_form input[type=tel],
#tradein_form select {
    cursor: pointer;
    transition: all .3s;
}

#tradein_form input[type=text]:hover,
#tradein_form input[type=tel]:hover,
#tradein_form select:hover {
    border: 1px solid #8e8e92;
}

#tradein_form .form-group-wrap {
    display: flex;
    justify-content: space-between;
}

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

#tradein_form .agree_field,
#tradein_form .agree_field a {
    color: #8e8e92;
}

.tradein_img {
    width: 46.2%;
}

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

.credit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    padding: 20px;
    border-radius: 3px 3px 3px 115px;
    background: #f5f5f5;
}

.credit_img {
    overflow: hidden;
    width: 49.4%;
    border-radius: 3px 3px 3px 115px;
}

.credit_wrap {
    width: 49.3%;
}

.credit_title {
    margin-bottom: 15px;
    font-size: 32px;
    font-weight: 700;
}

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

#credit_form input[type=tel] {
    cursor: pointer;
    transition: all .3s;
}

#credit_form input[type=tel]:hover {
    border: 1px solid #8e8e92;
}

#credit_form .agree_field {
    display: block;
    margin-top: 15px;
    color: #8e8e92;
}

#credit_form .agree_field a {
    color: #8e8e92;
}

/**********************
        REVIEWS
**********************/

.reviews {
    margin-top: 100px;
}

.reviews_title {
    margin-bottom: 40px;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
}

.reviews_slider {
    padding-bottom: 25px !important;
}

.reviews .swiper-button-prev,
.reviews .swiper-button-next {
    top: 59% !important;
    left: -30px;
    width: 13px !important;
    height: 25px !important;
    background: url("../img/rev_prev.png") 50% no-repeat;
    transition: all .3s;
}

.reviews .swiper-button-next {
    right: -30px;
    left: unset;
    background: url("../img/rev_next.png") 50% no-repeat;
}

.reviews .swiper-button-prev:hover {
    background: url("../img/rev_prev_hov.png") 50% no-repeat;
}

.reviews .swiper-button-next:hover {
    background: url("../img/rev_next_hov.png") 50% no-repeat;
}

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

.review {
    position: relative;
    display: flex !important;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    width: 700px !important;
    min-height: 320px;
    padding: 20px 80px;
    border-radius: 7px;
    opacity: .5;
    background: #f5f5f5;
    cursor: pointer;
    transition: transform .3s;
    transform: scale(.5) !important;

    row-gap: 15px;
}

.review.swiper-slide-active {
    opacity: 1;
    transform: scale(1) !important;
}

.review.swiper-slide-prev {
    transform-origin: 100% 50%;
}

.review.swiper-slide-next {
    transform-origin: 0 50%;
}

.rev_name {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.review.swiper-slide-active:after {
    content: url("../img/quotes.png");
    position: absolute;
    right: 27px;
    bottom: -27px;
}

.rev_text {
    font-size: 14px;
    text-align: center;
}

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

.contacts {
    margin-top: 130px;
}

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

.cont_wrap {
    position: relative;
    width: 49.3%;
    padding-right: 10px;
    padding-bottom: 20px;
    border-right: 1px solid #d3d3d3;
}

.cont_title {
    margin-bottom: 35px;
    font-size: 32px;
    font-weight: 700;
}

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

.bot_addr span {
    display: inline-block;
    margin-bottom: 10px;
    padding: 2px 5px;
    border: 1px solid #030304;
    border-radius: 7px;
    font-size: 16px;
    font-weight: 400;
}

.bot_phone {
    display: block;
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 700;
    color: #030304;
    text-decoration: none;
}

.bot_phone span {
    display: inline-block;
    margin-bottom: 10px;
    padding: 2px 5px;
    border: 1px solid #030304;
    border-radius: 7px;
    font-size: 16px;
    font-weight: 400;
}

.cont_quest {
    margin-bottom: 20px;
    font-size: 24px;
}

#map1 {
    box-sizing: border-box;
    width: 49.3%;
    height: 407px;
    background: url("../img/map1.jpg") 50% no-repeat;
}

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


footer {
    padding: 25px 0;
    background: #d3d3d3;
}

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

.yurinfo {
    font-size: 14px;
    color: #8e8e92;
}

.foot_links {
    display: flex;
    flex-direction: column;

    row-gap: 20px;
}

.foot_links > a {
    font-size: 14px;
    color: #8e8e92;
}

.foot_logo_wrap {
    display: flex;
}

.foot_logo {
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #8e8e92;
}

.foot_logo_text {
    font-size: 15px;
}

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


.big_banner {
    margin-top: 80px;
    position: relative;
}

.big_banner .item {
    position: relative;
    overflow: hidden;
}

.big_banner .item .banner_mark {
    position: absolute;
    width: 1420px;
    max-width: 100%;
    padding: 0 15px;
    text-align: right;
    bottom: 34px;
    font-size: 12px;
    color: #ffffff;
    transform: translateX(-50%);
    left: 50%;
}

.big_banner .item picture {
}

.big_banner .item picture img {
    max-width: initial;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: 40px;
}

.big_banner .item.slide4 picture img {
    width: 100%;
}

.big_banner .item .title_container {
}


.big_banner .item .mvideo_container {
}

.big_banner .item .mvideo_container video {
}

.big_banner .item .mvideo_container picture {
}

.big_banner .item .mvideo_container picture img {
}

.big_banner .item .mvideo_container.init picture {
}


.big_banner .item .title_container .container {
    top: -25px;
}

.big_banner .item .title_container .container .text_container {
}

.big_banner .item .title_container .container .text_container .br_mob {
    display: none;
}

.big_banner .item .title_container .container .text_container .title {
    font-size: 38px;
    color: #0066b5;
    text-transform: uppercase;
    font-weight: 700;
}

.big_banner .item .title_container .container .text_container .title span {
}

.big_banner .item .title_container .container .text_container .comment {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
}

.big_banner .item .title_container .container .text_container .pre_title {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
}


.big_banner .swiper-button-next, .big_banner .swiper-button-prev {
    left: 30px;
    top: 50%;
}

.big_banner .swiper-button-next {
    right: 30px;
    left: auto !important;
    ! i;
    !;
}

.big_banner .swiper-button-next:after, .big_banner .swiper-button-prev:after {
}

.big_banner .swiper-button-next:hover, .big_banner .swiper-button-prev:hover {
}

.big_banner .swiper-button-next:hover:after, .big_banner .swiper-button-prev:hover:after {
}


.big_banner .swiper-pagination {
}

.big_banner .swiper-pagination .swiper-pagination-bullet {
}

.big_banner .swiper-pagination .swiper-pagination-bullet:hover {
}

.big_banner .swiper-pagination .swiper-pagination-bullet-active {
}


.big_banner .item.slide1 .title_container .container .text_container .title {
    color: white;
    background: url(../img/bg_title.png) 50% 50% no-repeat;
    margin: 13px 0px;
    padding: 10px 0px;
}

.big_banner .item.slide1 .title_container .container .text_container .title span {
}

.big_banner .item.slide1 .title_container .container .text_container .comment {
    color: white;
}

.big_banner .item.slide1 .title_container .container .text_container .pre_title {
    color: white;
}

.big_banner .item.slide1 .title_container .container .text_container .pre_title span {
    color: white;
}


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

@media (max-width: 1600px) {
    .container {
        box-sizing: border-box;
        width: 1350px;
    }

    .top_addr {
        font-size: 14px;
    }

    .top_phone {
        font-size: 14px;
    }

    /*******************************************************************/
    .banner picture img {
        width: 110%;
        height: auto;
    }
    .big_banner .item .title_container .container .text_container .title {
        font-size: 30px;
    }

    /*******************************************************************/
    .car_item.slick-slide.slick-active {
        max-width: 970px !important;
    }

    /*******************************************************************/
}

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

    .big_banner .item .banner_mark {
        transform: none;
        left: 0;
        box-sizing: border-box;
        padding: 0 15px;
    }

    .top_addr {
        display: none;
    }

    header .btn {
        width: 250px;
        height: 45px;
    }

    /*******************************************************************/
    .menu {
        top: 65px;
    }

    .title_container .btn {
        display: none;
    }

    /*******************************************************************/
    .timer_block {
        margin-top: 20px;
    }

    .timer_block .container {
        align-items: center;
        flex-direction: column;

        row-gap: 15px;
    }

    .timer_title {
        color: #000000;
    }

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

    #timer_form {
        width: 100%;
    }

    #timer_form .form-group input[type=tel] {
        color: #8e8e92;
    }

    #timer_form .form-group input[type=tel]::placeholder {
        color: #8e8e92;
    }

    #timer_form .agree_field,
    #timer_form .agree_field a {
        color: #8e8e92;
    }

    /*******************************************************************/
    .cars_menu a {
        font-size: 12px;
    }

    .cars_menu a span {
        width: 60px;
        height: 14px;
        font-size: 8px;
    }

    .cars_list {
        max-width: 91%;
        margin: 60px auto 0;
    }

    .car_item.slick-slide.slick-active {
        max-width: unset !important;
    }

    .car_item.slick-active .car_wrap {
        padding-right: 0;
        border-right: none;
    }

    .complect_techs > div:nth-child(2) {
        padding: 0 9%;
    }

    .cars_gallery > a {
        height: 230px;
    }

    /*******************************************************************/
    .compl_techs > div:nth-child(2) {
        padding: 0 9%;
    }

    /*******************************************************************/
    .run_rows {
        margin-top: 70px;
    }

    /*******************************************************************/
    .tradein {
        margin-top: 70px;
    }

    .tradein .container {
        align-items: center;
    }

    .tradein_comment {
        font-size: 16px;
    }

    /*******************************************************************/
    .credit_wrap {
        width: 40%;
    }

    .credit_title {
        font-size: 24px;
    }

    .credit_comment {
        font-size: 16px;
    }

    .credit_img {
        width: 55%;
    }

    /*******************************************************************/
    .review {
        width: 600px !important;
    }

    /*******************************************************************/
}

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (min-width: 768px) and (max-width: 991px) {
    .logo_wrap {
        width: 40%;
    }

    .logo_wrap .logo1 {
        /*width: 30%;*/
        margin-right: 10px;
        padding-right: 10px;
    }

    .logo_dealer {
        font-size: 12px;
    }

    header .btn {
        width: 200px;
    }

    /*******************************************************************/
    .banner {
        margin-top: 60px;
    }

    .title_container {
        top: 65px;
    }

    .cars_menu {
        padding-bottom: 20px;
        border: none;
    }

    .cars_menu a {
        /*width: 120px;*/
    }

    .cars_menu a img {
        display: inline-block !important;
    }

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

    .slick-dots li {
        width: 30px;

        /*width: 10px;*/
        height: 5px;
        margin: 0 5px;
        border-radius: 3px;
        opacity: .5;
        background: #0066b5;
    }

    .slick-dots li.slick-active {
        opacity: 1;
    }

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

    .car_wrap {
        flex-direction: column;

        row-gap: 20px;
    }

    .car_item .car_image {
        width: 100%;
    }

    .car_year {
        right: 0px;
        top: -94px;
    }

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

    .car_text {
        width: 100%;
    }

    .cars_list .slick-next {
        right: -40px;
    }

    .cars_list .slick-prev {
        left: -40px;
    }

    /*******************************************************************/
    .cars_complects_list > div > b {
        font-size: 18px;
    }

    .cars_complects_list > div {
        padding: 10px;

        row-gap: 10px;
    }

    .complect_techs > div {
        font-size: 10px;
    }

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

    /*******************************************************************/
    .cars_gallery > a {
        height: 190px;
    }

    /*******************************************************************/
    #filter_table select {
        font-size: 12px;
    }

    .tb_complects tr {
        flex-flow: wrap;
        padding-top: 30px;
    }

    .tb_complects tr td:nth-child(1) {
        width: 35%;
    }

    .tb_complects tr td:nth-child(2) {
        width: 55%;
    }

    .tb_complects tr td .param1 b {
        font-size: 24px;
    }

    .tb_complects tr .btns {
        width: 100%;
    }

    /*******************************************************************/
    .tradein .container {
        flex-direction: column-reverse;
    }

    .tradein_img {
        display: none;
    }

    .tradein_wrap {
        width: 100%;
    }

    /*******************************************************************/
    .credit {
        flex-direction: column-reverse;
        margin-top: 50px;

        row-gap: 20px;
    }

    .credit_wrap {
        width: 100%;
    }

    .credit_img {
        width: 100%;
    }

    .credit_img img {
        width: 100%;
    }

    /*******************************************************************/
    .reviews {
        margin-top: 50px;
    }

    .reviews_slider {
        width: 90%;
        margin: 0 auto;
    }

    .review {
        width: 100% !important;
    }

    .reviews .swiper-button-prev {
        left: 15px;
    }

    .reviews .swiper-button-next {
        right: 15px;
    }

    /*******************************************************************/
    .contacts {
        margin-top: 50px;
    }

    .contacts .container {
        flex-direction: column;
    }

    .cont_wrap {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
        padding-right: 0;
        padding-bottom: 10px;
        border-right: none;
        border-bottom: 1px solid #d3d3d3;
    }

    #map1 {
        width: 100%;
        background-size: cover;
    }

    /*******************************************************************/
    .foot_wrap {
        flex-flow: wrap;
    }

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

    /*******************************************************************/
}

/*IPAD END*/

/*MOBILE BEGIN*/
@media (max-width: 767px) {
    .fancybox-type-image {
        left: 0 !important;
        width: 100% !important;
        margin: 0 !important;
    }

    .car_item {
        flex-direction: column-reverse;
    }

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

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

    .slick-dots li {
        width: 30px;

        /*width: 10px;*/
        height: 5px;
        margin: 0 5px;
        border-radius: 3px;
        opacity: .5;
        background: #0066b5;
    }

    .slick-dots li.slick-active {
        opacity: 1;
    }

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

    .slick-slide img {
        display: inline-block;
    }

    /*******************************************************************/
    header .m_btn {
        position: absolute;
        z-index: 5;
        top: 10px;
        right: 15px;
        display: block;
        width: 30px;
        height: 19px;
    }

    header .m_btn span {
        position: absolute;
        display: block;
        width: 30px;
        height: 2px;
        background: #0066b5;
        transition: all .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) {
        top: -2px;
        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: -2px;
        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: white;
        transition: all .3s linear;
    }

    .menu.active {
        right: 0;
    }

    .menu .container {
        flex-direction: column;
    }

    .menu a {
        padding: 10px 0;
    }

    /*******************************************************************/
    header {
    }

    header .container {
        flex-flow: wrap;
    }

    .logo_wrap {
        width: 85%;
    }

    .logo_wrap .logo1 {
        width: 40%;
        margin-right: 10px;
        padding-right: 10px;
        border-right: 1px solid #e6e6e6;
    }

    .logo_wrap .logo1:after {
        display: none;
    }

    .logo_dealer {
        font-size: 2.8vw;
    }

    .top_addr {
        display: none;
    }

    .top_phone {
        width: 100%;
        margin-top: 5px;
        text-align: center;
    }

    .top_phone span {
        display: none;
    }

    header .btn {
        display: none;
    }

    /*******************************************************************/
    .banner picture img {
        top: -30px;
        width: 100%;
    }

    .title_container {
        top: 80px;
    }

    .title_container .title1 {
        font-size: 5vw;
        color: #ffffff;
    }

    .title_container .title1 span {
        font-size: 6vw;
        color: #ffffff;
    }

    .title_container .title1 nobr {
        font-size: 10vw;
        line-height: 100%;
    }

    .title_container .title2 {
        margin-top: 4vw;
        font-size: 4vw;
        color: #ffffff;
    }

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

    .timer_block .container {
        align-items: center;
        flex-direction: column;

        row-gap: 15px;
    }

    .timer_title {
        margin-bottom: 0;
        font-size: 5vw;
        color: #000000;
        text-align: center;
    }

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

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

    #timer_form {
        width: 100%;
    }

    #timer_form .form-group {
        width: 100% !important;
    }

    #timer_form .form-group input[type=tel] {
        color: #8e8e92;
    }

    #timer_form .form-group input[type=tel]::placeholder {
        color: #8e8e92;
    }

    #timer_form .agree_field,
    #timer_form .agree_field a {
        color: #8e8e92;
    }

    .run_now {
        height: 40px;
    }
    
    .run_now_cont div {
        font-size: 16px;
    }

    /*******************************************************************/
    .cars_items_title {
        font-size: 6vw;
        text-align: center;
    }

    .cars_menu {
        padding-bottom: 20px;
        border: none;
    }

    .cars_menu a {
        font-size: 3.5vw;
        text-align: center;
    }

    .cars_menu a span {
        margin: 0 auto 3px;
    }

    /*******************************************************************/
    .cars_list {
        width: 99.9%;
        margin-top: 60px;
    }

    .car_item.slick-slide.slick-active {
        max-width: unset !important;
    }

    .car_item.slick-active .car_wrap {
        padding-right: 0;
        border: none;
    }

    .cars_list .slick-prev,
    .cars_list .slick-next {
        z-index: 1;
        top: 40%;
        width: 30px !important;
        height: 30px !important;
        background-size: 100% !important;
    }

    .cars_list .slick-prev {
        left: 0;
    }

    .cars_list .slick-next {
        right: 0;
    }

    .car_title {
        font-size: 8vw;
    }

    .car_card_sm {
        display: none !important;
    }

    .car_wrap {
        flex-direction: column;
        width: 100%;

        row-gap: 20px;
    }

    .cars_menu {
        display: none;
    }

    .cars_items_title {
        margin-bottom: 90px;
    }

    .car__slider {
        width: 100%;
        padding-left: 0;
    }

    .car_item .car_image {
        width: 100%;
    }

    .car_year {
        right: 10px;
        top: -80px;
    }

    .car_colors {
        justify-content: flex-start;

        column-gap: 10px;
    }

    .car_colors div span {
        display: none;
        font-size: 2vw;
    }

    .car_text {
        width: 100%;
    }

    .car__slideBlock img {
        width: 100%;
    }

    /*******************************************************************/
    .cars_complects_wrap {
        padding-bottom: 15px;
    }

    .cars_complects_title {
        font-size: 5vw;
    }

    .cars_complects_list {
        flex-direction: column;

        row-gap: 10px;
    }

    .cars_complects_list > div {
        padding: 0;
        border: none;
    }

    .cars_complects_list .slick-slide {
        display: flex;
        align-items: center;
        flex-direction: column;
        flex-grow: 1;
        box-sizing: border-box;
        margin-right: 1px;
        padding: 20px;
        border: 1px solid #d3d3d3;
        border-radius: 7px;

        row-gap: 20px;
    }

    .cars_complects_list .slick-slide > b {
        font-size: 18px;
        font-weight: 700;
        color: #0066b5;
        text-transform: uppercase;
    }

    .cars_complects_list .slick-dots {
        bottom: -20px;
    }

    .complect_techs > div:nth-child(2) {
        padding: 0 10%;
    }

    .cars_gallery > a {
        height: 100px;
    }

    .cars_gallery > a img {
        object-position: 50%;
    }

    /*******************************************************************/
    #instock {
        margin-top: 60px;
    }

    .compl_title {
        margin-bottom: 20px;
        font-size: 7vw;
        text-align: center;
    }

    #filter_table {
        flex-direction: column;

        row-gap: 10px;
    }

    #filter_table .select_container {
        width: 100%;
        margin-left: 0;
    }

    .tb_complects tr {
        flex-direction: column;
        padding: 25px 0;

        row-gap: 20px;
    }

    .tb_complects tr td:nth-child(1) {
        width: 100%;
        text-align: center;
    }

    .tb_complects tr td:nth-child(2) {
        width: 100%;
    }

    .tb_complects tr td .param1 {
        margin-bottom: 15px;
    }

    .tb_complects tr td .param1 b {
        font-size: 5vw;
    }

    .tb_complects tr td .param1 span {
        font-size: 10px;
    }

    .compl_techs > div:nth-child(2) {
        padding: 0 12%;
    }

    .tb_complects tr .btns {
        width: 100%;
        padding: 0;
    }

    /*******************************************************************/
    .run_rows {
        margin-top: 50px;
    }

    .run_row > div {
        font-size: 5vw;
    }

    .run_row > div {
        margin-right: 25px;
    }

    /*******************************************************************/
    .tradein {
        margin-top: 50px;
    }

    .tradein .container {
        flex-direction: column-reverse;

        row-gap: 20px;
    }

    .tradein_img {
        width: 100%;
    }

    .tradein_wrap {
        width: 100%;
    }

    .tradein_title {
        font-size: 6vw;
        text-align: center;
    }

    .tradein_comment {
        font-size: 4vw;
        text-align: center;
    }

    .tradein_comment br {
        display: none;
    }

    .tradein_comment a {
        white-space: nowrap;
    }

    #tradein_form .form-group-wrap {
        flex-flow: wrap;
    }

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

    /*******************************************************************/
    .credit {
        flex-direction: column-reverse;
        padding: 15px;
        border-radius: 3px 3px 3px 60px;

        row-gap: 20px;
    }

    .credit_wrap {
        width: 100%;
    }

    .credit_title {
        font-size: 5.5vw;
        text-align: center;
    }

    .credit_comment {
        font-size: 4vw;
        text-align: center;
    }

    .credit_img {
        width: 100%;
        border-radius: 3px 3px 3px 60px;
    }

    /*******************************************************************/
    .reviews {
        margin-top: 50px;
    }

    .reviews_title {
        margin-bottom: 30px;
        font-size: 7vw;
    }

    .reviews_slider {
        width: 93%;
        margin: 0 auto;
    }

    .review {
        width: 100% !important;
        min-height: auto;
        padding: 30px 15px;
    }

    .review.swiper-slide-active:after {
        right: 0;
        transform: scale(.6);
    }

    .reviews .swiper-button-prev {
        left: 5px;
    }

    .reviews .swiper-button-next {
        right: 5px;
    }

    /*******************************************************************/
    .contacts {
        margin-top: 60px;
        margin-bottom: 20px;
    }

    .contacts .container {
        flex-direction: column;
    }

    .cont_wrap {
        width: 100%;
        margin-bottom: 20px;
        padding-right: 0;
        padding-bottom: 20px;
        border-right: none;
        border-bottom: 1px solid #d3d3d3;
    }

    .cont_title {
        margin-bottom: 15px;
        font-size: 7vw;
        text-align: center;
    }

    .bot_phone {
        margin-bottom: 20px;
    }

    .cont_quest {
        font-size: 4vw;
        text-align: center;
    }

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

    /*******************************************************************/
    .foot_wrap {
        flex-direction: column;

        row-gap: 15px;
    }

    .foot_logo_wrap {
        align-items: center;
        order: 1;
    }

    .foot_logo {
        margin-right: 10px;
        padding-right: 10px;
    }

    .foot_logo_text {
        font-size: 3vw;
    }

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

    .foot_links {
        align-items: center;
        order: 3;

        row-gap: 10px;
    }


    .big_banner {
        margin-top: 61px;
    }

    .big_banner .item {
    }

    .big_banner .item picture {
    }

    .big_banner .item picture img {
        max-width: 100%;
        left: 0;
        transform: none;
        top: unset;
    }

    .big_banner .item .title_container {
        display: block;
        top: 18vw;
    }

    .text_container .br_mob {
        display: block;
    }

    .big_banner .item .mvideo_container {
    }

    .big_banner .item .mvideo_container video {
    }

    .big_banner .item .mvideo_container picture {
    }

    .big_banner .item .mvideo_container picture img {
    }

    .big_banner .item .mvideo_container.init picture {
    }


    .big_banner .item .title_container .container {
        top: -55px;
    }

    .big_banner .item .title_container .container .text_container {
        padding: 2vw;
    }

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

    .big_banner .item .banner_mark {
        font-size: 8px;
        transform: none;
        left: 0;
        box-sizing: border-box;
        bottom: 10px;
    }

    .big_banner .item .title_container .container .text_container .br_mob {
        display: block;
    }

    .big_banner .item .title_container .container .text_container .title {
        font-size: 4vw;
    }

    .big_banner .item .title_container .container .text_container .title span {
    }

    .big_banner .item .title_container .container .text_container .comment {
        font-size: 4vw;
    }

    .big_banner .item .title_container .container .text_container .pre_title {
        font-size: 3.6vw;
    }

    .big_banner .item .title_container .container .text_container .pre_title span {
    }


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

    .big_banner .swiper-button-next {
    }

    .big_banner .swiper-button-next:after, .big_banner .swiper-button-prev:after {
    }

    .big_banner .swiper-button-next:hover, .big_banner .swiper-button-prev:hover {
    }

    .big_banner .swiper-button-next:hover:after, .big_banner .swiper-button-prev:hover:after {
    }


    .big_banner .swiper-pagination {
    }

    .big_banner .swiper-pagination .swiper-pagination-bullet {
    }

    .big_banner .swiper-pagination .swiper-pagination-bullet:hover {
    }

    .big_banner .swiper-pagination .swiper-pagination-bullet-active {
    }


    .big_banner .item.slide1 .title_container {
        top: 136px;
    }

    .big_banner .item.slide1 .title_container .container .text_container .title {
    }

    .big_banner .item.slide1 .title_container .container .text_container .title span {
    }

    .big_banner .item.slide1 .title_container .container .text_container .comment {
    }

    .big_banner .item.slide1 .title_container .container .text_container .pre_title {
    }

    .big_banner .item.slide1 .title_container .container .text_container .pre_title span {
    }


    /*******************************************************************/
}

/*MOBILE END*/

/* Portrait phones and smaller */
@media (max-width: 390px) {
    .title_container .title2 {
        font-size: 5vw;
    }
}

@media (max-width: 360px) {
    .complect_techs > div:nth-child(2),
    .compl_techs > div:nth-child(2) {
        padding: 0 6%;
    }
}

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