/* FILE: css/style.css */
@charset "UTF-8";@font-face{font-family:"GothamPro";font-display:swap;src:url(../files/fonts/GothamPro-Light.woff2) format("woff2"),url(../files/fonts/GothamPro-Light.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:"GothamPro";font-display:swap;src:url(../files/fonts/GothamPro-Medium.woff2) format("woff2"),url(../files/fonts/GothamPro-Medium.woff) format("woff");font-weight:500;font-style:normal}@font-face{font-family:"GothamPro";font-display:swap;src:url(../files/fonts/GothamPro.woff2) format("woff2"),url(../files/fonts/GothamPro.woff) format("woff");font-weight:400;font-style:normal}*{padding:0;margin:0;border:0}*,*:before,*:after{-webkit-box-sizing:border-box;box-sizing:border-box}:focus,:active{outline:none}a:focus,a:active{outline:none}aside,nav,footer,header,section{display:block}html,body{height:100%;margin:0;padding:0;min-width:320px;position:relative;width:100%}body{font-size:100%;line-height:1;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%}button{cursor:pointer}button::-moz-focus-inner{padding:0;border:0}a,a:visited{text-decoration:none}a:hover{text-decoration:none}ul li{list-style:none}img{vertical-align:top}h1,h2,h3,h4,h5,h6{font-weight:inherit;font-size:inherit}input::-ms-clear{display:none}input,button,textarea{font-family:"GothamPro"}input[type="text"],input[type="email"],input[type="tel"],textarea,select{-webkit-appearance:none;-moz-appearance:none;appearance:none}select::-ms-expand{display:none}body{color:#000;font-family:"GothamPro";background-color:#dfdedc}@media (max-width:768px){body.lock{overflow:hidden}}.wrapper{width:100%;min-height:100%;overflow-x:hidden}.container{max-width:1200px;padding:0;margin:0 auto;width:100%}@media (max-width:1240px){.container{padding:0 15px}}@media (max-width:576px){.container{padding:0 10px}}.title{font-size:40px;line-height:1.2em;text-align:center;text-transform:uppercase}.main-content{padding-top:85px}.header{padding:0 100px;position:fixed;top:0;left:0;width:100%;height:85px;z-index:9;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.header:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;background-color:#17140f}.header-logo{-webkit-box-flex:0;-ms-flex:0 0 200px;flex:0 0 200px;width:200px;height:calc(100% - 30px);z-index:3}.header-logo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:left center;object-position:left center}.header-menu{justify-self:center;z-index:3}.header-menu__list{display:-webkit-box;display:-ms-flexbox;display:flex}.header-menu__list li{margin:0 30px;position:relative}.header-menu__list li:after{content:'';position:absolute;top:110%;left:0;width:100%;height:1px;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);background-color:#fff;-webkit-transition:-webkit-transform 0.4s ease;transition:-webkit-transform 0.4s ease;-o-transition:transform 0.4s ease;transition:transform 0.4s ease;transition:transform 0.4s ease,-webkit-transform 0.4s ease}.header-menu__list li>a,.header-menu__list li>span{color:#fff;font-size:18px;text-transform:uppercase}.header-menu__list li>span{cursor:default}body._desktop .header-menu__list>li:hover:after,body._desktop .header-menu__list>li.active:after{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.header-burger{display:none;margin:0 10px 0 0;position:relative;width:30px;height:22px;z-index:3;cursor:pointer;background-color:transparent}.header-burger span{position:absolute;top:11px;right:0;width:80%;height:2px;border-radius:6px;background-color:#fff;-webkit-transition:all 0.3s ease 0s;-o-transition:all 0.3s ease 0s;transition:all 0.3s ease 0s}.header-burger span:first-child{top:2px;width:60%}.header-burger span:last-child{top:auto;bottom:0;width:100%}.header-burger.active span{-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.header-burger.active span:first-child{top:10px;width:90%;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.header-burger.active span:last-child{bottom:10px;width:90%;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.header-icons{-webkit-box-flex:0;-ms-flex:0 0 200px;flex:0 0 200px;width:200px;z-index:3;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.header-icons>a,.header-icons>.header-cart__link{margin:0 0 0 15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;-webkit-box-flex:0;-ms-flex:0 0 35px;flex:0 0 35px;width:35px;height:35px}.header-icons>a:after,.header-icons>.header-cart__link:after{content:'';position:absolute;top:-4px;left:-4px;width:30%;height:30%;border-left:1px solid #fff;border-top:1px solid #fff;opacity:0;-webkit-transition:opacity 0.4s ease;-o-transition:opacity 0.4s ease;transition:opacity 0.4s ease}.header-icons>a img,.header-icons>.header-cart__link img{display:block;margin:0 auto;-webkit-box-flex:0;-ms-flex:0 0 82%;flex:0 0 82%;width:82%;height:82%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}body._desktop .header-icons>a:hover:after,body._desktop .header-icons>.header-cart__link:hover:after{opacity:1}.header-cart__link.not-empty .header-cart__quantity{opacity:1;visibility:visible}.header-cart__quantity{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;bottom:-4px;right:-4px;width:20px;height:20px;color:#fff;font-size:12px;line-height:13px;font-weight:400;background-color:#F07822;border-radius:50%;opacity:0;visibility:hidden;-webkit-transition:opacity 0.4s ease,visibility 0.4s ease;-o-transition:opacity 0.4s ease,visibility 0.4s ease;transition:opacity 0.4s ease,visibility 0.4s ease}.footer{padding:65px 0 30px;background-color:#17140f}.footer-inner{padding:0 15px;margin:0 auto;max-width:1400px}.footer-menu{margin:0 0 60px 0}.footer-menu--bottom{margin:60px 0 40px 0}.footer-menu__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.footer-menu__list>li{margin:0 15px;position:relative;text-align:center}.footer-menu__list>li:after{content:'';position:absolute;top:110%;left:0;width:100%;height:1px;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);background-color:#fff;-webkit-transition:-webkit-transform 0.4s ease;transition:-webkit-transform 0.4s ease;-o-transition:transform 0.4s ease;transition:transform 0.4s ease;transition:transform 0.4s ease,-webkit-transform 0.4s ease}.footer-menu__list>li>a,.footer-menu__list>li>span{color:#fff;font-size:18px;text-transform:uppercase;white-space:nowrap}body._desktop .footer-menu__list>li:not(.active):hover:after{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}body._desktop .footer-menu__list>li.active{cursor:default}body._desktop .footer-menu__list>li.active:after{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.footer-socials{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.footer-socials>a{margin:0 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;-webkit-box-flex:0;-ms-flex:0 0 50px;flex:0 0 50px;width:50px;height:50px}.footer-socials>a:after{content:'';position:absolute;top:-4px;left:-4px;width:30%;height:30%;border-left:1px solid #fff;border-top:1px solid #fff;opacity:0;-webkit-transition:opacity 0.4s ease;-o-transition:opacity 0.4s ease;transition:opacity 0.4s ease}.footer-socials>a img{display:block;margin:0 auto;width:80%;height:80%;-o-object-fit:contain;object-fit:contain}body._desktop .footer-socials>a:hover:after{opacity:1}.sitelab{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#686868;font-size:14px;line-height:.7}.sitelab a{color:#686868;-webkit-transition:opacity 0.4s ease;-o-transition:opacity 0.4s ease;transition:opacity 0.4s ease}.sitelab a:hover{opacity:.7}.sitelab img{margin-left:2px;width:60px;position:relative;top:-5px}.intro-slider{position:relative;height:100vh;min-width:0}.intro-slide{position:relative;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.intro-slide img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.intro-slide__img{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.intro-slide__btn{margin:0 0 140px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;width:320px;height:75px;z-index:2;color:#000;font-size:18px;letter-spacing:.04em;line-height:1.2em;text-align:center;text-transform:uppercase;background-color:#fff;border-radius:40px;-webkit-transition:color 0.4s ease,background-color 0.4s ease;-o-transition:color 0.4s ease,background-color 0.4s ease;transition:color 0.4s ease,background-color 0.4s ease}body._desktop .intro-slide__btn:hover{color:#fff;background-color:#000}.intro-slider__arrows .swiper-button-next,.intro-slider__arrows .swiper-button-prev{color:#fff;background-color:transparent;-webkit-transition:color 0.3s ease;-o-transition:color 0.3s ease;transition:color 0.3s ease}.intro-slider__arrows .swiper-button-next:after,.intro-slider__arrows .swiper-button-prev:after{font-size:30px;font-weight:700}.intro-slider__arrows .swiper-button-next{right:20px}.intro-slider__arrows .swiper-button-prev{left:20px}body._desktop .intro-slider__arrows .swiper-button-next:hover,body._desktop .intro-slider__arrows .swiper-button-prev:hover{color:#111}.intro-slider__dots{position:absolute;bottom:20px!important;z-index:2;text-align:center}.intro-slider__dots .swiper-pagination-bullet{margin:0 5px!important;position:relative;width:20px;height:20px;background-color:transparent;border:2px solid #fff;opacity:1}.intro-slider__dots .swiper-pagination-bullet:after{content:'';position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%) scale(0);-ms-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);width:calc(100% - 6px);height:calc(100% - 6px);background-color:#fff;border-radius:50%;-webkit-transition:-webkit-transform 0.3s ease;transition:-webkit-transform 0.3s ease;-o-transition:transform 0.3s ease;transition:transform 0.3s ease;transition:transform 0.3s ease,-webkit-transform 0.3s ease}.intro-slider__dots .swiper-pagination-bullet.swiper-pagination-bullet-active:after{-webkit-transform:translate(-50%,-50%) scale(1);-ms-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}.popular{padding:60px 0 30px}.popular-title{margin:0 0 60px 0}.popular-slider{padding:0 60px;position:relative;height:325px}.popular-slider .swiper-wrapper{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.popular-slide img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.popular-slider__arrows .swiper-button-next,.popular-slider__arrows .swiper-button-prev{color:#000;background-color:transparent;-webkit-transition:color 0.3s ease;-o-transition:color 0.3s ease;transition:color 0.3s ease}.popular-slider__arrows .swiper-button-next:after,.popular-slider__arrows .swiper-button-prev:after{font-size:25px;font-weight:700}.popular-slider__arrows .swiper-button-next{right:10px}.popular-slider__arrows .swiper-button-prev{left:10px}body._desktop .popular-slider__arrows .swiper-button-next:hover,body._desktop .popular-slider__arrows .swiper-button-prev:hover{color:#fff}.about{padding:40px 0 50px}.about-title{margin:0 0 25px 0}.about-content{margin:0 auto;width:80%;font-size:20px;text-align:center}body:not([data-template="cartpage"]) .about-content>*:not(h1):not(h2):not(h3):not(h4){margin:0 0 .7em 0;line-height:1.5em;font-size:.9em}.about-content h1,.about-content h2,.about-content h3,.about-content h4{font-weight:500;margin:1em 0 .7em}body:not([data-template="cartpage"]) .about-content ul{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:left}body:not([data-template="cartpage"]) .about-content ul li{position:relative;width:90%;padding:0 20px 0 30px;margin-bottom:.7em}body:not([data-template="cartpage"]) .about-content ul li:before{content:'';position:absolute;display:block;width:7px;height:7px;border-radius:50%;top:.5em;left:5px;background:black}.about-content>p:last-child{margin:0}.catalog{padding-bottom:50px}.catalog-section__title{padding:0 100px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:50px;font-size:22px;text-transform:uppercase;background-color:#fff;color:#000}h2.catalog-section__title{font-weight:700;padding-top:.5em}.catalog-section__content{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.catalog-item{padding:0 0 20% 0;display:block;-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%;position:relative;border:8px solid transparent;-webkit-transition:border 0.4s ease;-o-transition:border 0.4s ease;transition:border 0.4s ease}.catalog-item.touched,body._desktop .catalog-item:hover{border:8px solid #f7f7f7}.noborder_collection .catalog-item{border:none!important;overflow:hidden}.catalog-item.touched .catalog-item__img img,body._desktop .catalog-item:hover .catalog-item__img img{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.noborder_collection .catalog-item.touched .catalog-item__img img,body._desktop .noborder_collection .catalog-item:hover .catalog-item__img img{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05)}.catalog-item.touched .catalog-item__info,body._desktop .catalog-item:hover .catalog-item__info{opacity:1;visibility:visible;pointer-events:all}.catalog-item__img{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%;height:100%;z-index:1}.catalog-item__img img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-webkit-transform:scale(.95);-ms-transform:scale(.95);transform:scale(.95);will-change:transform;-webkit-transition:-webkit-transform 0.4s ease;transition:-webkit-transform 0.4s ease;-o-transition:transform 0.4s ease;transition:transform 0.4s ease;transition:transform 0.4s ease,-webkit-transform 0.4s ease}.noborder_collection .catalog-item__img img{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.catalog-item__info{padding:10px 13px 8px;position:absolute;bottom:0;left:0;width:100%;z-index:2;color:#000;opacity:0;visibility:hidden;pointer-events:none;-webkit-transition:opacity 0.4s ease,visibility 0.4s ease;-o-transition:opacity 0.4s ease,visibility 0.4s ease;transition:opacity 0.4s ease,visibility 0.4s ease;background-color:#f7f7f7}.catalog-item__info-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-weight:700}.catalog-item__title{margin:0 0 5px 0;font-size:16px;text-transform:uppercase}.catalog-item__price{margin:0 0 0 15px;font-size:16px;white-space:nowrap}.catalog-item__price .price_old:after,.catalog-item__price .price_actual:after{content:' р.'}.catalog-item__price .price_old{text-decoration:line-through;font-size:.88em;text-align:center}.catalog-item__price .price_old+.price_actual{color:#cc5300;margin-bottom:3px}.catalog-item__info-list{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-wrap:wrap;flex-wrap:wrap;text-transform:uppercase}.catalog-item__info-list>li{margin:0 15px 2px 0;display:inline-block;font-size:16px}.card{background-color:#fff}.card-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.card-slider__wrapper{position:relative;z-index:3;-webkit-box-flex:0;-ms-flex:0 1 100%;flex:0 1 100%;max-width:100%;min-width:0}.card-slider{height:100%;background-color:#dfdedc}.card-slide{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.card-slide__img{display:block;padding:0 0 50% 0;position:relative;width:80%}.card-slide__img img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.card-slider__arrows .swiper-button-next,.card-slider__arrows .swiper-button-prev{color:#fff;background-color:transparent;-webkit-transition:color 0.3s ease;-o-transition:color 0.3s ease;transition:color 0.3s ease}.card-slider__arrows .swiper-button-next:after,.card-slider__arrows .swiper-button-prev:after{font-size:30px;font-weight:700}.card-slider__arrows .swiper-button-next{right:20px}.card-slider__arrows .swiper-button-prev{left:20px}body._desktop .card-slider__arrows .swiper-button-next:hover,body._desktop .card-slider__arrows .swiper-button-prev:hover{color:#111}.card-slider__dots{padding:0 20px;position:absolute;bottom:35px!important;z-index:2;text-align:center}.card-slider__dots .swiper-pagination-bullet{margin:0 5px!important;position:relative;width:20px;height:20px;background-color:transparent;border:2px solid #fff;opacity:1}.card-slider__dots .swiper-pagination-bullet:after{content:'';position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%) scale(0);-ms-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);width:calc(100% - 6px);height:calc(100% - 6px);background-color:#fff;border-radius:50%;-webkit-transition:-webkit-transform 0.3s ease;transition:-webkit-transform 0.3s ease;-o-transition:transform 0.3s ease;transition:transform 0.3s ease;transition:transform 0.3s ease,-webkit-transform 0.3s ease}.card-slider__dots .swiper-pagination-bullet.swiper-pagination-bullet-active:after{-webkit-transform:translate(-50%,-50%) scale(1);-ms-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}.card-popup{padding:20px 75px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:absolute;top:0;left:0;width:100%;height:100%;z-index:7;overflow-y:auto;background-color:#dfdedc;-webkit-transform:translateX(-105%);-ms-transform:translateX(-105%);transform:translateX(-105%);-webkit-transition:-webkit-transform 0.4s linear;transition:-webkit-transform 0.4s linear;-o-transition:transform 0.4s linear;transition:transform 0.4s linear;transition:transform 0.4s linear,-webkit-transform 0.4s linear}.card-popup.active{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);z-index:8}.card-popup__close{position:absolute;top:20px;right:20px;width:40px;height:40px;z-index:2;background-color:transparent}.card-popup__close:after{content:'';position:absolute;top:-4px;left:-4px;width:30%;height:30%;border-left:1px solid #545453;border-top:1px solid #545453;opacity:0;-webkit-transition:opacity 0.4s ease;-o-transition:opacity 0.4s ease;transition:opacity 0.4s ease}.card-popup__close span{position:absolute;top:50%;left:0;width:100%;height:2px;background-color:#545453}.card-popup__close span:first-child{-webkit-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}.card-popup__close span:last-child{-webkit-transform:translateY(-50%) rotate(-45deg);-ms-transform:translateY(-50%) rotate(-45deg);transform:translateY(-50%) rotate(-45deg)}body._desktop .card-popup__close:hover:after{opacity:1}.card-popup__title{padding:0 35px;margin:0 0 30px 0;font-size:26px;text-align:center;text-transform:uppercase;position:relative}.card-popup__content{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;margin:0 -2.5% 30px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.card-popup__item{margin:0 2.5% 20px;display:block;position:relative;-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}body._desktop .card-popup__item:hover .card-popup__item-top{border:7px solid rgba(127,126,124,.5)}.card-popup__item-radio{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.card-popup__item-radio:checked~.card-popup__item-top{border:7px solid #7f7e7c!important}.card-popup__item-radio:checked~.card-popup__item-bottom .card-popup__user-ral{opacity:1;visibility:visible;pointer-events:all;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.card-popup__item-top{padding:12px;margin:0 0 5px 0;display:block;border:7px solid transparent;cursor:pointer;-webkit-transition:border 0.4s ease;-o-transition:border 0.4s ease;transition:border 0.4s ease}.card-popup__item-img{padding:0 0 100% 0;display:block;position:relative;overflow:hidden}.card-popup__item-img img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:opacity 0.4s ease,visibility 0.4s ease;-o-transition:opacity 0.4s ease,visibility 0.4s ease;transition:opacity 0.4s ease,visibility 0.4s ease}.card-popup__item-img img.hidden{opacity:0;visibility:hidden;pointer-events:none}.card-popup__item-bottom{padding:0 10px;display:block;position:relative;text-align:center;cursor:pointer}.card-popup__item-title{display:block;position:relative;z-index:1;font-size:16px;line-height:1.2em}.card-popup__user-ral{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;top:2px;left:0;-webkit-transform:translateY(30px);-ms-transform:translateY(30px);transform:translateY(30px);width:100%;height:auto;z-index:2;background-color:#dfdedc;opacity:0;visibility:hidden;pointer-events:none;-webkit-transition:opacity 0.4s ease,visibility 0.4s ease,-webkit-transform 0.4s ease;transition:opacity 0.4s ease,visibility 0.4s ease,-webkit-transform 0.4s ease;-o-transition:opacity 0.4s ease,visibility 0.4s ease,transform 0.4s ease;transition:opacity 0.4s ease,visibility 0.4s ease,transform 0.4s ease;transition:opacity 0.4s ease,visibility 0.4s ease,transform 0.4s ease,-webkit-transform 0.4s ease}.card-popup__user-ral input{padding:0 3px;margin:0 0 0 10px;-webkit-box-flex:0;-ms-flex:0 0 65px;flex:0 0 65px;width:65px;font-size:16px;background-color:transparent;border-bottom:1px solid #000;text-align:center}.card-popup__bottom{padding:0 0 35px 0;text-align:center}.card-popup__btn{padding:0 50px;height:50px;color:#fff;font-size:16px;text-transform:uppercase;background-color:#74736f;-webkit-transition:background-color 0.3s ease;-o-transition:background-color 0.3s ease;transition:background-color 0.3s ease}body._desktop .card-popup__btn:hover{background-color:#17140f}.card-info{padding:40px 45px 0 40px;-webkit-box-flex:0;-ms-flex:0 0 30%;flex:0 0 30%;width:30%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.card-info__top{margin:0 0 40px 0;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.card-title{margin:0 0 15px 0;font-size:28px;font-weight:500;text-transform:uppercase}.card-art{margin:0 0 40px 0;font-size:16px;font-weight:500}.card-txt{min-height:250px;font-size:16px;line-height:1.2em}.card-txt p{margin:0 0 20px 0}.card-txt p:last-child{margin:0}.card-btns{margin:0 0 30px 0}.card-btn{padding:14px 35px 14px 15px;margin:0 0 20px 0;position:relative;width:100%;color:#000;font-size:16px;text-align:left;background-color:#dfdedc;-webkit-transition:color 0.4s ease,background-color 0.4s ease;-o-transition:color 0.4s ease,background-color 0.4s ease;transition:color 0.4s ease,background-color 0.4s ease}.card-btn:last-child{margin:0}.card-btn:after{content:'';position:absolute;top:50%;right:15px;-webkit-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg);width:15px;height:15px;border-top:2px solid #9c9b9a;border-right:2px solid #9c9b9a}body._desktop .card-btn:hover{color:#fff;background-color:#17140f}.card-size{margin:0 0 30px 0;font-size:16px}.card-size>div{padding-top:10px}.card-price{margin:0 0 30px 0;font-size:18px;font-weight:500}.card-addcart{width:100%;height:45px;color:#fff;font-size:18px;font-weight:500;background-color:#17140f;-webkit-transition:color 0.4s ease,background-color 0.4s ease;-o-transition:color 0.4s ease,background-color 0.4s ease;transition:color 0.4s ease,background-color 0.4s ease}body._desktop .card-addcart:hover{color:#17140f;background-color:#dfdedc}.card-spoilers{padding:100px 0;margin:0 auto;width:50%}.card-spoilers__title{margin:0 0 50px 0;font-size:28px;text-align:center;text-transform:uppercase}.card-spoiler{border-bottom:1px solid #dfdedc}.card-spoiler:first-child{border-top:1px solid #dfdedc}.card-spoiler.active .card-spoiler__title:after{-webkit-transform:translateY(-50%) rotate(45deg);-ms-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}.card-spoiler__title{padding:20px 45px 20px 15px;position:relative;width:100%;font-size:20px;line-height:1.2em;text-align:left;text-transform:uppercase;background-color:transparent}.card-spoiler__title:before{content:'';position:absolute;top:0;left:0;width:0;height:100%;z-index:1;background-color:#dfdedc;-webkit-transition:width 0.4s ease;-o-transition:width 0.4s ease;transition:width 0.4s ease}.card-spoiler__title:after{content:'+';position:absolute;top:50%;right:15px;-webkit-transform:translateY(-50%) rotate(0deg);-ms-transform:translateY(-50%) rotate(0deg);transform:translateY(-50%) rotate(0deg);z-index:2;font-size:30px;font-weight:300;-webkit-transition:-webkit-transform 0.4s ease;transition:-webkit-transform 0.4s ease;-o-transition:transform 0.4s ease;transition:transform 0.4s ease;transition:transform 0.4s ease,-webkit-transform 0.4s ease}.card-spoiler__title>span{position:relative;z-index:2}body._desktop .card-spoiler__title:hover:before{width:100%}.card-spoiler__content{padding:0 15px;height:0;overflow:hidden;-webkit-transition:height 0.4s ease;-o-transition:height 0.4s ease;transition:height 0.4s ease}.card-spoiler__content-inner{padding:20px 0 30px}.card-spoiler__item{margin:0 0 50px 0}.card-spoiler__item:last-child{margin:0}.card-spoiler__item-title{margin:0 0 20px 0;font-size:18px;font-weight:500;letter-spacing:.1em;text-transform:uppercase}.card-spoiler__item-txt{font-size:16px;line-height:1.2em}.card-spoiler__item-txt>p{margin:0 0 15px 0}.card-spoiler__item-txt>p:last-child{margin:0}.card-spoiler__item-list{font-size:16px;line-height:1.2em}.card-spoiler__item-list>li{margin:0 0 10px 0}.card-spoiler__item-list>li:last-child{margin:0}.rooms{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.rooms-item{padding:0 0 20%;position:relative;-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}body[data-template=collections_page] .rooms-item__title{margin-bottom:1.1em}body[data-template=collections_page] .rooms-item__title span{text-transform:lowercase}@media (min-width:993px){body[data-template=collections_page] .rooms-item{max-width:25%;max-height:25vw;flex:0 0 25%;padding:0 0 25%}}@media (max-width:550px){body[data-template=collections_page] .rooms-item{max-width:100%;max-height:100vw;flex:0 0 100%;padding:0 0 100%}}@media (max-width:1850px) and (min-width:993px){body[data-template=collections_page] .rooms-item__title{font-size:20px}}@media (max-width:1600px) and (min-width:993px){body[data-template=collections_page] .rooms-item__title{font-size:18px}}@media (max-width:1400px) and (min-width:993px){body[data-template=collections_page] .rooms-item__title{font-size:16px}}@media (max-width:1270px) and (min-width:993px){body[data-template=collections_page] .rooms-item__title span{display:block}}@media (max-width:992px){body[data-template=collections_page] .rooms-item__title{font-size:20px}}@media (max-width:800px){body[data-template=collections_page] .rooms-item__title{font-size:16px}}@media (max-width:650px) and (min-width:551px){body[data-template=collections_page] .rooms-item__title span{display:block}}@media (max-width:550px){body[data-template=collections_page] .rooms-item__title{font-size:20px}}@media (max-width:430px){body[data-template=collections_page] .rooms-item__title{font-size:16px}}.rooms-item.touched .rooms-item__content,body._desktop .rooms-item:hover .rooms-item__content{opacity:1;visibility:visible}.rooms-item__img{position:absolute;width:100%;height:100%;display:block;z-index:1}.rooms-item__img img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.rooms-item__content{padding-bottom:0 10px;position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;background-color:rgba(247,247,247,.7);opacity:0;visibility:hidden;-webkit-transition:opacity 0.4s ease,visibility 0.4s ease;-o-transition:opacity 0.4s ease,visibility 0.4s ease;transition:opacity 0.4s ease,visibility 0.4s ease}.rooms-item__title{margin:0 0 10px 0;color:#000;font-size:24px;font-weight:700;text-transform:uppercase}.rooms-item__txt{color:#000;font-size:16px;text-transform:uppercase}.room-catalog{padding:40px 0 50px}.room-catalog__title{margin:0 0 30px 0}.room-catalog__content{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (max-width:1650px){.card-size{font-size:15px}.card-slide__img{padding:0 0 40% 0}.card-slider__dots{bottom:25px!important}.card-popup{padding:20px 40px 0}.card-popup__content{margin:0 -1.5% 20px}.card-popup__item{margin:0 1.5% 20px;-webkit-box-flex:0;-ms-flex:0 0 22%;flex:0 0 22%;max-width:22%}.card-info{padding:20px 35px 0 30px}.card-info__top{margin:0 0 30px 0}.card-title{margin:0 0 5px 0;font-size:26px}.card-art{margin:0 0 25px 0;font-size:14px}.card-txt{min-height:150px;font-size:14px}.card-txt p{margin:0 0 10px 0}.card-btns{margin:0 0 20px 0}.card-btn{padding:12px 35px 12px 15px;margin:0 0 10px 0;font-size:15px}.card-price{margin:0 0 30px 0}.card-addcart{font-size:16px}}@media (max-width:1500px){.main-content{padding-top:75px}.header{padding:0 50px;height:75px}.header-logo{-webkit-box-flex:0;-ms-flex:0 0 180px;flex:0 0 180px;width:180px}.header-menu__list>li>span,.header-menu__list>li>a{font-size:16px}.header-icons{-webkit-box-flex:0;-ms-flex:0 0 180px;flex:0 0 180px;width:180px}.header-icons>a,.header-icons>.header-cart__link{-webkit-box-flex:0;-ms-flex:0 0 30px;flex:0 0 30px;width:30px;height:30px}.header-cart__quantity{bottom:-3px;right:-3px;width:17px;height:17px;font-size:11px}.footer-inner{max-width:1200px}.footer-menu{margin:0 0 50px 0}.footer-menu--bottom{margin:50px 0 40px 0}.intro-slide__btn{margin:0 0 100px 0;width:300px;height:70px}.popular-slider{height:300px}.catalog-section__title{padding:0 50px}.catalog-item{padding:0 0 25% 0;-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.catalog-item__info{padding:10px 0 8px}.noborder_collection .catalog-item__info{padding:10px 13px 8px}.card-slide__img{padding:0 0 45% 0}.card-info{padding:20px 25px 0;-webkit-box-flex:0;-ms-flex:0 0 400px;flex:0 0 400px;width:400px}.card-spoilers{padding:100px 0;width:60%}.rooms-item{padding:0 0 25%;-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}}@media (max-width:1300px){.catalog-item{padding:0 0 28% 0;-webkit-box-flex:0;-ms-flex:0 0 33.3333%;flex:0 0 33.3333%;max-width:33.3333%}.noborder_collection .catalog-item{padding:0 0 33.3% 0}.card-slide__img{padding:0 0 50% 0}.card-popup{padding:20px 30px 0}.card-popup__close{top:15px;right:15px;width:30px;height:30px}.card-popup__title{font-size:22px}body._desktop .card-popup__item:hover .card-popup__item-top{border:5px solid rgba(127,126,124,.5)}.card-popup__item-radio:checked~.card-popup__item-top{border:5px solid #7f7e7c!important}.card-popup__item-top{padding:8px;border:5px solid transparent}.card-popup__item-title{font-size:14px}.card-popup__btn{padding:0 30px;height:45px}.rooms-item{padding:0 0 33.3333%;-webkit-box-flex:0;-ms-flex:0 0 33.3333%;flex:0 0 33.3333%;max-width:33.3333%}}@media (max-width:1150px){.title{font-size:35px}.main-content{padding-top:65px}.header{padding:0 30px;height:65px}.header-logo{-webkit-box-flex:0;-ms-flex:0 0 150px;flex:0 0 150px;width:150px}.header-icons{-webkit-box-flex:0;-ms-flex:0 0 150px;flex:0 0 150px;width:150px}.footer{padding:55px 0 30px}.footer-menu__list>li>a{font-size:17px}.intro-slider{min-height:400px}.intro-slide__btn{margin:0 0 80px 0;width:280px;height:60px;font-size:16px}.popular-slider{padding:0 40px}.popular-slider__arrows .swiper-button-next{right:5px}.popular-slider__arrows .swiper-button-prev{left:5px}.about-content>p{margin:0 0 30px 0;line-height:2em}.catalog{padding-bottom:40px}.catalog-section__title{padding:0 30px;height:45px;font-size:20px}.card-slide__img{padding:0 0 65% 0;width:65%}.card-popup{padding:20px 20px 0}.card-popup__content{margin:0 -1.5% 10px}.card-popup__item{-webkit-box-flex:0;-ms-flex:0 0 30.3333%;flex:0 0 30.3333%;max-width:30.3333%}.card-spoilers{width:80%}.room-catalog{padding:40px 0}}@media (max-width:992px){.title{font-size:30px}.header{padding:0 20px}.header-menu__list>li{margin:0 15px}.header-menu__list>li>span,.header-menu__list>li>a{font-size:14px}.popular-slider{height:250px}.about-content{font-size:18px}.catalog{padding-bottom:0}.catalog-section{padding:0 0 40px 0}.catalog-section__title{padding:0 20px}.catalog-section__content{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.catalog-item{padding:0 0 40% 0;-webkit-box-flex:0;-ms-flex:0 1 50%;flex:0 1 50%;max-width:50%;border:5px solid transparent}.noborder_collection .catalog-item{padding:0 0 50% 0}.catalog-item.touched,body._desktop .catalog-item:hover{border:5px solid #f7f7f7}.catalog-item__info{padding:10px 5px 8px}.catalog-item__price{margin:0 0 0 20px}.card-slide__img{padding:0 0 80% 0;width:80%}.card-slider__arrows .swiper-button-next{right:10px}.card-slider__arrows .swiper-button-prev{left:10px}.card-popup__content{margin:0 -2% 10px}.card-popup__item{margin:0 2% 20px;-webkit-box-flex:0;-ms-flex:0 0 46%;flex:0 0 46%;max-width:46%}.card-spoilers{padding:85px 0}.card-spoilers__title{margin:0 0 40px 0;font-size:26px}.card-spoiler__title{padding:15px 45px 15px 15px}.rooms{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.rooms-item{padding:0 0 50%;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.room-catalog__content{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media (max-width:768px){.header-burger{display:block}.header-menu{padding:100px 20px 40px;position:fixed;top:0;right:0;-webkit-transform:translateX(105%);-ms-transform:translateX(105%);transform:translateX(105%);width:285px;max-height:100vh;overflow-y:auto;z-index:2;background-color:#17140f;-webkit-transition:all 0.4s ease;-o-transition:all 0.4s ease;transition:all 0.4s ease}.header-menu.active{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.header-menu{display:block}.header-menu__list{display:block}.header-menu__list>li{margin:0 0 20px 0;text-align:center}.header-menu__list>li:last-child{margin:0}.header-menu__list>li span,.header-menu__list>li>a{font-size:18px;font-weight:700}.header-menu__list li.active>span{text-decoration:underline}.header-icons{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:auto}.intro-slider{min-height:300px}.popular{padding:50px 0 20px}.popular-title{margin:0 0 40px 0}.about-content{width:90%}.about-content>p{margin:0 0 25px 0;line-height:1.8em}.catalog-item{padding:0 0 50% 0}.catalog-item__info{padding:10px 5px 5px;text-align:center}.catalog-item__info-top{-ms-flex-wrap:wrap;flex-wrap:wrap}.catalog-item__title{-webkit-box-ordinal-group:3;-ms-flex-order:1;order:1;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;width:100%;font-size:14px}.catalog-item__price{-webkit-box-ordinal-group:2;-ms-flex-order:2;order:2;margin:0 0 10px 0;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;width:100%;font-size:16px}.catalog-item__info-list{display:block}.catalog-item__info-list>li{margin:0 8px 2px;font-size:13px}.card-top{display:block}.card-slider__wrapper{position:static}.card-slider{height:50vh;min-height:300px}.card-slide__img{padding:0;display:inline-block;width:auto;max-width:85%;height:75%}.card-slide__img img{position:relative;width:auto;max-width:100%}.card-slider__dots{bottom:10px!important}.card-info{padding:25px 25px 0;width:100%}.card-info__top{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.card-art{margin:0 0 20px 0;font-size:12px}.card-txt{min-height:auto}.card-btns{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.card-info__bottom{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.card-spoilers{padding:70px 25px;width:100%}.card-spoilers__title{margin:0 0 40px 0;font-size:24px}.card-spoiler__title{padding:15px 40px 15px 10px;font-size:18px}.card-spoiler__title:after{right:10px}.card-spoiler__item-title{font-size:16px}.card-spoiler__item-txt{font-size:14px;line-height:1.3em}.card-spoiler__item-txt>p{margin:0 0 10px 0}.card-spoiler__item-list{font-size:14px;line-height:1.3em}.card-spoiler__item-list>li{margin:0 0 5px 0}.card-popup{padding:95px 20px 0;position:fixed;height:100vh}.card-popup__close{top:95px}.card-popup__content{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin:0 -1.5% 10px}.card-popup__item{margin:0 1.5% 20px;-webkit-box-flex:0;-ms-flex:0 0 30.3333%;flex:0 0 30.3333%;max-width:30.3333%}.card-popup__bottom{padding:0 0 80px 0}}@media (max-width:576px){.title{font-size:26px}.main-content{padding-top:50px}.header{padding:0 10px;height:50px}.header-logo{-webkit-box-flex:0;-ms-flex:0 0 120px;flex:0 0 120px;width:120px;height:calc(100% - 20px)}.header-menu{padding:85px 20px 40px}.footer{padding:45px 0 30px}.footer-inner{padding:0 10px}.footer-menu{margin:0 0 40px 0}.footer-menu--bottom{margin:40px 0 40px 0}.footer-menu__list{display:block}.footer-menu__list>li{margin:0 0 20px}.footer-menu__list>li>a{font-size:15px;white-space:normal}.footer-socials>a{-webkit-box-flex:0;-ms-flex:0 0 45px;flex:0 0 45px;width:45px;height:45px}.intro-slide__btn{width:250px;height:50px;font-size:14px}.intro-slider__arrows .swiper-button-next:after,.intro-slider__arrows .swiper-button-prev:after{font-size:25px}.intro-slider__arrows .swiper-button-next{right:5px}.intro-slider__arrows .swiper-button-prev{left:5px}.popular-slider{padding:0 30px;height:300px}.popular-slider__arrows .swiper-button-next{right:0}.popular-slider__arrows .swiper-button-prev{left:0}.about-title{margin:0 0 20px 0}.about-content{font-size:16px}.catalog-section{padding:0 0 30px 0}.catalog-section__title{padding:0 10px;height:40px}.catalog-item__info{padding:0;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:rgba(247,247,247,.7)}.catalog-item__title{line-height:1.2}.card-slider__arrows .swiper-button-next:after,.card-slider__arrows .swiper-button-prev:after{font-size:25px}.card-slider__arrows .swiper-button-next{right:5px}.card-slider__arrows .swiper-button-prev{left:5px}.card-popup{padding:75px 10px 0}.card-popup__title{margin:0 0 20px 0;font-size:20px}.card-popup__close{top:70px;right:10px}.rooms-item__title{font-size:18px}.rooms-item__txt{font-size:12px}}@media (max-width:480px){.header-logo{-webkit-box-flex:0;-ms-flex:0 0 100px;flex:0 0 100px;width:100px}.header-icons>a,.header-icons>.header-cart__link{margin:0 0 0 10px}.footer-menu__list>li>a{font-size:14px}.popular-title{margin:0 0 30px 0}.about-content{width:95%;font-size:14px}.about-content>p{margin:0 0 20px 0;line-height:1.6em}.catalog-section__title{font-size:18px}.catalog-item__price{font-size:14px}.catalog-item__title{font-size:12px}.catalog-item__info-list>li{font-size:11px;line-height:15px}.card-slider__dots .swiper-pagination-bullet{margin:0 5px!important;width:16px;height:16px}.card-slider__dots .swiper-pagination-bullet:after{width:calc(100% - 5px);height:calc(100% - 5px)}.card-info{padding:25px 15px 0}.card-btn{padding:12px 30px 12px 10px;font-size:14px}.card-btn:after{right:10px}.card-spoilers{padding:60px 15px}.card-spoilers__title{margin:0 0 30px 0;font-size:18px}.card-spoiler__title{font-size:16px}.card-popup__item{-webkit-box-flex:0;-ms-flex:0 0 47%;flex:0 0 47%;max-width:47%}}@media (max-width:440px){.card-popup__title{padding:0 7px}.card-popup__btn{left:auto;right:0;display:block}}@media (max-width:380px){.card-popup__title{font-size:18px}.card-spoilers__title{margin:0 0 20px 0;font-size:15px}.card-spoiler__title{font-size:13px}}@media (max-width:340px){.card-popup__title{font-size:15px}}.contacts_map{display:flex;justify-content:center;min-width:300px;height:500px}@media (max-width:576px){.contacts_map{height:300px}}.card-slider__wrapper .ral{position:absolute;z-index:7;right:7%;top:6%}.card-slider__wrapper .ral .color{position:relative;width:7vh;height:7vh;border:5px solid rgba(127,126,124,.5)}.card-slider__wrapper .ral .color div{position:absolute;left:5px;top:5px;width:calc(100% - 10px);height:calc(100% - 10px)}.card-slider__wrapper .ral .code{position:absolute;bottom:-30px;width:180px;left:-90px;margin-left:50%;text-align:center}@media (max-width:768px){.card-slider__wrapper .ral{position:relative;top:100%;right:auto;left:0;display:flex;justify-content:center;width:100%;margin-bottom:20px;margin-top:15px}.card-slider__wrapper .ral .color{width:8vh;height:8vh;border:4px solid rgba(127,126,124,.5)}.card-slider__wrapper .ral .color div{left:4px;top:4px;width:calc(100% - 8px);height:calc(100% - 8px)}.card-slider__wrapper .ral .code{bottom:-26px}}.mce h2{font-size:1.7rem;margin:1.5rem 0 .7rem}.mce h3{font-size:1.4rem;margin:1rem 0 .5rem}.mce ul li{margin:5px 0}.mce a{color:black;text-decoration:underline}.mce a:hover{text-decoration:none}.about-inner .popular-title{margin-bottom:45px}@media (max-width:768px){.about-inner .popular-title{margin-bottom:30px}}@media (max-width:480px){.about-inner .popular-title{margin-bottom:23px}}.intro-slide__img img.mobile{display:none}@media (max-width:567px){.intro-slide__img img.mobile{display:inline}.intro-slide__img img:not(.mobile){display:none}}.basket_final_line{margin:2.5rem 0 .5rem}.intro-slide__btn.inverse{color:#fff;background-color:#000}.intro-slide__btn.inverse:hover{color:#000!important;background-color:#fff!important}.basket_final_line .inner{display:flex;width:100%;justify-content:space-evenly;align-items:center}.basket_final_line .intro-slide__btn{margin:0}@media only screen and (min-width:1024px){.bottom_index_text{max-width:90%;margin:0 auto 2em}}.index_hidden>*:not(p.button):not(p:first-child):not(h2:first-child):not(h2:first-child+p){display:none}body[data-template="objectspage"] .about-content,body[data-template="category_page"] .about-content,body[data-template="tag_page"] .about-content,body[data-template="collections_page"] .about-content,body[data-template="category_page_office"] .about-content{color:#999}body[data-template="objectspage"] .about-inner h1,body[data-template="category_page"] .about-inner h1,body[data-template="tag_page"] .about-inner h1,body[data-template="collections_page"] .about-inner h1,body[data-template="category_page_office"] .about-inner h1{font-size:1.6rem;color:#999}.index_hidden>p:first-child{display:block}.show_index_hidden{text-decoration:underline;cursor:pointer}.show_index_hidden:hover{text-decoration:none}.categories_list{margin-bottom:.7em}.categories_list>a{display:block;float:left;background:#777;color:white;border-radius:1.3em;height:1em;line-height:1.1em;padding:.6em 1em;margin:1em 0 0 .6em;box-sizing:content-box;-webkit-transition:all 0.4s ease;transition:all 0.4s ease}.categories_list>a:hover{background:white;color:black}.categories_list:after{content:'';float:none;clear:both;display:block}.category_h1_title>*{float:left}.category_h1_title h2{margin-right:40px}.category_h1_title a{display:block;position:relative;top:1px;font-size:1rem;line-height:1.1rem;text-decoration:underline;color:black;margin-left:2em}.category_h1_title a:hover{text-decoration:none}.category_h1_title:after{content:'';float:none;clear:both;display:block}ul.sitemap{text-align:left!important}ul.sitemap ul{margin-top:0.7em!important;display:block!important;padding-left:1.1em!important;margin-bottom:1.2em!important}ul.sitemap li{line-height:1.2em!important;padding-left:15px!important;width:100%!important}ul.sitemap li:before{left:0px!important;top:0.35em!important}@media (max-width:567px){ul.sitemap ul{padding-left:12px!important;margin-bottom:9px!important}}.price_old_wrp .price_old{font-weight:400;text-decoration:line-through}.price_old_wrp .price_actual{color:#cc5300}body[data-template="objectspage"] .category_h1_title,body[data-template="category_page"] .category_h1_title,body[data-template="roomspage"] .category_h1_title,body[data-template="category_page_office"] .category_h1_title{background:none;height:auto;font-size:1.3em;margin-top:.6em;margin-bottom:.5em}.blog-wrp .item{text-align:left;display:flex;margin-bottom:1.5em;flex-wrap:nowrap}.blog-wrp .img{width:200px;min-width:200px;margin-right:3em}.blog-wrp img{max-width:100%}.blog-wrp p{margin:.7em 0}.blog-wrp h2{font-weight:400;font-size:1.4em}@media (max-width:1200px){.blog-wrp .img{width:150px;min-width:150px;margin-right:2em}}@media (max-width:768px){.blog-wrp .item{text-align:center;flex-wrap:wrap}.blog-wrp .img{width:100%}}.header-menu__list .level-2{display:none;position:absolute;top:15px;padding-top:15px}.header-menu__list li:hover .level-2{display:block}@media (min-width:768px){.header-menu__list .level-2>LI{border-top:1px solid rgba(75,75,75,.3);background:rgba(250,250,250,.95);-webkit-transition:background-color 0.4s;transition:background-color 0.4s;margin:0}.header-menu__list .level-2>LI A,.header-menu__list .level-2>LI SPAN{display:block;box-sizing:border-box;padding:9px 25px;text-transform:uppercase;text-decoration:none;color:#000;-webkit-transition:all .4s;transition:all .4s;white-space:nowrap}.header-menu__list .level-2>LI SPAN{color:#555;text-decoration:underline}}.header-menu__list .level-2>LI a:hover{background:#000;color:#fff}@media (max-width:768px){.header-menu__list .level-2{display:block;position:relative;background:none;top:0;padding-top:0;margin-top:15px}.header-menu__list .level-2 li{margin:0;padding-bottom:11px}.header-menu__list .level-2 li a,.header-menu__list .level-2 li span{font-size:0.8em!important;white-space:nowrap}.header-menu__list .level-2 li span span.rooso_link,.header-menu__list .level-2 li a span.rooso_link{margin-top:3px;display:block}.header-menu__list .level-2 li span{color:#999;text-decoration:underline}.catalog-section__title.category_h1_title{flex-wrap:wrap;font-size:0.9em!important}.category_h1_title a{margin:10px 0 0;font-size:0.9em!important}}body[data-id="31"] .index_hidden>*:nth-child(1),body[data-id="31"] .index_hidden>*:nth-child(2),body[data-id="31"] .index_hidden>*:nth-child(3),body[data-id="31"] .index_hidden>*:nth-child(4){display:block!important}.interior .h2.card-spoilers__title{background:black;color:white;margin:0;padding:.8em 0}.interior img{width:100vw}.interior .img_mobile{display:none}@media (max-width:760px){.interior img.img_mobile{display:inline}.interior img:not(.img_mobile){display:none}}.blog-wrp .right a{text-decoration:none}.blog-wrp .right a:hover{text-decoration:underline}.black_title{background:black;color:white;text-transform:uppercase;padding:0!important;justify-content:center}.show_usluga_hidden{cursor:pointer}.about-content .usluga_hidden:not(.shown){display:none}.prev_next_buttons{display:flex;justify-content:center}.prev_next_buttons>div{display:flex;align-items:center;margin:7px 25px}.prev_next_buttons>div .img{margin:0 10px}.prev_next_buttons>div a{text-align:center;color:black;text-decoration:underline}.prev_next_buttons>div a:hover{text-decoration:none}@media (max-width:768px){.prev_next_buttons>div{margin:5px 10px;font-size:14px}.prev_next_buttons>div .img{margin:0 5px}}h1.room__title{background:black;color:white;margin:0;padding:.8em 0}.rooms-item__title.title_price{font-size:18px;text-transform:lowercase}@media (max-width:576px){.rooms-item__title.title_price{font-size:16px}}ul.level-2 li.black a{background:#000;color:#fff}ul.level-2 li.black a:hover{background:#fff;color:#000}ul.level-2 li.black span{background:#555;color:#fff}.header-menu__list li[data-id="1647"] a{background:#d07f04!important;color:white}.header-icons a.inst:before,.footer-socials a.inst:before{content:"*";position:absolute;top:2%;left:98%;color:#686868;font-size:20px;opacity:1;border:none}.footer-socials a.inst:before{font-size:24px}.inst_is_illegal{margin-top:2em;color:#686868;text-align:center;font-size:10px}.inst_is_illegal span{font-size:18px}@media (max-width:768px){.inst_is_illegal{margin-top:1em}}.img_fullscreen .swiper-wrapper{min-height:768px}@media (min-width:1940px){.img_fullscreen .swiper-wrapper{min-height:850px}}@media (min-width:2300px){.img_fullscreen .swiper-wrapper{min-height:1032px}}@media (max-width:1580px){.img_fullscreen .swiper-wrapper{min-height:580px}}@media (max-width:1410px){.img_fullscreen .swiper-wrapper{min-height:530px}}@media (max-width:1250px){.img_fullscreen .swiper-wrapper{min-height:480px}}@media (max-width:768px){.card-slider.img_fullscreen{height:100vw}.img_fullscreen .swiper-wrapper{min-height:100vw}}.img_fullscreen div.card-slide img{-o-object-fit:cover;object-fit:cover}.img_fullscreen div.card-slide a.card-slide__img{padding:0;height:100%;width:100%}@media (max-width:768px){.img_fullscreen div.card-slide a.card-slide__img{max-width:100%}}.header-menu .rooso_link{padding:0!important;text-decoration:none!important;text-transform:lowercase!important;font-style:italic;font-size:.75em;transition:color 0.4s ease}.header-menu a:hover>.rooso_link{color:#999!important}
/* FILE: css/cart.css */
.inp-wrap input::-webkit-outer-spin-button,.inp-wrap input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.inp-wrap input[type="number"]{-moz-appearance:textfield}.basket-list{background:#fff;margin-top:30px;position:relative}.basket-list ul{border:1px solid #e6e6e6}.basket-list *{font-family:Arial}.basket-list .show-more{position:absolute;bottom:54px;left:100%;margin-left:35px;z-index:200;font:14px/16px roboto__light;color:#262626;white-space:nowrap}.basket-list .show-more .btn{position:absolute;top:30px;left:50%;margin-left:-20px;width:40px;height:40px;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #ccc;cursor:pointer;background-color:transparent;-webkit-transition:all 0.4s;-o-transition:all 0.4s;transition:all 0.4s}.basket-list .show-more .btn:before,.basket-list .show-more .btn:after{content:'';display:block;width:100%;height:100%;position:absolute;top:0;left:0}.basket-list .show-more .btn:before{opacity:1;background:url(../files/img/basket/basket_download-more-ico.png) 50% 50% no-repeat}.basket-list .show-more .btn:after{opacity:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAFBAMAAACKv7BmAAAAAXNSR0IB2cksfwAAAA9QTFRFv7+/v7+/AAAAv7+/v7+/GJsuXQAAAAV0Uk5Tm3gAiP8UbmUNAAAAIUlEQVR4nGNgVFISYDARUnRmUHYUMWJQMnFWYlBSNlICACIzAv4QECGfAAAAAElFTkSuQmCC) 50% 50% no-repeat}.basket-list .show-more .btn:hover{border-color:#404040;background-color:#404040}.basket-list .show-more .btn:hover:before{opacity:0}.basket-list .show-more .btn:hover:after{opacity:1}.basket-list>ul>li{position:relative}.basket-list>ul>li:before,.basket-list>ul>li:after{content:" ";display:table}.basket-list>ul>li:after{clear:both}.basket-list>ul>li+li{border-top:1px solid #e6e6e6}.basket-list>ul>li .photo{text-align:center;padding-left:5px;padding-right:5px;-webkit-box-sizing:border-box;box-sizing:border-box;width:190px;float:left}.basket-list>ul>li .photo a{display:block;vertical-align:middle}.basket-list>ul>li .photo a img{max-width:160px;max-height:145px}.basket-list>ul>li .information{width:380px;float:left}.basket-list>ul>li .information .art{color:gray;font:13px/15px roboto__light}.basket-list>ul>li .information .title{margin-top:3px}.basket-list>ul>li .information .title,.basket-list>ul>li .information .title a{color:#262626;text-decoration:none;font:18px/21px roboto__light}.basket-list>ul>li .information .title a:hover{text-decoration:underline}.basket-list>ul>li .information .price-info{color:#999;margin-top:20px;font:14px/16px roboto__light}.basket-list>ul>li .information .price-info .sale{margin-top:3px}.basket-list>ul>li .count{width:78px;-webkit-box-sizing:border-box;box-sizing:border-box;float:left;position:relative;margin-left:15px}.basket-list>ul>li .count .inp-wrap input[type="text"],.basket-list>ul>li .count .inp-wrap input[type="number"]{display:block;width:44px!important;height:43px;padding-left:5px;padding-right:5px;border:1px solid #d9d9d9;background:#fff;-webkit-border-radius:0;border-radius:0;text-align:center;-moz-appearance:textfield}.wrap-overflow input::-webkit-outer-spin-button,.wrap-overflow input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.basket-list>ul>li .count .plus,.basket-list>ul>li .count .minus{position:absolute;cursor:pointer;width:10px;height:10px;-webkit-transition:opacity 0.4s;-o-transition:opacity 0.4s;transition:opacity 0.4s}.basket-list>ul>li .count .plus:hover,.basket-list>ul>li .count .minus:hover{opacity:.3}.basket-list>ul>li .count .plus{top:15px;right:-12px}.basket-list>ul>li .count .plus:before,.basket-list>ul>li .count .plus:after{content:'';display:block;background:#262626;position:absolute}.basket-list>ul>li .count .plus:before{width:2px;height:10px;top:-4px;left:4px}.basket-list>ul>li .count .plus:after{width:10px;height:2px}.basket-list>ul>li .count .minus{top:27px;right:-12px}.basket-list>ul>li .count .minus:before{content:'';display:block;background:#262626;width:10px;height:2px;position:absolute;top:4px;right:0}.basket-list>ul>li .price{font:18px/21px roboto__medium,Arial,sans-serif;color:#262626;float:left;margin-left:38px}.basket-list>ul>li .delete-btn{width:20px;height:20px;position:absolute;top:50%;margin-top:-10px;right:29px;cursor:pointer}.basket-list>ul>li .delete-btn:before,.basket-list>ul>li .delete-btn:after{content:'';display:block;-webkit-transition:opacity 0.4s;-o-transition:opacity 0.4s;transition:opacity 0.4s;width:20px;height:20px;position:absolute;top:0;left:0}.basket-list>ul>li .delete-btn:before{opacity:1;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAQAAAAngNWGAAAA6klEQVR42pWTPY7CQAyF3SRFFIkzEKpNAZciCofJnmLRdwSgQqJLwy0IRUifgiJrWZH5jQjPxVhPn2WNxyM3EZOzpabTuLBjRSyvYkljyJlSo7K8IXuEQv7UbilI3Usp1OlYEzpo2JHZS5dEXUW9qWETeSMmhi7tCjS0zGRATGmViIWcjsLtOYGdAXP3fpXIha0eqWMdeyKNvWaL3v3RfCPUnL02MOCgoQWE7lecRK1SXEQoZHB055ZcvwBrqnGtd2MvsxoYz+JpPP3Ak48D1zQb9YR3S5F8WIrxa2Yi6xe3Gljcga9QP3+Ff/fyB3T3s8FNAAAAAElFTkSuQmCC) 0 0/20px 20px no-repeat}.basket-list>ul>li .delete-btn:after{opacity:0;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkZFNUE0NjZCMjdCRjExRThCRDVCOTU3RjQyMUREQUQ3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkZFNUE0NjZDMjdCRjExRThCRDVCOTU3RjQyMUREQUQ3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RkU1QTQ2NjkyN0JGMTFFOEJENUI5NTdGNDIxRERBRDciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RkU1QTQ2NkEyN0JGMTFFOEJENUI5NTdGNDIxRERBRDciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6z6+R5AAAB4ElEQVR42qyVTWtTURCGby5GRIUughSCAXUXW2Kx+0IFFaGgKzfNSpOVf8D8gvoH4iYxG9NVXFgoiC4iuFdIQbPygwYSJOmiYIu0i/iMvJHDENMEHXiYuffOee+558ycmxgOh5G3vcyt87h1uAfLcEGPBvAeXkI91Xnzw49NeEHECrgnkNKtHuwqzkB6lAolRCtjBRE6jXsGefgJZagx4JN74VXcA3gEZ2DTrsk78oLPJfYB7pPwOZpg5F/BNeC6iZKf/yOoz6xI7AYP96MpjHFzuKZEi4yrJgYXb9oGfINzsHjSzMaIXsbZshzApVi7aRtQ9mIk5yAZXCftXpjDmK+4p9JYj1UaZjUvhmvBa+KzhsV2j/iam2hV/m6sOuv53cTa8BZW4ZVY1b22m6VddyEXq2h3/dqQdIxbg3ewIixeG5WIsw7Mx9F/NhPsqwP87tlmbAczG810W03gzTS+x6q9tDogtGywZnfEaE2z7uVZteROrEaP1E7hGu7gbDdvEx8aFsMSccu9vCC/5Qt7geQv/1TYOoJKavSG2imaofVeaOxj04r1edbHdfVkU40fTXE4NIPD4XdxnwpyHsrbqfGRATMdX5MO2CJuIzhguyra2Q7YKX8BfZXZX38BvwQYACvJ0n+WD3NnAAAAAElFTkSuQmCC) 0 0/20px 20px no-repeat}.basket-list>ul>li .delete-btn:hover:before{opacity:0}.basket-list>ul>li .delete-btn:hover:after{opacity:1}.order-inform{margin-top:30px}.order-inform ul li{color:#262626;padding-left:64px;min-height:61px}.order-inform ul li .title{font:14px/16px roboto__bold;padding-top:6px}.order-inform ul li .content{font:14px/16px roboto__light;margin-top:4px}.basket-list>ul{padding:0;margin:0}.basket-list>ul>li{position:relative;display:block;list-style:none;margin-left:20px}@media (max-width:1000px){.basket-list>ul>li{margin-left:10px}}@media (max-width:567px){.basket-list>ul>li{margin-left:5px}}.basket-list>ul>li>.clb{clear:both}
/* FILE: css/cart2.css */
.basket-list>ul>li+li{border-top:1px solid #e6e6e6}.basket-list>ul>li .photo{text-align:center;padding-left:5px;padding-right:10px;width:110px;float:left}.basket-list>ul>li .photo a{display:block;vertical-align:middle}.basket-list>ul>li .photo a img{max-width:100px;max-height:100px;padding-top:11px}.basket-list>ul>li .information{float:left}.basket-list>ul>li .information .art{color:gray;font:13px/15px Arial}.basket-list>ul>li .information .title{margin-top:3px}.basket-list>ul>li .information .title,.basket-list>ul>li .information .title a{color:#262626;text-decoration:none;font:16px/21px Arial}.basket-list>ul>li .information .title a:hover{text-decoration:underline}.basket-list>ul>li .information .price-info{color:#999;margin-top:10px;font:14px/16px Arial}.basket-list>ul>li .count{width:78px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;margin-left:15px;font-size:16px}.basket-list>ul>li .price{font:18px/21px Arial,Arial,sans-serif;font-weight:700;color:#262626;margin-left:38px;margin-right:18px;min-width:110px}.basket-list>ul>li{display:flex!important;align-items:center}.basket-list>ul>li>div{float:none!important}.basket-list>ul>li .photo .ral{color:#262626;font:13px/15px Arial}.basket-list>ul>li .photo .ral .color{position:relative;width:26px;height:26px;border:2px solid rgba(127,126,124,.5);margin-bottom:.2rem}.basket-list>ul>li .photo .ral .color div{margin-left:3px;margin-top:3px;width:calc(100% - 6px);height:calc(100% - 6px)}.basket-list>ul>li .count .inp-wrap{float:left}.basket-list>ul>li .count .buttons{position:relative;float:left}.basket-list>ul>li .count{flex-direction:row;align-items:center}.basket-list>ul>li .count .buttons>div{right:-20px}.basket-list>ul>li .title{text-transform:inherit}.basket-list>ul>li .information{margin:1rem 0}.basket-list>ul>li .information .details{color:gray;font:13px/15px Arial;margin-top:.3rem}.basket-list>ul>li .information .solo_price{color:#262626;font:13px/15px Arial;margin-top:.7rem}.basket-list li .ral_wrp img{padding-top:0!important}.basket-list li .ral{position:relative;display:flex;justify-content:center;width:100%;margin-top:.4rem;margin-bottom:.7rem;flex-direction:column;align-items:center}@media only screen and (max-width:1380px){.basket-list .show-more{left:50%;margin-left:-37px;bottom:-45px}}@media only screen and (max-width:1151px){.basket-list>ul>li .information .price-info{margin-top:10px}.basket-list>ul>li .price{margin-left:25px;font-size:16px;line-height:18px}.basket-list>ul>li .information{width:262px}}@media only screen and (max-width:1023px){.basket-list>ul>li{margin-left:0}.basket-list>ul>li .photo{padding-right:5px}.basket-list>ul>li .photo a img{max-width:100px;padding-top:20px}.basket-list>ul>li .information .title,.basket-list>ul>li .information .title a{font-size:16px;line-height:18px}.basket-list>ul>li .information .price-info{font-size:13px;line-height:15px;margin-top:15px}.basket-list>ul>li .count{width:74px}.basket-list>ul>li .price{margin-left:15px;min-width:95px}.basket-list>ul>li .information{width:175px}.basket-list>ul>li .information .price-info{font-size:13px;line-height:15px;margin-top:15px}.basket-list>ul>li .count .inp-wrap input[type="text"],.basket-list>ul>li .count .inp-wrap input[type="number"]{width:40px!important}.basket-list>ul>li .delete-btn{right:16px}}@media only screen and (max-width:767px){.basket-list>ul>li .information{width:195px}}@media only screen and (max-width:567px){.basket-list>ul>li{padding-top:10px;padding-bottom:10px;width:96%;flex-wrap:wrap}.basket-list>ul>li .photo{width:50%;padding-top:4px;padding-left:0;padding-right:0}.basket-list>ul>li .photo a img{max-width:150px;max-height:150px;padding-top:30px}.basket-list>ul>li .information{width:50%;padding-left:6px;padding-right:5px;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:0;display:table-cell;float:none;vertical-align:middle}.basket-list>ul>li .information .art{font-size:12px;line-height:14px}.basket-list>ul>li .information .title,.basket-list>ul>li .information .title a{font-size:14px;line-height:16px}.basket-list>ul>li .information .price-info{margin-top:7px;font-size:12px;line-height:14px}.basket-list>ul>li .information .price-info .sale{margin-top:2px}.basket-list>ul>li .count{display:table-cell;vertical-align:middle;width:10%;margin-left:26%;margin-top:12px;height:100%;font-size:13px;float:none;margin-left:28%}.basket-list>ul>li .count .inp-wrap input[type="text"],.basket-list>ul>li .count .inp-wrap input[type="number"]{height:37px;width:30px!important}.basket-list>ul>li .count .plus,.basket-list>ul>li .count .minus{display:none}.basket-list>ul>li .count .plus{top:12px}.basket-list>ul>li .count .minus{top:22px}.basket-list>ul>li .price{display:table-cell;font-size:13px;line-height:15px;vertical-align:middle;width:30%;margin-top:12px;min-width:75px;text-align:center;white-space:nowrap;float:none}.basket-list>ul>li .delete-btn{margin-left:0;right:0;top:11px;position:relative}.basket-list>ul>li{padding-top:10px;padding-bottom:10px;width:298px}.basket_final_line{margin:1.2em}.basket_final_line .inner{flex-wrap:wrap;flex-direction:column-reverse}.basket_final_line .inner .amount{margin-bottom:18px;font-size:1.2rem}}.basket-list>ul.email{float:left}.basket-list>ul.email>li .photo{width:140px}.basket-list>ul.email>li .photo a{text-decoration:none}.basket-list>ul.email>li .photo .ral .color{width:34px}.basket-list>ul.email>li .count,.basket-list>ul.email>li .price{padding-top:50px}.basket-list>ul.email>li .count input{border:none;background:none;width:30px;padding:0;text-align:right;color:#000}.basket-list .price_actual{color:#cc5300}.basket-list .price_old{text-decoration:line-through}
/* FILE: css/order.css */
.order-form{display:flex;flex-wrap:wrap;justify-content:center}.order-form>ul{width:60%}.order-form>ul>li{margin:0 0 33px;text-align:left;border-bottom:2px solid rgba(0,0,0,0);-webkit-transition:all 0.4s;-o-transition:all 0.4s;transition:all 0.4s}.order-form>ul>li input{background:none;border:none;border-bottom:1px solid #000;font-size:1.2rem;width:100%;padding-bottom:5px;-webkit-transition:all 0.4s;-o-transition:all 0.4s;transition:all 0.4s}.order-form>ul>li.error{border-bottom:2px solid red}.order-form>ul>li.error input{border-bottom:1px solid rgba(0,0,0,0)}.radio-line{margin:0 0 40px!important}.radio-inp{display:block;position:relative;margin-left:10px;padding-left:24px;cursor:pointer;color:#777;margin-bottom:15px;font-size:1.2rem}.radio-inp .ico{background:#fff;width:17px;height:17px;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #d9d9d9;-webkit-border-radius:9px;border-radius:9px;position:absolute;top:0;left:-4px}.radio-inp .ico:before{content:'';display:block;opacity:0;background:#000;-webkit-border-radius:4px;border-radius:4px;width:7px;height:7px;position:absolute;top:4px;left:4px;-webkit-transition:opacity 0.4s;-o-transition:opacity 0.4s;transition:opacity 0.4s}.radio-inp input[type="radio"]{position:absolute;left:-9999px;font:14px/16px roboto__light;color:#262626}.radio-inp input[type="radio"]:checked+span+.ico:before{opacity:1}.radio-inp input[type="radio"]:checked+span{color:#000}.hidden_on_start{display:none}.order-form .buttons{display:flex;flex-wrap:nowrap}.order-form .buttons a{margin-bottom:0!important}.order-form .buttons a+a{margin-left:30px}@media only screen and (max-width:1023px){.order-form>ul{width:80%}}@media only screen and (max-width:767px){.order-form>ul{width:90%}}@media only screen and (max-width:567px){.order-form>ul{width:100%}.order-form>ul>li input{font-size:1rem}.order-form>ul>li{margin:0 0 30px}.radio-line{margin:0 0 30px!important}.radio-inp{margin-bottom:10px;font-size:1rem}.order-form .buttons{flex-wrap:wrap;justify-content:center;flex-direction:column-reverse}.order-form .buttons a+a{margin-left:0;margin-bottom:15px!important}}.success_order p{line-height:1.5em;margin-bottom:.7em}.order-form .hint{margin-top:1em;font-size:.8em}
/* FILE: css/claude.css */
.header-icons>a>svg{display:block;margin:0 auto;width:82%;height:82%;fill:#fff}.footer-socials>a>svg{display:block;margin:0 auto;width:80%;height:80%;fill:#fff}@media (min-width:769px){.header-icons{-ms-flex:0 1 auto;flex:0 1 auto;width:auto}}@media (max-width:768px){.header-icons{margin-left:auto}.header-icons>a,.header-icons>.header-cart__link{margin:0 0 0 20px}.header-burger{margin-left:20px}}@media (max-width:480px){.header-icons>a,.header-icons>.header-cart__link{margin:0 0 0 14px}.header-burger{margin-left:14px}}@media (min-width:769px){.header-icons>a.header-phone,.header-icons>a.header-max{display:none}}@media (min-width:993px) and (max-width:1270px){.header-menu__list>li,.header-menu__list li{margin:0 23px}}@media (min-width:993px) and (max-width:1150px){.header-menu__list>li,.header-menu__list li{margin:0 17px}}@media (min-width:769px) and (max-width:992px){.header-menu__list>li{margin:0 13px}}@media (min-width:577px) and (max-width:1500px){.footer-menu__list>li>a,.footer-menu__list>li>span{font-size:16px}}@media (min-width:577px) and (max-width:1150px){.footer-menu--top .footer-menu__list>li{margin:0 15px 10px}}.catalog-item__price .price_old::after,.catalog-item__price .price_actual::after{content:" \0440."}
/* FILE: css/submenu2025.css */
.menu-toggle{display:none}.header-menu,.header-menu *{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.header-menu a,.header-menu label,.header-menu input,.header-menu :focus,.header-menu :focus-visible{outline:none!important}.header-menu__list>li>label>a,.header-menu__list>li>label>span{color:#fff;font-size:18px;text-transform:uppercase}.header-menu__list>li>label>span{cursor:default}@media (max-width:1500px){.header-menu__list>li>label>a,.header-menu__list>li>label>span{font-size:16px}}@media (min-width:769px) and (max-width:992px){.header-menu__list>li>label>a,.header-menu__list>li>label>span{font-size:13px}}@media (min-width:769px){.header-menu__list li[data-id="27"] .level-2{-webkit-columns:2;-moz-columns:2;columns:2;column-gap:0}.header-menu__list li[data-id="27"] .level-2>li{-webkit-column-break-inside:avoid;break-inside:avoid}.header-menu__list .level-2>li>a,.header-menu__list .level-2>li>span{font-size:16px;padding:9px 25px}}@media (min-width:993px) and (max-width:1500px){.header-menu__list .level-2>li>a,.header-menu__list .level-2>li>span{font-size:15px;padding:7px 20px}}@media (min-width:769px) and (max-width:992px){.header-menu__list .level-2>li>a,.header-menu__list .level-2>li>span{font-size:13px;padding:4px 14px}}@media (max-width:768px){.header-menu__list>li{text-align:left}.header-menu__list>li>label>a,.header-menu__list>li>label>span{font-size:18px;font-weight:700}.header-menu__list li.active>label>span{text-decoration:underline}.header-menu__list .has-submenu>label{display:flex;align-items:center;justify-content:space-between;cursor:pointer;user-select:none}.header-menu__list .has-submenu>label a{pointer-events:none}.header-menu__list .has-submenu>label::after{content:'';width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid #fff;margin-left:10px;transition:transform 0.5s ease;transform:rotate(-90deg)}.menu-toggle:checked+label::after{transform:rotate(0deg)}.header-menu__list .level-2{max-height:0;overflow:hidden;transition:max-height 0.5s ease;list-style:none;padding-left:0;margin:0!important}.header-menu__list .level-2>li{text-align:left}.header-menu__list .level-2>li:first-child{margin-top:15px}.header-menu__list .level-2>li:last-child{padding-bottom:0}.menu-toggle:checked~.level-2{max-height:690px}.header-menu__list .level-2 li a,.header-menu__list .level-2 li span{text-transform:none;font-weight:400}.header-menu__list .level-2 li a{color:#bbb!important}.header-menu__list .level-2 li.black a{font-weight:700;color:#fff!important}.header-menu__list .level-2>li a:hover{color:#fff!important}.header-menu__list .level-2 li span{color:#eee;text-decoration:underline}}
/* FILE: css/header2026.css */
:root{--l26-t:.4s;--l26-t-close:.3s;--l26-t-fade:.5s}:root .header-menu__list>li>label>a,:root .header-menu__list>li>label>span,:root .header-menu__list>li>a,:root .header-menu__list>li>span{text-transform:uppercase;font-weight:400;line-height:21px}:root .header-phone__num{display:none}@media (min-width:1024px){:root .header-menu__list>li{display:flex;align-items:center;height:85px}:root .header-menu__list{position:relative}:root .header-menu__list>li[data-id="27"]{position:static}:root .header-menu__list>li::after{display:none}:root .header-menu__list>li>label{position:relative}:root .header-menu__list>li>label::before{content:"";position:absolute;left:0;bottom:-2px;width:100%;height:1px;background:#fff;transform:scale(0);transition:transform var(--l26-t) ease}body._desktop .header-menu__list>li:hover>label::before,body._desktop .header-menu__list>li.active>label::before{transform:scale(1)}:root .header-icons{display:flex;align-items:center}:root .header-icons>a.header-phone{display:flex;align-items:center;order:1;flex:0 0 auto;width:auto;height:35px;font:inherit;font-size:18px;line-height:21px;color:#fff;white-space:nowrap}:root .header-icons>a.header-phone .header-phone__num{display:inline}:root .header-icons>a.header-phone::after{width:12px;height:12px;left:-8px}:root .header-icons>a.header-phone>svg{display:none}:root .header-icons>a.header-max{display:block;order:2;background:url(/template/files/images/landing2026/icon-max.svg) center / contain no-repeat}:root .header-icons>a.header-max>svg{display:none}:root .header-icons>.header-cart__link{order:3;background:url(/template/files/images/landing2026/icon-cart.svg) center / contain no-repeat}:root .header-icons>.header-cart__link>picture{display:none}}@media (min-width:1024px){:root .header-menu__list>li>label,:root .header-menu__list>li>a{white-space:nowrap}:root .header-menu__list .has-submenu>label::after{content:"";display:inline-block;width:0;height:0;margin-left:6px;vertical-align:middle;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #fff}:root .header-menu__list{clip-path:inset(0 -2000px 2px -2000px);transition:clip-path var(--l26-t) ease}:root .header-menu__list.is-open{clip-path:inset(0 -2000px calc(-1 * var(--l26-menu-h,340px)) -2000px)}:root .header-menu__list::after{content:"";position:fixed;left:0;top:85px;width:100%;height:var(--l26-menu-h,340px);z-index:0;background:#f2f2f2}:root .header-menu__list .level-2{position:absolute;left:0;top:100%;width:auto;height:auto;min-height:var(--l26-menu-h,340px);margin:0;padding:var(--l26-menu-pt) 0 var(--l26-menu-pb);background:#f2f2f2;border:0;z-index:1;--l26-menu-gap:60px;--l26-menu-pt:20px;--l26-menu-pb:30px}:root .header-menu__list li[data-id="27"] .level-2{left:var(--l26-li-m,30px);right:var(--l26-li-m,30px)}:root .header-menu__list{--l26-li-m:30px}:root .header-menu__list>li .level-2{display:grid;visibility:hidden;opacity:0}:root .header-menu__list>li .level-2.is-current{visibility:visible;opacity:1;z-index:1}:root .header-menu__list>li .level-2.is-leaving{visibility:visible;opacity:0;z-index:2;pointer-events:none;transition:opacity var(--l26-t-fade) ease-in-out}:root .header-menu__list .level-2>li{display:block;margin:0;padding:0;border:0;background:none}:root .header-menu__list .level-2>li>a,:root .header-menu__list .level-2>li>span{display:inline;padding:0;font-size:16px;line-height:22px;font-weight:400;text-transform:none;text-decoration:none;color:#17140f;background:none;white-space:normal}:root .header-menu__list .level-2>li>a{position:relative}:root .header-menu__list .level-2>li>a::before{content:"";position:absolute;left:-11px;top:-3px;bottom:-3px;width:1px;background:currentColor;transform:scaleY(0);transition:transform var(--l26-t) ease}:root .header-menu__list .level-2>li>a:hover{background:none;color:inherit;text-decoration:none}body._desktop .header-menu__list .level-2>li>a:hover::before{transform:scaleY(1)}:root .header-menu__list li[data-id="27"] .level-2{grid-template-columns:repeat(4,minmax(0,1fr));grid-template-rows:repeat(7,min-content);grid-auto-flow:column;column-gap:var(--l26-menu-gap);row-gap:16px;align-content:start;background-image:linear-gradient(#e0e0e0,#e0e0e0),linear-gradient(#e0e0e0,#e0e0e0),linear-gradient(#e0e0e0,#e0e0e0);background-size:1px calc(100% + var(--l26-menu-pt) + var(--l26-menu-pb));background-repeat:no-repeat;background-origin:content-box;background-position:calc(25% - var(--l26-menu-gap) / 4) calc(-1 * var(--l26-menu-pt)),50% calc(-1 * var(--l26-menu-pt)),calc(75% + var(--l26-menu-gap) / 4) calc(-1 * var(--l26-menu-pt))}:root .header-menu__list li[data-id="27"] .level-2>li.black,:root .header-menu__list li[data-id="27"] .level-2>li[data-id="27"],:root .header-menu__list li[data-id="27"] .level-2>li[data-id="2270"]{grid-column:4}:root .header-menu__list .level-2>li.black>a,:root .header-menu__list .level-2>li.black>span,:root .header-menu__list .level-2>li[data-id="27"]>a,:root .header-menu__list .level-2>li[data-id="27"]>span,:root .header-menu__list .level-2>li[data-id="2270"]>a{background:none;color:#17140f;font-weight:400;text-transform:uppercase}:root .header-menu__list .level-2>li[data-id="1647"]>a{background:none!important;color:#d07f04;font-weight:400;text-transform:uppercase}:root .header-menu__list li[data-id="3130"] .level-2,:root .header-menu__list li[data-id="1095"] .level-2{display:block;min-width:240px;padding-right:40px}:root .header-menu__list li[data-id="3130"] .level-2>li,:root .header-menu__list li[data-id="1095"] .level-2>li{margin:0 0 16px}}@media (min-width:1761px) and (max-width:1800px){:root .header-menu__list>li{margin:0 24px}:root .header-menu__list{--l26-li-m:24px}}@media (min-width:1501px) and (max-width:1760px){:root .header{padding:0 50px}:root .catalog-section__title{padding:0 50px}:root .header-menu__list>li{margin:0 18px}:root .header-menu__list{--l26-li-m:18px}:root .header-menu__list li[data-id="27"] .level-2{--l26-menu-gap:40px}:root .header-icons>a.header-phone{font-size:16px}}@media (min-width:1024px) and (max-width:1500px){:root .header-menu__list>li{height:75px;margin:0 12px}:root .header-menu__list{--l26-li-m:12px}:root .header-menu__list::after{top:75px}:root .header-menu__list li[data-id="27"] .level-2{--l26-menu-gap:24px}:root .header-menu__list .level-2>li>a,:root .header-menu__list .level-2>li>span{font-size:14px;line-height:20px}:root .header-menu__list>li>label>a,:root .header-menu__list>li>label>span,:root .header-menu__list>li>a,:root .header-menu__list>li>span{font-size:15px}:root .header-icons>a.header-phone{height:30px;font-size:14px}:root .header-icons>a.header-phone::after{width:10px;height:10px}}@media (min-width:1024px) and (max-width:1270px){:root .header-menu__list>li{margin:0 14px}:root .header-menu__list{--l26-li-m:14px}:root .header-menu__list .level-2>li>a,:root .header-menu__list .level-2>li>span{font-size:13px;line-height:18px}:root .header-menu__list>li>label>a,:root .header-menu__list>li>label>span,:root .header-menu__list>li>a,:root .header-menu__list>li>span{font-size:14px}:root .header-icons>a.header-phone{width:30px;flex:0 0 30px}:root .header-icons>a.header-phone::after{width:30%;height:30%;left:-4px}:root .header-icons>a.header-phone>svg{display:block}:root .header-icons>a.header-phone .header-phone__num{display:none}}@media (min-width:1024px) and (max-width:1150px){:root .header-menu__list>li{height:65px;margin:0 12px}:root .header-menu__list{--l26-li-m:12px}:root .header-menu__list::after{top:65px}:root .header-menu__list .level-2>li>a,:root .header-menu__list .level-2>li>span{font-size:12px;line-height:17px}:root .header-menu__list>li>label>a,:root .header-menu__list>li>label>span,:root .header-menu__list>li>a,:root .header-menu__list>li>span{font-size:13px}}@media (max-width:1023.98px){:root .header-burger{display:block;margin:0 10px 0 20px}:root .header-icons{margin-left:auto;flex:0 1 auto;width:auto}:root .header-icons>a,:root .header-icons>.header-cart__link{margin:0 0 0 20px}:root .header-icons>a.header-phone,:root .header-icons>a.header-max{display:flex}:root .header-menu{display:block;position:fixed;right:0;top:65px;width:285px;height:calc(100vh - 65px);max-height:none;padding:35px 20px 40px;z-index:2;background-color:#17140f;overflow-y:auto;transform:translateX(105%);transition:transform .4s ease}:root .header-menu.active{transform:translateX(0)}:root .header-menu__list{display:block}:root .header-menu__list>li::after{display:none}:root .header-menu__list>li>label{display:block}:root .header-menu__list .has-submenu>label{display:flex;align-items:center;justify-content:space-between;cursor:pointer;user-select:none}:root .header-menu__list .has-submenu>label a{pointer-events:none}:root .header-menu__list .has-submenu>label::after{content:"";display:inline-block;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid #fff;border-bottom:0;margin-left:10px;vertical-align:middle;transition:transform .5s ease;transform:rotate(-90deg)}:root .header-menu__list .menu-toggle:checked+label::after{transform:rotate(0deg)}:root .header-menu__list .level-2{display:block;position:static;visibility:visible;opacity:1;z-index:auto;top:auto;left:auto;width:auto;height:auto;min-height:0;max-height:0;overflow:hidden;transition:max-height .5s ease;list-style:none;padding:0;margin:0!important;background:none;-webkit-columns:auto;columns:auto}:root .header-menu__list .menu-toggle:checked~.level-2{max-height:690px}:root .header-menu__list li[data-id="27"] .level-2{-webkit-columns:auto;columns:auto}:root .header-menu__list .level-2>li{display:block;margin:0;padding:0 0 11px;border:0;background:none;text-align:left}:root .header-menu__list .level-2>li:first-child{margin-top:15px}:root .header-menu__list .level-2>li>a,:root .header-menu__list .level-2>li>span{display:inline;padding:0;background:none;white-space:nowrap}:root .header-menu__list .level-2>li>a:hover{background:none}:root .header-icons>.header-cart__link{background:url(/template/files/images/landing2026/icon-cart.svg) center / contain no-repeat}:root .header-icons>.header-cart__link>picture{display:none}:root .header-icons>a.header-phone{background:url(/template/files/images/landing2026/icon-phone.svg) center / auto 82% no-repeat}:root .header-icons>a.header-max{background:url(/template/files/images/landing2026/icon-max.svg) center / contain no-repeat}:root .header-icons>a.header-phone>svg,:root .header-icons>a.header-max>svg{display:none}:root .header::before{content:"";position:fixed;inset:0;z-index:1;background:rgba(23,20,15,.6);opacity:0;visibility:hidden;transition:opacity var(--l26-t) ease,visibility 0s linear var(--l26-t)}body:has(.header-menu.active) .header::before{opacity:1;visibility:visible;transition:opacity var(--l26-t) ease,visibility 0s}body:has(.header-menu.active) .header{z-index:10200}:root .header-menu__list>li{display:block;height:auto;margin:0 0 20px;text-align:left}:root .header-menu__list>li>label>a,:root .header-menu__list>li>label>span{font-size:18px;font-weight:700;text-transform:uppercase;line-height:1}:root .header-menu__list .level-2 li a,:root .header-menu__list .level-2 li span{font-size:12.8px!important;line-height:1;color:#bbb!important;text-transform:none;text-decoration:none}:root .header-menu__list .level-2 li.black a,:root .header-menu__list .level-2 li[data-id="27"] a{font-weight:700;color:#fff!important;background:none}:root .header-menu__list .level-2 li[data-id="1647"] a{background:none!important;color:#d07f04!important;font-weight:700}:root .header-menu__list .level-2 li span{color:#fff!important}}@media (max-width:576px){:root .header-menu{top:50px;height:calc(100vh - 50px)}}@media (max-width:480px){:root .header-icons>a,:root .header-icons>.header-cart__link{margin:0 0 0 14px}:root .header-burger{margin-left:14px}}
/* FILE: css/landing2026.css */
@font-face{font-family:"Arimo";font-style:normal;font-weight:400 700;font-display:swap;src:url(/template/files/fonts/arimo/arimo-cyrillic-ext.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:"Arimo";font-style:normal;font-weight:400 700;font-display:swap;src:url(/template/files/fonts/arimo/arimo-cyrillic.woff2) format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:"Arimo";font-style:normal;font-weight:400 700;font-display:swap;src:url(/template/files/fonts/arimo/arimo-latin-ext.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Arimo";font-style:normal;font-weight:400 700;font-display:swap;src:url(/template/files/fonts/arimo/arimo-latin.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.l26{color:#000;background:#fff;-webkit-font-smoothing:antialiased;--l26-t-zoom:.5s}.l26.font-arimo{font-family:"Arimo",Arial,Helvetica,sans-serif}.l26 *,.l26 *::before,.l26 *::after{box-sizing:border-box}.l26 img{display:block;max-width:100%}.l26 a{color:inherit;text-decoration:none}.l26 ul{list-style:none;margin:0;padding:0}.l26 h1,.l26 h2,.l26 p{margin:0}.l26 .wrapper{background:#fff}.l26-wrap{max-width:1692px;margin:0 auto;padding:0 20px;box-sizing:content-box}.l26-section{padding-top:200px}.l26{--l26-h2:42px;--l26-h2-lh:50px}.l26-h2{font-weight:600;font-size:var(--l26-h2);line-height:var(--l26-h2-lh);text-transform:uppercase;color:#17140f}.l26-sub,.l26-more{font-size:16px;line-height:22px;letter-spacing:-.48px;text-transform:uppercase;color:#17140f}.l26-more{white-space:nowrap}.l26-more,.l26-footer__col a,.l26-footer__bottom>a:not(.l26-footer__sitelab){position:relative;display:inline-block}.l26-more::after,.l26-footer__col a::after,.l26-footer__bottom>a:not(.l26-footer__sitelab)::after{content:"";position:absolute;left:0;bottom:-3px;width:100%;height:1px;background:currentColor;transform:scale(0);transition:transform var(--l26-t) ease}body._desktop .l26-more:hover::after,body._desktop .l26-footer__col a:hover::after,body._desktop .l26-footer__bottom>a:not(.l26-footer__sitelab):hover::after{transform:scale(1)}.l26-text{font-size:18px;line-height:25px;color:#000}.l26-head{display:flex;align-items:baseline;justify-content:space-between;gap:20px 30px;flex-wrap:wrap}.l26-head__left{display:flex;align-items:baseline;gap:20px 30px;flex-wrap:wrap}.l26-head>.l26-more{margin-left:auto}.l26-logo{display:inline-block;width:168px;height:35px;flex:0 0 168px}.l26-logo img{width:100%;height:100%;object-fit:contain;object-position:left center}.l26-btn{display:inline-flex;align-items:center;justify-content:center;height:49px;padding:10px 24px;border:1px solid #17140f;font:inherit;font-size:18px;line-height:27px;color:#17140f;background:transparent;cursor:pointer;white-space:nowrap;transition:background-color var(--l26-t) ease,color var(--l26-t) ease}body._desktop .l26-btn:hover{background:#17140f;color:#fff}.l26-btn--white{min-width:240px;height:56px;padding:12px 25px;border:0;background:#fff}.l26-input{display:block;width:100%;height:49px;padding:10px 24px;border:1px solid #17140f;border-radius:0;background:transparent;font:inherit;font-size:18px;line-height:27px;color:#17140f;outline:none;-webkit-appearance:none;appearance:none}.l26-input::placeholder{color:#17140f;opacity:1}.l26-input:focus,.l26-input:not(:placeholder-shown){background:#fff}.l26{--l26-hdr:85px}@media (max-width:1500px){.l26{--l26-hdr:75px}}@media (max-width:1150px){.l26{--l26-hdr:65px}}@media (max-width:576px){.l26{--l26-hdr:50px}}.l26 .l26-main{padding-top:calc(var(--l26-hdr) - 1px)}.l26-hero{position:relative;height:min(1080px,56.25vw);min-height:560px;overflow:hidden;background:#17140f}.l26-hero__slider{position:absolute;inset:0}.l26-hero__slide{position:relative;height:100%}.l26-hero__slide img{display:block;width:100%;height:100%;object-fit:cover}.l26-hero__slide img.mobile{display:none}.l26-hero__slider.is-single .intro-slider__arrows,.l26-hero__slider.is-single .intro-slider__dots{display:none}.l26-hero__inner{position:relative;height:100%;z-index:1;pointer-events:none}.l26-hero__inner .l26-btn{pointer-events:auto}.l26-hero__title{position:absolute;left:20px;top:19.4%;max-width:700px;font-weight:600;font-size:44px;line-height:53px;text-transform:uppercase;color:#fff}.l26-hero .l26-btn{position:absolute;left:20px;bottom:18.9%}@media (min-width:1024px){.l26-hero{height:calc(100vh - var(--l26-hdr) + 1px);min-height:0}.l26-hero .l26-btn{bottom:100px}}.l26-about__grid{display:grid;grid-template-columns:minmax(0,952fr) minmax(0,556fr);column-gap:clamp(40px,9.6vw,184px);align-items:start}.l26-about__head{display:flex;align-items:baseline;gap:12px 50px;flex-wrap:wrap}.l26-mission{margin-top:60px}.l26-mission__label{margin-left:16px;font-weight:700;font-size:16px;line-height:22px}.l26 .l26-mission__text{margin-top:30px;padding-left:16px;border-left:1px solid #dfdedc;font-size:20px;line-height:28px}.l26 .l26-lines{margin-top:80px}.l26-line{display:grid;grid-template-columns:25px 271px minmax(0,1fr);column-gap:80px;align-items:center;padding:30px 0;border-bottom:1px solid #dfdedc}.l26-line__num{font-size:16px;line-height:18px;color:#17140f}.l26-line__title{font-weight:700;font-size:20px;line-height:23px;color:#17140f}.l26-line__text{font-size:16px;line-height:22px}.l26-video{position:relative;overflow:hidden;background:#dfdedc}.l26-video--about{aspect-ratio:556 / 830}.l26-video--production{aspect-ratio:556 / 830}.l26-video>picture,.l26-video>picture>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.l26-video__overlay{position:absolute;top:0;left:12%;width:21%;height:auto}.l26-video[data-video]{cursor:pointer}.l26-video__player{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;background:#000}.l26-video__player[hidden]{display:none}.l26-video.is-playing>picture{display:none}.l26-video.is-playing{cursor:default}.l26-tiles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:60px}.l26-tile{position:relative;display:block}.l26-tile__label{position:absolute;left:2px;bottom:2px;z-index:1;padding:12px 20px 13px;background:#fff;font-size:18px;line-height:25px;color:#000}.l26-tile__img{aspect-ratio:556 / 530;overflow:hidden;background:#f2f2f2}.l26-tile__img img{width:100%;height:100%;object-fit:cover;transition:transform var(--l26-t-zoom) ease}body._desktop .l26-tile:hover .l26-tile__img img,body._desktop .l26-project:hover img{transform:scale(1.04)}.l26-popular .l26-head{margin-bottom:60px;align-items:center}.l26-arrows{display:flex;gap:10px}.l26-arrow{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:1px solid #17140f;background:#fff;color:#17140f;cursor:pointer;transition:background-color var(--l26-t) ease,color var(--l26-t) ease,opacity var(--l26-t) ease}.l26-arrow svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.5}body._desktop .l26-arrow:hover{background:#17140f;color:#fff}.l26-arrow.swiper-button-disabled{opacity:.3;cursor:default;pointer-events:none}.l26-popular .swiper-container{overflow:visible}.l26-popular .swiper-wrapper{align-items:flex-start}.l26 .catalog-item{flex:0 0 320px;width:320px;max-width:320px;padding:0;border:0!important}.l26 .catalog-item__img{position:static;transform:none;width:100%;height:auto;aspect-ratio:1 / 1;overflow:hidden;background:#ecebe9}.l26 .catalog-item__img img{transform:none;object-fit:cover;transition:transform var(--l26-t-zoom) ease}body._desktop.l26 .catalog-item:hover .catalog-item__img img,.l26 .catalog-item.touched .catalog-item__img img{transform:scale(1.04)}.l26 .catalog-item__info{position:static;padding:10px 0 0;opacity:1;visibility:visible;pointer-events:auto;background:none;text-align:left}.l26 .catalog-item__info-top{justify-content:flex-start;align-items:baseline;flex-wrap:nowrap}.l26 .catalog-item__title{order:0;width:auto;flex:0 1 auto;margin:0;font-size:18px;line-height:21px;text-transform:none}.l26 .catalog-item__price{order:0;width:auto;flex:0 0 auto;margin:0 0 0 20px;font-size:18px;line-height:21px}.l26 .catalog-item__info-list{display:block;margin-top:10px;text-transform:none}.l26 .catalog-item__info-list>li{display:block;margin:0;font-size:16px;line-height:24px}.l26 .catalog-item__price .price_old::after,.l26 .catalog-item__price .price_actual::after{content:" \20BD"}.l26-projects__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:60px}.l26-project{position:relative;display:block;aspect-ratio:841 / 400;overflow:hidden;background:#f2f2f2}.l26-project img{width:100%;height:100%;object-fit:cover;transition:transform var(--l26-t-zoom) ease}.l26-project__label{position:absolute;left:2px;bottom:2px;padding:12px 20px 13px;background:#fff;font-size:18px;line-height:25px;color:#000}.l26-more-m{display:none}.l26-form{margin-top:200px;padding:40px 0;background:#dfdedc}.l26-form__grid{display:grid;grid-template-columns:minmax(0,620fr) minmax(0,516fr) minmax(0,556fr);align-items:center;column-gap:30px}.l26-form .l26-h2{max-width:520px;font-size:calc(var(--l26-h2) * .9);line-height:calc(var(--l26-h2-lh) * .9)}.l26-form__text{max-width:444px;font-size:18px;line-height:25px}.l26-form__form{display:flex;gap:10px;align-items:center}.l26-form__form .l26-field{position:relative;flex:1 1 240px;max-width:346px;min-width:0}.l26-form__form .l26-input{padding-right:46px}.l26-field::after{content:"";position:absolute;right:11px;top:50%;width:24px;height:24px;margin-top:-12px;pointer-events:none;opacity:0;transition:opacity var(--l26-t) ease;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M20 6L9 17L4 12' stroke='%23219653' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 24px 24px no-repeat}.l26-field.is-valid::after{opacity:1}.l26-form__form .l26-btn{flex:0 0 auto}.l26-form__form{flex-wrap:wrap}.l26-form__msg{display:none;flex-basis:100%;font-size:16px;line-height:22px;color:#17140f}.l26-form--done .l26-field,.l26-form--done .l26-btn{display:none}.l26-form--done .l26-form__msg,.l26-form--error .l26-form__msg{display:block}.l26-form--error .l26-input{border-color:#f21010}.l26-form--error .l26-form__msg{color:#f21010}.l26-form--busy{opacity:.6;pointer-events:none}.l26-production__grid{display:grid;grid-template-columns:minmax(0,982fr) minmax(0,556fr);column-gap:clamp(40px,8vw,154px);align-items:start}.l26-production__cols{display:grid;grid-template-columns:minmax(0,620fr) minmax(0,362fr)}.l26-production__logo{margin-top:24px}.l26-production__texts{margin-top:40px}.l26-production__texts .l26-text{max-width:380px}.l26-production__photo{margin-top:40px;aspect-ratio:982 / 510;overflow:hidden;background:#f2f2f2}@media (min-width:993px){.l26-production__grid{align-items:stretch}.l26-production__body{display:grid;grid-template-rows:auto auto auto minmax(0,1fr)}.l26-production__photo{aspect-ratio:auto;min-height:200px}}.l26-production__photo img{width:100%;height:100%;object-fit:cover}.l26 .footer{margin-top:200px;padding:100px 0;background:#17140f;color:#fff}.l26-footer__grid{display:grid;grid-template-columns:426px minmax(0,1fr) auto;row-gap:90px}.l26-footer__col ul{display:flex;flex-direction:column;gap:20px}.l26-footer__col a{font-size:18px;line-height:25px;color:#fff}.l26-footer__brand{display:flex;flex-direction:column;align-items:flex-start}.l26-footer__brandrow{display:flex;align-items:flex-start;gap:61px}.l26-footer__brand .l26-logo{width:171px;flex-basis:171px}.l26-footer__badge{display:block;width:51px;height:104px;flex:0 0 51px}.l26-footer__badgelink{display:block;flex:0 0 51px;width:51px;height:104px}.l26-socials{display:flex;gap:36px;margin-top:78px}.l26-socials a{position:relative;display:block;width:40px;height:40px}.l26-socials a img{width:100%;height:100%;object-fit:contain}.l26-socials a.inst::after{content:"*";position:absolute;top:-8px;right:-8px;font-size:12px;line-height:17px;color:#696969}.l26-footer__bottom{grid-column:1 / -1;display:grid;grid-template-columns:426px minmax(0,1fr) auto;align-items:end;column-gap:30px;font-size:18px;line-height:25px;color:#696969}.l26-footer__bottom>a{color:#696969;justify-self:start}.l26-footer__sitelab{transition:color var(--l26-t) ease}body._desktop .l26-footer__sitelab:hover{color:#fff}.l26-footer__sitelab{display:inline-flex;align-items:center;gap:11px}.l26-footer__sitelab img{width:67px;height:15px}.l26-footer__note{max-width:360px;text-align:right;font-size:12px;line-height:17px}@media (max-width:1500px){.l26-section{padding-top:150px}.l26-form,.l26 .footer{margin-top:150px}.l26-form__grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);row-gap:24px}.l26-form__form{grid-column:1 / -1}.l26{--l26-h2:36px;--l26-h2-lh:43px}.l26-hero__title{font-size:37px;line-height:44px}.l26-line{grid-template-columns:25px 240px minmax(0,1fr);column-gap:50px}.l26-footer__grid,.l26-footer__bottom{grid-template-columns:360px minmax(0,1fr) auto}.l26-socials{margin-top:60px}}@media (max-width:1150px){.l26-section{padding-top:120px}.l26-form,.l26 .footer{margin-top:120px}.l26{--l26-h2:32px;--l26-h2-lh:38px}.l26-hero__title{font-size:34px;line-height:41px}.l26-text,.l26-form__text,.l26-tile__label,.l26-footer__col a,.l26-footer__bottom{font-size:16px;line-height:22px}.l26 .catalog-item{flex-basis:280px;width:280px;max-width:280px}.l26-line{grid-template-columns:25px 200px minmax(0,1fr);column-gap:40px;padding:24px 0}.l26-form{padding:30px 0}.l26-form__grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);row-gap:24px}.l26-form__form{grid-column:1 / -1}.l26 .footer{padding:70px 0}.l26-footer__grid,.l26-footer__bottom{grid-template-columns:300px minmax(0,1fr) auto}}@media (max-width:992px){.l26-about__grid,.l26-production__grid{grid-template-columns:minmax(0,1fr);row-gap:40px}.l26-video--about{max-width:556px}.l26-video--production{max-width:556px}.l26-tiles{gap:10px}.l26-footer__grid,.l26-footer__bottom{grid-template-columns:minmax(0,1fr) minmax(0,1fr);row-gap:50px}.l26-footer__brand{grid-column:1 / -1}.l26-socials{margin-top:40px}.l26-footer__note{grid-column:1 / -1;max-width:none;text-align:left}}@media (max-width:768px){.l26-section{padding-top:80px}.l26-form,.l26 .footer{margin-top:80px}.l26{--l26-h2:36px;--l26-h2-lh:43px}.l26-head{align-items:flex-start;flex-direction:column;gap:12px}.l26-head__left{gap:12px 20px}.l26-hero{height:min(700px,194vw);min-height:0}.l26-hero__slide img.mobile{display:block}.l26-hero__slide img:not(.mobile){display:none}.l26-hero__title{top:auto;bottom:111px;right:20px;max-width:none;font-size:31px;line-height:37px}.l26-hero .l26-btn{right:20px;bottom:24px;min-width:0}.l26-about__grid{row-gap:30px}.l26-about__head{gap:12px}.l26-mission{margin-top:30px}.l26-mission__label{margin-left:0}.l26-mission__text{padding-left:8px}.l26 .l26-lines{margin-top:10px}.l26-line{grid-template-columns:minmax(0,1fr);row-gap:10px;padding:20px 0}.l26-video--about,.l26-video--production,.l26-production__photo{max-width:none;margin-left:-20px;margin-right:-20px}.l26-video--about{aspect-ratio:360 / 583}.l26-video--production{aspect-ratio:360 / 519}.l26-production__photo{aspect-ratio:360 / 300;margin-top:30px}.l26-tiles{grid-template-columns:minmax(0,1fr);gap:20px;margin-top:30px}.l26-tile__img{aspect-ratio:320 / 305}.l26-popular .l26-head{margin-bottom:30px;align-items:flex-start}.l26-popular .l26-arrows{display:none}.l26 .catalog-item{flex-basis:255px;width:255px;max-width:255px}.l26 .catalog-item__info-top{justify-content:space-between}.l26 .catalog-item__title,.l26 .catalog-item__price{font-size:16px;line-height:18px}.l26-projects__grid{grid-template-columns:minmax(0,1fr);gap:24px;margin-top:30px}.l26-project{aspect-ratio:4 / 5}.l26-collections .l26-head .l26-more,.l26-projects .l26-head .l26-more{display:none}.l26-more-m{display:block;margin-top:30px;text-align:center}.l26-form{padding:60px 0}.l26-form__grid{grid-template-columns:minmax(0,1fr);row-gap:30px}.l26-form .l26-h2{max-width:none}.l26-form__text{max-width:none}.l26-form__form{flex-direction:column;align-items:stretch;gap:20px}.l26-form__form .l26-field{flex:0 0 auto;max-width:none}.l26-production__cols{grid-template-columns:minmax(0,1fr)}.l26-production__logo{margin-top:20px;justify-self:end}.l26-production__texts{margin-top:30px;display:grid;row-gap:20px}.l26-production__texts .l26-text{max-width:none}.l26 .footer{padding:20px 0 40px}.l26-footer__grid,.l26-footer__bottom{grid-template-columns:minmax(0,1fr);row-gap:40px}.l26-footer__col a{color:#bdbdbd}.l26-footer__brand .l26-logo{width:171px}.l26-socials{gap:52px;margin-top:60px}.l26-footer__bottom{row-gap:20px}.l26-footer__note{font-size:12px;line-height:17px}}@media (max-width:576px){.l26-hero__title{font-size:29px;line-height:35px}}@media (max-width:480px){.l26{--l26-h2:32px;--l26-h2-lh:38px}.l26-hero__title{font-size:27px;line-height:32px}}@media (max-width:440px){.l26{--l26-h2:28px;--l26-h2-lh:34px}.l26-hero__title{font-size:24px;line-height:29px}}@media (max-width:400px){.l26{--l26-h2:26px;--l26-h2-lh:32px}.l26-hero__title{font-size:22px;line-height:27px}}.l26 .wform-overlay-table{table-layout:fixed}.l26 .wform-overlay-cell{padding:0 15px}.l26 .wform-overlay-modal{width:480px;max-width:100%;padding:40px;background:#fff;border-radius:0;box-shadow:0 20px 60px rgba(0,0,0,.25);color:#17140f}.l26 div.wform-modal{width:auto;min-height:0;padding:0;box-sizing:border-box;font-family:inherit;font-size:16px}.l26 .wform-modal .wform-logo img{max-width:171px;max-height:35px;padding:0 0 24px}.l26 .wform-modal .wform-title{margin-bottom:24px;font-family:inherit;font-weight:600;font-size:26px;line-height:32px;text-transform:uppercase;text-align:left;color:#17140f}.l26 .wform-modal .wform-block{width:100%;margin:0 0 10px}@media (min-width:571px){.l26 .wform-modal .wform-block.half{width:calc(50% - 6px);margin-left:10px}.l26 .wform-modal .wform-block.half.left{margin-left:0}}.l26 .wform-modal .wform-block input,.l26 .wform-modal .wform-block textarea{height:49px;padding:10px 24px;border:1px solid #17140f;border-radius:0;box-shadow:none;background:#fff;font-family:inherit;font-size:16px;line-height:27px;color:#17140f}.l26 .wform-modal .wform-block textarea{height:110px;line-height:22px}.l26 .wform-modal .wform-block label{left:24px;right:12px;top:15px;width:auto;font-size:16px;line-height:20px;color:#696969}.l26 .wform-modal .wform-block.req label::before{content:"";right:8px;top:-1px;width:22px;height:22px;background:url(/template/modules/ff/images/icons.png) no-repeat -24px 0;opacity:1}.l26 .wform-modal .wform-block.req label.focused::before{opacity:.45}.l26 .wform-modal .wform-block.req-error label::before{background-position:-24px -24px;opacity:1}.l26 .wform-modal .wform-block.req-error input,.l26 .wform-modal .wform-block.req-error textarea{border-color:#f21010}.l26 .wform-modal .wform-reqinfo{margin:6px 0 20px;padding-left:30px;font-size:12px;line-height:22px;color:#696969}.l26 .wform-modal .wform-reqinfo span{left:0;top:0;margin-top:0;width:22px;height:22px;background:url(/template/modules/ff/images/icons.png) no-repeat -24px 0;opacity:1}.l26 .wform-modal .wform-reqinfo{display:block}.l26 .wform-modal label.wform-checkbox-imitate{padding:0 10px 0 26px;line-height:18px;color:#17140f}.l26 .wform-modal .wform-block input[type=checkbox]+label::before{content:"";top:0;left:0;width:18px;height:18px;border:1px solid #17140f;border-radius:0;background:#fff;transition:background-color var(--l26-t) ease}.l26 .wform-modal .wform-block input[type=checkbox]:checked+label::before{background:#17140f;border-color:#17140f}.l26 .wform-modal .wform-block input[type=checkbox]:checked+label::after{content:"";position:absolute;z-index:3;left:6px;top:2px;width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.l26 .wform-modal .req-error .wform-checkbox-imitate{border-color:transparent}.l26 .wform-modal .req-error input[type=checkbox]+label::before{border-color:#f21010}.l26 .wform-modal .wform-field.checkbox a{color:#17140f;text-decoration:underline;border:0}.l26 .wform-modal .wform-button-wr{width:100%}.l26 .wform-modal .wform-button{height:49px;padding:0 24px;background:#17140f;border:1px solid #17140f;border-radius:0;font-family:inherit;font-size:18px;font-weight:400;line-height:47px!important;text-transform:none;color:#fff;transition:background-color var(--l26-t) ease,color var(--l26-t) ease}body._desktop.l26 .wform-modal .wform-button:hover{background:#fff;color:#17140f}.l26 .wform-modal .wform-success,.l26 .wform-modal .wform-alert{font-size:18px;line-height:25px;color:#17140f}@media (max-width:576px){.l26 .wform-overlay-modal{padding:24px 20px}.l26 .wform-modal .wform-title{font-size:22px;line-height:28px}}@media (max-width:768px) and (orientation:portrait){.l26-hero{height:calc(100vh - var(--l26-hdr) + 1px);height:calc(100svh - var(--l26-hdr) + 1px)}}
