@import "/local/templates/ili/js/lib/intl-tel-input/css/intlTelInput.min.css";
@import "/local/templates/ili/js/lib/select2/css/select2.min.css";
@import "/local/templates/ili/js/lib/autocomplete/autoComplete.min.css";

.order__shipping__delivery .info {
    border: solid 1px #48c2ca;
    background: #fff;
    font-family: "Yanone Kaffeesatz", sans-serif;
    color: #48c2ca;
    padding: 20px;
    font-size: 24px;
    margin: 10px;
}

button.form__submit:disabled {
    background: gray;
    opacity: 0.3;
    cursor: not-allowed;
}

.popup__informer {
    background: #fff;
    text-align: center;
    padding: 40px;
}

.full-catalog__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.full-catalog__col {
    margin-left: 10px;
    margin-right: 10px;
    height: 430px;
    position: relative;
    background-size: cover;
}

.full-catalog__col .full-catalog__title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    height: 120px;
    padding-left: 35px;
    padding-right: 35px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 20px;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-weight: 200;
}

.full-catalog__col .full-catalog__title b {
    font-size: 36px;
    color: #282828;
    margin-right: 8px;
}

.full-catalog__col .full-catalog__title span {
    display: block;
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 15px;
    background-color: #48c2ca;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}

@media (max-width: 1600px) {
    .full-catalog__col {
        height: 280px;
    }
}

@media (max-width: 768px) {
    .full-catalog__col {
        margin-bottom: 20px;
    }
}

.full-catalog__col_xs12 {
    width: calc(100% - 20px);
}

@media (min-width: 769px) {
    .full-catalog__col_sm6 {
        width: calc(50% - 20px);
    }
}

.full-catalog__col_lg6 {
    background-size: cover;
}

@media (min-width: 1200px) {
    .full-catalog__col_lg6 {
        width: calc(50% - 20px);
    }
}

@media (max-width: 1600px) {
    .full-catalog__col .full-catalog__title {
        height: 90px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 768px) {
    .full-catalog .patchwork__title {
        max-width: 80%;
    }
}

@media (max-width: 1600px) {
    .full-catalog__col .full-catalog__title b {
        font-size: 25px;
    }

    .full-catalog__col .full-catalog__title span {
        font-size: 16px;
        height: 24px;
        border-radius: 11px;
    }
}

/*# sourceMappingURL=custom.css.map */

.footer-social p.footer-social__schedule {
    font-size: 13px;
    color: #7b7b7b;
}

.product-card__img.product-card__img-size {
    max-width: 100%;
}

.tools-item__col.no_image,
.cloth-item__col.no_image {
    background-color: #f2f2f2;
    background-size: auto auto;
    background-position: center center;
    background-repeat: no-repeat;
}

.show_more {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
    color: #48c2ca;
    text-decoration: none;
    margin: 0 0 35px 0;
    padding: 0 0 35px 0;
    border-bottom: 1px solid #efeff1;
}

.product-back {

    margin-top: -50px;
    margin-bottom: 50px;
    height: 0;

}

.link-back {
    font-size: 14px;
    color: #afafaf;
    text-decoration: none;
    transition: all 0.3s;
}

.link-back:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-top: 1px solid #5ac6ce;
    border-left: 1px solid #5ac6ce;
    transform: rotate(-45deg);
    margin: -1px 5px 0 0;
}

.link-back:hover {
    color: #5ac6ce;
}

@media (max-width: 992px) {
    .product-back {
        margin-top: -20px;
        margin-bottom: 35px;
    }
}

@media (max-width: 1200px) {
    .product-back {
        margin-top: -20px;
        margin-bottom: 50px;
    }
}

.autocomplete-suggestions {
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 0 0 0 1px #88919c, 0 2px 5px #88919c;
    z-index: 11 !important;
    padding: 5px;
    border-radius: 2px;
    overflow: auto;
    width: 100% !important;
    margin: 5px 0;
    box-sizing: border-box;
}

.autocomplete-suggestion .autocomplete-suggestion__link {
    padding: 10px 15px;
    transition: all 0.3s;
    border-radius: 2px;
}

.autocomplete-suggestion .autocomplete-suggestion__name {
    padding: 0;
    color: #000;
}

.autocomplete-suggestion .autocomplete-suggestion__name:first-letter {
    text-transform: uppercase;
}

.autocomplete-suggestion.autocomplete-selected .autocomplete-suggestion__link {
    background-color: #e1e8eb;
    color: #000;
}

.autocomplete-suggestion.autocomplete-selected .autocomplete-suggestion__link .autocomplete-suggestion__name {
    color: #000;
}


.autocomplete-suggestion__category {
    color: #9D9D9D;
    width: 100px;
    flex-shrink: 0;
    padding-right: 20px;
}

.autocomplete-suggestion__name {
    display: block;
    padding: 14px 0;
    color: #000;
    transition: all .3s ease-in-out;
}

.autocomplete-suggestion__name:hover,
.autocomplete-suggestion__name:link,
.autocomplete-suggestion__name:active,
.autocomplete-suggestion__name:visited {
    color: #000;
}

.autocomplete-suggestion__link {
    padding: 0 25px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.autocomplete-suggestion__link:hover,
.autocomplete-suggestion__link:link,
.autocomplete-suggestion__link:active,
.autocomplete-suggestion__link:visited {
    transition: all .3s ease-in-out;
}

.autocomplete-suggestion__link:hover {
    background: #F8F8F8;
}

.autocomplete-suggestion__link:hover .autocomplete-suggestion__name {
    color: #48c2ca;
}

.autocomplete-suggestion.autocomplete-selected .autocomplete-suggestion__name {
    color: #48c2ca;
}

.autocomplete-no-suggestion {
    color: #48c2ca;
    padding: 10px 25px;
}


/* gift card page */

.gift-opt {
    display: flex;
    padding: 30px 0 0 0;
    flex-wrap: wrap;
    margin: 0 0 0 -60px;
}

.gift-opt__item {
    padding: 0 0 30px 60px;
}

.gift-opt__item--cost, .gift-opt__item--name {
    width: 100%;
}

.gift-opt__item--name {
    color: #afafaf;
    font-size: 14px;
    padding-bottom: 15px;
}

.gift-opt__item .order__shipping__input {
    margin: 0;
    width: 130px;
}

.gift-opt__item .order__shipping__input input {
    text-align: center;
}


.inp-radio {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 4px 0 0 40px;
    min-height: 24px;
    box-sizing: border-box;
    cursor: pointer;
}

.inp-radio input {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    opacity: 0;
}

.inp-radio span:before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border: 1px solid #cacaca;
    border-radius: 50%;
    box-sizing: border-box;
}

.inp-radio span:after {
    content: '';
    position: absolute;
    z-index: 1;
    left: 3px;
    top: 3px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    box-sizing: border-box;
    background: #2fc3ce;
    transition: all 0.3s;
    opacity: 0;
}

.inp-radio input:checked + span:after {
    opacity: 1;
}

.order__shipping__col--sert {
    float: none;
    max-width: 400px;
    margin-bottom: 50px;
}

@media (min-width: 1200px) {
    .product__add {
        max-width: 215px;
    }
}

@media (max-width: 750px) {
    .gift-opt__item--radio + .gift-opt__item--radio {
        margin-top: -20px;
        width: 100%;
    }
}


.order__number--link {
    color: #1d293f;
    transition: all 0.3s;
    text-decoration: none;
    white-space: nowrap;
}

.order__number--link:hover {
    color: #48C2CA;
}

.order__number--link svg {
    fill: #d2d2d2;
    transition: all 0.3s;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin: -2px 12px 0 0;
    transform: rotate(-180deg);
}

.order__number--link:hover svg {
    fill: #48C2CA;
}

.order__number--link--active svg {
    transform: rotate(0deg);
    fill: #282828;
}

.order__toggle {
    display: none;
}

.personal .order__wrap--toggle {
    transition: padding 0.3s;
}

.order__wrap--toggle .order__head {
    transition: margin 0.3s;
}

.personal .order__wrap--toggle--hide {
    padding-bottom: 14px;
}

.order__wrap--toggle--hide .order__head {
    margin-bottom: 0;
}

.order__repeat--new {
    padding-top: 30px;
    border-top: 2px solid #e5ecf1;
}

.order__repeat--new a {
    transition: all 0.3s;
}

.order__wrap--new .order__head {
    align-items: center;
}

.order__wrap--new .order__status {
    padding: 0;
    background: none;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Yanone Kaffeesatz", sans-serif;
    letter-spacing: 0.16em;
    line-height: 1;
    white-space: nowrap;
    margin-right: 30px;
}

.order__wrap--new .order__status_not-pay {
    color: #FF8484;
}

.button--small {
    display: block;
    font-size: 16px;
    font-weight: normal;
    padding: 14px 30px 12px 30px;
    white-space: nowrap;
    box-sizing: border-box;
    height: 40px;
}

.btn {
    background: #eaf0f5;
    color: #787a7b;
    border: 1px solid #dde5f0;
    font-family: "Roboto", sans-serif;
    display: inline-flex;
    align-items: center;
    border-radius: 15px;
    white-space: nowrap;
    text-decoration: none;
    transition: all 0.3s;
    height: 40px;
    box-sizing: border-box;
    padding: 0 20px;
}

.btn:hover {
    color: #fff;
    background: #753380;
}

.btn .icon-del {
    width: 28px;
    height: 28px;
    fill: #713184;
    vertical-align: middle;
    margin: -10px 12px -8px 0;
    transition: all 0.3s;
}

.btn:hover .icon-del {
    fill: #fff;
}

.order__wrap--new .order__descr {
    width: 40%;
    display: flex;
}

.order__del {
    margin: 0 auto 0 0;
}

.product-photo {
    background: no-repeat center;
    background-size: contain;
}

.order__wrap--new .product-title a {
    transition: all 0.3s;
}

.order__wrap--new .madeby {
    padding-top: 5px;
}

.personal .order__sum li.order__sum__black {
    color: #000 !important;
}

.order__wrap--new .order__result .button--small {
    margin: 20px 0 30px auto;
}

@media (max-width: 1200px) {
    .order__wrap--new .order__descr {
        width: 100%;
        padding: 0 0 10px 0;
    }

    .order__wrap--new .order__head {
        flex-wrap: wrap;
    }

    .order__del {
        margin: 0;
    }

}

@media (max-width: 768px) {
    .order__wrap--new .order__descr {
        flex-direction: row;
    }

    .personal .order__wrap--new .order__date {
        margin-left: 16px;
    }
}

@media (max-width: 750px) {
    .order__wrap--new .order__descr {
        justify-content: space-between;
    }

    .button--small {
        height: 36px;
        padding: 11px 24px 12px 24px;
    }

    .btn {
        height: 36px;
        padding: 0 16px;
    }

    .btn .icon-del {
        width: 24px;
        height: 24px;
    }

    .order__wrap--new .order__status {
        margin-right: 0;
    }
}

@media (max-width: 540px) {
    .personal .order__wrap--new .order__repeat {
        text-align: center;
        margin: 0;
    }
}

@media (max-width: 500px) {
    .personal .order__wrap.order__wrap--new {
        margin-left: -16px;
        margin-right: -16px;
        margin-bottom: 14px;
        width: auto;
        max-width: none;
    }
    .order__del{
        margin-bottom: 10px;
    }

    .order__number--link svg {
        margin-right: 4px;
    }

    .order__wrap--new .order__descr {
        justify-content: space-between;
    }

    .personal .order__wrap--new .order__date {
        margin-left: 0;
        white-space: nowrap;
    }

    .order__wrap--new .order__status {
        display: none;
    }
}

@media (max-width: 350px) {
    .order__wrap--new .order__descr {
        flex-wrap: wrap;
    }

    .order__number--link {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .order__wrap--new .order__del {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .order__wrap--new .order__del .btn {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .order__wrap--new .order__bpay {
        width: 100%;
    }
}

.order__shipping__col--33, .order__shipping__col--33-50 {
    width: 33.3333%;
}

.order__shipping__col--50, .order__shipping__col--50-100 {
    width: 50%;
}


@media (max-width: 750px) {
    .order__shipping__col--33, .order__shipping__col--33-50 {
        width: 50%;
    }
}

@media (max-width: 500px) {
    .order__shipping__col--33, .order__shipping__col--50-100 {
        width: 100%;
    }
}

.order__shipping__input .iti {
    width: 100%;
}

.order__shipping__input .iti {
    display: flex;
}

.order__shipping__input .iti__flag-container {
    position: static;
}

.order__shipping__input .iti--separate-dial-code .iti__selected-flag {
    background: none !important;
    position: absolute;
    padding-left: 20px;
}

.order__shipping__input .iti--separate-dial-code .iti__selected-flag:after {
    content: '';
    position: absolute;
    z-index: -1;
    right: -1px;
    top: 50%;
    height: 20px;
    margin-top: -10px;
    width: 1px;
    background: #e5ebed;
}

.order__shipping__input .iti__country-list {
    width: 100%;
    top: 100%;
    margin: 5px 0 0 0;
    bottom: auto;
    padding: 5px;
    border: 1px solid #fff;
    border-radius: 2px;
    box-shadow: 0 0 0 1px #88919c, 0 2px 5px #88919c;
}

.order__shipping__input .iti__country-name, .order__shipping__input .iti__flag-box {
    white-space: normal;
}

.order__shipping__input .iti__country {
    padding: 10px 15px;
    transition: all 0.3s;
    border-radius: 2px;
    display: flex;
    align-items: center;
}

.order__shipping__input .iti__country.iti__highlight {
    background-color: #e1e8eb;
}

.iti__country-list::-webkit-scrollbar,
.select2-results__options::-webkit-scrollbar,
.show-results .autocomplete-suggestions::-webkit-scrollbar {
    width: 7px;
}

.iti__country-list::-webkit-scrollbar-track,
.select2-results__options::-webkit-scrollbar-track,
.show-results .autocomplete-suggestions::-webkit-scrollbar-track {
    background: transparent;
}

.iti__country-list::-webkit-scrollbar-thumb,
.select2-results__options::-webkit-scrollbar-thumb,
.show-results .autocomplete-suggestions::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    border: none;
}

.iti__flag-box {
    margin-right: 15px;
}


/* select2 */
.select2-container {
    margin: 5px 0;
}

.order__shipping__input .select2-container {
    outline: 0;
    width: 100%;
    background: #fff;
    min-width: 100%;
    box-sizing: border-box;
    margin: 0;
}

.order__shipping__input .select2-container--default .select2-selection--single {
    border: solid 1px #e8e8e8;
    height: 50px;
    border-radius: 25px;
    padding: 0 0 0 20px;
    display: flex;
    align-items: center;
    outline: none;
}

.order__shipping__input .select2-container--default .select2-selection--single .select2-selection__arrow {
    position: relative;
    right: 0;
    top: 0;
    margin-left: auto;
    width: 40px;
}

.order__shipping__input .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0;
}

.select2-dropdown, .autoComplete_wrapper > ul {
    border-color: #fff !important;
    box-shadow: 0 0 0 1px #88919c, 0 2px 5px #88919c;
    border-radius: 2px !important;
    /* min-width: max-content; */
    padding: 5px;
}

.select2-dropdown .select2-search--dropdown {
    padding: 5px;
}

.select2-dropdown .select2-results__option, .autoComplete_wrapper > ul > li {
    padding: 10px 15px;
    transition: all 0.3s;
    border-radius: 2px;
    margin: 0;
}

.select2-container.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: none;
    border-radius: 2px;
    padding: 10px 15px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: #e1e8eb;
    color: #000;
}

.select2-results__options {
    padding: 5px;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-radius: 25px;
}

/* select2 */


.dblock {
    position: relative;
    z-index: 1;
    display: block;

    margin-bottom: 16px;
}

.dblock__wrapper {
    position: relative;
    z-index: 1;
    padding: 20px 20px 20px 50px;
    border-radius: 16px;
    border: 2px solid rgba(84, 194, 204, 0.16);
}

.dblock__wrapper:before, .dblock__wrapper:after {
    content: '';
    position: absolute;
    z-index: 1;
    left: 18px;
    top: 22px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #54c2cc;
    box-sizing: border-box;
    cursor: pointer;
    background: #fff;
}

.dblock__wrapper:after {
    background: #54c2cc;
    transform: scale(0.4);
    opacity: 0;
    transition: opacity 0.3s linear;
}

.dblock__checkbox {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    opacity: 0;
}

.dblock__checkbox:checked ~ .dblock__wrapper {
    background: #edf9fa;
}

.dblock__checkbox:checked ~ .dblock__wrapper .dblock__param__item {
    color: #282828;
}

.dblock__checkbox:checked ~ .dblock__wrapper:after {
    opacity: 1;
}

.dblock__cols {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.dblock__name {
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    padding: 0 0 10px 0;
}

.dblock__name .js-open-pvz {

}
.js-delivery-item[data-id="92"] .dblock__empty {
    display: none !important;
}

.dblock__param {
    padding: 0;
    display: flex;
    white-space: nowrap;
}

.dblock__param__item {
    color: #979797;
    min-width: 100px;
}

.dblock__param__item--violet {

}

.dblock__text {
    display: none;
    padding: 10px 0 0 0;
    color: #979797;
    line-height: 130%;
    font-size: 14px;
}

.dblock__checkbox:checked ~ .dblock__wrapper .dblock__text {
    display: block;
}


.dblock a {
    color: #48c2ca;
    border-bottom: 1px solid #48c2ca;
    transition: border 0.3s ease-in-out;
    text-decoration: none;
    width: max-content;
    line-height: normal;
}

.dblock a:hover {
    border-bottom-color: transparent;
}

.dblock__empty {

}

.order__shipping__delivery {
    margin-left: 0;
    margin-right: 0;
}

.order__shipping__delivery .info {
    margin: 0 0 30px 0;
}

.delivery-text {
    font-size: 13px;
    margin: 0;
    display: flex;
    gap: 5px;
}

.delivery-star {
    color: #F05D5D;
}

.deliver-logo {
    float: right;
    width: 88px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 16px;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}

.deliver-logo img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
}


.bx-soa-coupon {
    display: none;
}

.js-certificates-field {
    display: none;
}

.js-certificates-field.show {
    display: block;
}

#bx-soa-delivery .russianpost_link {
    display: flex;
    flex-direction: column;
}

#bx-soa-delivery .russianpost_link ~ .dblock__empty {

}

.popup-window-angly--arrow {
    display: none !important;
}

#bx-soa-delivery #russianpost_btn_openmap {
    display: none !important;
    order: 1;
    height: auto !important;
    background: none !important;
    color: #48c2ca !important;
    border: none !important;
    border-bottom: 1px solid #48c2ca !important;
    padding: 0 !important;
    width: max-content;
    border-radius: 0 !important;
    cursor: pointer;
}

#bx-soa-delivery #russianpost_btn_openmap:hover {
    border-bottom-color: transparent !important;
}

#bx-soa-delivery .alert.alert-danger {
    display: none;
}

#bx-soa-delivery .dblock__param__item--violet .bxblink {
    display: none;
}

.delivery-hide {
    display: none;
}

.js-order-delivery-description {
    display: none;
}

#bx-soa-order .alert-order {
    text-align: center;
    color: red;
}

#bx-soa-order .pvzinfo {
    display: none;
}

.error_coupon_text {
    color: red;
    margin-top: 8px;
}

.container-order-right .order__basket__code--new {
    margin-bottom: 12px;
}

.order__basket__code--new .order__basket__code__reload {
    right: 5px;
    width: 40px;
    height: 40px;
    top: 5px;
    padding: 10px;
    display: block;
}

.order__basket__code--new .order__basket__code__submit .button {
    width: 120px;
}

.order__basket__code--new .order__basket__code__error {
    margin-top: 8px;
}

.order__basket__code.is-complete .order__basket__code__submit .button:disabled {
    background: #ccc;
    cursor: default;
}

.js-order__basket__code__reload.hide {
    display: none;
}

#bx-soa-order .order__shipping__col[data-property-id-row="35"], #bx-soa-order .order__shipping__col[data-property-id-row="39"] {
    display: none;
}

.js-sku-item-image {
    width: 40px;
    height: 40px;
    display: block;
}


/*  правки 25.03.2022 */

.product-card .item-type .swiper-wrapper a {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.popup_subscribe .popup__block:last-child {
    padding-top: 0 !important;
    display: flex;
    align-items: center;
}

.promo.promo_about .promo__text {
    font-weight: 500;
}

.promo.promo_about .promo__item {
    padding: 31px 60px 37px 62px;
}

.promo.promo_about .promo__item.promo__item_half {
    padding: 50px 21px 50px 50px;
}

.promo.promo_about .promo__title {
    margin-bottom: 25px;
}

.promo.promo_about .promo__text {
    margin: 0 0 25px 0;
}

.promo.promo_about .promo__text a {
    text-decoration: none;
}

.promo.promo_about .promo__text:last-of-type {
    margin-bottom: 0;
}

.promo.promo_about .promo__button {
    margin-top: 30px;
}

.promo.promo_about .promo__button {
    padding-left: 30px;
    padding-right: 30px;
    min-width: 240px;
}

.promo.promo_about .promo__text.promo__text_price {
    font-size: 28px;
    font-weight: 700;
}

.promo.promo_about .promo__item_bonus_system .promo__button {
    margin-top: 20px;
}

@media (min-width: 768px) and (max-width: 1280px) {
    .promo.promo_about .promo__item {
        width: 100% !important;
    }

    .promo.promo_about .promo__item:nth-child(3),
    .promo.promo_about .promo__item:nth-child(4) {
        width: 49.4% !important;
    }
}

.wrap_reg_bonus_system {
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin: 0 40px;
    padding: 12px 0 28px 0;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    max-width: 270px;
}

.wrap_reg_bonus_system p {
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.08em;
    color: #FFFFFF;
    text-align: center;
}

.wrap_reg_bonus_system .w_head {
    font-weight: 500;
    font-size: 30px;
    line-height: 50px;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    font-family: "Yanone Kaffeesatz", sans-serif;
}

@media (max-width: 960px) {
    .wrap_reg_bonus_system {
        margin: 0 30px;
    }
}

@media (max-width: 767px) {
    .wrap_reg_bonus_system {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 30px;
    }
}

.wrap_lk_bonus_system {
    padding: 12px 10px;
    border-bottom: 4px solid #E4F6F7;
    border-top: 4px solid #E4F6F7;
    margin: 15px 0 30px 0;
}

.wrap_lk_bonus_system.wrap_lk_bonus_system_private {
    margin-bottom: 8px;
    margin-top: 15px;
}

.wrap_lk_bonus_system p {
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    color: #282828;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
}

.wrap_lk_bonus_system p .discount_per {
    color: #48C2CA;
    font-weight: 500;
    font-size: 26px;
    line-height: 25px;
}

@media (max-width: 767px) {
    .wrap_lk_bonus_system {
        margin-left: -30px;
        margin-right: -30px;
        margin-bottom: 40px;
        margin-top: 0;
    }

    .wrap_lk_bonus_system.wrap_lk_bonus_system_private {
        margin-bottom: 18px;
        margin-top: 0;
    }
}

.promo__item.promo__item_recommended .product-card__price_new {
    color: #000000;
}

.js-filter-item .is-all-list {
    display: none;
}


.fancybox-thumbs {
    top: auto;
    bottom: 0;
    width: 100%;
    background: #F2FBFC;
    padding: 20px 0;
    overflow: auto;
}

.fancybox-thumbs div {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.fancybox-thumbs a {
    display: block;
    padding: 0 15px;
}

.fancybox-thumbs a span {
    display: block;
    width: 120px;
    min-width: 120px;
    height: 120px;
    border: 2px solid transparent;
    cursor: pointer;
    background: no-repeat center;
    background-size: cover;
}

.fancybox-thumbs a.fancybox-thumbs-active span {
    border-color: #48C2CA;
}

.fancybox-thumbs ul li img {
    width: 100% !important;
    height: 100% !important;
    display: block;
}

/*.fancybox-thumbs {*/
/*	scrollbar-width: 8px;*/
/*	scrollbar-height: 8px;*/
/*	scrollbar-color: #48C2CA transparent;*/
/*}*/
/*.fancybox-thumbs::-webkit-scrollbar {*/
/*	width: 8px;*/
/*	height: 8px;*/
/*}*/
/*.fancybox-thumbs::-webkit-scrollbar-track {*/
/*	background: transparent;*/
/*}*/
/*.fancybox-thumbs::-webkit-scrollbar-thumb {*/
/*	background-color: #48C2CA;*/
/*	border-radius: 2px;*/
/*	border: none;*/
/*}*/


.fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 170px;
}

.fancybox-show-thumbs .fancybox-slide--image {
    padding: 0;
}

.fancybox-infobar {
    opacity: 1;
    visibility: visible;
    color: #fff;
    left: 50%;
    top: auto;
    bottom: 0;
    transform: translate3d(-50%, 0, 0);
    display: none;
}

.fancybox-toolbar {
    display: none;
}

.fancybox-can-drag .fancybox-infobar,
.fancybox-can-drag .fancybox-toolbar,
.fancybox-show-thumbs .fancybox-infobar,
.fancybox-show-thumbs .fancybox-toolbar {
    display: block;
}

.fancybox-navigation .fancybox-button {
    opacity: 1;
    visibility: visible;
    padding: 0;
    margin: 0 40px;
    background: transparent;
}

.fancybox-navigation .fancybox-button svg {
    display: none;
}

.fancybox-navigation .fancybox-button:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    border-radius: 50%;
    width: 62px;
    height: 62px;
    background: #E4F6F7;
    transition: background 0.3s ease-in-out;

}

.fancybox-navigation .fancybox-button:after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translate3d(-10%, -50%, 0);
    width: 62px;
    height: 62px;
    background: no-repeat center center url(../img/arr.svg);
    transition: transform 0.3s ease-in-out;
}

.fancybox-navigation .fancybox-button:hover:after {
    transform: translate3d(-100%, -50%, 0);
}

.fancybox-navigation .fancybox-button:hover:before {
    background: #48c2ca;
}

.fancybox-navigation .fancybox-button--arrow_right {
    transform: rotate(180deg);
}

.fancybox-navigation .fancybox-button[disabled] {
    opacity: 0;
    pointer-events: none;
}

.fancybox-navigation .fancybox-button[disabled]:hover:before {
    background: #E4F6F7;
}

.fancybox-navigation .fancybox-button[disabled]:hover:after {
    transform: translate3d(-10%, -50%, 0);
}

.fancybox-toolbar {
    opacity: 1;
    visibility: visible;
    background: none;
}

.fancybox-toolbar .fancybox-button {
    display: none;
}

.fancybox-toolbar .fancybox-button.fancybox-button--close {
    display: block;
    background: none;
}

.fancybox-button--close svg {
    display: none;
}

.fancybox-button--close {
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    fill: #48c2ca;
}

.fancybox-button--close::before, .fancybox-button--close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -16px 0 0 -1px;
    overflow: hidden;
    outline: none !important;
    border: none;
    border-radius: 0;
    width: 2px;
    height: 32px;
    background: #48c2ca;
    transition: 0.25s 0.25s;
}

.fancybox-button--close::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: 0.25s;
}

.fancybox-button--close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.fancybox-button--close i {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-button--close i::before, .fancybox-button--close i::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -16px 0 0 -1px;
    border-radius: 0;
    width: 2px;
    height: 32px;
    background: #753380;
    opacity: 0;
}

.fancybox-button--close i::before {
    -webkit-transform: rotate(45deg) translate3d(0, -100%, 0);
    transform: rotate(45deg) translate3d(0, -100%, 0);
    transition: 0.25s;
}

.fancybox-button--close i::after {
    -webkit-transform: rotate(-45deg) translate3d(0, 100%, 0);
    transform: rotate(-45deg) translate3d(0, 100%, 0);
    transition: 0.25s 0.25s;
}

.fancybox-button--close:hover::before, .fancybox-button--close:hover::after {
    background: #48c2ca;
    opacity: 0;
}

.fancybox-button--close:hover::before {
    -webkit-transform: rotate(45deg) translate3d(0, 100%, 0);
    transform: rotate(45deg) translate3d(0, 100%, 0);
}

.fancybox-button--close:hover::after {
    -webkit-transform: rotate(-45deg) translate3d(0, -100%, 0);
    transform: rotate(-45deg) translate3d(0, -100%, 0);
}

.fancybox-button--close:hover i::before, .fancybox-button--close:hover i::after {
    opacity: 1;
}

.fancybox-button--close:hover i::before {
    -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
    transform: rotate(45deg) translate3d(0, 0, 0);
}

.fancybox-button--close:hover i::after {
    -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
    transform: rotate(-45deg) translate3d(0, 0, 0);
}

@media screen and (max-width: 768px) {
    .fancybox-navigation .fancybox-button {
        transform: scale(0.7);
        margin: 0 -10px;
    }

    .fancybox-navigation .fancybox-button--arrow_right {
        transform: scale(0.7) rotate(180deg);
    }

    .fancybox-thumbs div {
        padding: 0;
    }

    .fancybox-thumbs {
        padding: 16px 0;
    }

    .fancybox-thumbs a {
        padding: 0 8px;
    }

    .fancybox-thumbs a span {
        width: 90px;
        min-width: 90px;
        height: 90px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        bottom: 130px;
    }

    .fancybox-button--close {
        right: 10px;
        top: 10px;
    }

    .fancybox-navigation .fancybox-button:hover:before {
        background: #E4F6F7;
    }

    .fancybox-navigation .fancybox-button:hover:after {
        transform: translate3d(-10%, -50%, 0);
    }
}

.wrap_offer_models {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 60px 60px;
    grid-template-areas: ". . . .";
    margin: 0 0 20px;
}

.wrap_offer_models .item_model {
    transition: all 0.3s ease-out;
}

.wrap_offer_models .item_model .image {
    max-width: 260px;
    max-height: 420px;
}

.wrap_offer_models .item_model .image img {
    max-width: 100%;
    max-height: 100%;
}

.wrap_offer_models .item_model.is_hide {
    opacity: 0;
    visibility: hidden;
    height: 0;
    margin: 0;
    padding: 0;
}

@media (max-width: 767px) {
    .wrap_offer_models {
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 1fr;
        grid-template-areas: ". . .";
    }

    .wrap_offer_models .item_model.is_hide_mobile {
        opacity: 0;
        visibility: hidden;
        height: 0;
        margin: 0;
        padding: 0;
    }
}

.clear {
    clear: both;
}

.del-block {
    padding: 35px 40px;
    border-radius: 10px;
    box-shadow: 0 0 0 3px #E4F6F7;
    font-size: 14px;
    line-height: 160%;
    margin: 0 0 38px 0;
    overflow: hidden;
}

@media (max-width: 1200px) {
    .del-block {
        padding: 20px;
    }
}

.del-block--toggle {
    box-shadow: 0 0 0 1px #E5E5E5;
    font-size: 16px;
    line-height: 160%;
}

.del-block--toggle + .del-text-center {
    padding-top: 10px;
}

.del-block-img {
    float: left;
    width: 100px;
    height: auto;
    margin: 0 24px 0 0;
    align-self: flex-start;
}

.del-container .del-block--toggle ul li:before {
    top: 8px;
}

.del-block--toggle > dt {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.del-block--toggle > dd {
    padding: 0;
    margin: 0;
}

.del-block-logo {
    display: none;
    width: 60px;
    height: auto;
    min-width: 60px;
    margin: 0 24px 0 0;
}

.del-container p img, .del-container li img {
    height: 26px;
    width: auto;
    vertical-align: middle;
    display: inline-block;
    margin: 0 44px 12px 0;
}

.del-container p img:last-child, .del-container li img:last-child {
    margin-right: 0;
}

.del-container {
    font-size: 16px;
    line-height: 160%;
}

.del-container p {
    padding: 0;
    margin: 0 0 16px 0;
    overflow: hidden;
}

.del-container p:last-child {
    margin-bottom: 0;
}

.del-container h4 {
    font-size: 18px;
    line-height: 140%;
    font-weight: normal;
    padding: 0;
    margin: 0 0 12px 0;
}

.del-container ul {
    padding: 0;
    margin: 0 0 16px 0;
    overflow: hidden;
}

.del-container ul:last-child {
    margin-bottom: 0;
}

.del-container ul li {
    position: relative;
    z-index: 1;
    padding: 0 0 0 24px;
    margin: 0 0 8px 0;
}

.del-container ul li:last-child {
    margin-bottom: 0;
}

.del-container ul li:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #48C2CA;
}

.del-container h2 {
    text-align: center;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-weight: normal;
    color: #282828;
    font-size: 40px;
    line-height: normal;
    padding: 0;
    margin: 0 0 16px 0;
}

.del-container h3 {
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-weight: normal;
    color: #282828;
    font-size: 30px;
    line-height: 130%;
    padding: 0;
    margin: 0 0 32px 0;
}

.del-container a {
    text-decoration: none;
    color: #48C2CA;
}

.del-text-center {
    text-align: center;
    margin-bottom: 24px;
}
.del-container p+.del-text-center{
    margin-top: 40px;
}

.del-block-preview {
    display: flex;
    align-items: center;
    margin: 0 0 24px 0;
}

.del-block-preview:last-child {
    margin-bottom: 0;
}

.pickup-slider-container {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.pickup-slider {
    display: flex;
    font-size: 14px;
    line-height: 140%;
    margin: 0 -12px 0 -13px;
}

.pickup-slider .slider__prev, .pickup-slider .slider__next {
    position: absolute;
    z-index: 10;
    left: 13px;
    bottom: 0;
    width: 34px;
    height: 34px;
    background: #753380;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.pickup-slider .slider__prev {
    transform: rotate(180deg);
}

.pickup-slider .slider__next {
    left: auto;
    right: 12px;
}

.pickup-slider .slider__prev.swiper-button-disabled, .pickup-slider .slider__next.swiper-button-disabled {
    pointer-events: none;
    background: #E5E5E5;
}

/*.pickup-slider .slider__prev:hover,.pickup-slider .slider__next:hover{*/
/*	background: #000;*/
/*}*/
.pickup-slider .slider__prev svg, .pickup-slider .slider__next svg {
    display: block;
    fill: #fff;
    width: 22px;
    height: 15px;
}

.pickup-slider p {
    margin: 0 0 8px 0;
}

.pickup-slider a {
    text-decoration: none;
    color: #48C2CA;
    font-weight: bold;
}

.pickup-slider .swiper-slide {
    width: 25%;
    box-sizing: border-box;
    padding: 20px 12px 40px 12px;
    border-left: 1px solid #E4E4E4;
}

.pickup-slider .swiper-wrapper {
    height: auto;
}

.del-download {
    display: inline-block;
    background: url(../img/del/download.svg) no-repeat left center;
    padding: 10px 0 10px 40px;
    color: #48C2CA;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 140%;
}

.del-anchor {
    position: relative;
    pointer-events: none;
    z-index: -1;
    top: -120px;
}

.filter__item[data-type-css="color"] .item-list {
    width: 260px;
}

.filter__item[data-type-css="color"] .item-list li label {
    padding: 0px;
}

.filter__item[data-type-css="color"] .item-dropdown {
    background-color: #f5f5f5;
}

.filter__item[data-type-css="color"] .item-dropdown .item-list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
    flex-wrap: wrap;
    padding: 0 5px 0 20px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-right: 12px;
    margin-top: 20px;
    gap: 2px;
}

.filter__item[data-type-css="color"] .item-dropdown .item-list::-webkit-scrollbar {
    width: 5px;
    margin-left: -12px;
}

.filter__item[data-type-css="color"] .item-dropdown .item-list::-webkit-scrollbar-track {
    border: 1px solid #753380;
    border-radius: 30px;
}

.filter__item[data-type-css="color"] .item-dropdown .item-list::-webkit-scrollbar-thumb {
    background: #753380;
    border-radius: 30px;
}

.filter__item[data-type-css="color"] .item-list li label input:checked ~ span {
    border: 2px solid #48C2CA;
}

.filter__item[data-type-css="color"] .js-filter-item-list-item-value {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.filter__item[data-type-css="color"] .item-list li + li::before {
    content: none;
}

.filter__item[data-type-css="color"] .item-list li label {
    position: static;
}

.color__icon {
    width: 30px;
    height: 30px;
    display: inline-block;
    position: relative;
}

.color__icon--tooltip {
    text-transform: capitalize;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s;
    background-color: #fff;
    color: #252431;
    font-size: 11px;
    line-height: 12px;
    text-align: center;
    padding: 3px 3px 5px 3px;
    position: absolute;
    z-index: 101;
    top: 100%;
    left: -25%;
}

.color__icon--tooltip::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}

.color__icon:hover .color__icon--tooltip {
    visibility: visible;
    opacity: 1;
}

@media (min-width: 768px) {
    .del-block--toggle > dd {
        display: block !important;
        height: auto !important;
    }

    .pickup-slider .swiper-wrapper {
        height: auto !important;
    }
}

@media (max-width: 767px) {
    .color__icon {
        width: 50px;
        height: 50px;
    }

    .filter__item[data-type-css="color"] .js-filter-item-list-item-value {
        width: 56px;
        height: 56px;
    }

    .filter__item[data-type-css="color"] .item-list {
        width: 97%;
    }

    .del-block {
        padding: 18px 20px;
        margin-bottom: 58px;
    }

    .del-block-img {
        display: none;
    }

    .del-container ul li {
        padding-left: 14px;
    }

    .del-container p img, .del-container li img {
        margin: 0 32px 22px 0;
        height: 24px;

    }

    .del-block--toggle {
        padding: 0;
        box-shadow: none;
        margin: 0 0 20px 0;
    }

    .del-block--toggle > dt {
        background: #E4F6F7;
        border-radius: 10px;
        padding: 18px 16px;
        cursor: pointer;
        margin: 0;
    }

    .del-block--toggle > dt h3 {
        margin: 0;
        font-size: 26px;
    }

    .del-block-logo {
        display: block;
    }

    .del-block--toggle > dt:after {
        content: '';
        width: 11px;
        height: 11px;
        display: block;
        background: url(../img/del/del-arr.svg) no-repeat right center;
        margin: 0 10px 0 auto;
        padding-left: 16px;
        transition: transform 0.3s;
    }

    .del-block--toggle > dt.active:after {
        transform: rotateX(180deg);
    }

    .del-block--toggle > dd {
        display: none;
        margin-top: 24px;
    }

    .del-block--toggle + .del-text-center {
        padding-top: 30px;
    }

    .pickup-slider .swiper-slide {
        width: 100%;
        padding: 0 12px 40px 12px;
        border: none;
    }

    .pickup-slider-container {
        padding: 20px 12px 14px 12px;
        border: 1px solid #E5E5E5;
        border-radius: 10px;
    }

    .pickup-slider {
        margin: 0;
    }

    .pickup-slider .slider__prev {
        left: 0;
    }

    .pickup-slider .slider__right {
        right: 0;
    }

    .del-anchor {
        top: -20px;
    }
}

.filter__item .item-list.no-capitalize {
    text-transform: none;
}


@media (min-width: 768px) {
    .order__info__list ul li {
        padding-left: 100px;
    }

    .order__info__list ul + ul li {
        padding-left: 170px;
    }

    .order__info__list__key {
        margin-left: -100px;
        width: 100px;
    }

    .order__info__list ul + ul li .order__info__list__key {
        margin-left: -170px;
        width: 170px;
    }
}

@media (min-width: 992px) {
    .order__info__list ul li {
        padding-left: 100px;
    }

    .order__info__list ul + ul li {
        padding-left: 170px;
    }

    .order__info__list__key {
        margin-left: -100px;
        width: 100px;
    }

    .order__info__list ul + ul li .order__info__list__key {
        margin-left: -170px;
        width: 170px;
    }
}

.personal .order__result_mob {
    justify-content: space-between;
}

.personal .order__result_mob .order__labels {
    width: auto;
}

.personal .order__result_mob .order__sum {
    width: auto;
}

@media screen and (max-width: 767px) {
    .personal .products__content-col:nth-child(4),
    .personal .products__content-col:nth-child(5) {
        display: none;
    }

    .personal .products__content .product-img img {
        width: auto;
        margin: 0;
        max-width: 60px;
    }
}

.new-products .new_products_box .product-card__img {
    max-width: 100%;
}

.order__shipping__sert-hint {
    display: flex;
    gap: 8px;
    align-items: center;
}

.sert-hint__icon {
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #44D3D9;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    line-height: 26px;
    text-decoration: none;
}

.sert-hint__text {
    font-size: 13px;
    line-height: 20px;
    color: #282828;
    text-decoration: none;
    transition: all 0.3s;
}

.sert-hint__text:hover {
    text-decoration: underline;
}

.order__shipping__col--sert {
    display: flex;
    gap: 12px;
    max-width: 580px;
}

.order__shipping__input--sert {
    margin-bottom: 0;
    min-width: 400px;
}

.order__shipping__input--sert input {
    letter-spacing: 2px;
}

.sert-hint__modal_container {
    padding: 32px 36px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.sert-hint__modal_header {
    padding-bottom: 2px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
}

#order__sert-hint {
    position: relative;
    transform: translateY(25%);
}

.order__shipping__input--sert input::placeholder {
    letter-spacing: 3px;
}

.sert-hint__modal_img {
    width: 750px;
}

.sert-hint__modal_img img {
    width: 100%;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .sert-hint__modal_img {
        width: auto;
    }
}

@media (max-width: 767px) {
    .sert-hint__modal {
        margin-left: -29px;
        margin-right: -29px;
    }

    .sert-hint__modal .fancybox-close-small {
        top: 5px;
        right: 5px;
    }

    .sert-hint__modal_container {
        padding: 18px 6px 36px 6px;
    }

    .sert-hint__modal_img {
        width: auto;
    }

    .order__shipping__col--sert {
        flex-direction: column;
        margin-top: 20px;
    }

    .order__shipping__input {
        min-width: auto;
    }

    .sert-hint__modal_img img {
        width: 100%;
    }

    .sert-hint__modal_header {
        max-width: 270px;
        font-size: 14px;
        line-height: 20px;
    }

    #bx-soa-paysystem {
        margin-bottom: 40px;
    }
}


.wrap_labels_item_list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: start;
    position: absolute;
    top: 12px;
    left: 6px;
    z-index: 1;
    width: calc(100% - 12px);
    height: calc(100% - 24px);
}

.wrap_labels_item_list .label {
    display: inline-block;
    vertical-align: middle;
    align-items: center;
    padding: 0 16px;
    background: #C396DE;
    border-radius: 50px;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: 'Yanone Kaffeesatz';
}

.wrap_labels_item_list .label:not(:last-of-type) {
    margin-bottom: 6px;
}

.product {
    margin-top: 30px;
}

@media (max-width: 1200px) {
    .product {
        margin-top: 30px;
    }
}

.product__container_new .slick-prev.slick-arrow {
    left: 20px;
}

.product__container_new .slick-next.slick-arrow {
    right: 20px;
}

.img-cover {
    display: block;
    width: 100%;
    aspect-ratio: 1/1;
    background: no-repeat center center;
    background-size: cover;
}



@media (min-width: 1000px) {
    .product__container_new .product__image {
        width: 50%;
        float: left;
        padding-right: 20px;
    }

    .product__container_new .product__content {
        width: 50%;
        float: right;
        position: sticky;
        top: 100px;
    }
}

@media (min-width: 1200px) {
    .product__container_new .product__image {
        padding-right: 60px;
    }

    .product__content {
        padding-left: 0;
    }

    .product__container_new .product__image {
        width: 50%;
    }

    .product__container_new .product__content {
        width: 50%;
        float: right;
    }
}

/*@media (min-width: 1800px){*/
/*	.product__container_new .product__image{*/
/*		width:45%;*/
/*		margin-right: 5%;*/
/*	}*/
/*	.product__container_new .product__content{*/
/*		width:50%;*/
/*	}*/
/*}*/


.product__title {
    font-weight: 400;
    font-size: 30px;
    line-height: 41px;
    color: #000000;
    margin: 0 0 10px 0;
}

.product__container_new .product__brand {
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #000000;
    margin: 0 0 24px 0;
}

.product__container_new .product__price {
    font-weight: 400;
    font-size: 30px;
    line-height: 41px;
    color: #48C2CA;
    margin: 0 0 24px 0;
}

.product__container_new .product__options {
    margin-bottom: 24px;
    display: block;
}

.product__container_new .wrap_product__options {
    display: flex;
}

.product__container_new .product__options .wrap_product__options {
    display: flex;
}

.product__container_new .product__add svg {
    width: 15px;
    height: 21px;
    left: 15px;
    right: auto;
}

.product__container_new .product__add {
    max-width: 172px;
    width: 172px;
    padding: 11px 0 9px 18px;
    max-height: 38px;
}

.product__container_new .product__counter {
    height: 38px;
    border-width: 1px;
    width: 98px;
}

.product__container_new .product__info {
    padding-bottom: 5px;
    margin-bottom: 40px;
    border-bottom-color: #9593A3;
}

.product__container_new .product__info .product__info__label {
    margin-bottom: 0;
}

.product__container_new .product__image__big {
    max-width: 955px;
    border: none;
    margin-bottom: 16px;
}

.product__container_new .wrap_item_offers {
    margin-bottom: 0;
    transition: all 0.25s;
}

.product__container_new .wrapper_items_offers_for_header h3 {
    font-weight: 400;
    font-size: 22px;
    line-height: 25px;
    color: #48C2CA;
    margin: 0 0 16px 0;
    padding: 0;
    display: block;
    font-family: 'Yanone Kaffeesatz';
}

.product__container_new {
    margin-bottom: 20px;
    /*max-width: 1600px;*/
    /*margin-left: auto;*/
    /*margin-right: auto;*/
}

@media (max-width: 1600px) {
    .product__container_new {
        /*max-width: 1200px;*/
    }
}

.wrap_item_offers .item_offer.is_empty img,
.wrap_item_offers .item_offer[data-count="0"] .img-cover {
    opacity: 0.4;
}

.wrapper_сharacteristics {

}

.wrap_compound h3,
.wrap_details h3,
.wrap_care_tips h3,
.wrap_description h3,
.shop-card-block h3 {
    font-weight: 400;
    font-size: 22px;
    line-height: 25px;
    color: #48C2CA;
    display: block;
    margin: 0 0 14px 0;
    padding: 0;
    font-family: 'Yanone Kaffeesatz';
}

.wrap_compound p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #252431;
    margin: 0 0 16px 0;
    padding: 0;
}

.wrap_compound {
    margin: 0 0 24px 0;
}

.wrap_details {
    margin: 0 0 4px 0;
}

.wrap_care_tips {
    margin: 0 0 8px 0;
}

.wrap_description p {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #252431;
    margin: 0;
    padding: 0;
}

.button.button_model {
    background: #E4F6F7;
    color: #753380;
    font-weight: 400;
    font-size: 18px;
    line-height: 42px;
    letter-spacing: 0.16em;
    height: 38px;
    text-align: center;
    vertical-align: middle;
    padding: 0 48px;
}

.wrapper_items_offers_for_header .button.button_model {
    margin-top: 44px !important;
}

.product__container_new .product__content_header {
    position: static;
}

.wrap_details .wrap_details_items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: stretch;
    align-items: stretch;
    align-content: stretch;
    gap: 0 5px;
}

.wrap_details .wrap_details_items .item {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    align-content: center;
    min-width: 90px;
    max-width: 90px;
    margin-bottom: 20px;
}

.wrap_details .wrap_details_items .item .icon {
    width: 28px;
    height: 28px;
    margin: 0 0 11px 0;
}

.wrap_details .wrap_details_items .item .icon img {
    width: 100%;
    height: 100%;
}

.wrap_details .wrap_details_items .item .text {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #252431;
    text-align: center;
}

.wrap_care_tips .wrap_care_tips_items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
}

.wrap_care_tips .wrap_care_tips_items .item {
    margin: 0 0 16px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    width: 34%;
}

.wrap_care_tips .wrap_care_tips_items .item .icon {
    width: 26px;
    height: 26px;
    margin: 0 11px 0 0;
}

.wrap_care_tips .wrap_care_tips_items .item .icon img {
    width: 100%;
    height: 100%;
}

@media (min-width: 768px) {
    .wrap_details .wrap_details_items .item .icon {
        width: 36px;
        height: 36px;
    }

    .wrap_care_tips .wrap_care_tips_items .item .icon {
        width: 34px;
        height: 34px;
    }
}

.wrap_care_tips .wrap_care_tips_items .item .text {
    max-width: 162px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #252431;
    text-align: left;
}
@media (max-width: 480px) {
    .wrap_care_tips .wrap_care_tips_items .item .text {
        max-width: none;
    }
}

.wrap_labels_card_img_main {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: end;
    align-content: center;
    position: absolute;
    top: 20px;
    right: 22px;
}

.wrap_labels_card_img_main .label {
    display: inline-block;
    vertical-align: middle;
    align-items: center;
    padding: 4px 25px;
    background: #C396DE;
    border-radius: 50px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 17px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: 'Yanone Kaffeesatz';
}

.wrap_labels_card_img_main .label:not(:last-of-type) {
    margin-bottom: 9px;
}

.product__container_new .product__price .old_price {
    font-weight: 400;
    font-size: 20px;
    line-height: 41px;
    text-decoration-line: line-through;
    color: #000000;
    opacity: 0.3;
    padding-right: 6px;
}

.product__container_new .product__price .old_price span {
    font-weight: 400;
    font-size: 20px;
    line-height: 41px;
    display: contents;
}

.product__container_new .product__price .discount_percent {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
    background: #E244BF;
    border-radius: 50px;
    padding: 4px 14px;
    margin-left: 6px;
    font-family: 'Yanone Kaffeesatz';
}

.wrap_item_offers {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 16px 32px;
    grid-template-areas: ". . . . .";
}

.product__container_new .wrap_select_custom_card {
    margin: 0 0 16px 0;
}

.product__container_new .select2-container {
    margin: 0 !important;
    min-width: auto !important;
    max-width: 402px !important;
    width: 100% !important;
}

.product__container_new .select2-container--default .select2-selection--single {
    border-color: #753380;
    border-radius: 20px;
    height: 38px;
    transition: 0.25s;
}

.product__container_new .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 18px;
    padding-right: 44px;
    line-height: 38px;
    font-weight: 400;
    font-size: 18px;
    color: #252431;
}

.product__container_new .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 3px;
    right: 16px;
}

.product__container_new .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background: transparent;
    width: 8px;
    height: 8px;
    border: 1px solid;
    border-color: #000 transparent transparent #000;
    transform: rotate(225deg);
    margin: 0;
    transition: 0.25s;
    top: calc(50% - 5px);
}

.product__container_new .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: rotate(45deg);
    top: 50%;
}

.product__container_new .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-radius: 20px 20px 0 0;
}

.product__container_new .select2-dropdown {
    border-radius: 0 0 20px 20px !important;
    border-top: none;
}

.product__container_new .select2-container--open .select2-dropdown--below {
    box-shadow: none;
    border: 1px solid #753380 !important;
    border-top: none !important;
    border-radius: 0 0 20px 20px !important;
    overflow: hidden;
}

.product__container_new .select2-container--default .select2-selection--single .select2-selection__rendered .bg_icon_left {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: text-top;
    background: #949494 no-repeat center center;
    background-size: cover;
    margin: 0 11px 0 0;
    box-shadow: 0 0 8px 0 rgba(34, 60, 80, 0.2);
}

.product__container_new .select2-dropdown .select2-results__option {
    padding: 6px 44px 10px 44px;
    font-weight: 400;
    font-size: 18px;
    color: #252431;
    line-height: 1.4;
    position: relative;
}

.product__container_new .select2-dropdown .select2-results__option:last-of-type {
    padding-bottom: 0;
}

.product__container_new .select2-dropdown .select2-results__option .bg_icon_left {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: text-top;
    background: #949494 no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 13px;
    top: 7px;
    box-shadow: 0 0 8px 0 rgba(34, 60, 80, 0.2);
}

.product__container_new .select2-container--default .select2-results__option--selected {
    background-color: transparent;
}

.product__container_new .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: #E4F6F7;
}

.product__container_new .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-radius: 0 0 20px 20px !important;
}

.product__container_new .select2-container--open .select2-dropdown--above {
    box-shadow: none;
    border: 1px solid #753380 !important;
    border-bottom: none !important;
    border-radius: 20px 20px 0 0 !important;
    overflow: hidden;
}

.product__container_new .wrap_items_recomend_in_card {
    margin-bottom: 25px;
}

.product__container_new .product__favorite {
    /*
    max-width: 330px;
    */
    max-width: 126px;
    margin-left: 9px;
    padding: 0;
}

.product__container_new .product__favorite svg {
    margin: auto;
    left: 0;
    right: 0;
    top: calc(50% - 11px);
    stroke: #753380;
    fill: none;
}

.product__container_new .product__favorite.is-active svg {
    fill: #753380;
    stroke: none;
}

.product__container_new .header_adaptive {
    display: none;
}

.product__container_new .header_adaptive .product__title {
    font-weight: 400;
    font-size: 30px;
    line-height: 28px;
    color: #000000;
    margin: 0 0 16px 0;
    padding: 0;
}

.product__container_new .header_adaptive .product__brand {
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #000000;
    margin: 0 0 16px 0;
    padding: 0;
}

.wrapper_items_offers_for_header.is_adaptive {
    display: none;
}

.button.button_filled {
    padding: 0 21px;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.16em;
    color: #F4F3F9;
    vertical-align: middle;
    height: 38px;
    line-height: 38px;
    text-align: center;
    max-width: 402px;
    width: 100%;
}

.button .icon_bell {
    width: 22px;
    height: 29px;
    display: inline-block;
    vertical-align: middle;
    background: transparent url('/local/templates/ili/img/icons/icon_bell.svg') center center no-repeat;
    background-size: contain;
    position: relative;
    margin: 0 9px 0 0;
}

.button.button_out_of_prod {
    font-weight: 400;
    font-size: 18px;
    line-height: 38px;
    letter-spacing: 0.16em;
    color: #48C2CA;
    background: transparent;
    border: 1px solid #E4F6F7;
    padding: 0 67px;
    height: 38px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.product__container_new .text_no_stock {
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    color: rgba(72, 194, 202, 0.5);
    margin: 0 0 32px 0;
}

.wrap_pagination_custom .slick-prev.slick-arrow,
.wrap_pagination_custom .slick-next.slick-arrow {
    width: 63px;
    height: 63px;
    background: #E4F6F7;
    border-radius: 63px;
    position: relative;
    display: inline-block;
    top: auto;
    margin: auto;
    left: auto;
    right: auto;
    bottom: auto;
    transition: all 0.25s;
}

.wrap_pagination_custom .slick-prev.slick-arrow:hover,
.wrap_pagination_custom .slick-next.slick-arrow:hover {
    background-color: #78cdd4;
}

.wrap_pagination_custom .slick-prev.slick-arrow:after,
.wrap_pagination_custom .slick-next.slick-arrow:after {
    display: none;
}

.wrap_pagination_custom .slick-prev.slick-arrow:before,
.wrap_pagination_custom .slick-next.slick-arrow:before {
    background: transparent url('/local/templates/ili/img/icons/icon_arrow_slider.svg') center center no-repeat;
    width: 39px;
    height: 15px;
    border-radius: 0;
    top: calc(50% - 7.5px);
    left: auto;
    right: auto;
    bottom: auto;
    margin: auto;
    transform: rotate(180deg);
    transition: all 0.25s;
}

.wrap_pagination_custom .slick-prev.slick-arrow:hover:before {
    left: -17px;
}

.wrap_pagination_custom .slick-next.slick-arrow:hover:before {
    right: calc(50% + 7px);
}

.wrap_pagination_custom {
    margin: 0 0 48px 0;
}

.wrap_pagination_custom .wrap_custom_dots {
    display: none;
}

.wrap_pagination_custom .wrap_custom_counter {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.wrap_pagination_custom .wrap_custom_counter .text_counter {
    display: inline-block;
    margin: 0 25px;
}

.wrap_button_top_adaptive_in_card {
    display: none;
}

.button.button_to_top {
    background-color: transparent;
    border: 1px solid #E4F6F7;
    text-transform: uppercase;
    color: #48C2CA;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 0.16em;
    padding: 9px 45px;
}

.fancy_image_text_top,
.fancy_image_text_bottom {
    position: absolute;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    text-align: left;
}

.fancy_image_text_top {
    bottom: calc(100% + 8px);
}

.fancy_image_text_bottom {
    top: calc(100% + 8px);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
}

.fancy_image_text_top a,
.fancy_image_text_bottom a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-decoration-line: underline;
    color: #48C2CA;
}

.fancybox-image-wrap.fixed_w_h {
    /*
	width:270px !important;
	height:340px !important;
	*/
    text-align: center;
}

.fancybox-image-wrap.fixed_w_h .fancybox-image {
    /*height: 70% !important;
	width:auto !important;*/
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.wrap_item_offers .item_offer .offer_img {
    position: relative;
}

.offer_img-quantity {
    position: absolute;
    top: 5px;
    right: 2px;
    padding: 0 5px;
    height: 14px;
    font-size: 12px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.8);
}

.offer_img-quantity.offer_img-quantity--soon {
    top: auto;
    bottom: 5px;
    background: #C396DE;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Yanone Kaffeesatz';
    line-height: 1;
    height: auto;
    padding: 3px 7px 1px 7px;
    width: auto;
    letter-spacing: 1px;
}

.offer_img-percent {
    position: absolute;
    top: 5px;
    left: 2px;
    height: 14px;
    font-size: 12px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background: #E244BF;
    color: #fff;
    padding: 0 5px;
}

.sort__filter_links {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.sort__filter_link {
    background-color: #E4F6F7;
    border-radius: 50px;
    color: #252431;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    padding: 6px 25px;
    text-decoration: none;
    transition: all 0.3s ease-in;
}

.sort__filter_link:hover {
    background-color: #48c2ca;
    color: #fff;
}

.sort__filter_link--checked {
    color: #fff;
    background-color: #48C2CA;
    position: relative;
    padding-right: 30px;
}

.sort__filter_icon--close {
    fill: #fff;
    position: absolute;
    right: 10px;
    top: 11px;
}

.sort__filter_wrap {
    max-width: 1300px;
}

.container__sort {
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.wrap_product__price .product__price--mobile {
    display: none;
}

.product__container_new .wrap_select_custom_card .offer_img-quantity {
    display: none;
}

.product__container_new .select2-dropdown .select2-results__option .offer_img-quantity {
    display: none;
}

.order__shipping__sert-hint {
    display: flex;
    gap: 8px;
    align-items: center;
}

.sert-hint__icon {
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #44D3D9;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    line-height: 26px;
    text-decoration: none;
}

.sert-hint__text {
    font-size: 13px;
    line-height: 20px;
    color: #282828;
    text-decoration: none;
    transition: all 0.3s;
}

.sert-hint__text:hover {
    text-decoration: underline;
}

.order__shipping__col--sert {
    display: flex;
    gap: 12px;
    max-width: 580px;
}

.order__shipping__input--sert {
    margin-bottom: 0;
    min-width: 400px;
}

.order__shipping__input--sert input {
    letter-spacing: 2px;
}

.sert-hint__modal_container {
    padding: 32px 36px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.sert-hint__modal_header {
    padding-bottom: 2px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
}

#order__sert-hint {
    position: relative;
    transform: translateY(25%);
}

.order__shipping__input--sert input::placeholder {
    letter-spacing: 3px;
}

.sort__item_by .sort__label {
    display: none;
}

.sort__item_count {
    white-space: nowrap;
}

.sert-hint__modal_img {
    width: 750px;
}

.sert-hint__modal_img img {
    width: 100%;
}

@media (min-width: 991px) {
    .sort__list {
        position: absolute;
        left: -15px;
        right: -15px;
        top: -10px;
        padding: 40px 15px 15px;
        min-width: 100%;
        background: #fff;
        box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
        opacity: 0;
        visibility: hidden;
        transition: 0.25s;
        display: flex;
        gap: 4px;
        flex-direction: column;
    }

    .sort__item.is-show .sort__list {
        opacity: 1;
        visibility: visible;
    }

    .sort__item_by .sort__list {
        width: 170px;
    }

    .sort__trigger {
        position: relative;
        z-index: 2;
        display: inline-block;
        padding-right: 16px;
        text-decoration: none;
        color: #333333;
        fill: #333333;
    }

    .sort__list li {
        margin-left: 0;
    }

    .sort__item .item-menu {
        margin-left: 5px;
    }

    .sort__list li::before {
        content: none;
    }

    .sort__wrap {
        gap: 36px;
    }
}

@media (max-width: 1440px) {
    .wrap_care_tips .wrap_care_tips_items .item {
        width: 50%;
    }
}

.product__container_new .product__price span {
    font-weight: 400;
    font-size: 30px;
    line-height: 41px;
    vertical-align: middle;
    display: inline-block;
}

.wrap_item_offers .item_offer .offer_name {
    font-size: 16px;
    padding-bottom: 5px;
}

.product__container_new .select2-container--default .select2-results > .select2-results__options {
    max-height: 285px;
}

@media (max-width: 767px) {
    .product__container_new .header_adaptive {
        display: block;
    }
}

@media (max-width: 1199px) {
    .wrap_item_offers {
        gap: 16px;
    }

    .product__container_new .product__image__big {
        max-width: 1020px;
    }

    .product .breadcrumbs {
        margin-bottom: 27px;
    }

    /*.product__container_new .product__image .wrapper_items_offers_for_header{*/
    /*	display: none;*/
    /*}*/
    .product__container_new .product__content_header .product__title,
    .product__container_new .product__content_header .product__brand {
        display: none;
    }

    .product__container_new .product__image {
        margin-bottom: 31px;
    }

    .product__container_new .product__price {
        margin-bottom: 9px;
    }

    .wrap_compound h3,
    .wrap_details h3,
    .wrap_care_tips h3,
    .wrap_description h3 {
        margin-bottom: 16px;
    }

    .wrap_compound {
        margin-bottom: 24px;
    }

    .sort__item.is-show .sort__list {
        opacity: 1;
        visibility: visible;
    }

    .sort__item_by .sort__list {
        width: 170px;
    }

    .sort__trigger {
        position: relative;
        z-index: 2;
        display: inline-block;
        padding-right: 16px;
        text-decoration: none;
        color: #333333;
        fill: #333333;
    }

    .sort__list li {
        margin-left: 0;
    }

    .sort__item .item-menu {
        margin-left: 5px;
    }

    .sort__list li::before {
        content: none;
    }

    .sort__wrap {
        gap: 36px;
    }
}

@media (max-width: 1440px) {
    .wrap_care_tips .wrap_care_tips_items .item {
        width: 50%;
    }
}

.product__container_new .product__price span {
    font-weight: 400;
    font-size: 30px;
    line-height: 41px;
}

.wrap_item_offers .item_offer .offer_name {
    font-size: 16px;
    max-width: 100%;
    word-break: break-word;
}

.product__container_new .select2-container--default .select2-results > .select2-results__options {
    max-height: 285px;
}

@media (max-width: 1199px) {
    .wrap_item_offers {
        gap: 16px;
    }

    .product__container_new .header_adaptive {
        display: block;
    }

    .product__container_new .product__image__big {
        max-width: 1020px;
    }

    .product .breadcrumbs {
        margin-bottom: 64px;
    }

    /*.product__container_new .product__image .wrapper_items_offers_for_header{*/
    /*	display: none;*/
    /*}*/
    .product__container_new .product__content_header .product__title,
    .product__container_new .product__content_header .product__brand {
        display: none;
    }

    .product__container_new .product__image {
        margin-bottom: 31px;
    }

    .product__container_new .product__price {
        margin-bottom: 9px;
    }

    .wrap_compound h3,
    .wrap_details h3,
    .wrap_care_tips h3,
    .wrap_description h3 {
        margin-bottom: 16px;
    }

    .wrap_compound {
        margin-bottom: 24px;
    }

    .product__container_new .text_no_stock {
        margin-bottom: 17px;
    }

    .wrap_care_tips .wrap_care_tips_items .item {
        width: 35%;
    }

    .wrap_button_top_adaptive_in_card {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: center;
        margin: 0 0 48px 0;
    }
}

@media (max-width: 1000px) {
    .product__container_new .wrapper_items_offers_for_header.is_adaptive {
        display: block;
        margin-top: 24px;
    }

    .product__container_new .product__image .wrapper_items_offers_for_header {
        display: none;
    }
}

.catalog-item .item-price,
.product-card__wrap .product-card__price {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: self-start;
    align-content: stretch;
}

@media (max-width: 500px) {
    .catalog-item .item-price{
        white-space: nowrap;
        flex-wrap: nowrap;
    }
}

.catalog-item .item-price .wrap_prices,
.product-card__wrap .product-card__price .wrap_prices {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: self-start;
    align-content: stretch;
    margin: 0 5px 0 0;
}

.catalog-item .item-price .wrap_prices .wrap_price_current,
.product-card__wrap .product-card__price .wrap_prices .wrap_price_current {
    line-height: 18px;
}

.catalog-item .item-price .wrap_prices .wrap_price_old,
.product-card__wrap .product-card__price .wrap_prices .wrap_price_old {
    line-height: 16px;
    position: relative;
}

.catalog-item .item-price .wrap_prices .wrap_price_old:before,
.product-card__wrap .product-card__price .wrap_prices .wrap_price_old:before {
    content: '';
    position: absolute;
    top: calc(65% - 1px);
    border-bottom: 1px solid #ACACAC;
    margin-left: -3px;
    width: 115%;
}

.catalog-item .item-price .wrap_prices .wrap_price_old span,
.product-card__wrap .product-card__price .wrap_prices .wrap_price_old span {
    color: #ACACAC;
    font-size: 12px;
}

.catalog-item .item-price .wrap_item_discount,
.product-card__wrap .product-card__price .wrap_item_discount {
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
    font-weight: 400;
    background: #E244BF;
    border-radius: 18px;
    padding: 1px 11px;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .product__container_new .wrap_item_offers {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-areas: ". . . .";
        gap: 16px;
    }

    .sert-hint__modal_img {
        width: auto;
    }
}

/*
@media (min-width: 768px){
	.bg_icon_left{
		background-image: none !important;
		mask-image: none !important;
		-webkit-mask-image: none !important;
	}
}
*/
@media (max-width: 767px) {

    .container {
        width: 90%;
    }

    .sert-hint__modal {
        margin-left: -29px;
        margin-right: -29px;
    }

    .sert-hint__modal .fancybox-close-small {
        top: 5px;
        right: 5px;
    }

    .sert-hint__modal_container {
        padding: 18px 6px 36px 6px;
    }

    .sert-hint__modal_img {
        width: auto;
    }

    .order__shipping__col--sert {
        flex-direction: column;
    }

    .order__shipping__input {
        min-width: auto;
        margin-bottom: 24px;
    }

    .sert-hint__modal_img img {
        width: 100%;
    }

    .sert-hint__modal_header {
        max-width: 270px;
        font-size: 14px;
        line-height: 20px;
    }

    .slider-for_card .slick-prev.slick-arrow,
    .slider-for_card .slick-next.slick-arrow {
        display: none !important;
    }

    .wrap_item_offers + .button.button_model {
        width: 100% !important;
    }

    .wrap_labels_card_img_main {
        bottom: 20px;
        top: auto;
    }

    .product__container_new .wrap_item_offers {
        grid-template-columns: repeat(3, calc(33% - 20px));
        grid-template-areas: ". . . ";
        gap: 8px 26px;
        max-height: none !important;
    }
    .js_show_more_new{
        display: none !important;
    }

    .product__container_new .product__info {
        margin-bottom: 32px;
    }

    .product .breadcrumbs {
        margin-bottom: 24px;
    }

    .product__container_new .header_adaptive .product__title {
        font-size: 25px;
        margin-bottom: 5px;
    }

    .product__container_new .header_adaptive .product__brand {
        font-size: 16px;
        margin-bottom: 8px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .product__container_new .product__image {
        margin-bottom: 24px;
    }

    .product__container_new .product__price {
        margin-bottom: 24px;
    }

    .product__container_new .product__info {

    }

    .product__container_new .product__info li {
        display: block;
    }

    .product__container_new .product__info {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 32px;
        text-align: center;
    }

    .product__container_new .product__info li + li {
        margin-top: 0;
    }

    .product__container_new .product__info .product__info__dots {
        display: none;
    }

    .product__container_new .product__info .product__info__label {
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        color: #9593A3;
    }

    .product__container_new .product__info .product__info__value {
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        color: #252431;
    }

    .product__container_new .select2-container--default .select2-selection--single {
        border: none;
    }

    .product__container_new .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: -4px;
        right: 0px;
    }

    .product__container_new .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding-left: 0;
        padding-right: 0;
        margin-right: 0;
        font-size: 14px;
        line-height: 12px;
        display: flex;
    }

    .product__container_new .select2-container--default .select2-selection--single .select2-selection__rendered .bg_icon_left {
        width: 37px;
        height: 37px;
        border: none;
        box-shadow: none;
    }

    .product__container_new .select2-container--default .select2-selection--single .select2-selection__rendered .color-id--select2 {
        overflow: hidden;
        display: block;
        width: 42px;
        padding-top: 6px;
        white-space: nowrap;
        text-align: left;
        text-overflow: ellipsis;
    }

    .wrap_compound h3,
    .wrap_details h3,
    .wrap_care_tips h3,
    .wrap_description h3 {
        margin-bottom: 12px;
    }

    .wrap_compound {
        margin-bottom: 32px;
    }

    .wrap_care_tips .wrap_care_tips_items .item {
        width: 50%;
    }

    .wrapper_items_offers_for_header.is_adaptive {
        margin-top: 32px;
    }

    .wrap_details {
        margin-bottom: 12px;
    }

    .wrap_care_tips {
        margin-bottom: 16px;
    }

    .product__container_new {
        margin-bottom: 20px;
    }

    .product__container_new .wrap_select_custom_card {
        margin-bottom: 0;
    }

    .product__container_new .text_no_stock {
        font-size: 20px;
        line-height: 26px;
    }

    .product__container_new .product__counter {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        border-radius: 30px;
        width: 133px;
        background-color: #753380;
        display: none;
    }

    .product__container_new .product__counter.in_cart {
        display: block;
    }

    .product__container_new .product__add.added {
        margin-top: 0;
        /* border-radius: 0 30px 30px 0; */
        display: none;
    }

    .product__container_new .product__counter__field {
        height: 100%;
    }

    .product__container_new .product__favorite {
        margin: 0 0 0 6px;
        max-width: 44px;
        display: none;
    }

    .product__container_new .select2-container {
        min-width: 105px !important;
    }

    .product__container_new .product__options {
        padding: 10px 12px 10px 12px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .button.button_out_of_prod {
        padding-left: 17px;
        padding-right: 17px;
    }

    .product__container_new .product__options .wrap_product__options {
        min-width: 133px;
    }

    .product__container_new .wrap_select_custom_card {
        text-align: center;
        position: relative;
    }

    .product__container_new .wrap_select_custom_card .offer_img-quantity {
        position: absolute;
        display: flex;
        justify-content: flex-start;
        bottom: 4px;
        left: 48px;
        top: auto;
        color: #252431;
        font-size: 10px;
        line-height: 12px;
        opacity: 1;
        padding: 0;
    }

    .wrap_product__price {
        width: 100%;
    }

    .wrap_product__price .product__price--mobile {
        font-size: 16px;
        line-height: 110%;
        font-weight: 500;
        min-width: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-bottom: 0;
    }

    .wrap_product__price .product__price--mobile .price-val--mobile {
        color: #48C2CA;
    }

    .wrap_product__price .product__price--mobile .old_price--mobile,
    .wrap_product__price .product__price--mobile .not-available--mobile,
    .wrap_product__price .product__price--mobile .not-available--discontinued {
        font-size: 14px;
        line-height: 110%;
        font-weight: 400;
        text-decoration-line: line-through;
        color: #000000;
        opacity: 0.3;
    }

    .wrap_product__price .product__price--mobile .not-available--mobile {
        text-decoration-line: none;
        text-align: center;
        opacity: 1;
        color: #AFAFAF;
        font-size: 12px;
        display: block;
    }

    .wrap_product__price .product__price--mobile .not-available--discontinued {
        text-decoration-line: none;
        width: 230px;
        text-align: center;
        opacity: 1;
        color: #AFAFAF;
    }

    .wrap_product__options .product__counter .product__counter__field {
        color: #fff;
    }

    .wrap_product__options .product__counter .product__counter__plus::before,
    .wrap_product__options .product__counter .product__counter__plus::after,
    .wrap_product__options .product__counter .product__counter__minus::before {
        background-color: #fff;
    }

    .wrap_product__options .product__add {
        font-weight: 400;
        font-size: 16px;
        line-height: 21px;
        margin-top: 0;
    }

    .wrap_product__options .product__add.added {
        display: none;
    }

    .wrap_product__options > .product__add.added ~ .product__counter {
        background-color: #2fc3ce;
    }

    .product__container_new .select2-dropdown .select2-results__option .bg_icon_left {
        width: 100%;
        height: auto;
        aspect-ratio: 1/1;
        box-shadow: none;
    }

    .product__container_new .select2-dropdown .select2-results__option .bg_icon_left[data-count="0"] {
        opacity: 0.4;
    }

    .product__container_new .select2-dropdown .select2-results__option {
        /* height: 80px;
		width: 60px; */
        display: flex;
        gap: 4px;
        flex-direction: column;
        align-items: center;
        padding: 0;
        /* background-color: #fff; */
        width: calc(20% - 8px);
        border-radius: 0;
    }

    .product__container_new .select2-dropdown .select2-results__options li + li,
    .product__container_new .select2-dropdown .select2-results__options li:first-child,
    .product__container_new .select2-dropdown .select2-results__options li:last-child {
        margin-top: 5px;
    }

    .product__container_new .select2-container--default .select2-results > .select2-results__options {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-top: 10px;
        margin-right: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
        max-height: 65vh;

    }

    .product__container_new .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
        width: 5px;
    }

    .product__container_new .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
        border: 1px solid #753380;
        border-radius: 30px;
    }

    .product__container_new .select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
        background: #753380;
        border-radius: 30px;
    }

    .product__container_new .select2-dropdown .select2-results__option .bg_icon_left {
        position: static;
    }

    .product__container_new .select2-dropdown .select2-results__option .color-id--select2 {
        font-size: 10px;
        line-height: 12px;
        width: 100%;
        padding: 0 5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .product__container_new .select2-dropdown .select2-results__option .offer_img-quantity {
        font-size: 10px;
        line-height: 12px;
        position: absolute;
        right: 0;
        top: 0;
        left: auto;
        bottom: auto;
        background: rgba(255, 255, 255, 0.8);
        color: #000;
        white-space: nowrap;
        width: auto;
        height: auto;
        border-radius: 0;
        display: block;
        padding: 0 2px;
    }

    .product__container_new .select2-dropdown .select2-results__option .bg_icon_left[data-percent]:before,
    .product__container_new .select2 .bg_icon_left[data-percent]:before {
        content: attr(data-percent);
        font-size: 10px;
        line-height: 12px;
        position: absolute;
        left: 0;
        top: 0;
        right: auto;
        bottom: auto;
        background: #E244BF;
        color: #fff;
        white-space: nowrap;
        width: auto;
        height: auto;
        border-radius: 0;
        padding: 0 2px;

    }

    .sort__filter_links {
        flex-wrap: nowrap;
        overflow: scroll;
        padding-bottom: 20px;
        margin-bottom: -10px;
        padding-left: 16px;
        padding-right: 16px;
        width: 100%;
    }

    .sort__filter_link {
        white-space: nowrap;
    }

    .container__sort {
        flex-wrap: wrap;
        gap: 10px;
    }

    .sort__item + .sort__item {
        margin-top: 0;
    }

    .sort__wrap {
        display: flex;
        gap: 10px;
        width: 100%;
        justify-content: space-between;
    }

    .sort__filter_wrap {
        width: auto;
        margin-right: -16px;
        margin-left: -16px;
        overflow: hidden;
    }

    .sort__item .item-menu {
        margin-left: 0;
    }

    .product__container_new .select2-container--open .select2-dropdown--above {
        width: 100vw !important;
        margin-left: -12px;
        top: -10px;
        border: none !important;
        background: #FAFAFA;
        border-radius: 0px 0px 0 0 !important;
        box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.25);
        overflow: visible;
    }

    .product__container_new .select2-container--open .select2-dropdown--above::after {
        content: "";
        position: absolute;
        left: 13%;
        border-width: 5px;
        border-style: solid;
        border-color: rgba(0, 0, 0, 0.1) transparent transparent transparent;
    }

    .product__container_new .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
        background-color: transparent;
        outline: 1px solid #48C2CA;
        border-radius: 0;
    }

    .sort__trigger {
        color: #333333;
        fill: #333333;
        padding-right: 16px;
    }

    .filter__container {
        width: 100% !important;
    }

    .wrapper_сharacteristics .button.button_model {
        /*display: none !important;*/
        /*display: flex;*/
        /*justify-content: center;*/

    }

    .color__icon--tooltip {
        display: none;
    }

    .filter__item[data-type-css="color"] .item-list {
        max-height: 230px;
    }

    .filter__item[data-type-css="color"] .item-list li + li {
        margin-top: 5px;
    }

    .filter__item[data-type-css="color"] .item-list li:hover,
    .filter__item[data-type-css="color"] .item-list li:active,
    .filter__item[data-type-css="color"] .item-list li:focus,
    .filter__item[data-type-css="color"] .item-list li label:hover,
    .filter__item[data-type-css="color"] .item-list li label:active,
    .filter__item[data-type-css="color"] .item-list li label:focus {
        background-color: transparent;
    }

    .filter__item[data-type-css="color"] .item-list li {
        flex: 0 0 20%;
    }

    .filter__item[data-type-css="color"] .item-dropdown .item-list {
        gap: 0;
    }

    .header.is-fixed {
        padding-bottom: 50px;
    }

    .header.is-fixed .header-line__burger {
        background-color: #ffffff;
    }

    .header.is-fixed .header__bottom {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 20;
        width: 100%;
        box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
        background: #fff;
    }

    .header_adaptive {
        position: relative;
    }

    .header_adaptive .product__favorite {
        display: block;
        padding: 17px 0 13px;
    }

    .product__options--mobile-fav {
        display: block;
        width: 100%;
        max-width: 44px;
    }

    .button.button_out_of_prod {
        display: none;
    }

    .button .icon_bell {
        margin: 0 9px 0 9px;
    }
}

@media (max-width: 480px) {
    .wrap_care_tips .wrap_care_tips_items .item {
        width: 100%;
        align-items: center;
    }

    .product .wrap_items_recomend_in_card .title {
        max-width: 250px;
    }

    /*padding-left: 20px;*/
    /*padding-right: 20px;*/
    /*width: calc(100% - 20px);*/
}

.product-cards_favorites .product-card_slide .product-card__wrap,
.product-related .product-card_slide .product-card__wrap {
    padding-top: 0;
}

.product__container_new .product__add.disabled {
    background-color: #979797;
}

.product-related .product-cards__navigation .slider-pagination {
    width: auto !important;
}

.product_card_footer {
    margin-top: 40px;
}

img[data-src], img[data-src-bg] {
    opacity: 0;
    height: 185px;
    transition: 0.5s;
}

img[data-src].img-loaded,
img[data-src-bg].img-loaded {
    opacity: 1;
    height: auto;
}

.slider-for_card.slider-fix {
    opacity: 0;
}

.slider-for_card.slider-fix.slick-initialized {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

.text_no_stock.hide_block {
    display: none !important;
}

.product-card_slide_custom .product-card__wrap .product-card__price .wrap_prices .wrap_price_current span {
    font-family: "Roboto", sans-serif !important;
    font-size: 18px !important;
}

.product-card_slide_custom .product-card__wrap .product-card__price .wrap_prices .wrap_price_old span {
    font-family: "Roboto", sans-serif !important;
}

.button_card_stretch {
    display: block;
    width: 38px;
    height: 38px;
    background: transparent url('../img/icon_strech.svg') center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    border: none;
}

.button_card_stretch:hover {
    cursor: pointer;
}

@media (max-width: 480px) {
    .button_card_stretch {
        top: 5px;
    }
}


@media screen and (max-width: 991px) {
    .container {
        width: calc(100% - 32px) !important;
    }
    .container .container{
        width: 100% !important;
    }
    .container .page-text-seo{
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (min-width: 992px) {
    .container {
        width: 98%;
        max-width: 1828px;
    }
}


.favorites-content .product-cards .product-card .item-option--bask,
.new-products .catalog-item .item-option--bask a,
.catalog-list .catalog-item .item-option--bask a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(117, 51, 128, 0.1);
}

.favorites-content .product-cards .product-card .item-option--bask svg {
    width: 16px;
    height: 22px;
}

.favorites-content .product-cards .product-card .item-option--bask.is-active,
.new-products .catalog-item .item-option--bask a.is-active,
.catalog-list .catalog-item .item-option--bask a.is-active {
    background: #753380;
    fill: #FFF;
}

.favorites-content .product-cards .product-card .item-option--wish,
.new-products .catalog-item .item-option--wish,
.catalog-list .catalog-item .item-option--wish {
    position: absolute;
    right: 6px;
    top: 6px;
    z-index: 1;
}

.favorites-content .product-cards .product-card .item-option--wish svg,
.new-products .catalog-item .item-option--wish svg,
.catalog-list .catalog-item .item-option--wish svg {
    fill: transparent;
    stroke: #282828;
}

@media (hover: hover) {
    .favorites-content .product-cards .product-card .item-option--wish:hover svg,
    .new-products .catalog-item .item-option--wish:hover svg,
    .catalog-list .catalog-item .item-option--wish:hover svg {
        stroke: #48C2CA;
    }
}

.favorites-content .product-cards .product-card .item-option--wish.is-active svg,
.new-products .catalog-item .item-option--wish a.is-active svg,
.catalog-list .catalog-item .item-option--wish a.is-active svg {
    stroke: #48C2CA;
    fill: #48C2CA;
}

.new-products .catalog-item .item-option--bask svg,
.catalog-list .catalog-item .item-option--bask svg {
    fill: #282828;
}

@media (hover: hover) {
    .new-products .catalog-item .item-option--bask:hover svg,
    .catalog-list .catalog-item .item-option--bask:hover svg {
        fill: #753380;
    }
}

.new-products .catalog-item .item-option--bask a.is-active svg,
.catalog-list .catalog-item .item-option--bask a.is-active svg {
    fill: #fff;
}


@media screen and (min-width: 992px) {
    .favorites-content .product-cards .product-card .item-option--wish,
    .new-products .catalog-item .item-option--wish,
    .catalog-list .catalog-item .item-option--wish {
        right: 32px;
        top: 32px;
    }
}


.catalog-list {
    display: flex;
    flex-wrap: wrap;
}

.favorites-content .product-cards .product-card,
.new-products .catalog-item,
.catalog-list .catalog-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
    .favorites-content .product-cards .product-card,
    .new-products .catalog-item,
    .catalog-list .catalog-item {
        width: 50%;
    }
}

@media screen and (min-width: 992px) {
    .favorites-content .product-cards .product-card .product-card__wrap,
    .new-products .catalog-item .item-wrap,
    .catalog-list .catalog-item .item-wrap {
        border: 1px solid transparent;
        transition: border-color .3s;
    }

    .favorites-content .product-cards .product-card .product-card__wrap:hover,
    .new-products .catalog-item .item-wrap:hover,
    .catalog-list .catalog-item .item-wrap:hover {
        border-color: #48C2CA;
    }
}

.favorites-content .product-cards .product-card .product-card__wrap,
.new-products .catalog-item .item-wrap,
.catalog-list .catalog-item .item-wrap {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    padding: 0;
}

@media screen and (min-width: 992px) {
    .favorites-content .product-cards .product-card .product-card__wrap,
    .new-products .catalog-item .item-wrap,
    .catalog-list .catalog-item .item-wrap {
        padding: 20px 20px 15px;
    }
}

.favorites-content .product-cards .product-card .wrap_labels_item_list,
.new-products .catalog-item .wrap_labels_item_list,
.catalog-list .catalog-item .wrap_labels_item_list {
    top: 6px;
}

.favorites-content .product-cards .product-card .product-card__figure,
.new-products .catalog-item .item-image,
.catalog-list .catalog-item .item-image {
    margin: 0;
    max-width: none;
}

@media screen and (min-width: 992px) {
    .new-products .catalog-item .item-image img,
    .catalog-list .catalog-item .item-image img {
        width: 100%;
    }
}

.favorites-content .product-cards .product-card .product-card__title,
.new-products .catalog-item .item-name,
.catalog-list .catalog-item .item-name {
    margin-bottom: 2px;
    line-height: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #282828;
}

@media screen and (min-width: 992px) {
    .favorites-content .product-cards .product-card .product-card__title,
    .new-products .catalog-item .item-name,
    .catalog-list .catalog-item .item-name {
        margin-bottom: 4px;
    }
}

.new-products .catalog-item .item-size,
.catalog-list .catalog-item .item-size {
    display: flex;
    gap: 12px;
    line-height: 16px;
}

.new-products .catalog-item .item-size li,
.catalog-list .catalog-item .item-size li {
    display: flex;
    align-items: center;
}

.new-products .catalog-item .item-size li + li,
.catalog-list .catalog-item .item-size li + li {
    margin: 0;
}

@media screen and (min-width: 992px) {
    .new-products .catalog-item .item-info,
    .catalog-list .catalog-item .item-info {
        margin-bottom: 12px;
    }
}

.new-products .catalog-item .item-colors,
.catalog-list .catalog-item .item-colors {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 8px;
}

.new-products .catalog-item .item-colors svg,
.catalog-list .catalog-item .item-colors svg {
    margin-right: 5px;
}

.favorites-content .product-cards .product-card .product-card__footer,
.new-products .catalog-item .item-footer,
.catalog-list .catalog-item .item-footer {
    padding-top: 8px;
}

@media screen and (min-width: 992px) {
    .favorites-content .product-cards .product-card .product-card__footer,
    .new-products .catalog-item .item-footer,
    .catalog-list .catalog-item .item-footer {
        padding-top: 15px;
    }
}

.favorites-content .product-cards .product-card .product-card__footer-box,
.new-products .catalog-item .item-footer-box,
.catalog-list .catalog-item .item-footer-box {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
}

.new-products .catalog-item .item-price .wrap_prices,
.catalog-list .catalog-item .item-price .wrap_prices {
    margin-right: 4px;
}

.favorites-content .product-cards .product-card .wrap_price_current,
.new-products .catalog-item .wrap_price_current,
.catalog-list .catalog-item .wrap_price_current {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    line-height: 18px;
    font-size: 15px;
    color: #282828;
}

.new-products .catalog-item .item-price .wrap_prices .wrap_price_old,
.catalog-list .catalog-item .item-price .wrap_prices .wrap_price_old {
    line-height: 16px;
}


.wrap_labels_card_img_main .label,
.favorites-content .product-cards .product-card .label,
.new-products .catalog-item .item-wrap .label,
.catalog-list .catalog-item .item-wrap .label {
    font-family: 'Roboto', sans-serif;
    line-height: 18px;
    font-size: 9px;
    font-weight: 500;
    padding: 1px 8px 0 8px;
}

@media screen and (min-width: 992px) {
    .wrap_labels_card_img_main .label,
    .favorites-content .product-cards .product-card .label,
    .new-products .catalog-item .item-wrap .label,
    .catalog-list .catalog-item .item-wrap .label {
        font-family: 'Roboto', sans-serif;
        line-height: 1;
        border-radius: 11px;
        font-size: 11px;
        padding: 6px 10px 5px;
    }
}

.new-products .catalog-item .item-info,
.catalog-list .catalog-item .item-info {
    padding-bottom: 12px;
    margin-bottom: auto;
    height: 32px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 16px;
    font-size: 13px;
    color: rgba(151, 151, 151, 1);
}

.new-products .catalog-item .item-caption,
.catalog-list .catalog-item .item-caption {
    /* padding-bottom: 12px; */
    /* margin-bottom: auto; */
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    margin-bottom: auto;
}

.new-products .product-cards__item {
    height: auto;
}


.favorites-content .product-card {
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 0 10px;
}


.product-cards_favorites .product-card_slide .product-card__wrap {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    padding: 20px 20px 15px;
}

.favorites-content .product-card__figure {
    flex: 0 0 auto;
}

.favorites-content .product-card__img {
    width: 100%;
}

.favorites-content .product-card__title {
    margin-bottom: auto;
}

.favorites-content .product-card__footer {
    position: static;
    margin-top: auto;
    display: block;
}

.favorites-content .product-card__footer {
    position: static;
    margin-top: auto;
}


.product-cards_favorites .product-card_slide .product-card__line:not(:first-child) {
    margin-top: auto;
}

.wrapper_сharacteristics .wrap_description {
    max-width: 660px;
}

.wrapper_сharacteristics .wrap_description h3 {
    margin-bottom: 8px;
}


.favorites-content .product-cards .product-card .product-card__footer::before {
    position: static;
    margin-top: 10px;
    margin-bottom: 15px;
}


@media screen and (min-width: 992px) {
    .favorites-content .product-cards .product-card .product-card__footer::before {
        transform: translateY(-20px);
        margin-bottom: 0;
    }
}


.favorites-content .product-cards .product-card .product-card__cart {
    margin: 0;
}


.header-line__logo {
    max-width: 192px;
}

/* seo text in catalog */

.page-text-seo {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    color: #252431;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%; /* 20.8px */
    margin: 0 auto;
    margin-bottom: 90px;
    margin-top: 150px;
    padding: 0 11.5px;
}
@media (max-width: 1280px) {
    .page-text-seo {
        margin-top: 56px;
        margin-bottom: 56px;
    }
}
@media (max-width: 767px) {
    .page-text-seo {
        margin-top: 56px;
        margin-bottom: 56px;
        padding: 0 16px;
    }
}

.page-text-seo h1,
.page-text-seo h2,
.page-text-seo h3,
.page-text-seo h4 {
    color: #282828;
    font-weight: 400;
    line-height: 120%;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Yanone Kaffeesatz";
}

.page-text-seo h2 {
    font-size: 40px;
    margin-bottom: 24px;
}

.page-text-seo h3 {
    font-size: 30px;
    margin-bottom: 16px;
    margin-top: 40px;
}

.page-text-seo h4 {
    font-size: 22px;
    margin-bottom: 12px;
}

@media (max-width: 767px) {
    .page-text-seo h2 {
        margin-bottom: 16px;
    }

    .page-text-seo h3 {
        margin-top: 24px;
        margin-bottom: 12px;
    }

    .page-text-seo h4 {
        margin-bottom: 8px;
    }
}

.page-text-seo p {
    margin-bottom: 7px;
}

.page-text-seo h2 {
    font-size: 40px;
    margin-bottom: 24px;
}

.page-text-seo h3 {
    font-size: 30px;
    margin-bottom: 16px;
    margin-top: 40px;
}

.page-text-seo h4 {
    font-size: 22px;
    margin-bottom: 12px;
}

@media (max-width: 767px) {
    .page-text-seo h2 {
        margin-bottom: 16px;
    }

    .page-text-seo h3 {
        margin-top: 24px;
        margin-bottom: 12px;
    }

    .page-text-seo h4 {
        margin-bottom: 8px;
    }

    h1.title {
        font-size: 26px;
    }
}

.page-text-seo p {
    margin-bottom: 7px;
}

.page-text-seo a:not(.button) {
    color: #48C2CA;
    font-weight: 500;
    text-decoration-line: none;
}

.page-text-seo ul li {
    margin-bottom: 16px;
    padding-left: 18px;
    position: relative;
}

@media (max-width: 767px) {
    .page-text-seo ul li {
        margin-bottom: 12px;
    }
}

.page-text-seo ul li::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background-color: #48C2CA;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 8px;
}

.page-text-seo ol,
.page-text-seo ul {
    margin-bottom: 24px;
}

@media (max-width: 767px) {
    .page-text-seo ol,
    .page-text-seo ul {
        margin-bottom: 16px;
    }
}

.page-text-seo ol {
    list-style-type: none;
    counter-reset: item;
    padding: 0;
}

.page-text-seo ol li {
    margin-bottom: 16px;
}

.page-text-seo ol li::before {
    content: counter(item) '. ';
    counter-increment: item;
    color: #48C2CA;
    font-weight: 600;
    margin-right: 4px;
}

.page-text-seo__hide {
    -webkit-transition: all .3s cubic-bezier(0.2, 0, 0.5, 1);
    -moz-transition: all .3s cubic-bezier(0.2, 0, 0.5, 1);
    -ms-transition: all .3s cubic-bezier(0.2, 0, 0.5, 1);
    -o-transition: all .3s cubic-bezier(0.2, 0, 0.5, 1);
    transition: all .3s cubic-bezier(0.2, 0, 0.5, 1);
}

.page-text-seo__hide {
    max-height: 0px;
    overflow: hidden;
}

.page-text-seo__open {
    display: flex;
    align-items: center;
    margin-top: 16px;
    gap: 4px;
    cursor: pointer;

    color: #48C2CA;
    font-size: 16px;
    font-weight: 500;
    line-height: 130%; /* 20.8px */
    -webkit-transition: all .3s cubic-bezier(0.2, 0, 0.5, 1);
    -moz-transition: all .3s cubic-bezier(0.2, 0, 0.5, 1);
    -ms-transition: all .3s cubic-bezier(0.2, 0, 0.5, 1);
    -o-transition: all .3s cubic-bezier(0.2, 0, 0.5, 1);
    transition: all .3s cubic-bezier(0.2, 0, 0.5, 1);
}

.page-text-seo__open.hide {
    display: none;
}

.page-text-seo__open span {
    border-bottom: 1px dashed #48C2CA;
}

.page-text-seo__open svg {
    -webkit-transition: all .3s cubic-bezier(0.2, 0, 0.5, 1);
    -moz-transition: all .3s cubic-bezier(0.2, 0, 0.5, 1);
    -ms-transition: all .3s cubic-bezier(0.2, 0, 0.5, 1);
    -o-transition: all .3s cubic-bezier(0.2, 0, 0.5, 1);
    transition: all .3s cubic-bezier(0.2, 0, 0.5, 1);
}

.page-text-seo__open.active svg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media (max-width: 767px) {
    .search-popup {
        padding-left: 20px;
        padding-right: 20px;
    }

    .search-popup__wrap,
    .search-popup__input {
        width: 100%;
    }
}

.modal-city {
    display: none;
    position: relative;
    z-index: 1;
    background: #fff;
    width: 100%;
    max-width: 760px;
    padding: 30px 40px;
    text-align: left;
    vertical-align: middle;
    min-height: 460px;
}

.modal-caption {
    margin-bottom: 20px;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 36px;
    color: #282828;
    text-transform: uppercase;
}

.city-tab {
    display: flex;
    gap: 10px;
    margin-bottom: 16px;
    flex-wrap: wrap;
    align-items: flex-start;
}

.city-tab__item {
    display: inline-block;
    vertical-align: top;
    background-color: #E4F6F7;
    border-radius: 50px;
    color: #252431;
    font-size: 16px;
    line-height: normal;
    padding: 6px 20px 7px 20px;
    text-decoration: none;
    transition: all 0.3s ease-in;
}

.city-tab__item:hover, .city-tab__item.active {
    background-color: #48c2ca;
    color: #fff;
}

.city-search {
    margin-bottom: 16px;
}

.city-search .search__input {
    width: 100%;
    font-size: 16px;
    padding: 16px 50px 14px 20px;
    min-width: 0;
}

.city-search:after {
    right: 20px;
}

.city-tab__select * {
    outline: none;
}

.city-tab__select .select2-container {
    margin: 0;
}

.city-tab__select .select2-container--default .select2-selection--single {
    background: none;
    border: none;
    height: auto;
    display: inline-flex;
    align-items: center;
    padding: 6px 20px 7px 20px;
    border-radius: 25px;
}

.city-tab__select.active .select2-container--default .select2-selection--single {
    background-color: #48c2ca;
    color: #fff;
}

.city-tab__select .select2-container--default .select2-selection--single .select2-selection__rendered,
.city-tab__select .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: inherit;
}

.city-tab__select .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
    line-height: normal;
    font-size: 16px;
}

.city-tab__select .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: auto;
    height: auto;
    position: relative;
    right: 0;
    top: 0;
    display: inline-block;
    vertical-align: middle;
}

.city-tab__select .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: 1px solid #252431;
    border-width: 0 0 1px 1px;
    width: 6px;
    height: 6px;
    transform: rotate(-45deg);
    margin: -4px 0 0 10px;
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.city-tab__select.active .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff;
}

.city-tab__select .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: rotate(-225deg);
    margin-top: 2px;
}

.city-list {
    column-count: 2;
}

.city-list.hide {
    display: none;
}

.city-list li {
    display: flex;
    padding: 7px 0;
}

.city-list li:before {
    content: '';
    display: block;
    min-width: 6px;
    width: 6px;
    height: 6px;
    background: #48C2CA;
    border-radius: 50%;
    margin: 6px 10px 0 0;
}

.city-list a {
    font-size: 15px;
    line-height: normal;
    color: #282828;
    text-decoration: none;
    transition: color 0.3s;
}

.city-list a:hover {
    color: #48C2CA;
}

.autoComplete_wrapper {
    display: block;
}

.autoComplete_wrapper > input {
    background: #fff;
    border-radius: 30px;
    border: 1px solid #ebebed;
    outline: 0;
    font-size: 14px;
    color: #282828;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    padding: 12px 35px 10px 15px;
    display: block;
    width: 100%;
}

.autoComplete_wrapper > input:focus {
    border: 1px solid #48c2ca;
    color: #282828;
}

.autoComplete_wrapper ~ .search_button {
    pointer-events: none;
}

.autoComplete_wrapper > ul > li mark {
    color: #282828;
}

.autoComplete_wrapper > ul > li:hover, .autoComplete_wrapper > ul > li[aria-selected=true] {
    background: #e1e8eb;
}

.fancybox-container[data-href="#modal-basket"] .fancybox-slide:before {
    display: none;
}

.fancybox-container[data-href="#modal-basket"] .fancybox-slide {
    padding: 0;
}

.modal-basket {
    display: none;
    position: relative;
    z-index: 1;
    background: #fff;
    max-width: 100%;
    width: 700px;
    padding: 30px 40px;
    text-align: left;
    min-height: 100%;
    margin: 0;
    vertical-align: top;
    float: right;
    flex-direction: column;
}

.fancybox-container .modal-basket {
    display: flex !important;
}

.title--modal {
    font-size: 36px;
    line-height: normal;
}

.order__basket__table--modal {
    background: none;
    margin-bottom: 20px;
}

.order__basket__table--modal .order__basket__table__item {
    background: url(../img/dashed-line.png) 50% 100% repeat-x;
    display: flex;
    align-self: center;
    padding: 20px 0;
    align-items: center;
}

.order__basket__table--modal .order__basket__table__item .item-image {
    width: 120px;
    height: 120px;
    margin: 0 20px 0 0;
}

.order__basket__table--modal .order__basket__table__item .item-content {
    flex-wrap: wrap;
    align-items: center;
    flex: auto;
    gap: 20px;
}

.item-discount-small {
    display: inline-block;
    vertical-align: top;
    background: #E244BF;
    color: #fff;
    border-radius: 40px;
    padding: 3px 8px 4px 8px;
    font-size: 11px;
    line-height: 1;
    font-weight: normal;
    margin-left: 3px;
}

.order__basket__table--modal .order__basket__table__item .item-caption {
    flex: none;
    width: 100%;
    padding-right: 30px;
}

.item-remove-icon {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    border: 3px solid transparent;
}

.item-remove-icon:before, .item-remove-icon:after {
    content: '';
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 2px;
    transform: translate3d(-50%, -50%, 0) rotate(45deg);
    background: #AFAFAF;
}

.item-remove-icon:after {
    width: 2px;
    height: 100%;
}

.item-remove-icon:hover:before, .item-remove-icon:hover:after {
    background: #48c2ca;
}

.order__basket__table--modal .order__basket__table__item .item-price {
    text-align: left;
    font-size: 16px;
    line-height: normal;
    width: 40%;
}

.order__basket__table--modal .order__basket__table__item .item-cost {
    font-size: 18px;
    line-height: normal;
    margin-left: auto;
}

.order__basket__table--modal .order__basket__table__item .item-price__old {
    color: #979797;
    font-size: 12px;
    line-height: normal;
}

.order__basket__table--modal .order__basket__table__item .item-counter {
    margin: 0;
}

.title-sub {
    text-align: center;
    color: #B1B1B1;
    font-size: 14px;
    line-height: normal;
    margin-top: 5px;
}

.modal-basket-empty {
    text-align: center;
    padding: 40px 0 0 0;
}

.order__basket__total--new li {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    line-height: 130%;
}

.order__basket__total--new .order__basket__total__list__key {
    width: auto;
    text-align: left;
    color: #979797;
}

.order__basket__total--new .order__basket__total__list__key span {
    color: #282828;
}

.order__basket__total--new .order__basket__total__list__value {
    text-align: right;
    width: auto;
}

.order__basket__total--new--last li {
    font-size: 18px;
    line-height: normal;
    font-weight: 500;
}

.order__basket__total--new--last .order__basket__total__list__key {
    color: #282828;
}

.order__basket__footer--new .order__basket__total__btn {
    margin: 16px 0 0 0;
}

.order__basket__footer--new .order__basket__total__btn .button {
    display: block;
    font-weight: 400;
}

.order__basket__footer--new .order__basket__code {
    max-width: none;
    margin: 16px 0 0 0;
}

.order__basket__footer--new .order__basket__code__box, .container-order-right .order__basket__code__box {
    margin: 0;
}

.delivery-free {
    margin: 16px 0;
    background: #edf9fa url("../img/delivery-free.svg") no-repeat right bottom;
    border-radius: 16px;
    padding: 16px;
    color: #282828;
    font-size: 16px;
    line-height: normal;
}

.delivery-free__bottom {
    display: flex;
    max-width: 430px;
    align-items: baseline;
    gap: 16px;
}

.delivery-free__text {
    width: 100%;
    margin-bottom: 8px;
}

.delivery-free__text > div:last-child {
    display: none;
}

[style="--line-width: 100%;"] .delivery-free__text > div:first-child {
    display: none;
}

[style="--line-width: 100%;"] .delivery-free__text > div:last-child {
    display: block;
}

.delivery-free__line {
    flex: auto;
    height: 6px;
    background: url("../img/wave-white.svg");
}

.delivery-free__line div {
    height: 6px;
    background: url("../img/wave.svg");
    transition: width 0.3s ease-in-out;
    width: var(--line-width);
    position: relative;
    z-index: 1;
}

.delivery-free__line div:after {
    content: '';
    width: 18px;
    height: 18px;
    margin-top: -14px;
    background: url('../img/delivery-check.svg') no-repeat center center;
    background-size: contain;
    position: absolute;
    z-index: 1;
    right: -6px;
    top: 50%;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    transform: rotate(var(--line-rotate));
}
[style="--line-width: 0%;"] .delivery-free__line div:after {
    right: -18px;
}
[style="--line-width: 100%;"] .delivery-free__line div:after {
    opacity: 1;
    transform: rotate(0);
}

.delivery-free__price {
    font-weight: bold;
    font-size: 14px;
    line-height: normal;
}

.order__basket__footer--new {
    position: sticky;
    bottom: 0;
    z-index: 10;
    padding: 30px 40px;
    border-radius: 24px 24px 0 0;
    background: #FFF;
    box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.10);
    display: flex;
    flex-direction: column;
    margin: auto -40px -30px -40px;
}

@media screen and (max-width: 767px) {
    .delivery-free{
        padding: 9px 12px;
    }
    .delivery-free__text{
        margin-bottom: 4px;
    }
    .delivery-free__text .tooltip{
        float: right;
        margin: -4px 0 0 0;
    }
    .delivery-free__text .tooltip__text{
        right: -6px;
        transform: none;
    }
    .delivery-free__text .tooltip__text:after{
        margin-right: 0;
        right: 10px;
    }
    [style="--line-width: 100%;"] .delivery-free__bottom{
        display: none;
    }
    [style="--line-width: 100%;"] .delivery-free__text{
        margin-bottom: 0;
    }
}

.basket-modal-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.container-order {
    width: 1180px;
    max-width: calc(100% - 32px);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.container-order-left {
    width: 58%;
}

.container-order-right {
    width: 34%;
    border-radius: 16px;
    border: 2px solid rgba(72, 194, 202, 0.16);
    background: #FFF;
    padding: 24px;
    position: sticky;
    top: 100px;
    margin-bottom: 40px;
}

.container-order .title {
    margin-top: 0;
}

.order-title {
    width: 1180px;
    max-width: calc(100% - 32px);
    margin: 0 auto;
    padding: 40px 0 24px 0;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 48px;
    color: #282828;
    text-align: left;
    text-transform: uppercase;
    font-weight: normal;
}

.container-order .order__shipping__title {
    text-align: left;
    margin-bottom: 25px;
    line-height: normal;
}

.container-order .container-order-right .order__shipping__title {
    margin-bottom: 12px;
}

.container-order .bx-soa-cart-total-line {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 12px;
}

.container-order .bx-soa-cart-total-line.bx-soa-cart-total-line-total {
    font-size: 20px;
    line-height: normal;
    font-weight: 500;
}

.container-order .bx-soa-cart-t {
    color: #979797;
}

.container-order .bx-soa-cart-d {
    text-align: right;
}

.container-order .bx-price-old {
    font-size: 80%;
    color: #979797;
    text-decoration: line-through;
}

.container-order .bx-soa-cart-total-line.bx-soa-cart-total-line-total .bx-soa-cart-t {
    color: #282828;
}

.container-order .order__shipping__submit .button {
    display: block;
}

.order-agree {
    text-align: center;
    color: #979797;
    line-height: 130%;
    font-size: 14px;
    margin-top: 12px;
}

.order-agree a {
    color: #282828;
    transition: all 0.3s;
}

.order-agree a:hover {
    color: #48c2ca;
}

.order-basket-code .order__basket__code__box {
    margin-right: 0;
}

.order-basket-code .order__basket__code__submit {
    width: 110px;
}

.order-basket-code .order__basket__code__submit .button {
    width: 100%;
}

.button__price {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    padding: 0 0 0 12px;
    margin: -3px 0 0 5px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    line-height: 1;
    letter-spacing: normal;
}

.tooltip {
    width: 23px;
    height: 23px;
    background: url(../img/tooltip.svg) no-repeat center center;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
}

.tooltip--help {
    width: 16px;
    height: 16px;
    background-image: url(../img/tooltip-help.svg);
    vertical-align: middle;
    margin: -2px 2px 0 2px;
    color: #000;
    white-space: normal;
}

.tooltip__text {
    position: absolute;
    z-index: 1;
    right: -10px;
    bottom: calc(100% + 11px);
    background: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    padding: 16px;
    border-radius: 8px;
    box-shadow: 0 0 40px rgba(51, 51, 51, 0.20);
    width: 320px;
    transition: all 0.3s ease-in-out 0.1s;
    opacity: 0;
    visibility: hidden;
}

.tooltip__text:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 100%;
    right: 14px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #fff;
}

.tooltip:hover .tooltip__text,
.tooltip:focus .tooltip__text {
    opacity: 1;
    visibility: visible;
}

.container-order .order__shipping__payment__item {
    width: 50%;
}

.container-order .order__shipping__payment {
    width: auto;
}

.container-order .bx-soa-item-tr {
    border-top: 1px dashed #ddd;
    padding: 16px 0 16px 120px;
    position: relative;
    z-index: 1;
    min-height: 128px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.container-order .bx-soa-item-tr:first-child {
    border-top-style: solid;
}

.container-order .bx-soa-item-block, .container-order .bx-soa-item-img-block, .container-order .bx-soa-item-img-block a, .container-order .bx-soa-item-td:first-child {
    display: contents;
}

.container-order .bx-soa-item-imgcontainer {
    width: 96px;
    height: 96px;
    background: no-repeat center center;
    background-size: contain;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 16px;
}

.container-order .bx-soa-item-content {
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    line-height: 130%;
}

.container-order .bx-soa-item-title a {
    text-decoration: none;
    color: #282828;
}

.container-order .bx-soa-item-td-text {
    font-size: 16px;
    line-height: normal;
}

.container-order .bx-soa-item-td-text .bx-price {
    font-weight: normal;
    display: block;
}

.container-order .bx-soa-item-td-text .bx-price.bx-price-big {
    font-size: 18px;
    line-height: normal;
}

.container-order .bx-soa-item-td-text .bx-price-old {
    font-weight: normal;
    color: #ACACAC;
    font-size: 12px;
    line-height: normal;
    display: block;
}

.container-order .bx-soa-item-properties {
    order: 1;
    width: 33.333333%;
}

.container-order .bx-soa-item-properties.bx-text-right {
    order: 2;
    text-align: right;
}

.container-order .bx-soa-item-td-title {
    display: none;
}

.order__shipping__title-cols {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.order__shipping__title__sub {
    color: #B1B1B1;
    margin-bottom: 24px;
    font-size: 14px;
    line-height: normal;
}

.order__shipping__title--flex {
    display: flex;
    align-items: center;
    gap: 20px;
}

.link-city {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    white-space: nowrap;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
}

.link-city .link-city__text {
    display: inline-block;
    color: #48C2CA;
    border-bottom: 1px solid #48C2CA;
    transition: all 0.3s;
}

.link-city:hover .link-city__text {
    border-bottom-color: transparent;
}

.link-city__icon {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 23px;
    fill: #48c2ca;
    margin: 0 3px 0 0;
}

.order__tabs.order__tabs--delivery {
    text-align: left;
    display: flex;
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
}

.order__tabs.order__tabs--delivery a {
    margin-right: 40px;
}

.order__tabs.order__tabs--delivery li {
    margin: 0;
}

.checkout-h3 {
    font-size: 18px;
    line-height: normal;
    font-weight: 500;
    margin-bottom: 20px;
    color: #282828;
}

.checkout-address-block {
    margin-bottom: 20px;
    margin-top: -20px;
}

.order__shipping__input textarea {
    height: 160px;
}

.input-toggle {
    font-size: 16px;
    line-height: normal;
    position: relative;
    z-index: 1;
    padding: 3px 0 0 60px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    min-height: 28px;
    margin-bottom: 25px;
}

.input-toggle input {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    opacity: 0;
}

.input-toggle span:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 48px;
    height: 28px;
    border-radius: 16px;
    border: 2px solid rgba(84, 194, 204, 0.16);
    background: #edf9fa;
    box-sizing: border-box;
    transition: all 0.3s;
}

.input-toggle span:after {
    content: '';
    position: absolute;
    z-index: 1;
    left: 5px;
    top: 5px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #d5f0f2;
    box-sizing: border-box;
    transition: all 0.3s;
}

.input-toggle input:checked ~ span:after {
    transform: translate3d(20px, 0, 0);
    background: #fff;
}

.input-toggle input:checked ~ span:before {
    background: #48C2CA;
    border-color: rgba(255, 255, 255, 0.40);
}

.order__shipping__payment__item label {
    margin: 0;
    padding: 0;
}

.order__shipping__payment__item .item-box {
    display: block;
    width: 100%;
    height: 180px;
    position: relative;
    z-index: 1;
    padding: 20px 20px 20px 50px;
    border-radius: 16px;
    border: 2px solid rgba(84, 194, 204, 0.16);
    box-shadow: none;
    background: none;
}

.order__shipping__payment__item .item-box:hover {
    border: 2px solid rgba(84, 194, 204, 0.16);
    box-shadow: none;
    background: none;
}

.order__shipping__payment__item .item-input:checked + .item-box {
    background: #edf9fa;
    border: 2px solid rgba(84, 194, 204, 0.16);
    box-shadow: none;
}

.order__shipping__payment__item .item-box:before, .order__shipping__payment__item .item-box:after {
    content: '';
    position: absolute;
    z-index: 1;
    left: 18px;
    top: 22px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #54c2cc;
    box-sizing: border-box;
    cursor: pointer;
    background: #fff;
}

.order__shipping__payment__item .item-box:after {
    background: #54c2cc;
    transform: scale(0.4);
    opacity: 0;
    transition: opacity 0.3s linear;
}

.order__shipping__payment__item .item-input:checked + .item-box:after {
    opacity: 1;
}

.order__shipping__payment__item .item-name {
    position: static;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    padding: 0 0 10px 0;
    font-family: inherit;
    text-align: left;
}

.order__shipping__payment__item .item-image {
    position: static;
    transform: none;
    padding: 0;
    display: flex;
}

.order__shipping__payment__item .item-image span {
    padding: 0;
    height: auto;
    margin-left: auto;
}

.order__shipping__payment__item .item-image span svg {
    position: relative;
    width: 120px;
    height: 100px;
    display: block;
}

.order__shipping__block {
    margin-bottom: 20px;
}

.order__shipping__payment {
    margin-bottom: 20px;
}

.input-radio {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    padding: 2px 0 0 30px;
    cursor: pointer;
}

.input-radio input {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    opacity: 0;
}

.input-radio > span:before, .input-radio > span:after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #54c2cc;
    box-sizing: border-box;
    cursor: pointer;
    background: #fff;
}

.input-radio > span:after {
    background: #54c2cc;
    transform: scale(0.4);
    opacity: 0;
    transition: opacity 0.3s linear;
}

.input-radio input:checked ~ span:after {
    opacity: 1;
}

.input-radio-cols {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}

.order-message-text {
    color: #282828;
    font-size: 18px;
    font-weight: 500;
    line-height: 130%;
    margin-bottom: 16px;
}

.order-message {
    background: rgba(72, 194, 202, 0.10) url(../img/order-message.svg) no-repeat 98% bottom;
    padding: 24px;
    border-radius: 16px;
    margin-bottom: 40px;
    color: #282828;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
}

.order-message p {
    margin: 0 0 5px 0;
}

.order-message a, .order-message-text a {
    color: #48C2CA;
    border-bottom: 1px solid #48C2CA;
    transition: all 0.3s;
    text-decoration: none;
}

.order-message a:hover, .order-message-text a {
    border-bottom-color: transparent;
}

.order-info {
    border-radius: 16px;
    border: 2px solid rgba(84, 194, 204, 0.16);
    padding: 16px;
    margin-bottom: 40px;
}

.order-param {
    display: flex;
    margin: 0 0 16px 0;
    justify-content: space-between;
}

.order-param:last-child {
    margin: 0;
}

.order-param dt {
    color: #979797;
    width: 25%;
    margin: 0;
}

.order-param.text-bold dt {
    color: inherit;
}

.order-param dd {
    width: 70%;
    margin: 0;
}

.text-bold {
    font-weight: bold;
}

.text-red {
    color: #F05D5D;
}

.order-param-hr {
    margin: 0 0 16px 0;
    border: none;
    border-bottom: 1px dashed #ddd;
}

.order__basket__code__field[disabled] {
    color: #979797;
}

.promocode-wrapper--checked:after {
    content: attr(data-value);
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    position: absolute;
    z-index: 1;
    left: 21px;
    top: 15px;
    pointer-events: none;
    background: url(../img/check.svg) no-repeat right top;
    padding: 0 22px 0 0;
    min-height: 20px;
    color: transparent;
}

@media screen and (max-width: 1200px) {
    .container-order-left {
        width: 60%;
    }

    .container-order-right {
        width: 37%;
    }
}

@media screen and (max-width: 1000px) {
    .container-order {
        display: block;
    }

    .container-order-left {
        width: 100%;
    }

    .container-order-right {
        width: 100%;
    }
}


@media screen and (max-width: 767px) {
    .order__basket__code--new .order__basket__code__reload {
        position: absolute;
    }

    .order-param {
        display: block;
    }

    .order-param dt {
        margin-bottom: 5px;
    }

    .order-param dt, .order-param dd {
        width: auto;
    }

    .order-message-text {
        font-size: 16px;
    }

    .order-message {
        padding: 16px;
        margin-bottom: 30px;
    }

    .modal-city {
        margin-left: -44px;
        margin-right: -44px;
        width: calc(100% + 88px);
        padding: 16px;
    }

    .modal-city .fancybox-close-small {
        top: 10px;
        right: 10px;
    }

    .modal-caption {
        padding-top: 20px;
    }

    .modal-basket {
        width: 100%;
        max-width: none;
        padding: 63px 20px 24px;
    }

    .order__basket__footer--new {
        padding:16px 20px;
        margin: auto -20px -24px -20px;
    }

    .title--modal {
        font-size: 32px;
    }

    .modal-basket .title--modal {
        font-size: 26px;
    }

    .modal-basket .content__title-wrap {
        padding: 12px 0 10px;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        background: #fff;
        z-index: 2;
    }

    .modal-basket .fancybox-close-small {
        position: fixed;
    }

    .title--modal:before {
        margin-right: 10px;
    }

    .title--modal:after {
        margin-left: 10px;
    }

    .fancybox-close-small {
        right: 10px;
        top: 10px;
        overflow: hidden;
    }

    .title-sub {
        margin-top: 0;
    }

    .order__basket__table--modal .order__basket__table__item {
        align-items: flex-start;
    }

    .order__basket__table--modal .order__basket__table__item .item-image {
        width: 90px;
        height: 90px;
    }

    .order__basket__table--modal .order__basket__table__item .item-content {
        gap: 10px;
    }

    .order__basket__table--modal .order__basket__table__item .item-price {
        width: 100%;
    }

    .order__basket__table--modal .order__basket__table__item .item-counter__minus,
    .order__basket__table--modal .order__basket__table__item .item-counter__pluse {
        width: 40px;
        height: 40px;
    }

    .order__basket__table--modal .order__basket__table__item .item-counter__value {
        line-height: 40px;
    }

    .order__basket__table--modal .order__basket__table__item .item-counter {
        width: 120px;
        height: auto;
    }

    .delivery-free__text {
        font-size: 14px;
        line-height: normal;
    }

    .delivery-free {
        background-image: none;
        margin-bottom: 0;
        margin-top: 10px;
    }

    .container-order-right {
        padding: 16px;
    }

    .order__basket__code--new .order__basket__code__submit {
        position: absolute;
        top: 0;
        right: 0;
        margin-top: 0;
    }

    .order__basket__code--new .order__basket__code__submit .button {
        min-width: 120px;
        border-radius: 0 25px 25px 0;
    }

    .order__basket__code--new .order__basket__code__error {
        margin-top: 6px;
    }

    .tooltip__text {
        max-width: 50vw;
        right: 50%;
        transform: translate3d(50%, 0, 0);
    }

    .tooltip__text:after {
        right: 50%;
        margin-right: -8px;
    }

    .order__basket__footer--new .order__basket__total__btn .button {
        white-space: nowrap;
        padding: 11px 16px 9px 16px;
    }

    .button__price {
        padding-left: 8px;
        margin-left: 1px;
    }

    .container-order .bx-soa-item-tr {
        padding-left: 112px;
        justify-content: space-between;
    }

    .container-order .bx-soa-item-properties {
        width: auto;
    }

    .container-order .bx-soa-item-properties:last-child {
        width: 100%;
        margin-bottom: 8px;
    }

    .container-order .bx-soa-item-content {
        margin-bottom: 16px;
    }

    .container-order .bx-soa-item-td-text {
        font-size: 14px;
    }

    .container-order .bx-soa-item-td-text .bx-price.bx-price-big {
        font-size: 16px;
    }

    .order__shipping__title--flex {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .order__tabs.order__tabs--delivery {
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        margin-left: -5px;
        margin-right: -5px;
        width: auto;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 1px;
    }

    .order__tabs.order__tabs--delivery a {
        margin-right: 15px;
    }

    .dblock__wrapper, .order__shipping__payment__item .item-box {
        padding: 16px 16px 16px 45px;
    }

    .dblock__wrapper:before, .dblock__wrapper:after, .order__shipping__payment__item .item-box:before, .order__shipping__payment__item .item-box:after {
        left: 16px;
        top: 16px;
    }

    .dblock__name, .order__shipping__payment__item .item-name {
        font-size: 16px;
    }

    .order__shipping__payment__item .item-name {
        padding-right: 120px;
    }

    .container-order .order__shipping__payment__item {
        width: 100%;
        float: none;
        margin: 0 0 12px 0;
    }

    .order__shipping__payment__item label {
        height: auto;
    }

    .order__shipping__payment__item .item-box {
        height: 120px;
    }

    .order__shipping__payment__item .item-image span {
        position: absolute;
        z-index: 1;
        top: 16px;
        right: 16px;
    }

    .order__shipping__payment__item .item-image span svg {
        width: 100px;
        height: 80px;
    }

    .input-radio-cols {
        flex-direction: column;
        gap: 10px;
    }

    .modal-basket .order__basket__code--new {
        display: none;
    }

    .order__shipping__input textarea {
        height: 80px;
    }
}

@media all and (max-height: 576px) {
    .modal-city {
        margin-left: -6px;
        margin-right: -6px;
        width: calc(100% + 12px);
        padding: 16px;
    }
}

.header-profile__city-true {
    position: absolute;
    top: 100%;
    left: 0;
    border-radius: 16px;
    padding: 20px 24px;
    background: #FFF;
    z-index: 11;
    -webkit-box-shadow: 0px 8px 40px rgba(51, 51, 51, 0.12);
    -moz-box-shadow: 0px 8px 40px rgba(51, 51, 51, 0.12);
    box-shadow: 0px 8px 40px rgba(51, 51, 51, 0.12);

    opacity: 0;
    transform: translate3d(0, -5px, 0);
    pointer-events: none;
    -webkit-transition: all .3s cubic-bezier(0.2, 0, 0.5, 1);
    -moz-transition: all .3s cubic-bezier(0.2, 0, 0.5, 1);
    -ms-transition: all .3s cubic-bezier(0.2, 0, 0.5, 1);
    -o-transition: all .3s cubic-bezier(0.2, 0, 0.5, 1);
    transition: all .3s cubic-bezier(0.2, 0, 0.5, 1);
}

.header-profile__city-true.visible {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    pointer-events: all;
}

.header-profile__city-question {
    display: flex;
    gap: 6px;
    margin-bottom: 16px;

    color: #282828;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}

.header-profile__city-true::before {
    content: '';
    position: absolute;
    left: 16px;
    top: -7px;
    display: block;
    height: 15px;
    width: 15px;
    background-color: inherit;
    border: inherit;
    clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
    transform: rotate(135deg);
    border-radius: 0 0 0 0.25em;
}

.header-profile__city-question strong {
    font-weight: 500;
}

.header-profile__city-btns {
    display: flex;
    gap: 12px;
}

.header-profile__city-btns > * {
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px; /* 122.222% */
    letter-spacing: 3.2px;
    text-transform: uppercase;
    border-radius: 800px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    cursor: pointer;
}

.header-profile__city-btns .btn-city-true {
    padding: 14px 30px;
    background: #753380;

    color: #FFF;
}

.header-profile__city-btns .btn-city-false {
    padding: 12px 28px;
    border-radius: 800px;
    border: 2px solid rgba(40, 40, 40, 0.16);
    color: #282828;
    text-decoration: none;
}

.js-input-phone::placeholder {
    color: rgba(0, 0, 0, 0.2);
}

.fancybox-slide--ajax {
    padding: 0;
}

.order__basket__code__error {
    color: red;
    font-size: 12px;
    line-height: normal;
}

.order__shipping__delivery .alert {
    margin-bottom: 10px;
}
@media (max-width: 1366px) {
    .header-profile__city-true {
        right: 0;
        left: auto;
    }
    .header-profile__city-true::before {
        left: auto;
        right: 16px;
    }
}

@media (max-width: 767px) {
    .header-profile__city-true {
        position: fixed;
        left: 0;
        top: auto;
        bottom: 0;
        right: 0;
        padding: 20px;
        border-radius: 16px 16px 0 0;
    }

    .header-profile__city-true:before {
        display: none;
    }
}

.grecaptcha-badge {
    z-index: 1;
}

.product__price .price-val {
    margin-right: 5px;
}

.color__icon--tooltip {
    left: 50%;
    transform: translate3d(-50%, 0, 0);
}

.sort__item.sort__item_by.is-show {
    z-index: 10;
}

.contacts__item .item-phone,
.contacts__item .item-mail {
    display: block;
    text-decoration: none;
}

.navbar-scroll-x {
    overflow-x: auto;
    scrollbar-width: none;
}

.sort__wrap {
    gap: 20px;
}

.wrap_labels_item_list .label--master-class {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-family: 'Fira Sans Condensed';
    font-weight: 500;
    font-size: 11px;
    line-height: 14px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #48C2CA;
    border-radius: 40px;
    padding: 7px 10px 4px 10px;
}

.shop-card-block {
    max-width: 500px;
}

.shop-card-block p.text-gray {
    color: #979797;
    margin-bottom: 13px;
    margin-top: 0;
}

.shop-card-block h3 {
    margin-bottom: 12px;
}

.shop-card-block__info {
    display: inline-flex;
    padding: 4px 8px;
    vertical-align: top;
    border-radius: 8px;
    background: rgba(117, 51, 128, 0.10);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 18px;
    align-items: flex-start;
    gap: 5px;
}

.shop-card-block__info svg {
    width: 16px;
    min-width: 16px;
    height: auto;
}

.shop-card-list__item {
    margin-bottom: 18px;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    padding-right: 40px;
}

.shop-card-list__item a:not(.link-shops-modal) {
    color: inherit;
}

.shop-card-list-line {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    font-family: "Yanone Kaffeesatz";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: url(../img/wave-gray-2x.png) repeat-x 0 10px;
    background-size: auto 4px;
    margin-right: -40px;
}

.shop-card-list-line__name {
    background: #fff;
    padding-right: 4px;
}

.shop-card-list-line__count {
    background: #fff;
    padding-left: 4px;
    white-space: nowrap;
}

.card-shop-link-mobile {
    text-decoration: none;
    color: inherit;
    pointer-events: none;
}

.card-shop-link-desktop {
    color: #48C2CA;
    line-height: 1;
    border-bottom: 1px dashed #48C2CA;
    text-decoration: none;
    white-space: nowrap;
    display: inline-block;
    vertical-align: text-bottom;
    transition: border 0.3s;
    margin-left: 4px;
}

.card-shop-link-desktop:hover {
    border-bottom-color: transparent;
}

#shop-card-anchor {
    transform: translate3d(0, -100px, 0);
}


@media (min-width: 768px) {
    .mobile-show {
        display: none;
    }
}

@media (max-width: 767px) {
    .mobile-hide {
        display: none;
    }

    .card-shop-link-desktop {
        display: none;
    }

    .card-shop-link-mobile {
        color: #48C2CA !important;
        border-bottom: 1px dashed #48C2CA;
        text-decoration: none;
        transition: border 0.3s;
        pointer-events: auto;
    }

    #shop-card-anchor {
        transform: translate3d(0, -80px, 0);
    }
}

.link-shops-modal {
    text-decoration: none;
    color: #48C2CA;

}

.shop-card-list-line__delivery {
    font-family: "Roboto";
    color: #979797;
    font-size: 16px;
    display: inline-block;
    padding-right: 4px;
}

.modal-caption-small {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0 32px 16px 0;
}

.shop-list-modal__item {
    margin-bottom: 16px;
    font-size: 15px;
    line-height: normal;
}

.shop-list-modal__item:last-child {
    margin-bottom: 0;
}

.shop-list-modal__name {
    font-family: "Yanone Kaffeesatz";
    font-size: 18px;
    line-height: normal;
    margin-bottom: 8px;
}

.shop-list-modal__phones {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    white-space: nowrap;
}

.shop-list-modal__phones a {
    color: #48C2CA;
    text-decoration: none;
}

.modal-shops {
    display: none;
    position: relative;
    z-index: 1;
    background: #fff;
    width: auto;
    min-width: 100%;
    max-width: 760px;
    padding: 20px;
    text-align: left;
    vertical-align: middle;
    margin-left: -30px;
    margin-right: -30px;
}

.grecaptcha-badge {
    opacity: 0;
    pointer-events: none;
}
@media (min-width: 768px) {
    .popup_registration .fancybox-close-small::before, .popup_registration .fancybox-close-small::after {
        background: #fff;
    }
}
.shop-card-link-toggle{
    cursor: pointer;
    color: inherit;
    text-decoration: none;
}
.shop-card-link-toggle svg{
    vertical-align: middle;
    transition: transform 0.3s ease-in-out;
}
.shop-card-link-toggle.active svg{
    transform: rotate(180deg);
}
.tools-items{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.tools-items__item{
    display: flex;
    white-space: nowrap;
    gap: 10px;
    align-items: center;
}
.tools-items__icon img{
    display: block;
    width: 32px;
    min-width: 32px;
    height: 32px;
}
@media (max-width: 767px) {
    .tools-items{
        flex-direction: column;
        gap: 16px;
    }
}

.product-small-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product-small-list__item{
    width: calc(50% - 10px);
    background: url("../img/dashed-line.png") 0 0 repeat-x;
    margin-top: 8px;
    padding-top: 9px;
    display: flex;
    text-decoration: none;
    color: #282828;
    font-size: 14px;
    line-height: normal;
}
.product-small-list__item:nth-child(1){
    margin-top: 0;
    padding-top: 0;
    background: none;
}
@media (min-width: 768px) {
    .product-small-list__item:nth-child(2){
        margin-top: 0;
        padding-top: 0;
        background: none;
    }
}
.product-small-list__preview{
    margin-right: 10px;
}
.product-small-list__img{
    width: 100px;
    min-width: 100px;
    height: 100px;
    max-height: 100px;
    object-fit: contain;
    display: block;
}
.product-small-list__name{
    color: #282828;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 4px;
}
.product-small-list__info{
    color: #979797;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 4px;
}
.product-small-list__size{
    font-size: 13px;
    color: #979797;
    margin-bottom: 8px;
    display: flex;
    gap: 12px;
}
.product-small-list__size li{
    display: inline-block;
    vertical-align: top;
    fill: #dfdfdf;
}
.product-small-list__size  li svg{
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 22px;
    height: 22px;
}
.product-small-list__text{
    border-left: 2px solid #48C2CA;
    padding-left: 8px;
}

.product-small-list-toggle{
    color: #48C2CA;
    border-bottom: 1px dashed #48C2CA;
    font-size: 16px;
    line-height: normal;
    text-decoration: none;
    display: none;
    vertical-align: top;
    margin-top: 16px;
}
.product-small-list-toggle.active span:nth-child(1),
.product-small-list-toggle:not(.active) span:nth-child(2){
    display: none;
}
.product-add-once .product__counter{
    display: none;
}
.product-add-once .product__add{
    border-radius: 30px;
    max-width: 220px;
    width: 220px;
    padding-left: 32px;
}
.product-add-once .product__add svg{
    left: 50px;
}

@media (max-width: 767px) {
    .wrap_product__price--once .product__price--mobile{
        align-items: flex-start;
    }
    .product-add-once .product__add{
        padding-left: 24px;
    }
    .product-add-once .product__add.added{
        display: block;
    }
    .product-add-once .product__add svg{
        left: 16px;
    }
    .product-small-list__item--toggle.hide{
        display: none;
    }
    .product-small-list__item{
        width: 100%;
    }
    .product-small-list-toggle{
        display: inline-block;
    }
}

.master-detail-free{
    max-width: 500px;
    padding: 12px 16px;
    border-radius: 16px;
    background: rgba(72, 194, 202, 0.10) url(../img/icons/free-icon-cart.svg) no-repeat right bottom;
    font-size: 14px;
    line-height: normal;
    color: #282828;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.modal-cookie{
    width: calc(100% - 20px);
    max-width: 1130px;
    border-radius: 20px;
    background: #E6F7F8;
    padding: 15px 20px;
    color: #000;
    font-size: 16px;
    line-height: normal;
    gap: 20px;
    align-items: center;
    position: fixed;
    z-index: 100;
    left: 50%;
    bottom: 20px;
    display: none;
    transform: translate3d(-50%,0,0);
    animation: fadeIn 0.5s ease;
}
.modal-cookie.active{
    display: flex;
}
.modal-cookie__button{
    border: none;
    width: 162px;
    min-width: 162px;
    padding: 18px 20px 14px 20px;
    display: block;
    text-align: center;
}
.modal-cookie a{
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #000;
    transition: all 0.3s;
}
.modal-cookie a:hover{
    border-bottom-color: transparent;
}
@media (max-width: 767px) {
    .modal-cookie{
        bottom: 10px;
        flex-direction: column;
        gap: 15px;
    }
}
@media (max-width: 500px) {
    .modal-cookie__button{
        width: 100%;
        padding: 17px 20px 13px 20px;
    }
}

.content-wrapper{
    max-width: 1180px;
    margin: 32px auto;
}

.footer-links{
    display: flex;
    gap: 24px;
    font-size: 14px;
    line-height: normal;
    padding-bottom: 20px;
}

@media (max-width: 767px) {
    .footer-links{
        flex-direction: column;
        gap: 16px;
    }
    .content-wrapper{
        margin: 20px 0;
    }

}

.custom-checkbox{
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 1;
}
.custom-checkbox a{
    color: inherit;
    text-decoration: underline;
}
.custom-checkbox a:hover{
    text-decoration: none;
}
.custom-checkbox input{
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    opacity: 0;
}
.custom-checkbox__text{
    display: block;
    padding: 1px 0 0 28px;
    font-size: 14px;
    line-height: normal;
}
.custom-checkbox__text:before{
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    height: 20px;
    width: 20px;
    border: 2px solid #48C2CA;
    border-radius: 2px;
    box-sizing: border-box;
}
.custom-checkbox__text:after{
    content: '';
    position: absolute;
    z-index: -1;
    left: 7px;
    top: 4px;
    height: 9px;
    width: 6px;
    border: 1px solid #48C2CA;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    transition: opacity 0.3s;
    opacity: 0;
    box-sizing: border-box;
}
.custom-checkbox input:checked ~ .custom-checkbox__text:after{
    opacity: 1;
}
.custom-checkbox input.error ~ .custom-checkbox__text:before,.custom-checkbox input.error ~ .custom-checkbox__text:after{
    border-color: #F05D5D;
}
.custom-checkbox__error{
    font-size: 13px;
    line-height: normal;
    margin-top: 10px;
    color: #F05D5D;
    display: none;
}
.custom-checkbox input.error ~ .custom-checkbox__error{
    display: block;
}
.custom-checkbox__error--switch{
    width: 100%;
    text-align: center;
    margin: 0;
}
.switch.error ~ .custom-checkbox__error--switch{
    display: block;
}
.flex-wrap{
    flex-wrap: wrap;
}
.custom-checkbox--block{
    margin-bottom: 20px;
}

@media (max-width: 600px) {
    .custom-checkbox__text{
        font-size: 13px;
        line-height: normal;
        padding-top: 3px;
    }

}
.registration-popup .form__row {
        margin-bottom: 30px;
}
.registration-popup .form__row.error_text {
margin-bottom: 0;
}
.registration-popup .g-recaptcha {
	 margin-bottom: 0;
}
@media (max-width: 1250px) {
.registration-popup .form__row {
        margin-bottom: 0;
}
}

.dblock__text .boxberry_widget{
    color: #48c2ca;
    border: 0;
    border-bottom: 1px solid #48c2ca;
    background: none;
    margin: 5px 0 5px 0;
    padding: 0;
    border-radius: 0;
    height: auto;
}
.dblock__text .boxberry_widget:hover{
    border-bottom-color: transparent;
    cursor: pointer;
}
.dblock__text .boxberry_widget + p{
    margin: 0;
    padding: 0;
    font-weight: 600;
}