/*=====================================================================*/
/*========================[SECTION Fontface]===========================*/
/*=====================================================================*/
@import "_fonts.css";

/*=====================================================================*/
/*========================[SECTION Vars]===========================*/
/*=====================================================================*/
html {
    scroll-behavior: smooth;
}
.desc-hide {
    display: none;
}
.mob-hide {
    display: block;
}
@media (max-width: 768px) {
    .desc-hide {
        display: block;
    }
    .mob-hide {
        display: none;
    }
}
:root {
    --main-font-family: "Nissan Brand W10";
    --main-font-size: 16px;
    --main-text-color: #000;
    --main-bg-color: #fff;
    --main-placeholder-color: #666;
}

/*=====================================================================*/
/*========================[SECTION UI CONTROL]=========================*/
/*=====================================================================*/
*::-webkit-input-placeholder {
    color: var(--main-placeholder-color);
    opacity: 1;
}
*:-moz-placeholder {
    color: var(--main-placeholder-color);
    opacity: 1;
}
*::-moz-placeholder {
    color: var(--main-placeholder-color);
    opacity: 1;
}
*:-ms-input-placeholder {
    color: var(--main-placeholder-color);
    opacity: 1;
}
.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: var(--main-placeholder-color);
}

/*=====================================================================*/
/*========================[SECTION LAZY CONTROL]=========================*/
/*=====================================================================*/
a,
img {
    display: block;
}
img:not([src]) {
    visibility: hidden;
}
@-moz-document url-prefix() {
    img:-moz-loading {
        visibility: hidden;
    }
}
.lazy {
    opacity: 0;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.lazy.loaded {
    opacity: 1;
}

/*=====================================================================*/
/*========================[SECTION Main styles]========================*/
/*=====================================================================*/
body {
    font-family: var(--main-font-family), sans-serif;
    font-size: var(--main-font-size);
    color: var(--main-text-color);
    background: var(--main-bg-color);
    position: relative;
    -webkit-text-size-adjust: none;
    margin: 0;
    min-height: 100%;
}

input,
button,
textarea {
    font-family: var(--main-font-family), sans-serif;
}

.mobile-header {
    display: none;
}

.main-section {
    margin-bottom: 60px;
}

.main-hero-picture {
    height: 45.3125vw;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.main-hero-picture:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#000000),
        color-stop(45.66%, rgba(0, 0, 0, 0)),
        to(rgba(0, 0, 0, 0))
    );
    background: -o-linear-gradient(
        top,
        #000000 0%,
        rgba(0, 0, 0, 0) 45.66%,
        rgba(0, 0, 0, 0) 100%
    );
    background: linear-gradient(
        180deg,
        #000000 0%,
        rgba(0, 0, 0, 0) 45.66%,
        rgba(0, 0, 0, 0) 100%
    );
}

.main-hero-container {
    padding-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8.333333333333334vw;
}

.main-hero-content {
    color: #fff;
}

.main-hero-heading {
    font-size: 48px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 58px;
    margin-bottom: 20px;
}

.main-hero-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: min(1.622917vw, 20px);
}

.main-hero-button {
    background: #c3002f;
    color: #fff;
    border: 1px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    padding: 0 30px;
    height: 55px;
    text-decoration: none;
    font-size: 20px;
    min-width: 325px;
}

.main-hero {
    margin-top: -88px;
    margin-bottom: 0;
}

.desktop-header {
    position: relative;
    z-index: 2;
}

.main-hero-button__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}

.header-wrapper {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 35px 0;
    height: 88px;
    max-width: 1120px;
    margin-left: auto;
}

.header-info:nth-child(2) {
    margin-right: auto;
    margin-left: 90px;
}

.header-btn {
    margin-left: auto;
    margin-right: 55px;
    background-image: url(../img/phone-icon.svg);
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 27px;
    text-decoration: none;
    font-size: 24px;
}

.header-info {
    max-width: 225px;
}

.header-phone {
    font-size: 24px;
    text-decoration: none;
}

.main-offer {
    background-color: #c3002f;
    background-image: url(../img/main-offer-bg.svg);
    background-position: left center;
    background-repeat: no-repeat;
    height: 110px;
    color: #fff;
}

.main-offer-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}

.main-offer-heading__title {
    font-size: 27px;
    text-transform: uppercase;
}

.main-offer-heading__sub-title {
    font-size: 20px;
    font-weight: 300;
}

.main-offer-countdown-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 35px;
}

.timer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    gap: 35px;
    text-align: center;
}

.main-offer-countdown-widget > div {
    display: -ms-grid;
    display: grid;
    text-align: center;
}

.main-offer-countdown-widget span:first-child {
    font-size: 46px;
    font-weight: 300;
}

.timer p {
    font-size: 46px;
    font-weight: 300;
}

.main-offer-countdown-widget span:last-child {
    font-weight: 300;
    margin-top: -5px;
}

.timer small {
    font-weight: 300;
    margin-top: -5px;
}

.main-form-label {
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
}

@media (min-width: 992px) {
    .main-form-label:first-child {
        grid-column: 2;
    }
}

.main-form-input {
    width: 100%;
    border: 1px solid #d3d3d3;
    height: 55px;
    padding: 0 20px;
    font-weight: 300;
}

.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 20px;
    height: 55px;
    cursor: pointer;
    text-decoration: none;
    font-size: 24px;
    white-space: nowrap;
}

.btn.btn_black {
    background: #131313;
    border: 1px solid #fff;
    color: #fff;
}

.main-offer-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    gap: 10px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;

    flex-basis: 50%;
}

.main-offer-form .main-form-label {
    display: flex;
    gap: 20px;
}

.main-offer-form-cont {
    display: flex;
    gap: 20px;
}

.main-offer-countdown {
    max-width: 315px;
    width: 100%;
}

.main-offer-form .main-form-input {
    border: none;
    font-size: 18px;
}

.main-offer-heading {
    margin-top: -8px;
}

.main-catalog-heading {
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 80px;
}

.main-catalog-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 65px;
}

.main-catalog-nav-item {
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    text-decoration: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.main-catalog-nav-item:not(:last-child) {
    border-right: 1px solid #bbbbbb;
}

.main-catalog-item {
    position: relative;
    z-index: 1;
    padding: 35px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    margin: -1px auto 0 auto;
}

.main-catalog {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.main-catalog-item:after,
.main-catalog-item:before {
    content: "";
    position: absolute;
    left: -100vw;
    width: 200vw;
    height: 1px;
    background: #bbbbbb;
}

.main-catalog-item:after {
    top: 0;
}

.main-catalog-item:before {
    bottom: 0;
}

.catalog-item-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 15px;
}

.catalog-item-preview {
    max-width: 580px;
    max-height: 370px;
    position: relative;
    z-index: 1;
    width: 100%;
}

.catalog-item-preview__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 35px;
    object-position: 35px;
}

.catalog-item-preview__thumb {
    width: 100%;
    max-height: 350px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
}

.catalog-item-title {
    font-size: 54px;
    font-weight: bold;
    margin-bottom: 2px;
}

.catalog-item-count {
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 40px;
}

.catalog-item-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 3.125vw;
    margin-bottom: 50px;
}

.catalog-item-futures-item__icon {
    -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.catalog-item-price {
    position: relative;
    z-index: 1;
    padding: 12px 32px;
    white-space: nowrap;
}

.catalog-item-price:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #eeeeee;
    border-radius: 20px;
    -webkit-transform: skewX(-13deg);
    -ms-transform: skewX(-13deg);
    transform: skewX(-13deg);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.catalog-item-price__title {
    font-size: 20px;
}

.catalog-item-price__new {
    font-size: 24px;
}

.catalog-item-price__new b {
    font-size: 36px;
    color: #c3002f;
}

.catalog-item-price__old {
    font-size: 24px;
    text-decoration: line-through;
    color: #9f9f9f;
}

.catalog-item-futures {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}

.catalog-item-futures-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.catalog-item-futures-item__text {
    font-size: 18px;
    max-width: 144px;
}

.catalog-item-futures-item__text b {
    color: #c3002f;
}

.catalog-item-buttons {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 25px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.btn.btn_dark {
    background: #262626;
    color: #fff;
    -webkit-box-shadow: 0 4px 4px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 4px 1px rgba(0, 0, 0, 0.15);
}

.btn.btn_accent {
    background: #c3002f;
    -webkit-box-shadow: 0 4px 4px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 4px 1px rgba(0, 0, 0, 0.15);
    color: #fff;
}

.main-credit {
    background-image: url(../img/main-credit-bg.webp);
    background-position: center;
    background-size: cover;
    color: #fff;
    padding: 80px 0;
}

.main-credit-title {
    font-size: 32px;
    line-height: 110%;
    text-transform: uppercase;
}

.main-credit-sub-title {
    font-size: 64px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 80px;
}

.main-list-item {
    padding-left: 20px;
    position: relative;
    font-size: 20px;
}

.main-list-item:after {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    background: #c3002f;
}

.main-list.main-list_columns_set_2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 0;
    max-width: 720px;
}

.main-list {
    margin-bottom: 40px;
}

.main-credit-form__inputs {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 25px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px;
    max-width: 700px;
    margin-bottom: 20px;
}

.main-form-input.main-form-input_white_border {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    height: auto;
    padding-bottom: 13px;
}

.main-form-input.main-form-input_white_border:focus {
    border-bottom: 1px solid #db001f;
}

.main-form-input.main-form-input_white_border::-webkit-input-placeholder {
    color: #fff;
}

.main-form-input.main-form-input_white_border::-moz-placeholder {
    color: #fff;
}

.main-form-input.main-form-input_white_border:-ms-input-placeholder {
    color: #fff;
}

.main-form-input.main-form-input_white_border::-ms-input-placeholder {
    color: #fff;
}

.main-form-input.main-form-input_white_border::placeholder {
    color: #fff;
}

.main-credit-form .main-form-input {
    font-size: 20px;
}

.main-form-checkbox {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.main-form-checkbox__input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 16px;
    width: 16px;

    left: 0;
    top: 0;
}

.main-form-checkbox__checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #c4c4c4;
}

.main-form-checkbox__input:checked ~ .main-form-checkbox__checkmark:after {
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    width: 9px;
    height: 9px;
    background: #db001f;
}

.main-form-checkbox__text {
    font-size: 12px;
}

.main-form-checkbox__text a {
    display: inline-block;
}

label.main-form-checkbox.main-form-checkbox_white .main-form-checkbox__text {
    color: #fff;
}

.main-credit-form__actions {
    display: -ms-grid;
    display: grid;
    grid-gap: 35px;
}

.main-credit-form-btn {
    max-width: 380px;
    font-size: 20px;
    font-weight: 300;
}

.main-search-heading {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 35px;
    text-align: center;
}

.main-search-form {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 20px;
}

.main-form-label__text {
    font-weight: 300;
    color: #484847;
    margin-bottom: 10px;
    display: block;
}

.main-search-form-btn {
    font-size: 16px;
    font-weight: 300;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.select2-container .select2-selection--single {
    height: 55px;
    border: 1px solid #d3d3d3;
    border-radius: 0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 55px;
    padding-left: 20px;
    padding-right: 50px;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 55px;
    top: 0;
    width: 21px;
    right: 20px;
    background-image: url(../img/select2-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    display: none;
}

.select2-container--default.select2-container--open
    .select2-selection--single
    .select2-selection__arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ddd;
}

.select2-dropdown {
    border: 1px solid #d3d3d3;
}

.select2-container--default
    .select2-results__option--highlighted[aria-selected] {
    background-color: #c3002f;
}

.select2-results__option {
    padding: 10px 20px;
}

.main-search {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.main-search-grid {
    position: relative;
    z-index: 1;
    padding: 50px 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.main-search-grid:after {
    content: "";
    position: absolute;
    left: -100vw;
    top: 0;
    width: 200vw;
    height: 100%;
    z-index: -1;
    background: #ebebeb;
}

.main-search-item {
    background: #fff;
    padding: 20px 40px 30px;
}

.main-search-item__thumb__img {
    width: 100%;
    max-height: 235px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
}

.main-search-item__title {
    font-size: 24px;
    font-weight: 300;
    text-decoration: none;
    margin-bottom: 2px;
}

.main-search-item__sub-title {
    font-size: 20px;
    font-weight: 300;
    color: #999999;
    margin-bottom: 13px;
}

.main-search-item__pricing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5625vw;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
    white-space: nowrap;
}

.main-search-item__pricing__new {
    font-size: 24px;
}

.main-search-item__pricing__old {
    font-size: 20px;
    font-weight: 300;
    color: #c4c4c4;
    text-decoration: line-through;
}

.main-search-item__buttons {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}

.main-search-item-btn {
    white-space: normal;
    font-size: 16px;
    font-weight: 300;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 0;
    height: 42px;
}

.btn.btn_arrow_dark {
    background-color: transparent;
    color: #000;
    gap: 10px;
}

.btn.btn_arrow_dark:after {
    content: "";
    width: 10px;
    height: 15px;
    background-image: url(../img/right-dark-arrow.svg);
    margin-bottom: -2px;
}

.main-tradein {
    background-image: url(../img/main-tradein-bg.jpg);
    background-position: center;
    background-size: cover;
    color: #fff;
    padding: 45px 0 80px;
}

.main-tradein-title {
    font-size: 64px;
    font-weight: 300;
    margin-bottom: 20px;
}

.main-tradein-sub-title {
    font-size: 24px;
    margin-bottom: 20px;
}

.main-tradein-big-text {
    font-size: 64px;
    margin-bottom: 36px;
}

.main-tradein-picture {
    display: none;
}

.main-tradein-form__inputs {
    display: -ms-grid;
    display: grid;
    grid-gap: 10px;
    max-width: 410px;
    margin-bottom: 35px;
}

.main-tradein-form .main-form-checkbox {
    margin-bottom: 20px;
}

.main-tradein-form-btn {
    width: 100%;
    max-width: 410px;
    font-size: 20px;
    font-weight: 300;
}

.main-map-iframe {
    width: 100%;
    height: 560px;
    margin-bottom: -5px;
}

.main-map {
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
    /* background-image: url(../img/map-desk.webp); */
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
}

.main-map-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.main-map-wrapper {
    background: #d9d9d9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 25px 55px;
    gap: 20px;
}

.main-map-info {
    color: #838383;
    max-width: 230px;
}

.main-map-phone {
    font-size: 28px;
    text-decoration: none;
}

.main-map-btn {
    width: 100%;
    max-width: 350px;
}

.footer {
    background: #1a1a1a;
    color: #fff;
    padding: 20px 0;
}

.footer-text {
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
}

/* .popup-callback-form__title {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 5px;
}

.popup-callback-form__desc {
	font-size: 18px;
	font-weight: 300;
	color: #5c5c5c;
	margin-bottom: 25px;
	text-align: center;
}

.popup-callback-form__inputs {
	display: -ms-grid;
	display: grid;
	grid-gap: 10px; */
/* } */

.main-popup {
    padding: 64px 48px;
}

.main-popup-title {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.main-popup-desc {
    text-align: center;
    margin-bottom: 24px;
}

.main-popup-inputs {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    grid-gap: 16px;
}

.filtered-show,
.showmore-show {
    display: block;
    opacity: 1;
    transition: 0.3s;
}

.filtered-hide,
.showmore-hide {
    display: none;
    opacity: 0;
}

.js--show-more {
    margin: 20px auto;
    display: block;
    padding: 0 30px;
    border-radius: 5px;
    font-size: 18px;
}

.js--show-more.hidden {
    display: none;
}

/* BURGER MENU */
.burger-menu {
    display: none;
}

@media screen and (max-width: 992px) {
    .burger-menu {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 30px;
        height: 20px;
    }

    .burger-menu span {
        width: 100%;
        height: 3px;
        background-color: #000;
        transition: all 0.3s;
        transform-origin: left;
    }

    .burger-menu.active {
        height: 24px;
    }

    .burger-menu.active span:first-child {
        transform: rotate(45deg);
    }

    .burger-menu.active span:last-child {
        transform: rotate(-45deg);
    }

    .burger-menu.active span:nth-child(2n) {
        transform: rotateY(90deg);
    }

    .mobile-header__menu {
        display: flex;
        justify-content: center;
        height: 0;
        overflow: hidden;
        opacity: 0;
        transition: all 0.3s;
        position: absolute;
        width: 100%;
        background-color: #fff;
    }

    .mobile-header__menu.opened {
        padding: 30px;
        height: auto;
        opacity: 1;
    }

    .mobile-header__menu ul li {
        text-align: center;
    }

    .mobile-header__menu ul li + li {
        margin-top: 5px;
    }
}
/*-----------------------DAYLI OFFERS--------------------------*/

.fast-buy .swiper-slide {
    /* max-width: 407px; */
    /* box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.11); Тень */
    background-color: #fff;
}
.wrapper {
    position: relative;
    overflow: visible;
}
.mySwiper-buy {
    position: unset;
    /* padding: 20px 15px 25px 18px;
    margin: -20px -15px -25px -19px; */
}
.mySwiper-buy > .swiper-button-next {
    width: 40px;
    height: 40px;
    transform: none;
    background-color: #fff;
    right: -65px;
    border-radius: 50%;
    top: 50%;
    left: unset;
    border: 1px solid #e9e9e9;
    transform: translate(-50%, 0);
}
.mySwiper-buy > .swiper-button-prev {
    width: 40px;
    height: 40px;
    transform: none;
    background-color: white;
    right: unset;
    border-radius: 50%;
    border: 1px solid #e9e9e9;
    top: 50%;
    left: -45px;

    transform: translate(-50%, 0);
}
.fast-buy {
    /* margin-top: 65px; */
    margin-bottom: 65px;
}
.fast-buy__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 45px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000;
    margin-bottom: 70px;
}
.fast-buy__subtitle {
    font-size: 32px;
    font-weight: 400;
    line-height: 39.01px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 70px;
    color: #ece4d9;
}
.fast-buy__info {
    padding: 12px 12px 40px 12px;
}
.fast-buy__item-title {
    font-size: 36px;
    font-weight: 400;
    line-height: 36px;

    text-decoration-skip-ink: none;
}
.fast-buy__item-title span {
    font-weight: 410;
}
.fast-buy__item-subtitle {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 12px;
    color: #ece4d9;
}
.fast-buy__price {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    gap: 10px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 20px;
    color: #ece4d9;
}
.fast-buy__price p {
    line-height: 50px;
    font-size: 20px;
    font-weight: 400;
    color: #c3002f;
}

.fast-buy__price span {
    font-size: 20px;
    font-weight: 300;
    color: #848484;
}

.fast-buy__charac {
    display: grid;
    margin-bottom: 20px;
    row-gap: 20px;
    column-gap: 15px;
    grid-template-columns: repeat(3, 1fr);
}
.fast-buy__charac-item {
    font-size: 19px;
    display: flex;
    align-items: center;
    color: #000;
    gap: 10px;
    font-weight: 400;
}
/* .fast-buy__charac-item svg path {
    stroke: #C3002F;
} */
.fast-buy__charac-item rect {
    fill: #c3002f;
}
.fast-buy__charac-item svg circle {
    stroke: #c3002f;
}
.fast-buy__text-item {
    display: flex;
    align-items: center;
    color: #ece4d9;
    gap: 5px;
    margin-bottom: 5px;
}
.fast-buy__text-item p {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    color: black;
    white-space: nowrap;
}

.fast-buy__text-item span {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    white-space: nowrap;
    color: #c3002f;
}

.fast-buy__btn {
    margin-top: 40px;
    box-shadow: 0px 4px 4px 1px #00000026;
    border-radius: 5px;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #c3002f;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    border: none;
    line-height: 50px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

    transition: all 0.3s;
    cursor: pointer;
}
.fast-buy__btn-2 {
    margin-top: 10px;
    background-color: #ece4d9;
    color: #0b2234;
}
.fast-buy__btn:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    transition: all 0.3s;
}
.mySwiper-imgs {
    position: relative;
}
.fast-buy-plashka {
    position: absolute;
    top: 7%;
    left: 3%;
    background-color: #c3002f;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 15px;
    font-weight: 400;
    z-index: 999 !important;
    padding: 10px 18px;
}

.mySwiper-imgs > .swiper-button-next {
    width: 27px;
    height: 27px;
    transform: none;

    right: 0;
    border-radius: 50%;
    top: 50%;
    left: unset;
    background: none;
    transform: translate(-50%, 0);
    background-color: white;
    z-index: 999 !important;
}
.mySwiper-imgs > .swiper-button-prev {
    z-index: 999 !important;
    width: 27px;
    height: 27px;
    transform: none;
    right: unset;
    border-radius: 50%;
    top: 50%;
    left: 20px;
    background: none;
    transform: translate(-50%, 0);
    background-color: white;
}
.swiper-pagination2 {
    background: rgba(121, 115, 116, 0.73);
    max-width: max-content;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 6px 7px;
    left: 50% !important;
    border-radius: 38px;
    bottom: 15px !important;
    transform: translate(-50%, 0%);
}
.swiper-pagination2 .swiper-pagination-bullet {
    z-index: 999 !important;
    background-color: white;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    opacity: 1;
    margin: 0 !important;
}
.swiper-pagination2 .swiper-pagination-bullet-active {
    background-color: #10b5dc;
    border: 2px solid white;
    width: 10px;
    height: 10px;
}
.swiper-pagination1 {
    display: none;
}
.mySwiper-imgs img {
    object-fit: cover;
    max-content: 380px;
    position: relative;
    z-index: -1 !important;
    width: 100%;
    height: 360px;
}
@media (max-width: 1024px) {
    .swiper-button-next1,
    .swiper-button-prev1 {
        display: none;
    }
    .swiper-pagination1 {
        background: rgba(121, 115, 116, 0.73);
        max-width: max-content;
        display: flex;
        align-items: center;
        gap: 5px;
        padding: 6px 7px;
        left: 50% !important;
        border-radius: 38px;
        bottom: -25px !important;
        transform: translate(-50%, 0%);
    }
    .swiper-pagination1 .swiper-pagination-bullet {
        background-color: white;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        opacity: 1;
        margin: 0 !important;
    }
    .swiper-pagination1 .swiper-pagination-bullet-active {
        background-color: #c3002f;
        border: 2px solid white;
        width: 10px;
        height: 10px;
    }
    .fast-buy__price p {
        font-size: 26px;
    }
    .fast-buy__charac {
        column-gap: 10px;
    }
    .fast-buy__charac-item {
        font-size: 14px;
        gap: 5px;
    }
}
.fast-buy__text{
    height: 72px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 768px) {
    .mySwiper-buy {
        /* max-width: 407px; */
        width: 100%;
    }
    .wrapper {
        display: flex;
        justify-content: center;
    }
    .fast-buy {
        margin-top: 35px;
        margin-bottom: 75px;
    }
    .fast-buy.container {
        margin-top: 35px;
        margin-bottom: 75px;
    }
    .fast-buy__title {
        font-size: 40px;
        line-height: 45px;

        max-width: 252px;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .fast-buy__subtitle {
        font-size: 19px;
        margin-bottom: 50px;
        line-height: 22px;
    }
    .mySwiper-imgs img {
        max-width: none;
        height: 230px;
    }
    .swiper-pagination1 {
        bottom: -35px !important;
    }
    .fast-buy .swiper-slide {
        max-width: 300px;
    }
    .fast-buy__item-title {
        font-size: 24px;
        line-height: 24px;
    }
    .fast-buy__price span {
        font-size: 14px;
    }
    .fast-buy__price p {
        font-size: 24px;
        line-height: 24px;
    }
    .fast-buy__price{
        align-items: flex-end;
        margin-top: 7px;
    }
    .fast-buy__charac-item {
        font-size: 12px;
    }
    .fast-buy__text-item p {
        font-size: 14px;
    }
    .fast-buy__text-item span {
        font-size: 16px;
        font-weight: 600;
    }
    /* .mySwiper-buy {
        padding: 5px;
        margin: -5px;
    } */
    .fast-buy__btn {
        margin-top: 20px;
    }
    .fast-buy-plashka{
        padding: 8px 16px;
    }
}
.fast-buy__img-wrapper .swiper-wrapper {
    z-index: -1 !important;
}
.swiper-button-next,
.swiper-button-prev {
    color: #c3002f;
}
.swiper-button-next::after,
.swiper-button-prev::after {
    content: "";
}

.swiper-button-next2 svg,
.swiper-button-prev2 svg {
    width: 13px;
    height: 13px;
}
.mySwiper-buy > .swiper-wrapper > .swiper-slide {
    border: 1px solid #c9c8c8;
}
.swiper-button-next1 svg {
    margin-left: 2px;
}
.swiper-button-prev1 svg {
    margin-right: 2px;
}


#map{
    width: 100%;
    height: 600px;
    position: absolute;
    top: 0;left: 0;
}