html {
    overflow-x: hidden;
}

body {
    font-family: "NotoSans";
    font-size: 16px;
    color: #293337;
    position: relative;
    font-weight: 500;
    margin: 0 auto;
    padding: 0;
    overflow-x: hidden;
    max-width: 1920px;
}

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

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

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

.fancybox-content {
    overflow: hidden;
}


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


.resp_table {
    width: 100%;
}

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

.resp_table img {
    max-width: 100%;
    width: 100%;
    display: block;
    width: 220px;
}


sup {
    display: inline-block;
    vertical-align: top;
    top: -3px;
    position: relative;
    font-size: 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;
}

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

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


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

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

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

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

@media (min-width: 1200px) {
    .container {
        width: 1170px;
        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;
}

.modal {
  display: none;
  width: 30%;
  max-width: 430px;
}

.policy_popup {
  font-size: 16px; 
  line-height: 20px; 
  font-weight: 400
}

.policy_popup.fancybox-content {
    max-width: 94%;
    height: 87%;
    margin-top: 48px;
    overflow: inherit;
}
.policy_popup h1 {
  font-size: 32px; 
  font-weight: 700; 
  text-align: left; 
  position: relative; 
  max-width: 100%; 
  line-height: normal; 
  color: #000000;
}


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

.popup_container .agree_field {
    color: black;
    font-size: 10px;
}

.popup_container .agree_field a {
    color: black;
}


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

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

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

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

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

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

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

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

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

.popup_container .form-group select option {}

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

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

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


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

.agree_wrap {
  display: flex;
  flex-direction: column;
  gap: 6px; 
}

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

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

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

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


form {}

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

form .form-group input[type=tel],
form .form-group input[type=text],
form .form-group select {
    height: 54px;
    width: 100%;
    color: #293337;
    font-size: 16px;
    box-sizing: border-box;
    font-family: "NotoSans";
    padding: 0px 20px;
    outline: none;
    background: white;
    border-radius: 0px;
    border: 1px solid #293337;
}

form .form-group select {
    appearance: none;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    background: url(../img/ico_select.png) 95% 50% no-repeat #ffffff;
    font-family: "NotoSans";
    outline: none;
}

form .form-group button {
    width: 100%;
    cursor: pointer;
    font-family: "NotoSans";
    outline: none;
}

form .form-group button:hover {}


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

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

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

.btn.grey {
    background: #cacaca;
    border-color: #cacaca;
}


.btn:hover {
    background: #293337;
    color: #ffffff;
    border-color: #293337;
}

.btn.dark {
    background: #293337;
    color: #ffffff;
}

.btn.dark:hover {
    background: transparent;
    color: #293337;
}

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

.btn.white:hover {
    background: grey;
    /* background: #ffffff; */
    color: #293337;
}

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

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

.btn.blue {
    background: #00359A;
    color: #ffffff;
    border: none;
}

.btn.blue:hover {
    background: #293337;
}


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

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

header .m_btn {
    display: none;
}

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

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

.dealer {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border-left: 1px solid #293337;
    margin-left: 20px;
    padding-left: 20px;
}

.dealer span {
    display: block;
    font-weight: 400;
    font-size: 14px;
    text-transform: none;
}

.top_addr {
    font-size: 14px;
    padding-left: 15px;
    background: url("../img/ico_loc_top.png") 0 50% no-repeat;
}

.top_phone {
    font-size: 18px;
    font-weight: 700;
    color: #2a3337;
    padding-left: 23px;
    background: url("../img/ico_phone_top.png") 0 50% no-repeat;
    text-decoration: none;
}

header .btn {
    width: 253px;
    height: 50px;
    font-size: 14px;
}

.mob {
    display: none;
}

.mob_title3 {
    display: none;
}

.menu {
    position: fixed;
    top: 96px;
    left: 0;
    right: 0;
    /*background: transparent;*/
    z-index: 5;
    transition: all .3s;
    background: #2a3337;
}

.menu .container {
    padding: 16px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.88);*/
}

.menu a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    color: #ffffff;
}

.menu a:hover {
    font-weight: 700;
}

.menu.fixed {
    background: #2a3337;
}

.menu.fixed .container {
    border-bottom: none;
}

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

.banner {
    margin-top: 146px;
    height: 628px;
    background: url(../img/bg1.jpg) 50% 0 no-repeat white;
}
.banner .container {
    display: grid;
    justify-content: center;
}
.dop150 {
    font-size: 14px;
    font-weight: 300;
    line-height: 100%;
    position: absolute;
    color: white;
    top: 20px;
    right: 0;
    text-decoration: none;
    background: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAeCAQAAACcJxZuAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQfnBwMTLSxrktlBAAABi0lEQVQ4y+2SMUhVYRiGn3O9lhpGi+gQReAQkUWrIg2C6JDQkoFQQ5MNYji5CG1yMcrJVRGkwa1Z5SLU4CRccSi8Qi4FBYKD56D3cTjX6/V0btqde89w+N7/fb7/4+NHLvhu+cGiWrBLJDYfOOU7x7yTCDf61lANLaj5GAh876lKLthWibf7Wf3tuK02eGgxBobVPUftc8Id9Ye9InZaVFfsEPGV+jEGcurzcs+r5tTIIW/6XZ23QcRhDw29HwNP1B0fVwZ5YWTkrjpnID5yWY18Fp8jzqq65YwjdtvpZLl+6awFVbftPm0Y/wZdtWSajs07YvZsc4GU1UYP97jNdZqBkJ/ssckGvzinM+CSypKjv6r+wigwzUCN/Fpg8oob7HNMptYNfx4Eqe5fgAtUB1BKOEdAVDNvltcMVhl5DoCxc15iS/84UhaANzws1yssAkM8JUgkQ2b4Coh3q95OyRbxIPVdLYlkgKaqPgFXgGup07TUudb/QL2Atd0M8I3tirnOPrCcEj/iE8AJXjpfa5bKQ4EAAAAASUVORK5CYII=") 13px center no-repeat, url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAzCAQAAAANpfEpAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQfnBwMTMTMA7YnpAAABhUlEQVQ4y32UPUsDQRCG3zsSLaJFFMVGEAtBQQhYCenUSoxEUSFi7T8TUUwMdmIhCNoIgqiFKKYRC79ADIGE5LFILtnLTbxrdvbdeXZ2Z2c8NtTre/Sgp7jhcWBMJ7WoikaF9e8Cx8g3geuS8pLlN0SVKknbM6O4zvUtU8xKOpIs7AAV6owhDHETuGiOo9i1VqQGtp8fYKJpdYsrwHVg+UakhbYV8ovxAUwHdlhcAB46th+B5h3b8fN5BeY6M644D7y42/hdxy+EtnFWPgNp17MzTAFv+DY2K6moho29A5bClxkMpoAv4mHRdyI9US180YG4JOmsO7WBeCUpHUl8iz8DfNJnByRugIwdkLQnKWdjxTh1ygzaWHEO7PTKShTsrBymSo1R2/NTp4pp0/YUOeDSDkgk+KXBpP36yirK05aNFcvArY0Vcd6BWbtWajp0Thsp3jRQwrMr26MUPNFoZaP9NtjoQyngnTimKO6B5V7trZWfmKyuOSJpVYn/+u2290+nfvoDmGnXvTBO+qwAAAAASUVORK5CYII=") right center no-repeat;
    padding-left: 53px;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    height: 46px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    white-space: nowrap;
    width: 235px;
    text-transform: none;
    transition: color 0.3s;
}

.dop150 span {
    font-size: 14px !important;
    font-weight: 300;
}

.dop150.black {
    color: #293337;
    border-color: #293337;
    background: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAeCAMAAAAB8C7XAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABOFBMVEUpMzf///8pMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzf///9/d/BaAAAAZnRSTlMAAB6Q39QtLn6NbiEFgfnBAY/+oRUXxu5wDQP4V+RpQ3Pe6T0kvRhjqIpYB/pOHOOgLE0/XuCXMaxWkdWMWzp5X9dJvv0EUHqZp7Cpk3dIE9CIDxAMZ3FvXZ8lKAr0pjCv1sKq+2J1Yz9WAAAAAWJLR0QB/wIt3gAAAAd0SU1FB+cHAxQOK04QLQYAAAEVSURBVCjP1ZLZUsJAEEVva+JuCBE3wAXFJRo0bqgo4IKKcUNF3Hft//8EZ0ISU5Q++eR5ma57prqnqwZooKlZYbWFSJStbe0dnV7c1a2xpnJECD3KAqMnJvPePu4fGIwnFCGSPDQ8MprisXEgrfDEJNEUTwth8oy4OmuylZmbZztOlExoC0IscmpJdlm2rBXO6lhdY2ud5PAc88ZmvpAuinMrpzJvF8gV2Nk1OKAUye+RJ4DY/kH50HGOjk9Oz8ijcT8Ewqy4ZIHzSogo/OYXKHGYQFyC/yr8zlVo4dzAleNSg1/Vuf59D6BmC26AzK3tUb6T4r7e8wGP3xOepHj+4VXOfxahL/EiRfVVlm863oP845PoC4POrzY39ruHAAAAAElFTkSuQmCC") 13px center no-repeat,
        url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAzCAMAAACQcsmQAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABLFBMVEX///8pMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzf///+PD2BVAAAAYnRSTlMAVS9Uqrv2DGewul4S+hFgsff9GFbDqHEH8iBNzJ57BOwpQ9aUhALlMznfi47dPDDngZjURSbuBXihvV2ZKu0Gz051HfUNwGa3E/sWtGxaxgv0/iKleUvS6y2Wh+ABiNW/Mcqp1Z8AAAABYktHRACIBR1IAAAAB3RJTUUH5wcDFAwfXZK7MQAAAORJREFUKM9V0tVSglEYRuFtgii22JjYYovdHViIiGCs+78Iz3T979kzs2Yf7PlCjVcb8OpC/d8aaIyF/8VpkkKCZqklmWwV20i4bScuxTo6u8Ruetym6JX6+hkQBxlyO0xaGhllTBxnwu0kGWlqmhlxljm38yyYi2SlJZanxBVW3a6xLm2wmRO32Ha7w66ZYc/c5+DQPuLYPCFlnnaendsX0bcvuTKvkze39h33Zp4H8/Hp+cUu8GoWeTNzJd7tMh9mlkpVrFYinxs+KZtLlPyB4YuimaYQdLHfPD1G7zkfItf+8wtvnjH7V2RM1gAAAABJRU5ErkJggg==") right center no-repeat;
}

.dop150:hover {
    background: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAeCAQAAACcJxZuAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQfnBwMUBTrHVNQ/AAABi0lEQVQ4y+2SMUhVYRiGn3O9lhpGi+gQReAQkUWrIg2C6JDQkoFQQ5MNYji5CG1yMcrJVRGkwa1Z5SLU4CRccSi8Qi4FBYKD56D3cTjX6/V0btqde89w+N7/fb7/4+NHLvhu+cGiWrBLJDYfOOU7x7yTCDf61lANLaj5GAh876lKLthWibf7Wf3tuK02eGgxBobVPUftc8Id9Ye9InZaVFfsEPGV+jEGcurzcs+r5tTIIW/6XZ23QcRhDw29HwNP1B0fVwZ5YWTkrjpnID5yWY18Fp8jzqq65YwjdtvpZLl+6awFVbftPm0Y/wZdtWSajs07YvZsc4GU1UYP97jNdZqBkJ/ssckGvzinM+CSypKjv6r+wigwzUCN/Fpg8oob7HNMptYNfx4Eqe5fgAtUB1BKOEdAVDNvltcMVhl5DoCxc15iS/84UhaANzws1yssAkM8JUgkQ2b4Coh3q95OyRbxIPVdLYlkgKaqPgFXgGup07TUudb/QL2Atd0M8I3tirnOPrCcEj/iE8AJXjpfa5bKQ4EAAAAASUVORK5CYII=") 13px center no-repeat,
        url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAyAAAAAyCAMAAACTWE9XAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAA51BMVEX///8pMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzcpMzf///9DCOu9AAAAS3RSTlMAd3h5ent8fX5/gIGCg4SFhoeIiYqLjI0X8AalVPYMsGD7Erxr/hvIdiXUMd6OPegCmUhTRp/xCFGr9w5etxZpwx91zyrbNuVC7RnDYo56AAAAAWJLR0QAiAUdSAAAAAd0SU1FB+cHAxQJCk04q58AAAG7SURBVHja7dNXUsNAFETRASEQ2GCbZLDJOeecc9z/flD5vZJQldtfUPBxzwY006Mbuv6hbhNFUY+J47jX9JkkSfrNgCm1lM2gGWqpZKqmlhnOjGRGvxsrGG+j/vPafaZ4kMIZ86Pn18mv6HfOR7BRfCHfy8bzJX3XdGHf2pdP38BfI30Xf6G//lF+30T4BCBMNggEkJqBQABpikAAaXqGQABpNhAIIM0RCCDNLxAIIC0GAgGkJQIBpOUVAgGk1UAggLRGIIC2TiCAtBEIBJDKBAJomwQCSFuBQABpm0AAbYdAAGl3j0AAaT8QCCAdEAggTTYIBJCagUAA6ZBAAO2IQADtmEAA7eSUQADtjEAA7ZxAAO3ikkAA7YpAAO2aQABt/oZAAO2WQADtjkAAbfmeQADtgUAA7ZFAgA6eCATQSgQCaM8EAnTwQiCAVicQQHvdIxBAeyMQQNsnEEB7b4Suf6jbRFHUY+I47jV9JkmSfjNgSi1lM2iGWiqZqqllhjMjmdHvxgrG26j/vHafKR6kcMb86Pl18iv6nfMRbBRfyPey8XxJ3zVd2Lf25dM38NdI38Vf6K9/lN/38QXGr+oQt1G+CAAAAABJRU5ErkJggg==") right center no-repeat;
    border-color: transparent;
}

.dop150.black:hover {
    color: white;
}

.pl_profit {
    display: block;
    box-sizing: border-box;
    width: 289px;
    height: 48px;
    padding-top: 16px;
    padding-left: 55px;
    font-size: 15px;
    background: url("../img/pl_profit.png") 0 50% no-repeat;
    color: #293337;
    text-decoration: none;
    position: absolute;
    top: -35px;
    text-align: left;
    right: 0;
    line-height: 110%;
}

.pl_profit b {
    font-size: 18px;
    color: #00359a;
}

.pl_profit span {
    color: #00359a;
    font-weight: 700;
}

.pl_profit.dark {
    background: url("../img/pl_profit_dark.png") 0 50% no-repeat;
    color: #ffffff;
}

.pl_profit.dark b,
.pl_profit.dark span {
    color: #ffffff;
}

.pl_profit2 {
    padding-top: 12px;
    display: flex;
    justify-content: center;
    width: 234px;
    height: 80px;
    background: url("../img/pl_profit2.png") no-repeat;
    text-decoration: none;
}
.car_item:nth-child(odd) .pl_profit2 {
    background: url("../img/pl_profit2_bl.png") no-repeat;
}
.pl_profit2 span {
    font-size: 16px;
    font-weight: 500;
    color: #293337;
    text-align: center;
    line-height: normal;
}
.pl_profit2 span b {
    font-size: 18px;
    font-weight: 700;
}

.title_container {
    margin-top: 25px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(7px);
    text-align: center;
    padding: 20px 40px;
}

.holiday_notice {
    position: relative;
    background: url(../img/holiday_ban_bg.png) 50% no-repeat;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    padding: 12px 35px 10px 85px;
    width: 375px;
    box-sizing: border-box;
}

.holiday_notice:before {
    content: url(../img/fireworks.png);
    position: absolute;
    top: 9px;
    left: 40px;
}

.title1 {
    text-align: center;
    font-weight: 400;
}
.title1 span {
    display: inline-block;
    position: relative;
    z-index: 1;
    font-size: 36px;
    font-weight: 700;
}

.title2 {
    margin-top: 0;
    font-size: 38px;
    font-weight: 400;
    z-index: 1;
    position: relative;
    display: inline-block;
    font-size: 26px;
    font-weight: 600;
}
.title2 b {
    padding: 2px 10px;
    color: #ffffff;
    background: #003896;
    font-size: 36px;
}
.title2__text {}
.title2__text:before {}
.title2__text_big {
    font-size: 57px;
    font-weight: 700;
}
.title2__text2 {
    position: absolute;
    right: -70%;
    top: 25px;
}
.title2__text2 sup {
    position: absolute;
    right: 0;
}
.title2__text2-upp {}

.title3 {
    margin-top: 0;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    z-index: 1;
    display: inline-block;
}


/* .title2 br {
    display: none;
} */

.title_comment {
    font-size: 24px;
    margin-top: 10px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
}

.title_container .btn {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
    width: 283px;
}

.banner__benefit {
    font-size: 20px;
    font-weight: 400;
    position: absolute;
    top: 274%;
    left: 116%;
}
.banner__benefit-ico {
    position: absolute;
    z-index: 2;
    left: -16%;
    top: -82%;
}
.banner__benefit-ico img {}
.banner__benefit-text {
    position: relative;
    z-index: 1;
    padding: 8px 36px 10px 90px;
}

.banner__benefit-text:before {
    content: "";
    background: #fff;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    transform: skewX(-30deg);
    z-index: -1;
    top: 0;
    left: 0;
}

.timer_block {
    background: #ffffff;
    padding: 50px 0;
}

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

.timer_wrap {}

.timer_title {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 30px;
}

/*.timer_form {
    width: 512px;
}*/

.timer_form_title {
    font-weight: 600;
    font-size: 19px;
}
.timer_form_title .br_mob {
    display: none;
}
.timer_form_props {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.timer_form_props b {
    color: #00359A;
}
#timer_form {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#timer_form .form-group {
    width: 49%;
}
#timer_form input[type=tel] {
    background: transparent;
    border: 1px solid #000000;
    color: #000000;
}

#timer_form .agree_field {
    color: #000000;
    display: block;
}

#timer_form .agree_field a {
    color: #000000;
}

div[id^=timer] {
    text-align: left !important;
}

span[id^=timer-text] {
    text-align: center;
}


.run_now {
    display: flex;
    align-items: center;
    background: #2A3337;
    overflow: hidden;
    position: relative;
    height: 79px;
}
.run_now_cont {
    white-space: nowrap;
    animation: runstring 12s infinite linear;
    font-size: 21px;
    color: white;
}

.run_now_cont span b {
    text-transform: uppercase;
}

.run_now_cont div {
    position: relative;
    display: inline-block;
    padding-right: 26px;
}
.run_now_cont div:before {
    content: '';
    position: relative;
    display: inline-block;
    width: 17px;
    height: 17px;
    border-radius: 50px;
    background: #FFFFFFB2;
    margin-right: 26px;
}

@keyframes runstring {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(-50%)
    }
}

/**********************
         ADVANTAGES
**********************/

.advanages {
    margin-top: 48px;
}
.advanages_wrapper {
    display: flex;
    justify-content: space-between;
    column-gap: 8px;
}
.advanages_wrapper a {
    width: 24%;
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 18px;
    padding: 22px;
    background: #E9E9E9;
    font-size: 20px;
    font-weight: 600;
    color: #293337;
    text-decoration: none;
    transition: all 0.2s linear;
}
.advanages_wrapper a:hover {
    box-shadow: 0px 10px 20px 0px #29333733;
}
.advanages_wrapper a:before {
    content: '';
    position: relative;
    display: block;
    width: 56px;
    height: 56px;
    transition: all 0.2s linear;
}
.advanages_wrapper a:hover:before {
    transform: scale(1.1);
}

.advanages_wrapper .ico1:before {
    background: url(../img/advanages_ico1.svg) no-repeat;
}
.advanages_wrapper .ico2:before {
    background: url(../img/advanages_ico2.svg) no-repeat;
}
.advanages_wrapper .ico3:before {
    background: url(../img/advanages_ico3.svg) no-repeat;
}
.advanages_wrapper .ico4:before {
    background: url(../img/advanages_ico4.svg) no-repeat;
}



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

.car_item {
    background: url("../img/car_item_bg.png") 50% 100px no-repeat;
    padding: 70px 0 80px;
}

.car_item:nth-child(odd) {
    background-color: #293337;
}

.car_title {
    display: flex;
    justify-content: center;
    column-gap: 24px;
    text-align: center;
    margin-bottom: 0;
    position: relative;
}

.car_item:nth-child(odd) .car_title {
    color: #ffffff;
}

.car_title .dop150 {
    top: 25px;
}

.car_name {
    font-size: 48px;
}



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

.car_comment-top {
    font-size: 20px;
    margin-top: 10px;
    text-align: center;
}

.car_title .anchor {
    display: flex;
    align-items: center;
    position: absolute;
    top: 15px;
    right: 0;
    font-size: 14px;
    font-weight: 400;
    color: #293337;
    text-decoration: none;
    text-transform: uppercase;
    padding-left: 30px;
    background: url("../img/compl_ico.png") 0 50% no-repeat;
}

.car_title .anchor.wt {
    color: #ffffff;
    background: url("../img/compl_ico_wt.png") 0 50% no-repeat;
}

.car_title .anchor:hover {
    text-decoration: underline;
}

.arrows {
    display: inline-block;
    margin-left: 10px;
}

.arrows .arrow {
    background: url("../img/arrow_a.png") 0 0 no-repeat;
    display: block;
    width: 9px;
    height: 15px;
    float: left;
    transition: all 0.4s;
}

.car_title .anchor.wt .arrows .arrow {
    background: url("../img/arrow_a_wt.png") 0 0 no-repeat;
}

.arrows.step1 .arrow {
    opacity: 0.25;
}

.arrows.step1 .arrow+div {
    opacity: 0.5;
}

.arrows.step1 .arrow+div+div {
    opacity: 0.75;
}

.arrows.step1 .arrow+div+div+div {
    opacity: 1;
}

.arrows.step2 .arrow {
    opacity: 1;
}

.arrows.step2 .arrow+div {
    opacity: 0.25;
}

.arrows.step2 .arrow+div+div {
    opacity: 0.5;
}

.arrows.step2 .arrow+div+div+div {
    opacity: 0.75;
}

.arrows.step3 .arrow {
    opacity: 0.75;
}

.arrows.step3 .arrow+div {
    opacity: 1;
}

.arrows.step3 .arrow+div+div {
    opacity: 0.25;
}

.arrows.step3 .arrow+div+div+div {
    opacity: 0.5;
}

.arrows.step4 .arrow {
    opacity: 0.5;
}

.arrows.step4 .arrow+div {
    opacity: 0.75;
}

.arrows.step4 .arrow+div+div {
    opacity: 1;
}

.arrows.step4 .arrow+div+div+div {
    opacity: 0.25;
}

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

.car_image {
    position: relative;
    width: 48%;
}

.car_text {
    padding-top: 46px;
    width: 41%;
    margin-top: 10px;
}

.car_props {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.car_props > a {
    display: flex;
    align-items: center;
    min-height: 24px;
    color: #ffffff;
    font-weight: 500;
    padding-left: 32px;
    text-decoration: none;
    transition: all .3s;
}

.car_props > a:hover {
    color: #A6B7BE;
}

.car_props > a.blue {
    color: #293337;
}

.car_props > a.blue:hover {
    color: #00359A;
}

.car_props > a.ico1.dark {
    background: url("../img/icons/prop_ico1.svg") 0 50% no-repeat;
}

.car_props > a.ico1.dark:hover {
    background: url("../img/icons/prop_ico1_hov.svg") 0 50% no-repeat;
}

.car_props > a.ico1.blue {
    background: url("../img/icons/prop_ico1_blue.svg") 0 50% no-repeat;
}

.car_props > a.ico2.dark {
    background: url("../img/icons/prop_ico2.svg") 0 50% no-repeat;
}

.car_props > a.ico2.dark:hover {
    background: url("../img/icons/prop_ico2_hov.svg") 0 50% no-repeat;
}

.car_props > a.ico2.blue {
    background: url("../img/icons/prop_ico2_blue.svg") 0 50% no-repeat;
}

.car_props > a.ico3.dark {
    background: url("../img/icons/prop_ico3.svg") 0 50% no-repeat;
}

.car_props > a.ico3.dark:hover {
    background: url("../img/icons/prop_ico3_hov.svg") 0 50% no-repeat;
}

.car_props > a.ico3.blue {
    background: url("../img/icons/prop_ico3_blue.svg") 0 50% no-repeat;
}

.car_props > a.ico4.dark {
    background: url("../img/icons/prop_ico4.svg") 0 50% no-repeat;
}

.car_props > a.ico4.dark:hover {
    background: url("../img/icons/prop_ico4_hov.svg") 0 50% no-repeat;
}

.car_props > a.ico4.blue {
    background: url("../img/icons/prop_ico4_blue.svg") 0 50% no-repeat;
}

.car_props > a.ico5.dark {
    background: url("../img/icons/prop_ico5.svg") 0 50% no-repeat;
}

.car_props > a.ico5.dark:hover {
    background: url("../img/icons/prop_ico5_hov.svg") 0 50% no-repeat;
}

.car_props > a.ico5.blue {
    background: url("../img/icons/prop_ico5_blue.svg") 0 50% no-repeat;
}

.car_props > a.ico6.dark {
    background: url("../img/icons/prop_ico6.svg") 0 50% no-repeat;
}

.car_props > a.ico6.dark:hover {
    background: url("../img/icons/prop_ico6_hov.svg") 0 50% no-repeat;
}

.car_props > a.ico6.blue {
    background: url("../img/icons/prop_ico6_blue.svg") 0 50% no-repeat;
}

.car_props > a.ico7.dark {
    background: url("../img/icons/prop_ico7.svg") 0 50% no-repeat;
}

.car_props > a.ico7.dark:hover {
    background: url("../img/icons/prop_ico7_hov.svg") 0 50% no-repeat;
}

.car_props > a.ico7.blue {
    background: url("../img/icons/prop_ico7_blue.svg") 0 50% no-repeat;
}

.car_props > a.ico8.dark {
    background: url("../img/icons/prop_ico8.svg") 0 50% no-repeat;
}

.car_props > a.ico8.dark:hover {
    background: url("../img/icons/prop_ico8_hov.svg") 0 50% no-repeat;
}

.car_props > a.ico8.blue {
    background: url("../img/icons/prop_ico8_blue.svg") 0 50% no-repeat;
}



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

.car_item:nth-child(odd) .car_techs {
    color: #ffffff;
}

.car_techs .techs_item {
    width: 40%;
    margin-bottom: 40px;
}

.car_techs .techs_item span {
    font-size: 14px;
    display: block;
    margin-bottom: -12px;
}

.car_techs .techs_item b {
    font-size: 72px;
    font-weight: 300;
}

.car_colors {
    position: absolute;
    display: flex;
    justify-content: center;
    bottom: 0;
    left: 0;
    width: 100%;
}

.car_colors>div {
    box-sizing: border-box;
    width: 22px;
    height: 22px;
    position: relative;
    border-radius: 50%;
    margin: 0 5px;

}

.car_colors>div:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 4px;
    width: 13px;
    height: 11px;
    background: url("../img/check.png") 50% no-repeat;
    display: none;
}

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

.car_colors>span {
    font-size: 14px;
    display: block;
    margin-right: 30px;
}

.car_item:nth-child(odd) .car_colors>span {
    color: #ffffff;
}

.car_btns {
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
}

.car_btns .btn {
    width: 32.8%;
}

.car_item:nth-child(odd) .btn.dark {
    background: #171717;
    border-color: #171717;
}

.car_item:nth-child(odd) .btn.dark:hover {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff;
}

.car_item:nth-child(even) .btn.white {
    border-color: #171717;
    color: #171717;
}

.car_gallery {
    margin-top: 40px;
    margin-left: -4px;
}

.car_gallery a {
    margin: 0 4px;
}

.car_gallery .slick-prev {
    width: 33px !important;
    height: 23px !important;
    background: url("../img/prev_bk.png") 50% no-repeat !important;
    left: -40px !important;
}

.car_gallery .slick-next {
    width: 33px !important;
    height: 23px !important;
    background: url("../img/next_bk.png") 50% no-repeat !important;
    right: -40px !important;
}

.car_item:nth-child(even) .car_gallery .slick-prev {
    background: url("../img/prev.png") 50% no-repeat !important;
}

.car_item:nth-child(even) .car_gallery .slick-next {
    background: url("../img/next.png") 50% no-repeat !important;
}

.car_gallery .slick-prev:before,
.car_gallery .slick-next:before {
    display: none;
}

/**********************
       OMODA AWD
**********************/

.omoda_awd {
    padding: 90px 0;
    background: url("../img/awd_bg.jpg") 50% 0 no-repeat;
}

.omoda_awd>img {
    display: none;
}

.awd_wrap {}

.awd_title {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 34px;
    margin-bottom: 30px;
}

.awd_title span {
    font-size: 48px;
}

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

.awd_wrap .btn {
    width: 365px;
    margin-top: 35px;
}

.awd_img {
    margin-top: 35px;
}

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

.exterior {
    /*margin-top: 100px;*/
    padding: 95px 0;
    background: #293337;
}

.ext_slider {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}

.ext_arrows {
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: space-between;
    top: 50%;
}

.ext_arrows .prev {
    width: 33px;
    height: 23px;
    background: url("../img/prev.png") 50% no-repeat;
    position: relative;
    left: -45px;
}

.ext_arrows .next {
    width: 33px;
    height: 23px;
    background: url("../img/next.png") 50% no-repeat;
    position: relative;
    right: -45px
}

.ext_item_wrap.item1 {
    background: url("../img/exterior1_bg.jpg") 50% 0 no-repeat;
    background-position: 46% 0 !important;
}

.ext_item_wrap.item2 {
    background: url("../img/exterior2_bg.jpg") 50% 0 no-repeat;
    background-position: 33% 0 !important;
}

.ext_item_wrap.item3 {
    background: url("../img/exterior3_bg.jpg") 50% 0 no-repeat;
    background-position: 35% 0 !important;
}

.ext_item_wrap {
    box-sizing: border-box;
    width: 11.7%;
    height: 600px;
    padding: 20px;
    position: relative;
    transition: all .3s;
    overflow: hidden;
}

.ext_item_wrap.active {
    padding: 45px;
    width: 75%;
    background-position: 50% 0 !important;
}

.ext_title {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 50px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s;
    transition-delay: .3s;
}

.ext_title_hidden {
    font-size: 25px;
    writing-mode: vertical-lr;
    transform: scale(-1);
    text-transform: uppercase;
    white-space: nowrap;
    position: absolute;
    transition: opacity .3s;
    transition-delay: .3s;
    top: 25px;
    left: 10px;
}

.ext_item_wrap.active .ext_title_hidden {
    opacity: 0;
    visibility: hidden;
}

.ext_comment {
    display: inline-block;
    font-size: 25px;
    text-transform: uppercase;
    line-height: 120%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s;
    transition-delay: .3s;
}

.ext_text {
    margin-top: 45px;
    margin-bottom: 80px;
    line-height: 160%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s;
    transition-delay: .3s;
}

.ext_item_wrap ul {
    margin: 50px 0 0;
    padding: 0;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s;
    transition-delay: .3s;
}

.ext_item_wrap ul li {
    display: block;
    margin-bottom: 15px;
}

.ext_item_wrap .btn {
    width: 364px;
    position: absolute;
    bottom: 105px;
    left: 45px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s;
    transition-delay: .3s;
}

.ext_dots {
    display: flex;
    margin-top: 50px;
    position: absolute;
    left: 35px;
    bottom: 45px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s;
    transition-delay: .3s;
}

.ext_dots span {
    display: block;
    width: 68px;
    height: 4px;
    background: #293337;
    margin: 0 10px;
    cursor: pointer;
}

.ext_dots span.active {
    width: 138px;
}

.ext_item_wrap.active .ext_title,
.ext_item_wrap .ext_title_hidden,
.ext_item_wrap.active .ext_comment,
.ext_item_wrap.active .ext_text,
.ext_item_wrap.active .btn,
.ext_item_wrap.active .ext_dots,
.ext_item_wrap.active ul {
    opacity: 1;
    visibility: visible;
}

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

.interior {
    margin-top: 95px;
}

.int_slider {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}

.int_arrows {
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: space-between;
    top: 50%;
}

.int_arrows .prev {
    width: 33px;
    height: 23px;
    background: url("../img/prev_bk.png") 50% no-repeat;
    position: relative;
    left: -45px;
}

.int_arrows .next {
    width: 33px;
    height: 23px;
    background: url("../img/next_bk.png") 50% no-repeat;
    position: relative;
    right: -45px
}

.int_item_wrap.item1 {
    background: url("../img/interior1_bg.jpg") 50% 0 no-repeat;
    background-position: 46% 0 !important;
}

.int_item_wrap.item2 {
    background: url("../img/interior2_bg.jpg") 50% 0 no-repeat;
    background-position: 33% 0 !important;
}

.int_item_wrap.item3 {
    background: url("../img/interior3_bg.jpg") 50% 0 no-repeat;
    background-position: 35% 0 !important;
}

.int_item_wrap {
    box-sizing: border-box;
    width: 11.7%;
    height: 600px;
    padding: 20px;
    position: relative;
    transition: all .3s;
    overflow: hidden;
}

.int_item_wrap.active {
    padding: 45px;
    width: 75%;
    background-position: 50% 0 !important;
}

.int_title {
    font-size: 48px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 65px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s;
    transition-delay: .3s;
}

.int_item_wrap.item1 .int_title {
    margin-bottom: 85px;
}

.int_title_hidden {
    font-size: 25px;
    writing-mode: vertical-lr;
    transform: scale(-1);
    text-transform: uppercase;
    white-space: nowrap;
    position: absolute;
    transition: opacity .3s;
    transition-delay: .3s;
    top: 25px;
    left: 10px;
    color: #ffffff;
}

.int_item_wrap.active .int_title_hidden {
    opacity: 0;
    visibility: hidden;
}

.int_comment {
    display: inline-block;
    font-size: 25px;
    text-transform: uppercase;
    line-height: 120%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s;
    transition-delay: .3s;
    color: #ffffff;
}

.int_text {
    margin-top: 30px;
    line-height: 160%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s;
    transition-delay: .3s;
    color: #ffffff;
}

.int_item_wrap ul {
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s;
    transition-delay: .3s;
}

.int_item_wrap ul li {
    display: block;
    margin-bottom: 15px;
    color: #ffffff;
}

.int_item_wrap .btn {
    width: 364px;
    position: absolute;
    bottom: 105px;
    left: 45px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s;
    transition-delay: .3s;
}

.int_dots {
    display: flex;
    margin-top: 50px;
    position: absolute;
    left: 35px;
    bottom: 45px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s;
    transition-delay: .3s;
}

.int_dots span {
    display: block;
    width: 68px;
    height: 4px;
    background: #ffffff;
    margin: 0 10px;
}

.int_dots span.active {
    width: 138px;
}

.int_item_wrap.active .int_title,
.int_item_wrap .int_title_hidden,
.int_item_wrap.active .int_comment,
.int_item_wrap.active .int_text,
.int_item_wrap.active .btn,
.int_item_wrap.active .int_dots,
.int_item_wrap.active ul {
    opacity: 1;
    visibility: visible;
}

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

#instock {
    position: relative;
    background: #ffffff;
    /*margin-top: 95px;*/
    padding: 50px 0;
}

.compl_items .slick-list {
    /* overflow: visible !important; */
}

#instock .compl_title {
    font-size: 48px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 35px;
    text-align: center;
}

#instock .models {
    display: flex;
    margin-bottom: 40px;
}

#instock .models .model_name {
    font-size: 16px;
    color: #293337;
    opacity: .35;
    text-transform: uppercase;
    margin-right: 65px;
    cursor: pointer;
    transition: all .3s;
}

#instock .models .model_name:hover,
#instock .models .model_name.active {
    opacity: 1;
    text-decoration: underline;
}

#instock .compl_items.limit .item.show:nth-child(n+4) {
    display: none;
}

#instock .compl_items .slick-prev {
    width: 33px !important;
    height: 23px !important;
    background: url("../img/prev.png") 50% no-repeat !important;
    left: -85px !important;
    z-index: 3;
}

#instock .compl_items .slick-next {
    width: 33px !important;
    height: 23px !important;
    background: url("../img/next.png") 50% no-repeat !important;
    right: -85px !important;
    z-index: 3;
}

#instock .compl_items .slick-prev:before,
#instock .compl_items .slick-next:before {
    display: none;
}

#instock .compl_items .slick-prev.slick-disabled,
#instock .compl_items .slick-next.slick-disabled {
    display: none !important;
}


#instock .compl_items .item {
    display: none;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #E9E9E9;
}

#instock .compl_items .item .item_wrap {

}

#instock .compl_items .item.show {
    display: flex;
}

#instock .compl_items .compl_image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32%;
}

#instock .compl_items .item .item_name {
    font-size: 28px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.1;
}

#instock .compl_items .item .item_name span {
    color: #00359a;
    display: block;
}

#instock .compl_items .item .item_name .pl_compl_profit {
    display: flex;
    align-items: center;
    width: 266px;
    height: 34px;
    font-size: 14px;
    color: #293337;
    text-decoration: none;
    background: url("../img/pl_compl_profit.png") 0 50% no-repeat;
    padding-left: 10px;
    margin-left: 10px;
}

#instock .compl_items .item .item_name .pl_compl_profit b {
    font-size: 16px;
    color: #00359a;
}

#instock .compl_items .item .item_compl {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 20px;
    min-height: 40px;
}

#instock .compl_items .item .item_specs div {
    color: #a6b7be;
    font-size: 16px;
    padding-left: 27px;
    margin-bottom: 7px;
}

#instock .compl_items .item .item_specs div.ico1 {
    background: url("../img/spec_ico1.png") 0 50% no-repeat;
}

#instock .compl_items .item .item_specs div.ico2 {
    background: url("../img/spec_ico2.png") 0 50% no-repeat;
}

#instock .compl_items .item .item_specs div.ico3 {
    background: url("../img/spec_ico3.png") 0 50% no-repeat;
}

#instock .compl_items .compl_btns {
    width: 40%;
    box-sizing: border-box;
    padding-right: 105px;
}

#instock .compl_items .compl_btns .btn:nth-child(1) {
    margin-bottom: 10px;
}

.compls_showmore {
    font-size: 16px;
    font-weight: 500;
    color: #293337;
    text-decoration: none;
    display: block;
    margin-top: 45px;
}

/**********************
        RASS
**********************/

.rass {
    padding: 140px 0 250px;
    position: relative;
    margin-top: 90px;
}

.rass_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.rass_bg img {
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
    transition: all .4s;
}

.rass.scrolled .rass_bg img {
    transform: scale(1);
}

.rass>img {
    display: none;
}

.rass_wrap {
    width: 363px;
    max-width: 100%;
    margin-left: auto;
    margin-right: 150px;
}

.rass_title {
    font-size: 34px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #293337;
    font-weight: 500;
}

.rass_comment {
    color: #293337;
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 500;
}

.rass_comment b {
    font-size: 22px;
}


/**********************
       sales
**********************/

.sales {
    margin-top: 100px;
}

.sales .container {}

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

.sales .sale_item {
    width: 100%;
    max-width: 48%;
    background: #293337;
}

.sales .sale_item_main {
    padding: 30px 25px 40px 25px;
    color: #fff;
}

.sales .sale_item.sale1 {}

.sales .sale_item.sale2 {}

.sales .sales_title {
    font-size: 30px;
}

.sales .sales_title b {}

.sales .sales_title span {
    font-size: 40px;
}

.sales .sales_title sup {}

.sales .sales_comment {
    font-size: 20px;
    margin-top: 5px;
}

.sales .sales_desc {
    font-size: 16px;
    margin-top: 15px;
    font-weight: 300;
}

.sales .btn {
    margin-top: 25px;
    color: #fff;
    border-color: #fff;
    max-width: 360px;
}

.sales .btn:hover {
    color: #293337;
    background: #fff;
}


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

#stockcars {
    position: relative;
    background: #293337;
    margin-top: 95px;
    padding: 90px 0;
    /* color: #fff; */
}

#stockcars .container {
    z-index: 1;
}

/* #stockcars .compl_items:before {
    content: "";
    display: block;
    width: 445px;
    height: 110%;
    background: url("../img/compl_fade_l.png") 100% 50% no-repeat;
    position: absolute;
    top: -5%;
    left: -26%;
    z-index: 2;
}

#stockcars .compl_items:after {
    content: "";
    display: block;
    width: 445px;
    height: 110%;
    background: url("../img/compl_fade_r.png") 0 50% no-repeat;
    position: absolute;
    top: -5%;
    right: -26%;
    z-index: 2;
} */

.compl_items .slick-list {
    /* overflow: visible !important; */
}

#stockcars .compl_title {
    font-size: 48px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 35px;
    text-align: center;
    color: #ffffff;
}

#stockcars .compl_items {}

#stockcars .compl_items .slick-prev {
    width: 33px !important;
    height: 23px !important;
    background: url("../img/prev.png") 50% no-repeat !important;
    left: -85px !important;
    z-index: 3;
}

#stockcars .compl_items .slick-next {
    width: 33px !important;
    height: 23px !important;
    background: url("../img/next.png") 50% no-repeat !important;
    right: -85px !important;
    z-index: 3;
}

#stockcars .compl_items .slick-prev:before,
#stockcars .compl_items .slick-next:before {
    display: none;
}

#stockcars .compl_items .slick-prev.slick-disabled,
#stockcars .compl_items .slick-next.slick-disabled {
    display: none !important;
}


#stockcars .compl_items .item {
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    width: 363px;
    margin: 0 7px;
}

#stockcars .compl_items .item .item_wrap {
    padding: 30px 40px;
}

#stockcars .compl_items .item.show {
    display: flex;
}

#stockcars .compl_items .compl_image {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    width: 100%;
    text-align: center;
    background: #e9e9e9;
    /* min-height: 295px; */
    margin-bottom: 0px;
}

#stockcars .compl_items .compl_image .slick-prev {
    width: 20px !important;
    height: 23px !important;
    background: url("../img/prev.png") 50% no-repeat !important;
    background-size: 100% !important;
    left: 15px !important;
    z-index: 3;
}

#stockcars .compl_items .compl_image .slick-next {
    width: 20px !important;
    height: 23px !important;
    background: url("../img/next.png") 50% no-repeat !important;
    background-size: 100% !important;
    right: 15px !important;
    z-index: 3;
}

#stockcars .compl_items .compl_image .slick-prev:before,
#stockcars .compl_items .compl_image .slick-next:before {
    display: none;
}

#stockcars .compl_items .compl_image .slick-prev.slick-disabled,
#stockcars .compl_items .compl_image .slick-next.slick-disabled {
    display: none !important;
}

#stockcars .compl_items .compl_image .slick-dots {
    position: absolute;
    bottom: 10px;
    z-index: 1;
    width: 100%;
    display: flex;
    justify-content: center;
}

#stockcars .compl_items .compl_image .slick-dots li {
    width: 15%;
    height: 4px;
    background: #fff;
    margin: 0 8px;
    transition: all .3s linear;
}

#stockcars .compl_items .compl_image .slick-dots li.slick-active {
    width: 22%;
}

#stockcars .compl_items .compl_image .slick-dots li button {
    display: none;
}

#stockcars .compl_items .compl_image_item {
    width: 420px;
    /* min-height: 295px; */
}

#stockcars .compl_items .item .item_name {
    font-size: 36px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

#stockcars .compl_items .item .item_compl {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 8px;
    /* min-height: 40px; */
}

#stockcars .compl_items .item .item_tech_params {}

#stockcars .compl_items .item .item_tech_params>div {
    margin-bottom: 8px;
}

#stockcars .compl_items .item .item_specs div {
    color: #a6b7be;
    font-size: 16px;
    padding-left: 27px;
    margin-bottom: 7px;
}

#stockcars .compl_items .item .item_specs div.ico1 {
    background: url("../img/spec_ico1.png") 0 50% no-repeat;
}

#stockcars .compl_items .item .item_specs div.ico2 {
    background: url("../img/spec_ico2.png") 0 50% no-repeat;
}

#stockcars .compl_items .item .item_specs div.ico3 {
    background: url("../img/spec_ico3.png") 0 50% no-repeat;
}

#stockcars .compl_items .compl_btns {
    width: 100%;
    margin-top: 30px;
}

#stockcars .compl_items .compl_btns .btn:nth-child(1) {
    margin-bottom: 10px;
}

/**********************
        S5_BLOCK
**********************/

.s5_block {
    padding: 90px 0;
    background: url("../img/s5_bg.jpg") 50% 0 no-repeat;
}

.s5_block>img {
    display: none;
}

.s5_title {
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    font-size: 48px;
    margin-bottom: 30px;
}

.s5_text {
    color: #ffffff;
    font-size: 14px;
    line-height: 200%;
}

.s5_text b {
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

.s5_text span {
    display: block;
    font-size: 18px;
    margin: 5px 0;
}

.s5_wrap .btn {
    width: 360px;
    margin-top: 50px;
}


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

.credit {
    padding: 190px 0;
    position: relative;
    background: #293337;
}

.credit_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.credit_bg img {
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
    transition: all .4s;
}

.credit.scrolled .credit_bg img {
    transform: scale(1);
}

.credit>img {
    display: none;
}

.cred_wrap {
    width: 363px;
    max-width: 100%;
    margin-left: auto;
    margin-right: 150px;
    color: #ffffff;
}

.cred_title {
    font-size: 48px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.cred_comment {
    margin-bottom: 30px;
}

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

.tradein {
    padding: 30px 0;
    position: relative;
}

.tradein_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.tradein_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
    transition: all .4s;
}

.tradein.scrolled .tradein_bg img {
    transform: scale(1);
}

.tradein>img {
    display: none;
}

.tradein_title {
    font-size: 48px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #ffffff;
}

.tradein_comment {
    color: #ffffff;
}

.tradein_list {
    margin: 0 0 50px;
    padding: 0;
}

.tradein_list li {
    display: block;
    margin-bottom: 15px;
    color: #ffffff;
}

.tradein_wrap .btn {
    width: 364px;
}

#tradein_form {
    width: 365px;
    max-width: 100%;
    margin-top: 30px;
}

#tradein_form input[type=text],
#tradein_form input[type=tel],
#tradein_form select {
    background: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
}

#tradein_form select {
    background: url("../img/ico_select.png") 95% 50% no-repeat transparent;
}

#tradein_form select option {
    color: #000000;
}

#tradein_form input[type=text]::placeholder,
#tradein_form input[type=tel]::placeholder {
    color: #ffffff;
}

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

#tradein_form .btn:hover {
    color: #ffffff;
    background: transparent;
}

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

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

.reviews {
    padding: 85px 0 120px;
    background: url("../img/reviews_bg.jpg") 50% 0 no-repeat #293337;
}

.reviews .slick-track {
    display: flex !important;
}
.reviews .slick-slide {
    height: auto !important;
}

.reviews_title {
    color: #ffffff;
    font-size: 48px;
    text-transform: uppercase;
    margin-bottom: 50px;
    text-align: center;
}

.reviews_list {
    width: 103%;
    margin-left: -20px;
}

.review {
    box-sizing: border-box;
    background: #ffffff;
    padding: 30px;
    margin: 0 20px;
    min-height: 280px !important;
}

.review__info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.review__date {
    font-weight: 400;
    color: #6D767B;
}
.review__rating {
    display: flex;
    align-items: center;
    gap: 10px;
}
.review__rating-ico {}
.review__rating-ico img {}
.review__rating-text {}
.review__rating-text b {}

.review .name {
    font-size: 30px;
    margin-bottom: 5px;
    margin-top: 10px;
}

.review .text {
    line-height: 1.2;
    white-space: pre-line;
}

.reviews_list .slick-prev {
    width: 33px;
    height: 24px;
    background: url("../img/rev_prev.png") 0 50% no-repeat !important;
    left: -90px;
}

.reviews_list .slick-next {
    width: 33px;
    height: 24px;
    background: url("../img/rev_next.png") 0 50% no-repeat !important;
    right: -90px;
}

.reviews_list .slick-prev:before,
.reviews_list .slick-next:before {
    display: none !important;
}

/**********************
        QUEST
**********************/

.quest {
    padding: 170px 0;
    position: relative;
}

.quest_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.quest_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
    transition: all .4s;
}

.quest.scrolled .quest_bg img {
    transform: scale(1);
}

.quest>img {
    display: none;
}

.quest_wrap {
    width: 363px;
    max-width: 100%;
    margin-left: auto;
    margin-right: 150px;
}

.quest_title {
    font-size: 48px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.quest_comment {
    margin-bottom: 25px;
}

.quest_wrap .btn {
    width: 364px;
}

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

.contacts {
    position: relative;
}

.contacts:before {
    content: '';
    display: block;
    width: 50%;
    height: 100%;
    background: url("../img/cont_bg.jpg") 50% 0 no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.cont_wrap {
    position: absolute;
    top: 30px;
    max-width: 515px;
}

.cont_block {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 10px;
}

.cont_title {
    color: #ffffff;
    font-size: 48px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.cont_dealer {
    color: #ffffff;
    font-size: 20px;
    text-transform: uppercase;
    width: 100%;
}

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

.bot_addr {
    color: #ffffff;
    width: 100%;
    padding-left: 35px;
    background: url(../img/ico_loc.png) 0 30% no-repeat;
}

.worktime {
    color: #ffffff;
    width: 208px;
    padding-left: 35px;
    background: url("../img/ico_time.png") 0 5% no-repeat;
}
.worktime2 {
    padding-left: 35px;
    color: #ffffff;
}
.cont_wrap .btn {
    width: 100%;
    margin-top: 24px;
}

.cont_img {
    margin-top: 26px;
    position: relative;
    width: 100%;
    height: 258px;
    overflow: hidden;
}
.cont_img img {
    position: absolute;
    width: auto;
    max-width: initial;
    left: 50%;
    transform: translateX(-50%);
}

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


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


footer {
    padding: 30px 0;
    background: #293337;
}

footer .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}

.foot_wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
}

.foot_logo {
    color: #fff;
    display: flex;
    align-items: center;
}

.foot_logo-text {
    font-size: 10px;
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #fff;
}

.foot_logo-text b {
    font-size: 16px;
    font-weight: 700;
}

.foot_wrap a {
    font-size: 14px;
    color: #ffffff;
}

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

footer .switch {
    color: #ffffff;
    font-size: 14px;
}

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

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

@media (max-width: 1460px) {

    #instock .compl_items .slick-next,
    #stockcars .compl_items .slick-next {
        right: -30px !important;
    }

    #instock .compl_items .slick-prev,
    #stockcars .compl_items .slick-prev {
        left: -30px !important;
    }
    .banner {
        height: 46vw;
        background-size: auto 100%;
        background-position: 63% 0;
    }

    .banner__benefit {
        left: initial;
        right: 0;
        top: 42vw;
    }
}

/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px) {
    .car_text {
        padding-top: 0;
    }

    .advanages_wrapper a {
        padding: 14px;
        row-gap: 18px;
    }

    .banner__benefit {
        top: 36vw;
    }
    .cont_wrap {
        max-width: 44%;
    }
    .cont_dealer {
        width: 100%;
    }
    .bot_addr {
        width: 100%;
    }
    .timer {
        display: inline-grid;
        justify-content: left;
    }
    div[id^=timer] {
        transform: scale(0.6) translate(-117%) !important;
        width: fit-content;
        min-width: inherit !important;
        width: 466px;
        left: 50%;
        position: relative;
        white-space: nowrap;
    }
    .title_container {
        padding-top: 2vw;
    }
    .title1 span {
        font-size: 2.6vw;
    }
    .title2 {
        font-size: 3vw;
    }
    .title2__text {}
.title2__text:before {}
.title2__text_big {}
.title2__text2 {}
.title2__text2-upp {}
    .title3 {
        font-size: 2vw;
    }

    .title1.title1-blue-background {
        font-size: 36px;
    }

    .dop150 {
        right: -50px;
    }

.banner__benefit-ico {}
.banner__benefit-ico img {}
.banner__benefit-text {}

    .timer_form {
        width: 56%;
    }
    .timer_form_title {
        font-size: 17px;
    }
    .timer_form_props {
        font-size: 24px;
    }

    body {
        /*background-position: 50% 60px;*/
    }

    .top_addr {
        display: none;
    }

    .title_container .btn {
        margin-right: 30px;
    }

    .car_gallery .slick-prev {
        left: -20px !important;
    }

    .car_gallery .slick-next {
        right: -20px !important;
    }

    .ext_item_wrap.active,
    .int_item_wrap.active {
        padding: 30px;
        background-position: 15% 0 !important;
    }

    .ext_item_wrap .btn,
    .int_item_wrap .btn {
        width: 300px;
    }

    .ext_arrows .prev,
    .int_arrows .prev {
        left: -20px;
    }

    .ext_arrows .next,
    .int_arrows .next {
        right: -20px;
    }

    #instock .compl_items .slick-list {
        overflow: hidden !important;
    }

    #instock .compl_items:before,
    #instock .compl_items:after {
        display: none;
    }

    #instock .compl_items .slick-prev {
        left: -20px !important;
    }

    #instock .compl_items .slick-next {
        right: -20px !important;
    }

    .cred_wrap,
    .rass_wrap,
    .quest_wrap {
        margin-right: 0;
    }

    .rass.scrolled .rass_bg img {
        object-position: 90% 0;
    }

    /**********************
       sales
**********************/
    .sales {}

    .sales .container {}

    .sales .content {}

    .sales .sale_item {}

    .sales .sale_item_main {}

    .sales .sale_item.sale1 {}

    .sales .sale_item.sale2 {}

    .sales .sales_title {}

    .sales .sales_title b {}

    .sales .sales_title span {}

    .sales .sales_title sup {}

    .sales .sales_comment {}

    .sales .sales_desc {}

    .sales .btn {}

    #stockcars .compl_items .slick-list {
        overflow: hidden !important;
    }

    #stockcars .compl_items:before,
    #stockcars .compl_items:after {
        display: none;
    }

    #stockcars .compl_items .slick-prev {
        left: -20px !important;
    }

    #stockcars .compl_items .slick-next {
        right: -20px !important;
    }

    #map1 {
        background-position: 79% 0;
    }

    .review__info {}
.review__date {}
.review__rating {}
.review__rating-ico {}
.review__rating-ico img {}
.review__rating-text {}
.review__rating-text b {}

    .reviews_list .slick-prev {
        left: -10px;
    }

    .reviews_list .slick-next {
        right: -10px;
    }

    #instock .compl_items .compl_btns {
        padding-right: 30px;
        width: 30%;
    }

    #instock .compl_items .item .item_name {
        font-size: 30px;
        margin-bottom: 10px;
    }

}

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (min-width: 768px) and (max-width: 991px) {
    .cont_wrap {
        max-width: 100%;
    }
    .dop150 {
        right: 0px;
        width: 180px;
        font-size: 12px;
        padding-left: 45px;
        transform: scale(0.7);
        transform-origin: right center;
    }

    .dop150 span {
        font-size: 12px;
    }

    .title1.title1-blue-background {
        font-size: 27px;
    }

    .banner_gifts {
        width: 100%;
        margin-top: 390px;
    }

    .banner_gifts a {
        font-size: 18px;
        padding: 5px 0 5px 55px;
    }

    .banner_gifts a span {
        font-size: 12px;
    }

    .timer_block {
        padding: 30px 0;
    }

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

    .timer_wrap {
        width: 100%;
        text-align: center;
    }

    .timer_form {
        width: 100%;
        margin-top: 30px;
    }

    .title_container {
    }

    .title1 {
        line-height: unset;
    }

    .title_container .banner_gift {}

    div[id^=timer] {
        text-align: center !important;
    }

    header .btn {
        display: none;
    }

    .title_container .btn {
        display: none;
    }

    .banner__benefit {}
.banner__benefit-ico {}
.banner__benefit-ico img {}
.banner__benefit-text {}

    body {
         background-position: 50% 130px;
    }

    .menu {
        top: 85px;
    }

    .car_image_wrap {
        flex-direction: column;
    }

    .car_title .anchor {
        position: relative;
        margin: 0 auto;
    }

    .car_image {
        width: 100%;
        text-align: center;
    }

    .car_text {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        width: 100%;
    }

    .car_colors {
        position: relative;
        margin-bottom: 30px;
        margin-top: 0;
    }

    .car_props {
        flex-direction: row;
        flex-flow: wrap;
        justify-content: space-oddly;
        margin-bottom: 30px;
    }

    .car_techs {
        flex-flow: unset;
        width: 100%;
    }

    .car_techs .techs_item {

    }

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

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

    .ext_title,
    .int_title {
        font-size: 34px;
    }

    .ext_text,
    .int_text {
        font-size: 14px;
    }

    .ext_item_wrap ul li,
    .int_item_wrap ul li {
        font-size: 14px;
    }

    .rass {
        padding: 0;
    }

    .rass_bg {
        position: relative;
        width: 100%;
    }

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

    /**********************
       sales
**********************/
    .sales {}

    .sales .container {}

    .sales .content {}

    .sales .sale_item {
        max-width: 100%;
    }

    .sales .sale_item .sale_img {
        text-align: center;
    }

    .sales .sale_item_main {}

    .sales .sale_item.sale1 {}

    .sales .sale_item.sale2 {}

    .sales .sales_title {}

    .sales .sales_title b {}

    .sales .sales_title span {}

    .sales .sales_title sup {}

    .sales .sales_comment {}

    .sales .sales_desc {}

    .sales .btn {}

    .credit {
        padding: 0;
    }

    .credit_bg {
        position: relative;
        width: 100%;
    }

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

    .tradein {
        padding: 0;
        background: #293337;
    }

    .tradein>img {
        display: block;
    }

    .tradein_bg {
        display: none;
    }

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

    .tradein_title,
    .tradein_list li {
    }

    .tradein_wrap .btn {
        border-color: #293337;
        color: #293337;
        width: 100%;
    }

    #tradein_form {
        width: 100%;
    }

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

    .review {
        min-height: 250px !important;
        margin: 0 40px;
    }

    .review__info {}
.review__date {}
.review__rating {}
.review__rating-ico {}
.review__rating-ico img {}
.review__rating-text {}
.review__rating-text b {}

    .quest {
        padding: 0;
    }

    .quest_bg {
        position: relative;
        width: 100%;
    }

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

    .quest_title br {
        display: none;
    }

    .quest_wrap .btn {
        width: 100%;
    }

    .cont_wrap {
        position: relative;
        top: 0;
        padding: 0;
        width: 100%;
    }

    .contacts:before {
        width: 100%;
        height: 62%;
    }

    .cont_wrap .btn {
        width: 100%;
    }

    #map1 {
        width: 100%;
    }

    .omoda_awd {
        padding: 0;
        background: #293337;
        margin-bottom: 50px;
    }

    .omoda_awd>img {
        display: block;
    }

    .awd_wrap {
        padding: 50px 0;
    }

    .awd_wrap .btn {
        width: 100%;
    }

}
@media (max-width: 991px) {
    .timer_block {
        padding: 16px 0;
    }
    .timer_title {
        margin-bottom: 10px;
    }
    div[id^=timer] {
        transform: scale(0.8) translate(-69%) !important;
    }
    .timer_form {
        margin-top: 10px;
    }
    .timer_form_title {
        font-size: 21px;
        text-align: center;
    }
    .timer_form_props {
        font-size: 30px;
        text-align: center;
    }

    .car_title {
        flex-wrap: wrap;
        justify-content: right;
    }
    .car_name {
        width: 100%;
        text-align: left;
    }
    .run_now {
        margin-top: 0px;
        height: 58px;
    }
    .run_now_cont {
        font-size: 18px;
    }
    .run_now_cont div {
        padding-right: 26px;
    }
    .run_now_cont div:before {
        width: 12px;
        height: 12px;
    }
    .banner {
        margin-top: 137px;
        height: 66vw;
        background-size: 100%;
    }
    .title_container {
        position: relative;
        top: 35vw;
        margin: 0;
        padding: 0;
        gap: 0;
        background: transparent;
        backdrop-filter: none;
    }
    .banner__benefit {
        top: 21vw;
        right: initial;
        left: 50%;
        transform: translateX(-50%);
    }
.banner__benefit-ico {}
.banner__benefit-ico img {}
.banner__benefit-text {}
}
/*IPAD END*/

/*MOBILE BEGIN*/
@media (max-width: 767px) {
    .advanages_wrapper {
        flex-wrap: wrap;
        row-gap: 20px;
        column-gap: 1%;
    }
    .advanages_wrapper a {
        width: 42%;
        padding: 14px;
    }

    .timer_form_props {
        font-size: 4.6vw;
        text-align: center;
    }
    .timer_form_title {
        font-size: 3.8vw;
    }
    .timer_form_title .br_mob {
        display: block;
    }
    #timer_form {
        margin-top: 4px;
    }
    #timer_form .form-group {
        width: 100%;
    }

    .title2__text {}
.title2__text:before {}
.title2__text_big {}
.title2__text2 {}
.title2__text2-upp {}

    .desk {
        display: none;
    }

    .mob {
        display: block;
        color: #FFC822;
        font-size: 15px !important;
    }

    .mob_title3 {
        display: block;
    }

    .title3 b {
        display: none;
    }

    .title1.title1-blue-background {
        font-size: 20px;
    }

    .pl_profit {
        position: relative;
        top: 0 !important;
        margin-top: 20px;
    }

    .dop150 {
        position: relative;
        top: 0 !important;
        margin-top: 10px;
    }

    .car_name {
        font-size: 40px;
    }

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

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

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

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

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

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

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

    .popup_container {
        width: 100%;
    }

    .resp_table tr {
        display: block;
        padding-bottom: 0px;
    }

    .resp_table tr th {
        display: none;
    }

    .resp_table tr td {
        width: 100%;
        display: block;
        box-sizing: border-box;
        padding: 5px 15px;
    }

    .resp_table tr td:before {
        display: inline-block;
        width: 43%;
        margin-right: 2%;
        font-weight: 700;
        vertical-align: top;
        display: none;
    }

    .resp_table img {
        max-width: none;
        margin: 0px auto;
        /* width: 100%; */
        margin-left: -15px;
        /* width: calc(100% + 30px); */
        max-width: calc(100% - 125px);
        display: inline-block;
        padding-bottom: 10px;
    }

    /* INSTOCK */
    #instock {
        margin-top: 30px;
        padding: 30px 0;
        /*margin-bottom: 70px;*/
    }

    #instock .compl_items:after,
    #instock .compl_items:before {
        display: none;
    }

    #instock .compl_items {
        /*padding: 0 15px;*/
    }

    #instock .compl_items .slick-list {
        overflow: hidden !important;
    }

    #instock .compl_items .slick-prev {
        left: -5px !important;
    }

    #instock .compl_items .slick-next {
        right: -5px !important;
    }

    #instock .compl_title {
        text-align: center;
        font-size: 28px;
        margin-bottom: 20px;
    }

    #instock .compl_items .item {
        padding-top: 0;
        margin: 0;
        margin-bottom: 20px;
    }

    #instock .compl_items .item .item_name {
        flex-direction: column;
        row-gap: 10px;
        align-items: flex-start;
    }

    #instock .compl_items .item .item_name .pl_compl_profit {
        margin-left: 0;
    }

    #instock .compl_items .item.show {
        display: flex;
        flex-wrap: wrap;
    }

    #instock .compl_items .compl_image {
        width: 100%;
    }

    #instock .compl_items .compl_image img {
        margin: 0 auto;
        padding: 0;
    }

    #instock .compl_items .compl_btns {
        width: 100%;
        padding: 15px;
    }

    #instock .compl_items .compl_btns .btn {
        font-size: 14px;
    }

    #instock .compl_items .item .item_wrap {
        padding: 0 15px;
        margin-top: 15px;
        width: 100%;
    }

    #instock .models {
        justify-content: space-between;
    }

    #instock .models .model_name {
        margin-right: 0;
    }

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

    .logo_wrap {
        width: 87%;
    }

    .logo1 {
        width: 48%;
    }

    .top_addr_wrap {
        order: 4;
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .top_addr {
        font-size: 12px;
    }

    header .btn {
        display: none;
    }

    header .container {
        flex-flow: wrap;
    }

    .dealer {
        margin-left: 10px;
        padding-left: 10px;
        font-size: 10px;
        white-space: nowrap;
    }

    .dealer span {
        font-size: 10px;
    }

    .top_phone_wrap {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-top: 10px;
    }
    /* .top_phone {
        margin: 10px auto 0;
    } */

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

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

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

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

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

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

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

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

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

    .menu.active {
        right: 0;
    }

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

    .menu a {
        padding: 10px 0;
    }

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

    .top_phone {
        font-size: 14px;
    }

    .holiday_notice {
        width: 100%;
        padding: 10px 0;
        padding-left: 40px;
    }

    .holiday_notice:before {
        left: 3%;
        top: 7px;
    }

    .banner {
        margin-top: 84px;
        height: 76vw;
    }

    .title1 span {
        font-size: 4vw;
        line-height: 126%;
        width: 100%;
        display: block;
    }
    .title1 b {
        font-size: 8vw;
    }
    .title1 span b {
        font-size: 3vw;
    }
    .title2 {
        margin-top: 0;
        font-size: 4.2vw;
        line-height: 1.2;
    }
    .title2 b {
        padding: 0;
        color: #000000;
        background: none;
        font-size: 4.2vw;
        line-height: 1.2;
    }
    .title3 {
        font-size: 3vw;
    }

    .bn_plachka {
        right: -52%;
        top: 24vw;
        font-size: 3vw;
    }

    .title_comment {
        text-align: center;
        font-size: 15px;
        margin-top: 0;
        line-height: 150%;
        color: #000000;
    }

    /*    .title_comment br {
            display: none;
        }*/
    .title_container .btn {
        width: 100%;
        margin-top: 15px;
        display: none;
    }
    .banner__benefit {
        top: 26vw;
    }
    .banner__benefit-ico {
        width: 15vw;
        left: -13%;
        top: -66%;
    }
    .banner__benefit-ico img {}
    .banner__benefit-text {
        padding: 1vw 4vw 1vw 12vw;
    }

    .timer_block {
        padding: 0 0 20px;
        margin-top: 30px;
    }

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

    .timer_wrap {
        width: 100%;
        text-align: center;
    }

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

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

    div[id^=timer] {
        transform: scale(0.65) !important;
        white-space: nowrap;
        text-align: center !important;
        max-height: 84px;
    }

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

    .timer_form_title {
        text-align: center;
    }

    /**************************************************************************************/
    .car_item {
        padding: 30px 0;
    }

    .car_image_wrap {
        flex-direction: column;
    }

    .car_title .anchor {
        position: relative;
    }


    .car_image {
        width: 100%;
    }

    .car_props {
        margin-bottom: 30px;
    }

    .car_text {
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
    }

    .car_techs .techs_item {
        width: 47%;
    }

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

    .car_techs .techs_item b {
        font-size: 60px;
    }

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

    .car_colors {
        position: relative;
        margin-bottom: 30px;
        margin-top: 0;
    }

    .car_colors>span {
        display: none;
    }

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

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

    .car_gallery .slick-prev {
        left: -15px !important;
    }

    .car_gallery .slick-next {
        right: -15px !important;
    }

    .car_gallery .slick-list {
        z-index: 1;
    }

    /**************************************************************************************/
    .omoda_awd {
        padding: 0;
        background: #293337;
        margin-bottom: 30px;
    }

    .omoda_awd>img {
        display: block;
    }

    .awd_wrap {
        padding: 30px 0;
    }

    .awd_title {
        font-size: 24px;
    }

    .awd_title span {
        font-size: 40px;
    }

    .awd_wrap .btn {
        width: 100%;
    }

    .awd_img {
        text-align: center;
    }

    /**************************************************************************************/
    .exterior {
        margin-top: 40px;
        padding: 30px 0;
    }

    .ext_slider {
        flex-direction: column;
    }

    .ext_arrows {
        display: none;
    }

    .ext_item_wrap {
        width: 100%;
        padding: 15px !important;
        background-size: 100% !important;
        color: #ffffff;
        height: 100px;
        margin-bottom: 10px;
    }

    .ext_item_wrap.item2,
    .ext_item_wrap.item3 {
        background-position: 33% 20% !important;
    }

    .ext_item_wrap.active {
        width: 100%;
        height: 560px;
        background-position: 50% 0 !important;
    }

    .ext_title {
        font-size: 28px;
        margin-bottom: 170px;
        color: #293337;
    }

    .ext_comment {
        font-size: 22px;
    }

    .ext_text {
        margin: 30px 0;
    }

    .ext_item_wrap ul {
        margin-top: 25px;
    }

    .ext_item_wrap .btn {
        margin-top: 30px;
        position: relative;
        width: 100%;
        bottom: 0;
        left: 0;
        border-color: #ffffff;
        color: #ffffff;
    }

    .ext_dots {
        display: none;
    }

    .ext_title_hidden {
        writing-mode: unset;
        transform: unset;
        white-space: normal;
        position: absolute;
        color: #293337;
        top: 15px;
        left: 15px;
        font-size: 18px;
    }

    /**************************************************************************************/
    .interior {
        margin-top: 40px;
    }

    .int_slider {
        flex-direction: column;
    }

    .int_arrows {
        display: none;
    }

    .int_item_wrap {
        width: 100%;
        padding: 15px !important;
        background-size: 100% !important;
        height: 100px;
        margin-bottom: 10px;
    }

    .int_item_wrap.item2,
    .int_item_wrap.item3 {
        background-position: 33% 20% !important;
    }

    .int_item_wrap.active {
        width: 100%;
        height: 500px;
        background-position: 50% 0 !important;
    }

    .int_title {
        font-size: 28px;
        margin-bottom: 170px !important;
    }

    .int_comment {
        font-size: 22px;
        color: #293337;
    }

    .int_text {
        margin: 10px 0;
        color: #293337;
    }

    .int_item_wrap ul {
        margin-top: 25px;
    }

    .int_item_wrap ul li {
        color: #293337;
    }

    .int_item_wrap .btn {
        margin-top: 10px;
        position: relative;
        width: 100%;
        bottom: 0;
        left: 0;
        border-color: #293337;
        color: #293337;
    }

    .int_dots {
        display: none;
    }

    .int_title_hidden {
        writing-mode: unset;
        transform: unset;
        white-space: normal;
        position: absolute;
        top: 15px;
        left: 15px;
        font-size: 18px;
    }

    /**************************************************************************************/
    .rass {
        padding: 0;
    }

    .rass_bg {
        position: relative;
        width: 100%;
    }

    .rass_bg img {
        transform: unset;
        height: auto;
    }

    .rass_wrap {
        padding: 20px 0 30px;
        margin: 0;
        width: 100%;
    }

    .rass_title {
        font-size: 36px;
    }


    /**********************
       sales
    **********************/
    .sales {
        margin-top: 0;
    }

    .sales .container {}

    .sales .content {}

    .sales .sale_item {
        max-width: 100%;
        margin-top: 60px;
    }

    .sales .sale_item_main {}

    .sales .sale_item.sale1 {}

    .sales .sale_item.sale2 {}

    .sales .sales_title {
        font-size: 22px;
    }

    .sales .sales_title b {}

    .sales .sales_title span {
        font-size: 28px;
    }

    .sales .sales_title sup {}

    .sales .sales_comment {
        font-size: 18px;
    }

    .sales .sales_desc {}

    .sales .btn {}


    /**************************************************************************************/
    /* stockcars */
    #stockcars {
        margin-top: 30px;
        padding: 30px 0;
        /*margin-bottom: 70px;*/
    }

    #stockcars .compl_items:after,
    #stockcars .compl_items:before {
        display: none;
    }

    #stockcars .compl_items {
        padding: 0 15px;
    }

    #stockcars .compl_items .slick-list {
        overflow: hidden !important;
    }

    #stockcars .compl_items .slick-prev {
        left: -5px !important;
    }

    #stockcars .compl_items .slick-next {
        right: -5px !important;
    }

    #stockcars .compl_title {
        text-align: center;
        font-size: 28px;
        margin-bottom: 20px;
    }

    #stockcars .compl_items .item {
        padding-top: 0;
        margin: 0;
    }

    #stockcars .compl_items .item.show {
        display: flex;
        flex-wrap: wrap;
    }

    #stockcars .compl_items .compl_image {
        width: 100%;
    }

    #stockcars .compl_items .compl_image img {
        margin: 0 auto;
        padding: 0;
    }

    #stockcars .compl_items .compl_btns {
        width: 100%;
        margin-top: 15px;
    }

    #stockcars .compl_items .compl_btns .btn {
        font-size: 14px;
    }

    #stockcars .compl_items .item .item_wrap {
        padding: 15px;
    }

    /**************************************************************************************/
    .s5_block {
        background: #000000;
        padding: 0;
    }

    .s5_block>img {
        display: block;
    }

    .s5_wrap {
        padding: 30px 0;
    }

    .s5_wrap .btn {
        margin-top: 30px;
    }

    /**************************************************************************************/
    .credit {
        padding: 0;
        /*margin-top: 40px;*/
    }

    .credit_bg {
        position: relative;
        width: 100%;
    }

    .credit_bg img {
        transform: unset;
        height: auto;
    }

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

    /**************************************************************************************/
    .tradein {
        padding: 0;
        background: #293337;
    }

    .tradein>img {
        display: block;
    }

    .tradein_bg {
        display: none;
    }

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

    .tradein_title {
        font-size: 26px;
    }

    .tradein_title,
    .tradein_list li {

    }


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

    .reviews {
        padding: 40px 0;
    }

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

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

    .review {
        min-height: 250px !important;
    }

    .review__info {}
.review__date {}
.review__rating {}
.review__rating-ico {}
.review__rating-ico img {}
.review__rating-text {}
.review__rating-text b {}

    .review .text {
        font-size: 14px;
    }

    .reviews_list .slick-prev {
        left: -10px;
    }

    .reviews_list .slick-next {
        right: -10px;
    }

    /**************************************************************************************/
    .quest {
        padding: 0;
    }

    .quest_bg {
        position: relative;
        width: 100%;
    }

    .quest_wrap {
        padding: 20px 0 30px;
        margin: 0;
        width: 100%;
    }

    .quest_title {
        font-size: 26px;
    }

    .quest_title br {
        display: none;
    }

    .quest_wrap .btn {
        width: 100%;
    }

    /**************************************************************************************/
    .cont_wrap {
        position: relative;
        top: 0;
        padding: 0;
        width: 100%;
    }

    .contacts:before {
        width: 100%;
        height: 60%;
    }

    .cont_dealer {
        width: 100%;
    }

    .cont_img {
        height: 40vw;
    }
    .cont_img img {
        height: auto;
        width: 100%;
    }

    .cont_wrap .btn {
        width: 100%;
    }

    #map1 {
        width: 100%;
        height: 350px;
        background-position: 69% 45%;
    }

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

    .foot_logo {
        margin-bottom: 15px;
    }

}

/*MOBILE END*/

/* Portrait phones and smaller */
@media (max-width: 540px) {
    .title2 p {
        margin-top: 5vw;
    }
}
@media (max-width: 480px) {
    .advanages_wrapper a {
        width: 100%;
        row-gap: 14px;
        font-size: 16px;
    }
    .advanages_wrapper a:before {
        width: 46px;
        height: 46px;
        background-size: contain !important;
    }
    .car_name {
        font-size: 30px;
    }
    .run_now_cont {
        font-size: 14px;
    }
    .run_now {
        height: 40px;
    }
    .run_now_cont div:before {
        margin-right: 10px;
        width: 8px;
        height: 8px;
    }

    .bn_plachka {
        right: -44%;
        top: 24vw;
        font-size: 2.4vw;
        padding: 3px 10px 4px;
    }
    .title2 {
        font-size: 4.2vw;
    }

    .banner__benefit-ico {
        top: -36%;
    }
}
@media (max-width: 390px) {

    .ext_title,
    .int_title {
        margin-bottom: 150px !important;
    }
}

@media (max-width: 360px) {

    .banner_gifts a {
        font-size: 20px;
    }

    div[id^=timer] {
        transform: scale(0.5) !important;
    }

    .timer_title {
        font-size: 18px;
    }

    .dealer {
        font-size: 12px;
    }

    .title_comment {
        font-size: 13px;
    }

    .ext_title,
    .int_title {
        font-size: 22px;
        margin-bottom: 125px !important;
    }

    .ext_text br,
    .int_text br {
        display: none;
    }

    .cred_comment br {
        display: none;
    }

    .tradein_title {
        font-size: 22px;
    }

    .tradein_list li br {
        display: none;
    }

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

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