.preloader{position:fixed;top:0;left:0;width:100%;height:100%;background:#000;transition:opacity .1s;transition-delay:3s}.preloader.is-loaded{pointer-events:none;background:transparent;opacity:0}.pl-line{position:absolute;width:1px;height:150%;background:#000;left:50%;top:50%;transform:translate(-50%,-50%) rotate(20deg);transition:opacity 1s ease-out}.is-loaded .pl-line{opacity:0}.pl-line>div{width:100%;background:#fff;left:0;transform:translateY(-100%);animation:pulse 2s infinite;animation-timing-function:cubic-bezier(.785,.135,.15,.86)}.pl-l,.pl-line>div,.pl-r{position:absolute;height:100%;top:0;will-change:transform}.pl-l,.pl-r{width:70%;transition:transform 1s cubic-bezier(.785,.135,.15,.86);background:#000}.pl-l{left:-20%;transform:skew(-20deg)}.is-loaded .pl-l{transform:translateX(-100%) skew(-20deg)}.pl-r{right:-20%;transform:skew(-20deg)}.is-loaded .pl-r{transform:translateX(100%) skew(-20deg)}@keyframes pulse{0%{transform:translateY(-100%)}to{transform:translateY(100%)}}.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%;height:54px;padding:13px 32px;border:1px solid transparent;outline:none;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;min-width:100px;background:#11110f;transition:background .3s ease,border-color .3s ease}.main-button.bordered,.main-button.bordered:hover{border:1px solid #fff}.main-button.white{background:#fff;color:#11110f}.main-button.white:hover{background:#11110f;border-color:#fff}.main-button.white:hover .main-button__label{color:#fff}.main-button.white .main-button__label{color:#11110f}.main-button.white.outline{background:#11110f;border:1px solid #fff}.main-button.white.outline:hover{background:#fff}.main-button.white.outline:hover .main-button__label{color:#11110f}.main-button.white.outline .main-button__label{color:#fff}.main-button.outline{background:#fff;border:1px solid #11110f}.main-button.outline .small-loader div:before{background-color:#11110f}.main-button.outline:hover{background:#11110f}.main-button.outline:hover .main-button__label{color:#fff}.main-button.outline .main-button__label{color:#11110f}.main-button[data-progress=true]{pointer-events:none}.main-button[data-progress=true] .main-button__label{opacity:0}.main-button[data-progress=true] .main-button__loader{display:inline-block}.main-button:disabled{pointer-events:none}.main-button:disabled,.main-button:disabled:hover{background-color:#dadada}.main-button:hover{background:#fff;border-color:#11110f}.main-button:hover .main-button__label{color:#11110f}.main-button__label{font-style:normal;font-weight:400;font-size:18px;line-height:130.9%;color:#fff;display:block;text-align:center;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}.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,.small-loader .loader>div{width:25px;height:25px}.small-loader{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)}}.small-loader div{position:absolute;width:100%;height:100%;opacity:0}.small-loader div:before{content:"";position:absolute;left:50%;top:0;width:10%;height:10%;background-color:#fff;transform:translateX(-50%);border-radius:50%}.small-loader div:first-child{transform:rotate(0deg);animation:rotateCircle1 2s linear infinite;z-index:6}@keyframes rotateCircle1{0%{opacity:0}0%{opacity:1;transform:rotate(51.42857deg)}9.14286%{transform:rotate(0deg)}59.14286%{transform:rotate(0deg)}to{transform:rotate(-308.57143deg);opacity:1}}.small-loader div:nth-child(2){transform:rotate(51.42857deg);animation:rotateCircle2 2s linear infinite;z-index:5}@keyframes rotateCircle2{7.14286%{opacity:0}7.14296%{opacity:1;transform:rotate(0deg)}16.28571%{transform:rotate(-51.42857deg)}66.28571%{transform:rotate(-51.42857deg)}to{transform:rotate(-308.57143deg);opacity:1}}.small-loader div:nth-child(3){transform:rotate(102.85714deg);animation:rotateCircle3 2s linear infinite;z-index:4}@keyframes rotateCircle3{14.28571%{opacity:0}14.28591%{opacity:1;transform:rotate(-51.42857deg)}23.42857%{transform:rotate(-102.85714deg)}73.42857%{transform:rotate(-102.85714deg)}to{transform:rotate(-308.57143deg);opacity:1}}.small-loader div:nth-child(4){transform:rotate(154.28571deg);animation:rotateCircle4 2s linear infinite;z-index:3}@keyframes rotateCircle4{21.42857%{opacity:0}21.42887%{opacity:1;transform:rotate(-102.85714deg)}30.57143%{transform:rotate(-154.28571deg)}80.57143%{transform:rotate(-154.28571deg)}to{transform:rotate(-308.57143deg);opacity:1}}.small-loader div:nth-child(5){transform:rotate(205.71429deg);animation:rotateCircle5 2s linear infinite;z-index:2}@keyframes rotateCircle5{28.57143%{opacity:0}28.57183%{opacity:1;transform:rotate(-154.28571deg)}37.71429%{transform:rotate(-205.71429deg)}87.71429%{transform:rotate(-205.71429deg)}to{transform:rotate(-308.57143deg);opacity:1}}.small-loader div:nth-child(6){transform:rotate(257.14286deg);animation:rotateCircle6 2s linear infinite;z-index:1}@keyframes rotateCircle6{35.71429%{opacity:0}35.71479%{opacity:1;transform:rotate(-205.71429deg)}44.85714%{transform:rotate(-257.14286deg)}94.85714%{transform:rotate(-257.14286deg)}to{transform:rotate(-308.57143deg);opacity:1}}.small-loader div:nth-child(7){transform:rotate(308.57143deg);animation:rotateCircle7 2s linear infinite;z-index:0}@keyframes rotateCircle7{42.85714%{opacity:0}42.85774%{opacity:1;transform:rotate(-257.14286deg)}52%{transform:rotate(-308.57143deg)}102%{transform:rotate(-308.57143deg)}to{transform:rotate(-308.57143deg);opacity:1}}.hidden{z-index:98;position:relative}.header-favorites{max-width:500px;width:100%;position:absolute;top:90%;right:0;background:#11110f;padding:60px 40px 40px 40px}.header-favorites .btn-wrap{width:100%}.header-favorites .btn-wrap button{background:#fff}.header-favorites .btn-wrap button span{color:#000}.header-favorites-container{display:flex;align-items:center;justify-content:center;flex-direction:column;margin-bottom:20px}.header-favorites-item{position:relative;width:100%;display:flex!important;align-items:flex-start;justify-content:flex-start}.header-favorites-item-wrapper{width:100%;overflow-y:scroll;height:350px}.header-favorites-item-wrap{width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;margin-bottom:35px}.header-favorites-item .img-wrap{width:185px;height:260px;margin-right:15px}.header-favorites-item .img-wrap img{filter:grayscale(1);width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.header-favorites-item-desc h3{font-weight:400;margin-bottom:10px}.header-favorites-item-desc h3,.header-favorites-item-desc span{font-style:normal;font-size:14px;line-height:17px;text-transform:uppercase;color:#fff}.header-favorites-item-desc span{font-weight:300}.header-favorites-item+.header-favorites-item{margin-top:50px;margin-left:0}.header-favorites-item+.header-favorites-item:before{position:absolute;right:0;left:0;top:-25px;width:100%;content:"";height:1px;background:#d5d5d5!important}.header-cart{max-width:500px;width:100%;position:absolute;top:90%;right:0;background:#11110f;padding:60px 40px 40px 40px}.header-cart .btn-wrap{width:100%}.header-cart .btn-wrap button{background:#fff}.header-cart .btn-wrap button span{color:#000}.header-cart-total{width:100%;padding-top:20px;padding-bottom:20px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #fff}.header-cart-total span{font-style:normal;font-weight:400;font-size:16px;line-height:20px;color:#fff}.header-cart-container{display:flex;align-items:center;justify-content:center;flex-direction:column;margin-bottom:20px}.header-cart-item{height:260px;position:relative;width:100%;display:flex!important;align-items:flex-start;justify-content:flex-start}.header-cart-item-wrapper{width:100%;overflow-y:scroll;height:350px}.header-cart-item-wrap{width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;margin-bottom:35px}.header-cart-item .img-wrap{width:50%;height:100%;margin-right:15px}.header-cart-item .img-wrap img{filter:grayscale(1);width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.header-cart-item-desc{display:flex;align-items:flex-start;justify-content:space-between;flex-direction:column;width:calc(50% - 25px);height:100%}.header-cart-item-desc__description{display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column}.header-cart-item-desc__delete{display:flex;width:100%;justify-content:flex-end}.header-cart-item-desc__delete .delete-icon path{fill:#fff!important}.header-cart-item-desc h3{font-weight:400;margin-bottom:20px}.header-cart-item-desc h3,.header-cart-item-desc span{font-style:normal;font-size:14px;line-height:17px;text-transform:uppercase;color:#fff}.header-cart-item-desc span{font-weight:300}.header-cart-item-desc span+span{margin-top:20px}.header-cart-item+.header-cart-item{margin-top:50px;margin-left:0}.header-cart-item+.header-cart-item:before{position:absolute;right:0;left:0;top:-25px;width:100%;content:"";height:1px;background:#d5d5d5!important}.product-card{width:100%;position:relative;display:block}.product-card.katy .available h3{color:#000}.product-card.katy .available svg path{fill:#000}.product-card .available{position:absolute;bottom:-25px;left:0;display:flex;align-items:center;justify-content:center}.product-card .available.evening h3{color:#000}.product-card .available.evening svg path{fill:#000}.product-card .available svg{width:15px;height:15px}.product-card .available svg path{transition:fill .3s ease-in-out;fill:#fff}.product-card .available h3{margin-bottom:2px;font-style:normal;font-weight:400;font-size:16px;line-height:130.9%;color:#fff;margin-left:4px;transition:color .3s ease-in-out}.product-card:hover .img-wrap img{filter:grayscale(0)}.product-card:hover .favorite,.product-card:hover .info{opacity:1}.product-card .img-wrap{width:100%;height:650px}.product-card .img-wrap.small{height:527px}.product-card .img-wrap.small img{filter:none}.product-card .img-wrap img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;filter:grayscale(1);transition:filter .4s ease-in-out}.product-card .favorite{position:absolute;right:30px;top:30px;opacity:0;transition:opacity .4s ease-in-out;cursor:pointer;z-index:3}.product-card .favorite.active path{fill:red}.product-card .favorite svg{width:25px;height:22px}.product-card .favorite svg path{fill:#fff}.product-card .info{opacity:0;transition:opacity .4s ease-in-out;position:absolute;bottom:0;left:0;right:0;width:100%;padding:20px 30px;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(180deg,transparent,#272727)}.product-card .info span{font-style:normal;font-weight:400;font-size:16px;line-height:20px;text-transform:uppercase;color:#fff}.product-card .info a{text-decoration:none;cursor:pointer}.product-card .info a svg{width:20px;height:20px}@media screen and (max-width:780px){.product-card .img-wrap.small{height:275px}}@media screen and (max-width:750px){.product-card .available h3{font-size:12px;margin-bottom:0}.product-card .info{align-items:flex-end;gap:4px}}.search{position:fixed;bottom:0;right:0;left:0;top:94px;background:#fff;border-top:1px solid #f2f2f2}.search-wrap{padding-top:30px;padding-bottom:30px;max-height:calc(100vh - 80px);overflow-y:scroll}.search-item-wrapper{width:calc(100% + 20px);margin-left:-10px;display:flex;flex-wrap:wrap}.search-item-wrap{max-width:25%;flex:0 0 25%;width:100%;padding-left:10px;padding-right:10px;margin-bottom:20px}.search-item-wrap h4{text-transform:uppercase;font-size:16px;font-weight:500;line-height:19px;letter-spacing:0;text-align:left;color:#333;margin-top:12px}@media screen and (max-width:1350px){.search{top:84px}.search-wrap{max-height:calc(100vh - 70px)}.search-item-wrap{max-width:33.333%;flex:0 0 33.333%}}@media screen and (max-width:780px){.search-item-wrapper{margin-left:-4px;width:calc(100% + 8px)}.search-item-wrap{padding-left:4px;padding-right:4px}}@media screen and (max-width:580px){.search-item-wrap{max-width:50%;flex:0 0 50%}}.header{width:100%;position:absolute;top:0;left:0;right:0;z-index:10;transition:background .3s ease-in-out,padding-bottom .3s ease-in-out}.header.retailer-header .header-logo{margin-right:30px}.header.retailer-header .header-pages a{font-size:13px}.header.retailer-header .header-lang{margin-right:24px}.header.retailer-header .header-lang .current-lang{font-size:14px}.header.retailer-header .header-lang:after{right:-12px}.header.retailer-header .header-control a+a{margin-left:8px}.header-mobile-search{display:none;text-decoration:none;margin-right:50px;cursor:pointer}.header-mobile-search svg{width:24px;height:24px}.header-mobile-search svg path{fill:none!important}.header.fixed{background:linear-gradient(180deg,#000 33.25%,transparent 83.64%)}.header.default{position:fixed}.header.default:hover{background:linear-gradient(180deg,#000 33.25%,transparent 83.64%);transition:background .3s ease-in-out;padding-bottom:30px}.header.transparent{background:#fff}.header.transparent a{color:#000}.header.transparent .header-lang:after,.header.transparent a:after,.header.transparent a:before{background:#000}.header.transparent .header-lang .current-lang{color:#000}.header.transparent .burger-btn span{background:#000}.header.transparent .burger-menu-container a{color:#fff}.header.transparent svg path{fill:#000}.header.transparent a.fill svg path{fill:none;stroke:#000}.header.transparent-pink{background:#fff2f2}.header.transparent-pink .header-lang:after,.header.transparent-pink .header-wrap .burger-btn span{background:#000}.header.transparent-pink .header-lang .current-lang,.header.transparent-pink a{color:#000}.header.transparent-pink a:after,.header.transparent-pink a:before{background:#000}.header.transparent-pink a.fill svg path{fill:none;stroke:#000}.header.transparent-pink svg path{fill:#000}.header.transparent-wedding{background:#11110f}.header.transparent-wedding a{color:#fff}.header.transparent-wedding a:after,.header.transparent-wedding a:before{background:#fff}.header.transparent-wedding svg path{fill:#fff}.header.filled{position:fixed;top:0;left:0;right:0;width:100%;background:#fff}.header.filled .header-wrap{padding-top:20px;padding-bottom:20px}.header.filled:hover{background:#fff;padding-bottom:0}.header-wrap{display:flex;align-items:center;justify-content:space-between;padding:20px 0 30px 0;position:relative}.header-wrap .burger-btn{position:absolute;right:0;z-index:999;cursor:pointer;display:none}.header-wrap .burger-btn span{width:28px;height:2px;background:#fff;display:block;transition:transform .4s ease}.header-wrap .burger-btn span+span{margin-top:7px}.header-wrap .burger-btn.active span:nth-child(2){display:none}.header-wrap .burger-btn.active span:first-child{transform:rotate(-45deg) translate(-4px,2px);transition:transform .4s ease}.header-wrap .burger-btn.active span:nth-child(3){transform:rotate(45deg) translate(-4px,-3px);transition:transform .4s ease}.header-left,.header-right{display:flex;align-items:center;justify-content:center}.header-logo{margin-right:45px;transform:translateY(7px)}.header-logo a{text-decoration:none;cursor:pointer;width:115px;height:auto;display:inline-block}.header-logo a img{width:115px;height:25.64px;-o-object-fit:contain;object-fit:contain}.header-pages{display:flex;align-items:center;justify-content:center}.header-pages .header-page{margin-right:18px;position:relative}.header-pages .header-page:hover .header-page-block{opacity:1;visibility:visible}.header-pages .header-page-block{position:absolute;left:0;top:calc(100% + 5px);opacity:0;visibility:hidden;transition:opacity .3s ease-in-out,visibility .3s ease-in-out;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column}.header-pages .header-page-block a+a{margin-left:0;margin-top:10px}.header-pages .header-page-block a{font-size:12px}.header-pages .header-page-block a:before{bottom:-3px}.header-pages .header-page-block a:after{top:-3px}.header-pages a{text-decoration:none;font-style:normal;font-weight:400;font-size:14px;text-transform:uppercase;color:#fff;position:relative;display:inline-block}.header-pages a:hover:before{width:24px;opacity:1}.header-pages a:hover:after{width:16px;opacity:1}.header-pages a:before{bottom:-5px;left:0}.header-pages a:after,.header-pages a:before{content:"";width:0;height:1px;background:#fff;position:absolute;opacity:0;transition:width .3s ease-in-out,opacity .2s ease-in-out}.header-pages a:after{top:-5px;right:0}.header-pages a+a{margin-left:18px}.header-lang{margin-right:46px;position:relative;z-index:3}.header-lang:after{content:"";position:absolute;right:-20px;top:4px;height:14px;width:1px;background:#fff}.header-lang .current-lang{cursor:pointer;font-style:normal;font-weight:400;font-size:18px;line-height:22px;text-transform:uppercase;color:#fff}.header-lang__list{position:absolute;left:50%;transform:translateX(-50%);top:100%;width:50px;background:#11110f;display:flex;align-items:center;justify-content:center;flex-direction:column}.header-lang__item{padding:5px;cursor:pointer;font-style:normal;font-weight:400;font-size:18px;line-height:22px;text-transform:uppercase;color:#fff}.header-control a{text-decoration:none;cursor:pointer;display:inline-block}.header-control a.cart{position:relative}.header-control a.cart span{position:absolute;right:-6px;top:-6px;font-size:10px;width:15px;height:15px;background:#333;border-radius:50%;text-align:center;display:flex;align-items:center;justify-content:center;color:#fff}.header-control a svg{width:20px;height:20px}.header-control a svg path{fill:#fff}.header-control a.fill svg path{fill:none;stroke:#fff}.header-control a+a{margin-left:10px}.header .burger-menu{transform:translateX(100%);opacity:0;visibility:hidden;transition:transform .5s ease;position:fixed;left:0;right:0;bottom:0;top:0;width:100vw;height:100vh;z-index:20;background:rgba(17,17,15,.6);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.header .burger-menu.active{transform:translateX(0);opacity:1;visibility:visible}.header .burger-menu-container{background:#11110f;position:absolute;right:0;top:0;max-width:340px;width:100%;padding:60px 40px 30px 40px;height:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column}.header .burger-menu-link{font-style:normal;font-weight:400;font-size:14px;line-height:17px;text-transform:uppercase;color:#fff!important;margin-bottom:15px;text-decoration:none;display:inline-block}.header .burger-menu-acc{width:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;padding-top:20px;padding-bottom:20px;border-top:1px solid hsla(0,0%,100%,.19)}.header .burger-menu-acc h3{margin-bottom:20px;text-transform:uppercase}.header .burger-menu-acc a,.header .burger-menu-acc h3{font-style:normal;font-weight:400;font-size:14px;line-height:17px;color:#fff}.header .burger-menu-acc a{text-decoration:none;display:flex;align-items:center;justify-content:center;position:relative}.header .burger-menu-acc a span{background:#fff;color:#000;display:block;width:13px;height:13px;padding-top:2px;font-size:10px;text-align:center;position:absolute;left:-4px;top:-4px;border-radius:50%}.header .burger-menu-acc a svg{width:15px;height:15px;margin-right:10px}.header .burger-menu-acc a svg path{fill:#fff}.header .burger-menu-acc a+a{margin-top:15px}.header .burger-menu-lang{display:flex;align-items:center;justify-content:flex-start}.header .burger-menu-lang a{font-style:normal;font-weight:400;font-size:14px;line-height:17px;text-transform:uppercase;color:#fff;text-decoration:none}.header .burger-menu-lang a+a{margin-left:20px}.header-search-bar{width:100%;display:flex;align-items:center;justify-content:space-between}.header-search-bar .header-logo{margin-bottom:5px}.header-search-bar-input{max-width:809px;width:100%;display:inline-block;position:relative}.header-search-bar-input input{width:100%;background:#f2f2f2;padding:19px 53px 19px 53px;font-size:14px;font-weight:400;line-height:16px;letter-spacing:0}.header-search-bar-input-loader{position:absolute;right:16px;bottom:50%;transform:translateY(50%);width:20px;height:20px}.header-search-bar-input-loader .small-loader{min-height:0;width:20px;height:20px}.header-search-bar-input-loader .small-loader div:before{width:5%;background-color:#000}.header-search-bar-input svg{position:absolute;width:23px;height:23px;left:16px;bottom:50%;transform:translateY(50%)}.header-search-bar-input svg path{stroke:#000;fill:none!important}.header-search-bar-close{cursor:pointer;display:inline-block}.header-search-bar-close svg{width:24px;height:24px}.header-search-bar-close svg path{fill:#000!important}@media screen and (max-width:1350px){.header.filled .header-wrap{padding-top:15px;padding-bottom:15px}.header-mobile-search{display:inline-block}.header-search-bar .header-logo{display:none}.header-search-bar-input{max-width:none;width:100%}.header-search-bar-input input{padding-right:73px}.header-search-bar-input-loader{right:45px}.header-search-bar-close{position:absolute;right:10px;bottom:50%;transform:translateY(50%)}.header-pages,.header-right{display:none}.header-wrap .burger-btn{display:block}.header-wrap .active-white span{background-color:#fff!important}.header-wrap .active{right:0}}@media screen and (max-width:780px){.header-wrap{padding:20px 0}.header-logo{transform:translateY(0)}.header-logo a{display:block}}.footer{background:#000;width:100%;position:relative}.footer:before{content:"";height:1px;width:100%;background:hsla(0,0%,100%,.19);position:absolute;bottom:70px;left:0;right:0}.footer-wrap{justify-content:center;flex-direction:column}.footer-top,.footer-wrap{width:100%;display:flex;align-items:center}.footer-top{justify-content:space-between;padding-bottom:60px;padding-top:60px}.footer-bot{padding-top:15px;padding-bottom:15px;width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column-reverse}.footer-bot a{margin-right:10px;text-decoration:underline;cursor:pointer}.footer-bot a,.footer-bot p{color:#898989;font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:16px}.footer-bot p{margin-top:5px;margin-bottom:5px}.footer-pages a{font-style:normal;font-weight:400;font-size:12px;line-height:15px;text-transform:uppercase;color:#fff;text-decoration:none;position:relative;display:inline-block}.footer-pages a:before{position:absolute;content:"";width:0;bottom:-2px;right:0;left:0;background:#fff;height:1px;transition:width .2s ease-in-out}.footer-pages a:hover:before{width:100%}.footer-pages a+a{margin-left:18px}.footer-logo{transform:translateY(10px)}.footer-logo a{display:block;text-decoration:none;cursor:pointer;width:125px;height:auto}.footer-logo a img{width:125px;height:27.88px;-o-object-fit:contain;object-fit:contain}.footer-socials a{display:inline-block;text-decoration:none;font-style:normal;font-weight:500;font-size:12px;line-height:15px;letter-spacing:-.01em;text-transform:uppercase;color:#ddd;position:relative}.footer-socials a svg{width:18px;height:18px}.footer-socials a svg path{fill:#ddd}.footer-socials a:before{position:absolute;content:"";width:0;bottom:-2px;right:0;left:0;background:#fff;height:1px;opacity:0;transition:width .2s ease-in-out,opacity .2s ease-in-out}.footer-socials a:hover:before{width:100%;opacity:1}.footer-socials a+a{margin-left:12px}.footer-contact a{font-style:normal;font-weight:400;font-size:14px;line-height:17px;letter-spacing:-.01em;color:#ddd;text-decoration:none;display:inline-block;position:relative}.footer-contact a:before{position:absolute;content:"";width:0;bottom:-2px;right:0;left:0;background:#fff;height:1px;transition:width .2s ease-in-out}.footer-contact a:hover:before{width:100%}.footer-contact a svg{width:16px;height:11px}@media screen and (max-width:1350px){.footer-top{flex-direction:column}.footer-logo{margin-bottom:40px}.footer-pages{width:100%;display:flex;justify-content:space-between}.footer-pages,.footer-socials{margin-bottom:20px}}@media screen and (max-width:800px){.footer-logo{margin-bottom:20px}.footer-pages{flex-wrap:wrap;justify-content:center}.footer-pages a{margin-top:20px}}@media screen and (max-width:450px){.footer-top{min-height:351px}}.cookie{position:fixed;left:0;right:0;top:0;bottom:0;z-index:20;background:rgba(0,0,0,.4);width:100%;height:100%}.cookie-wrapper{width:100%;height:100%;display:flex;align-items:flex-end;justify-content:center}.cookie-container{width:100%;background:#fff}.cookie-wrap{width:100%;padding:36px 0;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column}.cookie-title{font-family:Raleway,sans-serif;font-style:normal;font-weight:500;font-size:24px;text-transform:uppercase;color:#333;margin-bottom:20px}.cookie-desc{line-height:1.5;margin-bottom:20px}.cookie-actions{gap:20px;width:100%;display:flex;align-items:center;justify-content:flex-start;max-width:40%}@media screen and (max-width:680px){.cookie-actions{max-width:none;flex-direction:column;gap:12px}}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:Montserrat;src:url(../fonts/Montserrat-Bold.2e993d9a.eot);src:local("Montserrat Bold"),local("Montserrat-Bold"),url(../fonts/Montserrat-Bold.2e993d9a.eot?#iefix) format("embedded-opentype"),url(../fonts/Montserrat-Bold.6e430fd9.woff2) format("woff2"),url(../fonts/Montserrat-Bold.867bbce4.woff) format("woff"),url(../fonts/Montserrat-Bold.3a84341c.ttf) format("truetype"),url(../img/Montserrat-Bold.1bc465c3.svg#Montserrat-Bold) format("svg");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Montserrat;src:url(../fonts/Montserrat-Light.d338bcd4.eot);src:local("Montserrat Light"),local("Montserrat-Light"),url(../fonts/Montserrat-Light.d338bcd4.eot?#iefix) format("embedded-opentype"),url(../fonts/Montserrat-Light.4636e6b2.woff2) format("woff2"),url(../fonts/Montserrat-Light.e4bee5d2.woff) format("woff"),url(../fonts/Montserrat-Light.b8268e48.ttf) format("truetype"),url(../img/Montserrat-Light.7dff0ca5.svg#Montserrat-Light) format("svg");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Montserrat;src:url(../fonts/Montserrat-ExtraBold.d0fbbe08.eot);src:local("Montserrat ExtraBold"),local("Montserrat-ExtraBold"),url(../fonts/Montserrat-ExtraBold.d0fbbe08.eot?#iefix) format("embedded-opentype"),url(../fonts/Montserrat-ExtraBold.406e9e9d.woff2) format("woff2"),url(../fonts/Montserrat-ExtraBold.96df2dd7.woff) format("woff"),url(../fonts/Montserrat-ExtraBold.76ccbafa.ttf) format("truetype"),url(../img/Montserrat-ExtraBold.272a4c4e.svg#Montserrat-ExtraBold) format("svg");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Montserrat;src:url(../fonts/Montserrat-Medium.07bdc0b2.eot);src:local("Montserrat Medium"),local("Montserrat-Medium"),url(../fonts/Montserrat-Medium.07bdc0b2.eot?#iefix) format("embedded-opentype"),url(../fonts/Montserrat-Medium.73f3897b.woff2) format("woff2"),url(../fonts/Montserrat-Medium.b33269cd.woff) format("woff"),url(../fonts/Montserrat-Medium.8f72f2e4.ttf) format("truetype"),url(../img/Montserrat-Medium.dfe0419e.svg#Montserrat-Medium) format("svg");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Montserrat;src:url(../fonts/Montserrat-Black.4a9b88f8.eot);src:local("Montserrat Black"),local("Montserrat-Black"),url(../fonts/Montserrat-Black.4a9b88f8.eot?#iefix) format("embedded-opentype"),url(../fonts/Montserrat-Black.a0b0672f.woff2) format("woff2"),url(../fonts/Montserrat-Black.0310b01c.woff) format("woff"),url(../fonts/Montserrat-Black.36a40423.ttf) format("truetype"),url(../img/Montserrat-Black.818c3aa8.svg#Montserrat-Black) format("svg");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Montserrat;src:url(../fonts/Montserrat-ExtraLight.d32cfded.eot);src:local("Montserrat ExtraLight"),local("Montserrat-ExtraLight"),url(../fonts/Montserrat-ExtraLight.d32cfded.eot?#iefix) format("embedded-opentype"),url(../fonts/Montserrat-ExtraLight.f764a159.woff2) format("woff2"),url(../fonts/Montserrat-ExtraLight.97ae89b9.woff) format("woff"),url(../fonts/Montserrat-ExtraLight.8c13e178.ttf) format("truetype"),url(../img/Montserrat-ExtraLight.7193b752.svg#Montserrat-ExtraLight) format("svg");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:Montserrat;src:url(../fonts/Montserrat-Regular.bfc17e44.eot);src:local("Montserrat Regular"),local("Montserrat-Regular"),url(../fonts/Montserrat-Regular.bfc17e44.eot?#iefix) format("embedded-opentype"),url(../fonts/Montserrat-Regular.a5df54bb.woff2) format("woff2"),url(../fonts/Montserrat-Regular.fbbf8088.woff) format("woff"),url(../fonts/Montserrat-Regular.0a5de580.ttf) format("truetype"),url(../img/Montserrat-Regular.79ef1ad4.svg#Montserrat-Regular) format("svg");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Montserrat;src:url(../fonts/Montserrat-Thin.7b0de170.eot);src:local("Montserrat Thin"),local("Montserrat-Thin"),url(../fonts/Montserrat-Thin.7b0de170.eot?#iefix) format("embedded-opentype"),url(../fonts/Montserrat-Thin.53e69415.woff2) format("woff2"),url(../fonts/Montserrat-Thin.3c57ae62.woff) format("woff"),url(../fonts/Montserrat-Thin.3e59b44d.ttf) format("truetype"),url(../img/Montserrat-Thin.57ac69e4.svg#Montserrat-Thin) format("svg");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:Montserrat;src:url(../fonts/Montserrat-SemiBold.7a02b8be.eot);src:local("Montserrat SemiBold"),local("Montserrat-SemiBold"),url(../fonts/Montserrat-SemiBold.7a02b8be.eot?#iefix) format("embedded-opentype"),url(../fonts/Montserrat-SemiBold.130d6f27.woff2) format("woff2"),url(../fonts/Montserrat-SemiBold.8c306b61.woff) format("woff"),url(../fonts/Montserrat-SemiBold.04a9c95a.ttf) format("truetype"),url(../img/Montserrat-SemiBold.33ae84e5.svg#Montserrat-SemiBold) format("svg");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Prata;src:url(../fonts/Prata-Regular.f89d62dd.eot);src:local("Prata Regular"),local("Prata-Regular"),url(../fonts/Prata-Regular.f89d62dd.eot?#iefix) format("embedded-opentype"),url(../fonts/Prata-Regular.52fd8690.woff2) format("woff2"),url(../fonts/Prata-Regular.3f186b1d.woff) format("woff"),url(../fonts/Prata-Regular.fb8120c8.ttf) format("truetype"),url(../img/Prata-Regular.95d06ec5.svg#Prata-Regular) format("svg");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Nautilus script;src:url(../fonts/Nautilusscript.91468b88.eot);src:local("Nautilus script"),local("Nautilusscript"),url(../fonts/Nautilusscript.91468b88.eot?#iefix) format("embedded-opentype"),url(../fonts/Nautilusscript.4e7e5dbc.woff2) format("woff2"),url(../fonts/Nautilusscript.8fe2c9af.woff) format("woff"),url(../fonts/Nautilusscript.fd983a20.ttf) format("truetype"),url(../img/Nautilusscript.29e14ca5.svg#Nautilusscript) format("svg");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Raleway;src:url(../fonts/Raleway-SemiBold.0e102efe.eot);src:local("Raleway SemiBold"),local("Raleway-SemiBold"),url(../fonts/Raleway-SemiBold.0e102efe.eot?#iefix) format("embedded-opentype"),url(../fonts/Raleway-SemiBold.6731b9db.woff2) format("woff2"),url(../fonts/Raleway-SemiBold.69950d20.woff) format("woff"),url(../fonts/Raleway-SemiBold.c82aee65.ttf) format("truetype"),url(../img/Raleway-SemiBold.bf908e24.svg#Raleway-SemiBold) format("svg");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Raleway;src:url(../fonts/Raleway-Medium.9fb720c0.eot);src:local("Raleway Medium"),local("Raleway-Medium"),url(../fonts/Raleway-Medium.9fb720c0.eot?#iefix) format("embedded-opentype"),url(../fonts/Raleway-Medium.2c278cc1.woff2) format("woff2"),url(../fonts/Raleway-Medium.ac108419.woff) format("woff"),url(../fonts/Raleway-Medium.5c8723af.ttf) format("truetype"),url(../img/Raleway-Medium.06601927.svg#Raleway-Medium) format("svg");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Raleway;src:url(../fonts/Raleway-Regular.aa8c8b69.eot);src:local("Raleway Regular"),local("Raleway-Regular"),url(../fonts/Raleway-Regular.aa8c8b69.eot?#iefix) format("embedded-opentype"),url(../fonts/Raleway-Regular.cff4da8c.woff2) format("woff2"),url(../fonts/Raleway-Regular.0ab44c63.woff) format("woff"),url(../fonts/Raleway-Regular.8be2d56d.ttf) format("truetype"),url(../img/Raleway-Regular.e19bde37.svg#Raleway-Regular) format("svg");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Raleway;src:url(../fonts/Raleway-ExtraBold.ba346d5a.eot);src:local("Raleway ExtraBold"),local("Raleway-ExtraBold"),url(../fonts/Raleway-ExtraBold.ba346d5a.eot?#iefix) format("embedded-opentype"),url(../fonts/Raleway-ExtraBold.8e6bbfa5.woff2) format("woff2"),url(../fonts/Raleway-ExtraBold.64e691a7.woff) format("woff"),url(../fonts/Raleway-ExtraBold.42cbdf66.ttf) format("truetype"),url(../img/Raleway-ExtraBold.bcad8807.svg#Raleway-ExtraBold) format("svg");font-weight:700;font-style:normal;font-display:swap}.hover .header-nav a:before{transition:transform .3s ease}.hover .header-nav a:hover:not(.router-link-exact-active):before{transform:translateX(0)}.hover .footer-social li a{transition:border-color .3s ease}.hover .footer-social li a svg{transition:fill .3s ease}.hover .footer-social li a:hover{border-color:#fff}.hover .footer-social li a:hover svg{fill:#fff}.hover .footer-nav a{transition:color .3s ease}.hover .footer-nav a:hover{color:#fff}.hover .basket-item__remove button:hover svg,.hover .card-item__favorite:hover svg{fill:#ea5759;stroke:#ea5759}.hover .basket-item__remove button svg,.hover .card-item__favorite svg{transition:fill .3s ease,stroke .3s ease}.hover .setting-form__gender label,.hover .sizes li label{transition:background .3s ease,color .3s ease,border-color .3s ease}.hover .setting-form__gender label:hover:not(.disabled),.hover .sizes li label:hover:not(.disabled){border-color:#555;background:#555;color:#fff}.hover .filter-top__reset button{transition:background .3s ease,color .3s ease,border-color .3s ease}.hover .filter-top__reset button:hover{background:#fff;border-color:#555;color:#555}.hover .filter-top__reset button:hover svg{fill:#555}.hover .select-category__head,.hover .select-category__item label{transition:background .3s ease}.hover .select-category__head:hover,.hover .select-category__item label:hover{background:#f7f7f7}.hover .card-bottom__favorites{transition:background .3s ease}.hover .card-bottom__favorites:hover{background:#dedede}.hover .basket-item__count button{transition:background .3s ease}.hover .basket-item__count button:hover{background:#f7f7f7}.hover .profile-sidebar__nav a,.hover .purchases-detail__back a{transition:color .3s ease}.hover .profile-sidebar__nav a svg,.hover .purchases-detail__back a svg{transition:stroke .3s ease}.hover .profile-sidebar__nav a:hover,.hover .purchases-detail__back a:hover{color:#555}.hover .profile-sidebar__nav a:hover svg,.hover .purchases-detail__back a:hover svg{stroke:#555}.hover .addresses-remove__btn button{transition:color .3s ease}.hover .addresses-remove__btn button:hover{color:#7c818d}.hover .addresses-edit__btn a,.hover .card-breadcrumbs a,.hover .purchases-table .table-cell a,.hover .register__restore a,.hover .sing-in__restore a{transition:color .3s ease}.hover .addresses-edit__btn a:hover,.hover .card-breadcrumbs a:hover,.hover .purchases-table .table-cell a:hover,.hover .register__restore a:hover,.hover .sing-in__restore a:hover{color:#555}.hover .auth-address__restore a:hover{text-decoration:none}.hover .delivery-address__right a:hover{text-decoration:underline}@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}::-webkit-scrollbar{width:0}body{font-family:Raleway,sans-serif;font-size:16px;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;font-feature-settings:"pnum" on,"lnum" on}body.fix{top:0;bottom:0;left:0;right:0;padding-right:15px;height:100%}body.fix,body.fix .wrapper{position:relative;overflow:hidden}.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:1332px;margin:0 auto;padding-left:10px;padding-right:10px;position:relative}.form{width:100%;max-width:500px;margin:50px auto 0}.form-input{width:100%;margin-bottom:20px;position:relative}.form-input span{display:block;font-size:12px;color:#930f26}.form-input.error input{border-color:#930f26}.form-input input{width:100%;height:30px}.global-loader{position:fixed;top:0;right:0;left:0;bottom:0;z-index:100}.global-loader,.widgets{display:flex;justify-content:center;align-items:center}.widgets{margin-top:50px}.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:#32cd32;color:#fff;position:relative;padding-left:30px;height:60px;font-size:16px}body .toasted .primary.success:before,body .toasted.toasted-primary.success:before{content:"";position:absolute;width:15px;height:15px;background-position:50%;left:10px;top:20px}body .toasted .primary.error,body .toasted.toasted-primary.error{background:#fff;color:#555;position:relative;padding-left:30px;height:60px;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.6a56fce9.svg);background-position:50%;left:10px;top:20px}body .toasted .primary .action,body .toasted.toasted-primary .action{color:#555;margin-top:8px}body .toasted-container.top-right{right:10px;top:60px;min-width:300px}body .toasted .primary,body .toasted.toasted-primary{box-shadow:none;border:1px solid #dadada}.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}[data-aos]{pointer-events:auto!important}.mx-datepicker{width:100px!important}.mx-input-wrapper{cursor:pointer!important}.mx-input-wrapper .mx-input{cursor:pointer!important;padding:0 0 0 24px!important;border:none;outline:none;background:transparent;font-size:14px;font-weight:400;line-height:20.94px;text-align:center;color:#fff;height:auto}.mx-input-wrapper i{right:auto;left:0;color:#fff}.mx-table.mx-table-date thead tr th{font-family:Raleway,sans-serif;font-weight:500!important;text-align:center;color:#000}.mx-calendar-header *{color:#000!important}.mx-table-year td{text-align:center;color:#000}.mx-table-year td.active,.mx-table-year td:hover{background-color:#000!important}.mx-table-year td:hover{color:#fff!important}.mx-table-month td{text-align:center;color:#000}.mx-table-month td.active,.mx-table-month td:hover{background-color:#000!important}.mx-table-month td:hover{color:#fff!important}.mx-date-row{font-family:Raleway,sans-serif}.mx-date-row div{text-align:center;color:#000;font-size:15px;font-feature-settings:"pnum" on,"lnum" on}.mx-date-row td.cell.active,.mx-date-row td.cell:hover{border-radius:50%;background:#000}.mx-date-row td.cell.active div,.mx-date-row td.cell:hover div{color:#fff}.mx-date-row td.cell.today{border:1px solid #000;border-radius:50%}.mx-date-row td.cell.not-current-month:hover{background:transparent}.mx-date-row td.cell.not-current-month div{color:#45454a;opacity:.4}@media screen and (max-width:1350px){.container{max-width:1000px}}@media screen and (max-width:1280px){.category-content__item{width:calc(50% - 30px)}body.fix{padding-right:0}}@media screen and (max-width:1050px){.container-sm{max-width:250px}}@media screen and (max-width:1350px){.wrapper{overflow:hidden}html:not(.no-js) [data-aos][data-aos]{opacity:1!important}html:not(.no-js) [data-aos]{transform:none!important}}