@charset "UTF-8";.logo{display:block;max-height:100px;max-width:160px}@media screen and (max-width:900px){.logo--header{left:50%;margin-bottom:23px;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}.logo--footer{margin:0 auto;max-height:100%;max-width:100%;position:static}@media screen and (max-width:800px){.logo--footer{padding-left:0}}.logo__img{height:75px;margin:0 auto;width:120px}@media screen and (max-width:900px){.logo__img--header{padding-top:8px}}.logo__img--footer{height:auto;margin:0 auto 10px;width:150px}.logo__text{color:#406343;font-family:Spectral,serif;font-size:16px;font-weight:700;text-align:center}.logo__text--footer{display:block!important;font-size:16px!important}@media screen and (max-width:900px){.logo__text,.nav{display:none}}.nav--mobile{display:none}@media screen and (max-width:900px){.nav--mobile{display:block}}.nav__list{align-items:center;display:flex}.nav__item{margin-right:30px}.nav__item,.nav__item--mobile{color:#000;font-size:16px;font-weight:700}.nav__item--mobile{margin-bottom:30px;text-align:center}.nav__item:last-child{margin-right:0}.nav__link{border-bottom:2px solid;border-color:transparent;padding-bottom:5px;transition:border-color .3s linear}.active,.nav__item:hover .nav__link{border-color:#000}.burger{display:none;left:50%;padding:2px;position:absolute;-webkit-transform:translate(-50%);transform:translate(-50%);z-index:47}@media(max-width:900px){.burger{display:block;left:0;position:static;-webkit-transform:translate(0);transform:translate(0);transition:left .3s linear}}.burger--active .burger__item:nth-child(2){opacity:0}.burger--active .burger__item:first-child{-webkit-transform:translateY(8px) rotate(45deg);transform:translateY(8px) rotate(45deg)}.burger--active .burger__item:nth-child(3){-webkit-transform:translateY(-8px) rotate(-45deg);transform:translateY(-8px) rotate(-45deg)}@media(max-width:900px){.burger--active{display:block;left:50%;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}.burger__item{background-color:#406343;display:block;height:3px;margin:5px auto;transition:all .5s ease-in-out;width:28px}.cart-item{background-color:rgba(65,94,67,.031);border-color:#b6b5b5;border-radius:6px;box-shadow:1px 1px 5px 0 rgba(0,0,0,.3);padding:10px;position:relative}.cart-item--order{padding:30px}.cart-item:not(:last-child){margin-bottom:20px}.cart-item__inner{align-items:center;-webkit-column-gap:20px;column-gap:20px;display:flex}@media screen and (max-width:470px){.cart-item__inner{flex-direction:column}}.cart-item__inner--order{justify-content:space-between}@media screen and (max-width:700px){.cart-item__inner--order{align-items:normal;flex-direction:column}}.cart-item__left{align-items:center;display:flex}@media screen and (max-width:700px){.cart-item__left{margin-bottom:20px}}.cart-item__right{align-items:center;display:flex;gap:30px}@media screen and (max-width:700px){.cart-item__right{gap:0;justify-content:space-between}}.cart-item__img-container{border-radius:6px;overflow:hidden;width:100px}.cart-item__img-container--order{border-radius:6px;margin-right:20px;max-width:100px;min-width:100px;overflow:hidden}.cart-item__img{height:80px;margin:0 auto;width:auto}.cart-item__title{font-size:16px;font-weight:600;margin-bottom:10px;max-width:200px}.cart-item__title--order{max-width:100%}@media screen and (max-width:470px){.cart-item__title{font-size:16px;max-width:100%;text-align:center}}.cart-item__size{font-size:14px;margin-bottom:10px}@media screen and (max-width:470px){.cart-item__size{text-align:center}}.cart-item__content{width:260px}@media screen and (max-width:550px){.cart-item__content{width:100%}}@media screen and (max-width:470px){.cart-item__content{margin-top:20px}}.cart-item__bottom,.cart-item__counter{align-items:center;display:flex;justify-content:space-between}.cart-item__counter{background-color:#bae1b6;border-radius:6px;color:#406343;padding:8px;width:135px}.cart-item__count-btn{border-radius:6px;font-size:18px;padding:5px 10px;transition:background-color .2s linear}.cart-item__count-btn--disable{color:rgba(64,99,67,.7);cursor:default}.cart-item__count-btn--disable:hover{background-color:#bae1b6!important}@media screen and (min-width:900px){.cart-item__count-btn:hover{background-color:#fff}}.cart-item__quanity{background-color:inherit;border:none;font-size:16px;outline:none;overflow:hidden;text-align:center;width:60px}.cart-item input::-webkit-inner-spin-button,.cart-item input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.cart-item input[type=number]{-moz-appearance:textfield}.cart-item__summ{border-radius:6px;color:#406343;font-size:16px;font-weight:700;margin-left:20px;text-align:right;width:100px}.cart-item__summ strong{color:#ff5757}.cart-item__delete-btn{border-radius:6px;font-size:16px;position:absolute;right:10px;top:10px}@media screen and (max-width:450px){.cart-item__delete-btn{right:5px;top:5px}}.cart-item__trash{fill:#000;height:25px;transition:fill .2s linear;width:25px}.cart-item__trash:hover{fill:#ff5757}@media screen and (max-width:450px){.cart-item__trash{height:22px;width:22px}}.side-cart{background-color:#fff;display:flex;flex-direction:column;height:100%;justify-content:space-between;overflow:auto;padding:30px 15px;position:fixed;right:-100%;top:0;transition:right .5s ease-in-out;width:450px;z-index:50}@media screen and (max-width:550px){.side-cart{width:100%}}.side-cart--active{right:0}.side-cart__list--scroll{overflow-y:scroll}.side-cart__title{font-size:24px;font-weight:700;text-align:center}.side-cart__subtitle{font-size:20px}.side-cart__top{margin-bottom:30px}.side-cart__bottom--inner,.side-cart__top{align-items:center;display:flex;justify-content:space-between}.side-cart__bottom span{background-color:#406343;border-radius:6px;color:#fff;font-size:18px;padding:10px 15px;text-align:center;width:150px}.side-cart__btn-container{display:flex;justify-content:center;margin-top:30px}.side-cart__btn-clean{border:1px solid #ff5757;border-radius:6px;margin-bottom:30px;padding:10px 25px;transition:color .3s linear,background-color .3s linear}.side-cart__btn-clean:hover{background-color:#ff5757;color:#fff}.side-cart__confirm{border:1px solid #406343;border-radius:6px;font-size:16px;padding:10px 25px;transition:color .3s linear,background-color .3s linear}.side-cart__confirm:hover{background-color:#406343;color:#fff}.side-cart__empty{text-align:center}.side-cart__empty-img{height:240px;margin:0 auto;width:240px}.side-cart__heading{font-size:24px;font-weight:700}.language{align-items:center;display:flex;font-size:16px;font-weight:700;position:relative}.language--mobile{margin:0 auto}@media screen and (max-width:900px){.language--mobile{display:flex!important}.language{display:none}}.language__item{border-right:2px solid #000;color:rgba(0,0,0,.7);cursor:pointer;padding-left:10px;padding-right:10px;transition:color,.2s linear}.language__item:first-child{padding-left:0}.language__item:last-child{border-right:none;padding-right:0}.language__item--active,.language__item:hover{color:#000}.spinner{-webkit-animation:rotation 2s linear infinite;animation:rotation 2s linear infinite;display:block;height:60px;margin:20px auto 0;width:60px}@-webkit-keyframes rotation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes rotation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.search{position:relative;width:550px}@media screen and (max-width:900px){.search--desktop{display:none}}.search--mobile{margin:0 auto;width:500px}@media screen and (max-width:530px){.search--mobile{width:95%}}.search--mobile .search__input{position:static}.search--mobile .search__inner{top:58px;z-index:20}.search--mobile .search__search-icon{top:15px}.search--mobile .search__delete{top:16px}.search__input{border:2px solid transparent;border-radius:6px;box-shadow:1px 1px 5px 0 rgba(0,0,0,.2);font-size:16px;margin-bottom:20px;outline:none;padding:13px 15px 13px 45px;position:absolute;top:15px;width:100%}.search__input:focus{border-color:#bae1b6}.search__search-icon{height:20px;left:15px;position:absolute;top:30px;width:20px}.search__delete{cursor:pointer;height:15px;position:absolute;right:10px;top:33px;width:15px}.search__inner{background-color:#fff;border-radius:6px;box-shadow:1px 1px 5px 0 rgba(0,0,0,.2);overflow:hidden;position:absolute;top:75px;width:100%}.search__product-list{position:relative;z-index:25}.search__text{font-size:16px;justify-content:center;min-height:50px;text-align:center}.search__item,.search__text{align-items:center;display:flex}.search__item{justify-content:space-between;padding:10px;position:relative;transition:background-color .2s linear}@media screen and (max-width:450px){.search__item{padding:15px 10px}}.search__item:hover{background-color:#bae1b6}.search__item:not(:last-child){border-bottom:1px solid #b6b5b5}.search__item img{border-radius:6px;height:50px;width:auto}@media screen and (max-width:450px){.search__item img{height:40px}}.search__item h2{font-size:16px;margin-bottom:5px}@media screen and (max-width:530px){.search__item h2{font-size:14px;text-align:center}}@media screen and (max-width:400px){.search__item h2{font-size:12px}}.search__item span{color:#b6b5b5;font-size:14px}@media screen and (max-width:530px){.search__item span{font-size:14px}}.search__info{margin:auto;text-align:center}.search__price{font-size:16px}@media screen and (max-width:530px){.search__price{font-size:14px}}.search__price--promo{color:#ff5757;font-size:16px}@media screen and (max-width:530px){.search__price--promo{font-size:14px}}.search__price--old{color:#b6b5b5;font-size:14px;text-align:center;text-decoration:line-through}@media screen and (max-width:530px){.search__price--old{font-size:12px}}.search__summary{background-color:#fff;border-radius:6px;bottom:-530px;box-shadow:1px 1px 5px 0 rgba(0,0,0,.2);font-size:16px;left:0;padding:10px 15px 20px;position:absolute;text-align:center;width:100%}@media screen and (max-width:900px){.search__summary{bottom:-440px}}@media screen and (max-width:530px){.search__summary{bottom:-435px;font-size:14px}}.search__summary p{margin-bottom:20px}.search__btn{background-color:#406343;border-radius:6px;color:#fff;padding:10px 15px;transition:color .2s linear,background-color .2s linear}.search__btn:hover{background-color:#bae1b6;color:#000}.header{background-color:#f6ffce;padding:16px 0;position:relative;z-index:5}@media screen and (max-width:900px){.header{padding-bottom:26px;padding-top:26px}}.header__inner,.header__top{align-items:center;display:flex;justify-content:space-between}.header__top{min-width:560px}@media screen and (max-width:900px){.header__top{min-width:auto}}.header__cart{align-items:center;background-color:#406343;border-radius:6px;cursor:pointer;display:flex;justify-content:space-between;max-width:145px;padding:10px 15px;position:relative;text-align:center;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out;width:100%}.header__cart:hover{-webkit-transform:translateX(-10px);transform:translateX(-10px)}@media screen and (max-width:900px){.header__cart{justify-content:center;max-width:40px;padding:8px}}.header__cart-img{height:30px;margin-right:10px;width:30px}@media screen and (max-width:900px){.header__cart-img{height:25px;margin-right:0;width:25px}}.header__cart-text{color:#f6ffce;font-weight:600}@media screen and (max-width:900px){.header__cart-text{display:none}}.header__count{align-items:center;background-color:#b6b5b5;border-radius:50%;color:#f6ffce;display:flex;font-size:14px;height:28px;justify-content:center;position:absolute;right:-10px;text-align:center;top:-10px;width:28px}@media screen and (max-width:900px){.header__count{height:20px;width:20px}}.header__mobile-menu{background-color:#f6ffce;display:none;left:-100%;padding-bottom:40px;padding-top:90px;position:fixed;top:0;transition:left .3s ease-in-out;width:100%;z-index:46}.header__mobile-menu--active{left:0}@media screen and (max-width:900px){.header__mobile-menu{display:flex;flex-direction:column;justify-content:center}}.header__login{color:#fff;margin:0 20px}@media screen and (max-width:900px){.header__login--comp{display:none}}.header__login--tel{height:30px;margin:30px auto 0;width:30px}.header__login p{margin-right:10px}.header__login img{height:30px;width:30px}.overlay{background-color:transparent;position:fixed}.overlay--active{background-color:rgba(0,0,0,.6);bottom:0;left:0;right:0;top:0;z-index:45}.footer{background-color:#f6ffce;color:#000;margin-top:30px;padding:30px 0}@media screen and (max-width:800px){.footer{padding:25px 0}}.footer__inner{display:flex;justify-content:space-between}@media screen and (max-width:800px){.footer__inner{flex-direction:column;gap:10px}}.footer__list{display:flex;flex-direction:column;justify-content:space-between}.footer__list--nav{text-align:center}@media screen and (max-width:800px){.footer__list--contacts{padding-left:75px}.footer__list{margin:0 auto}}.footer__left{margin-right:60px}.footer__column{display:flex;flex-direction:column}@media screen and (max-width:800px){.footer__column{margin-top:30px}}.footer__title{font-size:20px;font-weight:700;margin-bottom:30px;text-align:center}@media screen and (max-width:800px){.footer__title{margin-bottom:10px;text-align:center}}.footer__item{font-size:16px;font-weight:700;line-height:1.4;margin-bottom:15px;max-width:210px}.footer__link{color:rgba(0,0,0,.5);transition:color .3s linear}.footer__link:hover{color:#000}.footer__link--contact{border-bottom:none;border-color:transparent;padding-bottom:0;position:relative}.footer__link--contact span{color:rgba(0,0,0,.5);transition:color .3s linear}.footer__link--contact:hover .footer__icon{fill:#000}.footer__link--contact:hover span{color:#000}.footer__icon{fill:rgba(0,0,0,.5);height:20px;left:-35px;margin-right:10px;position:absolute;top:2px;transition:fill .3s linear;width:20px}.footer__logo{align-items:center;display:flex;justify-content:center}.footer__logo--top{display:none}@media screen and (max-width:800px){.footer__logo--top{display:block}.footer__logo--center{display:none}}.scroll-top{background-color:#bae1b6;border-radius:50%;bottom:20px;padding:13px;position:fixed;right:-100%;transition:right .5s ease-in-out;z-index:10}.scroll-top--active{right:20px}.scroll-top__img{bottom:2px;height:20px;position:relative;-webkit-transform:rotate(-180deg);transform:rotate(-180deg);width:20px}.hero{position:relative;width:100%}.hero__slide{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;justify-content:center;min-height:500px;padding:40px 100px}@media screen and (max-width:1150px){.hero__slide{min-height:390px}}@media screen and (max-width:900px){.hero__slide{min-height:300px;padding:40px 60px}}@media screen and (max-width:700px){.hero__slide{min-height:235px}}@media screen and (max-width:500px){.hero__slide{min-height:175px;padding:40px}}.hero__title{color:#fff;font-size:40px;font-weight:700;margin-bottom:5px}@media screen and (max-width:900px){.hero__title{font-size:30px}}@media screen and (max-width:600px){.hero__title{font-size:20px}}.hero__text{color:#e4e2e2;font-size:24px;margin-bottom:30px}@media screen and (max-width:600px){.hero__text{font-size:18px}}.hero__link{background-color:#406343;border-radius:6px;color:#fff;display:block;font-size:16px;font-weight:600;margin-top:25px;max-width:150px;padding:10px 15px;text-align:center;transition:color .2s linear,background-color .2s linear}.hero__link:hover{background-color:#fff;color:#406343}.swiper-pagination-bullet{height:10px!important;width:10px!important}.swiper-pagination-bullet-active{background-color:#fff!important}.swiper-button-next,.swiper-button-prev{background-repeat:no-repeat;background-size:cover;border-radius:50%;height:35px!important;transition:opacity .2s linear;width:35px!important}.swiper-button-next:hover,.swiper-button-prev:hover{opacity:.8}@media screen and (max-width:600px){.swiper-button-next,.swiper-button-prev{display:none!important}}.swiper-button-next{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAeCAYAAADU8sWcAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAHqSURBVHgBtZY7SwNBFEZnExFEJVFB8R3QQrSxEtEmIChiIdj6CJYWir9AwVrURhAUJGiV0kpsEgSjKcRWtBjTKGggnVio128wC2PMZufuJgdOdpO9j9nJPsYSDIioDZtp2A/bYQDm4CvMWJZ1KSoJGobhBrwld/IwDgeEX1BkBT6TN45hRHApnO0F+UfCSU7jXvhIlWXdpHEQ3lF1iLk132MUk/CMEa8uxkGnxnOMQhJGYACeMvKSTs0lo8islscdQLS4cZR4vJB2LxcGEDfMTRY3TxCfvI8BtOjNvT5I1AwMFw3gxCBvzU7oJH94+QsOVWwNLH35C5EqaMIUvFc7eLl8o/gqdoNw3iG+yx7posPoNoUPqPxdkFYxgcIIq0E97HM49qk+1LQ/OQTMYIStwgyJ6d62vyAvhM05HHWI/7IDO8gf6oKLaI0b4bVLzr7QEt7IG7JE44xB3rLe/Ij4SPp7i4XI/YxtuvXmXh6v3Km2+f9ywY83ZE5Uy1OrHpOptpko1Zxz9pJ+X6mcM1YkhBM4uMMoJJmNs1RuQYmDdfCKqsO4cANBzVTZddw7XBCmINiCu+QfNdUjwgtIjBFveaVzAJuEX1BkCaYMGubgFuwxqWsJBigaxmYMDsEGWAs/YBam8XJ5YJQTP4mH177DxbygAAAAAElFTkSuQmCC)}.swiper-button-prev{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAeCAYAAADU8sWcAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAHcSURBVHgBvZa7SgNBFIZnjQiiRVAQlEgsRLSwMEoQbAIiglhaemttxCfQgIWd2ohCCsUqiE9gkzRGQSG2gpAoaOEtsdIicvwHd2FZ9zJnL37wJezunMtMws5oggERdeFrBvbDbtgEX+EzvNI0rSjCBAXjcB1ekzd1eAwHRVCQZAU+kj8OYZ/gos/2jIJThdOcwkl4R+GyplI4Bm8oGpa8iu8ykn3AHcb4GhxyKjzHTJTS4zYYcQWn4hXFBO9wzBJ7QepkrIUzioFyqUcssUfEo2AtfqIQ9GZTeJ/80WlO8uQxWC71aEiFJatGkoTHwDCW2kpO5mmG9n//X2pwChtG2VRYvrcrMCvUsBuXMJItuMw4JQLikLskn8ktMeYQ1wYHRDQ05Idc9qrDANnUAboUWPa8cRPXaXy5vyq9+TaS9ZA7DThrjsT1FgVjz5zshf63gWVzopxCQN2mgW3yR685ierrNYwV+Lu54OalYrBdA5yNZdKuuOrsjQYyelyWEZcXThDvN5QNnDLG35PbgRIPW+E5RcOE8AKDOmCZwuMTzgtVMFgj3vnMCbnUaeEHBC6S+vHKitzv4yIoehNFhYLytLMJkyp5NcFAn8k4HIbtsAV+wQdYwgZ0y0gnfgDk4K8+ou4IOwAAAABJRU5ErkJggg==)}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, 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")}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-wrapper{-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{-webkit-perspective:1200px;perspective:1200px}.swiper-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid transparent;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;-webkit-transform-origin:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{-webkit-animation:swiper-preloader-spin 1s linear infinite;animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@-webkit-keyframes swiper-preloader-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes swiper-preloader-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-theme-color);color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:44px;height:var(--swiper-navigation-size);justify-content:center;margin-top:-22px;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:50%;top:var(--swiper-navigation-top-offset,50%);width:27px;width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:44px;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:10px;right:var(--swiper-navigation-sides-offset,10px)}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transform:translateZ(0);transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:8px;bottom:var(--swiper-pagination-bottom,8px);left:0;top:auto;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{background:#000;background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:8px;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:.2;opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:8px;width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1;opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:auto;left:var(--swiper-pagination-left,auto);right:8px;right:var(--swiper-pagination-right,8px);top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:inherit;color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:4px;width:var(--swiper-pagination-progressbar-size,4px)}.swiper-pagination-lock{display:none}.error-block{align-items:center;color:#000;display:flex;justify-content:center;min-height:500px;text-align:center}.error-block__img{border-radius:10px;height:250px;margin-bottom:30px;margin-left:auto;margin-right:auto;width:250px}.error-block__title{font-size:28px;margin-bottom:10px}.error-block__text{color:#b6b5b5;font-size:18px}.categories{margin-top:30px}.categories__list{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:center}@media screen and (max-width:550px){.categories__list{gap:20px}}.categories__item{align-items:center;background-color:#fff;border-radius:6px;box-shadow:1px 1px 5px 0 rgba(0,0,0,.2);display:flex;height:270px;justify-content:center;padding:20px;text-align:center;transition:background-color .3s linear;width:270px}@media screen and (max-width:900px){.categories__item{height:250px;width:250px}}@media screen and (max-width:750px){.categories__item{padding:15px}}@media screen and (max-width:700px){.categories__item{width:45%}}@media screen and (max-width:520px){.categories__item{padding:10px}}@media screen and (max-width:420px){.categories__item{height:160px;padding:5px;width:160px}}@media screen and (min-width:900px){.categories__item:hover{background-color:#406343}.categories__item:hover .categories__name{color:#fff}}.categories__img{height:150px;margin:0 auto 10px;width:auto}@media screen and (max-width:600px){.categories__img{height:120px}}@media screen and (max-width:420px){.categories__img{height:80px}}.categories__name{color:#000;font-size:18px;transition:.3s linear}@media screen and (max-width:700px){.categories__name{font-size:16px}}@media screen and (max-width:450px){.categories__name{font-size:14px}}.product{background-color:#fff;border-radius:6px;box-shadow:1px 1px 5px 0 rgba(0,0,0,.2);display:flex;flex-direction:column;height:400px;justify-content:space-between;padding:15px;text-align:center;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out;z-index:4}@media screen and (max-width:900px){.product{height:420px}}@media screen and (max-width:540px){.product{height:410px}}@media screen and (max-width:550px){.product--catalog{height:350px;padding:10px}.product--catalog .product__title{font-size:14px;min-height:34px}.product--catalog .product__old-price{font-size:14px}.product--catalog .product__new-price{font-size:16px}}@media screen and (max-width:440px){.product--catalog{height:315px}.product--catalog .product__btn{padding:5px 8px!important}}@media screen and (max-width:400px){.product--catalog .product__btn{padding:5px 8px!important}}.product--disable{cursor:default;opacity:.3}.product--disable:hover{-webkit-transform:translateY(0);transform:translateY(0)}@media screen and (max-width:1050px){.product{text-align:center}}.product:hover{-webkit-transform:translateY(-8px);transform:translateY(-8px)}@media screen and (max-width:1050px){.product:hover{-webkit-transform:translateY(0);transform:translateY(0)}}.product__img-container{border-radius:6px;height:200px;margin:0 auto 20px;max-width:230px;overflow:hidden;position:relative}@media screen and (max-width:580px){.product__img-container--catalog{max-width:180px}}@media screen and (max-width:550px){.product__img-container--catalog{height:180px}}@media screen and (max-width:500px){.product__img-container--catalog{height:160px}}@media screen and (max-width:450px){.product__img-container--catalog{max-width:140px}}@media screen and (max-width:440px){.product__img-container--catalog{height:130px}}.product__message{background-color:#feb101;border-radius:5px;bottom:0;left:-5px;padding:5px 10px;position:absolute}.product__img{height:100%;margin:0 auto}.product__title{font-size:16px;font-weight:600;margin-bottom:10px;min-height:40px}@media screen and (max-width:580px){.product__title{margin-bottom:10px}}.product__sizes{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:10px}@media screen and (max-width:450px){.product__sizes{gap:5px}}@media screen and (max-width:400px){.product__sizes{gap:5px;margin-bottom:5px}}.product__notification{color:#6b6868;font-size:12px;margin-bottom:5px}.product__btn{border:1px solid #406343;border-radius:5px;padding:5px 10px;transition:color .2s linear,background-color .2s linear}@media screen and (max-width:1200px){.product__btn{padding:5px 8px}}.product__btn:hover{background-color:#406343;color:#fff}.product__btn--promo{border-color:#feb101;color:#000}.product__btn--promo:hover{background-color:#feb101;color:#000}.product__btn--promo--active{background-color:#feb101}.product__btn--active{background-color:#406343;border-color:#406343;color:#fff}.product__btn:disabled{cursor:default;opacity:.7}.product__container{align-items:center;display:flex;justify-content:space-between}.product__price{color:#406343;font-size:18px}@media screen and (max-width:450px){.product__price--catalog{font-size:16px}}.product__old-price{color:#b6b5b5;font-size:16px;text-decoration:line-through}.product__new-price{color:#ff5757;font-size:18px}.slick-slide>div{margin:0 10px}.slick-list{margin:0 -10px}.slick-track{padding:15px 0}.slick-prev{left:auto!important;right:75px!important;top:-40px!important}@media screen and (max-width:500px){.slick-prev{top:-35px!important}}.slick-next{right:30px!important;top:-40px!important}@media screen and (max-width:500px){.slick-next{top:-35px!important}}.slick-next:before,.slick-prev:before{color:#406343!important;font-size:40px!important}.slick-arrow .slick-next:hover img{opacity:.8}.slick-dots{bottom:-30px!important}.slick-dots li button:before{font-size:11px!important}.slick-dots li.slick-active button:before{color:#406343!important;font-size:11px!important}.slick-slider{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;box-sizing:border-box;touch-action:pan-y;-webkit-user-select:none;user-select:none;-khtml-user-select:none}.slick-list,.slick-slider{display:block;position:relative}.slick-list{margin:0;overflow:hidden;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translateZ(0);transform:translateZ(0)}.slick-track{display:block;left:0;margin-left:auto;margin-right:auto;position:relative;top:0}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{border:1px solid transparent;display:block;height:auto}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(data:image/gif;base64,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) 50% no-repeat}@font-face{font-family:slick;font-style:normal;font-weight:400;src:url(/static/media/slick.a4e97f5a2a64f0ab1323.eot);src:url(/static/media/slick.a4e97f5a2a64f0ab1323.eot?#iefix) format("embedded-opentype"),url(/static/media/slick.295183786cd8a1389865.woff) format("woff"),url(/static/media/slick.c94f7671dcc99dce43e2.ttf) format("truetype"),url(/static/media/slick.2630a3e3eab21c607e21.svg#slick) format("svg")}.slick-next,.slick-prev{border:none;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;padding:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:20px}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{background:transparent;color:transparent;outline:none}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;font-family:slick;font-size:20px;line-height:1;opacity:.75}.slick-prev{left:-25px}[dir=rtl] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{left:-25px;right:auto}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{bottom:-25px;display:block;list-style:none;margin:0;padding:0;position:absolute;text-align:center;width:100%}.slick-dots li{display:inline-block;margin:0 5px;padding:0;position:relative}.slick-dots li,.slick-dots li button{cursor:pointer;height:20px;width:20px}.slick-dots li button{background:transparent;border:0;color:transparent;display:block;font-size:0;line-height:0;outline:none;padding:5px}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000;content:"•";font-family:slick;font-size:6px;height:20px;left:0;line-height:20px;opacity:.25;position:absolute;text-align:center;top:0;width:20px}.slick-dots li.slick-active button:before{color:#000;opacity:.75}.proposition{margin-bottom:60px;margin-top:50px;position:relative}.proposition__title{padding-left:15px}@media screen and (max-width:550px){.proposition__title{margin-bottom:50px!important}}.proposition__shadow{position:absolute;right:30px;top:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.proposition__list{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(4,1fr)}@media screen and (max-width:1050px){.proposition__list{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:500px){.proposition__list{grid-template-columns:repeat(1,1fr);padding:0 15px}}.recently-viewed{margin-top:20px}.recently-viewed--main{margin-top:50px;padding-bottom:30px}.recently-viewed--product{margin-bottom:50px}.recents-product__title{margin-bottom:40px!important;padding:0 0 0 15px}@media screen and (max-width:550px){.recents-product__title{margin-bottom:55px!important}}.packaging{margin:50px 0;text-align:center}.packaging__heading{font-size:30px;margin-bottom:10px}.packaging__text{font-size:20px;margin-bottom:30px}.packaging__list{align-items:center;display:flex;flex-wrap:wrap}.packaging__item{width:20%}@media screen and (max-width:1000px){.packaging__item{margin-bottom:15px;width:33%}}@media screen and (max-width:700px){.packaging__item{width:50%}}@media screen and (max-width:450px){.packaging__item{width:100%}}.packaging__title{font-size:18px;font-weight:400;margin:0 auto 15px;padding-bottom:10px;position:relative;text-align:center}.packaging__title:after{background-color:#406343;bottom:-5px;content:"";display:block;height:2px;left:50%;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:75%}.packaging__img{height:180px;margin:0 auto;width:180px}.link-back{-webkit-tap-highlight-color:rgba(0,0,0,0);align-items:center;cursor:pointer;display:flex;margin-bottom:30px;width:120px}.link-back:hover .link-back__img{-webkit-transform:translateX(-20px) rotate(90deg);transform:translateX(-20px) rotate(90deg)}.link-back__img{height:35px;-webkit-transform:rotate(90deg);transform:rotate(90deg);transition:-webkit-transform .3s linear;transition:transform .3s linear;transition:transform .3s linear,-webkit-transform .3s linear;width:35px}.link-back span{color:#406343;font-size:18px;margin-left:10px}.slider-wrapper{max-width:400px}@media screen and (max-width:500px){.slider-wrapper{max-width:350px}}.slick-slide{transition:opacity .3s linear}.slick-slide .default{opacity:.4}.slick-slide .active,.slick-slide .main{opacity:1}.slick-slide-image{border-radius:6px;height:350px;margin:0 auto;width:auto}@media screen and (max-width:500px){.slick-slide-image{height:250px}}.slick-slide-image--thumbnails{cursor:pointer;height:100px;width:auto}@media screen and (max-width:500px){.slick-slide-image--thumbnails{height:80px}}.slider-container{display:flex;flex-direction:column}.slider-main{height:300px;margin:0 auto;position:relative;width:300px}@media screen and (max-width:900px){.slider-main{height:250px;margin:0 auto;width:250px}}.slider-slide{height:100%;opacity:0;position:absolute;top:0;transition:opacity .3s ease;width:100%}.slider-slide.active{opacity:1}.slider-slide img{height:100%;object-fit:cover;width:100%}.slider-thumbnails{display:flex;justify-content:center;margin-top:20px}.slider-thumbnail{cursor:pointer;height:50px;opacity:.5;transition:all .3s ease;width:100px}.slider-thumbnail img{height:100%;object-fit:cover;width:100%}.slider-thumbnail.active,.slider-thumbnail:hover{opacity:1}.product-order-card__message{background-color:#feb101;border-radius:5px;margin:0 auto 20px;max-width:100px;padding:5px 10px;text-align:center}.product-order-card__cart{border-radius:6px;box-shadow:1px 1px 5px 0 rgba(0,0,0,.2);padding:20px;position:relative;text-align:center}@media screen and (max-width:700px){.product-order-card__cart{margin:0 auto}}.product-order-card__availability{margin:0 auto 10px;padding-left:20px;position:relative}.product-order-card__availability--true{color:#406343;max-width:135px}.product-order-card__availability--true:before{background-color:#406343;border-radius:50%;content:"";display:block;height:10px;left:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:10px}.product-order-card__availability--false{color:#ff5757;max-width:170px}.product-order-card__availability--false:before{background-color:#ff5757;border-radius:50%;content:"";display:block;height:10px;left:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:10px}.product-order-card__title{font-size:30px;margin-bottom:10px;text-align:center}@media screen and (max-width:700px){.product-order-card__title{max-width:100%;text-align:center}}.product-order-card__price{font-size:22px;font-weight:700;margin-bottom:10px}.product-order-card__new-price{font-size:20px}.product-order-card__new-price strong{color:#ff5757;font-size:22px}.product-order-card__new-price span{color:#b6b5b5;font-size:16px;text-decoration:line-through}.product-order-card__btn{border:1px solid #406343;width:50%}.product-order-card__btn,.product-order-card__btn--cart{background-color:#fff;color:#000;font-size:16px;padding:10px 15px;transition:background-color .3s,color .5s linear}.product-order-card__btn--cart{border:1px solid #406343;border-radius:6px}.product-order-card__btn--cart--active{background-color:#406343;border-radius:6px;color:#fff;display:flex;font-size:16px;margin:0 auto;padding:10px 15px;transition:background-color .2s linear}.product-order-card__btn--cart--active img{height:20px;margin-right:10px;width:20px}.product-order-card__btn--cart--active:hover{background-color:rgba(64,99,67,.8)}.product-order-card__btn--active,.product-order-card__btn--cart:hover,.product-order-card__btn:hover{background-color:#406343;color:#fff}.product-order-card__btn-cart{border:1px solid #406343;border-radius:6px;font-size:18px;padding:5px 10px;transition:color .3s,background-color .3s}@media screen and (min-width:900px){.product-order-card__btn-cart:hover{background-color:#406343;color:#fff}}.product-order-card__quanity{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:20px}.product-order-card__summary{font-size:16px;font-weight:700;margin-left:20px;width:165px}@media screen and (max-width:750px){.product-order-card__summary{margin-left:0;margin-top:10px;width:100%}}.product-order-card__input{background-color:inherit;border:none;outline:none;overflow:hidden;text-align:center;width:80px}.product-order-card input::-webkit-inner-spin-button,.product-order-card input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.product-order-card input[type=number]{-moz-appearance:textfield}.product-order-card__min-quanity{color:rgba(0,0,0,.6);font-size:12px;margin-bottom:10px;margin-top:10px}.product-order-card__num{display:block;margin-left:20px;margin-right:20px;text-align:center;width:50px}.product-order-card__subtitle{font-size:20px}.product-order-card__sizes{align-items:center;display:flex;flex-wrap:wrap;gap:15px;justify-content:center;margin:15px auto}.product-order-card__size-item{position:relative}.product-order-card__in-cart{align-items:center;background-color:#b6b5b5;border-radius:50%;display:flex;height:23px;justify-content:center;position:absolute;right:-6px;top:-9px;width:23px}@media screen and (max-width:500px){.product-order-card__in-cart{height:19px;top:-8px;width:19px}}.product-order-card__in-cart img{height:15px;width:15px}@media screen and (max-width:500px){.product-order-card__in-cart img{height:12px;width:12px}}.product-order-card__size{border:1px solid #406343;border-radius:6px;cursor:pointer;padding:10px 15px;transition:color .2s linear,background-color .2s linear}@media screen and (max-width:600px){.product-order-card__size{padding:8px 10px}}@media screen and (max-width:500px){.product-order-card__size{padding:5px 8px}}.product-order-card__size--active,.product-order-card__size:hover{background-color:#406343;color:#fff}.product-order-card__size--promo{border-color:#feb101;color:#000}.product-order-card__size--promo:hover{background-color:#feb101;color:#000}.product-order-card__size--promo--active{background-color:#feb101}.product-order-card__size:disabled{cursor:default;opacity:.7}.product-order-card__size-name{background-color:rgba(0,0,0,.039);border:1px solid #406343;border-radius:6px;padding:10px 15px}.product-info__switch{border-radius:6px;display:flex;justify-content:space-between;margin-bottom:30px}.product-info__text-container{margin:0 auto;width:85%}@media screen and (max-width:800px){.product-info__text-container{width:100%}}.product-info__text{font-size:16px;line-height:1.5;white-space:pre-wrap}.product-info__char{display:flex;flex-direction:row;flex-wrap:wrap;margin-bottom:20px;word-break:break-word}.product-info__list{margin-left:16%}@media screen and (max-width:950px){.product-info__list{margin-left:0}}@media screen and (max-width:800px){.product-info__list{margin-left:0}}@media screen and (max-width:600px){.product-info__list{margin-left:0;max-width:900px}}.product-info__lable{align-self:flex-start;position:relative;width:40%}@media screen and (max-width:950px){.product-info__lable{width:60%}}@media screen and (max-width:550px){.product-info__lable{width:50%}}.product-info__lable span{background-color:#f9f9f9;display:inline-block;padding-right:16px;position:relative}.product-info__lable:before{border-bottom:1px dotted #406343;bottom:4px;content:"";display:block;left:0;position:absolute;width:100%}@media screen and (max-width:550px){.product-info__lable:before{display:none}}.product-info__value{color:#6b6868;max-width:400px;padding-left:15px;width:60%}@media screen and (max-width:950px){.product-info__value{width:40%}}@media screen and (max-width:550px){.product-info__value{width:50%}}.product-info__btn{border:1px solid #406343;width:50%}.product-info__btn,.product-info__btn--cart{background-color:#fff;color:#000;font-size:16px;padding:10px 15px;transition:background-color .3s,color .5s linear}.product-info__btn--cart{border:1px solid #406343;border-radius:6px}.product-info__btn--cart--active{background-color:#406343;border-radius:6px;color:#fff;display:flex;font-size:16px;margin:0 auto;padding:10px 15px;transition:background-color .2s linear}.product-info__btn--cart--active img{height:20px;margin-right:10px;width:20px}.product-info__btn--cart--active:hover{background-color:rgba(64,99,67,.8)}.product-info__btn--active,.product-info__btn--cart:hover,.product-info__btn:hover{background-color:#406343;color:#fff}.notification{align-items:center;background-color:#406343;border-radius:6px;display:flex;justify-content:space-between;max-width:300px;opacity:0;padding:10px;position:fixed;right:50px;top:140px;transition:opacity .2s linear;z-index:1}@media screen and (max-width:700px){.notification{top:70px}}.notification--active{opacity:1}.notification__img{height:20px;margin-right:10px;width:20px}.notification__text{color:#fff;font-size:16px}@media screen and (max-width:900px){.notification__text{font-size:14px}}.bread-crumbs{align-items:center;display:flex;flex-wrap:wrap;margin-bottom:30px}.bread-crumbs__item{color:#b6b5b5;font-size:16px;position:relative;transition:color .3s linear}.bread-crumbs__item:not(:last-child){margin-right:40px}.bread-crumbs__item:not(:last-child):hover{color:#406343}.bread-crumbs__item:not(:last-child):after{background-color:#b6b5b5;content:"";display:block;height:1px;position:absolute;right:-28px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:15px}.product-page{font-size:16px;min-height:500px;padding-top:50px;position:relative}.product-page__inner{align-items:center;display:flex;justify-content:space-between;margin-bottom:30px}@media screen and (max-width:991px){.product-page__inner{flex-direction:column}}.product-page__d-flex{align-items:center;color:#b6b5b5;display:flex;justify-content:space-between}.product-page__d-flex p{margin-bottom:30px}.product-page__left{margin-right:100px}@media screen and (max-width:1000px){.product-page__left{margin-right:50px}}@media screen and (max-width:991px){.product-page__left{margin-bottom:30px;margin-right:0}}.product-page__right{width:50%}@media screen and (max-width:900px){.product-page__right{margin:0 auto;width:80%}}@media screen and (max-width:500px){.product-page__right{width:100%}}.product-page__img-container{border-radius:6px;height:350px;max-width:480px;overflow:hidden}@media screen and (max-width:500px){.product-page__img-container{max-width:380px}}@media screen and (max-width:400px){.product-page__img-container{height:280px;max-width:300px}}.product-page__img{height:100%}@media screen and (max-width:900px){.product-page__img{margin:0 auto}}.catalog-page{padding-top:30px}.catalog{position:relative}.catalog__list{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(4,1fr)}@media screen and (max-width:1024px){.catalog__list{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:800px){.catalog__list{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:500px){.catalog__list{gap:10px}}@media screen and (max-width:360px){.catalog__list{grid-template-columns:repeat(1,1fr)}}.d-flex{display:flex;justify-content:space-between}@media screen and (max-width:550px){.d-flex{flex-direction:column}}.sorting{position:relative;z-index:1}.sorting--active{z-index:50}.sorting__btn{border:1px solid #406343;border-radius:6px;font-size:16px;padding:10px 15px;transition:color .2s linear,background-color .2s linear}.sorting__btn--active,.sorting__btn:hover{background-color:#406343;color:#fff}@media screen and (max-width:550px){.sorting__btn{margin-bottom:30px}}.sorting__list{background-color:#c9c8c8;border-radius:6px;box-shadow:1px 1px 15px 0 rgba(0,0,0,.3);margin-top:10px;opacity:0;position:absolute;right:0;top:50px;transition:opacity .3s linear;width:250px}.sorting__list--active{opacity:1;z-index:50}@media screen and (max-width:550px){.sorting__list{left:0;right:none!important}}.sorting__item{cursor:pointer;padding:5px 10px}.sorting__item:first-child{border-radius:6px 6px 0 0}.sorting__item:last-child{border-radius:0 0 6px 6px}.sorting__item--active,.sorting__item--active:hover{background-color:#406343;color:#fff}.sorting__item:hover{background-color:#a7a5a5}.pagination{align-items:center;display:flex;margin:30px auto 0;width:50%}@media screen and (max-width:950px){.pagination{width:80%}}@media screen and (max-width:450px){.pagination{width:100%}}.pagination__arrow{border-radius:50%;bottom:5px;box-shadow:1px 1px 5px 0 rgba(0,0,0,.2);cursor:pointer;padding:8px;position:relative;transition:background-color .2s linear}.pagination__arrow:disabled{cursor:default;opacity:.6}.pagination__arrow:disabled:hover{background-color:#fff}.pagination__arrow:hover{background-color:#bae1b6}.pagination__arrow--prev{left:-10px}.pagination__arrow--prev img{left:-2px;top:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.pagination__arrow--next img{left:2px;top:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.pagination__nav{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin:0 auto;max-width:400px}.pagination__page-num{border-radius:6px;box-shadow:1px 1px 5px 0 rgba(0,0,0,.2);cursor:pointer;font-size:16px;margin-bottom:10px;margin-right:10px;padding:10px;transition:background-color .2s linear}.pagination__page-num--active,.pagination__page-num:hover{background-color:#bae1b6}.pagination__img{height:25px;position:relative;width:25px}.categories-page{padding-top:50px;position:relative}.categories-page__list{margin-bottom:30px;margin-right:30px}.categories-page__item{border-left:1px solid #406343;border-color:#406343 #406343 currentcolor;border-right:1px solid #406343;border-top:1px solid #406343;display:block;font-size:16px;padding:10px 15px;width:500px}.categories-page__item:last-child{border-bottom:1px solid}.categories-page__item--active{background-color:#406343;color:#fff}.categories-page__overlay{position:absolute}.categories-page__overlay--active{bottom:0;left:0;right:0;top:0;z-index:3}.order-form{position:relative}.order-form__container{margin:0 auto;max-width:600px}.order-form__title{margin:30px 0}.order-form__field{display:flex;flex-direction:column;margin-bottom:50px;position:relative}.order-form__field label{font-size:16px;padding-bottom:10px}.order-form__input-text{background-color:rgba(65,94,67,.031);border:2px solid transparent;border-radius:6px;box-shadow:1px 1px 5px 0 rgba(0,0,0,.3);outline:none;padding:10px 15px;transition:all .2s linear}.order-form__input-text--custom{width:100%}.order-form__input-text:focus{border-color:#bae1b6}.order-form__error{bottom:-25px;color:#ff5757;font-size:16px;left:0;position:absolute}.order-form__order-btn{background-color:#406343;border-radius:6px;color:#fff;font-size:16px;margin:0 auto;max-width:250px;padding:10px 15px;transition:background-color .2s linear;width:100%}.order-form__order-btn:hover{background-color:rgba(64,99,67,.8)}.order-form__select option:hover{background-color:#406343}.order-form__text{font-size:16px;margin-bottom:30px}.order-form__text a{color:blue;transition:color .2s linear}.order-form__text a:hover{color:#406343}.order-form__list{background-color:#bae1b6;border-color:#000;border-radius:6px;box-shadow:1px 1px 5px 0 rgba(0,0,0,.3);left:0;max-height:300px;position:absolute;top:70px;width:100%;z-index:200}@media screen and (max-width:405px){.order-form__list{top:90px}}.order-form__list--active{overflow-y:scroll}.order-form__list li{cursor:pointer;font-size:16px;padding:4px 10px;transition:background-color .2s linear}.order-form__list li:hover{background-color:rgba(0,0,0,.3)}.order-form__list li:first-child{border-radius:6px 6px 0 0}.order-form__list li:last-child{border-radius:0 0 6px 6px}.order-form__custom-select{border-radius:6px;box-shadow:1px 1px 5px 0 rgba(0,0,0,.3);cursor:pointer;min-height:40px;padding:10px 15px;width:100%}.order-form__select-fields{display:none}.order-form__select-fields--active{display:block}.order-form__wrapper--active{bottom:0;left:0;position:absolute;right:0;top:0;width:100%}.order-form__fail{color:#ff5757;font-size:16px;margin-bottom:10px}.order-page{padding-top:30px}.order-page__title{margin-bottom:15px;margin-top:15px}.order-page__list{margin:0 auto;max-width:900px}.order-page__summ{color:#406343;font-size:22px;font-weight:600;margin-top:20px;text-align:center}.order-page__empty{margin:0 auto;max-width:500px;text-align:center}.order-page__empty img{height:200px;margin:0 auto;width:200px}@media screen and (max-width:600px){.order-page__empty img{height:150px;width:150px}}.order-page__empty a{background-color:#406343;border-radius:6px;color:#fff;display:block;font-size:16px;margin:20px auto 0;max-width:200px;padding:10px 15px;transition:background-color .2s linear}.order-page__empty a:hover{background-color:rgba(64,99,67,.8)}.order-page__empty p{font-size:16px;line-height:1.2}.greeting{background:linear-gradient(to right top,#406343,#4e8253,#5da263,#6cc374,#7ce585);padding-bottom:130px;padding-top:130px;position:relative}@media screen and (max-width:900px){.greeting{padding-bottom:50px;padding-top:50px}}.greeting__inner{align-items:center;display:flex;justify-content:space-between}@media screen and (max-width:900px){.greeting__inner{flex-direction:column}}.greeting__left{max-width:500px;opacity:0;-webkit-transform:translateX(-50px);transform:translateX(-50px);transition:opacity .4s linear,-webkit-transform .4s ease-in;transition:opacity .4s linear,transform .4s ease-in;transition:opacity .4s linear,transform .4s ease-in,-webkit-transform .4s ease-in}.greeting__left--active{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}@media screen and (max-width:900px){.greeting__left{margin-bottom:30px;text-align:center}}.greeting__title{color:#fff;font-size:42px;font-weight:700;line-height:1.2;margin-bottom:20px;text-transform:uppercase}@media screen and (max-width:900px){.greeting__title{font-size:30px}}@media screen and (max-width:550px){.greeting__title{font-size:25px}}.greeting__text{color:#fff;font-size:22px;line-height:1.2;margin-bottom:40px;opacity:.8}@media screen and (max-width:900px){.greeting__text{font-size:18px}}.greeting__links{display:flex;flex-wrap:wrap;gap:20px}@media screen and (max-width:900px){.greeting__links{justify-content:center}}.greeting__link{background-color:#feb101;border-radius:6px;color:#000;font-size:18px;padding:15px 30px;position:relative;transition:box-shadow .2s linear,color .2 linear,background-color .2s linear;z-index:50}.greeting__link--outline{background-color:#fff}.greeting__link:hover{box-shadow:1px 1px 15px 0 rgba(0,0,0,.5)}@media screen and (max-width:550px){.greeting__link{font-size:16px;padding:10px 20px}}.greeting__img{height:auto;opacity:0;-webkit-transform:translateX(50px);transform:translateX(50px);transition:opacity .4s linear,-webkit-transform .4s ease-in;transition:opacity .4s linear,transform .4s ease-in;transition:opacity .4s linear,transform .4s ease-in,-webkit-transform .4s ease-in;width:350px}.greeting__img--active{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}@media screen and (max-width:900px){.greeting__img{margin:0 auto;width:300px}}@media screen and (max-width:550px){.greeting__img{margin:0 auto;width:250px}}.greeting__decoration{bottom:0;left:0;position:absolute;width:100%;z-index:2}.video-block{min-height:500px;position:relative}@media screen and (max-width:650px){.video-block{min-height:400px}}@media screen and (max-width:450px){.video-block{min-height:300px}}.video-block__container{height:100%;left:0;opacity:0;overflow:hidden;position:absolute;top:0;transition:opacity .3s linear;width:100%;z-index:-1}.video-block__container--active{opacity:1}.video-block__title{color:#fff;font-size:40px;left:50%;letter-spacing:10px;position:absolute;text-align:center;text-transform:uppercase;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media screen and (max-width:650px){.video-block__title{font-size:35px}}@media screen and (max-width:450px){.video-block__title{font-size:25px}}.video-block__video{height:100%;object-fit:cover;width:100%}.about-block{padding:50px 0;position:relative;width:100%}@media screen and (max-width:900px){.about-block{padding:30px 0}}.about-block__inner{opacity:0;-webkit-transform:translateY(100px);transform:translateY(100px);transition:opacity .4s linear,-webkit-transform .4s ease-in;transition:transform .4s ease-in,opacity .4s linear;transition:transform .4s ease-in,opacity .4s linear,-webkit-transform .4s ease-in}.about-block__inner--active{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.about-block__section{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:30px}.about-block__section:nth-child(2n){flex-direction:row-reverse}.about-block__content{margin-right:20px;max-width:450px}@media screen and (max-width:1050px){.about-block__content{margin-right:0;max-width:100%}}.about-block__title{font-size:30px;font-weight:400;line-height:1.2;margin-bottom:30px;position:relative}.about-block__title:after{background-color:#bae1b6;bottom:-13px;content:"";display:block;height:3px;left:0;position:absolute;width:100px}@media screen and (max-width:1100px){.about-block__title{font-size:25px}}@media screen and (max-width:900px){.about-block__title{margin-bottom:20px}}.about-block__text{color:#6b6868;font-size:18px;line-height:1.4;margin-bottom:20px;white-space:pre-wrap}@media screen and (max-width:580px){.about-block__text{font-size:16px}}.about-block__img{border-radius:6px;height:auto;width:500px}@media screen and (max-width:1150px){.about-block__img{width:500px}}@media screen and (max-width:1050px){.about-block__img{margin:0 auto}}@media screen and (max-width:580px){.about-block__img{width:100%}}.partners{background:linear-gradient(to right top,#406343,#4e8253,#5da263,#6cc374,#7ce585);padding:50px 0}.partners__title{color:#fff;font-size:30px;margin-bottom:45px;opacity:0;position:relative;text-align:center;text-transform:uppercase;-webkit-transform:translateY(-30px);transform:translateY(-30px);transition:opacity .4s linear,-webkit-transform .4s ease-in;transition:transform .4s ease-in,opacity .4s linear;transition:transform .4s ease-in,opacity .4s linear,-webkit-transform .4s ease-in}.partners__title--active{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.partners__title:after{background-color:#fff;bottom:-20px;content:"";display:block;height:3px;left:50%;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:150px}.partners__list{align-items:center;display:flex;flex-wrap:wrap;gap:30px;justify-content:center;opacity:0;-webkit-transform:translateY(-30px);transform:translateY(-30px);transition:opacity .4s linear,-webkit-transform .4s ease-in;transition:transform .4s ease-in,opacity .4s linear;transition:transform .4s ease-in,opacity .4s linear,-webkit-transform .4s ease-in}.partners__list--active{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.partners__photo{height:130px;width:200px}@media screen and (max-width:500px){.partners__photo{height:100px;width:150px}}.gallery{padding-bottom:50px;padding-top:50px;position:relative}.gallery__title{font-size:30px;margin-bottom:45px;opacity:0;position:relative;text-align:center;text-transform:uppercase;-webkit-transform:translateY(-30px);transform:translateY(-30px);transition:opacity .4s linear,-webkit-transform .4s ease-in;transition:transform .4s ease-in,opacity .4s linear;transition:transform .4s ease-in,opacity .4s linear,-webkit-transform .4s ease-in}.gallery__title--active{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.gallery__title:after{background-color:#000;bottom:-20px;content:"";display:block;height:3px;left:50%;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:150px}.gallery__list{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr);opacity:0;transition:opacity .4s linear;width:100%}.gallery__list--active{opacity:1}@media screen and (max-width:980px){.gallery__list{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:560px){.gallery__list{grid-template-columns:repeat(1,1fr)}}.gallery__photo{height:auto;justify-self:center;width:350px}.gallery__photo,.gallery__photo--rectangle{cursor:pointer;margin:0 auto;position:relative}.gallery__photo--rectangle{height:455px;width:auto}.gallery__photo--rectangle .gallery__img{aspect-ratio:inherit;object-fit:inherit}@media screen and (max-width:1130px){.gallery__photo{width:300px}.gallery__photo--rectangle{height:390px}}@media screen and (max-width:680px){.gallery__photo{width:250px}.gallery__photo--rectangle{height:325px;width:auto}}@media screen and (max-width:560px){.gallery__photo{width:350px}.gallery__photo--rectangle{height:455px}}@media screen and (max-width:460px){.gallery__photo{width:300px}.gallery__photo--rectangle{height:390px}}.gallery__img{aspect-ratio:1;border-radius:6px;height:100%;object-fit:cover;transition:-webkit-transform .2s linear;transition:transform .2s linear;transition:transform .2s linear,-webkit-transform .2s linear;width:100%}@media screen and (min-width:900px){.gallery__img:hover{-webkit-transform:scale(1.01);transform:scale(1.01)}}.gallery__modal{align-items:center;background-color:rgba(0,0,0,.8);bottom:0;display:flex;height:100%;justify-content:center;left:0;position:fixed;right:0;top:0;width:100%;z-index:50}.gallery__count{bottom:50px;color:#fff;left:50%;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);z-index:100}@media screen and (max-width:650px){.gallery__count{bottom:100px}}@media screen and (max-width:450px){.gallery__count{bottom:175px}}.gallery__btn{color:#fff;cursor:pointer;opacity:.6;position:fixed;transition:opacity .2s linear;z-index:100}@media screen and (min-width:900px){.gallery__btn:hover{opacity:1}}.gallery__close{right:40px;top:40px}.gallery__prev{background-color:#fff;border-radius:50%;left:40px;padding:10px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.gallery__prev img{height:20px;left:-1px;position:relative;-webkit-transform:rotate(90deg);transform:rotate(90deg);width:20px}.gallery__next{background-color:#fff;border-radius:50%;padding:10px;right:40px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.gallery__next img{height:20px;left:1px;position:relative;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);width:20px}.gallery__full-img{align-items:center;display:flex;height:85%;justify-content:center;width:calc(100% - 40px)}.gallery__full-img img{max-height:100%;max-width:100%;pointer-events:none;-webkit-user-select:none;user-select:none}.faq{margin:0 auto}.faq__title{font-size:22px;margin-bottom:40px;position:relative;text-align:center}.faq__title:after{background-color:#000;bottom:-20px;content:"";display:block;height:3px;left:50%;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:150px}.faq__item{border:1px solid rgba(181,229,185,.51);border-radius:6px;cursor:pointer;margin-bottom:20px;padding:5px 25px;position:relative;transition:background-color .2s linear}.faq__item--active{background-color:rgba(181,229,185,.51)}@media screen and (min-width:900px){.faq__item:hover{background-color:rgba(181,229,185,.51)}}@media screen and (max-width:450px){.faq__item{padding:5px 15px}}.faq__heading{font-size:18px;font-weight:400;margin:10px 0;padding-right:30px;transition:opacity .3s linear,-webkit-transform .3s ease-in;transition:transform .3s ease-in,opacity .3s linear;transition:transform .3s ease-in,opacity .3s linear,-webkit-transform .3s ease-in}.faq__heading--active{-webkit-transform:translateX(60px);transform:translateX(60px)}@media screen and (max-width:450px){.faq__heading--active{-webkit-transform:translateX(40px);transform:translateX(40px)}}.faq__arrow{height:20px;position:absolute;right:20px;top:17px;-webkit-transform:rotate(0deg);transform:rotate(0deg);transition:-webkit-transform .5s linear;transition:transform .5s linear;transition:transform .5s linear,-webkit-transform .5s linear;width:20px}.faq__arrow--active{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.faq__wrapper{display:grid;grid-template-rows:0fr;overflow:hidden;transition:grid-template-rows .5s}.faq__wrapper--active{grid-template-rows:1fr}.faq__answer{color:#6b6868;font-size:16px;line-height:1.4;min-height:0;padding-right:10px;transition:visibility .5s linear;visibility:hidden;white-space:pre-wrap}.faq__answer--active{visibility:visible}.history,.history__list{padding-bottom:50px}.history__list{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;opacity:0;position:relative;-webkit-transform:translateY(100px);transform:translateY(100px);transition:opacity .4s linear,-webkit-transform .4s ease-in;transition:transform .4s ease-in,opacity .4s linear;transition:transform .4s ease-in,opacity .4s linear,-webkit-transform .4s ease-in}.history__list:before{background-color:#5af042;content:"";height:2px;left:50%;position:absolute;top:48px;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:105%;z-index:1}@media screen and (max-width:1280px){.history__list:before{width:100%}}@media screen and (max-width:900px){.history__list:before{display:none}}.history__list--active{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}@media screen and (max-width:1280px){.history__list{padding-bottom:100px}}@media screen and (max-width:900px){.history__list{flex-direction:column;gap:30px;justify-content:flex-start;padding-bottom:0}}.history__item{background-color:#f9f9f9;padding-bottom:150px;position:relative;z-index:2}@media screen and (max-width:900px){.history__item{align-items:center;display:flex;padding-bottom:0;width:80%}.history__item:first-child:after{display:none}}@media screen and (max-width:500px){.history__item{width:100%}}.history__item:after{background-color:#6b6868;border-radius:50%;content:"";display:block;height:12px;margin:0 auto 10px;-webkit-transform:translateY(-10px);transform:translateY(-10px);width:12px}@media screen and (max-width:900px){.history__item:after{background-color:#5af042;border-radius:0;height:30px;left:32px;position:absolute;top:-26px;-webkit-transform:translateY(0);transform:translateY(0);width:2px}}.history__line{background-color:#b6b5b5;bottom:20px;display:block;left:50%;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:2px}@media screen and (max-width:900px){.history__line{display:none}}.history__line--short{bottom:101px;height:70px}.history__line--long{height:150px}.history__container{position:relative}.history__apple{margin:0 auto}.history__year{font-size:16px;font-weight:700;left:16px;position:absolute;top:40px;z-index:5}.history__text{font-size:14px;left:50%;line-height:1.2;position:absolute;text-align:center;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:200px}@media screen and (max-width:1280px){.history__text{width:auto}}@media screen and (max-width:900px){.history__text{font-size:16px;position:static;text-align:start;-webkit-transform:translate(10px,10px);transform:translate(10px,10px)}}@media screen and (max-width:600px){.history__text{max-width:350px}}.history__text--short{top:150px}.history__text--long{top:230px}.history__text:before{background-color:#6b6868;border-radius:50%;content:"";display:block;height:8px;margin:0 auto 10px;width:8px}@media screen and (max-width:900px){.history__text:before{display:none}}.about-page{min-height:500px;position:relative}.contact-page{color:#fff;padding-top:50px}.contact-page__content{align-items:center;display:flex;gap:20px;justify-content:space-between;margin-bottom:30px}@media screen and (max-width:1100px){.contact-page__content{flex-direction:column}}.contact-page__info{background-color:#406343;border-radius:6px;margin-bottom:30px;max-width:800px;padding:20px;width:100%}@media screen and (max-width:1100px){.contact-page__info{display:flex;justify-content:space-between}}@media screen and (max-width:650px){.contact-page__info{flex-direction:column}}.contact-page__top-info{margin-bottom:30px}.contact-page__title{font-size:20px;margin-bottom:10px}.contact-page__title--location{color:#000}.contact-page__item p{font-size:16px}.contact-page__item:not(:last-child){margin-bottom:30px}.contact-page__list li{font-size:16px;max-width:350px}.contact-page__list li:not(:last-child){margin-bottom:15px}.contact-page__link{color:hsla(0,0%,100%,.5);font-weight:600;line-height:1.3;padding-left:30px;position:relative;transition:color .2s linear}.contact-page__link:hover{color:#fff}.contact-page__link:hover .contact-page__icon{fill:#fff}.contact-page__icon{fill:hsla(0,0%,100%,.5);height:20px;left:0;position:absolute;top:0;transition:fill .2s linear;width:20px}.contact-page__schedule--bottom{margin:0 auto;width:600px}.contact-page__schedule-item{display:flex;font-size:16px;justify-content:space-between;margin-bottom:15px}.location{border:0;border-radius:10px;box-shadow:1px 1px 5px 0 rgba(0,0,0,.2);height:400px;width:700px}@media screen and (max-width:1100px){.location{height:500px;width:800px}}@media screen and (max-width:850px){.location{height:400px;width:600px}}@media screen and (max-width:650px){.location{height:300px;width:500px}}@media screen and (max-width:550px){.location{height:300px;width:400px}}@media screen and (max-width:450px){.location{height:300px;width:350px}}@media screen and (max-width:400px){.location{height:300px;width:300px}}.search-page{padding-top:30px}.search-page__inner{align-items:center;display:flex;justify-content:space-between;margin-bottom:30px;position:relative}@media screen and (max-width:550px){.search-page__inner{align-items:normal;flex-direction:column}}.search-page__input-container{position:relative}.search-page__input-container img{height:20px;left:15px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:20px}@media screen and (max-width:550px){.search-page__input-container{margin-bottom:30px}}.search-page__input{border:2px solid transparent;border-radius:6px;box-shadow:1px 1px 5px 0 rgba(0,0,0,.2);outline:none;padding:10px 15px 10px 45px;width:500px}.search-page__input:focus{border-color:#bae1b6}@media screen and (max-width:900px){.search-page__input{width:400px}}@media screen and (max-width:600px){.search-page__input{width:300px}}@media screen and (max-width:550px){.search-page__input{width:350px}}@media screen and (max-width:400px){.search-page__input{width:300px}}@media screen and (max-width:550px){.search-page__sorting{top:115px!important}}.search-page__count{font-size:16px;margin-bottom:20px}.feedback-page{padding-top:50px;text-align:center}.feedback-page__title{color:#fff;font-size:30px;margin-bottom:20px}@media screen and (max-width:550px){.feedback-page__title{font-size:25px}}.feedback-page__subtitle{margin-bottom:10px}.feedback-page__banner{align-items:center;background-image:url(/static/media/feedback_bg.ef69dfa2b5179565d4ad.jpg);background-size:cover;border-radius:6px;display:flex;justify-content:center;margin-bottom:30px;min-height:300px;position:relative;z-index:-1}.feedback-page__banner p{color:#cccaca}@media screen and (max-width:550px){.feedback-page__banner p{font-size:16px}}@media screen and (max-width:700px){.feedback-page__banner{background-position:50%}}@media screen and (max-width:550px){.feedback-page__banner{min-height:200px}}.feedback-page__content{position:relative;z-index:5}.feedback-page__overlay{background-color:rgba(0,0,0,.3);border-radius:6px;bottom:0;left:0;position:absolute;right:0;top:0;z-index:2}.feedback-page__text{font-size:18px;margin-bottom:30px;white-space:pre-wrap}.feedback-page__item{color:#406343;font-size:16px;font-weight:600;margin-bottom:10px}.feedback-page__modal{margin-top:30px}.feedback-page__modal-img{border-radius:8px;height:auto;margin-bottom:20px;margin-left:auto;margin-right:auto;width:400px}@media screen and (max-width:550px){.feedback-page__modal-img{width:300px}}@media screen and (max-width:400px){.feedback-page__modal-img{width:80%}}.feedback-page__modal-title{font-size:20px;margin-bottom:10px}.feedback-page__modal-text{font-size:16px;margin-bottom:10px}.feedback-page__form{justify-content:center;max-width:600px}.feedback-page__text-area{height:200px;resize:none}.not-found{margin-top:50px}@media screen and (max-width:900px){.not-found{margin-top:30px}}.not-found__title{font-size:70px;margin-bottom:10px;text-align:center}@media screen and (max-width:480px){.not-found__title{font-size:50px;margin-bottom:0}}.not-found__text{font-size:20px;margin-bottom:20px;opacity:.7;text-align:center}@media screen and (max-width:480px){.not-found__text{font-size:18px;margin-bottom:10px}}.not-found__link{background-color:#406343;border-radius:6px;color:#fff;display:block;font-size:16px;margin:20px auto 0;max-width:200px;padding:10px 15px;text-align:center;transition:background-color .2s linear}.not-found__link:hover{background-color:rgba(64,99,67,.8)}*,:after,:before{box-sizing:border-box}ol,ul{padding:0}blockquote,body,dd,dl,figcaption,figure,h1,h2,h3,h4,li,ol,p,ul{margin:0}body,html{height:100%}body,html{scroll-behavior:smooth}body{background-color:rgba(65,94,67,.031);font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:1.2;text-rendering:optimizeSpeed}ol[class],ul[class]{list-style:none}a,li{-webkit-tap-highlight-color:rgba(0,0,0,0)}a{color:inherit;outline:none;text-decoration:none}a:not([class]){-webkit-text-decoration-skip:ink;-webkit-tap-highlight-color:rgba(0,0,0,0);text-decoration-skip-ink:auto}img{display:block}article>*+*{margin-top:1em}button,input,select,textarea{font:inherit}button{background-color:transparent;border:none;color:inherit;cursor:pointer;padding:0}button,svg{-webkit-tap-highlight-color:rgba(0,0,0,0)}.wrapper{display:flex;flex-direction:column;height:100vh;margin:0}main{flex:1 1}.container{margin:0 auto;max-width:1170px;padding:0 15px}@media screen and (max-width:500px){.container--proposition{padding:0}}.container--recently-viewed{padding:0}.title{color:#000;font-size:30px;font-weight:700;margin-bottom:30px}@media screen and (max-width:480px){.title{font-size:24px}}*{scrollbar-color:#1a753d rgba(0,0,0,.7);scrollbar-width:thin}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-thumb{background-color:#b6b5b5;border-radius:2px}::-webkit-scrollbar-corner,::-webkit-scrollbar-track{background-color:rgba(0,0,0,.7)}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}
/*# sourceMappingURL=main.0ed68aee.css.map*/