:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:20rem;--toastify-toast-background:#fff;--toastify-toast-min-height:4rem;--toastify-toast-max-height:50rem;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-colored:#ddd}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:.25rem;position:fixed;transform:translate3d(0,0,var(--toastify-z-index) px);width:var(--toastify-toast-width);z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translate(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:.25rem;box-shadow:0 .0625rem .625rem #0000001a,0 .125rem .9375rem #0000000d;box-sizing:border-box;cursor:pointer;direction:ltr;display:flex;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:var(--toastify-toast-max-height);min-height:var(--toastify-toast-min-height);overflow:hidden;padding:.5rem;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:.375rem;white-space:pre-wrap}.Toastify__toast-body>div:last-child{flex:1}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:.625rem;width:1.25rem}.Toastify__toast-text{display:flex;flex-direction:column;gap:.125rem;line-height:1.35;width:100%}.Toastify__toast-text-title{font-weight:600}.Toastify__toast-text-content{opacity:.92}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:var(--toastify-color-info);color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:var(--toastify-color-success);color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:var(--toastify-color-warning);color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:var(--toastify-color-error);color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--default{background:var(--toastify-color-progress-colored)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentcolor;height:1rem;width:.875rem}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:.3125rem;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:.125rem solid;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:1.25rem;width:1.25rem}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(187.5rem,0,0)}60%{opacity:1;transform:translate3d(-1.5625rem,0,0)}75%{transform:translate3d(.625rem,0,0)}90%{transform:translate3d(-.3125rem,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-1.25rem,0,0)}to{opacity:0;transform:translate3d(125rem,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-187.5rem,0,0)}60%{opacity:1;transform:translate3d(1.5625rem,0,0)}75%{transform:translate3d(-.625rem,0,0)}90%{transform:translate3d(.3125rem,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(1.25rem,0,0)}to{opacity:0;transform:translate3d(-125rem,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,187.5rem,0)}60%{opacity:1;transform:translate3d(0,-1.25rem,0)}75%{transform:translate3d(0,.625rem,0)}90%{transform:translate3d(0,-.3125rem,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-.625rem,0)}40%,45%{opacity:1;transform:translate3d(0,1.25rem,0)}to{opacity:0;transform:translate3d(0,-125rem,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-187.5rem,0)}60%{opacity:1;transform:translate3d(0,1.5625rem,0)}75%{transform:translate3d(0,-.625rem,0)}90%{transform:translate3d(0,.3125rem,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,.625rem,0)}40%,45%{opacity:1;transform:translate3d(0,-1.25rem,0)}to{opacity:0;transform:translate3d(0,125rem,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__none{0%,60%,75%,90%,to{animation-duration:0;animation-timing-function:none}0%{opacity:1;transform:translateZ(0)}to{transform:translateZ(0)}}.Toastify__none-enter--bottom-center,.Toastify__none-enter--bottom-left,.Toastify__none-enter--bottom-right,.Toastify__none-enter--top-center,.Toastify__none-enter--top-left,.Toastify__none-enter--top-right{animation-name:Toastify__none}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(25rem) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(25rem) rotateX(-20deg)}60%{opacity:1;transform:perspective(25rem) rotateX(10deg)}80%{transform:perspective(25rem) rotateX(-5deg)}to{transform:perspective(25rem)}}@keyframes Toastify__flipOut{0%{transform:perspective(25rem)}30%{opacity:1;transform:perspective(25rem) rotateX(-20deg)}to{opacity:0;transform:perspective(25rem) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,31.25rem,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-31.25rem,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}:root{--bp-mobile:23.4375rem;--bp-tablet:48rem;--bp-desktop:75rem;--bp-ultra:120rem;--color-gray-line:rgba(43,47,53,.1);--color-dark:#2b2f35;--color-gold:#d4af37;--color-terracota-100:#a35134;--color-terracota-50:#f6eeeb;--color-white:#fff;--color-gray:#e4e4e4;--color-dark-gray:#95979a;--color-bg:#f7f7f7;--z-index-footer:1;--z-index-header:5;--z-index-modal:100;--z-index-dropdown:200;--shadow:0px .0625rem 1.5625rem rgba(0,0,0,.08);--header-height:5.75rem}@media(max-width:1199px){:root{--header-height:5.25rem}}@media(max-width:767px){:root{--header-height:4rem}}:root{--container-padding:2.5rem}@media(min-width:1919px){:root{--container-padding:4rem}}@media(max-width:1199px){:root{--container-padding:2rem}}@media(max-width:767px){:root{--container-padding:1rem}}[hidden]{display:none!important}output{display:flex;max-width:32rem;flex-direction:column;gap:.5rem;border:.0625rem solid var(--demo-border-emphasized);padding:.5rem .625rem;margin-bottom:.5rem;font-family:monospace;max-height:12.5rem;overflow-y:auto;font-size:.725rem}output .title{font-weight:600}*,:after,:before{box-sizing:border-box}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,main,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:initial}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:none}table{border-collapse:collapse;border-spacing:0}canvas,img,picture,svg,video{display:block;max-width:100%;height:auto}button,input,select,textarea{font:inherit;color:inherit}body,html{margin:0}a{text-decoration:none;color:inherit}@media(max-width:767px){.hidden-to-mobile{display:none!important}}@media(max-width:1199px){.hidden-to-desktop,.hidden-to-tablet{display:none!important}}@media(min-width:1199px){.hidden-from-desktop{display:none!important}}@media(min-width:767px){.hidden-from-tablet{display:none!important}}.hidden-from-mobile{display:none!important}@font-face{font-family:Onest;font-style:normal;font-weight:100 900;font-display:block;src:url(../fonts/Onest-latin.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Onest;font-style:normal;font-weight:100 900;font-display:block;src:url(../fonts/Onest-cyrillic.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:TT Severs Trial;font-style:normal;font-weight:700;font-display:block;src:url(../fonts/TT-Severs-Trial-Bold.woff2) format("woff2")}body{-moz-osx-font-smoothing:grayscale;font-smooth:always;font-family:Onest;color:var(--color-dark);background:var(--color-bg)}body,html{-webkit-font-smoothing:antialiased}html{font-size:16px}@media(min-width:1919px){html{font-size:calc(-4.77419px + 1.29032vw)}}.fill-lines{width:100%;height:100%}.fill-lines path{fill:none;stroke:currentColor;stroke-width:1.875rem;transform:scaleX(1.25)}._loader_b4rxu_2{display:block;animation-duration:1s;animation-iteration-count:infinite;animation-timing-function:linear;animation-name:_spin_b4rxu_10}._spinner_b4rxu_10{animation-duration:.5s}@keyframes _spin_b4rxu_10{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.block-button{background:none;border:none;padding:0;outline:none;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;text-decoration:none}.block-button:active,.block-button:focus,.block-button:hover{outline:none}.block-button{display:flex;justify-content:center;align-items:center;font-size:.875rem;font-family:Onest,Inter,Poppins,Roboto,sans-serif;font-weight:600;font-style:normal;letter-spacing:.04em;line-height:normal}@media(max-width:1199px){.block-button{font-size:.875rem}}@media(max-width:767px){.block-button{font-size:.75rem}}.block-button{--block-button-background:var(--color-terracota-100);--block-button-color:var(--color-white);--block-button-hover-background:var(--color-gold);--block-button-hover-color:var(--color-white);--block-button-border-radius:3.125rem;--block-button-width:auto;--block-button-gap:10}@media(max-width:767px){.block-button{--block-button-height:2.875rem;--block-button-padding:2.5rem;--block-button-width:100%}}.block-button--size-small{--block-button-padding:1.25rem;--block-button-height:2.75rem}.block-button--size-medium{--block-button-padding:2rem;--block-button-height:3.625rem}@media(max-width:767px){.block-button--size-medium{--block-button-height:2.875rem;--block-button-padding:2.5rem}}.block-button--color-terracota-50{--block-button-background:var(--color-terracota-100);--block-button-color:var(--color-white);--block-button-hover-color:var(--color-dark);--block-button-hover-background:var(--color-gold)}.block-button--color-white{--block-button-background:var(--color-white);--block-button-color:var(--color-dark);--block-button-hover-color:var(--color-white);--block-button-hover-background:var(--color-terracota-100)}.block-button--color-gray{--block-button-background:var(--color-bg);--block-button-color:var(--color-dark);--block-button-hover-color:var(--color-terracota-50);--block-button-hover-background:var(--color-terracota-100)}.block-button--color-white-outline{--block-button-background:var(--color-white);--block-button-color:var(--color-terracota-100);--block-button-hover-color:var(--color-white);--block-button-hover-background:var(--color-terracota-100);border:.0625rem solid var(--color-terracota-100)}.block-button{color:var(--block-button-color);fill:var(--block-button-color);padding:0 var(--block-button-padding);height:var(--block-button-height);background:var(--block-button-background);text-transform:uppercase;border-radius:var(--block-button-border-radius);white-space:nowrap;width:var(--block-button-width);gap:.625rem;position:relative;overflow:hidden;transition:color .15s ease .15s,fill .15s ease .15s;z-index:1;will-change:background-color}.block-button--disabled,.block-button:disabled{cursor:not-allowed;opacity:1;transition:none}.block-button--hover{--block-button-color:var(--block-button-hover-color);--block-button-background:var(--block-button-hover-background);transition:color .15s ease .15s,fill .15s ease .15s,background-color .1s ease-in-out .5s}.block-button__content{display:contents}.block-button__content--hidden{visibility:hidden}.block-button__spinner-wrap{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.block-button__fill{position:absolute;left:50%;transform:translate(-50%);width:100%;height:100%;color:var(--block-button-hover-background);z-index:-1}.block-button__icon{flex-shrink:0}.block-button__icon--hidden{visibility:hidden}.cookie-consent{position:fixed;right:var(--container-padding);bottom:1.25rem;z-index:90;display:flex;align-items:center;gap:3.75rem;padding:1.25rem;background:var(--color-bg);border-radius:1rem;max-width:calc(100% - var(--container-padding)*2);box-shadow:0 0 1.25rem #00000021}@media(max-width:767px){.cookie-consent{left:var(--container-padding);right:var(--container-padding);flex-direction:column;align-items:stretch;gap:1.25rem}}.cookie-consent__text{font-family:Onest,Inter,Poppins,Roboto,sans-serif;font-weight:500;font-style:normal;line-height:136%;letter-spacing:.01em;font-size:1.25rem}@media(max-width:1199px){.cookie-consent__text{font-size:1.125rem}}@media(max-width:767px){.cookie-consent__text{font-size:1rem}}.cookie-consent__text{color:var(--color-dark);white-space:nowrap}.cookie-consent__line{margin:0;line-height:136%}.cookie-consent__button{flex-shrink:0}.cookie-consent-enter-active,.cookie-consent-leave-active{transition:opacity .25s ease,transform .25s ease}.cookie-consent-enter-from,.cookie-consent-leave-to{opacity:0;transform:translateY(.75rem)}.vremesto-icon{width:2.625rem;height:2.5rem}.startup-loader{position:fixed;inset:0;z-index:1000;overflow:hidden;pointer-events:none;width:100vw;height:100vh}.startup-loader__half{position:absolute;top:0;bottom:0;width:50%;overflow:hidden;background:#101011;transition:transform .2s cubic-bezier(.22,1,.36,1)}.startup-loader__half--left{left:0}.startup-loader__half--right{right:0}.startup-loader__logo-part{position:absolute;top:50%;z-index:2}.startup-loader__logo-part--left{right:0;transform:translate(50%,-50%)}.startup-loader__logo-part--right{left:0;transform:translate(-50%,-50%)}.startup-loader__logo{display:flex;align-items:center;justify-content:center;transform-origin:center;animation:startup-loader-pulse 1.3s ease-in-out infinite}.startup-loader--closing .startup-loader__half--left{transform:translate(-100%)}.startup-loader--closing .startup-loader__half--right{transform:translate(100%)}@keyframes startup-loader-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:1}}.container{padding-left:var(--container-padding);padding-right:var(--container-padding);width:100%;margin-left:auto;margin-right:auto}.footer-about{padding-left:var(--container-padding);padding-right:var(--container-padding);width:100%;margin-left:auto;margin-right:auto;display:flex;flex-direction:column;gap:.75rem;padding-top:1.875rem;padding-bottom:1.875rem;background:#fff;color:var(--color-dark)}.footer-about__title{font-family:TT Severs Trial,Manrope,Inter,Outfit,sans-serif;font-weight:700;font-style:normal;line-height:120%;font-size:1.3125rem}@media(max-width:1199px){.footer-about__title{font-size:1.375rem}}@media(max-width:767px){.footer-about__title{font-size:1.125rem}}.footer-about__text{font-family:Onest,Inter,Poppins,Roboto,sans-serif;font-weight:400;font-style:normal;line-height:136%;letter-spacing:.01em;font-size:1rem}@media(max-width:1199px){.footer-about__text{font-size:1rem}}@media(max-width:767px){.footer-about__text{font-size:.875rem}}.playful-arrow{width:6rem;height:4.875rem}.playful-arrow path{opacity:0;stroke-width:.1875rem}@media(max-width:767px){.playful-arrow path{stroke-width:.13688rem}}.footer-main{align-items:flex-start;gap:2.5rem}.footer-main,.footer-main__header{display:flex;flex-direction:column}.footer-main__header{gap:1.5rem}@media(max-width:1199px){.footer-main__header{gap:1.5rem}}@media(max-width:767px){.footer-main__header{gap:1rem}}.footer-main__title{font-family:TT Severs Trial,Manrope,Inter,Outfit,sans-serif;font-weight:700;font-style:normal;line-height:120%;font-size:2rem}@media(max-width:1199px){.footer-main__title{font-size:1.75rem}}@media(max-width:767px){.footer-main__title{font-size:1.375rem}}.footer-main__caption{font-family:Onest,Inter,Poppins,Roboto,sans-serif;font-weight:400;font-style:normal;line-height:136%;letter-spacing:.01em;font-size:1rem}@media(max-width:1199px){.footer-main__caption{font-size:1rem}}@media(max-width:767px){.footer-main__caption{font-size:.875rem;padding-right:4.375rem}}.footer-main__button-wrapper{display:inline-flex;position:relative}@media(max-width:767px){.footer-main__button-wrapper{display:block;width:100%}}.footer-main__arrow{position:absolute;right:-7.5rem;bottom:.9375rem;width:5.9375rem;height:4.75rem}@media(max-width:1199px){.footer-main__arrow{bottom:.625rem}}@media(max-width:767px){.footer-main__arrow{right:1.25rem;top:-5rem;width:4.3125rem;transform:rotate(-20deg)}}.footer-link{text-decoration:none;color:inherit;transition-property:color;transition-duration:.2s;transition-timing-function:ease;font-family:Onest,Inter,Poppins,Roboto,sans-serif;font-weight:400;font-style:normal;line-height:136%;letter-spacing:.01em;font-size:1rem}@media(max-width:1199px){.footer-link{font-size:1rem}}@media(max-width:767px){.footer-link{font-size:.875rem}}.footer-link{color:var(--color-white)}.footer-link:active,.footer-link:focus,.footer-link:hover{color:var(--color-terracota-100)}.circle-button{background:none;border:none;padding:0;outline:none;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;text-decoration:none}.circle-button:active,.circle-button:focus,.circle-button:hover{outline:none}.circle-button{font-size:.875rem;font-family:Onest,Inter,Poppins,Roboto,sans-serif;font-weight:600;font-style:normal;letter-spacing:.04em;text-transform:uppercase;line-height:normal}@media(max-width:1199px){.circle-button{font-size:.875rem}}@media(max-width:767px){.circle-button{font-size:.75rem}}.circle-button{--circle-button-size:2.75rem;--circle-button-background:var(--color-white);--circle-button-gap:1rem;--circle-button-icon-hover:var(--color-white);--circle-button-transition:color .15s ease .15s,fill .15s ease .15s;display:flex;align-items:center;gap:var(--circle-button-gap);color:var(--color-dark)}.circle-button--color-terracota-100{--circle-button-background:var(--color-terracota-100);--circle-button-icon:var(--color-white)}.circle-button--color-terracota-50{--circle-button-background:var(--color-terracota-50);--circle-button-icon:var(--color-terracota-100);--circle-button-background-hover:var(--color-terracota-100)}.circle-button--color-dark{--circle-button-background:var(--color-dark);--circle-button-icon:var(--color-white)}.circle-button--color-white{--circle-button-background:var(--color-white);--circle-button-icon:var(--color-dark);--circle-button-background-hover:var(--color-terracota-100)}.circle-button--color-gray{--circle-button-background:var(--color-bg);--circle-button-icon:var(--color-dark);--circle-button-background-hover:var(--color-terracota-100)}.circle-button--text-terracota-50{--circle-button-text-color:var(--color-dark)}.circle-button--text-terracota-100,.circle-button--text-white{--circle-button-text-color:var(--color-white)}.circle-button--icon-terracota{--circle-button-icon:var(--color-terracota-100)}.circle-button--hover-gold{--circle-button-background-hover:var(--color-gold)}.circle-button--hover{--circle-button-icon:var(--circle-button-icon-hover);--circle-button-background:var(--circle-button-background-hover);--circle-button-transition:color .15s ease .15s,fill .15s ease .15s,background-color .1s ease-in-out .5s}.circle-button__circle{display:flex;justify-content:center;align-items:center;border-radius:50%;width:var(--circle-button-size);height:var(--circle-button-size);flex-shrink:0;overflow:hidden;transition-property:fill,color,background;transition-duration:.2s;transition-timing-function:ease;background:var(--circle-button-background);fill:var(--circle-button-icon);color:var(--circle-button-icon);position:relative;transition:var(--circle-button-transition);z-index:1}.circle-button__circle-fill{position:absolute;left:50%;transform:translate(-50%);width:100%;height:100%;color:var(--circle-button-background-hover);z-index:-1}.circle-button__text{color:var(--circle-button-text-color)}@media(max-width:767px){.circle-button__text--hide-on-mobile{display:none}}.icon-vk{width:1.1875rem;height:.75rem}.icon-tg{width:1rem;height:.8125rem}.icon-max{width:1rem;height:1rem}.footer-sections{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr auto;gap:3rem 1.25rem}@media(max-width:767px){.footer-sections{grid-template-columns:1fr;grid-template-rows:auto;gap:2.5rem}}.footer-sections__section{width:20.3125rem}@media(max-width:767px){.footer-sections__section{width:100%}}.footer-sections__title{font-size:.875rem;font-family:Onest,Inter,Poppins,Roboto,sans-serif;font-weight:600;font-style:normal;letter-spacing:.04em;text-transform:uppercase;line-height:normal}@media(max-width:1199px){.footer-sections__title{font-size:.875rem}}@media(max-width:767px){.footer-sections__title{font-size:.75rem}}.footer-sections__title{opacity:.5;margin-bottom:1.25rem}.footer-sections__items{display:inline-grid;gap:.5rem 3.125rem}@media(max-width:1199px){.footer-sections__items{gap:.75rem 3.125rem}}@media(max-width:767px){.footer-sections__items{display:grid;gap:1rem 3.125rem}}.footer-sections__items--inline{display:flex;gap:1rem}.footer-sections__items--two-columns{grid-template-columns:1fr 1fr}@media(max-width:767px){.footer-sections__section--social{grid-row:4}}.icon-scroll-up{width:1.5rem;height:1.5625rem}.footer-bottom{display:flex;align-items:center;padding-top:1.875rem}@media(max-width:1199px){.footer-bottom{padding-top:1.5625rem}}@media(max-width:767px){.footer-bottom{padding-top:1rem}}.footer-bottom{padding-bottom:1.875rem}@media(max-width:1199px){.footer-bottom{padding-bottom:1.5625rem}}@media(max-width:767px){.footer-bottom{padding-bottom:1rem}}.footer-bottom{justify-content:space-between;border-top:.0625rem solid hsla(0,0%,100%,.1)}.footer-bottom__copyright{font-family:Onest,Inter,Poppins,Roboto,sans-serif;font-weight:400;font-style:normal;line-height:1.25em;font-size:.875rem}@media(max-width:1199px){.footer-bottom__copyright{font-size:.875rem}}@media(max-width:767px){.footer-bottom__copyright{font-size:.75rem}}.footer-bottom__copyright{opacity:.5;margin-right:3.4375rem}.footer-rounding{display:block;width:100%;height:5rem}@media(max-width:767px){.footer-rounding{height:2.5rem}}.footer{--footer-background:var(--color-dark);--footer-circle-width:1105.8333333333vw;--footer-padding-top:3.75rem;--footer-gap-top:6.25rem}@media(max-width:1199px){.footer{--footer-circle-width:1727.8645833333vw;--footer-padding-top:2.5rem;--footer-gap-top:5rem}}@media(max-width:767px){.footer{--footer-circle-width:1035.2vw;--footer-padding-top:1.25rem;--footer-gap-top:3.75rem}}.footer{z-index:var(--z-index-footer);background:var(--footer-background)}.footer__content{position:relative;padding-top:var(--footer-padding-top);color:var(--color-white);background:var(--color-dark);margin-bottom:-6.25rem;backface-visibility:hidden;transform-style:preserve-3d}.footer__rounding{position:absolute;left:0;width:100%;transform:translateY(-100%);fill:var(--color-dark);top:.25rem}@media(max-width:767px){.footer__rounding{top:.125rem}}.footer__container{display:flex;flex-direction:column;gap:var(--footer-gap-top)}.footer__top{display:flex;gap:3.75rem;justify-content:space-between}@media(max-width:1199px){.footer__top{gap:5rem;flex-direction:column}}@media(max-width:767px){.footer__top{gap:3.75rem}}.page{display:flex;flex-direction:column}.page__footer{flex-shrink:0;margin-bottom:-6.25rem}.title--level-1{font-family:TT Severs Trial,Manrope,Inter,Outfit,sans-serif;font-weight:700;font-style:normal;line-height:120%;font-size:4.5rem}@media(max-width:1199px){.title--level-1{font-size:3.5rem}}@media(max-width:767px){.title--level-1{font-size:2.5rem}}.title--level-2{font-family:TT Severs Trial,Manrope,Inter,Outfit,sans-serif;font-weight:700;font-style:normal;line-height:120%;font-size:4rem}@media(max-width:1199px){.title--level-2{font-size:3rem}}@media(max-width:767px){.title--level-2{font-size:2rem}}.title--level-3{font-family:TT Severs Trial,Manrope,Inter,Outfit,sans-serif;font-weight:700;font-style:normal;line-height:120%;font-size:3rem}@media(max-width:1199px){.title--level-3{font-size:2.625rem}}@media(max-width:767px){.title--level-3{font-size:1.75rem}}.title--level-4{font-family:TT Severs Trial,Manrope,Inter,Outfit,sans-serif;font-weight:700;font-style:normal;line-height:120%;font-size:2rem}@media(max-width:1199px){.title--level-4{font-size:1.75rem}}@media(max-width:767px){.title--level-4{font-size:1.375rem}}.title--level-5{font-family:TT Severs Trial,Manrope,Inter,Outfit,sans-serif;font-weight:700;font-style:normal;line-height:120%;font-size:1.3125rem}@media(max-width:1199px){.title--level-5{font-size:1.375rem}}@media(max-width:767px){.title--level-5{font-size:1.125rem}}.title--level-6{font-family:TT Severs Trial,Manrope,Inter,Outfit,sans-serif;font-weight:700;font-style:normal;line-height:120%;font-size:1rem}@media(max-width:1199px){.title--level-6{font-size:1rem}}@media(max-width:767px){.title--level-6{font-size:.875rem}}.title--centered *{text-align:center!important}.title{opacity:0}.title,.title *{will-change:transform}.gold-star{width:1.3125rem;height:1.375rem;color:var(--color-gold);transform-origin:center center;opacity:0}.gold-stars{width:4.8125rem;height:3.5625rem;color:var(--color-gold);transform-origin:center center;opacity:0}.icon-user,.icon-heart{width:1.25rem;height:1.25rem}.header-button{background:none;border:none;padding:0;outline:none;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;text-decoration:none}.header-button:active,.header-button:focus,.header-button:hover{outline:none}.header-button{display:flex;justify-content:center;align-items:center;font-size:.875rem;font-family:Onest,Inter,Poppins,Roboto,sans-serif;font-weight:600;font-style:normal;letter-spacing:.04em;text-transform:uppercase;line-height:normal}@media(max-width:1199px){.header-button{font-size:.875rem}}@media(max-width:767px){.header-button{font-size:.75rem}}.header-button{--header-button-background:var(--color-white);--header-button-color:var(--color-dark);--header-button-hover-background:var(--color-terracota-100);--header-button-hover-color:var(--color-white);--header-button-gap:10;color:var(--header-button-color);fill:var(--header-button-color);background:var(--header-button-background);white-space:nowrap;height:4.25rem;width:100%;gap:.625rem;position:relative;overflow:hidden;transition:color .15s ease .15s,fill .15s ease .15s;z-index:1;will-change:background-color}.header-button--active,.header-button--focus,.header-button--hover{--header-button-color:var(--header-button-hover-color);--header-button-background:var(--header-button-hover-background);transition:color .15s ease .15s,fill .15s ease .15s,background-color .1s ease-in-out .5s}.header-button__fill{position:absolute;left:50%;transform:translate(-50%);width:100%;height:100%;color:var(--header-button-hover-background);z-index:-1}.logo{transition-property:color;transition-duration:.2s;transition-timing-function:ease;width:12.75rem;height:2.5rem}.logo--color-dark{color:var(--color-dark)}.logo--color-white{color:var(--color-white)}.header-internal{display:flex;align-items:center;height:var(--header-height)}.header-internal__logo{margin-right:5rem;flex-shrink:0}@media(max-width:767px){.header-internal__logo{width:9.6875rem;margin-right:0}}.header-internal__buttons-wrapper{display:flex;align-items:center;gap:1.625rem}.header-internal__buttons{display:flex;align-items:center;gap:1.25rem}.header-internal__links{display:flex;align-items:center;gap:3.125rem}.header-dropdown{position:fixed;height:0;width:100%;top:0;overflow:hidden;transition:height .2s ease .4s;background:#fff}.header-dropdown--open{height:100%}.header-dropdown__internal{display:flex;flex-direction:column;background:var(--color-white);position:absolute;top:0;width:100vw;height:100vh}.header-dropdown__navigation{z-index:1;position:relative;height:var(--header-height);background:#fff;flex-shrink:0}.header-dropdown__content::-webkit-scrollbar{width:.375rem;height:.375rem}.header-dropdown__content::-webkit-scrollbar-track{background:transparent}.header-dropdown__content::-webkit-scrollbar-thumb{background-color:#0000004d;border-radius:.5rem;border:.125rem solid transparent}.header-dropdown__content::-webkit-scrollbar-thumb:hover{background-color:#0000004d}.header-dropdown__content{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.3) transparent;overflow:auto;flex-grow:1;display:flex;justify-content:center}.header-dropdown__button--first{border-right:.0625rem solid rgba(43,47,53,.05)}.header-dropdown__buttons{border-top:.0625rem solid rgba(43,47,53,.05);display:none;width:100%}@media(max-width:767px){.header-dropdown__buttons{display:flex}}.header-dropdown__items:after{content:"";display:block;flex-shrink:0}.header-dropdown__items{display:flex;flex-direction:column;gap:3rem;margin-top:auto;margin-bottom:auto;align-items:center}@media(max-width:767px){.header-dropdown__items{gap:2rem}}.header-dropdown__item{transition-property:all;transition-duration:.2s;transition-timing-function:ease}.header-dropdown__item:hover{color:var(--color-gold)}.header-dropdown__gold-stars{position:absolute;right:3.625rem;top:11.0625rem}@media(max-width:767px){.header-dropdown__gold-stars{top:14%;right:9.6%}}.header-dropdown__gold-star{position:absolute;width:4rem;height:4.1875rem;left:4.6875rem;bottom:6rem}@media(max-width:767px){.header-dropdown__gold-star{width:2.125rem;height:2.1875rem;left:5.5%;bottom:16%}}.header-wrapper{position:relative;z-index:var(--z-index-header)}.header,.header-wrapper--physical{height:var(--header-height)}.header{position:absolute;width:100%;top:0;color:var(--color-white);transform:translateY(-100%);transition:transform .25s cubic-bezier(.19,.98,.76,.97),border-color .25s;border-bottom:.0625rem solid transparent}.header--bordered{border-bottom-color:#ededed}.header--visible{transform:translateY(0)}.header--fixed{position:fixed;background:#fff}.header--fixed,.header--open{color:var(--color-dark);fill:var(--color-dark)}.error-numbers{width:120rem;height:16.25rem}.terracota-star{width:3rem;height:3.0625rem;color:var(--color-terracota-100);transform-origin:center center;opacity:0}.error-page{background:var(--color-white);overflow:hidden}.error-page__content,.error-page__hero{position:relative;display:flex;flex-direction:column;align-items:center}.error-page__content{z-index:2;text-align:center;max-width:43.8125rem;width:100%;padding:5rem var(--container-padding) 0;gap:2.5rem}@media(max-width:1199px){.error-page__content{gap:1.875rem}}@media(max-width:767px){.error-page__content{gap:1.5rem}}@media(max-width:1199px){.error-page__content{max-width:37.5rem;padding-top:5rem}}@media(max-width:767px){.error-page__content{max-width:none;padding-top:5rem;align-items:stretch}}.error-page__title{font-family:TT Severs Trial,Manrope,Inter,Outfit,sans-serif;font-weight:700;font-style:normal;line-height:120%;font-size:3rem}@media(max-width:1199px){.error-page__title{font-size:2.625rem}}@media(max-width:767px){.error-page__title{font-size:1.75rem}}.error-page__title{color:var(--color-dark);margin:0}@media(max-width:767px){.error-page__button{width:100%}}.error-page__visual{position:relative;width:100%;max-width:90rem;margin-top:5rem;min-height:37.5rem;display:flex;justify-content:center;align-items:flex-end}@media(max-width:1199px){.error-page__visual{min-height:42.6875rem}}@media(max-width:767px){.error-page__visual{min-height:28.5rem}}.error-page__digits{position:absolute;left:50%;transform:translate(-50%);bottom:15.8125rem;pointer-events:none;z-index:0;max-width:unset}@media(max-width:1199px){.error-page__digits{height:12.5rem;bottom:15.125rem;left:calc(50% + 2.5rem)}}@media(max-width:767px){.error-page__digits{height:6.25rem;bottom:11.125rem;left:calc(50% + 1.25rem)}}.error-page__arch-wrapper{position:relative}.error-page__arch{position:relative;z-index:1;width:27.5rem;height:37.5rem;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;overflow:hidden;flex-shrink:0}@media(max-width:1199px){.error-page__arch{width:28.875rem;height:42.6875rem}}@media(max-width:767px){.error-page__arch{width:15.8125rem;height:28.5rem}}.error-page__photo{width:100%;height:100%;object-fit:cover;object-position:77.5%;display:block}@media(max-width:1199px){.error-page__photo{object-position:74%}}@media(max-width:767px){.error-page__photo{object-position:67%}}.error-page__star{position:absolute;z-index:2;left:-2.94813rem;top:19.39375rem;width:4.65625rem;height:4.82688rem;transform:rotate(112deg)}@media(max-width:1199px){.error-page__star{left:-2.63563rem;top:31.5625rem}}@media(max-width:767px){.error-page__star{left:-1.5625rem;top:20.0625rem;width:3.125rem;height:3.1875rem}}
