*{-webkit-box-sizing:border-box;box-sizing:border-box;line-height:1}:root{--color-border-search:#d1d1d1;--color-scrollbar:#d1d1d1;--color-svg:#555;--color-placeholder:#bababa;--color-option-selected:green;--color-notice:#8e8e8e;--color-border-error:#f71515;--color-text-error:#f71515;--bg-disabled:#ececec;--bg-arrow:#eee;--height-select:52px;--box-shadow:0px 1px 3px #777;--border-option:1px solid #eee;--width-scrollbar:4px;--width-icon:40px;--font-size:16px;--font-size-search:14px}.wmselect-custom{height:var(--height-select);opacity:0;pointer-events:none;width:100%}.wmnative-hide{clip:rect(0 0 0 0);border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.wmselect{font-size:var(--font-size);position:relative;width:100%;z-index:10}.wmselect.disabled{opacity:.8;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.wmselect.disabled .wmselect__selection{background-color:var(--bg-disabled)}.wmselect.active .wmselect__dropdown{opacity:1;visibility:visible}.wmselect.active .wmselect__arrow{background-color:var(--bg-arrow)}.wmselect.active .wmselect__arrow svg{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg)}.wmselect.novalidate .wmselect__selection{border-color:var(--color-border-error);-webkit-box-shadow:0 0 0 #fff;box-shadow:0 0 0 #fff}.wmselect__selection{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;border:1px solid transparent;-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow);display:-webkit-box;display:-ms-flexbox;display:flex;height:var(--height-select);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.wmselect__icon{height:100%;padding:10px;width:var(--width-icon)}.wmselect__icon img,.wmselect__icon svg{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.wmselect__selected{height:100%;line-height:var(--height-select);overflow:hidden;padding:0 10px;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;width:calc(100% - var(--height-select))}.wmselect__selected--calc-width{padding:0;width:calc(100% - var(--height-select) - var(--width-icon))}.wmselect__arrow{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background-color:transparent;border:none;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;justify-content:center;outline:none;padding:0;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;width:var(--height-select)}.wmselect__arrow svg{fill:var(--color-svg);-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transition-duration:.25s;-o-transition-duration:.25s;transition-duration:.25s;width:10px}.wmselect__dropdown{left:0;opacity:0;position:absolute;right:0;top:var(--height-select);-webkit-transform:translateY(5px);-ms-transform:translateY(5px);transform:translateY(5px);-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;visibility:hidden;z-index:100}.wmselect__dropdown.animate{pointer-events:none}.wmselect__inner{background-color:#fff;-webkit-box-shadow:var(--box-shadow);box-shadow:var(--box-shadow);padding:6px;width:100%}.wmselect__search{font-size:var(--font-size-search);margin-bottom:6px;width:100%}.wmselect__input{border:1px solid var(--color-border-search);outline:none;padding:12px 10px;width:100%}.wmselect__input::-webkit-input-placeholder{color:var(--color-placeholder);font-size:var(--font-size-search)}.wmselect__input::-moz-placeholder{color:var(--color-placeholder);font-size:var(--font-size-search)}.wmselect__input:-ms-input-placeholder{color:var(--color-placeholder);font-size:var(--font-size-search)}.wmselect__input::-ms-input-placeholder{color:var(--color-placeholder);font-size:var(--font-size-search)}.wmselect__input::placeholder{color:var(--color-placeholder);font-size:var(--font-size-search)}.wmselect__options{overflow:auto;scrollbar-color:var(--color-scrollbar) #f9f9f9;scrollbar-width:thin;width:100%}.wmselect__options::-webkit-scrollbar{width:var(--width-scrollbar)}.wmselect__options::-webkit-scrollbar-thumb{background-color:var(--color-scrollbar);border-radius:2px}.wmselect__options::-webkit-scrollbar-button{height:0}.wmselect__options::-webkit-scrollbar-track-piece{background-color:#fff}.wmselect__option{border-bottom:var(--border-option);cursor:pointer;display:block;margin-right:var(--width-scrollbar);padding:10px 4px;position:relative;-webkit-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;width:calc(100% - var(--width-scrollbar))}.wmselect__option:hover{background-color:#f7f8fd}.wmselect__option.active{color:var(--color-option-selected);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.wmselect__option:first-of-type{border-top:var(--border-option)}.wmselect__title{padding:10px 4px}.wmselect__notice,.wmselect__title{display:block;margin-right:var(--width-scrollbar);width:calc(100% - var(--width-scrollbar))}.wmselect__notice{color:var(--color-notice)}.wmselect__notice--searching{padding:10px 4px 5px}.wmselect__notice--loading-more{padding:10px 4px}.wmselect__result{display:block;margin-right:var(--width-scrollbar);padding:10px 4px;width:calc(100% - var(--width-scrollbar))}
body,html{min-height:100vh}body,button,input,textarea{font-family:Poppins,sans-serif;font-size:16px;font-weight:400;line-height:1;overflow-x:hidden}body{display:flex;flex-direction:column}body.fixed{height:100vh;overflow:hidden;width:100vw}main{flex:1 0 auto;overflow:hidden;width:100%}.footer{flex:0 0 auto}img{max-height:100%;max-width:100%}svg{height:100%;width:100%}@font-face{font-display:swap;font-family:Poppins;font-style:normal;font-weight:100;src:local(""),url(/fonts/poppins/100.woff2) format("woff2")}@font-face{font-display:swap;font-family:Poppins;font-style:italic;font-weight:100;src:local(""),url(/fonts/poppins/100italic.woff2) format("woff2")}@font-face{font-display:swap;font-family:Poppins;font-style:normal;font-weight:300;src:local(""),url(/fonts/poppins/300.woff2) format("woff2")}@font-face{font-display:swap;font-family:Poppins;font-style:normal;font-weight:400;src:local(""),url(/fonts/poppins/400.woff2) format("woff2")}@font-face{font-display:swap;font-family:Poppins;font-style:normal;font-weight:500;src:local(""),url(/fonts/poppins/500.woff2) format("woff2")}@font-face{font-display:swap;font-family:Poppins;font-style:normal;font-weight:600;src:local(""),url(/fonts/poppins/600.woff2) format("woff2")}@font-face{font-display:swap;font-family:Poppins;font-style:normal;font-weight:700;src:local(""),url(/fonts/poppins/700.woff2) format("woff2")}@font-face{font-display:swap;font-family:Poppins;font-style:normal;font-weight:800;src:local(""),url(/fonts/poppins/800.woff2) format("woff2")}.container{padding-left:15px;padding-right:15px;position:relative;width:100%}@media screen and (min-width:576px){.container{margin:0 auto;max-width:570px}}@media screen and (min-width:768px){.container{max-width:750px}}@media screen and (min-width:992px){.container{max-width:990px}}@media screen and (min-width:1200px){.container{max-width:1170px}}@media screen and (min-width:1360px){.container{max-width:1350px}}@media screen and (min-width:1560px){.container{max-width:1530px}}@media screen and (min-width:1700px){.container{max-width:1600px}}*,:after,:before{-webkit-tap-highlight-color:rgba(0,0,0,0);box-sizing:border-box}:after:focus,:before:focus,:focus{border:none}body,html{scroll-behavior:smooth}address,article,aside,body,button,figure,form,h1,h2,h3,h4,h5,h6,html,label,nav,ol,p,strong,ul{margin:0;padding:0}blockquote,q{quotes:none}table{border-collapse:collapse;border-spacing:0}button{background-color:#fff;border:none;cursor:pointer}button,input,textarea{outline:none;padding:0}input,textarea{border:none;border-radius:0;box-shadow:none}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1}input:-ms-input-placeholder,textarea:-ms-input-placeholder{opacity:1}input::placeholder,textarea::placeholder{opacity:1}ol,ul{list-style:none;margin:0;padding:0}a,a:focus{text-decoration:none}a:focus{outline:none}.logo{height:auto;width:auto}.logo__img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.item,.item__circle{align-items:center;display:flex}.item__circle{background-color:#0b2f9f;border-radius:50%;height:39px;justify-content:center;margin-right:15px;width:39px}.item__icon{fill:#fff;height:25px;width:25px}.item__icon-mail{fill:#fff;height:19px;height:17px;width:25px}.item__wrapper{display:flex;flex-wrap:wrap;width:calc(100% - 40px)}.item__title{font-size:14px;font-weight:300;margin-bottom:5px}.item__link,.item__title{color:#fff;line-height:1;text-transform:uppercase;width:100%}.item__link{font-size:24px;font-weight:700;text-align:left}@media screen and (min-width:1560px){.item__wrapper{align-items:baseline;flex-wrap:nowrap}.item__title{font-size:16px;margin-bottom:0;margin-right:5px;width:auto}.item__link{font-size:18px;width:auto}}.btn{align-items:center;border-radius:4px;display:flex;justify-content:center;padding-left:14px;padding-right:14px}.btn__icon{height:22px;margin-right:15px;width:36px}.btn__text{line-height:1;text-align:left;text-transform:uppercase;width:calc(100% - 51px)}.btn--green{background-color:#34be65}.btn--orange{background-color:#ff6c00}.btn--violet{background-color:#a7baff}.btn--red{background-color:#f44336}.btn.disabled{opacity:.7;pointer-events:none}.double__more{display:block}.double.active .double__more,.double__less{display:none}.double.active .double__less{display:block}@media screen and (min-width:1200px){.btn--green:hover{background-color:#1d9748}.btn--orange:hover{background-color:#d55d05}.btn--violet:hover{background-color:#0b2f9f}.btn--red{margin-bottom:0!important}}.bg-blue{background-color:#6161f6}.bg-pink{background-color:#fd4984}.bg-green{background-color:#a7be6b}.bg-orange{background-color:#ff6d15}.bg-light-blue{background-color:#8cb2ff}.bg-violet{background-color:#a613ab}.bg-red{background-color:#ff2828}.bg-beige{background-color:#c0a6a6}.bg-yellow{background-color:#ffc515}.bg-navy{background-color:#3f51b5}.bg-turquoise{background-color:#009688}.bg-dark-violet{background-color:#0b2f9f}.text-blue{color:#6161f6}.text-pink{color:#fd4984}.text-green{color:#a7be6b}.text-orange{color:#ff6d15}.text-light-blue{color:#8cb2ff}.text-violet{color:#a613ab}.text-red{color:#ff2828}.text-beige{color:#c0a6a6}.text-yellow{color:#ffc515}.text-navy{color:#3f51b5}.text-turquoise{color:#009688}@media screen and (min-width:992px){.contents{border-radius:3px;padding-left:5px}.contents.active{border-left:3px solid #6439ff}.bg-image-comp .category__aside:after{background-color:rgba(97,97,246,.9);background-image:url(/image/bg-elektronika.jpg)}.bg-image-clothes .category__aside:after{background-color:rgba(253,73,132,.9);background-image:url(/image/bg-mada.jpg)}.bg-image-home .category__aside:after{background-image:url(/image/bg-home1.jpg),linear-gradient(180deg,#a7be6b,#fff)}.bg-image-cook .category__aside:after{background-color:rgba(255,109,21,.9);background-image:url(/image/bg-cook.jpg)}.bg-image-toy .category__aside:after{background-image:url(/image/bg-toys.jpg),linear-gradient(180deg,#8cb2ff,#fff)}.bg-image-beauty .category__aside:after{background-image:url(/image/bg-beauty.jpg),linear-gradient(180deg,#a613ab,#fff)}.bg-image-fav .category__aside:after{background-color:rgba(255,40,40,.9);background-image:url()}.bg-image-book .category__aside:after{background-image:url(/image/bg-book.jpg),linear-gradient(180deg,#c0a5a5,#fff)}.bg-image-sport .category__aside:after{background-image:url(/image/bg-sport.jpg),linear-gradient(180deg,#ffc002,rgba(255,197,21,.51))}.bg-image-shops .category__aside:after{background-image:url(/image/bg-shops.png),linear-gradient(180deg,#009688,#fff)}.bg-image-services .category__aside:after{background-image:url(/image/bg-serv.png),linear-gradient(180deg,#3f51b5,#fff)}.bg-blue+.menu-box__box .menu-box__scope-title{border-bottom:2px solid #6161f6}.bg-pink+.menu-box__box .menu-box__scope-title{border-bottom:2px solid #fd4984}.bg-green+.menu-box__box .menu-box__scope-title{border-bottom:2px solid #a7be6b}.bg-orange+.menu-box__box .menu-box__scope-title{border-bottom:2px solid #ff6d15}.bg-light-blue+.menu-box__box .menu-box__scope-title{border-bottom:2px solid #8cb2ff}.bg-violet+.menu-box__box .menu-box__scope-title{border-bottom:2px solid #a613ab}.bg-red+.menu-box__box .menu-box__scope-title{border-bottom:2px solid #ff2828}.bg-beige+.menu-box__box .menu-box__scope-title{border-bottom:2px solid #c0a6a6}.bg-yellow+.menu-box__box .menu-box__scope-title{border-bottom:2px solid #ffc515}.bg-navy+.menu-box__box .menu-box__scope-title{border-bottom:2px solid #3f51b5}.bg-turquoise+.menu-box__box .menu-box__scope-title{border-bottom:2px solid #009688}.bg-dark-violet+.menu-box__box .menu-box__scope-title{border-bottom:2px solid #0b2f9f}}.search{position:relative}.search__form{align-items:center;border:1px solid #34be65;border-radius:5px;display:flex;width:100%}.search__input{background-color:#fff;border-bottom-left-radius:5px;border-top-left-radius:5px;color:#000;font-size:14px;height:35px;line-height:1;padding-left:12px;width:calc(100% - 145px)}.search__input::-moz-placeholder{color:#818181}.search__input:-ms-input-placeholder{color:#818181}.search__input::placeholder{color:#818181}.search__result{background-color:#fff;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow:0 10px 13px rgba(13,14,15,.17);display:none;flex-wrap:wrap;opacity:0;padding:15px 10px;position:absolute;top:36px;visibility:hidden;width:inherit;z-index:10}.search__result.active{display:flex;opacity:1;visibility:visible}.search__result-item{color:#5a5a5a;font-size:14px;font-weight:600;line-height:1.2;padding:7px 0;width:100%}.search__result-item span{font-weight:300;margin-right:8px}.search__select{box-shadow:1px 0 9px rgba(13,14,15,.21);height:35px;width:100px}.search__select .wmselect{color:#4a4848;font-size:12px;z-index:0}.search__select .wmselect__selection{box-shadow:none;height:35px}.search__select .wmselect__arrow{height:35px;width:40px}.search__select .wmselect__arrow svg{fill:#1a1919;height:10px;transform:rotate(0deg);width:14px}.search__select .wmselect__selected{line-height:35px;width:calc(100% - 40px)}.search__select .wmselect__dropdown{top:35px;transform:translateY(0)}.search__select .wmselect__inner{box-shadow:none}.search__select .wmselect__option{margin-right:0;padding:8px 4px}.search__select .wmselect__option:first-of-type{border-top:none}.search__select .wmselect__option:last-of-type{border-bottom:none}.search__select .wmselect.active{z-index:10}.search__select .wmselect.active .wmselect__arrow{background-color:transparent;transform:rotate(180deg)}.search__btn{align-items:center;background-color:#34be65;border-bottom-right-radius:5px;border-top-right-radius:5px;display:flex;height:35px;justify-content:center;width:45px}.search__icon{fill:#fff;height:21px;width:20px}.search__lang{display:none}.search__result-text{color:gray;font-size:11px;font-weight:300;line-height:1.3;margin-bottom:15px;width:100%}.search__result-links{display:flex;flex-wrap:wrap;width:100%}@media screen and (min-width:440px){.search__input{width:calc(100% - 185px)}.search__select{width:140px}}@media screen and (min-width:992px){.search{display:flex;justify-content:space-between}.search__lang{display:block;position:relative;top:10px;width:100px}.search__form{width:calc(100% - 50px)}}@media screen and (min-width:1200px){.search{align-items:flex-end}.search__input{height:41px;padding-left:22px}.search__result{padding:22px;top:42px}.search__select{height:41px;width:190px}.search__select .wmselect{font-size:13px}.search__select .wmselect__selection{height:41px}.search__select .wmselect__selected{line-height:41px}.search__btn{height:41px}.search__lang{top:-8px}}.tactic{align-items:center;background-color:transparent;display:flex;margin-bottom:28px;position:relative}.tactic__icon{fill:#fff;height:23px;margin-right:12px;width:23px}.tactic__text{color:#fff;font-size:14px;font-weight:300;line-height:1;text-transform:uppercase}.tactic__text-name,.tactic__text-surname{display:block;text-transform:capitalize}.tactic--user{background-image:linear-gradient(270deg,#4f75ff 0,#a7baff);height:54px;left:0;margin-bottom:15px;padding-left:25px}.tactic--user .tactic__circle{align-items:center;background-color:#4f75ff;border-radius:50%;display:flex;height:31px;justify-content:center;margin-right:12px;width:31px}.tactic--user .tactic__circle span{color:#fff}.tactic--user .tactic__icon{display:none}.tactic--user .tactic__text{flex-wrap:wrap;font-size:12px;width:calc(100% - 44px)}.tactic--user .tactic__text-name,.tactic--user .tactic__text-surname{font-weight:300;opacity:.5;width:100%}.tactic--acount{display:none}.tactic__wrapper{background-color:#ff6c00;border-radius:50%;display:flex;height:20px;margin-left:10px;position:relative;width:20px}.tactic__wrapper.hidden{opacity:0;visibility:hidden}.tactic__count{align-items:center;color:#fff;display:flex;font-size:12px;font-weight:300;height:100%;justify-content:center;line-height:1;position:absolute;width:100%}.count-favs.hide{opacity:0;visibility:hidden}@media screen and (min-width:992px){.tactic{margin-bottom:0;margin-right:15px}.tactic--user{background-image:none}.tactic__text{display:none}.tactic--full{margin-right:0}.tactic--full .tactic__text{color:#4f75ff;display:flex}.tactic__icon{fill:#a7baff;height:24px;margin-right:3px;width:27px}.tactic__icon--user{fill:#4f75ff}.tactic__wrapper{margin-left:0;position:absolute;right:-9px;top:-7px}}@media screen and (min-width:1200px){.tactic{margin-right:15px}.tactic--full .tactic__icon{margin-right:7px}}@media screen and (min-width:1700px){.tactic{margin-right:19px}}.navigation{width:100%}.navigation__list{align-items:center;display:flex;height:inherit}.navigation__item{display:inline-flex;margin-right:30px;width:auto}.navigation__item:nth-child(5){margin-left:auto}.navigation__item:last-child{margin-right:0}.navigation__item.active .navigation__link{border-bottom:2px solid #ff6c00}.navigation__link{color:#fff;font-size:14px;line-height:1}.lang{position:relative}.lang:after{border-bottom:2px solid #fff;border-left:2px solid #fff;content:"";height:8px;left:40px;position:absolute;top:3px;transform:rotate(-45deg);transition-duration:.3s;width:8px}.lang.active:after{top:7px;transform:rotate(135deg) translateY(0)}.lang.active .lang__box{opacity:1;visibility:visible}.lang__content{position:relative}.lang__box{background-color:#fff;border:1px solid #4f75ff;border-radius:4px;display:flex;flex-wrap:wrap;justify-content:flex-start;left:-5px;max-height:145px;opacity:0;overflow-x:hidden;overflow-y:auto;padding:8px;position:absolute;top:22px;transition-duration:.3s;visibility:hidden;width:75px;z-index:10}.lang__item{align-self:center;display:flex;flex-direction:row;margin-bottom:7px;width:100%}.lang__item:last-child{margin-bottom:0}.lang__img{height:19px;margin-right:6px;-o-object-fit:cover;object-fit:cover;width:28px}.lang__text{color:#000;font-size:14px;font-weight:500;position:relative;text-transform:uppercase;top:2px}.lang .wmselect__selection{background-color:transparent;border-top-left-radius:4px;border-top-right-radius:4px;box-shadow:none;height:35px;padding-left:12px}.lang .wmselect__icon{height:19px;padding:0;width:28px}.lang .wmselect__selected{display:none}.lang .wmselect__option{color:#000;display:flex;font-size:14px;font-weight:500;line-height:1;padding:5px 12px;text-transform:uppercase}.lang .wmselect__option img{height:19px;margin-right:10px;width:28px}.lang .wmselect__option:last-child{border-bottom:none}.lang .wmselect__arrow{background-color:transparent;width:calc(100% - 35px)}.lang .wmselect__arrow svg{fill:#fff;transform:rotate(0deg);width:15px}.lang .wmselect__dropdown{top:31px;width:85px}.lang .wmselect__inner{border-bottom-left-radius:4px;border-bottom-right-radius:4px;padding:0}.lang .wmselect__icon img{-o-object-fit:cover;object-fit:cover}.lang .wmselect.active .wmselect__selection{background-color:rgba(191,71,228,.5)}.lang .wmselect.active .wmselect__arrow{background-color:transparent}.lang .wmselect.active .wmselect__arrow svg{fill:#fff;transform:rotate(-180deg)}@media screen and (min-width:992px){.lang{width:85px}}@media screen and (min-width:1200px){.lang{cursor:pointer}}.grecaptcha-badge{bottom:80px!important}.pwa-bar{background-color:#fff;bottom:0;display:none;overflow:hidden;padding:5px 15px calc(.5rem + env(safe-area-inset-bottom));position:-webkit-sticky;position:sticky;width:100vw;z-index:999}.pwa-bar.active{display:flex}.pwa-bar__back-button{margin-right:10px}.pwa-bar__copy-button{margin-left:auto}.pwa-bar__back-button,.pwa-bar__copy-button,.pwa-bar__forward-button,.pwa-bar__home{align-items:center;display:flex;height:40px;justify-content:center;overflow:hidden;width:40px}.pwa-bar__back-button.disabled,.pwa-bar__copy-button.disabled,.pwa-bar__forward-button.disabled,.pwa-bar__home.disabled{pointer-events:none}.pwa-bar__back-button.disabled .pwa-bar__icon,.pwa-bar__copy-button.disabled .pwa-bar__icon,.pwa-bar__forward-button.disabled .pwa-bar__icon,.pwa-bar__home.disabled .pwa-bar__icon{fill:#9a9a9a}.pwa-bar__icon{fill:#6161f6;height:70%;width:70%}@media screen and (min-width:1200px){.pwa-bar,.pwa-bar.active{display:none}}.pwa-spinner{display:none}@media screen and (display-mode:standalone){.pwa-spinner{align-items:center;background-color:hsla(0,0%,100%,.7);display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:1001}.pwa-spinner.loaded{display:none}.sk-fading-circle{height:60px;position:relative;width:60px}.sk-fading-circle .sk-circle{height:100%;left:0;position:absolute;top:0;width:100%}.sk-fading-circle .sk-circle:before{-webkit-animation:sk-circleFadeDelay 1.2s ease-in-out infinite both;animation:sk-circleFadeDelay 1.2s ease-in-out infinite both;background-color:#333;border-radius:100%;content:"";display:block;height:15%;margin:0 auto;width:15%}.sk-fading-circle .sk-circle2{transform:rotate(30deg)}.sk-fading-circle .sk-circle3{transform:rotate(60deg)}.sk-fading-circle .sk-circle4{transform:rotate(90deg)}.sk-fading-circle .sk-circle5{transform:rotate(120deg)}.sk-fading-circle .sk-circle6{transform:rotate(150deg)}.sk-fading-circle .sk-circle7{transform:rotate(180deg)}.sk-fading-circle .sk-circle8{transform:rotate(210deg)}.sk-fading-circle .sk-circle9{transform:rotate(240deg)}.sk-fading-circle .sk-circle10{transform:rotate(270deg)}.sk-fading-circle .sk-circle11{transform:rotate(300deg)}.sk-fading-circle .sk-circle12{transform:rotate(330deg)}.sk-fading-circle .sk-circle2:before{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.sk-fading-circle .sk-circle3:before{-webkit-animation-delay:-1s;animation-delay:-1s}.sk-fading-circle .sk-circle4:before{-webkit-animation-delay:-.9s;animation-delay:-.9s}.sk-fading-circle .sk-circle5:before{-webkit-animation-delay:-.8s;animation-delay:-.8s}.sk-fading-circle .sk-circle6:before{-webkit-animation-delay:-.7s;animation-delay:-.7s}.sk-fading-circle .sk-circle7:before{-webkit-animation-delay:-.6s;animation-delay:-.6s}.sk-fading-circle .sk-circle8:before{-webkit-animation-delay:-.5s;animation-delay:-.5s}.sk-fading-circle .sk-circle9:before{-webkit-animation-delay:-.4s;animation-delay:-.4s}.sk-fading-circle .sk-circle10:before{-webkit-animation-delay:-.3s;animation-delay:-.3s}.sk-fading-circle .sk-circle11:before{-webkit-animation-delay:-.2s;animation-delay:-.2s}.sk-fading-circle .sk-circle12:before{-webkit-animation-delay:-.1s;animation-delay:-.1s}}@media screen and (min-width:992px){.pwa-spinner{display:none}}@-webkit-keyframes sk-circleFadeDelay{0%,39%,to{opacity:0}40%{opacity:1}}@keyframes sk-circleFadeDelay{0%,39%,to{opacity:0}40%{opacity:1}}.menu-box{display:flex;flex-wrap:wrap}.menu-box__search{display:none}.menu-box__content{left:calc(-50vw + 50%);margin-bottom:25px;order:1;position:relative;width:100vw}.menu-box__result{display:none}.menu-box__result.active{background-color:#fff;box-shadow:0 1px 13px rgba(13,14,15,.17);display:flex;flex-wrap:wrap;left:50%;max-height:310px;overflow-y:scroll;padding:15px;position:absolute;top:112px;transform:translateX(-50%);width:300px;z-index:10}.menu-box__result.active::-webkit-scrollbar{width:5px}.menu-box__result.active::-webkit-scrollbar-thumb{background-color:#b2a0b5;border-radius:2px}.menu-box__result.active::-webkit-scrollbar-button{height:0}.menu-box__result.active::-webkit-scrollbar-track-piece{background-color:#eae5eb}.menu-box__result-link{color:#191919;display:block;font-size:14px;font-weight:500;line-height:1.5;width:100%}.menu-box__result-link:hover{color:#0b2f9f}.menu-box__aside{order:2}.menu-box__box,.menu-box__category,.menu-box__header{display:none}.menu-box__empty-result{color:#000;font-size:12px;font-weight:500;line-height:1}.menu-box .welcome{background-color:#7100fe00;min-height:90px}.menu-box .welcome__box{height:0;width:0}@media screen and (min-width:360px){.menu-box .welcome{min-height:110px}}@media screen and (min-width:380px){.menu-box .welcome{min-height:120px}}@media screen and (min-width:430px){.menu-box .welcome{min-height:130px}}@media screen and (min-width:490px){.menu-box .welcome{min-height:140px}}@media screen and (min-width:530px){.menu-box .welcome{min-height:160px}}@media screen and (min-width:576px){.menu-box__welcome{min-height:180px}}@media screen and (min-width:650px){.menu-box__welcome{min-height:200px}}@media screen and (min-width:768px){.menu-box__welcome{min-height:220px}}@media screen and (min-width:820px){.menu-box__welcome{min-height:240px}}@media screen and (min-width:860px){.menu-box__welcome{min-height:260px}}@media screen and (min-width:992px){.menu-box{display:flex;flex-wrap:wrap;position:relative;width:100%}.menu-box__aside{border-top-left-radius:5px;box-shadow:0 1px 13px rgba(13,14,15,.17);order:1;overflow:hidden;width:35%}.menu-box__search{display:flex;height:64px;position:relative}.menu-box__result.active{left:0;top:64px;transform:translateX(0);width:100%}.menu-box__category{display:flex;gap:20px;justify-content:space-between;margin-bottom:10px;width:100%}.menu-box__content{align-content:baseline;box-shadow:inset 5px 0 6px rgba(24,24,25,.18);display:flex;flex-wrap:wrap;left:0;margin-bottom:0;order:2;width:65%}.menu-box__categories{background-color:#fff;display:none;left:0;position:absolute;top:100%;z-index:10}.menu-box__categories.active{display:block}.menu-box__header{align-items:center;border-top-right-radius:5px;display:flex;height:64px;padding:0 32px;width:100%}.menu-box__title{color:#fff;font-size:24px;line-height:1;margin-right:15px}.menu-box__quantity{color:#fff;font-size:18px;line-height:1}.menu-box__btn{border:2px solid #fff;color:#fff;font-size:16px;height:46px;justify-content:center;line-height:1;margin-left:auto;padding-left:35px;padding-right:35px;text-transform:uppercase}.menu-box__box{box-shadow:0 4px 22px -5px #00000040;display:flex;flex-wrap:wrap;margin-right:20px;max-height:600px;overflow-y:scroll;padding:15px 35px;position:relative;width:100%}.menu-box__box::-webkit-scrollbar{width:5px}.menu-box__box::-webkit-scrollbar-thumb{background-color:#b2a0b5;border-radius:2px}.menu-box__box::-webkit-scrollbar-button{height:0}.menu-box__box::-webkit-scrollbar-track-piece{background-color:#eae5eb}.menu-box__box-scope{display:flex;flex-wrap:wrap;width:100%}.menu-box__scope{width:32.5%}.menu-box__scope-title{color:#313131;display:block;font-size:14px;font-weight:700;margin-bottom:15px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.menu-box__list{display:flex;flex-wrap:wrap;margin-bottom:20px}.menu-box__item{margin-bottom:12px;padding-left:20px;width:100%}.menu-box__item:last-child{margin-bottom:0}.menu-box__link{color:#313131;font-size:14px;line-height:1.2}}@media screen and (min-width:1200px){.menu-box__aside{width:30%}.menu-box__content{width:70%}.menu-box__contents:hover .contents__name{color:#0b2f9f}.menu-box__link:hover{color:#4f75ff}.search-category:focus-within .search-category__icon{fill:#0b2f9f}}@media screen and (min-width:1360px){.menu-box__aside{width:340px}.menu-box__content{width:calc(100% - 340px)}.menu-box__scope{width:24.5%}}.contents{flex-wrap:wrap}.contents,.contents__wrapper{display:flex;justify-content:center}.contents__wrapper{align-items:center}.contents__icon{fill:#6439ff;height:38px;margin-right:10px;width:38px}.contents__name{color:#2e0036;display:block;font-size:12px;font-weight:300;line-height:1.2;text-align:center;width:100%}@media screen and (min-width:440px){.contents__name{font-size:14px}}@media screen and (min-width:992px){.contents{align-items:center;flex-wrap:nowrap;height:52px;position:relative}.contents__icon{height:26px;width:26px}.contents__name{font-size:12px;text-align:left}}@media screen and (min-width:1200px){.contents__name{font-size:14px}}@media screen and (min-width:1360px){.contents__name{font-size:15px}}.lang-modal{-webkit-overflow-scrolling:touch;background:rgba(0,0,0,.6);bottom:0;content:"";display:block;left:0;opacity:0;overflow:hidden;overflow-y:auto;pointer-events:none;position:fixed;right:0;text-align:center;top:0;transition:opacity .2s;visibility:hidden;z-index:99}.lang-modal.active{opacity:1;pointer-events:all;visibility:visible}.lang-modal__inner{background-color:transparent;display:flex;justify-content:center;left:50%;max-height:90%;opacity:1;overflow:initial;position:absolute;top:50%;transform:scale(1) translate(-50%,-50%);transition:opacity .2s,transform .2s;width:90%;z-index:100}.lang-modal__modal{background-color:#fff;border:2px solid #0b2f9f;display:block;isolation:isolate;max-width:400px;padding:20px;position:relative}.lang-modal__content{position:relative;z-index:1}.lang-modal__title-box{align-items:center;display:flex;flex-direction:column;gap:30px;margin-bottom:35px}.lang-modal__title{align-items:center;display:inline-flex;flex-direction:column;font-size:18px;font-weight:400;line-height:1.2;row-gap:8px;text-align:center}.lang-modal__title span{align-items:center;display:flex}.lang-modal__title img{height:15px;margin-right:6px;-o-object-fit:cover;object-fit:cover;width:22px}.lang-modal__icon{height:80px;width:80px}.lang-modal__choice{display:flex;flex-direction:column;gap:20px}.lang-modal__btn{align-items:center;background-color:#0b2f9f;color:#fff;display:flex;font-size:16px;font-weight:400;justify-content:center;min-height:44px;min-width:110px;padding-inline:5px;transition-duration:.3s}.lang-modal__btn:hover{background-color:#a7baff}@media screen and (min-width:576px){.lang-modal__inner{width:auto}.lang-modal__title{padding-inline:30px}.lang-modal__choice{flex-direction:row;justify-content:center}}.header{display:flex;flex-wrap:wrap;width:100%}.header__top{display:none;width:100%}.header__bottom{background-color:#fff;padding-bottom:35px;width:100%}.header-content{display:flex;flex-wrap:wrap;padding-top:19px;position:relative;width:100%;z-index:10}.header-content__contact{background-color:transparent}.header-content__logo{align-items:center;display:inline-flex;margin-bottom:15px;min-height:47px;width:130px}.header-content__link{display:block;height:100%;width:100%}.header-content__mobile{display:flex;margin-left:auto;margin-right:40px}.header-content__mobile-count{align-items:center;background-color:#ff6c00;border-radius:50%;display:flex;height:20px;justify-content:center;margin-left:10px;position:absolute;right:-8px;top:-3px;width:20px}.header-content__mobile-count.hidden{display:none}.header-content__mobile-item{align-items:center;color:#fff;display:flex;font-size:12px;font-weight:300;height:100%;justify-content:center;line-height:1;position:relative;width:100%}.header-content__middle{width:100%}.header-content__search{min-height:35px}.header-content__final{background-color:#4f75ff;box-shadow:-11px 0 1px rgba(24,24,25,.38);height:100vh;opacity:0;padding-top:70px;position:absolute;right:-15px;top:0;transition-duration:.3s;visibility:hidden;width:266px;z-index:10}.header-content__final.active{opacity:1;overflow-y:scroll;visibility:visible}.header-content__lang{left:25px;position:absolute;top:31px;width:85px}.header-content__action{margin-right:17px;position:relative}.header-content__menu{align-items:center;display:flex;height:35px;justify-content:center;position:absolute;right:0;width:35px}.header-content__tactic{display:flex;flex-wrap:wrap}.header-content__tactic--user .tactic--acount{display:flex}.header-content__item{padding-left:25px;width:100%}.header-content__item:first-child .tactic__text{font-weight:700}.header-content__item--info.active .header-content__information-icon{transform:rotate(0deg)}.header-content__btn{background-color:#0b2f9f;height:41px;margin-bottom:10px;width:210px}.header-content__btn-icon{fill:#fff}.header-content__btn-text{color:#fff;font-size:12px}.header-content__track{margin-left:25px}.header-content__exit{align-items:center;background-color:transparent;display:flex;justify-content:flex-end;margin:25px 35px;opacity:0;visibility:hidden}.header-content__exit--active{opacity:1;visibility:visible}.header-content__form{display:flex;justify-content:flex-end;padding:5px 0}.header-content__exit-icon{fill:#fff;height:11px;margin-right:11px;width:15px}.header-content__exit-text{color:#fff;font-size:13px;font-weight:300;line-height:1}.header-content__connection{display:none}.header-content__navigation-box{margin-top:25px}.header-content__information{background-color:#4f75ff;border:1px solid #fff;border-radius:4px;left:0;opacity:0;position:absolute;top:40px;visibility:hidden;z-index:10}.header-content__information.active{opacity:1;overflow-y:scroll;visibility:visible}.header-content__information .information-content{padding-left:25px;padding-top:15px}.header-content__information .information-content .item{margin-bottom:15px}.header-content__information .information-content .item__link{font-size:12px;font-size:18px}.header-content__information .information-content .item__circle{height:32px;width:32px}.header-content__information .information-content .item__icon{height:17px;width:17px}.header-content__information .information-content .navigation-box__item{width:90%}.header-content__information-btn{align-items:center;background-color:transparent;display:flex;height:30px;justify-content:center;width:30px}.header-content__information-icon{fill:#fff;height:15px;transform:rotate(180deg);width:15px}.header-content__consultation{display:flex;flex-wrap:nowrap;margin:25px 0 45px 25px;width:100%}.header-content__consultation-title{color:#fff;display:block;font-size:16px;font-weight:300;line-height:1;padding-bottom:5px;text-transform:uppercase;width:100%}.header-content__consultation-link{color:#fff;font-size:16px;font-weight:600;line-height:1;width:100%}.header-content__consultation-wrapper{display:flex;flex-wrap:wrap;width:calc(100% - 50px)}.header-content__consultation-circle{align-items:center;background-color:#0b2f9f;border-radius:50px;display:flex;height:35px;justify-content:center;margin-right:10px;width:35px}.header-content__consultation-icon{fill:#fff;height:20px;width:20px}.action{align-items:center;display:flex;height:35px;justify-content:center;width:35px}.action__icon{fill:#a7baff;height:26px;width:31px}.menu{background-color:transparent;height:27px;transition:.3s linear;width:27px}.menu__line{background-color:#0b2f9f;border-radius:10px;display:block;height:4px;position:relative;width:100%}.menu__line:before{top:-10px}.menu__line:after,.menu__line:before{background-color:#0b2f9f;border-radius:10px;content:"";height:4px;left:0;position:absolute;width:100%}.menu__line:after{bottom:-10px}.menu.active{z-index:11}.menu.active .menu__line{height:0}.menu.active .menu__line:before{top:50%;transform:translateY(-50%) rotate(45deg)}.menu.active .menu__line:after{bottom:50%;transform:translateY(50%) rotate(-45deg)}@media screen and (min-width:380px){.header-content__mobile{margin-right:60px}}@media screen and (min-width:576px){.header-content__final{position:fixed;right:0;width:300px}}@media screen and (min-width:768px){.header-content__middle{margin:0 auto;width:500px}}@media screen and (min-width:992px){.header__top{background-color:#4f75ff;display:flex;height:42px;width:100%}.header__navigation{height:100%}.header__bottom{padding-bottom:0}.header-content{align-items:flex-end;flex-wrap:nowrap;justify-content:space-between;padding:10px 0 50px}.header-content__lang{align-items:center;display:flex;left:inherit;position:relative;top:auto;width:10%}.header-content__lang:after{border-color:#4f75ff}.header-content__logo{margin-bottom:0;min-height:30px;width:180px}.header-content__menu,.header-content__mobile{display:none}.header-content__final{align-items:center;background-color:transparent;box-shadow:none;display:flex;flex-wrap:wrap;height:inherit;opacity:1;padding-top:0;position:relative;row-gap:8px;visibility:visible;width:330px;z-index:0}.header-content__middle{left:15px;margin:0;position:relative;width:calc(100% - 500px)}.header-content__connection{display:flex;flex-wrap:wrap;padding-bottom:10px}.header-content__contact{width:50%}.header-content__exit{display:none}.header-content__btn{height:31px;justify-content:center;margin-bottom:0;width:100%}.header-content__btn:first-child{display:none}.header-content__btn-text{font-size:11px;width:auto}.header-content__btn-icon{height:18px;width:28px}.header-content__tactic{align-items:center;height:45px;justify-content:flex-end;width:90%}.header-content__tactic--user{flex-wrap:nowrap}.header-content__tactic--user .header-content__item--2{display:none}.header-content__track{margin-left:0;width:100%}.header-content__contact{margin-bottom:10px}.header-content__consultation{display:none;height:0;margin:0;opacity:0;visibility:hidden;width:0}.header-content__item{padding-left:0;width:auto}.header-content__item--ds{display:none;height:0;opacity:0;visibility:hidden;width:0}.header-content__item--3{order:1}.header-content__item--4{order:2}.header-content__item--5{order:3}.header-content__item--1,.header-content__item--2{order:4}.header-content__item--11{order:6}.header-content__item--hide{display:none}.header-content .item__circle{height:25px;width:25px}.header-content .item__icon{height:15px;width:15px}.header-content .item__wrapper{align-items:baseline;flex-wrap:nowrap;justify-content:flex-start}.header-content .item__title{font-size:10px;margin-bottom:0;margin-right:5px;width:auto}.header-content .item__link{font-size:12px;margin-right:5px;width:auto}}@media screen and (min-width:1200px){.header-content__logo{width:250px}.header-content__middle{width:calc(100% - 580px)}.header-content__btn{border:1px solid #0b2f9f;transition-duration:.3s}.header-content__btn:hover{border:1px solid #fff;box-shadow:0 0 9px 5px hsla(0,1%,64%,.5)}.header-content__contact:nth-child(3),.header-content__contact:nth-child(4){margin-bottom:0}.header-content__search{min-height:41px}.header-content .item__wrapper{display:inline;line-height:25px;text-align:left}.header-content .item__link,.header-content .item__title{font-size:13px}}@media screen and (min-width:1400px){.header-content__contact{margin-bottom:0;width:25%}.header-content__connection{padding-bottom:20px}.header-content .item__wrapper{display:flex;flex-wrap:wrap}}@media screen and (min-width:1560px){.header-content__contact{margin-right:20px;max-width:28%;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.header-content__contact:last-child{margin-right:0}.header-content__contact:nth-child(3),.header-content__contact:nth-child(4){margin-bottom:0}.header-content__final{width:380px}.header-content__btn-text{font-size:12px}.header-content__btn-icon{height:22px;width:36px}.header-content .item__title{font-size:12px}.header-content .item__link{margin-right:5px}.header-content .item__circle{margin-right:10px}.header-content .item__wrapper{display:contents}}@media screen and (min-width:1700px){.header-content__logo{width:285px}.header-content__middle{width:calc(100% - 630px)}}.box{display:flex;flex-wrap:wrap;margin-bottom:20px;width:100%}.box__title{color:#000;display:block;font-size:12px;font-weight:500;line-height:1;margin-bottom:13px;text-transform:uppercase;width:100%}.box__box{display:flex;flex-wrap:wrap;width:100%}.box__item{height:45px;margin:0 10px 5px 0;width:29%}.box__item--wrap{display:flex;height:39px;width:20%}.box__img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}@media screen and (min-width:576px){.box__title{font-size:14px}.box__item{width:23%}.box__item--wrap{display:flex;height:45px;width:13%}}@media screen and (min-width:768px){.box__title{font-size:16px}.box__item{height:50px;width:18%}.box__item--wrap{width:10%}}@media screen and (min-width:992px){.box{align-items:center;flex-wrap:nowrap}.box__title{line-height:1.3;margin-bottom:0;width:25%}.box__item{width:11vw}.box__item--wrap{width:6vw}}@media screen and (min-width:1200px){.box__title{line-height:1;width:35%}.box__item{margin:0 20px 5px 0;max-width:100px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.box__item--wrap{width:56px}}@media screen and (min-width:1560px){.box__title{line-height:1;width:20%}.box__box{width:80%}.box__item{margin:0 20px 5px 0;max-width:150px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.box__item--wrap{width:80px}}.navigation-box{display:flex;flex-wrap:wrap;margin-bottom:35px}.navigation-box__item{margin-bottom:15px;width:100%}.navigation-box__title{border-bottom:3px solid #4f75ff;color:#fff;display:block;font-size:14px;font-weight:700;line-height:1;margin-bottom:14px;padding-bottom:14px;width:100%}.navigation-box__title--letter:first-letter{text-transform:uppercase}.navigation-box__box{display:flex;flex-wrap:wrap;width:100%}.navigation-box__link{color:#fff;display:block;font-size:12px;font-weight:500;line-height:1;margin-bottom:20px;width:100%}.conditions{display:flex;flex-wrap:wrap;margin-bottom:30px}.conditions__item{border-radius:5px;box-shadow:0 1px 4px rgba(24,24,25,.29);display:flex;flex-wrap:wrap;margin-bottom:15px;min-height:150px;padding:17px 11px;width:100%}.conditions__item:last-child{background:#bbeed9;margin-bottom:0}.conditions__item:last-child .conditions__text{color:#098c56}.conditions__item:first-child{background-color:#f2d0f9}.conditions__item:first-child .conditions__text{color:#0b2f9f}.conditions__item:nth-child(2){background-color:#fec8a1}.conditions__item:nth-child(2) .conditions__text{color:#ff6c00}.conditions__text{font-size:16px;font-weight:400;line-height:1.3;margin-bottom:25px;width:100%}.conditions__link{color:#0b2f9f;font-weight:600;line-height:1.3}.conditions__wrap{display:flex;justify-content:flex-end;margin-top:auto;width:100%}.conditions__icon-phone{fill:#0b2f9f;height:25px;margin-left:auto;width:25px}.conditions__img{fill:#fff;height:40px;margin-left:auto;margin-top:auto;width:70px}@media screen and (min-width:768px){.conditions{flex-wrap:nowrap;justify-content:space-between}.conditions__item{margin-bottom:0;width:32%}}@media screen and (min-width:1200px){.conditions__item{padding:20px;width:31%}.conditions__item:nth-child(2) .conditions__img{height:50px;position:relative;top:5px;width:108px}.conditions__img{height:58px;width:81px}.conditions__text{font-size:18px}.conditions__wrap{align-items:center}.conditions__icon-phone{height:30px;width:30px}.conditions__link{font-size:20px}}.footer{position:relative}.footer,.footer__top{width:100%}.footer__middle{background-color:#eee;padding-bottom:1px;padding-top:30px;width:100%}.footer__box--border .box__box{border-bottom:1px solid #e4e4e4}.footer__bottom{background-color:#0b2f9f;padding-bottom:130px;padding-top:25px;width:100%}.footer__copyright{bottom:26px;color:#466cf2;font-size:12px;font-weight:300;justify-content:flex-end;line-height:1.3;margin-left:auto;position:relative;text-align:right;width:73%;z-index:2}.footer__copyright,.footer__copyright-span{display:flex;flex-wrap:wrap}.footer__copyright-span span{width:100%}.footer__btn{align-items:center;background-image:linear-gradient(270deg,#4f75ff 0,#a7baff);border-radius:50%;bottom:78px;display:flex;height:57px;justify-content:center;position:absolute;right:32px;width:57px}.footer__btn svg{fill:#eee;height:13px;width:22px}.footer__btn-link{border:1px solid #4f75ff;color:#4f75ff;font-size:10px;font-weight:500;height:25px;justify-content:center;line-height:1;margin:30px auto 30px 0;padding-left:15px;padding-right:15px;text-transform:uppercase;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.footer .item__title{font-weight:700}.footer .item__circle{background-color:#4f75ff}.cookies{background-color:#6161f6;bottom:0;left:0;opacity:0;padding:15px 0;position:fixed;right:0;transition-delay:.22s;visibility:hidden;z-index:10}.cookies.active{opacity:1;visibility:visible}.cookies__container{display:flex;flex-wrap:wrap}.cookies__text{color:#fff;font-size:12px;font-weight:300;line-height:1.2;margin-bottom:20px}.cookies__text a{color:#000;text-decoration:underline}.cookies__btn{background-color:#fff;border-radius:5px;color:#000;font-size:12px;font-weight:300;line-height:1.2;margin-left:auto;padding:5px 15px;text-transform:uppercase;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.footer-content{display:flex;flex-wrap:wrap;width:100%}.footer-content__logo{margin-bottom:25px;width:300px}.footer-content__link{display:flex;margin-bottom:20px}.footer-content__button{align-items:center;background-image:linear-gradient(270deg,#4f75ff 0,#a7baff);border-radius:5px;color:#fff;display:flex;font-size:16px;height:48px;justify-content:center;margin-left:auto;margin-right:auto;margin-top:15px;width:225px}.footer-content__text{color:#fefefe;font-size:14px;line-height:1.3;margin-bottom:25px}.footer-content__partners{display:flex;flex-direction:column;margin:10px 0;max-width:320px}.footer-content__partners-title{color:#fff;font-size:14px;margin-bottom:10px;text-transform:uppercase}.footer-content__partners-box{background-color:#fff;border-radius:10px;display:flex;gap:10px;justify-content:center;padding:10px}.footer-content__partners-item{height:40px;max-width:100px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.footer-content__partners-item--payment{max-width:70px}.footer-content__partners-img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.footer-content__info{display:flex;flex-direction:column;flex-wrap:wrap;margin-bottom:50px;width:100%}.footer-content__mail,.footer-content__phone{margin-bottom:30px;width:100%}.footer-content__online{background-color:transparent;margin-bottom:10px;width:100%}.footer-content__navigation,.form-modal__content{display:flex;flex-wrap:wrap;width:100%}.form-modal__content{padding:30px 20px}.form-modal__title{font-size:20px;font-weight:500;margin-bottom:20px;text-transform:uppercase}.form-modal__text,.form-modal__title{color:#0b2f9f;display:block;line-height:1.3;text-align:center;width:100%}.form-modal__text{font-size:18px;font-weight:400}@media screen and (min-width:360px){.footer__container{padding-left:30px;padding-right:30px}.footer-content{margin:0 auto;width:300px}}@media screen and (min-width:768px){.footer-content{width:100%}.footer-content__logo{margin-bottom:50px;margin-right:2%;width:48%}.footer-content__link{width:220px}.footer-content__info{align-content:center;width:50%}.footer-content__navigation-box{width:100%}.footer-content__navigation-box .navigation-box__item{width:33.33%}}@media screen and (min-width:992px){.cookies__container{align-items:center;flex-wrap:nowrap;justify-content:space-between}.cookies__text{font-size:13px;margin-bottom:0;width:calc(100% - 200px)}.cookies__btn{font-size:13px}.footer__copyright{bottom:-112px;justify-content:center;margin:0 auto;text-align:center;width:100%}.footer__copyright-span{flex-wrap:nowrap}.footer__copyright-span span{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}@media screen and (min-width:1200px){.footer{width:100%}.footer:before{height:160px;width:186px}.footer__container{padding-left:15px;padding-right:15px}.footer__middle{padding-top:45px}.footer__copyright{bottom:-60px;justify-content:center;margin:0 auto;width:100%}.footer__bottom{padding-bottom:90px;padding-top:40px}.footer__btn{bottom:370px}.footer-content{flex-wrap:nowrap;position:relative;z-index:2}.footer-content__logo{margin-bottom:0;width:25%}.footer-content__text{width:85%}.footer-content__info{align-content:baseline;margin-bottom:0;width:20%}.footer-content__navigation-box{width:55%}.footer-content__navigation-box .navigation-box__item{padding-right:20px;width:33.33%}.footer-content__navigation-box .navigation-box__title{font-size:12px}.cookies__text a:hover{color:#0b2f9f}.cookies__btn{transition-duration:.3s}.cookies__btn:hover{color:#0b2f9f}}@media screen and (min-width:1360px){.footer__btn{bottom:370px}.footer-content__navigation-box .navigation-box__item{padding-right:40px}.footer-content__navigation-box .navigation-box__title{font-size:13px}}@media screen and (min-width:1560px){.footer-content__logo{margin-right:25px;width:30%}.footer-content__info{margin-right:25px;width:20%}.footer-content__navigation{width:50%}.footer-content__mail,.footer-content__online,.footer-content__phone{margin-bottom:15px}.footer-content__navigation-box .navigation-box__item{padding-right:40px}.footer-content__navigation-box .navigation-box__title{font-size:14px}.footer__btn{bottom:380px}.footer .item__title{font-size:18px}}@media screen and (min-width:1700px){.footer__btn{bottom:370px}}.breadcrumbs{-ms-overflow-style:none;-webkit-overflow-scrolling:touch;background-color:#4f75ff;overflow-x:auto;scrollbar-width:none;white-space:nowrap;width:100%}.breadcrumbs::-webkit-scrollbar{height:0;width:0}.breadcrumbs__box{width:100%}.breadcrumbs__list{align-items:center;display:flex;height:50px}.breadcrumbs__item{position:relative}.breadcrumbs__item:last-child .breadcrumbs__link{font-weight:500}.breadcrumbs__item:last-child .breadcrumbs__arrow{display:none}.breadcrumbs__link{align-items:center;color:#fff;display:flex;font-size:14px;font-weight:300;line-height:1;margin-right:11px}.breadcrumbs__icon{fill:#fff;height:42px;margin-right:15px;width:32px}.breadcrumbs__arrow{fill:#fff;height:15px;margin-left:11px;transform:rotate(90deg);width:15px}@media screen and (min-width:992px){.breadcrumbs{margin-bottom:20px}.breadcrumbs__box{height:72px;padding-bottom:0;padding-top:0}.breadcrumbs__list{align-items:center;display:flex;height:72px}.breadcrumbs__link{font-size:18px;font-weight:400}}.benefits,.benefits__item{display:flex;flex-wrap:wrap}.benefits__item{margin-bottom:30px}.benefits__img{align-items:center;display:flex;height:52px;justify-content:center;margin-right:27px;width:48px}.benefits__img img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.benefits__box{display:flex;flex-wrap:wrap;width:calc(100% - 75px)}.benefits__title{font-size:18px;font-weight:700;margin-bottom:16px}.benefits__text,.benefits__title{color:#0b2f9f;line-height:1.3;width:100%}.benefits__text{font-size:12px;font-weight:300}@media screen and (min-width:360px){.benefits__text{font-size:14px}.benefits__item{margin-bottom:30px}.benefits__img{margin-right:15px}}@media screen and (min-width:768px){.benefits__item{width:50%}}@media screen and (min-width:1200px){.benefits__item{width:100%}}@media screen and (min-width:1560px){.benefits__item{margin-bottom:15px}}.socials{display:flex;flex-wrap:wrap}.socials__btn{align-items:center;border-radius:5px;display:flex;height:50px;justify-content:flex-start;padding-left:20px;width:100%}.socials__btn--fb{background-color:#0f67c1;margin-bottom:10px}.socials__btn--gl{background-color:#f95d60}.socials__btn--gl .socials__icon{height:28px;width:28px}.socials__icon{fill:#fff;height:30px;margin-right:26px;width:30px}.socials__text{color:#fff;font-size:14px;font-weight:700;line-height:1;text-transform:uppercase}@media screen and (min-width:360px){.socials__btn{margin:0 auto 10px;width:330px}}@media screen and (min-width:992px){.socials__btn{margin:0 auto 10px;width:400px}.socials__text{width:calc(100% - 60px)}}@media screen and (min-width:1200px){.socials__btn{margin:0 auto 10px;transition-duration:.3s;width:400px}.socials__btn:hover{box-shadow:0 0 9px 5px hsla(0,1%,64%,.5)}.socials__btn--fb:hover{background-color:#0b4e93}.socials__btn--gl:hover{background-color:#e9262a}.socials__text{width:calc(100% - 60px)}}.remind-modal{background-color:red;opacity:0;visibility:hidden}.remind-modal__btn{color:#8b7b7b;display:flex;font-size:14px;font-weight:400;justify-content:center;line-height:1;width:100%}.remind-modal__registration{color:#fd1212;font-weight:700;padding-right:5px;text-transform:uppercase}.remind-modal__autorization{color:#0b2f9f;font-weight:700;padding-left:5px;text-transform:uppercase}.remind-modal__container{background-color:transparent!important}.remind-modal__wrapper{border-radius:4px;box-shadow:0 1px 13px rgba(13,14,15,.17);padding:35px 15px}.remind-modal__icon{height:113px;margin:0 auto 40px;width:117px}.remind-modal__icon img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.remind-modal.active{opacity:1;visibility:visible}@media screen and (min-width:400px){.remind-modal__wrapper{max-width:370px;padding:35px}}@media screen and (min-width:992px){.remind-modal__wrapper{max-width:540px;padding:55px 70px 60px}}.modal{background-color:rgba(79,117,255,.8);bottom:0;left:0;opacity:0;overflow:hidden;position:fixed;right:0;top:0;transition-duration:.22s;visibility:hidden;z-index:-1}.modal.active{opacity:1;visibility:visible;z-index:10000}.modal__container{display:flex;height:100%;overflow:auto;padding:15px;width:100%}.modal__wrapper{background-color:#fff;margin:auto;position:relative}.modal__close{background-color:#fff;position:absolute;z-index:3}.modal__close:after,.modal__close:before{content:"";display:block;height:1px;left:50%;position:absolute;top:50%;width:53%}.modal__close:before{transform:translate(-50%,-50%) rotate(45deg)}.modal__close:after{transform:translate(-50%,-50%) rotate(-45deg)}.modal__close{height:36px;right:5px;top:5px;width:36px}.modal__close:after,.modal__close:before{background-color:#737373;height:2px}@media screen and (min-width:360px){.modal__close{height:38px;width:38px}}.form{display:flex;flex-wrap:wrap}.form__item{align-items:center;border-bottom:1px solid #cacaca;display:flex;height:58px;position:relative;width:100%}.form__item--withoutborder{border-bottom:none}.form__item--note{height:51px}.form__item--note .form__input{width:100%}.form__item--note:after{color:#ff0101;content:"*";font-size:18px;font-weight:700;position:absolute;right:-15px;top:17px}.form__item.error .form__error{color:#d62364;display:block;font-size:12px;font-weight:600;line-height:1;position:absolute;top:5px}.form__item.valid{border-bottom:1px solid green}.form__icon{fill:#1151bb;height:21px;margin-right:22px;width:21px}.form__input{color:#000;font-size:16px;font-weight:400;line-height:1;width:calc(100% - 50px)}.form__input--datepicker:active,.form__input--datepicker:focus{box-shadow:none!important}.form__input::-moz-placeholder{color:#706969;font-size:14px;font-weight:300;line-height:1}.form__input:-ms-input-placeholder{color:#706969;font-size:14px;font-weight:300;line-height:1}.form__input::placeholder{color:#706969;font-size:14px;font-weight:300;line-height:1}.form__input--border{border:1px solid #bebebe;height:51px;margin-bottom:25px;width:100%}.form__checkbox{width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}.form__checkbox .checkbox__icon{border:1px solid #6c6b6b}.form__checkbox .checkbox__text,.form__link{color:#6c6b6b;font-size:12px}.form__link{display:flex;font-weight:400;line-height:18px;margin-left:auto;padding-top:6px}.form__btn{align-items:center;background-color:#4f75ff;border-radius:5px;color:#fff;display:flex;font-size:14px;font-weight:700;height:44px;justify-content:center;line-height:1;text-transform:uppercase;width:100%}.form__btn--remember{background-color:#fd1212;margin:25px auto 50px;padding-left:15px;padding-right:15px;text-transform:uppercase;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.form__btn--right{margin:0 0 0 auto!important}.form__row{align-items:center;display:flex;flex-wrap:wrap;padding:18px 0 5px;position:relative;width:100%}.form__row .checkbox__icon{top:2px}.form__row--bottom{margin-bottom:20px;padding:18px 0 10px}.form__link-rules{color:#0f67c1;font-size:12px;font-weight:400;line-height:18px}.form__subtitle{color:#6e6e6e;display:block;font-size:14px;font-weight:300;line-height:1;margin-bottom:10px;margin-top:20px;width:100%}.form__error{display:none}.form__box-checkbox{display:flex;flex-wrap:wrap;padding:0 45px 20px}.form__text{color:#262626;font-size:14px;font-weight:400;line-height:1.2;margin-bottom:10px;margin-top:20px;width:100%}.form__line{border-bottom:1px solid #cdcdcd;padding-bottom:25px;width:100%}.form__textarea-title{color:#0b2f9f;display:block;font-size:14px;font-weight:400;line-height:1.2;margin-bottom:10px;width:100%}.form__textarea{border:1px solid #d0d0d0;border-bottom-left-radius:6px;border-bottom-right-radius:6px;box-shadow:0 2px 5px hsla(0,0%,7%,.17);height:50px;padding:10px;width:100%}.form__textarea::-moz-placeholder{color:#706969;font-size:14px;font-weight:300;line-height:1}.form__textarea:-ms-input-placeholder{color:#706969;font-size:14px;font-weight:300;line-height:1}.form__textarea::placeholder{color:#706969;font-size:14px;font-weight:300;line-height:1}.form__input-file{height:1px;opacity:0;visibility:hidden;width:1px}.form__input-file.active{opacity:1;visibility:visible}.form__btn-file{align-items:center;background-color:#fff;border:1px solid #4f75ff;border-radius:5px;color:#000;cursor:pointer;display:flex;flex-wrap:wrap;font-size:16px;font-weight:400;height:38px;line-height:1;margin-bottom:25px;padding-left:15px;padding-right:15px;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.form__btn-file span{margin-right:6px}.form__btn-file-icon{height:17px;transform:rotate(135deg);width:17px}.form__box{display:flex;flex-wrap:wrap;margin-bottom:25px;width:100%}.form__item-remove{border-radius:50%;cursor:pointer;height:20px;position:absolute;right:10px;top:-6px;transition-duration:.2s;width:20px;z-index:2}.form__item-remove:after,.form__item-remove:before{background-color:#ff0101;content:"";height:1px;position:absolute;top:10px;width:50%}.form__item-remove:before{left:5px;transform:rotate(-45deg)}.form__item-remove:after{right:5px;transform:rotate(45deg)}.form__item-file{font-weight:300;padding:5px 30px 10px 0;position:relative}.form__content-legal{width:100%}.form__content-legal .address-form__box{padding:15px}.form__content-legal .address-form__label{text-align:left}.form-answer{display:none;margin-top:30px}.form-answer__title{line-height:1;margin-bottom:5px}.form-answer__text,.form-answer__title{color:#4f75ff;display:block;font-size:16px;font-weight:600;text-align:center}.form-answer__text{line-height:1.2}.form-answer.active{display:block}.has-danger{border-bottom:2px solid #dc2449}.pristine-error{color:#dc2449;font-size:12px;font-weight:300;left:0;line-height:1;position:absolute;top:3px}.has-success{border-bottom:2px solid #34be65}.has-select-danger{border-bottom:2px solid #dc2449}.error-custom{color:#dc2449;font-size:12px;line-height:1;padding:5px}.error-custom.hide{display:none}.custom-notify{border-bottom:2px solid;color:#0b2f9f}@media screen and (min-width:360px){.form__btn{margin:0 auto;width:330px}.form__btn--remember{margin:25px auto 50px;padding-left:15px;padding-right:15px;width:100%}}@media screen and (min-width:992px){.form__btn{width:400px}}@media screen and (min-width:1200px){.form__btn{transition-duration:.3s}.form__btn:hover{box-shadow:0 0 9px 5px hsla(0,1%,64%,.5)}}.checkbox{align-items:center;color:#6a6a6a;cursor:pointer;display:flex;font-size:12px;justify-content:flex-start;line-height:18px;padding-left:22px;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.checkbox__input{display:none}.checkbox__icon{align-items:center;background-color:#fff;border:1px solid #000;border-radius:3px;display:flex;height:17px;justify-content:center;left:0;position:absolute;top:-1px;width:17px}.checkbox__icon svg{fill:#fff;height:11px;opacity:0;visibility:hidden;width:11px}.checkbox__text{color:#000;font-size:14px;line-height:18px;margin-left:10px}.checkbox__input:checked+.checkbox__icon{background-color:#0b2f9f;border:1px solid #0b2f9f}.checkbox__input:checked+.checkbox__icon svg{opacity:1;visibility:visible}.tabs{display:flex;flex-wrap:wrap}.tabs__header{display:flex;width:100%}.tabs__btn{width:50%}.tabs__content{width:100%}.tabs__item{display:none;opacity:0;transition:all .2s ease-in-out;visibility:hidden}.tabs__item.active{display:block;opacity:1;visibility:visible}.authorization{margin-bottom:130px}.authorization__container{padding-left:0;padding-right:0}.authorization__breadcrumbs{background-color:#0b2f9f}.authorization__header{height:72px}.authorization__btn{background-color:#0b2f9f;border-bottom:11px solid #0b2f9f;color:#fff;font-size:18px;font-weight:300}.authorization__btn.active{border-bottom:11px solid #4f75ff;color:#fff}.authorization__content{margin-bottom:60px;padding-left:15px;padding-right:15px;width:100%}.authorization__text{color:#6c6b6b;display:block;font-size:14px;font-weight:400;line-height:1;margin-bottom:15px;margin-top:15px;text-align:center;width:100%}.authorization__btn-form{align-items:center;background-color:#fff;border:2px solid #0b2f9f;border-radius:5px;color:#0b2f9f;display:flex;font-size:14px;font-weight:700;height:50px;justify-content:center;line-height:1;width:100%}.password{display:flex;flex-wrap:wrap;width:100%}.password__title{align-items:center;background-color:#0b2f9f;border-bottom:11px solid #4f75ff;color:#fff;display:flex;font-size:18px;font-weight:300;height:72px;justify-content:center;text-transform:uppercase;width:100%}.password__box{display:flex;flex-wrap:wrap;padding-left:15px;padding-right:15px;width:100%}.password__icon{height:113px;margin:30px auto 40px;width:117px}.password__form{width:100%}.password__links{color:#8b7b7b;display:flex;font-size:14px;font-weight:400;justify-content:center;line-height:1;width:100%}.password__registration{color:#fd1212;font-weight:700;padding-right:5px;text-transform:uppercase}.password__autorization{color:#0b2f9f;font-weight:700;padding-left:5px;text-transform:uppercase}@media screen and (min-width:360px){.authorization__btn-form{margin:0 auto;width:330px}}@media screen and (min-width:440px){.authorization__content{margin:0 auto 60px;width:80%}.password__form{margin:0 15%;width:70%}.password__form .form__btn--remember{padding-left:25px;padding-right:25px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.password__links{font-size:18px}.password__icon{margin:50px auto 40px}}@media screen and (min-width:578px){.authorization__container{padding-left:15px}.authorization__header{border-bottom-left-radius:5px;border-bottom-right-radius:5px;overflow:hidden}}@media screen and (min-width:992px){.authorization{position:relative}.authorization--password:before{content:none!important}.authorization:before{background-color:#0b2f9f;content:"";height:210px;left:0;position:absolute;top:0;width:100%}.authorization__btn{border-bottom:6px solid #0b2f9f;font-size:30px}.authorization__btn.active{border-bottom:6px solid #4f75ff}.authorization__header{border-radius:0;margin:0 auto 17px;width:450px}.authorization__wrapper{background-color:#fff;border-radius:5px;box-shadow:0 1px 13px rgba(13,14,15,.17);display:flex;flex-wrap:nowrap;justify-content:center;padding:50px 30px;width:100%}.authorization__content{margin-bottom:0;width:80%}.authorization__benefits .benefits__item{width:100%}.authorization__tabs{padding-top:35px}.authorization__btn-form{width:400px}.password__box{margin:0 auto;width:600px}.password__title{position:relative;z-index:1}.password__title:before{background-color:#0b2f9f;content:"";height:72px;left:-150px;position:absolute;top:0;width:calc(100vw + 150px);z-index:-1}.authorization__wrapper{margin:0 auto;padding:50px;width:900px}.authorization__btn-form{transition-duration:.3s}.authorization__btn-form:hover{box-shadow:0 0 9px 5px hsla(0,1%,64%,.5)}}@media screen and (min-width:1560px){.authorization__container{display:flex;flex-wrap:wrap;justify-content:center}.authorization__header{justify-content:center;width:100%}.authorization__btn{width:225px}}
