.theme-header{padding:50px 0;position:absolute;top:0;left:0;right:0;z-index:50}.theme-header__logo img{object-fit:contain}.theme-header__navigation{display:flex;justify-content:center;gap:80px;list-style-type:none;padding:0}.theme-header__navigation-link{color:#fff}.theme-header__navigation-link:hover{color:#b6191e}.theme-header__flex{display:flex;gap:16px;justify-content:flex-end;align-items:center}.theme-header__loginwrapper{position:relative}.theme-header__loginwrapper:hover .theme-header__login-dropdown{opacity:1;visibility:visible;transform:translate(-50%)}.theme-header__login{position:relative;display:flex;color:#fff;gap:16px;align-items:center;padding:8px 16px 8px 8px;border-radius:12px;background:linear-gradient(84deg,rgba(255,255,255,.5),rgba(153,153,153,.5))}.theme-header__login:after{content:"";position:absolute;top:0;right:0;width:42px;height:30px;background-image:url(/assets/snow-5.png);background-size:contain}.theme-header__login-image{background-color:#fff;border-radius:8px;padding:5px 5px 0}.theme-header__login-image img{filter:grayscale(1) invert(1)}.theme-header__login-dropdown{position:absolute;bottom:-46px;left:50%;transform:translate(-50%,50%);display:flex;gap:12px;background-color:#fff;border-radius:12px;box-shadow:0 4px 4px 0 rgba(0,0,0,.16);padding:8px;opacity:0;visibility:hidden;transition:.2s ease-in}.theme-header__login-dropdown:after{content:"";position:absolute;top:-8px;left:50%;transform:translate(-50%);border-left:8px solid rgba(0,0,0,0);border-right:8px solid rgba(0,0,0,0);border-bottom:8px solid #fff}.theme-header__login-dropdown-item{cursor:pointer}.theme-header__offcanvas{display:none}@media screen and (max-width:992px){.theme-header__flex,.theme-header__navigation{display:none}.theme-header__offcanvas{display:flex;justify-content:flex-end}}@media screen and (max-width:568px){.theme-header__logo{display:block}.theme-header__flex{flex-direction:row-reverse}}.block-footer{background-color:#3b644d;padding:50px 0;position:relative;z-index:5}.block-footer__links{display:flex;gap:60px}.block-footer__link{color:#fff;display:flex;align-items:center}.block-footer__link:hover{color:#b6191e}.block-footer__link img{margin-right:8px}@media screen and (max-width:1440px){.block-footer{font-size:16px}.block-footer__links{gap:20px}}@media screen and (max-width:768px){.block-footer__logo{display:block;margin-bottom:16px}.block-footer__links{justify-content:flex-start;margin-bottom:16px}}@media screen and (max-width:578px){.block-footer__links{flex-direction:column}}.language-switch{position:relative}.language-switch:hover .language-switch__choices{opacity:1;visibility:visible;transform:translate(-50%)}.language-switch__current{background:linear-gradient(84deg,rgba(255,255,255,.5),rgba(153,153,153,.5));border-radius:12px;padding:10px 12px 6px}.language-switch__choices{position:absolute;bottom:-50px;left:50%;transform:translate(-50%,50%);display:flex;gap:12px;background-color:#fff;border-radius:12px;box-shadow:0 4px 4px 0 rgba(0,0,0,.16);padding:8px;opacity:0;visibility:hidden;transition:.2s ease-in}.language-switch__choices:after{content:"";position:absolute;top:-8px;left:50%;transform:translate(-50%);border-left:8px solid rgba(0,0,0,0);border-right:8px solid rgba(0,0,0,0);border-bottom:8px solid #fff}.language-switch__choice{display:flex}@media screen and (max-width:992px){.language-switch:hover .language-switch__choices{transform:translate(-12%)}.language-switch__choices{transform:translate(-12%,50%)}.language-switch__choices:after{left:20px;transform:unset}}.block-offcanvas-trigger{background:linear-gradient(84deg,rgba(255,255,255,.5),rgba(153,153,153,.5));width:46px;height:46px}.block-offcanvas-trigger,.block-offcanvas-trigger-open{display:flex;align-items:center;justify-content:center;border-radius:8px}.block-offcanvas-trigger-open{position:relative;background-color:#fff;height:28px;width:28px;cursor:pointer}.block-offcanvas-trigger-open span{position:absolute;width:14px;height:2px;background-color:#000;transition-duration:.3s;border-radius:999px}.block-offcanvas-trigger-open span:first-child{top:8px}.block-offcanvas-trigger-open span.center{top:calc(50% - 1px)}.block-offcanvas-trigger-open span:last-child{bottom:8px}.block-offcanvas{display:none;position:absolute;top:0;left:0;right:0;height:100vh;transition:.3s ease-in;transform:translateY(-140%);z-index:3}.block-offcanvas.open{transform:translate(0)}.block-offcanvas__background{background-color:rgba(0,0,0,.5);position:fixed;top:0;left:0;right:0;bottom:0;opacity:0;visibility:hidden;transition:.3s ease-in;z-index:-1}.block-offcanvas__background.open{opacity:1;visibility:visible;z-index:3}.block-offcanvas-wrapper{padding:50px 15px;background:linear-gradient(110deg,#3B644D 25.95%,#286131 84.1%);position:relative}.block-offcanvas__flex{display:flex;justify-content:space-between;align-items:center}.block-offcanvas__logo img{object-fit:contain}.block-offcanvas__burger{background:linear-gradient(84deg,rgba(255,255,255,.5),rgba(153,153,153,.5));width:46px;height:46px}.block-offcanvas__burger,.block-offcanvas__burger-closed{display:flex;align-items:center;justify-content:center;border-radius:8px}.block-offcanvas__burger-closed{position:relative;background-color:#fff;height:28px;width:28px;cursor:pointer}.block-offcanvas__burger-closed span{position:absolute;width:18px;height:2px;background-color:#000;transition-duration:.3s;border-radius:999px}.block-offcanvas__burger-closed span:first-child{rotate:-135deg;top:13px}.block-offcanvas__burger-closed span:last-child{rotate:135deg;bottom:12px}.block-offcanvas__menu{list-style-type:none;padding:0;margin:16px 0;border-top:1px solid rgba(0,0,0,.1);border-bottom:1px solid rgba(0,0,0,.1)}.block-offcanvas__menu-item{padding:16px 0}.block-offcanvas__menu-item:not(:last-child){border-bottom:1px solid rgba(0,0,0,.1)}.block-offcanvas__menu-link{color:#fff}.block-offcanvas__menu-link:hover{color:#b6191e}.block-offcanvas__wrapper{display:flex;align-items:flex-start;gap:12px}.block-offcanvas__loggedin{position:relative}.block-offcanvas__loggedin:hover .block-offcanvas__login-dropdown{opacity:1;visibility:visible;transform:translate(-50%)}.block-offcanvas__login{position:relative;display:flex;color:#fff;gap:8px;align-items:center;padding:8px 16px 8px 8px;border-radius:12px;background:linear-gradient(84deg,rgba(255,255,255,.5),rgba(153,153,153,.5))}.block-offcanvas__login:after{content:"";position:absolute;top:0;right:0;width:42px;height:30px;background-image:url(/assets/snow-5.png);background-size:contain}.block-offcanvas__login-image{background-color:#fff;border-radius:8px;padding:5px 5px 0}.block-offcanvas__login-image img{filter:grayscale(1) invert(1)}.block-offcanvas__login-dropdown{position:absolute;bottom:-46px;left:50%;transform:translate(-50%,50%);display:flex;gap:12px;background-color:#fff;border-radius:12px;box-shadow:0 4px 4px 0 rgba(0,0,0,.16);padding:8px;opacity:0;visibility:hidden;transition:.2s ease-in}.block-offcanvas__login-dropdown:after{content:"";position:absolute;top:-8px;left:50%;transform:translate(-50%);border-left:8px solid rgba(0,0,0,0);border-right:8px solid rgba(0,0,0,0);border-bottom:8px solid #fff}.block-offcanvas__login-dropdown-item{cursor:pointer}@media screen and (max-width:992px){.block-offcanvas{display:block}}@import"https://fonts.googleapis.com/css2?family=Bree+Serif&family=Lexend:wght@100..900&display=swap";*,:after,:before{box-sizing:border-box}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto,.col-xs,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-auto{width:100%;padding-right:15px;padding-left:15px}.col-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-12{flex:0 0 100%;max-width:100%}@media(min-width:0){.col-xs-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-xs-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xs-3{flex:0 0 25%;max-width:25%}.col-xs-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-xs-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-xs-6{flex:0 0 50%;max-width:50%}.col-xs-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-xs-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-xs-9{flex:0 0 75%;max-width:75%}.col-xs-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-xs-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-xs-12{flex:0 0 100%;max-width:100%}}@media(min-width:576px){.col-sm-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-sm-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-sm-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-sm-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-sm-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-sm-12{flex:0 0 100%;max-width:100%}}@media(min-width:768px){.col-md-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-md-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-md-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-md-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-md-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-md-12{flex:0 0 100%;max-width:100%}}@media(min-width:992px){.col-lg-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-lg-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-lg-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-lg-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-lg-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-lg-12{flex:0 0 100%;max-width:100%}}@media(min-width:1200px){.col-xl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-xl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-xl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-xl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-xl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-xl-12{flex:0 0 100%;max-width:100%}}html{scroll-behavior:smooth}body{margin:0;font-size:18px;font-family:Lexend,sans-serif}body.no-scroll{overflow:hidden}a{text-decoration:none;transition:.2s ease-in}h1,h2,h3,h4,h5,h6{font-family:"Bree Serif",serif;font-weight:400;margin:0}h1{font-size:48px}h2{font-size:36px}h3{font-size:28px}h4{font-size:24px}img{object-fit:cover}main{position:relative}main:before{right:0;height:80px;width:300px;background-image:url(/assets/snow-3.png);background-repeat:no-repeat}main:after,main:before{content:"";position:absolute;top:0;background-size:cover;z-index:1}main:after{left:0;height:60px;width:360px;background-image:url(/assets/snow-4.png)}.container{max-width:1440px}.align-center{align-items:center}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.text-center{text-align:center}.render-snow__canvas{position:absolute;top:0;left:0;z-index:0;width:99%;height:100%}.grecaptcha-badge{visibility:hidden!important;opacity:0!important;display:none!important}.button-icon__red{margin-top:24px;display:inline-flex;gap:16px;font-size:18px;align-items:center;border:none;background-color:#b6191e;color:#fff;border-radius:12px;padding:8px 16px 8px 8px;cursor:pointer}.button-icon__red .button-icon{padding:5px 5px 0;border-radius:8px;background:hsla(0,0%,100%,.4)}.button-icon__darkgreen{margin-top:24px;display:inline-flex;gap:16px;font-size:18px;align-items:center;border:none;background-color:#4f7f37;color:#fff;border-radius:12px;padding:8px 16px 8px 8px;cursor:pointer}.button-icon__darkgreen .button-icon{padding:5px 5px 0;border-radius:8px;background:hsla(0,0%,100%,.4)}.button__red{padding:8px 20px;border-radius:12px;display:flex;gap:12px;display:inline-block;color:#fff;background-color:#b6191e}@media screen and (max-width:992px){h1{font-size:40px}}@media screen and (max-width:768px){h1{font-size:36px}h2{font-size:32px}h3{font-size:24px}}@media screen and (max-width:568px){main{overflow-x:hidden}}