html {
    overflow-x: hidden;
}

body {
    font-family: "Montserrat";
    font-size: 16px;
    color: #000;
    position: relative;
    font-weight: 400;
    margin: 0 auto;
    padding: 0;
    overflow-x: hidden;
    max-width: 1920px;
    background: white;
    opacity: 1;
}

.start body {
}

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

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


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


.mobile_phone {
    display: none;
}

.alert {
    color: black;
}

img.lazyload {
    width: auto !important;
}


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


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

.rub {
    font-family: "Roboto";
}


.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 {
    position: relative;
    max-width: 1220px;
    margin: 0px auto;
    padding: 0px 15px;
}


.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; */
    border-image-source: linear-gradient(to left, hwb(0deg 100% 0% / 0%), #ff0000) ! IMPORTANT;
}


#form_popup, #form_popup2 {
    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;
    border-bottom: 1px solid; /* border-image-source: linear-gradient(to left, hwb(0deg 100% 0% / 0%), #000); */
    border-image-slice: 1;
}

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


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

.popup_container .agree_field .check_ex i {
}

.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: 9px;
    line-height: 100%;
    position: relative;
    display: block;
    top: 0px;
    margin-top: 10px;
    text-align: left;
    font-weight: 300;
    font-size: 12px;
}

.agree_field a {
    color: inherit;
}

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

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

.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: #B91B23;
    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_popup2_container {
    padding: 0px;
    max-width: 993px;
}

.form_popup2_container .desc {
}

.form_popup2_container .desc picture {
    margin-left: -40px;
    margin-top: -40px;
    display: block;
    width: calc(100% + 80px);
}

.form_popup2_container .desc picture img {
    width: 100% !important;
}

.form_popup2_container .desc {
    padding: 40px;
}

.form_popup2_container form {
    background: black;
    /* margin-left: -44px; */
    width: 100%;
    max-width: none;
    padding: 40px;
}

.form_popup2_container form .form-group {
    margin-bottom: 0px;
    width: 270px;
}

.form_popup2_container form .form-group input[type=tel] {
    border: 2px solid white;
    border-radius: 4px;
    text-align: left;
    color: white;
}

.form_popup2_container button {
}

.form_popup2_container button:hover {
    border-color: white;
    background: black;
    color: white;
}

.form_popup2_container .agree_field {
    color: white;
}

.form_popup2_container .agree_field a {
    color: white;
}

.form_popup2_container .fields {
    display: flex;
}

.form_popup2_container .fields .form-group:first-child {
    margin-right: 15px;
}


.form_popup2_container .agree_field .check_ex i {
    background: white;
}


.form_popup2_container .desc .columns {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    margin: 0px -15px;
}

.form_popup2_container .desc .columns > li {
    margin: 0px 15px;
}


form {
}

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

form .form-group input[type=tel],
form .form-group input[type=text],
form .form-group select {
    height: 45px;
    width: 100%;
    color: black;
    font-size: 16px;
    box-sizing: border-box;
    font-weight: 400; /* text-transform: uppercase; */
    font-family: "Montserrat";
    padding: 0px;
    outline: none;
    background: transparent;
    border-radius: 0px;
    padding-left: 20px;
    border: 1px solid black;
}

form .form-group select {
    background: url(../img/ico_select.png) right 20px top 50% no-repeat transparent;
}

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) right 15px top 50% no-repeat;
    outline: none;
    border: 1px solid #33333380;
    height: 50px;
    border-radius: 0px;
    font-family: inherit;
    width: 100%;
    padding-left: 25px;
    padding-right: 30px;
}

form .form-group button {
    width: 100%;
    cursor: pointer;
    outline: none;
    font-size: inherit;
}

form .form-group button:hover {
}


.form_title {
    font-size: 40px;
    /* text-transform: uppercase; */
    padding: 0px;
    margin: 0px;
    text-align: center;
    padding-bottom: 20px;
}

.form_title span {
}

.btn {
    box-sizing: border-box;
    background: #D40221;
    border: 1px solid #D40221;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    height: 60px;
    color: white;
    text-decoration: none;
    outline: none;
    transition: .3s;
    text-align: center;
    /* text-transform: uppercase; */
    font-family: inherit;
    cursor: pointer;
    position: relative;
    padding: 0px;
    position: relative;
    border-radius: 0px;
    font-size: 14px;
}

.btn span {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    z-index: 1;
    align-items: center;
}


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

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

.btn:hover span:after {
}


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

.btn.glassblack:hover {
    background: #000;
    border-color: #000;
    color: white;
}


.btn.gray {
    border-color: #0D171A;
    background: #3E3E3F;
}

.btn.gray:hover {
    background: #BE1D2C;
}


.menu_container {
    position: relative;
    z-index: 1;
}

.menu_container {
    border-top: 1px solid #EAEAEA;
    margin-top: 12px;
}

.menu_container .menu {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    /* text-transform: uppercase; */
}

.menu_container .menu.add {
    width: auto;
    margin-left: 6%;
}

.menu_container .menu.add li {
    margin: 0px;
    margin-left: 30px;
}

.menu_container .menu > li {
    margin: 0px;
}

.menu_container .menu > li:first-child {
    border: 0px;
}

.menu_container .menu > li:first-child a {
    text-align: left;
}

.menu_container .menu > li.last a {
    text-align: right;
}

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

.menu_container .menu > li a {
    color: inherit;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
    padding: 11px 0px;
    display: block;
    text-align: center;
    color: black;
    font-size: 14px;
}

.menu_container .menu > li:first-child a {
    border: none;
}

.menu_container .menu > li a:after {
    content: '';
    position: absolute;
    bottom: 9px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    height: 2px;
    transition: 0.5s;
    width: 0px;
    background: #D40221;
}

.menu_container .menu > li a:hover {
}

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

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

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


.menu_container .menu > li.sup ~ li a {
    margin-right: 0px;
    margin-left: 8px;
}

.menu_container .menu > li.sup ~ li {
}

.title1 {
    text-transform: uppercase;
    padding-bottom: 50px;
    position: relative;
    font-size: 58px;
    font-family: 'Montserrat';
    font-weight: 700;
    align-items: center;
    display: flex;
    color: #414141;
}

.title1:before {
    content: '';
}

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

.title1 span {
}

.title1 font {
}

.title1 i {
    font-style: normal;
    border-left: 1px solid #9F9C9C;
    font-size: 16px;
    text-transform: none;
    text-align: left;
    margin-left: 16px;
    padding-left: 14px;
    font-weight: 500;
    white-space: nowrap;
}

.title1_comment {
    text-align: center;
    line-height: 149%;
    position: relative;
    z-index: 2;
    margin-top: -37px;
    padding-bottom: 47px;
}

.burger {
    display: none;
}

header {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 11;
    transition: 0.5s;
}

.scroll header {
    padding-top: 0px;
}

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


header .cont {
    background: hwb(0deg 100% 0% / 70%);
    border-radius: 16px;
    padding: 0px;
    backdrop-filter: blur(10px);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}


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

.logo1 {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.logo1 img {
}

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

.logo1 picture:first-child {
    order: -1;
}

.logo1 picture {
}

.logo1 i {
    display: inline-block;
    background: #FFFFFF66;
    width: 1px;
    height: 30px;
    margin: 0px 10px;
}

.logo1 .text {
    font-size: 11px;
    margin-left: 10px;
}

.logo1 .text span {
    display: block;
    font-size: 14px;
}


.content {
    margin: 0px auto;
    max-width: 1315px;
    padding: 0px 15px;
}


header .addr_container {
}

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

header .phone_container {
    margin-right: 2%;
}

header .phone_container a {
    display: block;
    color: inherit;
    margin-bottom: 5px;
}

header .phone {
    display: flex;
    text-decoration: none;
    color: inherit;
    text-wrap: nowrap;
    align-items: center;
    font-size: 18px;
    color: inherit;
    margin: 0px 15px;
}

header .phone:before {
    content: "";
    background: url(../img/ico_phone.svg) 50% 50% no-repeat;
    width: 12px;
    height: 16px;
    flex-shrink: 0;
    margin-right: 5px;
}

header .addr_wrap {
    display: flex;
    flex-direction: column;
    gap: 5px 0;
}

header .addr {
    align-items: center;
    display: flex;
    white-space: nowrap;
    /* text-transform: uppercase; */
}

header .phone_wrap {
    display: flex;
    flex-direction: column;
    gap: 5px 0;
}


header .addr:before {
    content: "";
    background: url(../img/ico_addr.svg) 50% 50% no-repeat;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-right: 5px;
}

header .addr span {
}

header .addr strong {
    display: block;
    font-weight: 600;
}

header .addr i {
    font-style: normal;
}

header .sup {
    background: hwb(0deg 100% 0% / 30%);
    height: 38px;
    width: 1px;
}


header .worktime {
    align-items: center;
    display: flex;
    white-space: nowrap;
    /* text-transform: uppercase; */
    color: #4A4F54;
}

header .worktime:before {
    content: "";
    margin-right: 5px;
    background: url(../img/ico_worktime.svg) 50% 50% no-repeat;
    width: 21px;
    height: 20px;
    flex-shrink: 0;
    filter: invert(13%) sepia(100%) saturate(4739%) hue-rotate(346deg) brightness(80%) contrast(111%);
}


header .container:first-child .btn {
    width: 203px;
    height: 45px;
}

header .addr_container {
    position: relative;
    cursor: pointer;
    user-select: none;
    align-items: center;
    text-align: right;
    margin-right: 1%;
}

header .addr_container .current {
    margin-right: 15px;
    margin-right: auto;
}

header .addr_container .current strong {
    display: block;
}

header .addr_container .current span {
    position: relative;
    padding-left: 0px;
    font-size: 16px;
    padding-right: 0px;
    display: block;
}

header .addr_container .current span:after {
    content: '';
    background: url(../img/ico_select.png) 50% 50% no-repeat;
    width: 14px;
    height: 7px;
    display: block;
    position: absolute;
    top: 7px;
    right: 0px;
    display: none;
}

header .addr_container .items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0px;
    background: white;
    color: black;
    box-shadow: 0px 0px 10px hwb(0deg 0% 100% / 30%);
    z-index: 2;
}

header .addr_container .open + .items {
    display: block;
}

header .addr_container .items div {
    padding: 5px 15px;
    white-space: nowrap;
}

header .addr_container .items div strong {
    white-space: nowrap;
    display: block;
}

header .addr_container .items div span {
}

header .addr_container .items div:hover {
    color: #1B457D;
}


header .addr_container .prev, header .addr_container .next {
    background: url(../img/btn.svg) 50% 50% no-repeat;
    width: 29px;
    height: 28px;
}

header .addr_container .prev:hover, header .addr_container .next:hover {
}

header .addr_container .prev {
}

header .addr_container .next {
    transform: rotate(180deg);
}


header {
    margin-top: 20px;
}

header .panel {
    height: 100%;
    box-sizing: border-box;
    padding: 16px 30px;
    border: 1px solid;
    border-image: linear-gradient(112.13deg, #FFFFFF 23.32%, rgba(102, 102, 102, 0) 54.84%) 1;
    background: #FFFFFF33;
    transition: 0.5s;
    padding-bottom: 0px;
}

.scroll header .panel {
    background: white;
    box-shadow: 0px 0px 10px #00000026;
}


header .panel .top_block {
    display: flex;
    justify-content: space-between;
    align-items: center;

}


.big_banner {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
}

.big_banner .item {
    position: relative;
}

.big_banner .item picture {
    display: block;
    text-align: center;
    overflow: hidden;
}

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


.big_banner .item .title_container {
    position: absolute;
    top: 159px;
    left: 0px;
    width: 100%;
    transform: scaleY(0);
    transition: 0.5s;
    animation-name: title_container;
    animation-delay: 0.1s;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

@keyframes title_container {
    0% {
    }
    50% {
    }
    to {
        transform: scaleY(1);
    }
}


.big_banner .item .title_container .container {
}

.big_banner .item .title_container .container .text_container {
    text-align: center;
}

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


.big_banner .item .title_container .container .text_container .title2 {
    font-size: 24px;
    margin-top: 10px;
}

.big_banner .item .title_container .container .text_container .btn {
    width: 370px;
    margin: 0px auto;
    margin-top: 20px;
}

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

.big_banner .item .title_container .container .text_container .pre_title {
    font-size: 24px;
    text-align: center;
}

.big_banner .item .title_container .container .text_container .pre_title i {
    font-style: normal;
}

.big_banner .item .title_container .container .text_container .pre_title span {
    color: #38D1C3;
}

.big_banner .item .title_container .container .text_container .title {
    font-size: 46px;
    text-align: center;
    display: inline-block;
    border-radius: 8px;
    text-transform: uppercase;
    padding-top: 8px;
    overflow: hidden;
    background: linear-gradient(90deg, #000000, #00000000, #000000);
    background: linear-gradient(90deg, #00000000 0%, #000, #00000000);
    background-repeat: repeat-x;
    background-size: 1000px;
    animation: str_title 3s linear infinite;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
}


@keyframes str_title {
    0% {
        background-position: 0px;
    }
    50% {
    }
    to {
        background-position: 1000px;
    }
}


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

.big_banner .item .title_container .container .text_container .title span {
    background: hwb(0deg 100% 0% / 80%);
    color: #00657B;
    padding: 0px 17px;
    font-weight: 700;
    padding-top: 7px;
}

.big_banner .item .title_container .container .text_container .vigoda {
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    margin-top: 4px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.big_banner .item .title_container .container .text_container .vigoda:before {
    content: '';
    height: 2px;
    background: #B91B23;
    display: inline-flex;
    max-width: 160px;
    width: 100%;
    margin-right: 35px;
}

.big_banner .item .title_container .container .text_container .vigoda:after {
    content: '';
    height: 2px;
    background: #B91B23;
    display: inline-flex;
    max-width: 160px;
    width: 100%;
    margin-left: 35px;
}

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


.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 {
    justify-content: center;
    width: 100%;
    align-items: center;
    display: flex;
    bottom: 27px;
}

.big_banner .swiper-pagination .swiper-pagination-bullet {
    margin: 0px 5px;
    position: relative;
    top: 3px;
    background: #000;
    height: 12px;
    width: 12px;
    opacity: 1;
    border-radius: 10px;
    transition: 0.5s;
}

.big_banner .swiper-pagination .swiper-pagination-bullet:hover {
    background: #D5001C;
}

.big_banner .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    /* height: 17px; */
    /* width: 17px; */
    background: black;
    width: 64px;
}


.runline {
    /* height: 113px; */
    animation: runline 60s linear infinite;
    position: relative;
    width: calc(100vw * 4);
    /* background: url(../img/runline.png) 0px 50% repeat-x; */
    /* border-bottom: 1px solid #054433; */
    white-space: nowrap;
}


@keyframes runline {
    0% {
        left: 0vw;
    }
    50% {
    }
    to {
        left: -200vw;
    }
}


.offer_container {
    position: relative;
    z-index: 1;
    background: #F5F5F5;
    padding-top: 21px;
    padding-bottom: 21px;
    background: linear-gradient(90deg, rgba(101, 101, 101, 0) 59.38%, rgba(101, 101, 101, 0.2) 100%);
}

.offer_container .timer_title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 11px;
}

.offer_container .timer_title strong {
    font-size: 28px;
    font-weight: 500;
}

.offer_container .timer_title font {
}


.offer_container .timer-separator {
    /* opacity: 0; */
    /* width: 5px; */
}

.offer_container .container {
    /* transform: translateY(200px); */
    transition: 0.5s;
    display: flex;
    justify-content: center;
}

.offer_container .container .cont {
    margin-left: 3%;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-end;
}


.offer_container .container .cont .btn {
    width: 49%;
    height: 45px;
}

.start .offer_container .container { /* transform: translateY(0px); */
}

.offer_container .text_container {
    display: flex;
}

.offer_container .title {
    font-size: 28px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.offer_container form {
}

.offer_container form .form_title {
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 28px;
    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: 41%;
}

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

.offer_container form .fields .form-group {
    margin-bottom: 0px;
    width: 100% !important;
}

.offer_container form .fields input {
    border-color: #D9D9D9;
    background: #D9D9D9;
    height: 45px;
}

.offer_container form .fields button {
}

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

.offer_container form .agree_field .check_ex {
}

.offer_container form .agree_field .check_ex i {
}


.offer_container form .fields input::placeholder {
    color: #6B777C;
}


.timer {
}


div[id^=timer] {
    white-space: nowrap;
    /* text-align: right !important; */
    /* min-width: auto !important; */
}

.timer_buttons {
    display: flex;
    align-items: center;
    gap: 10px;
}

.models_container {
}

.models_container .container {
}

.models_container .title1 {
    /*color: #0000001A;*/
    background: url(../img/bg_title1.png) 100% 0% no-repeat;
    padding-top: 69px;
    padding-bottom: 0px;
    height: 44px;
    overflow: hidden;
}


#models {
    padding-top: 69px;
    padding-bottom: 154px;
    background: linear-gradient(90deg, #F2F2F2 0%, rgba(242, 242, 242, 0) 34.32%),
    linear-gradient(270deg, #F2F2F2 0.68%, rgba(242, 242, 242, 0) 32.55%);
    z-index: 1;
    position: relative;
}

#models .container {
}

#models .container .swiper-pagination {
}

#models .container .swiper-pagination .swiper-pagination-bullet {
    background: hwb(0deg 0% 100%);
    height: 4px;
    width: 8%;
    border-radius: 0px;
}

#models .container .swiper-pagination .swiper-pagination-bullet-active {
    background: #D40221;
}


#models .container .swiper.desc {
    width: 100%;
}

#models .container .swiper.desc .swiper-wrapper {
}

#models .container .swiper.desc .swiper-wrapper .swiper-slide {
    width: 100%;
    flex-shrink: initial;
}

#models .container .swiper-pagination {
    display: none;
}


#models .swiper-button-next, #models .swiper-button-prev {
    width: auto;
}

#models .swiper-button-next:after, #models .swiper-button-prev:after {
    font-size: 20px;
    color: #3E3E3F;
    font-weight: 700;
}

#models .swiper-button-next {
    right: -20px;
}

#models .swiper-button-prev {
    left: -20px;
}


.models_items {
    position: relative;
}

.models_items .items {
}


.models_items .item {
    display: flex;
    position: relative;
    transition: 0.5s;
    flex-wrap: wrap;
    margin-top: 109px;
    justify-content: space-between;
    align-items: flex-start;
}

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

.models_items .item > .shadow_title {
    color: #94909080;
    transform-origin: 50% 32%;
    transform: rotate(-90deg);
    text-transform: uppercase;
    position: absolute;
    top: 28px;
    left: -5px;
    background: white;
    width: 0px;
    white-space: nowrap;
    display: flex;
    justify-content: end;
}

.models_items .item > .shadow_title span {
    background: white;
    padding: 0px 10px;
}

.models_items .item > .title {
    position: absolute;
    font-size: 64px;
    left: 0px;
    right: auto;
    top: -17px;
    font-weight: 300;
}

.models_items .item > .title strong {
    font-weight: 500;
}

.models_items .item > .title b {
    display: block;
    font-size: 40px;
    font-weight: 500;
}

.models_items .item .images_container {
    width: calc(59% - 30px);
    background: url(../img/bg_item.png) 0px 0px no-repeat;
    border-radius: 16px;
    padding-top: 26px;
    position: relative;
}


.models_items .item .images_container .images {
    user-select: none;
    margin-bottom: -11px;
}

.models_items .item .images_container .images picture {
    display: flex;
    transform: scale(1);
    transition: 0.5s;
    text-align: center;
    position: relative;
    width: 118%;
    margin-left: -7%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.models_items .item .images_container .images picture img {
}

#gs8_traveller .images picture {
    width: 125%;
}

.models_items .item .images_container .images picture.current {
    display: block;
    text-align: center;
}

.models_items .item .images_container .images picture:hover {
    transform: scale(0.9);
}


.models_items .item .images_container .colors {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0px;
    top: 0px;
    flex-direction: column;
    height: 100%;
}

.models_items .item .images_container .colors div {
    width: 47px;
    height: 24px;
    transition: 0.2s;
    margin: 6px;
    border-radius: 5px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}

.models_items .item .images_container .colors div.current {
    /* width: 80px; */
    box-shadow: 0px 2px 7px 0px #00000033;
}

.models_items .item .images_container .colors div.current:before {
    content: '';
}


.models_items .item .images_container .colors div.multicolor {
}

.models_items .item .images_container .colors div.multicolor:after {
    content: '';
    background: var(--topcolor);
    position: absolute;
    top: 0px;
    left: 50%;
    width: 50%;
    height: 100%;
    border-radius: 0px 100px 100px 0px;
    overflow: hidden;
}


.models_items .item .text_container {
    width: 41%;
    flex-shrink: 0;
    box-sizing: border-box;
    display: inline-flex;
    /* flex-direction: column; */
    flex-wrap: wrap;
}


.models_items .item .text_container .title {
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 9px;
    margin-bottom: 20px;
    width: 100%;
    white-space: nowrap;
}

.models_items .item .text_container .title strong {
    color: #A6192E;
}


.models_items .item .family {
    text-transform: uppercase;
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 10px;
    background: white;
    padding-bottom: 8px;
    border-radius: 8px;
}

.models_items .item .family i {
    background: #B91B23;
    color: white;
    display: block;
    border-radius: 8px;
    padding: 4px;
    font-size: 15px;
    font-style: normal;
    text-align: center;
}

.models_items .item .family span {
    position: relative;
    padding-left: 61px;
    display: block;
    margin-top: 7px;
    padding-right: 6px;
}

.models_items .item .family span:before {
    content: '';
    background: url(../img/ico_family.png) 50% 50% no-repeat;
    width: 43px;
    height: 26px;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 10px;
}


.models_items .item .vigoda {
    color: inherit;
    text-decoration: none;
    display: inline-flex;
    position: relative;
    align-items: center;
    padding: 10px 22px;
}

.models_items .item .vigoda span {
    display: block;
    font-size: 32px;
    margin-right: 17px;
}

.models_items .item .vigoda strong {
    display: block;
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 600;
}

.models_items .item .vigoda:before {
    content: '';
    border: 1px solid #D3D3D3;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: calc(100% - 15px);
    display: block;
    border-bottom: none;
    border-right: none;
    border-top-left-radius: 6px;
}

.models_items .item .vigoda:after {
    content: '';
    border: 1px solid #D3D3D3;
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: calc(100% - 15px);
    display: block;
    border-top: none;
    border-left: none;
    border-bottom-right-radius: 6px;
}


.models_items .item .vigoda:hover {
    background: black;
    color: white;
    border-top-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.models_items .item .vigoda:hover:before {
    border-color: black;
}

.models_items .item .vigoda:hover:after {
    border-color: black;
}


.models_items .item .bonus {
    display: inline-flex;
    background: #B91B23;
    border-radius: 8px;
    height: 52px;
    line-height: 52px;
    color: inherit;
    text-decoration: none;
    margin-left: 48px;
    align-self: center;
    width: 225px;
    justify-content: center;
    border: 1px solid #B91B23;
    margin-left: 0px;
    color: white;
    text-transform: uppercase;
}

.models_items .item .bonus span {
}


.models_items .item .gifts {
    display: flex;
    margin-top: 45px;
    gap: 12px;
    width: 100%;
    flex-direction: column;
    margin-bottom: 15px;
}

.models_items .item .gifts a {
    display: flex;
    color: inherit;
    text-decoration: none;
    position: relative;
    font-size: 20px;
}

.models_items .item .gifts a:first-child {
}

.models_items .item .gifts a:before {
    content: '';
    background: #D9D9D9;
    width: 68px;
    border-radius: 6px;
    flex-shrink: 0;
    margin-right: 10px;
    height: 26px;
    position: relative;
    top: -3px;
}

.models_items .item .gifts a:hover:before {
}

.models_items .item .gifts a:after {
    content: '';
    width: 33px;
    height: 30px;
    position: absolute;
    top: -7px;
    left: 2px;
    transition: 0.2s;
}

.models_items .item .gifts a:hover:after {
    content: '';
    filter: invert(20%) sepia(80%) saturate(6050%) hue-rotate(343deg) brightness(79%) contrast(112%);
    left: 29px;
}

.models_items .item .gifts a span {
}

.models_items .item .gifts a strong {
}

.models_items .item .gifts a s {
    font-size: 34px;
    color: #00657B;
    text-decoration: none;
}

.models_items .item .gifts a i {
}

.models_items .item .gifts a.ico1:after {
    background: url(../img/icons/1.svg) 50% 50% no-repeat;
}

.models_items .item .gifts a.ico2:after {
    background: url(../img/icons/2.svg) 50% 50% no-repeat;
}

.models_items .item .gifts a.ico3:after {
    background: url(../img/icons/3.svg) 50% 50% no-repeat;
}

.models_items .item .gifts a.ico4:after {
    background: url(../img/icons/4.svg) 50% 50% no-repeat;
}

.models_items .item .gifts a.ico5:after {
    background: url(../img/icons/5.svg) 50% 50% no-repeat;
}

.models_items .item .gifts a.ico6:after {
    background: url(../img/icons/6.svg) 50% 50% no-repeat;
}


.models_items .item .btns {
    display: flex;
    width: 100%;
    gap: 20px;
}

.models_items .item .btns .btn {
    width: 100%;
}

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


.models_items .item:nth-child(even) {
    /* left: 100vw; */
}

.models_items .item.animated {
    left: 0px;
}


.models_items .item .btn_compare {
    color: #A6192E;
    display: inline-block;
    margin-top: 24px;
    font-size: 18px;
}

.models_items .item .btn_compare span {
}


.models_items .item .gallery {
    display: flex;
    width: 100%;
    position: relative;
    margin-top: 24px;
    margin-bottom: 30px;
}

.models_items .item .gallery .swiper {
    width: 100%;
}


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

.models_items .item .gallery .swiper-slide a {
    display: block;
}

.models_items .item .gallery .swiper-slide a picture {
    display: block;
}

.models_items .item .gallery .swiper-slide a picture img {
    width: 100% !important;
}


#instock {
    /* padding: 40px 0 90px; */
    padding-top: 95px;
}

#instock .compl_title {
    display: inline-block;
    font-size: 36px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 7px;
    margin-bottom: 30px;
    padding-right: 20px;
    position: relative;
}

#instock .compl_title br {
    display: none;
}

#instock .compl_title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -10px;
    width: 100%;
    height: 3px;
    background: #b91b23;
}

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

#filter_table .select_container {
    position: relative;
    width: 32.5%;
    display: inline-block;
}

#filter_table select {
    font-family: "Montserrat";
    display: block;
    height: 50px;
    box-sizing: border-box;
    width: 100%;
    color: #000000;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    border-radius: 0px;
    background: url("../img/ico_select.png") 95% 50% no-repeat;
    border: 1px solid #8a8d8f;
}

#filter_table select[name="models"] {
}

#filter_table select[name="complects"] {
}

#filter_table select[name="engine"] {
}

#filter_table select option {
    color: black;
}


.filter_quick_menu {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    gap: 20px;
    padding-top: 87px;
}

.filter_quick_menu li {
    width: 100%;
    text-align: center;
    cursor: pointer;
    border: 1px solid black;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.filter_quick_menu li span {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.filter_quick_menu li.current {
    background: #A7A7A7;
    border-color: #A7A7A7;
}


.tb_complects {
    width: 100%;
    border-collapse: collapse;
    margin: 0px auto;
    font-weight: 300;
}

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

.tb_complects tr {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 100px;
    position: relative;
}

.tb_complects tr[data-param1="tiggo_7_pro_max_new"] td:first-child {
    padding-right: 4%;
}

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

.tb_complects tr:before {
    content: '';
    background: #ff00002e;
    position: absolute;
    left: 11%;
    height: 100%;
    top: 0px;
    width: 70%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #F2F2F2 41.24%, rgba(242, 242, 242, 0) 76.2%),
    linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #F2F2F2 32.1%, #F2F2F2 50.01%, rgba(242, 242, 242, 0) 76.2%);
}

.tb_complects tr th {
    text-align: left;
    font-size: 16px; /* text-transform:uppercase; */
    background: #ededed;
    font-size: 18px;
    font-weight: 300;
    padding: 15px;
    height: 53px;
    box-sizing: border-box;
}

.tb_complects tr td {
    vertical-align: middle;
    box-sizing: border-box;
    width: 100%;
}

.tb_complects tr:nth-child(2) td {
}

.tb_complects tr td:first-child {
}

.tb_complects tr td:first-child img {
    position: relative;
}

.tb_complects tr td .popup {
    /* padding: 0px; */ /* color:white; */ /* margin-left:auto; */ /* width: 100%; */ /* display:inline-block; */ /* box-sizing:border-box; */ /* font-size: 16px; */ /* font-weight: 400; */ /* margin: 0px; */
}

.tb_complects tr td .popup:first-child {
    /* background:#949494; */ /* border-color:#949494; */
}

.tb_complects tr td .popup:first-child:hover {
    /* background:#858484; */ /* border-color:#858484; */
}

.tb_complects tr:hover {
    /* box-shadow: 0px 15px 20px #00000026; */
}

.tb_complects tr.changed:nth-child(even) {
}

.tb_complects tr .image {
    position: relative;
}

.tb_complects tr .image img {
    margin-top: -17px;
}

.tb_complects tr .image .brand {
    text-align: center;
    position: relative;
    font-size: 54px;
    font-weight: 300;
    background: linear-gradient(180deg, #000000 0%, #007EB6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: -48px;
}

.tb_complects tr .text {
    order: -1;
}

.tb_complects tr .btns_container {
    padding-top: 15px;
    padding-bottom: 15px;
}


.tb_complects_showmore {
    font-size: 16px;
    font-weight: 400;
    margin-top: 30px;
    display: inline-flex;
    color: inherit;
    text-decoration: none;
    font-size: 14px;
}

.tb_complects_showmore:after {
    content: '';
    width: 40px;
    height: 20px;
    border-radius: 6px;
    background: url(../img/more.svg) 50% 50% no-repeat #D40221;
    margin-left: 10px;
}


.tb_complects tr .last {
}

.tb_complects tr .btns {
    vertical-align: middle;
    display: flex;
    gap: 10px;
    width: 100%;
    flex-direction: column;
}

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

.tb_complects tr .btns .btn:after {
    display: none;
}

.tb_complects tr .btns .btn:first-child {
}

.tb_complects tr td .param1 {
    font-weight: 900;
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.tb_complects tr td .param2 {
    display: inline-flex;
    align-items: center;
    padding: 3px 15px;
    text-transform: uppercase;
    background: none;
    color: #B91B23;
    font-weight: 700;
    border: 1px solid black;
    border-radius: 8px;
}

.tb_complects tr td .compl_specs {
    margin-top: 15px;
    display: flex;
}

.tb_complects tr td .compl_specs div {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    display: inline-flex;
    align-items: center;
}

.tb_complects tr td .compl_specs div.ico1:before {
    content: '';
    background: url("../img/compl_ico1.png") 0 50% no-repeat;
    display: inline-block;
    width: 21px;
    height: 23px;
    margin-right: 10px;
}

.tb_complects tr td .compl_specs div.ico2 {
    margin-left: 30px;
}

.tb_complects tr td .compl_specs div.ico2:before {
    content: '';
    background: url("../img/compl_ico2.png") 0 50% no-repeat;
    display: inline-block;
    width: 29px;
    height: 29px;
    margin-right: 10px;
}

.tb_complects tr td .compl_specs div.ico3 {
    background: url("../img/compl_ico3.png") 0 50% no-repeat;
}

.tb_complects tr td .compl_profit {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: calc(50% - 10px);
    border-left: 1px solid #9F9C9C;
    box-sizing: border-box;
    padding-left: 20px;
    align-self: flex-start;
}

.tb_complects tr td .compl_profit .compl_profit_item {
    font-weight: 700;
    font-size: 20px;
    position: relative;
    display: flex;
    align-items: center;
}

.tb_complects tr td .compl_profit .compl_profit_item:before {
    content: "";
}

.tb_complects tr td .compl_profit .compl_profit_item.profit7:before {
    background: url(../img/ico_compl1.svg) 50% 50% no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 7px;
}

.tb_complects tr td .compl_profit .compl_profit_item.profit8:before {
    background: url(../img/ico_compl2.svg) 50% 50% no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 7px;
}

.tb_complects tr td .compl_profit .compl_profit_item span {
    color: #b91b23;
    font-weight: 700;
}


.tb_complects tr td .text_container {
    position: relative;
    z-index: 1;
}

.tb_complects tr td .text_container .text {
}

.tb_complects tr td .text_container .text {
    width: calc(50% - 10px);
}


.tb_complects tr td .text_container .complect_name {
    font-size: 40px;
    font-weight: 500;
    background: url(../img/bg_complect_name.png) 0px 0px no-repeat;
    width: 138px;
    height: 76px;
    margin-left: 10%;
    white-space: nowrap;
    padding-left: 85px;
    padding-top: 13px;
}

.tb_complects_container {
    padding-bottom: 50px;
}


.tb_complects tr td .props {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.tb_complects tr td .props a {
    text-decoration: none;
    color: inherit;
    display: flex;
    justify-content: space-between;
}

.tb_complects tr td .props span {
    color: #C3C3C3;
    width: 120px;
}

.tb_complects tr td .props strong {
    font-size: 24px;
    font-weight: 500;
    flex: 1;
    pointer-events: none;
}

.tb_complects tr td .props i {
    position: relative;
    margin-left: 10px;
}

.tb_complects tr td .props i:before {
    content: '';
    background: #D9D9D9;
    width: 68px;
    border-radius: 6px;
    flex-shrink: 0;
    margin-right: 10px;
    height: 26px;
    position: relative;
    top: -3px;
    display: flex;
}

.tb_complects tr td .props i:after {
    content: '';
    width: 33px;
    height: 30px;
    position: absolute;
    top: -7px;
    left: 2px;
    transition: 0.2s;
}

.tb_complects tr td .props a:hover i:after {
    filter: invert(20%) sepia(80%) saturate(6050%) hue-rotate(343deg) brightness(79%) contrast(112%);
    left: 29px;
}


.tb_complects tr td .props a.ico1 i:after {
    background: url(../img/icons/7.svg) 50% 50% no-repeat;
}

.tb_complects tr td .props a.ico2 i:after {
    background: url(../img/icons/8.svg) 50% 50% no-repeat;
}

.tb_complects tr td .props a.ico3 i:after {
    background: url(../img/icons/9.svg) 50% 50% no-repeat;
}


.complects_container {
}

.complects_container .title1 {
    /*color: #0000001A;*/
    background: url(../img/bg_title1.png) 100% 0% no-repeat;
    padding-top: 69px;
    padding-bottom: 0px;
    height: 44px;
    overflow: hidden;
}


.tradein_container {
}

.tradein_container .title1 {
    color: #414141;
    /* background: url(../img/bg_title1.png) 100% 0% no-repeat; */
    padding-top: 69px;
    padding-bottom: 0px;
    height: 44px;
    overflow: hidden;
}


.credit_container {
}

.credit_container .title1 {
    color: #414141;
    /* background: url(../img/bg_title1.png) 100% 0% no-repeat; */
    padding-top: 69px;
    padding-bottom: 0px;
    height: 44px;
    overflow: hidden;
    margin-left: auto;
    justify-content: flex-end;
}


#tradein {
    display: block;
    /* background: #F5F5F5; */
    align-items: center;
    padding-bottom: 77px;
}

#tradein .image {
    position: relative;
}

#tradein .image:before {
    content: '';
    position: absolute;
    top: 0px;
    right: 222px;
    width: 100vw;
    height: 100%;
    background: linear-gradient(90deg, rgba(249, 249, 249, 0.5) 0%, rgba(193, 193, 193, 0.5) 100%),
    linear-gradient(90deg, #F2F2F2 0%, rgba(242, 242, 242, 0) 34.32%),
    linear-gradient(270deg, #FFFFFF 0.68%, rgba(255, 255, 255, 0) 32.55%);
}

#tradein .image picture {
    display: block;
    position: relative;
}

#tradein .image picture img {
    margin-top: -83px;
}

#tradein .text_container {
    position: absolute;
    top: 48px;
    left: 53px;
    z-index: 1;
}

#tradein .text_container .title {
    display: none;
}


#tradein .text_container form {
    width: 640px;
    max-width: 100%;
}

#tradein .text_container form .form_title {
    text-align: left;
    font-size: 14px;
    width: 351px;
    padding-bottom: 47px;
}

#tradein .text_container form .fields {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 15px;
}

#tradein .text_container form .form-group {
    width: calc(33.333333% - 8px);
    margin: 0px;
}

#tradein .text_container form button {
    height: 45px;
    font-size: 14px;
}

#tradein .text_container form .model_container {
    margin-right: 11px;
}

#tradein .text_container form .form-group select {
}

#tradein .text_container form .form-group input[type=tel], #tradein .text_container form .form-group input[type=text], #tradein .text_container form .form-group select {
    border-color: white;
    background-color: white;
    height: 45px;
    font-size: 14px;
}


.runline {
    background: #F5F5F5;
}

.runline span {
    color: #A3A5A6;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    margin-right: 40px;
}

.runline span:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 100px;
    background: #B91B23;
    display: inline-block;
    margin-right: 5px;
}


#credit {
    display: block;
    padding-bottom: 77px;
}

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

#credit .image {
    position: relative;
}

#credit .image:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    width: 100vw;
    height: 100%;
    background: linear-gradient(90deg, rgba(209, 209, 209, 0.5) 0%, rgba(221, 221, 221, 0.5) 9.97%),
    linear-gradient(270deg, #FFFFFF 0.68%, rgba(242, 242, 242, 0) 32.55%);
}

#credit .image:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    width: 100vw;
    height: 100%;
    background-image: url(../img/bg_credit.png);
    background-position: 0% 0%;
    background-repeat: no-repeat;
}

#credit .image picture {
    display: block;
    position: relative;
    z-index: 1;
}

#credit .image picture img {
    margin-top: -53px;
    max-width: none;
    margin-bottom: -10px;
    margin-left: -121px;
}

#credit .text_container {
    padding-top: 20px;
    width: 205px;
    flex-shrink: 0;
}


#credit .text_container form {
    width: 100%;
    max-width: 100%;
}

#credit .text_container form .form_title {
}

#credit .text_container form .form_title {
    text-align: right;
    font-size: 14px;
    padding-bottom: 24px;
    white-space: nowrap;
}

#credit .text_container form .form-group {
    width: 100%;
    margin: 0px;
    margin-bottom: 16px;
}

#credit .text_container .items {
    display: flex;
    flex-direction: column;
    font-size: 20px;
}

#credit .text_container .items a {
    color: inherit;
    text-decoration: none;
    margin-bottom: 23px;
}

#credit .text_container .items a:before {
    content: '';
    background: url(../img/arrow1.png) 50% 50% no-repeat;
    width: 27px;
    height: 26px;
    display: inline-block;
    margin-right: 5px;
    flex-shrink: 0;
}


#credit .text_container form .form-group select {
}

#credit .text_container form .form-group input[type=tel], #credit .text_container form .form-group input[type=text], #credit .text_container form .form-group select {
    border-color: white;
    background-color: white;
    height: 45px;
    font-size: 14px;
}

#credit .text_container form .form-group button {
    height: 45px;
}


#morequestions {
}

#morequestions .container {
}

#morequestions .image {
}

#morequestions .image picture {
}

#morequestions .image picture img {
}

#morequestions .text_container {
    position: absolute;
    top: 60px;
    left: 15px;
}

#morequestions .text_container form {
    /*width: 610px;*/
}

#morequestions .text_container form .fields {
    display: flex;
    gap: 20px;
    align-items: center;
}

#morequestions .text_container form .form_title {
    text-align: left;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 27px;
}

#morequestions .text_container form .form-group {
    width: 286px;
}

#morequestions .text_container form .form-group select {
}

#morequestions .text_container form .form-group input[type=tel], #morequestions .text_container form .form-group input[type=text], #morequestions .text_container form .form-group select {
    background-color: white;
    height: 45px;
    font-size: 14px;
    border-color: #E5E5E5;
}

#morequestions .text_container form button {
    height: 45px;
    width: 205px;
}

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

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

.corp .title1 {
    padding-bottom: 0;
    margin-bottom: -15px;
}

.corp_wrap {
    display: flex;
    justify-content: space-between;
    min-height: 400px;
}

.corp_img {
    width: 37%;
}

.corp_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.corp_text {
    width: 503px;
    padding: 35px 40px;
    box-sizing: border-box;
    background: url("../img/corp_bg.png") 50% no-repeat lightgray;
    background-size: cover;
}

.corp_name {
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
}

.corp_comment {
    font-size: 15.5px;
    margin-top: 15px;
    line-height: 140%;
    text-align: center;
}
.corp_comment b {
    font-size: 14px;
}

.corp_comment .br_mob {
    display: none;
}

#corp_form {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    margin-top: 30px;
}

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

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

#corp_form .agree_field {
    margin-top: 0;
}

#corp_form .btn {
    height: 45px;
}

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


#reviews {
    padding-top: 85px;
}

#reviews .reviews_container {
    background: linear-gradient(90deg, rgba(249, 249, 249, 0.5) 0%, rgba(193, 193, 193, 0.5) 100%), linear-gradient(90deg, #F2F2F2 0%, rgba(242, 242, 242, 0) 34.32%), linear-gradient(270deg, #FFFFFF 0.68%, rgba(255, 255, 255, 0) 32.55%);
    padding-top: 84px;
    position: relative;
    background: #f5f5f5;
    padding-bottom: 50px;
}

#reviews .reviews_container:before {
    content: '';
    background: url(../img/bg_reviews.png) 50% 0% no-repeat;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

#reviews .container {
}

#reviews .title1 {
    padding-bottom: 0px;
    margin-bottom: -19px;
}

#reviews .title1 img {
    position: relative;
    top: 4px;
}

#reviews .reviews_items {
    position: relative;
    padding-bottom: 45px;
}

#reviews .reviews_items .swiper {
}

#reviews .reviews_items .swiper .swiper-slide {
    background: white;
    border-radius: 0px;
    padding: 26px 23px;
    box-sizing: border-box;
    height: auto;
    border: 1px solid #D8D8D8;
    font-size: 14px;
}

#reviews .reviews_items .swiper .swiper-slide .name_container {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

#reviews .reviews_items .swiper .swiper-slide .author {
    font-size: 14px;
    margin-bottom: 26px;
}

#reviews .reviews_items .swiper .swiper-slide .rating {
    background: url(../img/stars.png) 50% 50% no-repeat;
    width: 94px;
    height: 12px;
    margin-left: 27px;
}

#reviews .reviews_items .swiper .swiper-slide .date {
    margin-left: auto;
    color: #818181;
    font-size: 14px;
    margin-bottom: 4px;
}

#reviews .reviews_items .swiper .swiper-slide .text {
    line-height: 150%;
    margin-bottom: 0px;
    margin-top: 28px;
    font-size: 16px;
}

#reviews .reviews_items .swiper .swiper-slide .image {
}

#reviews .reviews_items .swiper .swiper-slide .image a {
}

#reviews .reviews_items .swiper .swiper-slide .image a picture {
}

#reviews .reviews_items .swiper .swiper-slide .image a picture img {
    border-radius: 8px;
}

#reviews .reviews_items .swiper-button-next, #reviews .reviews_items .swiper-button-prev {
    position: absolute;
    top: 50%;
    right: -60px;
    background: white;
    border-radius: 0px;
    width: 45px;
    height: 45px;
    left: auto;
    margin-top: -40px;
}

#reviews .reviews_items .swiper-button-next {
}

#reviews .reviews_items .swiper-button-prev {
    left: -60px;
    right: auto;
}

#reviews .reviews_items .swiper-button-next:after, #reviews .reviews_items .swiper-button-prev:after {
    color: #D8D8D8;
    font-size: 20px;
    position: relative;
    left: 2px;
    top: 1px;
}

#reviews .reviews_items .swiper-button-next:after {
}

#reviews .reviews_items .swiper-button-prev:after {
    left: 0px;
}

#reviews .reviews_items .swiper-pagination {
}

#reviews .reviews_items .swiper-pagination .swiper-pagination-bullet {
    width: 100px;
    height: 5px;
    border-radius: 0px;
    margin: 0px;
    opacity: 0.5;
    background: #BBBBBB;
}

#reviews .reviews_items .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}


#contacts {
    background: #F5F5F5;
    position: relative;
}

#contacts .container {
}

#contacts .contact_container {
    display: flex;
    border: 1px solid;
    border-image: linear-gradient(112.13deg, #FFFFFF 23.32%, rgba(102, 102, 102, 0) 54.84%) 1;
    backdrop-filter: blur(12px);
    background: hwb(0deg 100% 0% / 80%);
    justify-content: space-between;
    padding: 38px 28px;
    margin-bottom: -122px;
    position: relative;
    z-index: 1;
    top: -62px;
    align-items: center;
}

#contacts .title1 {
}

#contacts .items {
    display: flex;
}

#contacts .item:first-child {
    border: none;
    padding-left: 0px;
}

#contacts .item {
    border-left: 1px solid #938F8F;
    width: 33.33333333%;
    padding-left: 5%;
    padding-right: 2%;
}

#contacts .item label {
    display: block;
    margin-bottom: 18px;
}

#contacts .addr {
    display: inline-flex;
    align-items: center;
}

#contacts .addr:before {
    content: "";
    background: url(../img/ico_addr.svg) 50% 50% no-repeat;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-right: 5px;
    display: inline-block;
}

#contacts .addr span {
}

#contacts .phone {
    color: inherit;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}

#contacts .phone:before {
    content: "";
    background: url(../img/ico_phone.svg) 50% 50% no-repeat;
    width: 12px;
    height: 16px;
    flex-shrink: 0;
    margin-right: 5px;
    display: inline-block;
    `
}

#contacts .phone span {
}

#contacts .worktime {
    font-weight: 700;
}

#contacts .worktime span {
}

#contacts .comment {
    font-size: 20px;
    font-weight: 700;
    margin-top: 50px;
    margin-bottom: 24px;
}

#contacts .btn {
    width: 203px;
    max-width: 100%;
    height: 45px;
}


#map1 {
    height: 516px;
    overflow: hidden;
}


footer {
    padding: 17px 0px;
    background: white;
    font-size: 14px;
    font-weight: 300;
}

footer .container {
}

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


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

footer .disclamer_switch {
    color: white;
    text-decoration: none;
    display: block;
}

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

footer .creator { /* text-transform: uppercase; */
    display: inline-flex;
    align-items: center;
    color: inherit;
}

footer .creator img {
    display: block;
    margin-left: 5px;
}

footer .info {
    line-height: 140%;
}


.disclamer {
}

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

.copyright img {
    margin-left: 10px;
}


footer .logo2 {
}

footer .logo2 picture {
}

footer .logo2 picture img {
}


footer .btns {
    text-align: right;
}

#complects {
    box-shadow: 1px -4px 100px 0px #7C7C7C1A;
    position: relative;
    z-index: 1;
}


.bottomlogo {
    display: inline-flex;
    align-items: center;
    gap: 20px;
}

.bottomlogo picture {
}

.bottomlogo picture img {
}

.bottomlogo picture:first-child {
}

#contacts .addr_wrap {
    display: flex;
    flex-direction: column;
    gap: 5px 0;
}

#contacts .phone_wrap {
    display: flex;
    flex-direction: column;
    gap: 5px 0;
}

.wrapper {
    margin-top: 743px;
    position: relative;
    background: white;
}

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

@media (max-width: 1800px) {
    .big_banner .item.slide2 picture img {
        left: 0%;
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
    }
}

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

@media (max-width: 1500px) {
    #morequestions .text_container form .fields {
        align-items: flex-start;
    }
}

@media (max-width: 1400px) {
    .big_banner .item.slide2 picture img {
        left: 50%;
        transform: translateX(-50%) scale(.45);
    }
}

@media (max-width: 1300px) {

}

@media (max-width: 1200px) {

    #credit .container {
        justify-content: flex-end;
    }


}

@media (max-width: 991px) {


    .alert {
        position: fixed;
        width: 100%;
        left: 0px;
        top: 0px;
    }

    header {
        box-sizing: border-box;
        padding-top: 0px;
        /* height: 60px; */
        top: 0px;
        margin-top: 0px;
    }

    .menuopen .menu_container {
        right: 0px;
        background: hwb(0deg 0% 100% / 80%);
        backdrop-filter: blur(8px);
        margin: 0px;
    }

    .menu_container {
        padding: 0px;
        display: block;
        margin: 0px;
    }

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

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

    .menu_container .menu > li a {
        padding: 10px 10px;
        display: block;
        color: white;
        margin: 0px !important;
        text-align: center !important;
        ! i;
        !;
    }

    .burger {
        display: block;
    }


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

    .burger:before {
        content: '';
        display: block;
        height: 2px;
        background: black;
        transition: 0.2s;
        transform-origin: 0px 6px;
    }

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

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

    .menuopen .burger span {
        opacity: 0;
    }

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

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

    .menu_container .menu > li {
        display: block;
        width: 100%;
        margin: 0px;
        margin-left: 0px !important;
        height: auto;
    }

    .big_banner {
    }


    header .panel { /* border:none; *//* padding: 0px; *//* height: 100%; */
        padding: 15px;
        padding-right: 66px;
    }


    header .cont {
        padding: 0px;
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
    }

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

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

}


@media (min-width: 991px) {

}


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

    .corp_name {
        font-size: 36px;
    }

    .corp_comment {
        font-size: 12px;
    }
}

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (min-width: 768px) and (max-width: 991px) {
    .big_banner .item .title_container .container .text_container .title {
        font-size: 4vw;
    }

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

    .timer {
    }

    .offer_container .container .cont {
        margin-left: 0px;
        margin-top: 30px;
        text-align: center;
    }

    .models_items .item {
        flex-direction: column;
    }

    .models_items .item > .title {
    }

    .models_items .item .images_container {
        width: 100%;
    }

    .models_items .item .text_container {
        width: 100%;
    }

    #tradein .image {
    }

    #tradein .text_container {
    }

    #tradein .text_container form .fields {
    }

    #tradein .text_container form .form-group {
    }

    #tradein .text_container form .model_container {
    }

    #tradein .image:before {
    }

    #tradein .image picture {
        display: flex;
        justify-content: flex-end;
    }

    #tradein .image picture img {
        max-width: none;
    }

    #credit .image:before {
        left: 67%;
        width: 200vw;
        transform: none;
    }

    #credit .image:after {
        left: 67%;
    }

    #morequestions .text_container {
        top: 15px;
    }

    #contacts .contact_container {
        top: 0px;
        margin-bottom: 0px;
        margin-left: -15px;
        margin-right: -15px;
    }

    #morequestions .text_container form .form_title {
        font-size: 30px;
    }

    #contacts .phone {
        margin-right: 15px;
    }

    #morequestions .text_container form {
    }

    #morequestions .text_container form .fields {
        flex-direction: column;
        gap: 0px;
    }

    #morequestions .text_container form .form-group {
        width: 253px;
    }

    .corp_wrap {
        min-height: auto;
    }

    .corp_img.img2 {
        display: none;
    }

    .corp_text {
        width: 49%;
        padding: 20px;
    }

    .corp_name {
        font-size: 32px;
    }

    .corp_comment br {
        display: none;
    }

    .corp_img {
        width: 51%;
    }

    .title1 {
        font-size: 40px;
        margin-bottom: 0;
    }

    #reviews .title1 {
        margin-bottom: 0;
    }
}

/*MOBILE BEGIN*/
@media (max-width: 767px) {



    .popup_container {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
    }

    .title1 {
        padding-bottom: 15px;
        font-size: 30px;
        display: block;
    }


    .burger {
        top: 8px;
    }

    body {
        padding-top: 0px;
    }


    .anim {
        opacity: 1;
    }


    .mobile_phone {
        position: fixed;
        bottom: 0px;
        left: 0px;
        width: 100%;
        display: block;
        background: #19181E;
        z-index: 12;
        text-align: center;
        box-shadow: 0px 0px 5px hwb(0deg 100% 0% / 10%);
        color: white;
        box-sizing: border-box;
    }

    .mobile_phone span {
        animation: mobile_phone 1s ease-out infinite;
    }

    .mobile_phone a {
        display: block;
        color: inherit;
        text-decoration: none;
        font-weight: 700;
        animation: mobile_phone 1s ease-out infinite;
        color: white;
        padding: 16px;
    }

    @keyframes mobile_phone {
        0% {
            text-shadow: 0px 0px 0px #054433;
        }
        50% {
        }
        to {
            text-shadow: 0px 0px 5px #054433;
        }
    }

    html {
        overflow-x: hidden;
    }


    .title1 {
    }

    .title1:before {
    }

    .title1 span:after {
    }

    .title1 span {
    }

    .title1 font {
    }

    .title1 i {
        margin: 0px;
        padding: 0px;
        border: none;
        display: block;
        border-top: 1px solid #9F9C9C;
        margin-top: 5px;
        padding-top: 5px;
        display: none;
    }

    .title1_comment {
    }

    .burger {
    }


    header {
    }

    .scroll header {
    }

    header .container {
    }


    header .cont {
    }


    header > .container:first-child {
    }

    .logo1 {
    }

    .logo1 img {
    }

    .logo1 {
        min-width: 139px;
        margin-right: 20px;
    }

    .logo1 picture:first-child {
    }

    .logo1 picture {
    }

    .logo1:before {
    }

    .logo1 .text {
    }

    .logo1 .text span {
    }


    .content {
    }


    header .addr_container {
    }

    header .addr_container:before {
    }

    header .phone_container {
    }

    header .phone_container a {
    }

    header .phone {
        margin: 0px;
        display: none;
    }

    header .phone:before {
    }

    header .addr {
        display: none;
    }

    header .addr:before {
    }

    header .addr span {
    }

    header .addr strong {
    }

    header .addr i {
    }

    header .sup {
    }


    header .worktime {
    }

    header .worktime:before {
    }


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

    header .addr_container {
    }

    header .addr_container .current {
    }

    header .addr_container .current strong {
    }

    header .addr_container .current span {
    }

    header .addr_container .current span:after {
    }

    header .addr_container .items {
    }

    header .addr_container .open + .items {
    }

    header .addr_container .items div {
    }

    header .addr_container .items div strong {
    }

    header .addr_container .items div span {
    }

    header .addr_container .items div:hover {
    }


    header .addr_container .prev, header .addr_container .next {
    }

    header .addr_container .prev:hover, header .addr_container .next:hover {
    }

    header .addr_container .prev {
    }

    header .addr_container .next {
    }


    header {
    }

    header .panel {
    }

    .scroll header .panel {
    }


    .big_banner {
        position: relative;
    }

    .big_banner .item {
    }

    .big_banner .item picture {
    }

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

    .big_banner .item .title_container {
        top: 98px;
    }


    .big_banner .item.slide2 picture img {
        left: 0%;
        transform: translateX(0%) scale(1);
        -webkit-transform: translateX(0%) scale(1);
        -moz-transform: translateX(0%) scale(1);
        -ms-transform: translateX(0%) scale(1);
        -o-transform: translateX(0%) scale(1);
        max-width: 140%;
    }


    .big_banner .item .title_container .container {
    }

    .big_banner .item .title_container .container .text_container {
        background: #ffffff6b;
        padding: 2vw 4vw;
    }

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


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

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

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

    .big_banner .item .title_container .container .text_container .pre_title {
        font-size: 4vw;
        font-weight: 500;
    }

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

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

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

    .big_banner .item .title_container .container .text_container .title2 {
        font-size: 4vw;
        font-weight: 500;
    }


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

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

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

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

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

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


    .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:hover {
    }

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


    .runline {
    }


    .offer_container {
    }

    .offer_container .timer_title {
    }

    .offer_container .timer_title strong {
    }

    .offer_container .timer_title font {
    }


    .offer_container .timer-separator {
    }

    .offer_container .container {
        flex-direction: column;
        text-align: center;
    }

    .offer_container .container .cont {
        margin-left: 0px;
    }


    .offer_container .container .cont .btn {
        width: 100%;
    }

    .start .offer_container .container {
    }

    .offer_container .text_container {
    }

    .offer_container .title {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    .offer_container form {
    }

    .offer_container form .form_title {
    }

    .offer_container form .form_comment {
    }

    .offer_container form .form_comment span {
    }

    .offer_container form .fields {
        flex-direction: column;
        gap: 10px;
    }

    .offer_container form .fields .form-group {
    }

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

    .offer_container form .fields .form-group {
    }

    .offer_container form .fields input {
    }

    .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 form .fields input::placeholder {
    }
    
    .user_info {
        width: 100%;
    }
    .user_info .form-group {
        padding-bottom: 10px;
    }

    .timer {
        margin-top: 40px;
    }


    div[id^=timer] {
        transform: scale(0.57) !important;
        width: 450px;
        left: 50% !important;
        margin-left: -176px !important;

    }


    .models_container {
    }

    .models_container .container {
    }

    .models_container .title1 {
    }


    #models {
        padding-bottom: 20px;
    }

    #models .container {
    }

    #models .container .swiper-pagination {
        display: flex;
        justify-content: center;
        bottom: -15px;
    }

    #models .container .swiper-pagination .swiper-pagination-bullet {
    }

    #models .container .swiper-pagination .swiper-pagination-bullet-active {
    }


    #models .container .swiper.desc {
    }

    #models .container .swiper.desc .swiper-wrapper {
    }

    #models .container .swiper.desc .swiper-wrapper .swiper-slide {
    }

    #models .container .swiper-pagination {
    }


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

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

    #models .swiper-button-next {
    }

    #models .swiper-button-prev {
    }


    #gs8_traveller .images picture {
        max-width: 80%;
        margin-left: 60px;
    }

    .models_items {
    }

    .models_items .items {
    }


    .models_items .item {
        flex-direction: column;
        margin-top: 50px;
    }

    .models_items .item:first-child {
    }

    .models_items .item > .shadow_title {
    }

    .models_items .item > .shadow_title span {
    }

    .models_items .item > .title {
        font-size: 38px;
        position: relative;
        top: 0px;
    }

    .models_items .item > .title strong {
    }

    .models_items .item > .title b {
        font-size: 24px;
    }

    .models_items .item .images_container {
        width: 100%;
        padding-top: 0px;
        padding-top: 50px;
        background-position: -15% -165px;
    }


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

    .models_items .item .images_container .images picture {
        width: calc(100% - 22px);
        margin-left: 29px;
    }

    .models_items .item .images_container .images picture img {
    }

    .models_items .item .images_container .images picture.current {
    }

    .models_items .item .images_container .images picture:hover {
    }


    .models_items .item .images_container .colors {
    }

    .models_items .item .images_container .colors div {
    }

    .models_items .item .images_container .colors div.current {
    }

    .models_items .item .images_container .colors div.current:before {
    }


    .models_items .item .images_container .colors div.multicolor {
    }

    .models_items .item .images_container .colors div.multicolor:after {
    }


    .models_items .item .text_container {
        width: 100%;
    }


    .models_items .item .text_container .title {
    }

    .models_items .item .text_container .title strong {
    }


    .models_items .item .family {
    }

    .models_items .item .family i {
    }

    .models_items .item .family span {
    }

    .models_items .item .family span:before {
    }


    .models_items .item .vigoda {
        margin-top: 15px;
    }

    .models_items .item .vigoda span {
        font-size: 24px;
    }

    .models_items .item .vigoda strong {
        font-size: 30px;
    }

    .models_items .item .vigoda:before {
    }

    .models_items .item .vigoda:after {
    }


    .models_items .item .vigoda:hover {
    }

    .models_items .item .vigoda:hover:before {
    }

    .models_items .item .vigoda:hover:after {
    }


    .models_items .item .bonus {
    }

    .models_items .item .bonus span {
    }


    .models_items .item .gifts {
        margin-top: 15px;
    }

    .models_items .item .gifts a {
        font-size: 16px;
    }

    .models_items .item .gifts a:first-child {
    }

    .models_items .item .gifts a:before {
    }

    .models_items .item .gifts a:hover:before {
    }

    .models_items .item .gifts a:after {
    }

    .models_items .item .gifts a:hover:after {
    }

    .models_items .item .gifts a span {
    }

    .models_items .item .gifts a strong {
    }

    .models_items .item .gifts a s {
    }

    .models_items .item .gifts a i {
    }

    .models_items .item .gifts a.ico1:after {
    }

    .models_items .item .gifts a.ico2:after {
    }

    .models_items .item .gifts a.ico3:after {
    }

    .models_items .item .gifts a.ico4:after {
    }

    .models_items .item .gifts a.ico5:after {
    }

    .models_items .item .gifts a.ico6:after {
    }


    .models_items .item .btns {
        flex-direction: column;
        gap: 10px;
    }

    .models_items .item .btns .btn {
    }

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


    .models_items .item:nth-child(even) {
    }

    .models_items .item.animated {
    }


    .models_items .item .btn_compare {
    }

    .models_items .item .btn_compare span {
    }


    .models_items .item .gallery {
    }


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

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

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

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


    #instock {
    }

    #instock .compl_title {
    }

    #instock .compl_title br {
    }

    #instock .compl_title:before {
    }

    #filter_table {
    }

    #filter_table .select_container {
    }

    #filter_table select {
    }

    #filter_table select[name="models"] {
    }

    #filter_table select[name="complects"] {
    }

    #filter_table select[name="engine"] {
    }

    #filter_table select option {
    }


    .filter_quick_menu {
        justify-content: space-between;
        flex-wrap: wrap;
        padding-top: 30px;
        gap: 20px 1%;
    }

    .filter_quick_menu li {
        width: 30%;
    }

    .filter_quick_menu li span {
    }

    .filter_quick_menu li.current {
    }


    .tb_complects {
    }

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

    .tb_complects tr {
        margin-top: 70px;
        flex-direction: column;
    }

    .tb_complects tr[data-param1="tiggo_7_pro_max_new"] td:first-child {
    }

    .tb_complects tr:first-child {
    }

    .tb_complects tr:before {
        opacity: 0;
    }

    .tb_complects tr th {
    }

    .tb_complects tr td {
    }

    .tb_complects tr:nth-child(2) td {
    }

    .tb_complects tr td:first-child {
    }

    .tb_complects tr td:first-child img {
    }

    .tb_complects tr td .popup {
    }

    .tb_complects tr td .popup:first-child {
    }

    .tb_complects tr td .popup:first-child:hover {
    }

    .tb_complects tr:hover {
    }

    .tb_complects tr.changed:nth-child(even) {
    }

    .tb_complects tr .image {
        order: -1;
    }

    .tb_complects tr .image img {
    }

    .tb_complects tr .image .brand {
    }

    .tb_complects tr .text {
    }

    .tb_complects tr .btns_container {
    }


    .tb_complects_showmore {
    }

    .tb_complects_showmore:after {
    }


    .tb_complects tr .last {
    }

    .tb_complects tr .btns {
    }

    .tb_complects tr .btns .btn {
    }

    .tb_complects tr .btns .btn:after {
    }

    .tb_complects tr .btns .btn:first-child {
    }

    .tb_complects tr td .param1 {
    }

    .tb_complects tr td .param2 {
    }

    .tb_complects tr td .compl_specs {
    }

    .tb_complects tr td .compl_specs div {
    }

    .tb_complects tr td .compl_specs div.ico1:before {
    }

    .tb_complects tr td .compl_specs div.ico2 {
    }

    .tb_complects tr td .compl_specs div.ico2:before {
    }

    .tb_complects tr td .compl_specs div.ico3 {
    }

    .tb_complects tr td .compl_profit {
    }

    .tb_complects tr td .compl_profit .compl_profit_item {
    }

    .tb_complects tr td .compl_profit .compl_profit_item:before {
    }

    .tb_complects tr td .compl_profit .compl_profit_item.profit7:before {
    }

    .tb_complects tr td .compl_profit .compl_profit_item.profit8:before {
    }

    .tb_complects tr td .compl_profit .compl_profit_item span {
    }


    .tb_complects tr td .text_container {
    }

    .tb_complects tr td .text_container .text {
    }

    .tb_complects tr td .text_container .text {
    }


    .tb_complects tr td .text_container .complect_name {
    }

    .tb_complects_container {
    }


    .tb_complects tr td .props {
    }

    .tb_complects tr td .props a {
    }

    .tb_complects tr td .props span {
    }

    .tb_complects tr td .props strong {
    }

    .tb_complects tr td .props i {
    }

    .tb_complects tr td .props i:before {
    }

    .tb_complects tr td .props i:after {
    }

    .tb_complects tr td .props a:hover i:after {
    }


    .tb_complects tr td .props a.ico1 i:after {
    }

    .tb_complects tr td .props a.ico2 i:after {
    }

    .tb_complects tr td .props a.ico3 i:after {
    }


    .complects_container {
    }

    .complects_container .title1 {
    }


    .tradein_container {
    }

    .tradein_container .title1 {
        display: none;
    }


    .credit_container {
    }

    .credit_container .title1 {
        text-align: center;
    }


    #tradein {
        background: linear-gradient(90deg, rgba(249, 249, 249, 0.5) 0%, rgba(193, 193, 193, 0.5) 100%), linear-gradient(90deg, #F2F2F2 0%, rgba(242, 242, 242, 0) 34.32%), linear-gradient(270deg, #FFFFFF 0.68%, rgba(255, 255, 255, 0) 32.55%);
        padding-bottom: 50px;
    }

    #tradein .image {
        margin-bottom: -45px;
    }

    #tradein .image:before {
        display: none;
    }

    #tradein .image picture {
    }

    #tradein .image picture img {
        margin-top: -11px;
    }

    #tradein .text_container {
        position: relative;
        top: 0px;
        left: 0px;
        text-align: center;
    }


    #tradein .text_container form {
        width: 100%;
    }

    #tradein .text_container form .form_title {
        padding-bottom: 20px;
        text-align: center;
    }

    #tradein .text_container form .fields {
        flex-direction: column;
    }

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

    #tradein .text_container form button {
    }

    #tradein .text_container form .model_container {
    }

    #tradein .text_container form .form-group select {
    }

    #tradein .text_container form .form-group input[type=tel], #tradein .text_container form .form-group input[type=text], #tradein .text_container form .form-group select {
    }


    .runline {
    }

    .runline span {
    }

    .runline span:before {
    }


    #credit {
        background: linear-gradient(90deg, rgba(209, 209, 209, 0.5) 0%, rgba(221, 221, 221, 0.5) 9.97%), linear-gradient(270deg, #FFFFFF 0.68%, rgba(242, 242, 242, 0) 32.55%);
        padding-bottom: 15px;
    }

    #credit .container {
        flex-direction: column;
    }

    #credit .image {
        margin-top: 10px;
    }

    #credit .image:before {
        display: none;
    }

    #credit .image:after {
        display: none;
    }

    #credit .image picture {
        margin-left: -15px;
        margin-right: -15px;
    }

    #credit .image picture img {
        margin: 0px;
        width: 100% !important;
        ! i;
        !;
    }

    #credit .text_container {
        position: relative;
        top: 0px;
        width: 100%;
        padding-top: 15px;
    }


    #credit .text_container form {
    }

    #credit .text_container form .form_title {
    }

    #credit .text_container form .form_title {
    }

    #credit .text_container form .form-group {
    }

    #credit .text_container .items {
    }

    #credit .text_container .items a {
    }

    #credit .text_container .items a:before {
    }


    #credit .text_container form .form-group select {
    }

    #credit .text_container form .form-group input[type=tel], #credit .text_container form .form-group input[type=text], #credit .text_container form .form-group select {
    }


    #morequestions {
    }

    #morequestions .container {
    }

    #morequestions .image {
    }

    #morequestions .image picture {
    }

    #morequestions .image picture img {
    }

    #morequestions .text_container {
        position: relative;
        top: 0px;
        left: 0px;
        padding-top: 30px;
    }

    #morequestions .text_container form {
        width: 100%;
        margin-bottom: 15px;
    }

    #morequestions .text_container form .fields {
        flex-direction: column;
        gap: 0px;
    }

    #morequestions .text_container form .form_title {
        font-size: 30px;
        padding-bottom: 15px;
        color: #414141;
    }

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

    #morequestions .text_container form .form-group select {
    }

    #morequestions .text_container form .form-group input[type=tel], #morequestions .text_container form .form-group input[type=text], #morequestions .text_container form .form-group select {
    }

    #morequestions .text_container form button {
        width: 100%;
    }

    .corp {
        margin-top: 70px;
    }

    .corp .title1 {
        margin-bottom: 10px;
    }

    .corp_wrap {
        width: 100%;
        min-height: auto;
        flex-direction: column;
    }

    .corp_text {
        width: 100%;
        padding: 20px 15px;
    }

    .corp_name {
        font-size: 8vw;
        text-align: center;
    }

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

    .corp_comment b {
        font-size: 4vw;
    }

    .corp_comment .br_mob {
        display: block;
    }

    .corp_img {
        width: 100%;
    }

    .corp_img.img2 {
        display: none;
    }

    .corp .title1 {
        text-align: center;
    }

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

    #reviews {
    }

    #reviews .container {
    }

    #reviews .title1 {
        margin-bottom: 0px;
    }

    #reviews .reviews_items {
    }

    #reviews .reviews_items .swiper {
    }

    #reviews .reviews_items .swiper .swiper-slide {
    }

    #reviews .reviews_items .swiper .swiper-slide .name_container {
    }

    #reviews .reviews_items .swiper .swiper-slide .name {
    }

    #reviews .reviews_items .swiper .swiper-slide .rating {
    }

    #reviews .reviews_items .swiper .swiper-slide .date {
    }

    #reviews .reviews_items .swiper .swiper-slide .text {
    }

    #reviews .reviews_items .swiper .swiper-slide .image {
    }

    #reviews .reviews_items .swiper .swiper-slide .image a {
    }

    #reviews .reviews_items .swiper .swiper-slide .image a picture {
    }

    #reviews .reviews_items .swiper .swiper-slide .image a picture img {
    }

    #reviews .reviews_items .swiper-button-next, #reviews .reviews_items .swiper-button-prev {
    }

    #reviews .reviews_items .swiper-button-next {
    }

    #reviews .reviews_items .swiper-button-prev {
    }

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

    #reviews .reviews_items .swiper-button-next:after {
    }

    #reviews .reviews_items .swiper-button-prev:after {
    }

    #reviews .reviews_items .swiper-pagination {
    }

    #reviews .reviews_items .swiper-pagination .swiper-pagination-bullet {
        width: 40px;
    }

    #reviews .reviews_items .swiper-pagination .swiper-pagination-bullet-active {
    }


    #contacts {
    }

    #contacts .container {
    }

    #contacts .contact_container {
        top: 0px;
        margin-left: -15px;
        margin-bottom: 0px;
        margin-right: -15px;
        flex-direction: column;
        padding: 30px 15px;
    }

    #contacts .title1 {
    }

    #contacts .items {
    }

    #contacts .item:first-child {
    }

    #contacts .item {
    }

    #contacts .item label {
    }

    #contacts .addr {
        /*margin-bottom: 15px;*/
    }

    #contacts .addr_wrap {
        gap: 10px 0;
        margin-bottom: 15px;
    }

    #contacts .phone_wrap {
        gap: 10px 0;
    }

    #contacts .addr:before {
    }

    #contacts .addr span {
    }

    #contacts .phone {
    }

    #contacts .phone:before {
    }

    #contacts .phone span {
    }

    #contacts .worktime {
    }

    #contacts .worktime span {
    }

    #contacts .comment {
    }

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


    #map1 {
        height: 380px;
    }


    footer {
        padding-bottom: 65px;
    }

    footer .container {
    }

    footer .container .panel {
        flex-direction: column;
        align-items: flex-end;
    }


    footer .container .panel a {
    }

    footer .disclamer_switch {
    }

    footer .container .panel a:hover {
    }

    footer .creator {
    }

    footer .creator img {
    }

    footer .info {
        margin-bottom: 15px;
        font-size: 12px;
    }


    .disclamer {
    }

    .copyright {
    }

    .copyright img {
    }


    footer .logo2 {
    }

    footer .logo2 picture {
    }

    footer .logo2 picture img {
    }


    footer .btns {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    #complects {
        padding-top: 30px;
    }


    .bottomlogo {
        margin-bottom: 15px;
    }

    .bottomlogo picture {
    }

    .bottomlogo picture img {
    }

    .bottomlogo picture:first-child {
    }


    .wrapper {
        margin-top: 0px;
    }

    div[id^=timer] {
        transform: scale(0.65) !important;
        left: 0px;
        position: relative;
        transform-origin: 0px;
    }

    #tradein .text_container .title {
        display: block;
        font-size: 30px;
        font-weight: 700;
        text-transform: uppercase;
        color: #414141;
        margin-top: 10px;
        margin-bottom: 15px;
    }


    #reviews .title1 img {
        top: 0px;
    }
}

/*MOBILE END*/

/* Portrait phones and smaller */

@media (max-width: 560px) {
    .timer {
        margin-top: 64px;
    }
}


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

    div[id^=timer] {
        margin-left: -154px !important;
    }
}

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

}

@media (max-width: 320px) {
    div[id^=timer] {
        transform: scale(0.45) !important;
        /* left: 28px; */
        position: relative;
    }

}

