/* Generated by tools/build-home-v2-css.php. Do not edit directly. */

/* Source: public_html/css/template.min.css */
.good-title-mobile {
    display: none
}

.wrapper-catalog {
    width: 100%
}

.accordeon__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin: 10px 0;
    font-size: 14px;
    cursor: pointer
}

.accordeon__body {
    padding: 5px 0 0;
    display: none
}

.accordeon__triangle {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 5px;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #000;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.accordeon__triangle.open {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.accordeon__triangle-good {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 5px;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #000;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.accordeon__triangle-good.open {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

@media screen and (min-width: 768px) {
    .accordeon__head {
        font-size: 18px
    }
}

.bottom-line {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999
}

.bottom-line__container {
    min-height: 75px;
    background: #e3e5e8;
    padding: 10px 20px
}

.bottom-line__desc {
    margin-right: 45px;
    padding: 10px 0;
    font-weight: 400;
    font-size: 14px
}

a.header_phone {
    font-size: 17px
}

@media screen and (min-width: 480px) {
    .bottom-line__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media screen and (max-width: 480px) {
    .card-catalog__image {
        height: auto !important
    }

    .good-title {
        display: none
    }

    .good-title-mobile {
        display: block
    }

    .page-section_desktop {
        display: none !important
    }

    a.header_phone {
        font-size: 13px
    }
}

.breadcrumbs {
    margin-bottom: 20px
}

.breadcrumbs__link {
    position: relative;
    display: inline-block;
    border-bottom: none;
    vertical-align: top;
    text-decoration: none;
    color: #000;
    font-size: 10px;
    cursor: pointer
}

.breadcrumbs__link:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 1px;
    margin: 0 0 2px 4px;
    background-color: #000;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.breadcrumbs__link:last-child {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.breadcrumbs__link:last-child:after {
    display: none
}

.btn-link {
    border: none;
    border-bottom: 1px solid #e3e5e8;
    background-color: transparent;
    padding: 0;
    text-decoration: none;
    white-space: nowrap;
    font-size: 12px;
    color: #000;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.btn-link:hover {
    border-color: transparent
}

.btn-outline {
    min-width: 117px;
    background-color: transparent;
    padding: 10px 25px;
    border: 1px solid #ff6723;
    border-radius: 3px;
    color: #000;
    font-size: 14px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.btn-outline:hover {
    background-color: #ff6723;
    color: #fff
}

.btn-outline:active {
    background-color: #ef4a00;
    border: 1px solid #ef4a00;
    color: #fff
}

.btn-primary {
    min-width: 117px;
    background-color: #ff6723;
    padding: 10px 25px;
    border: none;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.btn-primary:hover {
    background-color: #ff8a56
}

.btn-primary:active {
    background-color: #ef4a00
}

.btn-secondary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    background-color: #ffe2d6;
    padding: 10px 25px;
    border: none;
    border-radius: 3px;
    color: #ff6723;
    font-size: 14px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.btn-secondary__icon svg {
    width: 20px;
    height: 19px;
    margin-right: 10px
}

.btn {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.btn__triangle-left {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 3px;
    border-top: 5px solid transparent;
    border-right: 8px solid #000;
    border-bottom: 5px solid transparent;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.btn__triangle-right {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 3px;
    border-top: 5px solid transparent;
    border-left: 8px solid #000;
    border-bottom: 5px solid transparent;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.btn[disabled] {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: gray
}

.btn[disabled] .btn__triangle-left {
    border-right-color: gray
}

.btn[disabled] .btn__triangle-right {
    border-left-color: gray
}

.btn:hover .btn__triangle-left {
    border-right-color: #fff
}

.btn:hover .btn__triangle-right {
    border-left-color: #fff
}

.burger {
    display: inline-block
}

.burger__top, .burger__middle, .burger__bottom {
    display: block;
    width: 33px;
    height: 3px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-transition: ease, .5s;
    -o-transition: ease, .5s;
    transition: ease, .5s
}

.burger__top {
    -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
    -ms-transform: translateY(8px) translateX(0) rotate(45deg);
    transform: translateY(8px) translateX(0) rotate(45deg)
}

.burger__middle {
    opacity: 0;
    margin: 5px 0
}

.burger__bottom {
    -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-8px) translateX(0) rotate(-45deg);
    transform: translateY(-8px) translateX(0) rotate(-45deg)
}

.close .burger .burger__top {
    -webkit-transform: translateY(0) translateX(0) rotate(0);
    -ms-transform: translateY(0) translateX(0) rotate(0);
    transform: translateY(0) translateX(0) rotate(0);
    -webkit-animation: stretch 2s ease-in-out 1s infinite;
    animation: stretch 2s ease-in-out 1s infinite
}

.close .burger .burger__middle {
    opacity: 1;
    -webkit-animation: stretch 2s ease-in-out 0s infinite;
    animation: stretch 2s ease-in-out 0s infinite
}

.close .burger .burger__bottom {
    -webkit-transform: translateY(0) translateX(0) rotate(0);
    -ms-transform: translateY(0) translateX(0) rotate(0);
    transform: translateY(0) translateX(0) rotate(0);
    -webkit-animation: stretch 2s ease-in-out 1.5s infinite;
    animation: stretch 2s ease-in-out 1.5s infinite
}

@-webkit-keyframes stretch {
    0% {
        width: 33px
    }
    50% {
        width: 15px
    }
    100% {
        width: 33px
    }
}

@keyframes stretch {
    0% {
        width: 33px
    }
    50% {
        width: 15px
    }
    100% {
        width: 33px
    }
}

.call-feedback {
    z-index: 99;
    position: fixed;
    bottom: 10%;
    right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background-color: #ff6723;
    cursor: pointer;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.call-feedback:hover {
    opacity: .8
}

@media screen and (min-width: 768px) {
    .call-feedback {
        bottom: calc(20% - 33px);
        right: 40px
    }
}

.card-catalog {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 1px 2px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.card-catalog__btn {
    position: absolute;
    top: 10px;
    right: 5px;
    background-color: transparent;
    border: none;
    opacity: 1;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    transition-delay: .3s
}

.card-catalog__icon {
    display: inline-block;
    width: 16px;
    height: 16px
}

.card-catalog__image {
    margin: 0 auto;
    max-height: 220px
}

.card-catalog__footer {
    padding: 20px
}

.card-catalog__title {
    margin-bottom: 10px;
    line-height: 1.3;
    font-size: 12px
}

.card-catalog__man {
    margin-bottom: 10px;
    line-height: 1.3;
    font-weight: 600;
    font-size: 12px
}

.card-catalog__title_old {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    font-size: 12px
}

.card-catalog__title_old:after {
    content: '';
    position: absolute;
    top: 6px;
    right: 0;
    left: 0;
    height: 1px;
    background-color: red
}

.card-catalog__desc {
    margin-bottom: 15px;
    font-size: 11px;
    color: #585858
}

.card-catalog__price {
    margin-bottom: 10px;
    font-size: 16px
}

.card-catalog__submit {
    background-color: #fff;

}

@media screen and (min-width: 768px) {
    .card-catalog {
        display: block;

    }

    .card-catalog__body {
        position: relative;
        min-height: 150px
    }

    .card-catalog__submit {
        position: absolute;
        right: 0;
        bottom: -40px;
        left: 0;
        overflow: hidden;
        opacity: 0
    }

    .card-catalog__title {
        font-size: 12px
    }

    .card-catalog__man {
        font-size: 14px
    }

    .card-catalog__price {
        display: inline-block
    }

    .card-catalog__title_old {
        display: inline-block;
        margin-left: 15px
    }

    .card-catalog__desc {
        font-size: 12px
    }

    .card-catalog__footer {
        text-align: center
    }

    .card-catalog__btn {
        bottom: inherit;
        opacity: 0
    }

    .card-catalog__icon {
        width: 24px;
        height: 24px
    }

    .card-catalog:hover {
        z-index: 1;

    }

    .card-catalog:hover .card-catalog__submit {
        opacity: 1;
        padding-bottom: 25px;

    }

    .card-catalog:hover .card-catalog__btn {
        opacity: 1
    }

    .card-catalog:hover .card-catalog__btn:hover {
        opacity: .7
    }
}

.catalog-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.catalog-box__item {
    width: 100%;
    padding: 15px 0
}

@media screen and (min-width: 480px) {
    .catalog-box {
        margin: 0 -5px
    }

    .catalog-box__item {
        width: 50%;
        padding: 15px 5px
    }
}

@media screen and (min-width: 768px) {
    .catalog-box__item {
        width: 25%;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}

@media screen and (min-width: 1366px) {
    .catalog-box {
        margin: 0 -15px
    }

    .catalog-box__item {
        padding: 15px
    }
}

.category-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -2px
}

.category-box__item {
    padding: 2px
}

@media screen and (min-width: 480px) {
    .category-box__item {
        width: 50%
    }
}

@media screen and (min-width: 768px) {
    .category-box__item {
        width: 25%;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}

.category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px;
    background-color: #f4f3f3;
    cursor: pointer;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.category:hover {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: #dcd8d8
}

.category__title {
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.category__image {
    opacity: 0;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.category:hover .category__image {
    opacity: 1
}

[type=checkbox]:checked, [type=checkbox]:not(:checked) {
    position: absolute;
    left: -9999px
}

[type=checkbox]:checked + label, [type=checkbox]:not(:checked) + label {
    position: relative;
    padding-left: 22px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    font-size: 12px;
    color: #000
}

[type=checkbox]:not(:checked) + label:before {
    border: 1px solid #868d95
}

[type=checkbox]:checked + label:before {
    border: 1px solid #ff6723
}

[type=checkbox]:checked + label:before, [type=checkbox]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 2px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

[type=checkbox]:checked + label:after, [type=checkbox]:not(:checked) + label:after {
    content: '';
    background: #ff6723;
    height: 6px;
    width: 6px;
    position: absolute;
    top: 6px;
    left: 3px;
    border: 0;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

[type=checkbox]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

[type=checkbox]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.contats-box {
    margin-bottom: 30px
}

.contats-box__item {
    margin-bottom: 40px
}

@media screen and (min-width: 768px) {
    .contats-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .contats-box__item {
        margin-right: 115px
    }
}

.dialog {
    position: relative;
    width: 100%;
    max-width: 480px !important;
    background-color: #fff;
    padding: 30px 10px 15px !important;
    cursor: auto !important;
    box-shadow: 0 0 16px -2px #c1c5d8
}

.dialog__line {
    position: absolute;
    top: 5px;
    right: 7px;
    left: 7px;
    height: 6px;
    background-color: #737f8b
}

.dialog__content_center {
    text-align: center
}

.dialog__title {
    margin: 0 0 25px;
    padding: 0;
    font-size: 30px;
    color: #000
}

.dialog__logo {
    text-align: center
}

.dialog__logo-img {
    display: inline-block
}

.dialog .fancybox-close-small {
    top: 6px !important
}

@media screen and (min-width: 768px) {
    .dialog {
        padding: 30px 30px 15px !important
    }
}

.fancybox-bg {
    background-color: #fff !important
}

.favorites__head {
    display: none
}

.favorites__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.favorites__head, .favorites__footer {
    background-color: #e3e5e8
}

.favorites__head-item, .favorites__footer-item {
    padding: 15px 20px;
    font-size: 14px
}

.favorites__footer-item_center {
    text-align: center
}

.favorites__card {
    padding-bottom: 20px
}

.favorites__card-item {
    padding: 5px 0 5px 105px;
    font-size: 14px
}

.favorites__card-item_npl {
    padding-left: 0
}

.favorites__card-nw {
    white-space: nowrap
}

.favorites__card-title {
    margin-bottom: 10px;
    font-size: 14px
}

.favorites__card-title a {
    color: #000
}

.favorites__card-vendor {
    margin-bottom: 10px;
    font-size: 12px
}

.favorites__card-manufacturer {
    font-size: 14px
}

.favorites__card-price {
    font-size: 14px
}

.favorites__card-price + .favorites__card-desc {
    margin-top: 5px
}

.favorites__card-desc {
    font-size: 12px
}

.favorites__card-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.favorites__card-box-img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 75px;
    margin-right: 30px
}

.favorites__card-count, .favorites__card-count-btn {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0 5px;
    background-color: transparent;
    border: 1px solid #e3e5e8;
    text-align: center;
    font-size: 14px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.js-change-qty {
    width: 40px
}

.favorites__card-count:first-child, .favorites__card-count-btn:first-child {
    margin-left: 0
}

.favorites__card-count:last-child, .favorites__card-count-btn:last-child {
    margin-right: 0
}

.favorites__card-count-btn:active {
    background-color: #ff6723;
    border-color: #ff6723;
    color: #fff
}

@media screen and (min-width: 768px) {
    .favorites {
        display: table;
        width: 100%;
        border-collapse: collapse
    }

    .favorites__head, .favorites__footer {
        display: table-row
    }

    .favorites__head-item, .favorites__footer-item {
        display: table-cell
    }

    .favorites__card {
        display: table-row;
        padding-bottom: 0;
        border-bottom: 1px solid #c1c5d8
    }

    .favorites__card_nb {
        border-bottom: none
    }

    .favorites__card-item {
        display: table-cell;
        padding: 15px 20px;
        vertical-align: middle
    }

    .favorites__card-item_npl {
        padding-left: 0
    }

    .favorites__card-box-img {
        width: auto
    }
}

.filters-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.filters-panel__item {
    display: block;
    margin: 5px 0;
    font-size: 14px
}

.filters-panel__item:first-child {
    margin: 0
}

.filters-panel__item:last-child {
    margin-right: 0
}

.filters-panel__item:nth-child(2), .filters-panel__item:nth-child(3), .filters-panel__item:nth-child(5) {
    margin-right: 0
}

.filters-panel a:hover {
    border-color: #ff6723
}

@media screen and (min-width: 768px) {
    .filters-panel {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .filters-panel__item {
        margin: 0 20px
    }
}

.filters-tags {
    padding-bottom: 10px
}

.filters-tags__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 5px 15px 5px 10px;
    border: 1px solid #e3e5e8
}

.filters-tags__item svg {
    display: inline-block;
    width: 30px;
    fill: #c7cbd1;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.filters-tags__item:hover {
    cursor: pointer
}

.filters-tags__item:hover svg {
    fill: #737d8c
}

.filters {
    display: none
}

.filters.open {
    display: block
}

.footer {
    background-color: #333232
}

.footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 1414px;
    height: 100%;
    margin: 0 auto;
    padding: 0 15px
}

.footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 45px 0
}

.footer__nav-item {
    margin: 10px 0;
    text-align: center
}

.footer__link {
    border: none;
    font-size: 12px;
    color: #fff
}

.footer__link:hover {
    text-decoration: underline
}

.footer__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding-bottom: 40px
}

.footer__copyright {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    color: #8e9399;
    font-size: 12px
}

.footer__social-link {
    margin-right: 22px;
    border-bottom: 0;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.footer__social-link:hover {
    opacity: .7
}

.footer__social-link:last-child {
    margin-right: 0
}

.footer__social-link-img {
    display: inline-block;
    width: 20px;
    height: 20px
}

.footer__info {
    margin-bottom: 20px
}

.footer__icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    fill: #fff
}

.footer__design {
    margin-bottom: 15px;
    text-align: right
}

@media screen and (min-width: 1024px) {
    .footer__container {
        padding: 0 30px
    }

    .footer__nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .footer__nav-item {
        margin: 0 50px
    }

    .footer__body {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .footer__copyright {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        line-height: inherit
    }

    .footer__design {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-bottom: 0
    }

    .footer__link {
        font-size: 16px
    }

    .footer__info {
        margin-bottom: 0
    }
}

@media screen and (min-width: 1366px) {
    .footer__container {
        padding: 0 40px
    }
}

.form-cart .form-control {
    color: #000
}

.form-control {
    width: 100%;
    max-width: 320px;
    height: 35px;
    padding: 0 18px;
    border: 1px solid #d9d9da;
    font-size: 14px;
    color: #000
}

.form-control::-webkit-input-placeholder {
    text-indent: 0;
    -webkit-transition: text-indent .3s;
    -o-transition: text-indent .3s;
    transition: text-indent .3s
}

.form-control::-moz-placeholder {
    text-indent: 0;
    -webkit-transition: text-indent .3s;
    -o-transition: text-indent .3s;
    transition: text-indent .3s
}

.form-control::-ms-input-placeholder {
    text-indent: 0;
    -webkit-transition: text-indent .3s;
    -o-transition: text-indent .3s;
    transition: text-indent .3s
}

.form-control::placeholder {
    text-indent: 0;
    -webkit-transition: text-indent .3s;
    -o-transition: text-indent .3s;
    transition: text-indent .3s
}

.form-control:focus::-webkit-input-placeholder {
    text-indent: 500px
}

.form-control:focus::-moz-placeholder {
    text-indent: 500px
}

.form-control:focus::-ms-input-placeholder {
    text-indent: 500px
}

.form-control:focus::placeholder {
    text-indent: 500px
}

.form-control_textarea {
    height: inherit;
    padding: 10px 18px
}

.form-control_textarea:focus::-webkit-input-placeholder {
    text-indent: 0
}

.form-control_textarea:focus::-moz-placeholder {
    text-indent: 0
}

.form-control_textarea:focus::-ms-input-placeholder {
    text-indent: 0
}

.form-control_textarea:focus::placeholder {
    text-indent: 0
}

.error .form-control {
    border-color: red
}

.form-error {
    display: none;
    padding-top: 5px;
    font-size: 12px;
    color: red
}

.error .form-error {
    display: block
}

.form-group {
    margin-bottom: 15px
}

.form-group_flex-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.form-group_big-margin {
    margin-bottom: 25px
}

.form-group_small-margin {
    margin-bottom: 5px
}

@media screen and (min-width: 768px) {
    .form-group_flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .form-group_right {
        text-align: right
    }

    .form-group__left {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 5px;
        width: 180px
    }

    .form-group__right {
        width: 100%
    }
}

.input-file-container {
    position: relative;
    width: 225px
}

.js .input-file-trigger {
    display: block;
    padding: 14px 0;
    background: 0 0;
    font-weight: 600;
    color: #000;
    font-size: 14px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    cursor: pointer
}

.js .input-file-trigger-img {
    display: inline-block;
    width: 20px
}

.js .input-file {
    position: absolute;
    top: 0;
    left: 0;
    width: 225px;
    opacity: 0;
    padding: 14px 0;
    cursor: pointer
}

.js .input-file:hover + .input-file-trigger, .js .input-file:focus + .input-file-trigger, .js .input-file-trigger:hover, .js .input-file-trigger:focus {
    background: 0 0;
    color: #000
}

.file-return {
    margin: 0
}

.file-return:not(:empty) {
    margin: 1em 0
}

.js .file-return {
    font-style: italic;
    font-size: .9em;
    font-weight: 700
}

.js .file-return:not(:empty):before {
    content: "Прикреплен файл: ";
    font-style: normal;
    font-weight: 400
}

.form-label {
    display: block;
    margin-bottom: 10px;
    font-size: 14px
}

.form-lk {
    max-width: 500px
}

.header {
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: -webkit-gradient(linear, left top, right top, from(#8e9399), to(#6d7a88));
    background: -webkit-linear-gradient(left, #8e9399, #6d7a88);
    background: -o-linear-gradient(left, #8e9399, #6d7a88);
    background: linear-gradient(to right, #8e9399, #6d7a88)
}

.header__container {
    z-index: 2;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1414px;
    height: 100%;
    margin: 0 auto;
    padding: 0 15px;
    background: -webkit-gradient(linear, left top, right top, from(#8e9399), to(#6d7a88));
    background: -webkit-linear-gradient(left, #8e9399, #6d7a88);
    background: -o-linear-gradient(left, #8e9399, #6d7a88);
    background: linear-gradient(to right, #8e9399, #6d7a88)
}

.header__menu-btn {
    padding-top: 4px;
    cursor: pointer
}

.header__menu {
    position: fixed;
    top: -80px;
    right: 0;
    left: 0;
    opacity: 0;
    padding: 0 30px;
    border-bottom: 1px solid #fff;
    background-color: #f4f3f3;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.header__menu.open {
    top: 40px;
    opacity: 1;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
    pointer-events: auto
}

.header__menu.open ~ .header__container .header__contacts {
    display: none
}

.header__menu.open ~ .header__container .header__login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto
}

.header__menu.open ~ .header__container .header__desc {
    display: block;
    padding-right: 0
}

.header__menu-nav {
    padding: 30px 0
}

.header__menu-link {
    display: block;
    margin: 20px 0;
    color: #000;
    font-size: 18px
}

.header__menu-socials {
    padding: 0 0 30px
}

.header__login {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.header__login:hover .header__desc {
    opacity: .7
}

.header__link-box {
    display: none;
    margin-right: 50px
}

.header__social-link {
    margin-right: 22px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.header__social-link:hover {
    opacity: .7
}

.header__social-link:last-child {
    margin-right: 0
}

.header__icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    fill: #fff
}

.header__icon_black {
    fill: #000
}

.header__tool {
    position: relative;
    margin: 0 10px;
    padding: 0;
    border: none;
    color: #fff;
    font-size: 16px
}

.header__tool:last-child {
    margin-right: 0
}

.header__tool:hover {
    color: #333
}

.header__tool-img {
    display: inline-block;
    width: 20px;
    height: 20px
}

.header__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto
}

.header__link {
    display: none;
    font-size: 14px;
    color: #fff;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.header__link:hover {
    opacity: .7
}

.header__whatsapp {
    font-size: 14px;
    color: #fff;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.header__whatsapp:hover {
    opacity: .7
}

.header__whatsapp-desc {
    display: none
}

.header__desc {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px 0 15px;
    font-size: 14px;
    color: #fff;
    cursor: pointer
}

.header__triangle {
    width: 0;
    height: 0;
    margin-top: 1px;
    margin-left: 8px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 7px solid #fff
}

.header__popover {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px
}

.header__popover-content {
    position: absolute;
    top: 10px;
    left: -20px;
    width: auto;
    padding-top: 7px;
    display: none;
    -webkit-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    transform: translate(0, 30px)
}

.opacity {
    display: initial
}

.navbar__count-empty {
    position: absolute;
    top: -8px;
    left: 12px;
    display: inline-block;
    width: 16px;
    height: 15px;
    padding: 2px;
    border-radius: 50%;
    text-align: center;
    color: #000;
    font-size: 10px
}

.header__search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 240px;
    margin-top: 30px;
    border-bottom: 1px solid #c1c5d8
}

.header__search-control {
    background-color: transparent;
    border: none;
    font-size: 14px;
    color: #000
}

.header__search-btn {
    background-color: transparent;
    border: none
}

.header__search-icon {
    width: 15px;
    height: 15px;
    fill: #828a93
}

.header a {
    border-bottom: 0;
    padding-bottom: 0
}

@media screen and (min-width: 1024px) {
    .header {
        position: relative
    }

    .header__container {
        padding: 0 30px
    }

    .header__login {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .header__link-box {
        display: block
    }

    .header__desc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .header__link {
        display: block
    }

    .header__whatsapp-desc {
        display: inline-block
    }

    .header__menu-btn {
        display: none
    }

    .header__tool {
        display: none
    }
}

@media screen and (min-width: 1366px) {
    .header__container {
        padding: 0 40px
    }
}

.navbar {
    z-index: 10;
    position: relative;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 84px;
    margin-top: 40px;
    background-color: #fff
}

.navbar__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 1414px;
    height: 100%;
    margin: 0 auto;
    padding: 0 15px
}

.navbar__search {
    display: none
}

.navbar__logo {
    width: 100%;
    text-align: center
}

.navbar__logo-img {
    display: inline-block;
    max-width: 220px
}

.navbar__search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 240px;
    border-bottom: 1px solid #c1c5d8
}

.navbar__search-control {
    background-color: transparent;
    border: none;
    font-size: 14px;
    color: #585858
}

.navbar__search-control::-webkit-input-placeholder {
    text-indent: 0;
    -webkit-transition: text-indent .3s;
    -o-transition: text-indent .3s;
    transition: text-indent .3s
}

.navbar__search-control::-moz-placeholder {
    text-indent: 0;
    -webkit-transition: text-indent .3s;
    -o-transition: text-indent .3s;
    transition: text-indent .3s
}

.navbar__search-control::-ms-input-placeholder {
    text-indent: 0;
    -webkit-transition: text-indent .3s;
    -o-transition: text-indent .3s;
    transition: text-indent .3s
}

.navbar__search-control::placeholder {
    text-indent: 0;
    -webkit-transition: text-indent .3s;
    -o-transition: text-indent .3s;
    transition: text-indent .3s
}

.navbar__search-control:focus::-webkit-input-placeholder {
    text-indent: 500px
}

.navbar__search-control:focus::-moz-placeholder {
    text-indent: 500px
}

.navbar__search-control:focus::-ms-input-placeholder {
    text-indent: 500px
}

.navbar__search-control:focus::placeholder {
    text-indent: 500px
}

.navbar__search-btn {
    background-color: transparent;
    border: none
}

.navbar__search-icon {
    width: 15px;
    height: 15px;
    fill: #828a93
}

.navbar__content {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.navbar__list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px;
    padding: 0
}

.navbar__list-item {
    padding: 5px 20px
}

.navbar__link {
    padding: 0;
    border: none;
    font-size: 14px;
    color: #000
}

.navbar__link:hover {
    opacity: .8
}

.navbar__tools {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 5px
}

.navbar__tool {
    position: relative;
    padding: 0;
    border: none;
    white-space: nowrap;
    color: #000;
    font-size: 16px
}

.navbar__tool:first-child {
    margin-right: 10px
}

.navbar__tool:last-child {
    margin-left: 20px
}

.navbar__tool:hover {
    color: #333
}

.navbar__tool:hover .navbar__icon {
    fill: #333
}

.navbar__icon {
    width: 18px;
    height: 18px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.navbar__count {
    position: absolute;
    top: -8px;
    left: 12px;
    display: inline-block;
    width: 16px;
    height: 15px;
    background: #ff6723;
    padding: 2px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 10px
}

@media screen and (min-width: 1024px) {
    .navbar {
        position: -webkit-sticky;
        position: sticky;
        margin-top: 0
    }

    .navbar_shadow {
        -webkit-box-shadow: 0 0 16px -2px #d9d9da;
        box-shadow: 0 0 16px -2px #d9d9da
    }

    .navbar__container {
        padding: 0 30px
    }

    .navbar__search {
        display: block;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 360px
    }

    .navbar__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .navbar__logo {
        display: none
    }
}

@media screen and (min-width: 1366px) {
    .navbar__container {
        padding: 0 40px
    }
}

.order-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 380px;
    margin-top: 50px
}

.order-status {
    margin-bottom: 20px
}

.order-status__desc {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 40px;
    font-size: 18px
}

.order-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 330px;
    margin-top: 20px;
    padding: 15px 20px;
    background-color: #e3e5e8
}

.order-total__item {
    font-size: 14px
}

.page-btn {
    margin: 20px 0
}

.page-btn_center {
    text-align: center
}

@media screen and (min-width: 768px) {
    .page-btn {
        margin: 40px 0
    }

    .page-btn_hide-sm {
        display: none
    }
}

.page-desc {
    margin: 20px 0;
    line-height: 1.6;
    font-size: 14px
}

.page-desc_center {
    text-align: center
}

@media screen and (min-width: 768px) {
    .page-desc {
        font-size: 16px
    }
}

.page-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    width: 100%;
    max-width: 1414px;
    height: 100%;
    margin: 0 auto;
    padding: 0 15px;
    padding-bottom: 102px !important
}

.page-layout__left {
    display: none
}

.filter-side-mobile {
    display: none
}

.catalog-title-mobile {
    display: none
}

.cart-mobile {
    display: none
}

.cart-mobile .left {
    float: left
}

.filters-panel__item-child {
    display: inline-block;
    margin-right: 5px
}

.page-layout__right {
    width: 100%
}

@media screen and (min-width: 1024px) {
    .page-layout {
        padding: 0 30px
    }

    .page-layout__left {
        display: block;
        margin-bottom: 50px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 360px
    }

    .page-layout__right {
        max-width: calc(100% - 360px);
        margin-bottom: 50px
    }
}

@media screen and (max-width: 1024px) {
    .filter-side-mobile {
        display: block
    }

    .catalog-title-mobile {
        display: block
    }

    .cart-item {
        display: none
    }

    .cart-mobile {
        display: block
    }
}

@media screen and (min-width: 1366px) {
    .page-layout {
        padding: 0 40px
    }
}

.page-redactor h1 {
    margin: 50px 0 35px;
    font-size: 30px
}

.page-redactor p {
    max-width: 750px;
    margin-bottom: 15px;
    line-height: 1.6;
    font-size: 14px
}

.page-redactor a {
    border-bottom: 1px solid #ff6723;
    font-size: 14px
}

.page-redactor a:hover {
    border-color: transparent
}

.page-redactor li {
    font-size: 12px
}

.page-redactor ul {
    max-width: 750px;
    list-style: none;
    display: block;
    margin-top: 30px;
    padding-left: 0;
    color: #000
}

.page-redactor ol {
    max-width: 750px;
    counter-reset: number-counter;
    list-style: none;
    display: block;
    margin-top: 30px;
    padding-left: 0;
    font-size: 14px;
    color: #000
}

.page-redactor ol li {
    counter-increment: number-counter;
    margin: .25rem
}

.page-redactor ol li:after {
    display: none
}

.page-redactor ol li:before {
    content: counter(number-counter) ".";
    position: absolute;
    top: 0;
    left: -5px;
    color: #ff6723
}

.page-redactor li {
    position: relative;
    display: block;
    padding-left: 15px;
    padding-bottom: 8px;
    line-height: 1.5
}

.page-redactor li:after {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #ff6723
}

@media (min-width: 768px) {
    .page-redactor li, .page-redactor p, .page-redactor a {
        font-size: 18px
    }

    .page-redactor li:after {
        top: 11px;
        width: 6px;
        height: 6px
    }
}

.page-section {
    margin: 50px 0
}

.page-section_banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 350px;
    margin: 0;
    padding: 0 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 85%
}

.page-section_banner h1 {
    margin-bottom: 10px;
    color: #fff;
    font-weight: 100
}

.page-section_banner p {
    color: #828a93
}

.page-section_banner-small {
    height: 130px;
    background-position: left
}

.page-section_nmt {
    margin-top: 0
}

@media screen and (min-width: 768px) {
    .page-section_mobile {
        display: none
    }

    .page-section_desktop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.page-subtitle {
    font-size: 14px
}

@media screen and (min-width: 768px) {
    .page-subtitle {
        font-size: 18px
    }
}

.page-title {
    margin-bottom: 25px;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    color: #000
}

@media screen and (min-width: 768px) {
    .page-title {
        text-align: center;
        font-size: 30px
    }

    .page-title_left {
        text-align: left
    }
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px
}

.pagination__desc {
    font-size: 14px
}

.pagination__select {
    padding-left: 5px;
    border: none;
    font-size: 14px;
    cursor: pointer
}

.pagination__btn {
    margin: 20px 0
}

.pagination__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pagination__counter {
    margin-right: 15px
}

.pagination__count-btn {
    background-color: transparent;
    border: none;
    font-size: 14px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.pagination__count-btn.active {
    color: #ff6723
}

.pagination__next-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    background-color: transparent;
    border: none;
    font-size: 14px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.pagination__next-btn:hover {
    color: #ff6723
}

.pagination__next-btn:hover .pagination__next-btn-triangle {
    border-color: transparent transparent transparent #ff6723
}

.pagination__next-btn-triangle {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    border-style: solid;
    border-width: 3px 0 3px 3px;
    border-color: transparent transparent transparent #000;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

@media screen and (min-width: 768px) {
    .pagination {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .pagination__btn {
        margin: 0
    }
}

.product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.product__carousel {
    margin-bottom: 20px
}

.product__title {
    margin-bottom: 10px;
    font-size: 30px
}

.product__desc {
    margin-bottom: 5px;
    font-size: 14px
}

.product__desc_bmb {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px
}

.product__btn .btn:first-child {
    margin-right: 10px
}

.product .gallery-top {
    border: 1px solid #d1d4e2
}

.product .swiper-slide {
    text-align: center
}

.product .swiper-slide img {
    display: inline-block
}

.product .swiper-button-next, .product .swiper-button-prev {
    width: 20px;
    height: 40px;
    background-image: none;
    background-color: #e7e8ea
}

.product .swiper-button-next:after, .product .swiper-button-prev:after {
    content: '';
    z-index: 11;
    position: absolute;
    top: 50%;
    left: calc(50% - 3px);
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.product .swiper-button-prev:after {
    border-right: 6px solid #000
}

.product .swiper-button-prev:hover:after {
    border-right-color: #ff6723
}

.product .swiper-button-next:after {
    border-left: 6px solid #000
}

.product .swiper-button-next:hover:after {
    border-left-color: #ff6723
}

.product .gallery-thumbs {
    height: 20%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0
}

.product .gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    border: 1px solid #000;
    opacity: .3;
    cursor: pointer
}

.product .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    cursor: auto
}

@media screen and (min-width: 768px) {
    .product {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end
    }

    .product__carousel {
        width: 50%;
        margin-bottom: 0
    }

    .product__content {
        margin-left: 60px
    }
}

.sidebar-content__logo {
    margin: 30px 0 50px
}

.sidebar-content__back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    font-size: 14px;
    cursor: pointer
}

.sidebar-content__back-triangle {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 8px;
    border-top: 5px solid transparent;
    border-right: 8px solid #ff6723;
    border-bottom: 5px solid transparent
}

.sidebar-content__title {
    margin-bottom: 15px;
    font-size: 18px;
    color: #000;
    list-style: none
}

.sidebar-content__list {
    list-style: none;
    margin: 10px 0 0;
    padding: 0
}

.sidebar-content__list-item {
    margin-bottom: 10px
}

.sidebar-content__list-item:last-child {
    margin-bottom: 0
}

.sidebar-content__link {
    border: none;
    color: #000;
    font-size: 14px
}

.sidebar-content__link:hover {
    color: #ff6723
}

.sidebar-content__control-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 240px
}

.sidebar-content__control-group .form-control {
    padding: 0 10px;
    color: #000
}

.sidebar-content__control-group .form-control:last-child {
    margin-left: 10px
}

.swiper-catalog {
    padding-bottom: 70px !important
}

.swiper-catalog .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    margin: 0 11px !important
}

.swiper-catalog .swiper-pagination-bullet-active {
    background: #ff6723
}

.swiper-catalog .swiper-button-next, .swiper-catalog .swiper-button-prev {
    opacity: 1;
    width: 20px;
    height: 40px;
    background-image: none;
    background-color: #e7e8ea;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.swiper-catalog .swiper-button-next:after, .swiper-catalog .swiper-button-prev:after {
    content: '';
    z-index: 11;
    position: absolute;
    top: 50%;
    left: calc(50% - 3px);
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.swiper-catalog:hover .swiper-button-next, .swiper-catalog:hover .swiper-button-prev {
    opacity: 1
}

.swiper-catalog .swiper-button-prev:after {
    border-right: 6px solid #000
}

.swiper-catalog .swiper-button-prev:hover:after {
    border-right-color: #ff6723
}

.swiper-catalog .swiper-button-next:after {
    border-left: 6px solid #000
}

.swiper-catalog .swiper-button-next:hover:after {
    border-left-color: #ff6723
}

.tab-content {
    display: none;
    padding: 0 35px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.tab-content.current {
    display: inherit
}

.table-info__td {
    padding: 10px 0 10px 50px;
    font-size: 14px
}

.table-info__td:first-child {
    padding-left: 0
}

.tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 30px 0 35px;
    padding: 0 35px;
    border-bottom: 1px solid #d9d9da
}

.tabs__item {
    display: inline-block;
    width: 100%;
    padding: 10px 15px;
    border: 1px solid transparent;
    border-bottom: none;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    color: #ff6723;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

.tabs__item.current {
    position: relative;
    border-color: #d9d9da;
    color: #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none
}

.tabs__item.current:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 1px;
    background-color: #fff
}

.tooltip {
    position: relative;
    display: inline-block;
    cursor: help
}

.tooltip:hover .tooltip__content {
    display: block
}

.tooltip__content {
    position: absolute;
    top: 50%;
    left: calc(100% + 15px);
    display: none;
    padding: 10px 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 16px -2px #c1c5d8;
    box-shadow: 0 0 16px -2px #c1c5d8;
    white-space: nowrap;
    font-size: 12px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.totop {
    z-index: 999;
    position: fixed;
    bottom: calc(10% + 110px);
    right: 10px;
    display: none;
    width: 66px;
    height: 66px;
    background: #fff;
    border-radius: 50%;
    padding: 26px 23px;
    -webkit-box-shadow: 0 0 16px -2px #c1c5d8;
    box-shadow: 0 0 16px -2px #c1c5d8;
    cursor: pointer
}

.totop__triangle {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid #ff6723
}

.order-shipping-js {
    display: none
}

.order-store-first-js {
    display: none
}

.js-show-more {
    margin-top: 35px
}

@media screen and (min-width: 768px) {
    .totop {
        bottom: calc(20% + 95px);
        right: 40px
    }
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    position: relative;
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-family: "Arimo", sans-serif
}

body.sidebar-open {
    overflow: hidden
}

.hide {
    display: none !important
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

*:focus {
    outline: none
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent;
    border-bottom: 1px solid transparent;
    text-decoration: none;
    color: #ff6723;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

h1 {
    font-size: 2em;
    margin: 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    display: block;
    border: 0;
    max-width: 100%
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

textarea {
    overflow: auto;
    resize: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

p {
    margin: 0
}

.main-catalog ul li {
    padding-left: 15px
}

.product__title {
    font-weight: 500
}

.ruble-sign {
    font-family: 'Roboto Condensed', sans-serif
}

.login-wrapper {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5)
}

.div-link {
    display: inline-block;
    cursor: pointer;
    color: #ff6723
}

.cart-image img {
    width: 100px;
    margin-right: 10px
}

.login-wrapper #login {
    margin: 150px auto
}

/* Source: public_html/css/site.css */
.product__desc_old_price {
    text-decoration: line-through;
    margin-top: 15px;
    margin-bottom: 15px
}

.color_orange {
    color: #ff6723
}

.text_decoration_line {
    text-decoration: line-through
}

.pagination {
    display: flex !important;
    flex-flow: row wrap !important;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin: 34px auto 8px;
    padding: 0;
    list-style: none
}

.pagination li {
    list-style: none;
    padding: 0
}

.pagination > a,
.pagination > li > a,
.pagination > li > span {
    display: grid;
    min-width: 40px;
    height: 40px;
    box-sizing: border-box;
    padding: 0 10px;
    place-items: center;
    border: 1px solid #dfd8d1;
    border-radius: 12px;
    background: #fff;
    color: #222;
    line-height: 1;
    text-decoration: none;
    transition: border-color .2s ease, background-color .2s ease, color .2s ease
}

.pagination > a:hover,
.pagination > a:focus,
.pagination > li > a:hover,
.pagination > li > a:focus {
    border-color: #f47a1f;
    color: #d45b00;
    outline: none
}

.pagination > a.active,
.pagination > li.active > a,
.pagination > li.active > span {
    border-color: #f47a1f;
    background: #f47a1f;
    color: #fff;
    font-weight: 700
}

.pagination > a.disabled,
.pagination > li.disabled > a,
.pagination > li.disabled > span {
    color: #aaa;
    cursor: default;
    pointer-events: none
}

@media (max-width: 480px) {
    .pagination {
        gap: 3px
    }

    .pagination > a,
    .pagination > li > a,
    .pagination > li > span {
        min-width: 34px;
        height: 34px;
        padding: 0 5px
    }
}

.edit-link {
    width: 1em;
    height: 1em
}

.edit-link-seo {
    height: 50px
}

p.error {
    font-size: .75em;
    color: red
}

p.qty-error {
    position: absolute;
    font-size: .75em;
    color: #000;
    padding-top: 10px
}

.card-catalog__btn {
    top: -5px;
    right: -20px
}



.delete-sum {
    position: relative;
    right: -10px
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.cart-item {
    display: contents
}

.delete-num {
    position: relative;
    top: 30px;
    right: 25px
}

.u-list div:nth-child(n+6) {
    display: none
}

.u-list.open div:nth-child(n+6) {
    display: block
}

.u-list-3 div:nth-child(n+4) {
    display: none
}

.u-list-3.open div:nth-child(n+4) {
    display: block
}

.show-all {
    cursor: pointer;
    color: #f58220;
    margin-left: 10px;
    font-weight: 700;
    display: block
}

.show-all:hover {
    text-decoration: underline
}

.show-all-3 {
    cursor: pointer;
    color: #f58220;
    margin-left: 10px;
    font-weight: 700;
    display: block
}

.show-all-3:hover {
    text-decoration: underline
}

.black {
    color: #666
}

.auth-error {
    font-size: 14px;
    color: red;
    margin: -20px 0 10px
}

.signup-error {
    font-size: 14px;
    color: red;
    margin: -20px 0 10px
}

.modal-mail-info {
    text-align: center
}

.js-filter-counter {
    display: none;
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center
}

.js-filter-counter .found-text {
    margin-bottom: 5px
}

.js-filter-loader {
    display: none
}

.js-filter-loader img {
    margin: 0 auto 10px
}

.cart-address-block {
    display: none
}

.cart-delivery-price {
    display: none;
    margin-bottom: 20px
}

.cart-remains {
    margin-top: 10px
}

.cart-remains-block {
    margin-top: 5px
}

.cart-submit-button {
    display: none
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

@media screen and (max-width: 480px) {
    .product__title {
        font-size: 24px
    }
}

@media screen and (max-width: 1700px) {
    .js-filter-counter {
        left: 320px !important
    }
}

@media screen and (max-width: 1500px) {
    .js-filter-counter {
        left: 220px !important
    }
}

@media screen and (max-width: 767px) {
    .card-catalog__btn {
        top: 10px;
        right: 5px
    }

    .delete-num {
        position: relative;
        top: 0;
        right: -20vw
    }
}

@media screen and (max-width: 767px) {
    .delete-num {
        right: -25vw
    }
}

@media screen and (max-width: 480px) {
    .profile-link-mobile {
        display: block;
        padding-top: 10px
    }

    .delete-num {
        right: -33vw
    }

    .card-catalog:hover .card-catalog__submit {
        box-shadow: none !important
    }

    p.qty-error {
        padding-top: 35px
    }
}

@media screen and (max-width: 414px) {
    .delete-num {
        right: -38vw
    }
}

@media screen and (max-width: 375px) {
    .delete-num {
        right: -43vw
    }
}

@media screen and (max-width: 320px) {
    .delete-num {
        right: -48vw
    }
}

.fancybox-bg {
    background: rgba(0, 0, 0, .5) !important
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
    padding: .4rem 0
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
    bottom: 0
}

.bs-tooltip-top .arrow:before, .bs-tooltip-auto[x-placement^=top] .arrow:before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
    padding: 0 .4rem
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-right .arrow:before, .bs-tooltip-auto[x-placement^=right] .arrow:before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
    padding: .4rem 0
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
    top: 0
}

.bs-tooltip-bottom .arrow:before, .bs-tooltip-auto[x-placement^=bottom] .arrow:before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
    padding: 0 .4rem
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-left .arrow:before, .bs-tooltip-auto[x-placement^=left] .arrow:before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip {
    display: block
}

.was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip, .is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip {
    display: block
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: .25rem
}

.card-catalog__desc {
    font-size: 12px
}

.card-catalog__desc div {
    margin-top: 15px
}

.good-remains {
    font-size: 14px
}

.good-remains div {
    margin-bottom: 5px
}

.block_zakaz {
    display: none
}

.table-responsive {
    width: 100%;
    display: block;
    overflow: auto;
    margin: 20px 0;
    white-space: nowrap
}

section.wrapper.wrapper_zakaz {
    width: 100%
}

table.table.order-table {
    width: 100%;
    text-align: left
}

table.table.order-table th {
    padding-bottom: 20px;
    padding-right: 40px
}

td.big-txt {
    font-weight: 700
}

span.big-txt {
    font-weight: 700
}

td.text-right {
    font-weight: 700
}

table.table.order-table tr {
    line-height: 30px
}

section.wrapper.wrapper_zakaz h1 {
    padding-bottom: 30px
}

.order-block__cnt p {
    line-height: 1.8
}

.filters-panel__item-child a {
    color: #333
}

.sort-attribute a {
    color: #ff6723
}

.filters-panel__sort-option {
    white-space: nowrap
}

.filters-panel__sort-label {
    margin-right: 2px
}

.filters-panel__sort-directions {
    display: inline-flex;
    gap: 3px
}

.filters-panel__sort-direction {
    min-width: 18px;
    text-align: center;
    color: #333;
    border-bottom: 1px solid #999
}

.filters-panel__sort-direction.sort-attribute {
    color: #ff6723;
    border-color: #ff6723;
    font-weight: 700
}

.store-nsk
{
   color: #5CB701;
    font-weight: bold;
}
.store-moscow
{
    color:#0175B7;
    font-weight: bold;
}
.store-manager
{
    color:#ff6723;
    font-weight: bold;
}

.t-widget.bottom-right[data-v-6cdf775c] {
    bottom: 80px!important;

}

/* ===== Стили для блока статей (brief) ===== */

.brief {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 40px;
    padding: 25px 30px;
    background: #fff;
    border-radius: 12px;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-left: 4px solid #ff6723;
}

.brief:hover {
    -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}

/* Заголовок статьи */
.brief .header-link {
    margin: 0 0 15px 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
}

.brief .header-link a {
    color: #333232;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.brief .header-link a:hover {
    color: #ff6723;
    border-bottom-color: #ff6723;
}

/* Текст teaser */
.brief p {
    margin: 0 0 20px 0;
    font-size: 15px;
    line-height: 1.6;
    color: #666;
}

/* Ссылка "подробнее" */
.brief__more {
    margin-top: auto;
}

.brief__more a {
    display: inline-block;
    position: relative;
    padding: 8px 0;
    font-size: 14px;
    font-weight: 500;
    color: #ff6723;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.brief__more a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ff6723;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.brief__more a:hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
}

.brief__more a:hover {
    padding-right: 20px;
}

/* Стрелочка у ссылки */
.brief__more a:before {
    content: '→';
    position: absolute;
    right: -20px;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.brief__more a:hover:before {
    right: 0;
    opacity: 1;
}

/* Кнопка редактирования (админка) */
.brief .edit-link {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    opacity: 0.5;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.brief .edit-link:hover {
    opacity: 1;
}

/* Для картинок внутри brief (если появятся) */
.brief img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 10px 0;
}

/* Медиа-запросы для адаптива */
@media screen and (max-width: 768px) {
    .brief {
        padding: 20px;
        margin-bottom: 25px;
    }

    .brief .header-link {
        font-size: 18px;
    }

    .brief p {
        font-size: 14px;
    }

    .brief__more a {
        font-size: 13px;
    }
}

@media screen and (max-width: 480px) {
    .brief {
        padding: 15px;
        margin-bottom: 20px;
    }

    .brief .header-link {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .brief p {
        font-size: 13px;
        margin-bottom: 15px;
    }
}

/* Альтернативный вариант - сеткой (если нужно несколько статей в ряд) */
.brief-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.brief-grid .brief {
    width: calc(50% - 30px);
    margin: 0 15px 30px;
}

@media screen and (max-width: 768px) {
    .brief-grid .brief {
        width: calc(100% - 30px);
    }
}


/* ===== Стили для страницы статьи ===== */

.article-page {
    max-width: 900px;
    margin: 0 auto;
}

/* Изображение статьи */
.article-page__image {
    margin-bottom: 30px;
    border-radius: 16px;
    overflow: hidden;
    -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.article-page__image img {
    width: 100%;
    height: auto;
    display: block;
}

/* Заголовок статьи */
.article-page__header {
    margin-bottom: 30px;
}

.article-page__title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 20px 0;
    color: #333232;
}

/* Мета-информация (дата, просмотры) */
.article-page__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e3e5e8;
}

.article-page__date,
.article-page__views {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #8e9399;
}

.article-page__date svg,
.article-page__views svg {
    width: 16px;
    height: 16px;
}

/* Teaser (анонс) */
.article-page__teaser {
    margin-bottom: 30px;
    padding: 20px 25px;
    background: #f8f9fa;
    border-left: 4px solid #ff6723;
    border-radius: 8px;
    font-size: 18px;
    line-height: 1.5;
    color: #555;
    font-style: italic;
}

/* Тело статьи */
.article-page__body {
    font-size: 16px;
    line-height: 1.7;
    color: #444;
}

.article-page__body h2 {
    font-size: 24px;
    margin: 30px 0 15px;
    color: #333;
}

.article-page__body h3 {
    font-size: 20px;
    margin: 25px 0 12px;
    color: #444;
}

.article-page__body p {
    margin-bottom: 20px;
}

.article-page__body img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 20px 0;
}

.article-page__body ul,
.article-page__body ol {
    margin: 20px 0;
    padding-left: 25px;
}

.article-page__body li {
    margin-bottom: 8px;
}

.article-page__body blockquote {
    margin: 25px 0;
    padding: 15px 25px;
    background: #f8f9fa;
    border-left: 4px solid #ff6723;
    font-style: italic;
    color: #555;
}

.article-page__body table {
    width: 100%;
    margin: 20px 0;
    border-collapse: collapse;
}

.article-page__body th,
.article-page__body td {
    padding: 10px;
    border: 1px solid #e3e5e8;
    text-align: left;
}

.article-page__body th {
    background: #f8f9fa;
    font-weight: 600;
}

/* Футер статьи (шаринг) */
.article-page__footer {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #e3e5e8;
}

.article-page__share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
}

.article-page__share-label {
    font-size: 14px;
    color: #8e9399;
}

.article-page__share-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
}

.article-page__share-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.article-page__share-link--vk {
    background: #4c75a3;
    color: #fff;
}

.article-page__share-link--vk:hover {
    background: #3a5a7e;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}

.article-page__share-link--tg {
    background: #28a8ea;
    color: #fff;
}

.article-page__share-link--tg:hover {
    background: #1e8bc2;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}

.article-page__share-link svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

/* Адаптив */
@media screen and (max-width: 768px) {
    .article-page__title {
        font-size: 26px;
    }

    .article-page__teaser {
        font-size: 16px;
        padding: 15px 20px;
    }

    .article-page__body {
        font-size: 15px;
    }

    .article-page__body h2 {
        font-size: 22px;
    }

    .article-page__body h3 {
        font-size: 18px;
    }
}

@media screen and (max-width: 480px) {
    .article-page__title {
        font-size: 22px;
    }

    .article-page__meta {
        gap: 12px;
    }

    .article-page__date,
    .article-page__views {
        font-size: 12px;
    }

    .article-page__teaser {
        font-size: 14px;
        padding: 12px 15px;
    }

    .article-page__body {
        font-size: 14px;
    }
}

/* Source: public_html/css/css-loader.css */
.loader{color:#fff;position:fixed;box-sizing:border-box;left:-9999px;top:-9999px;width:0;height:0;overflow:hidden;z-index:999999}.loader:after,.loader:before{box-sizing:border-box;display:none}.loader.is-active{background-color:rgba(0,0,0,.85);width:100%;height:100%;left:0;top:0}.loader.is-active:after,.loader.is-active:before{display:block}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes blink{0%{opacity:.5}to{opacity:1}}.loader[data-text]:before{position:fixed;left:0;top:50%;color:currentColor;font-family:Helvetica,Arial,sans-serif;text-align:center;width:100%;font-size:14px}.loader[data-text=""]:before{content:"Loading"}.loader[data-text]:not([data-text=""]):before{content:attr(data-text)}.loader[data-text][data-blink]:before{animation:blink 1s linear infinite alternate}.loader-default[data-text]:before{top:calc(50% - 63px)}.loader-default:after{content:"";position:fixed;width:48px;height:48px;border:8px solid #fff;border-left-color:transparent;border-radius:50%;top:calc(50% - 24px);left:calc(50% - 24px);animation:rotation 1s linear infinite}
.loader-default[data-half]:after{border-right-color:transparent}.loader-default[data-inverse]:after{animation-direction:reverse}

/* Source: public_html/css/design-system.css */
/* Shared storefront design system. Enabled only for the local storefront preview. */
.goti-design {
    --goti-ink: #202628;
    --goti-muted: #61686b;
    --goti-line: #dfe3e3;
    --goti-line-strong: #c9cfcf;
    --goti-accent: #ec5918;
    --goti-accent-hover: #c7460d;
    --goti-dark: #18282e;
    --goti-surface: #f3f5f5;
    --goti-surface-warm: #faf8f6;
    --goti-success: #2f7d4a;
    --goti-danger: #b42318;
    --goti-radius: 4px;
    --goti-shadow: 0 16px 44px rgba(24, 40, 46, .12);
    --goti-font: Arial, Helvetica, sans-serif;
    color: var(--goti-ink);
    background: #fff;
    font: 400 16px/1.55 var(--goti-font);
    -webkit-font-smoothing: antialiased;
}

.goti-design *,
.goti-design *::before,
.goti-design *::after { box-sizing: border-box; }

.goti-design :is(button, input, select, textarea) { font: inherit; }
.goti-design :is(a, button, input, select, textarea, summary):focus-visible {
    outline: 3px solid rgba(236, 89, 24, .38);
    outline-offset: 3px;
}
.goti-design a { color: inherit; }
.goti-design a:hover { color: var(--goti-accent-hover); }
.goti-design img { max-width: 100%; }

/* Typography and page rhythm */
.goti-design :is(h1, .title, .page-title, .order__h1) {
    margin: 0 0 24px;
    color: var(--goti-ink);
    font-family: var(--goti-font);
    font-size: clamp(30px, 3vw, 44px);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -.035em;
    text-transform: none;
}
.goti-design h2 {
    color: var(--goti-ink);
    font-family: var(--goti-font);
    font-size: clamp(24px, 2.3vw, 34px);
    font-weight: 700;
    line-height: 1.18;
    letter-spacing: -.025em;
}
.goti-design h3 {
    color: var(--goti-ink);
    font-family: var(--goti-font);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}
.goti-design p { line-height: 1.65; }
.goti-design .color_orange { color: var(--goti-accent); }
.goti-design .text-muted { color: var(--goti-muted); }

.goti-design .page-layout { column-gap: 0; }
.goti-design .page-layout__right { min-width: 0; }
.goti-design .page-section { margin-top: 48px; }
.goti-design .page-section_nmt { margin-top: 0; }
.goti-design .page-redactor { color: var(--goti-ink); font-size: 16px; }
.goti-design .page-redactor :is(p, li) { max-width: 920px; }
.goti-design .page-redactor a {
    border-bottom: 1px solid rgba(236, 89, 24, .55);
    color: var(--goti-accent-hover);
    text-decoration: none;
}
.goti-design .page-redactor a:hover { border-color: currentColor; color: var(--goti-accent); }
.goti-design .page-redactor :is(ul, ol) { padding-left: 24px; }
.goti-design .page-redactor img { height: auto; border-radius: var(--goti-radius); }

/* Legacy content modules: news, actions, contacts and account pages. */
.goti-design :is(.section, .page__section) { color: var(--goti-ink); }
.goti-design :is(.section__header--top, .page__section > .page__cont:first-child) { background: #fff; }
.goti-design :is(.header-top, .header-link) { color: var(--goti-ink); font-family: var(--goti-font); text-transform: none; }
.goti-design .section__header--top { border: 0; }
.goti-design .section__header--top .container { padding-top: 8px; padding-bottom: 22px; }
.goti-design .section__content .container { padding-top: 0; }
.goti-design .aside__block {
    margin-bottom: 18px;
    padding: 18px;
    border: 1px solid var(--goti-line);
    border-radius: var(--goti-radius);
    background: var(--goti-surface);
}
.goti-design .brief {
    margin-bottom: 18px;
    padding: 22px;
    border: 1px solid var(--goti-line);
    border-radius: var(--goti-radius);
    background: #fff;
}
.goti-design .brief__date { color: var(--goti-muted); }
.goti-design .brief__more a { color: var(--goti-accent-hover); font-weight: 700; }
.goti-design .article { color: var(--goti-ink); }
.goti-design .page--action .article,
.goti-design .page__section .article {
    height: 100%;
    padding: 22px;
    border: 1px solid var(--goti-line);
    border-radius: var(--goti-radius);
    background: #fff;
}
.goti-design .img-max { height: auto; border-radius: var(--goti-radius); }
.goti-design.page-contacts .page-section:not(.page-section_nmt) {
    padding: 24px;
    border: 1px solid var(--goti-line);
    border-radius: var(--goti-radius);
    background: var(--goti-surface);
}
.goti-design.page-contacts .page-desc { color: var(--goti-muted); }
.goti-design.page-cabinet .page-layout__right,
.goti-design.page-action--cart .page-layout__right { min-width: 0; }
.goti-design .form-cart {
    max-width: 900px;
    padding: 26px;
    border: 1px solid var(--goti-line);
    border-radius: var(--goti-radius);
    background: var(--goti-surface);
}
.goti-design .form-cart .form-group_flex { border-color: var(--goti-line); }

/* Breadcrumbs */
.goti-design .breadcrumbs {
    display: flex;
    margin: 0 0 24px;
    flex-wrap: wrap;
    gap: 6px 0;
    color: var(--goti-muted);
    font-size: 13px;
}
.goti-design .breadcrumbs__link { color: var(--goti-muted); text-decoration: none; }
.goti-design .breadcrumbs__link:hover { color: var(--goti-accent); }

/* Buttons and form controls */
.goti-design :is(.btn, .button, button[type='submit']) {
    min-height: 46px;
    border-radius: var(--goti-radius);
    padding: 11px 20px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
    box-shadow: none;
    transition: background-color .16s ease, border-color .16s ease, color .16s ease;
}
.goti-design .btn-primary {
    border: 1px solid var(--goti-accent);
    background: var(--goti-accent);
    color: #fff;
}
.goti-design .btn-primary:hover {
    border-color: var(--goti-accent-hover);
    background: var(--goti-accent-hover);
    color: #fff;
}
.goti-design :is(.btn-outline, .btn-secondary) {
    border: 1px solid var(--goti-line-strong);
    background: #fff;
    color: var(--goti-ink);
}
.goti-design :is(.btn-outline, .btn-secondary):hover {
    border-color: var(--goti-accent);
    background: var(--goti-surface-warm);
    color: var(--goti-accent-hover);
}
.goti-design .btn-link { color: var(--goti-accent-hover); text-decoration: underline; text-underline-offset: 3px; }
.goti-design .btn:disabled,
.goti-design button:disabled { opacity: .5; cursor: not-allowed; }

.goti-design :is(.form-control, input[type='text'], input[type='email'], input[type='tel'], input[type='number'], input[type='password'], select, textarea) {
    min-height: 46px;
    border: 1px solid var(--goti-line-strong);
    border-radius: var(--goti-radius);
    background: #fff;
    color: var(--goti-ink);
    box-shadow: none;
}
.goti-design :is(.form-control, input[type='text'], input[type='email'], input[type='tel'], input[type='number'], input[type='password'], select, textarea):focus {
    border-color: var(--goti-accent);
    box-shadow: 0 0 0 3px rgba(236, 89, 24, .1);
    outline: none;
}
.goti-design textarea { min-height: 112px; resize: vertical; }
.goti-design :is(label, .control-label) { color: var(--goti-ink); font-weight: 700; }
.goti-design input[type='checkbox'],
.goti-design input[type='radio'] { accent-color: var(--goti-accent); }

/* Cards, lists and tables */
.goti-design :is(.card, .brief, .favorites, .order-block, .delivery, .registration) {
    border-color: var(--goti-line);
    border-radius: var(--goti-radius);
    box-shadow: none;
}
.goti-design .favorites__head {
    border-radius: var(--goti-radius) var(--goti-radius) 0 0;
    background: var(--goti-dark);
    color: #fff;
}
.goti-design .favorites__card { border-color: var(--goti-line); background: #fff; }
.goti-design .favorites__card:hover { background: var(--goti-surface-warm); }
.goti-design .favorites__card-count-btn {
    border: 1px solid var(--goti-line-strong);
    border-radius: var(--goti-radius);
    background: #fff;
}
.goti-design .favorites__card-count-btn:hover { border-color: var(--goti-accent); color: var(--goti-accent); }
.goti-design table { border-collapse: collapse; }
.goti-design :is(th, td) { border-color: var(--goti-line); }

/* Catalog cards */
.goti-design .catalog-box { gap: 0; }
.goti-design .card-catalog {
    border: 1px solid transparent;
    border-radius: var(--goti-radius);
    background: #fff;
    box-shadow: none;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.goti-design .card-catalog:hover {
    border-color: var(--goti-line-strong);
    box-shadow: 0 14px 34px rgba(24, 40, 46, .1);
    transform: translateY(-2px);
}
.goti-design .card-catalog__title { color: var(--goti-ink); font-weight: 700; }
.goti-design .card-catalog__price { color: var(--goti-accent); font-weight: 700; }
.goti-design .card-catalog__submit { border-radius: var(--goti-radius); }

/* Product page */
.goti-design .product { align-items: flex-start; }
.goti-design .product__carousel { min-width: 0; }
.goti-design .product .gallery-top {
    overflow: hidden;
    border-color: var(--goti-line);
    border-radius: var(--goti-radius);
    background: #fff;
}
.goti-design .product .gallery-thumbs .swiper-slide {
    overflow: hidden;
    border-color: var(--goti-line);
    border-radius: var(--goti-radius);
    background: #fff;
}
.goti-design .product .gallery-thumbs .swiper-slide-thumb-active { border-color: var(--goti-accent); }
.goti-design :is(.swiper-button-next, .swiper-button-prev) {
    display: flex;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    padding: 0;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--goti-line-strong);
    border-radius: var(--goti-radius);
    background: #fff;
    background-image: none;
    color: var(--goti-ink);
    box-shadow: none;
    opacity: 1;
    transition: border-color .16s ease, color .16s ease, background-color .16s ease;
}
.goti-design :is(.swiper-button-next, .swiper-button-prev):hover {
    border-color: var(--goti-accent);
    background: #fff;
    color: var(--goti-accent);
}
.goti-design :is(.swiper-button-next, .swiper-button-prev)::after {
    position: static;
    display: block;
    width: 10px;
    height: 10px;
    border: 0;
    content: '';
    opacity: 1;
    transform: none;
    transition: none;
}
.goti-design .swiper-button-prev::after {
    border-bottom: 2px solid currentColor;
    border-left: 2px solid currentColor;
    transform: rotate(45deg);
}
.goti-design .swiper-button-next::after {
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
}
.goti-design :is(.swiper-button-next, .swiper-button-prev).swiper-button-disabled {
    opacity: .35;
    pointer-events: none;
}
.goti-design .swiper-catalog--recent {
    padding-bottom: 20px !important;
}
.goti-design .product__content { min-width: 0; }
.goti-design .product__title { color: var(--goti-ink); font-size: clamp(28px, 3vw, 40px); font-weight: 700; line-height: 1.12; letter-spacing: -.035em; }
.goti-design .product__desc_bmb { color: var(--goti-accent); font-size: 24px; font-weight: 700; }
.goti-design .good-remains {
    margin: 24px 0;
    padding: 18px;
    border: 1px solid var(--goti-line);
    border-radius: var(--goti-radius);
    background: var(--goti-surface);
}
.goti-design .good-remains h2 { margin: 0 0 12px; font-size: 19px; }
.goti-design .product__btn { display: flex; flex-wrap: wrap; gap: 8px; }
.goti-design .product__btn .btn:first-child { margin-right: 0; }
.goti-design .box-info {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 48px;
    border-top: 1px solid var(--goti-line);
    border-left: 1px solid var(--goti-line);
}
.goti-design .box-info__text {
    min-width: 0;
    padding: 22px;
    border-right: 1px solid var(--goti-line);
    border-bottom: 1px solid var(--goti-line);
}
.goti-design .box-info__title { margin: 0 0 16px; font-size: 19px; }
.goti-design .box-info__text .product__desc { margin: 5px 0; color: var(--goti-muted); font-size: 14px; }
.goti-design .product-similar-async { margin-top: 50px; }

/* Pagination: one implementation for catalog, search and content sections. */
.goti-design .pagination {
    display: flex;
    margin: 36px 0 8px;
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    list-style: none;
}
.goti-design .pagination > :is(a, span, li),
.goti-design .pagination > li > :is(a, span) { margin: 0; }
.goti-design .pagination > a,
.goti-design .pagination > span,
.goti-design .pagination > li > a,
.goti-design .pagination > li > span {
    display: inline-flex;
    min-width: 42px;
    min-height: 42px;
    padding: 8px 12px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--goti-line);
    border-radius: var(--goti-radius);
    background: #fff;
    color: var(--goti-ink);
    text-decoration: none;
}
.goti-design .pagination > a:hover,
.goti-design .pagination > li > a:hover { border-color: var(--goti-accent); color: var(--goti-accent-hover); }
.goti-design .pagination > .active,
.goti-design .pagination > li.active > :is(a, span) {
    border-color: var(--goti-accent);
    background: var(--goti-accent);
    color: #fff;
}
.goti-design .pagination > .disabled,
.goti-design .pagination > li.disabled > :is(a, span) { opacity: .42; pointer-events: none; }

/* Shared accordion and filter states. */
.goti-design .accordeon--pinned > .accordeon__head { cursor: default; }
.goti-design .filter-choices-status { margin: 8px 0; color: var(--goti-muted); font-size: 14px; line-height: 20px; }
.goti-design [data-filter-choice][hidden] { display: none !important; }
.goti-design [data-filter-facet][data-load='0'] [data-filter-choice]:not(.is-selected),
.goti-design [data-filter-facet][data-load='loading'] [data-filter-choice]:not(.is-selected) { display: none; }

/* Search, image search and their popovers. */
.goti-design .image-search-text-field :is(.header__search-control, .navbar__search-control) {
    border-color: var(--goti-line-strong);
    border-radius: var(--goti-radius);
}
.goti-design .image-search-action { border-color: var(--goti-accent); border-radius: var(--goti-radius); background: var(--goti-accent); color: #fff; }
.goti-design .image-search-action:hover { border-color: var(--goti-accent-hover); background: var(--goti-accent-hover); color: #fff; }
.goti-design .smart-search-help__popover {
    border-color: var(--goti-line);
    border-radius: var(--goti-radius);
    box-shadow: var(--goti-shadow);
    color: var(--goti-ink);
}
.goti-design .image-search-modal__backdrop { background: rgba(24, 40, 46, .72); }
.goti-design .image-search-modal__dialog { border-color: var(--goti-line); border-radius: var(--goti-radius); box-shadow: var(--goti-shadow); }
.goti-design .image-search-modal__close {
    border: 1px solid var(--goti-line);
    border-radius: var(--goti-radius);
    background: var(--goti-surface);
    color: var(--goti-ink);
}
.goti-design .image-search-modal__close:hover { border-color: var(--goti-accent); color: var(--goti-accent); }
.goti-design .image-search-modal__eyebrow,
.goti-design .image-search-results__eyebrow { color: var(--goti-accent-hover); }
.goti-design .image-search-dropzone { border-color: var(--goti-line-strong); border-radius: var(--goti-radius); background: var(--goti-surface); }
.goti-design .image-search-dropzone:hover,
.goti-design .image-search-dropzone.is-drag { border-color: var(--goti-accent); background: var(--goti-surface-warm); }
.goti-design .image-search-dropzone__icon { border-radius: var(--goti-radius); background: var(--goti-accent); }
.goti-design .image-search-edit-controls .btn { border-radius: var(--goti-radius); }
.goti-design .image-search-crop-stage img,
.goti-design .image-search-contour-canvas,
.goti-design .image-search-results__empty { border-radius: var(--goti-radius); }

/* Legacy and Bootstrap/Fancybox popups inherit the same dialog treatment. */
.goti-design :is(.dialog, .modal-content, .fancybox-content, .popup) {
    overflow: hidden;
    border: 1px solid var(--goti-line);
    border-radius: var(--goti-radius);
    background: #fff;
    box-shadow: var(--goti-shadow);
    color: var(--goti-ink);
}
.goti-design .dialog__line { height: 4px; background: var(--goti-accent); }
.goti-design :is(.dialog__title, .modal-title, .popup_header) { color: var(--goti-ink); font-family: var(--goti-font); font-weight: 700; }
.goti-design :is(.modal-header, .modal-footer) { border-color: var(--goti-line); }
.goti-design :is(.fancybox-close-small, .close) { color: var(--goti-ink); }
.goti-design .fancybox-bg { background: var(--goti-dark); }

/* Alerts, cookie notice and back-to-top control. */
.goti-design .alert { border: 1px solid var(--goti-line); border-radius: var(--goti-radius); box-shadow: none; }
.goti-design .alert-info { background: var(--goti-surface); color: var(--goti-ink); }
.goti-design .alert-success { background: #eef8f1; color: var(--goti-success); }
.goti-design .alert-danger { background: #fff1ef; color: var(--goti-danger); }
.goti-design .bottom-line { border-top: 1px solid #42545b; background: var(--goti-dark); color: #fff; }
.goti-design .bottom-line__container { background: var(--goti-dark); }
.goti-design .bottom-line a { color: #fff; text-underline-offset: 3px; }
.goti-design .totop { border: 1px solid var(--goti-line); border-radius: var(--goti-radius); background: #fff; box-shadow: var(--goti-shadow); }
.goti-design .totop__triangle { border-bottom-color: var(--goti-accent); }

/* Header and footer */
.goti-design .navbar { border-bottom: 1px solid var(--goti-line); box-shadow: none; }
.goti-design :is(.navbar__link, .header__menu-link) { color: var(--goti-ink); font-size: 14px; font-weight: 700; }
.goti-design :is(.navbar__link, .header__menu-link):hover { color: var(--goti-accent); }
.goti-design .footer { margin-top: 64px; padding-top: 40px; background: var(--goti-dark); color: #fff; }
.goti-design .footer a { color: #e5edef; }
.goti-design .footer a:hover { color: #fff; text-decoration: underline; text-underline-offset: 4px; }
.goti-design .footer :is(.footer__copyright, .footer__info) { color: #b7c7cd; font-size: 13px; }
.goti-design .footer__body { border-top: 1px solid #42545b; padding-top: 24px; }

@media (max-width: 1023px) {
    .goti-design .page-layout { display: block; }
    .goti-design [data-responsive-catalog-picks] { margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--goti-line); }
}
@media (max-width: 767px) {
    .goti-design :is(h1, .title, .page-title, .order__h1) { font-size: 30px; letter-spacing: -.025em; }
    .goti-design h2 { font-size: 25px; }
    .goti-design .page-section { margin-top: 36px; }
    .goti-design .page-section_nmt { margin-top: 0; }
    .goti-design .box-info {
        display: grid;
        grid-template-columns: minmax(0, 1fr);
        margin-top: 36px;
        border: 0;
        gap: 12px;
    }
    .goti-design .box-info__text {
        width: 100%;
        padding: 18px;
        border: 1px solid var(--goti-line);
        border-radius: var(--goti-radius);
        background: #fff;
    }
    .goti-design .box-info__title { margin-bottom: 12px; }
    .goti-design .box-info__text .product__desc {
        overflow-wrap: normal;
        word-break: normal;
    }
    .goti-design .footer { margin-top: 40px; }
    .goti-design .image-search-modal__dialog { border-radius: var(--goti-radius); }
}
@media (prefers-reduced-motion: reduce) {
    .goti-design *,
    .goti-design *::before,
    .goti-design *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* Source: public_html/css/storefront-header.css */
/* Shared storefront header. One DOM tree, including on mobile. */
.goti-design .goti-header {
    position: relative;
    z-index: 60;
    background: #fff;
    color: var(--goti-ink);
    border-bottom: 1px solid var(--goti-line);
    margin-bottom: 28px;
}
.goti-header__inner { max-width: 1414px; margin: 0 auto; padding: 0 40px; }
.goti-header__bar { display: flex; align-items: center; gap: 20px; min-height: 88px; }
.goti-header__logo { flex: 0 0 212px; border: 0; }
.goti-header__logo img { display: block; width: 100%; height: auto; }
.goti-header__catalog { flex: none; }
.goti-header summary { list-style: none; cursor: pointer; }
.goti-header summary::-webkit-details-marker { display: none; }
.goti-header details:not([open]) > :not(summary) { display: none; }
.goti-header__catalog > summary {
    display: flex; align-items: center; justify-content: center; gap: 10px;
    min-height: 46px; padding: 10px 18px; border-radius: var(--goti-radius);
    background: var(--goti-accent); color: #fff; font-size: 16px; font-weight: 600;
}
.goti-header__catalog > summary:hover, .goti-header__catalog[open] > summary { background: var(--goti-accent-hover); }
.goti-header__catalog > summary svg { flex: none; }
.goti-header .goti-header__search { display: flex; flex: 1 1 auto; min-width: 0; gap: 8px; margin: 0; }
.goti-header .image-search-text-field { min-width: 210px; }
.goti-header .image-search-text-field .navbar__search-control {
    width: 100%; min-width: 0; height: 46px; padding: 0 48px 0 54px;
    border: 1px solid var(--goti-line); border-radius: var(--goti-radius);
    color: var(--goti-ink); background: var(--goti-surface); font-size: 16px;
}
.goti-header .navbar__search-control::placeholder { color: transparent; opacity: 1; text-indent: 0; transition: none; }
.goti-header .image-search-text-field .navbar__search-control:focus { background: #fff; border-color: var(--goti-accent); }
.goti-header .navbar__search-control::-webkit-search-cancel-button { -webkit-appearance: none; }
.goti-header .image-search-text-field .navbar__search-btn { right: 5px; width: 36px; height: 36px; cursor: pointer; }
.goti-header .navbar__search-icon { width: 20px; height: 20px; fill: var(--goti-ink); }
.goti-header__search-caption { position: absolute; top: 0; bottom: 0; left: 6px; right: 45px; display: flex; align-items: center; gap: 8px; pointer-events: none; }
.goti-header__search-caption label { margin: 0; color: var(--goti-muted); font-size: 16px; font-weight: 400; white-space: nowrap; cursor: text; pointer-events: auto; }
.goti-header .smart-search-help { position: static; flex: none; transform: none; pointer-events: auto; }
.goti-header .smart-search-help summary { width: 40px; height: 40px; padding: 0; border: 0; border-radius: 6px; background: transparent; cursor: pointer; }
.goti-header .smart-search-help summary svg { display: block; width: 34px; height: 37px; overflow: visible; }
.goti-header .smart-search-help summary:focus-visible { outline: 2px solid var(--goti-accent); outline-offset: -2px; }
.goti-header .smart-search-help summary:hover { background: #fff0df; }
.goti-header .smart-search-help .bulb-thought, .goti-header .smart-search-help .bulb-grin { display: none; }
.goti-header .smart-search-help .bulb-character { transform-origin: 46px 70px; animation: search-bulb-sway 5s ease-in-out infinite; }
.goti-header .smart-search-help .bulb-eyes { transform-origin: 46px 39px; animation: search-bulb-blink 6s infinite; }
.goti-header .smart-search-help[open] .bulb-rays { opacity: 1; }
@keyframes search-bulb-sway { 0%, 100% { transform: rotate(-2deg); } 50% { transform: translateY(-2px) rotate(2deg); } }
@keyframes search-bulb-blink { 0%, 43%, 47%, 100% { transform: scaleY(1); } 45% { transform: scaleY(.1); } }
@media (prefers-reduced-motion: reduce) { .goti-header .smart-search-help svg * { animation: none !important; } }
.goti-header .navbar__search-control:is(:focus, :not(:placeholder-shown)) + .goti-header__search-caption label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.goti-header .smart-search-help__popover {
    left: 0; right: auto; top: calc(100% + 8px); width: min(310px, calc(100vw - 60px));
    border-color: var(--goti-line); border-radius: var(--goti-radius); color: var(--goti-ink);
}
.goti-header .navbar__search-control:is(:focus, :not(:placeholder-shown)) + .goti-header__search-caption .smart-search-help__popover { left: 0; right: auto; }
.goti-header .smart-search-help:not([open]) > .smart-search-help__popover { display: none; }
.goti-header .goti-header__photo {
    display: flex; flex: 0 0 auto; align-items: center; justify-content: center; gap: 8px;
    min-width: 46px; height: 46px; padding: 0 12px; border: 1px solid var(--goti-line);
    border-radius: var(--goti-radius); background: #fff; color: var(--goti-ink); font-size: 14px; font-weight: 600; cursor: pointer;
}
.goti-header .goti-header__photo:hover { background: var(--goti-surface); border-color: var(--goti-ink); }
.goti-header__tools { display: flex; align-items: center; gap: 6px; flex: none; }
.goti-header .goti-header__tool {
    position: relative; display: grid; place-items: center; width: 44px; height: 46px;
    border: 0; border-radius: var(--goti-radius); color: var(--goti-ink);
}
.goti-header__tool > svg { fill: currentColor; }
.goti-header .goti-header__tool:hover { background: var(--goti-surface); color: var(--goti-accent); }
.goti-header .goti-header__count { position: absolute; right: 0; left: auto; top: 0; bottom: auto; min-width: 18px; width: auto; height: auto; padding: 0 3px; border-radius: 12px; background: #fff; color: var(--goti-ink); text-align: center; font-size: 12px; line-height: 18px; }
.goti-header__subbar { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; padding: 0 0 12px; }
.goti-header__navigation { min-width: 0; }
.goti-header__navigation > summary { font-size: 14px; padding: 10px 0; }
.goti-header .navbar__list { display: flex; flex-wrap: wrap; gap: 8px 24px; margin: 0; padding: 0; list-style: none; }
.goti-header .navbar__list-item { padding: 0; }
.goti-header .navbar__link { display: block; padding: 7px 0; border: 0; color: var(--goti-muted); font-size: 14px; font-weight: 400; }
.goti-header .navbar__link:hover { color: var(--goti-accent); opacity: 1; }
.goti-header__account { display: flex; flex: none; gap: 16px; }
.goti-header__account > :is(a, button) { display: block; background: transparent; border: 0; padding: 7px 0; color: var(--goti-ink); font-size: 14px; line-height: inherit; cursor: pointer; }
.goti-header__account > :is(a, button):hover { color: var(--goti-accent); }
.goti-header__panel {
    position: absolute; z-index: 25; top: 100%; left: 20px; right: 20px;
    max-width: 1334px; max-height: min(70vh, 680px); overflow-y: auto; overscroll-behavior: contain;
    margin: 0 auto; padding: 24px; background: #fff; border: 1px solid var(--goti-line);
    border-radius: 0 0 var(--goti-radius) var(--goti-radius); box-shadow: 0 18px 40px #18282e26;
}
.goti-header__panel-head { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 20px; }
.goti-header__panel-head > a { font-weight: 600; color: var(--goti-accent); }
.goti-header__panel-head button { width: 44px; height: 44px; flex: none; border: 1px solid var(--goti-line); background: #fff; color: var(--goti-ink); border-radius: var(--goti-radius); font-size: 28px; cursor: pointer; }
.goti-header__categories { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; }
.goti-header__category > summary { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 44px; margin-bottom: 8px; }
.goti-header__category > summary > span { font-size: 22px; flex: none; transition: transform .15s; }
.goti-header__category[open] > summary > span { transform: rotate(45deg); }
.goti-header .goti-header__category h2 { margin: 0 0 14px; font-size: 18px; line-height: 1.3; letter-spacing: -.3px; }
.goti-header .goti-header__category > summary h2 { margin: 0; }
.goti-header__category h2 a { color: var(--goti-ink); border: 0; }
.goti-header__category ul { list-style: none; margin: 0; padding: 0; }
.goti-header__category li { margin: 0; padding: 0; }
.goti-header__category li > a { display: block; padding: 6px 0; color: var(--goti-ink); font-size: 14px; border: 0; overflow-wrap: anywhere; }
.goti-header__category li > ul { border-left: 1px solid var(--goti-line); padding-left: 12px; margin: 2px 0 12px; }
.goti-header__category li > ul a { color: var(--goti-muted); }
.goti-header__branch { border-bottom: 1px solid var(--goti-line); }
.goti-header__branch > summary { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 44px; padding: 9px 0; color: var(--goti-ink); font-size: 14px; }
.goti-header__branch > summary span { flex: none; font-size: 20px; font-weight: 400; transition: transform .15s; }
.goti-header__branch[open] > summary { color: var(--goti-accent); }
.goti-header__branch[open] > summary span { transform: rotate(45deg); }
.goti-header__branch > summary:hover { color: var(--goti-accent); }
.goti-header__category .goti-header__branch > ul { padding-left: 12px; margin: 0 0 12px; border-left: 1px solid var(--goti-line); }
.goti-header__category .goti-header__branch > ul a { color: var(--goti-muted); }
.goti-header__category a:hover { color: var(--goti-accent); text-decoration: underline; text-underline-offset: 3px; }
.goti-header .goti-header__custom { display: flex; justify-content: space-between; padding: 16px; margin-top: 24px; background: var(--goti-dark); border-radius: var(--goti-radius); color: #fff; }
.goti-header .goti-header__sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.goti-mobile-dock, .goti-header__mobile-menu-head, .goti-header__mobile-account { display: none; }
.goti-design .login-wrapper { z-index: 10010; overflow-y: auto; }
@media (min-width: 1024px) {
    .goti-header__navigation[open] > summary { display: none; }
}
@media (max-width: 1199px) {
    .goti-header__inner { padding: 0 24px; }
    .goti-header__bar { gap: 14px; }
    .goti-header__logo { flex-basis: 180px; }
    .goti-header__photo span { display: none; }
    .goti-header .navbar__list { column-gap: 18px; }
}
@media (max-width: 1023px) {
    .goti-design { --goti-dock-height: calc(68px + env(safe-area-inset-bottom, 0px)); padding-bottom: var(--goti-dock-height); }
    .goti-design.goti-mobile-panel-open { overflow: hidden; }
    .goti-mobile-dock {
        position: fixed; z-index: 80; bottom: 0; left: 0; right: 0;
        display: grid; grid-template-columns: repeat(5, minmax(0, 1fr));
        min-height: var(--goti-dock-height); padding: 5px 8px calc(5px + env(safe-area-inset-bottom, 0px));
        background: #fff; border-top: 1px solid var(--goti-line); box-shadow: 0 -4px 18px #18282e0a;
    }
    .goti-mobile-dock > :is(a, button) {
        position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px;
        min-width: 0; min-height: 57px; padding: 4px 0; border: 0; background: transparent;
        color: var(--goti-muted); font: 400 14px/1.3 var(--goti-font); cursor: pointer; border-radius: var(--goti-radius);
    }
    .goti-mobile-dock > :is(a, button):is(:hover, [aria-current="page"], [aria-expanded="true"]) { color: #b83d00; background: #fff5ef; }
    .goti-mobile-dock > :is(a, button) > svg { display: block; width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
    .goti-design .goti-mobile-dock__count { position: absolute; top: 1px; left: calc(50% + 4px); right: auto; width: auto; height: auto; min-width: 17px; padding: 1px 4px; background: var(--goti-accent); color: #fff; border-radius: 10px; font: 400 11px/1.3 var(--goti-font); }
    .goti-design .goti-mobile-dock__count:empty { display: none; }
    .goti-design .bottom-line { bottom: var(--goti-dock-height); }
    .goti-design .totop { bottom: calc(var(--goti-dock-height) + 18px); }
    .goti-design.image-search-is-open .goti-mobile-dock { display: none; }
    .goti-header[data-mobile-dock-enabled] .goti-header__catalog > summary,
    .goti-header[data-mobile-dock-enabled] .goti-header__navigation > summary,
    .goti-header[data-mobile-dock-enabled] .goti-header__tools > a[href="/cart"],
    .goti-header[data-mobile-dock-enabled] .goti-header__account { display: none; }
    .goti-header[data-mobile-dock-enabled] .goti-header__subbar { padding: 0; }
    .goti-header[data-mobile-dock-enabled]::before { content: ''; display: none; position: fixed; inset: 0; background: #18282e66; }
    .goti-header[data-mobile-panel-open]::before { display: block; }
    .goti-header[data-mobile-dock-enabled] .goti-header__panel,
    .goti-header[data-mobile-dock-enabled] .goti-header__navigation > nav {
        position: fixed; z-index: 25; top: max(12px, env(safe-area-inset-top, 0px)); left: 12px; right: 12px; bottom: calc(var(--goti-dock-height) + 12px);
        width: auto; max-width: none; max-height: none; margin: 0; padding: 20px; overflow-y: auto; overscroll-behavior: contain;
        border: 1px solid var(--goti-line); border-radius: var(--goti-radius); background: #fff; box-shadow: 0 8px 30px #18282e26;
    }
    .goti-header__mobile-menu-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 16px; }
    .goti-header__mobile-account { display: block; padding: 12px 0; }
    .goti-header__mobile-menu-head button { width: 44px; height: 44px; padding: 0; border: 1px solid var(--goti-line); border-radius: var(--goti-radius); color: var(--goti-ink); background: #fff; font-size: 28px; cursor: pointer; }
    .goti-header[data-mobile-dock-enabled] .goti-header__navigation .navbar__list { display: grid; gap: 6px; }
    .goti-header[data-mobile-dock-enabled] .goti-header__navigation .navbar__link { padding: 12px 0; color: var(--goti-ink); font-size: 16px; border-bottom: 1px solid var(--goti-line); }
    .goti-header__bar { flex-wrap: wrap; gap: 12px; padding: 16px 0 8px; min-height: 0; }
    .goti-header__logo { flex-basis: 190px; }
    .goti-header__tools { margin-left: auto; }
    .goti-header .goti-header__search { order: 4; flex-basis: 100%; }
    .goti-header__subbar { padding-bottom: 4px; }
    .goti-header__navigation > summary { display: flex; align-items: center; gap: 12px; min-height: 44px; }
    .goti-header__navigation[open] > summary span { transform: rotate(180deg); }
    .goti-header .navbar__list { padding: 8px 0 16px; gap: 8px 24px; }
    .goti-header__account > :is(a, button) { padding: 10px 0; min-height: 44px; }
    .goti-header__categories { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .goti-header[data-mobile-dock-enabled] .goti-header__categories { grid-template-columns: 1fr; gap: 0; }
    .goti-header[data-mobile-dock-enabled] .goti-header__category { border-bottom: 1px solid var(--goti-line); }
    .goti-header[data-mobile-dock-enabled] .goti-header__category > summary { min-height: 56px; margin: 0; padding: 10px 0; }
    .goti-header[data-mobile-dock-enabled] .goti-header__category > ul { padding: 0 0 16px 12px; }
    .goti-header__panel { max-height: calc(100dvh - 200px); }
}
@media (max-width: 539px) {
    .goti-design .goti-header { margin-bottom: 20px; }
    .goti-header__inner { padding: 0 16px; }
    .goti-header__bar { gap: 8px; }
    .goti-header__logo { flex: 1 1 100px; max-width: 180px; }
    .goti-header__catalog > summary { gap: 6px; padding: 10px; font-size: 14px; }
    .goti-header__catalog > summary svg { display: none; }
    .goti-header__tools { gap: 0; }
    .goti-header .goti-header__tool { width: 44px; }
    .goti-header .goti-header__photo { padding: 0; }
    .goti-header .goti-header__search { gap: 8px; }
    .goti-header .image-search-text-field { min-width: 0; }
    .goti-header__panel { left: 8px; right: 8px; padding: 16px; }
    .goti-header__categories { grid-template-columns: 1fr; gap: 24px; }
}

/* Source: public_html/css/recommendations.css */
.rec-section { scroll-margin-top:30px; padding:30px 0; min-width:0; outline:none; }
.rec-section[hidden],.rec-section [hidden],.rec-dock [hidden],.rec-dock[hidden],.rec-notice[hidden] { display:none!important; }
.rec-heading { display:flex; align-items:center; justify-content:space-between; gap:16px; margin-bottom:12px; }
.rec-eyebrow { margin:0 0 7px; color:#8b6951; font-size:12px; letter-spacing:.09em; text-transform:uppercase; }
.rec-section h2 { margin:0; font-size:clamp(24px,3vw,34px); line-height:1.15; font-weight:600; color:#232927; }
.rec-text-button { background:none; border:0; padding:10px 4px; color:#8e471e; font:inherit; font-size:14px; text-decoration:underline; text-underline-offset:4px; cursor:pointer; }
.rec-description,.rec-empty { margin:0 0 20px; font-size:14px; line-height:1.6; color:#666d69; }
.rec-empty { padding:22px; background:#f6f4f0; border-radius:10px; }
.rec-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:22px 16px; }
.rec-tile { display:flex; flex-direction:column; min-width:0; background:#fff; border:1px solid #eeece7; border-radius:12px; overflow:hidden; }
/* Intrinsic image height must not determine the flex item or stretch the whole row. */
.rec-tile__photo { position:relative; flex:none; min-height:0; aspect-ratio:1; max-height:320px; margin:6px; overflow:hidden; background:#fff; }
.rec-tile__photo>a { position:absolute; inset:0; display:block; width:100%; height:100%; }
.rec-section .rec-tile__photo img { display:block; width:100%; height:100%; max-height:100%; margin:0; object-fit:contain; }
.rec-tile__actions { position:absolute; right:4px; top:4px; display:flex; gap:4px; z-index:2; }
button.rec-reaction { display:inline-flex; align-items:center; justify-content:center; gap:8px; width:40px; height:40px; min-width:40px; padding:8px; border:1px solid #e6e3dc; border-radius:50%; color:#505b56; background:rgba(255,255,255,.94); box-shadow:none; cursor:pointer; font-size:14px; line-height:1.3; }
button.rec-reaction:disabled { opacity:.5; cursor:wait; }
button.rec-reaction[aria-pressed=true] { color:#d85324; border-color:#efbeaa; background:#fff4ed; }
button.rec-reaction[data-rec-action=like][aria-pressed=true] .rec-icon { fill:#d85324; }
.rec-icon { display:block; width:21px; height:21px; flex:none; }
.rec-reaction.btn { width:auto; border-radius:8px; height:auto; min-height:44px; }
.rec-reaction:focus-visible,.rec-text-button:focus-visible,.rec-dock a:focus-visible,.rec-dock button:focus-visible,.rec-tile a:focus-visible { outline:2px solid #d45822; outline-offset:3px; }
.card-catalog .card-catalog__body { position:relative; }
.card-catalog button.rec-reaction.card-catalog__btn { position:absolute; z-index:4; top:8px; right:8px; margin:0; opacity:1; visibility:visible; transform:none; }
.rec-tile__body { display:flex; flex-direction:column; flex:1; gap:8px; padding:12px 14px 14px; }
.rec-tile__title { display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden; min-height:57px; font-size:14px; line-height:19px; color:#232927!important; text-decoration:none!important; }
.rec-tile__price { font-size:18px; font-weight:600; margin-top:auto; }
.rec-tile__stock { color:#69716d; font-size:12px; line-height:18px; min-height:36px; }
.rec-tile .rec-text-button { text-align:left; align-self:flex-start; margin-top:auto; }
.rec-about { margin-top:20px; max-width:760px; color:#707773; font-size:12px; line-height:1.6; }
.rec-about summary { cursor:pointer; padding:8px 0; }
.rec-progress { margin:16px 0 0; font-size:13px; color:#707773; }
.rec-load-more { display:block; margin:24px auto 0; min-width:190px; min-height:44px; }
.rec-about p { margin:8px 0; }
.rec-fallback-wrap { max-width:1400px; margin:0 auto; padding:0 30px; }
.rec-dock { position:fixed; right:90px; bottom:20px; z-index:1040; display:flex; align-items:center; gap:8px; padding:10px 34px 10px 8px; width:max-content; max-width:min(380px,calc(100vw - 24px)); box-sizing:border-box; border:1px solid rgba(255,255,255,.8); border-radius:16px; background:rgba(255,253,248,.94); box-shadow:0 8px 24px rgba(35,52,44,.1),inset 0 1px 0 rgba(255,255,255,.65); touch-action:none; --rec-safe-top:env(safe-area-inset-top,0px); }
/* Blur only this small surface, never the content or the entire page. */
@supports ((backdrop-filter:blur(1px)) or (-webkit-backdrop-filter:blur(1px))) {
 .rec-dock { background:rgba(255,253,248,.68); -webkit-backdrop-filter:blur(14px) saturate(120%); backdrop-filter:blur(14px) saturate(120%); }
}
@media(prefers-reduced-transparency:reduce) {
 .rec-dock { background:#fffdf8; -webkit-backdrop-filter:none; backdrop-filter:none; }
}
.rec-dock[data-rec-positioned] { left:var(--rec-left); top:var(--rec-top); right:auto; bottom:auto; }
.rec-dock [data-rec-drag-handle] { cursor:grab; touch-action:none; user-select:none; -webkit-user-select:none; -webkit-user-drag:none; }
.rec-dock.is-dragging,.rec-dock.is-dragging [data-rec-drag-handle] { cursor:grabbing; user-select:none; -webkit-user-select:none; }
.rec-dock.is-dragging { transition:none; }
.rec-dock__help { position:absolute; width:1px; height:1px; overflow:hidden; clip-path:inset(50%); white-space:nowrap; }
.rec-dock__bulb { display:block; width:66px; flex:none; }
.rec-dock__bulb svg { display:block; width:66px; height:74px; }
.rec-dock .bulb-thought,.rec-dock .bulb-grin { display:none; }
.rec-dock .bulb-eyes { animation:rec-blink 7s infinite; transform-origin:46px 39px; }
@keyframes rec-blink { 0%,45%,49%,100% { transform:scaleY(1); } 47% { transform:scaleY(.15); } }
.rec-dock__title { display:block; font-size:12px; font-weight:600; margin:0 0 8px; color:#39463f!important; text-decoration:none!important; }
.rec-dock__gallery { display:flex; align-items:flex-start; }
.rec-dock .rec-dock__jump { display:flex; align-items:center; justify-content:center; flex:none; width:40px; min-width:0; height:60px; padding:0; border:0; border-radius:8px; color:#b65324; background:transparent; box-shadow:none; text-decoration:none; cursor:pointer; }
.rec-dock__jump svg { display:block; animation:rec-jump-down 2.4s ease-in-out infinite; }
.rec-dock__jump:hover,.rec-dock__jump:focus-visible { color:#8e3f18; }
.rec-dock__jump:hover svg,.rec-dock__jump:focus-visible svg,.rec-dock.is-dragging .rec-dock__jump svg { animation-play-state:paused; }
@keyframes rec-jump-down { 0%,20%,80%,100% { transform:translateY(0); } 45%,55% { transform:translateY(4px); } }
.rec-dock__thumbs { display:flex; gap:6px; }
.rec-dock__item { display:flex; align-items:center; gap:8px; }
.rec-dock__thumbs a { display:block; flex:none; width:64px; height:60px; border:0; background:transparent; border-radius:7px; overflow:hidden; }
.rec-dock__thumbs img { display:block; width:100%; height:100%; object-fit:contain; }
.rec-dock__actions { display:flex; justify-content:space-between; gap:4px; }
.rec-dock button.rec-reaction { width:36px; min-width:36px; height:32px; padding:6px; border:0; border-radius:7px; background:transparent; box-shadow:none; }
.rec-dock .rec-icon { width:18px; height:18px; }
.rec-dock__close { position:absolute; right:0; top:0; border:0; border-radius:50%; background:none; width:34px; height:34px; font-size:24px; color:#757c76; cursor:pointer; }
.rec-notice { position:absolute; bottom:calc(100% + 22px); right:0; width:100%; box-sizing:border-box; padding:24px 30px; color:#39463f; font-size:14px; line-height:1.45; text-align:center; pointer-events:none; filter:drop-shadow(0 4px 8px #29372c16); animation:rec-thought-in .18s ease-out; }
.rec-notice__cloud { position:absolute; inset:0; display:block; width:100%; height:100%; overflow:visible; fill:#fffdf7; stroke:#e5ded2; stroke-width:1; }
.rec-notice__cloud path { vector-effect:non-scaling-stroke; }
.rec-notice__text { position:relative; display:block; overflow-wrap:anywhere; }
.rec-notice::before,.rec-notice::after { content:""; position:absolute; border:1px solid #e5ded2; border-radius:50%; background:#fffdf7; }
.rec-notice::before { left:47px; bottom:-7px; width:13px; height:11px; }
.rec-notice::after { left:35px; bottom:-18px; width:7px; height:7px; }
.rec-dock[data-rec-notice-below] .rec-notice { top:calc(100% + 22px); bottom:auto; }
.rec-dock[data-rec-notice-below] .rec-notice::before { top:-7px; bottom:auto; }
.rec-dock[data-rec-notice-below] .rec-notice::after { top:-18px; bottom:auto; }
@keyframes rec-thought-in { from { opacity:0; transform:translateY(4px); } to { opacity:1; transform:translateY(0); } }
body:has(dialog[open]) .rec-dock,body:has(.fancybox-container) .rec-dock { display:none!important; }
@media(hover:hover) { .rec-reaction:not(:disabled):hover { border-color:#d85324; color:#d85324; } .rec-tile:hover { border-color:#cfc6b7; } }
@media(max-width:767px) {
 .rec-section { padding:22px 0; scroll-margin-top:14px; }
 .rec-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px 10px; }
 .rec-tile__body { padding:10px; }
 .rec-tile__actions { top:0; right:0; gap:2px; }
 button.rec-reaction { width:40px; height:40px; }
 .rec-tile__price { font-size:17px; }
 .rec-dock { right:12px; bottom:calc(78px + env(safe-area-inset-bottom)); display:grid; grid-template-columns:28px minmax(0,1fr); align-items:center; width:144px; max-width:calc(100vw - 24px); padding:6px 8px 4px; gap:2px 6px; border-radius:14px; }
 .rec-dock__bulb,.rec-dock__bulb svg { width:28px; height:34px; }
 .rec-dock__bulb { grid-column:1; grid-row:1; }
 .rec-dock__content { display:contents; }
 .rec-dock__title { grid-column:2; grid-row:1; font-size:10px; line-height:12px; margin:0; padding-right:18px; }
 .rec-dock__gallery { grid-column:1 / -1; position:relative; display:block; }
 .rec-dock .rec-dock__jump { position:absolute; left:0; top:0; width:34px; height:56px; }
 .rec-dock__thumbs { justify-content:center; }
 .rec-dock__item { flex-direction:column; gap:0; }
 .rec-dock__thumbs a { width:56px; height:56px; }
 .rec-dock__actions { gap:0; background:transparent; }
 .rec-dock button.rec-reaction { width:44px; min-width:44px; height:44px; border:0; box-shadow:none; background:transparent; }
 .rec-dock__close { width:26px; height:28px; top:2px; right:0; font-size:20px; }
 .rec-notice { left:var(--rec-notice-left,auto); right:0; width:220px; max-width:calc(100vw - 16px); padding:20px 24px; font-size:12px; }
 .rec-notice::before { left:var(--rec-notice-tail-before,33px); }
 .rec-notice::after { left:var(--rec-notice-tail-after,23px); }
 .rec-fallback-wrap { padding:0 15px; }
}
@media(prefers-reduced-motion:reduce) { .rec-dock .bulb-eyes,.rec-notice,.rec-dock__jump svg { animation:none; } }

.rec-dock[data-rec-mode=intent] { width:350px; align-items:flex-start; }
.rec-dock[data-rec-mode=intent] .rec-dock__title,.rec-dock[data-rec-mode=intent] .rec-dock__gallery { display:none; }
.rec-dock__intent { min-width:0; }
.rec-dock .rec-dock__intent-title { margin:0 0 8px; font-size:14px; font-weight:600; line-height:1.4; color:#232927; }
.rec-dock .rec-dock__intent-text { margin:0 0 10px; font-size:12px; line-height:1.45; color:#4b5851; }
.rec-dock .rec-dock__intent-link { display:inline-flex; align-items:center; min-height:44px; color:#983b0b; font-size:14px; font-weight:600; text-decoration:underline; text-underline-offset:3px; }
@media(max-width:767px) {
 .rec-dock[data-rec-mode=intent] { width:280px; grid-template-columns:28px minmax(0,1fr); padding:12px 28px 8px 10px; gap:8px; }
 .rec-dock__intent { grid-column:2; grid-row:1 / span 2; }
 .rec-dock[data-rec-mode=intent] .rec-dock__bulb { align-self:start; }
 .rec-dock .rec-dock__intent-title { font-size:13px; }
}

/* Source: public_html/css/bulb-helper.css */
.bulb-helper{position:relative;flex:none;width:64px;color:#343c34;font-family:Arial,sans-serif;text-align:left}
.bulb-helper>summary{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;min-height:64px;padding:3px;border-radius:9px;cursor:pointer;list-style:none;user-select:none}
.bulb-helper>summary::-webkit-details-marker{display:none}.bulb-helper>summary::marker{content:''}
.bulb-helper>summary>svg{display:block;width:52px;height:57px;overflow:visible;flex:none}
.bulb-helper>summary>span{font:600 10px/1.3 Arial,sans-serif;color:#865015}
.bulb-helper>summary:hover,.bulb-helper[open]>summary{background:#fff5df}
.bulb-helper>summary:focus-visible{outline:2px solid #c65012;outline-offset:3px}
.bulb-helper .bulb-character{transform-origin:46px 70px;animation:helper-bulb-float 4s ease-in-out infinite}
.bulb-helper .bulb-eyes{transform-origin:46px 39px;animation:helper-bulb-blink 5.5s infinite}
.bulb-helper .bulb-rays{opacity:.6;animation:helper-bulb-glow 3s ease-in-out infinite}
.bulb-helper .bulb-shadow{transform-origin:46px 93px;animation:helper-bulb-shadow 4s ease-in-out infinite}
.bulb-helper .bulb-arm{transform-origin:70px 55px;animation:helper-bulb-wave 6s ease-in-out infinite}
.bulb-helper .bulb-thought,.bulb-helper .bulb-grin{display:none}
.bulb-helper[data-mood=thinking] .bulb-character,.bulb-helper[data-mood=thoughtful] .bulb-character{animation:helper-bulb-think 2s ease-in-out infinite}
.bulb-helper[data-mood=thinking] .bulb-smile,.bulb-helper[data-mood=thoughtful] .bulb-smile,.bulb-helper[data-mood=happy] .bulb-smile{display:none}
.bulb-helper[data-mood=thinking] .bulb-thought,.bulb-helper[data-mood=thoughtful] .bulb-thought,.bulb-helper[data-mood=happy] .bulb-grin{display:block}
.bulb-helper[data-mood=happy] .bulb-character{animation:helper-bulb-happy .65s ease-in-out 2,helper-bulb-float 4s 1.3s ease-in-out infinite}
.bulb-helper__tip{position:absolute;top:calc(100% + 10px);left:0;z-index:10;box-sizing:border-box;width:min(310px,calc(100vw - 40px));padding:17px 18px;border:1px solid #eddcba;border-radius:4px 13px 13px;background:#fffaf0;box-shadow:0 12px 32px #34312624;max-height:min(300px,50dvh);overflow:auto}
.bulb-helper:not([open])>.bulb-helper__tip{display:none}
.bulb-helper__tip>strong{display:block;font:600 14px/1.4 Arial,sans-serif;color:#3a392f}
.bulb-helper .bulb-helper__tip>p{font:400 13px/1.65 Arial,sans-serif;color:#54564c;margin:8px 0 14px}
.bulb-helper .bulb-helper__tip>button{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:8px 14px;background:#fff;border:1px solid #d4c4a6;border-radius:7px;color:#725022;font:600 12px/1.4 Arial,sans-serif;cursor:pointer}
@keyframes helper-bulb-float{0%,100%{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-3px) rotate(2deg)}}
@keyframes helper-bulb-blink{0%,43%,47%,100%{transform:scaleY(1)}45%{transform:scaleY(.12)}}
@keyframes helper-bulb-glow{0%,100%{opacity:.35}50%{opacity:.85}}
@keyframes helper-bulb-shadow{0%,100%{transform:scaleX(1);opacity:.65}50%{transform:scaleX(.85);opacity:.4}}
@keyframes helper-bulb-wave{0%,12%,24%,100%{transform:rotate(0)}6%,18%{transform:rotate(-14deg)}}
@keyframes helper-bulb-think{0%,100%{transform:rotate(-6deg)}50%{transform:translateY(-2px) rotate(-2deg)}}
@keyframes helper-bulb-happy{0%,100%{transform:translateY(0)}40%{transform:translateY(-6px) rotate(5deg)}}
@media(max-width:767px){.bulb-helper{width:52px}.bulb-helper>summary>svg{width:43px;height:47px}.bulb-helper>summary>span{font-size:9px}.bulb-helper__tip{top:calc(100% + 7px)}}
@media(prefers-reduced-motion:reduce){.bulb-helper .bulb-character,.bulb-helper .bulb-eyes,.bulb-helper .bulb-rays,.bulb-helper .bulb-shadow,.bulb-helper .bulb-arm{animation:none!important;transition:none!important}}

/* Source: public_html/css/update.css */
.m-0{margin:0}body.active{overflow:hidden}.ai-start{align-items:flex-start !important}.t-center{text-align:center}.hover-opacity{transition:.2s opacity;cursor:pointer}.flex-column{flex-direction:column}.hover-opacity:hover{opacity:.6}.mw-none{max-width:none}.navbar__content{width:auto}.navbar__container{display:flex;justify-content:space-between;align-items:center}.sidebar-btn{background-color:#ea4;height:50px;color:#000;padding:2px;max-width:214px;border-radius:4px;width:100%;font-weight:400;font-size:22px;flex-shrink:1;flex-grow:0;margin-right:50px;border:none;outline:none;text-transform:capitalize}.sidebar{margin-top:30px;margin-bottom:30px}.sidebar .navbar__search{flex-shrink:1;flex-grow:1;width:auto;border:1px solid #6b7280;border-radius:4px;padding:10px;height:50px}.sidebar .navbar__search-form{max-width:none;border:none}.sidebar .navbar__search-control{width:100%;font-size:16px}.bg-black{background:#000;position:fixed;width:100%;height:100%;left:0;top:0;z-index:97;opacity:0;transition:.4s opacity;scale:0}
.bg-black.active{opacity:.6;scale:1}.catalog-main{position:fixed;top:0;bottom:0;width:calc(100% - 50px);left:0;background-color:#fff;z-index:98;transform:translateX(-10000px);transition:.4s}.catalog-main.active{transform:translateX(0px)}.header.hide{display:none}.catalog-mobile__checkboxes{display:flex;align-items:center;margin-bottom:5px;margin-right:auto}.catalog-main__close{border:none;outline:none;background:0 0;color:#000;font-weight:700;border-radius:50%;width:30px;height:30px;display:flex;align-items:center;justify-content:center;background:#f1f3f5;right:-40px;top:10px;cursor:pointer;position:fixed}.navbar__container__header{display:flex;align-items:flex-start;justify-content:space-between;width:100%}.catalog-main__title{font-weight:700;font-size:32px;margin-bottom:1rem}.main-favorite{width:100%;margin-top:2rem}.main-favorite__title{margin-bottom:2rem}.main-favorite__wrapper{display:flex;gap:70px;flex-wrap:wrap;justify-content:space-between}.item-favorite{flex:0 0 calc(50% - 35px)}
.item-favorite__title{text-align:center;color:#000;font-style:normal;font-weight:400;font-size:24px;display:block;margin-bottom:2rem}.item-favorite__wrap{display:flex;gap:5px;justify-content:space-between;flex-wrap:wrap}.item-favorite__elem{flex:0 0 calc(25% - 10px)}.item-favorite__img{margin:auto}.navbar__search.search-main{display:flex}.catalog-main__box{display:flex;height:100%}.navbar__container__wrap{display:block;padding-bottom:3rem}.catalog-main__first::-webkit-scrollbar{width:10px}.catalog-main__first::-webkit-scrollbar-track{background:#f2f3f5}.catalog-main__first::-webkit-scrollbar-thumb{background-color:#ea4;border-radius:20px;border:3px solid #f2f3f5}.catalog-main__first{padding:1rem 3rem 4rem;background:#f2f3f5;overflow:auto;flex:0 0 350px}.catalog-main__subtitle{margin-bottom:.8rem}.catalog-main__subtitle a{color:#000}.catalog-main__link{color:#000;display:block;padding:5px;transition-delay:.3s}.catalog-main__second{padding:2rem;flex:0 0 280px}.catalog-main__second .catalog-main__link{color:#777d83}
.catalog-main__first .catalog-main__link.active{color:#ea4}.catalog-main__second .catalog-main__link.active{color:#ea4}.catalog-main__block{display:none}.catalog-main__block.active{display:block}.catalog-main__pic{display:none}.catalog-main__pic.active{display:block}.catalog-main__pictures{margin-left:auto}.header-new{display:none;align-items:center;justify-content:space-between;position:fixed;bottom:0;right:0;left:0;width:100%;background-color:#fff;border-top-right-radius:16px;border-top-left-radius:16px;padding:16px;z-index:100}.header-new__btn.catalog{position:relative;top:2px}.header-new__btn path,.header-new__btn svg{fill:#6b7280}.header-new__btn,header-new__btn span,.header-new__btn svg{transition:.1s}.header-new__btn.active{color:#ff6723}.header-new__btn.active svg,.header-new__btn.active path{fill:#ff6723}.header.open{display:block;top:0}.header-new__btn{position:relative}.header-new__btn.menu{position:relative;top:-2px}.catalog-new{display:none;top:0;right:0;left:0;background-color:#fff;bottom:105px;position:fixed;z-index:11}
.catalog-new.active{display:block}.catalog-mobile__header{display:flex;align-items:center;justify-content:space-between}.catalog-mobile{overflow:auto;height:100%;position:fixed;z-index:11;top:0;left:0;right:0;min-height:100vh;padding:10px;background:#f3f4f6;transform:translateX(-10000px);transition:.4s;padding-bottom:90px}.catalog-mobile.active{transform:translateX(0px)}.catalog-mobile__box{border-radius:16px;background:#fff;padding:12px 15px;margin-bottom:10px}.catalog-mobile__wrap{display:none;align-items:center;padding:7px;flex-direction:column}.block-arr{width:10px;height:10px;border-bottom:1px solid #9ca3af;border-right:1px solid #9ca3af;transform:rotate(318deg);transition:.2s}.catalog-mobile__box.active{margin-bottom:8px}.catalog-mobile__button.active .orange{border-color:#ea4;transform:rotate(45deg)}.catalog-mobile__box.active .hide-block{display:flex}.catalog-mobile__box.active .catalog-mobile__header{margin-bottom:10px}.catalog-mobile__box.active .block-arr{transform:rotate(45deg)}
.hide-block{display:none}.catalog-mobile__title{font-family:Inter,serif;font-size:20px;font-style:normal;font-weight:600;line-height:24px;margin-top:0;margin-bottom:0}.catalog-mobile__btn{border-radius:12px;background:#ea4;width:100%;font-family:Inter,serif;font-size:16px;font-style:normal;font-weight:600;line-height:20px;letter-spacing:-.41px;border:none;outline:none;padding:10px 5px;display:block}.catalog-mobile__line{padding:0 10px}.catalog-mobile__top{margin-bottom:30px}.catalog-mobile__filter{border-radius:12px;background:#ea4;font-family:Inter,serif;font-size:16px;font-style:normal;font-weight:600;line-height:20px;letter-spacing:-.41px;border:none;outline:none;padding:10px 5px;display:block;width:100%}.catalog-mobile__top label{flex:0 0 calc(50% - 5px)}.catalog-mobile__search{border-radius:12px;background:#fff;padding:10px;outline:none;border:none;display:block;width:100%}.catalog-mobile__h3{margin:0;font-size:14px;color:#ff6723}.catalog-mobile__h3~.block-arr{border-color:#ff6723}
.catalog-mobile__inp{width:124px;height:40px;border:1px solid #000;padding:3px}.catalog-mobile__filter .hide-span{display:none}.catalog-mobile__filter.active .show-span{display:none}.catalog-mobile__filter.active .hide-span{display:inline}.catalog-mobile__filters{display:none}.catalog-mobile__filters.active{display:block}.catalog-mobile__item{margin:12px 0}.catalog-mobile__list{display:none;padding-bottom:90px;min-height:100vh}.catalog-mobile__list.active{display:block}.catalog-mobile__wrapper{display:none;flex-wrap:wrap;margin:15px 0;gap:15px}.catalog-mobile__wrapper{display:none}.catalog-mobile__elem{flex:0 0 calc(50% - 8px);display:flex;flex-direction:column}.catalog-mobile__pic{border-radius:12px;background:#f3f4f6;display:flex;align-items:center;justify-content:center;overflow:hidden;width:100%}.catalog-mobile__button{display:flex;justify-content:space-between;align-items:center;padding:0 5px;margin-bottom:10px}.catalog-mobile__button.active~.catalog-mobile__wrap{display:flex}.catalog-mobile__subtitle{margin-top:5px;color:#000;font-size:14px;text-align:center}
.header-new__btn{display:flex;flex-direction:column;justify-content:flex-end;align-items:center;color:#6b7280;font-size:14px}.header-new__btn span{margin-top:3px}.catalog-mobile__subbutton{display:flex;justify-content:space-between;align-items:center;width:100%}.catalog-mobile__boxer{width:100%}.catalog-mobile__boxer.active .block-arr{transform:rotate(45deg)}.catalog-mobile__boxer.active .catalog-mobile__wrapper{display:flex}.box-info{display:flex;gap:20px;flex-wrap:wrap;margin-bottom:3rem}.product__desc_bmb.color_orange{font-size:26px;margin-bottom:5px}.product__desc_old_price{margin-top:5px;font-size:22px}.product__content{min-height:100%;display:flex;flex-direction:column;justify-content:space-between}.box-info__text{flex:0 0 calc(33.33% - 15px)}.swiper-button-next,.swiper-button-prev{text-rendering:auto}.product{align-items:stretch}.box-info__title{margin-bottom:2rem}@media (max-width:1250px){.navbar__list{margin:0 40px}}@media (max-width:1199px){.catalog-main__first{padding:1rem 2rem 3rem}
    .catalog-main__second{padding:2rem;flex:0 0 250px}}@media (max-width:1024px){.header-new__btn .navbar__count{right:12px;left:auto}.login-wrapper #login{margin:0 auto}div.dialog{max-width:360px!important}.header__login,.header__desc{display:none !important}.header__menu{height:100%}.header{z-index:99}.header__contacts,.header__menu-btn,.sidebar.navbar__container{display:none}.header-new{display:flex}.item-favorite__elem:nth-child(3n),.item-favorite__elem:nth-child(4n){display:none}.header{background:0 0;height:1px}.header__menu.open,.navbar{top:0}.navbar{margin-top:0}}@media (max-width:768px){.main-favorite__wrapper{gap:0}.item-favorite{flex:0 0 100%}.item-favorite__wrap{margin-bottom:2rem}}@media (max-width:767px){.box-info__text{flex:0 0 100%}.box-info__title{margin-bottom:1rem}}@media (max-width:560px){.sidebar.navbar__container{display:none}.header__menu.open{top:0}.item-favorite__wrap{gap:0}.item-favorite__elem{flex:0 0 50%}}#yii-debug-toolbar{display:none !important}

/* Source: public_html/css/image-search.css */
.header__search-form,
.navbar__search-form {
    position: relative;
    display: flex;
    width: 100%;
    gap: 12px;
    align-items: stretch;
}
.image-search-text-field { position: relative; flex: 1 1 auto; min-width: 0; }
.image-search-text-field .header__search-control,
.image-search-text-field .navbar__search-control {
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    padding: 0 94px 0 18px;
    border: 1px solid #8b929c;
    border-radius: 16px;
    background: #fff;
}
.smart-search-help {
    position: absolute;
    z-index: 12;
    top: 50%;
    left: 130px;
    transform: translateY(-50%);
}
.image-search-text-field .header__search-control:focus + .smart-search-help,
.image-search-text-field .navbar__search-control:focus + .smart-search-help,
.image-search-text-field .header__search-control:not(:placeholder-shown) + .smart-search-help,
.image-search-text-field .navbar__search-control:not(:placeholder-shown) + .smart-search-help {
    right: 52px;
    left: auto;
}
.smart-search-help summary {
    display: grid;
    width: 27px;
    height: 27px;
    box-sizing: border-box;
    place-items: center;
    border: 1px solid #8b929c;
    border-radius: 50%;
    background: #fff;
    color: #5f6670;
    cursor: help;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    list-style: none;
}
.smart-search-help summary::-webkit-details-marker { display: none; }
.smart-search-help__popover {
    position: absolute;
    z-index: 20;
    top: calc(100% + 12px);
    left: -100px;
    display: none;
    width: 310px;
    box-sizing: border-box;
    padding: 15px 17px;
    border: 1px solid #e2d8cf;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 14px 38px rgba(0, 0, 0, .16);
    color: #333;
    font-size: 14px;
    line-height: 1.4;
}
.image-search-text-field .header__search-control:focus + .smart-search-help .smart-search-help__popover,
.image-search-text-field .navbar__search-control:focus + .smart-search-help .smart-search-help__popover,
.image-search-text-field .header__search-control:not(:placeholder-shown) + .smart-search-help .smart-search-help__popover,
.image-search-text-field .navbar__search-control:not(:placeholder-shown) + .smart-search-help .smart-search-help__popover {
    right: -42px;
    left: auto;
}
.smart-search-help__popover strong,
.smart-search-help__popover span { display: block; }
.smart-search-help__popover span { margin-top: 6px; color: #666; }
.smart-search-help[open] .smart-search-help__popover,
.smart-search-help:hover .smart-search-help__popover,
.smart-search-help:focus-within .smart-search-help__popover { display: block; }
.image-search-text-field .header__search-btn,
.image-search-text-field .navbar__search-btn {
    position: absolute;
    top: 50%;
    right: 12px;
    width: 34px;
    height: 34px;
    margin: 0;
    padding: 7px;
    border: 0;
    background: transparent;
    transform: translateY(-50%);
}
.image-search-action {
    display: flex;
    width: 214px;
    min-width: 214px;
    height: 50px;
    padding: 0 22px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 1px solid #eeaa44;
    border-radius: 16px;
    background: #eeaa44;
    color: #000;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.15;
    transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}
.image-search-action:hover { opacity: .82; transform: translateY(-1px); }
.image-search-action svg { display: block; width: 23px; height: 23px; flex: 0 0 23px; fill: currentColor; }
.sidebar .navbar__search { height: 50px; padding: 0; border: 0; border-radius: 0; }
.sidebar-btn { border-radius: 16px !important; }
.mobile-top-search { display: none; }

.image-search-is-open { overflow: hidden; }
.image-search-modal { display: none; position: fixed; z-index: 10020; inset: 0; align-items: center; justify-content: center; padding: 20px; }
.image-search-modal.is-open { display: flex; }
.image-search-modal [hidden] { display: none !important; }
.image-search-modal:target { display: flex; }
.image-search-toggle:checked + .image-search-modal { display: flex; }
.image-search-modal__backdrop { position: absolute; inset: 0; background: rgba(15, 15, 15, .62); backdrop-filter: blur(4px); }
.image-search-modal__dialog {
    position: relative;
    width: min(620px, 100%);
    max-height: calc(100vh - 40px);
    overflow: auto;
    padding: 38px;
    border: 1px solid #e9dfd6;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 24px 80px rgba(0, 0, 0, .2);
}
.image-search-modal__dialog h2 { margin: 5px 0 10px; font-size: clamp(28px, 4vw, 44px); line-height: 1.05; }
.image-search-modal__dialog p { margin: 0 0 24px; color: #6b6b6b; font-size: 17px; }
.image-search-modal__header { position: relative; z-index: 3; display: flex; align-items: center; gap: 14px; padding-right: 24px; margin-bottom: 16px; }
.image-search-modal__heading { flex: 1; min-width: 0; }
.image-search-modal__header .bulb-helper { align-self: stretch; }
.image-search-modal__close { z-index: 4; }
.image-search-modal__header h2 { margin: 6px 0 0; font-size: clamp(24px, 3vw, 34px); line-height: 1.12; }
.image-search-modal .bulb-helper__tip { width: min(310px, calc(100vw - 80px)); }
.image-search-modal__eyebrow,
.image-search-results__eyebrow { color: #d45d00; font-size: 13px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.image-search-modal__close { position: absolute; top: 16px; right: 18px; width: 42px; height: 42px; border: 0; border-radius: 50%; background: #f5f1ed; font-size: 30px; line-height: 38px; cursor: pointer; }
.image-search-dropzone { position: relative; display: grid; min-height: 280px; padding: 28px; place-items: center; align-content: center; gap: 8px; border: 2px dashed #d7ccc2; border-radius: 22px; background: #faf8f6; text-align: center; transition: border-color .2s ease, background .2s ease; }
.image-search-dropzone:hover,
.image-search-dropzone.is-drag { border-color: #ee7219; background: #fff6ee; }
.image-search-dropzone input { position: absolute; left: 0; max-width: 100%; opacity: 0; pointer-events: none; }
.image-search-dropzone__prompt { display: grid; padding: 0; place-items: center; gap: 8px; border: 0; background: transparent; color: inherit; cursor: pointer; font: inherit; }
.image-search-dropzone.has-preview .image-search-dropzone__prompt { display: none; }
.image-search-dropzone__icon { display: grid; width: 58px; height: 58px; place-items: center; border-radius: 50%; background: #ee7219; color: #fff; font-size: 34px; font-weight: 300; }
.image-search-dropzone strong { font-size: 20px; }
.image-search-dropzone span:last-of-type { color: #777; }
.image-search-crop-stage { position: relative; width: fit-content; max-width: 100%; line-height: 0; touch-action: none; user-select: none; }
.image-search-crop-stage img { display: block; max-width: 100%; max-height: 360px; border-radius: 14px; object-fit: contain; }
.image-search-crop-stage.is-cropping { cursor: crosshair; }
.image-search-contour-canvas { position: absolute; z-index: 2; inset: 0; width: 100%; height: 100%; border-radius: 14px; touch-action: none; }
.image-search-edit-controls { display: flex; margin-top: 12px; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.image-search-edit-controls .btn { min-height: 42px; padding: 8px 16px; border-radius: 21px; }
.image-search-status { min-height: 20px; margin-top: 8px; color: #6b6b6b; font-size: 14px; }
.image-search-status.is-error { color: #b42318; }
.image-search-modal__submit { min-width: 210px; }
.image-search-modal__submit:disabled { opacity: .45; cursor: not-allowed; }

.image-search-results__head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin: 24px 0 36px; }
.image-search-results__head h1 { margin: 6px 0 8px; }
.image-search-results__head p { margin: 0; color: #666; }
.image-search-results__item { position: relative; }
.image-search-results__empty { padding: 36px; border-radius: 20px; background: #f6f3f0; font-size: 18px; }

@media (max-width: 1024px) {
    .header__menu .header__search-form {
        width: 100%;
        max-width: none;
        gap: 8px;
        border: 0;
    }
    .header__menu .image-search-action {
        width: 124px;
        min-width: 124px;
        height: 46px;
        padding: 0 7px;
        gap: 5px;
        border-radius: 14px;
        font-size: 12px;
    }
    .header__menu .image-search-action svg { width: 25px; height: 25px; flex-basis: 25px; }
    .header__menu .image-search-action span {
        max-width: 76px;
        line-height: 1.12;
        text-align: left;
        white-space: normal;
    }
    .mobile-top-search {
        display: block;
        width: 100%;
        max-width: 1560px;
        margin: 0 auto;
        padding: 14px 20px 8px;
    }
    .mobile-top-search .navbar__search-form {
        width: 100%;
        max-width: none;
        border: 0;
    }
}

@media (max-width: 700px) {
    .header__search-form,
    .navbar__search-form { gap: 8px; }
    .image-search-text-field .header__search-control,
    .image-search-text-field .navbar__search-control { height: 46px; border-radius: 14px; font-size: 15px; }
    .mobile-top-search .image-search-action {
        width: 124px;
        min-width: 124px;
        height: 46px;
        padding: 0 7px;
        gap: 5px;
        border-radius: 14px;
        font-size: 12px;
    }
    .mobile-top-search .image-search-action svg { width: 25px; height: 25px; flex-basis: 25px; }
    .mobile-top-search .image-search-action span {
        max-width: 76px;
        line-height: 1.12;
        text-align: left;
        white-space: normal;
    }
    .mobile-top-search { padding: 10px 12px 6px; }
    .smart-search-help__popover {
        width: min(310px, calc(100vw - 40px));
    }
    .image-search-text-field .header__search-control:focus + .smart-search-help .smart-search-help__popover,
    .image-search-text-field .navbar__search-control:focus + .smart-search-help .smart-search-help__popover,
    .image-search-text-field .header__search-control:not(:placeholder-shown) + .smart-search-help .smart-search-help__popover,
    .image-search-text-field .navbar__search-control:not(:placeholder-shown) + .smart-search-help .smart-search-help__popover {
        right: -28px;
    }
    .image-search-modal__dialog { padding: 30px 18px 20px; border-radius: 22px; }
    .image-search-modal__header { align-items: flex-start; gap: 10px; padding-right: 22px; }
    .image-search-modal__header h2 { font-size: 23px; }
    .image-search-modal__header .image-search-modal__eyebrow { font-size: 10px; letter-spacing: .07em; }
    .image-search-dropzone { min-height: 220px; }
    .image-search-edit-controls { display: grid; grid-template-columns: 1fr 1fr; }
    .image-search-edit-controls .btn { width: 100%; min-width: 0; }
    .image-search-modal__submit { min-width: 0; }
    .image-search-results__head { align-items: stretch; flex-direction: column; }
}

@media (max-width: 380px) {
    .image-search-modal__header { padding-right: 44px; }
    .image-search-modal__header h2 { font-size: 21px; }
    .image-search-modal__header .image-search-modal__eyebrow { font-size: 9px; letter-spacing: .04em; }
}

/* Source: public_html/css/storefront-v2.css */
/* Version 2 is an additive, local-only theme. Version 1 never loads this file. */
.goti-design-v2 { --goti-ink:#202424; --goti-muted:#727674; --goti-line:#e5e5e2; --goti-surface:#f5f4f2; --goti-accent:#f35b12; --goti-accent-hover:#d84906; --goti-radius:4px; font-size:15px; line-height:1.5; }
.goti-design-v2 :is(button,a,input,summary):focus-visible { outline:2px solid var(--goti-accent); outline-offset:4px; }
.goti-design-v2 .goti-header { margin-bottom:22px; }
.goti-design-v2 .goti-header__inner { max-width:1414px; padding-inline:32px; }
.goti-design-v2 .goti-header__bar { min-height:78px; gap:16px; }
.goti-design-v2 .goti-header__logo { flex-basis:200px; }
.goti-design-v2 .goti-header__catalog>summary { min-height:42px; font-size:14px; padding:10px 16px; }
.goti-design-v2 .goti-header .image-search-text-field .navbar__search-control { height:42px; background:#fafafa; font-size:14px; }
.goti-design-v2 .goti-header__search-caption label { font-size:14px; }
.goti-design-v2 .goti-header .goti-header__photo { height:42px; min-width:42px; }
.goti-design-v2 .goti-header__subbar { padding-bottom:8px; }
.goti-design-v2 .goti-header .navbar__list { gap:6px 20px; }
.goti-design-v2 .goti-header .navbar__link { font-size:12px; }
.goti-design-v2 .goti-header__account>:is(a,button) { font-size:12px; }

/* Motion language: restrained gradient response for primary actions. */
.goti-design-v2 :is(.btn-primary,.s2-button:not(.s2-button--outline),.goti-header__catalog>summary) {
 background-color:var(--goti-accent);
 background-image:linear-gradient(110deg,var(--goti-accent) 0 38%,#ff8b58 48%,var(--goti-accent-hover) 62% 100%);
 background-size:240% 100%;
 background-position:0 0;
 box-shadow:0 0 0 rgba(243,91,18,0);
 transition:background-position .32s cubic-bezier(.22,1,.36,1),box-shadow .22s ease,transform .18s ease;
}
.goti-design-v2 :is(.btn-primary,.s2-button:not(.s2-button--outline),.goti-header__catalog>summary):hover {
 background-color:var(--goti-accent-hover);
 background-position:100% 0;
 box-shadow:0 8px 20px rgba(243,91,18,.20);
 transform:translateY(-1px);
}
.goti-design-v2 :is(.btn-primary,.s2-button:not(.s2-button--outline),.goti-header__catalog>summary):active {
 box-shadow:0 3px 9px rgba(243,91,18,.16);
 transform:translateY(0);
}

/* The catalogue keeps its accessible details behaviour but visually slides in
 * from the trigger side. Only four top-level groups are staggered. */
.goti-design-v2 .goti-header__catalog:not([open])>.goti-header__panel { display:block; }
.goti-design-v2 .goti-header__catalog>.goti-header__panel {
 visibility:hidden;
 opacity:0;
 pointer-events:none;
 transform:translate3d(calc(-100% - 48px),0,0);
 transform-origin:0 0;
 transition:opacity .12s ease-out,transform .5s cubic-bezier(.785,.135,.15,.86),visibility 0s linear .5s;
 will-change:transform,opacity;
}
.goti-design-v2 .goti-header__catalog[open]>.goti-header__panel {
 visibility:visible;
 opacity:1;
 pointer-events:auto;
 transform:translate3d(0,0,0);
 transition-delay:0s;
}
.goti-design-v2 .goti-header__catalog>.goti-header__panel .goti-header__category {
 opacity:0;
 transform:translateX(-12px);
 transition:opacity .16s ease-out,transform .28s cubic-bezier(.22,1,.36,1);
}
.goti-design-v2 .goti-header__catalog[open]>.goti-header__panel .goti-header__category { opacity:1; transform:none; }
.goti-design-v2 .goti-header__catalog[open]>.goti-header__panel .goti-header__category:nth-child(1) { transition-delay:.05s; }
.goti-design-v2 .goti-header__catalog[open]>.goti-header__panel .goti-header__category:nth-child(2) { transition-delay:.09s; }
.goti-design-v2 .goti-header__catalog[open]>.goti-header__panel .goti-header__category:nth-child(3) { transition-delay:.13s; }
.goti-design-v2 .goti-header__catalog[open]>.goti-header__panel .goti-header__category:nth-child(4) { transition-delay:.17s; }
.s2-home { max-width:1414px; margin:auto; padding:0 32px 40px; color:var(--goti-ink); }
.s2-home *, .s2-compositions * { box-sizing:border-box; }
.s2-home a, .s2-compositions a { color:inherit; text-decoration:none; border:0; }
.s2-home h2,.s2-compositions h2 { font:600 26px/1.18 Arial,sans-serif; letter-spacing:-.5px; margin:0; }
.s2-home h3 { font:500 16px/1.45 Arial,sans-serif; margin:0; }
.s2-home p { margin:0; }
.s2-visually-hidden { position:absolute!important; width:1px!important; height:1px!important; padding:0!important; margin:-1px!important; overflow:hidden!important; clip-path:inset(50%); white-space:nowrap; }
.s2-section { margin:0 0 38px; }
.s2-heading { display:flex; justify-content:space-between; align-items:baseline; gap:20px; margin-bottom:18px; }
.s2-heading>a,.s2-heading>span { font-size:13px; line-height:1.5; }
.s2-heading>span { color:var(--goti-muted); }
.s2-heading>a:hover { color:var(--goti-accent); }
.s2-categories { display:grid; grid-template-columns:repeat(6,minmax(0,1fr)); gap:14px; }
.s2-category { display:flex; position:relative; flex-direction:column; min-width:0; overflow:hidden; border-radius:4px; background:#f3f1ee; transition:box-shadow .18s; }
.s2-category img { display:block; width:100%; height:auto; aspect-ratio:4/3; object-fit:contain; margin:0; mix-blend-mode:multiply; }
.s2-category>span { display:flex; align-items:center; justify-content:space-between; gap:8px; padding:12px; min-height:58px; font-size:14px; line-height:1.3; }
.s2-category i { font-style:normal; color:var(--goti-accent); flex:none; }
.s2-category:hover { box-shadow:inset 0 0 0 1px var(--goti-accent); }
.s2-category--custom { background:#efe8df; }
.s2-service-banner { display:grid; grid-template-columns:32% 68%; background:#eeeae5; border-radius:4px; overflow:hidden; margin:0 0 38px; }
.s2-service-banner>div { padding:30px; }
.s2-service-banner h2 { font-size:32px; margin:12px 0 16px; }
.s2-service-banner>img { width:100%; height:100%; max-height:350px; object-fit:cover; display:block; margin:0; }
.s2-kicker { font-size:11px; letter-spacing:1.2px; text-transform:uppercase; color:#5f625e; }
.s2-service-banner ul { list-style:none; padding:0; margin:0 0 22px; font-size:13px; }
.s2-service-banner li { margin-bottom:8px; }
.s2-service-banner li::before { content:'✓'; margin-right:8px; }
.s2-home .s2-button,.s2-compositions .s2-button { display:inline-flex; align-items:center; justify-content:center; gap:20px; min-height:44px; padding:12px 20px; border-radius:4px; background:var(--goti-accent); color:white; font-size:14px; font-weight:600; }
.s2-home .s2-button:hover,.s2-compositions .s2-button:hover { background:var(--goti-accent-hover); color:white; }
.goti-design .page-redactor .s2-compositions a.s2-button,
.goti-design .page-redactor .s2-compositions a.s2-button:visited,
.goti-design .page-redactor .s2-compositions a.s2-button:hover,
.goti-design .page-redactor .s2-compositions a.s2-button:focus,
.goti-design .page-redactor .s2-compositions a.s2-button:active { color:#fff; border:0; }
.s2-home .s2-button--outline { background:transparent; border:1px solid #959792; color:var(--goti-ink); }
.s2-home .s2-button--outline:hover { background:white; color:var(--goti-ink); }
.s2-products { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:20px; }
.s2-product { border:1px solid transparent; border-radius:4px; overflow:hidden; min-width:0; }
.s2-product:hover { border-color:var(--goti-line); }
.s2-product__picture { display:block; background:#f1efec; }
.s2-product__picture img { display:block; width:100%; height:auto; aspect-ratio:1; object-fit:contain; mix-blend-mode:multiply; margin:0; }
.s2-product__body { padding:14px 10px; }
.s2-product h3 { font-size:14px; min-height:42px; }
.s2-home .s2-price { font-size:20px; font-weight:700; margin:12px 0 8px; }
.s2-price del { font-size:13px; color:var(--goti-muted); font-weight:400; margin-left:6px; }
.s2-stock { font-size:12px; color:#4e6256; }
.s2-stock span { display:block; margin-top:4px; }
.s2-brands { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:12px; align-items:start; }
.s2-home details { min-width:0; }
.s2-home details:not([open])>:not(summary) { display:none; }
.s2-home summary { cursor:pointer; list-style:none; }
.s2-home summary::-webkit-details-marker { display:none; }
.s2-brand { border:1px solid var(--goti-line); border-radius:4px; }
.s2-brand>summary { position:relative; padding:16px 32px 12px 16px; }
.s2-brand__logo { display:flex; align-items:center; height:48px; }
.s2-brand__logo img { display:block; max-width:100%; width:160px; height:48px; object-fit:contain; object-position:left center; margin:0; }
.s2-brand__logo strong { font-size:22px; line-height:1.15; }
.s2-brand summary small { font-size:11px; color:var(--goti-muted); display:block; margin-top:6px; }
.s2-plus { position:absolute; right:16px; top:39px; width:12px; height:12px; }
.s2-plus::before,.s2-plus::after { content:''; position:absolute; top:5px; width:12px; height:1px; background:var(--goti-accent); }
.s2-plus::after { transform:rotate(90deg); }
.s2-brand[open] .s2-plus::after { display:none; }
.s2-brand[open]>summary { background:#fff9f5; }
.s2-links { list-style:none; padding:0 16px 12px; margin:0; }
.s2-links a { display:flex; justify-content:space-between; align-items:center; gap:10px; padding:10px 0; border-top:1px solid var(--goti-line); font-size:13px; line-height:1.4; }
.s2-links a:hover { color:var(--goti-accent); }
.s2-links a>span { color:var(--goti-accent); }
.s2-links .s2-links__group { font-size:10px; letter-spacing:.5px; text-transform:uppercase; color:var(--goti-muted); padding:18px 0 8px; }
.s2-home .s2-more { display:block; margin:18px auto 0; border:1px solid var(--goti-line); padding:10px 24px; background:white; border-radius:4px; color:var(--goti-ink); font:500 13px/1.5 Arial,sans-serif; cursor:pointer; min-height:42px; }
.s2-home .s2-more:hover { border-color:var(--goti-ink); }
.s2-home [hidden] { display:none!important; }
.s2-brands[data-collapsed="true"]>.s2-brand:nth-child(n+9) { display:none; }
.s2-rooms { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:16px; align-items:start; }
.s2-room { border-radius:4px; overflow:hidden; border:1px solid var(--goti-line); }
.s2-room>summary { position:relative; }
.s2-room>summary img { display:block; width:100%; height:auto; aspect-ratio:1.65; object-fit:cover; margin:0; }
.s2-room>summary>span { position:absolute; inset:auto 0 0; display:flex; justify-content:space-between; align-items:center; padding:28px 14px 14px; color:white; background:linear-gradient(transparent,rgba(0,0,0,.65)); font-size:18px; font-weight:500; }
.s2-room i { font-style:normal; }
.s2-compositions { display:grid; grid-template-columns:58% 42%; background:#eeece8; border-radius:4px; overflow:hidden; margin:0 0 38px; color:var(--goti-ink); }
.s2-compositions__visual { position:relative; min-width:0; }
.s2-compositions__visual>a { display:block; height:100%; }
.s2-compositions__visual img { display:block; width:100%; height:100%; min-height:340px; max-height:460px; object-fit:cover; margin:0!important; border:0!important; transition:opacity .3s ease; }
.s2-compositions__caption { position:absolute; bottom:16px; left:20px; right:20px; display:flex; justify-content:space-between; align-items:center; gap:12px; color:white; }
.s2-compositions__caption>span { background:rgba(0,0,0,.55); padding:5px 10px; font-size:12px; letter-spacing:1px; }
.s2-compositions__caption button { cursor:pointer; background:white; color:#202424; border:0; border-radius:4px; padding:9px 14px; font-size:12px; }
.s2-compositions__copy { padding:36px; align-self:center; }
.s2-compositions h2 { font-size:34px; margin:14px 0; }
.s2-compositions__copy>p:not(.s2-kicker) { font-size:14px; line-height:1.7; margin:0 0 22px; max-width:370px; }
.s2-secondary-link { display:block; font-size:13px; margin-top:14px; }
.s2-compositions__copy>small { display:block; color:#5f625e; font-size:10px; margin-top:22px; }
.s2-projects { display:flex; gap:16px; overflow-x:auto; overscroll-behavior-x:contain; scroll-snap-type:x mandatory; scrollbar-width:thin; border-radius:4px; }
.s2-project { position:relative; display:block; flex:0 0 100%; min-width:0; border-radius:4px; overflow:hidden; scroll-snap-align:start; background:#f3f2ef; }
.s2-project img { width:100%; height:clamp(280px,42vw,580px); display:block; object-fit:contain; margin:0; }
.s2-project>span { display:flex; justify-content:space-between; position:absolute; inset:auto 0 0; padding:40px 18px 18px; background:linear-gradient(transparent,rgba(0,0,0,.6)); color:white; font-size:14px; }
.s2-project i { font-style:normal; }
.s2-project-navigation { display:flex; align-items:center; gap:12px; margin-top:14px; min-width:0; }
.s2-project-navigation>button { flex:none; width:42px; height:54px; padding:0; border:1px solid var(--goti-line); border-radius:4px; background:white; color:var(--goti-ink); font:28px/1 Arial,sans-serif; cursor:pointer; }
.s2-project-navigation>button:disabled { opacity:.35; cursor:default; }
.s2-project-thumbs { display:flex; flex:1; min-width:0; gap:10px; overflow-x:auto; overscroll-behavior-x:contain; scrollbar-width:thin; padding:2px 0 6px; }
.s2-project-thumbs>a { display:block; flex:0 0 100px; height:74px; padding:2px; border:2px solid transparent; border-radius:4px; overflow:hidden; }
.s2-project-thumbs>a[aria-current="true"] { border-color:var(--goti-accent); }
.s2-project-thumbs img { display:block; width:100%; height:100%; object-fit:cover; margin:0; border-radius:2px; }
.s2-project-counter { margin:8px 0 0; text-align:center; font-size:12px; color:var(--goti-muted); }
.s2-projects:focus-visible,.s2-project-thumbs>a:focus-visible,.s2-project-navigation>button:focus-visible { outline:2px solid var(--goti-accent); outline-offset:2px; }
.s2-lightbox { position:fixed; inset:0; width:min(1400px,96vw); max-width:96vw; height:min(94dvh,1100px); max-height:94dvh; margin:auto; border:0; border-radius:6px; padding:12px; background:#fff; color:#202424; }
.s2-lightbox:not([open]) { display:none; }
.s2-lightbox::backdrop { background:rgba(17,22,24,.82); }
.s2-lightbox__bar { display:flex; height:44px; align-items:center; justify-content:space-between; padding-left:10px; font-size:13px; }
.s2-lightbox button { width:42px; height:42px; flex:none; border:1px solid #e5e5e2; background:white; color:#202424; border-radius:4px; font:26px/1 Arial,sans-serif; cursor:pointer; }
.s2-lightbox__stage { display:flex; align-items:center; justify-content:space-between; gap:10px; height:calc(100% - 44px); min-height:0; }
.s2-lightbox__stage img { display:block; width:calc(100% - 104px); height:100%; object-fit:contain; margin:0; }
.s2-guides { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; }
.s2-guides>a { display:flex; flex-direction:column; align-items:start; padding:22px; border:1px solid var(--goti-line); border-radius:4px; }
.s2-guides small { color:var(--goti-muted); font-size:11px; }
.s2-guides h3 { margin:16px 0 24px; }
.s2-guides span { margin-top:auto; font-size:12px; }
.s2-directory>details { border-bottom:1px solid var(--goti-line); }
.s2-directory>details>summary { padding:16px 0; display:flex; justify-content:space-between; font-size:16px; }
.s2-directory__columns { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:16px; padding:12px 0 24px; }
.s2-directory__columns a { display:block; font-size:13px; padding:5px 0; }
.s2-directory__columns .s2-directory__parent { font-weight:600; margin-bottom:8px; }
.s2-directory__columns a:hover { color:var(--goti-accent); }
.s2-salons { display:grid; grid-template-columns:2fr 1fr 1fr; align-items:center; gap:28px; padding:32px 0; border-top:1px solid var(--goti-line); }
.s2-salons h2 { font-size:24px; margin:12px 0; }
.s2-salons>a { display:grid; gap:12px; padding-left:24px; border-left:1px solid var(--goti-line); font-size:13px; }
.s2-salons strong { font-size:20px; }
.s2-salons small { color:var(--goti-muted); }
.s2-benefits { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:14px; border:1px solid var(--goti-line); padding:24px; font-size:12px; }

/* Shared catalogue and product language. No broad image resets: galleries retain geometry. */
.goti-design-v2 .filters-panel:has(.catalog-grid-toggle) { width:100%; align-items:center; gap:8px 20px; }
.goti-design-v2 .catalog-grid-toggle { display:none; align-items:center; gap:9px; margin-left:auto; color:var(--goti-muted); font-size:12px; }
.goti-design-v2 .catalog-grid-toggle[hidden] { display:none!important; }
.goti-design-v2 .catalog-grid-toggle__options { display:flex; padding:2px; border:1px solid var(--goti-line); border-radius:5px; background:#f6f5f2; }
.goti-design-v2 .catalog-grid-toggle__button { display:grid; width:32px; height:30px; place-items:center; padding:0; border:0; border-radius:3px; background:transparent; color:var(--goti-muted); font:600 12px/1 Arial,sans-serif; cursor:pointer; transition:background-color .16s ease,color .16s ease,box-shadow .16s ease; }
.goti-design-v2 .catalog-grid-toggle__button:hover { color:var(--goti-ink); }
.goti-design-v2 .catalog-grid-toggle__button[aria-pressed="true"] { background:#fff; color:var(--goti-ink); box-shadow:0 1px 4px rgba(27,35,38,.13); }
.goti-design-v2 .catalog-grid-toggle__button:focus-visible { outline:2px solid var(--goti-accent); outline-offset:1px; }
.goti-design-v2 .catalog-grid-toggle__button--mobile { display:none; }
.goti-design-v2 .catalog-box { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:24px 16px; align-items:stretch; }
.goti-design-v2 .catalog-box>.catalog-box__item { width:auto; max-width:none; min-width:0; padding:0; margin:0; }
.goti-design-v2 .catalog-box .card-catalog { display:flex; flex-direction:column; position:relative; height:100%; border:1px solid transparent; padding:0; box-shadow:none; transform:none; text-align:left; border-radius:4px; overflow:hidden; }
.goti-design-v2 .catalog-box .card-catalog__body { width:100%; flex:none; }
.goti-design-v2 .catalog-box .card-catalog__gallery-stage { position:relative; display:block; width:100%; height:auto; min-height:0; aspect-ratio:1; overflow:hidden; }
.goti-design-v2 .catalog-box .card-catalog__gallery-stage img { position:absolute; inset:0; display:block; width:100%; height:100%; max-height:none; aspect-ratio:1; object-fit:contain; }
.goti-design-v2 .catalog-box .card-catalog:hover { border-color:var(--goti-line); box-shadow:none; transform:none; }
.goti-design-v2 .catalog-box .card-catalog__gallery { background:#f1efec; border:0; border-radius:3px; }
.goti-design-v2 .catalog-box .card-catalog__gallery img { mix-blend-mode:multiply; }
.goti-design-v2 .catalog-box .card-catalog__footer { width:100%; flex:1 1 auto; padding:12px 10px; text-align:left; }
.goti-design-v2 .catalog-box .card-catalog__man { font-size:11px; font-weight:400; color:var(--goti-muted); margin:0 0 6px; }
.goti-design-v2 .catalog-box .card-catalog__title { font-size:13px; font-weight:400; line-height:1.45; margin:0 0 10px; min-height:38px; }
.goti-design-v2 .catalog-box .card-catalog__price { color:var(--goti-ink); font-size:18px; font-weight:700; margin:10px 0; }
.goti-design-v2 .catalog-box .card-catalog__delivery,.goti-design-v2 .catalog-box .card-catalog__availability { font-size:11px; }
.goti-design-v2 .catalog-box .card-catalog__submit { position:static; bottom:auto; width:100%; height:auto; min-height:42px; margin-top:12px; padding:0; transform:none; opacity:1; }
.goti-design-v2 .catalog-box .card-catalog::before { display:none; }
.goti-design-v2 .catalog-box .card-catalog__price.text_decoration_line { font-size:12px; font-weight:400; color:var(--goti-muted); margin-top:-6px; }
.goti-design-v2 .product__title { font-size:clamp(24px,2.2vw,34px); line-height:1.2; letter-spacing:-.5px; }
.goti-design-v2:has(.product) .page-layout__left { display:none; }
.goti-design-v2:has(.product) .page-layout__right { width:100%; padding-left:0; }
.goti-design-v2 .product__desc_bmb { color:var(--goti-ink); }
.goti-design-v2 .breadcrumbs { font-size:12px; }
.goti-design-v2 :is(.modal-content,.image-search-modal__dialog) { border-radius:6px; }
.goti-design-v2 .goti-section-page--kompozicii-iz-steklyannyh-podvesok:has(>[data-s2-slideshow]) .gc-intro { display:none; }
@media(min-width:1101px) {
 .goti-design-v2 .catalog-grid-toggle { display:flex; }
 .goti-design-v2 .catalog-box[data-grid-columns="3"] { grid-template-columns:repeat(3,minmax(0,1fr)); column-gap:20px; }
 .goti-design-v2 .catalog-box[data-grid-columns="4"] { grid-template-columns:repeat(4,minmax(0,1fr)); }
 .goti-design-v2 .catalog-box[data-grid-columns="5"] { grid-template-columns:repeat(5,minmax(0,1fr)); column-gap:12px; }
 .goti-design-v2 .catalog-box[data-grid-columns="3"] .card-catalog__title { font-size:14px; }
 .goti-design-v2 .catalog-box[data-grid-columns="3"] .card-catalog__price:not(.text_decoration_line) { font-size:20px; }
 .goti-design-v2 .catalog-box[data-grid-columns="5"] .card-catalog__title { font-size:12px; }
 .goti-design-v2 .catalog-box[data-grid-columns="5"] .card-catalog__man { font-size:10px; }
 .goti-design-v2 .catalog-box[data-grid-columns="5"] .card-catalog__price:not(.text_decoration_line) { font-size:16px; }
}
@media(min-width:1101px) and (hover:hover) {
 .goti-design-v2 .catalog-box>.catalog-box__item { position:relative; z-index:0; }
 .goti-design-v2 .catalog-box>.catalog-box__item:has(.card-catalog:is(:hover,:focus-within)) { z-index:8; }
 .goti-design-v2 .catalog-box .card-catalog { isolation:isolate; overflow:visible; transition:opacity .18s ease-out,filter .18s ease-out; }
 .goti-design-v2 .catalog-box:has(.card-catalog:is(:hover,:focus-within))>.catalog-box__item:not(:has(.card-catalog:is(:hover,:focus-within))) .card-catalog { opacity:.86; filter:blur(.35px) saturate(.9); }
 .goti-design-v2 .catalog-box .card-catalog::before { content:""; position:absolute; z-index:-1; inset:-1px -1px -66px; display:block; border:1px solid rgba(205,210,208,.72); border-radius:4px; background:rgba(255,255,255,.74); -webkit-backdrop-filter:blur(15px) saturate(1.12); backdrop-filter:blur(15px) saturate(1.12); box-shadow:0 14px 34px rgba(24,40,46,.10); opacity:0; pointer-events:none; transition:opacity .18s ease-out; }
 .goti-design-v2 .catalog-box .card-catalog__submit { position:absolute; top:100%; right:0; bottom:auto; left:0; z-index:2; display:flex; width:auto; min-height:58px; align-items:flex-start; justify-content:center; margin:0; padding:8px 10px 12px; border:0; border-radius:0; background:transparent; font-size:12px; opacity:0; visibility:hidden; pointer-events:none; transform:translateY(-10px); transition:opacity .16s ease-out,transform .28s cubic-bezier(.22,1,.36,1),visibility 0s linear .28s; }
 .goti-design-v2 .catalog-box .card-catalog__submit>.btn { display:block; width:auto; max-width:100%; margin:0 auto; text-align:center; }
 .goti-design-v2 .catalog-box .card-catalog:is(:hover,:focus-within) { border-color:transparent; }
 .goti-design-v2 .catalog-box .card-catalog:is(:hover,:focus-within)::before { opacity:1; }
 .goti-design-v2 .catalog-box .card-catalog:is(:hover,:focus-within) .card-catalog__submit { opacity:1; visibility:visible; pointer-events:auto; transform:none; transition-delay:0s; }
 .goti-design-v2 .catalog-box .card-catalog:is(:hover,:focus-within) .card-catalog__image { transform:none; }
}
@media(max-width:1100px) {
 .s2-categories { grid-template-columns:repeat(4,minmax(0,1fr)); }
 .s2-home { padding-inline:24px; }
 .s2-brands { grid-template-columns:repeat(4,minmax(0,1fr)); }
 .s2-service-banner>div { padding:24px; }
 .s2-service-banner h2 { font-size:27px; }
 .s2-compositions__copy { padding:24px; }
 .s2-compositions h2 { font-size:28px; }
 .goti-design-v2 .catalog-box { grid-template-columns:repeat(3,minmax(0,1fr)); }
 .goti-design-v2 .goti-header__bar { gap:12px; }
 .goti-design-v2 .goti-header__logo { flex-basis:170px; }
}
@media(max-width:767px) {
 .goti-design-v2 .goti-header__inner { padding-inline:16px; }
 .goti-design-v2 .goti-header__bar { min-height:0; }
 .goti-design-v2 .goti-header__logo { flex-basis:auto; width:160px; }
 .s2-home { padding:0 16px 24px; }
 .s2-home h2 { font-size:23px; }
 .s2-heading { align-items:center; gap:12px; margin-bottom:14px; }
 .s2-heading>span { display:none; }
 .s2-heading>a { font-size:11px; flex:none; }
 .s2-section { margin-bottom:30px; }
 .s2-categories { grid-template-columns:repeat(3,minmax(0,1fr)); gap:10px; }
 .s2-category>span { padding:9px; font-size:12px; min-height:52px; }
 .s2-category i { display:none; }
 .s2-service-banner { grid-template-columns:42% 58%; margin-bottom:30px; }
 .s2-service-banner>div { padding:20px; }
 .s2-service-banner h2 { font-size:24px; }
 .s2-service-banner .s2-kicker { font-size:9px; }
 .s2-service-banner ul { font-size:11px; }
 .s2-products { grid-template-columns:repeat(2,minmax(0,1fr)); gap:20px 10px; }
 .s2-product h3 { font-size:13px; }
 .s2-product__body { padding:10px 5px; }
 .s2-home .s2-price { font-size:18px; }
 .s2-brands { grid-template-columns:repeat(2,minmax(0,1fr)); }
 .s2-brands[data-collapsed="true"]>.s2-brand:nth-child(n+5) { display:none; }
 .s2-brand__logo strong { font-size:20px; }
 .s2-rooms { grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; }
 .s2-room>summary>span { font-size:16px; }
 .s2-compositions { grid-template-columns:1fr; }
 .s2-compositions__visual img { min-height:0; height:auto; aspect-ratio:1.6; }
 .s2-compositions__copy { padding:24px; }
 .s2-compositions h2 { font-size:29px; }
 .s2-compositions h2 br { display:none; }
 .s2-projects { gap:12px; }
 .s2-project img { height:clamp(240px,68vw,420px); }
 .s2-project-navigation { gap:6px; margin-top:10px; }
 .s2-project-navigation>button { width:32px; height:44px; }
 .s2-project-thumbs { gap:6px; }
 .s2-project-thumbs>a { flex-basis:72px; height:54px; }
 .s2-project>span { padding:28px 12px 12px; font-size:12px; }
 .s2-guides { grid-template-columns:1fr; gap:10px; }
 .s2-guides>a { padding:18px; }
 .s2-guides h3 { margin:12px 0 16px; }
 .s2-directory__columns { grid-template-columns:repeat(2,minmax(0,1fr)); }
 .s2-salons { grid-template-columns:1fr 1fr; gap:24px 12px; }
 .s2-salons>div { grid-column:1/-1; }
 .s2-salons>a { padding-left:12px; }
 .s2-salons strong { font-size:16px; }
 .s2-benefits { grid-template-columns:1fr 1fr; padding:18px; gap:22px; }
 .s2-lightbox { padding:6px; width:98vw; max-width:98vw; }
 .s2-lightbox__stage { gap:3px; position:relative; }
 .s2-lightbox__stage img { width:100%; }
 .s2-lightbox__stage button { position:absolute; left:4px; z-index:1; width:36px; height:42px; background:rgba(255,255,255,.9); }
 .s2-lightbox__stage button:last-child { left:auto; right:4px; }
 .goti-design-v2 .filters-panel:has(.catalog-grid-toggle) { align-items:flex-start; }
 .goti-design-v2 .catalog-grid-toggle { display:flex; width:100%; justify-content:flex-end; margin:4px 0 0; }
 .goti-design-v2 .catalog-grid-toggle__button--desktop { display:none; }
 .goti-design-v2 .catalog-grid-toggle__button--mobile { display:grid; }
 .goti-design-v2 .catalog-box { grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px 10px; }
 .goti-design-v2 .catalog-box[data-grid-columns="1"] { grid-template-columns:minmax(0,1fr); gap:24px; }
 .goti-design-v2 .catalog-box[data-grid-columns="2"] { grid-template-columns:repeat(2,minmax(0,1fr)); }
 .goti-design-v2 .catalog-box .card-catalog__footer { display:grid; grid-template-areas:"manufacturer" "title" "price" "old-price" "availability" "submit"; grid-template-rows:30px 58px 30px 18px 68px 46px; min-height:250px; padding:10px 4px; }
 .goti-design-v2 .catalog-box .card-catalog__man { grid-area:manufacturer; min-height:0; margin:0; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
 .goti-design-v2 .catalog-box .card-catalog__title { grid-area:title; min-height:0; max-height:58px; margin:0; overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:3; font-size:12px; }
 .goti-design-v2 .catalog-box .card-catalog__price:not(.text_decoration_line) { grid-area:price; align-self:center; margin:0; font-size:16px; }
 .goti-design-v2 .catalog-box .card-catalog__price.text_decoration_line { grid-area:old-price; align-self:start; min-height:18px; margin:0; }
 .goti-design-v2 .catalog-box .card-catalog__availability,.goti-design-v2 .catalog-box .card-catalog__desc { grid-area:availability; align-self:start; min-height:0; margin:0; padding-top:4px; overflow:hidden; }
 .goti-design-v2 .catalog-box .card-catalog__submit { grid-area:submit; display:flex; min-height:46px; align-items:flex-end; justify-content:center; margin:0; }
 .goti-design-v2 .catalog-box .card-catalog__submit>.btn { display:block; width:min(156px,100%); min-width:0; margin:0 auto; padding-right:10px; padding-left:10px; text-align:center; }
 .goti-design-v2 .catalog-box[data-grid-columns="1"] .card-catalog__footer { padding-right:12px; padding-left:12px; }
 .goti-design-v2 .catalog-box[data-grid-columns="1"] .card-catalog__man { font-size:12px; }
 .goti-design-v2 .catalog-box[data-grid-columns="1"] .card-catalog__title { font-size:14px; }
 .goti-design-v2 .catalog-box[data-grid-columns="1"] .card-catalog__price:not(.text_decoration_line) { font-size:20px; }
}
@media(max-width:440px) {
 .s2-service-banner { grid-template-columns:1fr; }
 .s2-service-banner>img { max-height:210px; aspect-ratio:1.7; }
 .s2-service-banner>div { padding:22px; }
 .s2-service-banner h2 br { display:none; }
 .s2-service-banner ul { display:flex; flex-wrap:wrap; gap:4px 12px; margin-bottom:12px; }
 .s2-categories { grid-template-columns:repeat(2,minmax(0,1fr)); }
 .s2-home .s2-heading h2 { font-size:21px; }
}
@media(prefers-reduced-motion:reduce) {
 .s2-home *, .s2-compositions * { transition:none!important; scroll-behavior:auto!important; }
 .goti-design-v2 :is(.btn-primary,.goti-header__catalog>summary,.goti-header__panel,.goti-header__category,.card-catalog__submit) { transition:none!important; }
 .goti-design-v2 .card-catalog::before { transition:none!important; }
 .goti-design-v2 .catalog-grid-toggle__button { transition:none!important; }
}
