/* скрытое поле в формах */
input[name="name"] {
    position: absolute;
    display: block;
    width: 2px !important;
    height: 3px !important;
    opacity: 0.01;
}

.btn_unset {
    border: none;
    background: none;
    padding: 0;
    width: 14px;
    height: 14px;
    cursor: pointer;
}

.ms-hidden {
    position: absolute !important;
    opacity: 0;
    visibility: hidden;
    z-index: -10000 !important;
}

.msoptionsprice-product .item-left-checkout__select {
    background: white;
    padding: 0 10px;
    height: auto;
    min-height: 30px;
    width: 100%;
    line-height: 30px;
    margin-top: 5px;
    margin-bottom: 10px;
}

/* Обновление мобильной версии главной страницы */

.running-line {
    background-color: #85191B;
}

.running-line__item {
    display: inline-flex;
    align-items: center;
    margin-right: 18px;
}

.running-line__text {
    display: inline;
    margin: 5px 0;
    font-family: 'Inter', sans-serif;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 2.14;
}

.running-line__text span {
    font-weight: 600;
}

.running-line__image {
    margin-right: 8px;
}

.bottom-right-checkout__info-text strong {
    font-weight: 600;
}

.body-cart__info-text strong {
    font-weight: 600;
}

.item-left-checkout-input__text {
    color: #282828;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 17px; /* 141.667% */

    margin: 5px 0 0;

}

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


@media (min-width: 1350px) {
    .bottom-header__logo {
        display: none;
    }

    .main-aside__close-btn {
        display: none;
    }
}

@media (max-width: 992px) {
    .left-about__img {
        display: block;
    }

    .right-about {
        order: -1;
    }
}


@media (min-width: 767px) {
    .running-line {
        display: none;
    }

    .products-slider__btns--mobile {
        display: none;
    }

    .main-aside__close-btn {
        text-align: end;
    }

    .main-aside__close-btn span {
        display: none;
    }
}


@media (max-width: 767px) {
    .main .top {
        padding-top: 50px;
    }

    .menu__body {
        top: 89px;
        padding-top: 75px;
        background: #581717;
    }

    .menu__list li a {
        font-family: 'Inter', sans-serif;
        color: #ffffff;
        font-size: 22px;
        font-weight: 600;
        line-height: 1.25;
    }

    .icon-menu.burger--active::before,
    .icon-menu.burger--active::after {
        background-color: #ffffff;
    }

    /* .menu__list li:not(:last-child) {
        margin-bottom: 50px;
    } */

    .products-slider__btns--desktop {
        display: none;
    }

    .products-slider__btns--mobile {
        justify-content: center;
        margin-top: 20px;
    }

    .products-slider__slider .swiper-button-next,
    .products-slider__slider .swiper-button-prev {
        width: 60px;
        height: 60px;
        flex: 0 0 60px;
    }

    .products-slider__slider .swiper-button-prev {
        background-position: 13px center;
    }

    .products-slider__slider .swiper-button-next {
        background-position: 18px center;
    }


    .products-slider__top {
        justify-content: center
    }

    .products-slider__slide {
        border-radius: 20px;
    }

    .item-catalog__img img {
        border-radius: 20px;
    }

    .search-header-input input {
        height: 40px;
    }

    .search-header__submit {
        left: 10px;
    }

    .search-header__submit span {
        display: none;
    }

    .search-header__close {
        display: block;
        right: 20px;
    }

    .search-header__close svg {
        fill: #ED1C24;
    }

    .main {
        margin-top: 150px;
    }


    .left-menu__list li,
    .left-menu__list li:first-child {
        border: none;
    }

    .left-menu__list li a {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 15px;
        width: 100%;
        height: 100%;
        text-align: center;
        background-color: #F4F4F4;
        border-radius: 5px;
    }

    .left-menu__title {
        flex-grow: 1;
    }

    .left-menu__list li a .left-menu__img {
        margin: 0;
    }

    .wrapper-aside {
        border-radius: 10px;
    }

    .main-aside {
        padding: 16px 10px 10px;
    }

    .main-aside__close-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        margin-bottom: 14px;
        font-family: "Intro", sans-serif;
        color: #ED1C24;
        font-size: 18px;
        font-weight: 400;
        line-height: 20px;
    }


    .header__top {
        padding: 15px;
        height: auto;
    }

    .main-aside__logo {
        display: none;
    }

    .wrapper-aside {
        height: auto;
        top: 210px;
        width: 96%;
        flex: 0 1 95%;
    }

    .wrapper-aside.catalog--active {
        left: 2%;
    }
}

@media (max-width: 576px) {

    .left-menu__list {
        grid-template-columns: repeat(3, 1fr);
    }

    .main-page__h2 {
        font-size: 28px;
    }

    .products-slider__top {
        margin-bottom: 30px;
    }

    .item-catalog__title {
        font-size: 14px;
        line-height: 1.43;
    }

    .item-catalog__price {
        font-size: 24px;
        line-height: 1.33;
    }

    .item-catalog__desc {
        font-size: 11px;
        line-height: 1.45;
    }

    .item-catalog__buy {
        width: 120px;
        font-size: 13px;
        line-height: 1.54;
    }

    .item-left-checkout__title {
        font-size: 14px;
    }

    .right-about {
        padding: 15px;
    }

    .map-area__map {
        height: 850px;
    }

    .header-cart__mobile-count {
        background-color: #FFE325;
    }

}


.search-header__body._active {
    top: 0;
    padding: 15px;
    background: transparent;
}

@media (max-width: 1350px) {
    .search-header__body._active {
        padding: 5px;
    }
}

@media (max-width: 767px) {
    .search-header__body._active {
        top: 50px;
    }
}

.search-header-input input {
    padding-left: 45px;
    border-radius: 10px;
}

.search-header-input input::placeholder {
    font-family: "Inter", sans-serif;
    color: #A1A1A1;
    font-size: 14px;
    font-weight: 400;
}


.bottom-header__catalog-btn {
    margin-bottom: 20px;
    min-height: 50px;
    width: auto;
    font-size: 18px;
    background-color: #ED1C24;
    border: none;
}

.bottom-header__catalog-btn svg {
    margin-left: 11px;
}

.bottom-header {
    margin: 20px 0 25px;
}

.header {
    height: auto;
}

.header._header-scroll {
    height: auto;
}

.header__social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 31px;
    margin-right: 31px;
    padding: 0 31px;
    border-left: 0.50px solid rgba(255, 255, 255, .1);
    border-right: 0.50px solid rgba(255, 255, 255, .1);
}

.header._header-scroll .header__top {
    height: 35px;
}


/* Способы оплаты */

.payment {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.item-left-checkout__content input + label {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 27px;
    height: auto;
    width: 22%;
    padding: 26px 18px 23px;
    font-family: "Museo Sans Cyrl 500", sans-serif;
    color: #282828;
    font-size: 15px;
    line-height: 1.47;
    font-weight: 600;
    border: 1px solid transparent;
    border-radius: 10px;
    background-color: #f8f8f8;
    cursor: pointer;
}

.item-left-checkout__content input + label span {
    flex-grow: 1;
    text-align: center;
}

.item-left-checkout__content input:checked + label {
    border: 0.5px solid #ED1C24;
    background-color: #ffffff;
}


@media (max-width: 1600px) {
    .item-left-checkout__content input + label {
        padding: 15px;
        gap: 15px;
        font-size: 12px;
    }

    .item-left-checkout__content input + label img {
        max-width: 80%;
    }
}

@media (max-width: 580px) {
    .item-left-checkout__content input + label {
        width: 45%;
    }
}


/* Правки по анализу */


@media (max-width: 1750px) {
    .item-catalog__title {
        font-size: 20px;
    }

    .item-catalog__info {
        padding: 10px 25px 25px 25px;
    }

    .address-top-footer {
        padding: 0 25px;
    }

    .info-bottom-header__item:not(:last-child) {
        margin: 0 40px 0 0;
    }
}

.top {
    padding-top: 65px;
}

@media (max-width: 1350px) {
    .top {
        padding-top: 125px;
    }
}

.top__slide img {
    border-radius: 20px;
    height: 100%;
}

.breadcrumbs {
    margin-top: 40px;
}

@media (max-width: 1350px) {
    .breadcrumbs {
        margin-top: 120px;
    }

    .header__top {
        height: 60px;
    }
}

@media (max-width: 767px) {
    .breadcrumbs {
        margin-top: 55px;
    }

    .item-catalog__title {
        /* min-height: 80px; */
    }
}

@media (max-width: 576px) {
    .item-catalog__title {
        font-size: 16px;
    }

    .item-catalog__info {
        padding: 10px 15px 15px 15px;
    }
    /*
    .item-catalog {
        height: 470px;
    }
    */
}

.body-cart {
    overflow: scroll;
}

.item-catalog__info form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.item-catalog__info form p {
    margin: 0;
}

.item-catalog__buy-wrapper {
    flex-grow: 1;
    display: flex;
}

.item-catalog__buy {
    margin-top: auto;
}

.item-catalog__desc:not(:last-child) {
    margin: 0;
}

.item-catalog__content .form-group {
    margin-bottom: 15px;
    margin-top: 15px;
}


.item-catalog__desc p {
    margin-top: 0;


}

/*Текст в контактах*/

.contacts-page__text p {
    font-family: "Inter";
    font-weight: 500;
}

/* Заглушка для 25.12 и Нового года */

@font-face {
    font-family: "Bebas Neue";
    src: url("../fonts/bebasneuebold.woff2") format("woff2"),
    url("../fonts/bebasneuebold.woff") format("woff")
    font-weight: 700;
}

@font-face {
    font-family: "Bebas Neue";
    src: url("../fonts/bebasneueregular.woff2") format("woff2"),
    url("../fonts/bebasneueregular.woff") format("woff")
    font-weight: 400;
}

@font-face {
    font-family: "Manrope";
    src: url("../fonts/Manrope-Regular.woff2") format("woff2"),
    url("../fonts/Manrope-Regular.woff") format("woff")
    font-weight: 400;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.ny * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.ny {
    position: relative;
    width: 100%;
    height: 100vh;
    padding: 37px 51px 50px;
    padding-left: calc(var(--nyImgWidth) + 51px + 38px);
    font-family: "Bebas Neue", sans-serif;
    color: #ffffff;
    background: url("../../images/2024/ny-bg.jpg") no-repeat center;
    background-size: cover;
}

.ny__img {
    position: absolute;
    height: 100vh;
    left: 0;
    bottom: 0;
}

.ny__img img {
    display: block;
    width: 100%;
    height: 100%;
}

.ny__wrapper {
    display: flex;
    flex-direction: column;
}

.ny__logo {
    /*height: 50px;*/
    height: 10vh;
    margin-bottom: 30px;
}

.ny__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top left;
}

.ny__heading {
    margin-bottom: 14px;
}

.ny__congratulation {
    /*height: 120px;*/
    height: 18vh;
    max-width: var(--nyWrapperWidth);
    margin-bottom: 24px;
}

.ny__congratulation img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top left;
}

.ny__title {
    margin-bottom: 24px;
    font-size: 43px;
    font-weight: 700;
    line-height: 1.4;
}

.ny__list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 15px;
}

.ny__item {
    position: relative;
    list-style-type: none;
    padding-left: 66px;
}

.ny__item:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 44px;
    height: 44px;
    background: url("../../images/2024/arr.svg") no-repeat center;
    content: "";
}

.ny__item p {
    margin-bottom: 6px;
    font-size: 25px;
    font-weight: 700;
}

.ny__item span {
    font-size: 20px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
}

.ny__add {
    padding-left: 66px;
    font-size: 23px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
}

@media (min-height: 990px) {
    .ny__logo {
        height: 160px;
    }

    .ny__congratulation {
        height: 240px;
    }

    .ny__title {
        font-size: 53px;
    }

    .ny__item p {
        font-size: 35px;
    }
}

@media (max-height: 707px) {
    .ny {
        height: 100%;
    }
}

@media (max-width: 1440px) {
    .ny {
        padding: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .ny__img {
        display: none;
    }

    .ny__congratulation {
        width: 600px;
    }

    .ny__wrapper {
        align-items: center;
        width: fit-content;
    }

    .ny__add {
        align-self: flex-start;

    }
}

@media (max-width: 768px) {
    .ny {
        padding: 25px;
    }

    .ny__title {
        font-size: 40px;
    }

    .ny__item p {
        font-size: 25px;
    }

    .ny__add {
        font-size: 23px;
    }


    .ny__congratulation {
        width: 100%;
    }

    .left-menu__list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 10px;
    }

}

@media (max-width: 576px) {
    .left-menu__list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }

}

@media (max-width: 475px) {
    .products-slider__btns--mobile {
        margin-top: 20px;
    }

    .item-catalog__title {
        min-height: fit-content;
    }
}

/* 23 февраля */

.february * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.february {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    padding: 5.18vh 20px 6.48vh;
    font-family: 'Bebas Neue', sans-serif;
    color: #ffffff;
    background: #162848 url("../img/23.02/bg.jpg") no-repeat center;
    background-size: cover;
}

.february p {
    text-align: center;
    text-transform: uppercase;
}

.february p:first-of-type {
    margin-bottom: 2vh;
    font-size: 11.94vh;
}

.february p:nth-of-type(2) {
    margin-bottom: 3.9vh;
    font-size: 6.02vh;
}

.february p:nth-of-type(3) {
    max-width: 1187px;
    font-size: 5.52vh;
}

.february__logo {
    margin-bottom: auto;
    height: 11.57vh;
    max-width: 100%;
}

.february__logo img {
    height: 100%;
    width: auto;
    object-fit: contain;
}

p.february__additional {
    margin-top: auto;
    font-size: 3.15vh;
    font-family: 'Manrope', sans-serif;
    text-align: center;
    text-transform: none;
}

@media (max-width: 1120px) {
    .february__logo {
        margin-bottom: auto;
        height: 6.57vh;
        max-width: 100%;
    }

    .february p:first-of-type {
        font-size: 7.94vh;
    }

    .february p:nth-of-type(2) {
        font-size: 5.02vh;
    }

    .february p:nth-of-type(3) {
        font-size: 3.52vh;
    }

    p.february__additional {
        font-size: 3.15vh;
    }
}

.march {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    padding: 5.18vh 20px 6.48vh;
    font-family: 'Bebas Neue', sans-serif;
    color: #ffffff;
    background: url("../img/08.03/bg.jpg") no-repeat center;
    background-size: cover;
}

.march p {
    text-align: center;
    text-transform: uppercase;
}

.march p:first-of-type {
    margin-top: 0;
    margin-bottom: 3.7vh;
    padding: 22px 76px;
    font-size: 5.37vh;
    font-weight: 700;
    background: linear-gradient(130deg, #975a87 0%, #5f294f 100%);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    border-radius: 15px;
}

.march p:nth-of-type(2) {
    margin-top: 0;
    margin-bottom: 2.32vh;
    font-size: 6.02vh;
}

.march p:nth-of-type(3) {
    margin: 0;
    max-width: 1187px;
    font-size: 3.519vh;
}

.march__logo {
    margin-bottom: 6.57vh;
    height: 11.57vh;
    max-width: 100%;
}

.march__logo img {
    height: 100%;
    width: auto;
    object-fit: contain;
}

.march__additional {
    margin-top: auto;
    font-size: 3.14vh;
    text-align: center;
}

@media (max-width: 1500px) {
    .march {
        background-position: bottom right;
    }
}

@media (max-width: 768px) {
    .march {
        padding: 25px 16px;
        background: url("../img/08.03/bg-mob.jpg") no-repeat center;
        background-size: cover;
        background-position: bottom right;
    }

    .march p:first-of-type {
        margin-bottom: 12px;
        padding: 22px 12px;
        font-size: 40px;
        border-radius: 5px;
    }

    .march p:nth-of-type(2) {
        margin-bottom: 16px;
        font-size: 32px;
    }

    .march p:nth-of-type(3) {
        max-width: 343px;
        font-size: 16px;
        margin-bottom: 21px;
    }

    .march__additional {
        margin-top: 0;
        margin-bottom: auto;
        font-size: 16px;
        text-align: center;
    }
    
    .march__logo {
        margin-bottom: 25px;
        height: 46px;
        max-width: 100%;
    }
}

.order-error {
    border-radius: 20px;
}

#order-error.fancybox-content {
    padding: 35px;
}

#order-error.fancybox-content .fancybox-close-small {
    top: 20px;
    right: 20px;
}

.order-error__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.order-error p {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 90%;
    color: #282828;
}

.order-error a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    width: 250px;
    height: 60px;
    font-family: "Inter", sans-serif;
    font-weight: 800;
    font-size: 22px;
    line-height: 91%;
    color: #fff;
    background: #282828;
    border: 3px solid #282828;
    transition: .3s linear;
}

.order-error a:hover {
    color: #282828;
    background: #fff;
}

.item-left-checkout-input,
.item-left-checkout__three {
    position: relative;
}

.input-error-message {
    position: absolute;
    display: block;
    bottom: -7px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #f81d2a;
    transform: translateY(100%);
    opacity: 0;
    transition: .3s ease;
}

.item-left-checkout-input--error .input-error-message {
    opacity: 1;
}


.item-left-checkout-input--error input,
.item-left-checkout-input--error + .item-left-checkout__select.nice-select {
   border: 1px solid #f81d2a; 
}


.item-left-checkout-input--error input::placeholder,
.item-left-checkout-input--error + .item-left-checkout__select.nice-select .current{
    color: #f81d2a;
}

@media (max-width: 1350px) {
  .main {
        margin-top: 80px;
    }  
}


@media (max-width: 767px) { 
    .bottom-header__logo {
        display: none;
    }
    
    .main {
        margin-top: 10px;
    }
    
    .wrapper-main {
        padding-top: 70px;
    }
    
    .header__top {
        padding: 10px 0;
    }
    
    .header__social {
        gap: 10px;
        margin-right: 10px;
        padding: 0 10px;
    }
    
    .header__container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
    }
    
    .bottom-header__catalog-btn {
        min-width: 35px;
        min-height: 35px;
        height: 35px;
    }
    
    .bottom-header__catalog-btn span {
        display: none;
    }
    
    .bottom-header__catalog-btn svg,
    .bottom-header__catalog-btn {
        margin: 0;
    }
    
    .wrapper-aside {
        top: 110px;
    }
    
    .menu {
        margin-right: 15px;
    }
    
    .products-slider__slider .swiper-button-next, .products-slider__slider .swiper-button-prev {
        width: 45px;
        height: 45px;
        flex: 0 0 45px;
    }
    
    .products-slider__slider .swiper-button-next {
        background-position: 14px center;
    }
    
    .products-slider__slider .swiper-button-prev {
        background-position: 10px center;
    }

    .header__top {
        flex-grow: 1;
    }
    
    .main-page__h2 {
        font-size: 28px;
    }
    
    .menu__body {
        top: 95px;
    }
    
    .bottom-header {
        margin: 0;
        height: auto;
    }

    .bottom-header .header-cart__img {
        height: 30px;
        width: 29px;
    }

    .header__top {
        padding: 0;
        border-bottom: none;
    }

    .header {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }
}

.holiday-banner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100vh;
    width: 100vw;
    padding: 56px;
    font-family: "Bebas Neue", sans-serif;
    background: url("/assets/images/2024/12.06/bg.jpg") no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.holiday-banner__logo {
    margin: 0 0 10.185vh 0;
    width: 19vw;
}

.holiday-banner__logo img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.holiday-banner__title {
    display: block;
    padding: 0.937vh 3.96vw;
    font-weight: 700;
    font-size: 7.704vh;
    line-height: 104%;
    text-align: center;
    color: #fff;
    background: #cc2d30;
    margin: 0 0 5.37vh 0;
}

.holiday-banner__description {
    margin: 0 0 4.259vh 0;
    max-width: 73.18vw;
    font-weight: 700;
    font-size: 2.963vh;
    line-height: 144%;
    text-align: center;
    color: #365fa5;
    text-transform: uppercase;
}

.holiday-banner__text-element {
    margin: 0 0 2.037vh 0;
    font-weight: 700;
    font-size: 6.019vh;
    line-height: 109%;
    text-align: center;
    color: #365fa5;
    text-transform: uppercase;
}

.holiday-banner__additional {
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    font-size: 1.77vw;
    text-align: center;
    color: #365fa5;
    margin: 0;
}

.holiday-banner__image {
    position: absolute;
    bottom: 0;
}

.holiday-banner__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.holiday-banner__image--left {
    height: 56.074vh;
    left: 0;
}

.holiday-banner__image--right {
    height: 61.444vh;
    right: 0;
}

@media (max-width: 1200px) {
    .holiday-banner {
        padding: 24px 36px;
        background-image: url("/assets/images/2024/12.06/bg-mob.jpg");
    }
    
    .holiday-banner__logo {
        width: 148px;
        margin-bottom: 25px;
    }
    
    .holiday-banner__title {
        padding: 12px 22px;
        font-size: 40px;
        margin-bottom: 25px;
    }
    
    .holiday-banner__description {
        font-size: 16px;
        margin-bottom: 10px;
    }
    
    .holiday-banner__text-element {
        font-size: 32px;
        margin-bottom: 10px;
    }
    
    .holiday-banner__additional {
        font-size: 16px;
        max-width: 220px;
    }
    
    .holiday-banner__additional br {
        display: none;
    }
    
    .holiday-banner__image--left {
        height: 20.846vh;
    }
    
     .holiday-banner__image--right {
         height: 24.769vh;
     }
}

@media (max-height: 560px) {
     .holiday-banner {
         overflow-y: auto;
     }
     
     .holiday-banner__image {
        display: none;
    }
    
    .holiday-banner__description {
        font-size: 14px;
    }
    
    .holiday-banner__additional {
        font-size: 12px;
    }
    
    .holiday-banner__title {
        padding: 5px;
        font-size: 28px;
        margin-bottom: 15px;
    }
    
    .holiday-banner__text-element {
        font-size: 18px;
    }
    
}

@media (max-width: 360px) {
    .holiday-banner {
        padding: 12px;
    }
    
    .holiday-banner__title {
        padding: 5px;
        font-size: 22px;
        margin-bottom: 15px;
    }
    
    .holiday-banner__text-element {
        font-size: 18px;
    }
    
    .holiday-banner__description {
        font-size: 14px;
    }
    
    .holiday-banner__additional {
        font-size: 12px;
    }
    
    .holiday-banner__image {
        display: none;
    }
}
.form-group__label{
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: #282828;
    font-family: Inter;
}
.row{
    display: grid;
    grid-template-columns: auto auto;
    gap: 10px;
}
.btn_red{
    background: #ED1C24;
}
.product-page__price-text{
    font-family: Inter;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.1;

}
.product-page__shell{
    display: grid;
    gap: 10px;
}
.product-page__option{
    flex-direction: column;
    gap: 12px;
    align-items: start;
}
.product-page__option .weight-product__title{
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
    color: #282828;
}
.product-page__title-new{
    font-family: Intro ;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.1;
    color: #282828;
}
.product-page__option .weight-product__item label{
    font-family: Intro;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    padding: 8px 10px;
    align-items: unset;
}
.product-page__quantity{
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    border-radius: 3px;
    border: 1px solid #D1D1D1;
}
.product-page__form{
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 24px;
}
.product-page__quantity{
    width: 135px;
    height: 60px;
}
.product-page__quantity-text{
    font-family: Circe;
    font-size: 14px;
    font-weight: 400;
    line-height: 20.64px;
}
.product-page__quantity-btn{
    background: unset;
    border: unset;
    box-shadow: unset;
    height: 100%;
    width: 35px;
    padding: unset;
    cursor: pointer;
}
.product-page__quantity-btn:first-child{
    border-right: 1px solid #D1D1D1;
}
.product-page__quantity-btn:last-child{
    border-left: 1px solid #D1D1D1;
}
@media(max-width: 576px){
    .product-page__quantity{
        height: 55px;
    }
}
.product-page__count{
    font-size: 16px;
    background: unset;
    width: 100%;
    border: unset;
    max-width: 65px;
    padding: unset;
    text-align: center;
}
.product-page__count:focus{
    outline: unset;
}
.plug{
    height: 100vh;
    width: 100%;
    position: relative;
    padding: 55px 0;
    overflow: hidden;
}
.plug__shell-img{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}
.plug__img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.plug__content{
    max-width: 1400px;
    margin: auto;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.plug__img-logo{
    width: 406px;
    height: 125px;
    margin-bottom: 62px;
}
.plug__title{
    font-family: Bebas Neue;
    font-size: 79px;
    font-weight: 700;
    line-height: 110%;
    text-align: center;
    color: #E75800;
    padding: 27px;
    background: #fff;
    text-transform: uppercase;
    margin-bottom: 50px;
    max-width: 960px;
    margin-top: unset;
}
.plug__desc{
    font-family: Bebas Neue;
    font-size: 51px;
    font-weight: 700;
    line-height: 120%;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 105px;
    margin-top: unset;
}
.plug__warning{
    padding: 25px;
    border: 5px solid #fff;
    color: #fff;
    font-family: Manrope;
    font-size: 34px;
    font-weight: 500;
    line-height: 140%;
    text-align: center;
    max-width: 670px;
    position: relative;
    margin-top: unset;
    margin-bottom: unset;
}
body.page-plug::before{
    content: unset;
}
.plug__img-general{
    position: absolute;
    object-fit: contain;
}
.plug__img-book{
    width: 265px;
    height: 265px;
    left: 10px;
    top: -33px;
}
.plug__img-bell{
    width: 377px;
    height: 369px;
    top: -55px;
    right: 0;
}
.plug__img-backpack_red{
    width: 261px;
    height: 262px;
    left: 31px;
    bottom: -21px;
}
.plug__img-backpack_blue{
    width: 285px;
    height: 291px;
    right: 24px;
    bottom: -22px;
}
.plug__warning-img{
    position: absolute;
    padding: 17px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    top: -72px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 91px;
    max-height: 91px;
}
.plug__warning-img img{
    width: 57px;
    height: 57px;
}
.plug__warning span{
    display: flex;
}
@media(max-width: 1200px){
    .plug__img-bell{
        width: 277px;
        height: 269px;
        top: -7px;
    }
    .plug__img-book{
        width: 215px;
        height: 245px;
    }
    .plug__img-backpack_blue{
        width: 195px;
        height: 221px;
    }
    .plug__img-backpack_red{
        width: 181px;
        height: 202px;
    }
    .plug__title{
        font-size: 59px;
    }
    .plug__title{
        max-width: 690px;
    }
    .plug__desc{
        font-size: 41px;
    }
    .plug__warning{
        font-size: 27px;
    }
    .plug__warning-img{
        max-width: 71px;
        max-height: 71px;
        top: -42px;
    }
    .plug__warning-img img {
        width: 37px;
        height: 37px;
    }
    .plug__desc{
        margin-bottom: 35px;
    }
    .plug__img-logo{
        width: 356px;
        height: unset;
    }
}
@media(max-width: 991px){
    .plug__img-bell {
        width: 187px;
        height: 189px;
    }
    .plug__img-book {
        width: 145px;
        height: 190px;
    }
    .plug__title {
        max-width: 580px;
        font-size: 48px;
    }
    .plug__desc {
        font-size: 31px;
    }
    .plug__img-logo{
        width: 236px;
        margin-bottom: 26px;
    }
    .plug__warning {
        font-size: 20px;
    }
    .plug__warning-img img {
        width: 27px;
        height: 27px;
    }
    .plug__warning-img {
        max-width: 61px;
        max-height: 61px;
        top: -35px;
    }
    .plug__img-backpack_red {
        width: 151px;
        height: 182px;
    }
    .plug__img-backpack_blue {
        width: 155px;
        height: 191px;
    }
}
@media(max-width: 767px){
    .plug__img-backpack_red{
        width: 114px;
        height: 114px;
        left: 10px;
        bottom: -10px;
    }
    .plug__img-backpack_blue{
        width: 114px;
        height: 114px;
        right: -9px;
        bottom: -10px;
    }
}
@media(max-width: 575px){
    .plug__title{
        font-size: 38px;
    }
    .plug__desc {
        font-size: 21px;
        margin-bottom: 60px;
    }
    .plug__warning {
        font-size: 16px;
        padding: 12px;
        border: 3px solid #fff;
    }
    .plug__warning-img {
        width: 44px;
        height: 44px;
        padding: unset;
    }
    .plug__warning-img img {
        width: 28px;
        height: 28px;
    }
    .plug__img-book {
        width: 79px;
        height: 79px;
        top: -12px;
        left: -13px;
    }
    .plug__img-bell {
        width: 81px;
        height: 79px;
    }
    .plug__img-logo{
        width: 148px;
    }
}

.address-top-footer__title a {
    color: inherit;
    transition: .3s ease;
}

.address-top-footer__title a:hover {
   opacity: 0.6; 
}

.body-cart__close {
    left: 10px;
}

.body-cart__top {
    margin-left: 25px;
}

@media (max-width: 767px) {
    .body-cart__close {
        left: unset;
    }
}


/* cookies */
.cookie {
    position: fixed;
    bottom: 0;
    z-index: 20;
    font-family: "Inter";
    box-shadow: 0px 4px 54px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
    opacity: 0;
    transform: translateY(200px);
    transition: all 0.3s ease;
}

.show-cookie {
    opacity: 1;
    transform: translateY(0);
}

.cookie__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    padding: 10px 0;
}

.cookie__text {
    font-size: 16px;
}

.cookie__text a {
    color: #581717;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.cookie__button {
    font-family: var(--font-family, sans-serif);
    background-color: #581717;
    color: #fff;
    width: fit-content;
    font-size: 16px;
    padding: 10px 30px;
    border: none;
    cursor: pointer;
    transition: .3s ease;
}

.cookie__button:hover {
    opacity: 0.8;
}

@media (max-width: 768px) {
    .cookie__wrapper {
        flex-direction: column;
        gap: 15px;
    }
    
    .cookie__text {
        font-size: 14px;
    }

    .cookie__button {
        font-size: 14px;
        padding: 10px 40px;
        padding: 10px 10px;
        width: 100%;
        font-size: 16px;
    }
}

/*Чекбоксы*/

.bottom-right-checkout__policy {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.checkbox {
    display: inline-flex;
    user-select: none;
}

.checkbox__control:not(:checked) ~ .checkbox__body .checkbox__check-icon {
    display: none;
}

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

.checkbox__emulator {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    cursor: pointer;
}

.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    border: 0 !important;
    padding: 0 !important;
    white-space: nowrap !important;
    clip-path: inset(100%) !important;
    clip: rect(0 0 0 0) !important;
    overflow: hidden !important;
}

.checkbox__label {
    font-family: "Inter";
    font-weight: 300;
    font-size: 12px;
    line-height: 17px;
    color: #282828;
}

.checkbox__label a {
    color: #581717;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.snow-container {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 10;
    pointer-events: none;
}

.snowflake {
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
    opacity: 0.8;
    pointer-events: none;
    animation-iteration-count: infinite;
}

@keyframes fall {
    0% {
        opacity: 0;
        transform: translateY(0);
    }
    10% {
        opacity: 1;
    }
    90% {
        opacity: 0.5;
        transform: translateY(100vh);
    }
    100% {
        opacity: 0.5;
        transform: translateY(90vh);
    }
}

@keyframes diagonal-fall {
    0% {
        opacity: 0;
        transform: translate(0, 0);
    }
    10% {
        opacity: 1;
    }
    100% {
        opacity: 0.25;
        transform: translate(10vw, 100vh);
    }
}