::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-thumb {
    background: #ccc;
}
.locations select {
    padding: 0;
    background: transparent;
    font-size: 14px;
    line-height: 21px;
    font-family: 'Trivia Slab', sans-serif;
    margin-left: 15px;
}


/* NEW STYLES */

/* BUTTONS */
.btn.btn_transparent {
    border-color: #a2233e;
    color: #a2233e !important;
}

.btn.btn_transparent:hover {
    background: #a74359 !important;
    color: #fff !important;
}

.btn.btn_transparent.no-hover:hover {
    border-color: #a74359;
    color: #a74359 !important;
    background: transparent !important;
}




/* REGISTER PAGE */
.bx_register_resend {
    margin-bottom: 40px;
}

input#male + label,
input#female + label {
    font-family: 'Trivia Slab';
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
}

.newsletter__chexbox input.checkbox + label {
    /* margin-top: 2px; */
    font-size: 12px;
    /* line-height: 19px; */
    font-weight: 400;
    color: #000 !important;
}
    
.newsletter__chexbox input[type="checkbox"].checkbox {
    margin-right: 26px;
}

.newsletter__chexbox {
    margin-bottom: 20px;
}

.registration__input-field .pod-title {
    margin-bottom: 30px;
}


/* SELECTS */
select[name="selectCity"] + div {
    margin-left: 24px;
    margin-top: -1px;
}

/* HEADER */
.header__container-top a.Vector {
    position: relative;
}
.header__container-top .akar-icons {
    height: 20px;
    position: relative;
    display: flex;
}

#header__cart-btn {
    display: flex;
}

/* li.header__top-menu-link{
    margin: 0px 16px;
    display: flex;
    align-items: flex-start;
   } */

li.header__top-menu-link:nth-child(2) {
    margin-right: 6px;
}

.header__top-box.mob-none .head-mag .text-item {
    position: relative;
    transition: 0.3s;
    margin: 0 0 8px 0;
}

.header__top-box.mob-none .head-mag .text-item::after {
    content: "";
    position: absolute;
    width: 0%;
    height: 1px;
    background: #1A2A4A;
    bottom: -2px;
    left: 0;
    transition: 0.3s;
}

.header__top-box.mob-none .head-mag:hover .text-item {
   opacity: 1;
   color: #1A2A4A;
}

.header__top-box.mob-none .head-mag:hover .text-item::after {
    width: 100%;
 }

.header__top-menu-link-counter {
    font-family: "Open Sans", "sans-serif";
    font-size: 13px;
    font-weight: 400;
    line-height: 13px;
    color: rgba(26, 42, 74, 1);
    margin: 3px 0 0 4px;
}
.header__top-box.text-alen-c {
    display: flex;
    justify-content: center;
    
    position: relative;
}

.header__top-box.mob-none {
    display: flex;
}

.header__top-box.mob-none a {
    display: flex;
    align-items: flex-end;
    transform: translateX(-20px);
}

.header__top-box.text-alen-c::before {
    content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 4.5em;
        height: 100%;
        background: rgba(249, 248, 248, 0.4);
        transform: translateX(-4em) skewX(-45deg);
        transition: all .5s;
        
    animation: blinking_2 ease-in-out 10.0s infinite;
}
.header__container-top .akar-icons span.akar-icons__label::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1.5em;
    height: 100%;
    background: rgba(255, 255, 255, 0.15);
    transform: translateX(-4em) skewX(-45deg);
    transition: all .5s;
        
    animation: blinking ease-in-out 7.0s infinite;

}

.header__container-top .akar-icons span.akar-icons__label,
.header__container-top a.Vector:not(.js-auth)::after {
    content: '';
    display: none; /*flex*/
    justify-content: center;
    align-items: center;
    padding-bottom: 2px;
    padding-left: 1px;
    width: 16px;
    height: 16px;

    border-radius: 50%;
    position: absolute;
    bottom: calc(-25% - 2px);
    right: -25%;
    background: #a2233e;

    font-size: 11px;
    color: rgba(255 255 255 / 85%);
    line-height: 0%;
    font-weight: 500;
    padding-top: 1.5px;
    padding-right: 0.5px;

    padding-top: 4.1px;
    padding-right: 1.5px;

}

@media (max-width: 768px) {
    .header__container-top .akar-icons span.akar-icons__label,
    .header__container-top a.Vector:not(.js-auth)::after {
        padding-top: 1.5px;
        padding-right: 1px;
    }
}

/* .header-mob-min .header__top-menu-link a:hover,
.header-mob-min .header__top-menu-link > div:hover {
    transition: 0.4s cubic-bezier(.30, 1, .74, 1);
} */

@keyframes blinking {
    0%, 30% {
        transform: translateX(-4em) skewX(-45deg);
    }
    38%, 100% {

        transform: translateX(20em) skewX(-45deg);
    }
}

@keyframes blinking_2 {
    0%, 30% {
        transform: translateX(-4.5em) skewX(-45deg);
    }
    35%, 100% {

        transform: translateX(200em) skewX(-45deg);
    }
}

@keyframes blinking_3 {
    0%, 30% {
        transform: translateX(-21em) skewX(-45deg);
    }
    35%, 100% {

        transform: translateX(200em) skewX(-45deg);
    }
}

@keyframes blinking_btn {
    5%, 15% {
        /* transform: translateX(-21em) skewX(-45deg); */
        opacity: 0.92;
        opacity: rgba(255,255,255,0.92);
    }
    0%, 10%, 20%, 100% {
        opacity: 1;
        opacity: rgba(255,255,255,1);

        /* transform: translateX(200em) skewX(-45deg); */
    }
}








/* FOOTER */
section.footer-content .newsletter__chexbox {
    display: flex;
    align-items: flex-start;
}

section.footer-content input[type="checkbox"].checkbox {
    max-width: 15px;
    height: 18px;
    margin-right: 8px;
    
    background: transparent;
}

section.footer-content input[type="checkbox"].checkbox:checked {
    background: #a2233e;
}

section.footer-content .menu-nav-linc__socials > a {
    width: 22px !important;
    height: 22px !important;
    margin: 0;
}

section.footer-content .menu-nav-linc.menu-nav-linc__socials {
    padding-left: 5px;
    margin-top: 9px;
}

section.footer-content .menu-nav-linc__socials > a:not(:last-child) {
    margin-right: 12.5px;
}
section.footer-content input[name="EMAIL"] {
    padding-bottom: 0;
    padding-left: 0;

    font-size: 15px;

    border-color: #ffffff !important;
    color: #ffffff;

}

#footer_subscribe {
    font-weight: 400 !important;
    font-size: 15px;
}

#footer_subscribe:focus,
#footer_subscribe:visited {
    background: #8D694D;
}

.newsletter__chexbox .checkbox-text a:not(:hover) {
    border-bottom: 1px solid transparent !important;
}

.newsletter__chexbox .checkbox-text a:hover {
    /* border-bottom: 1px solid #a2233e !important; */
    border-bottom: 1px solid #000 !important;
    /* color: #a2233e; */
}


/* LOOK BOX SLIDER */
.looc__box.slick-box-tr {
    margin-bottom: 40px;
}

.looc__box.slick-box-tr .slaid-box-looc-linc {
    padding-bottom: 14px;
}


@media (min-width: 769px) and (max-width: 992px) {
    section.footer-content .newsletter__chexbox {
        width: 80% !important;
        
    }
    
    section.footer-content .newsletter__chexbox .checkbox-text br {
        display: none;
    }

    .newsletter__content {
        width: 100% !important;
    }

    .newsletter__content {
        width: 100% !important;
        min-width: 100% !important;
    }
}


/* MAIN BANNER SLICK SLIDER CUSTOM STYLES */
@media (max-width: 768px) {
    div:not(.looc__box).slick-initialized .slick-slide {
        height: 581px;
    }

    div.blog-linck-conten.slick-slide {
        height: 100% !important;
    }

    .looc__box.slick-initialized .slick-slide {
        padding-bottom: 20px;
    }

    .cacharel__main-page-banner {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: -24px;
    }

    .cacharel__main-page-banner .slick-initialized .slick-slide > * {
        min-height: 100% !important;
        display: block;
        background: rgba(0 0 0 / 35%);
        background-size: cover;
        background-repeat: no-repeat;

    }

    .cacharel-slaid-content {
        max-width: 400px;
        color: #FFFFFF;
        font-size: 15px;
        line-height: 20px;
        text-transform: uppercase;
        font-style: normal;
        font-weight: normal;
    }

    a.btn.btn_transparent.bx-show-more {
        display: flex;
        margin-bottom: 40px !important;
        padding: 0 !important;
        width: 180px;
        height: 40px;

        
        text-align: center;
        font-size: 13px !important;
    }
}


/* MAIN SCREEN BANNER SLIDER */
.main-banner-video:not(.mobile) {
    display: block !important;
    width: 100%;
    height: 100%;
}

.main-banner-video.mobile {
    display: none !important;
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {
    
    .main-banner-video:not(.mobile) {
        display: none !important;
    }

    .main-banner-video.mobile {
        display: block !important;
    }

}


.catalog-item__img-wrp .catalog-item__fast-view-item {
  transition: all .7s ease-in-out;
}

.catalog-item .catalog-item__fast-view-item:hover {
  background: rgba(255, 255, 255, 0.87) !important;
  box-shadow: 0 0 45px rgba(255, 255, 255, .15);
}



/* BUY BY ONE CLICK */
.fancybox-buy-one-click.fancybox-content {
    padding: 44px 170px;
}

.oneclickbuy-form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.oneclickbuy-form h2 {
    margin-bottom: 18px;
    text-align: center;
    font-size: 21px;
    text-transform: uppercase;
}

.oneclickbuy-form form {}

.oneclickbuy-form form input:not([type="submit"]) {
    margin-bottom: 25px;
    padding: 7px 5px;
    padding-left: 0;
    background: transparent;
    border: none;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 3px !important;
    border-bottom: 1px solid #000;
    -webkit-transition: all .32s ease-out;
    transition: all .32s ease-out;
    font-size: 20px;
}

.oneclickbuy-form form input[type="submit"] {
    margin-top: 8px;

    font-size: 18px;
    font-weight: 500;
}

/* .input {
    margin-bottom: 45px;
    padding: 7px 5px;
    padding-left: 0;
    background: transparent;
    border: none;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 3px !important;
    border-bottom: 1px solid #000;
    -webkit-transition: all .32s ease-out;
    transition: all .32s ease-out;
} */

.oneclickbuy-form form .kocb-line {}

.oneclickbuy-form form .kocb-line label {
    display: none;
}

.oneclickbuy-form form .kocb-line label + input {
    width: 100%;
}

.oneclickbuy-form form .kocb-submit {}


/* MAIL -> VIEW IDEA SLIDER */
.fancybox-slide .product-item-scu-item-text {
    font-size: 15px;
}


/* MAIN -> BLOG SLIDER */
@media (min-width: 769px) {
  .cacharel__blog ul.slick-dots {
      margin-top: 70px !important;
  }

}

@media (max-width: 768px) {
    .fancybox-buy-one-click.fancybox-content {
        padding: 44px 40px;
    }
}


/* BACK LINK */
.blog__back-url .categories__title {
    display: none;
}

.blog-detail__back-url {
    transform: translateX(10px) !important;
    display: block !important;
}

@media (min-width: 768px) {
    .blog__back-url {
        display: none;
    }

    .blog-detail__back-url {
        transform: translateX(10px) translateY(-40px) !important;
    }
}
@media (max-width: 768px) {
    .blog__back-url .blog__titl-linck {
            padding-left: 14px;
    }

    .blog__back-url {
        margin-bottom: -33px;
        transform: translateX(20px);
    }

    .right-arrow-t {
        top: calc(50% + 1px);
    }

    .blog-detail__title {
        margin-top: 61px;
    }
}
            



/* OUR STORE PAGE */
.find-a-store__search-offs.search-offs {
    margin-bottom: 0;
}


/* TOP BASKET CHANGES */
p.price.price--chetra {
    display: inline-block;
    /* margin-right: 77%; */
    margin-bottom: 0px;
}

.korzina-right > .name-title + div {
	display:block;
}

.price--chetra {
    text-decoration: none;
}

.price--chetra::before {
    content: "";
    position: absolute;
    width: 105%;
    top: 53%;
    left: 0;
    transform: translate(0 , -55%);
    border-bottom: 1.7px solid #838383;
}

.price.price--chetra + .col-red,
.price.price--chetra + .col-red + .currency,
.discount,
.discount .currency {
    display:inline-block;
    
    color: #ed0006;
    font-weight: 400;
    font-size: 18px;
}

#topBasket.relrt-box p:not(.price.price--chetra),
#topBasket.relrt-box .price.price--chetra + .col-red + .currency,
#topBasket.relrt-box p:not(.price.price--chetra) + .currency {
    display: inline-block;
    
    font-weight: 400;
    font-size: 18px;
}

#topBasket.relrt-box .discount,
#topBasket.relrt-box .discount + .currency {
	display:inline-block;
    margin-top: -1px;

    color: #ed0006;
    font-size: 15px !important;
}

.delete-box > div:last-child p {
    margin-right: 0;
}

@media (max-width: 768px) {
    .d-none_mobile {
        display: none !important;
    }
}

#AjaxContent {
    max-width: 100%;
}



/* DELIVERY */
/* .oplata-img img {
    width: 32px;
    height: 24px;
    margin: 0 5px;
    width: 105px;
    height: 60px;
    margin-bottom: 30px;
    margin-top: 11px;
    transform: translate(40px, -44px);
    margin-bottom: 0;
    margin-right: 68px;
} */

.oplata-img img {
    width: 32px;
    height: 24px;
    margin: 0 5px;
    width: 105px;
    height: 60px;
    margin-top: 11px;
    transform: translate(50px, -40px);
    margin-bottom: 0;
    margin-right: 67px;
}



.oplata .checkbox.oplata__checkbox + label {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}


.oplata:nth-child(2) .oplata-img img {
    /* margin-left: -17px; */

    margin-left: -20px;
    margin-right: 50px;
}

@media (max-width: 768px) {
    .the-order-has-been-placed-page-ys {
        display: flex;
        flex-direction: column;
    }

    .the-order-has-been-placed-page__left {
        width: calc(100vw - 14px * 2);
    }

    body .sberbank__content {
        width: initial !important;
    }
}


#shd_pvz_info {
    /* border: 1px solid blue; */
}


/* NO PHOTO IMG */
.no-photo-img__wrp {
    min-height: 345px;
    min-height: 235px;
    box-shadow: 0 0 2px rgb(0 0 0 / 15%);
    border-radius: 4px;
}

.no-photo-img {
    /* object-position: -65px -65px; */
}




/* RETURN DECLARATION PAGE */
.return-declaration * {
    font-family: 'Trivia Slab', sans-serif;
}

.return-declaration h2 {
    margin-bottom: 32px;

    font-family: 'Trivia Slab', sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 24.7px;

    text-transform: uppercase;
    text-align: center;
}

.input__return-declaration-messages_1::after,
.input__return-declaration-messages_2::after {
    content: 'NEW';
    width: 60%;
    position: absolute;
    right: calc(-60% - 21px);
    font-family: 'Trivia Slab', sans-serif;
    font-size: 14px;
    line-height: 20px;
    -webkit-transform: translateY(70%);
    transform: translateY(70%);
}

.input__return-declaration-messages_1::after {
    content: 'Состоит из 9 цифр';
}

.input__return-declaration-messages_2::after {
    content: 'Состоит из 20 цифр';
}



.return-declaration .input__wrp {
    display: flex;
    justify-content: space-between;
    max-width: 345px;
}

.return-declaration .input__wrp input {
    font-family: 'Trivia Slab', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 15.81px;
}

.return-declaration .form__items-wrapper {
    width: 75%;
}

.form__radios input[type="radio"] {
    border-radius: 0 !important;
}

input#PERSONAL_BIRTHDAY {
    min-height: 30px;
}

input.input {
    border-radius: 0 !important;
}

.form__items-wrapper .input__wrp input {
    border-radius: 0 !important;
}

.return-declaration .form__radios {
    flex-wrap: wrap;
    margin-top: 14px;
}

.return-declaration .form__radios input,
.return-declaration .form__radios label {
    margin-bottom: 16px;
}

.return-declaration .form__radios label:not(:last-child) {
    margin-right: 36px;
    margin-right: 240px;
    font-size: 18px;
    font-weight: 400;
}

.return-declaration .form__radio-wrp {
    display: flex;
    align-items: center;
    width: 50%;
}

.return-declaration .form__radio-wrp label {
    font-size: 18px;
    font-weight: 400;
}

.return-declaration .input_small {
    width: 30%;
}

.return-declaration .form-title_1 {
    margin-bottom: 9.5px;

    font-family: 'Trivia Slab', sans-serif;
    font-weight: 550;
    font-size: 20px;
    line-height: 19.76px;

    text-transform: uppercase;
}

.return-declaration .form-title_2 {
    margin-bottom: 4px;

    font-family: 'Trivia Slab', sans-serif;
    font-weight: 550;
    font-size: 16px;
    line-height: 15.81px;
}

.return-declaration .colored-subtitle {
    padding-top: 7px;
    margin-bottom: 11px;

    font-family: 'Trivia Slab', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18.2px;

    color: #a2233e;
}

.return-declaration .description {
    margin-bottom: 14px;

    font-family: 'Trivia Slab', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18.2px;
}

.return-declaration .description_lg {
    font-size: 18px;
    font-weight: 400;
}

.return-declaration textarea {
    width: 345px;
    padding: 9px 13px;

    resize: none;
    border: 1px solid #000;
}

.return-declaration input[type="checkbox"].checkbox,
.return-declaration input[type="radio"] {
    margin-right: 27px;
}

.return-declaration .form__items-wrapper input {
    margin-bottom: 7px;
}

.return-declaration__wrapper>.container>form>h2+.form__items-wrapper input:not([type="checkbox"]) {
    margin-bottom: 25px;
}

.return-declaration__wrapper>.container>form>h2+.form__items-wrapper input[type="checkbox"] {
    margin-bottom: 0;
    min-width: 25px !important;
}


/* input[type="date"]::-webkit-datetime-edit-text,
input[type="date"]::-webkit-datetime-edit-month-field,
input[type="date"]::-webkit-datetime-edit-day-field,
input[type="date"]::-webkit-datetime-edit-year-field { */
/* input[type=date]:invalid::-webkit-datetime-edit { */
    /* color: #999; */
/* } */

input[type="date"].date-input--has-value::-webkit-datetime-edit-text,
input[type="date"].date-input--has-value::-webkit-datetime-edit-month-field,
input[type="date"].date-input--has-value::-webkit-datetime-edit-day-field,
input[type="date"].date-input--has-value::-webkit-datetime-edit-year-field {
  color: #f8f9fa;
}

.return-declaration__wrapper>.container>form>h2+.form__items-wrapper .input__wrp:last-child input {
    margin-bottom: 0;
}

.return-declaration .form__check-item {
    margin-bottom: 14px;
}

.return-declaration .form-btns-panel {
    display: flex;
    margin-bottom: 70px;
}

.return-declaration .form-btns-panel * {
    text-align: center;
}

.return-declaration .form-btns-panel input[type="submit"] {
    margin-right: 32px;
}

.return-declaration .form__items-wrapper {
    margin-bottom: 34px;
}



@media (max-width: 768px) {
    .return-declaration .form__items-wrapper {
        margin-top: 0 !important;
    }

    .return-declaration .form-btns-panel {
        flex-direction: column;
    }

    .return-declaration .form-btns-panel * {
        width: 100% !important;
        min-width: 100%;
        margin: 0 !important;
    }

    .return-declaration .form-btns-panel input[type="submit"] {
        display: block;
        margin-bottom: 14px !important;
    }

    .input__return-declaration-messages_1::after,
    .input__return-declaration-messages_2::after {
        right: initial;

        transform: translateY(150%);

        font-size: 11px;
    }

    .input__return-declaration-messages_1,
    .input__return-declaration-messages_2 {
        margin-bottom: 14px;
    }

    .return-declaration .form__radio-wrp {
        width: 100%;
    }

    .return-declaration input[type="checkbox"].checkbox,
    .return-declaration input[type="radio"] {
        min-width: 20px;
    }

    .return-declaration .form__items-wrapper {
        width: 100%;
    }
}


@media print {
    #bx-panel {
        display: none !important;
    }

    .purchase-returns-form {
        width: 100% !important;
    }
    
    .purchase-returns-form * {
        font-size: 9px !important;
    }
    
    .purchase-returns-form > .form__items-wrapper {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .purchase-returns-form .input__wrp {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .purchase-returns-form .input__wrp input {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
        padding: 0 4px !important;
    }

    .purchase-returns-form .form__items-wrapper,
    .purchase-returns-form .form-title_1,
    .purchase-returns-form .cash-return-title {
        margin: 0 !important;
        padding: 0 !important;
    }

    .purchase-returns-form input[value="0.00"] {
        margin-bottom: 7px !important;
    }

    .purchase-returns-form h2 {
        font-size: 14px !important;
    }

    .purchase-returns-form .form-title_1 {
        margin-top: 20px !important;
        font-size: 14px !important;
    }

    .purchase-returns-form h2 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .purchase-returns-form textarea {
        height: 30px;
        padding-top: 2px;
        display: none;
    }

    .purchase-returns-form .form__items-wrapper {
        margin: 0 !important;
    }

    .purchase-returns-form {
        /* border: 1px solid blue; */
    }

    .purchase-returns-form .return-declaration * {
        font-size: 11px;
    }

    header.header {
        display:none
    }

    .return-declaration .form-btns-panel {
        display: none;
    }

    .input__return-declaration-messages_1::after,
    .input__return-declaration-messages_2::after {
        margin-top: 1.5px !important;
        translate: none;
    }

    .input__return-declaration-messages_1::after,
    .input__return-declaration-messages_2::after {
        transform: translateY(34px) !important;
        line-height: 100%;
    }

    .purchase-returns-form .cash-return-title {
        padding-top: 40px;
    }

    .purchase-returns-form input[type="date"] {
        transform: translateY(40px);
    }

    .purchase-returns-form .input__return-declaration-messages_1::after, .input__return-declaration-messages_2::after {
        display: none !important;
    }

    footer {
        display: none;
    }
}

main > .bx-authform {
    margin-top: 60px;
    margin-bottom: 40px;
}

.mene-hover-box-t.fancybox-content {
    max-width: 700px;
    padding-bottom: 20px;
}

.new-user {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 14px;
    margin-top: 18px;
    color: #676767 !important;

    transition: all .35s ease-out;
}

.new-user:hover {
    color: #a2233e !important;
    color: #000 !important;
}

.new-user:hover::after {}


.search-offs-content .bot-l:focus,
button.search-offs-img.js-show-password:focus {
    opacity: 0.7;
}


/* THEME CHANGES FONT SIZE */
.box-form-65.box-form-kr * {
    color: #000;
}

.box-form-65.box-form-kr .catalog-item__like-item {
    /* color: #000; */
    display: none;
}



.banner-modal {
    padding: 0;
    top: 14vh !important;
}

label[for="I_AGREE"] a {
    font-size: 16px;
    text-decoration: underline;
    color: #a2233e;

    transition: all .35s ease-out;
}

label[for="I_AGREE"] a:hover {
    text-decoration: underline;
    color: #a2233e;

    opacity: 0.7;
}


/* BTN GRAPHIC STYLES */
/* .btn--graphic,
.header .btn--graphic-mobile {
    font-size: 12px !important;
    padding: 4px 7px !important;
    height: 28px !important;
    width: 170px !important;
    display: flex !important;
    border-radius: 2.5px !important;
    margin-left: 84px !important;
    opacity: 0.7 !important;
    margin: 0 !important;
}

.btn--graphic {
    margin-top: 17px !important;
}

.header .btn--graphic-mobile {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    background: #a74359 !important;
    color: #fff !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
} 

.header .btn--graphic-mobile {
    display: none !important;
} 


.btn--graphic:hover {
    opacity: 1 !important;
}


.header__container-top::before {
    height: 104px !important;
}

.container.header__container-top {
    padding-top: 50px !important;
}


.banner_0 .title-naw-text {
    margin-top: 24px !important;
}


@media (max-width: 768px) {
    .btn--graphic {
        display: none !important;
    }

    .header .btn--graphic-mobile {
        display: flex !important;
    }
} */


/* END OF BTN GRAPHIC STYLES */
@media (max-width: 1024px) {
    .burger-menu-btn {
        margin: 0 0 4px 0;
    }
}


@media (max-width: 768px) {
    .banner-modal {
        max-width: 100vw;
    }
}

.header__top-box.mob-none a {
  display: flex;
  align-items: center;
  transform: translateX(-20px);
}

/* cookie note */
#cookie_note {
    display: none;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 00px;
    background-color: rgba(26, 42, 74, 0.8);
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 10;
}

#cookie_note p {
    margin: 0;
    font-size: 13px;
    text-align: left;
    color: rgb(255, 255, 255);
    float: left;
    line-height: 36px;
    width: 85%;
}

#cookie_note a {
    color: rgb(255, 255, 255);
    text-decoration: underline;
}

.cookie_accept {
    padding-left: 10px;
    padding-right: 10px;
    width: 150px;
    font-size: 16px;
    height: 38px;
    float: right;
  }

#cookie_note.show {
    display: block;
}

@media (max-width: 400px) {
    .cookie_accept {
      width: 100%;
      max-width: 100%;
    }
}

@media (max-width: 600px) {
    #cookie_note{
        padding-left: 15px;
        padding-right: 15px;
        bottom:62px;
    }
    .cookie_accept {
      display: flex;
      margin: 0 auto;
      float: none;
    } 
    #cookie_note p {
        width: 100%;
        line-height: 20px;
        margin-bottom: 10px;
        text-align: center;
        font-size: 12px;
    }
}

.header-scroll-down {
    /* display: none; */
    transform: translateY(-200px);
}

.wrap-head:not(.header-scroll-down) {
    transition: opacity .4s ease,background .2s ease,height .2s ease,transform .2s;
}

.header__container-bot--fixed{
    margin: 0 0 0 0;
    position: fixed;
    width: 100%;
    top: 91px;
    left: 0;
    z-index: 100;
}

.header__container-top--fixed {
    position: fixed;
    z-index: 500;
    width: 100%;
}

.set-null-head {
    margin-bottom: 157px;
}

/* .container.header__container-bot,
.container.header__container-top {   
    transition: opacity 0.4s ease, background 0.2s ease, height 0.2s ease, transform 0.2s ease;
} */




/* Быстрый просмотр редизайн начало*/
.fv-new-design  .offers-images {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	width: 100%;
	max-width: 545px;
}

.fv-new-design  .offers-images__link {
	display: block;
	width: 49px;
	height: 72px;
	transition: none;
	border-radius: 3px;
}

.fv-new-design  .offers-images--active {
	border-radius: 3px;
}

.fv-new-design  .offers-images__link:first-child {
	margin-right: 5px;
  }

.fv-new-design .catalog-detail-page__title {
    color: rgb(0, 43, 112);
    font-family: "Open Sans", "sans-serif";
    font-size: 22px !important;
    font-weight: 500;
    line-height: 28px;
}

.fv-new-design .catalog-detail-page__articul .title, 
.fv-new-design .catalog-detail-page__articul .info {
    color: rgb(166, 166, 166);
    font-family: "Open Sans", "sans-serif";
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

.fv-new-design .catalog-detail-page__prices .discounted-price {
    color: rgb(163, 34, 61);
    font-family: 'Trivia Slab', sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
     margin-right: 15px;
}

.fv-new-design .catalog-detail-page__prices .old-price {
    color: rgb(166, 166, 166);
    font-family: "Open Sans", "sans-serif";
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 5px;
}

.fv-new-design .catalog-detail-page__prices .old-price::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: rgb(166, 166, 166);
    position: absolute;
    bottom: 9px;
}

.fv-new-design .catalog-detail-page__prices {
    display: flex;
    align-items: center;
}

.fv-new-design .offers-color-name {
    color: rgb(0, 43, 112);
    font-family: "Open Sans", "sans-serif";
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 15px;
  }

.fv-new-design  .choice-size__title,
.fv-new-design  .choice-size__text {
    color: rgb(0, 43, 112);
    font-family: "Open Sans", "sans-serif";
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: 20px 0 15px 0;
}

.fv-new-design .choice-size .choice-size__item {
    width: 44px;
    height: 44px;
    cursor: pointer;
    border: 1px solid rgb(0, 43, 112);
    border-top-color: rgb(0, 43, 112);
    border-right-color: rgb(0, 43, 112);
    border-bottom-color: rgb(0, 43, 112);
    border-left-color: rgb(0, 43, 112);
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.fv-new-design .choice-size .choice-size__item.selected {
    border: 2px solid rgb(163, 34, 61) !important;
}

.fv-new-design .choice-size__item:hover {
    border-color: rgb(163, 34, 61);
 }

 .fv-new-design  .choice-size__item.selected .bx-sku-name {
    color: rgb(163, 34, 61);
 }  

.fv-new-design  .choice-size .choice-size__item {
    margin-right: 5px;
}

.fv-new-design  .choice-size .choice-size__item:last-child {
    margin-right: 0;
}

.fv-new-design .choice-size {
    display: flex;
    align-items: center;
}

.fv-new-design .item-hidden {
    display: none;
}

.fv-new-design .size-guide {
    color: rgb(166, 166, 166);
    font-family: "Open Sans", "sans-serif";
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-decoration: none;
    margin: 0;
  }

  .fv-new-design .btn__add-to-cart-element .catalog-item__like-item{
    -webkit-mask: url(/img/heart.svg) center center no-repeat; 
    -webkit-mask-size: 100%;
    background: rgb(0, 43, 112);
    width: 38px;
    height: 34px;
}

.fv-new-design .btn__add-to-cart-element.active  {
    background: #a74359;
    border-radius: 3px;
}

.fv-new-design .btn__add-to-cart-element.active:hover {
    background: #a74359;
}

.fv-new-design .btn__add-to-cart-element.active .catalog-item__like-item{
    background: #fff;
}

.fv-new-design  .btn__add-to-cart-element-wrp {
    max-width: 365px;
}

.fv-new-design .btn__add-to-cart-element  {
    background: #fff;
}

.fv-new-design .btn__add-to-cart-element:hover {
    background: #FFF8F2;
} 

.fv-new-design .catalog-detail-page__additional-info {
    max-width: none;
}

.fv-new-design .additional-info-item .additional-info-item--text {
    color: rgb(105, 105, 105);
    font-family: "Open Sans", "sans-serif";
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
  }

  .fv-new-design .additional-info-item:last-child {
    margin: 0;
  }

  .fv-new-design .choice-size .bx-sku-name {
    color: rgb(0, 43, 112);
    font-family: "Open Sans", "sans-serif";
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
  }

  .fv-new-design  .choice-size__item:hover .bx-sku-name {
    color: rgb(163, 34, 61);
  }

  .fv-new-design .modal-btn_sizes {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .fv-new-design .catalog-detail-page__body--new .catalog-detail-page__buttons-section .btn_add-to-cart,
  .fv-new-design .catalog-detail-page__buttons-section button.btn {
    color: rgb(255, 255, 255);
    font-family: "Open Sans", "sans-serif";
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    border-radius: 3px;
   }

.fv-new-design .go-to-page {
    width: 100%;
}

.fv-new-design .go-to-page a {
    max-width: none;
    color: rgba(0, 43, 112, 1) !important;
    font-family: "Open Sans", "sans-serif";
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    background: rgba(248, 248, 248, 1) !important;
    transition: 0.3s;
}

.fv-new-design .go-to-page a:hover {
    opacity: 0.8;
}

.fv-new-design  .offers-images__image {
    object-fit: cover;
    width: 100%;
    border-radius: 3px;
    padding: 1px;
}

.fv-new-design  .offers-images__link:not(:hover):not(.offers-images--active) {
    box-shadow: none !important;
}

.fv-new-design .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 10px;
}

.fv-new-design .owl-dots .owl-dot span {
    width: 25px;
    height: 5px;
}

.fv-new-design .owl-dots .owl-dot.active span, 
.fv-new-design .owl-dots .owl-dot:hover span {
    background: rgba(163, 34, 61, 1);
}

/* стили для картинки в слайде, убрать для вохвращения к исходному виду */
.fv-new-design .owl-stage-outer {
    max-height: 600px;
}

.fv-new-design .owl-carousel .owl-item img {
    display: block;
    *width: auto;
    height: 100%;
    margin: 0 auto;
    max-height: 530px;
  }


/* Быстрый просмотр редизайн конец*/

.body-fixed {
    overflow: hidden;
}

.body-locked {
    overflow-y: hidden;
}

li.header__top-menu-link {
    margin: 0 20px;
}

/* новое всплывающее окно авторизации начало */
.js-auth-modal-btn{
    /* position: fixed;
    width: 20px;
    height: 20px;
    top: 50px;
    left: 0;
    background: red;
    z-index: 100;
    cursor: pointer; */
}

.js-auth-modal-window {
    position: absolute;
    width: 100%;
    /* height: 100%; */
    height: auto;
    top: 25px;
    left: 0;
    display: none;
    /* align-items: center; */
    justify-content: center;
    z-index:500;
    padding-bottom: 25px;
}

.js-auth-modal-window.opened {
    display: flex;
}

.js-auth-modal-window__container {
    max-width: 600px;
    width: 100%;
    background: #fff;
    padding: 40px;
    /* border-radius: 20px; */
    position: relative;
    z-index:600;
}

.js-auth-modal-close-area {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 550;
    background: rgba(0, 0, 0, 0.35);
    overflow: auto;
}

.js-auth-modal-window__close {
    position: absolute;
    top:16px;
    right: 16px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.js-auth-modal-window__close::before{
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background: #000;
    top: 9px;
    transform: rotate(45deg);
}

.js-auth-modal-window__close::after{
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background: #000;
    bottom: 10px;
    transform: rotate(135deg);
}

@media(max-width: 1000px) {
    .js-auth-modal-window__container {
        max-width: 95%;
        /* border-radius: 20px; */
        padding: 20px;
    }

    .js-auth-modal-window__close {
        top: 16px;
        right: 30px;
        background: #fff;
    }

    .js-auth-modal-window.opened {
        top: 25px;
    }
}

/* новое всплывающее окно авторизации конец */

.mob-tel-display {
    display: none;
}

/* главаня страница редизайн начало */
.af-category__container,
.af-tabs__container,
.af-popular__container {
    padding: 0 40px;
    position: relative;
}

.af-category__container {
    margin: 0 0 40px 0;
}

.af-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    line-height: 40px;
    font-weight: 400;
    color: rgba(47, 48, 76, 1);
    text-transform: uppercase;
    margin: 40px 0 20px 0;
}


/* блок с табам "Новинки" начало */
.af-tabs__container {
    /* margin: 0 0 30px 0; */
}

.af-title.af-title--modified {
     margin: 60px 0 20px 0;
} 

.af-tabs__container .catalog-item__img-wrp .catalog-item__labels + a {
    width: 100%;
}

.af-tabs__container .CHANGES_SELECTOR {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.af-tabs__container .slick-active {
    /* margin: 0 10px; */
}

.af-tabs__container .slick-slide {
    margin: 0 20px 0 0;
}

.af-tabs__container .catalog-slider {
    /* margin: 0 -10px; */
}

.af-tabs__container .catalog-item__img-wrp {
    max-height: 650px;
    height: 100%;
}

.af-tabs__container .wrap-fil.wrap-fil--custom {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    right: 40px;
    margin-bottom: 0;
}

.af-tabs__container .filter-new {
    margin: unset;
    padding-bottom: unset;
    border-bottom: 1px solid rgba(26, 42, 74, 0.2);
}

.af-tabs__container .wrap-fil--custom .filter-new li:first-child {
    margin-left: 0;
}

.af-tabs__container .wrap-fil--custom .filter-new li:last-child {
    margin-right: 0;
}

.af-tabs__container .filter-new li.active {
    border: none;
    position: relative;
} 

.af-tabs__container .filter-new li.active::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(162, 35, 62, 1);
} 

.af-tabs__container .slick-dots {
    display: none;
}

.af-tabs__container .wrap-fil--custom .filter-new li {
    padding: 7px 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
}

.af-tabs__container .catalog-item__like-item.active {
    background: #11294d;
}

.af-tabs__container .owl-carousel1.owl-new.catalog-slider {
    max-height: 770px;
    margin: 0 -20px 0 0;
}
 
.af-tabs__container .catalog-item__title {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    text-align: left;
} 

/* блок с табам "Новинки" конец */


/* блок "Популярное" начало */
.af-popular__container .catalog-item {
    width: 100%;
    padding-bottom: 0;
    margin-right: 0 !important;
}

.af-popular__container .catalog-item__labels + a {
    width: 100%;
}

.af-popular__container .catalog-item__img-wrp {
    max-height: 650px;
    height: 100%;
}

.af-popular__container {
    margin: 0 0 65px 0;
}

.af-popular__container .catalog-item__like-item.active {
    background: #11294d;
}

/* блок "Популярное" конец */

.bx-section-description--af .cacharel-categories .categories__title.gidh1 {
    font-family: 'Open Sans', sans-serif;
}

.bx-section-description--af .section-text-content{
    padding: 0 40px;
}


/* главаня страница редизайн конец */

/* подвал сайта редизайн начало */
.af-footer__container {
    padding: 64px 40px 0 40px;
    background: #F9F8F8;
}

.af-footer__top {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
}

.af-footer__menu-holder,
.af-footer__contacts,
.af-footer__subscribe,
.af-footer__app {
    min-height: 240px;
}

.af-footer__menu-holder {
    grid-column: span 2;  
    display: flex;
    flex-direction: column;   
}

.af-footer__contacts {
    grid-column: span 2;
}

.af-footer__subscribe {
    grid-column: span 2;
}

.af-footer__app {
    grid-column: span 2;
    display: flex;
    justify-content: flex-end;
}

.af-footer__top .af-footer__menu-holder .footer__wrapper-block {
    flex-grow: 0;
}

.af-footer__app-wrapper {
    max-width: 270px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.af-footer__contacts .footer__wrapper-block {
    margin: 0 0 0 -70px;
}

.af-footer__app .footer__wrapper-block {
    flex-grow: 0;
}

.af-footer__app .af-footer__mid-links,
.af-footer__top .af-footer__menu-holder .af-footer__copyright--wrappered {
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
    margin: 0 0 10px 0;
}

.footer-form-sub {
    /* max-width: 260px; */
    width: 320px;
    margin: 0 0 0 -75px;
}

.af-footer__menu-holder .menu-nav-content {
    max-width: 200px;
    width: 100%;
}

.af-footer__menu-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: rgba(26, 42, 74, 1);
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

.af-footer__menu-holder .menu-nav-linc {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 10px 0;
}

.af-footer__menu-holder .menu-nav-linc a {
    margin: 0;
    font-weight: 500;
    color: rgba(78, 81, 88, 1);
    transition: 0.2s ease;
}

.af-footer__menu-holder .menu-nav-linc a:visited {
    color: rgba(78, 81, 88, 1);
}

.af-footer__menu-holder .menu-nav-linc a:hover {
    color: rgba(0, 43, 112, 1);
}

.af-footer__menu-holder .menu-nav-linc:last-child {
    margin: 0;
}

.af-footer__contacts .af-footer__contacts-tel *,
.af-footer__contacts-mail * {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
    color: rgba(47, 48, 76, 1);
}

.af-footer__contacts .af-footer__contacts-tel {
    margin: 0 0 5px 0;
}

.af-footer__contacts .af-footer__contacts-tel a {
    margin: 0 10px 0 0;
}

.af-footer__contacts .af-footer__contacts-tel span {
    font-size: 10px;
    line-height: 10px;
}

.af-footer__logo {
    display: inline-block;
    margin: 10px 0;
}

.af-footer__contacts-socials {
    display: flex;
    align-items: center;
}

.af-footer__contacts-socials a {
    margin: 0 10px 0 0;
}

/* footer-form-sub start */

.footer-form-sub__title {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: rgba(26, 42, 74, 1);
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

.footer-form-sub__notification {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  max-width: 350px;
  width: 100%;
  margin: 0 0 12px 0;
}

.footer-form-sub__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 12px 0;
}

.footer-form-sub__row--positioned {
    position: relative;
}

.footer-form-sub__submit button {
  width: 36px;
  height: 36px;
  outline: none;

  background-color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-form-sub__input {
  width: 100%;
}

.footer-form-sub__input input {
    width: 100%;
    height: 36px;
    outline: 0;
    background-color: transparent;
    border-bottom: 1px solid rgba(47, 48, 76, 0.5);
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
    color: rgba(47, 48, 76, 1);
    padding: 10px 40px 10px 10px;
}

.footer-form-sub__input.error input{
  border-bottom: 1px solid #ff0000;
}

.footer-form-sub__checkbox {
  display: flex;
  position: relative;
}

#footer-form-sub .footer-form-sub__checkbox label {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
  color: rgba(47, 48, 76, 0.5);
}

#footer-form-sub .footer-form-sub__checkbox label a {
   color: rgba(47, 48, 76, 1);   
}

#footer-form-sub .footer-form-sub__checkbox label a:hover {
    text-decoration: underline;
}

.footer-form-sub__checkbox {
  display: flex;
  align-items: flex-start; /* выравниваем чекбокс и текст по верхнему краю */
  gap: 10px; /* отступ между чекбоксом и текстом */
}

.footer-form-sub__checkbox input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(47, 48, 76, 1);
  background-color: transparent;
  cursor: pointer;
  position: relative;
  flex-shrink: 0; /* чтобы не сжимался в узких контейнерах */
  top: 1px;
}

.footer-form-sub__checkbox input[type="checkbox"]::after {
  content: '';
  position: absolute;
  top: 1px;
  left: 5px;
  width: 5px;
  height: 10px;
  border: solid rgba(47, 48, 76, 1);
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  opacity: 0;
  pointer-events: none;
}

.footer-form-sub__checkbox input[type="checkbox"]:checked {
    border-color: rgba(47, 48, 76, 1) !important;
}

.footer-form-sub__checkbox input[type="checkbox"]:checked::after {
  opacity: 1;
}

.footer-form-sub__submit {
    position: absolute;
    bottom: 0;
    right: 0;
}

.footer-form-sub__submit button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.footer-form-sub__checkbox label a:hover {
  text-decoration: underline;
}

/* #footer-form-sub {
  position: relative;
} */

.footer-form-sub__error {
  position: absolute;
  bottom: -32px;
  font-size: 13px;
  color:#ff0000;
  height: 35px;
}

.footer-form-sub__error span {
  display: inline-block;
  margin: 5px 0 0 0;
}

.footer-form-sub__result-top,
.footer-form-sub__result-bottom {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: rgba(26, 42, 74, 1);
    text-align: center;
}

.footer-form-sub__result-top {
  margin: 0 0 20px 0;
}

@media (max-width: 768px) {
  .footer__subscribe {
    padding: 0;
    order: 1;
  }

  .footer__nav.footer__nav--big-size {
    order: 5;
  }
}

/* footer-form-sub end */

.af-footer__app-img {
    width: 80px;
    height: 80px;
    margin: 0 0 16px 0;
}

.af-footer__app-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} 

.af-footer__app-title {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: rgba(26, 42, 74, 1);
    text-transform: uppercase;
    margin: 0 0 4px 0;
}

.af-footer__app-text {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: rgba(78, 81, 88, 1);
}

.af-footer__mid {
    padding: 0 0 170px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: url(/local/templates/arfashion/img/footer-big-text.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}

.af-footer__copyright {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.af-footer__copyright span {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
    color: rgba(78, 81, 88, 1);
    margin: 0 0 0 10px;
}

.af-footer__copyright span:last-child {
    text-transform: uppercase;
}

.af-footer__mid .af-footer__copyright,
.af-footer__mid .af-footer__mid-links {
    display: none;
}

.af-footer__mid-links * {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
    color: rgba(78, 81, 88, 1);
}

.af-footer__mid-links a:first-child {
    text-transform: uppercase;
    margin: 0 20px 0 0;
}

.af-footer__mid-links a:visited {
     color: rgba(78, 81, 88, 1);
}

.af-footer__app-links {
    display: none;
}


/* подвал сайта редизайн конец */


/* шапка сайта редизайн начало */
.af-header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 95;
}

.af-header.af-header--not-main {
    background: #fff;
}

.af-header__container {
    padding: 0 40px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.2s;
}

 .af-header__left,
 .af-header__right {
    display: flex;
    align-items: center;
 }

 .af-header__left {
    max-width: 500px;
    width: 100%;
 }

 .af-header__right {
    max-width: 500px;
    width: 100%;
    justify-content: flex-end;
 }

 .af-header__right-wrapper {
    display: flex;
    align-items: center;
 }

.af-header__logo {
    display: block;
    max-width: 400px;
    width: 100%;
}

.af-header__logo #logo_layer_1,
.af-header__logo #logo_layer_2 {
   width: 230px;
   height: auto; 
}

.af-header__logo-img-colored {
    display: none;
}

.af-header__burger {
    width: 40px;
    height: 32px;
    position: relative;
    cursor: pointer;
    z-index: 100;
}

.af-header__burger::before,
.af-header__burger::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    left: 0;
    transition: 0.2s ease-in;
}

.af-header__burger::before {
    top: 10px;
}

.af-header__burger::after {
    bottom: 10px;
} 

.af-header.af-header--burger-colored .af-header__burger.af-header__burger--active::before {
    top: 15px;
    transform: rotate(45deg);
    background: rgba(0, 43, 112, 1);
} 

.af-header.af-header--burger-colored .af-header__burger.af-header__burger--active::after {
    bottom: 15px;
    transform: rotate(135deg);
    background: rgba(0, 43, 112, 1);
}

.af-header__shops-link {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    overflow: hidden;
    margin: 0 20px 0 0;
    transition: 0s;
}

.af-header__shops-link:visited,
.af-header__shops-link:focus,
.af-header__shops-link:active {
    color: #fff;
}

.af-header__shops-link span {
    position: relative;
    display: inline-block;
}

.af-header__shops-link span::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    bottom: 0;
    left: -100%;
    transition: 0.2s ease-in;
}

.af-header__shops-link:hover span::before {
    left: 0;
}

.af-header__search,
.af-header__favorite {
    margin: 0 16px 0 0;
}

.af-header__search .search {
    width: 20px;
    height: 20px;
    position: relative;
    top: 0;
    right: 0;
}

.af-header__search .search .img-search {
    background: #fff !important;
}

.af-header__search .search.active .img-search {
    background: #1A2A4A !important;
}

.af-header__search .search.active ~ .search-offs--hover {
    right: 185px;
    top: 24px;
    min-width: 270px;
}

.af-header__search .bx-input-group-btn {
    display: none;
}

.af-header__search #smart-title-search-input {
    margin: 0;
    margin-bottom: 0;
}

.af-header__search #smart-title-search .bx-input-group {
    padding: 0;
    width: 100%;
}

.af-header__search .bx-searchtitle .bx-input-group {
    height: auto;
}

.af-header__favorite .coolicon.akar-icons {
    display: flex;
    align-items: center;
}

.af-header__favorite .header__top-menu-link-counter,
.af-header__cart .header__top-menu-link-counter{
    margin: 3px 0 0 8px;
    color: #fff;
}

.af-header__favorite .af-header__favorite-icon-alt,
.af-header__cart .af-header__bag-icon-alt,
.af-header__user-profile .af-header__user-profile-ico-alt{
    display: none;
}

.af-header__cart .akar-icons.bx-btn {
    display: flex;
    align-items: center;
}

.af-header__user-profile.header__top-menu-link .personal__menu {
    top: 70%;
    right: 40px;
}

.af-header.af-header--colored .af-header__container,
.af-header.af-header--burger-colored .af-header__container,
.af-header.af-header--not-main .af-header__container,
.af-header.af-header--menu-colored .af-header__container {
    background: #fff;
}

.af-header.af-header--colored .af-header__burger::before, 
.af-header.af-header--colored .af-header__burger::after,
.af-header.af-header--burger-colored .af-header__burger::before, 
.af-header.af-header--burger-colored .af-header__burger::after,
.af-header.af-header--not-main .af-header__burger::before, 
.af-header.af-header--not-main .af-header__burger::after,
.af-header.af-header--menu-colored .af-header__burger::before, 
.af-header.af-header--menu-colored .af-header__burger::after {
    background: rgba(78, 81, 88, 1);
}

.af-header.af-header--colored .af-header__logo-img-white,
.af-header.af-header--burger-colored .af-header__logo-img-white,
.af-header.af-header--not-main .af-header__logo-img-white,
.af-header.af-header--menu-colored .af-header__logo-img-white {
    display: none;
}

.af-header.af-header--colored .af-header__logo-img-colored,
.af-header.af-header--burger-colored .af-header__logo-img-colored,
.af-header.af-header--not-main .af-header__logo-img-colored,
.af-header.af-header--menu-colored .af-header__logo-img-colored {
    display: block;
}

.af-header.af-header--colored .af-header__shops-link,
.af-header.af-header--burger-colored .af-header__shops-link,
.af-header.af-header--not-main .af-header__shops-link,
.af-header.af-header--menu-colored .af-header__shops-link
.af-header.af-header--colored .af-header__shops-link:visited, 
.af-header.af-header--colored .af-header__shops-link:focus, 
.af-header.af-header--colored .af-header__shops-link:active,
.af-header.af-header--burger-colored .af-header__shops-link:visited, 
.af-header.af-header--burger-colored .af-header__shops-link:focus, 
.af-header.af-header--burger-colored .af-header__shops-link:active,
.af-header.af-header--not-main .af-header__shops-link:visited, 
.af-header.af-header--not-main .af-header__shops-link:focus, 
.af-header.af-header--not-main .af-header__shops-link:active,
.af-header.af-header--menu-colored .af-header__shops-link:visited, 
.af-header.af-header--menu-colored .af-header__shops-link:focus, 
.af-header.af-header--menu-colored .af-header__shops-link:active  {
    color: rgba(78, 81, 88, 1);
}

.af-header.af-header--colored .af-header__search .search .img-search,
.af-header.af-header--burger-colored .af-header__search .search .img-search,
.af-header.af-header--not-main .af-header__search .search .img-search,
.af-header.af-header--menu-colored .af-header__search .search .img-search {
    background: rgba(26, 42, 74, 1) !important;
}

.af-header.af-header--colored .af-header__shops-link span::before,
.af-header.af-header--burger-colored .af-header__shops-link span::before,
.af-header.af-header--not-main .af-header__shops-link span::before,
.af-header.af-header--menu-colored .af-header__shops-link span::before {
    background: rgba(78, 81, 88, 1);
}

.af-header.af-header--colored .af-header__favorite-icon,
.af-header.af-header--colored .af-header__bag-icon,
.af-header.af-header--colored .af-header__user-profile-ico,
.af-header.af-header--burger-colored .af-header__favorite-icon,
.af-header.af-header--burger-colored .af-header__bag-icon,
.af-header.af-header--burger-colored .af-header__user-profile-ico,
.af-header.af-header--not-main .af-header__favorite-icon,
.af-header.af-header--not-main .af-header__bag-icon,
.af-header.af-header--not-main .af-header__user-profile-ico,
.af-header.af-header--menu-colored .af-header__favorite-icon,
.af-header.af-header--menu-colored .af-header__bag-icon,
.af-header.af-header--menu-colored .af-header__user-profile-ico {
    display: none;
}

.af-header.af-header--colored .af-header__favorite-icon-alt,
.af-header.af-header--colored .af-header__bag-icon-alt,
.af-header.af-header--colored .af-header__user-profile-ico-alt,
.af-header.af-header--burger-colored .af-header__favorite-icon-alt,
.af-header.af-header--burger-colored .af-header__bag-icon-alt,
.af-header.af-header--burger-colored .af-header__user-profile-ico-alt,
.af-header.af-header--not-main .af-header__favorite-icon-alt,
.af-header.af-header--not-main .af-header__bag-icon-alt,
.af-header.af-header--not-main .af-header__user-profile-ico-alt,
.af-header.af-header--menu-colored .af-header__favorite-icon-alt,
.af-header.af-header--menu-colored .af-header__bag-icon-alt,
.af-header.af-header--menu-colored .af-header__user-profile-ico-alt    {
    display: block;
}

.af-header.af-header--colored .header__top-menu-link-counter,
.af-header.af-header--burger-colored .header__top-menu-link-counter,
.af-header.af-header--not-main .header__top-menu-link-counter,
.af-header.af-header--menu-colored .header__top-menu-link-counter    {
    color: rgba(26, 42, 74, 1);
}

.af-header__side-menu-block {
    position: fixed;
    left: -100%;
    top: 80px;
    max-width: 400px;
    width: 100%;
    height: calc(100vh - 80px);
    background: #fff;
    overflow-y: auto;
    transition: 0.4s ease;
}

.af-header__side-menu-block.active {
    left: 0;
}

.af-header__side-menu-block {
    scrollbar-width: thin;             /* Firefox */
    scrollbar-color: #888 #f0f0f0;     /* Firefox */
  }
  
.af-header__side-menu-block::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.af-header__side-menu-block::-webkit-scrollbar-track {
    background: #f0f0f0;
}

.af-header__side-menu-block::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 4px;
}

.af-header__side-menu-block-wrapper {
    padding: 40px;
}

.af-header__side-tel {
    margin: 0 0 24px 0;
}

.af-header__side-tel-title,
.af-header__write-us-title {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: rgba(78, 81, 88, 1);
    margin: 0 0 8px 0;
}

.af-header__side-tel-time {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: rgba(78, 81, 88, 1);
    margin: 0 0 8px 0;
    text-transform: uppercase;
}

.af-header__side-tel-value,
.af-header__write-us-value {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: rgba(26, 42, 74, 1);
    transition: 0.2s ease;
    text-transform: uppercase;
}

.af-header__write-us {
    margin: 0 0 24px 0;
}

.af-header__write-us-values {
    margin: 0 0 8px 0;
}

.af-header__side-tel-value:hover,
.af-header__write-us-value:hover{
    opacity: 0.8;
}

.af-header__write-us-socials {
    display: flex;
    align-items: center;
}

.af-header__write-us-socials a {
    margin: 0 10px 0 0;
}

.af-header__write-us-socials a:last-child {
    margin: 0;
}

.af-header__side-app-img {
    width: 100px;
    height: 100px;
    margin: 0 0 16px 0;
}

.af-header__side-app-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.af-header__side-app-title {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: rgba(26, 42, 74, 1);
    text-transform: uppercase;
    margin: 0 0 4px 0;
}

.af-header__side-app-text {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: rgba(78, 81, 88, 1);
}

.af-header__main-menu {
    margin: 0 0 3px 0;
}

.af-header__main-menu .menu__item {
    padding: 0 0 0 20px;
}



.af-header__main-menu #hov-menu-1045, 
.af-header__main-menu #hov-menu-1044, 
.af-header__main-menu #hov-menu-1043 {
    flex: 0 0 60%;
}

.af-header__main-menu .menu-img-box1.img-menu.andtag {
    flex: 0 0 40%;
}

.af-header__main-menu .menu.header__menu.pt {
    padding-bottom: 0;
    padding-top: 0;
}

.af-header__main-menu .header__menu li .menu__item-t {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    transition: 0.2s ease;
}

.af-header--colored .af-header__main-menu .header__menu li .menu__item-t,
.af-header--burger-colored .af-header__main-menu .header__menu li .menu__item-t,
.af-header--menu-colored .af-header__main-menu .header__menu li .menu__item-t,
.af-header--not-main .af-header__main-menu .header__menu li .menu__item-t{
    color: rgba(78, 81, 88, 1);
}

.af-header__main-menu .header__menu li .menu__item-t:hover,
.af-header__main-menu .header__menu .menu__item.active .menu__item-t{
    color: rgba(0, 43, 112, 1);
}

.af-header__main-menu .mene-hover-box {
    transition: none;
    display: none;
}

.af-header__main-menu .mene-hover-box.opened {
    position: fixed;
    top: 78px;
    left: 0;
    height: calc(100vh - 78px);
    right: unset;
    transform: unset;
}

.af-header__main-menu .header__nav.header__nav--upd .mene-hover-box.opened {
    height: auto;
}

.af-header__main-menu .mene-hover-box .mene-hover-dop-box {
    max-width: 100%;
}

.af-header__main-menu .mene-hover-linc a,
.af-header__main-menu .mene-hover-linc .parent3.menu-bold {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;

    line-height: 24px;
    color: rgba(78, 81, 88, 1);
    text-transform: uppercase;
    transition: 0.2s ease;
}

.af-header__main-menu .mene-hover-linc a:hover,
.af-header__main-menu .mene-hover-linc .parent3.menu-bold:hover{
    color: rgba(0, 43, 112, 1);
}

.af-header__main-menu .mene-hover-linc a {
    font-weight: 400;
}

.af-header__main-menu .mene-hover-linc .parent3.menu-bold {
    font-weight: 600;
    margin-bottom: 10px;
}

.af-header__main-menu .menu__item.active ~ .mene-hover-box {
    padding: 40px;
}

.af-header__main-menu .name-tag-block {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: rgba(78, 81, 88, 1);
    text-transform: uppercase;
}

.af-header__main-menu .tag-menu {
    border-color: rgba(78, 81, 88, 1);
    color: rgba(78, 81, 88, 1);
}

.af-header__main-menu .tag-menu:hover {
    background-color: rgba(0, 43, 112, 1);
}

.af-header__main-menu .menu-img-box1.img-menu .menu-img2 {
    max-width: 100%;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.af-header__main-menu .af-custom-links li {
    margin: 0 0 10px 0;
}

.af-header__main-menu .af-custom-links li a {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: rgba(26, 42, 74, 1);
}

.af-header__main-menu .header__menu li a {
    font-family: "Open Sans", sans-serif;
}

.af-header__main-menu .img-menu img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header__nav--upd .menu.header__menu.pt > li {
    height: 80px;
    display: flex;
    align-items: center;
}
/* шапка сайта редизайн конец */

.container.breadcrumbs__container{
    margin: 124px 0 0 0;
}

.personal__headers .personal__header-container {
    margin: 124px auto 0 auto;
}

.my-shopping-cart-page {
    margin-top: 124px;
}

.af-header--colored .af-header__container,
.af-header--menu-colored .af-header__container,
.af-header--burger-colored .af-header__container {
    -webkit-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
} 

.af-main-page-banner-wrapper .bx-news-list.tpl-baners-slider-type-0 .bx-item  {
    height: 100vh;
}

.af-main-page-banner-wrapper .bx-news-list.tpl-baners-slider-type-0 img.bx-desktop{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* BREADCRUMBS REDESIGN START */
.container.af-breadcrumb-wrapper,
.af-breadcrumb-wrapper .breadcrumbs__container,
.af-catalog-page .container {
    max-width: unset;
}

.af-breadcrumb-wrapper .breadcrumbs__container,
.af-catalog-page .container {
    padding: 0 40px;
}

.af-breadcrumb-wrapper .container.breadcrumbs__container {
    margin: 82px 0 0 0;
}


/* BREADCRUMBS REDESIGN END */

.store-error {
    color: #f00;
    font-size: 16px;
}

.store-other {
    width: fit-content;
    padding: 4px 10px;
    font-size: 15px;
    background-color: #a74359;
    color: #fff;
    border-radius: 4px;
}

.store-central {
    width: fit-content;
    padding: 4px 10px;
    font-size: 15px;
    background-color: rgba(26, 42, 74, 1);
    color: #fff;
    border-radius: 4px;
}

.bx-sale-order-ajax.tpl-v1 #bx-soa-basket .bx-line.bx-store-otherbx-act {
    width: fit-content;
    padding: 4px 10px;
    font-size: 12px;
    background-color: #a74359;
    color: #fff !important;
    border-radius: 4px;
}

.af-main-page-banner-wrapper {
    height: 100vh;
}

#bx-soa-delivery .bx-message {
    font-size: 14px;
    font-weight: bold;
}

.container--s4 {
    max-width: 1200px;
}

.container--s4 .personal-page__nav {
    flex: 0 0 240px;
}

.personal-page-mobile {
    display: none;
}

/* .auth-window-call-btn {
    width: 50px;
    height: 50px;
    position: fixed;
    background: red;
    top: 300px;
    left: 200px;
    cursor: pointer;
    z-index: 100;
} */

.auth-window-2026__window-holder {
    max-width: 480px;
    width: 100%;
    height: 100vh;
    background: #fff;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 1100;
    padding: 20px 40px;
    transition: 0.8s ease;
}

.auth-window-2026__recovery {
    z-index: 1200;
}

.auth-window-2026__window-holder.active,
.auth-window-2026__recovery.active {
    right: 0;
}

.auth-window-2026__window {
    height: calc(100vh - 40px);
}

.auth-window-2026__close-area {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.35);
}

/* стили для формы обращения в личном кабинете - начало */
.pk-appeal-2026__title {
    color: rgba(47, 48, 76, 1);
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin: 0 0 20px 0;
}

.pk-appeal-2026__text {
    margin: 0 0 40px 0;
}

.pk-appeal-2026__text p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: rgba(47, 48, 76, 1);
    margin: 0 0 12px 0;
}

.pk-appeal-2026__text p a {
    font-weight: 500;
    color: rgba(163, 34, 61, 1);
}

.pk-appeal-2026__text p:last-child {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: rgba(78, 81, 88, 1); 
}

.pk-appeal-2026__form-row {
    position: relative;
}

.pk-appeal-2026__form-row label {
    position: absolute;
    font-size: 12px;
    color: rgba(158, 158, 158, 1);
    padding: 0 5px;
    background: #fff;
    top: -10px;
    left: 16px;
    display: none;
}

.pk-appeal-2026__form-row input {
    width: 100%;
    border: 1px solid rgb(234, 234, 234);
    border-radius: 3px;
    color: rgba(78, 81, 88, 1);  
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    height: 40px;
    padding: 0 20px;
    background: none;
}

.pk-appeal-2026__form-row textarea {
    width: 100%;
    border: 1px solid rgb(234, 234, 234);
    border-radius: 3px;
    color: rgba(78, 81, 88, 1);  
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding:9px 20px;
    background: none;
    resize: none;
    height: 140px;
}

.pk-appeal-2026 {
    width: 100%;
}

.pk-appeal-2026__form-row {
    margin: 0 0 20px 0;
}

.pk-appeal-2026__form-row--textarea {
    margin: 0 0 40px 0;
}

.pk-appeal-2026__form-row--file input {
    border:none;
    height: auto;
    padding: 0;
}

.pk-appeal-2026__file-like {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: rgba(78, 81, 88, 1);
    max-width: fit-content;
    cursor: pointer;
}

.pk-appeal-2026__file-like span {
    margin: 0 0 0 12px;
}

.pk-appeal-2026__form-row-info {
    font-size: 12px;
    line-height: 16px;
    color: rgba(158, 158, 158, 1);
    font-weight: 400;
}

.pk-appeal-2026__policy-confirm {
    margin: 0 0 40px 0;
}

.pk-appeal-2026__submit {
    display: flex;
    justify-content: center;
}

.pk-appeal-2026__submit-btn{
    color: #fff;
    background: rgba(47, 48, 76, 1);
    padding: 16px 20px;
    max-width: 300px;
    width: 100%;
    border-radius: 4px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.45s;
}

.pk-appeal-2026__submit-btn:hover,
.pk-appeal-2026__submit-btn:disabled {
    opacity: 0.7;
}

.pk-appeal-2026__submit-btn:disabled {
    cursor: not-allowed;
}

.pk-appeal-2026__policy-confirm {
    display: flex;
    align-items: center;
}

.pk-appeal-2026__policy-confirm-checkbox {
    width: 20px;
    height: 20px;
    border: 1px solid rgba(47, 48, 76, 1);
    border-radius: 3px;
    cursor: pointer;
}

.pk-appeal-2026__policy-confirm-checkbox.active {
    border: 1px solid #a2233e;
    background: #a2233e;
}

.pk-appeal-2026__policy-confirm-text {
    padding: 0 0 0 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: rgba(78, 81, 88, 1);
}

.pk-appeal-2026__policy-confirm-text a {
    color: rgba(47, 48, 76, 1);
    text-decoration: underline;
    transition: 0.4s;
}

.pk-appeal-2026__policy-confirm-text a:hover {
    opacity: 0.7;
}

.pk-appeal-2026__file-name {
    color: rgba(158, 158, 158, 1);
}

.pk-appeal-2026__file-remove {
    background: none;
    cursor: pointer;
    font-weight: 700;
    color: rgba(158, 158, 158, 1);
}

.pk-appeal-2026__success p,
.pk-appeal-2026__error p{
    width: fit-content;
    margin: 20px auto 0 auto; 
    background-color: rgb(249, 249, 249);
    padding: 20px 40px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.pk-appeal-2026__success p{
    color: rgb(0, 43, 112);
}

.pk-appeal-2026__error p{
    color: #a2233e;
}

.pk-appeal-2026__form-row--error {
    border: 1px solid #a2233e;
    border-radius: 3px;
}

@media(max-width:768px) {
    .pk-appeal-2026__title {
        display: none;
    }

    .pk-appeal-2026__text {
        margin: 15px 0 0 0;
    }

    .pk-appeal-2026__text p,
    .pk-appeal-2026__text p:last-child {
        font-size: 12px;
        line-height: 16px;
    }

    .pk-appeal-2026__form-row input {
        font-size: 12px;
        line-height: 16px;
        padding: 0 12px;
    }

    .pk-appeal-2026__form-row label {
        font-size: 10px;
        left: 8px;
    }

    .pk-appeal-2026__form-row textarea {
        font-size: 12px;
        line-height: 16px;
        padding: 9px 12px;
    }

    .pk-appeal-2026__file-like {
        font-size: 12px;
        line-height: 16px;
    }

    .pk-appeal-2026__form-row-info {
        margin: 4px 0 0 0;
    }

    .pk-appeal-2026__policy-confirm-text {
        font-size: 12px;
        line-height: 16px;
    }

    .pk-appeal-2026__policy-confirm-checkbox {
        flex: 0 0 20px;
    }

    .pk-appeal-2026__submit-btn {
        padding: 12px 20px;
    }

    .pk-appeal-2026__success p, 
    .pk-appeal-2026__error p {
        font-size: 14px;
        padding: 20px;
    }
}

/* стили для формы обращения в личном кабинете - конец */
@media(max-width:768px) {
    .af-main-page-banner-wrapper {
        height: calc(100vh - 114px);
    }

    .container.breadcrumbs__container{
        margin: 64px 0 0 0;
    }

    .personal__headers .personal__header-container {
        margin: 40px auto 0 auto;
    }

    .my-shopping-cart-page {
        margin-top: 64px;
    }

    .af-breadcrumb-wrapper .breadcrumbs__container{
        padding: 0;
    }

    .af-breadcrumb-wrapper .container.breadcrumbs__container {
        margin: 54px 0 0 0;
    }

    .af-breadcrumb-wrapper .breadcrumbs__back-link {
        position: relative;
        width: 16px;
        height: 16px;
        left: -4px;
    }

    .af-breadcrumb-wrapper .breadcrumbs .breadcrumbs__link a {
        font-size: 12px !important;
    }

    .personal-page-mobile {
        display: block;
    }

    .personal-page-mobile__title {
        font-size: 14px;
        line-height: 20px;
        color: #2F304C;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #F5F5F5;
        padding: 8px;
        position: relative;
        z-index: 50;
        height: 36px;
    }

    .personal-page-mobile__ico {
        margin: 0 0 0 10px;
        display: flex;
        align-items: center;
        transition: 0.2s ease;
    }

    .personal-page-mobile__title.active .personal-page-mobile__ico {
        transform: rotate(180deg);
    }

    .personal-page-mobile__container {
        position: relative;
        z-index: 50;
    }

    .personal-page-mobile__menu {
        display: none;
        position: absolute;
        left: 0;
        top: 36px;
        width: 100%;
        background: #fff;
        z-index: 50;
    }

    .personal-page-mobile__menu ul {
        padding: 12px 0;
    }

    .personal-page-mobile__menu li * {
        font-size: 12px;
        line-height: 16px;
        color: rgba(78, 81, 88, 1);
    }

    .personal-page-mobile__menu li {
        padding: 6px 8px;
        margin: 0 0 12px 0;
    }

    .personal-page-mobile__menu li:last-child {
        margin: 0;   
    }

    .personal-page-mobile__menu li:last-child * {
        color: rgba(158, 158, 158, 1);
    }

    .personal-page-mobile__menu-bg {
        display: none;
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        z-index: 40;
        background: rgba(0, 0, 0, 0.35);
    }

    .personal-profile-body-fixed {
        overflow-y: hidden;
    }

    .shopping-list-page--s4 .shopping-list-page__search-container {
        margin: 30px 0 0 0;
    }

    .shopping-list-page--s4 .shopping-content-s4 .input__search-wrp-s4 input {
        margin-bottom: 10px !important;
    }

    .shopping-list-page--s4 .shopping-content-s4 button.accordion-s4 {
        padding: 12px;
    }

    .shopping-list-page--s4 .shopping-list-item__head-button-info-item.first.order_number {
        width: 100%;
        flex-direction: row;
        position: static;
        margin: 0 0 12px 0;
        padding: 0 !important;
    }

    .shopping-list-page--s4 .save-order-number__msg {
        top: -40px;
        left: 0px;
    }

    .shopping-list-page--s4 .shopping-list-item__head-button-info-item:nth-child(2) {
        order: 0;
    }

    .shopping-list-page--s4 .shopping-list-item__head-button-info-item:nth-child(3) {
        order: 1;
    }

    .shopping-list-page--s4 .shopping-list-item__head-button-info-item span {
        font-size: 14px !important;
    }

    .shopping-list-page--s4 .shopping-content-s4 .title-4,
    .shopping-list-page--s4 .shopping-content-s4 .info-s4 {
        font-size: 12px !important;
        line-height: 16px !important;
        text-align: left !important;
    }

    .shopping-list-page--s4 .shopping-list-item__head-button-info-item {
        padding: 0;
    } 

    .shopping-list-page--s4 .accordion-wrp-s4 button.accordion::after {
        width: 16px;
        height: 16px;
        top: 16px;
    }

    .shopping-list-page--s4 .shopping-content-s4 .shopping-list-item__order-detail-info-s4 {
        padding: 12px;
        width: 100%;
    }

    .shopping-list-page--s4 .delivery-container-s4,
    .shopping-list-page--s4 .total.total-s4 {
        padding: 0;
        flex: 0 0 100%;
    }

    .shopping-list-page--s4 .shopping-content-s4 .delivery-info-s4 {
        justify-content: space-between;
    }

    .shopping-list-page--s4 .shopping-content-s4 .delivery-info-s4 *,
    .shopping-list-page--s4 .total.total-s4 * {
        font-size: 12px !important;
    }

    .shopping-list-page--s4 #shopping-list-items-wrp {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        padding: 12px;
    }

    .shopping-list-page--s4 .total.total-s4 .total__footer {
        margin-bottom: 0;
    }

    .shopping-list-page--s4 .shopping-content-s4 .personal-product-list-item__title-s4,
    .shopping-list-page--s4 .personal-product-list-item__property-info b, 
    .shopping-list-page--s4 .personal-product-list-item__property-info b * {
        font-size: 12px !important;
        line-height: 16px;
    }

    .shopping-list-page--s4 .shopping-content-s4 .personal-product-list-item__img-wrp-s4 {
        flex: 0 0 62px;
        height: 100px;
    }

    .shopping-list-page--s4 .shopping-content-s4 .personal-product-list-item__content-s4 {
        flex: 0 0 calc(100% - 62px);
    }

    .shopping-list-page--s4 .personal-product-list-item .personal-product-list-item__properties {
        margin-top: 12px;
    }

    .shopping-list-page--s4 .personal-product-list-item__property_color, 
    .shopping-list-page--s4 .personal-product-list-item__property {
        line-height: 16px;
    }

    .shopping-list-page--s4 .shopping-content-s4 .personal-product-list-item__price-s4 {
        font-size: 14px;
        line-height: 16px;
    }

    .shopping-list-page.shopping-list-page--s4 {
        padding-top: 0;
    }

    .shopping-list-page--s4 .shopping-list-page__body {
        margin-top: 20px;
    }

    .shopping-list-page--s4 .no-order-page {
        margin: 20px auto 0 auto;
    }

    .shopping-list-page--s4 .no-order-container {
        padding: 20px;
    }

    .shopping-list-page--s4 .no-order__subtitle {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 8px;
    }

    .shopping-list-page--s4 .no-order__text {
        font-size: 12px;
        line-height: 16px;
    }

    .shopping-list-page--s4 .no-order-img {
        transform: scale(0.8);
    }

    .container--s4 .favourite-page__favourite-list .favourite-page__heart-container {
        padding: 20px;
    }

    .container--s4 .favourite-page__heart-img {
        transform: scale(0.8);
    } 

    .container--s4 .favourite-page__favourite-list .favourite-page__description {
        padding: 0;
    }

    .container--s4 .favourite-page__favourite-list .favourite-page__subtitle {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 8px;
    }

    .container--s4 .favourite-page__favourite-list .favourite-page__text {
        font-size: 12px;
        line-height: 16px;
    }

    div.auth-window-2026__window-holder {
        height: calc(100vh - 60px);
        padding: 20px 16px;
        max-width: 100%;
        top: unset;
        bottom: 0;
    }

    div.auth-window-2026__window-holder.auth-window-2026__recovery {
        height: auto;
    }

    div.auth-window-2026__window {
        height: calc(100vh - 100px);
    }

    div.auth-window-2026__window-holder.auth-window-2026__recovery .auth-window-2026__window {
        height: 100%;
    }

    div.auth-window-2026__window .title-offis {
        font-size: 18px !important;
        margin: 0;
    }

    div.auth-window-2026 .authorization-new {
        margin-top: 20px;
        max-width: 100%;
    }

    div.auth-window-2026 .authorization-new__button {
        font-size: 12px;
        padding: 8px 0;
    }

    div.auth-window-2026 .authorization-new__buttons {
        margin-bottom: 20px;
    }

    div.auth-window-2026 .getting-code__input {
        max-width: 100%;
        font-size: 12px;
        margin: 0 0 32px 0;
        padding: 0 0 0 12px;
    }

    div.auth-window-2026 .authorization-new input::placeholder {
        font-size: 12px;
    }

    div.auth-window-2026 .getting-code__button {
        max-width: 100%;
    }

    .auth-window-2026 .getting-code__button, 
    .auth-window-2026 .button-entry__email, 
    .auth-window-2026 .button-entry {
        padding: 12px 20px;
    }

    .auth-window-2026 .entry-vk__container {
        flex-wrap: wrap;
    }

    .auth-window-2026 .entry-vk__wrapper,
    .auth-window-2026 .registration--new {
        flex: 0 0 100%;
        height: 44px;
        justify-content: center;
    }

    .auth-window-2026 .entry-vk__wrapper {
        margin: 0 0 12px 0;
    }

    .auth-window-2026 .registration--new {
        padding: 0 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .auth-window-2026 .policy-confirm__container {
        margin: 20px 0 0 0;
    }

    .auth-window-2026 .forgot-password {
       margin: 20px 0;
    }

    .auth-window-2026 .input-sms__text {
        font-size: 12px !important;
    }

    .auth-window-2026 .input-sms__input {
        padding: 10px 0 10px 12px;
    }

    .auth-window-2026 .policy-confirm__text {
        padding: 0 0 0 8px;
    }

    .auth-window-2026 .authorization-new__container {
        height: 325px;
        overflow-y: auto;
    }

    .auth-window-2026 .bx-authform--new {
        padding-left: 0;
        padding-right: 0;
    }

    .registration--2026 .registration__container {
        padding: 0 15px;
    }

    .registration--2026 .title-offis.reg-title {
        font-size: 14px !important;
        margin: 12px 0 !important;
    }

    .registration--2026 #registration-pol-wrp {
        flex-direction: row;
        height: auto;
    } 

    .registration--2026 .registration__pol {
        margin: 0;
        padding: 0 0 0 12px;
        font-size: 12px;
    }

    .registration--2026 .newsletter__chexbox {
        margin: 0;
        align-items: center;
    }

    .registration--2026 .registration__wrapper .registration__new input#male + label, 
    .registration--2026 .registration__wrapper .registration__new input#female + label {
        font-size: 12px;
    }

    .registration--2026 .registration__wrapper .registration__new input[type="radio"] {
        margin-right: 8px;
    }

    .registration--2026 .registration__new-input {
        font-size: 12px;
        height: 36px;
        padding: 0 0 0 12px;
    }

    .registration--2026 .registration__new-input::placeholder {
        font-size: 12px;
    }

    .registration--2026 .mini-input-name {
        font-size: 10px;
        top: -8px;
        left: 8px;
    }

    .registration--2026 #RegistrationFields .search-offs-box {
        margin: 0 0 20px 0 !important;
    }

    .registration--2026 .button-registration-code {
        height: 36px;
    }

    .registration--2026 .policy-confirm__container {
        margin: 12px 0;
    }

    .registration--2026 .registration__input-field {
        margin-bottom: 0;
    }

    .registration--2026 .registration__new .registration-info-box {
        margin-bottom: 32px;
    }

    .registration--2026 .entry-vk {
        margin-top: 32px !important;
        grid-template-columns: repeat(1, 1fr);
        gap: 12px;
    }

    .registration--2026 .entry-vk__wrapper,
    .registration--2026 .auth-window-call-btn {
        height: 44px;
    }

    .registration--2026 .seconds.registration__new-input-text {
        padding: 0 0 5px 12px;
        font-size: 12px;
    }

    .registration--2026 .reg-sms-block {
        margin-top: -8px;
    }

    .registration--2026 .button-registration {
        height: 44px;
    }

    .bx-authform--2026 .password-recovery__header {
        margin: 0 0 20px 0;
    }

    .bx-authform--2026 .recovery-text {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 12px;
    }

    .bx-authform--2026 .search-offs--new {
        font-size: 12px;
        line-height: 16px;
        padding-left: 12px;
        height: 36px;   
    }

    .recovery-mini-lable {
        font-size: 10px;
        top: -9px;
        left: 8px;
    }

    .bx-authform--2026 .getCodeInput {
        margin-bottom: 0;
    }

    .bx-authform--2026 .instructions-replace {
        margin: 20px 0 0 0;
    }

    .bx-authform--2026 .instructions-replace__message {
        padding: 20px;
        font-size: 12px;
        line-height: 16px;
    }

    .bx-auth--2026 .title-recovery-password {
        margin: 12px 0;
        font-size: 14px;
        line-height: 20px;
    }

    .bx-auth--2026 .registration__input--new::placeholder,
    .bx-auth--2026 .password-info {
        font-size: 12px;
    }

    .bx-auth--2026 .registration__input--new {
        font-size: 12px;
        padding: 0 0 0 12px;
        height: 36px;
    }

    .bx-auth--2026 .personal-account--new .btn {
        height: 44px;
    }
}


@media(max-width:1024px) {
     /* .af-main-page-banner-wrapper {
        margin: 52px 0 0 0;
     } */

    /* .af-main-page-banner-wrapper .bx-news-list.tpl-baners-slider-type-0 .bx-item  {
        height: unset;
    } */

    .af-main-page-banner-wrapper .bx-news-list.tpl-baners-slider-type-0 .bx-item  {
        height: calc(100vh - 114px);
    }

    .af-main-page-banner-wrapper .bx-news-list.tpl-baners-slider-type-0 img.bx-mobile{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .af-title {
        font-size: 16px;
        line-height: 22px;
        margin: 10px 0;
    }

    .af-category-slider-pagination,
    .af-popular-slider-pagination {
        font-size: 14px;
        top: 1px !important;
        right: 50px !important;
    }

    .af-category-slider-button-next,
    .af-popular-slider-button-next {
        transform: scale(0.8);
        top: -4px;
        right: 16px;
        display: none;
    }

    .af-category-slider-button-prev,
    .af-popular-slider-button-prev {
        transform: scale(0.8) rotate(180deg);
        top: -4px;
        right: 89px;
        display: none;
    }

    .af-category-slider__item-title {
        font-size: 12px;
        line-height: 14px;
    }

    .af-tabs__container .wrap-fil.wrap-fil--custom {
        position: static;
    }

    .af-title.af-title--modified {
        margin: 20px 0 10px 0;
    }

    .af-category__container, 
    .af-tabs__container, 
    .af-popular__container,
    .bx-section-description--af .section-text-content {
        padding: 0 16px;
    }

    .af-tabs__container .wrap-fil.wrap-fil--custom {
        justify-content: flex-start;
        margin: 0 0 20px 0;
    }

    .af-tabs__container .catalog-slider {
        margin: 0 -16px;
    }

    .af-tabs .catalog-item,
    .af-popular .catalog-item {
        margin-bottom: 0;
    }

    .af-tabs .catalog-item .catalog-item__footer--min-height,
    .af-popular .catalog-item .catalog-item__footer--min-height {
        margin: 0;
    }

    .af-tabs .catalog-item__title {
        font-size: 14px;
    }

    .af-tabs .catalog-item__price,
    .af-tabs .catalog-item__price_elder {
        font-size: 13px;
    }

    .af-popular__container {
        margin: 0;
    }

    .af-popular .catalog-item__img-wrp {
        padding: 0;
    }

    .af-footer__menu-holder,
    .af-footer__contacts,
    .af-footer__subscribe,
    .af-footer__app {
        grid-column: span 12;
    } 

    .af-footer__app {
        justify-content: flex-start;
    }

    .af-footer__mid {
        flex-wrap: wrap;
        padding: 20px 0 100px 0;
        background: unset;
    }

    .af-footer__copyright,
    .af-footer__mid-links {
        flex: 0 0 100%;
    }

    .af-footer__copyright {
        margin: 0 0 20px 0;
    }

    .af-footer__menu-holder .menu-nav-content,
    .footer-form-sub {
        max-width: unset;
    }

    .af-footer__menu-holder .menu-nav-content {
        display: none;
        margin: 10px 0 0 0;
    }

    .af-footer__container {
        padding: 40px 16px 0 16px;
    }

    .af-footer__container .menu-nav-content .menu-nav-linc {
       flex: 0 0 100%;     
    }

    .af-footer__subscribe {
        order: 1;
    }

    .af-footer__menu-holder:first-child {
        order: 2;
    }

    .af-footer__menu-holder:nth-child(2) {
        order:3;
    }

    .af-footer__menu-holder:nth-child(3) {
        order:4;
    }

    .af-footer__contacts {
        order: 5;
        margin: 30px 0 0 0;
    }

    .af-footer__app {
        order: 6;
    }

    #footer-form-sub {
        padding: 0 0 40px 0;
    }

    .af-footer__menu-title {
        position: relative;
        margin: 0;
    }

    /* .af-footer__contacts .af-footer__menu-title {
        position: static;
    } */

    .af-footer__contacts .af-footer__menu-title::after {
        display: none;
    }

    .af-footer__menu-title::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 24px;
        height: 24px;
        background: url(/local/templates/arfashion/img/icons/chevron.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        transform: rotate(90deg);
        transition: 0.2s ease;
    }

    .af-footer__menu-title.active::after {
        transform: rotate(270deg);
    }

    .af-header__container {
        height: 52px;
        padding: 0 16px;
        /* background: #fff;
        -webkit-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.2); */
    }

    /* .af-header__burger::before,
    .af-header__burger::after {
        background: rgba(26, 42, 74, 1);
    } */

    .af-header__shops-link,
    .af-header__favorite,
    .af-header__cart,
    .af-header__user-profile {
        display: none;
    }

    /* .af-header__logo-img-white {
        display: none;
    }

    .af-header__logo-img-colored {
        display: block;
    }

    .af-header__search .search .img-search {
        background: rgba(26, 42, 74, 1) !important;
    } */

    .af-header__search {
        margin: unset;
    }

    .af-header__search .search {
        top: unset;
        right: 8px;
        left: unset;
    }

    .af-header__burger {
        width: 30px;
        height: 30px;
    }

    .af-header__right {
        max-width: 30px;
    }

    .af-header__logo {
        max-width: 150px;
        width: 100%;
        margin: unset;
    }

    .af-header__search .search.active ~ .search-offs--hover {
        right: 16px;
        top: 2px;
        left: unset;
    }

    .af-header__search #smart-title-search {
        box-shadow: none !important;
    }

    .af-header__search .search ~ .search-offs--hover form {
        margin-left: 0;
    } 

    .af-header__burger.af-header__burger--active::before {
        top: 15px !important;
        transform: rotate(45deg) !important;
        background: rgba(0, 43, 112, 1) !important;
    } 

    .af-header__burger.af-header__burger--active::after {
        bottom: 13px !important;
        transform: rotate(135deg) !important;
        background: rgba(0, 43, 112, 1) !important;
    }

    .af-header__main-menu .header__nav {
        position: static;
    }

    .af-header__main-menu {
        position: fixed;
        top: 52px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 112px);
        background: #fff;
        overflow-y: auto;
        overflow-x: hidden;
        transition: 0.2s ease;
    }

    .af-header__main-menu.opened{
        left: 0;
    }

    .af-header__main-menu .header__menu li .menu__item-t {
        color: rgba(78, 81, 88, 1);   
    }

    .af-header__main-menu .menu.header__menu.pt {
        padding: 16px;
    }

    .af-header__main-menu .menu__item {
        padding: 0;
    }

    .af-header__main-menu .header__menu > li > div > a {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .af-header__main-menu .header__menu li .menu__item-t {
        font-family: "Open Sans", sans-serif;
        font-size: 14px;
        line-height: 18px;
    }

    .af-header__main-menu .mene-hover-box {
        position: static;
    }

    .af-header__main-menu .menu__item.active ~ .mene-hover-box {
        padding: 0;
        transform: unset;
        box-shadow: unset;
    }

    .af-header__main-menu .menu__item.active ~ .mene-hover-box {
        height: auto;
        width: 100%;
        padding: 7px 0 0 12px;
    }

    .af-header__main-menu .header__menu .menu__item .has-inner-items-icon {
        height: auto;
        bottom: unset;
        transform: rotate(90deg);
    }

    .af-header__main-menu .header__menu .menu__item.active .has-inner-items-icon {
        transform: rotate(0deg);
    }

    .af-header__main-menu .af-custom-links li a,
    .af-header__main-menu .mene-hover-linc a,
    .af-header__main-menu .mene-hover-linc .parent3.menu-bold,
    .af-header__main-menu .name-tag-block {
        font-size: 12px;
        line-height: 16px;
    }

    .af-header__main-menu .mene-hover-linc a:hover {
        color: rgba(26, 42, 74, 1);
    }

    .af-header__main-menu .af-custom-links li {
        margin: 0 0 12px 0;
    }

    .af-header__main-menu .name-tag-block  {
        margin-top: 0;
    }

    .af-header__main-menu .tag-menu {
        height: 25px;
    }

    .af-footer__app-img {
        display: none;
    }

    .af-footer__app-links {
        display: block;
    }

    .af-footer__app-text {
        margin: 0 0 10px 0;
    }

    .af-header__search .bx-input-group #smart-title-search-input {
        height: 48px;
    }

    .af-tabs__container .slick-slide  {
        margin: 0 1px;
        padding: 0 3px 0 0;
    }

    .af-tabs__container .catalog-slider {
        margin: 0 0;
    }

    .af-tabs__container .catalog-item__img-wrp {
        padding: 0;
    }

    .af-tabs__container .catalog-item {
        padding-bottom: 0;
    }

    .af-footer__mid .af-footer__copyright,
    .af-footer__mid .af-footer__mid-links {
        display: block;
    }

    .af-footer__app .af-footer__mid-links, 
    .af-footer__top .af-footer__menu-holder .af-footer__copyright--wrappered {
        display: none;
    }

    .af-footer__menu-holder,
    .af-footer__contacts,
    .af-footer__subscribe,
    .af-footer__app {
        min-height: unset;
    }

    .af-header__logo #logo_layer_1,
    .af-header__logo #logo_layer_2 {
        width: 100%;
        height: auto; 
    }

    .af-tabs .af-tabs__container .slick-dots {
        display: none !important;
    }

    .af-header__left {
        max-width: unset;
        width: fit-content;
    }

    .af-footer__contacts .footer__wrapper-block,
    .footer-form-sub {
        margin: unset;
    }

    .footer-form-sub {
        width: 100%;
    }

    .af-category__container {
        margin: 0 0 16px 0;
    }

    .af-body-fixed {
        height: 100%;
        overflow: hidden; 
    }

    .bx-section-description--af .categories__title.gidh1 {
        font-size: 16px;
    }

    .bx-section-description--af.bx-section-description p,
    .bx-section-description--af .bx-section-description--button {
        font-size: 14px;
    }

    .af-category-slider__item-img {
        margin: 0 0 10px 0;
    }

    .af-popular .catalog-item__title {
        font-size: 12px;
        line-height: 14px;
        max-height: 28px;
        overflow: hidden;      
        text-overflow: ellipsis;
    }

    .af-popular .catalog-item__price {
        font-size: 12px;
        line-height: 14px;
    }

    .af-popular .catalog-item__price_elder:not(:empty) {
        font-size: 11px;
        line-height: 12px;
    }

    .af-tabs__container .catalog-item__title {
        font-size: 12px;
        line-height: 14px;
        text-align: left;
        max-height: 28px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .af-tabs__container {
        margin: 0 0 10px 0;
    }

    .af-tabs__container .owl-carousel1.owl-new.catalog-slider {
        margin: 0;
    }

    .af-popular__container .catalog-item__img-wrp {
        height: auto;
    }


  }

  @media (min-width: 410px) and (max-width: 500px) {
    .af-header__search .search.active ~ .search-offs--hover {
        min-width: 320px;
    }
  }

  

/*modal form*/

.subscribe-section {
  font-family: 'Geometria', system-ui, -apple-system, sans-serif !important;
  display: flex;
  justify-content: center;
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
}

.subscribe-popup {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  max-width: 800px;
  max-height: 448px;
}

.subscribe-popup__content {
	display: flex;
  max-height: 448px;
}

.subscribe-popup__left {
  flex: 0 0 45%;
  overflow: hidden;
}
.subscribe-form {
  gap: 32px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.subscribe-popup__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.subscribe-popup__right {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 80px 40px;
  display: flex;
  flex-direction: column;
}

.subscribe-popup__info {
  width: 100%;
  margin-bottom: 32px;
  gap: 12px;
  display: flex;
  flex-direction: column;
}

.subscribe-popup__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: rgba(47, 48, 76, 1);
}

.subscribe-popup__text {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: rgba(78, 81, 88, 1);
	margin-bottom: 12px;
}

.subscribe-form__field {
  
}

.subscribe-form__input {
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  padding-left: 20px;
  border: 1px solid rgb(234, 234, 234);
  border-radius: 3px;
  font-family: Geometria;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
}

.subscribe-form__input:focus {
  color: #1e2a4a;
}

.subscribe-form__input::placeholder {
  color: #9aa0af;
}

.subscribe-form__button {
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0%;
	text-align: center;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 1);
	background-color: rgba(47, 48, 76, 1);
	border-radius: 4px;
	padding: 12px 20px;
	width: 100%;
	cursor: pointer; 
}

.subscribe-form__consent {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 1rem;
}

.subscribe-form__checkbox {
  width: 20px;
  height: 20px;
  min-width: 20px;
  border: 1px solid rgba(47, 48, 76, 1);
  border-radius: 3px;
  background: #fff;
  cursor: pointer;
  margin-top: 1px;
  appearance: none;
}

.subscribe-form__checkbox:checked {
  background: #1e2a4a;
  border-color: #1e2a4a;
}

.subscribe-form__consent-text {
	font-weight: 400;
	font-size: 12px !important;
	line-height: 16px;
	color: rgba(158, 158, 158, 1);
}

.subscribe-form__consent-text a {
  color: rgba(47, 48, 76, 1);
  text-decoration: none;
}

.subscribe-form__button-consent {
  gap: 12px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 768px) {
  .subscribe-popup {
    max-height: none;
    border-radius: 0;
  }

  .subscribe-popup__content {
    flex-direction: column;
    max-height: none;
  }

  .subscribe-popup__left {
	display: none;
    flex: 0 0 auto;
    height: 260px;
  }

  .subscribe-popup__right {
    padding: 40px 32px;
  }
  .subscribe-modal__content {
	padding: 40px !important;
	min-height: auto;
  }
  .subscribe-modal__body {
	 min-height: auto !important;
  }
  .subscribe-modal__date-box {
  max-width: 100% !important;
  }
}

@media (max-width: 480px) {
  .subscribe-popup__left {
    /*height: 200px;*/
  }

  .subscribe-popup__right {
    padding: 32px 20px;
  }

  .subscribe-popup__title {
    font-size: 18px;
    line-height: 22px;
  }

  .subscribe-popup__info {
    margin-bottom: 24px;
  }

  .subscribe-form {
    gap: 20px;
  }

  .subscribe-form__input {
    height: 44px;
  }

  .subscribe-form__button {
    padding: 14px 20px;
  }
}

/*modal-form-join*/

.subscribe-modal {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
	min-height: 528px;

.subscribe-modal--hidden {
   /* display: none;*/
}

.subscribe-modal__body {
    display: flex;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    max-width: 800px;
    width: 100%;
    height: 528px;
	font-family: 'Geometria', system-ui, -apple-system, sans-serif !important;
}

.subscribe-modal__image-side {
    flex: 0 0 45%;
    overflow: hidden;
}

.subscribe-modal__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.subscribe-modal__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 80px 40px;
    gap: 32px;
    overflow-y: auto;
}

.subscribe-modal__header {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/*.subscribe-modal__close {
    position: absolute;
    top: -16px;
    right: -8px;
    background: none;
    border: none;
    font-size: 24px;
    color: #9e9e9e;
    cursor: pointer;
    line-height: 1;
    padding: 0;
}*/

.subscribe-modal__close:hover {
    /*color: #2f304c;*/
}

.subscribe-modal__title {
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0%;
	text-transform: uppercase;
	color: rgba(47, 48, 76, 1);
}

.subscribe-modal__subtitle {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: rgba(78, 81, 88, 1);
}

/* Поля */
.subscribe-modal__fields {
    display: flex;
    flex-direction: column;
    gap: 20px;
	margin-bottom: 32px;
}

.subscribe-modal__field {
    display: flex;
    flex-direction: column;
	position: relative;
}

.subscribe-modal__input {
    width: 100%;
    box-sizing: border-box;
    height: 48px;
    padding: 0 16px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    font-size: 14px;
    line-height: 20px;
    color: #2f304c;
    background: #fff;
    outline: none;
    transition: border-color 0.2s;
    font-family: inherit;
}

.subscribe-modal__input:focus {
    /*border-color: #2f304c;*/
	color: #2f304c
}

.subscribe-modal__input::placeholder {
    color: #9aa0af;
}

.subscribe-modal__field--gender {
    flex-direction: row;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.subscribe-modal__gender-label {
    font-size: 14px;
    color: #4e5158;
    margin-right: 4px;
}

.subscribe-modal__radio {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.subscribe-modal__radio-input {
    display: none;
}

.subscribe-modal__radio-box {
    width: 20px;
    height: 20px;
    min-width: 20px;
    border: 1.5px solid rgba(163, 34, 61, 1);
    border-radius: 3px;
    background: #fff;
    transition: background 0.15s, border-color 0.15s;
    display: flex;
    align-items: center;
    justify-content: center;
}


.subscribe-modal__radio-input:checked + .subscribe-modal__radio-box {
      border: 1px solid rgba(163, 34, 61, 1);
	  background: rgba(163, 34, 61, 1);
}


.subscribe-modal__radio-text {
    font-size: 14px;
    color: #2f304c;
}

.subscribe-modal__bottom {
    display: flex;
    flex-direction: column;
    gap: 20px;
	position: relative;
}

.subscribe-modal__submit {
    width: 100%;
	min-width: 300px;
	padding: 12px 20px;
	border-radius: 4px;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 1);
	background-color: rgba(47, 48, 76, 1);
	cursor: pointer;
}


.subscribe-modal__policy {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
}

.subscribe-modal__checkbox {
    width: 20px;
    height: 20px;
    border: 1px solid rgba(47, 48, 76, 1);
    border-radius: 3px;
    background: #fff;
    cursor: pointer;
    margin-top: 1px;
    appearance: none;
    -webkit-appearance: none;
    flex-shrink: 0;
}

.subscribe-modal__checkbox:checked {
    border: 1px solid rgba(163, 34, 61, 1);
    background: rgba(163, 34, 61, 1);
}

.subscribe-modal__policy-text {
    font-size: 12px;
    line-height: 16px;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	color: rgba(158, 158, 158, 1);
}

.subscribe-modal__policy-link {
    color: rgba(47, 48, 76, 1);
    text-decoration: none;
}

.subscribe-modal__error {
    position: absolute;
    font-size: 12px;
    line-height: 14px;
    color: #d31313;
    opacity: 0;
    display: none;
    transition: opacity .2s ease;
	top: -17px;
}

@media (max-width: 768px) {
    .subscribe-modal__body {
        flex-direction: column;
        max-height: 95vh;
        border-radius: 0;
    }

    .subscribe-modal__image-side {
        display: none;
    }

    .subscribe-modal__content {
        /*padding: 32px 24px;*/
    }
	.search-offs-box .registration__input-box .data-rti .subscribe-modal__date-box {
	width: 100% !important;
	max-width: 100% !important;
	}
}

@media (max-width: 480px) {
    .subscribe-modal__image-side {
        display: none;
    }

    .subscribe-modal__content {
        padding: 24px 16px;
        gap: 24px;
    }

    .subscribe-modal__title {
        font-size: 17px;
    }
}

.subscribe-modal {
    overflow-y: auto;
}

.subscribe-modal__body {
    overflow: hidden;
}

.subscribe-modal__content {
    overflow: hidden;
}
.subscribe-modal__body--with-errors {
    height: auto;
    min-height: 580px;
}
.subscribe-modal--hidden {
    display: none;
}

#subscribePolicyError {
    position: absolute;
    margin-top: 65px;
}

.subscribe-modal__field,
.subscribe-modal__field--gender,
.subscribe-modal__policy {
    position: relative;
}

@media (max-width: 480px) {
    .subscribe-modal__subtitle {
        font-size: 12px;

    }
	  .subscribe-modal__body {
        height: auto;
}
}

.subscribe-form__error {
    transition: opacity .2s ease;
}

.subscribe-form__input--error {
    border-color: #d31313 !important;
}

.subscribe-form__content {
    position: relative;
    padding-bottom: 20px;
}

.subscribe-consent-error {

}

.subscribe-form__field {
    position: relative;
}

.subscribe-form__button-consent {
    position: relative;
}

.subscribe-form__error,
.subscribe-form__consent-error {

    position: absolute;
    bottom: 100%;
    left: 0;
    margin-bottom: 3px;

    font-size: 13px;
    line-height: 1.3;
    color: #d31313;
    display: none;
    opacity: 0;
    transition: opacity .2s ease;
    z-index: 5;

}

.subscribe-consent-error {
    left: 0;
    transform: translateY(-8px);
}

.subscribe-modal__success {
    color: rgba(47, 48, 76, 1);
    font-size: 14px;
    margin-top: 25px;
    text-align: center;
}

