.d-none {
    display: none;
}

.single-product-benefits__image img {
    background: #5F5F5F;
}

.single-product__spec-value {
    max-width: 62%;
}

.grid-full-width {
    grid-template-columns: 100% !important;
}


._hidden {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    font-size: 0;
    line-height: 1;
}

._disabled {
    pointer-events: none;
}

._nowrap {
    white-space: nowrap;
}

._color-green {
    color: #0ab3a3;
}

._color-red {
    color: #ff3030;
}

.promocode__notify {
    font-weight: 500;
    margin-top: 0.5rem;
    font-size: 13px;
}


.activated-promo,
.default-promo {
    display: none;
}

.activated-promo.active,
.default-promo.active {
    display: block;
}

.activated-promo input {
    border-color: #0ab3a3;
}


.form-send-success {
    display: none;
    width: 100%;
    padding: 39px 37px 35px;
    border-radius: .625rem;
//background-color: #f4f4f4;
    border: 1px solid #e3e3e3;
    align-items: center;
    margin-top: 40px;
}

.form-send-success_inner {
    display: flex;
}

.form-send-success__icon {
    margin-right: 30px;
}

.form-send-success__info-title {
    font-weight: 800;
}

.form-message {

}

.form-message .alert {
    margin: -15px 0 10px 0;
    font-size: .75rem;
    line-height: 1.3333333333;
}

.form-message .alert-danger {
    color: #ff3030;
}

.cart-message {
    display: block;
    max-width: 400px;
}

.bx-soa-location-input-container .dropdown-icon {
    display: block;
}

.bx-ui-sls-clear svg {
    width: 1.5rem !important;
    height: 1.5rem !important;;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 1.5rem;
    flex: 0 0 1.5rem;
    fill: #686868;
}

.cart-item_checkout .cart-item__code {
    display: block !important;
}


.checkout__order .cart-item__code {
    font-size: 0.8125rem;
    line-height: 1.3846153846;
}

.checkout__order .cart-item .price {
    font-size: 1rem;
    line-height: 1.125;
    display: flex !important;
    gap: 10px;
}

.checkout__order .cart-item .price .price_current {
    color: #222222;
}

.checkout__order .cart-item .price .price_old {
    color: #acacac;
    text-decoration: line-through;
}


._form-error .form__input,
._form-error.form__input,
._form-error .bx-soa-customer-input,
._form-error .bx-soa-customer-textarea {
    border-color: #ff3030;
    color: #ff3030;
}

._form-veified .form__input,
._form-veified .bx-soa-customer-input,
._form-veified .bx-soa-customer-textarea {
    border-color: #0ab3a3;
}

[name=subscribe-news],
.subscribe__form {
    position: relative;
}
[name=subscribe-news] .form__error {
    position: absolute;
    bottom: -15px;
}

.checkbox__text + .form__error {
    position: relative;
    bottom: 0px;
    margin-top: 5px;
}

.form__error, .form_error {
    font-size: 0.75rem;
    line-height: 1.3333333333;
    color: #ff3030;
}

._search-results-active .search__modal,
._search-results-active .search__results {
    display: block !important;
}

.search__results {
    display: none;
}

.search-page__heading {
    margin-top: -30px;
    margin-bottom: 30px;
}

.search-results__button {
    margin-top: 30px;
}

.search-results__button .btn {
    cursor: pointer;
}

.offer-club__content {
    max-width: 550px;
}

.offer-club__form + .subscribe__agree,
.club-section__form + .subscribe__agree {
    margin-top: 15px;
    max-width: 350px;
}

.offer-club__form + .subscribe__agree .checkbox__text,
.club-section__form + .subscribe__agree .checkbox__text {
    color: rgba(44, 44, 52, 0.75);
}

.club-section__form + .subscribe__agree .checkbox__text:before {
    border-radius: .1875rem;
    border: 0;
    background-color: #2c2c34;
}

.club-section__form + .subscribe__agree .checkbox__text::after {
    background-color: #FFF;
}

.subscribe__form + .subscribe__agree {
    margin-top: 15px;
}

.single-product__sticky-price {
    display: flex;
    align-items: baseline;
    gap: 0.625rem;
    flex-wrap: wrap;
}

.faq__spollers a {
    border-bottom: 1px solid #2c2c34;;
}

.bx-soa-pp-company-block .btn-primary {
    min-height: 2.625rem;
    border-radius: 1.125rem;
    background-color: #2c2c34;
    color: #fff;
    margin-bottom: 10px;
}

.pay_name {
    font-size: 18px;
    font-weight: 700;
}

.sale_order_full_table [type=submit] {
    background-color: #2c2c34;
    border-radius: 1.125rem;
    color: #fff;
    min-height: 3.625rem;
    align-items: center;
    border: .0625rem solid transparent;
    border-radius: .625rem;
    display: inline-flex;
    font-size: .8125rem;
    font-weight: 600;
    gap: .5rem;
    justify-content: center;
    line-height: 1.2307692308;
    min-height: 2.5rem;
    padding: .5rem 1rem;
    text-align: center;
    text-wrap: balance;
    transition: background-color .3s, border-color .3s, color .3s;
    cursor: pointer;
}

.alert-hide {
    display: none;
}

.bx-soa-section-content .alert-warning {
    margin-bottom: 20px;
}

.product-card__image {
    aspect-ratio: 328 / 328;
}

.header-catalog .product-card__image {
    aspect-ratio: 263 / 263;
}

.header-catalog__preview {
    display: flex;
    align-items: center;
}

.header-catalog__preview-image {
    width: 100%;
    height: unset;
}

.single-product-benefits__accent {
    font-weight: unset;
}

@media (min-width: 61.9988em) {
    .single-product__videos {
        padding-top: 51px;
    }
}

.text-page h2 {
    font-size: 1.75rem;
    margin-bottom: .625rem;
    margin-top: 1rem;
}

.text-page p {
    font-size: .9375rem;
    line-height: 1.6;
    margin-bottom: .625rem;
}

.text-page ul li {
    font-size: .9375rem;
    line-height: 1.6;
    margin-bottom: .625rem;
    list-style-type: circle;
    margin-left: 15px;
}


.text-page table {
    width: 100%;
    margin: 24px 0 32px;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid rgba(49, 49, 60, 0.16);
    border-radius: 18px;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.45;
}

.text-page table th,
.text-page table td {
    padding: 18px 20px;
    vertical-align: top;
    border-right: 1px solid rgba(49, 49, 60, 0.12);
    border-bottom: 1px solid rgba(49, 49, 60, 0.12);
}

.text-page table th:last-child,
.text-page table td:last-child {
    border-right: none;
}

.text-page table tr:last-child td {
    border-bottom: none;
}

.text-page table th {
    background: #f4f4f6;
    color: #2f2f39;
    font-weight: 600;
    text-align: left;
}

.text-page table td {
    color: #2f2f39;
    background: #fff;
}

.text-page table tbody tr:nth-child(even) td {
    background: #fafafa;
}

.text-page table p {
    margin: 0;
}

@media (max-width: 767.98px) {
    .text-page table {
        display: block;
        overflow-x: auto;
        border-radius: 14px;
        font-size: 14px;
        -webkit-overflow-scrolling: touch;
    }

    .text-page table thead,
    .text-page table tbody,
    .text-page table tr {
        min-width: 680px;
    }

    .text-page table th,
    .text-page table td {
        padding: 14px 16px;
    }
}



#cookie_note{
    display: none;
    bottom: 0;
    position: fixed;
//left: 50%;
// max-width: 90%;
//transform: translateX(-50%);
    padding: 20px 0px;
    background-color: white;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
    z-index: 100;
    width: 100%;
    border-radius: 20px 20px 0 0;
}

#cookie_note h4 {
    font-weight: 500;
    margin-bottom: 10px;
}

#cookie_note a{
    color: #000;
    text-decoration: underline;
}

#cookie_note .block{
    display: flex;
}

#cookie_note .block {
    max-width: 798px;
    width: 100%;
}

#cookie_note p{
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    color: black;
    padding-right: 5%;
}

.cookie_note-left {
    max-width: 800px;
    width: 100%;
}

.cookie_accept{
    /*font-size: 14px;
    text-transform: uppercase;
    background-color: #272930;
    border: 1px solid #272930;
    color: #fff;
    font-family: 'pn_regular';
    padding: 16px 25px;
    cursor: pointer;*/
    white-space: nowrap;
}

.cookie_note-right {
    display: flex;
    align-items: center;
}


#cookie_note.show{
    display: flex;
}


@media (max-width: 768px){
    #cookie_note.show .block{
        display: flex;
        text-align: left;
        flex-direction: column;
    }

    .cookie_accept {
        margin-top: 25px;
    }
}