form .d-none {
    display: none;
}

.card-dark-form .card-dark-form__group input::placeholder {
    color: #ffffff4d;
}

.page__wrapper {
    position: relative;
}

.btn-menu-wrapper {
    position: absolute;
    top: 40px;
    right: 60px;
    height: 100%;
}

@media only screen and (max-width: 500px) {
    .btn-menu-wrapper {
        position: initial;
        height: auto;
    }
}

.product-hero__thumbs {
    margin: 0 auto 50px;
}

.product-description {
    padding: 50px 0;
}

.js-product-slider-custom .js-product-thumbs .swiper-wrapper {
    justify-content: center;
}

.js-product-slider-custom img {
    pointer-events: none;
    user-select: none;
}

.js-product-slider-custom .swiper-slide:hover {
    cursor: pointer;
}

/* .js-suggestion-slider-custom .swiper-slide {
    height: auto;
} */

/* .js-suggestion-slider-custom .product-card {
    height: 100%;
} */

.product-suggestions__cards {
    /*max-width: 1275px;*/
}

@media only screen and (max-width: 768px) {
    .product-suggestions__cards .swiper-wrapper {
        overflow-y: unset;
        grid-gap: unset;
    }
    .product-card--clean .product-card__description, .product-card--clean .product-card__price, .product-card--clean .product-card__title {
        display: block;
    }
    .product-suggestions__cards .swiper-slide {
        max-width: unset;
    }
    .product .product-suggestions__cards .swiper-slide:last-child {
        /*width: 30px!important;*/
    }
    .product-suggestions__cards {
        width: unset;
        left: unset;
    }
}

.product-suggestions__cards {
    /*max-width: 1275px;*/
}


.product .product-suggestions__cards .swiper-slide:last-child {
    /*width: unset!important;*/
}

.product-suggestions__cards .swiper-slide:first-child {
    /*margin-left: 60px;*/
}

@media only screen and (max-width: 960px) {
    .product-suggestions__cards {
        left: unset;
    }
    .product-suggestions__cards .swiper-slide:first-child {
        margin-left: 0px;
    }
}

/*@media (hover: hover) {*/
/*    .product-card:hover .product-card__front-image {*/
/*        opacity: unset;*/
/*    }*/
/*}*/

/*.product-hero__backlink {*/
/*    font-family: 'Arial';*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    font-size: 15px;*/
/*    line-height: 22px;*/
/*    color: rgba(52, 52, 52, 0.5);*/
/*    position: absolute;*/
/*    top: 40px;*/
/*    z-index: 1000;*/
/*    cursor: pointer;*/
/*}*/

/*.product-hero__backlink:hover {*/
/*    color: #343434;*/
/*}*/

/*@media only screen and (max-width: 768px) {*/
/*    .product-hero__backlink {*/
/*        padding-left: 10px;*/
/*    }*/
/*}*/


/*.product-hero__slide {*/
/*    height: 83vh;*/
/*    max-height: 800px;*/
/*}*/

/*.product-hero__slider {*/
/*    max-width: 900px;*/
/*}*/

/*.product-hero__image {*/
/*    max-height: 800px;*/
/*}*/

/*.swiper-backface-hidden .swiper-slide {
    height: 830px;
}*/

.product-hero {
    /*padding-top: 0px;*/
    background-color: #E4E4E4;
}

.product-hero__thumbs .product-hero__slide {
    background-color: unset;
}

.js-product-slider-custom-mobile {
    display: none;
}

@media only screen and (max-width: 768px) {
    .product-hero__slide {
        /*height: 540px;*/
        /*height: 67vh;*/
    }
    .js-product-slider-custom {
        display: none;
    }
    .js-product-slider-custom-mobile {
        display: block;
    }

    .product-hero__slider .swiper-pagination {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 640px) {
    .product-card {
        padding: 61px 0 36px;
    }

    .product-card__cover {
        margin-bottom: 18px;
        /*height: unset;*/
    }
}

.product-hero__image {
    height: 100%;
    /*object-fit: cover;*/
}

.product-card {
    background-color: #E4E4E4;
}

.vue-basket .product-order {
    background-color: #E4E4E4;
}

.product-hero__gallery.js-product-slider-custom {
    /*height: 100vh;*/
    /*max-height: 1000px;*/
}

.product-hero__gallery.js-product-slider-custom .product-hero__slider {
    margin: 0 auto 0;
    width: 89vh;
    max-width: 865px;
}
.product-hero__gallery.js-product-slider-custom .product-hero__slide {
    height: 81vh;
    max-height: 785px;
}
.product-hero__gallery.js-product-slider-custom .product-hero__thumbs .product-hero__slide {
    width: 8vh;
    height: 8vh;
    max-width: 80px;
    max-height: 80px;
    padding-bottom: 1vh;
}
.product-hero__gallery.js-product-slider-custom .product-hero__separator {
    height: 3vh;
    max-height: 30px;
}

.product-hero__thumbs {
    mix-blend-mode: darken;
}

.product-hero.container {
    padding-left: 0;
    padding-right: 0;
}

@media only screen and (max-width: 960px) {
    .product-hero__gallery.js-product-slider-custom .product-hero__slider {
        width: unset;
    }
}

.detail-description__btn-wrapper {
    text-align: center;
}

.detail-description__text {
    text-align: left;
    display: none;
}
.detail-description__btn-wrapper .detail-description__btn {
    display: inline;
    border-bottom: 1px dashed #000;
    cursor: pointer;
}
.detail-description__btn-wrapper .detail-description__btn-arrow {
    display: inline;
    cursor: pointer;
}
.detail-description__btn-wrapper .detail-description__btn-arrow:after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.15em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.product-description__text {
    font-size: 15px;
    line-height: 25px;
    color: #000000;
}

.header {
    padding-top: 78px;
}
.header__logo {
    text-align: center;
    margin-bottom: 106px;
}

.radio-order__title {
    min-height: 40px;
    align-items: baseline!important;
}

.product-description__text a, .detail-description__text a {
    display: inline;
    text-decoration: underline;
    transition: color ease .2s;
}

.product-description__text a:hover, .detail-description__text a:hover {
    color: rgba(52,52,52,.7);
}
#feedback-form-wrapper {
    background-color: #1f1f1f;
}

.detail-delivery_container {
    margin-top: 53px;
}
.form-feedback_text_align {
    text-align: center;
}

.card-dark-form--w-det {
    min-height: 458px;
}

.preloader {
    width: 100px;
    height: 100px;
    background: lightgrey;
    display: inline-block;
    border-radius: 50%;
    box-sizing: border-box;
    animation: animloader 1s ease-in infinite;
}
@keyframes animloader {
    0% {
        transform: scale(0);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}
.vue-basket .order__user-form .input-group__error {
    font-size: 10px;
}
.container {
    max-width: 100%;
}
.container.container--small{
    max-width: 600px;
}
.alert-header {
    background-color: #1f1f1f;
    padding-top: 40px;
    padding-bottom: 40px;
}
.alert-header__content {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
}
.alert-header__content p {
    margin-top: 0px;
    margin-bottom: 0px;
}
.alert-header > *:not(:last-child) {
    margin-bottom: 0px;
}
.alert-header__button {
    color: black;
    font-family: Montserrat;
    line-height: 28px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    border: none;
    padding: 3px 25px;
    margin-top: 40px;
}

/* body * {
    font-family: "Montserrat-Regular";
} */
.reviews_count {
    font-style: normal;
    font-weight: 450;
    font-size: 14px;
    line-height: 23px;
    color: #000000;
    font-family: Montserrat;
    vertical-align: 3px;
    opacity: 40%;
    margin-left: 11px;
}
.ozon_detail {
    margin-top: 21px;
    margin-bottom: 6px;
    display: inline-block;
}
.ozon_detail svg {
    margin-right: -1.27px;
}

@media (max-width: 500px) {
    .reviews_count {
        font-style: normal;
        font-weight: 400;
        font-size: 11px;
        line-height: 21px;
        color: #000000;
        font-family: Montserrat;
        vertical-align: 2px;
        opacity: 80%;
        margin-left: 7px;
    }
    @supports (-webkit-overflow-scrolling: touch) {
        .reviews_count {
            font-size: 12px;
            opacity: 80%;
            font-weight: 350;
        }
    }
    .ozon_detail {
        margin-top: 10px;
        margin-bottom: 8px;
    }
    .ozon_detail svg {
        width: 15px;
        height: 14px;
        margin-right: -1.7px;
    }
    .detail-prod__container .swiper-container {
        margin-left: auto;
        margin-right: auto;
        position: relative;
        overflow: unset;
        z-index: 1;
        height: 473px;
    }
    .detail-prod__col-cards {
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 19px;
        overflow: hidden;
    }
    .floating-block {
        margin-top: 20px;
    }
    .floating-block .product-hero__price span {
        font-size: 17px;
        line-height: 1px;
        font-family: "Montserrat";
        font-weight: 500;
    }
}
.product-hero__price span, .product-hero__price p  {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 61px;
    color: #000000;
    margin-bottom: 30px;
    font-family: "Montserrat-Bold";
}
@media (min-width: 501px) {
    .ozon_detail path{
        fill: #343434;
    }
}

.product-gallery__card.swiper-slide video {
    display: flex;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detail-delivery_container {
    margin-top: 20px;
    max-width: 324px;
}

.detail-delivery_item {
    align-items: start;
    gap: 6px;
    margin-bottom: 35px;
}

.delivery-item_icon {
    margin-right: -2px;
    margin-left: -1px;
    line-height: 1.4;
}

.delivery-item_desc {
    line-height: 15px
}

.desc_bold {
    font-family: Montserrat-semibold;
    font-weight: 500;
    letter-spacing: 0.2px;
    color: #000;
}

.desc_light {
    font-size: 12px;
    line-height: 15px;
}

.floating-block .product-description__detail-description {
    margin-bottom: 50px;
}

.captcha .js-group-label__input {
    margin-top: 35px;
}

.js-buy-form-btn.btn--white {
    margin-bottom: 37px;
}

/* ----- CORPORATE ----- */
.cooperation-section__contact-link:not(:last-child) {
    padding-left: 5px;
    padding-top: 3px;
}

.cooperation-section__contact-link:nth-child(2) {
    padding-left: 0px;
}

.cooperation-section__contact-link:nth-child(3) {
    padding-left: 6px;
}

.cooperation-section__contact-link:nth-child(4) {
    gap: 10px;
}

.cooperation-section__contacts {
    gap: 21px;
}

.cooperation-section__catalog-link {
    padding: 21px 22px;
}

.cooperation-section__catalog-link__main b {
    line-height: 23px;
    padding-top: 7px;
}

.cooperation-section__catalog-link__main p {
    font-family: Montserrat-Medium;
    font-size: 12px;
    line-height: 19px;
    opacity: .5;
    margin: 0;
}

.cooperation-section__no-desc,
.form-feedback__input-text {
    font-family: 'Montserrat';
}

.cooperation-section__no-desc {
    letter-spacing: 0.18px;
}

.cooperation-section__no-desc p {
    font-family: Montserrat-Bold;
    font-size: 50px;
    line-height: 25px;
    margin: 0 0 -20px 0;
}

.cooperation-section__form-wrapper {
    margin-top: 118px;
}

.cooperation-section__form-wrapper h4 {
    margin: -2px 0 0 2px;
}

.cooperation-section__form {
    padding: 21px 27px 65px;
}

.cooperation-section__form__input--name {
    margin-top: 64px;
}

.cooperation-section__form__input {
    gap: 3px;
}

.cooperation-section__form .captcha .form-feedback__input-text {
    margin-top: 28px;
}

.cooperation-section__form .captcha .js-group-label__input {
    margin-top: 0;
}

.cooperation-section__form__submit-btn:hover {
    color: #000;
}

.cooperation-section__form [id^=comp_] {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.cooperation-section__form .form-feedback_text_align {
    text-align: left;
}

.cooperation-section__form textarea::placeholder,
.cooperation-section__form__input input::placeholder,
.captcha input::placeholder {
    color: #ffffff;
    opacity: 0.4;
    font-family: 'Montserrat';
    font-weight: 500;
    letter-spacing: 0.18px;
}

.cooperation-section__form .form_thanks {
    display: block;
    margin-top: 20px;
}

.cooperation-section__catalog-link:hover {
    background-color: #2b2b2b;
}

.cooperation-section__form__input-desc {
    font-family: inherit;
}

.cooperation-section__form textarea {
    min-height: 225px;
}

footer.corporate .footer-main__logo {
    margin-bottom: 28px;
}

footer.corporate .footer_contacts {
    margin-top: 27px;
}

footer.corporate .about-social__title {
    margin-top: 19px;
}

@media (max-width: 1500px) {
    .cooperation-section__title {
        font-size: 110px;
        line-height: 150px;
    }
}

@media only screen and (max-width: 576px) {
    .cooperation-section__title {
        margin: 51px 0 0;
        font-size: 34px;
        line-height: 58px;
        word-wrap: normal;
    }

    .footer-delivery_container {
        margin-bottom: 14px;
    }

    .footer-delivery_container--mb {
        margin-bottom: 33px;
    }

    .btn-menu.corporate {
        top: 22px;
    }

    .btn-menu.storefinder {
        top: 24px;
    }

    .cooperation-section__contact-link:not(:last-child) {
        padding-left: 0;
    }

    .cooperation-section__form__input--name {
        margin-top: 37px;
    }

    .cooperation-section__head {
        padding: 25px 11px 0;
    }

    .cooperation-section {
        padding: 0px 37px;
    }

    .cooperation-section__contacts {
        gap: 28px;
        margin-top: 31px;
    }

    .cooperation-section__contacts__grid {
        gap: 15px;
    }

    .cooperation-section__catalog-link {
        margin-left: -21px;
        width: calc(100% + 42px);
        padding: 14px 18px;
    }

    .cooperation-section__no-desc {
        margin: 82px 0 0;
        font-size: 14px;
        line-height: 23.5px;
        letter-spacing: unset;
    }

    .cooperation-section__no-desc p {
        margin-bottom: -11px;
    }

    .cooperation-section__form {
        padding: 21px 27px 22px;
    }

    .cooperation-section__form-wrapper {
        margin-top: 40px;
        gap: 3px;
        align-self: auto;
    }

    .cooperation-section__form-wrapper h4 {
        margin: -2px 0 0 -1px;
    }

    .cooperation-section__form textarea {
        padding: 0px 4px 0 3px;
    }
    
    .cooperation-section__form textarea::placeholder {
        letter-spacing: 0.1px;
    }

    .cooperation-section__form .form-feedback__input-text {
        letter-spacing: 1.2px;
        margin-left: 2px;
    }

    .cooperation-section__form .captcha .form-feedback__input-text {
        margin-top: 0;
    }

    .cooperation-section__form__input input {
        letter-spacing: -0.3px;
        margin-left: 2px;
    }

    .cooperation-section__form__input input::placeholder {
        font-family: 'Montserrat';
        font-size: 15px;
        font-weight: 100;
        letter-spacing: 0.4px;
    }

    .cooperation-section__form__input--email {
        margin-top: 20px;
    }

    .cooperation-section__form__input-desc {
        margin: 23px 0 0;
        line-height: 19px;
        margin-left: 2px;
        letter-spacing: 0.1px;
    }

    .cooperation-section__form .form-feedback__btn-form {
        margin-left: 2px;
        font-size: 16px;
    }

    .cooperation-section__form .form-feedback_text_align {
        margin: 0 !important;
    }

    .cooperation-section__form .form-feedback_text_align::placeholder {
        font-family: Montserrat-Medium;
        font-weight: 300;
    }

    footer.corporate .logo-items__image img {
        width: 83%;
        object-fit: contain;
    }

    footer.corporate .footer-main__wrapper {
        padding: 56px 36px 41px 40px;
    }

    footer.corporate .footer-main__logo {
        margin-bottom: 21px;
    }

    footer.corporate .footer__description {
        line-height: 25px;
    }

    footer.corporate .footer_contacts {
        margin-top: 9px;
    }

    footer.corporate .about-social__content {
        gap: 13px;
    }
    
    footer.corporate .about-social__title {
        margin-top: 15px;
        margin-bottom: 23px;
    }

    footer.corporate .footer-delivery_container {
        margin-bottom: 6px;
    }

    footer.corporate .footer-delivery_container--mb {
        margin-bottom: 29px;
    }

    footer.corporate .footer-main__nav {
        margin-bottom: 38px;
    }

    @-moz-document url-prefix() {
        .cooperation-section__title {
            font-size: 8.7vw;
        }

        .cooperation-section__form .form-feedback__input-text {
            font-family: Montserrat-Semibold;
            font-weight: 500;
        }

        .cooperation-section__form__input-desc {
            font-family: Montserrat;
            font-weight: 400;
            letter-spacing: 0.3px;
        }

        .cooperation-section__form .form-feedback__input-text {
            letter-spacing: 0.4px;
        }

        .cooperation-section__form-wrapper h4 {
            font-family: Montserrat;
            font-weight: 700;
          }
    }
}

@media only screen and (max-width: 370px) {
    .cooperation-section__title {
        font-size: 30px;
        display: flex;
        max-width: max-content;
    }

    .cooperation-section__head {
        margin: 0 -16px;
    }

    .cooperation-section {
        padding: 0 16px;
    }

    .cooperation-section__form {
        padding: 21px 16px 65px;
    }

    .textarea {
        padding: 11px 0 0 0;
    }

    .cooperation-section__catalog-link {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        padding: 21px 16px;
    }
}

/* ----- STODEFINDER ----- */
.contacts-section__block__main__logo-wrapper img {
    max-width: max-content;
}

.header-primary__logo {
    margin-bottom: 24px;
}

.contacts-section__block__main {
    padding: 22px 20px;
}

.contacts-section__block__main__inf {
    margin: 27px 0 0;
}

.contacts-section__block__main__inf--primary {
    margin-top: 17px;
}

.contacts-section__block__main a.contacts-section__block__main__logo-wrapper {
    height: unset;
}

@media only screen and (max-width: 576px) {
    .header-primary__logo {
        margin-bottom: 0;
    }
}

/* ----- CONTACTS ----- */
.hello-form__form textarea::placeholder,
.hello-form__form input::placeholder {
    color: #ffffff;
    opacity: 0.3;
}

/* ----- ORDER ----- */
.bx-sdek-wrapper {
    margin-top: 50px;
}

#SDEK_pvz .pickup-point {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
    padding: 0 20px;
}

#SDEK_pvz .pickup-point__line {
    display: flex;
    flex-direction: column;
}

#SDEK_pvz .pickup-point__label {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
}

#SDEK_pvz .pickup-point__text {
    font-size: 13px;
    line-height: 18px;
    color: #707070;
}

.vue-basket .order__delivery {
    padding-bottom: 50px;
}

.order__policy-row a {
    display: inline;
}

input:focus::placeholder { opacity: 0; }

.vue-basket .order__user-form .input-group__label span {
    overflow: hidden !important;
    display: flex;
}

.vue-basket .order__user-form .input-group__label span .red_star{
    color: red;
    margin-left: 4px;
}

.order__actions {
    display: flex;   
    flex-direction: column;    
    gap: 10px;    
    width: fit-content; 
    margin-bottom: 0;
}

.boxberry__error {
    margin-bottom: 0;
}

.order__policy .checkbox-container {
    display: flex;    
    gap: 10px;
    align-items: center;
}

/* ----- PAY PAGE ----- */
.pay-faq.pay__section {
    margin-bottom: 250px;
}

@media only screen and (max-width: 768px) {
    .pay__section {
        margin-bottom: 120px;
    }
}
.pay__logo {
    padding-top: 77px;
    margin-bottom: 77px;
}
@media only screen and (max-width: 768px) {
    .pay__logo {
        margin-bottom: 70px;
        padding-top: 48px;
    }
}

.pay__logo .logo-img__small {
    height: 36px;
    width: 236px;
    object-fit: cover;
}

.pay-footer {
    padding-bottom: 77px;
}
@media only screen and (max-width: 768px) {
    .pay-footer {
        padding-bottom: 60px;
    }
}

/* ----- DELIVERY ----- */
.product-delivery__wrapper .empty-delivery-list {
    color: #FFB800;
    font-family: Montserrat, serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 71px;
    margin-top: -71px;
}

.empty-delivery-list a {
    display: inline-block;
    color: #FFB800;
    font-family: Montserrat, serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-decoration-line: underline;
    text-decoration-skip-ink: none;
}
@media (max-width: 560px) {
    .marketplaces_links_title {
        /* font-style: normal;
        font-weight: 400;
        font-size: 12px;
        font-family: Montserrat, serif;
        line-height: 21px;
        color: #000000;
        vertical-align: 2px;
        opacity: 0.6; */
        font-style: normal;
        font-weight: 300;
        font-size: 12px;
        line-height: 21px;
        color: #000000;
        font-family: Montserrat, serif;
        vertical-align: 2px;
        opacity: 80%;
    }
}