/*!
 * Toastify js 1.12.0
 * https://github.com/apvarun/toastify-js
 * @license MIT licensed
 *
 * Copyright (C) 2018 Varun A P
 */

.toastify {
    padding: 12px 20px;
    color: #ffffff;
    display: inline-block;
    box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgba(77, 96, 232, 0.3);
    background: -webkit-linear-gradient(315deg, #73a5ff, #5477f5);
    background: linear-gradient(135deg, #73a5ff, #5477f5);
    position: fixed;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-radius: 2px;
    cursor: pointer;
    text-decoration: none;
    max-width: calc(50% - 20px);
    z-index: 2147483647;
}

.toastify.on {
    opacity: 1;
}

.toast-close {
    background: transparent;
    border: 0;
    color: white;
    cursor: pointer;
    font-family: inherit;
    font-size: 1em;
    opacity: 0.4;
    padding: 0 5px;
}

.toastify-right {
    right: 15px;
}

.toastify-left {
    left: 15px;
}

.toastify-top {
    top: -150px;
}

.toastify-bottom {
    bottom: -150px;
}

.toastify-rounded {
    border-radius: 25px;
}

.toastify-avatar {
    width: 1.5em;
    height: 1.5em;
    margin: -7px 5px;
    border-radius: 2px;
}

.toastify-center {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-width: fit-content;
    max-width: -moz-fit-content;
}

@media only screen and (max-width: 360px) {
    .toastify-right, .toastify-left {
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        max-width: fit-content;
    }
}

*{box-sizing:border-box;margin:0;padding:0}@font-face{font-display:swap;font-family:Stetica Medium;font-style:normal;font-weight:500;src:url(../assets/fonts/AA-Stetica-Medium.woff) format("woff")}@font-face{font-display:swap;font-family:Stetica Regular;font-style:normal;font-weight:400;src:url(../assets/fonts/AA-Stetica-Regular.woff) format("woff")}@font-face{font-display:swap;font-family:Stetica Bold;font-style:normal;font-weight:700;src:url(../assets/fonts/AA-Stetica-Bold.woff) format("woff")}@font-face{font-display:swap;font-family:FoglihtenNo;font-style:normal;font-weight:500;src:url(../assets/fonts/FoglihtenNo06.woff) format("woff")}:root :where(.is-layout-flow)>*{margin-top:0!important}html{font-size:16px}@media(min-width:768px)and (max-width:1320px){html{font-size:1.2121212121vw}}@media(min-width:1320px){html{font-size:16px}}button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:none;cursor:pointer;font-family:inherit;outline:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;will-change:transform}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f7fa;font-family:Stetica Regular,Arial,sans-serif;text-rendering:optimizeLegibility}body.page-template-main-page{background-color:#fff}body.overflow-hidden{overflow:hidden}a{color:inherit;text-decoration:none}a:focus{outline:none}a:where(:not(.wp-element-button)){text-decoration:none!important}ul{list-style:none}#main{min-height:40dvh;padding:12rem 0 5rem}#main.site-main{min-height:auto;padding:0}@media(max-width:1440px){#main{padding:12rem 1.25rem 5rem}}@media(max-width:1024px){#main{padding:10rem .75rem 3rem}}.container{margin:0 auto;max-width:90rem}.toastify-wrapper{height:100%;overflow:hidden;width:100%}.toastify-content{align-items:flex-start;display:flex;gap:.75rem;width:100%}.toastify-icon{align-items:center;display:inline-flex;flex-shrink:0;height:1.5rem;justify-content:center;width:1.5rem}.toastify-icon svg{display:block;height:100%;width:100%}.toastify-text{color:#1b1b1e;flex:1;font-family:Stetica Regular;font-size:1rem;font-weight:400;line-height:120%}.toastify-progress{background-color:#063527;border-radius:6.25rem;bottom:0;height:.25rem;left:0;position:absolute;transform:scaleX(0);transform-origin:left;width:100%}.toastify-progress.toastify-progress--animate{animation:toastify-progress linear forwards}.toastify{max-width:22.5rem;overflow:hidden;width:100%}.toastify--error,.toastify--info,.toastify--success,.toastify--warning{background:#fff;border:1px solid #f5f7fa;border-radius:.75rem;box-shadow:0 9px 20px 0 rgba(0,0,0,.039)}.toastify .toast-close{color:#063527;position:absolute;right:0;top:0}@media(max-width:767px){.toastify{max-width:90%}}@keyframes toastify-progress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.toastify--default .toastify-progress,.toastify--error .toastify-progress,.toastify--info .toastify-progress,.toastify--success .toastify-progress,.toastify--warning .toastify-progress{background-color:#063527}


@keyframes button-spinner-spin{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}



@keyframes button-spinner-spin{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}.cart__wrapper{display:flex;gap:1.25rem;justify-content:space-between}@media(max-width:768px){.cart__wrapper{flex-direction:column}}.cart__total{background-color:#fff;border-radius:.75rem;height:-moz-max-content;height:max-content;padding:1.5rem}.cart__title{font-family:FoglihtenNo;font-size:4.25rem;font-weight:500;line-height:100%;margin-bottom:3.125rem}@media(max-width:767px){.cart__title{font-size:2.5rem;line-height:100%}}@media(max-width:768px){.cart__title{margin-bottom:1.5rem}}.cart__items-wrap{width:65%}@media(max-width:768px){.cart__items-wrap{width:100%}}.cart__items{background-color:#fff;border-radius:.75rem;margin-bottom:1.25rem;padding:1.5rem 0;position:relative}@media(max-width:768px){.cart__items{margin-bottom:0;padding:1.125rem 0}}.cart__items--overlay:before{background-color:hsla(0,0%,100%,.7);border-radius:.75rem;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:10}.cart__item{display:flex;padding-left:1.5rem;padding-right:1.5rem}.cart__item:not(:first-child){padding-top:1.5rem}.cart__item:not(:first-child) .cart__item-content-mobile-button{top:1.125rem}.cart__item:not(:last-child){border-bottom:1px solid #f5f7fa;padding-bottom:1.5rem}@media(max-width:768px){.cart__item{align-items:flex-start;flex-direction:column;padding-left:1.125rem;padding-right:1.125rem;position:relative}.cart__item:not(:last-child){padding-bottom:1.125rem}.cart__item:not(:first-child){padding-top:1.125rem}}.cart__total{width:35%}@media(max-width:768px){.cart__total{width:100%}}.cart__item-image{background-color:#f5f7fa;border-radius:.625rem;height:8.125rem;margin-right:1rem;min-width:8.125rem;overflow:hidden;position:relative;width:8.125rem}.cart__item-image a{height:100%;left:0;position:absolute;top:0;width:100%;z-index:5}.cart__item-image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}@media(max-width:768px){.cart__item-image{display:none;height:4rem;margin-right:.5rem;min-width:4rem}}.cart__item-content{flex:1 0 0}.cart__item-price{margin:0 0 0 auto;padding-left:3.75rem}@media(max-width:768px){.cart__item-price{margin:1.5rem 0 0;padding-left:0}}.cart__item-title{font-family:Stetica Regular;font-size:1rem;font-weight:400;line-height:120%;margin-bottom:.3125rem}@media(max-width:768px){.cart__item-title{display:none;word-break:break-word}}.cart__item-content-mobile-button{height:2rem!important;padding:0!important;position:absolute;right:1.125rem;top:0;width:2rem!important}.cart__item-content-mobile-button svg{height:1rem!important;width:1rem!important}.cart__item-content-mobile-text{padding-right:3rem}.cart__item-sku{color:rgba(27,27,30,.502);font-family:Stetica Regular;font-size:1rem;font-weight:400;line-height:120%;margin-bottom:.625rem}@media(max-width:768px){.cart__item-sku{display:none;margin-bottom:0}}.cart__item-content-mobile{display:none}@media(max-width:768px){.cart__item-content-mobile{display:flex;margin-bottom:1rem}.cart__item-content-mobile .cart__item-image,.cart__item-content-mobile .cart__item-sku,.cart__item-content-mobile .cart__item-title{display:block}}.cart__item-actions{align-items:flex-end;display:flex;gap:1.25rem}.cart__item-actions .qty-counter,.cart__item-actions .qty-counter__wrap{width:auto}@media(max-width:768px){.cart__item-actions{justify-content:space-between}}.cart__item-actions-button{position:relative}.cart__item-actions-button.button-primary{gap:.25rem;height:3.625rem}@media(max-width:768px){.cart__item-actions-button.button-primary{gap:0}}.cart__item-actions-button svg path{stroke:#fff}.cart__item-actions-button:hover:after{opacity:1;pointer-events:all}.cart__item-actions-button:after{background-color:#f5f7fa;border-radius:.5rem;color:#1b1b1e;content:"Добавить до полной коробки, так вы получите цельную не распакованную коробку";font-size:1rem;height:auto;left:50%;opacity:0;padding:.5rem;pointer-events:none;position:absolute;top:-5rem;transform:translateX(-50%);transition:opacity .3s ease-in-out;width:25rem;z-index:5}@media(max-width:768px){.cart__item-actions-button:after{display:none}}.cart__items-continue{width:-moz-max-content;width:max-content}.cart__items-continue.button-border-gradient span{background-color:#f5f7fa!important}.cart__items-continue svg{transform:rotate(180deg)}@media(max-width:768px){.cart__items-continue--desktop.button-border-gradient{display:none}}.cart__item-price-value{font-family:Stetica Medium;font-size:1.125rem;font-weight:500;line-height:120%;margin-bottom:2.5rem;text-align:right}@media(max-width:767px){.cart__item-price-value{font-size:1.125rem;line-height:120%}}@media(max-width:768px){.cart__item-price-value{margin-bottom:.75rem;text-align:left}}.cart__item-price-desc-item{color:rgba(27,27,30,.502);font-family:Stetica Regular;font-size:1rem;font-weight:400;line-height:120%}.cart__item-price-desc-item:not(:last-child){margin-bottom:.3125rem}.cart__item-price-desc-item--current{color:#063527}.cart__item-actions-button-remove{background:none;border:none;color:rgba(27,27,30,.502);cursor:pointer;font-family:Stetica Regular;font-size:1rem;font-weight:400;line-height:120%;margin-left:auto;outline:none;transition:color .3s ease-in-out}.cart__item-actions-button-remove:hover{color:#063527}@media(max-width:768px){.cart__item-actions-button-remove{display:none}}.cart__total-title{font-family:Stetica Medium;font-size:1.5rem;font-weight:500;line-height:120%;margin-bottom:1.5rem}@media(max-width:767px){.cart__total-title{font-size:1.25rem;line-height:110%}}.cart__total-item{align-items:center;display:flex;font-family:Stetica Regular;font-size:1rem;font-weight:400;justify-content:flex-start;line-height:120%}.cart__total-item:not(:last-child){margin-bottom:1rem}.cart__total-item-title{align-items:flex-end;display:flex;flex:1 1 auto;min-width:0}.cart__total-item-title:after{border-bottom:1px dashed #f5f7fa;content:"";flex:1 1 auto;margin:0 .5rem}.cart__total-item-value{flex:0 0 auto;text-align:right}.cart__total-content{border-bottom:1px solid #f5f7fa;margin-bottom:1.5rem;padding-bottom:1.5rem}.cart__total-footer{align-items:center;display:flex;font-family:Stetica Medium;font-size:1.5rem;font-weight:500;justify-content:space-between;line-height:120%;margin-bottom:1rem}@media(max-width:767px){.cart__total-footer{font-size:1.25rem;line-height:110%}}.cart__total-footer-button.button-primary{justify-content:center;position:relative;width:100%}.cart__total-footer-button.is-loading{color:transparent;pointer-events:none;position:relative}.cart__total-footer-button.is-loading:after{animation:button-spinner-spin .8s linear infinite;border:2px solid transparent;border-radius:50%;border-top-color:#fff;content:"";height:1.5rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:1.5rem;z-index:10}
@keyframes button-spinner-spin{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}.catalog-page__title{font-family:FoglihtenNo;font-size:4.25rem;font-weight:500;line-height:100%}@media(max-width:767px){.catalog-page__title{font-size:2.5rem;line-height:100%}}.catalog-page__categories-wrapper{margin-bottom:2rem;position:relative}.catalog-page__categories-wrapper:after{background:url(../assets/img/overlay.png) no-repeat 50%;content:"";height:calc(100% + 2px);position:absolute;right:-1rem;top:0;width:8.75rem;z-index:2}@media(max-width:767px){.catalog-page__categories-wrapper:after{content:none}}.catalog-page__categories-wrapper:before{background:url(../assets/img/overlay.png) no-repeat 50%;content:"";height:calc(100% + 2px);left:-1rem;opacity:0;pointer-events:none;position:absolute;top:0;transform:scaleX(-1);transition:opacity .2s ease-in-out;width:8.75rem;z-index:2}@media(max-width:767px){.catalog-page__categories-wrapper:before{content:none}}.catalog-page__categories-wrapper.has-left-overlay:before{opacity:1}@media(max-width:767px){.catalog-page__categories-wrapper{margin-left:-.75rem;margin-right:-.75rem}}.catalog-page__categories{align-items:center;display:flex;gap:.3125rem;margin-top:3.375rem;overflow-x:scroll;padding-right:8.75rem;position:relative}.catalog-page__categories::-webkit-scrollbar{display:none}@media(max-width:767px){.catalog-page__categories{margin-top:1.75rem;padding-left:.75rem;padding-right:.75rem}}.catalog-page__categories-item{background-color:#fff;border-radius:.375rem;color:#1b1b1e;font-family:Stetica Regular;font-size:1rem;font-weight:400;line-height:120%;padding:.75rem 1rem;white-space:nowrap;width:-moz-max-content;width:max-content}.catalog-page__categories-item.active,.catalog-page__categories-item:hover{background-color:#063527;color:#fff}.catalog-page__categories-btn{height:3rem;position:absolute;right:0;top:-.2rem;z-index:4}@media(max-width:767px){.catalog-page__categories-btn.button-icon{display:none}}.catalog-page__categories-btn--left{display:none!important;left:0;opacity:0;pointer-events:none;right:auto;transform:rotate(180deg);transition:opacity .2s ease-in-out}.catalog-page__categories-wrapper.has-left-overlay .catalog-page__categories-btn--left{display:flex!important;opacity:1;pointer-events:auto}.catalog-page__content{display:flex;gap:1.25rem}.catalog-page__content-desc{display:flex;flex-direction:column;gap:1rem;margin:1.875rem 0 0}.catalog-page__content-filter{height:-moz-max-content;height:max-content;max-width:18.75rem;min-width:18.75rem}.catalog-page__content-filter[hidden]{display:block!important}@media(max-width:767px){.catalog-page__content-filter{background-color:#f5f7fa;height:var(--app-height);left:0;max-width:100%;opacity:0;overflow-y:scroll;padding:7rem .75rem 1.25rem;pointer-events:none;position:fixed;top:0;transform:translateX(-100%);transition:transform .3s ease-in-out,opacity .3s ease-in-out;width:100%;z-index:12}.catalog-page__content-filter.is-open{opacity:1;pointer-events:auto;transform:translateX(0)}}.catalog-page__content-products{width:100%}.catalog-page__content-products-head{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem;width:100%}.catalog-page__content-products-head-filter.button-icon{display:none}@media(max-width:767px){.catalog-page__content-products-head-filter.button-icon{display:flex}}.catalog-page__content-products-head-title{font-family:Stetica Medium;font-size:1.5rem;font-weight:500;line-height:120%}@media(max-width:767px){.catalog-page__content-products-head-title{display:none;font-size:1.25rem;line-height:110%}}.catalog-page__content-products-body{grid-gap:.625rem;display:grid;gap:.625rem;grid-template-columns:repeat(3,1fr);position:relative}@media(max-width:767px){.catalog-page__content-products-body{grid-template-columns:repeat(1,1fr)}}.catalog-page__content-products-body.is-loading:before{background-color:hsla(0,0%,100%,.8);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:10}.catalog-page__content-products-loading{align-items:center;display:flex;justify-content:center;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:11}.catalog-page__content-products-loading-text{color:#1b1b1e;font-family:Stetica Regular;font-size:1rem;font-weight:400;font-weight:500;line-height:120%}.catalog-page__content-products-btn-more{margin-top:1.875rem;width:100%}.catalog-page__content-products-btn-more.button-primary{justify-content:center}.catalog-page__content-products-pagination{align-items:center;display:flex;gap:.3125rem;justify-content:center;margin-top:1.875rem}.catalog-page__content-products-pagination .button-icon:hover{background-color:rgba(6,53,39,.039);color:#1b1b1e}.catalog-page__content-products-pagination .button-icon:hover path{stroke:#1b1b1e}.catalog-page__content-products-pagination .button-icon.active{background-color:#063527;color:#fff}.catalog-page__content-products-pagination .button-icon.button--dots:hover{background-color:#fff;color:#1b1b1e;cursor:auto}@media(max-width:767px){.catalog-page__content-products-pagination{display:none}}.catalog-page__content-products-pagination-prev{transform:rotate(180deg)}.catalog-page__content-filter-head{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.catalog-page__content-filter-head-title{font-family:Stetica Medium;font-size:1.5rem;font-weight:500;line-height:120%}@media(max-width:767px){.catalog-page__content-filter-head-title{font-size:1.25rem;line-height:110%}}.catalog-page__content-filter-head-reset{align-items:center;background:#fff;border-radius:.375rem;color:#1b1b1e;display:flex;font-family:Stetica Regular;font-size:1rem;font-weight:400;gap:.3125rem;line-height:120%;padding:.75rem 1rem}.catalog-page__content-filter-head-reset svg{height:1rem;width:1rem}.catalog-page__content-filter-head-reset:hover{background-color:#063527;color:#fff}.catalog-page__content-filter-head-reset:hover svg path{stroke:#fff}.catalog-page__content-filter-head-reset:active{background-color:#063527;color:#fff}.catalog-page__content-filter-head-reset:active svg path{stroke:#fff}.catalog-page__content-filter-body{background-color:#fff;border-radius:.625rem;padding:1.25rem 0}.catalog-page__content-filter-body-item{border-top:1px solid #f5f7fa;padding:1.25rem 1rem}.catalog-page__content-filter-body-item-title{align-items:center;cursor:pointer;display:flex;font-family:Stetica Medium;font-size:1.125rem;font-weight:500;gap:.3125rem;justify-content:space-between;line-height:120%;transition:color .2s ease-in-out,margin-bottom .2s ease-in-out}@media(max-width:767px){.catalog-page__content-filter-body-item-title{font-size:1.125rem;line-height:120%}}.catalog-page__content-filter-body-item-title svg{transform:rotate(180deg);transition:transform .3s ease-in-out}.catalog-page__content-filter-body-item.is-collapsed .catalog-page__content-filter-body-item-title{margin-bottom:0}.catalog-page__content-filter-body-item.is-collapsed .catalog-page__content-filter-body-item-title svg{transform:rotate(0)}.catalog-page__content-filter-body-item-filters{display:flex;flex-direction:column;gap:1rem;margin-bottom:0;margin-top:1.25rem;max-height:1000px;overflow:hidden;transition:max-height .3s ease-in-out,margin-bottom .3s ease-in-out,margin-top .3s ease-in-out}.catalog-page__content-filter-body-item-filters .checkbox{align-items:flex-start;gap:.625rem;width:100%}.catalog-page__content-filter-body-item-filters .checkbox__item{border:1px solid #eee}.catalog-page__content-filter-body-item-filters .sub-filter{display:flex;flex-direction:column;gap:1rem;margin:0 0 0 1rem}.catalog-page__content-filter-body-head{display:flex;flex-direction:column;gap:1.25rem;padding:0 1rem 1.25rem}.catalog-page__content-filter-body-head .checkbox{align-items:flex-start;gap:.625rem}.catalog-page__content-filter-body-head .checkbox__item{border:1px solid #eee}.catalog-page__content-filter-btn{bottom:1rem;margin-top:1rem;position:sticky!important;width:100%;z-index:10}.catalog-page__content-filter-btn.button-primary{justify-content:center}.catalog-page__content-filter-btn.is-loading{color:transparent;pointer-events:none;position:relative}.catalog-page__content-filter-btn.is-loading:after{animation:button-spinner-spin .8s linear infinite;border:2px solid transparent;border-radius:50%;border-top-color:#fff;content:"";height:1.5rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:1.5rem;z-index:10}@media(max-width:767px){.catalog-page__content-filter-btn{bottom:0}}.catalog-page__content-filter-body-item.is-collapsed .catalog-page__content-filter-body-item-filters{margin-top:0;max-height:0}.catalog-page__content-filter-body-item-price{margin-top:1.25rem;max-height:1000px;overflow:hidden;transition:max-height .3s ease-in-out,margin-top .3s ease-in-out}.catalog-page__content-filter-body-item.is-collapsed .catalog-page__content-filter-body-item-price{margin-top:0;max-height:0}.price-range{display:flex;flex-direction:column;gap:1rem}.price-range__inputs{display:flex;gap:.625rem}.price-range__input-wrap{display:flex;flex:1;flex-direction:column;gap:.5rem}.price-range__label{color:rgba(27,27,30,.502)}.price-range__input,.price-range__label{font-family:Stetica Regular;font-size:1rem;font-weight:400;line-height:120%}.price-range__input{background-color:#f5f7fa;border:none;border-radius:.625rem;color:#1b1b1e;height:3.0625rem;outline:none;padding:.75rem 1rem;transition:background-color .2s ease-in-out;width:100%}.price-range__input:focus{background-color:#e4e9f2}.price-range__input::-webkit-inner-spin-button,.price-range__input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.price-range__input[type=number]{-moz-appearance:textfield}.price-range__slider{align-items:center;display:flex;height:1.5rem;position:relative}.price-range__track{background-color:#f5f7fa;border-radius:.125rem;z-index:1}.price-range__range,.price-range__track{height:.25rem;position:absolute;width:100%}.price-range__range{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;outline:none;pointer-events:none;top:.125rem;z-index:2}.price-range__range::-webkit-slider-thumb{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-appearance:none;appearance:none;background:radial-gradient(circle,#fff 0,#fff 30%,hsla(0,0%,100%,.8) 32%,hsla(0,0%,100%,.4) 35%,#063527 38%,#063527 100%);border:none;border-radius:50%;box-shadow:0 2px 4px rgba(0,0,0,.1);cursor:pointer;height:1.25rem;pointer-events:all;position:relative;-webkit-transition:transform .15s ease,box-shadow .15s ease;transition:transform .15s ease,box-shadow .15s ease;width:1.25rem;z-index:3}.price-range__range::-webkit-slider-thumb:hover{box-shadow:0 3px 6px rgba(0,0,0,.15);transform:scale(1.1)}.price-range__range::-webkit-slider-thumb:active{transform:scale(.95)}.price-range__range::-moz-range-thumb{-moz-font-smoothing:antialiased;background:radial-gradient(circle,#fff 0,#fff 30%,hsla(0,0%,100%,.8) 32%,hsla(0,0%,100%,.4) 35%,#063527 38%,#063527 100%);border:none;border-radius:50%;box-shadow:0 2px 4px rgba(0,0,0,.1);cursor:pointer;height:1.25rem;pointer-events:all;-moz-transition:transform .15s ease,box-shadow .15s ease;transition:transform .15s ease,box-shadow .15s ease;width:1.25rem}.price-range__range::-moz-range-thumb:hover{box-shadow:0 3px 6px rgba(0,0,0,.15);transform:scale(1.1)}.price-range__range::-moz-range-thumb:active{transform:scale(.95)}.price-range__range::-webkit-slider-runnable-track{background:transparent;height:.25rem}.price-range__range::-moz-range-track{background:transparent;height:.25rem}.price-range__range--min{z-index:3}.price-range__range--max{z-index:4}.price-range__slider:before{background-color:#063527;border-radius:.125rem;content:"";height:.25rem;left:0;left:var(--min-percent,0);pointer-events:none;position:absolute;right:0;right:calc(100% - var(--max-percent, 100%));transition:left .1s ease,right .1s ease;z-index:3}
@keyframes button-spinner-spin{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}.checkout{margin-bottom:-5rem;margin-top:-4.5rem}@media(max-width:768px){.checkout{margin-bottom:0;margin-top:0}}.checkout__wrapper{display:flex}@media(max-width:768px){.checkout__wrapper{flex-direction:column}}.checkout__left{padding:5rem;width:50%}@media(max-width:768px){.checkout__left{order:2;padding:1.875rem 0;width:100%}}.checkout__left-wrapper{background:#fff;border-radius:.875rem;padding:1.5rem}@media(max-width:768px){.checkout__left-wrapper{padding:1.125rem}}.checkout__left-title{align-items:flex-end;display:flex;justify-content:space-between;margin-bottom:1.5rem}.checkout__left-title-text{font-family:Stetica Medium;font-size:1.5rem;font-weight:500;line-height:120%}@media(max-width:767px){.checkout__left-title-text{font-size:1.25rem;line-height:110%}}.checkout__left-title-count{color:rgba(27,27,30,.502);font-family:Stetica Regular;font-size:1rem;font-weight:400;line-height:120%}.checkout__left-content{display:flex;flex-direction:column;gap:.625rem;margin-bottom:1.5rem}.checkout__left-item-image{background-color:#f5f7fa;border-radius:.625rem;height:6.25rem;min-width:6.25rem;overflow:hidden}.checkout__left-item-image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.checkout__left-item{align-items:center;display:flex;gap:1rem}.checkout__left-item-title{font-family:Stetica Regular;font-size:1rem;font-weight:400;line-height:120%;margin-bottom:.625rem;word-break:break-word}.checkout__left-item-price{font-family:Stetica Medium;font-size:1.125rem;font-weight:500;line-height:120%}@media(max-width:767px){.checkout__left-item-price{font-size:1.125rem;line-height:120%}}.checkout__left-footer{border-top:1px solid #f5f7fa;padding-top:1.5rem}.checkout__right{background:#fff;padding:2.5rem;width:50%}.checkout__right .input__item.invalid{border:1px solid #ff4848}@media(max-width:768px){.checkout__right{border-radius:.75rem;order:1;padding:1.125rem;width:100%}}.checkout__left-footer-item{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.checkout__left-footer-title,.checkout__left-footer-value{color:rgba(27,27,30,.502);font-family:Stetica Regular;font-size:1rem;font-weight:400;line-height:120%}.checkout__left-footer-item--total{margin-top:1.5rem}.checkout__left-footer-item--total .checkout__left-footer-title,.checkout__left-footer-item--total .checkout__left-footer-value{color:#1b1b1e;font-family:Stetica Medium;font-size:1.5rem;font-weight:500;line-height:120%}@media(max-width:767px){.checkout__left-footer-item--total .checkout__left-footer-title,.checkout__left-footer-item--total .checkout__left-footer-value{font-size:1.25rem;line-height:110%}}@media(max-width:768px){.checkout__left-footer-item--total{margin-top:.625rem}}.checkout__right-title-text{font-family:Stetica Medium;font-size:1.5rem;font-weight:500;line-height:120%;margin-bottom:1.875rem;margin-top:1.25rem}@media(max-width:767px){.checkout__right-title-text{font-size:1.25rem;line-height:110%}}.checkout__right-title-back{align-items:center;display:flex;font-family:Stetica Regular;font-size:1rem;font-weight:400;gap:.625rem;line-height:120%;text-decoration:none;width:-moz-max-content;width:max-content}.checkout__right-title-back svg{height:1.5rem;transform:rotate(180deg);width:1.5rem}.checkout__right-title-back span{margin-top:2px}.checkout__right-form{grid-gap:1.25rem 1rem;display:grid;gap:1.25rem 1rem;grid-template-columns:repeat(2,1fr)}.checkout__right-form input{min-width:0!important;min-width:auto!important;width:100%}@media(max-width:768px){.checkout__right-form{grid-template-columns:repeat(1,1fr)}}.checkout__right-form-item--two-columns{grid-column:span 2}@media(max-width:768px){.checkout__right-form-item--two-columns{grid-column:span 1}}.checkout__right-form-item--submit{grid-column:span 2;margin-top:.625rem;position:relative}.checkout__right-form-item--submit.button-primary{justify-content:center}.checkout__right-form-item--submit.is-loading{color:transparent;pointer-events:none;position:relative}.checkout__right-form-item--submit.is-loading:after{animation:button-spinner-spin .8s linear infinite;border:2px solid transparent;border-radius:50%;border-top-color:#fff;content:"";height:1.5rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:1.5rem;z-index:10}@media(max-width:768px){.checkout__right-form-item--submit{grid-column:span 1}}.checkout__right-form-item--checkbox{gap:.625rem}.checkout__right-form-item--checkbox .checkbox__item{background-color:#f5f7fa}.checkout__right-form-item--checkbox .checkbox__item.invalid{border:1px solid #ff4848}.checkout__right-form-item--checkbox a{text-decoration:underline}@media(max-width:768px){.checkout__right-form-item--checkbox a{display:block}}.wc_payment_methods,.woocommerce-checkout-payment,.woocommerce-privacy-policy-text,.woocommerce-shipping-totals{display:none}
.delivery-page{position:relative}.delivery-page:before{background:url(../assets/img/delivery-bg-first.png) no-repeat 50%;background-size:cover;content:"";height:25rem;position:absolute;right:0;top:0;width:18.75rem;z-index:-1}@media(max-width:1440px){.delivery-page:before{right:-1.25rem}}.delivery-page:after{background:url(../assets/img/delivery-bg-second.png) no-repeat 50%;background-size:cover;bottom:0;content:"";height:34rem;left:0;position:absolute;width:18.75rem;z-index:-1}@media(max-width:1440px){.delivery-page:after{left:-1.25rem}}@media(max-width:767px){.delivery-page{padding:0 .75rem 6.25rem}.delivery-page:after,.delivery-page:before{content:none}}.delivery-page__content{margin:0 auto;max-width:43.375rem;position:relative}.delivery-page__title{font-family:FoglihtenNo;font-size:4.25rem;font-weight:500;line-height:100%;margin-bottom:3.125rem}@media(max-width:767px){.delivery-page__title{font-size:2.5rem;line-height:100%;margin-bottom:2rem}}
.error-page__title{color:#1b1b1e;font-family:FoglihtenNo;font-size:4.25rem;font-weight:500;line-height:100%;margin-bottom:1rem}@media(max-width:767px){.error-page__title{font-size:2.5rem;line-height:100%}}.error-page__wrapper{align-items:center;display:flex;flex-direction:column;height:60dvh;justify-content:center}.error-page__subtitle{color:#1b1b1e;font-family:Stetica Regular;font-size:1.125rem;font-weight:400;line-height:120%;margin:0 auto 3.125rem;max-width:25rem;text-align:center}
.page__title{font-family:FoglihtenNo;font-size:4.25rem;font-weight:500;line-height:100%;margin-bottom:1.25rem}@media(max-width:767px){.page__title{font-size:2.5rem;line-height:100%;margin-bottom:2rem}}.policy-page__wrapper .page__title{word-break:break-word}
body.single-product .woocommerce-notices-wrapper{display:none}div.single-product{display:flex;gap:1.25rem;margin-bottom:6.25rem}@media(max-width:768px){div.single-product{flex-direction:column;margin-bottom:3.75rem}}.single-product__images-top{background-color:#fff;border-radius:.75rem;height:36.75rem;overflow:hidden;padding:.625rem!important}@media(max-width:767px){.single-product__images-top{height:21.5rem}}.single-product__images-top-slide img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.single-product__images-top-slide-img-wrap{height:100%}.single-product__images-thumbs{margin-top:.625rem}.single-product__images-thumbs .swiper-wrapper{flex-wrap:wrap}.single-product__images-tags{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;left:1.75rem;margin-bottom:1.25rem;position:absolute;top:1.75rem;z-index:6}.single-product__images-prompt{bottom:1.75rem;left:1.75rem;position:absolute;z-index:6}.single-product__images-thumbs-slide-img-wrap{align-items:center;background-color:#f5f7fa;border-radius:.625rem;display:flex;height:100%;justify-content:center;overflow:hidden}.single-product__images-thumbs-slide{background-color:#fff;border-radius:.75rem;height:5.75rem!important;overflow:hidden;padding:.375rem!important;width:5.75rem!important}.single-product__images-thumbs-slide img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.single-product__images{position:relative;width:50%}@media(max-width:768px){.single-product__images{width:100%}}.single-product__content{width:50%}.single-product__content-props{align-items:flex-start;color:rgba(27,27,30,.502);display:flex;flex-direction:column;font-family:Stetica Regular;font-size:1.125rem;font-weight:400;gap:1rem;line-height:120%}.single-product__content-packing-info{display:flex;font-size:1rem;gap:1rem}@media(max-width:768px){.single-product__content{width:100%}.single-product__content-props{gap:.25rem}.single-product__content-packing-info{align-items:flex-start;flex-direction:column;font-size:1rem;gap:.25rem}}.single-product__content-head-share:hover svg path{fill:#fff}.single-product__content-head-share.is-shared{animation:single-product-shared .18s ease-in-out 0s 2 alternate}@keyframes single-product-shared{0%{transform:scale(1)}to{transform:scale(1.08)}}.single-product__title{font-family:Stetica Medium;font-size:1.5rem;font-weight:500;line-height:120%}@media(max-width:767px){.single-product__title{font-size:1.25rem;line-height:110%}}.single-product__sku-wrap{align-items:center;color:rgba(27,27,30,.502);display:flex;font-family:Stetica Regular;font-size:1.125rem;font-weight:400;gap:.625rem;line-height:120%}.single-product__price-wrap{display:flex;gap:3.125rem;margin-bottom:1.25rem}.single-product__price-wrap span{color:rgba(27,27,30,.502);font-family:Stetica Regular;font-size:1rem;font-weight:400;line-height:120%}@media(max-width:768px){.single-product__price-wrap{flex-wrap:wrap;gap:2rem;justify-content:space-between}}.single-product__copy-btn{align-items:center;color:rgba(27,27,30,.502);display:flex;font-family:Stetica Regular;font-size:1.125rem;font-weight:400;gap:.625rem;justify-content:center;line-height:120%}.single-product__copy-btn svg{height:1.5rem;width:1.5rem}.single-product__copy-btn.is-copied{animation:single-product-copied .18s ease-in-out 0s 2 alternate}@keyframes single-product-copied{0%{transform:scale(1)}to{transform:scale(1.08)}}.single-product__content-head{background:#fff;border-radius:.625rem;display:flex;gap:1rem;justify-content:space-between;padding:1.5rem}.single-product__content-head-info{display:flex;flex-direction:column;gap:.5rem}.single-product__prices{background:#fff;border-radius:.625rem;margin-bottom:.625rem;margin-top:.625rem;padding:1.5rem}.single-product__prices .button-border-gradient{width:100%}.single-product__subprice{display:flex;flex-direction:column;font-family:Stetica Medium;font-size:1.5rem;font-weight:500;gap:.3125rem;line-height:120%}@media(max-width:767px){.single-product__subprice{font-size:1.25rem;line-height:110%}}.single-product__subprice span{color:rgba(27,27,30,.502);font-family:Stetica Regular;font-size:1rem;font-weight:400;line-height:120%}@media(max-width:768px){.single-product__subprice{font-size:1.5rem;line-height:120%}}.single-product__price{color:#1b1b1e;display:flex;flex-direction:column;font-family:Stetica Medium;font-size:1.5rem;font-weight:500;gap:.3125rem;line-height:120%}@media(max-width:767px){.single-product__price{font-size:1.25rem;line-height:110%}}@media(max-width:768px){.single-product__price{font-size:1.5rem;line-height:120%}}.single-product__desc .block-faq__items{width:100%}.single-product__desc .block-faq__item{background:#fff}.is-hidden{display:none!important}
.thankyou{align-items:center;display:flex;justify-content:center;margin-bottom:-5rem;margin-top:-4.5rem;min-height:80dvh;position:relative}@media(max-width:1440px){.thankyou{margin-left:-1.25rem;margin-right:-1.25rem}}@media(max-width:768px){.thankyou{margin-left:0;margin-right:0}}.thankyou .button-primary{margin:3.125rem auto 0;width:-moz-max-content;width:max-content}.thankyou-bg-image{position:absolute}.thankyou-bg-image--left{background:url(../assets/img/thankyou-bg.png) no-repeat 50%;background-size:cover;bottom:0;height:42.875rem;left:0;width:30.125rem}@media(max-width:768px){.thankyou-bg-image--left{display:none}}.thankyou-bg-image--top{background:url(../assets/img/thankyou-bg-1.png) no-repeat 50%;background-size:cover;height:18.25rem;left:12.5rem;top:0;transform:rotate(180deg);width:18.375rem}@media(max-width:768px){.thankyou-bg-image--top{left:1rem}}.thankyou-bg-image--right{background:url(../assets/img/thankyou-bg-2.png) no-repeat 50%;background-size:cover;bottom:0;height:42.875rem;right:0;width:35.125rem}@media(max-width:768px){.thankyou-bg-image--right{display:none}}.thankyou-bg-image--bottom{display:none}@media(max-width:768px){.thankyou-bg-image--bottom{background:url(../assets/img/thankyou-bg-1.png) no-repeat 50%;background-size:cover;bottom:0;display:block;height:18.25rem;left:2rem;width:18.375rem}}.thankyou__title{font-family:FoglihtenNo;font-size:4.25rem;font-weight:500;line-height:100%;margin:0 auto;max-width:51.875rem;text-align:center}@media(max-width:767px){.thankyou__title{font-size:2.5rem;line-height:100%}}.thankyou__description{font-family:Stetica Regular;font-size:1.125rem;font-weight:400;line-height:120%;margin:1rem auto 0;max-width:27.375rem;text-align:center}

.breadcrumbs{margin-bottom:1.25rem}.breadcrumbs__list{align-items:center;display:flex;flex-wrap:wrap;gap:.3125rem;list-style:none}@media(max-width:767px){.breadcrumbs__list{flex-wrap:nowrap;margin-left:-.75rem;margin-right:-.75rem;overflow-x:scroll;padding-left:.75rem;padding-right:.75rem}.breadcrumbs__list::-webkit-scrollbar{display:none}}.breadcrumbs .separator{display:none}.breadcrumbs__item{background-color:#fff;border-radius:.3125rem;color:#1b1b1e;font-family:Stetica Regular;font-size:.875rem;font-weight:400;line-height:120%;padding:.5rem;text-decoration:none}@media(max-width:767px){.breadcrumbs__item{white-space:nowrap}}.breadcrumbs__item span{color:rgba(27,27,30,.502)}
@keyframes button-spinner-spin{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}.button{background-color:#fff;border:1px solid transparent;border-radius:.625rem;color:#1b1b1e;font-family:Stetica Medium;font-size:1.125rem;font-weight:500;line-height:120%;padding:1.125rem 1.25rem;transition:background-color .3s ease-in-out,color .3s ease-in-out,background .3s ease-in-out,border-color .3s ease-in-out,background .3s ease-in-out}@media(max-width:767px){.button{font-size:1.125rem;line-height:120%}}.button:hover{background-color:rgba(6,53,39,.051)}.button .is-hidden{display:none;pointer-events:none}.button-border-gradient{align-items:center;background-color:#fff;border:1px solid transparent;border-radius:.625rem;color:#1b1b1e;display:flex;font-family:Stetica Medium;font-size:1.125rem;font-weight:500;gap:1rem;justify-content:space-between;line-height:120%;overflow:hidden;padding:1px;position:relative;transition:background-color .3s ease-in-out,color .3s ease-in-out,background .3s ease-in-out,border-color .3s ease-in-out,background .3s ease-in-out}@media(max-width:767px){.button-border-gradient{font-size:1.125rem;line-height:120%}}.button-border-gradient:hover{background-color:rgba(6,53,39,.051)}.button-border-gradient .is-hidden{display:none;pointer-events:none}.button-border-gradient span{align-items:center;background-color:#fff;border-radius:.625rem;display:flex;gap:1rem;justify-content:center;padding:1rem 1.25rem;position:relative;width:100%;z-index:2}.button-border-gradient--two-rows svg{height:1.5rem;position:absolute;right:1.25rem;top:50%;transform:translateY(-50%);width:1.5rem;z-index:10}.button-border-gradient--two-rows svg path{stroke:#1b1b1e;transition:stroke .3s ease-in-out}.button-border-gradient .button-border-gradient__content{align-items:flex-start;background-color:#fff;border-radius:.625rem;display:flex;flex-direction:column;gap:0;justify-content:flex-start;padding:1rem 1.25rem;position:relative;width:100%;z-index:2}.button-border-gradient .button-border-gradient__content-title{font-family:Stetica Medium;font-size:1.125rem;font-weight:500;line-height:120%}@media(max-width:767px){.button-border-gradient .button-border-gradient__content-title{font-size:1.125rem;line-height:120%}}.button-border-gradient .button-border-gradient__content-subtitle{color:rgba(27,27,30,.502);font-family:Stetica Regular;font-size:.875rem;font-weight:400;line-height:120%}.button-border-gradient:before{background:linear-gradient(90deg,#b58c5b 1.71%,#fac988 34.45%,#f7daa3 50.82%,#fac988 68.15%,#b58c5b 98%)}.button-border-gradient:after,.button-border-gradient:before{border-radius:inherit;bottom:0;content:"";left:0;position:absolute;right:0;top:0;transition:opacity .3s ease-in-out;z-index:1}.button-border-gradient:after{background:#063527;opacity:0}.button-border-gradient:hover:after{opacity:1}.button-border-gradient-opacity{align-items:center;background-color:#fff;background-color:#063527;border:1px solid transparent;border-radius:.625rem;color:#1b1b1e;display:flex;font-family:Stetica Medium;font-size:1.125rem;font-weight:500;gap:1rem;justify-content:space-between;line-height:120%;overflow:hidden;padding:1px;position:relative;transition:background-color .3s ease-in-out,color .3s ease-in-out,background .3s ease-in-out,border-color .3s ease-in-out,background .3s ease-in-out}@media(max-width:767px){.button-border-gradient-opacity{font-size:1.125rem;line-height:120%}}.button-border-gradient-opacity:hover{background-color:rgba(6,53,39,.051)}.button-border-gradient-opacity .is-hidden{display:none;pointer-events:none}.button-border-gradient-opacity span{align-items:center;background-color:#063527;border-radius:.625rem;color:#fff;display:flex;gap:1rem;justify-content:center;padding:1rem 1.25rem;position:relative;width:100%;z-index:2}.button-border-gradient-opacity:before{background:linear-gradient(90deg,#b58c5b 1.71%,#fac988 34.45%,#f7daa3 50.82%,#fac988 68.15%,#b58c5b 98%)}.button-border-gradient-opacity:after,.button-border-gradient-opacity:before{border-radius:inherit;bottom:0;content:"";left:0;position:absolute;right:0;top:0;transition:opacity .3s ease-in-out;z-index:1}.button-border-gradient-opacity:after{background:#fff;opacity:0}.button-border-gradient-opacity:hover:after{opacity:1}.button-icon{align-items:center;background-color:#fff;background-color:#f5f7fa;border:1px solid transparent;border-radius:.625rem;color:#1b1b1e;display:flex;font-family:Stetica Medium;font-size:1.125rem;font-weight:500;justify-content:center;line-height:120%;padding:1.125rem 1.25rem;transition:background-color .3s ease-in-out,color .3s ease-in-out,background .3s ease-in-out,border-color .3s ease-in-out,background .3s ease-in-out}@media(max-width:767px){.button-icon{font-size:1.125rem;line-height:120%}}.button-icon:hover{background-color:rgba(6,53,39,.051)}.button-icon .is-hidden{display:none;pointer-events:none}.button-icon--small{height:3rem;padding:.75rem;width:3rem}.button-icon--white{background-color:#fff}.button-icon span{display:block;height:1.5rem;width:1.5rem}.button-icon svg{display:block;height:100%;width:100%}.button-icon path{stroke:#1b1b1e;transition:stroke .3s ease-in-out}.button-icon:hover{background-color:#063527;color:#fff}.button-icon:hover path{stroke:#fff}.button-opacity{align-items:center;background-color:#fff;background:hsla(0,0%,100%,.05);border:1px solid transparent;border-radius:.625rem;color:#1b1b1e;color:#fff;display:flex;font-family:Stetica Medium;font-size:1.125rem;font-weight:500;gap:1rem;height:3.625rem;line-height:120%;padding:1rem;transition:background-color .3s ease-in-out,color .3s ease-in-out,background .3s ease-in-out,border-color .3s ease-in-out,background .3s ease-in-out}@media(max-width:767px){.button-opacity{font-size:1.125rem;line-height:120%}}.button-opacity:hover{background-color:rgba(6,53,39,.051)}.button-opacity .is-hidden{display:none;pointer-events:none}.button-opacity svg{display:block;height:1.5rem;width:1.5rem}.button-opacity svg path{stroke:#fff;transition:stroke .3s ease-in-out}.button-opacity:hover{background:hsla(0,0%,100%,.1)}.button-icon-opacity{align-items:center;background-color:#fff;background:hsla(0,0%,100%,.05);border:1px solid transparent;border-radius:.625rem;color:#1b1b1e;color:#fff;display:flex;font-family:Stetica Medium;font-size:1.125rem;font-weight:500;gap:1rem;height:3.625rem;line-height:120%;padding:1rem;transition:background-color .3s ease-in-out,color .3s ease-in-out,background .3s ease-in-out,border-color .3s ease-in-out,background .3s ease-in-out}@media(max-width:767px){.button-icon-opacity{font-size:1.125rem;line-height:120%}}.button-icon-opacity:hover{background-color:rgba(6,53,39,.051)}.button-icon-opacity .is-hidden{display:none;pointer-events:none}.button-icon-opacity svg{display:block;height:1.5rem;width:1.5rem}.button-icon-opacity svg path{stroke:#fff;transition:stroke .3s ease-in-out}.button-icon-opacity:hover{background:hsla(0,0%,100%,.1)}.button-icon-opacity--small{height:3rem;padding:.75rem}.button-icon-opacity span{display:block;height:1.5rem;width:1.5rem}.button-icon-opacity span svg{display:block;height:100%;width:100%}.button-outline{background-color:#fff;border:1px solid #eee;border-radius:.625rem;color:#1b1b1e;font-family:Stetica Medium;font-size:1.125rem;font-weight:500;line-height:120%;padding:1.125rem 0;transition:background-color .3s ease-in-out,color .3s ease-in-out,background .3s ease-in-out,border-color .3s ease-in-out,background .3s ease-in-out;transition:border .3s ease-in-out;width:100%}@media(max-width:767px){.button-outline{font-size:1.125rem;line-height:120%}}.button-outline:hover{background-color:rgba(6,53,39,.051)}.button-outline .is-hidden{display:none;pointer-events:none}.button-outline:hover{border:1px solid #063527}.button-primary{align-items:center;background-color:#fff;background-color:#063527;border:1px solid transparent;border-radius:.625rem;color:#1b1b1e;color:#fff;display:flex;font-family:Stetica Medium;font-size:1.125rem;font-weight:500;gap:1rem;justify-content:space-between;line-height:120%;padding:1.125rem 1.25rem;transition:background-color .3s ease-in-out,color .3s ease-in-out,background .3s ease-in-out,border-color .3s ease-in-out,background .3s ease-in-out;transition:background-color .3s ease-in-out,border .3s ease-in-out}@media(max-width:767px){.button-primary{font-size:1.125rem;line-height:120%}}.button-primary:hover{background-color:rgba(6,53,39,.051)}.button-primary .is-hidden{display:none;pointer-events:none}.button-primary:hover{background-color:#002419}.button-primary--white{background-color:#fff;color:#1b1b1e;transition:background-color .3s ease-in-out,border .3s ease-in-out}.button-primary--white:hover{background-color:#f5f7fa}
.checkbox{display:flex;position:relative;width:-moz-max-content;width:max-content}.checkbox input{display:none;opacity:0;position:absolute}.checkbox__item{background-color:#fff;border-radius:.375rem;cursor:pointer;display:block;height:1.25rem;min-width:1.25rem;position:relative;transition:background-color .3s ease-in-out;width:1.25rem}.checkbox__item:after{background:url(../assets/img/checkbox.svg) no-repeat 50%;background-size:contain;content:"";height:.375rem;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity .3s ease-in-out;width:.5rem}.checkbox__text{cursor:pointer}.checkbox__text a{color:#063527;text-decoration:underline!important;transition:all .3s ease-in-out}.checkbox:hover .checkbox__item{background-color:#eee}.checkbox input:checked+.checkbox__item{background-color:#063527}.checkbox input:checked+.checkbox__item:after{opacity:1}
.input input,.input textarea{webkit-appearance:none;background-color:transparent;background-color:#f5f7fa;border:1px solid transparent;border-radius:.625rem;color:inherit;display:block;font-family:Stetica Regular;font-size:1rem;font-weight:400;line-height:120%;min-width:20.625rem;outline:none;padding:1.25rem 1rem;resize:none}.input input::-moz-placeholder,.input textarea::-moz-placeholder{color:rgba(27,27,30,.502)}.input input::placeholder,.input textarea::placeholder{color:rgba(27,27,30,.502)}.input__label{color:rgba(27,27,30,.502);margin-bottom:.625rem}.input-opacity input,.input-opacity textarea,.input__label{display:block;font-family:Stetica Regular;font-size:1rem;font-weight:400;line-height:120%}.input-opacity input,.input-opacity textarea{webkit-appearance:none;background-color:transparent;background-color:#f5f7fa;border:1px solid transparent;border-radius:.625rem;color:inherit;min-width:20.625rem;outline:none;padding:1.25rem 1rem;resize:none}.input-opacity input::-moz-placeholder,.input-opacity textarea::-moz-placeholder{color:rgba(27,27,30,.502)}.input-opacity input::placeholder,.input-opacity textarea::placeholder{color:rgba(27,27,30,.502)}.input-opacity__label{color:rgba(27,27,30,.502);display:block;font-family:Stetica Regular;font-size:1rem;font-weight:400;line-height:120%;margin-bottom:.625rem}.input-opacity input{background-color:hsla(0,0%,100%,.05);border:1px solid transparent;color:#fff;height:3.625rem}.input-opacity input::-moz-placeholder{color:hsla(0,0%,100%,.5)}.input-opacity input::placeholder{color:hsla(0,0%,100%,.5)}.input-opacity__label{color:#fff}.input-opacity:hover input{background-color:hsla(0,0%,100%,.1)}.qty-counter{background:linear-gradient(90deg,#b58c5b 1.71%,#fac988 34.45%,#f7daa3 50.82%,#fac988 68.15%,#b58c5b 98%);border-radius:.625rem;overflow:hidden;padding:1px;width:100%}.qty-counter input{opacity:1;transition:opacity .3s ease-in-out}.qty-counter:before{background:#fff;border-radius:inherit;bottom:0;content:"";height:100%;left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease-in-out;width:100%;z-index:1}.qty-counter__wrap{align-items:center;background:#fff;border-radius:.625rem;display:flex;gap:.5rem;height:100%;justify-content:space-between;overflow:hidden;padding:.175rem;width:100%}.qty-counter__btn{align-items:center;background:#f5f7fa;border-radius:.5rem;color:#1b1b1e;cursor:pointer;display:inline-flex;font-family:Stetica Medium;font-size:1.125rem;font-weight:500;height:3rem;justify-content:center;line-height:120%;transition:background-color .15s ease,border-color .15s ease,transform .08s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:3rem}@media(max-width:767px){.qty-counter__btn{font-size:1.125rem;line-height:120%}}.qty-counter__btn svg{height:1.5rem;width:1.5rem}.qty-counter__btn svg path{stroke:#1b1b1e;transition:stroke .3s ease-in-out}.qty-counter__btn:active,.qty-counter__btn:hover{background:#dce1e8}.qty-counter__value{background:transparent;border:none;color:#1b1b1e;flex:1;font-family:Stetica Medium;font-size:1.125rem;font-weight:500;line-height:120%;max-width:4rem;min-width:2rem;outline:none;padding:0;text-align:center;width:auto}@media(max-width:767px){.qty-counter__value{font-size:1.125rem;line-height:120%}}.qty-counter__value::-webkit-inner-spin-button,.qty-counter__value::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.qty-counter__value[type=number]{-moz-appearance:textfield}.qty-counter.is-loading{position:relative}.qty-counter.is-loading:before{background:#fff;border-radius:inherit;bottom:0;content:"";height:100%;left:0;opacity:.5;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .2s ease-in-out;width:100%;z-index:1}.qty-counter.is-loading:after{animation:qty-counter-spin .8s linear infinite;border:2px solid transparent;border-radius:50%;border-top-color:#063527;content:"";height:1.5rem;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:1.5rem;z-index:10}.qty-counter.is-loading input{opacity:0}@keyframes qty-counter-spin{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}
.radio{display:flex;position:relative;width:-moz-max-content;width:max-content}.radio input{opacity:0;position:absolute}.radio__item{background-color:#fff;cursor:pointer;display:block;height:1.25rem;position:relative;width:1.25rem}.radio__item,.radio__item:after{border-radius:100%;transition:background-color .3s ease-in-out}.radio__item:after{background-color:#eee;content:"";height:.5rem;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);width:.5rem}.radio:hover .radio__item{background-color:rgba(6,53,39,.051)}.radio input:checked+.radio__item{background-color:#063527}.radio input:checked+.radio__item:after{opacity:1}
.tag{border-radius:.375rem;font-family:Stetica Regular;font-size:1rem;font-weight:400;line-height:120%;padding:.375rem .5625rem;width:-moz-max-content;width:max-content}.tag--dark-green{background-color:rgba(6,53,39,.051);color:#063527}.tag--green{background-color:#daffde;color:#208625}.tag--yellow{background-color:#fff0dd;color:#8f541a}.tag--red{background-color:#ffdbde;color:#771e22}.tag-middle{background-color:#fff;border-radius:.375rem;cursor:pointer;font-family:Stetica Regular;font-size:1rem;font-weight:400;line-height:120%;padding:.75rem 1rem;text-decoration:none;transition:background-color .3s ease-in-out,color .3s ease-in-out,background .3s ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none}.tag-middle.is-active,.tag-middle:active,.tag-middle:hover{background-color:#063527;color:#fff}.tag-big{background-color:#fff;border-radius:.375rem;color:#1b1b1e;cursor:pointer;font-family:Stetica Regular;font-size:1rem;font-weight:400;line-height:120%;padding:.9375rem 1.125rem;transition:background-color .3s ease-in-out,color .3s ease-in-out,background .3s ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:-moz-max-content;width:max-content}.tag-big:hover{background-color:rgba(6,53,39,.051)}.tag-big:active{background-color:#063527;color:#fff}
.has-h-1-font-size{font-family:FoglihtenNo;font-size:4.25rem;font-weight:500;line-height:100%}@media(max-width:767px){.has-h-1-font-size{font-size:2.5rem;line-height:100%}}.has-h-2-font-size{font-family:FoglihtenNo;font-size:2.625rem;font-weight:500;line-height:120%}@media(max-width:767px){.has-h-2-font-size{font-size:2.625rem;line-height:120%}}.has-h-3-font-size{font-family:Stetica Medium;font-size:2.375rem;font-weight:500;line-height:110%}@media(max-width:767px){.has-h-3-font-size{font-size:1.75rem!important;line-height:110%}}.has-h-4-font-size{font-family:Stetica Medium;font-size:1.5rem;font-weight:500;line-height:120%}@media(max-width:767px){.has-h-4-font-size{font-size:1.25rem;line-height:110%}}.has-h-5-font-size{font-family:Stetica Medium;font-size:1.125rem;font-weight:500;line-height:120%}@media(max-width:767px){.has-h-5-font-size{font-size:1.125rem;line-height:120%}}.has-text-16-font-size{font-size:1rem}.has-text-16-font-size,.has-text-18-font-size{font-family:Stetica Regular;font-weight:400;line-height:120%}.has-text-18-font-size{font-size:1.125rem}.fsb-flexible-spacer.show-line{position:relative}.fsb-flexible-spacer.show-line:after{background:#eee;bottom:0;content:"";height:2px;left:0;margin:auto;position:absolute;right:0;top:0;width:100%;z-index:10}.wp-block-list{display:flex;flex-direction:column;font-size:1.125rem;gap:.25rem;list-style:none;margin-left:0;padding-left:0}.wp-block-list li{position:relative}.wp-block-list li:before{font-size:inherit;left:0;position:absolute}ul.wp-block-list li{padding:0 0 0 1rem}ul.wp-block-list li:before{content:"•";line-height:1;top:2px}ol.wp-block-list{counter-reset:my-counter}ol.wp-block-list li{counter-increment:my-counter;padding:0 0 0 1.25rem}ol.wp-block-list li:before{content:counter(my-counter) ".";top:0}
.toastify-wrapper{height:100%;overflow:hidden;width:100%}.toastify-content{align-items:flex-start;display:flex;gap:.75rem;width:100%}.toastify-icon{align-items:center;display:inline-flex;flex-shrink:0;height:1.5rem;justify-content:center;width:1.5rem}.toastify-icon svg{display:block;height:100%;width:100%}.toastify-text{color:#1b1b1e;flex:1;font-family:Stetica Regular;font-size:1rem;font-weight:400;line-height:120%}.toastify-progress{background-color:#063527;border-radius:6.25rem;bottom:0;height:.25rem;left:0;position:absolute;transform:scaleX(0);transform-origin:left;width:100%}.toastify-progress.toastify-progress--animate{animation:toastify-progress linear forwards}.toastify{max-width:22.5rem;overflow:hidden;width:100%}.toastify--error,.toastify--info,.toastify--success,.toastify--warning{background:#fff;border:1px solid #f5f7fa;border-radius:.75rem;box-shadow:0 9px 20px 0 rgba(0,0,0,.039)}.toastify .toast-close{color:#063527;position:absolute;right:0;top:0}@media(max-width:767px){.toastify{max-width:90%}}@keyframes toastify-progress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.toastify--default .toastify-progress,.toastify--error .toastify-progress,.toastify--info .toastify-progress,.toastify--success .toastify-progress,.toastify--warning .toastify-progress{background-color:#063527}

.catalog-menu{height:0;left:0;opacity:0;pointer-events:none;position:relative;top:0;transition:opacity .3s ease-in-out;width:100%;z-index:8}.catalog-menu.active{height:100%;opacity:1;pointer-events:auto}.catalog-menu.active .catalog-menu__inner{transform:translateY(-1rem)}@media(max-width:767px){.catalog-menu.is-detail-view .catalog-menu__items{display:none}.catalog-menu.is-detail-view .catalog-menu__current-item{display:block}}.catalog-menu__inner{background-color:#fff;border-radius:0 0 .625rem .625rem;display:flex;margin:0 auto;max-width:90rem;position:relative;transform:translateY(-3rem);transition:transform .3s ease-in-out;z-index:8}@media(max-width:767px){.catalog-menu__inner{border-radius:0 0 .625rem .625rem;display:block;max-height:calc(var(--app-height) - 4rem);max-width:none;overflow:auto}}.catalog-menu__items{align-items:flex-start;border-right:1px solid #eee;display:flex;flex-direction:column;gap:.375rem;padding:2.25rem 1.25rem 1.25rem;width:40%}@media(max-width:1024px){.catalog-menu__items{padding:2.25rem 1.25rem 1.25rem}}@media(max-width:767px){.catalog-menu__items{border-right:none;width:100%}}.catalog-menu__current-item{padding:2.25rem 1.25rem 1.25rem;width:60%}@media(max-width:1024px){.catalog-menu__current-item{padding:2.25rem 1.25rem 1.25rem}}@media(max-width:767px){.catalog-menu__current-item{display:none;max-height:calc(var(--app-height) - 4rem);overflow:auto;width:100%}}.catalog-menu__current-item-inner{display:none}.catalog-menu__current-item-inner.is-active{display:block}.catalog-menu__back{align-items:center;background:#f5f7fa;border-radius:.625rem;cursor:pointer;display:none;height:3rem;justify-content:center;width:3rem}.catalog-menu__back svg{display:block}@media(max-width:767px){.catalog-menu__back{display:flex;min-width:3rem}}.catalog-menu__current-item-header{align-items:flex-start;display:flex;gap:.625rem;margin-bottom:1.25rem;position:relative;width:-moz-max-content;width:max-content}.catalog-menu__current-item-header:after{color:rgba(27,27,30,.502);content:attr(data-count);font-family:Stetica Regular;font-size:1rem;font-weight:400;line-height:120%}@media(max-width:767px){.catalog-menu__current-item-header{width:auto}}.catalog-menu__item{width:100%}.catalog-menu__item.is-active:after{opacity:1}.catalog-menu__current-item-title{color:#1b1b1e;font-family:FoglihtenNo;font-size:2.625rem;font-weight:500;line-height:120%;position:relative;text-transform:uppercase;width:-moz-max-content;width:max-content}@media(max-width:767px){.catalog-menu__current-item-title{font-size:2.625rem;line-height:120%;max-width:17.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.catalog-menu__current-item-content{align-items:center;display:flex;flex-wrap:wrap;gap:.625rem}@media(max-width:767px){.catalog-menu__current-item-content{align-items:flex-start;flex-direction:column;flex-wrap:nowrap}}.catalog-menu__overlay{background-color:rgba(0,0,0,.5);height:100%;left:0;position:fixed;top:0;width:100%;z-index:7}.catalog-menu__current-item-content-item{align-items:center;background:transparent;border-radius:.625rem;display:flex;gap:.625rem;padding:.625rem;position:relative;transition:background .3s ease-in-out}.catalog-menu__current-item-content-item a{height:100%;left:0;position:absolute;top:0;width:100%;z-index:5}.catalog-menu__current-item-content-item:hover{background:#f5f7fa}.catalog-menu__current-item-content-item-image{border-radius:1rem;height:3.75rem;overflow:hidden;width:3.75rem}.catalog-menu__current-item-content-item-image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.catalog-menu__current-item-content-item-title{color:#1b1b1e;font-family:Stetica Regular;font-size:1rem;font-weight:400;line-height:120%;text-decoration:none}
.category-catalog__title{font-family:FoglihtenNo;font-size:4.25rem;font-weight:500;line-height:100%}@media(max-width:767px){.category-catalog__title{font-size:2.5rem;line-height:100%}}.category-catalog__grid-head-count{font-family:Stetica Medium;font-size:1.5rem;font-weight:500;line-height:120%}@media(max-width:767px){.category-catalog__grid-head-count{font-size:1.25rem;line-height:110%}}.category-catalog__grid-head{align-items:center;display:flex;gap:.5rem;justify-content:space-between;margin-bottom:1rem;margin-top:3rem}@media(max-width:767px){.category-catalog__grid-head{margin-top:1.5rem}}.category-catalog__grid-body{grid-gap:.625rem;display:grid;gap:.625rem;grid-template-columns:repeat(3,1fr);margin-bottom:2.5rem}@media(max-width:767px){.category-catalog__grid-body{grid-template-columns:repeat(1,1fr);margin-bottom:1rem}}.category-catalog__grid-body-item{background-color:#fff;border-radius:.625rem;padding:.75rem}@media(max-width:767px){.category-catalog__grid-body-item{align-items:center;display:flex;gap:.75rem}}.category-catalog__grid-body-item-image{background-color:#f5f7fa;border-radius:.625rem;height:27.25rem;margin-bottom:.75rem;overflow:hidden;position:relative;width:auto}.category-catalog__grid-body-item-image a{height:100%;left:0;opacity:0;position:absolute;top:0;width:100%;z-index:5}.category-catalog__grid-body-item-image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}@media(max-width:767px){.category-catalog__grid-body-item-image{height:4.625rem;margin-bottom:0;min-width:4.875rem;width:4.875rem}}.category-catalog__grid-body-item-button{position:relative;width:100%}.category-catalog__grid-body-item-button a{height:100%;left:0;position:absolute;top:0;width:100%;z-index:5}
.cookie-popup{background-color:#fff;border-radius:.75rem;bottom:1.5rem;padding:1.25rem;position:fixed;right:1.5rem;transform:translateY(100%);transition:transform .3s ease-in-out;z-index:10000}.cookie-popup.is-visible{transform:translateY(0)}@media(max-width:767px){.cookie-popup{right:0;transform:translateY(0);width:100%}}.cookie-popup__content{max-width:450px}@media(max-width:767px){.cookie-popup__content{align-items:stretch;flex-direction:column;gap:1rem;max-width:100%;width:100%}}.cookie-popup__text{color:#1b1b1e;flex:1;font-family:Stetica Medium;font-size:1.5rem;font-weight:500;line-height:120%;margin:0 0 1.25rem}@media(max-width:767px){.cookie-popup__text{font-size:1.25rem;line-height:110%}}.cookie-popup__button{flex-shrink:0;width:100%}.cookie-popup__button.button-primary{justify-content:center}@media(max-width:767px){.cookie-popup__button{width:100%}}
@keyframes button-spinner-spin{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}.dropdown{display:inline-block;min-width:15.625rem;position:relative}@media(max-width:767px){.dropdown{min-width:12.625rem}}.dropdown__toggle{align-items:center;background-color:#fff;border:1px solid rgba(6,53,39,.322);border-radius:.375rem;cursor:pointer;display:inline-flex;font-family:Stetica Regular;font-size:1rem;font-weight:400;gap:.5rem;justify-content:space-between;line-height:120%;padding:.75rem;transition:border-radius .2s ease-in-out,border-bottom .2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.dropdown__toggle .arrow{height:1rem;transition:transform .2s ease;width:1rem}.dropdown__toggle .arrow svg{height:100%;width:100%}.dropdown__toggle-title{color:rgba(27,27,30,.459)}.dropdown.is-open .dropdown__toggle .arrow{transform:rotate(180deg)}.dropdown.is-open .dropdown__toggle{border-bottom:none;border-radius:.375rem .375rem 0 0}.dropdown__menu{background-color:#fff;border:1px solid rgba(6,53,39,.322);border-radius:0 0 .375rem .375rem;height:0;left:0;max-height:20rem;opacity:0;overflow:auto;padding:.75rem;pointer-events:none;position:absolute;right:0;top:100%;transition:height .2s ease-in-out,opacity .2s ease-in-out;z-index:20}.dropdown__menu:before{background-color:#f5f7fa;content:"";height:2px;left:50%;position:absolute;top:0;transform:translateX(-50%);width:calc(100% - 1.5rem)}.dropdown.is-open .dropdown__menu{border-top:none;height:auto;opacity:1;pointer-events:auto}.filter__options{display:flex;flex-direction:column;gap:.25rem}.dropdown__option,.filter__option{align-items:center;cursor:pointer;display:flex;justify-content:space-between;padding:.25rem 0;position:relative;transition:background-color .15s ease,color .15s ease}.dropdown__option input[type=radio],.filter__option input[type=radio]{margin-right:.5rem;opacity:0;position:absolute}
.footer{background-color:#063527;border-radius:.625rem .625rem 0 0;position:relative}.footer__wrap{margin:0 auto;max-width:90rem;padding:1.875rem 0}@media(max-width:1440px){.footer__wrap{padding-left:1.25rem;padding-right:1.25rem}}@media(max-width:1024px){.footer__wrap{padding:4rem .75rem .75rem}}.footer__menu{grid-gap:1.875rem;display:grid;gap:1.875rem;grid-template-columns:repeat(4,1fr);margin-bottom:3.75rem}@media(max-width:1024px){.footer__menu{grid-template-columns:repeat(2,1fr)}}.footer__menu li:not(:last-child){margin-bottom:.625rem}.footer__menu a{color:#fff;font-family:Stetica Regular;font-size:1rem;font-weight:400;line-height:120%;transition:color .3s ease-in-out}.footer__menu a:active,.footer__menu a:hover{color:#8f541a}.footer__menu-title{color:#fff;font-family:Stetica Regular;font-family:Stetica Medium;font-size:1rem;font-weight:400;font-weight:500;line-height:120%;margin-bottom:1rem}.footer__socials-links{align-items:center;display:flex;gap:.3125rem}.footer-logo{border-top:1px solid hsla(0,0%,100%,.05);height:12rem;margin-bottom:1.25rem;max-width:87.5rem;padding-top:1.25rem}.footer-logo svg{display:block;height:100%;width:100%}@media(max-width:1024px){.footer-logo{height:4rem;margin-bottom:1.5rem;padding-top:.5rem}}.footer__copyright{align-items:center;display:flex;justify-content:space-between}@media(max-width:1024px){.footer__copyright nav{order:1}}.footer__copyright ul{align-items:center;display:flex;gap:2.5rem}@media(max-width:1024px){.footer__copyright ul{align-items:flex-start;flex-direction:column;gap:.75rem}.footer__copyright{align-items:baseline;flex-direction:row}}.footer__copyright-text{color:hsla(0,0%,100%,.5);font-family:Stetica Regular;font-size:1rem;font-weight:400;line-height:120%}@media(max-width:1024px){.footer__copyright-text{font-family:Stetica Regular;font-size:.875rem;font-weight:400;line-height:120%;order:2}}.footer__copyright-link{color:hsla(0,0%,100%,.5);font-family:Stetica Regular;font-size:1rem;font-weight:400;line-height:120%;transition:color .3s ease-in-out}.footer__copyright-link:hover{color:#8f541a}@media(max-width:1024px){.footer__copyright-link{font-family:Stetica Regular;font-size:.875rem;font-weight:400;line-height:120%}}
.header{left:0;position:fixed;right:0;top:0;width:100%;z-index:100}@media(max-width:1024px){.header{width:100%}}.header.header--menu-open .header__bottom,.header.header--menu-open .header__mobile-bottom{margin-top:0;max-height:0;opacity:0;pointer-events:none;transform:translateY(-.625rem)}.header.header--menu-open [data-menu] .header__mobile-menu-icon--burger{display:none}.header.header--menu-open [data-menu] .header__mobile-menu-icon--close{display:inline-flex}.header.header--filter-open .header__mobile-bottom{margin-top:0;max-height:0;opacity:0;pointer-events:none;transform:translateY(-.625rem)}.header.header--filter-open [data-menu] .header__mobile-menu-icon--burger{display:none}.header.header--filter-open [data-menu] .header__mobile-menu-icon--close{display:inline-flex}.header.header--scrolling .header__bottom,.header.header--scrolling .header__mobile-bottom{margin-top:0;max-height:0;opacity:0;pointer-events:none;transform:translateY(-.625rem)}[data-menu] .header__mobile-menu-icon--close{display:none}.header__actions-search-mobile{background-color:#063527;height:100%;left:0;opacity:0;pointer-events:none;position:absolute;top:0;transition:opacity .3s ease-in-out;width:100%;z-index:10}.header__actions-search-mobile.is-open{opacity:1;pointer-events:auto}.header__actions-search-mobile .input__item{min-width:100%}.header__actions-search-button-mobile{height:3rem;padding:.75rem;position:absolute;right:.3125rem;top:50%;transform:translateY(-50%)}.header__bg{background-color:#063527;border-radius:0 0 .625rem .625rem;position:relative;z-index:9}.header__wrap{margin:0 auto;max-width:90rem;padding:1.25rem 0}@media(max-width:1440px){.header__wrap{padding-left:1.25rem;padding-right:1.25rem}}.header__logo{height:3.375rem;width:17.5rem}.header__logo svg{display:block;height:100%;width:100%}.header__actions-catalog{gap:.625rem}.header__actions-catalog span{margin-top:-3px}.header__actions-catalog .header__actions-catalog-icon--close{display:none}.header__actions-catalog.is-active{background-color:#fff;color:#1b1b1e}.header__actions-catalog.is-active path{stroke:#1b1b1e}.header__actions-catalog.is-active .header__actions-catalog-icon--burger{display:none}.header__actions-catalog.is-active .header__actions-catalog-icon--close{display:inline-flex}@media(max-width:767px){.header__actions-catalog{max-width:13.1875rem;width:100%}}.header__top{align-items:center;display:flex;gap:.5rem}@media(max-width:1024px){.header__top{flex-wrap:wrap;justify-content:space-between}}.header__mobile{position:relative;z-index:9}.header__mobile-top{align-items:center;display:flex;justify-content:space-between}.header__mobile-logo{height:2.375rem;width:12.1875rem}.header__mobile-logo svg{display:block;height:100%;width:100%}.header__bottom{align-items:center;display:flex;justify-content:space-between;margin-top:.625rem;max-height:10rem;opacity:1;overflow:hidden;transform:translateY(0);transition:max-height .3s ease-in-out,opacity .25s ease-in-out,transform .3s ease-in-out,margin-top .3s ease-in-out}.header__actions{align-items:center;display:flex;flex:1 0 0;gap:.25rem;margin:0 3.75rem}@media(max-width:1024px){.header__actions{margin-left:0}}.header__actions-additional,.header__socials{align-items:center;display:flex;gap:.25rem}.header__menu nav ul{align-items:center;display:flex;gap:1.875rem}.header__menu nav ul a{color:#fff;font-family:Stetica Regular;font-size:1rem;font-weight:400;line-height:120%;transition:color .3s ease-in-out}.header__menu nav ul a:active,.header__menu nav ul a:hover{color:#8f541a}.header__actions-cart{position:relative}.header__actions-cart:after{align-items:center;background-color:#ff4848;border-radius:50%;color:#fff;content:attr(data-cart-count);display:flex;font-family:Stetica Regular;font-size:.75rem;height:1.125rem;justify-content:center;line-height:1;position:absolute;right:.75rem;text-align:center;top:.75rem;width:1.125rem}.header__actions-cart[data-cart-count="0"]:after{display:none}.header__actions-cart.nine-nine-plus:after{font-size:.55rem}.header__actions-search{flex:1 0 0;position:relative}.header__actions-search input{width:100%}.header__actions-search-button{height:3rem;opacity:0;padding:.75rem;pointer-events:none;position:absolute;right:.3125rem;top:50%;transform:translateY(-50%);transition:opacity .3s ease-in-out}.header__actions-search-button.is-active{opacity:1;pointer-events:auto}.header__actions-search-button:hover svg path{stroke:#fff}@media(max-width:767px){.header__actions-search-button{height:3.625rem;margin-left:auto;opacity:1;pointer-events:auto;position:static;transform:none;width:3.625rem}}.header__mobile-wrap{background:#063527;border-radius:0 0 .625rem .625rem;padding:.75rem;position:relative}.header__mobile-bottom{align-items:center;display:flex;gap:.5rem;justify-content:space-between;margin-top:.75rem;max-height:10rem;opacity:1;transform:translateY(0);transition:max-height .3s ease-in-out,opacity .25s ease-in-out,transform .3s ease-in-out,margin-top .3s ease-in-out}
.catalog-menu-mobile{height:0;left:0;opacity:0;pointer-events:none;position:absolute;top:0;transition:opacity .3s ease-in-out;width:100%;z-index:8}.catalog-menu-mobile.active{height:100%;opacity:1;pointer-events:auto}.catalog-menu-mobile.active .catalog-menu-mobile__inner{transform:translateY(0)}.catalog-menu-mobile__inner{background-color:#fff;border-radius:0 0 .625rem .625rem;height:-moz-fit-content;height:fit-content;padding:6rem 1.5rem 1.5rem;position:relative;transform:translateY(-3rem);transition:transform .3s ease-in-out;z-index:8}.catalog-menu-mobile__items{display:flex;flex-direction:column;height:100%}.catalog-menu-mobile__items ul{display:flex;flex-direction:column;width:100%}.catalog-menu-mobile__items li,.catalog-menu-mobile__items ul{list-style:none;margin:0;padding:0}.catalog-menu-mobile__items li:not(:last-child){margin-bottom:1.875rem}.catalog-menu-mobile__item{color:inherit;display:block;font-family:Stetica Regular;font-size:1.125rem;font-weight:400;line-height:120%;text-decoration:none}
@keyframes button-spinner-spin{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}.product-card{background:#fff;border-radius:.75rem;padding:.75rem;position:relative}.product-card .button-border-gradient{width:100%}.product-card__title{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-family:Stetica Regular;font-size:1rem;font-weight:400;height:3.625rem;line-height:120%;margin-bottom:1.25rem;margin-top:1.25rem;overflow:hidden;text-overflow:ellipsis;word-break:break-word}@media(max-width:767px){.product-card__title{height:2.5rem;margin-bottom:.75rem}}.product-card__tags{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;left:1.75rem;position:absolute;top:1.75rem;z-index:6}.product-card__sku{color:rgba(27,27,30,.502);font-family:Stetica Regular;font-size:1rem;font-weight:400;line-height:120%;margin-bottom:1rem}.product-card__content{padding:0 .5rem}.product-card__image{border-radius:.625rem;height:18.75rem;overflow:hidden;position:relative}.product-card__image a{height:100%;left:0;position:absolute;top:0;width:100%;z-index:5}.product-card__image img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.product-card__image .product-card__tag{bottom:1rem;left:1rem;position:absolute}.product-card__price{background:#f5f7fa;border-radius:.625rem;font-family:Stetica Medium;font-size:1.125rem;font-weight:500;line-height:120%;margin-bottom:.5rem;padding:1.125rem 0;text-align:center}@media(max-width:767px){.product-card__price{font-size:1.125rem;line-height:120%}}
.search-results{background-color:#fff;border-radius:.625rem;box-shadow:0 0 10px 0 rgba(0,0,0,.1);left:0;max-height:0;opacity:0;overflow:hidden;pointer-events:none;position:absolute;top:calc(100% + .25rem);transition:max-height .3s ease-in-out,opacity .3s ease-in-out,box-shadow .3s ease-in-out,visibility .3s ease-in-out;visibility:hidden;width:100%;z-index:10}.search-results::-webkit-scrollbar{display:none}.search-results.is-open{max-height:24.375rem;opacity:1;overflow-y:auto;pointer-events:auto;visibility:visible}.search-results__wrap{display:flex;flex-direction:column;gap:.375rem;padding:.625rem}.search-results__item{align-items:center;border-radius:.625rem;display:flex;gap:1rem;padding:.375rem;position:relative;transition:background-color .3s ease-in-out}.search-results__item:hover{background-color:#f5f7fa}.search-results__item-link{height:100%;left:0;position:absolute;top:0;width:100%;z-index:5}.search-results__item-image{border-radius:.375rem;height:3.75rem;max-width:3.75rem;min-width:3.75rem;overflow:hidden}.search-results__item-image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.search-results__item-title{font-family:Stetica Regular;font-size:1rem;font-weight:400;line-height:120%;margin-bottom:.375rem}.search-results__empty,.search-results__item-sku,.search-results__loading{color:rgba(27,27,30,.502);font-family:Stetica Regular;font-size:1rem;font-weight:400;line-height:120%}.search-results__empty,.search-results__loading{padding:1.5rem;text-align:center}
@keyframes button-spinner-spin{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}.preview .product-card.swiper-slide{min-width:25vw}.block-products-grid{position:relative}@media(max-width:1440px){.block-products-grid__items.swiper{padding:0 1.25rem}}@media(max-width:767px){.block-products-grid__items.swiper{padding:0 .75rem}}.block-products-grid__items .swiper-wrapper{display:flex}.block-products-grid__title{font-family:FoglihtenNo;font-size:2.625rem;font-weight:500;line-height:120%;margin-bottom:1.25rem}@media(max-width:767px){.block-products-grid__title{font-size:2.625rem;line-height:120%}}@media(max-width:1440px){.block-products-grid__title{padding-left:1.25rem}}@media(max-width:767px){.block-products-grid__title{padding-left:.75rem}}.block-products-grid__btns{align-items:center;display:flex;gap:5px;position:absolute;right:1.25rem;top:0}@media(max-width:767px){.block-products-grid__btns{display:none}}.block-products-grid__btn-prev{transform:rotate(180deg)}.block-products-grid__btn-next.swiper-button-disabled,.block-products-grid__btn-prev.swiper-button-disabled{cursor:default;opacity:.5;pointer-events:none}.block-products-grid__pagination{margin-top:1rem;position:static!important}.block-products-grid__pagination .swiper-pagination-bullet{background:#fff;height:.625rem;opacity:1;width:.625rem}.block-products-grid__pagination .swiper-pagination-bullet-active{background:#063527}
.block-category-line__items{align-items:flex-start;display:flex;gap:.625rem}@media(max-width:767px){.block-category-line__items{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(2,1fr)}}.block-category-line__item-image{aspect-ratio:1/1;background-color:#f5f7fa;border-radius:.375rem;margin-bottom:.625rem;overflow:hidden}.block-category-line__item-image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}@media(max-width:767px){.block-category-line__item-image{aspect-ratio:unset;height:10.125rem;width:auto}}.block-category-line__item{width:100%}@media(max-width:767px){.block-category-line__item{width:auto}}.block-category-line__item-title{color:#063527;font-family:Stetica Regular;font-size:1rem;font-weight:400;line-height:120%;text-align:center}
.block-faq{display:flex;justify-content:space-between;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media(max-width:767px){.block-faq{flex-direction:column}}.block-faq__title{font-family:FoglihtenNo;font-size:2.625rem;font-weight:500;line-height:120%;max-width:43.4375rem;width:100%}@media(max-width:767px){.block-faq__title{font-size:2.625rem;line-height:120%}}@media(max-width:1100px){.block-faq__title{max-width:50%}}.block-faq__items{width:50%}@media(max-width:767px){.block-faq__items{margin-top:1.25rem;width:100%}}.block-faq__item{background-color:#f5f7fa;border-radius:.625rem;padding:1.5rem;position:relative}.block-faq__item svg{height:1.5rem;position:absolute;right:1.5rem;top:1.5rem;transform:rotate(0deg);transition:transform .3s ease-in-out;width:1.5rem}.block-faq__item.active svg{transform:rotate(180deg)}.block-faq__item-title{cursor:pointer;font-family:Stetica Medium;font-size:1.125rem;font-weight:500;line-height:120%;padding-right:2.5rem}@media(max-width:767px){.block-faq__item-title{font-size:1.125rem;line-height:120%}}.block-faq__item-answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease-in-out}.block-faq__item-answer.active,.block-faq__item.active .block-faq__item-answer{grid-template-rows:1fr}.block-faq__item-overflow{overflow:hidden}.block-faq__item-desc{color:rgba(27,27,30,.502);font-family:Stetica Regular;font-size:1rem;font-weight:400;line-height:120%;padding-top:1.25rem}.block-faq__item:not(:last-child){margin-bottom:.375rem}
@keyframes button-spinner-spin{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}.block-feedback{background-color:#fff;border-radius:.75rem;padding:1.5rem}.block-feedback a{color:#063527;text-decoration:underline!important}.block-feedback .wpcf7-submit{cursor:pointer}.block-feedback .wpcf7-not-valid-tip{display:none}.block-feedback input[aria-invalid=true],.block-feedback input[name=privacy-policy-agree][aria-invalid=true]+:before{border:1px solid #ff4848}.block-feedback .checkbox-text{margin:0}.block-feedback .two-cols{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}@media(max-width:1024px){.block-feedback .two-cols{grid-template-columns:1fr}}.block-feedback form{display:flex;flex-direction:column;gap:1.25rem}.block-feedback form.submitting{cursor:not-allowed;opacity:.5;pointer-events:none;transition:opacity .3s ease-in-out}.block-feedback form p{position:relative}.block-feedback label{color:rgba(27,27,30,.502);font-family:Stetica Regular;font-size:1rem;font-weight:400;line-height:120%}.block-feedback label input,.block-feedback label textarea{webkit-appearance:none;background-color:transparent;background-color:#f5f7fa;border:1px solid transparent;border-radius:.625rem;color:inherit;display:block;font-family:Stetica Regular;font-size:1rem;font-weight:400;line-height:120%;min-width:20.625rem;outline:none;padding:1.25rem 1rem;resize:none}.block-feedback label input::-moz-placeholder,.block-feedback label textarea::-moz-placeholder{color:rgba(27,27,30,.502)}.block-feedback label input::placeholder,.block-feedback label textarea::placeholder{color:rgba(27,27,30,.502)}.block-feedback label__label{color:rgba(27,27,30,.502);display:block;font-family:Stetica Regular;font-size:1rem;font-weight:400;line-height:120%;margin-bottom:.625rem}.block-feedback label span{display:block;margin-top:.625rem}.block-feedback label span input,.block-feedback label span textarea{color:#1b1b1e;min-width:100%;width:100%}.block-feedback .wpcf7-acceptance .wpcf7-list-item{margin-left:0}.block-feedback .wpcf7-acceptance .wpcf7-list-item label{display:flex;position:relative}.block-feedback .wpcf7-acceptance .wpcf7-list-item label input{opacity:0;position:absolute}.block-feedback .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label{align-items:center;color:#1b1b1e;display:flex;gap:.625rem;position:relative}.block-feedback .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label:before{background-color:#f5f7fa;border-radius:.375rem;cursor:pointer;display:block;height:1.25rem;min-width:1.25rem;position:relative;transition:background-color .3s ease-in-out}.block-feedback .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label:after{background:url(../assets/img/checkbox.svg) no-repeat 50%;background-size:contain;content:"";height:.375rem;left:.4rem;opacity:0;position:absolute;top:.4rem;transition:opacity .3s ease-in-out;width:.5rem}.block-feedback .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label a{text-decoration:underline}@media(max-width:1024px){.block-feedback .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label a{display:block}}.block-feedback .wpcf7-acceptance .wpcf7-list-item label input:checked+.wpcf7-list-item-label:before{background-color:#063527}.block-feedback .wpcf7-acceptance .wpcf7-list-item label input:checked+.wpcf7-list-item-label:after{opacity:1}.block-feedback .wpcf7-submit{align-items:center;background-color:#fff;background-color:#063527;border:1px solid transparent;border-radius:.625rem;color:#1b1b1e;color:#fff;display:flex;font-family:Stetica Medium;font-size:1.125rem;font-weight:500;gap:1rem;justify-content:space-between;line-height:120%;padding:1.125rem 1.25rem;transition:background-color .3s ease-in-out,color .3s ease-in-out,background .3s ease-in-out,border-color .3s ease-in-out,background .3s ease-in-out;transition:background-color .3s ease-in-out,border .3s ease-in-out;width:100%}@media(max-width:767px){.block-feedback .wpcf7-submit{font-size:1.125rem;line-height:120%}}.block-feedback .wpcf7-submit:hover{background-color:rgba(6,53,39,.051)}.block-feedback .wpcf7-submit .is-hidden{display:none;pointer-events:none}.block-feedback .wpcf7-submit:hover{background-color:#002419}.block-feedback .wpcf7-submit--white{background-color:#fff;color:#1b1b1e;transition:background-color .3s ease-in-out,border .3s ease-in-out}.block-feedback .wpcf7-submit--white:hover{background-color:#f5f7fa}.block-feedback .wpcf7-spinner{display:none}.block-feedback .wpcf7-response-output{background-color:#f5f7fa!important;border:1px solid rgba(6,53,39,.051)!important;border-radius:.625rem;color:#1b1b1e!important;font-family:Stetica Regular;font-size:1rem;font-weight:400;line-height:120%;margin:0!important;padding:1.25rem!important;text-align:center!important}@media(max-width:767px){.block-feedback{padding:.75rem}}.block-feedback__title{font-family:Stetica Medium;font-size:2.375rem;font-weight:500;line-height:110%;margin-bottom:1.875rem}@media(max-width:767px){.block-feedback__title{font-size:1.75rem!important;line-height:110%;margin-bottom:1rem}}
@keyframes button-spinner-spin{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}.block-hero{margin-bottom:1rem;position:relative}.block-hero .swiper-pagination{bottom:1.25rem!important;justify-content:center;top:auto!important}.block-hero__item-tag{margin-bottom:1rem}.block-hero__item{align-items:center;display:flex;justify-content:center;min-height:29.375rem;position:relative}.block-hero__item--text-left{justify-content:flex-start}.block-hero__item--text-left .block-hero__item-content{align-items:flex-start;margin:0;padding-left:3.75rem;text-align:left}@media(max-width:767px){.block-hero__item--text-left{justify-content:center}.block-hero__item--text-left .block-hero__item-content{align-items:center;justify-content:center;margin:0 auto;padding-left:0;text-align:center}}.block-hero__item--text-right{justify-content:flex-end}.block-hero__item--text-right .block-hero__item-content{align-items:flex-end;margin:0;padding-right:3.75rem;text-align:right}@media(max-width:767px){.block-hero__item--text-right{justify-content:center}.block-hero__item--text-right .block-hero__item-content{align-items:center;justify-content:center;margin:0 auto;padding-right:0;text-align:center}}.block-hero__item--text-black .block-hero__item-desc,.block-hero__item--text-black .block-hero__item-title{color:#1b1b1e}.block-hero__item--text-black .block-hero__item-desc{font-family:Stetica Medium;font-size:1.5rem;font-weight:500;line-height:120%}@media(max-width:767px){.block-hero__item--text-black .block-hero__item-desc{font-size:1.25rem;line-height:110%}}.block-hero__item-image{border-radius:.625rem;height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:0}.block-hero__item-image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.block-hero__item-content{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:0 auto;max-width:51.875rem;position:relative;text-align:center;z-index:1}.block-hero__item-title{color:#fff;font-family:FoglihtenNo;font-size:4.25rem;font-weight:500;line-height:100%;margin-bottom:1rem}@media(max-width:767px){.block-hero__item-title{font-size:2.5rem;line-height:100%}}.block-hero__item-desc{color:#fff;font-family:Stetica Regular;font-size:1.125rem;font-weight:400;line-height:120%}.block-hero__item-button{margin-top:2.5rem;min-width:13.75rem}.block-hero__item-button svg{height:1.5rem;width:1.5rem}.block-hero__item-button--black{align-items:center;background-color:#fff;border:1px solid transparent;border-radius:.625rem;color:#1b1b1e;display:flex;font-family:Stetica Medium;font-size:1.125rem;font-weight:500;gap:1rem;justify-content:space-between;line-height:120%;overflow:hidden;padding:1px;position:relative;transition:background-color .3s ease-in-out,color .3s ease-in-out,background .3s ease-in-out,border-color .3s ease-in-out,background .3s ease-in-out}@media(max-width:767px){.block-hero__item-button--black{font-size:1.125rem;line-height:120%}}.block-hero__item-button--black:hover{background-color:rgba(6,53,39,.051)}.block-hero__item-button--black .is-hidden{display:none;pointer-events:none}.block-hero__item-button--black span{align-items:center;background-color:#fff;border-radius:.625rem;display:flex;gap:1rem;justify-content:center;padding:1rem 1.25rem;position:relative;width:100%;z-index:2}.block-hero__item-button--black--two-rows svg{height:1.5rem;position:absolute;right:1.25rem;top:50%;transform:translateY(-50%);width:1.5rem;z-index:10}.block-hero__item-button--black--two-rows svg path{stroke:#1b1b1e;transition:stroke .3s ease-in-out}.block-hero__item-button--black .button-border-gradient__content{align-items:flex-start;background-color:#fff;border-radius:.625rem;display:flex;flex-direction:column;gap:0;justify-content:flex-start;padding:1rem 1.25rem;position:relative;width:100%;z-index:2}.block-hero__item-button--black .button-border-gradient__content-title{font-family:Stetica Medium;font-size:1.125rem;font-weight:500;line-height:120%}@media(max-width:767px){.block-hero__item-button--black .button-border-gradient__content-title{font-size:1.125rem;line-height:120%}}.block-hero__item-button--black .button-border-gradient__content-subtitle{color:rgba(27,27,30,.502);font-family:Stetica Regular;font-size:.875rem;font-weight:400;line-height:120%}.block-hero__item-button--black:before{background:linear-gradient(90deg,#b58c5b 1.71%,#fac988 34.45%,#f7daa3 50.82%,#fac988 68.15%,#b58c5b 98%)}.block-hero__item-button--black:after,.block-hero__item-button--black:before{border-radius:inherit;bottom:0;content:"";left:0;position:absolute;right:0;top:0;transition:opacity .3s ease-in-out;z-index:1}.block-hero__item-button--black:after{background:#063527;opacity:0}.block-hero__item-button--black:hover:after{opacity:1}.block-hero .swiper-pagination{align-items:center;display:flex;gap:.5rem}.block-hero .swiper-pagination-bullet{background-color:#fff;border-radius:50%;height:.5rem;opacity:1;overflow:hidden;position:relative;transition:width .25s ease,height .25s ease,border-radius .25s ease,background-color .25s ease;width:.5rem}.block-hero .block-hero__bullet-progress{background-color:transparent;height:100%;left:0;position:absolute;top:0;transition:none;width:0}.block-hero .swiper-pagination-bullet-active{background-color:#fff;border-radius:6.25rem;height:.5rem;width:5.625rem}.block-hero .swiper-pagination-bullet-active .block-hero__bullet-progress{background-color:#063527;transition:width 3s linear;width:100%}
.block-map{background-color:#fff;border-radius:.75rem;padding:1.5rem;width:100%}@media(max-width:767px){.block-map{padding:.75rem}}.block-map__container{border-radius:.625rem;height:29.25rem;margin-bottom:1.25rem;overflow:hidden}.block-map__container iframe{height:100%;width:100%}@media(max-width:767px){.block-map__container{height:11.625rem}}.block-map__address{font-family:Stetica Medium;font-size:1.125rem;font-weight:500;line-height:120%;margin-bottom:.625rem}@media(max-width:767px){.block-map__address{font-size:1.125rem;line-height:120%}}.block-map__link{color:rgba(27,27,30,.502);font-family:Stetica Regular;font-size:1rem;font-weight:400;line-height:120%;text-decoration:underline}.block-map__info{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(2,1fr);margin-bottom:2.5rem;margin-top:2.5rem}@media(max-width:767px){.block-map__info{grid-template-columns:1fr}}.block-map__info-item-title{color:#1b1b1e;font-family:Stetica Regular;font-size:1rem;font-weight:400;line-height:120%;margin-bottom:.625rem}.block-map__info-item-value{color:#1b1b1e;font-family:Stetica Medium;font-size:2.375rem;font-weight:500;line-height:110%}@media(max-width:767px){.block-map__info-item-value{font-size:1.75rem!important;line-height:110%}}.block-map__socials-links{align-items:center;display:flex;gap:.3125rem;margin-top:.625rem}
@keyframes button-spinner-spin{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}.preview .product-card.swiper-slide{min-width:25vw}.block-products-grid{position:relative}@media(max-width:1440px){.block-products-grid__items.swiper{padding:0 1.25rem}}@media(max-width:1024px){.block-products-grid__items.swiper{padding:0 .75rem}}.block-products-grid__items .swiper-wrapper{display:flex}.block-products-grid__title{font-family:FoglihtenNo;font-size:2.625rem;font-weight:500;line-height:120%;margin-bottom:1.25rem}@media(max-width:767px){.block-products-grid__title{font-size:2.625rem;line-height:120%}}@media(max-width:1440px){.block-products-grid__title{padding-left:1.25rem}}@media(max-width:767px){.block-products-grid__title{padding-left:.75rem}}.block-products-grid__btns{align-items:center;display:flex;gap:5px;position:absolute;right:1.25rem;top:0}@media(max-width:767px){.block-products-grid__btns{display:none}}.block-products-grid__btn-prev{transform:rotate(180deg)}.block-products-grid__btn-next.swiper-button-disabled,.block-products-grid__btn-prev.swiper-button-disabled{cursor:default;opacity:.5;pointer-events:none}.block-products-grid__pagination{margin-top:1rem;position:static!important}.block-products-grid__pagination .swiper-pagination-bullet{background:#fff;height:.625rem;opacity:1;width:.625rem}.block-products-grid__pagination .swiper-pagination-bullet-active{background:#063527}
@keyframes button-spinner-spin{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}.preview .product-card.swiper-slide{min-width:25vw}.block-products-grid{position:relative}.block-products-grid.category-catalog__popular-products .block-products-grid__title{padding-left:0}@media(max-width:1440px){.block-products-grid.category-catalog__popular-products .block-products-grid__title{padding-left:1.25rem}}@media(max-width:767px){.block-products-grid.category-catalog__popular-products .block-products-grid__title{padding-left:.75rem}}@media(max-width:1440px){.block-products-grid.category-catalog__popular-products .block-products-grid__items.swiper{padding:0 1.25rem}}@media(max-width:767px){.block-products-grid.category-catalog__popular-products .block-products-grid__items.swiper{padding:0 .75rem}}@media(max-width:1440px){.block-products-grid__items.swiper{padding:0 1.25rem}}@media(max-width:767px){.block-products-grid__items.swiper{padding:0 .75rem}}.block-products-grid__items .swiper-wrapper{display:flex}.block-products-grid__title{font-family:FoglihtenNo;font-size:2.625rem;font-weight:500;line-height:120%;margin-bottom:1.25rem}@media(max-width:767px){.block-products-grid__title{font-size:2.625rem;line-height:120%}}@media(max-width:1440px){.block-products-grid__title{padding-left:1.25rem}}@media(max-width:767px){.block-products-grid__title{padding-left:.75rem}}.block-products-grid__btns{align-items:center;display:flex;gap:5px;position:absolute;right:1.25rem;top:0}@media(max-width:767px){.block-products-grid__btns{display:none}}.block-products-grid__btn-prev{transform:rotate(180deg)}.block-products-grid__btn-next.swiper-button-disabled,.block-products-grid__btn-prev.swiper-button-disabled{cursor:default;opacity:.5;pointer-events:none}.block-products-grid__pagination{margin-top:1rem;position:static!important}.block-products-grid__pagination .swiper-pagination-bullet{background:#fff;height:.625rem;opacity:1;width:.625rem}.block-products-grid__pagination .swiper-pagination-bullet-active{background:#063527}
.block-promo{position:relative}.block-promo .button-border-gradient{width:-moz-fit-content;width:fit-content}@media(max-width:767px){.block-promo .button-border-gradient{width:100%}}.block-promo.preview .block-promo__item.swiper-slide{min-width:50vw}.block-promo__item-modal{align-items:center;background-color:rgba(0,0,0,.5);display:flex;height:100%;justify-content:center;left:0;opacity:0;pointer-events:none;position:fixed;top:0;transition:opacity .3s ease-in-out;width:100%;z-index:1000}.block-promo__item-modal.is-open{opacity:1;pointer-events:auto}.block-promo__item-modal-content{align-items:center;display:flex;flex-direction:column;gap:1rem}@media(max-width:767px){.block-promo__item-modal-content{height:var(--app-height)}}.block-promo__item-modal-content-wrap{background-color:#fff;border-radius:.625rem;height:35.25rem;max-width:43.4375rem;overflow-y:scroll;padding:1.25rem;width:100%}.block-promo__item-modal-content-wrap::-webkit-scrollbar{width:.5rem}.block-promo__item-modal-content-wrap::-webkit-scrollbar-thumb{background-color:#f5f7fa;border-radius:.25rem}.block-promo__item-modal-content-wrap::-webkit-scrollbar-track{background-color:#fff;border-radius:.25rem}@media(max-width:767px){.block-promo__item-modal-content-wrap{height:100%;overflow-y:scroll}}.block-promo__item-modal-title{font-family:Stetica Medium;font-size:1.5rem;font-weight:500;line-height:120%;margin:.75rem 0}@media(max-width:767px){.block-promo__item-modal-title{font-size:1.25rem;line-height:110%}}.block-promo__item-modal-desc,.block-promo__item-modal-text{color:rgba(27,27,30,.502);font-family:Stetica Regular;font-size:1rem;font-weight:400;line-height:120%;margin-bottom:1rem}.block-promo__item-modal-text p{margin-bottom:1rem}.block-promo__item-modal-text ul{list-style:decimal;margin-bottom:1rem;margin-top:1rem;padding-left:1rem}@media(max-width:1440px){.block-promo__items.swiper{margin-left:-1.25rem;margin-right:-1.25rem;padding-left:1.25rem;padding-right:1.25rem}}@media(max-width:767px){.block-promo__items.swiper{margin-left:-.75rem;margin-right:-.75rem;padding-left:.75rem;padding-right:.75rem}}.block-promo__items .swiper-wrapper{display:flex}.block-promo__title{font-family:FoglihtenNo;font-size:2.625rem;font-weight:500;line-height:120%;margin-bottom:1.875rem}@media(max-width:767px){.block-promo__title{font-size:2.625rem;line-height:120%}}.block-promo__btns{align-items:center;display:flex;gap:5px;position:absolute;right:0;top:0}@media(max-width:767px){.block-promo__btns{display:none}}.block-promo__btn-prev{transform:rotate(180deg)}.block-promo__btn-next.swiper-button-disabled,.block-promo__btn-prev.swiper-button-disabled{cursor:default;opacity:.5;pointer-events:none}.block-promo__pagination .swiper-pagination-bullet{background:#fff}.block-promo__item-image{border-radius:.625rem;height:31.25rem;margin-bottom:1.25rem;overflow:hidden}.block-promo__item-image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}@media(max-width:767px){.block-promo__item-image{height:17.8125rem}}.block-promo__item-title{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-family:Stetica Medium;font-size:1.5rem;font-weight:500;height:3.75rem;line-height:120%;margin-bottom:.75rem;margin-top:.75rem;overflow:hidden;text-overflow:ellipsis}@media(max-width:767px){.block-promo__item-title{font-size:1.25rem;height:2.8rem;line-height:110%}}.block-promo__item-desc{color:rgba(27,27,30,.502);font-family:Stetica Regular;font-size:1rem;font-weight:400;line-height:120%;margin-bottom:1.25rem}.block-promo__pagination{margin-top:1rem;position:static!important}.block-promo__pagination .swiper-pagination-bullet{background:#f5f7fa;height:.625rem;opacity:1;width:.625rem}.block-promo__pagination .swiper-pagination-bullet-active{background:#063527}
.switcher{align-items:center;display:flex;gap:.3125rem;margin:0 0 3.125rem}@media(max-width:767px){.switcher{margin:0 0 1.5rem}}
.block-white-wrapper{background-color:#fff;border-radius:.625rem;padding:1.5rem}.block-white-wrapper:not(:last-child){margin-bottom:1.25rem}.block-white-wrapper h2{font-family:Stetica Medium;font-size:2.375rem;font-weight:500;line-height:110%;margin-bottom:1.875rem}@media(max-width:767px){.block-white-wrapper h2{font-size:1.75rem!important;line-height:110%;margin-bottom:1.25rem}}.block-white-wrapper p{font-family:Stetica Regular;font-size:1.125rem;font-weight:400;line-height:120%;margin-bottom:1rem}.block-white-wrapper p strong{display:block;font-family:Stetica Medium;font-size:1.125rem;font-weight:500;line-height:120%;margin-top:1.875rem}@media(max-width:767px){.block-white-wrapper p strong{font-size:1.125rem;line-height:120%;margin-top:1.25rem}}
.block-wrapper-gray{background:#f5f7fa;border-radius:1.875rem;padding:3.75rem 0}@media(max-width:1440px){.block-wrapper-gray{margin-left:-1.25rem;margin-right:-1.25rem}}@media(max-width:767px){.block-wrapper-gray{margin-left:-.75rem;margin-right:-.75rem;padding:2.5rem 0}}

/*# sourceMappingURL=style.min.css.map*/