.block{padding:20px;background-color:var(--bg-color-gray);border-radius:30px;display:flex;flex-direction:column;gap:20px}@media screen and (max-width:480px){.block{padding:10px;border-radius:20px}}.container{max-width:1280px;margin:0 auto;padding:0 30px}@media screen and (max-width:768px){.container{padding:0 20px}}@media screen and (max-width:480px){.container{padding:0 10px}}:root{--accent-green:#38e078;--text-color:#141414;--text-color-gray:rgba(20,20,20,0.5);--text-white:#fff;--bg-color:#ffffff;--bg-color-gray:#f5f5f7;--bg-transparent:rgba(245,245,247,0.5);--bg-footer:#282c2a;--bg-accent-green:#38e078;--border-color:rgba(0,0,0,0.1);--font-sm:16px;--font-sm-md:18px;--font-md:20px;--font-md-lg:24px;--font-lg:36px}.visuallyImpairedVersion{--accent-green:#000000;--text-color:#000000;--text-color-gray:rgb(0,0,0);--text-white:#fff;--bg-color:#ffffff;--bg-color-gray:#ffffff;--bg-transparent:rgba(245,245,247,0.5);--bg-footer:#000000;--bg-accent-green:#ffffff;--border-color:#000000;--font-sm:20px;--font-sm-md:22px;--font-md:24px;--font-md-lg:26px;--font-lg:36px}@font-face{font-family:Cera Round Pro;src:url(/fonts/CeraRoundPro-Regular.woff2) format("woff2"),url(/fonts/CeraRoundPro-Regular.woff) format("woff"),url(/fonts/CeraRoundPro-Regular.ttf) format("truetype"),url(/fonts/CeraRoundPro-Regular.eot) format("embedded-opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Cera Round Pro;src:url("/fonts/Cera Round Pro Bold.woff2") format("woff2"),url("/fonts/Cera Round Pro Bold.woff") format("woff"),url("/fonts/Cera Round Pro Bold.ttf") format("truetype"),url("/fonts/Cera Round Pro Bold.eot") format("embedded-opentype");font-weight:700;font-style:normal;font-display:swap}body{height:100vh;display:flex;flex-direction:column;font-size:var(--font-sm-md);font-family:Cera Round Pro,sans-serif;color:var(--text-color);background-color:var(--bg-color);scrollbar-gutter:stable}*{scrollbar-width:thin;scrollbar-color:#a7a7a7 #d9d9d9}*,:after,:before{box-sizing:inherit}body,h1,h2,h3,h4,h5,h6,html{margin:0;padding:0}html{box-sizing:border-box}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto;object-fit:cover}button{cursor:pointer}.backgroundWrapper{background-image:url(/images/backgroundFull.jpg);background-repeat:no-repeat;background-size:cover;flex:1 1 auto;display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden;gap:30px}.link{font-family:cursive,sans-serif}.Footer_footer__7blBZ{flex:0 0 auto;width:100%;background-color:#000;color:var(--text-white);padding-bottom:40px}.Footer_container__TS4nh{display:grid;grid-template-columns:1fr 1fr}@media screen and (max-width:1000px){.Footer_container__TS4nh{grid-template-columns:1fr}}.Footer_ipInfo__HwFhy{display:flex;flex-direction:column;gap:20px}@media screen and (max-width:768px){.Footer_ipInfo__HwFhy{padding-top:30px;align-items:center}}.Footer_ipInfo__HwFhy .Footer_label__Tw0IP{display:block}.Footer_ipInfo__HwFhy .Footer_link__pzEcl{font-weight:700}.Footer_right__6czD9{display:flex}@media screen and (max-width:768px){.Footer_right__6czD9{flex-direction:column}}.Footer_pagesLinks__Bwzlf{flex:1 1;display:flex;flex-direction:column;gap:12px;padding-top:70px}@media screen and (max-width:768px){.Footer_pagesLinks__Bwzlf{padding-top:30px;align-items:center}}.Footer_underlineText__oTOsR{width:-moz-fit-content;width:fit-content;position:relative}@media screen and (max-width:768px){.Footer_underlineText__oTOsR{text-align:center}}.Footer_underlineText__oTOsR:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:1px;background-color:var(--text-white)}.Footer_contacts__xAF_t{flex:1 1;display:flex;flex-direction:column;gap:15px;padding-top:70px}@media screen and (max-width:768px){.Footer_contacts__xAF_t{padding-top:50px;align-items:center}}.Navbar_navbar__hCAHd{flex:0 0 auto;width:100%}.Navbar_container__XYsC7{min-height:47px;display:flex;justify-content:space-between;align-items:center}.Navbar_navLogo__dXgh3{font-size:calc(var(--font-sm-md)/1*1.2);font-weight:700}.Navbar_navRight__Je9Z4{display:flex;align-items:center;gap:20px}.Navbar_navButtonContainer__qL3gY{display:flex;align-items:center;gap:10px}.Navbar_navButtonContainer__qL3gY .Navbar_eyeButton__DZ_lp{width:34px;height:34px;padding:4px;background-color:rgba(0,0,0,0);border:none;background-image:url(/icons/eyeIcon.svg);background-size:26px;background-position:50%;background-repeat:no-repeat;border-radius:50%;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out}.Navbar_navButtonContainer__qL3gY .Navbar_eyeButton__DZ_lp:hover{transform:scale(1.05);box-shadow:0 0 30px rgba(0,0,0,.1)}.Navbar_navLinks__30UTV{flex:1 1 auto;display:flex;justify-content:flex-end;gap:20px}.Navbar_link__I558x{position:relative;font-size:var(--font-sm-md);line-height:calc(var(--font-sm-md)/1*1.2);transition:color .2s ease-in-out,transform .2s ease-in-out}.Navbar_link__I558x:hover{color:var(--accent-green);transform:scale(1.03)}.Navbar_link__I558x:after{position:absolute;content:"";width:100%;height:2px;background-color:var(--accent-green);bottom:-2px;left:0;transform:scaleX(0);transform-origin:center;transition:transform .3s ease-in-out}@media screen and (max-width:1280px){.visuallyImpairedVersion .Navbar_link2__td5hn{display:none}}@media screen and (max-width:1000px){.Navbar_link1__NE2Ua{display:none}}@media screen and (max-width:1200px){.Navbar_link2__td5hn{display:none}}.Navbar_link__I558x.active{color:var(--accent-green)}.Navbar_link__I558x.active:after{transform:scaleX(1)}.Navbar_popup__Zldml{position:fixed;z-index:1000;top:47px;width:100%;height:calc(100% - 47px);max-width:none;max-height:none;border:none;padding:0;margin:0;background-color:#fff}.Navbar_popup__Zldml::-webkit-backdrop{background:none;height:calc(100% - 47px);position:fixed;top:47px}.Navbar_popup__Zldml::backdrop{background:none;height:calc(100% - 47px);position:fixed;top:47px}.Navbar_popupLinks__PRdeV{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px;padding:20px}.Navbar_popupLinks__PRdeV .Navbar_link__I558x{text-align:center;font-size:var(--font-md-lg)}.BurgerButton_hamburgerIcon__Rjz50{width:32px;height:32px;flex-direction:column;justify-content:center;align-items:center;cursor:pointer;background:rgba(0,0,0,0);border:none;position:relative;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out;border-radius:50%;padding:4px;display:none}.BurgerButton_hamburgerIcon__Rjz50:hover{transform:scale(1.05);box-shadow:0 0 30px rgba(0,0,0,.1)}@media screen and (max-width:1200px){.BurgerButton_hamburgerIcon__Rjz50{display:flex}}.BurgerButton_line__0F6l7{width:24px;height:3px;background:#737373;border-radius:2px;position:absolute;transition:transform .3s ease-in-out,opacity .3s ease-in-out}.BurgerButton_line1__WU87K{transform:translateY(-8px)}.BurgerButton_line2__ghUjF{opacity:1}.BurgerButton_line3__w2f_D{transform:translateY(8px)}.BurgerButton_open__LpwgH .BurgerButton_line1__WU87K{transform:translateY(0) rotate(45deg)}.BurgerButton_open__LpwgH .BurgerButton_line2__ghUjF{opacity:0}.BurgerButton_open__LpwgH .BurgerButton_line3__w2f_D{transform:translateY(0) rotate(-45deg)}