@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap);
:root{--blue: #726abf;--blue-two: #01aae6;--blue-three: #88abe9;--light-blue: #e7e7fd;--white: #ffffff;--white-two: #f2f6fc;--white-three: #f3f4f5;--white-four: #f2f7ff;--black: #1e354e;--black-two: #000233;--grey: #828d9e;--grey-two: #b8b8b8;--yellow: #fbb605;--yellow-two: #fcc875;--yellow-three: #faedda}[class*=-container]{display:flex;flex-direction:column;justify-content:flex-start;flex-wrap:nowrap;}html{box-sizing:border-box}*,*::after,*::before{box-sizing:border-box}body{font-family:"Roboto",sans-serif;font-weight:400;margin:0px;min-height:100vh;display:flex;flex-direction:column}main{display:flex;flex-direction:column;flex:1;padding-top:100px;overflow:hidden}@media screen and (max-width: 768px){main{padding-top:75px}}main.active{padding-top:147px}@media screen and (max-width: 768px){main.active{padding-top:130px}}.home main{padding-top:0}@media screen and (max-width: 768px){.home main{padding-top:0px}}ul{list-style:none;padding-left:0px;margin:0}h1,h2,h3,h4,h5,h6,p{margin:0}a{text-decoration:none;color:inherit}address{font-style:normal}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;border:0;padding:0;white-space:nowrap;clip-path:inset(100%);clip:rect(0 0 0 0);overflow:hidden}.invisible{opacity:0}@keyframes slide-in-left{0%{transform:translateX(-1000px);opacity:0}100%{transform:translateX(0);opacity:1}}.slide-in-left{animation:slide-in-left .5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both}@keyframes slide-in-right{0%{transform:translateX(1000px);opacity:0}100%{transform:translateX(0);opacity:1}}.slide-in-right{animation:slide-in-right .5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both}@keyframes fade-in{0%{opacity:0}100%{opacity:1}}.fade-in{animation:fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) 1s both}.fade-in2{animation:fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both}@keyframes fade-in-bottom{0%{transform:translateY(50px);opacity:0}100%{transform:translateY(0);opacity:1}}.fade-in-bottom{animation:fade-in-bottom .6s cubic-bezier(0.39, 0.575, 0.565, 1) 1s both}body.menu-open{overflow:hidden}.header-container .header{width:100%;margin:0 auto;position:relative;transition:all .3s ease}.header-container .header.header-fixed{position:fixed;top:0;left:0;right:0;z-index:1000;background-color:#fff;box-shadow:0 2px 10px rgba(0,0,0,.1)}.header-container .header .header-top{background-color:#00479f}.header-container .header .header-top .header-top-wrap{display:flex;justify-content:space-between;max-width:1520px;width:100%;margin:0 auto;padding:14px 40px}@media screen and (max-width: 768px){.header-container .header .header-top .header-top-wrap{padding:14px 30px}}.header-container .header .header-top .header-top-wrap .header-phone{position:relative;padding-left:32px;color:#fff;font-size:15px;font-style:normal;font-weight:400;line-height:1.077;display:flex;align-items:center}.header-container .header .header-top .header-top-wrap .header-phone::before{content:"";position:absolute;top:50%;left:0;transform:translateY(-50%);width:20px;height:20px;background-image:url(assets/phone.svg);background-size:contain;background-repeat:no-repeat}@media screen and (max-width: 768px){.header-container .header .header-top .header-top-wrap .header-phone{display:none}}.header-container .header .header-top .header-top-wrap .header-social-networks{display:flex;align-items:center;gap:32px}@media screen and (max-width: 768px){.header-container .header .header-top .header-top-wrap .header-social-networks{width:100%;justify-content:space-around}}.header-container .header .header-top .header-top-wrap .header-social-networks a{display:flex;align-items:center;justify-content:center;width:20px;height:20px}.header-container .header .header-top .header-top-wrap .header-address{display:flex;align-items:center;gap:10px;font-size:15px;font-weight:400;line-height:1.077;color:#fff}.header-container .header .header-top .header-top-wrap .header-address img{width:20px;height:20px}@media screen and (max-width: 768px){.header-container .header .header-top .header-top-wrap .header-address img{display:none}}@media screen and (max-width: 768px){.header-container .header .header-top .header-top-wrap .header-address .address-link{display:none}}.header-container .header .header-bottom .header-bottom-wrap{display:flex;justify-content:space-between;max-width:1520px;width:100%;margin:0 auto;padding:23px 40px}@media screen and (max-width: 768px){.header-container .header .header-bottom .header-bottom-wrap{justify-content:space-between;align-items:center;padding:0px 20px}}@media screen and (max-width: 768px){.header-container .header .header-bottom .header-bottom-wrap .header-logo{flex:1;display:flex;justify-content:center;order:2}}.header-container .header .header-bottom .header-bottom-wrap .header-logo img{display:block;width:100%;max-width:260px}@media screen and (max-width: 768px){.header-container .header .header-bottom .header-bottom-wrap .header-logo img{max-width:210px}}.header-container .header .header-bottom .header-bottom-wrap .header-nav{display:flex;align-items:center}.header-container .header .header-bottom .header-bottom-wrap .header-nav ul{display:flex;align-items:center;gap:100px}@media screen and (max-width: 1280px){.header-container .header .header-bottom .header-bottom-wrap .header-nav ul{gap:25px}}.header-container .header .header-bottom .header-bottom-wrap .header-nav ul li a{color:#00479f;text-align:center;font-size:16px;font-weight:600;line-height:1.2;letter-spacing:.08px}.header-container .header .header-bottom .header-bottom-wrap .header-bottom-socials{display:flex;align-items:center;gap:26px}.header-container .header .header-bottom .header-bottom-wrap .header-bottom-socials a{display:flex;align-items:center;justify-content:center;width:33px;height:33px}@media screen and (max-width: 1000px){.header-container .header .header-bottom .header-bottom-wrap .header-bottom-socials a{display:none}}.header-container .header .header-bottom .header-bottom-wrap .header-bottom-socials .place-order{display:flex;align-items:center;justify-content:center;color:#00479f;border-radius:4px;border:2px solid #00479f;padding:16px 20px;background-color:rgba(0,0,0,0);cursor:pointer;font-size:16px;font-style:normal;font-weight:400;line-height:14px;width:auto;height:auto}@media screen and (max-width: 880px){.header-container .header .header-bottom .header-bottom-wrap .header-bottom-socials .place-order{display:none}}@media screen and (max-width: 768px){.header-container .header .header-bottom .header-bottom-wrap .header-bottom-socials{display:none}}.header-container .header .header-bottom .header-bottom-wrap .burger-button{display:none;flex-direction:column;justify-content:center;align-items:center;width:20px;height:20px;background:none;border:none;cursor:pointer;padding:0;background-image:url(assets/burger.svg);background-size:contain;background-repeat:no-repeat;background-position:center;transition:all .3s ease}@media screen and (max-width: 768px){.header-container .header .header-bottom .header-bottom-wrap .burger-button{display:flex;flex-shrink:0;order:1}}.header-container .header .header-bottom .header-bottom-wrap .burger-button.active{background-image:url(assets/close.svg)}@media screen and (max-width: 768px){.header-container .header .header-bottom .header-bottom-wrap .header-nav{display:none}}@media screen and (max-width: 768px){.header-container .header .header-bottom .header-bottom-wrap::after{content:"";width:20px;height:20px;order:3}}.header-container .header .burger-menu{position:absolute;top:100%;left:0;width:100%;height:calc(100vh - 90px);background-color:#fff;z-index:1000;opacity:0;visibility:hidden;transition:all .3s ease}.header-container .header .burger-menu.active{opacity:1;visibility:visible}.header-container .header .burger-menu .burger-menu-content{padding:20px;display:flex;flex-direction:column;justify-content:space-between;height:90%}@media screen and (max-width: 768px){.header-container .header .burger-menu .burger-menu-content .burger-menu-top .burger-nav .menu-header-menu-container{display:flex;justify-content:flex-start;margin-bottom:20px}}.header-container .header .burger-menu .burger-menu-content .burger-menu-top .burger-nav .menu-header-menu-container ul{display:flex;flex-direction:column;gap:20px}.header-container .header .burger-menu .burger-menu-content .burger-menu-top .burger-nav .menu-header-menu-container ul li a{color:#00479f;text-align:center;font-size:16px;font-style:normal;font-weight:600;line-height:1.2;letter-spacing:.08px}.header-container .header .burger-menu .burger-menu-content .burger-menu-top .burger-socials{display:flex;flex-direction:column;gap:20px}@media screen and (max-width: 768px){.header-container .header .burger-menu .burger-menu-content .burger-menu-top .burger-socials{flex-direction:column-reverse}}.header-container .header .burger-menu .burger-menu-content .burger-menu-top .burger-socials .burger-socials-wrap{display:flex;align-items:center;gap:20px}.header-container .header .burger-menu .burger-menu-content .burger-menu-top .burger-socials .burger-socials-wrap a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#f8f9fa;border-radius:50%;transition:background-color .3s ease}.header-container .header .burger-menu .burger-menu-content .burger-menu-top .burger-socials .burger-socials-wrap a:hover{background-color:#e9ecef}.header-container .header .burger-menu .burger-menu-content .burger-menu-top .burger-socials .place-order{color:#00479f;border-radius:4px;border:2px solid #00479f;padding:16px 20px;display:flex;align-items:center;justify-content:center;background-color:rgba(0,0,0,0);cursor:pointer;font-size:16px;font-style:normal;font-weight:400;line-height:14px;width:100%;margin-top:10px}.header-container .header .burger-menu .burger-menu-content .burger-menu-bottom{display:flex;flex-direction:column;gap:20px}.header-container .header .burger-menu .burger-menu-content .burger-menu-bottom .header-phone{padding-left:30px;position:relative}.header-container .header .burger-menu .burger-menu-content .burger-menu-bottom .header-phone::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:20px;height:20px;background-image:url(assets/phone.svg);background-size:contain;background-repeat:no-repeat;filter:brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%)}.header-container .header .burger-menu .burger-menu-content .burger-menu-bottom .header-address a{padding-left:30px;position:relative}.header-container .header .burger-menu .burger-menu-content .burger-menu-bottom .header-address a::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:20px;height:20px;background-image:url(assets/geo.svg);background-size:contain;background-repeat:no-repeat;filter:brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%)}.footer-container{display:flex;flex-direction:column;border-top:1px solid #000}.footer-container .footer-top{background:#f9f9f9}.footer-container .footer-top .footer-top-wrap{display:flex;gap:40px;align-items:flex-start;max-width:1220px;width:100%;margin:0 auto;padding:40px}@media screen and (max-width: 1000px){.footer-container .footer-top .footer-top-wrap{display:grid;grid-template-columns:1fr .7fr;row-gap:40px;-moz-column-gap:30px;column-gap:30px}}@media screen and (max-width: 768px){.footer-container .footer-top .footer-top-wrap{display:flex;flex-direction:column;gap:30px;align-items:center;padding:40px 20px}}@media screen and (max-width: 480px){.footer-container .footer-top .footer-top-wrap{align-items:unset}}.footer-container .footer-top .footer-top-wrap .footer-text{flex:1;max-width:345px;width:100%;color:#222;font-size:14px;font-style:normal;font-weight:400;line-height:1.2;letter-spacing:.07px}@media screen and (max-width: 768px){.footer-container .footer-top .footer-top-wrap .footer-text{order:2;max-width:420px}}.footer-container .footer-top .footer-top-wrap .footer-logo{flex:1}@media screen and (max-width: 1000px){.footer-container .footer-top .footer-top-wrap .footer-logo{grid-column:1/3;grid-row:1/2;justify-self:center;align-self:center;width:100%}.footer-container .footer-top .footer-top-wrap .footer-logo img{display:block;margin:0 auto;max-width:unset;width:100%}}@media screen and (max-width: 768px){.footer-container .footer-top .footer-top-wrap .footer-logo{order:1}}.footer-container .footer-top .footer-top-wrap .footer-logo .header-logo img{display:block;max-width:423px;width:100%}.footer-container .footer-top .footer-top-wrap .footer-questions{flex:.7;display:flex;align-items:flex-start;gap:20px}@media screen and (max-width: 768px){.footer-container .footer-top .footer-top-wrap .footer-questions{order:3}}.footer-container .footer-top .footer-top-wrap .footer-questions .footer-questions-icon{display:block;max-width:37px;width:100%}.footer-container .footer-top .footer-top-wrap .footer-questions .footer-questions-wrap{display:flex;flex-direction:column;gap:16px;padding-top:10px}.footer-container .footer-top .footer-top-wrap .footer-questions .footer-questions-wrap .footer-questions-text{color:#222;font-size:14px;font-style:normal;font-weight:500;line-height:1.2;letter-spacing:.07px}.footer-container .footer-top .footer-top-wrap .footer-questions .footer-questions-wrap .footer-questions-phone{color:#222;font-size:20px;font-style:normal;font-weight:500;line-height:1.2;letter-spacing:.1px}.footer-container .footer-top .footer-top-wrap .footer-questions .footer-questions-wrap .footer-questions-address{color:#222;font-size:12px;font-style:normal;font-weight:400;line-height:1.2;letter-spacing:.06px}.footer-container .footer-top .footer-top-wrap .footer-questions .footer-questions-wrap .footer-map{color:#00479f;font-size:12px;font-weight:400;line-height:1.2;letter-spacing:.06px;padding-left:32px;position:relative}.footer-container .footer-top .footer-top-wrap .footer-questions .footer-questions-wrap .footer-map::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:20px;height:20px;background-image:url(assets/geo.svg);background-size:contain;background-repeat:no-repeat;filter:brightness(0) saturate(100%) invert(20%) sepia(100%) saturate(2000%) hue-rotate(200deg) brightness(100%) contrast(100%)}.footer-container .footer-bottom{background-color:#222;color:#fff;font-size:12px;padding:16px 20px;font-style:normal;font-weight:400;line-height:1.2;text-align:center}.footer-container .footer-bottom .footer-bottom-wrap{display:flex;justify-content:center;align-items:center;gap:12px;margin-top:12px}.footer-container .footer-bottom .footer-bottom-wrap img{max-width:34px;width:100%}@media screen and (min-width: 768px){.footer-container .footer-bottom .footer-bottom-wrap{display:none}}.footer-container .footer-bottom .header-lang-switcher{position:relative;display:flex;align-items:center;justify-content:center}.footer-container .footer-bottom .header-lang-switcher .lang-switcher-toggle{display:flex;align-items:center;gap:5px;background:rgba(0,0,0,0);border:none;cursor:pointer;padding:5px}.footer-container .footer-bottom .header-lang-switcher .lang-switcher-toggle img{width:20px;height:auto}@media screen and (max-width: 768px){.footer-container .footer-bottom .header-lang-switcher .lang-switcher-toggle img{display:flex}}.footer-container .footer-bottom .header-lang-switcher .lang-dropdown-menu{position:absolute;bottom:100%;right:50%;transform:translateX(50%);background:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:0 2px 10px rgba(0,0,0,.1);list-style:none;padding:5px 0;margin:5px 0 0 0;min-width:150px;display:none;z-index:1000}.footer-container .footer-bottom .header-lang-switcher .lang-dropdown-menu img{width:20px;height:auto}@media screen and (max-width: 768px){.footer-container .footer-bottom .header-lang-switcher .lang-dropdown-menu img{display:flex}}.footer-container .footer-bottom .header-lang-switcher.active .lang-dropdown-menu{display:block}.footer-container .footer-bottom .header-lang-switcher .lang-dropdown-item{margin:0}.footer-container .footer-bottom .header-lang-switcher .lang-dropdown-item .lang-link{display:flex;align-items:center;gap:10px;padding:8px 15px;text-decoration:none;color:#333;transition:background .2s}.footer-container .footer-bottom .header-lang-switcher .lang-dropdown-item .lang-link:hover{background:#f5f5f5}.footer-container .footer-bottom .header-lang-switcher .lang-dropdown-item .lang-link .lang-name{font-size:14px}.footer-container .footer-bottom .header-lang-switcher .lang-dropdown-item.active .lang-link{background:#f0f0f0;font-weight:bold}.hero-container .hero{max-width:1520px;width:100%;margin:0 auto;padding:108px 40px 80px 40px;background-image:url(assets/hero.png);background-size:cover;background-position:center;background-repeat:no-repeat}.hero-container .hero .hero-wrap{display:flex;align-items:center;justify-content:center;margin-bottom:20px;gap:24px}@media screen and (max-width: 768px){.hero-container .hero .hero-wrap{flex-direction:column;gap:30px;margin-bottom:30px}}.hero-container .hero .hero-wrap img{max-width:128px;width:100%}@media screen and (max-width: 768px){.hero-container .hero .hero-wrap img{max-width:57px}}.hero-container .hero .hero-wrap .hero-title{color:#fff;text-align:center;font-size:60px;font-style:normal;font-weight:500;line-height:1.2;text-transform:uppercase}@media screen and (max-width: 768px){.hero-container .hero .hero-wrap .hero-title{font-size:32px}}.hero-container .hero .hero-link{display:block;max-width:310px;margin:0 auto;width:100%;padding:16px;background-color:#00479f;font-size:16px;font-style:normal;font-weight:400;line-height:1.4;color:#fff;border-radius:4px;background:#00479f;text-align:center}.rings-container .rings{max-width:1520px;width:100%;margin:0 auto;background-color:#f4f4f4;position:relative;overflow:hidden}.rings-container .rings::before{content:"";position:absolute;top:50%;right:0;transform:translateY(-50%);width:497px;height:385px;background-image:url(assets/rings-bg.png);background-size:cover;background-position:center;background-repeat:no-repeat}@media screen and (max-width: 768px){.rings-container .rings::before{top:62%;right:-76px;transform:translateY(-58%);width:239px;height:186px}}.rings-container .rings .rings-wrap{max-width:1220px;width:100%;margin:0 auto;padding:50px 40px 40px 40px}@media screen and (max-width: 768px){.rings-container .rings .rings-wrap{padding:40px 20px}}.rings-container .rings .rings-wrap .rings-title{color:#090909;font-size:28px;font-style:normal;font-weight:600;line-height:normal;margin-bottom:40px}@media screen and (max-width: 768px){.rings-container .rings .rings-wrap .rings-title{font-size:24px}}.rings-container .rings .rings-wrap .rings-list-content{display:flex;max-width:777px;width:100%}@media screen and (max-width: 1140px){.rings-container .rings .rings-wrap .rings-list-content{flex-direction:column;gap:36px}}@media screen and (max-width: 768px){.rings-container .rings .rings-wrap .rings-list-content{gap:20px}}.rings-container .rings .rings-wrap .rings-list-content .rings-list{display:flex;flex-direction:column;gap:36px;flex:1}@media screen and (max-width: 768px){.rings-container .rings .rings-wrap .rings-list-content .rings-list{gap:20px}}.rings-container .rings .rings-wrap .rings-list-content .rings-list .rings-item{padding-left:50px;color:#090909;font-size:26px;font-style:normal;font-weight:400;line-height:1.2;letter-spacing:.13px;position:relative;flex:1}@media screen and (max-width: 768px){.rings-container .rings .rings-wrap .rings-list-content .rings-list .rings-item{font-size:18px}}.rings-container .rings .rings-wrap .rings-list-content .rings-list .rings-item::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:18px;height:18px;border-radius:3px;background:#00479f}.rings-container .rings .rings-wrap .rings-list-content .rings-list-wrap{flex:1}.rings-container .rings .rings-wrap .rings-list-content .rings-list-wrap .rings-list{margin-bottom:36px}.rings-container .rings .rings-wrap .rings-list-content .rings-list-wrap .rings-list .rings-item{font-size:26px;font-style:normal;font-weight:400;line-height:1.2;letter-spacing:.13px}@media screen and (max-width: 768px){.rings-container .rings .rings-wrap .rings-list-content .rings-list-wrap .rings-list .rings-item{font-size:18px}}.rings-container .rings .rings-wrap .rings-list-content .rings-list-wrap .rings-link{text-align:center;display:block;padding:16px;max-width:196px;width:100%;border-radius:4px;border:2px solid #00479f;color:#00479f;font-size:16px;font-style:normal;font-weight:400;line-height:14px}@media screen and (max-width: 768px){.rings-container .rings .rings-wrap .rings-list-content .rings-list-wrap .rings-link{max-width:100%}}.tools-container{max-width:1220px;width:100%;margin:0 auto;padding:40px}@media screen and (max-width: 768px){.tools-container{padding:40px 20px}}.tools-container .tools{width:100%;display:flex;flex-direction:column;gap:40px;margin:0 auto}.tools-container .tools .tools-wrap{display:flex;flex-direction:column;gap:20px}.tools-container .tools .tools-wrap p{color:#090909;text-align:center;font-size:24px;font-style:normal;font-weight:400;line-height:1.2;letter-spacing:.12px}@media screen and (max-width: 768px){.tools-container .tools .tools-wrap p{font-size:18px}}.tools-container .tools .tools-image{width:100%;height:370px;max-width:1140px;background-image:url(assets/tools-image.webp);background-size:cover;background-position:center;background-repeat:no-repeat}@media screen and (max-width: 768px){.tools-container .tools .tools-image{background-image:url(assets/tools-mob-image.webp)}}.tools-container .tools .tools-link{margin:0 auto;text-align:center;display:block;padding:16px;max-width:312px;width:100%;color:#00479f;font-size:16px;font-style:normal;font-weight:400;line-height:14px;border-radius:4px;border:2px solid #00479f}@media screen and (max-width: 768px){.tools-container .tools .tools-link{max-width:100%}}.industries-container .industries{max-width:1220px;width:100%;margin:0 auto;padding:40px}@media screen and (max-width: 768px){.industries-container .industries{padding:20px}}.industries-container .industries .industries-title{color:#00479f;text-align:center;font-size:40px;font-style:normal;font-weight:700;line-height:normal;text-transform:uppercase;margin-bottom:40px}@media screen and (max-width: 768px){.industries-container .industries .industries-title{font-size:22px;margin-bottom:35px}}.industries-container .industries ul{display:grid;grid-template-columns:repeat(4, 1fr);row-gap:30px;justify-items:center}@media screen and (max-width: 768px){.industries-container .industries ul{grid-template-columns:repeat(2, 1fr);row-gap:20px}}@media screen and (max-width: 480px){.industries-container .industries ul{grid-template-columns:repeat(1, 1fr);row-gap:10px}}.industries-container .industries ul li{display:flex;flex-direction:column;align-items:center;text-align:center;gap:15px;max-width:220px}.industries-container .industries ul li img{width:auto;height:100%;max-height:140px;-o-object-fit:contain;object-fit:contain}.infringement-container .infringement{max-width:1520px;width:100%;margin:0 auto;padding:40px}@media screen and (max-width: 768px){.infringement-container .infringement{padding:20px}}.infringement-container .infringement .infringement-title{color:#00479f;text-align:center;font-size:40px;font-style:normal;font-weight:700;line-height:normal;text-transform:uppercase;max-width:880px;margin:0 auto;margin-bottom:40px}@media screen and (max-width: 768px){.infringement-container .infringement .infringement-title{font-size:22px}}.infringement-container .infringement .infringement-content{display:flex;gap:80px}@media screen and (max-width: 980px){.infringement-container .infringement .infringement-content{gap:35px}}@media screen and (max-width: 768px){.infringement-container .infringement .infringement-content{flex-direction:column;gap:20px}}.infringement-container .infringement .infringement-content img{display:block;width:50%;-o-object-fit:cover;object-fit:cover}@media screen and (max-width: 768px){.infringement-container .infringement .infringement-content img{width:100%}}.infringement-container .infringement .infringement-content .infringement-block{max-width:540px;display:flex;flex-direction:column;gap:20px;justify-content:center}.infringement-container .infringement .infringement-content .infringement-block p{color:#090909;font-size:18px;font-style:normal;font-weight:400;line-height:1.2;letter-spacing:.09px}.infringement-container .infringement .infringement-content .infringement-block .infringement-text-blue{color:#00479f}.materials-container{margin-bottom:60px}.materials-container .materials{max-width:1430px;width:100%;margin:0 auto;padding:0 40px}@media screen and (max-width: 768px){.materials-container .materials{padding:0 20px}}.materials-container .materials .materials-title{color:#00479f;text-align:center;font-size:32px;font-style:normal;font-weight:700;line-height:normal;text-transform:uppercase;margin-bottom:40px}@media screen and (max-width: 768px){.materials-container .materials .materials-title{font-size:20px;margin-bottom:20px}}.materials-container .materials .materials-tabs{display:grid;grid-template-columns:repeat(7, 1fr);margin-bottom:40px}@media screen and (max-width: 1380px){.materials-container .materials .materials-tabs{grid-template-columns:repeat(5, 1fr)}}@media screen and (max-width: 980px){.materials-container .materials .materials-tabs{grid-template-columns:repeat(4, 1fr)}}@media screen and (max-width: 768px){.materials-container .materials .materials-tabs{grid-template-columns:repeat(2, 1fr);margin-bottom:20px}}.materials-container .materials .materials-tabs{gap:12px}.materials-container .materials .materials-tabs li{text-align:center;padding:12px 7px;font-size:18px;font-weight:400;line-height:1.2;letter-spacing:.09px;border-radius:8px;border:1px solid #dfeeff;background:#fff;box-shadow:0 2.764px 4.9px 0 rgba(0,0,0,.1);cursor:pointer;transition:all .3s ease}.materials-container .materials .materials-tabs li:hover{background:#00479f;color:#fff}.materials-container .materials .materials-tabs li.active{background:#f0f6fc;border:1px solid #00479f;color:#00479f}.materials-container .materials .materials-tabs .materials-link{background:#00479f;color:#fff}.materials-container .materials .materials-content{display:flex;gap:30px;width:100%;margin:0 auto}@media screen and (max-width: 980px){.materials-container .materials .materials-content{gap:12px}}@media screen and (max-width: 768px){.materials-container .materials .materials-content{flex-direction:column}}.materials-container .materials .materials-content .materials-content-item{display:none;opacity:0;visibility:hidden;transition:all .3s ease;gap:30px;width:100%;margin:0 auto}@media screen and (max-width: 980px){.materials-container .materials .materials-content .materials-content-item{gap:12px}}@media screen and (max-width: 768px){.materials-container .materials .materials-content .materials-content-item{flex-direction:column}}.materials-container .materials .materials-content .materials-content-item.active{display:flex;opacity:1;visibility:visible;transition:all .3s ease}.materials-container .materials .materials-content .first-block{border-radius:16px;background:#fff;padding:24px;flex:1;box-shadow:0 -3px 13.5px 0 rgba(0,0,0,.05),0 7px 7px 0 rgba(0,0,0,.05)}@media screen and (max-width: 768px){.materials-container .materials .materials-content .first-block{padding:12px}}.materials-container .materials .materials-content .first-block .first-block-wrapper{display:flex;gap:16px;margin-bottom:16px}.materials-container .materials .materials-content .first-block .first-block-wrapper .first-block-image{max-width:60px;width:100%;height:60px;border-radius:12px;background:#e9efff;display:flex;align-items:center;justify-content:center;padding:8px}.materials-container .materials .materials-content .first-block .first-block-wrapper .first-block-image img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.materials-container .materials .materials-content .first-block .first-block-wrapper .first-block-wrap{display:flex;flex-direction:column;gap:8px}.materials-container .materials .materials-content .first-block .first-block-wrapper .first-block-wrap .first-block-title{color:#00479f;font-size:20px;font-style:normal;font-weight:700;line-height:normal;text-transform:uppercase}@media screen and (max-width: 768px){.materials-container .materials .materials-content .first-block .first-block-wrapper .first-block-wrap .first-block-title{font-size:15px}}.materials-container .materials .materials-content .first-block .first-block-wrapper .first-block-wrap .first-block-text{color:#75777a;font-size:14px;font-style:normal;font-weight:500;line-height:1.2;letter-spacing:.07px}.materials-container .materials .materials-content .first-block .temperature-block{font-size:14px;font-style:normal;font-weight:400;line-height:1.2;letter-spacing:.07px;position:relative;border-radius:100px;background:#f0f0f0;padding:6px 12px 6px 40px;width:-moz-fit-content;width:fit-content}.materials-container .materials .materials-content .first-block .temperature-block::before{content:"";position:absolute;left:12px;top:50%;transform:translateY(-50%);width:20px;height:20px;background-image:url(assets/thermometer.svg);background-size:cover;background-position:center;background-repeat:no-repeat}.materials-container .materials .materials-content .second-block{display:flex;flex-direction:column;gap:24px;flex:1;border-radius:16px;background:#fff;padding:24px;box-shadow:0 -3px 13.5px 0 rgba(0,0,0,.05),0 7px 7px 0 rgba(0,0,0,.05)}@media screen and (max-width: 768px){.materials-container .materials .materials-content .second-block{padding:12px}}.materials-container .materials .materials-content .second-block .second-block-title{color:#313643;font-size:18px;font-style:normal;font-weight:700;line-height:normal}.materials-container .materials .materials-content .second-block ul{display:grid;grid-template-columns:repeat(2, 1fr);gap:16px 40px}@media screen and (max-width: 1024px){.materials-container .materials .materials-content .second-block ul{grid-template-columns:repeat(1, 1fr)}}.materials-container .materials .materials-content .second-block ul li{font-size:16px;font-style:normal;font-weight:400;line-height:1.2;letter-spacing:.08px;padding-left:28px;position:relative;align-content:center}.materials-container .materials .materials-content .second-block ul li::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:20px;height:20px;background-image:url(assets/tool.svg);background-size:cover;background-position:center}.reliability-container .reliability{max-width:1520px;width:100%;margin:0 auto;padding:117px 40px;background-image:url(assets/reability.png);background-size:cover;background-position:center;background-repeat:no-repeat}@media screen and (max-width: 768px){.reliability-container .reliability{padding:115px 20px;background-image:url(assets/reability-mob.png)}}.reliability-container .reliability .reliability-content{max-width:1140px;width:100%;margin:0 auto;display:flex;align-items:center;gap:87px}@media screen and (max-width: 1024px){.reliability-container .reliability .reliability-content{gap:50px}}@media screen and (max-width: 768px){.reliability-container .reliability .reliability-content{flex-direction:column;gap:24px}}.reliability-container .reliability .reliability-content .reliability-wrap{max-width:745px;width:100%}.reliability-container .reliability .reliability-content .reliability-wrap .reliability-title{color:#fff;font-size:32px;font-style:normal;font-weight:500;line-height:1.2;text-transform:uppercase;margin-bottom:24px}@media screen and (max-width: 768px){.reliability-container .reliability .reliability-content .reliability-wrap .reliability-title{font-size:21px;font-weight:500;line-height:1.2;text-transform:uppercase}}.reliability-container .reliability .reliability-content .reliability-wrap .reliability-text{color:#fff;font-size:18px;font-style:normal;font-weight:400;line-height:normal}.reliability-container .reliability .reliability-content .reliability-link{display:block;max-width:310px;margin:0 auto;width:100%;padding:16px;font-size:16px;font-style:normal;font-weight:400;line-height:14px;color:#fff;border-radius:4px;text-align:center;background:#00479f}@media screen and (max-width: 768px){.reliability-container .reliability .reliability-content .reliability-link{max-width:100%}}.seals-container .seals{max-width:1520px;width:100%;margin:0 auto;padding:60px;position:relative}.seals-container .seals::before{content:"";position:absolute;top:-154px;right:-198px;width:477px;height:513px;background-image:url(assets/seals-decor.png);background-size:cover;background-position:center;background-repeat:no-repeat}@media screen and (max-width: 768px){.seals-container .seals{padding:60px 20px 20px 20px}.seals-container .seals::before{top:-31px;right:-90px;width:232px;height:252px}}.seals-container .seals .seals-title{color:#00479f;text-align:center;font-size:40px;font-style:normal;font-weight:700;line-height:normal;text-transform:uppercase;margin-bottom:40px}@media screen and (max-width: 768px){.seals-container .seals .seals-title{font-size:22px}}.seals-container .seals .seals-text{color:#090909;text-align:center;font-size:24px;font-style:normal;font-weight:400;line-height:120%;letter-spacing:.12px;margin-bottom:100px}@media screen and (max-width: 768px){.seals-container .seals .seals-text{font-size:18px}}.seals-container .seals ul{display:grid;grid-template-columns:repeat(4, 1fr);gap:125px 27px;margin-bottom:40px}@media screen and (max-width: 1080px){.seals-container .seals ul{grid-template-columns:repeat(3, 1fr)}}@media screen and (max-width: 768px){.seals-container .seals ul{grid-template-columns:repeat(2, 1fr)}}.seals-container .seals ul li{position:relative}.seals-container .seals ul li .seals-item-title{color:#00479f;font-size:20px;font-style:normal;font-weight:600;line-height:1.2;letter-spacing:.1px;margin-bottom:12px}@media screen and (max-width: 768px){.seals-container .seals ul li .seals-item-title{font-size:16px;margin-bottom:6px}}.seals-container .seals ul li .seals-item-text{color:#090909;font-size:18px;font-style:normal;font-weight:400;line-height:1.2}@media screen and (max-width: 768px){.seals-container .seals ul li .seals-item-text{font-size:13px}}.seals-container .seals ul .first::before{content:"";position:absolute;max-width:62px;width:100%;height:113px;background-image:url(assets/1.png);background-size:cover;background-position:center;background-repeat:no-repeat;left:-26px;top:-56px;z-index:-1}@media screen and (max-width: 768px){.seals-container .seals ul .first::before{max-width:55px;width:100%;height:95px;left:-5px;top:-34px}}.seals-container .seals ul .second::before{content:"";position:absolute;max-width:100px;width:100%;height:113px;background-image:url(assets/2.png);background-size:cover;background-position:center;background-repeat:no-repeat;left:-26px;top:-56px;z-index:-1}@media screen and (max-width: 768px){.seals-container .seals ul .second::before{max-width:89px;width:100%;height:98px;left:-11px;top:-45px}}.seals-container .seals ul .third::before{content:"";position:absolute;max-width:100px;width:100%;height:113px;background-image:url(assets/3.png);background-size:cover;background-position:center;background-repeat:no-repeat;left:-26px;top:-56px;z-index:-1}@media screen and (max-width: 768px){.seals-container .seals ul .third::before{max-width:85px;width:100%;height:93px;left:-7px;top:-47px}}.seals-container .seals ul .fourth::before{content:"";position:absolute;max-width:100px;width:100%;height:113px;background-image:url(assets/4.png);background-size:cover;background-position:center;background-repeat:no-repeat;left:-26px;top:-56px;z-index:-1}@media screen and (max-width: 768px){.seals-container .seals ul .fourth::before{max-width:89px;width:100%;height:98px;left:-11px;top:-58px}}.seals-container .seals ul .fifth::before{content:"";position:absolute;max-width:100px;width:100%;height:113px;background-image:url(assets/5.png);background-size:cover;background-position:center;background-repeat:no-repeat;left:-26px;top:-56px;z-index:-1}@media screen and (max-width: 768px){.seals-container .seals ul .fifth::before{max-width:85px;width:100%;height:93px;left:-7px;top:-47px}}.seals-container .seals ul .sixth::before{content:"";position:absolute;max-width:100px;width:100%;height:113px;background-image:url(assets/6.png);background-size:cover;background-position:center;background-repeat:no-repeat;left:-26px;top:-56px;z-index:-1}@media screen and (max-width: 768px){.seals-container .seals ul .sixth::before{max-width:89px;width:100%;height:98px;left:-11px;top:-58px}}.seals-container .seals ul .seventh::before{content:"";position:absolute;max-width:100px;width:100%;height:113px;background-image:url(assets/7.png);background-size:cover;background-position:center;background-repeat:no-repeat;left:-26px;top:-56px;z-index:-1}@media screen and (max-width: 768px){.seals-container .seals ul .seventh::before{max-width:85px;width:100%;height:93px;left:-7px;top:-47px}}.seals-container .seals ul .eighth::before{content:"";position:absolute;max-width:100px;width:100%;height:113px;background-image:url(assets/8.png);background-size:cover;background-position:center;background-repeat:no-repeat;left:-26px;top:-56px;z-index:-1}@media screen and (max-width: 768px){.seals-container .seals ul .eighth::before{max-width:89px;width:100%;height:98px;left:-11px;top:-58px}}.seals-container .seals .seals-video{width:100%;height:600px}@media screen and (max-width: 768px){.seals-container .seals .seals-video{height:335px}}.seals-container .seals .seals-video iframe{width:100%;height:100%}.related-container .related{max-width:1220px;width:100%;margin:0 auto;padding:40px 40px 40px 60px}@media screen and (max-width: 768px){.related-container .related{padding:20px}}.related-container .related .related-title{color:#00479f;font-size:40px;font-style:normal;font-weight:700;line-height:normal;text-transform:uppercase;margin-bottom:40px;text-align:center}@media screen and (max-width: 768px){.related-container .related .related-title{font-size:22px}}.related-container .related .related-text{color:#090909;font-size:24px;font-style:normal;font-weight:400;line-height:1.2;text-align:center;margin-bottom:40px}@media screen and (max-width: 768px){.related-container .related .related-text{font-size:18px}}.related-container .related .related-content{display:grid;grid-template-columns:repeat(4, 1fr);gap:20px}@media screen and (max-width: 1024px){.related-container .related .related-content{grid-template-columns:repeat(3, 1fr)}}@media screen and (max-width: 768px){.related-container .related .related-content{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 520px){.related-container .related .related-content{grid-template-columns:repeat(1, 1fr)}}.related-container .related .related-content li{display:flex;flex-direction:column;gap:12px;align-items:center;background:#fff;box-shadow:0 3.325px 17.623px 0 rgba(0,0,0,.1);padding:8px 20px 20px 20px}.related-container .related .related-content li img{display:block;max-width:170px;width:100%;-o-object-fit:cover;object-fit:cover}.related-container .related .related-content p{color:#090909;font-size:18px;font-style:normal;font-weight:400;line-height:1.2;text-align:center}.manufacture-container .manufacture{max-width:1520px;width:100%;margin:0 auto;padding:117px 40px;background-image:url(assets/manufacture.png);background-size:cover;background-position:center;background-repeat:no-repeat}@media screen and (max-width: 768px){.manufacture-container .manufacture{padding:115px 20px;background-image:url(assets/manufacture-mob.png)}}.manufacture-container .manufacture .manufacture-content{max-width:1140px;width:100%;margin:0 auto;display:flex;align-items:center;gap:87px}@media screen and (max-width: 1024px){.manufacture-container .manufacture .manufacture-content{gap:50px}}@media screen and (max-width: 768px){.manufacture-container .manufacture .manufacture-content{flex-direction:column;gap:24px}}.manufacture-container .manufacture .manufacture-content .manufacture-wrap{max-width:524px;width:100%}.manufacture-container .manufacture .manufacture-content .manufacture-wrap .manufacture-title{color:#fff;font-size:32px;font-style:normal;font-weight:500;line-height:1.2;text-transform:uppercase;margin-bottom:24px}@media screen and (max-width: 768px){.manufacture-container .manufacture .manufacture-content .manufacture-wrap .manufacture-title{font-size:21px;font-weight:500;line-height:1.2;text-transform:uppercase}}.manufacture-container .manufacture .manufacture-content .manufacture-wrap .manufacture-text{color:#fff;font-size:18px;font-style:normal;font-weight:400;line-height:normal}.manufacture-container .manufacture .manufacture-content .manufacture-link{display:block;max-width:310px;margin:0 auto;width:100%;padding:16px;font-size:16px;font-style:normal;font-weight:400;line-height:14px;color:#fff;border-radius:4px;text-align:center;background:#00479f}@media screen and (max-width: 768px){.manufacture-container .manufacture .manufacture-content .manufacture-link{max-width:100%}}.faq-container .faq{max-width:1220px;width:100%;margin:0 auto;padding:80px 40px 0}@media screen and (max-width: 768px){.faq-container .faq{padding:40px 20px}}.faq-container .faq .faq-title{color:#00479f;text-align:center;font-size:40px;font-style:normal;font-weight:700;line-height:normal;text-transform:uppercase;margin-bottom:20px}@media screen and (max-width: 768px){.faq-container .faq .faq-title{font-size:22px}}.faq-container .faq .faq-subtitle{color:#090909;text-align:center;font-size:18px;font-style:normal;font-weight:400;line-height:1.2;margin-bottom:40px}@media screen and (max-width: 768px){.faq-container .faq .faq-subtitle{font-size:16px}}.faq-container .faq .faq-questions{display:flex;flex-direction:column;gap:20px;margin:0 auto}.faq-container .faq .faq-questions .faq_wraper{border-bottom:1px solid #e2e2e2;background:#fff;transition:all .3s ease}.faq-container .faq .faq-questions .faq_wraper .faq-questions_title{display:flex;justify-content:space-between;align-items:center;padding:20px 0px;cursor:pointer;background:#fff;transition:all .3s ease;gap:5px}.faq-container .faq .faq-questions .faq_wraper .faq-questions_title span{font-size:20px;font-style:normal;font-weight:500;line-height:1.2;letter-spacing:.1px}.faq-container .faq .faq-questions .faq_wraper .faq-questions_title .faq-arrow{min-width:24px;height:24px;position:relative;transition:transform .3s ease}.faq-container .faq .faq-questions .faq_wraper .faq-questions_title .faq-arrow::before,.faq-container .faq .faq-questions .faq_wraper .faq-questions_title .faq-arrow::after{content:"";position:absolute;background:#000;transition:all .3s ease}.faq-container .faq .faq-questions .faq_wraper .faq-questions_title .faq-arrow::before{width:1px;height:16px;left:50%;top:4px;transform:translateX(-50%)}.faq-container .faq .faq-questions .faq_wraper .faq-questions_title .faq-arrow::after{width:16px;height:1px;left:4px;top:50%;transform:translateY(-50%)}.faq-container .faq .faq-questions .faq_wraper.active .faq-questions_title .faq-arrow::before{opacity:0}.faq-container .faq .faq-questions .faq_wraper .faq-questions_content{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;background:#fff}.faq-container .faq .faq-questions .faq_wraper .faq-questions_content.active{max-height:200px;padding:0 0 20px 0px}.faq-container .faq .faq-questions .faq_wraper .faq-questions_content p{font-size:18px;font-style:normal;font-weight:400;line-height:1.2;letter-spacing:.09px;color:#6b7177}.faq-container .pdf_download{display:flex;gap:20px;flex-wrap:wrap;justify-content:center;align-items:flex-start;max-width:1220px;width:100%;margin:0 auto;padding:80px 40px;flex-direction:column}.faq-container .pdf_download .pdf_download_item{display:flex;align-items:center;gap:10px;cursor:pointer}.contact-container{background-color:#f9f9f9}.contact-container .contact-wrap{max-width:1170px;width:100%;margin:0 auto;padding:40px 40px 65px 80px;display:grid;grid-template-columns:1fr 3fr;grid-template-rows:1fr auto;-moz-column-gap:40px;column-gap:40px;row-gap:0}@media screen and (max-width: 980px){.contact-container .contact-wrap{padding:40px 20px;grid-template-columns:1fr;grid-template-rows:auto auto auto}}.contact-container .contact-wrap .contact-questions{grid-column:1;grid-row:1;display:flex;flex-direction:column}@media screen and (max-width: 980px){.contact-container .contact-wrap .contact-questions{margin-bottom:20px;justify-content:center;align-items:center}}.contact-container .contact-wrap .contact-questions h3{color:#000;font-size:22px;font-weight:700;line-height:1.2;letter-spacing:.11px;margin-bottom:5px;position:relative}.contact-container .contact-wrap .contact-questions h3::before{content:"";position:absolute;left:-73px;top:0;width:50px;height:50px;background-image:url(assets/telegram-black.svg);background-size:contain;background-repeat:no-repeat;background-position:center}@media screen and (max-width: 768px){.contact-container .contact-wrap .contact-questions h3::before{display:none}}.contact-container .contact-wrap .contact-questions .contact-questions-text{color:#626262;font-size:15px;font-weight:400;line-height:1.2;letter-spacing:.075px;margin-bottom:18px}.contact-container .contact-wrap .contact-questions .contact-details{display:flex;gap:26px}.contact-container .contact-wrap .contact-questions .contact-details a{display:block;width:30px;height:30px}.contact-container .contact-wrap .contact-questions .contact-details img{display:block;width:100%;-o-object-fit:contain;object-fit:contain}.contact-container .contact-wrap .contact-socials{grid-column:1;grid-row:2}@media screen and (max-width: 980px){.contact-container .contact-wrap .contact-socials{grid-row:3;margin-top:30px;display:flex;align-items:center;flex-direction:column;gap:10px}}.contact-container .contact-wrap .contact-socials .contsct-socials-text{color:#626262;font-size:15px;font-style:normal;font-weight:400;line-height:120%;letter-spacing:.075px;margin-bottom:15px}.contact-container .contact-wrap .contact-socials .contact-socials-wrap{display:flex;gap:26px}.contact-container .contact-wrap .contact-socials .contact-socials-wrap a{display:block;width:33px;height:33px}.contact-container .contact-wrap .contact-form{grid-column:2;grid-row:1/3}@media screen and (max-width: 980px){.contact-container .contact-wrap .contact-form{grid-column:1;grid-row:auto}}.contact-container .contact-wrap .contact-form form .contact-form-wrapper{display:flex;gap:40px}@media screen and (max-width: 768px){.contact-container .contact-wrap .contact-form form .contact-form-wrapper{flex-direction:column;gap:20px}}.contact-container .contact-wrap .contact-form form .contact-form-wrapper label{color:#000;font-size:18px;font-weight:700;line-height:1.2;letter-spacing:.11px;position:relative}.contact-container .contact-wrap .contact-form form .contact-form-wrapper label span{display:block;margin-top:15px}.contact-container .contact-wrap .contact-form form .contact-form-wrapper label span input{height:45px;border-radius:4px;border:1px solid #e2e2e2;padding:0 10px;width:100%;background:#fff}.contact-container .contact-wrap .contact-form form .contact-form-wrapper label span select{height:40px;border-radius:4px;border:1px solid #e2e2e2;padding:0 40px 0 10px;width:100%;background:#fff;font-weight:500;cursor:pointer}.contact-container .contact-wrap .contact-form form .contact-form-wrapper .contact-form-left{flex:1;display:flex;flex-direction:column;gap:20px}.contact-container .contact-wrap .contact-form form .contact-form-wrapper .contact-form-right{flex:1;display:flex;flex-direction:column;gap:20px}.contact-container .contact-wrap .contact-form form .contact-form-wrapper .contact-form-right textarea{width:100%;height:77px;border-radius:4px;border:1px solid #e2e2e2;padding:10px;background:#fff;resize:vertical}.contact-container .contact-wrap .contact-form form .contact-form-wrapper .contact-form-right select{height:46px;border-radius:4px;border:1px solid #e2e2e2;padding:0 40px 0 10px;width:100%;background:#fff;appearance:none;-webkit-appearance:none;-moz-appearance:none;cursor:pointer}.contact-container .contact-wrap .contact-form form .contact-form-wrapper .contact-form-right .wpcf7-submit{width:100%;padding:13px;border-radius:4px;background:#00479f;color:#fff;font-size:18px;font-weight:600;line-height:1.2;letter-spacing:.11px;border:none;cursor:pointer;transition:all .3s ease}.contact-container .contact-wrap .contact-form form .contact-form-wrapper .contact-form-right .contact-form-left input:focus,.contact-container .contact-wrap .contact-form form .contact-form-wrapper .contact-form-right .contact-form-right textarea:focus,.contact-container .contact-wrap .contact-form form .contact-form-wrapper .contact-form-right .contact-form-right select:focus{outline:none;border-color:#00479f;box-shadow:0 0 0 3px rgba(0,99,209,.1)}.gallery-container .gallery{max-width:1520px;width:100%;margin:0 auto;padding:60px;overflow:hidden}.gallery-container .gallery .gallery-swiper{width:100%;overflow:visible}.gallery-container .gallery .gallery-swiper .swiper-wrapper{display:flex;align-items:stretch}.gallery-container .gallery .gallery-swiper .swiper-slide{width:auto !important;height:400px;flex-shrink:0;flex-grow:0;box-sizing:border-box}@media screen and (max-width: 768px){.gallery-container .gallery .gallery-swiper .swiper-slide{height:300px}}.gallery-container .gallery .gallery-swiper .gallery-item{overflow:hidden;border-radius:8px;width:auto;height:100%;display:flex;align-items:center;justify-content:center;padding:0 10px}.gallery-container .gallery .gallery-swiper .gallery-item img{width:auto;height:100%;max-width:none;-o-object-fit:contain;object-fit:contain;display:block;transition:transform .3s}.gallery-container .gallery .gallery-swiper .gallery-item:hover img{transform:scale(1.05)}.gallery-container .gallery .gallery-swiper .swiper-button-next,.gallery-container .gallery .gallery-swiper .swiper-button-prev{width:37.5px;height:37.5px;background:hsla(0,0%,100%,.95);border-radius:4px;box-shadow:0 2px 10px rgba(0,0,0,.15);color:#00479f;margin-top:0;top:50%;transform:translateY(-50%);transition:all .3s ease;z-index:10}.gallery-container .gallery .gallery-swiper .swiper-button-next::after,.gallery-container .gallery .gallery-swiper .swiper-button-prev::after{font-size:15px;font-weight:bold}.gallery-container .gallery .gallery-swiper .swiper-button-next:hover,.gallery-container .gallery .gallery-swiper .swiper-button-prev:hover{background:#fff;box-shadow:0 4px 15px rgba(0,0,0,.25);transform:translateY(-50%) scale(1.1)}.gallery-container .gallery .gallery-swiper .swiper-button-next:active,.gallery-container .gallery .gallery-swiper .swiper-button-prev:active{transform:translateY(-50%) scale(0.95)}.gallery-container .gallery .gallery-swiper .swiper-button-next svg,.gallery-container .gallery .gallery-swiper .swiper-button-prev svg{width:75%;height:75%}@media screen and (max-width: 768px){.gallery-container .gallery .gallery-swiper .swiper-button-next,.gallery-container .gallery .gallery-swiper .swiper-button-prev{width:30px;height:30px}.gallery-container .gallery .gallery-swiper .swiper-button-next::after,.gallery-container .gallery .gallery-swiper .swiper-button-prev::after{font-size:12px}}.gallery-container .gallery .gallery-swiper .swiper-button-next{right:10px}@media screen and (max-width: 768px){.gallery-container .gallery .gallery-swiper .swiper-button-next{right:5px}}.gallery-container .gallery .gallery-swiper .swiper-button-prev{left:10px}@media screen and (max-width: 768px){.gallery-container .gallery .gallery-swiper .swiper-button-prev{left:5px}}.gallery-container .gallery .gallery-swiper .swiper-button-disabled{opacity:.5;cursor:not-allowed}.order-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all .3s ease}.order-modal.active{opacity:1;visibility:visible}.order-modal .order-modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7);cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0 20px}.order-modal .order-modal-content{position:relative;background:#f0f6fc;max-width:730px;width:100%;max-height:80vh;box-shadow:0 20px 60px rgba(0,0,0,.3);padding:40px;overflow-y:auto;overflow-x:hidden}@media screen and (max-width: 768px){.order-modal .order-modal-content{padding:20px}}.order-modal .order-modal-close{position:absolute;top:15px;right:15px;background:none;border:none;cursor:pointer;border-radius:50%;transition:background-color .2s ease;z-index:10;padding:8px}.order-modal .order-modal-close:hover{background-color:#f5f5f5}.order-modal .order-modal-close img{width:20px;height:20px}.order-modal .order-modal-header{text-align:center;margin-bottom:24px}.order-modal .order-modal-header .order-modal-title{color:#00479f;text-align:center;font-size:32px;font-style:normal;font-weight:600;line-height:1.2;letter-spacing:.11px;text-transform:uppercase;margin-bottom:16px}@media screen and (max-width: 768px){.order-modal .order-modal-header .order-modal-title{font-size:22px}}.order-modal .order-modal-header .order-modal-subtitle{color:#090909;text-align:center;font-size:20px;font-style:normal;font-weight:500;line-height:1.25;letter-spacing:.09px}@media screen and (max-width: 768px){.order-modal .order-modal-header .order-modal-subtitle{font-size:18px}}.order-modal .order-modal-body .wpcf7 .wpcf7-form .contact-form-wrapper{display:flex;flex-direction:column;gap:30px}@media screen and (max-width: 768px){.order-modal .order-modal-body .wpcf7 .wpcf7-form .contact-form-wrapper{gap:15px}}.order-modal .order-modal-body .wpcf7 .wpcf7-form .contact-form-wrapper .contact-form-left{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:20px 12px}@media screen and (max-width: 768px){.order-modal .order-modal-body .wpcf7 .wpcf7-form .contact-form-wrapper .contact-form-left{grid-template-columns:1fr;grid-template-rows:auto;gap:15px}}.order-modal .order-modal-body .wpcf7 .wpcf7-form .contact-form-wrapper .contact-form-left label{color:#000;font-size:15px;font-style:normal;font-weight:500;line-height:1.2;letter-spacing:.077px;display:flex;flex-direction:column;gap:14px}@media screen and (max-width: 768px){.order-modal .order-modal-body .wpcf7 .wpcf7-form .contact-form-wrapper .contact-form-left label{gap:10px}}.order-modal .order-modal-body .wpcf7 .wpcf7-form .contact-form-wrapper .contact-form-left p:nth-child(1),.order-modal .order-modal-body .wpcf7 .wpcf7-form .contact-form-wrapper .contact-form-left p:nth-child(2){margin:0}.order-modal .order-modal-body .wpcf7 .wpcf7-form .contact-form-wrapper .contact-form-left p:nth-child(3){grid-column:1/-1;margin:0}@media screen and (max-width: 768px){.order-modal .order-modal-body .wpcf7 .wpcf7-form .contact-form-wrapper .contact-form-left p:nth-child(3){grid-column:1}}.order-modal .order-modal-body .wpcf7 .wpcf7-form .contact-form-wrapper .contact-form-right{display:flex;flex-direction:column;align-items:center;gap:20px}@media screen and (max-width: 768px){.order-modal .order-modal-body .wpcf7 .wpcf7-form .contact-form-wrapper .contact-form-right{gap:15px}}.order-modal .order-modal-body .wpcf7 .wpcf7-form .contact-form-wrapper .contact-form-right label{color:#000;font-size:15px;font-style:normal;font-weight:500;line-height:1.2;letter-spacing:.077px;display:flex;flex-direction:column;gap:14px}@media screen and (max-width: 768px){.order-modal .order-modal-body .wpcf7 .wpcf7-form .contact-form-wrapper .contact-form-right label{gap:10px}}.order-modal .order-modal-body .wpcf7 .wpcf7-form .contact-form-wrapper .contact-form-right p{margin:0;width:100%}.order-modal .order-modal-body .wpcf7 .wpcf7-form .contact-form-wrapper .contact-form-right p:last-child{display:flex;justify-content:center;position:relative}.order-modal .order-modal-body .wpcf7 .wpcf7-form .contact-form-wrapper .contact-form-right p:last-child span{position:absolute;top:50%;transform:translateY(-50%);right:12px;width:20px;height:20px}.order-modal .order-modal-body .wpcf7 .wpcf7-form .wpcf7-form-control-wrap{margin-bottom:0}.order-modal .order-modal-body .wpcf7 .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control{width:100%;padding:6px 12px;border-radius:4px;border:1px solid #d9d9d9;background:#fff;height:46px;color:#000;font-size:15.317px;font-style:normal;font-weight:500;line-height:120%;letter-spacing:.077px}.order-modal .order-modal-body .wpcf7 .wpcf7-form .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-not-valid{border-color:#dc3545}.order-modal .order-modal-body .wpcf7 .wpcf7-form .wpcf7-form-control-wrap .wpcf7-textarea{height:110px}.order-modal .order-modal-body .wpcf7 .wpcf7-form .wpcf7-form-control-wrap .wpcf7-select{padding-right:35px;appearance:none;-webkit-appearance:none;-moz-appearance:none;position:relative;background-image:url(assets/arrow-down.svg);background-repeat:no-repeat;background-position:right 10px center;background-size:10px}.order-modal .order-modal-body .wpcf7 .wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip{color:#dc3545;font-size:14px;margin-top:5px;display:block}.order-modal .order-modal-body .wpcf7 .wpcf7-form .wpcf7-submit{background-color:#00479f;color:#fff;border:none;padding:16px;border-radius:4px;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .2s ease;max-width:310px;width:100%;margin:0 auto}@media screen and (max-width: 768px){.order-modal .order-modal-body .wpcf7 .wpcf7-form .wpcf7-submit{max-width:100%}}.order-modal .order-modal-body .wpcf7 .wpcf7-form .wpcf7-submit:hover{background-color:#003d8a}.order-modal .order-modal-body .wpcf7 .wpcf7-form .wpcf7-submit:disabled{background-color:#ccc;cursor:not-allowed}.order-modal .order-modal-body .wpcf7 .wpcf7-form .wpcf7-response-output{margin-top:20px;padding:12px 16px;border-radius:8px;font-size:14px}.order-modal .order-modal-body .wpcf7 .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.order-modal .order-modal-body .wpcf7 .wpcf7-form .wpcf7-response-output.wpcf7-validation-errors,.order-modal .order-modal-body .wpcf7 .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ng{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}body.modal-open{overflow:hidden}
/**
 * Swiper 12.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 21, 2025
 */

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
: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;
  /* Fix of Webkit flickering */
  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;
}
/* Auto Height */
.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;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}

/* CSS Mode */
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: '';
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 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-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(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 4px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;

  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);

  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  &.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  &.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
  }
  .swiper-navigation-disabled & {
    display: none !important;
  }
  svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center;
    fill: currentColor;
    pointer-events: none;
  }
}

.swiper-button-lock {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
}
.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
  .swiper-navigation-icon {
    transform: rotate(180deg);
  }
}
.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}
.swiper-horizontal {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    margin-left: 0;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
  }
  .swiper-button-next,
  & ~ .swiper-button-next,
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 4px);
    left: auto;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    .swiper-navigation-icon {
      transform: rotate(180deg);
    }
  }
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    .swiper-navigation-icon {
      transform: rotate(0deg);
    }
  }
}
.swiper-vertical {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    left: var(--swiper-navigation-top-offset, 50%);
    right: auto;
    margin-left: calc(0px - (var(--swiper-navigation-size) / 2));
    margin-top: 0;
  }
  .swiper-button-prev,
  ~ .swiper-button-prev {
    top: var(--swiper-navigation-sides-offset, 4px);
    bottom: auto;
    .swiper-navigation-icon {
      transform: rotate(-90deg);
    }
  }
  .swiper-button-next,
  ~ .swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;
    .swiper-navigation-icon {
      transform: rotate(90deg);
    }
  }
}


