@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap";/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}.header{color:#fafafa;padding:20px 0;position:static;top:0;left:0;width:100%;z-index:10000}.header .container{display:flex;justify-content:space-between;gap:30px;position:relative}.header .logo-bl{display:none}.header-content{width:85%;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px}.header-content ul{flex-wrap:wrap}.header-content .search-form{width:29%;min-width:290px;min-width:200px;border-radius:50px;background:rgba(230,230,230,1);padding:10px 20px;display:flex;align-items:flex-start;gap:15px}.search-form input,.search-form button{background:transparent}.search-form input{width:90%;height:100%;line-height:22px}.search-form input::placeholder{color:#3e3b3980}.header-content .contacts{width:50%}.header-content .socials{width:14%;justify-content:flex-end}.header-content .socials a img:last-child{display:none}.header-content .nav-menu{width:64%}.header-content .burger-menu{width:1%;min-width:25px;height:20px;position:relative;cursor:pointer}.burger-menu nav{display:none;width:185px;position:absolute;top:180%;left:0;background:rgba(250,250,250,1);padding:20px;border-radius:10px;box-shadow:0 4px 4px #3e3b391a;color:#3e3b39}.burger-nav-menu.active{display:block}.burger-menu ul li{padding:5px 0}.burger-menu li:hover>a{color:#f4ab1e;transition:all .5s ease}.header-content .green-btn{width:25%}.green-btn{padding:10px;background:rgba(35,141,70,1);color:#fafafa;border-radius:50px;font-weight:600;white-space:nowrap}.green-btn:hover{background:rgba(244,171,30,1);transition:background .5s ease}.header.white-bg{background-color:#fafafa;transition:all .5s ease;color:#3e3b39}.header.white-bg .logo-wh{display:none}.header.white-bg .logo-bl{display:block}.header.white-bg .contacts{color:#3e3b39}.header.white-bg .socials a{border:1.5px solid rgba(62,59,57,.15)}.header.white-bg .socials a:hover{background:rgba(62,59,57,.1)}.header.white-bg .socials svg path{fill:#3e3b39}.header.mobile-header{width:100%;height:100vh;background-color:#fafafa;transition:background .5s ease}.header.mobile-header .container{flex-wrap:wrap}.header.mobile-header .header-content{width:100%;top:80px;left:15px;flex-direction:column;align-items:flex-start}.header.mobile-header .logo-bl{display:block}.header.mobile-header .logo-wh{display:none}.header.mobile-header .search-form{display:flex;width:90%;min-width:250px;order:1;align-items:flex-start;gap:15px}.header.mobile-header .green-btn{display:block;width:250px;order:2}.header.mobile-header .nav-menu{display:block;color:#3e3b39;order:3;width:100%}.header.mobile-header .nav-menu>ul{flex-direction:column;width:100%}.header.mobile-header .nav-menu>ul>li>a{position:relative;display:block;width:100%}.header.mobile-header .nav-menu .dropdown-arrow{transform:rotate(0)}.header.mobile-header .nav-menu .dropdown-arrow:after{content:"❯";display:inline-block;margin-left:10px;font-size:15px;transform:rotate(90deg);position:absolute;top:0;color:#3e3b39}.header.mobile-header .nav-menu .dropdown-menu{position:static;display:block;opacity:0;max-height:0;overflow:hidden;box-shadow:none;padding:0 0 0 10px}.header.mobile-header .nav-menu .dropdown-menu.drop{opacity:1;max-height:max-content;transition:all .7s ease}.header.mobile-header .contacts{display:flex;color:#3e3b39;flex-direction:column;order:4}.header.mobile-header .socials{display:flex;order:5;justify-content:flex-start}.header.mobile-header .socials a{border:1px solid rgba(62,59,57,.15)}.header.mobile-header .socials svg path{fill:#000}.mobile-burger{display:none}@media (max-width: 1150px){.header{height:60px}.header-content .burger-menu{display:none}.mobile-burger{display:block;margin-left:auto}.mobile-burger img:first-child{display:block}.mobile-burger img:last-of-type{display:none}.header.mobile-header .mobile-burger img:first-child{display:none}.header.mobile-header .mobile-burger img:last-of-type{display:block}.mobile-burger{position:absolute;top:20px;right:15px;cursor:pointer}.burger-menu{display:none}.header .logo{width:97px;height:52px}.header .search-form,.header .green-btn,.header .nav-menu,.header .contacts,.header .socials{display:none}}@media (max-width: 620px){.header .contacts{gap:10px}.header .nav-menu{font-size:16px}}.banner{background-repeat:no-repeat;background-size:cover;background-position:center;padding:235px 0 175px;position:relative;top:-148px;left:0;z-index:1000}.banner-info{width:max-content;padding:70px 45px 70px 55px;background:rgba(250,250,250,.8);border-radius:10px;border-top:3px solid rgba(255,255,255,.8);border-left:3px solid rgba(255,255,255,.8)}.banner-info h2{max-width:440px;padding-bottom:10px;border-bottom:5px solid rgba(244,171,30,1)}.banner-info p{max-width:466px;margin-top:15px;margin-bottom:30px}@media (max-width: 620px){.banner{padding:110px 0;top:-63px}.banner-info{width:100%;display:flex;flex-direction:column;align-items:center;text-align:center;justify-content:center;padding:25px 18px;border-radius:6px}.banner-info h2{font-size:22px;text-align:center;line-height:26px;border-bottom:2.5px solid rgba(244,171,30,1)}.banner-info p{margin-top:10px;margin-bottom:20px}}.about{padding:100px 0 80px;margin-top:-148px}.about-wrapper{display:flex;gap:30px}.about-info{max-width:450px}.about-info h2{width:max-content;padding-bottom:10px;border-bottom:5px solid rgba(244,171,30,1)}.about-info p{margin-top:20px}.about-info .btn{margin-top:39px;display:inline-block}.about-imgs{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:285px 285px;gap:20px}.about-img2{grid-row:1 / 3;grid-column:2 / 3}.about-imgs img{width:100%;height:100%;object-fit:cover;border-radius:10px}@media (max-width: 1100px){.about{padding:40px 0}.about-wrapper{flex-direction:column}.about-info{max-width:100%}}@media (max-width: 620px){.about{margin-top:-64px}.about-info h2{border-bottom:2.5px solid rgba(244,171,30,1)}.about-info p{margin-top:10px}.about-info .btn{margin-top:20px}.about-imgs{grid-template-rows:111px 111px}}.news{padding:60px 0;background:rgba(244,244,244,1)}.title-block{display:flex;align-items:center;gap:30px;margin-bottom:25px}.news-wrapper{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px}.news-card{border-radius:10px;display:flex;flex-direction:column;justify-content:space-between;transition:all .5s ease;padding:10px}.news-card:hover{box-shadow:0 0 10px #00000080}.news-card:hover .read-btn,.news-card:hover .btn>svg>path{color:#f4ab1e;fill:#f4ab1e}.news-card-img{max-height:260px;height:100%}.news-card-img img{width:100%;height:100%;object-fit:cover;border-radius:10px}.news-date{display:inline-flex;align-items:center;gap:10px;margin-top:23px;margin-bottom:21px}.news-date span{font-weight:500;color:#f4ab1e}.btn.read-btn{border:none;padding-left:0;margin:auto auto 0 0}.read-btn img{margin-left:5px}@media (max-width: 1000px){.news-wrapper{grid-template-columns:1fr 1fr}}@media (max-width: 850px){.news{padding:20px 0 35px}.news-card{width:100%}.title-block{margin-bottom:10px}.news-date{margin-top:20px}.news-date img{width:16px}}@media (max-width: 500px){.news-wrapper{grid-template-columns:1fr}}.resources{padding:80px 0 40px}.resources .container{position:relative}.resources h2{margin-bottom:30px}.resource-card{display:block;width:100%;height:235px;border-radius:10px;overflow:hidden;cursor:pointer}.resource-card img{width:100%;height:100%;object-fit:cover;border-radius:10px}.resources .swiper-button-prev,.resources .swiper-button-next{color:#3e3b3980;width:55px;height:55px;border-radius:50%;background-color:transparent;border:1px solid rgba(62,59,57,.5);top:20px}.swiper-button-prev{left:450px!important}.swiper-button-next{left:520px!important}.swiper-button-prev svg,.swiper-button-next svg{width:auto!important;height:auto!important}.swiper-button-prev:hover,.swiper-button-next:hover{background-color:#ebebeb;border:none}.swiper-button-next:after,.swiper-button-prev:after{display:none}@media (max-width:620px){.resources{padding:40px 0 20px}.swiper-button-prev{left:400px}.swiper-button-next{left:480px}.resources .container{padding-bottom:65px}.resources .swiper-button-prev,.resources .swiper-button-next{top:auto;bottom:0;width:44px;height:44px}.swiper-button-prev{left:10px!important}.swiper-button-next{left:70px!important}.resources h2{margin-bottom:20px}.resource-card{height:116px}}.services{padding:40px 0 80px}.service-content{color:#fafafa;background-repeat:no-repeat;background-size:cover;background-position:left top;border-radius:10px;display:flex;flex-direction:column;justify-content:space-between;max-height:fit-content}#js-show-iframe-wrapper{border-radius:10px!important}.services p{max-width:295px;margin:10px 0 15px}.services button{margin:auto auto 0;color:#fafafa!important}.articles{padding:60px 0 75px;background:rgba(236,243,239,1)}.articles-wrapper{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:20px}.article-card{border-radius:10px;background-color:#fafafa;padding:20px 13px;border:1px solid rgba(62,59,57,.15);display:flex;flex-direction:column;justify-content:space-between;position:relative;cursor:pointer}.article-card:hover{box-shadow:0 0 10px #00000080;transition:box-shadow .5s}.article-card-text{display:flex;justify-content:space-between;align-items:self-start;gap:15px}.article-card-text img{padding-top:8px}.article-img{width:100%;margin:auto auto 0;max-height:190px;height:100%}.article-img img{width:100%;height:100%;object-fit:cover;border-radius:10px}.article-card h5{max-width:100%;display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.article-card h5>img{margin-top:8px}@media (max-width: 1000px){.articles-wrapper{grid-template-columns:1fr 1fr 1fr}}@media (max-width: 770px){.articles-wrapper{grid-template-columns:1fr 1fr}}@media (max-width: 620px){.articles{padding:20px 0 30px}.article-card{padding:10px}.article-card h5{flex-direction:column-reverse;align-items:flex-end;font-size:16px;line-height:22px;margin-bottom:10px;hyphens:auto;-moz-hyphens:auto;-webkit-hyphens:auto;-ms-hyphens:auto}}@media (max-width: 500px){.articles-wrapper{grid-template-columns:1fr}}.footer-top{padding:45px 0 75px;color:#3e3b39;display:flex;justify-content:space-between;align-items:flex-start;gap:50px}.footer-top .nav-menu>ul{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:repeat(4,1fr)}.footer-top .contacts{max-width:195px;color:#3e3b39;flex-direction:column}.footer-bottom{padding:25px 0;border-top:1px solid rgba(62,59,57,.15);display:flex;justify-content:space-between;align-items:center;color:#3e3b3966;font-size:15px}.footer-bottom .socials a{border:1.5px solid rgba(62,59,57,.15)}.footer-bottom .socials a:hover{background:rgba(62,59,57,.1)}.development{display:flex;gap:15px;font-size:12px;line-height:16px;letter-spacing:0em}.development p{display:flex;flex-direction:column;justify-content:space-between}@media (max-width: 900px){.footer-top{flex-direction:column;gap:30px}.footer-bottom{flex-direction:column;align-items:flex-start;gap:20px}.footer-top .contacts{max-width:100%;gap:10px}}@media (max-width: 620px){.footer{padding:30px 0 20px}.footer-top{padding:0 0 30px}.footer .logo{width:97px;height:52px}.footer-top .nav-menu ul{grid-template-columns:1fr}.footer-bottom{font-size:12px}}.management{padding-top:50px;padding-bottom:80px}.breadcrumb{margin-bottom:20px}.breadcrumb ul{display:flex;gap:10px;color:#11111180}.breadcrumb ul li.active{color:#111}.managers-wrapper{display:grid;grid-template-columns:49% 49%;gap:30px}.manager-card{border:1px solid rgba(62,59,57,.15);border-radius:10px;padding:20px;display:flex;gap:20px}.manager-card:hover{box-shadow:0 0 10px #00000080;transition:box-shadow .5s}.manager-img{width:209px;border-radius:10px}.manager-img img{width:209px;height:315px;object-fit:cover;border-radius:10px}.manager-card h3{font-weight:700;margin-bottom:20px}.manager-card h3 span{display:block;color:#f4ab1e;font-weight:500;font-size:20px;line-height:27px}.manager-info ul{display:flex;flex-direction:column;gap:10px;margin-bottom:30px}.manager-card:hover .btn,.manager-card:hover .btn>svg>path{color:#f4ab1e;fill:#f4ab1e;transition:all .5s ease}@media (max-width: 1400px){.container{max-width:970px}.managers-wrapper{grid-template-columns:100%}}@media (max-width: 1150px){.managers-wrapper{grid-template-columns:100%}.manager-card h3{max-width:max-content}.manager-info{display:flex;flex-direction:column}.manager-info .btn{margin:auto auto 0 0}}@media (max-width: 620px){.management{padding-bottom:20px}.managers-wrapper{gap:20px}.manager-card{padding:10px;gap:10px}.manager-img{width:103px}.manager-img img{width:103px;height:156px}.manager-card h3{margin-bottom:10px}.manager-card h3 span{font-size:12px;margin-bottom:10px;line-height:16px}.manager-card ul{margin-bottom:0}.manager-card .btn{display:none}}@media (max-width: 440px){.breadcrumb{margin-bottom:10px}.management .title-block{flex-direction:column;align-items:flex-start;gap:20px;margin-bottom:20px}}.teachers{padding:50px 0 80px}.teachers-wrapper{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.teacher-card{transition:all .5s ease;padding:10px;border-radius:10px}.teacher-card:hover{box-shadow:0 0 10px #00000080}.teacher-img{width:100%;aspect-ratio:1/1.5;margin-bottom:20px}.teacher-img img{width:100%;height:100%;object-fit:cover;border-radius:10px}.teacher-card h5{margin-bottom:0}.teacher-card:hover h5{color:#f4ab1e}@media (max-width: 1150px){.teacher-card{min-width:138px}.teachers-wrapper{gap:10px}}@media (max-width: 1000px){.title-block{flex-direction:column;align-items:flex-start;gap:15px}}@media (max-width: 910px){.teachers-wrapper{grid-template-columns:repeat(3,1fr)}}@media (max-width: 620px){.breadcrumb ul{gap:4px}.teachers{padding:40px 0 60px}.teachers-wrapper{grid-template-columns:repeat(2,1fr)}.teacher-card{padding:5px 10px 0}.teacher-img{margin-bottom:10px}.teacher-card h5{line-height:20px}}.teacher{padding:50px 0 80px}.teacher-block{margin-top:30px;display:flex;gap:30px}.teacher-block-img{width:384px;min-width:300px;overflow:hidden;border-radius:10px}.teacher-block-img img{width:100%;height:100%;object-fit:cover;border-radius:10px}.teacher-block-info h2{font-size:40px}.teacher-block-info h1 span{display:block;color:#f4ab1e;font-size:25px;font-weight:700;text-transform:initial}.teacher-block-info ul{display:flex;flex-direction:column;gap:18px;margin-top:25px}.teacher-block-info ul p{color:#3e3b39b3;display:flex;align-items:flex-start;justify-content:flex-start}.teacher-block-info ul span{color:#3e3b39;display:inline-block;margin-left:10px}.teacher-block-info .btn{display:block;margin-top:30px}.shedule{position:fixed;top:-200%;left:0;z-index:1000;width:100%;height:100%;padding:0 15px;background:rgba(62,59,57,.5);display:flex;justify-content:center;align-items:center}.shedule-block{width:90%;background:rgba(250,250,250,1);padding:40px;display:flex;flex-direction:column;border-radius:10px}.shedule-block h2{font-size:40px;text-align:center;margin-bottom:50px}.shedule-block table{border-spacing:0px}.shedule-block table th{border-bottom:1px solid rgba(62,59,57,1);border-collapse:collapse;text-align:left;color:#3e3b3980;font-size:20px;font-weight:400;padding-bottom:10px;padding-right:15px}.shedule-block table td{border-top:1px solid rgba(62,59,57,.3);padding:15px 15px 15px 0;vertical-align:top;color:#3e3b39;font-size:20px;font-weight:500}.shedule-block table td span{display:block}@media (max-width: 900px){.shedule-block{width:100%;padding:20px}.shedule-block h2{font-size:22px;margin-bottom:20px}.shedule-block table th{font-size:16px}.shedule-block table td{font-size:12px}}@media (max-width: 750px){.teacher{padding-bottom:20px}.teacher .breadcrumb ul{flex-wrap:wrap}.teacher-block{flex-direction:column;position:relative;gap:20px}.teacher-block-img{width:100%;min-width:0}.teacher-block-info{margin-top:0}.teacher-block h2{position:absolute;top:0;left:0;font-size:22px}.teacher-block h1 span{font-size:16px}.teacher-block-info ul{margin-top:0;gap:10px}.teacher-block .shedule h2{position:static}}@media (max-width: 650px){.shedule-block .x-btn{margin-bottom:0}.shedule-block h2{font-size:19px}.shedule-block table th{font-size:10px;hyphens:auto;-moz-hyphens:auto;-webkit-hyphens:auto;-ms-hyphens:auto}.shedule-block table td{padding:5px 10px 5px 0;font-size:10px;hyphens:auto;-moz-hyphens:auto;-webkit-hyphens:auto;-ms-hyphens:auto}}@media (max-width: 550px){.shedule{overflow-y:scroll;align-items:flex-start;padding:50px 15px}.shedule-table thead{display:none}.shedule-table tr{margin-bottom:10px}.shedule-table tr,.shedule-table td{display:block;border:1px solid rgba(62,59,57,.15);text-align:right}.shedule-table td:before{content:attr(data-label);float:left;font-weight:700;text-align:left}.shedule-table td[data-label=Дата]{background-color:#3e3b3926}}.contact-section{padding:50px 0}.contact-form{margin:40px 0;padding:40px 30px;border-radius:10px;border:1px solid rgba(62,59,57,.15)}.contact-form h2{font-size:40px}.contact-form>span{display:block;margin-top:20px;margin-bottom:35px}.contact-form form{width:100%;display:grid;grid-template-columns:1fr 1fr;column-gap:30px;row-gap:35px}.x-btn{background-color:transparent;font-size:35px;color:#3e3b3980;transform:rotate(45deg);align-self:flex-end;margin-bottom:20px}.contact-form input,#question-popup input,.contact-form textarea{border:0;width:100%;height:42px;border-bottom:1px solid rgba(62,59,57,.3);background-color:transparent;font-size:20px;padding:0}.contact-form textarea{resize:none}.contact-form label{display:flex;align-items:center;gap:20px}.contact-form label span{max-width:288px}.contact-form label a{text-decoration:underline}.contact-form input[type=checkbox]{width:20px;margin-bottom:0}.contact-form .green-btn,#question-popup .green-btn{width:100%;margin:auto auto 0;font-size:20px}#question-popup .feedback-popup__item{margin-bottom:10px}#question-popup .green-btn{margin:10px 0}#question-popup label a{text-decoration:underline}#question-popup{max-width:500px;width:100%}@media (max-width: 780px){.contact-section{padding:40px 0 30px}.contact-form{padding:20px;text-align:center}.contact-form form{grid-template-columns:1fr;font-size:12px;row-gap:15px}.contact-form h2{font-size:22px;text-align:center}.contact-form>span{margin-bottom:20px;margin-top:10px}.contact-form input,.contact-form textarea{font-size:12px}.contact-form label{gap:10px;justify-content:center;text-align:left}}*{margin:0;padding:0;border:0;box-sizing:border-box}*,*:before,*:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}:focus,:active{outline:none}a:focus,a:active{outline:none}nav,footer,header,aside{display:block}html,body{height:100%;width:100%;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%}input,button,textarea{font-family:inherit}input::-ms-clear{display:none}button{cursor:pointer;text-align:center}button::-moz-focus-inner{padding:0;border:0}a,a:visited{text-decoration:none;color:inherit}a:hover{text-decoration:none}ul li{list-style-type:none}h1,h2,h3,h4,h5,h6{font-style:inherit}@font-face{font-family:Involve;src:url(/build/assets/Involve-Bold-5790ea0a.ttf) format("truetype");font-weight:700;font-style:normal}html{scroll-behavior:smooth}body{font-family:Manrope,sans-serif;font-style:normal;background-color:#fafafa;font-size:16px;line-height:22px;color:#3e3b39}body.no-scroll{overflow:hidden}.layout{display:flex;flex-direction:column}.container{max-width:1224px;margin:0 auto;padding:0 12px}header{flex-shrink:0}.logo{margin-left:-28px;width:172px}.logo img{width:172px}.contacts{display:flex;gap:20px;color:#ffffff80}.contacts .mail{color:#238d46;opacity:1}.contacts .phone{white-space:nowrap}.contacts .phone,.contacts .mail{border-bottom:1px solid transparent;transition:all .5s ease}.contacts .mail:hover{border-bottom-color:#238d46}.contacts .phone:hover{border-bottom-color:inherit}.socials{display:flex;gap:10px}.socials a{width:43px;height:43px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid rgba(255,255,255,.5)}.socials a:hover{background-color:#ffffff1a;transition:all .5s ease}.nav-menu>ul{display:flex;justify-content:space-between;gap:10px;font-weight:500;white-space:nowrap}.nav-menu>ul>li{position:relative}.nav-menu>ul>li:hover>a{opacity:.5;transition:all .5s ease}.dropdown-menu{display:none;position:absolute;top:100%;left:0;background:rgba(250,250,250,1);padding:20px;border-radius:10px;box-shadow:0 4px 4px #3e3b391a;color:#3e3b39;z-index:1}.dropdown-menu li{padding:5px 0}.dropdown-menu li:hover>a{color:#f4ab1e;transition:all .5s ease}.nav-menu>ul>li:hover .dropdown-menu{display:initial}main{background-color:#fafafa;flex-grow:1;position:relative}h1,h2{font-family:Involve;font-size:40px;font-weight:700;line-height:48px;letter-spacing:0em;text-align:left;text-transform:uppercase}h3{max-width:341px;font-size:25px;font-weight:600;line-height:32px;letter-spacing:0em;margin-bottom:10px}h4{font-family:Involve;font-size:30px;font-weight:600;line-height:36px;letter-spacing:0em}h5{max-width:205px;font-size:20px;font-weight:600;line-height:27px;letter-spacing:0em;margin-bottom:25px}.btn{background:transparent;border-radius:65px;border:2px solid rgba(62,59,57,.1);font-size:20px;font-weight:600;padding:10px 25px;white-space:nowrap}.btn:hover{color:#f4ab1e;border-color:#f4ab1e;transition:all .5s ease}.btn svg{margin-left:10px}.btn:hover svg path{fill:#f4ab1e;transition:all .5s ease}.btn.apply-btn{border:none;padding:17px 15px}footer{flex-shrink:0}@media (max-width: 1150px){.logo{margin-left:-12px}.logo img{width:97px}}@media (max-width: 620px){body{font-size:12px;line-height:17px;letter-spacing:0em}h1,h2{font-size:22px;line-height:26px}h3{font-size:16px;line-height:21px}h5{font-size:16px;margin-bottom:18px}.btn{font-size:16px;padding:10px 25px;border-radius:30px}.btn svg{width:10px;height:10px;margin-left:4px}.nav-menu>ul>li:hover>a{opacity:1}.dropdown-menu{white-space:initial}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA) format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - var(--swiper-navigation-size) / 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}*,*:before,*:after{box-sizing:border-box}.fancybox-slide--html{padding:0}body{min-height:100vh;scroll-behavior:smooth;text-rendering:optimizeSpeed}a:not([class]){text-decoration-skip-ink:auto}article>*+*{margin-top:1em}.wrapper{min-height:100%;overflow:hidden}.wrapper.page-content footer{margin-top:60px}body{font-family:Manrope,sans-serif}html.lock{overflow:hidden}html:not(.special){opacity:1!important}.about{padding-bottom:80px}.about-heading{margin-bottom:35px}.about-heading a{display:inline-flex;align-items:center;font-family:Manrope,sans-serif;font-size:36px;font-style:normal;font-weight:700;line-height:normal;color:#374151;transition:all .3s ease}.about-heading a:after{content:"";margin-left:12px;width:40px;height:40px;background:url(/build/assets/heading-arrow-ce861b50.svg)}.about-heading a:hover{color:#5065ce}.about-content p{font-family:Manrope,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:145%;margin-bottom:10px;color:#374151}.advantages{padding-bottom:80px}.advantages-heading{margin-bottom:35px;font-family:Manrope,sans-serif;font-size:36px;font-style:normal;font-weight:700;line-height:normal;color:#374151}.advantages-list{display:flex;flex-wrap:wrap;margin:0 -15px}.advantages-item{display:flex;align-items:center;justify-content:center;flex-direction:column;margin:0 15px 30px;flex:0 0 calc(25% - 30px)}.advantages-item__ico{display:block;height:50px;width:50px;margin-bottom:10px}.advantages-item__text{font-size:18px;font-family:Manrope,sans-serif;text-align:center;font-style:normal;font-weight:700;line-height:normal;color:#111827}.album-content{display:flex;flex-wrap:wrap;margin:0 -3px 42px}.album-item{position:relative;flex:0 0 calc(25% - 6px);height:345px;margin:0 3px 6px}.album-item img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.articles__img{margin-top:20px;margin-bottom:20px;width:100%;height:300px;max-width:430px}.articles__img img{width:100%;height:100%;object-fit:contain;object-position:left;border-radius:15px}.articles-list{display:flex;flex-wrap:wrap;margin:0 -18px}.articles-item{position:relative;flex:0 0 calc(33.33% - 36px);height:255px;margin:0 18px 36px;border-radius:4px;overflow:hidden;z-index:1}.articles-item img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1}.articles-content{position:absolute;padding:0 24px 24px;left:0;bottom:0}.articles-content__heading{color:#111827;font-family:Manrope,sans-serif;font-size:18px;font-style:normal;font-weight:700;line-height:normal;margin-bottom:16px}.articles-content__date{color:#6b7280;font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.brands{padding-bottom:80px}.brands-heading{margin-bottom:35px}.brands-heading a{display:inline-flex;align-items:center;font-family:Manrope,sans-serif;font-size:36px;font-style:normal;font-weight:700;line-height:normal;color:#374151;transition:all .3s ease}.brands-heading a:after{content:"";margin-left:12px;width:40px;height:40px;background:url(/build/assets/heading-arrow-ce861b50.svg)}.brands-heading a:hover{color:#5065ce}.brands-list{height:210px}.brands-item{position:relative;width:100%;height:90px}.brands-item img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain}.breadcrumbs{display:flex;margin:32px 0 20px;flex-wrap:wrap}.breadcrumbs-item{display:flex;align-items:center}.breadcrumbs-item a,.breadcrumbs-item span{font-family:Manrope,sans-serif;color:#11111180;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.breadcrumbs-item a{color:#5065ce}.breadcrumbs-item span{color:#11111180}.breadcrumbs-item .active{color:#111}.breadcrumbs-item:not(:last-child):after{content:">";margin:0 5px;color:#11111180;font-family:Manrope,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.cart-content{display:flex;align-items:flex-start}.cart-content__left{flex:0 0 1000px;margin-right:70px}.cart-content__right{flex:1 1 auto;padding:32px 16px;border-radius:2px;border:2px solid #F3F4F6}.cart-item{display:flex;justify-content:space-between;align-items:flex-start}.cart-item__img{display:block;position:relative;flex:0 0 200px;height:200px;margin-right:30px}.cart-item__img img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.cart-item__info{flex:0 0 400px;margin-right:30px}.cart-item__link{display:inline-block;font-family:Manrope,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:normal;color:#111827;margin-bottom:24px}.cart-item__offer{margin-bottom:24px}.cart-item__offer p{font-family:Manrope,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:normal;color:#374151;margin-bottom:8px}.cart-item__delete{font-family:Manrope,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:normal;color:#e32525;cursor:pointer}.cart-item__count{display:flex;flex:0 0 100px;margin-right:100px}.cart-item__count button{display:flex;align-items:center;justify-content:center;height:24px;width:24px;padding:0;outline:0;border:0;background-color:unset;cursor:pointer}.cart-item__count input{text-align:center;margin:0 6px;width:100%;height:100%;font-family:Roboto;font-size:18px;font-style:normal;font-weight:500;line-height:normal;padding:0;outline:0;border:0;background-color:unset}.cart-item__price{flex:1 1 auto}.cart-item__price_new{font-family:Manrope,sans-serif;font-size:24px;font-style:normal;font-weight:700;line-height:normal;color:#111827;text-align:right;margin-bottom:4px}.cart-item__price_old{font-family:Manrope,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:normal;text-decoration:line-through;text-align:right;color:#6b7280}.cart-item:not(:last-child){margin-bottom:34px}.cart-total__content{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.cart-total__content_left{font-family:Manrope,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.cart-total__content_right{font-family:Manrope,sans-serif;font-size:16px;font-style:normal;font-weight:400;text-align:right;line-height:normal}.cart-total__content_right.discount{color:#e32525}.cart-total__content.cart-total__price .cart-total__content_left{color:#111827;font-family:Manrope,sans-serif;font-size:18px;font-style:normal;font-weight:700;line-height:normal}.cart-total__content.cart-total__price .cart-total__content_right{color:#111827;font-family:Manrope,sans-serif;text-align:right;font-size:18px;font-style:normal;font-weight:700;line-height:normal}.cart-line{width:100%;height:1px;background:#F3F4F6;margin-bottom:24px}.cart-buy{display:block;width:100%;border-radius:2px;padding:10px 0;text-align:center;color:#fff;background:#374FC7;margin-bottom:16px;transition:all .3s ease}.cart-buy:hover{color:#fff;background:#5065CE}.cart-flush{display:block;width:100%;border-radius:2px;padding:10px 0;text-align:center;color:#374fc7;background:transparent;margin-bottom:16px;border:1px solid #374FC7;transition:all .7s ease}.cart-flush:hover{color:#fff;background:#E32525;border:1px solid #E32525;cursor:pointer}.cart-buy__description{color:#374151;font-family:Manrope,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:normal}.cart-popup__container{position:fixed;top:0;bottom:0;left:0;right:0;display:flex;background:rgba(0,0,0,.7);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:1000}.cart-popup__container .cart-popup{padding:30px;background:#fff;margin:auto;width:450px}.cart-popup__container .cart-popup__heading{font-family:Manrope,sans-serif;font-size:24px;font-style:normal;text-align:center;font-weight:700;line-height:normal;color:#000;margin-bottom:32px}.cart-popup__container .cart-popup__content{display:flex;justify-content:space-between;align-items:center}.cart-popup__container .cart-popup__submit{flex:0 0 calc(50% - 8px);text-align:center;padding:10px 0;display:block;font-family:Manrope,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:normal;background:#374FC7;color:#fff;transition:all .3s ease}.cart-popup__container .cart-popup__submit:hover{color:#fff;background:#3147b3;cursor:pointer}.cart-popup__container .cart-popup__close{flex:0 0 calc(50% - 8px);text-align:center;padding:10px 0;display:block;font-family:Manrope,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:normal;background:#CE5A50;color:#fff;transition:all .3s ease}.cart-popup__container .cart-popup__close:hover{color:#fff;background:#b34e45;cursor:pointer}.products-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.products-head h1{margin-bottom:0}.products-content{display:flex;justify-content:space-between}.products-content_left{flex:0 0 230px}.products-content_right{flex:0 0 calc(100% - 270px)}.products-menu{margin-bottom:80px}.products-menu>ul{list-style-type:none;padding-left:0;margin:0}.products-menu>ul>li>a{color:#1c2864;font-family:Manrope,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:normal}.products-menu ul li{margin-bottom:12px}.products-menu ul ul{list-style-type:none;padding-left:20px;margin-bottom:0;margin-top:16px}.products-menu .has-sub-menu{display:flex;justify-content:space-between;flex-wrap:wrap}.products-menu .has-sub-menu ul{flex:0 0 100%}.products-menu .sub-menu__arrow{display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.products-menu .sub-menu{display:none}.products-menu .sub-menu__arrow.active{transform:rotate(180deg)}.products-sorter{display:flex;column-gap:24px;margin-bottom:32px}.products-sorter div,.products-sorter a{color:#6b7280;font-family:Manrope,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:normal}.products-filter__head{display:flex;justify-content:space-between;margin-bottom:30px}.products-filter__heading{color:#1c2864;font-family:Manrope,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:normal}.products-filter__body{display:none}.products-filter__item__arrow{display:flex;justify-content:center;align-items:center;transition:all .3s ease;cursor:pointer}.products-filter__item__arrow.active{transform:rotate(180deg)}.products-filter__item:not(:last-child){margin-bottom:30px}.products-filter__name{display:flex;justify-content:space-between;align-items:center}.products-filter__text{color:#1c2864;font-family:Manrope,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:normal}.products-filter__content{padding-top:20px}.products-filter__arrow{display:flex;align-items:center;justify-content:center;transition:all .3s ease;cursor:pointer}.products-filter__arrow.active{transform:rotate(180deg)}.products-filter-item__arrow{display:flex;align-items:center;justify-content:center;transition:all .3s ease;cursor:pointer}.products-filter-item__arrow.active{transform:rotate(180deg)}.slider-price-inputs{margin-top:20px}#slider-price{margin:0 10px}.slider-price-inputs{display:flex;justify-content:space-between}.slider-price-inputs-item{flex:0 0 calc(50% - 8px)}.slider-price-inputs-item input{width:100%;height:100%;padding:10px;border-radius:2px;border:2px solid #D1D5DB;outline:0!important;color:#6b7280;font-family:Manrope,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.slider-price-inputs-item input::-webkit-outer-spin-button,.slider-price-inputs-item input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.products-filter__category:not(:last-child){margin-bottom:16px}.products-filter__category input{display:none}.products-filter__category label{position:relative;padding-left:32px;cursor:pointer}.products-filter__category label:before{content:"";position:absolute;top:0;left:0;width:20px;height:20px;border:2px solid #D1D5DB;border-radius:5px;transition:all .3s ease}.products-filter__category input:checked+label:before{background:#1C2864;border:0}.products-filter__category input:checked+label:after{content:"";position:absolute;top:4px;left:4px;width:20px;height:20px;background:url(/build/assets/filter-checkmark-6ebd68f4.svg) no-repeat}.products-filter__content.round label:before{content:"";position:absolute;top:0;left:0;width:20px;height:20px;border:2px solid #D1D5DB;border-radius:50%;transition:all .3s ease}.products-filter__content.round input:checked+label:before{background:#1C2864}.products-filter__content.round input:checked+label:after{content:"";position:absolute;top:3px;left:3px;width:14px;height:14px;border:3px solid #FFF;border-radius:50%;background:unset;transition:all .3s ease}.products-filter__content_mobile.round label:before{content:"";position:absolute;top:0;left:0;width:20px;height:20px;border:2px solid #D1D5DB;border-radius:50%;transition:all .3s ease}.products-filter__content_mobile.round input:checked+label:before{background:#1C2864}.products-filter__content_mobile.round input:checked+label:after{content:"";position:absolute;top:3px;left:3px;width:14px;height:14px;border:3px solid #FFF;border-radius:50%;background:unset;transition:all .3s ease}.products-filter__btns{margin-top:60px}.products-filter__btns button{font-family:Manrope,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:normal;padding:10px;width:100%;border:0;border-radius:2px;color:#374fc7;border:1px solid #374FC7;background:#FFF;cursor:pointer;transition:all .3s ease}.products-filter__btns button:hover{background:#374FC7;color:#fff}.products-filter__btns button:not(:last-child){margin-bottom:15px}.products-list{display:flex;flex-wrap:wrap;margin:0 -7px}.products-item{margin:0 7px 14px;flex:0 0 calc(25% - 14px)}.products-item__img{display:block;position:relative;width:100%;height:250px;overflow:hidden}.products-item__img img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:all .3s ease}.products-item__img:hover img{scale:1.2}.products-item__content{padding:8px 10px 20px}.products-item__price{display:flex;align-items:center;margin-bottom:8px}.products-item__price_new{margin-right:15px;font-family:Manrope,sans-serif;font-size:24px;font-style:normal;font-weight:700;line-height:normal;color:#111827}.products-item__price_old{font-family:Manrope,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:normal;text-decoration:line-through;color:#6b7280}.products-item__title{margin-bottom:35px;font-family:Manrope,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:150%;height:48px;overflow:hidden;color:#374151}.products-item__title a{transition:all .3s ease}.products-item__title a:hover{color:#5065ce}.products-item__btn{display:block;text-align:center;padding:10px;font-size:16px;font-family:Manrope,sans-serif;font-style:normal;font-weight:400;line-height:normal;border-radius:2px;border:1px solid #5065CE;background:#FFF;color:#5065ce;transition:all .3s ease}.products-item__btn:hover{color:#374151;border-color:#374151;cursor:pointer}.products-filter__btn_mobile{display:none;position:relative;padding-left:32px;color:#374151;font-family:Manrope,sans-serif;font-size:18px;font-style:normal;font-weight:700;line-height:normal}.products-filter__btn_mobile:before{position:absolute;content:"";left:0;top:0;width:24px;height:24px;background:url(/build/assets/products-filter__btn_mobile-d5b6a01d.svg)}.products-filter__name_mobile{margin-bottom:20px}.filter-mobile{display:none;width:100%;height:100%}.products-filter__heading_mobile{font-family:Manrope,sans-serif;font-size:36px;font-style:normal;font-weight:700;line-height:normal;color:#111827;margin-bottom:60px}.categories{padding-bottom:80px}.categories-heading{margin-bottom:35px}.categories-heading a{display:inline-flex;align-items:center;font-family:Manrope,sans-serif;font-size:36px;font-style:normal;font-weight:700;line-height:normal;color:#374151;transition:all .3s ease}.categories-heading a:after{content:"";margin-left:12px;width:40px;height:40px;background:url(/build/assets/heading-arrow-ce861b50.svg)}.categories-heading a:hover{color:#5065ce}.categories-list{display:flex;flex-wrap:wrap;margin:0 -15px}.categories-item{margin:0 15px 30px;flex:0 0 calc(25% - 30px)}.categories-item__img{display:block;position:relative;width:100%;height:250px;overflow:hidden}.categories-item__img img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:all .3s ease}.categories-item__img:hover img{scale:1.2}.categories-item__content{padding:15px 20px 20px}.categories-item__price{display:flex;align-items:center;margin-bottom:8px}.categories-item__price_new{margin-right:15px;font-family:Manrope,sans-serif;font-size:24px;font-style:normal;font-weight:700;line-height:normal;color:#111827}.categories-item__price_old{font-family:Manrope,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:normal;text-decoration:line-through;color:#6b7280}.categories-item__title{font-family:Manrope,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:150%;height:48px;overflow:hidden;color:#374151}.categories-item__title a{transition:all .3s ease}.categories-item__title a:hover{color:#5065ce}.categories-item__btn{display:block;text-align:center;width:115px;padding:10px;font-size:16px;font-family:Manrope,sans-serif;font-style:normal;font-weight:400;line-height:normal;border-radius:2px;border:1px solid #5065CE;background:#FFF;color:#5065ce}.categories-list__more{display:flex;align-items:center;justify-content:center;font-family:Manrope,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:normal;width:210px;margin:0 auto;border-radius:2px;padding:10px 0;color:#374fc7;border:1px solid #374FC7;background:#ffffff;cursor:pointer}.categories-list__more:after{content:"";width:15px;height:12px;margin-left:5px;background:url(/resources/images/categories-list__more.svg) no-repeat}.error-code{color:#374151;text-align:center;font-family:Manrope,sans-serif;font-size:200px;font-style:normal;font-weight:700;line-height:normal}.error-title{color:#111827;text-align:center;font-family:Manrope,sans-serif;font-size:34px;font-style:normal;font-weight:700;line-height:normal;margin-bottom:16px}.error-description{color:#111827;text-align:center;font-family:Manrope,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:145%;margin-bottom:32px}.error-btn{display:block;width:200px;padding:10px 0;color:#fff;font-family:Manrope,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:normal;text-align:center;margin:0 auto;border-radius:2px;background:#374FC7;cursor:pointer;transition:all .3s ease}.error-btn:hover{color:#fff;background:#5065CE}.faq-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px}.faq-head h1{margin-bottom:0}.faq-head .faq-btn{display:block;padding:10px 30px;color:#fff;font-family:Manrope,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:normal;border-radius:2px;background:#374FC7;cursor:pointer}#feedback-popup{width:420px}.feedback-popup__heading{font-family:Manrope,sans-serif;font-size:24px;text-align:center;font-style:normal;font-weight:700;line-height:normal;color:#111827;margin-bottom:44px}.feedback-popup__privacy{font-family:Manrope,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:32px;color:#374151}.feedback-popup__privacy a{font-family:Manrope,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:32px;color:#374fc7}.faq-content{display:grid;margin-bottom:40px}.faq-item:not(:last-child){margin-bottom:24px}.faq-item{display:flex;padding:32px 50px;width:70%}.faq-item__ico{flex:0 0 42px;margin-right:32px}.faq-item__text{flex:1 1 auto}.faq-item__title{color:#000;font-family:Manrope,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:16px}.faq-item__description{color:#333;font-family:Manrope,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:145%}.question{justify-self:start;background:#D1D5DB;border-radius:10px}.answer{justify-self:end;border-radius:10px;border:1px solid rgb(244,171,30);background:#FFF}.answer .faq-item__ico{order:2;margin-right:0;margin-left:32px}.answer .faq-item__text{order:1}.footer__policy{display:flex;flex-direction:column;align-items:center}.footer__policy a{transition:.3s ease}.footer__policy a:hover{color:#f4ab1e}.footer__kontur{display:flex;-webkit-column-gap:18px;-moz-column-gap:18px;column-gap:18px;align-items:center}.footer__link{font-size:12px}.footer__kontur-left{display:flex;flex-direction:column;margin-bottom:4px}.footer-content_top{display:flex;justify-content:space-between;padding-bottom:30px;border-bottom:1px solid rgba(255,255,255,.2)}.footer-content_bottom{padding-top:20px;display:flex}.footer-logo{flex:0 0 150px}.footer-logo a{display:block}.footer-contacts{flex:0 0 250px}.footer-phones{position:relative;margin-bottom:10px}.footer-phone{display:flex;align-items:center}.footer-phone__ico svg{display:block;width:20px;height:20px}.footer-phone .footer-phone__text{color:#fff;font-size:16px;font-family:Manrope,sans-serif;font-style:normal;font-weight:500;line-height:normal;margin:0 5px;transition:all .3s ease}.footer-phone__more{cursor:pointer}.footer-phone__more svg{display:block;width:12px;height:12px}.footer-phone__more svg path{transition:all .3s ease}.footer-phone__content{display:none;position:absolute;top:calc(100% + 5px);left:20px;padding:8px 12px;background-color:#fff;transition:all .3s ease}.footer-phone__content.active{display:block}.footer-phone__item a{color:#111827;font-family:Manrope,sans-serif;font-size:16px;font-style:normal;font-weight:700;line-height:normal;transition:all .3s ease}.footer-phone__item a:hover,.footer-phones:hover .footer-phone__text{color:#5065ce}.footer-phones:hover .footer-phone__more svg path{stroke:#5065ce}.footer-callback{margin-bottom:20px}.footer-callback a{display:block;padding:10px;color:#fff;font-size:16px;text-align:center;font-family:Manrope,sans-serif;font-style:normal;font-weight:400;line-height:normal;border-radius:2px;background:#374FC7;max-width:180px;transition:all .3s ease}.footer-callback a:hover{background:#374151}.footer-email{display:flex;align-items:center;margin-bottom:20px}.footer-email__ico svg{display:block;width:20px;height:20px}.footer-email__text{color:#fff;font-size:16px;font-family:Manrope,sans-serif;font-style:normal;font-weight:500;line-height:normal;margin-left:5px;transition:all .3s ease}.footer-email__text:hover{color:#5065ce}.footer-addresss{display:flex}.footer-addresss__ico svg{display:block}.footer-addresss__text{color:#fff;font-size:16px;font-family:Manrope,sans-serif;font-style:normal;font-weight:500;line-height:normal;margin-left:5px}.footer-catalog .menu a{color:#fff;font-size:14px;font-family:Manrope,sans-serif;font-style:normal;font-weight:400;line-height:normal;transition:all .3s ease}.footer-catalog .menu a:hover{color:#5065ce}.footer-catalog .menu li:not(:last-child){margin-bottom:15px}.footer-menu .menu a{color:#fff;font-size:14px;font-family:Manrope,sans-serif;font-style:normal;font-weight:400;line-height:normal;transition:all .3s ease}.footer-menu .menu a:hover{color:#5065ce}.footer-menu .menu li:not(:last-child){margin-bottom:15px}.footer-socials{margin-bottom:40px}.footer-socials__list{display:flex;align-items:center}.footer-socials__item svg{display:block;width:37px;height:37px}.footer-socials__item svg path{transition:all .3s ease}.footer-socials__item:not(:last-child){margin-right:15px}.footer-messengers__list{display:flex}.footer-messengers__list .whatsApp{display:flex;justify-content:center;align-items:center;width:36px;height:36px;border-radius:100%;background:#37D449}.footer-messengers__list .viber{display:flex;justify-content:center;align-items:center;width:36px;height:36px;border-radius:100%;background:#794E9B}.footer-messengers__list .footer-messengers__item:not(:last-child){margin-right:15px}.footer-left{flex:0 0 250px;margin-right:auto}.footer-copyright{font-size:14px;font-family:Manrope,sans-serif;margin-bottom:15px;font-style:normal;font-weight:400;line-height:normal;color:#fff}.footer-privacy a{font-size:14px;font-family:Manrope,sans-serif;font-style:normal;font-weight:400;line-height:normal;color:#374fc7;transition:all .3s ease}.footer-privacy a:hover{color:#5065ce}.footer-middle h5{margin-bottom:10px}.footer-payment__list{display:flex}.footer-payment__list .footer-payment__item:not(:last-child){margin-right:20px}.footer-right{flex:0 0 250px;margin-left:auto}.footer-contur{display:flex;justify-content:space-between}.footer-contur__left .contur-link{font-size:14px;font-family:Manrope,sans-serif;font-style:normal;font-weight:400;line-height:normal;color:#fff;transition:all .3s ease}.footer-contur__left .contur-link:hover{color:gray}.footer-contur__left .contur-link:not(:last-child){margin-bottom:5px}.gallery-list{display:flex;flex-wrap:wrap;margin:0 -15px}.gallery-item{position:relative;flex:0 0 calc(50% - 30px);margin:0 15px 30px}.gallery-item__img{position:relative;height:345px}.gallery-item__img img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.gallery-item__title{padding:24px 32px;color:#111827;font-family:Manrope,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:normal}.gallery-item__photo{position:absolute;top:20px;left:20px;color:#111827;font-family:Manrope,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:normal}.header-fixed{position:fixed;width:100%;box-shadow:0 1px 15px #0000001a;background:#FFFFFF;z-index:100}.header_top{background-color:#d1d5db}.header-shadow{position:absolute;top:0;left:0;width:100%;height:846px;z-index:1}.header_top-content{height:40px;display:flex;align-items:center}.header_top-menu{margin-left:auto}.header_top-menu ul{display:flex}.header_top-menu ul li:not(:last-child){margin-right:15px}.header_top-menu ul li a{font-family:Manrope,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:normal;color:#374151;transition:all .3s ease}.header_top-menu ul li a:hover{color:#5065ce}.header_middle{padding:20px 0}.header_middle__content{display:flex;align-items:center}.header_middle__content .header-search_mobile{display:none}.header_middle-logo{flex:0 0 150px}.header_middle-logo a{display:block;position:relative;width:150px;height:40px}.header_middle-logo a img{position:absolute;top:0;left:0;height:100%;width:100%}.header_middle-search{position:relative;flex:0 0 930px;margin:0 auto}.header_middle-search form{height:100%}.header_middle-search input{width:100%;height:100%;padding:12px 15px;outline:0;border-radius:0 2px 2px 0;border:1px solid var(--unnamed, #374FC7);background:#FFF}.header_middle-search button{position:absolute;top:50%;right:15px;width:30px;height:30px;border:0;outline:0;background:unset;-moz-transform:translate(0px,-50%);-ms-transform:translate(0px,-50%);-webkit-transform:translate(0px,-50%);-o-transform:translate(0px,-50%);transform:translateY(-50%);cursor:pointer}.header_middle-login{position:relative;margin-right:30px}.header_middle-login__link{display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer}.header_middle-login__ico{width:30px;height:30px}.header_middle-login__ico svg path{transition:all .3s ease}.header_middle-login__text{font-family:Manrope,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:normal;color:#374151;transition:all .3s ease}.header_middle-login .login-popup{display:none;position:absolute;width:250px;left:40%;top:calc(100% + 15px);transform:translate(-55%);z-index:10;padding:24px;border-radius:0 0 8px 8px;background:#FFF;box-shadow:0 1px 15px #0000001a}.header_middle-login .login-popup__title{font-family:Manrope,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:150%;margin-bottom:24px}.header_middle-login .login-popup .login-popup__btn_main{display:block;font-family:Manrope,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:normal;color:#fff;padding:10px 0;text-align:center;border-radius:2px;background:#374FC7;margin-bottom:10px}.header_middle-login .login-popup .login-popup__btn_add{display:block;font-family:Manrope,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:normal;color:#374fc7;padding:10px 0;text-align:center;border-radius:2px;border:1px solid #374FC7;background:#FFF}.header_middle-login .login-popup .login-content__unregistered,.header_middle-login .login-popup .login-content__registered{display:none}.header_middle-login .login-popup .login-content__unregistered.active,.header_middle-login .login-popup .login-content__registered.active{display:block}.header_middle-login .login-popup .login-popup__link{display:block;text-align:center;font-family:Manrope,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:15px}.header_middle-login:hover .header_middle-login__text{color:#5065ce}.header_middle-login:hover .header_middle-login__ico svg path{stroke:#5065ce}.header_middle-cart{display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative}.header_middle-cart__ico{width:30px;height:30px}.header_middle-cart__ico svg path{transition:all .3s ease}.header_middle-cart__text{font-family:Manrope,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:normal;color:#374151;transition:all .3s ease}.header_middle-cart span{font-size:.7rem;position:absolute;top:-5px;right:-5px;background:#5065CE;color:#fff;padding:1px 5px;border-radius:5px}.header_middle-cart:hover .header_middle-cart__ico svg path{stroke:#5065ce}.header_middle-cart:hover .header_middle-cart__text{color:#5065ce}.header_bottom{padding:15px 0}.header_bottom-menu .sub-menu{position:absolute;top:100%;left:0;width:300px;opacity:0;visibility:hidden;pointer-events:none;background:#FFF;box-shadow:0 1px 15px #0000001a;border-radius:0 0 2px 2px}.header_bottom-menu .menu-more .sub-menu{right:0;left:unset}.header_bottom-menu .has-sub-menu:hover .sub-menu{opacity:1;visibility:visible;pointer-events:all}.header_bottom-menu .has-sub-menu:hover .sub-menu a{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;transition-property:all;-webkit-transition-duration:.3s;-moz-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s}.header_bottom-menu .has-sub-menu:hover .sub-menu a:hover{background-color:#d1d5db}.header_bottom-menu>ul{display:flex;justify-content:space-between}.header_bottom-menu>ul li{position:relative}.header_bottom-menu>ul li a{display:block;padding:10px 25px;width:100%;font-family:Manrope,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:normal;background-color:#fff;transition:all .3s ease}.header_bottom-menu>ul li a:hover{color:#5065ce}.header_bottom-menu>ul>li:first-child>a{position:relative;background-color:#5065ce;color:#fff;padding:10px 15px 10px 35px}.header_bottom-menu>ul>li:first-child>a:before{content:"";position:absolute;left:10px;top:50%;width:15px;height:15px;-moz-transform:translate(0px,-50%);-ms-transform:translate(0px,-50%);-webkit-transform:translate(0px,-50%);-o-transform:translate(0px,-50%);transform:translateY(-50%);background:url(/build/assets/catalog-burger-9e7f99c9.svg)}.header_top-address{display:flex;align-items:center;margin-right:40px}.header_top-address__ico{width:20px;height:20px;margin-right:10px}.header_top-address__text{font-family:Manrope,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:normal;color:#374151}.header_top-time{position:relative;display:flex;align-items:center;cursor:pointer}.header_top-time__ico{width:20px;height:20px;margin-right:10px}.header_top-time__ico svg path{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;transition-property:all;-webkit-transition-duration:.3s;-moz-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s}.header_top-time__text{display:flex;align-items:center;font-family:Manrope,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:normal;color:#374151}.header_top-time__content{opacity:0;visibility:hidden;position:absolute;top:calc(100% + 10px);left:0;padding:8px 12px;background-color:#fff;box-shadow:0 1px 15px #0000001a;border-radius:0 0 2px 2px;cursor:auto;-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;transition-property:all;-webkit-transition-duration:.3s;-moz-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s;z-index:2}.header_top-time__content.active{opacity:1;visibility:visible}.header_top-time .time-item{font-family:Manrope,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:normal;min-width:130px}.header_top-time .time-item:not(:last-child){margin-bottom:10px}.header_top-time .time-more{width:12px;height:12px;margin-left:5px}.header_top-time .time-more svg{display:block}.header_top-time .time-more svg path{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;transition-property:all;-webkit-transition-duration:.3s;-moz-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s}.header_top-time:hover .header_top-time__ico svg path{stroke:#111827}.header_top-time:hover .header_top-time__text{color:#111827}.header_top-time:hover .time-more svg path{stroke:#111827}.header_top-phones{position:relative;margin-left:35px}.header_top-phones .header_top-phone__main{display:flex;align-items:center}.header_top-phones .header_top-phone__main a{font-family:Manrope,sans-serif;font-size:16px;font-style:normal;font-weight:700;line-height:normal;color:#111827;-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;transition-property:all;-webkit-transition-duration:.3s;-moz-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s}.header_top-phones .header_top-phone__additional{position:absolute;opacity:0;visibility:hidden;top:calc(100% + 8px);left:-12px;background-color:#fff;border-radius:0 0 2px 2px;box-shadow:0 1px 15px #0000001a;z-index:2}.header_top-phones .header_top-phone__additional .phone-item{width:170px}.header_top-phones .header_top-phone__additional .phone-item a{display:block;padding:8px 12px;font-family:Manrope,sans-serif;font-size:16px;font-style:normal;font-weight:700;line-height:normal;color:#374151}.header_top-phones .header_top-phone__additional .phone-item:not(:last-child){box-shadow:0 -1px #d1d5db inset}.header_top-phones .header_top-phone__additional.active{opacity:1;visibility:visible}.header_top-phone__main:hover .phone-content a{color:#1c2864}.header_top-phone__main:hover .phone-more svg path{stroke:#1c2864}.phone-more{width:12px;height:12px;margin-left:5px;cursor:pointer}.phone-more svg{display:block}.phone-more svg path{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;transition-property:all;-webkit-transition-duration:.3s;-moz-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s}.shadow-none{display:none}.hit{padding-bottom:80px}.hit-heading{margin-bottom:35px}.hit-heading a{display:inline-flex;align-items:center;font-family:Manrope,sans-serif;font-size:36px;font-style:normal;font-weight:700;line-height:normal;color:#374151;transition:all .3s ease}.hit-heading a:after{content:"";margin-left:12px;width:40px;height:40px;background:url(/build/assets/heading-arrow-ce861b50.svg)}.hit-heading a:hover{color:#5065ce}.hit-list{display:flex;flex-wrap:wrap;margin:0 -7px}.hit-item{display:none;margin:0 7px 14px;flex:0 0 calc(20% - 14px)}.hit-item__img{display:block;position:relative;width:100%;height:250px;overflow:hidden}.hit-item__img img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:all .3s ease}.hit-item__img:hover img{scale:1.2}.hit-item__content{padding:8px 10px 20px}.hit-item__price{display:flex;align-items:center;margin-bottom:8px}.hit-item__price_new{margin-right:15px;font-family:Manrope,sans-serif;font-size:24px;font-style:normal;font-weight:700;line-height:normal;color:#111827}.hit-item__price_old{font-family:Manrope,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:normal;text-decoration:line-through;color:#6b7280}.hit-item__title{margin-bottom:35px;font-family:Manrope,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:150%;height:48px;overflow:hidden;color:#374151}.hit-item__title a{transition:all .3s ease}.hit-item__title a:hover{color:#5065ce}.hit-item__btn{display:block;text-align:center;padding:10px;font-size:16px;font-family:Manrope,sans-serif;font-style:normal;font-weight:400;line-height:normal;border-radius:2px;border:1px solid #5065CE;background:#FFF;color:#5065ce;transition:all .3s ease}.hit-item__btn:hover{color:#374151;border-color:#374151}.hit-list__more{display:flex;align-items:center;justify-content:center;font-family:Manrope,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:normal;width:210px;margin:32px auto 0;border-radius:2px;padding:10px 0;color:#374fc7;border:1px solid #374FC7;background:#ffffff;cursor:pointer;transition:all .3s ease}.hit-list__more:hover{border-color:#374151}.hit-list__more:after{content:"";width:15px;height:15px;margin-left:5px;background:url(/build/assets/hit-list__more-bea45756.svg) no-repeat}.catalog-menu,.modal-menu,.mobile-menu{display:none}.news{padding-bottom:80px}.page-content .news{padding-bottom:0}.news-heading{margin-bottom:35px}.news-heading a{display:inline-flex;align-items:center;font-family:Manrope,sans-serif;font-size:36px;font-style:normal;font-weight:700;line-height:normal;color:#374151;transition:all .3s ease}.news-heading a:after{content:"";margin-left:12px;width:40px;height:40px;background:url(/build/assets/heading-arrow-ce861b50.svg)}.news-heading a:hover{color:#5065ce}.news-list{display:flex;flex-wrap:wrap;margin:0 -15px}.news-item{margin:0 15px 30px;flex:0 0 calc(25% - 30px);transition:all .3s ease}.news-item__img{position:relative;height:300px;width:100%;overflow:hidden}.news-item__img img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:all .3s ease}.news-item__content{padding:15px 20px}.news-item__text{margin-bottom:15px;font-size:18px;font-family:Manrope,sans-serif;font-style:normal;font-weight:700;line-height:26px;height:78px;overflow:hidden;color:#111827;transition:all .3s ease}.news-item__date{font-size:12px;font-family:Manrope,sans-serif;font-style:normal;font-weight:400;line-height:normal;color:#6b7280}.news-item:hover{box-shadow:0 1px 15px #0000001a}.news-item:hover .news-item__text{color:#5065ce}.news-item:hover .news-item__img img{scale:1.2}.pagger ul{display:flex;list-style-type:none;padding-left:0}.pagger ul li{display:flex;align-items:center;justify-content:center;font-family:Manrope,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:normal;width:40px;height:40px;border-radius:34px;margin-bottom:0}.pagger ul li.active{background-color:#1c2864;color:#fff}.product{padding-bottom:80px}.product-content{display:flex;flex-wrap:wrap}.product-content__left{position:relative;flex:0 0 550px;width:550px;margin-right:50px}.product-content__right{flex:1 1 auto}.product-content__bottom{flex:0 0 100%;margin-top:56px}.product-slider_main{margin-bottom:16px}.product-slider_main .product-slide{position:relative;display:block;height:550px}.product-slider_main .product-slide img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.product-slider_navigate{width:460px}.product-slider_navigate .product-slide{position:relative;display:block;height:97px;cursor:pointer}.product-slider_navigate .product-slide img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.product-slider_navigate .swiper-slide-active{border:1px solid #5065CE}.product-slider__container{display:flex;align-items:center}.product-next,.product-prev{cursor:pointer}.product-price{display:inline-flex;justify-content:space-between;align-items:center;margin-bottom:16px}.product-price_new{font-family:Manrope,sans-serif;font-size:36px;font-style:normal;font-weight:700;line-height:normal;color:#111827;margin-right:10px}.product-price_old{font-family:Manrope,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:normal;text-decoration:line-through;color:#6b7280}.product-offer{margin-bottom:32px}.product-offer__heading{font-family:Manrope,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:16px}.product-offer__body{display:flex;column-gap:12px}.product-offer__item{display:flex;align-items:center;justify-content:center;height:40px;border:3px solid rgb(209,208,208);border-radius:4px;cursor:pointer;padding:5px}.product-offer__item.active{border:3px solid rgb(211,88,21)}.product-offer_colors .product-offer__item input:checked+label{border:3px solid #5065CE}.product-offer_sizes .product-offer__item input:checked+label{border:3px solid #5065CE;background-color:#5065ce;color:#fff}.product-btn{display:flex;justify-content:center;align-items:center;color:#fff;font-family:Manrope,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:normal;border-radius:2px;padding:10px 25px;background:#374FC7;border:0;outline:0;cursor:pointer}.product-description{max-width:750px;margin-bottom:56px}.product-description__heading{color:#111827;font-family:Manrope,sans-serif;font-size:36px;font-style:normal;font-weight:700;line-height:normal;margin-bottom:32px}.product-description__body{font-family:Manrope,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:145%;color:#111827}.product-characteristic{max-width:750px}.product-characteristic__heading{font-family:Manrope,sans-serif;font-size:36px;margin-bottom:32px;font-style:normal;font-weight:700;line-height:normal;color:#111827}.product-characteristic__item:not(:last-child){margin-bottom:32px}.product-characteristic__name{color:#111827;font-family:Manrope,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:24px}.product-characteristic__content{display:flex;align-items:baseline}.product-characteristic__content:not(:last-child){margin-bottom:16px}.product-characteristic__left{color:#111827;font-family:Manrope,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.product-characteristic__dotted{flex:1 1 auto;border-bottom:1px dotted #6B7280}.product-characteristic__right{color:#111827;font-family:Manrope,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.product-similar{padding-bottom:80px}.product-similar h2{font-family:Manrope,sans-serif;font-size:36px;font-style:normal;font-weight:700;line-height:normal;color:#111827;margin-bottom:32px}.product-similar .products-item__img{display:block;position:relative;width:100%;height:250px;overflow:hidden}.product-similar .products-item__img img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:all .3s ease}.product-similar .products-item__img:hover img{scale:1.2}.product-similar .products-item__content{padding:8px 10px 20px}.product-similar .products-item__price{display:flex;align-items:center;margin-bottom:8px}.product-similar .products-item__price_new{margin-right:15px;font-family:Manrope,sans-serif;font-size:24px;font-style:normal;font-weight:700;line-height:normal;color:#111827}.product-similar .products-item__price_old{font-family:Manrope,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:normal;text-decoration:line-through;color:#6b7280}.product-similar .products-item__title{margin-bottom:35px;font-family:Manrope,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:150%;height:48px;overflow:hidden;color:#374151}.product-similar .products-item__title a{transition:all .3s ease}.product-similar .products-item__title a:hover{color:#5065ce}.product-similar .products-item__btn{display:block;text-align:center;padding:10px;font-size:16px;font-family:Manrope,sans-serif;font-style:normal;font-weight:400;line-height:normal;border-radius:2px;border:1px solid #5065CE;background:#FFF;color:#5065ce;transition:all .3s ease}.product-similar .products-item__btn:hover{color:#374151;border-color:#374151}.product-watched h2{font-family:Manrope,sans-serif;font-size:36px;font-style:normal;font-weight:700;line-height:normal;color:#111827;margin-bottom:32px}.product-watched .products-item__img{display:block;position:relative;width:100%;height:250px;overflow:hidden}.product-watched .products-item__img img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:all .3s ease}.product-watched .products-item__img:hover img{scale:1.2}.product-watched .products-item__content{padding:8px 10px 20px}.product-watched .products-item__price{display:flex;align-items:center;margin-bottom:8px}.product-watched .products-item__price_new{margin-right:15px;font-family:Manrope,sans-serif;font-size:24px;font-style:normal;font-weight:700;line-height:normal;color:#111827}.product-watched .products-item__price_old{font-family:Manrope,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:normal;text-decoration:line-through;color:#6b7280}.product-watched .products-item__title{margin-bottom:35px;font-family:Manrope,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:150%;height:48px;overflow:hidden;color:#374151}.product-watched .products-item__title a{transition:all .3s ease}.product-watched .products-item__title a:hover{color:#5065ce}.product-watched .products-item__btn{display:block;text-align:center;padding:10px;font-size:16px;font-family:Manrope,sans-serif;font-style:normal;font-weight:400;line-height:normal;border-radius:2px;border:1px solid #5065CE;background:#FFF;color:#5065ce;transition:all .3s ease}.product-watched .products-item__btn:hover{color:#374151;border-color:#374151}.product-tabs{display:none}.promotion{padding-bottom:80px}.promotion-heading{margin-bottom:35px}.promotion-heading a{display:inline-flex;align-items:center;font-family:Manrope,sans-serif;font-size:36px;font-style:normal;font-weight:700;line-height:normal;color:#374151;transition:all .3s ease}.promotion-heading a:after{content:"";margin-left:12px;width:40px;height:40px;background:url(/build/assets/heading-arrow-ce861b50.svg)}.promotion-heading a:hover{color:#5065ce}.promotion-item{position:relative;width:100%;height:300px}.promotion-item img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.promotion-item:hover .promotion-text{opacity:1;visibility:visible}.promotion-content{display:block}.promotion-text{position:absolute;opacity:0;visibility:hidden;bottom:0;left:0;right:0;padding:30px 15px;background:rgba(53,53,53,.699);-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;transition-property:all;-webkit-transition-duration:.3s;-moz-transition-duration:.3s;-o-transition-duration:.3s;transition-duration:.3s}.promotion-text__title{font-family:Manrope,sans-serif;font-size:24px;font-style:normal;font-weight:700;line-height:30px;height:30px;overflow:hidden;margin-bottom:10px;color:#fff}.promotion-text__subtitle{font-family:Manrope,sans-serif;font-size:14px;font-style:normal;font-weight:700;line-height:20px;height:40px;overflow:hidden;color:#fff}.search-head{color:#111827;font-family:Manrope,sans-serif;font-size:34px;font-style:normal;font-weight:700;line-height:normal;margin-bottom:48px}.search-content-products{display:flex;flex-wrap:wrap;flex:1 1 auto}.search-item{margin-bottom:36px}.search-item__heading{display:inline-block;color:#374151;font-family:Manrope,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:8px}.main-slider{padding:32px 0 48px}.main-slider__content{position:relative}.main-slider__item{position:relative;height:400px;width:100%}.main-slider__item img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.main-slider__navigation{position:absolute;display:flex;align-items:center;justify-content:space-between;width:230px;right:56px;bottom:32px;z-index:2}.main-slider__prev{display:flex;align-items:center;justify-content:center;width:50px;height:50px;background-color:#f3f4f6;border-radius:100%;cursor:pointer;transition:all .3s ease}.main-slider__prev svg path{transition:all .3s ease}.main-slider__prev:hover{background-color:#5065ce}.main-slider__prev:hover svg path{stroke:#fff}.main-slider__next{display:flex;align-items:center;justify-content:center;width:50px;height:50px;background-color:#f3f4f6;border-radius:100%;cursor:pointer;transition:all .3s ease}.main-slider__next svg path{transition:all .3s ease}.main-slider__next:hover{background-color:#5065ce}.main-slider__next:hover svg path{stroke:#fff}.main-slider__pagination{display:block;position:absolute;bottom:32px;right:130px;left:unset;width:85px;font-family:Manrope,sans-serif;font-size:42px;font-style:normal;font-weight:700;line-height:normal;color:#fff;z-index:2}.main-slider__pagination .swiper-pagination-total{font-size:24px}.form-label{display:block;font-family:Manrope,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:normal;color:#374151;margin-bottom:8px}.form-label.required:after{margin-left:.2rem;content:"*";color:#e32525}.form-control{width:100%;padding:13px 16px;color:#374151;font-feature-settings:"clig" off,"liga" off;font-family:Manrope,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:normal;outline:0;border-radius:2px;border:1px solid #D1D5DB;background:#FFF}.form-controltextarea{min-height:95px;resize:none}.form-control~.invalid-feedback{margin-top:2px;color:#e32525;font-size:.8rem}.auth-form .outline-btn{width:100%;padding:10px 0;text-align:center;outline:0;color:#374fc7;border:1px solid #374FC7;background:#fff;cursor:pointer;margin-top:5px}.select{display:block}.filter-label{color:#2c3244;font-size:13px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:5px}.select-item{position:relative}.select-head{position:relative;padding:11px 10px;border-radius:4px;background:#FFF;color:#adc0d2;font-size:15px;font-style:normal;font-weight:400;line-height:normal;cursor:pointer;overflow:hidden;white-space:nowrap;-webkit-user-select:none;user-select:none;max-width:100%;width:240px}.select-head .selected__item{background:#dfe3e6;border-radius:5px;margin-right:2px;padding-left:4px;padding-right:4px;color:#5d7082}.select-head:after{position:absolute;content:"";top:50%;right:15px;width:8px;height:6px;background:url(/resources/images/select-img.svg)}.select-body{position:absolute;top:100%;left:0;width:100%;background:#fafafa;border-radius:4px;max-height:210px;overflow-y:auto;z-index:100;margin-top:5px!important;border:1px solid #d9dfe7}.select-option{padding:11px 10px;color:#2c3244;font-size:15px;font-style:normal;font-weight:400;line-height:normal;margin-bottom:0;transition:all .3s ease;cursor:pointer}.select-option.selected{background:#ADC0D2}.select-option:hover{background:#c4daee}.filter-btn-group{display:flex;flex-wrap:wrap;gap:.5rem}.filter-btn-group .filter-btn{display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:500;color:#2c3244;border-radius:4px;border:1px solid #d0d1d3;padding:8px 5px;cursor:pointer;flex:1 1 calc(50% - 2rem);text-align:center}.filter-btn-group .filter-btn.selected{color:#f21e44;border:1px solid #F21E44}#cookieee{position:fixed;left:30px;right:30px;bottom:15px;background:#F9F9F9;border:1px solid #D7D7D7;border-radius:10px;padding:14px;max-width:380px;opacity:.9;z-index:999;box-shadow:0 5px 10px 2px #223c5033;display:none}#cookieee p,#cookieee a{font-family:Manrope,sans-serif;font-size:16px;color:#2d3031;margin-bottom:8px}#cookieee a{transition:.3s ease}#cookieee a:hover{color:#f4ab1e;text-decoration:underline;opacity:.7}#cookieee .green-btn{padding:10px 25px}#cookieee.cookieee-show{display:unset}@media (max-width: 1200px){.about{padding-bottom:40px}}@media (max-width: 1200px){.advantages{padding-bottom:40px}.advantages-item{flex:0 0 calc(33.3% - 30px)}}@media (max-width: 768px){.advantages-item{flex:0 0 calc(50% - 30px)}}@media (max-width: 576px){.advantages-item{flex:0 0 calc(100% - 30px)}}@media (max-width: 1200px){.album-item{height:230px}}@media (max-width: 992px){.album-item{flex:0 0 calc(33.33% - 6px)}}@media (max-width: 768px){.album-item{flex:0 0 calc(50% - 6px)}}@media (max-width: 576px){.album-item{flex:0 0 calc(100% - 6px)}}@media (max-width: 992px){.articles-item{flex:0 0 calc(50% - 36px)}}@media (max-width: 576px){.articles-item{flex:0 0 calc(100% - 36px)}}@media (max-width: 1200px){.brands{padding-bottom:40px}}@media (max-width: 992px){.header-burger{display:block;position:relative;width:22px;height:18px;margin-right:30px}.header-burger:before,.header-burger:after{content:"";background-color:#000;position:absolute;width:100%;height:2px;left:0;transition:all .3s ease 0s;border-radius:20px}.header-burger:before{top:0}.header-burger:after{bottom:0}.header-burger__line{position:absolute;background-color:#000;width:100%;right:0;height:2px;top:45%;border-radius:20px}.burger-menu.active{left:0}.burger-menu.active .burger-menu__shadow{opacity:1;pointer-events:all}.burger-menu__heading{font-family:Manrope,sans-serif;font-size:36px;font-style:normal;font-weight:700;line-height:normal;margin-bottom:15px}.burger-menu__top{display:flex;flex-wrap:nowrap;flex-wrap:wrap;justify-content:space-between;align-items:center;position:absolute;top:0;left:0;height:150px;width:100%;background:#FFF;padding:30px;z-index:150}.burger-menu__logo{height:40px;width:150px;object-fit:contain}.burger-menu__close{cursor:pointer;height:40px;width:40px;text-transform:uppercase}.burger-menu__content{position:absolute;left:0;top:150px;height:calc(100% - 150px);width:100%;background:#fff;z-index:150;padding:30px 30px 85px;overflow:auto}.burger-menu__list ul li a{display:inline-block;padding:10px;color:#374151;font-family:Manrope,sans-serif;font-size:22px;font-style:normal;font-weight:700;line-height:normal}.burger-menu__list .has-sub-menu{display:flex;flex-wrap:wrap;align-items:center}.burger-menu__list .has-sub-menu .sub-menu{display:none;padding-left:20px;flex:0 0 100%}.burger-menu__list .has-sub-menu .sub-menu li a{display:inline-block;font-family:Manrope,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.burger-menu__list .sub-menu__arrow{display:flex;align-items:center;justify-content:center;padding:5px;cursor:pointer;transition:all .3s ease}.burger-menu__list .sub-menu__arrow.active{transform:rotate(180deg)}.burger-menu__list .sub-menu__arrow.active svg path{stroke:#1c2864;transition:all .3s ease}.burger-menu__item{position:relative;display:block;width:100%;border-bottom:1px solid #c2c2c2;transition:all .3s ease 0s}.burger-menu__section{position:relative;display:block;width:100%;padding:15px 60px 15px 20px;color:#373737;font-size:16px;font-weight:700}.burger-menu__shadow{position:fixed;opacity:0;pointer-events:none;left:0;top:0;height:100%;width:100%;background:rgba(0,0,0,.7);transition:all .5s ease 0s}}@media (max-width: 768px){.burger-menu__heading{font-size:24px}.burger-menu__list ul li a{font-size:18px}}@media (max-width: 1400px){.cart-content{flex-wrap:wrap}.cart-content__left{flex:0 0 100%;margin-bottom:40px;margin-right:0}.cart-item__info{flex:0 0 300px}}@media (max-width: 992px){.cart-item__img{flex:0 0 150px;height:150px}.cart-item__count{margin-right:50px}.cart-item__info{flex:0 0 250px}.cart-item__link{font-size:16px;margin-bottom:10px}.cart-item__offer{margin-bottom:10px}.cart-item__price_new{font-size:22px}}@media (max-width: 768px){.cart-item{flex-wrap:wrap}.cart-item__img{flex:0 0 120px;height:120px}.cart-item__info{flex:0 0 calc(100% - 150px);margin-right:0}.cart-item__count,.cart-item__price{margin-top:20px}.cart-item__price{display:flex;align-items:center;column-gap:12px;justify-content:flex-end}.cart-item__price_new{margin-bottom:0}.cart-item__count{margin-right:0}}@media (max-width: 1400px){.products-content_right{flex:0 0 100%}.products-content_left{display:none}.products-item{flex:0 0 calc(25% - 14px)}.products-filter__btn_mobile{display:block}}@media (max-width: 992px){.products-item{flex:0 0 calc(33.33% - 14px)}}@media (max-width: 768px){.products-item{flex:0 0 calc(50% - 14px)}}@media (max-width: 576px){.products-item{flex:0 0 calc(100% - 14px)}.products-sorter{display:flex;column-gap:12px;margin-bottom:32px}.products-sorter div,.products-sorter a{color:#6b7280;font-family:Manrope,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:normal}}@media (max-width: 1400px){.mobile-menu{display:block;position:fixed;bottom:0;left:0;width:100%;height:56px;background:#374151;z-index:200}.mobile-menu__container{display:flex;align-items:center;justify-content:center;height:56px}.mobile-menu__item{flex:0 0 25%;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;cursor:pointer}.mobile-menu__item p{font-size:14px;font-style:normal;font-weight:400;line-height:normal;margin:0;color:#fff}.mobile-menu__item span{position:absolute;right:0;top:0;width:22px;height:22px;text-align:center;padding-top:4px;font-style:normal;font-weight:700;font-size:12px;line-height:16px;color:#fff;background-color:#374fc7;border-radius:100%}.mobile-menu .cart-link{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center}.menu-home.current,.menu-catalog.current,.menu-cart.current,.menu-list.current,.mobile-menu__item.fake-current{background-color:#374fc7}.mobile-menu__item.hide-current{background-color:unset}.catalog-menu{display:block;position:fixed;top:0;left:0;height:100%;width:100%;max-width:100%;scale:0;opacity:0;visibility:hidden;z-index:150}.catalog-menu__search{flex:0 0 100%;margin-top:30px}.catalog-menu__search form{height:100%;position:relative}.catalog-menu__search input{width:100%;height:100%;padding:12px 15px;outline:0;border-radius:0 2px 2px 0;border:1px solid var(--unnamed, #374FC7);background:#FFF}.catalog-menu__search button{position:absolute;top:50%;right:15px;width:30px;height:30px;border:0;outline:0;transform:translateY(-50%);background:unset;cursor:pointer}.catalog-menu.active{left:0}.catalog-menu__top{display:flex;flex-wrap:nowrap;flex-wrap:wrap;justify-content:space-between;align-items:center;position:absolute;top:0;left:0;height:150px;width:100%;background:#FFF;padding:30px;z-index:150}.catalog-menu .mobile-catalog__menu ul li a{display:inline-block;padding:10px;color:#374151;font-family:Manrope,sans-serif;font-size:22px;font-style:normal;font-weight:700;line-height:normal}.catalog-menu .mobile-catalog__menu .has-sub-menu{display:flex;flex-wrap:wrap;align-items:center}.catalog-menu .mobile-catalog__menu .has-sub-menu .sub-menu{display:none;padding-left:20px;flex:0 0 100%}.catalog-menu .mobile-catalog__menu .has-sub-menu .sub-menu li a{display:inline-block;font-family:Manrope,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.catalog-menu .sub-menu__arrow{display:flex;align-items:center;justify-content:center;padding:5px;cursor:pointer;transition:all .3s ease}.catalog-menu .sub-menu__arrow.active{transform:rotate(180deg)}.catalog-menu .sub-menu__arrow.active svg path{stroke:#1c2864;transition:all .3s ease}.catalog-menu__logo{height:40px;width:150px;object-fit:contain}.catalog-menu__close{cursor:pointer;height:40px;width:40px;text-transform:uppercase;top:40px}.catalog-menu__heading{font-family:Manrope,sans-serif;font-size:36px;font-style:normal;font-weight:700;line-height:normal;margin-bottom:15px}.catalog-menu__content{position:absolute;left:0;top:150px;height:calc(100% - 150px);width:100%;background:#fff;z-index:150;padding:30px 30px 85px;overflow:auto}.catalog-menu__item{position:relative;display:block;width:100%;border-bottom:1px solid #c2c2c2;transition:all .3s ease 0s}.catalog-menu__section{position:relative;display:block;width:100%;padding:15px 60px 15px 20px;color:#373737;font-size:16px;font-weight:700}.catalog-menu__shadow{position:fixed;opacity:0;pointer-events:none;left:0;top:0;height:100%;width:100%;background:rgba(0,0,0,.7);transition:all .5s ease 0s}.catalog-menu.show{scale:1;opacity:1;visibility:visible;transition:all .3s ease}.catalog-menu.show .clearfix>li>ul{display:block!important}.modal-menu{display:block;position:fixed;top:0;left:0;height:100%;width:100%;max-width:100%;scale:0;opacity:0;visibility:hidden;z-index:150}.modal-menu__top{display:flex;flex-wrap:nowrap;flex-wrap:wrap;justify-content:space-between;align-items:center;position:absolute;top:0;left:0;height:150px;width:100%;background:#FFF;padding:30px;z-index:150}.modal-menu__heading{font-family:Manrope,sans-serif;font-size:36px;font-style:normal;font-weight:700;line-height:normal;margin-bottom:15px}.modal-menu .mobile-modal__menu ul li a{display:inline-block;padding:10px;color:#374151;font-family:Manrope,sans-serif;font-size:22px;font-style:normal;font-weight:700;line-height:normal}.modal-menu .mobile-modal__menu .has-sub-menu{display:flex;flex-wrap:wrap;align-items:center}.modal-menu .mobile-modal__menu .has-sub-menu .sub-menu{display:none;padding-left:20px;flex:0 0 100%}.modal-menu .mobile-modal__menu .has-sub-menu .sub-menu li a{display:inline-block;font-family:Manrope,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.modal-menu .sub-menu__arrow{display:flex;align-items:center;justify-content:center;padding:5px;cursor:pointer;transition:all .3s ease}.modal-menu .sub-menu__arrow.active{transform:rotate(180deg)}.modal-menu .sub-menu__arrow.active svg path{stroke:#1c2864;transition:all .3s ease}.modal-menu__logo{height:40px;width:150px;object-fit:contain}.modal-menu__close{cursor:pointer;height:40px;width:40px;text-transform:uppercase;top:40px}.modal-menu__content{position:absolute;left:0;top:150px;height:calc(100% - 150px);width:100%;background:#fff;z-index:150;padding:30px 30px 85px;overflow:auto}.modal-menu__content>ul>li:first-child{display:none}.modal-menu__content>ul{margin:0;padding:0}.modal-menu__content>ul{padding:0;display:flex;flex-direction:column;margin:0 40px;list-style-type:none}.modal-menu__content>ul>li.active a{color:#96ac58}.modal-menu .modal-menu__content>ul>li:not(:last-child){margin-bottom:16px}.modal-menu.show{scale:1;opacity:1;visibility:visible;transition:all .3s ease}}@media (max-width: 768px){.catalog-menu__heading{font-size:24px}.catalog-menu .mobile-catalog__menu ul li a{font-size:16px}.modal-menu__heading{font-size:24px}.modal-menu .mobile-modal__menu ul li a{font-size:16px}}@media (max-width: 1400px){.categories-item{flex:0 0 calc(33.3% - 30px)}}@media (max-width: 768px){.categories-item{flex:0 0 calc(50% - 30px)}}@media (max-width: 576px){.categories-item{flex:0 0 calc(100% - 30px)}}@media (max-width: 768px){.error-code{font-size:100px}}@media (max-width: 1200px){.faq-item{width:90%}}@media (max-width: 992px){.faq-item{width:95%}}@media (max-width: 768px){.faq-item{flex-wrap:wrap;padding:16px 24px;width:100%}.faq-item__ico{flex:0 0 30px}.faq-item__ico svg{width:30px}.faq-item__text{flex:0 0 100%}.answer .faq-item__ico{margin-left:0;order:1}.faq-item__ico{margin-right:0}.faq-item__text{order:2}.faq-item__description{font-size:16px}}@media (max-width: 1400px){.footer-catalog{display:none}.footer{padding:40px 0 60px}.footer-menu{display:none}}@media (max-width: 992px){.footer-content_top{flex-wrap:wrap}.footer-logo{margin-bottom:30px}.footer h5{margin-bottom:15px}.footer-contacts{flex:0 0 100%;margin-bottom:30px}.footer-socials{margin-bottom:20px}.footer-content_bottom{flex-wrap:wrap}.footer-left{flex:0 0 100%;margin-bottom:30px}.footer-copyright{margin-bottom:10px}.footer-middle{flex:0 0 100%;margin-bottom:30px}.footer-right{margin-left:0}}@media (max-width: 768px){.gallery-item{flex:0 0 calc(100% - 30px)}}@media (max-width: 576px){.gallery-item__img{height:200px}.gallery-item__title{padding:18px}}@media (max-width: 1400px){.header_top-content{justify-content:space-between}.header_top-menu{display:none}.header_middle-search{flex:0 0 530px}.header_bottom{display:none}.header-shadow{height:650px}.header_middle-cart{display:none}.header_middle-login{margin-right:0}}@media (max-width: 992px){.header_middle-search{display:none}.header_middle-login{position:unset}.header_middle-login .login-popup{right:0;left:unset;transform:unset;top:calc(100% + 5px)}.header-search_mobile{display:block;margin-left:auto;margin-right:30px}.header-search__item{display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer}.header_middle__content .header-search_mobile{display:block}.header-search__popup{display:none;position:absolute;top:110%;left:15px;right:15px}.header-search__popup form{position:relative}.header-search__popup form input{width:100%;padding:10px 15px;border:1px solid #374FC7;border-radius:10px;outline:0;font-family:Manrope,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.header-search__popup form button{position:absolute;top:50%;right:15px;width:30px;height:30px;background:unset;padding:0;margin:0;transform:translateY(-50%);border:unset}}@media (max-width: 768px){.header_top{display:none}.header_middle__content .header-burger,.header_middle__content .header-search_mobile{margin-right:10px}.header_middle-logo{flex:0 0 90px}.header_middle-logo a{width:90px}}@media (max-width: 620px){.header-shadow{height:450px}}@media (max-width: 576px){.header_middle-login .login-popup{left:0;right:0;width:unset}}@media (max-width: 1400px){.hit-item{flex:0 0 calc(33.3% - 14px)}.hit{padding-bottom:40px}}@media (max-width: 992px){.hit-list__more{margin-top:16px}}@media (max-width: 768px){.hit-item{flex:0 0 calc(50% - 14px)}}@media (max-width: 576px){.hit-item{flex:0 0 calc(100% - 14px)}}@media (max-width: 1400px){.news-item{flex:0 0 calc(33.3% - 30px)}}@media (max-width: 1200px){.news{padding-bottom:40px}}@media (max-width: 992px){.news-item{flex:0 0 calc(50% - 30px)}}@media (max-width: 576px){.news-item{flex:0 0 calc(100% - 30px)}.news-item__img{height:250px}}@media (max-width: 992px){.product-content{justify-content:center}.product-content__left{margin-right:0;margin-bottom:30px}}@media (max-width: 768px){.product{padding-bottom:30px}.product-price_new{font-size:24px}.product-price_old{font-size:16px}.product-content__bottom{margin-top:40px}.product-description__heading,.product-characteristic__heading{display:none}.product-tabs__content{display:none;margin-bottom:0}.product-tabs__content.active{display:block}.product-description__body{font-size:16px}.product-characteristic__name{margin-bottom:20px}.product-characteristic__item:not(:last-child){margin-bottom:24px}.product-tabs{display:flex;column-gap:36px;margin-bottom:30px;border-bottom:1px solid #D1D5DB}.product-tabs__item{font-family:Manrope,sans-serif;font-size:20px;font-style:normal;font-weight:700;line-height:normal;color:#6b7280;padding-bottom:10px;cursor:pointer}.product-tabs__item.active{color:#1c2864;border-bottom:1px solid #1C2864}.product-similar{padding-bottom:40px}}@media (max-width: 576px){.product-content__left{flex:0 0 290px;width:290px}.product-similar h2,.product-watched h2{font-size:22px;margin-bottom:16px}.product-slider_main .product-slide{height:290px}.product-slider_navigate .product-slide{height:60px}.product-slider_navigate{margin:0 10px}}@media (max-width: 1200px){.promotion-text{opacity:1;visibility:visible}.promotion{padding-bottom:40px}}@media (max-width: 768px){.promotion-item{height:200px}}@media (max-width: 1400px){.categories{padding-bottom:0}}@media (max-width: 992px){.main-slider{padding:16px 0 24px}}@media (max-width: 768px){.main-slider__navigation,.main-slider__pagination{display:none}}@media (max-width: 576px){.main-slider__item{height:250px}}.loader-frame{z-index:1000;transition:1s;position:absolute;left:0;top:0;width:100%;height:100%;display:flex;background:rgba(94,94,94,.1);-webkit-backdrop-filter:saturate(60%) blur(3px);backdrop-filter:saturate(60%) blur(3px)}.loader-frame .loader{margin:auto;color:#111827;font-size:45px;text-indent:-9999em;overflow:hidden;width:1em;height:1em;border-radius:50%;position:relative;transform:translateZ(0);animation:mltShdSpin 1.7s infinite ease,round 1.7s infinite ease}@keyframes mltShdSpin{0%{box-shadow:0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em}5%,95%{box-shadow:0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em}10%,59%{box-shadow:0 -.83em 0 -.4em,-.087em -.825em 0 -.42em,-.173em -.812em 0 -.44em,-.256em -.789em 0 -.46em,-.297em -.775em 0 -.477em}20%{box-shadow:0 -.83em 0 -.4em,-.338em -.758em 0 -.42em,-.555em -.617em 0 -.44em,-.671em -.488em 0 -.46em,-.749em -.34em 0 -.477em}38%{box-shadow:0 -.83em 0 -.4em,-.377em -.74em 0 -.42em,-.645em -.522em 0 -.44em,-.775em -.297em 0 -.46em,-.82em -.09em 0 -.477em}to{box-shadow:0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em}}@keyframes round{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--ck-color-image-caption-background: hsl(0, 0%, 97%);--ck-color-image-caption-text: hsl(0, 0%, 20%);--ck-color-mention-background: hsla(341, 100%, 30%, .1);--ck-color-mention-text: hsl(341, 100%, 30%);--ck-color-selector-caption-background: hsl(0, 0%, 97%);--ck-color-selector-caption-text: hsl(0, 0%, 20%);--ck-highlight-marker-blue: hsl(201, 97%, 72%);--ck-highlight-marker-green: hsl(120, 93%, 68%);--ck-highlight-marker-pink: hsl(345, 96%, 73%);--ck-highlight-marker-yellow: hsl(60, 97%, 73%);--ck-highlight-pen-green: hsl(112, 100%, 27%);--ck-highlight-pen-red: hsl(0, 85%, 49%);--ck-image-style-spacing: 1.5em;--ck-inline-image-style-spacing: calc(var(--ck-image-style-spacing) / 2);--ck-todo-list-checkmark-size: 16px}.ck-content .table .ck-table-resized{table-layout:fixed}.ck-content .table table{overflow:hidden}.ck-content .table td,.ck-content .table th{overflow-wrap:break-word;position:relative}.ck-content .table>figcaption{display:table-caption;caption-side:top;word-break:break-word;text-align:center;color:var(--ck-color-selector-caption-text);background-color:var(--ck-color-selector-caption-background);padding:.6em;font-size:.75em;outline-offset:-1px}.ck-content .table{margin:.9em auto;display:table}.ck-content .table table{border-collapse:collapse;border-spacing:0;width:100%;height:100%;border:1px double hsl(0,0%,70%)}.ck-content .table table td,.ck-content .table table th{min-width:2em;padding:.4em;border:1px solid hsl(0,0%,75%)}.ck-content .table table th{font-weight:700;background:hsla(0,0%,0%,.05)}.ck-content[dir=rtl] .table th{text-align:right}.ck-content[dir=ltr] .table th{text-align:left}.ck-content .media{clear:both;margin:.9em 0;display:block;min-width:15em}.ck-content .page-break{position:relative;clear:both;padding:5px 0;display:flex;align-items:center;justify-content:center}.ck-content .page-break:after{content:"";position:absolute;border-bottom:2px dashed hsl(0,0%,77%);width:100%}.ck-content .page-break__label{position:relative;z-index:1;padding:.3em .6em;display:block;text-transform:uppercase;border:1px solid hsl(0,0%,77%);border-radius:2px;font-family:Helvetica,Arial,Tahoma,Verdana,Sans-Serif;font-size:.75em;font-weight:700;color:#333;background:hsl(0,0%,100%);box-shadow:2px 2px 1px #00000026;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ck-content .todo-list{list-style:none}.ck-content .todo-list li{margin-bottom:5px}.ck-content .todo-list li .todo-list{margin-top:5px}.ck-content .todo-list .todo-list__label>input{-webkit-appearance:none;display:inline-block;position:relative;width:var(--ck-todo-list-checkmark-size);height:var(--ck-todo-list-checkmark-size);vertical-align:middle;border:0;left:-25px;margin-right:-15px;right:0;margin-left:0}.ck-content .todo-list .todo-list__label>input:before{display:block;position:absolute;box-sizing:border-box;content:"";width:100%;height:100%;border:1px solid hsl(0,0%,20%);border-radius:2px;transition:.25s ease-in-out box-shadow,.25s ease-in-out background,.25s ease-in-out border}.ck-content .todo-list .todo-list__label>input:after{display:block;position:absolute;box-sizing:content-box;pointer-events:none;content:"";left:calc(var(--ck-todo-list-checkmark-size) / 3);top:calc(var(--ck-todo-list-checkmark-size) / 5.3);width:calc(var(--ck-todo-list-checkmark-size) / 5.3);height:calc(var(--ck-todo-list-checkmark-size) / 2.6);border-style:solid;border-color:transparent;border-width:0 calc(var(--ck-todo-list-checkmark-size) / 8) calc(var(--ck-todo-list-checkmark-size) / 8) 0;transform:rotate(45deg)}.ck-content .todo-list .todo-list__label>input[checked]:before{background:hsl(126,64%,41%);border-color:#26ab33}.ck-content .todo-list .todo-list__label>input[checked]:after{border-color:#fff}.ck-content .todo-list .todo-list__label .todo-list__label__description{vertical-align:middle}.ck-content .image.image_resized{max-width:100%;display:block;box-sizing:border-box}.ck-content .image.image_resized img{width:100%}.ck-content .image.image_resized>figcaption{display:block}.ck-content .image{display:table;clear:both;text-align:center;margin:.9em auto;min-width:50px}.ck-content .image img{display:block;margin:0 auto;max-width:100%;min-width:100%}.ck-content .image-inline{display:inline-flex;max-width:100%;align-items:flex-start}.ck-content .image-inline picture{display:flex}.ck-content .image-inline picture,.ck-content .image-inline img{flex-grow:1;flex-shrink:1;max-width:100%}.ck-content .image>figcaption{display:table-caption;caption-side:bottom;word-break:break-word;color:var(--ck-color-image-caption-text);background-color:var(--ck-color-image-caption-background);padding:.6em;font-size:.75em;outline-offset:-1px}.ck-content .marker-yellow{background-color:var(--ck-highlight-marker-yellow)}.ck-content .marker-green{background-color:var(--ck-highlight-marker-green)}.ck-content .marker-pink{background-color:var(--ck-highlight-marker-pink)}.ck-content .marker-blue{background-color:var(--ck-highlight-marker-blue)}.ck-content .pen-red{color:var(--ck-highlight-pen-red);background-color:transparent}.ck-content .pen-green{color:var(--ck-highlight-pen-green);background-color:transparent}.ck-content ol{list-style-type:decimal}.ck-content ol ol{list-style-type:lower-latin}.ck-content ol ol ol{list-style-type:lower-roman}.ck-content ol ol ol ol{list-style-type:upper-latin}.ck-content ol ol ol ol ol{list-style-type:upper-roman}.ck-content ul{list-style-type:disc}.ck-content ul ul{list-style-type:circle}.ck-content ul ul ul,.ck-content ul ul ul ul{list-style-type:square}.ck-content .image-style-block-align-left,.ck-content .image-style-block-align-right{max-width:calc(100% - var(--ck-image-style-spacing))}.ck-content .image-style-align-left,.ck-content .image-style-align-right{clear:none}.ck-content .image-style-side{float:right;margin-left:var(--ck-image-style-spacing);max-width:50%}.ck-content .image-style-align-left{float:left;margin-right:var(--ck-image-style-spacing)}.ck-content .image-style-align-center{margin-left:auto;margin-right:auto}.ck-content .image-style-align-right{float:right;margin-left:var(--ck-image-style-spacing)}.ck-content .image-style-block-align-right{margin-right:0;margin-left:auto}.ck-content .image-style-block-align-left{margin-left:0;margin-right:auto}.ck-content p+.image-style-align-left,.ck-content p+.image-style-align-right,.ck-content p+.image-style-side{margin-top:0}.ck-content .image-inline.image-style-align-left,.ck-content .image-inline.image-style-align-right{margin-top:var(--ck-inline-image-style-spacing);margin-bottom:var(--ck-inline-image-style-spacing)}.ck-content .image-inline.image-style-align-left{margin-right:var(--ck-inline-image-style-spacing)}.ck-content .image-inline.image-style-align-right{margin-left:var(--ck-inline-image-style-spacing)}.ck-content code{background-color:#c7c7c74d;padding:.15em;border-radius:2px}.ck-content blockquote{overflow:hidden;padding-right:1.5em;padding-left:1.5em;margin-left:0;margin-right:0;font-style:italic;border-left:solid 5px hsl(0,0%,80%)}.ck-content[dir=rtl] blockquote{border-left:0;border-right:solid 5px hsl(0,0%,80%)}.ck-content .text-tiny{font-size:.7em}.ck-content .text-small{font-size:.85em}.ck-content .text-big{font-size:1.4em}.ck-content .text-huge{font-size:1.8em}.ck-content .mention{background:var(--ck-color-mention-background);color:var(--ck-color-mention-text)}.ck-content hr{margin:15px 0;height:4px;background:hsl(0,0%,87%);border:0}.ck-content pre{padding:1em;color:#353535;background:hsla(0,0%,78%,.3);border:1px solid hsl(0,0%,77%);border-radius:2px;text-align:left;direction:ltr;-moz-tab-size:4;tab-size:4;white-space:pre-wrap;font-style:normal;min-width:200px}.ck-content pre code{background:unset;padding:0;border-radius:0}@media print{.ck-content .page-break{padding:0}.ck-content .page-break:after{display:none}}#js-show-iframe-wrapper{position:relative;display:flex;align-items:center;justify-content:center;width:100%;min-width:293px;max-width:100%;background:linear-gradient(138.4deg,#38bafe 26.49%,#2d73bc 79.45%);color:#fff;cursor:pointer}#js-show-iframe-wrapper .pos-banner-fluid *{box-sizing:border-box}#js-show-iframe-wrapper .pos-banner-fluid .pos-banner-btn_2{display:block;width:240px;min-height:56px;font-size:18px;line-height:24px;cursor:pointer;background:#0d4cd3;color:#fff;border:none;border-radius:8px;outline:0}#js-show-iframe-wrapper .pos-banner-fluid .pos-banner-btn_2:hover{background:#1d5deb}#js-show-iframe-wrapper .pos-banner-fluid .pos-banner-btn_2:focus{background:#2a63ad}#js-show-iframe-wrapper .pos-banner-fluid .pos-banner-btn_2:active{background:#2a63ad}@-webkit-keyframes fadeInFromNone{0%{display:none;opacity:0}1%{display:block;opacity:0}to{display:block;opacity:1}}@keyframes fadeInFromNone{0%{display:none;opacity:0}1%{display:block;opacity:0}to{display:block;opacity:1}}@font-face{font-family:LatoWebLight;src:url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Light.woff2) format("woff2"),url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Light.woff) format("woff"),url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Light.ttf) format("truetype");font-style:normal;font-weight:400}@font-face{font-family:LatoWeb;src:url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Regular.woff2) format("woff2"),url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Regular.woff) format("woff"),url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Regular.ttf) format("truetype");font-style:normal;font-weight:400}@font-face{font-family:LatoWebBold;src:url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Bold.woff2) format("woff2"),url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Bold.woff) format("woff"),url(https://pos.gosuslugi.ru/bin/fonts/Lato/fonts/Lato-Bold.ttf) format("truetype");font-style:normal;font-weight:400}@font-face{font-family:RobotoWebLight;src:url(https://pos.gosuslugi.ru/bin/fonts/Roboto/Roboto-Light.woff2) format("woff2"),url(https://pos.gosuslugi.ru/bin/fonts/Roboto/Roboto-Light.woff) format("woff"),url(https://pos.gosuslugi.ru/bin/fonts/Roboto/Roboto-Light.ttf) format("truetype");font-style:normal;font-weight:400}@font-face{font-family:RobotoWebRegular;src:url(https://pos.gosuslugi.ru/bin/fonts/Roboto/Roboto-Regular.woff2) format("woff2"),url(https://pos.gosuslugi.ru/bin/fonts/Roboto/Roboto-Regular.woff) format("woff"),url(https://pos.gosuslugi.ru/bin/fonts/Roboto/Roboto-Regular.ttf) format("truetype");font-style:normal;font-weight:400}@font-face{font-family:RobotoWebBold;src:url(https://pos.gosuslugi.ru/bin/fonts/Roboto/Roboto-Bold.woff2) format("woff2"),url(https://pos.gosuslugi.ru/bin/fonts/Roboto/Roboto-Bold.woff) format("woff"),url(https://pos.gosuslugi.ru/bin/fonts/Roboto/Roboto-Bold.ttf) format("truetype");font-style:normal;font-weight:400}@font-face{font-family:ScadaWebRegular;src:url(https://pos.gosuslugi.ru/bin/fonts/Scada/Scada-Regular.woff2) format("woff2"),url(https://pos.gosuslugi.ru/bin/fonts/Scada/Scada-Regular.woff) format("woff"),url(https://pos.gosuslugi.ru/bin/fonts/Scada/Scada-Regular.ttf) format("truetype");font-style:normal;font-weight:400}@font-face{font-family:ScadaWebBold;src:url(https://pos.gosuslugi.ru/bin/fonts/Scada/Scada-Bold.woff2) format("woff2"),url(https://pos.gosuslugi.ru/bin/fonts/Scada/Scada-Bold.woff) format("woff"),url(https://pos.gosuslugi.ru/bin/fonts/Scada/Scada-Bold.ttf) format("truetype");font-style:normal;font-weight:400}@font-face{font-family:Geometria;src:url(https://pos.gosuslugi.ru/bin/fonts/Geometria/Geometria.eot);src:url(https://pos.gosuslugi.ru/bin/fonts/Geometria/Geometria.eot?#iefix) format("embedded-opentype"),url(https://pos.gosuslugi.ru/bin/fonts/Geometria/Geometria.woff) format("woff"),url(https://pos.gosuslugi.ru/bin/fonts/Geometria/Geometria.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Geometria-ExtraBold;src:url(https://pos.gosuslugi.ru/bin/fonts/Geometria/Geometria-ExtraBold.eot);src:url(https://pos.gosuslugi.ru/bin/fonts/Geometria/Geometria-ExtraBold.eot?#iefix) format("embedded-opentype"),url(https://pos.gosuslugi.ru/bin/fonts/Geometria/Geometria-ExtraBold.woff) format("woff"),url(https://pos.gosuslugi.ru/bin/fonts/Geometria/Geometria-ExtraBold.ttf) format("truetype");font-weight:900;font-style:normal}#js-show-iframe-wrapper .bf-2{position:relative;display:grid;grid-template-columns:var(--pos-banner-fluid-2__grid-template-columns);grid-template-rows:var(--pos-banner-fluid-2__grid-template-rows);width:100%;max-width:1060px;font-family:LatoWeb,sans-serif;box-sizing:border-box}#js-show-iframe-wrapper .bf-2__decor{grid-column:var(--pos-banner-fluid-2__decor-grid-column);grid-row:var(--pos-banner-fluid-2__decor-grid-row);padding:var(--pos-banner-fluid-2__decor-padding);background:var(--pos-banner-fluid-2__bg-url) var(--pos-banner-fluid-2__bg-position) no-repeat;background-size:var(--pos-banner-fluid-2__bg-size)}#js-show-iframe-wrapper .bf-2__logo-wrap{position:absolute;top:var(--pos-banner-fluid-2__logo-wrap-top);bottom:var(--pos-banner-fluid-2__logo-wrap-bottom);right:0;display:flex;flex-direction:column;align-items:flex-end;padding:var(--pos-banner-fluid-2__logo-wrap-padding);background:#2d73bc;border-radius:var(--pos-banner-fluid-2__logo-wrap-border-radius)}#js-show-iframe-wrapper .bf-2__logo{width:128px}#js-show-iframe-wrapper .bf-2__slogan{font-family:LatoWebBold,sans-serif;font-size:var(--pos-banner-fluid-2__slogan-font-size);line-height:var(--pos-banner-fluid-2__slogan-line-height);color:#fff}#js-show-iframe-wrapper .bf-2__content{padding:var(--pos-banner-fluid-2__content-padding)}#js-show-iframe-wrapper .bf-2__description{display:flex;flex-direction:column;margin-bottom:24px}#js-show-iframe-wrapper .bf-2__text{margin-bottom:12px;font-size:24px;line-height:32px;font-family:LatoWebBold,sans-serif;color:#fff}#js-show-iframe-wrapper .bf-2__text_small{margin-bottom:0;font-size:16px;line-height:24px;font-family:LatoWeb,sans-serif}#js-show-iframe-wrapper .bf-2__btn-wrap{display:flex;align-items:center;justify-content:center}
