.loader{display:block}.preloader{width:50px;height:50px;position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);animation:rotatePreloader 2s ease-in infinite}@keyframes rotatePreloader{0%{transform:translateX(-50%) translateY(-50%) rotate(0deg)}to{transform:translateX(-50%) translateY(-50%) rotate(-1turn)}}.preloader div{position:absolute;width:100%;height:100%;opacity:0}.preloader div:before{content:"";position:absolute;left:50%;top:0;width:10%;height:10%;background-color:#fff;transform:translateX(-50%);border-radius:50%}.preloader div:first-child{transform:rotate(0deg);animation:rotateCircle1 2s linear infinite;z-index:9}@keyframes rotateCircle1{0%{opacity:0}0%{opacity:1;transform:rotate(36deg)}7%{transform:rotate(0deg)}57%{transform:rotate(0deg)}to{transform:rotate(-324deg);opacity:1}}.preloader div:nth-child(2){transform:rotate(36deg);animation:rotateCircle2 2s linear infinite;z-index:8}@keyframes rotateCircle2{5%{opacity:0}5.0001%{opacity:1;transform:rotate(0deg)}12%{transform:rotate(-36deg)}62%{transform:rotate(-36deg)}to{transform:rotate(-324deg);opacity:1}}.preloader div:nth-child(3){transform:rotate(72deg);animation:rotateCircle3 2s linear infinite;z-index:7}@keyframes rotateCircle3{10%{opacity:0}10.0002%{opacity:1;transform:rotate(-36deg)}17%{transform:rotate(-72deg)}67%{transform:rotate(-72deg)}to{transform:rotate(-324deg);opacity:1}}.preloader div:nth-child(4){transform:rotate(108deg);animation:rotateCircle4 2s linear infinite;z-index:6}@keyframes rotateCircle4{15%{opacity:0}15.0003%{opacity:1;transform:rotate(-72deg)}22%{transform:rotate(-108deg)}72%{transform:rotate(-108deg)}to{transform:rotate(-324deg);opacity:1}}.preloader div:nth-child(5){transform:rotate(144deg);animation:rotateCircle5 2s linear infinite;z-index:5}@keyframes rotateCircle5{20%{opacity:0}20.0004%{opacity:1;transform:rotate(-108deg)}27%{transform:rotate(-144deg)}77%{transform:rotate(-144deg)}to{transform:rotate(-324deg);opacity:1}}.preloader div:nth-child(6){transform:rotate(180deg);animation:rotateCircle6 2s linear infinite;z-index:4}@keyframes rotateCircle6{25%{opacity:0}25.0005%{opacity:1;transform:rotate(-144deg)}32%{transform:rotate(-180deg)}82%{transform:rotate(-180deg)}to{transform:rotate(-324deg);opacity:1}}.preloader div:nth-child(7){transform:rotate(216deg);animation:rotateCircle7 2s linear infinite;z-index:3}@keyframes rotateCircle7{30%{opacity:0}30.0006%{opacity:1;transform:rotate(-180deg)}37%{transform:rotate(-216deg)}87%{transform:rotate(-216deg)}to{transform:rotate(-324deg);opacity:1}}.preloader div:nth-child(8){transform:rotate(252deg);animation:rotateCircle8 2s linear infinite;z-index:2}@keyframes rotateCircle8{35%{opacity:0}35.0007%{opacity:1;transform:rotate(-216deg)}42%{transform:rotate(-252deg)}92%{transform:rotate(-252deg)}to{transform:rotate(-324deg);opacity:1}}.preloader div:nth-child(9){transform:rotate(288deg);animation:rotateCircle9 2s linear infinite;z-index:1}@keyframes rotateCircle9{40%{opacity:0}40.0008%{opacity:1;transform:rotate(-252deg)}47%{transform:rotate(-288deg)}97%{transform:rotate(-288deg)}to{transform:rotate(-324deg);opacity:1}}.preloader div:nth-child(10){transform:rotate(324deg);animation:rotateCircle10 2s linear infinite;z-index:0}@keyframes rotateCircle10{45%{opacity:0}45.0009%{opacity:1;transform:rotate(-288deg)}52%{transform:rotate(-324deg)}102%{transform:rotate(-324deg)}to{transform:rotate(-324deg);opacity:1}}.popup{position:fixed;z-index:50;overflow-y:auto}.popup,.popup-bg{top:0;right:0;left:0;bottom:0}.popup-bg{position:absolute;background:rgba(0,0,0,.5)}.popup-wrap{width:100%;min-height:100vh;display:flex;justify-content:center;align-items:center;position:relative;z-index:10;overflow-y:auto}.popup-container{margin-top:50px;margin-bottom:50px;max-width:840px;background:#fff;padding:25px 32px;z-index:2}.popup-container,.popup-top{width:100%;position:relative}.popup-top{padding-bottom:15px;display:flex;justify-content:space-between;align-items:flex-start}.popup-top__title{width:100%;max-width:100%;text-align:center;margin-top:35px;font-weight:300;font-size:24px;line-height:29px;color:#4f4f4f}.popup-close{position:absolute;right:0;top:0;padding:0}.popup-close,.popup-close svg{width:30px;height:30px}@media screen and (max-width:900px){.popup-bg{position:fixed}.popup-wrap{height:100vh;padding-left:15px;padding-right:15px;display:block;overflow-y:auto}}@media screen and (max-width:425px){.popup-container{padding:15px 20px}.popup-top__title{font-size:16px}.popup-top{padding-bottom:10px}}.main-button{position:relative;display:inline-block;width:100%;padding:12px 52px;outline:none;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;min-width:100px}.main-button,.main-button:after,.main-button:before{background:#ad8d50;transition:background .4s ease-in-out}.main-button:after,.main-button:before{width:4px;height:100%;content:"";position:absolute;top:0}.main-button:before{left:-8px}.main-button:after{right:-8px}.main-button.black,.main-button.black:after,.main-button.black:before{background:#202122}.main-button.black:hover,.main-button.black:hover:after,.main-button.black:hover:before{background:#ad8d50}.main-button.outline{background:#fff;border:1px solid #555}.main-button.outline:hover{background:#555}.main-button.outline:hover .main-button__label{color:#fff}.main-button.outline .main-button__label{color:#555}.main-button[data-progress=true]{pointer-events:none}.main-button[data-progress=true]:after,.main-button[data-progress=true]:before{animation:button-load 1s ease-in-out infinite}.main-button[data-progress=true] .main-button__label{opacity:0}.main-button[data-progress=true] .main-button__loader{display:inline-block}.main-button:disabled{opacity:.7;pointer-events:none}.main-button:disabled:hover{background-color:#dadada}.main-button:hover{background:#202122}.main-button:hover:before{background:#202122;animation:button-pulse-left 1s ease-in-out infinite}.main-button:hover:after{background:#202122;animation:button-pulse-right 1s ease-in-out infinite}.main-button__label{font-style:normal;font-weight:300;font-size:14px;line-height:24px;text-align:center;text-transform:uppercase;color:#fff;display:block;transition:color .3s ease}.main-button__loader{display:none;position:absolute;top:50%;transform:translateY(-50%);left:0;width:100%;height:25px;text-align:center;font-size:0}.main-button__loader .preloader{height:25px;width:25px}.main-button__loader-inner{display:inline-block;height:3em;width:3em;font-size:8px;text-indent:-9999em}@keyframes button-pulse-left{0%{transform:translateX(0);opacity:1}20%{transform:translateX(-8px);opacity:0}60%{transform:translateX(10px);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes button-pulse-right{0%{transform:translateX(0);opacity:1}20%{transform:translateX(8px);opacity:0}60%{transform:translateX(-10px);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes button-load{0%{opacity:1}50%{opacity:0}to{opacity:1}}@media screen and (max-width:680px){.main-button{padding:8px 32px}}.small-loader{position:relative;min-width:100px;min-height:30px;display:flex;justify-content:center;align-items:center}.small-loader .loader{min-height:25px}.small-loader .loader>div{width:25px;height:25px}.breadcrumbs{width:100%;display:inline-block;margin-top:20px}.breadcrumbs.catalog{margin-top:65px}.breadcrumbs-item{display:flex;align-items:center;justify-content:center}.breadcrumbs-item-wrapper{display:flex;align-items:center;justify-content:flex-start}.breadcrumbs-item a{text-decoration:none;cursor:pointer;display:inline-block;position:relative}.breadcrumbs-item a:before{position:absolute;left:0;bottom:-2px;height:1px;width:0;background:#fff;opacity:0;content:"";transition:all .3s ease-in-out}.breadcrumbs-item a:hover:before{width:100%;opacity:1}.breadcrumbs-item a span{color:#fff}.breadcrumbs-item svg{width:8px;height:12px;margin-left:10px}.breadcrumbs-item:last-child svg{display:none}.breadcrumbs-item:last-child a span{color:#ad8d50}.breadcrumbs-item:last-child a:before{display:none}.breadcrumbs-item+.breadcrumbs-item{margin-left:10px}@media screen and (max-width:1380px){.breadcrumbs-item{margin-right:10px}.breadcrumbs-item-wrapper{flex-wrap:wrap}.breadcrumbs-item+.breadcrumbs-item{margin-left:0}}@media screen and (max-width:960px){.breadcrumbs.catalog{margin-top:0;margin-bottom:20px}}.hidden{z-index:98;position:relative}.category-products{width:100%;position:absolute;top:100%;left:0;right:0;border-bottom:.5px solid hsla(0,0%,100%,.2)}.category-products-wrapper{width:100%;background:#333;padding-top:26px;padding-bottom:46px}.category-products-wrap{width:100%;display:flex;align-items:flex-start;justify-content:space-between}.category-products-wrap .img-wrap{width:267px;height:186px}.category-products-wrap .img-wrap img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.category-products-item{margin-top:4px;margin-bottom:6px;padding-left:15px;padding-right:15px;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column}.category-products-item-wrap{width:calc(100% - 315px);display:flex;align-items:flex-start;justify-content:space-between}.category-products-item-left,.category-products-item-right{width:50%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column}.category-products-item-left a,.category-products-item-right a{display:inline-block;text-decoration:none;cursor:pointer}.category-products-item-left a h3,.category-products-item-right a h3{font-size:14px;line-height:16px;font-weight:400;color:#fff;text-transform:uppercase;margin-bottom:5px}.category-products-item-left a span,.category-products-item-right a span{font-style:normal;font-weight:300;font-size:14px;margin-bottom:15px;line-height:14px;text-transform:uppercase;color:#fff;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.category-products-item-left a span.hover-line,.category-products-item-right a span.hover-line{text-transform:none;line-height:1}.category-products-item-left a.active h3,.category-products-item-right a.active h3{color:#ad8d50}@media screen and (max-width:1380px){.category-products-wrapper{padding-top:20px;padding-bottom:20px}}.category{width:100%}.category-wrapper{width:100%;border-top:.5px solid hsla(0,0%,100%,.2);border-bottom:.5px solid hsla(0,0%,100%,.2);padding-top:10px;padding-bottom:10px}.category-wrap{width:100%;display:flex;align-items:center;justify-content:space-between}.category-wrap a{text-decoration:none;cursor:pointer;display:inline-block}.category-wrap a span{font-style:normal;font-weight:300;font-size:12px;line-height:24px;text-transform:uppercase;color:#fff;display:inline-block}.category-wrap a+a{margin-left:10px}.category-show{position:relative;width:100%}@media screen and (max-width:1380px){.category-wrap a span{font-size:10px}.category-wrap a+a{margin-left:10px}}.burger-category{width:100%;display:block}.burger-category-head{width:100%;display:flex;align-items:flex-start;justify-content:space-between}.burger-category-head a{max-width:calc(100% - 15px);text-decoration:none;cursor:pointer;display:inline-block;font-style:normal;font-weight:300;font-size:14px;line-height:24px;text-transform:uppercase;color:#fff}.burger-category-head a+a{margin-top:8px}.burger-category-head svg{margin-left:5px;display:inline-block;margin-top:5px}.burger-category-head.active a{color:#ad8d50}.burger-category-head.active svg{transform:rotate(180deg)}.burger-category-head.active svg path{fill:#ad8d50}.burger-category-header{width:100%;display:flex;align-items:flex-start;justify-content:space-between}.burger-category-header a{text-decoration:none;cursor:pointer;font-style:normal;font-weight:300;font-size:14px;line-height:24px;text-transform:uppercase;color:#fff}.burger-category-header a+a{margin-top:8px}.burger-category-header a{margin-left:5px;font-size:12px!important;display:inline-block;max-width:calc(100% - 15px)}.burger-category-header svg{margin-left:5px;display:inline-block;margin-top:5px}.burger-category-header.active a{color:#ad8d50}.burger-category-header.active svg{transform:rotate(180deg)}.burger-category-header.active svg path{fill:#ad8d50}.burger-category-body-child{width:100%;margin-top:4px;margin-bottom:4px;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column}.burger-category-body-child a{text-decoration:none;cursor:pointer;font-style:normal;font-weight:300;font-size:14px;line-height:24px;text-transform:uppercase;color:#fff}.burger-category-body-child a+a{margin-top:8px}.burger-category-body-child a{display:inline-block;margin-left:10px;font-size:12px!important;line-height:14px!important}.burger-category+.burger-category{margin-top:3px}.burger-menu{position:fixed;top:55px;left:0;right:0;width:100%;background:#202122;border-top:1px solid hsla(0,0%,100%,.2);height:calc(100vh - 55px)}.burger-menu-wrap{height:100%;width:100%;display:flex;align-items:center;justify-content:space-between;flex-direction:column}.burger-menu-body{height:100%;width:100%;display:flex;justify-content:center;align-items:flex-start}.burger-menu-left,.burger-menu-right{width:50%;height:100%;display:flex;justify-content:flex-start;flex-direction:column;padding:30px 20px 10px 20px}.burger-menu-left a,.burger-menu-right a{text-decoration:none;cursor:pointer;display:inline-block;font-style:normal;font-weight:300;font-size:14px;line-height:24px;text-transform:uppercase;color:#fff}.burger-menu-left a+a,.burger-menu-right a+a{margin-top:8px}.burger-menu-left{align-items:flex-start;border-right:1px solid hsla(0,0%,100%,.2)}.burger-menu-left a{text-align:left}.burger-menu-right{align-items:flex-start;height:600px;overflow-y:scroll}.burger-menu-bottom{display:flex;align-items:center;justify-content:center;width:100%;padding:24px 10px;border-bottom:1px solid hsla(0,0%,100%,.2)}.burger-menu-bottom .header-switchers a{margin-left:20px}.product-card{display:flex;justify-content:flex-start;align-items:center;flex-direction:column;text-decoration:none;cursor:pointer;width:100%}.product-card:hover .img-wrap img{transform:scale(1.2)}.product-card .img-wrap{width:100%;height:375px;background:linear-gradient(180deg,#535353,#343434);margin-bottom:12px;overflow:hidden}.product-card .img-wrap img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transition:transform .7s ease-in-out}.product-card-desc{width:100%;display:flex;align-items:flex-start;justify-content:space-between}.product-card-desc svg{width:32px;height:32px}.product-card-desc-left{display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;max-width:80%}.product-card-desc-left h3{font-style:normal;font-weight:400;font-size:12px;line-height:20px;text-transform:uppercase;font-feature-settings:"pnum" on,"lnum" on;color:#fff;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card-desc-left p{margin-top:4px;font-style:italic;font-weight:300;font-size:14px;line-height:22px;text-transform:uppercase;font-feature-settings:"pnum" on,"lnum" on;color:#fff}.product-card-desc-left p.small{font-size:10px}.product-card-wrapper{width:100%;position:relative}.product-card-favorite{position:absolute;right:8px;top:8px;display:inline-block;cursor:pointer;z-index:2}.product-card-favorite.selected svg path,.product-card-favorite:hover svg path{fill:#ad8d50}.product-card-favorite svg{width:30px;height:30px}.product-card-favorite svg path{fill:#fff;transition:fill .3s ease-in-out}.product-card-favorite.cross{top:16px;right:16px}.product-card-favorite.cross svg{width:16px;height:16px}.product-card-favorite.cross svg path{stroke:#fff;transition:stroke .3s ease-in-out}.product-card-favorite.cross:hover svg path{stroke:#ad8d50}@media screen and (max-width:1380px){.product-card .img-wrap{height:290px}}.search{width:100%;padding-top:40px;padding-bottom:40px}.search-wrap{width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column}.search-wrap h2{font-size:32px;line-height:32px;font-feature-settings:"pnum" on,"lnum" on;margin-bottom:35px}.search-wrap h2,.search-wrap h4{font-style:normal;font-weight:300;text-transform:uppercase;color:#fff}.search-wrap h4{font-size:20px;line-height:24px;font-feature-settings:"pnum" on,"lnum" on;opacity:.5}.search-item{padding-left:15px;padding-right:15px;max-width:25%;flex:0 0 25%;margin-bottom:40px}.search-item-wrap{width:100%;display:flex;flex-wrap:wrap}.search-item-container{width:calc(100% + 30px);height:500px;overflow-y:scroll}@media screen and (max-width:1000px){.search-item{max-width:33.333%;flex:0 0 33.333%}}@media screen and (max-width:680px){.search{padding-top:20px;padding-bottom:20px}.search-item{max-width:50%;flex:0 0 50%}.search-wrap h2{font-size:24px;margin-bottom:20px}}@media screen and (max-width:450px){.search-item{max-width:100%;flex:0 0 100%}.search-item-container{height:calc(100vh - 150px)}}.header{width:100%;position:fixed;left:0;top:0;right:0;z-index:50}.header-wrapper{width:100%;background:#202122;position:relative}.header-wrap{width:100%;display:flex;align-items:center;justify-content:space-between;padding-top:10px;padding-bottom:10px}.header-search{position:fixed;top:117px;left:0;right:0;bottom:0;background:#4c4c4c;height:100%;width:100%}.header-left{display:flex;align-items:center;justify-content:space-between;width:100%}.header-logo{cursor:pointer;text-decoration:none;display:inline-block}.header-logo svg{width:143px;height:48px}.header-logo svg path{fill:#fff}.header-cart-counter{position:absolute;background:#ad8d50;display:flex;align-items:center;justify-content:center;border-radius:50%;right:-4px;top:0;width:16px;height:16px}.header-cart-counter span{font-feature-settings:"pnum" on,"lnum" on;font-size:10px;color:#fff;font-weight:600;padding:3px}.header-pages{display:flex;align-items:center;justify-content:center;margin:auto}.header-pages label{display:inline-block;width:759px}.header-pages label input{width:100%;padding:8px 16px;background:transparent;border:.5px solid hsla(0,0%,100%,.6);font-style:normal;font-weight:300;font-size:14px;line-height:24px;text-transform:uppercase;color:#fff}.header-pages label input::-webkit-input-placeholder{opacity:1;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.header-pages label input:-moz-placeholder,.header-pages label input::-moz-placeholder{opacity:1;-moz-transition:opacity .3s ease;transition:opacity .3s ease}.header-pages label input:-ms-input-placeholder{opacity:1;-ms-transition:opacity .3s ease;transition:opacity .3s ease}.header-pages label input:focus::-webkit-input-placeholder{opacity:0;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.header-pages label input:focus:-moz-placeholder,.header-pages label input:focus::-moz-placeholder{opacity:0;-moz-transition:opacity .3s ease;transition:opacity .3s ease}.header-pages label input:focus:-ms-input-placeholder{opacity:0;-ms-transition:opacity .3s ease;transition:opacity .3s ease}.header-pages a{cursor:pointer;text-decoration:none;display:inline-block;font-style:normal;font-weight:400;font-size:13px;line-height:24px;text-transform:uppercase;color:#fff}.header-pages a+a{margin-left:30px}.header-btns,.header-right{display:flex;align-items:center;justify-content:center}.header-btns a{cursor:pointer;text-decoration:none;display:inline-block;position:relative}.header-btns a svg{width:24px;height:24px}.header-btns a+a{margin-left:24px}.header-switchers{margin-left:33px;display:flex;align-items:center;justify-content:center}.header-switchers .header-lang{position:relative}.header-switchers .header-lang .current-lang{text-decoration:none;cursor:pointer;font-style:normal;font-weight:400;font-size:14px;line-height:24px;text-transform:uppercase;color:#ad8d50;display:flex;align-items:center;justify-content:center}.header-switchers .header-lang .current-lang-img{width:24px;height:24px;margin-left:5px}.header-switchers .header-lang .current-lang-img img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.header-switchers .header-lang__item{display:inline-block;text-decoration:none;cursor:pointer;font-style:normal;font-weight:400;font-size:14px;line-height:24px;text-transform:uppercase;color:#ad8d50;width:100%;text-align:center}.header-switchers .header-lang__item-wrap{padding-left:4px;padding-right:4px;max-width:33.333%;flex:0 0 33.333%}.header-switchers .header-lang__list{position:absolute;left:50%;top:100%;transform:translateX(-50%);background:#202122;z-index:3;padding:5px 10px;border:1px solid hsla(0,0%,100%,.2)}.header-switchers .header-lang__list.currency{width:150px;display:flex;flex-wrap:wrap}.header-switchers .header-lang+.header-lang{margin-left:35px}.header-category{width:100%}.header-mobile{display:none}.header-burger{cursor:pointer;margin-left:10px;display:flex;align-items:center;justify-content:center;flex-direction:column}.header-burger span{width:18px;height:1px;background:#fff;display:block;transition:transform .4s ease}.header-burger span+span{margin-top:5px}.header-burger.active span:nth-child(2){display:none}.header-burger.active span:first-child{transform:rotate(-45deg) translate(-2px,2px);transition:transform .4s ease}.header-burger.active span:nth-child(3){transform:rotate(45deg) translate(-2px,-3px);transition:transform .4s ease}@media screen and (max-width:1480px){.header-switchers .header-lang__list.currency{transform:translateX(-85%)}}@media screen and (max-width:1380px){.header-logo svg{width:95px;height:32px}.header-pages label{width:500px}.header-pages label input{font-size:12px;padding:4px 12px}.header-pages a{font-size:13px}.header-pages a+a{margin-left:15px}.header-switchers{margin-left:20px}.header-switchers a+a{margin-left:15px}.header-search{top:117px}}@media screen and (max-width:1180px){.header-pages{display:none}.header-pages label{width:100%}.header-pages.mobile{display:block;width:100%}.header-logo.hidden{display:none}.header-left{width:100%}.header-right{display:none}.header-mobile{display:flex}.header-mobile.header-btns.hidden{display:none}.header-search{top:55px;z-index:20}.header-switchers .header-lang+.header-lang{margin-left:24px}}.footer{width:100%}.footer-wrapper{width:100%;padding-top:40px;padding-bottom:40px;background:#202122}.footer-wrap{width:100%;display:flex;align-items:flex-start;justify-content:space-between}.footer-logo{text-decoration:none;cursor:pointer;display:inline-block;margin-right:35px}.footer-logo svg{width:120px;height:40px}.footer-left{justify-content:flex-start}.footer-left,.footer-right{display:flex;align-items:flex-start}.footer-right{justify-content:space-between;width:calc(100% - 185px)}.footer-right-wrap p{font-style:normal;font-weight:400;font-size:12px;line-height:16px;text-transform:uppercase;color:#fff;opacity:.7;display:inline-block;font-feature-settings:"pnum" on,"lnum" on}.footer-right ul{list-style-type:none}.footer-right ul li a{text-decoration:none;cursor:pointer;display:inline-block}.footer-right ul li a span{font-style:normal;font-weight:400;font-size:14px;line-height:24px;text-transform:uppercase;color:#fff}.footer-right ul li+li{margin-top:8px}.footer-right-numbers{display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column}.footer-right-numbers a{text-decoration:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.footer-right-numbers a svg{width:16px;height:16px;margin-right:10px}.footer-right-numbers a span{font-feature-settings:"pnum" on,"lnum" on;font-style:normal;font-weight:300;font-size:14px;line-height:24px;text-transform:uppercase;color:#fff}.footer-right-socials{display:flex;align-items:center;justify-content:flex-start}.footer-right-socials a{text-decoration:none;cursor:pointer;display:inline-block;transition:transform .3s ease-in-out}.footer-right-socials a:hover{transform:scale(1.2)}.footer-right-socials a svg{width:24px;height:24px}.footer-right-socials a+a{margin-left:16px}.footer-right-links{margin-top:20px;display:flex;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap;gap:4px;max-width:470px}.footer-right-links-item{width:calc(50% - 2px)}.footer-right-links a,.footer-right-links p{font-style:normal;font-weight:400;font-size:12px;line-height:16px;text-transform:uppercase;color:#fff;opacity:.7;display:inline-block;cursor:pointer;position:relative;text-decoration:none}.footer-right-links a:before,.footer-right-links p:before{width:0;height:1px;background:hsla(0,0%,100%,.7);content:"";position:absolute;left:0;bottom:3px;opacity:1;transition:width .3s ease-in-out,opacity .3s ease-in-out}.footer-right-links a:hover:before,.footer-right-links p:hover:before{width:100%;opacity:1}.footer-right-links p{margin-top:8px;font-feature-settings:"pnum" on,"lnum" on}.footer-right-links p:hover:before{display:none}@media screen and (max-width:1380px){.footer-right ul:first-child{margin-right:20px}.footer-right-wrap{margin-left:20px}}@media screen and (max-width:860px){.footer-wrap{flex-direction:column}.footer-logo{margin-bottom:20px;margin-right:0}.footer-left,.footer-right{width:100%}}@media screen and (max-width:650px){.footer-logo{margin-top:0}.footer-right{flex-wrap:wrap}.footer-right ul{margin-right:0;margin-top:20px;max-width:50%;flex:0 0 50%}.footer-right-wrap{margin-left:0;max-width:100%;flex:0 0 100%;margin-top:10px}.footer-right-links{gap:8px}.footer-right-links-item{width:100%}}a,abbr,acronym,address,applet,article,aside,audio,big,blockquote,body,button,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,embed,fieldset,figcaption,figure,footer,form,header,hgroup,html,iframe,img,input,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,pre,q,ruby,s,samp,section,small,span,strike,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;font-size:100%;vertical-align:baseline}a,b,h1,h2,h3,h4,h5,h6,i,p,span,strong{margin:0;padding:0;border:0;line-height:1}html{line-height:1}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}caption,td,th{text-align:left;font-weight:400;vertical-align:middle}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}*,:after,:before{box-sizing:content-box!important}a img{border:none}img{max-width:100%}button{border:none;background:transparent;cursor:pointer}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}*{box-sizing:border-box!important;outline:none!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;-webkit-tap-highlight-color:transparent}.clearfix:after{content:" ";clear:both;display:block;height:0;overflow:hidden;visibility:hidden}::-webkit-input-placeholder{color:#b3b3b3;opacity:1}:-moz-placeholder,::-moz-placeholder{color:#b3b3b3;opacity:1}:-ms-input-placeholder{color:#b3b3b3;opacity:1}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none}@font-face{font-family:Cormorant Garamond;src:url(../fonts/CormorantGaramond-SemiBold.a85c2475.eot);src:local("Cormorant Garamond SemiBold"),local("CormorantGaramond-SemiBold"),url(../fonts/CormorantGaramond-SemiBold.a85c2475.eot?#iefix) format("embedded-opentype"),url(../fonts/CormorantGaramond-SemiBold.a1a07462.woff2) format("woff2"),url(../fonts/CormorantGaramond-SemiBold.efc819d0.woff) format("woff"),url(../fonts/CormorantGaramond-SemiBold.2179e1b8.ttf) format("truetype"),url(../img/CormorantGaramond-SemiBold.03fb1f8c.svg#CormorantGaramond-SemiBold) format("svg");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Cormorant Garamond;src:url(../fonts/CormorantGaramond-Medium.58821b90.eot);src:local("Cormorant Garamond Medium"),local("CormorantGaramond-Medium"),url(../fonts/CormorantGaramond-Medium.58821b90.eot?#iefix) format("embedded-opentype"),url(../fonts/CormorantGaramond-Medium.81db2947.woff2) format("woff2"),url(../fonts/CormorantGaramond-Medium.26d9ce9c.woff) format("woff"),url(../fonts/CormorantGaramond-Medium.2ff809a8.ttf) format("truetype"),url(../img/CormorantGaramond-Medium.9376e28c.svg#CormorantGaramond-Medium) format("svg");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Cormorant Garamond;src:url(../fonts/CormorantGaramond-Regular.0d29f56f.eot);src:local("Cormorant Garamond Regular"),local("CormorantGaramond-Regular"),url(../fonts/CormorantGaramond-Regular.0d29f56f.eot?#iefix) format("embedded-opentype"),url(../fonts/CormorantGaramond-Regular.8a9b6f65.woff2) format("woff2"),url(../fonts/CormorantGaramond-Regular.ab805e82.woff) format("woff"),url(../fonts/CormorantGaramond-Regular.16d4f0cc.ttf) format("truetype"),url(../img/CormorantGaramond-Regular.17058a2f.svg#CormorantGaramond-Regular) format("svg");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Cormorant Garamond;src:url(../fonts/CormorantGaramond-Light.2dd78654.eot);src:local("Cormorant Garamond Light"),local("CormorantGaramond-Light"),url(../fonts/CormorantGaramond-Light.2dd78654.eot?#iefix) format("embedded-opentype"),url(../fonts/CormorantGaramond-Light.02bc97ad.woff2) format("woff2"),url(../fonts/CormorantGaramond-Light.4efab721.woff) format("woff"),url(../fonts/CormorantGaramond-Light.5255fbda.ttf) format("truetype"),url(../img/CormorantGaramond-Light.e2a1dae3.svg#CormorantGaramond-Light) format("svg");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Cormorant Garamond;src:url(../fonts/CormorantGaramond-Bold.ec213441.eot);src:local("Cormorant Garamond Bold"),local("CormorantGaramond-Bold"),url(../fonts/CormorantGaramond-Bold.ec213441.eot?#iefix) format("embedded-opentype"),url(../fonts/CormorantGaramond-Bold.1d04a985.woff2) format("woff2"),url(../fonts/CormorantGaramond-Bold.2a5b6019.woff) format("woff"),url(../fonts/CormorantGaramond-Bold.54f05a38.ttf) format("truetype"),url(../img/CormorantGaramond-Bold.acf11830.svg#CormorantGaramond-Bold) format("svg");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:EB Garamond;src:url(../fonts/EBGaramond-Regular.9222a25b.eot);src:local("EB Garamond Regular"),local("EBGaramond-Regular"),url(../fonts/EBGaramond-Regular.9222a25b.eot?#iefix) format("embedded-opentype"),url(../fonts/EBGaramond-Regular.11527725.woff2) format("woff2"),url(../fonts/EBGaramond-Regular.5e090b2d.woff) format("woff"),url(../fonts/EBGaramond-Regular.3ea45baa.ttf) format("truetype"),url(../img/EBGaramond-Regular.e905c793.svg#EBGaramond-Regular) format("svg");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:EB Garamond;src:url(../fonts/EBGaramond-SemiBold.0e0a51ce.eot);src:local("EB Garamond SemiBold"),local("EBGaramond-SemiBold"),url(../fonts/EBGaramond-SemiBold.0e0a51ce.eot?#iefix) format("embedded-opentype"),url(../fonts/EBGaramond-SemiBold.e4dc26e6.woff2) format("woff2"),url(../fonts/EBGaramond-SemiBold.a9d9d910.woff) format("woff"),url(../fonts/EBGaramond-SemiBold.34be5043.ttf) format("truetype"),url(../img/EBGaramond-SemiBold.36750e0a.svg#EBGaramond-SemiBold) format("svg");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:EB Garamond;src:url(../fonts/EBGaramond-Medium.0df07bff.eot);src:local("EB Garamond Medium"),local("EBGaramond-Medium"),url(../fonts/EBGaramond-Medium.0df07bff.eot?#iefix) format("embedded-opentype"),url(../fonts/EBGaramond-Medium.a2ad4eb6.woff2) format("woff2"),url(../fonts/EBGaramond-Medium.4bebf896.woff) format("woff"),url(../fonts/EBGaramond-Medium.3bf4fe76.ttf) format("truetype"),url(../img/EBGaramond-Medium.ee17a95b.svg#EBGaramond-Medium) format("svg");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:EB Garamond;src:url(../fonts/EBGaramond-ExtraBold.0a3d0807.eot);src:local("EB Garamond ExtraBold"),local("EBGaramond-ExtraBold"),url(../fonts/EBGaramond-ExtraBold.0a3d0807.eot?#iefix) format("embedded-opentype"),url(../fonts/EBGaramond-ExtraBold.9b152dc2.woff2) format("woff2"),url(../fonts/EBGaramond-ExtraBold.522d7f20.woff) format("woff"),url(../fonts/EBGaramond-ExtraBold.a974488f.ttf) format("truetype"),url(../img/EBGaramond-ExtraBold.dc6b5263.svg#EBGaramond-ExtraBold) format("svg");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:EB Garamond;src:url(../fonts/EBGaramond-Bold.412f5cd5.eot);src:local("EB Garamond Bold"),local("EBGaramond-Bold"),url(../fonts/EBGaramond-Bold.412f5cd5.eot?#iefix) format("embedded-opentype"),url(../fonts/EBGaramond-Bold.c6f781a3.woff2) format("woff2"),url(../fonts/EBGaramond-Bold.5b86a574.woff) format("woff"),url(../fonts/EBGaramond-Bold.e2596339.ttf) format("truetype"),url(../img/EBGaramond-Bold.4cd3ba31.svg#EBGaramond-Bold) format("svg");font-weight:700;font-style:normal;font-display:swap}@keyframes spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes opacity{0%{opacity:0}to{opacity:1}}@keyframes shake{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}@keyframes running-string{0%,to{transform:translateX(0)}50%{transform:translateX(1000px)}}.animate{transition-delay:.1s;transition-duration:1s;transition-timing-function:linear}.opacity_anim{opacity:0}.opacity_anim.animate-active{opacity:1}.slide-up{transform:translateY(60px);opacity:0}.slide-up.animate-active{transform:translateY(0);opacity:1}.slide-left{transform:translateX(-60px);opacity:0}.slide-left.animate-active{transform:translateX(0);opacity:1}.slide-right{transform:translateX(60px);opacity:0}.slide-right.animate-active{transform:translateX(0);opacity:1}.component-fade-enter-active,.component-fade-leave-active{transition:opacity .25s ease-in-out,transform .25s ease-in-out}.component-fade-enter,.component-fade-leave-to{opacity:0}.slide-in-enter-active,.slide-in-leave-active{transition:all .3s ease-in-out}.slide-in-enter,.slide-in-leave-to{transform:translateX(100%)}.slide-out-enter-active,.slide-out-leave-active{transition:all .3s ease-in-out}.slide-out-enter,.slide-out-leave-to{transform:translateX(-100%)}.slide-left-enter-active,.slide-left-leave-active{transition:transform .2s ease-in-out,opacity .3s ease-in-out}.slide-left-enter,.slide-left-leave-to{transform:translateY(-20px);opacity:0}.slide-right-enter-active,.slide-right-leave-active{transition:transform .2s ease-in-out,opacity .3s ease-in-out}.slide-right-enter,.slide-right-leave-to{transform:translateY(20px);opacity:0}.slide-top-enter-active,.slide-top-leave-active{transition:transform .2s ease-in-out,opacity .3s ease-in-out}.slide-top-enter,.slide-top-leave-to{transform:translateY(-10px);opacity:0}.list-complete-enter-active{transition:transform .5s ease-in-out,opacity .5s ease-in-out}.list-complete-leave-active{transition:transform .8s ease-in-out,opacity .8s ease-in-out}.list-complete-enter,.list-complete-leave-to{transform:translateY(20px);opacity:0}html{overflow-x:hidden}html ::-webkit-scrollbar{width:0}html.fix{top:0;bottom:0;left:0;right:0;padding-right:15px;height:100%}html.fix,html.fix .wrapper{position:relative;overflow:hidden}body{font-family:Cormorant Garamond,sans-serif;font-size:16px;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#333}.gallery h3.title:after{display:none!important}input{border-radius:0}.main-page{background:#000}.wrapper{min-height:100vh;display:flex;flex-direction:column;color:#555;justify-content:space-between}.wrapper,.wrapper-bottom,.wrapper-top{width:100%}.container{width:100%;max-width:1316px;margin:0 auto;padding-left:10px;padding-right:10px}.container,.hover-line{position:relative}.hover-line:before{position:absolute;bottom:0;left:0;width:0;height:1px;background:#fff;content:"";transition:width .4s ease-in-out}.hover-line:hover:before{width:100%}.global-loader{position:fixed;top:0;right:0;left:0;bottom:0;background:#202122;z-index:100;display:flex;align-items:center;justify-content:center}.global-loader-img{animation:puls 2s ease-in-out infinite}.global-loader-img svg{width:145px;height:50px}@keyframes puls{0%{transform:scale(1)}25%{transform:scale(1.1)}50%{transform:scale(1)}75%{transform:scale(1.1)}to{transform:scale(1)}}.global-loader .loader-ring{position:relative;display:flex;align-items:center;justify-content:center;width:100%;max-width:10rem;margin-top:5rem;margin-bottom:5rem}.global-loader .loader-ring:after,.global-loader .loader-ring:before{content:"";position:absolute;border-radius:50%;animation-duration:1.8s;animation-iteration-count:infinite;animation-timing-function:ease-in-out;filter:drop-shadow(0 0 .62222rem rgba(173,141,80,.75))}.global-loader .loader-ring:before{width:100%;padding-bottom:100%;box-shadow:inset 0 0 0 1.4rem #ad8d50;animation-name:pulsor}.global-loader .loader-ring:after{width:calc(100% - 2.8rem);padding-bottom:calc(100% - 2.8rem);box-shadow:0 0 0 0 #ad8d50;animation-name:pulser}@keyframes pulsor{0%{box-shadow:inset 0 0 0 1.4rem #ad8d50;opacity:1}50%,to{box-shadow:inset 0 0 0 0 #ad8d50;opacity:0}}@keyframes pulser{0%,50%{box-shadow:0 0 0 0 #ad8d50;opacity:0}to{box-shadow:0 0 0 1.4rem #ad8d50;opacity:1}}.widgets{margin-top:50px;display:flex;justify-content:center;align-items:center}.widgets-item{margin-right:20px}.pagination{margin-top:10px;margin-bottom:10px}.pagination button{margin:0;width:34px;height:29px;color:#9a9a9a;font-size:16px;border:1px solid transparent;transition:border-color .3s ease-in-out}.pagination .vue-ads-bg-teal-500{background:#555;color:#fff}.pagination .vue-ads-flex-grow button:first-child[disabled=disabled],.pagination .vue-ads-flex-grow button:last-child[disabled=disabled]{background:#f7f7f7}.red{color:#ea5759}.error label,.error span{animation:shake 1s ease-in-out 1}body .toasted .primary.success,body .toasted.toasted-primary.success{background:#ad8d50;color:#fff;position:relative;padding-left:35px;height:60px;font-size:16px}body .toasted .primary.success:before,body .toasted.toasted-primary.success:before{content:"";position:absolute;width:15px;height:15px;background-image:url(../img/ico-success.7dda9145.svg);background-position:50%;left:10px;top:22px}body .toasted .primary.error,body .toasted.toasted-primary.error{background:red;color:#fff;position:relative;padding-left:30px;height:60px;font-weight:700;font-size:16px}body .toasted .primary.error:before,body .toasted.toasted-primary.error:before{content:"";position:absolute;width:15px;height:15px;background-image:url(../img/ico-error.8f94893c.svg);background-position:50%;left:10px;top:22px}body .toasted .primary .action,body .toasted.toasted-primary .action{color:#555;margin-top:8px}body .toasted-container.top-right{right:10px;top:40px;min-width:300px}body .toasted .primary,body .toasted.toasted-primary{box-shadow:none}.pagination{display:flex;justify-content:center}.main-input input{width:100%;border:1px solid #e7e7e7;height:54px;padding:10px 16px;transition:border-color .3s ease}.main-input input:focus{border-color:#7c818d}.table-head{display:flex;justify-content:flex-start;align-items:center;padding:16px 0}.table-head .table-cell{padding:0 24px;text-transform:uppercase;color:#7c818d}.table-head .table-cell:first-child{padding-left:0}.table-row{display:flex;justify-content:flex-start;align-items:center;background:#f4f5f6;margin-bottom:8px}.table-row:last-child{margin-bottom:0}.table-cell{padding:24px;width:auto}.page-loader{min-height:20vh}.page-loader,div.input-phone{position:relative}div.input-phone input{padding-left:50px;background:transparent}div.input-phone:before{content:"38 (0";position:absolute;font-size:16px;top:50%;transform:translateY(-50%);left:15px;color:#000;z-index:3;display:inline-block}.form__input{width:100%}.form__input,.form__input-disabled input{position:relative}.form__input-disabled input:focus{border-color:#dadada}.form__input-disabled input:after{content:"";position:absolute;top:0;right:0;left:0;bottom:0;z-index:2}.form__input p{font-size:14px;color:#7c818d;margin-top:4px}.form__input.error input{border-color:#ea5759}.form__input-title{font-size:14px;margin-bottom:7px;color:#7c818d}.form__input-title span{color:#4193f9}.form__input-error{margin-top:5px;font-size:12px;color:#ea5759}.form__input input{width:100%;height:55px;border:1px solid #dadada;padding:0 15px;font-size:16px;transition:border-color .3s ease}.form__input input:focus{border-color:#555}.social{font-size:0;display:flex;justify-content:flex-start}.social li{margin-right:11px}.social li:last-child{margin-right:0}.social li a{width:35px;height:35px;border-radius:50%;border:1px solid #7c818d;display:flex;justify-content:center;align-items:center}.social li a svg{fill:#7c818d}.VueCarousel-dot-container{margin-top:0!important}.VueCarousel-dot-container button{padding:0!important;margin-left:7px;margin-top:7px}@media screen and (max-width:700px){[data-aos]{pointer-events:auto!important}html:not(.no-js) [data-aos^=fade][data-aos^=fade]{opacity:1!important}html:not(.no-js) [data-aos=fade-up]{transform:none!important}}@media screen and (max-width:1500px){.container{max-width:1300px}}@media screen and (max-width:1380px){.container{max-width:1050px;padding-left:20px;padding-right:20px}.category-content__item{width:calc(50% - 30px)}body.fix{padding-right:0}}@media screen and (max-width:1050px){.container-sm{max-width:250px}}