.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:#000;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;top:0;right:0;left:0;bottom:0;z-index:50;overflow-y:auto}.popup .secondTitle{font-weight:400;font-size:32px;line-height:39px;text-transform:uppercase;margin:0;color:#000}.popup-bg{position:absolute;top:0;bottom:0;left:0;right:0;background:rgba(0,0,0,.5)}.popup-bg img{width:100%;height:100%;filter:blur(3px);opacity:.96}.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;width:100%;max-width:840px;background:#fff;padding:25px 32px;position:relative;z-index:2}.popup-container.border{border:1px solid #f2f2f2}.popup-top{width:100%;padding-bottom:15px;position:relative;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:400;font-size:24px;line-height:29px;color:#000}.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{padding-left:15px;padding-right:15px}}@media screen and (max-width:500px){.popup-close{right:-15px}.popup-container{padding:15px 20px;position:absolute;max-width:360px!important;max-height:90%;overflow:auto;margin:0;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;margin-left:-3px}.popup-top__title{font-size:16px}.popup-top{padding-bottom:10px}}.main-button{position:relative;display:inline-block;text-decoration:none;width:100%;height:100%;padding:10px 32px;border:1px solid transparent;outline:none;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;min-width:100px;background:#4f4f4f;transition:background .3s ease-in-out,border-color .3s ease-in-out}.main-button.outline{background:#fff;border:1px solid #4f4f4f}.main-button.outline:hover{background:#4f4f4f}.main-button.outline:hover .main-button__label{color:#fff}.main-button.outline .main-button__label{color:#4f4f4f}.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:#4f4f4f}.main-button:hover{background:#fff;border-color:#4f4f4f}.main-button:hover .main-button__label{color:#4f4f4f}.main-button__label{font-weight:400;font-size:14px!important;color:#fff;display:block;text-align:center;line-height:1;transition:color .3s ease-in-out}.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}.main-select{position:relative;width:100%}.main-select:after{content:"";font-size:0;display:block;width:12px;height:8px;background-position:50%;background-repeat:no-repeat;background-image:url(../img/arrow-down-ico.ea79f833.svg);transform:scale(1);margin-left:5px;transition:transform .3s ease-in-out;position:absolute;right:15px;bottom:22px;z-index:0;pointer-events:none}.main-select.open:after{transform:scale(1) rotate(-180deg)}.main-select input{width:100%;border:1px solid #dcdcdc;height:55px;font-size:16px;line-height:30px;font-weight:400;padding:0 40px 0 20px;transition:border-color .3s ease-in-out;cursor:pointer;text-transform:capitalize}.main-select input.error{border-color:#ea5759}.main-select input.valid{border-color:rgba(17,17,17,.15)}.main-select input:focus{border-color:#4f4f4f}.main-select input::-webkit-input-placeholder{color:#4f4f4f;opacity:1}.main-select input::-moz-placeholder{color:#4f4f4f;opacity:1}.main-select input:-ms-input-placeholder{color:#4f4f4f;opacity:1}.main-select__label{font-size:14px;margin-bottom:7px;color:#7c818d}.main-select__empty{position:absolute;text-align:center;margin:auto;left:0;top:0;width:100%;height:40px;display:flex;justify-content:center;align-items:center}.main-select__empty p{text-align:center;font-size:14px;font-weight:400}.main-select__loader{position:absolute;bottom:10px;left:50%;transform:translateX(-50%)}.main-select__loader .loader{min-height:auto}.main-select__loader .preloader{width:20px;height:20px}.main-select__list{z-index:2;max-height:250px;overflow-y:auto;padding:10px 0;box-shadow:0 5px 40px rgba(0,0,0,.15);border-radius:3px}.main-select__list,.main-select__list li{position:relative;width:100%;min-height:50px}.main-select__list li{display:flex;justify-content:space-between;align-items:center;height:50px;transition:background .3s ease-in-out;cursor:pointer;padding:10px 20px;font-weight:400;font-size:16px}.main-select__list li.active:after{content:"";position:absolute;right:20px;top:20px;width:12px;height:9px;background-image:url(../img/active-check-ico.6b43bb31.svg);background-position:50%;background-repeat:no-repeat}.main-select__list li:last-child .select__dropdown-right:after{display:none}.main-select__list li:hover{background:#f5f5f5}.main-select__list::-webkit-scrollbar{width:4px;border-radius:2px}.main-select__list::-webkit-scrollbar-track{background:#fff;width:2px}.main-select__list::-webkit-scrollbar-thumb{background:#2d3340;width:2px;border-radius:2px}.main-select__list::-webkit-scrollbar-thumb:hover{background:#555;width:2px}.main-select__wrap{position:absolute;top:calc(100% + 15px);background:#fff;left:0;right:0;z-index:4;border-radius:3px}.main-select__wrap:after{content:"";position:absolute;top:-20px;z-index:5;right:20px;width:0;border:10px solid;border-color:transparent transparent #fff transparent}.main-select__item{display:flex;justify-content:flex-start;align-items:center;position:relative}.main-select__item:last-child:before{display:none}.main-select__item:before{content:"";position:absolute;left:0;bottom:0;height:1px;right:0;background:rgba(0,0,0,.07);display:block}.main-select__item-ico{width:40px;position:relative;padding-bottom:2px}.main-select__item-name{width:calc(100% - 40px);font-size:14px}.multi-select{position:relative;width:100%}.multi-select .close-button{position:absolute;right:8px;top:12px;width:24px!important;height:24px!important;background:transparent!important;padding:0!important;min-width:unset!important;border:none!important;transform:rotate(0deg);transition:transform .3s ease-in-out}.multi-select .close-button.open{transform:rotate(180deg)}.multi-select.open:after{transform:scale(1) rotate(-180deg)}.multi-select input{width:100%;border:1px solid #dcdcdc;height:55px;font-size:16px;line-height:30px;font-weight:400;padding:0 40px 0 20px;transition:border-color .3s ease-in-out;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.multi-select input.error{border-color:#ea5759}.multi-select input.valid{border-color:rgba(17,17,17,.15)}.multi-select input:focus{border-color:#4f4f4f}.multi-select input::-webkit-input-placeholder{color:#4f4f4f;opacity:1}.multi-select input::-moz-placeholder{color:#4f4f4f;opacity:1}.multi-select input:-ms-input-placeholder{color:#4f4f4f;opacity:1}.multi-select__label{font-size:14px;margin-bottom:7px;color:#7c818d}.multi-select__empty{position:absolute;text-align:center;margin:auto;left:0;top:12px;width:100%;height:50px;display:flex;justify-content:center;align-items:center}.multi-select__empty p{text-align:center;font-size:14px;font-weight:400}.multi-select__loader{position:absolute;bottom:10px;left:50%;transform:translateX(-50%)}.multi-select__loader .loader{min-height:auto}.multi-select__loader .preloader{width:20px;height:20px}.multi-select__list{z-index:2;max-height:250px;overflow-y:auto;padding:10px 0;box-shadow:0 5px 40px rgba(0,0,0,.15);border-radius:3px}.multi-select__list,.multi-select__list li{position:relative;width:100%;min-height:50px}.multi-select__list li{display:flex;justify-content:space-between;align-items:center;height:50px;transition:background .3s ease-in-out;cursor:pointer;padding:10px 20px;font-weight:400;font-size:16px}.multi-select__list li.active:after{content:"";position:absolute;right:20px;top:20px;width:12px;height:9px;background-image:url(../img/active-check-ico.6b43bb31.svg);background-position:50%;background-repeat:no-repeat}.multi-select__list li:last-child .select__dropdown-right:after{display:none}.multi-select__list li:hover{background:#f5f5f5}.multi-select__list::-webkit-scrollbar{width:4px;border-radius:2px}.multi-select__list::-webkit-scrollbar-track{background:#fff;width:2px}.multi-select__list::-webkit-scrollbar-thumb{background:#2d3340;width:2px;border-radius:2px}.multi-select__list::-webkit-scrollbar-thumb:hover{background:#555;width:2px}.multi-select__wrap{position:absolute;top:calc(100% + 15px);background:#fff;left:0;right:0;z-index:4;border-radius:3px}.multi-select__wrap:after{content:"";position:absolute;top:-20px;z-index:5;right:20px;width:0;border:10px solid;border-color:transparent transparent #fff transparent}.multi-select__item{display:flex;justify-content:flex-start;align-items:center;position:relative}.multi-select__item:last-child:before{display:none}.multi-select__item:before{content:"";position:absolute;left:0;bottom:0;height:1px;right:0;background:rgba(0,0,0,.07);display:block}.multi-select__item-ico{width:40px;position:relative;padding-bottom:2px}.multi-select__item-name{width:calc(100% - 40px);font-size:14px}@media only screen and (max-width:500px){.main-select.country input,.main-select input{height:45px;font-size:14px}.main-select:after{bottom:18px}.main-select__label{font-size:12px;font-weight:500;margin-bottom:7px}.main-select__list li{height:42px}.main-select__list li.active:after{top:16px}.main-select__list{padding:5px 0;max-height:200px}}.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}.breadcrumbsCustom{padding-top:10px;padding-bottom:30px;height:52px}.breadcrumbsCustom ul{list-style:none}.breadcrumbsCustom.is-catalog{border-bottom:none;padding-bottom:25px}.breadcrumbsCustom-list{display:inline-block}.breadcrumbsCustom-item{display:inline-block;position:relative;margin-right:22px}.breadcrumbsCustom-item:last-child:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0}.breadcrumbsCustom-item:last-child a{cursor:default;font-weight:400;color:#bdbdbd}.breadcrumbsCustom-item:last-child:after{display:none}.breadcrumbsCustom-item a{font-weight:400;font-size:14px;line-height:17px;color:#333;text-decoration:none}.breadcrumbsCustom-item a:hover{text-decoration:none}.breadcrumbsCustom-item:after{content:"";position:absolute;width:5px;height:9px;background-image:url(../img/breadcrumbs-svg.f08abdca.svg);background-position:50%;background-repeat:no-repeat;right:-15px;display:block;color:#171d1d;font-size:16px;top:55%;transform:translateY(-50%)}.breadcrumbsCustom-default{font-size:16px;text-decoration:none;color:#9a9a9a}@media screen and (max-width:1600px){.container-crumbs{max-width:1050px;margin:auto;width:100%}}@media screen and (max-width:800px){.breadcrumbsCustom-item a{font-size:12px}.breadcrumbsCustom-item{margin-right:10px}.breadcrumbsCustom-item:after{right:-8px}.breadcrumbsCustom{padding-bottom:15px;height:auto}}.login{margin-bottom:30px}.login-wrap{flex-direction:column}.login-head,.login-wrap{width:100%;display:flex;align-items:center}.login-head{justify-content:center;gap:40px;margin-bottom:40px}.login-enter{font-weight:500;color:#4f4f4f}.login-enter,.login-registration{font-size:20px;line-height:29px;cursor:pointer}.login-registration{font-weight:400;color:#bdbdbd;text-transform:lowercase}.login-registration:first-letter{text-transform:uppercase}.login .input-row{width:100%}.login .input-row label{position:relative}.login .input-row label .show-password{position:absolute;cursor:pointer;right:0;z-index:2;height:50px;width:50px;display:flex;align-items:center;justify-content:center;border-left:1px solid #dcdcdc}.login .input-row label input[type=password],.login .input-row label input[type=text]{width:100%;height:50px;border:1px solid #dcdcdc;box-sizing:border-box;margin-bottom:17px;padding-left:20px}.login .input-row label input[type=checkbox]{display:none}.login .input-row.checkbox{display:flex;align-items:center;font-weight:400;font-size:14px;line-height:17px;color:#333;margin-bottom:20px}.login .input-row.checkbox label{display:flex;align-items:center;margin-right:10px}.login .input-row.checkbox label input{display:none}.login .input-row.checkbox label input:checked+span:before{content:"";position:absolute;width:20px;height:20px;background-color:#4f4f4f;top:50%;left:50%;transform:translate(-50%,-50%);background-image:url(../img/checked.a08bf424.svg);background-repeat:no-repeat;background-position:50%}.login .input-row.checkbox label span{display:block;width:20px;height:20px;border:1px solid #dcdcdc;position:relative}.login-register{margin:20px 0}.login-forgot,.login-register{font-weight:400;font-size:16px;line-height:19px;color:#333;cursor:pointer}@media screen and (max-width:400px){.login-enter,.login-registration{font-size:20px}}.registration .error{width:100%}.registration .error p{animation:shake 1s ease-in-out 1;color:red;font-size:12px;margin-top:5px;margin-bottom:10px;text-align:left}.registration .error span{position:relative;margin-top:-10px}.registration__footer{margin-bottom:10px}.registration-country{margin-bottom:12px}.registration-country input::-moz-placeholder{text-transform:none}.registration-country input::placeholder{text-transform:none}.registration-errors{width:100%;text-align:left;display:block;animation:shake 1s ease-in-out 1;color:red;font-size:12px;margin-top:-12px;margin-bottom:10px}.registration-head{width:100%;justify-content:center;gap:40px;white-space:nowrap}.registration-enter{margin-right:0!important}.registration .input-row .registration-country input::-moz-placeholder{color:#969696}.registration .input-row .registration-country input::placeholder{color:#969696}.registration .input-row label input[type=email],.registration .input-row label input[type=password],.registration .input-row label input[type=text]{width:100%;height:50px;border:1px solid #dcdcdc;box-sizing:border-box;margin-bottom:17px;padding-left:20px;color:#969696}.registration-register i{font-style:normal;font-weight:400}.reset-instruction{margin-bottom:17px;line-height:17px;color:#4f4f4f}.reset-back,.reset-instruction{font-weight:400;font-size:14px;text-align:center}.reset-back{margin-top:25px;cursor:pointer;margin-bottom:10px;line-height:19px;color:#333}.reset-wrap{width:100%;flex-direction:column}.reset-head,.reset-wrap{display:flex;align-items:center}.reset-head{margin-bottom:40px}.reset-enter{margin-right:100px;font-weight:500;color:#4f4f4f}.reset-enter,.reset-registration{font-size:20px;line-height:29px;cursor:pointer}.reset-registration{font-weight:400;color:#bdbdbd}.reset .input-row{width:100%}.reset .input-row label input[type=password],.reset .input-row label input[type=text]{width:100%;height:50px;border:1px solid #dcdcdc;box-sizing:border-box;margin-bottom:17px;padding-left:20px}.reset .input-row label input[type=checkbox]{display:none}.reset .input-row.checkbox{display:flex;align-items:center;font-weight:400;font-size:14px;line-height:17px;color:#333;margin-bottom:20px}.reset .input-row.checkbox label{display:flex;margin-right:5px}.reset .input-row.checkbox label span{display:block;width:15px;height:15px;border:1px solid #dcdcdc;box-sizing:border-box}.reset-register{margin:20px 0}.reset-forgot,.reset-register{font-weight:400;font-size:16px;line-height:19px;color:#333}.restore-instruction{margin-bottom:17px;font-weight:400;font-size:14px;line-height:17px;text-align:center;color:#4f4f4f}.restore-back{margin-top:20px;cursor:pointer;margin-bottom:15px;font-weight:400;font-size:16px;line-height:19px;text-align:center;color:#333}.restore-wrap{width:100%;flex-direction:column}.restore-head,.restore-wrap{display:flex;align-items:center}.restore-head{margin-bottom:40px}.restore-enter{margin-right:100px;font-weight:500;color:#4f4f4f}.restore-enter,.restore-registration{font-size:20px;line-height:29px;cursor:pointer}.restore-registration{font-weight:400;color:#bdbdbd}.restore .input-row{width:100%}.restore .input-row label input[type=password],.restore .input-row label input[type=text]{width:100%;height:50px;border:1px solid #dcdcdc;box-sizing:border-box;margin-bottom:17px;padding-left:20px}.restore .input-row label input[type=checkbox]{display:none}.restore .input-row.checkbox{display:flex;align-items:center;font-weight:400;font-size:14px;line-height:17px;color:#333;margin-bottom:20px}.restore .input-row.checkbox label{display:flex;margin-right:5px}.restore .input-row.checkbox label span{display:block;width:15px;height:15px;border:1px solid #dcdcdc;box-sizing:border-box}.restore-register{margin:20px 0}.restore-forgot,.restore-register{font-weight:400;font-size:16px;line-height:19px;color:#333}.addresses-list h2{width:100%;max-width:100%;text-align:center;margin-top:0;font-weight:400;font-size:24px;line-height:29px;color:#000}.addresses-list .ui.selection.active.dropdown,.addresses-list .ui.selection.active.dropdown .menu{border-color:#dcdcdc;box-shadow:none;z-index:98}.addresses-list .ui.search.selection.dropdown>input.search{margin-top:0}.addresses-list .ui.search.selection.dropdown>input.search,.addresses-list .ui.search.selection.dropdown>span.sizer{line-height:1.21428571em;padding:.67857143em 2.1em .67857143em 1em;overflow:hidden;padding-left:0;height:48px;font-weight:400;font-size:16px;line-height:19px;color:#969696}.addresses-list .ui.selection.dropdown{margin-top:5px;border:1px solid #dcdcdc;box-sizing:border-box;height:50px;padding:0 25px;width:100%;font-family:Gilroy,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:19px;color:#969696;border-radius:0;margin-bottom:30px;position:relative}.addresses-list .ui.selection.dropdown .item{margin-bottom:5px;cursor:pointer}.addresses-list .ui.selection.dropdown:after{content:"";font-size:0;display:block;width:18px;height:18px;background-position:50%;background-repeat:no-repeat;transform:scale(1);margin-left:5px;transition:transform .3s ease;position:absolute;right:15px;top:15px;z-index:0;pointer-events:none;background:url(../img/arrow-down.e6cea961.svg)}.addresses-list .ui.selection.dropdown.active:after{transform:scale(1) rotate(-180deg)}.addresses-list .ui.selection.dropdown i{display:none}.addresses-list .ui.selection.dropdown>.text{display:flex;align-items:center;margin-top:-32px;max-width:330px;width:100%;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.addresses-list .ui.selection.dropdown .menu{min-width:100%;width:100%;outline:none;position:absolute;top:48px;background-color:#fff;padding:10px 35px;min-height:50px;max-height:175px;overflow-y:scroll;right:0;margin:auto;display:block;border:1px solid #dcdcdc}.addresses-list .ui.selection.dropdown .menu::-webkit-scrollbar{width:4px;border-radius:2px}.addresses-list .ui.selection.dropdown .menu::-webkit-scrollbar-track{background:#fff;width:2px}.addresses-list .ui.selection.dropdown .menu::-webkit-scrollbar-thumb{background:#2d3340;width:2px;border-radius:2px}.addresses-list .ui.selection.dropdown .menu::-webkit-scrollbar-thumb:hover{background:#555;width:2px}.addresses-list__select{margin-bottom:30px;height:50px;display:flex;justify-content:center}.addresses-list__select button{width:220px}.instagram-post__wrap{display:flex}.instagram-post__navigations{display:flex;justify-content:space-between}.instagram-post__arrows{display:flex;align-items:center}.instagram-post__arrows-right{margin-left:25px}.instagram-post__arrows-left,.instagram-post__arrows-right,.instagram-post__exit{cursor:pointer}.instagram-post__date,.instagram-post__descriptions{margin-top:30px;font-weight:400;font-size:14px;line-height:17px;color:#4f4f4f}.instagram-post__left{width:60%}.instagram-post__right{width:40%;margin-left:15px}.instagram-post__img{height:540px;width:100%}.instagram-post__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.another-cosmetolog__wrap{padding:40px}.another-cosmetolog__wrap label{display:flex;flex-direction:column;font-weight:400;font-size:14px;line-height:17px;color:#4f4f4f}.another-cosmetolog__wrap label input{margin-top:8px;border:1px solid #e0e0e0;box-sizing:border-box;height:50px;width:100%;margin-bottom:30px;padding-left:20px;font-weight:400;font-size:16px;line-height:20px;color:#4f4f4f}.another-cosmetolog__btns{display:flex;align-items:center}.another-cosmetolog__btns button{height:50px;width:50%}.another-cosmetolog__cancel{width:50%;display:flex;justify-content:center;cursor:pointer}.fast-buy{margin:0 30px;margin-bottom:40px}.fast-buy__text{font-weight:400;font-size:14px;line-height:24px;text-align:center;color:#4f4f4f}.fast-buy__input{margin-top:25px}.fast-buy__input input{height:50px;width:100%;padding-left:20px;border:1px solid #dcdcdc;box-sizing:border-box}.fast-buy__input input::-moz-placeholder{font-weight:400;font-size:16px;line-height:20px;color:#bdbdbd}.fast-buy__input input::placeholder{font-weight:400;font-size:16px;line-height:20px;color:#bdbdbd}.fast-buy__input label span{margin-top:10px}.fast-buy__submit{margin-top:15px;height:50px;width:100%;position:relative}.fast-buy__submit-loader{position:absolute;top:0;bottom:0;left:0;right:0;background-color:#4f4f4f;display:flex;align-items:center;justify-content:center}.basket-item{border-bottom:1px solid #f2f2f2}.basket-item__wrap{display:flex;position:relative;padding-top:25px;padding-bottom:35px}.basket-item__wrap:has(.puo) .basket-item__sum{display:none}.basket-item__wrap:has(.puo) .puo{width:50%}.basket-item__counter{display:flex;align-items:center}.basket-item__count,.basket-item__info,.basket-item__price,.basket-item__sum{width:25%;display:flex;justify-content:center;align-items:center}.basket-item__info{justify-content:flex-start;padding-left:20px;flex:1;text-decoration:none}.basket-item__title{font-weight:400;font-size:16px;line-height:19px;-webkit-text-decoration-line:underline;text-decoration-line:underline;color:#333;margin-bottom:15px}.basket-item .basket-item__counter-btn{display:flex;align-items:center;width:20px;height:20px;justify-content:center}.basket-item__count input{text-align:center;font-weight:400;font-size:18px;line-height:22px;color:#4f4f4f;width:80px}.basket-item__count svg path{fill:#4f4f4f}.basket-item__right{margin-left:10px}.basket-item__units{margin-bottom:5px}.basket-item__price,.basket-item__sum{font-weight:400;font-size:18px;line-height:22px;color:#4f4f4f}.basket-item__article,.basket-item__units{font-weight:400;font-size:14px;line-height:19px;color:#828282}.basket-item__delete{position:absolute;right:20px;top:50%;transform:translateY(-50%);cursor:pointer}.basket-item__left{width:75px;height:75px;flex:0;min-width:75px}.basket-item__left img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}@media screen and (max-width:780px){.basket-item__info{width:30%}.basket-item__right{margin-left:0}.basket-item__wrap>div{font-size:14px}.basket-item__wrap .puo{text-align:center}.basket-item__title{font-size:12px;margin-bottom:5px}.basket-item__article,.basket-item__units{font-size:12px}.basket-item__count input{width:40px}.basket-item__info{flex-direction:column;padding-left:0}.basket-item__right>div{text-align:center}.basket-item__delete{transform:translateY(0);top:10px;right:10px}.default-prices__total-result{display:flex;flex-direction:column;align-items:flex-end!important;gap:10px;text-align:right}}.default-prices__total{display:flex;flex-direction:column;align-items:flex-end}.default-prices__total-wrap{width:40%}.default-prices__total-sum{margin-bottom:10px}.default-prices__total-download{margin-top:25px;height:50px}.default-prices__total-discount,.default-prices__total-result,.default-prices__total-sum{display:flex;justify-content:space-between;align-items:center;font-weight:400;font-size:20px;line-height:25px;color:#4f4f4f}.default-prices__total-discount span,.default-prices__total-result span,.default-prices__total-sum span{display:flex;align-items:center;font-weight:400;font-size:18px;line-height:22px;color:#4f4f4f}.default-prices__total-discount span svg,.default-prices__total-result span svg,.default-prices__total-sum span svg{margin-right:5px}.default-prices__total-result{margin-top:20px;font-weight:400;font-size:22px;line-height:27px;color:#000}.default-prices__total-result span{font-weight:400;font-size:18px;line-height:22px;text-transform:uppercase;color:#000}.default-prices .default-prices__counter-btn,.default-prices__counter{display:flex;align-items:center}.default-prices__counter svg path{fill:#4f4f4f}.default-prices__counter input{text-align:center;font-weight:400;font-size:18px;line-height:22px;color:#4f4f4f;width:80px}.default-prices__head{display:flex;margin-top:30px}.default-prices__col{width:25%;display:flex;align-items:center;justify-content:center}.default-prices__body{display:flex;margin-top:25px}.default-prices__info{display:flex}.default-prices__info-img{width:72px;height:72px;margin-right:10px}.default-prices__info-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.default-prices__info-text{display:flex;flex-direction:column}.default-prices__info-text h3{font-weight:400;font-size:16px;line-height:20px;-webkit-text-decoration-line:underline;text-decoration-line:underline;text-transform:uppercase;color:#333;margin-bottom:15px}.default-prices__info-text span{font-weight:400;font-size:14px;line-height:17px;color:#828282}.default-prices__info-text span:last-child{margin-top:7px}@media screen and (max-width:845px){.default-prices__head>div{font-size:12px;font-weight:400;line-height:20px;color:#333}.default-prices__total-wrap{margin-top:15px;width:100%}}.form-application{margin-top:55px}.form-application__button{margin-top:5px;height:50px;margin-bottom:30px;position:relative}.form-application__button-loader{position:absolute;top:0;bottom:0;left:0;right:0;background-color:#4f4f4f;display:flex;justify-content:center}.form-application__input label{display:flex;flex-direction:column}.form-application__input label input{height:50px;width:100%;border:1px solid #dcdcdc;box-sizing:border-box;margin-bottom:10px;padding-left:20px;font-style:normal;font-weight:400;font-size:16px;line-height:20px}.form-application__input label input::-moz-placeholder{font-family:Gilroy;font-style:normal;font-weight:400;font-size:16px;line-height:20px}.form-application__input label input::placeholder{font-family:Gilroy;font-style:normal;font-weight:400;font-size:16px;line-height:20px}.form-application__input label span{margin-top:10px}.success-register__kod{margin-top:15px;text-align:center;font-weight:400;font-size:14px;line-height:17px;color:#828282}.success-register__wrap{padding-bottom:20px}.success-register__title{font-weight:400;font-size:24px;line-height:29px;color:#000;text-align:center}.success-register__description{margin-top:20px;font-weight:400;font-size:14px;line-height:17px;text-align:center;color:#4f4f4f}.success-register__description span{color:#333;padding-left:10px}.login[data-v-3dfca674]{margin-bottom:30px}.login-wrap[data-v-3dfca674]{width:100%;display:flex;flex-direction:column;align-items:center}.login-head[data-v-3dfca674]{display:flex;align-items:center;justify-content:center;margin-bottom:40px;width:100%}.login-enter[data-v-3dfca674]{font-weight:500;font-size:20px;line-height:29px;color:#4f4f4f;cursor:pointer}.login-registration[data-v-3dfca674]{font-weight:400;font-size:20px;line-height:29px;color:#bdbdbd;cursor:pointer;text-transform:lowercase}.login-registration[data-v-3dfca674]:first-letter{text-transform:uppercase}.login .input-row[data-v-3dfca674]{width:100%}.login .input-row label[data-v-3dfca674]{position:relative}.login .input-row label .show-password[data-v-3dfca674]{position:absolute;cursor:pointer;right:0;z-index:2;height:50px;width:50px;display:flex;align-items:center;justify-content:center;border-left:1px solid #dcdcdc}.login .input-row label .wrraper-skinon[data-v-3dfca674]{width:100%;border:1px solid #dcdcdc;box-sizing:border-box;margin-bottom:17px;padding-left:20px;resize:none;font-weight:400;font-size:16px;line-height:20px;color:#969696;font-family:Gilroy,Arial,sans-serif!important}.login .input-row label .wrraper-skinon[data-v-3dfca674]::-moz-placeholder{font-weight:400;font-size:16px;line-height:20px;color:#969696;font-family:Gilroy,Arial,sans-serif!important}.login .input-row label .wrraper-skinon[data-v-3dfca674]::placeholder{font-weight:400;font-size:16px;line-height:20px;color:#969696;font-family:Gilroy,Arial,sans-serif!important}.login .input-row label textarea[data-v-3dfca674]{width:100%;height:90px;border:1px solid #dcdcdc;box-sizing:border-box;margin-bottom:17px;padding-left:20px;resize:none;font-weight:400;font-size:16px;line-height:20px;color:#969696;font-family:Gilroy,Arial,sans-serif!important;padding-top:16px}.login .input-row label textarea[data-v-3dfca674]::-moz-placeholder{font-weight:400;font-size:16px;line-height:20px;color:#969696;font-family:Gilroy,Arial,sans-serif!important}.login .input-row label textarea[data-v-3dfca674]::placeholder{font-weight:400;font-size:16px;line-height:20px;color:#969696;font-family:Gilroy,Arial,sans-serif!important}.login .input-row label input[type=password][data-v-3dfca674],.login .input-row label input[type=text][data-v-3dfca674]{width:100%;height:50px;border:1px solid #dcdcdc;box-sizing:border-box;margin-bottom:17px;padding-left:20px}.login .input-row label input[type=checkbox][data-v-3dfca674]{display:none}.login .input-row.checkbox[data-v-3dfca674]{display:flex;align-items:center;font-weight:400;font-size:14px;line-height:17px;color:#333;margin-bottom:20px}.login .input-row.checkbox label[data-v-3dfca674]{display:flex;align-items:center;margin-right:10px}.login .input-row.checkbox label input[data-v-3dfca674]{display:none}.login .input-row.checkbox label input:checked+span[data-v-3dfca674]:before{content:"";position:absolute;width:20px;height:20px;background-color:#4f4f4f;top:50%;left:50%;transform:translate(-50%,-50%);background-image:url(../img/checked.a08bf424.svg);background-repeat:no-repeat;background-position:50%}.login .input-row.checkbox label span[data-v-3dfca674]{display:block;width:20px;height:20px;border:1px solid #dcdcdc;position:relative}.login .input-row button[data-v-3dfca674]{height:50px}.login-register[data-v-3dfca674]{margin:20px 0}.login-forgot[data-v-3dfca674],.login-register[data-v-3dfca674]{font-weight:400;font-size:16px;line-height:19px;color:#333;cursor:pointer}@media screen and (max-width:400px){.login-enter[data-v-3dfca674],.login-registration[data-v-3dfca674]{font-size:20px}}.success-seminar__wrap[data-v-4a274622]{padding-bottom:40px}.success-seminar__wrap h2[data-v-4a274622]{font-weight:400;font-size:18px;line-height:20px;margin-bottom:10px}.success-seminar__wrap p[data-v-4a274622]{margin:0;margin-bottom:10px;font-size:14px}.success-seminar__wrap span[data-v-4a274622]{font-size:14px}.agent-register .input-row .show-password{position:absolute;cursor:pointer;right:0;z-index:2;height:50px;width:50px;display:flex;align-items:center;justify-content:center;border-left:1px solid #dcdcdc}.agent-register .input-row .input-col .wrraper-skinon,.agent-register .input-row .input-col input[type=email],.agent-register .input-row .input-col input[type=password],.agent-register .input-row .input-col input[type=text]{border:1px solid #dcdcdc;box-sizing:border-box;width:100%;height:50px;padding-left:20px;color:#969696;position:relative;display:flex;align-items:center}.agent-register .input-row .input-col .wrraper-skinon .flag-skinon,.agent-register .input-row .input-col input[type=email] .flag-skinon,.agent-register .input-row .input-col input[type=password] .flag-skinon,.agent-register .input-row .input-col input[type=text] .flag-skinon{position:absolute;right:20px}.agent-register .input-row .input-col .wrraper-skinon::-moz-placeholder,.agent-register .input-row .input-col input[type=email]::-moz-placeholder,.agent-register .input-row .input-col input[type=password]::-moz-placeholder,.agent-register .input-row .input-col input[type=text]::-moz-placeholder{color:#969696}.agent-register .input-row .input-col .wrraper-skinon::placeholder,.agent-register .input-row .input-col input[type=email]::placeholder,.agent-register .input-row .input-col input[type=password]::placeholder,.agent-register .input-row .input-col input[type=text]::placeholder{color:#969696}.agent-register .input-row .input-col textarea{border:1px solid #dcdcdc;box-sizing:border-box;width:100%;height:75px;resize:none;padding:12px 20px;color:#969696;position:relative;display:flex;align-items:center;font-family:Gilroy,Arial,sans-serif!important;font-size:16px;font-weight:400}.agent-register .input-row .input-col textarea .flag-skinon{position:absolute;right:20px}.agent-register .input-row .input-col textarea::-moz-placeholder{color:#969696;font-family:Gilroy,Arial,sans-serif!important;font-size:16px;font-weight:400}.agent-register .input-row .input-col textarea::placeholder{color:#969696;font-family:Gilroy,Arial,sans-serif!important;font-size:16px;font-weight:400}.payment-info__wrap{padding-bottom:40px}.payment-info__title{font-weight:400;font-size:24px;line-height:29px;text-align:center;color:#000;margin-bottom:25px}.payment-info__description{font-weight:400;font-size:14px;line-height:24px;text-align:center;color:#4f4f4f}.select__list li,.select input{text-transform:capitalize}@media only screen and (max-width:500px){.select.country input,.select input{height:45px;font-size:14px}.select:after{bottom:18px}.select__label{font-size:12px;font-weight:500;margin-bottom:7px}.select__list li{height:42px}.select__list li.active:after{top:16px}.select__list{padding:5px 0;max-height:200px}}.select{position:relative}.select:after{content:"";font-size:0;display:block;width:10px;height:7px;background-position:50%;background-repeat:no-repeat;background-image:url(../img/arrow-open.088a98b6.svg);transition:transform .3s ease-in-out;position:absolute;right:15px;z-index:0;pointer-events:none;top:50%;transform:translateY(-50%)}.select.open:after{top:35%;transform:rotate(180deg)}.select input{width:100%;border:1px solid #c4c4c4;height:26px;font-weight:400;font-size:15px;line-height:17px;color:#000;padding:0 10px 0 20px;transition:border-color .3s ease-in-out;cursor:pointer;text-transform:lowercase}.select input:focus{border-color:#4f4f4f}.select input::-webkit-input-placeholder{color:#4f4f4f;opacity:1}.select input::-moz-placeholder{color:#4f4f4f;opacity:1}.select input:-ms-input-placeholder{color:#4f4f4f;opacity:1}.select__label{font-size:14px;margin-bottom:7px;color:#333}.select__empty{position:absolute;bottom:18px;text-align:center;right:0;left:0}.select__empty p{font-size:14px;font-weight:400}.select__loader{position:absolute;bottom:10px;left:50%;transform:translateX(-50%)}.select__loader .loader{min-height:auto}.select__loader .preloader{width:20px;height:20px}.select__list{position:relative;z-index:2;max-height:250px;overflow-y:auto;width:100%;min-height:50px;box-shadow:0 5px 40px rgba(0,0,0,.15);border-radius:3px}.select__list li{display:flex;justify-content:flex-start;padding-left:20px;align-items:center;width:100%;min-height:30px;height:30px;transition:background .3s ease-in-out;position:relative;cursor:pointer;font-weight:400;font-size:14px;color:#000;text-transform:lowercase}.select__list li.active:after{content:"";position:absolute;right:20px;top:20px;width:12px;height:9px;background-position:50%;background-repeat:no-repeat}.select__list li:last-child .select__dropdown-right:after{display:none}.select__list li:hover{background:#f5f5f5}.select__list::-webkit-scrollbar{width:4px;border-radius:2px}.select__list::-webkit-scrollbar-track{background:#fff;width:2px}.select__list::-webkit-scrollbar-thumb{background:#2d3340;width:2px;border-radius:2px}.select__list::-webkit-scrollbar-thumb:hover{background:#555;width:2px}.select__wrap{position:absolute;border:1px solid #c4c4c4;border-top:none;top:100%;background:#fff;left:0;right:0;z-index:4}.select__item{display:flex;justify-content:center;position:relative}.select__item:last-child:before{display:none}.select__item:before{content:"";position:absolute;left:0;bottom:0;height:1px;right:0;background:rgba(0,0,0,.07);display:block}.select__item-ico{width:40px;position:relative;padding-bottom:2px}.select__item-name{font-size:14px;text-transform:lowercase}@media only screen and (max-width:768px){.select__list li{padding:5px}.select__item-name{font-size:12px}}@media only screen and (max-width:500px){.product .select,.product .select .select__item,.product .select input{height:26px!important}.select.country input,.select input{height:45px;font-size:14px}.select:after{bottom:18px}.select__label{font-size:12px;font-weight:500;margin-bottom:7px}.select__list li{height:42px}.select__list li.active:after{top:16px}.select__list{padding:5px 0;max-height:200px}}.black-friday-icon{width:62px;height:62px;scale:.9}@media screen and (max-width:1024px){.black-friday-icon{width:58px;height:58px}}.select-placeholder input{pointer-events:none;padding:0 10px 0 10px;text-align:center}.select-placeholder:after{display:none}.basket-popup__banner{background:#f2f2f2;padding:16px 12px;display:flex;flex-direction:column;gap:8px;margin-bottom:24px}.basket-popup__banner--title{font-size:16px;font-weight:600;color:#333}.basket-popup__banner--description{font-size:14px;color:#333;margin-top:8px;line-height:1.5}.basket__popup .slick-track.slick-center{margin-left:inherit!important}.basket__popup_products{border-top:1px solid #f2f2f2;border-bottom:1px solid #f2f2f2;padding:33px 0}.basket__popup_products-empty{text-align:center}.basket__popup_products .product__wrapper:last-child{margin-bottom:0}.basket__popup_products .product__wrapper{display:flex;width:100%;margin-bottom:10px;align-items:flex-start;justify-content:space-between;position:relative}.basket__popup_products .product__wrapper .remove-button{position:absolute;right:0;top:0;margin-right:0}.basket__popup_products .product__wrapper-wrap{display:flex;justify-content:space-between;width:100%}.basket__popup_products .product__wrapper svg{margin-right:10px;cursor:pointer;position:absolute}.basket__popup_products .product__wrapper_desc{display:flex;text-decoration:none}.basket__popup_products .product__wrapper_desc-img{width:111px;height:111px;margin-right:10px;cursor:pointer}.basket__popup_products .product__wrapper_desc-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.basket__popup_products .product__wrapper_desc-text{width:200px}.basket__popup_products .product__wrapper_desc-text h5{padding-right:20px;margin:0;font-weight:400;font-size:16px;line-height:20px;color:#333;padding-bottom:10px}.basket__popup_products .product__wrapper_desc-text p{margin:0;font-weight:400;font-size:14px;line-height:17px;color:#828282}.basket__popup_products .product__wrapper_calc{width:100px;justify-content:space-between;display:flex;align-items:center}.basket__popup_products .product__wrapper_calc.center{justify-content:center}.basket__popup_products .product__wrapper_calc button{display:flex;align-items:center;width:8px}.basket__popup_products .product__wrapper_calc input{display:block;width:20px;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;text-align:center}.basket__popup_products .product__wrapper_price h5{margin:0;font-weight:400;font-size:18px;line-height:22px;color:#333}@media screen and (min-width:1024px){.basket__popup_products .product__wrapper_price h5{padding-top:32px}}.basket__popup_total{border-bottom:1px solid #f2f2f2;display:flex;align-items:center;justify-content:flex-end;padding:13px 0}.basket__popup_total p{font-weight:400;font-size:14px;line-height:17px;color:#4f4f4f;margin:0;margin-right:12px}.basket__popup_total h5{font-weight:700;font-size:18px;line-height:22px;color:#333;margin:0}.basket__popup_buttons{display:flex;justify-content:space-between;align-items:center;padding:49px 0}.basket__popup_buttons .centeredButton{display:flex;justify-content:center;width:100%}.basket__popup_buttons a{font-weight:400;font-size:14px;line-height:17px;-webkit-text-decoration-line:underline;text-decoration-line:underline;color:#4f4f4f;cursor:pointer;transition:.3s ease-in-out}.basket__popup_buttons a:hover{-webkit-text-decoration-line:none;text-decoration-line:none;transition:.3s ease-in-out}.basket__popup_buttons button{max-width:289px;width:100%;height:50px;font-weight:400;font-size:14px;line-height:17px;background:#4f4f4f;color:#fff;transition:.3s ease-in-out;border:1px solid transparent}.basket__popup_buttons button:hover{background:#fff;color:#4f4f4f;border-color:#4f4f4f;transition:.3s ease-in-out}.basket__popup_together{position:relative}.basket__popup_together h5{font-weight:400;font-size:18px;line-height:22px;text-align:center}.basket__popup_together .together__product,.basket__popup_together svg{cursor:pointer}.basket__popup_together .together__product .together__product_img{height:150px}.basket__popup_together .together__product .together__product_img img{height:100%;width:100%;-o-object-fit:contain;object-fit:contain}.basket__popup_together .together__product h2{height:62px;font-weight:400;font-size:16px;line-height:20px;color:#000;text-align:center;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.basket__popup_together .together__product h3{font-weight:400;font-size:16px;line-height:20px;color:#4f4f4f;text-align:center}.basket__popup_together .together__product button{display:flex;justify-content:center;align-items:center;margin:auto;max-width:100px;width:100%;height:30px;font-weight:400;font-size:14px;line-height:17px;background:#4f4f4f;color:#fff;transition:.3s ease-in-out;border:1px solid transparent}.basket__popup_together .together__product button:hover{background:#fff;color:#4f4f4f;border-color:#4f4f4f;transition:.3s ease-in-out}.basket__popup_together .together__product p{font-weight:400;font-size:14px;line-height:17px;color:#828282;text-align:center}.basket__popup_together .arrows{width:calc(100% + 50px);display:flex;justify-content:space-between;position:absolute;left:-25px;z-index:900;right:-25px;top:50%}@media screen and (max-width:650px){.basket__popup_products{display:flex;flex-direction:column;gap:24px}.basket__popup_products .product__wrapper{flex-direction:column}.basket__popup_products .product__wrapper_desc-text{width:calc(100% - 80px)}.basket__popup_products .product__wrapper_desc{margin-bottom:10px}.basket__popup_products .product__wrapper{margin-bottom:25px}.basket__popup_products .product__wrapper-wrap{padding-left:30px}.basket__popup_products .product__wrapper_desc-img{width:80px;height:80px}.basket__popup_products .product__wrapper_calc{width:75px}.basket__popup_products .product__wrapper_desc-text h5,.basket__popup_products .product__wrapper_price h5{font-size:14px}.basket__popup_buttons{flex-direction:column}.basket__popup_buttons a{margin-bottom:30px}}@media screen and (max-width:640px){.basket__popup_together .arrows{width:90%;left:50%;right:50%;top:35%;transform:translate(-50%,-50%)}.together__product_img{height:200px}.together__product_img img{height:100%;width:100%;-o-object-fit:contain;object-fit:contain}}.success-seminar .emptyTitle{padding-top:40px;font-size:18px;line-height:24px;padding-left:0;padding-right:0}.success-seminar__wrap{padding-bottom:40px}.success-seminar__wrap h2{font-weight:400;font-size:28px;line-height:39px;text-transform:uppercase;margin:0;color:#000;margin-top:-20px;margin-bottom:20px}.success-seminar__wrap div{margin:0;margin-bottom:10px;font-size:16px}.success-seminar__wrap div ul{display:flex;flex-direction:column;gap:4px}@media screen and (max-width:500px){.success-seminar__wrap div li{position:relative;padding-left:16px}.success-seminar__wrap div li:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:4px;border-radius:50%;background-color:#4f4f4f}}@media screen and (max-width:500px){.success-seminar__wrap h2{font-size:17px;line-height:20px;margin-top:-10px;margin-bottom:10px;padding:0 20px 0 10px}.success-seminar__wrap div{min-height:200px;max-height:494px;overflow-y:scroll;padding:0 10px}.success-seminar__wrap div::-webkit-scrollbar{width:4px;border-radius:2px}.success-seminar__wrap div::-webkit-scrollbar-track{background:#fff;width:2px}.success-seminar__wrap div::-webkit-scrollbar-thumb{background:#2d3340;width:2px;border-radius:2px}.success-seminar__wrap div::-webkit-scrollbar-thumb:hover{background:#555;width:2px}.success-seminar__wrap .popup-container{padding:15px 10px;position:fixed;max-width:100%!important}.success-seminar__wrap{padding-bottom:20px}}.seminar-info .emptyTitle{padding-top:40px;font-size:18px;line-height:24px;padding-left:0;padding-right:0}.seminar-info__wrap{padding-bottom:40px}.seminar-info__wrap h2{padding-top:33px;font-weight:400;font-size:28px;line-height:39px;text-transform:uppercase;text-align:center;color:#000;margin-top:-20px;margin-bottom:20px}.seminar-info__wrap--content{margin-bottom:10px;font-size:16px}.seminar-info__wrap--content ol,.seminar-info__wrap--content ul{padding:10px 0 10px 18px}@media screen and (max-width:500px){.seminar-info__wrap h2{font-size:17px;line-height:20px;margin-top:-10px;margin-bottom:10px;padding:0 20px 0 10px}.seminar-info__wrap div{height:-moz-fit-content;height:fit-content;min-height:100px;max-height:500px;overflow-y:auto;padding:10px 10px 0}.seminar-info__wrap div::-webkit-scrollbar{width:4px;border-radius:2px}.seminar-info__wrap div::-webkit-scrollbar-track{background:#fff;width:2px}.seminar-info__wrap div::-webkit-scrollbar-thumb{background:#2d3340;width:2px;border-radius:2px}.seminar-info__wrap div::-webkit-scrollbar-thumb:hover{background:#555;width:2px}.seminar-info__wrap .popup-container{padding:15px 10px;position:fixed;max-width:100%!important}.seminar-info__wrap{padding-bottom:20px}}.product-info{margin-bottom:30px}.product-info-wrap{width:100%;display:flex;flex-direction:column;align-items:center}.product-info-wrap .input-skinon{width:100%;height:50px;border:1px solid #dcdcdc;box-sizing:border-box;padding-left:20px;margin-bottom:20px}.product-info--title{font-size:20px;text-align:center}.product-info-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:40px;width:60%}.product-info-enter{font-weight:500;font-size:20px;line-height:29px;color:#4f4f4f;cursor:pointer}.product-info-registration{font-weight:400;font-size:20px;line-height:29px;color:#bdbdbd;cursor:pointer}.product-info .input-row{width:100%}.product-info .input-row label{position:relative}.product-info .input-row label .show-password{position:absolute;cursor:pointer;right:0;z-index:2;height:50px;width:50px;display:flex;align-items:center;justify-content:center;border-left:1px solid #dcdcdc}.product-info .input-row label input[type=number],.product-info .input-row label input[type=password],.product-info .input-row label input[type=text]{width:100%;height:50px;border:1px solid #dcdcdc;box-sizing:border-box;margin-bottom:17px;padding-left:20px}.product-info .input-row label input[type=checkbox]{display:none}.product-info .input-row.checkbox{display:flex;align-items:center;font-weight:400;font-size:14px;line-height:17px;color:#333;margin-bottom:20px}.product-info .input-row.checkbox label{display:flex;align-items:center;margin-right:10px}.product-info .input-row.checkbox label input{display:none}.product-info .input-row.checkbox label input:checked+span:before{content:"";position:absolute;width:20px;height:20px;background-color:#4f4f4f;top:50%;left:50%;transform:translate(-50%,-50%);background-image:url(../img/checked.a08bf424.svg);background-repeat:no-repeat;background-position:50%}.product-info .input-row.checkbox label span{display:block;width:20px;height:20px;border:1px solid #dcdcdc;position:relative}.product-info-register{margin:20px 0}.product-info-forgot,.product-info-register{font-weight:400;font-size:16px;line-height:19px;color:#333;cursor:pointer}@media screen and (max-width:400px){.product-info-enter,.product-info-registration{font-size:20px}}.registration .smsError{display:block;animation:shake 1s ease-in-out 1;color:red;font-size:12px;width:100%;margin-top:10px}.registration .flag-skinon{right:20px;top:10px!important}.registration .wrraper-skinon{margin-bottom:10px}.registration .input-skinon{width:100%;height:50px;border:1px solid #dcdcdc;box-sizing:border-box;padding-left:20px}.registration__footer{margin-top:10px;display:flex}.registration__footer-checkbox{margin-right:20px}.registration__footer-checkbox label input{display:none}.registration__footer-checkbox label input:checked+span:before{content:"";position:absolute;width:20px;height:20px;background-color:#4f4f4f;top:50%;left:50%;transform:translate(-50%,-50%);background-image:url(../img/checked.a08bf424.svg);background-repeat:no-repeat;background-position:50%}.registration__footer-checkbox label span{display:block;position:relative;width:20px;height:20px;border:.5px solid #828282;box-sizing:border-box}.registration-type{display:flex;flex-direction:column;align-items:center}.registration-type label{max-width:416px;width:100%;height:50px;background-color:#4f4f4f;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:400;font-size:16px;line-height:20px;margin-bottom:12px;cursor:pointer;transition:.3s ease-in-out;border:1px solid}.registration-type label:hover{background:#fff;border-color:#4f4f4f;color:#4f4f4f;transition:.3s ease-in-out}.registration-wrap{width:100%;display:flex;flex-direction:column;align-items:center}.registration-security{margin-top:-2px;font-weight:400;font-size:12px;line-height:17px;color:#4f4f4f}.registration-security a{color:#4f4f4f}.registration-head{display:flex;align-items:center;margin-bottom:40px}.registration-enter{margin-right:100px;font-weight:400;font-size:20px;line-height:29px;color:#bdbdbd;cursor:pointer}.registration-registration{font-weight:500;font-size:20px;line-height:29px;color:#4f4f4f;cursor:pointer}.registration .input-row{width:100%}.registration .input-row.double{display:flex;justify-content:space-between}.registration .input-row.double .input-col{width:49%}.registration .input-row label{position:relative}.registration .input-row label input[type=password],.registration .input-row label input[type=text]{width:100%;height:50px;border:1px solid #dcdcdc;box-sizing:border-box;margin-bottom:17px;padding-left:20px}.registration .input-row label .show-password{position:absolute;cursor:pointer;right:0;z-index:2;height:50px;width:50px;display:flex;align-items:center;justify-content:center;border-left:1px solid #dcdcdc}.registration .input-row label input[type=checkbox]{display:none}.registration .input-row.checkbox{display:flex;align-items:center;font-weight:400;font-size:14px;line-height:17px;color:#333;margin-bottom:20px}.registration .input-row.checkbox label{display:flex;margin-right:5px}.registration .input-row.checkbox label span{display:block;width:15px;height:15px;border:1px solid #dcdcdc;box-sizing:border-box}.registration-register{margin-top:33px}.registration-register span{margin-left:15px;cursor:pointer}.registration-forgot,.registration-register{font-weight:400;font-size:16px;line-height:19px;color:#333}@media(max-width:500px){.registration-enter{margin-right:45px}}.agent-register{padding:30px 0;padding-top:0}.agent-register .registration-head{display:flex;width:100%;justify-content:center}.agent-register .politica{font-weight:400;font-size:12px;line-height:15px;margin:0}.agent-register__wrap{display:flex;flex-direction:column}.agent-register .loader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.agent-register .load{color:#4f4f4f}.agent-register .load:hover{background:#4f4f4f;border-color:transparent;color:#4f4f4f}.agent-register button{position:relative;display:inline-block;width:100%;height:100%;padding:10px 32px;border:1px solid transparent;outline:none;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;min-width:100px;background:#4f4f4f;color:#fff;font-size:14px;font-weight:400;line-height:17px;transition:background .3s ease,border-color .3s ease}.agent-register button:hover{background:#fff;border-color:#4f4f4f;color:#000}.agent-register__title{font-weight:400;font-size:32px;line-height:39px;color:#000;margin-top:25px;margin-bottom:60px}.agent-register__upload{width:100%;border:.5px solid #969696;box-sizing:border-box;display:flex;height:50px;align-items:center;justify-content:flex-start;cursor:pointer;margin-bottom:20px}.agent-register__upload svg{margin-right:15px;margin-left:30px}.agent-register .input-row{max-width:415px;width:100%}.agent-register .input-row.last span{font-weight:400;font-size:16px;line-height:20px;color:#333;cursor:pointer}.agent-register .input-row .error p{display:block;animation:shake 1s ease-in-out 1;color:red;font-size:12px;margin-top:5px;margin-bottom:10px}.agent-register .input-row .error span{position:absolute;top:70px}.agent-register .input-row .input-col{margin-bottom:25px;position:relative}.agent-register .input-row .input-col.error{margin-bottom:36px}.agent-register .input-row .input-col.files{max-width:70%;display:flex;justify-content:space-between;flex-wrap:wrap;margin-top:-22px}.agent-register .input-row .input-col.files .file-name{display:flex;align-items:center}.agent-register .input-row .input-col.files .file-name .greenCheck{margin-top:5px;width:10px;margin-right:10px}.agent-register .input-row .input-col.files .file-name .greenCheck line{stroke:green}.agent-register .input-row .input-col.files .file-name svg{cursor:pointer;margin-left:5px}.agent-register .input-row .input-col.files .file-name p{margin:10px 0;font-weight:400;font-size:16px;line-height:20px}.agent-register .input-row .input-col.files p{display:block;align-items:center;width:100px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.agent-register .input-row .input-col p{width:80%;font-weight:400;font-size:14px;line-height:24px;color:#4f4f4f;margin:0;margin-top:-5px;margin-bottom:20px}.agent-register .input-row .input-col input[type=email],.agent-register .input-row .input-col input[type=text]{border:1px solid #dcdcdc;box-sizing:border-box;width:100%;height:50px;padding-left:20px;color:#969696}.agent-register .input-row .input-col input[type=email]::-moz-placeholder,.agent-register .input-row .input-col input[type=text]::-moz-placeholder{color:#969696}.agent-register .input-row .input-col input[type=email]::placeholder,.agent-register .input-row .input-col input[type=text]::placeholder{color:#969696}.agent-register .input-row .input-col input[type=file]{display:none}.agent-register .input-row .input-col button{width:100%;height:50px}.agent-register .input-row .input-col-enter{margin-bottom:0;display:flex;align-items:center;justify-content:center;margin-top:20px}.agent-register .input-row .input-col-enter p{width:-moz-min-content;width:min-content;margin:0;padding-right:24px}.agent-register .input-row .input-col-enter span{transition:.3s ease-in-out;margin:0;cursor:pointer}.agent-register .input-row .input-col-enter span:hover{color:#000;transition:.3s ease-in-out}.agent-register .input-row .input-col-approve{margin-bottom:0}@media screen and (max-width:700px){.agent-register{height:75vh;overflow-y:scroll}}.remainings--title{display:flex;width:100%;justify-content:center;font-size:24px;font-style:normal;font-weight:400;line-height:normal}.remainings__wrap{margin-top:28px}.remainings__wrap-grid--head{display:grid;grid-template-columns:72px 70% 10%;gap:10px;padding-bottom:14px;margin-bottom:10px;border-bottom:1px solid #f2f2f2}.remainings__wrap-grid--head div{color:#828282;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.remainings__wrap-grid--products{display:flex;flex-direction:column;gap:10px;padding-bottom:13px}.remainings__wrap-grid--products .product{gap:10px;display:grid;align-items:center;grid-template-columns:72px 70% 10%;text-decoration:none;padding-bottom:14px;border-bottom:1px solid #f2f2f2}.remainings__wrap-grid--products .product:after{display:none}.remainings__wrap-grid--products .product .image--wrap{width:72px;height:72px;background:#f8f8f8}.remainings__wrap-grid--products .product .image--wrap img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.remainings__wrap-grid--products .product .title{color:#333;font-size:16px;font-style:normal;font-weight:400;line-height:normal;-webkit-text-decoration-line:underline;text-decoration-line:underline;text-transform:uppercase}.remainings__wrap-grid--products .product .count{text-align:center;color:#4f4f4f;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.remainings__wrap .main-button{height:51px}.metodist-video{aspect-ratio:9/16;height:40vw}.metodist-video,.metodist-video--popup .popup-container{width:-moz-fit-content;width:fit-content}.metodist-video--popup .popup-close{top:-20px;right:-30px}@media(max-width:640px){.metodist-video--popup .popup-close{top:0;right:0}.metodist-video--popup .popup-content{width:300px;margin-top:32px}.metodist-video--popup .popup-content video{width:100%;height:60vh}}.modal-country{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:1000}.modal-country__image{position:absolute;top:0;left:0;width:100%;height:100vh;-o-object-fit:cover;object-fit:cover;background:#6d6a67}.modal-country__container{max-width:1474px;width:100%;padding:0 12px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;justify-content:center;align-items:center}.modal-country__content{background-color:rgba(17,17,17,.4784313725);display:flex;flex-direction:column;gap:25px;padding:25px 50px;color:#fff;min-height:480px;width:950px}.modal-country__title{text-align:center}.modal-country__title span{margin:0;font-size:32px;font-weight:500;line-height:37.66px;text-transform:uppercase}.modal-country__list{display:grid;grid-template-rows:repeat(8,auto);gap:17px 75px;grid-auto-flow:column}.modal-country__item{height:30px}.modal-country__item-link{cursor:pointer;display:flex;justify-content:start;align-items:center;gap:11px;color:#fff;transition:color .3s ease-in-out;text-decoration:none}.modal-country__item-link:hover{color:#28cc39}.modal-country__item-link p{font-size:20px;font-weight:500;line-height:23.54px;margin:0}.modal-country__item-link svg{width:29px;height:29px}@media screen and (max-width:680px){.modal-country__content{gap:22px;padding:20px 17px;width:calc(100vw - 32px)}.modal-country__title{text-align:start}.modal-country__title span{font-size:20px}.modal-country__list{grid-auto-flow:unset;overflow-y:scroll;max-height:460px;position:relative;height:100%;padding-right:16px;-webkit-overflow-scrolling:touch}.modal-country__list::-webkit-scrollbar{width:5px;display:block}.modal-country__list::-webkit-scrollbar-track{background-color:hsla(0,0%,100%,.6392156863);border-radius:10px}.modal-country__list::-webkit-scrollbar-thumb{cursor:pointer;background:#fff}.modal-country__item-link p{font-size:16px}.modal-country__item-link svg{width:16px;height:16px}}.feedback{margin:0 30px;margin-bottom:40px}.feedback__text{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px}.feedback__text .title{font-weight:700;font-size:18px;text-transform:uppercase}.feedback__text .description,.feedback__text .title{font-style:normal;line-height:150%;text-align:center;color:#4f4f4f}.feedback__text .description{font-weight:400;font-size:14px}.feedback__input{margin-top:25px}.feedback__input.error{margin-bottom:-14px}.feedback__input.error input{border:1px solid red}.feedback__input input{height:50px;width:100%;padding-left:20px;border:1px solid #dcdcdc;box-sizing:border-box}.feedback__input input::-moz-placeholder{font-weight:400;font-size:16px;line-height:20px;color:#bdbdbd}.feedback__input input::placeholder{font-weight:400;font-size:16px;line-height:20px;color:#bdbdbd}.feedback__input label span{margin-top:2px}.feedback__submit{margin-top:25px;height:50px;width:100%;position:relative}.feedback__submit-loader{position:absolute;top:0;bottom:0;left:0;right:0;background-color:#4f4f4f;display:flex;align-items:center;justify-content:center}.certificate-error .title{display:flex;flex-direction:column;font-weight:500;font-size:18px;line-height:19px;color:#333;font-family:Gilroy,Arial,sans-serif;margin-top:20px;margin-bottom:20px;padding-right:10px;text-align:center}@media(max-width:640px){.certificate-error .title{font-size:14px}}.certificate-error .input-row{display:flex;justify-content:space-between}.certificate-error .input-row .input-col{width:48%}.certificate-error .input-row .input-col.comment{width:100%}.certificate-error .input-row .input-col.comment textarea{font-family:Gilroy,Arial,sans-serif;font-weight:400;font-size:16px;line-height:19px;color:#333;margin-bottom:20px;margin-top:10px;resize:none;height:100px;border:1px solid #dcdcdc;box-sizing:border-box;padding-left:20px;padding-top:10px}@media(max-width:640px){.certificate-error .input-row .input-col.comment textarea{font-size:14px}}.certificate-error .input-row label{display:flex;flex-direction:column;font-weight:400;font-size:16px;line-height:19px;color:#333}@media(max-width:640px){.certificate-error .input-row label{font-size:14px}}.certificate-error .input-row input{padding-left:20px;border:1px solid #dcdcdc;height:50px;margin-top:10px;margin-bottom:20px;font-weight:400;font-size:16px;line-height:19px;color:#333}@media(max-width:640px){.certificate-error .input-row .main-button__label{font-size:14px}}.review-popup-product-wrap-image{display:flex}.review-popup-product-wrap-image img{width:75px;height:75px}.review-popup-product-wrap-actions{display:flex;align-items:center;justify-content:space-between}.review-popup-product-wrap-actions-buttons-submit button{background:#a6bc62}.review-popup-product-wrap-actions-rating-label{font-size:14px;color:#4f4f4f}.review-popup-product-wrap img{width:75px;height:75px}.review-popup-product-text .input-row{display:flex;justify-content:space-between}.review-popup-product-text .input-row .input-col{width:48%}.review-popup-product-text .input-row .input-col.comment{width:100%;margin-bottom:40px}.review-popup-product-text .input-row .input-col.comment textarea{font-family:Gilroy,Arial,sans-serif;font-weight:400;font-size:16px;line-height:19px;color:#4f4f4f;margin-bottom:20px;margin-top:10px;resize:none;height:100px;border:1px solid #dcdcdc;box-sizing:border-box;padding-left:20px;padding-top:10px}.review-popup-product-text .input-row label{display:flex;flex-direction:column;font-weight:400;font-size:16px;line-height:19px;color:#4f4f4f}.review-popup-product-text .input-row input{padding-left:20px;border:1px solid #dcdcdc;height:50px;margin-top:10px;margin-bottom:20px;font-weight:400;font-size:16px;line-height:19px;color:#4f4f4f}.review-popup-product-text textarea{margin-top:15px;resize:none;height:100px;border:1px solid #e0e0e0;padding-left:20px;padding-top:15px;font-family:Gilroy;font-style:normal;font-weight:400;font-size:14px;line-height:17px}.review-popup-product-text textarea::-moz-placeholder{color:#bdbdbd}.review-popup-product-text textarea::placeholder{color:#bdbdbd}.review-popup .hidden{width:0;height:0;overflow:hidden}.text-info .emptyTitle{padding-top:40px;font-size:18px;line-height:24px;padding-left:0;padding-right:0}.text-info__wrap h2,.text-info__wrap h2>div{text-align:left!important;padding-right:24px;font-weight:400;font-size:28px;line-height:39px;text-transform:uppercase;margin:0;color:#000;margin-top:-20px;margin-bottom:20px}@media screen and (max-width:768px){.text-info__wrap h2,.text-info__wrap h2>div{font-size:17px;line-height:20px;margin-top:-10px;margin-bottom:10px;padding:0 20px 0 10px}}.text-info__wrap p:last-child{margin-bottom:0!important}.text-info__wrap div{margin:0;font-size:16px}.text-info__wrap div ul{padding-left:18px;display:flex;flex-direction:column;gap:4px}@media screen and (max-width:500px){.text-info__wrap div li{position:relative;padding-left:16px}.text-info__wrap div li:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:4px;border-radius:50%;background-color:#4f4f4f}}@media screen and (max-width:500px){.text-info__wrap div{max-height:600px;overflow-y:auto;padding:0 10px}.text-info__wrap div::-webkit-scrollbar{width:4px;border-radius:2px}.text-info__wrap div::-webkit-scrollbar-track{background:#fff;width:2px}.text-info__wrap div::-webkit-scrollbar-thumb{background:#2d3340;width:2px;border-radius:2px}.text-info__wrap div::-webkit-scrollbar-thumb:hover{background:#555;width:2px}.text-info__wrap .popup-container{padding:15px 10px;position:fixed;max-width:100%!important}.text-info__wrap{padding-bottom:20px}}.custom-select--wrapper{display:flex;flex-direction:column;gap:10px;margin-top:12px;margin-bottom:20px}.custom-select--wrapper .app--error{margin-top:-10px}.custom-select--label{font-style:normal;font-weight:400;font-size:16px;line-height:19px;color:#4f4f4f}.custom-select__top{display:flex;width:100%;justify-content:space-between;height:50px;padding:12px;border:1px solid #e0e0e0;transition:border-color .3s ease-in-out}.custom-select__top.error{border-color:red}.custom-select__top input{font-style:normal;font-weight:400;font-size:14px;line-height:16px;color:#4f4f4f;width:100%}.custom-select__top button svg{transition:transform .3s ease-in-out}.custom-select__top button.open svg{transform:rotate(180deg)}.custom-select__top svg{flex-shrink:0}.custom-select__bottom{background-color:#f8f8f8;border:1px solid #e0e0e0;margin-top:12px;padding:10px 20px;z-index:10;transition:padding .3s ease-in-out}.custom-select__bottom--list{display:flex;flex-direction:column;gap:10px;max-height:200px;overflow-y:auto}.custom-select__bottom--list::-webkit-scrollbar{width:4px}.custom-select__bottom--list::-webkit-scrollbar-track{background:#d0d0d0}.custom-select__bottom--list::-webkit-scrollbar-thumb{background:#4f4f4f}.custom-select__bottom--list button{width:100%;text-align:left;color:#000}.reviews-form__modal{display:flex;flex-direction:column}.reviews-form__modal--title{font-size:32px;line-height:37px;text-transform:uppercase}.reviews-form__modal--subtitle,.reviews-form__modal--title{font-style:normal;font-weight:400;text-align:center;color:#000}.reviews-form__modal--subtitle{font-size:14px;line-height:150%;margin-top:12px}.reviews-form__modal--rating{display:flex;flex-direction:column;margin-top:12px;gap:6px;justify-content:center;align-items:center}.reviews-form__modal--rating span{font-style:normal;font-weight:400;font-size:14px;line-height:150%;text-align:center;color:#4f4f4f}.reviews-form__modal--rating .rating{display:flex;flex-direction:row;gap:6px}.reviews-form__modal--rating .rating svg{cursor:pointer}.reviews-form__modal--rating .rating svg.fill{fill:#fb0}.reviews-form__modal--rating .rating svg.fill path{stroke:#fb0}.reviews-form__modal--button{height:50px;margin-top:50px}.reviews-form__modal form{margin-top:50px}.reviews-form__modal .form-input{display:flex;flex-direction:column;gap:12px;margin-top:12px}.reviews-form__modal .form-input:first-child{margin-top:0}.reviews-form__modal .form-input.invalid input,.reviews-form__modal .form-input.invalid textarea{border:1px solid red}.reviews-form__modal .form-input .error{font-size:12px;line-height:14px;color:red;font-family:Gilroy;margin-top:-12px}.reviews-form__modal .form-input input{height:50px;border:1px solid #e0e0e0;transition:border .3s ease-in-out;padding:0 12px}.reviews-form__modal .form-input textarea{height:71px;resize:none;border:1px solid #e0e0e0;padding:12px;font-size:16px;line-height:19px;color:#4f4f4f;font-family:Gilroy;transition:border .3s ease-in-out}.reviews-form__modal .form-input span{font-style:normal;font-weight:400;font-size:16px;line-height:19px;color:#4f4f4f}@media screen and (max-width:768px){.reviews-form__modal--title{font-size:20px;line-height:1.5}}.hidden{z-index:98;position:relative}@media screen and (max-width:1024px){.basket-modal .popup-container{max-height:85%;transform:translate(-50%,-50%)}}.nav-title{display:flex;justify-content:space-between;align-items:center;padding:15px 0;border-top:1px solid #f2f2f2;padding-left:10px;padding-right:20px;font-weight:400;font-size:17px;line-height:21px;text-transform:uppercase}.nav-title a{text-decoration:none;color:#333}.nav .dropdown{padding-left:10px;padding-right:20px}.nav .dropdown li{font-weight:400;font-size:17px;line-height:21px;padding-bottom:15px}.nav .dropdown li a{text-decoration:none;color:#333}.nav .subDropdown{padding-top:10px;padding-left:20px}.admin-bar[data-v-4c5f13ca]{background-color:#e7e7ff}.admin-bar__wrap[data-v-4c5f13ca]{display:flex;min-height:45px;box-sizing:border-box;font-family:Arial,sans-serif;align-items:center;justify-content:space-between}.admin-bar__start[data-v-4c5f13ca]{display:flex;gap:20px}.admin-bar-floating[data-v-4c5f13ca]{position:fixed;z-index:2000;right:20px;bottom:20px;padding:5px;border-radius:50%;display:flex;align-items:center;border:1px solid #4f4f4f;background-color:#fff;box-shadow:3px 3px 2px 1px rgba(0,0,255,.2);transition:box-shadow .3s ease-in-out,scale .3s ease-in-out}.admin-bar-floating[data-v-4c5f13ca]:hover{box-shadow:4px 4px 1px 1px rgba(0,0,255,.1);scale:1.1}.admin-bar-link[data-v-459c0ae6]{text-decoration:none;color:#4f4f4f}.admin-bar-link[data-v-459c0ae6]:hover{text-decoration:underline}.admin-bar-link__navigate[data-v-459c0ae6]{display:flex}.admin-bar-link__navigate svg+span.name[data-v-459c0ae6]{margin-left:5px}.language-selector{display:flex;align-items:center;justify-content:flex-end;gap:10px;padding-left:20px;margin-left:20px;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}.language-selector:before{content:"";position:absolute;left:0;top:0;height:50%;width:1px;transform:translateY(50%);background-color:#94a844}.language-selector svg{transition:transform .3s ease-in-out;transform:rotate(180deg)}.language-selector svg.language-selector--arrow-open{transform:rotate(0deg)}.language-selector--text{font-style:normal;font-weight:400;font-size:14px;line-height:17px;color:#000;white-space:nowrap}.language-selector--dropdown{min-width:120px;position:absolute;top:calc(100% + 10px);left:20px;width:calc(100% - 20px);background-color:#fff;z-index:1000;box-shadow:0 4px 4px 0 rgba(0,0,0,.2509803922);display:flex;flex-direction:column}.language-selector--dropdown-item{text-align:left;padding:4.5px 10px;cursor:pointer;font-style:normal;font-weight:400;font-size:14px;line-height:17px;color:#000}.language-selector--dropdown-item:hover{background-color:#f0f0f0}@media(max-width:768px){.language-selector{padding-right:0}.language-selector--dropdown{right:-20px;left:unset;max-height:calc(100vh - 100px);overflow-y:auto}}.header{border-bottom:1px solid #bbb}.header-banner{display:flex}.header-banner,.header-banner img{width:100vw;height:auto}.header.collaboration-hidden--route .header-top{background:linear-gradient(156deg,rgba(146,158,159,.6588235294),#fedcbf,#dfcdbe)}.header.collaboration-hidden--route .header-bottom__center-logo a img{opacity:0}.header.collaboration-hidden--route .language-selector:before{background-color:#000}.header .header-top__center-mobile{display:none}.header .overlay{position:absolute;opacity:0;visibility:hidden;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.4);transition:.5s ease;z-index:5}.header .overlay.open{opacity:1;visibility:visible}.header-burger__menu{position:fixed;top:0;left:-1000px;max-width:980px;height:812px;background-color:#fff;z-index:999;display:none;transition:left .5s ease}.header-burger__menu.open{left:0}.header-burger__menu-wrap{height:100dvh;overflow-y:auto;padding-top:25px;background:#fff}.header-burger__menu-wrap .country-selector{display:flex;align-items:center;color:#000}@media(max-height:731px){.header-burger__menu-wrap{padding:25px 0 40px}}.header-burger__menu-profile{padding-left:10px;padding-right:20px;display:flex;justify-content:space-between;align-items:center;list-style:none}.header-burger__menu-profile-left{display:flex;align-items:center;cursor:pointer}.header-burger__menu-profile__info{margin-left:10px}.header-burger__menu-profile__info p{font-size:12px;margin:0}.header-burger__menu-profile__info span{color:#bdbdbd}.header-burger__menu-profile__info-bonuses,.header-burger__menu-profile__info-id,.header-burger__menu-profile__info span{font-weight:400;font-size:12px;line-height:15px}.header-burger__menu-profile__favorite{position:relative;padding-right:20px}.header-burger__menu-profile__favorite .counter{position:absolute;top:0;right:10px;background-color:#333;width:14px;height:14px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:400;font-size:10px;line-height:12px;color:#fcfcfc}.header-burger__menu-profile__lk{margin-left:-40px}.header-burger__menu-profile__lk,.header-burger__menu-profile__professional{font-weight:400;font-size:12px;line-height:15px;color:#333}.header-burger__menu-nav li.last{padding-left:10px;padding-right:20px;display:flex;flex-direction:column;font-weight:400;font-size:14px;line-height:17px;text-transform:uppercase;padding-top:25px;padding-bottom:25px;color:#000;border-top:1px solid #f2f2f2;border-bottom:1px solid #f2f2f2}.header-burger__menu-nav li.last a{text-decoration:none;color:#000}.header-burger__menu-nav li.last a:not(:last-child){margin-bottom:15px}.header-burger__menu-bottom{margin-top:30px;padding-left:10px;padding-right:20px;padding-bottom:24px;display:flex;justify-content:space-between}.header-burger__menu-bottom__social{display:flex;align-items:center}.header-burger__menu-bottom__social a:not(:last-child){margin-right:20px}.header-burger__menu-bottom .lang{display:flex;align-items:center;gap:6px;padding-left:37px}.header-burger__menu-bottom .lang--button{font-style:normal;font-weight:400;font-size:14px;line-height:17px;text-transform:uppercase;text-decoration:none;color:#7e7975}.header-burger__menu-bottom .lang--button.active{color:#000;pointer-events:none}.header-burger__menu-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.header-burger__menu-top .iconsWrapper{display:flex;padding-right:10px}.header-burger__menu-top .iconsWrapper svg{cursor:pointer}.header-profile{position:absolute;top:115%;left:-50px;width:180px;background:#fff;border:1px solid #dcdcdc;box-sizing:border-box;padding:20px;z-index:2;visibility:hidden;opacity:0;transition:.5s ease}.header-profile ul{list-style:none}.header-profile li{font-weight:400;font-size:16px;line-height:19px;color:#000}.header-profile li:not(:last-child){margin-bottom:15px}.header-navigation{padding-top:20px;padding-bottom:10px}.header-navigation a{text-decoration:none;color:#333}.header-navigation ul{justify-content:center;display:flex;font-weight:400;font-size:16px;line-height:19px;text-transform:uppercase;color:#333;list-style:none}.header-navigation ul li{cursor:pointer;text-transform:uppercase;position:relative}.header-navigation ul li a{position:relative}.header-navigation ul li a:hover:before{transform:translateX(0);opacity:1;visibility:visible}.header-navigation ul li a:before{content:"";position:absolute;top:100%;left:0;right:0;height:1px;background-color:#333;transform:translateX(-20px);opacity:0;visibility:hidden;transition:.3s ease}.header-navigation__media:hover .header-navigation__dropdown{visibility:visible;opacity:1}.header-navigation__dropdown{display:flex;flex-direction:column;position:absolute;z-index:999;background-color:#fff;border:1px solid #e0e0e0;top:150%;max-width:250px;padding:16px;opacity:0;visibility:hidden;transition:.3s ease;width:-moz-fit-content;width:fit-content}.header-navigation__dropdown .titleSubItems{width:-moz-fit-content;width:fit-content;min-width:250px;display:flex;justify-content:flex-start;padding-right:50px!important;margin-bottom:0!important;padding-bottom:15px}.header-navigation__dropdown .titleSubItems a{white-space:nowrap}.header-navigation__dropdown .titleSubItems__dropdown{max-width:340px;padding-right:50px!important;position:relative}.header-navigation__dropdown .titleSubItems__dropdown:before{content:"";position:absolute;left:-64px;width:64px;top:0;height:50px;background:transparent;z-index:10}.header-navigation__dropdown .titleSubItems a:before{display:none}.header-navigation__dropdown .titleSubItems .test2{position:relative;transition:.3s ease}.header-navigation__dropdown .titleSubItems:hover{text-decoration:underline}.header-navigation__dropdown .titleSubItems:last-child{padding-bottom:0}.header-navigation__dropdown .titleSubItems:hover .titleSubItems__dropdown{display:block!important}.header-navigation__dropdown .titleSubItems__dropdown{display:none;left:100%;position:absolute;top:-17px;margin-left:-18px;z-index:10;padding-right:0}.header-navigation__dropdown .titleSubItems__dropdown li div{position:relative}.header-navigation__dropdown .titleSubItems__dropdown li div:before{content:"";position:absolute;top:100%;left:0;right:0;height:1px;background-color:#333;transform:translateX(-20px);opacity:0;visibility:hidden;transition:.3s ease}.header-navigation__dropdown .titleSubItems__dropdown li div:hover:before{transform:translateX(0);opacity:1;visibility:visible}.header-navigation__dropdown .titleSubItems__dropdown li div a{margin:0;display:inline}.header-navigation__dropdown li{max-width:300px;font-weight:400;font-size:14px;line-height:17px;display:flex;color:#000;text-transform:none!important;padding-right:0!important}.header-navigation__dropdown li:not(:last-child){margin-bottom:15px}.header .container.flex{display:flex;align-items:center;justify-content:space-between}.header-top{display:flex;justify-content:space-betwcol-wrappereen;color:#000;height:38px;align-items:center;background:#a3bf46}.header-top__mobile{display:flex;flex-direction:row-reverse;justify-content:space-between;width:100%;align-items:center}@media screen and (min-width:980px){.header-top__mobile{display:none}}.header-top__mobile .country-selector{display:flex;align-items:center;gap:5px;justify-content:flex-start;color:#000}.header-top__mobile .country-selector--text{font-style:normal;font-weight:400;font-size:14px;line-height:16px;display:flex;align-items:center;color:inherit}.header-top__mobile--lang{display:flex;align-items:center;justify-content:flex-end;gap:6px}.header-top__mobile--lang a{font-family:Gilroy;font-style:normal;font-weight:400;font-size:14px;line-height:16px;text-transform:uppercase;color:#000;text-decoration:none;opacity:.55;width:20px;height:20px}.header-top__mobile--lang a.active{opacity:1}.header-top__center{text-align:center;position:absolute;left:50%;transform:translateX(-50%)}.header-top__left{width:100%;font-size:14px}.header-top__left ul{width:100%;display:flex;gap:24px;text-transform:uppercase;list-style:none}.header-top__left ul li{position:relative;white-space:nowrap}.header-top__left ul li:hover:before{visibility:visible;opacity:1;transform:translateX(0)}.header-top__left ul li:before{content:"";position:absolute;top:120%;left:0;right:0;height:1px;background-color:#000;transform:translateX(-20px);opacity:0;visibility:hidden;transition:.3s ease}.header-top__left ul a{text-decoration:none;color:#000}.header-top__center{width:33%;font-size:14px;text-transform:uppercase;font-weight:500}.header-top__right{width:27.33%;display:flex;justify-content:flex-end}.header-top__right .lang{display:flex;align-items:center;gap:6px;padding-left:37px}.header-top__right .lang--button{font-style:normal;font-weight:400;font-size:14px;line-height:17px;text-transform:uppercase;text-decoration:none;color:#7e7975}.header-top__right .lang--button.active{color:#000;pointer-events:none}.header-top__right-instagram:hover .header-top__right-social_wrap{opacity:1;visibility:visible}.header-top__right-facebook,.header-top__right-instagram,.header-top__right-message,.header-top__right-youtube{cursor:pointer;display:block}.header-top__right-facebook svg path,.header-top__right-instagram svg path,.header-top__right-message svg path,.header-top__right-youtube svg path{transition:.3s ease}.header-top__right-facebook:hover svg path,.header-top__right-instagram:hover svg path,.header-top__right-message:hover svg path,.header-top__right-youtube:hover svg path{fill:#7e7975}.header-top__right-local span{cursor:pointer;font-weight:400;font-size:14px;line-height:17px;text-transform:uppercase;color:#7e7975;transition:.4s ease}.header-top__right-local span.active,.header-top__right-local span:hover{color:#000}.header-top__right .country-selector{margin-left:12px;cursor:pointer;transition:opacity .3s ease-in-out;display:flex;align-items:center;gap:2px}.header-top__right .country-selector--text{white-space:nowrap}.header-top__right .country-selector:hover{opacity:.7}.header-top__right-social{display:flex;transform:translateY(4px)}.header-top__right-social_wrap{display:flex;flex-direction:column;position:absolute;top:0;right:35px;opacity:0;visibility:hidden;margin-top:30px;z-index:10;transition:.3s ease-in-out;background-color:#fff;padding:0 10px}.header-top__right-social_wrap a{margin:1px 0;text-decoration:none;color:#333;position:relative;width:-moz-fit-content;width:fit-content;font-size:14px}.header-top__right-social_wrap a:before{content:"";position:absolute;top:100%;left:0;right:0;height:1px;background-color:#333;transform:translateX(-20px);opacity:0;visibility:hidden;transition:.3s ease}.header-top__right-social_wrap a:hover:before{transform:translateX(0);opacity:1;visibility:visible}.header-top__right-social_wrap:hover{opacity:1;visibility:visible;transition:.3s ease-in-out}.header-top__right-social .social-youtube{right:-30px}.header-top__right-social .social-instagram{right:10px}.header-top__right-social>a:not(:last-child){margin-right:20px}.header-top__right-dropdowns{display:flex}.header-top__right-dropdowns>div:not(:last-child){padding-right:20px}.header-bottom{padding-top:20px}.header-bottom__burger{display:none;width:23px;height:15px;flex-direction:column;justify-content:space-between;cursor:pointer}.header-bottom__burger div{width:100%;height:1px;background-color:#111}.header-bottom.change{border-bottom:1px solid #bbb;padding-bottom:30px}.header-bottom.change .header-bottom__center{width:180px;order:0}.header-bottom.change .header-bottom__left{padding-right:20px;width:15%;order:1}.header-bottom.change .header-bottom__right{width:14%;order:2}.header-bottom.change .header-navigation{padding-top:0;padding-bottom:0}.header-bottom.change .header-navigation ul{font-size:13px}.header-bottom.change .header-navigation ul li:not(:last-child){padding-right:20px}.header-bottom.change .header-bottom__search-input{width:130px}.header-bottom__search,.header-bottom__search-btn{display:flex;align-items:center}.header-bottom__search-btn{cursor:pointer;justify-content:center;height:32px;width:40px}.header-bottom__search-input{height:32px;border-bottom:1px solid #f9f5f6;padding-left:10px;width:280px}.header-bottom__search-input label{width:100%;height:100%}.header-bottom__search-input label input{width:100%;height:100%;font-weight:400;font-size:14px;line-height:17px}.header-bottom__search-input label input::-moz-placeholder{font-weight:400;font-size:14px;line-height:17px;color:#bdbdbd}.header-bottom__search-input label input::placeholder{font-weight:400;font-size:14px;line-height:17px;color:#bdbdbd}.header-bottom__search-result{position:relative;min-height:50px;z-index:3;background-color:#fff;border:1px solid #e0e0e0;padding:15px 0;max-height:300px;overflow-y:scroll}@media screen and (max-width:768px){.header-bottom__search-result{position:absolute!important;top:66px!important;left:0!important;width:100vw!important;max-height:calc(100vh - 138px)!important}}.header-bottom__search-result__all a{padding-left:15px;font-weight:400;font-size:12px;line-height:15px;text-align:center;-webkit-text-decoration-line:underline;text-decoration-line:underline;color:#4f4f4f}.header-bottom__search-result__title{font-weight:400;font-size:12px;line-height:15px;text-transform:uppercase;color:#333;padding-left:15px;margin-bottom:8px}.header-bottom__search-result__another{padding-left:15px}.header-bottom__search-result__another a{text-decoration:none;font-weight:400;font-size:14px;line-height:17px;text-transform:uppercase;color:#000}.header-bottom__search-result__products{padding-left:15px;border-bottom:1px solid #e0e0e0;padding-bottom:8px;margin-bottom:10px}.header-bottom__search-result__products a{text-decoration:none;font-weight:400;font-size:14px;line-height:17px;text-transform:uppercase;color:#000}.header-bottom__search-result__loader{display:flex;align-items:center;justify-content:center;position:absolute;top:0;left:0;right:0;bottom:0;background-color:#fff}.header-bottom__center,.header-bottom__left{width:33.33%}.header-bottom__center-logo a{display:block;max-width:195px;width:100%;height:83px;margin:auto}.header-bottom__center-logo a img{-o-object-fit:contain;object-fit:contain;width:100%;height:100%}.header-bottom__right{width:33.33%;display:flex;align-items:center;justify-content:flex-end}.header-bottom__right .icon-wrapper{display:flex;justify-content:space-between;align-items:center;width:250px}.header-bottom__right.professional{width:33.33%}.header-bottom__right.notAuthUser .icon-wrapper,.header-bottom__right.professional .icon-wrapper{width:250px}.header-bottom__right-basket{cursor:pointer;position:relative}.header-bottom__right-basket .counter{position:absolute;top:0;right:-10px;background-color:#111;display:flex;align-items:center;justify-content:center;width:19px;height:19px;border-radius:12px}.header-bottom__right-basket .counter span{display:block;font-size:12px;line-height:14px;color:#fcfcfc;margin-left:-1px}.header-bottom__right-basket:hover .header-basket{opacity:1;visibility:visible}.header-bottom__right-favorite{position:relative;cursor:pointer}.header-bottom__right-favorite .favorite-counter{position:absolute;top:0;right:-13px;width:19px;height:19px;background-color:#111;border-radius:12px;display:flex;align-items:center;justify-content:center;font-weight:400;font-size:12px;line-height:15px;color:#fcfcfc}.header-bottom__right-profile{cursor:pointer;position:relative;display:flex;align-items:center;list-style:none}.header-bottom__right-profile__mobile{display:none;cursor:pointer;position:relative;align-items:center}.header-bottom__right-profile .agent-info{margin-left:10px;position:relative}.header-bottom__right-profile .agent-info p{font-weight:400;font-size:12px;line-height:15px;color:#333;margin:0}.header-bottom__right-profile .agent-info p span{color:#bdbdbd;margin-right:3px}.header-bottom__right-profile .agent-info__dropdown{top:100%;width:200px;border:1px solid #e0e0e0;padding:15px}.header-basket,.header-bottom__right-profile .agent-info__dropdown{position:absolute;background-color:#fff;z-index:3;transition:.4s ease;visibility:hidden;opacity:0}.header-basket{top:150%;left:-320px;width:350px;padding:20px;box-shadow:0 0 39px -6px rgba(34,60,80,.2)}.header-basket__wrap{height:215px;overflow-y:auto}.header-basket__item{display:flex;justify-content:space-between;align-items:center}.header-basket__item:not(:last-child){margin-bottom:27px}.header-basket__item-img{width:40px;height:40px}.header-basket__item-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.showSearch{display:block!important}@media screen and (max-width:1288px){.header-top{font-size:12px}.header-top__left,.header-top__right{width:35%}}@media screen and (max-width:1100px){.header .header-top__center-mobile{display:flex;justify-content:center;align-items:center;width:100%;height:38px;font-weight:400;font-size:12px;line-height:14px;color:#000;background:#f2f2f2}.header-top__center-desktop{display:none}}@media screen and (max-width:720px){.header-bottom__center-logo img{height:auto}.header-bottom__right.professional{width:18%}}@media screen and (max-width:980px){.header-bottom__right .icon-wrapper{width:24px!important}.header-bottom__right.notAuthUser .icon-wrapper,.header-bottom__right.professional .icon-wrapper{width:-moz-fit-content!important;width:fit-content!important}.header-bottom__right-profile{display:none}.header-bottom__right-profile__mobile{display:flex}.header-profile{display:none}.header-bottom__left{display:flex;align-items:center}.header-bottom__burger{margin-right:5px;display:flex}.header-burger__menu{display:block}.agent-info{display:none}.header .header-top .container.flex{justify-content:center}.header-top__center{width:auto}.header-bottom{padding:12px 0}.header-bottom__search-input,.header-navigation,.header-top__left,.header-top__right{display:none}.header-bottom__search-input{width:200px}.header-bottom__center,.header-bottom__left,.header-bottom__right{width:auto}.header-bottom__right-favorite,.header-bottom__right-profile__mobile{margin-right:13px}.header-bottom__right-favorite{display:none}}@media screen and (max-width:450px){.header-burger__menu-bottom{display:grid;grid-template-columns:1fr 1fr;gap:16px}.header-burger__menu-bottom .lang{justify-content:flex-end}.header-burger__menu-bottom .country-selector{margin-left:0!important}.header-bottom__center-logo a{max-width:150px;height:65px}.header-bottom{height:100px}}@media screen and (max-width:640px){.header-bottom{display:flex;align-items:center}.header-mobile{min-height:65px}.header-top__center{max-width:200px;background:transparent!important}}@media screen and (max-width:450px){.header-top__center{display:none!important}}.mobileAppPopUp{max-width:370px;height:320px;width:100%;background-color:#fff;z-index:100;border-radius:25px;position:fixed;bottom:70px;box-shadow:0 54px 55px rgba(0,0,0,.25),0 -12px 30px rgba(0,0,0,.12),0 4px 6px rgba(0,0,0,.12),0 12px 13px rgba(0,0,0,.17),0 -3px 5px rgba(0,0,0,.09);left:50%;transform:translate(-50%)}.mobileAppPopUp .closeAppPopup{position:absolute;right:15px;top:15px;z-index:101}.mobileAppPopUp__wrap{position:absolute;top:0;left:0;width:100%;height:100%;margin:auto;padding:15px 12px}.mobileAppPopUp__wrap--link{display:block;text-decoration:none;color:#000;margin-bottom:15px}.mobileAppPopUp__wrap-title{text-align:center;padding-top:10px;font-size:18px;font-weight:600}.mobileAppPopUp__wrap h5{font-size:17px;font-weight:600;text-align:center;margin:0}.mobileAppPopUp__wrap-desc{text-align:center;font-size:17px;font-weight:500}.mobileAppPopUp__wrap-manual{margin:15px 0 15px}.mobileAppPopUp__wrap-manual div:first-child{padding-bottom:10px}.mobileAppPopUp__wrap-manual div:first-child svg{margin-left:20px}.mobileAppPopUp__wrap-manual div,.mobileAppPopUp__wrap-manual div .plusIcon{display:flex;align-items:center;justify-content:center}.mobileAppPopUp__wrap-manual div .plusIcon{width:20px;height:20px;border-radius:3px;background-color:#000;color:#fff;font-size:24px;font-weight:600}.mobileAppPopUp__wrap-manual div span{font-size:17px;font-weight:500;margin-right:20px;text-align:center}.footer{background:#a3bf46;z-index:90;position:relative}.footer.collaboration-hidden--route{background:linear-gradient(156deg,rgba(146,158,159,.6588235294),#fedcbf,#dfcdbe)}.footer .footer__instagram-mobile{display:none}.footer .socials__wrap .socials__wrap--link,.footer .socials__wrap li{font-size:14px}@media screen and (max-width:1024px){.footer .socials__wrap .socials__wrap--link a,.footer .socials__wrap li a{text-align:center}}.footer .socials__wrap .socials__wrap--link svg,.footer .socials__wrap li svg{width:16px}.footer .logo-wrapper{width:45%}.footer .logo-wrapper,.footer .naw-wrapper{display:flex;align-items:flex-start;justify-content:space-between}.footer .naw-wrapper{width:40%}.footer .naw-wrapper .footer-nav__right{margin-right:50px}.footer-payment__liqpay{width:80px;height:25px;margin-top:15px;margin-right:10px}.footer-payment__liqpay img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.footer-logo{max-width:250px;width:100%;height:90px;margin-left:20px;margin-bottom:20px}.footer-logo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.footer .footer-nav-wrapper{display:flex;justify-content:center;width:100%}.footer .footer-nav-wrapper .footer-nav{margin-right:15%}.footer-small{list-style:none;margin-left:20px}.footer-small li{font-weight:400;font-size:16px;line-height:20px;text-transform:uppercase}.footer-small li a{text-decoration:none;color:#000}.footer-small li:not(:last-child){margin-bottom:35px}.footer-wrap{padding-top:45px;padding-bottom:24px;position:relative;display:flex;align-items:flex-start;margin:auto;justify-content:space-between;max-width:1300px;width:100%}.footer-wrap__top{position:absolute;top:-15px;right:50px;cursor:pointer}.footer-nav__politic{height:255px;position:relative}.footer-nav__politic *{font-weight:400;font-size:14px;color:#111}.footer-nav__politic a{margin-top:14px;color:#000}.footer-nav__politic .footer-payment{position:absolute;bottom:0}.footer-social{display:flex;align-items:center}.footer-social .footer__instagram{cursor:pointer}.footer-social .footer__instagram:hover .footer__instagram_wrap{opacity:1;visibility:visible}.footer-social .footer__instagram_wrap{display:flex;position:absolute;top:0;transform:translate(-50%);opacity:0;visibility:hidden;margin-top:30px;z-index:100;transition:.3s ease-in-out}.footer-social .footer__instagram_wrap a{margin:3px 0;text-decoration:none;color:#333;position:relative;width:-moz-fit-content;width:fit-content;text-transform:lowercase;white-space:nowrap}.footer-social .footer__instagram_wrap a:first-letter{text-transform:uppercase}.footer-social .footer__instagram_wrap a:before{content:"";position:absolute;top:100%;left:0;right:0;height:1px;background-color:#333;transform:translateX(-20px);opacity:0;visibility:hidden;transition:.3s ease}.footer-social .footer__instagram_wrap a:hover:before{transform:translateX(0);opacity:1;visibility:visible}.footer-social .footer__instagram_wrap:hover{opacity:1;visibility:visible;transition:.3s ease-in-out}.footer-social a:not(:last-child){margin-right:25px}.footer-social a svg path{transition:.3s ease}.footer-social a:hover svg path{fill:#7e7975}.footer-nav{list-style:none;display:flex;justify-content:space-between;flex-direction:column}.footer-nav li{font-weight:400;font-size:16px;line-height:20px;text-transform:uppercase;color:#000;margin-bottom:15px}.footer-nav__politic{list-style:none}.footer-nav__politic--info{margin-top:12px;line-height:20px}.footer-nav__politic li{font-weight:400;font-size:14px;color:#000;opacity:.5;display:flex;align-items:center;padding-left:10px}.footer-nav__politic li p{margin:0}.footer-nav__politic li.descr{text-transform:uppercase;font-size:14px}.footer-nav__politic li svg{margin-top:15px;margin-right:10px}.footer-nav .first{margin:0 5px;position:relative}.footer-nav .first a.others{margin-bottom:15px}.footer-nav li a{text-decoration:none;color:#000;cursor:pointer;transition:.3s ease-in-out}.footer-nav li a:hover{transition:.3s ease-in-out;text-decoration:underline}.footer-nav li:last-child a{display:block}.footer-nav li:last-child .phone{margin-top:55px;text-transform:none;margin-bottom:10px}.footer-nav li:last-child .email{margin-bottom:20px;text-transform:none}.footer-nav__sub{margin-top:10px;list-style:none}.footer-nav__sub li{text-transform:none;font-weight:400;font-size:12px}.footer-nav__sub li a{text-decoration:none;color:#333}.footer-nav__sub li:not(:last-child){margin-bottom:5px}.footer-nav__right{list-style:none;display:flex;flex-direction:column;gap:14px}.footer-nav__right--item a{font-weight:400;font-size:16px;line-height:20px;text-transform:uppercase;text-decoration:none;color:#000}.footer-nav__right.first{width:100%}.footer-nav__right .socials__wrap--link,.footer-nav__right li{font-weight:400;font-size:16px;line-height:20px;text-transform:uppercase;color:#000;margin-bottom:15px}.footer-nav__right .socials__wrap--link a,.footer-nav__right li a{display:block;text-decoration:none;color:#000;margin-bottom:15px}.footer-nav__right .socials__wrap--link.phone,.footer-nav__right li.phone{margin-top:30px;margin-bottom:10px}.footer-nav__right .socials__wrap--link.phone a,.footer-nav__right li.phone a{text-decoration:none;font-weight:400;font-size:14px;line-height:140%;color:#000}.footer-nav__right .socials__wrap--link.email,.footer-nav__right li.email{margin-bottom:20px}.footer-nav__right .socials__wrap--link.email a,.footer-nav__right li.email a{text-decoration:none;font-weight:400;font-size:14px;line-height:140%;color:#000}.footer-mobile{display:none;padding:10px;justify-content:space-between}.footer-mobile__nav{width:50%;font-size:12px}.footer-mobile__nav .nav-title,.footer-mobile__nav .nav .dropdown li{font-size:12px}.footer-mobile .footer-nav__right{width:50%;list-style:none}@media screen and (max-width:1300px){.footer-wrap{padding-left:10px;padding-right:10px}}@media screen and (max-width:1200px){.footer .footer-nav-wrapper{width:50%;justify-content:space-between}.footer .footer-nav-wrapper .footer-nav{margin-right:0}.footer-nav{margin-left:20px}.footer .naw-wrapper{width:50%;justify-content:space-between}.footer .naw-wrapper .footer-nav__right{margin-left:25%}.footer-nav__politic{list-style:none;margin-top:12px}}@media screen and (max-width:1100px){.footer .naw-wrapper .footer-nav__right{margin-left:20%}.footer-nav__right li,.footer-nav li{font-size:14px}}@media screen and (max-width:900px){.footer .naw-wrapper .footer-nav__right{margin-left:12%;margin-right:0}.footer .logo-wrapper{width:50%}}@media screen and (max-width:770px){.footer-social .footer__instagram_wrap{bottom:100px}.footer .logo-wrapper{flex-direction:column}.footer-nav__politic{height:230px}.footer-social{display:flex;justify-content:center}.socials__wrap li{text-align:center}.footer-wrap{width:100vw;flex-direction:column}.footer .logo-wrapper{margin:auto}.footer-logo{margin:auto;margin-bottom:60px}.footer .naw-wrapper{width:100%;justify-content:space-between;flex-direction:column;align-items:center}.footer .naw-wrapper .footer-nav__right{margin:auto;display:flex;flex-direction:column;align-items:center}.footer-nav{align-items:center;margin-left:0;margin:auto}.footer-nav__right li a{margin-bottom:0}.footer-nav__politic{display:flex;flex-direction:column;align-items:center}}@media screen and (max-width:1340px){.footer-payment__liqpay{width:60px;height:25px;margin-top:15px;margin-right:10px}}@media screen and (max-width:725px){.footer-bottom{padding-top:20px;border-top:1px solid #c4c4c4}.footer-nav li{text-align:center}}@media screen and (max-width:500px){.footer-nav__right--item a{font-size:14px}.footer-nav__politic--info,.socials__wrap li{text-align:center}.footer-nav__politic li{padding-left:0}.footer-payment__liqpay{margin-top:0}.footer-nav__politic .footer-payment{margin-bottom:10px;align-items:center!important;flex-direction:row}.footer-nav__politic .footer-payment svg{margin-top:0}.footer .footer__instagram-mobile{display:block}.footer-social .footer__instagram{display:none}.footer__instagram-mobile{display:block}}.pushes{position:fixed;right:33px;bottom:33px;width:430px;height:342px;z-index:5;border-radius:12px;overflow:hidden;cursor:pointer}.pushes img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.pushes--close{position:absolute;right:29px;top:12px}.pushes--close svg{transition:transform .3s ease-in-out}.pushes--close:hover svg{transform:rotate(90deg)}@media screen and (max-width:480px){.pushes{bottom:24px;right:14px;width:calc(100vw - 28px);aspect-ratio:430/340;height:auto;overflow:hidden}}§html{width:100vw;overflow-x:hidden}a{color:#000}.scrollingTop{bottom:200px;right:47px;z-index:999}.messenger,.scrollingTop{position:fixed;cursor:pointer}.messenger{z-index:2;right:38px;bottom:120px;width:60px;height:60px;background-color:#603789;border-radius:50%;align-items:center;margin:auto;transition:.3s ease-in-out}.messenger,.messenger--item,.messenger a{display:flex;justify-content:center}.messenger--item{background-color:var(--color);border-radius:50%;align-items:center;margin:auto;transition:.3s ease-in-out;cursor:pointer;bottom:120px;width:60px;height:60px;transition:scale .3s ease-in-out}.messenger--item:hover{scale:1.1}.messenger--item svg,.messenger svg{width:60%;height:60%;fill:#fff;color:#fff;margin:auto}.messenger__list{display:flex;flex-direction:row-reverse;gap:12px}.messenger--block{display:flex;flex-direction:column;gap:12px}.messenger--wrap{position:fixed;bottom:120px;right:109px;z-index:10}.messenger--wrap-feedback{position:fixed;z-index:10;bottom:40px;right:39px;width:60px;height:60px}.messenger--wrap-feedback.collaboration-hidden--route button{background:#f6d5ba}.messenger--wrap-feedback button{background:#89a42b;width:60px;height:60px;border-radius:50%;display:flex;justify-content:center;align-items:center}.messenger--wrap-feedback button span{font-style:normal;font-weight:700;font-size:12px;line-height:12px;text-align:center;letter-spacing:-.03em;color:#fff}.messenger:hover{transform:scale(1.1);transition:.3s ease-in-out}.hide{overflow:hidden}::-webkit-scrollbar{width:0}body{font-family:Gilroy,Arial,sans-serif!important;font-size:16px;font-weight:400}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:#4f4f4f;justify-content:space-between;position:relative}.wrapper,.wrapper-bottom,.wrapper-top{width:100%}.container{width:100%;max-width:1340px;margin:0 auto;padding-left:15px;padding-right:15px;position:relative}.container.big,.container .container{padding-left:0;padding-right:0}.container.big{max-width:1440px}@media screen and (max-width:768px){.container.big{padding-left:0;padding-right:0}}.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;background:#fff;z-index:100;display:flex;justify-content:center;align-items:center}.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:#4f4f4f;color:#fff}.pagination .vue-ads-flex-grow button:first-child[disabled=disabled],.pagination .vue-ads-flex-grow button:last-child[disabled=disabled]{background:#333}.red{color:#ea5759}.error span{display:block;color:red;font-size:12px;margin-top:-12px;margin-bottom:10px}.error label,.error span{animation:shake 1s ease-in-out 1}body .toasted .primary.success,body .toasted.toasted-primary.success{background:#fff;color:#4f4f4f;padding-left:30px;height:60px;font-size:16px;max-width:300px;width:100%}body .toasted .primary.success:before,body .toasted.toasted-primary.success:before{content:"";position:absolute;width:15px;height:15px;background-image:url(../img/ico-success.fc97233c.svg);background-position:50%;left:10px;top:20px}body .toasted .primary.error,body .toasted.toasted-primary.error{background:#fff;color:#4f4f4f;padding-left:30px;height:60px;font-size:16px;max-width:300px;width:100%;margin-left:auto}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:#4f4f4f;margin-top:8px}body .toasted-container.top-right{top:40px;right:5%}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-in-out}.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-in-out}.form__input input:focus{border-color:#4f4f4f}.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}.input-skinon::-moz-placeholder{color:#969696}.input-skinon::placeholder{color:#969696}.h-50{height:50px}.app--prevent-case::-moz-placeholder{text-transform:none}.app--prevent-case::placeholder{text-transform:none}@media screen and (max-width:640px){.scrollingTop{bottom:20px;right:20px}.messenger{bottom:70px;right:10px}.messenger__list{display:flex;flex-direction:row}.messenger--wrap{display:flex;flex-direction:column;bottom:70px;right:80px}}.mx-datepicker-popup .mx-calendar-content .mx-date-row .cell div{text-align:center}.lh-24{line-height:24px}.color-red{color:#dc1411!important}.fw-600{font-weight:600!important}.placeholder-text{font-weight:600}.c-red{color:red}.fw-600{font-weight:600}@media screen and (min-width:768px){.app--mobile{display:none!important}}@media screen and (max-width:768px){.app--desktop{display:none!important}}@media screen and (min-width:1140px){.app--mobile-big{display:none!important}}@media screen and (max-width:1140px){.app--desktop-big{display:none!important}}.app-input.error span,.app-rating.error span,.app-textarea.error span{margin-top:0;margin-bottom:0}.app-input label,.app-rating label,.app-textarea label{display:flex;flex-direction:column;width:100%;font-weight:400;font-size:16px;line-height:19px;color:#4f4f4f}.app-input input,.app-rating input,.app-textarea input{padding-left:20px;border:1px solid #dcdcdc;height:50px;font-weight:400;font-size:16px;line-height:19px;color:#4f4f4f}.app-input textarea,.app-rating textarea,.app-textarea textarea{width:100%;height:100px;padding-left:20px;padding-top:10px;font-family:Gilroy,Arial,sans-serif;font-weight:400;font-size:16px;line-height:19px;color:#4f4f4f;resize:none;border:1px solid #dcdcdc;box-sizing:border-box}.app-input textarea::-moz-placeholder,.app-rating textarea::-moz-placeholder,.app-textarea textarea::-moz-placeholder{color:#bdbdbd}.app-input textarea::placeholder,.app-rating textarea::placeholder,.app-textarea textarea::placeholder{color:#bdbdbd}.app--error{font-size:12px;line-height:14px;color:red;font-family:Gilroy}.app--price{display:flex;align-items:flex-end;gap:5px;flex-shrink:0}.app--price-old{font-weight:500;font-size:14px;-webkit-text-decoration-line:line-through;text-decoration-line:line-through;color:#333}.app--price-current,.app--price-old{font-style:normal;line-height:1.5;white-space:nowrap}.app--price-current{font-weight:700;font-size:18px;color:#f84147}@media screen and (max-width:1024px){.app--price .app--price-current{font-size:14px}.app--price .app--price-old{font-size: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}html{line-height:1}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:rgba(0,0,0,0)}.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:Gilroy;src:url(../fonts/Gilroy-ExtraBold.bdf3ea41.eot);src:local("Gilroy ExtraBold"),local("Gilroy-ExtraBold"),url(../fonts/Gilroy-ExtraBold.bdf3ea41.eot?#iefix) format("embedded-opentype"),url(../fonts/Gilroy-ExtraBold.2037b7c0.woff) format("woff"),url(../fonts/Gilroy-ExtraBold.07e6a6cd.ttf) format("truetype");font-weight:800;font-style:normal}@font-face{font-family:Gilroy;src:url(../fonts/Gilroy-Heavy.335c7ebf.eot);src:local("Gilroy Heavy"),local("Gilroy-Heavy"),url(../fonts/Gilroy-Heavy.335c7ebf.eot?#iefix) format("embedded-opentype"),url(../fonts/Gilroy-Heavy.ffa5800e.woff) format("woff"),url(../fonts/Gilroy-Heavy.8d36efeb.ttf) format("truetype");font-weight:900;font-style:normal}@font-face{font-family:Gilroy;src:url(../fonts/Gilroy-SemiBold.2b2e536e.eot);src:local("Gilroy SemiBold"),local("Gilroy-SemiBold"),url(../fonts/Gilroy-SemiBold.2b2e536e.eot?#iefix) format("embedded-opentype"),url(../fonts/Gilroy-SemiBold.989947b0.woff) format("woff"),url(../fonts/Gilroy-SemiBold.05bdf30b.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Gilroy;src:url(../fonts/Gilroy-Regular.59525ce1.eot);src:local("Gilroy Regular"),local("Gilroy-Regular"),url(../fonts/Gilroy-Regular.59525ce1.eot?#iefix) format("embedded-opentype"),url(../fonts/Gilroy-Regular.8e8705d0.woff) format("woff"),url(../fonts/Gilroy-Regular.ae5e7255.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Gilroy;src:url(../fonts/Gilroy-Medium.ce12e7f2.eot);src:local("Gilroy Medium"),local("Gilroy-Medium"),url(../fonts/Gilroy-Medium.ce12e7f2.eot?#iefix) format("embedded-opentype"),url(../fonts/Gilroy-Medium.7d5dc179.woff) format("woff"),url(../fonts/Gilroy-Medium.6444f14a.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Gilroy;src:url(../fonts/Gilroy-UltraLight.1b3e628e.eot);src:local("Gilroy UltraLight"),local("Gilroy-UltraLight"),url(../fonts/Gilroy-UltraLight.1b3e628e.eot?#iefix) format("embedded-opentype"),url(../fonts/Gilroy-UltraLight.22b0d1f5.woff) format("woff"),url(../fonts/Gilroy-UltraLight.d3d30383.ttf) format("truetype");font-weight:200;font-style:normal}@font-face{font-family:Gilroy;src:url(../fonts/Gilroy-Bold.5e111ca0.eot);src:local("Gilroy Bold"),local("Gilroy-Bold"),url(../fonts/Gilroy-Bold.5e111ca0.eot?#iefix) format("embedded-opentype"),url(../fonts/Gilroy-Bold.32750b00.woff) format("woff"),url(../fonts/Gilroy-Bold.3cf0ee27.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Gilroy;src:url(../fonts/Gilroy-Thin.936acdcb.eot);src:local("Gilroy Thin"),local("Gilroy-Thin"),url(../fonts/Gilroy-Thin.936acdcb.eot?#iefix) format("embedded-opentype"),url(../fonts/Gilroy-Thin.e1358f50.woff) format("woff"),url(../fonts/Gilroy-Thin.b4e27db9.ttf) format("truetype");font-weight:100;font-style:normal}@font-face{font-family:Gilroy;src:url(../fonts/Gilroy-Black.3ee088eb.eot);src:local("Gilroy Black"),local("Gilroy-Black"),url(../fonts/Gilroy-Black.3ee088eb.eot?#iefix) format("embedded-opentype"),url(../fonts/Gilroy-Black.bde8bcef.woff) format("woff"),url(../fonts/Gilroy-Black.d59719bc.ttf) format("truetype");font-weight:900;font-style:normal}.hover .header-nav a:before{transition:transform .3s ease-in-out}.hover .header-nav a:hover:not(.router-link-exact-active):before{transform:translateX(0)}.hover .footer-social li a{transition:border-color .3s ease-in-out}.hover .footer-social li a svg{transition:fill .3s ease-in-out}.hover .footer-social li a:hover{border-color:#fff}.hover .footer-social li a:hover svg{fill:#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-in-out,stroke .3s ease-in-out}.hover .setting-form__gender label,.hover .sizes li label{transition:background .3s ease-in-out,color .3s ease-in-out}.hover .setting-form__gender label:hover:not(.disabled),.hover .sizes li label:hover:not(.disabled){border-color:#4f4f4f;background:#4f4f4f;color:#fff}.hover .filter-top__reset button{transition:background .3s ease-in-out,border-color .3s ease-in-out,color .3s ease-in-out}.hover .filter-top__reset button:hover{background:#fff;border-color:#4f4f4f;color:#4f4f4f}.hover .filter-top__reset button:hover svg{fill:#4f4f4f}.hover .select-category__head,.hover .select-category__item label{transition:background .3s ease-in-out}.hover .select-category__head:hover,.hover .select-category__item label:hover{background:#f7f7f7}.hover .card-bottom__favorites{transition:background .3s ease-in-out}.hover .card-bottom__favorites:hover{background:#dedede}.hover .basket-item__count button{transition:background .3s ease-in-out}.hover .basket-item__count button:hover{background:#f7f7f7}.hover .profile-sidebar__nav a,.hover .purchases-detail__back a{transition:color .3s ease-in-out}.hover .profile-sidebar__nav a svg,.hover .purchases-detail__back a svg{transition:stroke .3s ease-in-out}.hover .profile-sidebar__nav a:hover,.hover .purchases-detail__back a:hover{color:#4f4f4f}.hover .profile-sidebar__nav a:hover svg,.hover .purchases-detail__back a:hover svg{stroke:#4f4f4f}.hover .addresses-remove__btn button{transition:color .3s ease-in-out}.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-in-out}.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:#4f4f4f}.hover .auth-address__restore a:hover{text-decoration:none}.hover .delivery-address__right a:hover{text-decoration:underline}.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}.navigationWrapper{gap:50px}@media screen and (max-width:1500px){.container{max-width:1300px}}@media screen and (max-width:1600px){.header-navigation__dropdown .titleSubItems__dropdown{left:100%}.container-crumbs,.header-navigation .navigationWrapper{max-width:1050px;margin:auto;width:100%}.header-navigation .navigationWrapper{padding-left:15px;padding-right:15px;justify-content:space-between}.header-navigation ul li:not(:last-child){padding-right:0}}@media screen and (max-width:1200px){.toasted .primary.success,.toasted.toasted-primary.success{right:0}}@media screen and (max-width:1280px){.container{max-width:1050px}.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:600px){.toasted .primary.success,.toasted.toasted-primary.success{left:50%}.messenger--wrap-feedback{right:9px;bottom:135px}}@media(max-width:500px){.home-best__next,.home-best__prev,.home-new__next,.home-new__prev{display:none}.toasted .primary.success,.toasted.toasted-primary.success{left:calc(50% + 24px);transform:translateX(-50%)!important;width:90vw!important;max-width:90vw!important}}