html {
    overflow-x: hidden;
}

body {
    font-family: "Helvetica", sans-serif;
    font-size: 16px;
    position: relative;
    font-weight: 400;
    margin: 0 auto;
    padding: 0;
    overflow-x: hidden;
    max-width: 1920px;
    background: white;
    /* padding-top: 118px; */
    color: #151728;
}


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

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

.rub {
    font-style: normal;
    font-family: 'Roboto';
}


.mvideo_container.play button {
    opacity: 0;
}

.alert {
    color: black;
}

img.lazyload {
    width: auto !important;
}


.disclamer {
    font-size: 10px;
    display: none;
    text-align: left;
    color: white;
}

.disclamer a {
    color: white;
    text-decoration: none;
}

.anim {
    opacity: 0;
    transition: 0.5s;
}

.anim.animated {
    opacity: 1;
}

font {
    display: block;
}

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

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

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

.fancybox-content {
    overflow: hidden;
}


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

input::placeholder {
    color: #b9b9b9;
    font-family: inherit;
}


.resp_table {
    width: 100%;
}

.resp_table tr td:before {
    display: none;
}

.resp_table img {
    display: block;
}


sup {
    display: inline-block;
    vertical-align: top;
    top: -3px;
    position: relative;
    font-size: 80%;
}

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

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

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

a:hover {
    text-decoration: none;
    color: inherit;
}

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

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


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


.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, .popup_options {
    display: none;
}

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

.popup_container .agree_field {
    color: #0c121c;
    text-align: left;
}

.popup_container .agree_field a {
    color: black;
}


.popup_container h2 {
    padding: 0px;
    margin: 0px;
    padding-top: 25px;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: 100%;
    padding-bottom: 32px;
    color: black;
}

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

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

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

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

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

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

.popup_container .form-group input[type=tel] {
    color: black;
    border: 1px solid black;
    text-align: center;
}

.popup_container .form-group input[type=tel]::placeholder {
}


.popup_container .agree_field .check_ex {
    border-color: inherit;
}

.popup_container .agree_field .check_ex i {
    background: #0c121c;
}

.popup_container .form-group textarea {
    color: black;
    display: block;
    height: 100px;
    text-decoration: none;
    text-align: left;
    /* text-transform: uppercase; */
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    background: none;
    border: 1px solid #c0c6c9;
    padding: 10px;
    resize: none;
    font-family: inherit;
    font-size: 16px;
}

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

.popup_container .form-group select option {
}

.popup_container .form-group button {
    cursor: pointer;
}

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

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


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

.agree_field {
    font-size: 11px;
    line-height: 100%;
    position: relative;
    display: block;
    top: 0px;
    margin-bottom: 16px;
}

.agree_field a {
    color: inherit;
}

.agree_field input {
    opacity: 0;
    position: absolute;
}

.agree_field .check_ex {
    display: inline-block;
    width: 10px;
    height: 10px;
    position: relative;
    vertical-align: middle;
    top: -1px;
    margin-right: 5px;
    border: 1px solid #1B457D;
    border-radius: 0px;
    box-sizing: content-box;
}

.agree_field .check_ex input {
}

.agree_field .check_ex i {
    /* background: url(../img/check.svg) 50% 50% no-repeat; */
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    display: none;
    background-size: 120%;
    background: #1B457D;
    position: relative;
    top: 2px;
    left: 2px;
    border-radius: 0px;
}

.agree_field .check_ex i:before {
    content: '';
}

.agree_field .check_ex input:checked + i {
    display: block;
}

.agree_field .check_ex input:checked + i:before {
}


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


form {
}

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

form .form-group input[type=tel],
form .form-group input[type=text],
form .form-group select {
    height: 60px;
    width: 100%;
    box-sizing: border-box;
    font-weight: 400;
    font-family: inherit;
    padding: 0px;
    outline: none;
    /* background: none; */
    border-radius: 0px;
    /* text-align: center; */
    color: black;
    font-family: inherit;
    /* text-transform: uppercase; */
    font-weight: 500;
    font-size: 16px;
    border: none;
    border: 1px solid white;
    padding-left: 19px;
}

form .form-group select option {
    color: black;
}

select {
    appearance: none;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    background: url(../img/ico_select.png) 100% 50% no-repeat;
    outline: none;
}

form .form-group button {
    width: 100%;
    cursor: pointer;
    outline: none;
    margin: 0px auto;
}

form .form-group button:hover {
}


.form_title {
    font-size: 44px;
    /* text-transform: uppercase; */
    padding: 0px;
    margin: 0px;
    text-align: center;
    padding-bottom: 16px;
    font-weight: 300;
}

.form_title span {
}

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

.cookie_text.hide {
    display: none;
}

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

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

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

.btn {
    position: relative;
    box-sizing: border-box;
    background: #0A366B;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    height: 60px;
    color: white;
    text-decoration: none;
    outline: none;
    border: 1px solid #0A366B;
    border-radius: 0px;
    text-transform: uppercase;
    font-family: inherit;
    cursor: pointer;
    font-weight: 300;
}

.btn span {
    position: relative;
    z-index: 1;
    text-align: center;
}

.btn span:after {
    content: '';
}


.btn:hover span:after {
    transform: rotate(0deg);
}

.btn:hover {
    background: #0A366BCC;
    border-color: #0A366BCC;
    transition: 0.5s;
    color: white;
}

.btn.arrow {
}

.btn.arrow span {
    white-space: nowrap;
}

.btn.arrow span:after {
    content: '';
    background: url(../img/arrow.svg) 50% 50% no-repeat;
    width: 17px;
    height: 13px;
    display: inline-block;
    filter: invert(91%) sepia(99%) saturate(29%) hue-rotate(251deg) brightness(108%) contrast(100%);
    margin-left: 18px;
    vertical-align: middle;
}

.btn:hover span:after {
    /* filter: none; */
}


.btn.glasswhite {
    border-color: white;
    background: hwb(0deg 100% 0% / 30%);
    color: white;
}

.btn.glasswhite:hover {
    background: #FFFFFF99;
    border-color: white;
    color: white;
}

.btn.glasswhite2 {
    border-color: white;
    background: none;
    color: white;
}

.btn.glasswhite2:hover {
    background: #FFFFFF33;
    border-color: white;
    color: white;
}


.btn.glassblack {
    border-color: #262626;
    background: none;
    color: #262626;
}

.btn.glassblack:hover { /* background: #B9B9B9; */
    border-color: #FF6928;
    color: white;
}

.btn.white {
    border-color: white;
    background: white;
    color: black;
}

.btn.white:hover {
    background: #FFFFFF80;
    border-color: white;
    color: #0A366B;
}

.btn.white span:after {
    filter: none;
}

.btn.white:hover span:after {
}

.btn.black {
    border-color: black;
    background: black;
    color: white;
}

.btn.black:hover {
    background: #585858;
    border-color: #585858;
    color: white;
}

.btn.black span:after {
}

.btn.black:hover span:after {
}


.menu_container {
    position: relative;
    z-index: 1;
    background: #0A366B;
    max-width: 1920px;
    margin: 0px auto;
    box-sizing: border-box;
    border-top: 1px solid white;
}

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

.menu_container .container .menu {
    display: flex;
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 100%;
    justify-content: space-between;
}
.menu_container .container .menu.menu_car {
    width: 50%;
} 
.menu_container .container .menu.menu_cont {
    width: 24%;
}

.menu_container .container .menu > li {
    display: inline-block;
}

.menu_container .container .menu > li.sup {
    background: #D8D8D9;
    width: 1px;
    display: inline-block;
}

.menu_container .container .menu > li a {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
    font-size: 20px;
    display: block;
    padding-top: 9px;
    padding-bottom: 11px;
    font-weight: 300;
}

.menu_container .container .menu > li a:after {
    content: '';
    opacity: 0;
    background: white;
    position: relative;
    width: 100%;
    height: 1px;
    display: block;
}

.menu_container .container .menu > li a:hover {
}

.menu_container .container .menu > li a:hover:after {
    width: 100%;
    opacity: 1;
}

.menu_container .container .menu > li:before {
    display: none;
}

.menu_container .container .menu > li.sep {
    width: 100%;
}


.title1 {
}

.title1 {
    font-weight: 700;
    font-size: 48px;
    padding-bottom: 30px;
    position: relative;
    display: block;
    text-transform: uppercase;
    text-align: left;
}

.title1 span {
    font-size: 16px;
    display: block;
    font-weight: 300;
    padding-right: 8px;
}

.title1:before {
    content: '';
}

.title1:after {
    content: '';
}


.animated .title1 span {
    top: 0px;
    transform: rotate(0deg);
}

.title1 font {
}


.burger {
    display: none;
}

header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 20;
    height: 80px;
    transform: translateY(-200px);
    transition: 0.5s;
    background: #0A366B;
    color: white;
    backdrop-filter: blur(5px);
}


header .btn {
    border-color: white;
    color: #151728;
    background: white;
}

.scroll header .btn:hover {
}


.start header {
    transform: translateY(0px);
}

header .container {
    display: flex;
    align-items: center;
    height: 100%;
}


header > .container:first-child {
    justify-content: space-between;
}

.logos {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

header .logo1 {
}

header .logo1 img {
    display: none;
    position: relative;
}

header .logo1 img + img {
    display: block;
}


.logo2 {
    position: relative;
    margin-left: 25px;
    padding-left: 26px;
}

.logo2:before {
    content: '';
    background: white;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    height: 54px;
    width: 1px;
}

.logo2 img {
    display: block;
}

.scroll header .logo1 img + img {
    display: block;
}

.scroll header .logo1 img {
    display: none;
}


.logo_text {
    position: relative;
    font-size: 48px;
    margin-left: 24px;
    padding-left: 26px;
}

.logo_text:before {
    content: '';
    background: white;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    height: 54px;
    width: 1px;
}


/*header .addr {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: 4%;
    white-space: nowrap;
    font-size: 20px;
    font-weight: 300;
}

header .addr:before {
    content: '';
    background: url(../img/ico_addr.svg) 50% 50% no-repeat;
    width: 15px;
    height: 18px;
    display: inline-block;
    margin-right: 5px;
}*/

.top_addr_choose {
    position: relative;
}

.top_addr_choose .active_addr {
    display: flex;
    align-items: center;
    padding-left: 22px;
    background: url("../img/ico_loc.png") 0 50% no-repeat;
    cursor: pointer;
    font-size: 18px;
}

.top_addr_choose .active_addr img {
    margin-left: 10px;
    /*margin-top: -5px;*/
}

.top_addr_choose .addr_list {
    flex-direction: column;
    row-gap: 5px;
    background: #ffffff;
    padding: 5px;
    position: absolute;
    top: 100%;
    width: 385px;
    z-index: 5;
    left: 17px;
    display: none;
}

.top_addr_choose .addr_list.show {
    display: flex;
}

.top_addr_choose .addr_list > div {
    cursor: pointer;
    color: #000000;
}

header .phone {
    display: flex;
    text-decoration: none;
    color: inherit;
    align-items: center;
    margin-right: 5%;
    white-space: nowrap;
    font-size: 20px;
    font-weight: 300;
}

header .phone:before {
    content: '';
}

header > .container:first-child .btn {
    width: 243px;
}

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

.big_banner .item {
    position: relative;
}

.big_banner .item picture {
    display: block;
    text-align: center;
    position: relative;
}

.big_banner .item picture:after {
    content: '';
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    position: absolute;
    bottom: 0px;
    height: 32%;
    left: 0px;
    width: 100%;
    opacity: 0;
}

.big_banner .item picture img {
    max-width: none;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    display: block;
    margin: 0px auto;
}


.big_banner .swiper-button-next, .big_banner .swiper-button-prev {
    position: absolute;
    top: 50%;
    right: 0px;
    background: hwb(0deg 100% 0% / 80%);
    width: 57px;
    height: 57px;
    display: block;
    text-align: center;
    color: black;
    padding-top: 14px;
    box-sizing: border-box;
}

.big_banner .swiper-button-next:after, .big_banner .swiper-button-prev:after {
    font-size: 27px;
    font-weight: 700;
}

.big_banner .swiper-button-next:hover, .big_banner .swiper-button-prev:hover {
    background: #ff9549;
}

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


.big_banner .swiper-pagination {
    display: none;
    justify-content: center;
    width: 100%;
}

.big_banner .swiper-pagination .swiper-pagination-bullet {
    margin: 0px 5px;
    position: relative;
    top: 3px;
    background: white;
}

.big_banner .swiper-pagination .swiper-pagination-bullet-active {
    background: #F8934F;
}


.big_banner .item .title_contianer {
    position: absolute;
    top: 162px;
    left: 0px;
    width: 100%;
    transform: scaleY(0);
    transition: 0.3s;
    color: #0D171A;
}

.start .big_banner .item .title_contianer {
    transform: scaleY(1);
}


.big_banner .item .title_contianer .container {
}


.big_banner .item .title_contianer .container .text_container {
    position: relative;
    color: #000000;
    text-align: center;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
    padding: 20px 50px;
    width: 66%;
    margin: 0 auto;
}

.big_banner .item .title_contianer .container .text_container:before {
    content: '';
}

.big_banner .item .title_contianer .container .text_container .title {
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 700;
}

.big_banner .item .title_contianer .container .text_container .title font {
}

.big_banner .item .title_contianer .container .text_container .comment {
    font-size: 30px;
    line-height: 135%;
    padding-top: 15px;
    font-weight: 300;
}

.big_banner .item .title_contianer .container .text_container .comment font {
}

.big_banner .item .title_contianer .container .text_container .comment span {
    font-size: 40px;
    font-weight: 700;
}

.big_banner .item .title_contianer .container .text_container ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 378px;
    margin: 0px -10px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 41px;
    font-size: 16px;
}

.big_banner .item .title_contianer .container .text_container ul > li {
    width: calc(50% - 20px);
    background: #FFFFFFCC;
    margin: 0px 10px;
    height: 170px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 20px;
}

.big_banner .item .title_contianer .container .text_container ul > li > i {
    width: 53px;
    height: 40px;
    display: block;
    margin: 0px auto;
}

.big_banner .item .title_contianer .container .text_container ul > li.ico1 > i {
    background: url(../img/ico1.svg) 50% 50% no-repeat;
}

.big_banner .item .title_contianer .container .text_container ul > li.ico2 > i {
    background: url(../img/ico2.svg) 50% 50% no-repeat;
}

.big_banner .item .title_contianer .container .text_container ul > li.ico3 > i {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 47px;
}

.big_banner .item .title_contianer .container .text_container ul > li.ico4 > i {
    background: url(../img/ico4.svg) 50% 50% no-repeat;
}


.big_banner .item .title_contianer .container .text_container ul > li span {
    display: block;
    text-align: center;
}

.big_banner .item .title_contianer .container .text_container ul > li span strong {
    font-size: 20px;
}

.big_banner .item .title_contianer .container .text_container ul > li span font {
}

.big_banner .item .title_contianer .container .text_container .btn {
    width: 300px;
    margin: 25px auto -50px;
}

.big_banner .item .title_contianer .container .text_container .vigoda {
    font-size: 32px;
    position: absolute;
    left: 0px;
    bottom: -310px;
    margin-left: 12%;
    padding-right: 18px;
    padding-bottom: 4px;
}

.big_banner .item .title_contianer .container .text_container .vigoda:before {
    content: '';
    height: 1px;
    width: 200vw;
    background: white;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.big_banner .item .title_contianer .container .text_container .vigoda:after {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 100px;
    background: white;
    bottom: -3px;
    right: 0px;
    position: absolute;
}


.big_banner .slick-dots {
    position: absolute;
    bottom: 194px;
    justify-content: inherit;
    max-width: 1200px;
    margin: 0px auto;
    left: 50%;
    transform: translateX(-50%);
}

.big_banner .slick-dots > li {
    height: 10px;
    width: 10px;
}

.big_banner .slick-dots > li button {
}

.big_banner .slick-dots .slick-active {
    width: 50px;
}

.big_banner .slick-dots .slick-active button {
}


.offer_container {
    position: relative;
    z-index: 1;
    overflow: hidden;
    color: white;
    margin-bottom: 10px;
    margin-top: -120px;
}

.offer_container .container {
}

.offer_container .cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform: translateY(200px);
    transition: 0.5s;
}

.start .offer_container .cont {
    transform: translateY(0px);
}

.offer_container .text_container {
    align-items: center;
    border: 1px solid white;
    padding: 16px 24px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.offer_container .title {
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 117%;
}

.offer_container .title strong {
    font-size: 36px;
    text-transform: uppercase;
    padding-bottom: 6px;
    display: block;
}

.offer_container form {
    width: 52%;
    flex-shrink: 0;
    padding-top: 14px;
}

.offer_container form .form_title {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 13px;
    text-align: left;
}

.offer_container form .form_comment {
    font-size: 26px;
    text-transform: uppercase;
    padding-bottom: 18px;
}

.offer_container form .form_comment span {
    color: #009fdc;
}

.offer_container form .fields {
    display: flex;
    justify-content: space-between;
}

.offer_container form .fields .form-group {
    width: 49%;
}

.offer_container form .fields .form-group:first-child {
    width: 49%;
}

.offer_container form .fields .form-group {
    margin-bottom: 0px;
}

.offer_container form .fields input {
    background: none;
    color: black;
    border-color: white;
}

.offer_container form .fields input::placeholder {
    color: #5C5C5C;
}

.offer_container form .fields button {
}

.offer_container form .agree_field {
    margin-top: 9px;
    margin-bottom: 0px;
}

.offer_container form .agree_field .check_ex {
    border-color: white;
}

.offer_container form .agree_field .check_ex i {
    background: white;
}

.offer_container .btn {
    width: 32%;
}

.offer_container .btn:hover {
}

.timer {
}

div[id^=timer] {
    white-space: nowrap;
}

.models_menu {
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: 72px;
    background: linear-gradient(90deg, rgba(245, 245, 245, 0) 0%, #F5F5F5 26.6%, #F5F5F5 77.1%, rgba(245, 245, 245, 0) 100%);
}
.mySwiperModels .models_menu_item a {
    text-decoration: none;
    display: grid;
    justify-content: center;
    opacity: 0.5;
    transition: all 0.2s linear;
}
.mySwiperModels .models_menu_item a:hover {
    opacity: 1;
}
.mySwiperModels .models_menu_item a span {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    text-align: center;
    display: block;
}
.models_menu .swiper-button-next {
    right: -70px;
}
.models_menu .swiper-button-prev {
    left: -70px;
}
.models_menu .swiper-button-next, .models_menu .swiper-button-prev {
    width: 56px;
    height: 56px;
    background: hwb(0deg 100% 0% / 20%);
    border: 1px solid #E7E7E7;
    background: #F5F5F5;
    border-radius: 100px;
}
.models_menu .swiper-button-next:after, .models_menu .swiper-button-prev:after {
    font-size: 32px;
    font-weight: 400;
    color: #0A366B;
}

#models_tabs {
    padding-top: 40px;
}

#models_tabs .slider_container {
    position: relative;
}

#models_tabs .swiper {
}

#models_tabs .swiper .swiper-wrapper {
}

#models_tabs .swiper .swiper-slide {
}

#models_tabs .swiper .swiper-slide a {
    display: block;
    background: #EAEEEF;
    text-decoration: none;
    color: inherit;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    border-radius: 5px;
    padding-top: 11px;
    line-height: 147%;
    padding-bottom: 17px;
}

#models_tabs .swiper .swiper-slide a strong {
}

#models_tabs .swiper .swiper-slide a strong {
    display: block;
    font-size: 32px;
}

#models_tabs .swiper .swiper-slide-active a {
}

#models_tabs .swiper .swiper-slide-active a strong {
}


#models_tabs .swiper .swiper-slide a:hover {
    background: #1B457D;
    color: white;
}

#models_tabs .swiper-button-next, #models_tabs .swiper-button-prev {
}

#models_tabs .swiper-button-next {
    right: -40px;
}

#models_tabs .swiper-button-prev {
    left: -40px;
}

#models_tabs .swiper-button-next:after, #models_tabs .swiper-button-prev:after {
    font-size: 24px;
    font-weight: 700;
    color: #1B457D;
}

#models_tabs .swiper-button-next:after {
}

#models_tabs .swiper-button-prev:after {
}

#models_tabs .swiper-pagination {
    width: 100%;
    bottom: -35px;
    display: none;
}

#models_tabs .swiper-pagination .swiper-pagination-bullet {
    margin: 5px;
}

#models_tabs .swiper-pagination .swiper-pagination-bullet-active {
    background: #1B457D;
}

#models_tabs .swiper-pagination .swiper-pagination-bullet-active:after {
}


.models_items {
    padding-top: 108px;
}

.models_items .container {
}

.models_items .items {
}

.models_items .items .item {
    margin-bottom: 0px;
}

.models_items .items .item .title {
    font-size: 64px;
    font-weight: 700;
    padding-top: 19px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 467px;
    text-align: center;
    border-bottom: 1px solid white;
    color: white;
    padding-bottom: 9px;
    z-index: 1;
}


.models_items .items .item .image {
    position: relative;
    /*display: block; !* flex-direction: column; *!*/
    position: relative;
    top: 0px;
    right: auto;
    width: calc(100% - 467px);
    border: 1px solid #E7E7E7;
    background: #F5F5F5;
    box-sizing: border-box;
    min-height: 440px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.models_items .items .item#mufasa .image {
    min-height: 510px;
}

.models_items .items .item .pl_stock {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    display: block;
    padding-left: 50px;
    background: url(../img/ico_fire.png) 0 50% no-repeat;
    background-size: 41px;
    transition: all .3s;
    text-decoration: none;
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 1;
    min-height: 40px;
    display: flex;
    align-items: center;
}

.models_items .items .item .pl_stock b {
    display: block;
    line-height: 90%;
    font-size: 30px;
    text-transform: uppercase;
}

.models_items .items .item .pl_stock:hover {
    background: url("../img/ico_fire_hov.png") 0 50% no-repeat;
    background-size: 40px;
}

.models_items .items .item .image img {
    max-width: 80%;
    width: auto !important;
    display: block;
    position: relative;
    /*left: 50%;
    transform: translateX(-50%);*/
    /*padding-right: 80px;*/
    box-sizing: border-box;
}

.models_items .items .item .colors {
    display: flex;
    position: relative;
    align-items: flex-end;
    width: 100%;
    justify-content: center;
    z-index: 1;
    bottom: auto;
    /*padding-right: 74px;*/
    box-sizing: border-box;
}

.models_items .items .item .colors div {
    width: 55px;
    height: 33px;
    border-radius: 0px;
    margin: 0px;
    transition: 0.5s;
    cursor: pointer;
    user-select: none;
    position: relative;
    margin: 23px 10px;
    max-width: 100%;
}

.models_items .items .item .colors div:hover {
}

.models_items .items .item .colors div.current:before, .models_items .items .item .colors div:hover:before {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    border: 1px solid #0A366B;
}


.models_items .items .item .advantages {
    margin: 0px;
    padding: 0px;
    list-style: none;
    flex-wrap: wrap;
    font-size: 20px;
    justify-content: space-between;
    padding-top: 25px;
    font-weight: 300;
}

.models_items .items .item .advantages > li {
    display: flex;
    align-items: center;
    margin-bottom: 19px;
}

.models_items .items .item .advantages > li strong {
}

.models_items .items .item .advantages > li font {
}

.models_items .items .item .advantages > li:before {
    content: '';
    width: 8px;
    height: 8px;
    display: block;
    flex-shrink: 0;
    border: 1px solid white;
    background: hwb(0deg 100% 0% / 30%);
    box-sizing: border-box;
    border-radius: 100px;
    margin-right: 22px;
}


.models_items .items .item .text_container {
    width: 467px;
    flex-shrink: 0;
    background: #0A366B;
    color: white;
    padding-top: 77px;
    padding-left: 31px;
    box-sizing: border-box;
    padding-right: 31px;
    padding-bottom: 31px;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.models_items .items .item .car_profit {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    width: 100%;
    height: 75px;
    background: url("../img/profit_ico.svg") 0 50% no-repeat #FFFFFF;
    font-size: 18px;
    text-decoration: none;
    color: #000000;
    padding-left: 95px;
    margin-top: 30px;
}

.models_items .items .item .car_profit b {
    font-size: 40px;
    display: block;
    margin-top: -10px;
}

.models_items .items .item .btns {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.models_items .items .item .btns .btn.glasswhite2 {
    font-weight: 600;
}
.models_items .items .item .btns .btn {
    margin-top: 20px;
}

.models_items .items .item .btns .btn:first-child {
    margin-top: 0px;
}

.models_items .items .item {
    user-select: none;
    position: relative;
    display: flex;
    align-items: flex-end;
    margin-bottom: 50px;
    flex-direction: column;
}

.models_items .items .item .gallery {
    position: relative;
    width: 100%;
}

.models_items .items .item .gallery_container {
    display: flex;
    justify-content: space-between;
    margin-top: 0px;
    width: calc(100% - 467px);
}

.models_items .items .item .gallery .swiper {
}

.models_items .items .item .gallery .swiper .swiper-wrapper {
}

.models_items .items .item .gallery .swiper .swiper-slide {
}

.models_items .items .item .gallery .swiper .swiper-slide a {
    display: block;
    overflow: hidden;
    border-radius: 0px;
}

.models_items .items .item .gallery .swiper .swiper-slide a img {
    width: 100% !important;
    transition: 0.5s;
    transform: scale(1);
}

.models_items .items .item .gallery .swiper .swiper-slide a:hover img {
    transform: scale(1.1);
}

.models_items .items .item .gallery .swiper .swiper-slide a strong {
}

.models_items .items .item .gallery .swiper .swiper-slide a strong {
}

.models_items .items .item .gallery .swiper .swiper-slide-active a {
}

.models_items .items .item .gallery .swiper .swiper-slide-active a strong {
}


.models_items .items .item .gallery .swiper-button-next, .models_items .items .item .swiper-button-prev {
    width: 56px;
    height: 56px;
    background: hwb(0deg 100% 0% / 20%);
    border: 1px solid #E7E7E7;
    background: #F5F5F5;
    border-radius: 100px;
}

.models_items .items .item .gallery .swiper-button-next {
    right: -70px;
}

.models_items .items .item .gallery .swiper-button-prev {
    left: 15px;
}

.models_items .items .item .gallery .swiper-button-next:after, .models_items .items .item .swiper-button-prev:after {
    font-size: 32px;
    font-weight: 400;
    color: #0A366B;
}

.models_items .items .item .gallery .swiper-button-next:after {
}

.models_items .items .item .gallery .swiper-button-prev:after {
}

.models_items .items .item .gallery .swiper-pagination {
    display: flex;
    width: 100%;
    justify-content: center;
    bottom: -32px;
}

.models_items .items .item .gallery .swiper-pagination .swiper-pagination-bullet {
    background: white;
    border-radius: 0px;
    margin: 9px;
    width: 10px;
    height: 10px;
}

.models_items .items .item .gallery .swiper-pagination .swiper-pagination-bullet-active {
}

.models_items .items .item .gallery .swiper-pagination .swiper-pagination-bullet-active:after {
}


.models_items .items .item .btn_complects {
    right: 0px;
    position: absolute;
    top: 50%;
    width: 73px;
    height: 100%;
    transform: translateY(-50%);
    z-index: 1;
}

.models_items .items .item .btn_complects:before {
    content: '';
    background: #0A366B;
    width: 56px;
    height: 56px;
    border-radius: 100px;
    position: absolute;
    right: 0px;
    transition: 0.5s;
}

.models_items .items .item .btn_complects:after {
    content: '';
    background: url(../img/right.svg) 50% 50% no-repeat;
    width: 56px;
    height: 56px;
    position: absolute;
    display: block;
    right: -22px;
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(28deg) brightness(102%) contrast(101%);
    transition: 0.5s;
}

.models_items .items .item .btn_complects:hover:before {
    right: -25px;
}

.models_items .items .item .btn_complects:hover:after {
    right: -36px;
}

.models_items .items .item .btn_complects span {
    transform: rotate(-90deg);
    white-space: nowrap;
    position: relative;
    z-index: 1;
    height: 73px;
    background: #0A366B;
    display: flex;
    align-items: center;
}

.models_items .items .item .btn_complects:hover:before {
}

.models_items .items .item .btn_complects:hover {
    background: #0A366B;
    border-color: #0A366B;
}

#complects {
}

#complects {
    padding-top: 48px;
    padding-bottom: 0px;
}

#complects .title1 {
}

#complects .filter {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}

#complects .filter .item {
    width: calc(33.33333% - 15px);
}

#complects .filter .item select {
    width: 100%;
    border: 1px solid #E7E7E7;
    height: 50px;
    border-radius: 0px;
    font-family: inherit;
    font-size: inherit;
    padding-left: 18px;
    color: #797B7E;
}

#complects .filter .item select option {
}


#complects_items {
    padding-top: 30px;
}

#complects_items .item .compl_wrap {
    border: 1px solid #E7E7E7;
    width: 66%;
    display: flex;
}

#complects_items .item {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    position: relative;
    border-radius: 5px;
    margin-bottom: 30px;
}

#complects_items .item:hover {
    /* box-shadow: 0px 5px 25px hwb(0deg 0% 100% / 10%); */
}

/*
#complects_items .item:before {
    content: '';
}

*/

#complects_items .item .text_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0;
    margin-top: 20px;
    margin-left: 25px;
}

#complects_items .item .text_container .title {
    font-size: 24px;
    text-transform: uppercase;
    padding-bottom: 10px;
    font-weight: 700;
}

#complects_items .item .text_container .title span {
    color: #0A366B;
}

#complects_items .item .text_container ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 260px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
}

#complects_items .item .text_container ul li {
    position: relative;
    display: flex;
    justify-content: space-between;
    border-left: 1px solid #E7E7E7;
    margin-left: 10px;
    padding-left: 10px;
}

#complects_items .item .text_container ul li:first-child {
    margin: 0px;
    padding: 0px;
    border: none;
}

#complects_items .item .text_container ul li strong {
}

#complects_items .item .text_container ul li:before {
    content: '';
    width: 33px;
    height: 33px;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
}

#complects_items .item .text_container ul li:before {
    content: '';
}

/* #complects_items .item .text_container ul li.ico1:before {
    background: url(../img/ico1.png) 50% 50% no-repeat;
}

#complects_items .item .text_container ul li.ico2:before {
    background: url(../img/ico2.png) 50% 50% no-repeat;
}

#complects_items .item .text_container ul li.ico3:before {
    background: url(../img/ico3.png) 50% 50% no-repeat;
} */


#complects_items .item .image {
    width: 50%;
    /*text-align: center;*/
    /*border: 1px solid #E7E7E7;*/
    border-right: 0px;
    box-sizing: border-box;
    padding-left: 15px;
}

#complects_items .item .image img {
}

#complects_items .item .compl_icons {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    justify-content: center;
    /*margin: 20px 0;*/
    /*border: 1px solid #E7E7E7;*/
    border-left: none;
    padding-left: 30px;
}

#complects_items .item .compl_icons div {
    font-size: 22px;
    padding-left: 25px;
}

#complects_items .item .compl_icons div.ico1 {
    background: url("../img/compl_ico1.svg") 0 50% no-repeat;
}

#complects_items .item .compl_icons div.ico2 {
    background: url("../img/compl_ico2.svg") 0 50% no-repeat;
}

#complects_items .item .compl_icons div.ico3 {
    background: url("../img/compl_ico3.svg") 0 50% no-repeat;
}

#complects_items .item .compl_icons div.ico4 {
    background: url("../img/compl_ico4.svg") 0 50% no-repeat;
}


#complects_items .item .btns {
    width: 32%;
    flex-shrink: 0;
    background: #0A366B;
    padding: 34px 26px;
    box-sizing: border-box;
    width: calc(33.33333% - 15px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#complects_items .item .btns .btn {
    margin-top: 20px;
}

#complects_items .item .btns .btn:first-child {
    margin-top: 0px;
}

#complects_items_showmore {
    width: 300px;
    margin: 0px auto;
}

.compl_options {
    line-height: 150%;
}

#tradein {
    padding-top: 100px;
    color: white;
}

#tradein .image1 {
    position: relative;
}

#tradein .image1 img {
    max-width: none;
    transform: translateX(-50%);
    left: 50%;
    position: relative;
}

#tradein .image1 img + img {
    position: absolute;
    top: 0px;
    left: 50%;
    z-index: 2;
    user-select: none;
    pointer-events: none;
}

#tradein .container form {
    width: 555px;
    flex-shrink: 0;
    background: hwb(0deg 100% 0% / 30%);
    padding-bottom: 25px;
    position: absolute;
    top: 152px;
    left: 36px;
    z-index: 1;
    padding: 28px 24px;
    box-sizing: border-box;
    /* border: 1px solid #BFBFBF; */
}

#tradein .container form .title {
    font-size: 36px;
    /* text-transform: uppercase; */
    font-weight: 400;
    text-align: center;
    margin-bottom: 25px;
    line-height: 113%;
}


#tradein .container form .fields {
    margin: 0px auto;
    width: 420px;
}

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

#tradein .container form select {
    color: white;
    background-image: url(../img/ico_select_white.png);
}

#tradein .container form select option {
}

#tradein .container form input {
    color: white;
    background-color: hwb(0deg 100% 0% / 0%);
}

#tradein .container form button {
    margin: 0px auto;
    width: 100%;
    margin-top: 20px;
}

#tradein .container form .agree_field {
    margin-top: 13px;
}

#tradein .container form .agree_field .check_ex {
    border-color: white;
}

#tradein .container form .agree_field .check_ex i {
    background: white;
}

#tradein hr {
    width: 154px;
    background: #474A5033;
    border: none;
    height: 2px;
    margin: 34px auto;
}


#advantages {
    margin-top: 100px;
}

#advantages .container {
}

#advantages .title1 {
    position: absolute;
    top: 38px;
    left: 15px;
    z-index: 1;
    color: white;
}

#advantages .items {
    position: absolute;
    top: 99px;
    right: 15px;
    z-index: 1;
    color: white;
    width: 467px;
    font-size: 28px;
}

#advantages .items .item {
    background: hwb(0deg 100% 0% / 30%);
    padding-left: 163px;
    height: 150px;
    box-sizing: border-box;
    margin-top: 10px;
    display: flex;
    align-items: center;
    line-height: 112%;
    position: relative;
}

#advantages .items .item:first-child {
    margin-top: 0px;
}

#advantages .items .item span {
}

#advantages .items .item strong {
}

#advantages .items .item font {
}

#advantages .items .item:before {
    content: '';
    opacity: 0.3;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
}

#advantages .items .item.ico1:before {
    background: url(../img/a_ico1.png) 0px 0px no-repeat;
    width: 144px;
    height: 150px;
}

#advantages .items .item.ico2:before {
    background: url(../img/a_ico2.png) 0px 0px no-repeat;
    width: 136px;
    height: 150px;
}

#advantages .items .item.ico3:before {
    background: url(../img/a_ico3.png) 0px 0px no-repeat;
    width: 116px;
    height: 150px;
}

#advantages .image1 {
}

#advantages .image1 img {
    max-width: none;
    transform: translateX(-50%);
    left: 50%;
    position: relative;
}


#contacts {
    position: relative;
}

#contacts .title1 {
    padding-bottom: 0px;
}

#contacts .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

#contacts .contacts_container {
    background: #0A366B;
    position: absolute;
    top: 62px;
    left: 15px;
    width: 378px;
    z-index: 1;
    backdrop-filter: blur(5px);
    color: white;
    padding: 28px 30px;
    font-size: 20px;
}

#contacts .contacts_container.right {
    left: unset;
    right: 15px;
}

#contacts .contacts_container .logos {
    margin-top: 34px;
}

#contacts .contacts_container .logos .logo1 {
}

#contacts .contacts_container .logos .logo1 img {
}

#contacts .contacts_container .logos .logo2 {
}

#contacts .contacts_container .logos .logo2:before {
    height: 43px;
}

#contacts .contacts_container .logos .logo2 img {
}

#contacts .contacts_container .logo_text {
    position: relative;
    font-size: 37px;
    margin-left: 24px;
    padding-left: 26px;
}

#contacts .contacts_container .logo_text:before {
    content: '';
    background: white;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    height: 43px;
    width: 1px;
}


#contacts .contacts_container .phone {
    color: white;
    text-decoration: none;
    font-weight: 300;
    position: relative;
    margin-top: 15px;
    display: block;
}

#contacts .contacts_container .label {
    font-size: 24px;
    margin-top: 28px;
}

#contacts .contacts_container .addr {
    position: relative;
    margin-bottom: 13px;
    padding-top: 14px;
}

#contacts .contacts_container .worktime {
    position: relative;
    font-size: 16px;
}

#contacts .contacts_container .worktime:before {
    content: '';
    /* background: url(../img/ico_worktime.png) 50% 50% no-repeat; */
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
}


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


footer {
    padding-top: 24px;
    padding-bottom: 24px;
    color: white;
    font-size: 14px;
    background: #0A366B;
    font-weight: 300;
}

footer .container {
}

.cookie_disc {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 10px;
}

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

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

footer .container .info {
}

footer .container .panel a {
    color: inherit;
    text-decoration: none;
}

footer .ur {
}

footer .ur div {
    font-size: 10px;
    padding-top: 8px;
    line-height: 147%;
}

footer .disclamer_switch {
}

footer .copyright {
    display: inline-flex;
    align-items: center;
}

footer .copyright span {
    margin-right: 5px;
}

footer .copyright img {
}

.disclamer {
}

.info {
}

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

@media (max-width: 1600px) {
    .btn {
        height: 50px;
        font-size: 14px;
    }

    .container {
        max-width: 1140px;
    }

    .logos {
        width: 25%;
    }

    .top_addr_choose .active_addr {
        font-size: 14px;
    }

    header .phone {
        font-size: 18px;
    }

    .menu_container .container .menu > li a {
        font-size: 16px;
    }

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

    .big_banner .item .title_contianer .container .text_container {
        width: 90%;
    }

    .title1 {
        font-size: 38px;
    }

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

    .models_items .items .item .text_container {
        width: 400px;
    }

    .models_items .items .item .title {
        width: 400px;
        font-size: 48px;
    }

    .models_items .items .item .car_profit b {
        font-size: 34px;
    }

    .models_items .items .item .advantages {
        font-size: 16px;
    }

    .models_items .items .item .advantages > li:before {
        margin-right: 15px;
    }

    .models_items .items .item .btns .btn {
        margin-top: 10px;
    }

    .models_items .items .item .image {
        width: calc(100% - 400px);
        min-height: 400px;
    }

    .models_items .items .item .pl_stock b {
        font-size: 36px;
    }

    .models_items .items .item .gallery_container {
        width: calc(100% - 400px);
    }

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

    #complects_items .item .compl_icons div {
        font-size: 18px;
    }

    #complects_items .item .text_container .title {
        font-size: 20px;
    }

    #complects_items .item .text_container ul {
        font-size: 16px;
    }

    #complects_items .item .btns .btn {
        margin-top: 10px;
    }

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

    #tradein .container form {
        left: 0;
        width: 470px;
    }

    #tradein .container form .title {
        font-size: 30px;
    }

    #tradein .container form .fields {
        width: 100%;
    }

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

    #advantages .items {
        font-size: 22px;
        width: 400px;
    }

    #advantages .items .item {
        height: 100px;
    }

    #advantages .items .item:before {
        background-size: 100% !important;
        width: 90px !important;
    }

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

    #contacts .contacts_container {
        width: 280px;
    }

    #contacts .contacts_container .logos {
        width: 95%;
    }
}

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

@media (max-width: 1300px) {
    .models_menu .swiper-button-prev {
        left: 8px;
    }
    .models_menu .swiper-button-next {
        right: 8px;
    }
}

@media (max-width: 991px) {

    .menuopen .menu_container {
        right: 0px;
        background: hwb(0deg 25% 75% / 80%);
    }

    .menu_container .container {
        padding: 0px;
        display: flex;
        align-items: self-start;
        justify-content: flex-start;
    }

    .menu_container {
        position: absolute;
        top: 100%;
        right: -520px;
        left: auto;
        transition: 0.2s;
        background: white;
        height: auto;
        z-index: 2;
        width: 520px;
        max-width: 100%;
    }

    .menu_container .container .menu {
        background: none;
        display: block !important;
        text-align: center;
        height: auto;
        width: 100%;
        margin: 0px;
    }

    .menu_container .container .menu > li a {
        padding: 5px 10px;
        display: block;
        color: white;
        text-align: center;
    }
    .menu_container .container .menu.menu_cont {
        width: 50%;
    }
    .burger {
        display: block;
    }


    .burger {
        width: 45px;
        height: 44px;
        border-radius: 100px;
        line-height: 44px;
        text-align: center;
        font-size: 9px;
        text-transform: uppercase;
        font-weight: 700;
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        z-index: 9;
        display: flex;
        flex-direction: column;
        justify-content: center;
        /* display: none; */
    }

    .burger:before {
        content: '';
        display: block;
        height: 4px;
        background: white;
        transition: 0.2s;
        transform-origin: 5px 6px;
    }

    .burger:after {
        content: '';
        display: block;
        height: 4px;
        background: white;
        transition: 0.2s;
        transform-origin: 5px -2px;
    }

    .burger span {
        pointer-events: none;
        display: block;
        height: 4px;
        background: white;
        margin: 9px 0px;
    }

    .menuopen .burger span {
        opacity: 0;
    }

    .menuopen .burger:before {
        transform: rotate(45deg);
    }

    .menuopen .burger:after {
        transform: rotate(-45deg);
    }

    .menu_container .container .menu > li {
        display: block;
    }

    .big_banner {
        margin-top: 0;
    }

    .top_addr_choose {
        display: none;
    }

}

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

    header .logo1 {
    }

    header .logo1 img {
    }

    header .logo1 img + img {
    }


    .logo2 {
        margin-left: 10px;
        padding-left: 10px;
    }

    .logo2:before {
    }

    .logo2 img {
    }

    .scroll header .logo1 img + img {
    }

    .scroll header .logo1 img {
    }


    .logo_text {
        font-size: 30px;
        margin-left: 10px;
        padding-left: 10px;
    }

    .logo_text:before {
    }

    header .addr {
        margin-right: 10px;
    }

    header .phone {
        margin-right: 10px;
    }

    .models_items .items .item .image {
        padding-top: 30px;
    }

    .models_items .items .item .image img {
    }

    #complects_items .item .text_container ul li {
        margin-left: 5px;
        padding-left: 5px;
        font-size: 14px;
    }

    #complects_items .item .text_container .title {
        font-size: 18px;
    }

    #complects_items .item .compl_icons div {
        font-size: 16px;
    }

    .big_banner .item .title_contianer .container .text_container .title {
        font-size: 36px;
    }
}

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (min-width: 768px) and (max-width: 991px) {
    header .phone {
        display: none;
    }

    header > .container:first-child .btn {
        display: none;
    }

    header > .container:first-child {
        padding-right: 75px;
    }

    .big_banner .item .title_contianer {
        top: 100px;
    }

    .offer_container {
        margin-top: -187px;
    }

    .offer_container .title {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .offer_container .text_container {
        flex-wrap: wrap;
    }

    .models_items {
    }

    .models_items .container {
        padding: 0px;
    }

    .models_items .items {
    }

    .models_items .items .item {
        align-items: flex-start;
    }

    .models_items .items .item .title {
        position: relative;
        top: 0px;
        left: 0px;
        color: #151728;
        text-align: left;
        width: auto;
        padding-left: 15px;
    }


    .models_items .items .item .image {
        width: 100%;
    }

    .models_items .items .item .image img {
    }

    .models_items .items .item .colors {
    }

    .models_items .items .item .colors div {
    }

    .models_items .items .item .colors div:hover {
    }

    .models_items .items .item .colors div.current:before, .models_items .items .item .colors div:hover:before {
    }


    .models_items .items .item .advantages {
        padding-top: 0px;
    }

    .models_items .items .item .advantages > li {
    }

    .models_items .items .item .advantages > li strong {
    }

    .models_items .items .item .advantages > li font {
    }

    .models_items .items .item .advantages > li:before {
    }


    .models_items .items .item .text_container {
        position: relative;
        width: 100%;
        padding: 15px;
    }


    .models_items .items .item .btns {
    }

    .models_items .items .item .btns .btn {
    }

    .models_items .items .item .btns .btn:first-child {
    }

    .models_items .items .item {
    }

    .models_items .items .item .gallery {
    }

    .models_items .items .item .gallery_container {
        width: 100%;
        margin-top: 15px;
    }

    .models_items .items .item .gallery .swiper {
    }

    .models_items .items .item .gallery .swiper .swiper-wrapper {
    }

    .models_items .items .item .gallery .swiper .swiper-slide {
    }

    .models_items .items .item .gallery .swiper .swiper-slide a {
    }

    .models_items .items .item .gallery .swiper .swiper-slide a img {
    }

    .models_items .items .item .gallery .swiper .swiper-slide a:hover img {
    }

    .models_items .items .item .gallery .swiper .swiper-slide a strong {
    }

    .models_items .items .item .gallery .swiper .swiper-slide a strong {
    }

    .models_items .items .item .gallery .swiper .swiper-slide-active a {
    }

    .models_items .items .item .gallery .swiper .swiper-slide-active a strong {
    }


    .models_items .items .item .gallery .swiper-button-next, .models_items .items .item .swiper-button-prev {
    }

    .models_items .items .item .gallery .swiper-button-next {
    }

    .models_items .items .item .gallery .swiper-button-prev {
    }

    .models_items .items .item .gallery .swiper-button-next:after, .models_items .items .item .swiper-button-prev:after {
    }

    .models_items .items .item .gallery .swiper-button-next:after {
    }

    .models_items .items .item .gallery .swiper-button-prev:after {
    }

    .models_items .items .item .gallery .swiper-pagination {
    }

    .models_items .items .item .gallery .swiper-pagination .swiper-pagination-bullet {
    }

    .models_items .items .item .gallery .swiper-pagination .swiper-pagination-bullet-active {
    }

    .models_items .items .item .gallery .swiper-pagination .swiper-pagination-bullet-active:after {
    }


    .models_items .items .item .btn_complects {
    }

    .models_items .items .item .btn_complects:before {
    }

    .models_items .items .item .btn_complects:after {
    }

    .models_items .items .item .btn_complects span {
    }

    .models_items .items .item .btn_complects:hover:before {
    }

    .models_items .items .item .btn_complects:hover {
    }


    .models_items .title1 {
        padding-left: 15px;
    }

    #complects_items .item {
    }

    #complects_items .item .compl_wrap {
        flex-direction: column;
        padding: 15px 0;
    }

    #complects_items .item .image {
        width: 100%;
    }

   /* #complects_items .item .image {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 66%;
    }*/

    #complects_items .item .image img {
    }

    #complects_items .item .text_container {
        margin-top: 0;
        /*padding-top: 208px;
        padding-bottom: 24px;
        border-left: 1px solid #E7E7E7;
        padding-left: 15px;*/
    }

    footer .container .info {
        width: 548px;
    }


}
@media (max-width: 991px) {
    .models_items .items .item .gallery .swiper-button-next {
        right: 16px;
    }
    .models_items .items .item .text_container {
        order: 2;
    }
}
/*MOBILE BEGIN*/
@media (max-width: 767px) {
    .cookie_text {
        display: block;
        width: 89%; 
        text-align: center;
        border-radius: 20px;
    }
    .cookie_text p {
        max-width: 100%;
        font-size: 12px;
    }
    .cookie_text p span {
        display: none;
    }
    .cookie_text button {
        width: 100%;
        margin-top: 10px;
        height: 20px;
        font-size: 9px;
        justify-content: center;
    }
    .models_items .items .item .pl_stock {
        top: 4px;
    }
    .models_items .items .item .pl_stock b {
        font-size: 24px;
    }
    .models_menu .swiper-button-prev {
        top: 123%;
    }
    .models_menu .swiper-button-next {
        top: 123%;
    }

    body {
    }

    .anim {
        opacity: 1 !important;
    }

    .title1 {
        font-size: 26px;
        padding-bottom: 30px;
    }


    header {
        height: 64px;
        padding-bottom: 25px;
        background: #0A366B;
    }

    .scroll header {
    }

    .scroll header .btn {
    }

    .scroll header .btn:hover {
    }


    .start header {
    }

    header .container {
    }


    header > .container:first-child {
        padding-right: 75px;
    }

    .logos {
        max-width: 80%;
        width: 80%;
    }

    header .logo1 {
    }

    header .logo1 img {
        display: none;
    }

    header .logo1 img + img {
        display: block !important;
    }


    .logo2 {
        margin-left: 10px;
        padding-left: 10px;
    }

    .logo2:before {
    }

    .logo2 img {
    }

    .scroll header .logo1 img + img {
    }

    .scroll header .logo1 img {
    }


    .logo_text {
        font-size: 20px;
        margin-left: 10px;
        padding-left: 10px;
    }

    .logo_text:before {
    }


    header .addr {
        display: none;
    }

    header .addr:before {
    }

    header .phone {
        position: absolute;
        left: 0px;
        bottom: -20px;
        text-align: center;
        width: 100%;
        justify-content: center;
    }

    header .phone:before {
    }

    header > .container:first-child .btn {
        display: none;
    }

    .big_banner {
        margin-top: 89px;
    }

    .big_banner .item {
    }

    .big_banner .item picture {
    }

    .big_banner .item picture:after {
    }

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


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

    .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-active {
    }


    .big_banner .item .title_contianer {
        top: 100px;
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        padding-top: 15px;
    }

    .start .big_banner .item .title_contianer {
    }


    .big_banner .item .title_contianer .container {
    }


    .big_banner .item .title_contianer .container .text_container {
        padding-bottom: 15px;
        width: 100%;
        padding: 0;
    }

    .big_banner .item .title_contianer .container .text_container:before {
    }

    .big_banner .item .title_contianer .container .text_container .title {
        font-size: 24px;
        color: #0D171A;
    }

    .big_banner .item .title_contianer .container .text_container .title font {
    }

    .big_banner .item .title_contianer .container .text_container .comment {
        font-size: 18px;
        color: #0D171A;
        padding-top: 15px;
    }

    .big_banner .item .title_contianer .container .text_container .comment font {
    }

    .big_banner .item .title_contianer .container .text_container .comment span {
    }

    .big_banner .item .title_contianer .container .text_container ul {
    }

    .big_banner .item .title_contianer .container .text_container ul > li {
    }

    .big_banner .item .title_contianer .container .text_container ul > li > i {
    }

    .big_banner .item .title_contianer .container .text_container ul > li.ico1 > i {
    }

    .big_banner .item .title_contianer .container .text_container ul > li.ico2 > i {
    }

    .big_banner .item .title_contianer .container .text_container ul > li.ico3 > i {
    }

    .big_banner .item .title_contianer .container .text_container ul > li.ico4 > i {
    }


    .big_banner .item .title_contianer .container .text_container ul > li span {
    }

    .big_banner .item .title_contianer .container .text_container ul > li span strong {
    }

    .big_banner .item .title_contianer .container .text_container ul > li span font {
    }

    .big_banner .item .title_contianer .container .text_container .btn {
        width: 100%;
    }

    .big_banner .item .title_contianer .container .text_container .vigoda {
    }

    .big_banner .item .title_contianer .container .text_container .vigoda:before {
    }

    .big_banner .item .title_contianer .container .text_container .vigoda:after {
    }


    .big_banner .slick-dots {
    }

    .big_banner .slick-dots > li {
    }

    .big_banner .slick-dots > li button {
    }

    .big_banner .slick-dots .slick-active {
    }

    .big_banner .slick-dots .slick-active button {
    }


    .offer_container {
        margin: 0px;
        background: #0A366B;
    }

    .offer_container .container {
    }

    .offer_container .cont {
    }

    .start .offer_container .cont {
    }

    .offer_container .text_container {
        flex-direction: column;
        box-sizing: border-box;
        border: none;
        padding: 15px 0px;
    }

    .offer_container .title {
        text-align: center;
        padding-bottom: 15px;
    }

    .offer_container .title strong {
    }

    .offer_container form {
    }

    .offer_container form .form_title {
    }

    .offer_container form .form_comment {
    }

    .offer_container form .form_comment span {
    }

    .offer_container form .fields {
    }

    .offer_container form .fields .form-group {
    }

    .offer_container form .fields .form-group:first-child {
    }

    .offer_container form .fields .form-group {
    }

    .offer_container form .fields input {
    }

    .offer_container form .fields input::placeholder {
    }

    .offer_container form .fields button {
    }

    .offer_container form .agree_field {
    }

    .offer_container form .agree_field .check_ex {
    }

    .offer_container form .agree_field .check_ex i {
    }

    .offer_container .btn {
        width: 100%;
        margin-top: 15px;
    }

    .offer_container .btn:hover {
    }

    .timer {
    }

    div[id^=timer] {
    }


    #models_tabs {
    }

    #models_tabs .slider_container {
    }

    #models_tabs .swiper {
    }

    #models_tabs .swiper .swiper-wrapper {
    }

    #models_tabs .swiper .swiper-slide {
    }

    #models_tabs .swiper .swiper-slide a {
    }

    #models_tabs .swiper .swiper-slide a strong {
    }

    #models_tabs .swiper .swiper-slide a strong {
    }

    #models_tabs .swiper .swiper-slide-active a {
    }

    #models_tabs .swiper .swiper-slide-active a strong {
    }


    #models_tabs .swiper .swiper-slide a:hover {
    }

    #models_tabs .swiper-button-next, #models_tabs .swiper-button-prev {
    }

    #models_tabs .swiper-button-next {
    }

    #models_tabs .swiper-button-prev {
    }

    #models_tabs .swiper-button-next:after, #models_tabs .swiper-button-prev:after {
    }

    #models_tabs .swiper-button-next:after {
    }

    #models_tabs .swiper-button-prev:after {
    }

    #models_tabs .swiper-pagination {
    }

    #models_tabs .swiper-pagination .swiper-pagination-bullet {
    }

    #models_tabs .swiper-pagination .swiper-pagination-bullet-active {
    }

    #models_tabs .swiper-pagination .swiper-pagination-bullet-active:after {
    }


    .models_items {
    }

    .models_items .container {
        padding: 0px;
    }

    .models_items .items {
    }

    .models_items .items .item {
        
    }

    .models_items .items .item .title {
        position: relative;
        top: 0px;
        left: 15px;
        width: 100%;
        color: #151728;
        text-align: left;
        padding-left: 15px;
        font-size: 40px;
    }


    .models_items .items .item .image {
        width: 100%;
        padding-bottom: 15px;
        display: block;
        min-height: auto;
    }

    .models_items .items .item#mufasa .image {
        min-height: auto;
    }

    .models_items .items .item#creta .image {
        padding-top: 20px;
    }

    .models_items .items .item .image .pl_stock {
        position: relative;
        margin: 10px 0;
        left: 15px;
    }

    .models_items .items .item .image img {
        max-width: initial !important;
        padding-right: 0px;
        width: 500px !important;
        padding-top: 0px;
        left: 50%;
        margin-left: -250px;
    }

    .models_items .items .item .colors {
        padding-right: 0px;
    }

    .models_items .items .item .colors div {
    }

    .models_items .items .item .colors div:hover {
    }

    .models_items .items .item .colors div.current:before, .models_items .items .item .colors div:hover:before {
    }

    .models_items .items .item .car_profit {
        margin-top: 0;
    }

    .models_items .items .item .car_profit b {
        font-size: 9vw;
    }

    .models_items .items .item .advantages {
        padding-top: 15px;
        font-size: 16px;
    }

    .models_items .items .item .advantages > li {
    }

    .models_items .items .item .advantages > li strong {
    }

    .models_items .items .item .advantages > li font {
    }

    .models_items .items .item .advantages > li:before {
    }


    .models_items .items .item .text_container {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        padding: 15px;
    }


    .models_items .items .item .btns {
    }

    .models_items .items .item .btns .btn {
    }

    .models_items .items .item .btns .btn:first-child {
    }

    .models_items .items .item {
    }

    .models_items .items .item .gallery {
    }

    .models_items .items .item .gallery_container {
        width: 100%;
        margin-top: 0px;
    }

    .models_items .items .item .gallery .swiper {
    }

    .models_items .items .item .gallery .swiper .swiper-wrapper {
    }

    .models_items .items .item .gallery .swiper .swiper-slide {
    }

    .models_items .items .item .gallery .swiper .swiper-slide a {
    }

    .models_items .items .item .gallery .swiper .swiper-slide a img {
    }

    .models_items .items .item .gallery .swiper .swiper-slide a:hover img {
    }

    .models_items .items .item .gallery .swiper .swiper-slide a strong {
    }

    .models_items .items .item .gallery .swiper .swiper-slide a strong {
    }

    .models_items .items .item .gallery .swiper .swiper-slide-active a {
    }

    .models_items .items .item .gallery .swiper .swiper-slide-active a strong {
    }


    .models_items .items .item .gallery .swiper-button-next, .models_items .items .item .swiper-button-prev {
        
    }

    .models_items .items .item .gallery .swiper-button-next {
    }

    .models_items .items .item .gallery .swiper-button-prev {
    }

    .models_items .items .item .gallery .swiper-button-next:after, .models_items .items .item .swiper-button-prev:after {
    }

    .models_items .items .item .gallery .swiper-button-next:after {
    }

    .models_items .items .item .gallery .swiper-button-prev:after {
    }

    .models_items .items .item .gallery .swiper-pagination {
    }

    .models_items .items .item .gallery .swiper-pagination .swiper-pagination-bullet {
        background: #0A366B;
    }

    .models_items .items .item .gallery .swiper-pagination .swiper-pagination-bullet-active {
    }

    .models_items .items .item .gallery .swiper-pagination .swiper-pagination-bullet-active:after {
    }


    .models_items .items .item .btn_complects {
        position: relative;
        width: calc(100% - 30px);
        margin-left: 15px;
        height: 60px;
        top: 0px;
        transform: none;
    }

    .models_items .items .item .btn_complects:before {
        display: none;
    }

    .models_items .items .item .btn_complects:after {
        opacity: 0;
    }

    .models_items .items .item .btn_complects span {
        transform: none;
        height: auto;
    }

    .models_items .items .item .btn_complects:hover:before {
    }

    .models_items .items .item .btn_complects:hover {
    }

    #complects {
        padding-bottom: 15px;
    }

    #complects {
    }

    #complects .title1 {
    }

    #complects .filter {
        flex-direction: column;
        padding-top: 0px;
    }

    #complects .filter .item {
        width: 100%;
        margin-bottom: 15px;
    }

    #complects .filter .item select {
    }

    #complects .filter .item select option {
    }


    #complects_items {
        padding-top: 0px;
    }

    #complects_items .item {
        flex-direction: column;
    }

    #complects_items .item:hover {
    }

    #complects_items .item:before {
    }


    #complects_items .item .text_container {
        margin-left: 0;
        margin-top: 0;
        margin-bottom: -10px;
    }

    #complects_items .item .text_container .title {
        font-size: 18px;
        padding-bottom: 10px;
        text-align: center;
    }

    #complects_items .item .text_container .title span {
    }

    #complects_items .item .text_container ul {
        font-size: 4vw;
        /*flex-wrap: wrap;*/
        width: 100%;
    }

    #complects_items .item .text_container ul li {
        border: none;
        padding: 0px;
        margin: 0px;
    }

    #complects_items .item .text_container ul li:first-child {
    }

    #complects_items .item .text_container ul li strong {
    }

    #complects_items .item .text_container ul li:before {
    }

    #complects_items .item .text_container ul li:before {
    }

    #complects_items .item .text_container ul li.ico1:before {
    }

    #complects_items .item .text_container ul li.ico2:before {
    }

    #complects_items .item .text_container ul li.ico3:before {
    }

    #complects_items .item .compl_icons {
        padding-left: 0;
    }

    #complects_items .item .compl_icons div {
        font-size: 4.5vw;
    }

    #complects_items .item .compl_wrap {
        flex-direction: column;
        width: 100%;
        padding: 20px 15px;
        box-sizing: border-box;
    }

    #complects_items .item .image {
        width: 100%;
        /*border-right: 1px solid #E7E7E7;*/
        padding-left: 0;
    }

    #complects_items .item .image img {
    }

    #complects_items .item .btns {
        width: 100%;
        padding: 15px;
    }

    #complects_items .item .btns .btn {
    }

    #complects_items .item .btns .btn:first-child {
    }

    #complects_items_showmore {
    }


    #tradein {
        background: hwb(213deg 4% 58% / 70%);
        padding-top: 15px;
    }

    #tradein .image1 {
    }

    #tradein .image1 img {
        max-width: 100%;
    }

    #tradein .image1 img + img {
    }

    #tradein .container form {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        background: none;
        padding: 0px;
        border: none;
    }

    #tradein .container form .title {
        font-size: 26px;
    }


    #tradein .container form .fields {
        width: 100%;
    }

    #tradein .container form .form-group {
    }

    #tradein .container form select {
    }

    #tradein .container form select option {
    }

    #tradein .container form input {
    }

    #tradein .container form button {
    }

    #tradein .container form .agree_field {
    }

    #tradein .container form .agree_field .check_ex {
    }

    #tradein .container form .agree_field .check_ex i {
    }

    #tradein hr {
    }


    #advantages {
        background: #0A366B;
        margin-top: 30px;
        padding-top: 30px;
    }

    #advantages .container {
    }

    #advantages .title1 {
        position: relative;
        top: 0px;
        left: 0px;
    }

    #advantages .items {
        position: relative;
        top: 0px;
        right: auto;
        width: 100%;
        font-size: 18px;
        padding-bottom: 15px;
    }

    #advantages .items .item {
        height: 84px;
        padding-left: 90px;
    }

    #advantages .items .item:first-child {
    }

    #advantages .items .item span {
    }

    #advantages .items .item strong {
    }

    #advantages .items .item font {
    }

    #advantages .items .item:before {
        width: 100px !important;
        background-size: 73px !important;
        background-position: 0px 100% !important;
        height: 84px !important;
    }

    #advantages .items .item.ico1:before {
    }

    #advantages .items .item.ico2:before {
    }

    #advantages .items .item.ico3:before {
    }

    #advantages .image1 {
    }

    #advantages .image1 img {
        max-width: 100%;
    }


    #contacts {
    }

    #contacts .title1 {
    }

    #contacts .container {
    }

    #contacts .contacts_container {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        font-size: 16px;
    }

    #contacts .contacts_container .logos {
    }

    #contacts .contacts_container .logos .logo1 {
    }

    #contacts .contacts_container .logos .logo1 img {
    }

    #contacts .contacts_container .logos .logo2 {
    }

    #contacts .contacts_container .logos .logo2:before {
    }

    #contacts .contacts_container .logos .logo2 img {
    }

    #contacts .contacts_container .logo_text {
    }

    #contacts .contacts_container .logo_text:before {
    }


    #contacts .contacts_container .phone {
    }

    #contacts .contacts_container .label {
    }

    #contacts .contacts_container .addr {
    }

    #contacts .contacts_container .worktime {
    }

    #contacts .contacts_container .worktime:before {
    }


    #map1 {
        height: 380px;
    }


    footer {
    }

    footer .container {
    }

    footer .container .panel {
        display: block;
    }

    footer .container .info {
        padding-bottom: 15px;
    }

    footer .container .panel a {
        display: block;
        text-align: left;
    }

    footer .ur {
    }

    footer .ur div {
    }

    footer .disclamer_switch {
    }

    footer .copyright {
    }

    footer .copyright span {
    }

    footer .copyright img {
    }

    .disclamer {
    }

    .info {
    }


    .models_items .title1 {
        padding-left: 15px;
    }


}

/*MOBILE END*/

/* Portrait phones and smaller */
@media (max-width: 460px) {
    .models_items .items .item .gallery .swiper-button-prev,
    .models_items .items .item .gallery .swiper-button-next {
        width: 40px;
        height: 40px;
    }
    .models_items .items .item .gallery .swiper-button-next:after, .models_items .items .item .swiper-button-prev:after {
        font-size: 20px;
    }
    .models_items .items .item .image img {
        max-width: initial !important;
        padding-right: 0px;
        width: 100% !important;
        padding-top: 0px;
        left: initial;
        margin-left: 0;
    }
    .models_items .items .item .colors div {
        width: 24px;
        height: 24px;
        margin: 10px;
    }
    .models_items .items .item .advantages > li {
        margin-bottom: 10px;
    }
}
@media (max-width: 390px) {
    div[id^=timer] {
        transform: scale(0.85) !important;
    }
    .models_items .items .item .colors div {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 360px) {
    div[id^=timer] {
        transform: scale(0.623) !important;
    }
}

@media (max-width: 320px) {
    div[id^=timer] {
        transform: scale(0.6) !important;
    }

    #morequestions {
        background-position: 50% 280px;
    }


}