body.modalActive{overflow-x:hidden;overflow-y:hidden;}#modal{z-index:99;display:none;position:fixed;top:0;left:0;background:rgba(0,0,0,0.8);position:fixed;width:100vw;height:100vh;justify-content:center;align-items:center;}#modal.active{display:flex;}#modalContent{position:relative;max-height:calc(100vh - 40px);border-radius:10px;background-color:#fff;cursor:default;padding:20px;font-size:18px;margin:20px;}#modalClose{display:block;position:absolute;top:10px;right:10px;width:30px;height:30px;background-image:url('../images/close.svg');background-size:30px;background-repeat:no-repeat;background-position:center;border:0;background-color:transparent;cursor:pointer;margin:0 auto;}#modalClose:hover{background-image:url('../images/closeHover.svg');}#modalContent.modalsuccess .modalClose,#modalContent.modalerror .modalClose{border:0;background-color:transparent;cursor:pointer;background-color:#e2e800;color:#fff;height:50px;padding:0 20px;font-size:16px;border-radius:5px;margin-top:30px;}#modalContent.modalsuccess .modalClose:hover,#modalContent.modalerror .modalClose:hover{background:#f0f44d;}#modalMessage h2{font-size:24px;margin-bottom:10px;}#modalContent.modalsuccess #modalMessage{padding-top:70px;background-image:url('../images/success.svg');background-size:60px;background-repeat:no-repeat;background-position:top center;text-align:center;}#modalContent.modalerror #modalMessage{padding-top:70px;background-image:url('../images/error.svg');background-size:60px;background-repeat:no-repeat;background-position:top center;text-align:center;}
@font-face{font-family:Roboto;src:url("../fonts/roboto-regular-russian.woff2") format("woff2"),url("../fonts/roboto-regular-russian.woff") format("woff"),url("../fonts/roboto-regular-russian.ttf") format("truetype");font-weight:400;font-style:normal;text-rendering:optimizeLegibility;}html,body{box-sizing:border-box;}*{margin:0;padding:0;font-family:Roboto,serif;box-sizing:border-box;}:active,:hover,:focus{outline:0;outline-offset:0;}.wrapper{box-sizing:border-box;display:block;max-width:1440px;margin-left:auto;margin-right:auto;padding:0 5px;}@media screen and (min-width:720px){.wrapper{padding:0 20px;}}@media screen and (min-width:1480px){.wrapper{padding:0;}}a{color:#000;text-decoration:none;}#mainHeader{width:100%;background:#fff;color:#434343;box-shadow:0 0 16px rgba(0,0,0,.25);position:sticky;top:0;z-index:99;}@media screen and (min-width:900px){#mainHeader{position:static;}}#mainHeader .wrapper{padding:0;height:60px;display:flex;justify-content:space-between;align-items:center;}@media screen and (min-width:730px){#mainHeader .wrapper{height:80px;}}.menu-burger{display:flex;align-items:center;width:60px;height:100%;padding:10px;background-color:#e2e800;}@media screen and (min-width:730px){.menu-burger{width:80px;}}@media screen and (min-width:900px){.menu-burger{display:none;}}.burger-checkbox{position:absolute;visibility:hidden;}.burger{position:relative;cursor:pointer;display:block;position:relative;border:none;background:transparent;width:30px;height:20px;margin:0 auto;}.burger::before,.burger::after{content:'';left:0;position:absolute;display:block;width:100%;height:2px;border-radius:10px;background:#fff;}.burger::before{top:0;box-shadow:0 9px 0 #fff;transition:box-shadow .3s .15s,top .3s .15s,transform .3s;}.burger::after{bottom:0;transition:bottom .3s .15s,transform .3s;}.burger-checkbox:checked + .burger::before{top:9px;transform:rotate(45deg);box-shadow:0 6px 0 rgba(0,0,0,0);transition:box-shadow .15s,top .3s,transform .3s .15s;}.burger-checkbox:checked + .burger::after{bottom:9px;transform:rotate(-45deg);transition:bottom .3s,transform .3s .15s;}.menu-list{z-index:60;top:60px;left:0;bottom:0;position:fixed;padding:20px 0;margin:0;background:#fff;list-style-type:none;transform:translateX(-100%);transition:.3s;width:100%;overflow:auto;border-top:1px solid #d3d3d3;border-right:1px solid #d3d3d3;}@media screen and (min-width:730px){.menu-list{top:80px;width:320px;}}.menu-list:after{height:100%;}.menu-list li[data-lvl="2"]{padding-left:20px;}.menu-list a{display:block;color:#000;line-height:30px;font-size:18px;text-decoration:none;padding-left:60px;background-size:30px;background-repeat:no-repeat;background-position:20px center;}.menu-list a p{padding:10px 20px 10px 10px;}.menu-list li[data-id=""] > a{padding:0;}.menu-list li[data-id=""] > a p{padding:10px 20px;}.menu-list li[data-id="220"] > a{background-image:url("../images/01.svg");}.menu-list li[data-id="221"] > a{background-image:url("../images/02.svg");}.menu-list li[data-id="3"] > a{background-image:url("../images/03.svg");}.menu-list li[data-id="48"] > a{background-image:url("../images/04.svg");}.menu-list li[data-id="64"] > a{background-image:url("../images/05.svg");}.menu-list li[data-id="110"] > a{background-image:url("../images/06.svg");}.menu-list li[data-id="126"] > a{background-image:url("../images/07.svg");}.menu-list li[data-id="134"] > a{background-image:url("../images/08.svg");}.menu-list li[data-id="142"] > a{background-image:url("../images/09.svg");}.menu-list li[data-id="2"] > a{background-image:url("../images/10.svg");}.menu-list li[data-id="137"] > a{background-image:url("../images/11.svg");}.menu-list a:hover{background-color:rgba(255,255,255,.2)}.menu-list li.active a p{background-color:#e2e800;color:#fff;}.burger-checkbox:checked ~ .menu-list{transform:translateX(0);}#logo{display:flex;align-items:center;vertical-align:top;width:150px;height:100%;flex-grow:1;}@media screen and (min-width:360px){#logo{width:160px;}}@media screen and (min-width:640px){#logo{flex-grow:0;}}@media screen and (min-width:730px){#logo{width:200px;}}@media screen and (min-width:1000px){#logo{margin-right:50px;}}#logo img{margin-left:10px;width:120px;}@media screen and (min-width:360px){#logo img{width:140px;}}@media screen and (min-width:730px){#logo img{width:150px;margin:0 auto;}}#phone{display:none;line-height:20px;margin:0 30px;font-size:18px;text-align:center;color:#000;}@media screen and (min-width:900px){#phone{display:flex;}}.time{display:none;min-width:130px;line-height:20px;padding-left:30px;text-align:left;font-size:12px;border-left:1px solid #ccc;color:#444444;}@media screen and (min-width:900px){.time{display:block;}}@media screen and (min-width:1000px){.time{padding-right:30px;}}#search{display:none;position:relative;height:40px;flex-grow:1;padding:0 20px;}@media screen and (min-width:640px){#search{display:block;}}#search .searchInput,#search2 .searchInput{box-sizing:border-box;width:100%;height:40px;padding:0 10px;font-size:16px;line-height:16px;border:0;border:1px solid #D3D3D3;border-radius:5px;}#search2 .searchBtn,#search .searchBtn{position:absolute;top:1px;right:21px;display:block;width:38px;height:38px;background:#fff;border:0;background:url("../images/search.svg");background-repeat:no-repeat;background-position:center;background-size:30px;border:none;cursor:pointer;}#search2{display:block;position:relative;flex-grow:1;vertical-align:middle;box-sizing:border-box;min-width:270px;height:40px;line-height:40px;margin-bottom:20px;padding:0 20px;}@media screen and (min-width:640px){#search2{display:none;}}#phoneBtn{height:100%;background-image:url("../images/phone.png");background-position:center;background-repeat:no-repeat;min-width:40px;background-size:30px;}@media screen and (min-width:730px){#phoneBtn{min-width:60px;background-size:30px;}}@media screen and (min-width:900px){#phoneBtn{display:none;}}#cartBtn{box-sizing:border-box;display:flex;cursor:pointer;position:relative;justify-content:center;margin-right:10px;}#cartIcon{width:60px;height:60px;margin:auto;background-image:url("../images/basket.svg");background-position-x:5px;background-position-y:center;background-repeat:no-repeat;background-size:35px;}@media screen and (min-width:800px){#cartIcon{width:70px;background-position-x:10px;}}#cartCount{position:absolute;bottom:50%;left:50%;background-color:#e2e800;color:#fff;height:20px;line-height:20px;padding:0 8px;border-radius:10px;text-align:center;font-size:12px;}#cartBtn span{font-size:14px;font-weight:normal;}#cartPush{z-index:99999;position:absolute;top:30px;right:-70px;width:200px;height:50px;line-height:50px;background:#05900D;color:#fff;text-align:center;-webkit-box-shadow:5px 5px 15px 5px rgba(0,0,0,0.5);-moz-box-shadow:5px 5px 15px 5px rgba(0,0,0,0.5);box-shadow:5px 5px 15px 5px rgba(0,0,0,0.5);-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);}#cartPush.active{top:100px;right:0px;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}#mainMenu{display:none;z-index:99;width:100%;position:sticky;top:0;}@media screen and (min-width:900px){#mainMenu{display:block;}}#mainMenuWrapper{z-index:99;position:relative;background:#0B1118;}#mainMenu #catalogLink{width:260px;max-width:260px;}#mainMenu #catalogLink > a{background-color:#e2e800;color:#fff;}#mainMenu #catalogLink > a:hover{background-color:#cdd400;}#mainMenu #catalogLink > a span{padding-left:40px;background-image:url("../images/burger.svg");background-size:30px;background-repeat:no-repeat;background-position:left center;}#mainMenu li{list-style:none;}#mainMenu nav > ul{display:flex;justify-content:space-between;}#mainMenu nav > ul > li{position:relative;flex-grow:1;}#mainMenu nav > ul > li > a{color:#d8d8d8;text-decoration:none;display:block;text-align:center;height:56px;line-height:56px;transition:all .2s;}#mainMenu nav > ul > li > a:hover{color:#fff;}#bgShadow{z-index:80;opacity:0;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.4);transform:translateX(-100%);}#bgShadow.active{animation:.5s bgShadowShow forwards;}#bgShadow.hidden{animation:.5s bgShadowHide forwards;}@keyframes bgShadowShow{0%{transform:translateX(-100%);}1%{transform:translateX(0);opacity:0;}100%{transform:translateX(0);opacity:1;}}@keyframes bgShadowHide{0%{opacity:1;transform:translateX(0);}99%{opacity:0;transform:translateX(0);}100%{opacity:0;transform:translateX(-100%);display:none;}}#catalogMenu{z-index:90;display:none;position:absolute;top:100%;left:0;width:100%;max-height:calc(100vh - 58px);overflow-y:auto;}#catalogMenu.active{display:block;}#catalogMenu.active ul:first-child{display:block;}#catalogMenu .wrapper{display:flex;justify-content:left;padding-bottom:12px;}#catalogMenu ul{display:none;position:relative;width:260px;background:#fff;padding:20px 0;}#catalogMenu ul.active{display:block;}#catalogMenu ul:first-child{-webkit-box-shadow:4px 4px 12px 0px rgba(34,60,80,0.2);-moz-box-shadow:4px 4px 12px 0px rgba(34,60,80,0.2);box-shadow:4px 4px 12px 0px rgba(34,60,80,0.2);}#catalogMenu ul:not(:first-child):before{background-image:linear-gradient(90deg,rgba(0,0,0,.1),transparent);content:"";height:100%;left:0;position:absolute;top:0;width:8px;}#catalogMenu ul > li > a > span{display:flex;justify-content:space-between;align-items:center;line-height:20px;padding:10px 20px;transition:all .5s;background:#fff;color:#000;background-size:30px;background-repeat:no-repeat;background-position:20px center;}#catalogMenu ul > li[data-id="220"] > a > span,#catalogMenu ul > li[data-id="221"] > a > span,#catalogMenu ul > li[data-id="3"] > a > span,#catalogMenu ul > li[data-id="48"] > a > span,#catalogMenu ul > li[data-id="64"] > a > span,#catalogMenu ul > li[data-id="110"] > a > span,#catalogMenu ul > li[data-id="126"] > a > span,#catalogMenu ul > li[data-id="134"] > a > span,#catalogMenu ul > li[data-id="142"] > a > span,#catalogMenu ul > li[data-id="2"] > a > span,#catalogMenu ul > li[data-id="137"] > a > span{padding:15px 20px 15px 70px;}#catalogMenu ul > li[data-id="220"] > a > span{background-image:url("../images/01.svg");}#catalogMenu ul > li[data-id="221"] > a > span{background-image:url("../images/02.svg");}#catalogMenu ul > li[data-id="3"] > a > span{background-image:url("../images/03.svg");}#catalogMenu ul > li[data-id="48"] > a > span{background-image:url("../images/04.svg");}#catalogMenu ul > li[data-id="64"] > a > span{background-image:url("../images/05.svg");}#catalogMenu ul > li[data-id="110"] > a > span{background-image:url("../images/06.svg");}#catalogMenu ul > li[data-id="126"] > a > span{background-image:url("../images/07.svg");}#catalogMenu ul > li[data-id="134"] > a > span{background-image:url("../images/08.svg");}#catalogMenu ul > li[data-id="142"] > a > span{background-image:url("../images/09.svg");}#catalogMenu ul > li[data-id="2"] > a > span{background-image:url("../images/10.svg");}#catalogMenu ul > li[data-id="137"] > a > span{background-image:url("../images/11.svg");}i.arrowRight{transform:rotate(45deg);border-right-color:#888;border-right-style:solid;border-right-width:2px;border-top-color:#888;border-top-style:solid;border-top-width:2px;display:block;margin-left:10px;flex-shrink:0;height:8px;transition-duration:225ms;transition-property:border-color;transition-timing-function:cubic-bezier(.4,0,.2,1);width:8px;}#catalogMenu li:hover > a span{background-color:#f4f4f4;color:#e2e800;}.title{font-size:34px;line-height:50px;margin:0 auto;padding-top:20px;padding-bottom:20px;}main{min-height:600px;}footer{}footer li{list-style:none;}.topFooter{background:#0B1118;color:#fff;padding:50px 0;}.topFooter .wrapper{display:flex;justify-content:space-around;flex-direction:column;flex-wrap:wrap;gap:50px;padding:0 20px;}@media screen and (min-width:520px){.topFooter .wrapper{flex-direction:row;}}@media screen and (min-width:980px){.topFooter .wrapper{flex-wrap:nowrap;justify-content:space-between;}}@media screen and (min-width:1480px){.topFooter .wrapper{padding:0;}}@media screen and (min-width:520px){.topFooter .wrapper > div{width:40%;}}@media screen and (min-width:980px){.topFooter .wrapper > div{width:30%;}}.topFooter .wrapper div.timeFooter{min-width:205px;line-height:20px;}.topFooter .header{display:block;line-height:20px;font-size:18px;margin-bottom:20px;}.topFooter a,.topFooter p{display:block;line-height:20px;margin-bottom:10px;color:#d1d1d1;}.topFooter a:hover{color:#fff;text-decoration:underline;}.topFooter span{font-size:14px;}.bottomFooter{background-color:#fff;color:#000;padding:20px 0;}.bottomFooter .wrapper{display:flex;flex-direction:column-reverse;text-align:center;gap:20px;}@media screen and (min-width:980px){.bottomFooter .wrapper{text-align:left;flex-direction:row;}}.bottomFooter .wrapper div{padding:10px 0;vertical-align:middle;}@media screen and (min-width:980px){.bottomFooter .wrapper div{display:inline-block;width:70%;}}@media screen and (min-width:980px){.bottomFooter .wrapper > div:nth-child(1){width:30%;}}.bottomFooter a{color:#e2e800;}.bottomFooter a:hover{text-decoration:underline;}#loadScreen{display:none;z-index:999;position:fixed;top:0;left:0;bottom:0;right:0;background:rgba(0,0,0,0.5);}#loadScreen.active{display:block;}#floatingCirclesG{position:absolute;width:144px;height:144px;top:50%;left:50%;margin:-72px 0 0 -72px;transform:scale(0.6);-o-transform:scale(0.6);-ms-transform:scale(0.6);-webkit-transform:scale(0.6);-moz-transform:scale(0.6);}.f_circleG{position:absolute;background-color:rgb(255,255,255);height:26px;width:26px;border-radius:14px;-o-border-radius:14px;-ms-border-radius:14px;-webkit-border-radius:14px;-moz-border-radius:14px;animation-name:f_fadeG;-o-animation-name:f_fadeG;-ms-animation-name:f_fadeG;-webkit-animation-name:f_fadeG;-moz-animation-name:f_fadeG;animation-duration:1.2s;-o-animation-duration:1.2s;-ms-animation-duration:1.2s;-webkit-animation-duration:1.2s;-moz-animation-duration:1.2s;animation-iteration-count:infinite;-o-animation-iteration-count:infinite;-ms-animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;animation-direction:normal;-o-animation-direction:normal;-ms-animation-direction:normal;-webkit-animation-direction:normal;-moz-animation-direction:normal;}#frotateG_01{left:0;top:59px;animation-delay:0.45s;-o-animation-delay:0.45s;-ms-animation-delay:0.45s;-webkit-animation-delay:0.45s;-moz-animation-delay:0.45s;}#frotateG_02{left:17px;top:17px;animation-delay:0.6s;-o-animation-delay:0.6s;-ms-animation-delay:0.6s;-webkit-animation-delay:0.6s;-moz-animation-delay:0.6s;}#frotateG_03{left:59px;top:0;animation-delay:0.75s;-o-animation-delay:0.75s;-ms-animation-delay:0.75s;-webkit-animation-delay:0.75s;-moz-animation-delay:0.75s;}#frotateG_04{right:17px;top:17px;animation-delay:0.9s;-o-animation-delay:0.9s;-ms-animation-delay:0.9s;-webkit-animation-delay:0.9s;-moz-animation-delay:0.9s;}#frotateG_05{right:0;top:59px;animation-delay:1.05s;-o-animation-delay:1.05s;-ms-animation-delay:1.05s;-webkit-animation-delay:1.05s;-moz-animation-delay:1.05s;}#frotateG_06{right:17px;bottom:17px;animation-delay:1.2s;-o-animation-delay:1.2s;-ms-animation-delay:1.2s;-webkit-animation-delay:1.2s;-moz-animation-delay:1.2s;}#frotateG_07{left:59px;bottom:0;animation-delay:1.35s;-o-animation-delay:1.35s;-ms-animation-delay:1.35s;-webkit-animation-delay:1.35s;-moz-animation-delay:1.35s;}#frotateG_08{left:17px;bottom:17px;animation-delay:1.5s;-o-animation-delay:1.5s;-ms-animation-delay:1.5s;-webkit-animation-delay:1.5s;-moz-animation-delay:1.5s;}@keyframes f_fadeG{0%{background-color:rgb(0,0,0);}100%{background-color:rgb(255,255,255);}}@-o-keyframes f_fadeG{0%{background-color:rgb(0,0,0);}100%{background-color:rgb(255,255,255);}}@-ms-keyframes f_fadeG{0%{background-color:rgb(0,0,0);}100%{background-color:rgb(255,255,255);}}@-webkit-keyframes f_fadeG{0%{background-color:rgb(0,0,0);}100%{background-color:rgb(255,255,255);}}@-moz-keyframes f_fadeG{0%{background-color:rgb(0,0,0);}100%{background-color:rgb(255,255,255);}}
@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64,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');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:translate3d(0px,0,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);-webkit-backface-visibility:hidden;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-cube-shadow,.swiper-3d .swiper-slide{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-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{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-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .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(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{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-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev: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'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
#banners{width:100%;height:100vw;}@media screen and (min-width:780px){#banners{height:33vw;}}.swiper-slide img{width:100%;height:100%;}.desktopImage{display:none;height:33vw;}@media screen and (min-width:780px){.desktopImage{display:block;}}.mobileImage{display:block;height:100vw;}@media screen and (min-width:780px){.mobileImage{display:none;}}.swiper-button-next2{display:none;z-index:90;position:absolute;top:50%;right:10px;background-color:rgba(255,255,255,0.5);background-image:url("../images/arrow-right.svg);background-position:center;background-repeat:no-repeat;background-size:20px;width:60px;height:60px;margin-top:-30px;padding:10px;border-radius:30px;color:#242424;cursor:pointer;}@media screen and (min-width:415px){.swiper-button-next2{display:block;}}.swiper-button-next2:hover{background-color:rgba(255,255,255,1);}.swiper-button-prev2{display:none;z-index:90;position:absolute;top:50%;left:10px;background-color:rgba(255,255,255,0.5);background-image:url("../images/arrow-left.svg);background-position:center;background-repeat:no-repeat;background-size:20px;width:60px;height:60px;margin-top:-30px;padding:10px;border-radius:30px;color:#242424;cursor:pointer;}@media screen and (min-width:415px){.swiper-button-prev2{display:block;}}.swiper-button-prev2:hover{background-color:rgba(255,255,255,1);}#banners .swiper-pagination-bullet{background-color:transparent;height:10px;width:10px;border:1px solid #fff;opacity:1;margin-left:6px;margin-right:6px;}#banners .swiper-pagination-bullet-active{background:#fff;}#catalogTiles .wrapper a:nth-child(1){grid-area:a;}#catalogTiles .wrapper a:nth-child(2){grid-area:b;}#catalogTiles .wrapper a:nth-child(3){grid-area:c;}#catalogTiles .wrapper a:nth-child(4){grid-area:d;}#catalogTiles .wrapper a:nth-child(5){grid-area:e;}#catalogTiles .wrapper a:nth-child(6){grid-area:f;}#catalogTiles .wrapper a{background-size:contain;}#catalogTiles .wrapper{display:grid;grid-template-columns:1fr 1fr;grid-template-areas:"c a" "d a" "b b" "e f";margin:60px auto;padding:0;width:296px;height:576px;gap:16px;}@media screen and (min-width:380px){#catalogTiles .wrapper{width:370px;height:720px;gap:20px;}}@media screen and (min-width:460px){#catalogTiles .wrapper{width:444px;height:864px;gap:24px;}}@media screen and (min-width:640px){#catalogTiles .wrapper{grid-template-columns:1fr 1fr 1fr 1fr;grid-template-areas:"c a b b" "d a e f";width:608px;height:280px;gap:16px;}}@media screen and (min-width:800px){#catalogTiles .wrapper{width:760px;height:350px;gap:20px;}}@media screen and (min-width:960px){#catalogTiles .wrapper{width:912px;height:420px;gap:24px;}}@media screen and (min-width:1300px){#catalogTiles .wrapper{margin-top:120px;margin-bottom:120px;width:1216px;height:560px;gap:32px;}}#catalogTiles .wrapper a:nth-child(3),#catalogTiles .wrapper a:nth-child(4),#catalogTiles .wrapper a:nth-child(5),#catalogTiles .wrapper a:nth-child(6){width:140px;height:132px;}@media screen and (min-width:380px){#catalogTiles .wrapper a:nth-child(3),#catalogTiles .wrapper a:nth-child(4),#catalogTiles .wrapper a:nth-child(5),#catalogTiles .wrapper a:nth-child(6){width:175px;height:165px;}}@media screen and (min-width:460px){#catalogTiles .wrapper a:nth-child(3),#catalogTiles .wrapper a:nth-child(4),#catalogTiles .wrapper a:nth-child(5),#catalogTiles .wrapper a:nth-child(6){width:210px;height:198px;}}@media screen and (min-width:640px){#catalogTiles .wrapper a:nth-child(3),#catalogTiles .wrapper a:nth-child(4),#catalogTiles .wrapper a:nth-child(5),#catalogTiles .wrapper a:nth-child(6){width:140px;height:132px;}}@media screen and (min-width:800px){#catalogTiles .wrapper a:nth-child(3),#catalogTiles .wrapper a:nth-child(4),#catalogTiles .wrapper a:nth-child(5),#catalogTiles .wrapper a:nth-child(6){width:175px;height:165px;}}@media screen and (min-width:960px){#catalogTiles .wrapper a:nth-child(3),#catalogTiles .wrapper a:nth-child(4),#catalogTiles .wrapper a:nth-child(5),#catalogTiles .wrapper a:nth-child(6){width:210px;height:198px;}}@media screen and (min-width:1300px){#catalogTiles .wrapper a:nth-child(3),#catalogTiles .wrapper a:nth-child(4),#catalogTiles .wrapper a:nth-child(5),#catalogTiles .wrapper a:nth-child(6){width:280px;height:264px;}}#catalogTiles .wrapper a:nth-child(1){width:140px;height:280px;background-image:url('../images/140.jpg');}@media screen and (min-width:380px){#catalogTiles .wrapper a:nth-child(1){width:175px;height:350px;background-image:url('../images/175.jpg');}}@media screen and (min-width:460px){#catalogTiles .wrapper a:nth-child(1){width:210px;height:420px;background-image:url('../images/210.jpg');}}@media screen and (min-width:640px){#catalogTiles .wrapper a:nth-child(1){width:140px;height:280px;background-image:url('../images/140.jpg');}}@media screen and (min-width:800px){#catalogTiles .wrapper a:nth-child(1){width:175px;height:350px;background-image:url('../images/175.jpg');}}@media screen and (min-width:960px){#catalogTiles .wrapper a:nth-child(1){width:210px;height:420px;background-image:url('../images/210.jpg');}}@media screen and (min-width:1300px){#catalogTiles .wrapper a:nth-child(1){width:280px;height:560px;background-image:url('../images/280.jpg');}}#catalogTiles .wrapper a:nth-child(2){width:296px;height:132px;background-image:url('../images/296.jpg');}@media screen and (min-width:380px){#catalogTiles .wrapper a:nth-child(2){width:370px;height:165px;background-image:url('../images/370.jpg');}}@media screen and (min-width:460px){#catalogTiles .wrapper a:nth-child(2){width:444px;height:198px;background-image:url('../images/444.jpg');}}@media screen and (min-width:640px){#catalogTiles .wrapper a:nth-child(2){width:296px;height:132px;background-image:url('../images/296.jpg');}}@media screen and (min-width:800px){#catalogTiles .wrapper a:nth-child(2){width:370px;height:165px;background-image:url('../images/370.jpg');}}@media screen and (min-width:960px){#catalogTiles .wrapper a:nth-child(2){width:444px;height:198px;background-image:url('../images/444.jpg');}}@media screen and (min-width:1300px){#catalogTiles .wrapper a:nth-child(2){width:592px;height:264px;background-image:url('../images/592.jpg');}}#catalogTiles .wrapper a:nth-child(3){background-image:url('../images/140_1.jpg');}@media screen and (min-width:380px){#catalogTiles .wrapper a:nth-child(3){background-image:url('../images/175_1.jpg');}}@media screen and (min-width:460px){#catalogTiles .wrapper a:nth-child(3){background-image:url('../images/210_1.jpg');}}@media screen and (min-width:640px){#catalogTiles .wrapper a:nth-child(3){background-image:url('../images/140_1.jpg');}}@media screen and (min-width:800px){#catalogTiles .wrapper a:nth-child(3){background-image:url('../images/175_1.jpg');}}@media screen and (min-width:960px){#catalogTiles .wrapper a:nth-child(3){background-image:url('../images/210_1.jpg');}}@media screen and (min-width:1300px){#catalogTiles .wrapper a:nth-child(3){background-image:url('../images/280_1.jpg');}}#catalogTiles .wrapper a:nth-child(4){background-image:url('../images/140_2.jpg');}@media screen and (min-width:380px){#catalogTiles .wrapper a:nth-child(4){background-image:url('../images/175_2.jpg');}}@media screen and (min-width:460px){#catalogTiles .wrapper a:nth-child(4){background-image:url('../images/210_2.jpg');}}@media screen and (min-width:640px){#catalogTiles .wrapper a:nth-child(4){background-image:url('../images/140_2.jpg');}}@media screen and (min-width:800px){#catalogTiles .wrapper a:nth-child(4){background-image:url('../images/175_2.jpg');}}@media screen and (min-width:960px){#catalogTiles .wrapper a:nth-child(4){background-image:url('../images/210_2.jpg');}}@media screen and (min-width:1300px){#catalogTiles .wrapper a:nth-child(4){background-image:url('../images/280_2.jpg');}}#catalogTiles .wrapper a:nth-child(5){background-image:url('../images/140_3.jpg');}@media screen and (min-width:380px){#catalogTiles .wrapper a:nth-child(5){background-image:url('../images/175_3.jpg');}}@media screen and (min-width:460px){#catalogTiles .wrapper a:nth-child(5){background-image:url('../images/210_3.jpg');}}@media screen and (min-width:640px){#catalogTiles .wrapper a:nth-child(5){background-image:url('../images/140_3.jpg');}}@media screen and (min-width:800px){#catalogTiles .wrapper a:nth-child(5){background-image:url('../images/175_3.jpg');}}@media screen and (min-width:960px){#catalogTiles .wrapper a:nth-child(5){background-image:url('../images/210_3.jpg');}}@media screen and (min-width:1300px){#catalogTiles .wrapper a:nth-child(5){background-image:url('../images/280_3.jpg');}}#catalogTiles .wrapper a:nth-child(6){background-image:url('../images/140_4.jpg');}@media screen and (min-width:380px){#catalogTiles .wrapper a:nth-child(6){background-image:url('../images/175_4.jpg');}}@media screen and (min-width:460px){#catalogTiles .wrapper a:nth-child(6){background-image:url('../images/210_4.jpg');}}@media screen and (min-width:640px){#catalogTiles .wrapper a:nth-child(6){background-image:url('../images/140_4.jpg');}}@media screen and (min-width:800px){#catalogTiles .wrapper a:nth-child(6){background-image:url('../images/175_4.jpg');}}@media screen and (min-width:960px){#catalogTiles .wrapper a:nth-child(6){background-image:url('../images/210_4.jpg');}}@media screen and (min-width:1300px){#catalogTiles .wrapper a:nth-child(6){background-image:url('../images/280_4.jpg');}}#catalogTiles .wrapper a{color:#fff;text-align:center;background-position:center;background-repeat:no-repeat;background-size:cover;cursor:pointer;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease;}#catalogTiles .wrapper a div{display:flex;align-items:center;justify-content:center;text-align:center;width:100%;height:100%;color:#fff;font-size:18px;background:rgba(0,0,0,0.2);-webkit-transition:all 0.3s ease;;-moz-transition:all 0.3s ease;;-o-transition:all 0.3s ease;;transition:all 0.3s ease;}@media screen and (min-width:800px){#catalogTiles .wrapper a div{font-size:22px;}}@media screen and (min-width:1300px){#catalogTiles .wrapper a div{font-size:32px;}}#catalogTiles .wrapper a:hover div{background:rgba(0,0,0,0);}#catalogTiles .wrapper a:hover{box-shadow:rgba(0,0,0,0.25) 0px 14px 28px,rgba(0,0,0,0.22) 0px 10px 10px;-webkit-transform:scale(1.04);-ms-transform:scale(1.04);transform:scale(1.04);}#about{background-color:#203460;color:#fff;font-size:14px;line-height:30px;position:relative;padding:50px 0;background-image:linear-gradient(200deg,#203564,#202f52);}@media screen and (min-width:900px){#about{padding:200px 0;}}#about .wrapper{max-width:1280px;margin-left:20px;margin-right:20px;position:relative;}@media screen and (min-width:1340px){#about .wrapper{margin-left:auto;margin-right:auto;}}#about .about__fire_right{position:absolute;top:0;right:0;width:50vw;}@media screen and (min-width:900px){#about .about__fire_right{width:auto;}}#about .about__fire_left{position:absolute;bottom:0;left:0;width:50vw;}@media screen and (min-width:900px){#about .about__fire_left{width:auto;}}#about .wrapper .about__2000{width:100%;}@media screen and (min-width:1340px){#about .wrapper .about__2000{position:absolute;top:0;left:0;width:100%;}}.aboutContent{padding-top:20px;display:flex;justify-content:space-between;align-items:center;position:relative;flex-direction:column-reverse;}@media screen and (min-width:1340px){.aboutContent{padding-top:170px;}}@media screen and (min-width:1340px){.aboutContent{flex-direction:row;}}.aboutContent div{z-index:20;}.aboutInfo{font-size:18px;line-height:30px;font-weight:bold;}@media screen and (min-width:900px){.aboutInfo{font-size:32px;line-height:48px;}}@media screen and (min-width:1340px){.aboutInfo{width:300px;}}.aboutTitle{text-align:center;}@media screen and (min-width:1340px){.aboutTitle{text-align:left;}}.aboutInfo a{box-sizing:border-box;font-size:16px;height:60px;line-height:20px;display:block;width:300px;margin-top:20px;margin-left:auto;margin-right:auto;padding:20px 32px;border:2px solid #fff;border-radius:50px;color:#fff;text-align:center;}.aboutVideo{width:100%;}@media screen and (min-width:1340px){.aboutVideo{width:800px;}}#aboutVideo{width:100%;height:50vW;}@media screen and (min-width:1340px){#aboutVideo{height:450px;}}.row{margin-top:100px;display:grid;gap:50px 30px;grid-template-columns:1fr 1fr;}.row img{width:72px;height:72px;}.row{color:#e6e6e6;line-height:20px;}@media screen and (min-width:750px){.row{grid-template-columns:1fr 1fr 1fr 1fr;}}.row h3{color:#fff;line-height:20px;padding:20px 0;}.partners{max-width:100%;margin:auto;padding:50px 0;}@media screen and (min-width:640px){.partners{padding:100px 0;}}.partners .header{width:100%;height:50px;line-height:50px;font-size:22px;text-align:center;margin-bottom:25px;}@media screen and (min-width:400px){.partners .header{font-size:28px;}}@media screen and (min-width:640px){.partners .header{height:100px;line-height:100px;font-size:32px;margin-bottom:50px;}}.items-wrap{position:relative;display:flex;overflow:hidden;user-select:none;gap:20px;}.items-wrap:before,.items-wrap:after{content:"";height:100%;top:0;width:10%;position:absolute;z-index:1;pointer-events:none;}.items-wrap:before{left:0;background:linear-gradient(90deg,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);}.items-wrap:after{right:0;background:linear-gradient(90deg,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);}.items{flex-shrink:0;display:flex;gap:20px;counter-reset:item;justify-content:space-around;min-width:100%;}.items div{flex:0 0 auto;width:250px;height:100px;counter-increment:item;display:flex;margin:10px 0;transition:all 0.1s ease-in-out;cursor:pointer;}.items div:hover{transform:scale(1.2);}.items img{width:200px;height:100px;object-fit:scale-down;}.item:before{content:counter(item);}.marquee{animation:scroll 100s linear infinite;}.reverce{animation-direction:reverse;}.items-wrap:hover .marquee{animation-play-state:paused;}@keyframes scroll{from{transform:translateX(0);}to{transform:translateX(calc(-100% - 20px));}}#partners{max-width:100%;margin:auto;padding:100px 0;position:relative;}#partners h2{width:100%;height:50px;line-height:50px;font-size:34px;text-align:center;margin-bottom:50px;}#partners .leftShadow{position:absolute;top:0;left:0;bottom:0;height:100%;width:100px;background:linear-gradient(90deg,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);}#partners .rightShadow{position:absolute;top:0;right:0;bottom:0;height:100%;width:100px;background:linear-gradient(90deg,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);}#carousel{overflow:hidden;display:flex;> *{flex:0 0 100%;}&:hover .group{animation-play-state:paused;}}#carousel .group{display:flex;gap:50px;padding-right:50px;will-change:transform;animation:scrolling 120s linear infinite;}#carousel .group > img{width:175px;height:105px;display:flex;margin:10px 0;transition:all 0.1s ease-in-out;cursor:pointer;overflow:hidden;image-rendering:optimizeQuality;}#carousel .group > img:hover{transform:scale(1.2);}@keyframes scrolling{0%{transform:translateX(0);}100%{transform:translateX(-100%);}}