@charset "UTF-8";.footer .container{background-color:#f7f7f9}@media (min-width: 768px){.footer .container{border-radius:40rem 40rem 0 0}}.footer__wrapper{display:flex;flex-direction:column;min-height:252rem}@media (min-width: 768px){.footer__wrapper{padding:40rem 0 30rem}}@media (max-width: 767px){.footer__wrapper{padding:40rem 0 20rem}}@media (min-width: 768px){.footer__logo svg{width:168rem;height:42rem}}@media (max-width: 767px){.footer__logo svg{width:144rem;height:36rem}}@media (min-width: 768px){.footer__head{margin-bottom:62rem}}@media (max-width: 767px){.footer__head{margin-bottom:28rem}}.footer__body{display:flex}@media (min-width: 768px){.footer__body{flex-direction:column}}@media (max-width: 767px){.footer__body{flex-direction:column-reverse}}@media (min-width: 768px){.footer__legal-info{margin-bottom:24rem}}@media (max-width: 767px){.footer__legal-info{margin-bottom:40rem}}.footer__legal-info__item._active .footer__legal-info__item-head svg{transform:rotate(-90deg)}.footer__legal-info__item._active .footer__legal-info__item-body{padding-top:24rem}.footer__legal-info__item-head{display:flex;align-items:center;gap:12rem;font-size:18rem}.footer__legal-info__item-head svg{width:9rem;height:14rem;transform:rotate(90deg);transition:.4s cubic-bezier(.25,.1,.25,1)}.footer__legal-info__item-body{max-width:703rem;font-size:15rem;line-height:140%;color:#535c67}.footer__copyright{display:flex;justify-content:space-between;align-items:center}@media (max-width: 767px){.footer__copyright._mobile .footer__copyright__text{font-weight:500;font-size:15rem}}.footer__copyright__text{color:#535c67}@media (min-width: 768px){.footer__copyright__text{font-size:15rem}}@media (max-width: 767px){.footer__copyright__text{font-weight:600;font-size:14rem}}.footer__copyright__right-block{display:flex;align-items:center}@media (min-width: 768px){.footer__copyright__right-block{gap:32rem}}@media (max-width: 767px){.footer__copyright__right-block{flex-direction:column;align-items:flex-start;gap:20rem;margin-bottom:40rem}}.footer__copyright__socials{display:flex;align-items:center;gap:12rem}.footer__copyright__socials-item{display:flex;justify-content:center;align-items:center;width:40rem;height:40rem;border-radius:6rem;background-color:#535c67;transition:.4s cubic-bezier(.25,.1,.25,1)}@media (hover),(min-width:0�),(min--moz-device-pixel-ratio:0),(-ms-high-contrast: none),(-ms-high-contrast: active){.footer__copyright__socials-item:hover{background-color:#0000c5}}.footer__copyright__socials-item:active{background-color:#0000c5}.footer__copyright__socials-item svg{width:20rem;height:20rem;color:#fff}html._ready .site-preloader{opacity:0;visibility:hidden}html._ready .site-preloader__logo{transform:translateY(50rem)}.ajax-preloader{position:fixed;top:0;left:0;width:100%;height:100%;z-index:var(--z-index-ajax-preloader);display:flex;align-items:center;justify-content:center;background-color:#ffffff80;-webkit-backdrop-filter:blur(12rem);backdrop-filter:blur(12rem);opacity:0;visibility:hidden;transition:.4s cubic-bezier(.25,.1,.25,1);-webkit-user-select:none;user-select:none}.ajax-preloader._active{opacity:1;visibility:visible}.ajax-preloader svg{display:block;width:103rem}.button{position:relative;display:inline-flex;justify-content:center;align-items:center;background-color:#001efa;color:#fff;transition:.4s cubic-bezier(.25,.1,.25,1)}@media (min-width: 768px){.button{width:344rem;height:60rem;font-size:18rem;border-radius:30rem}}@media (max-width: 767px){.button{width:276rem;height:56rem;font-size:16rem;border-radius:50rem}}@media (hover),(min-width:0�),(min--moz-device-pixel-ratio:0),(-ms-high-contrast: none),(-ms-high-contrast: active){.button:hover{background-color:#0000c5}.button:hover .button__circle svg{transform:rotate(-45deg)}}.button:active{background-color:#0000c5}.button:active .button__circle svg{transform:rotate(-45deg)}.button._fixed{position:fixed;visibility:hidden;opacity:0;z-index:3;bottom:40rem;left:50%;transform:translateY(100%)}@media (min-width: 768px){.button._fixed{margin-left:-172rem}}@media (max-width: 767px){.button._fixed{margin-left:-138rem}}.button._fixed._active{visibility:visible;opacity:1;transform:translateY(0)}.button__circle{position:absolute;display:flex;justify-content:center;align-items:center;border-radius:50%;background-color:#fff}@media (min-width: 768px){.button__circle{width:57rem;height:57rem;top:1px;right:1px}}@media (max-width: 767px){.button__circle{width:48rem;height:48rem;top:4rem;right:4rem}}.button__circle svg{color:#0c1928;transition:.4s cubic-bezier(.25,.1,.25,1)}@media (min-width: 768px){.button__circle svg{width:25rem;height:19rem}}@media (max-width: 767px){.button__circle svg{width:22rem;height:17rem}}.js--for-popup{display:none}html._popup-open{overflow:hidden}.popup-wrap{position:fixed;top:0;left:0;width:100%;height:100%;z-index:var(--z-index-popup-wrap);display:flex;align-items:center;justify-content:center;transition:.4s cubic-bezier(.25,.1,.25,1);opacity:0;visibility:hidden}@media (min-width: 768px) and (max-width: 1024px){.popup-wrap{padding:32rem}}@media (min-width: 1025px){.popup-wrap{padding:40rem}}html._popup-open .popup-wrap{opacity:1;visibility:visible}.popup-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:gray}.popup{position:relative;background-color:#fff;width:100%;max-height:100%;overflow-y:auto;transition:transform .4s cubic-bezier(.25,.1,.25,1);transform:translateY(50rem)}html._popup-open .popup{transform:translateY(0)}@media (max-width: 767px){.popup{height:100%;padding:52rem 20rem 40rem}}@media (min-width: 768px){.popup{max-width:462rem;padding:40rem 32rem}}.popup__close{display:flex;align-items:center;justify-content:center;background-color:#000;border-radius:50%;position:absolute;top:16rem;right:16rem;transition:.4s cubic-bezier(.25,.1,.25,1);color:#fff}@media (hover),(min-width:0�),(min--moz-device-pixel-ratio:0),(-ms-high-contrast: none),(-ms-high-contrast: active){.popup__close:hover{color:#00f}}.popup__close:active{color:#00f}@media (max-width: 767px){.popup__close{width:32rem;height:32rem}}@media (min-width: 768px){.popup__close{width:40rem;height:40rem}}.popup__close svg{display:block;width:16rem;height:16rem}.slider{position:relative}.slider__slider.swiper-horizontal{touch-action:pan-y}.slider__slider.swiper-vertical{touch-action:pan-x}.slider__slides{position:relative;display:flex;height:100%;min-width:100%}.swiper-grid>.slider__slides{flex-direction:column;flex-wrap:wrap}.slider__slider.swiper-autoheight .slider__slides{align-items:flex-start}.slider__slider.swiper-vertical .slider__slides{flex-direction:column}.slider__slide{display:block;flex-shrink:0;position:relative;width:100%}.slider__slide._width-auto{width:auto}.slider__nav{display:flex;gap:8rem}.slider__nav__arrow{display:inline-flex;align-items:center;justify-content:center;width:72rem;height:72rem;border-radius:50%;background-color:#b7babf;color:#fff;transition:.4s cubic-bezier(.25,.1,.25,1)}@media (hover),(min-width:0�),(min--moz-device-pixel-ratio:0),(-ms-high-contrast: none),(-ms-high-contrast: active){.slider__nav__arrow:hover{background-color:#0000c5;color:#fff}}.slider__nav__arrow:active{background-color:#0000c5;color:#fff}.slider__nav__arrow.swiper-button-disabled{opacity:.5}.slider__nav__arrow.swiper-button-lock{opacity:0;visibility:hidden}.slider__nav__arrow svg{display:block;width:34rem;height:34rem}.slider__nav__arrow._prev svg{transform:scaleX(-1)}.slider__nav._left-right .slider__nav__arrow{position:absolute;top:50%;transform:translateY(-50%)}.slider__nav._left-right .slider__nav__arrow._prev{left:0}.slider__nav._left-right .slider__nav__arrow._next{right:0}.slider__pagination{display:flex;justify-content:center;gap:2rem}.slider__pagination .item{display:block;width:8rem;height:8rem;background-color:gray;transition:.4s cubic-bezier(.25,.1,.25,1)}.slider__pagination .item._active{background-color:#00f;width:16rem}.slider__pagination._dynamic-bullets{display:block;white-space:nowrap;margin:0 auto}.slider__pagination._dynamic-bullets .item{display:inline-block;position:relative;margin:0 4rem;opacity:0}.slider__pagination._dynamic-bullets .item._active,.slider__pagination._dynamic-bullets .item._active-prev,.slider__pagination._dynamic-bullets .item._active-prev-prev,.slider__pagination._dynamic-bullets .item._active-next,.slider__pagination._dynamic-bullets .item._active-next-next{opacity:1}.slider__pagination.swiper-pagination-lock{display:none}.slider__autoplay-progress{width:100%;background-color:gray;border-radius:3rem;overflow:hidden}.slider__autoplay-progress__line{height:4px;background-color:#00f;border-radius:0 3rem 3rem 0}@keyframes tab-show{0%{opacity:0;transform:translateY(1em)}to{opacity:1;transform:translateY(0)}}.js--tabs-body{display:none}.js--tabs-body._active{display:block;animation:tab-show .4s cubic-bezier(.25,.1,.25,1)}.tabs__btn._active{color:red}.accordion .js--accordion-trigger{cursor:pointer}.accordion__head{display:flex;align-items:center;justify-content:space-between}.accordion .js--accordion-panel{height:0;overflow:hidden}html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;vertical-align:baseline;background:transparent}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}input,select{vertical-align:middle}ul,li{list-style:none}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}i{font-style:normal}a{text-decoration:none}button{background:none;border:none;border-radius:0;cursor:pointer;padding:0}:root{--z-index-header: 9;--z-index-popup-wrap: calc(var(--z-index-header) + 2);--container-padding: 8rem;--container-max-width: 1920rem}@media (min-width: 768px){:root{--container-padding: 108rem}}@media (max-width: 767px){:root{--container-padding: 20rem}}@font-face{font-family:InterTight;src:url(./fonts/InterTight-Medium.woff2) format("woff2"),url(./fonts/InterTight-Medium.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:InterTight;src:url(./fonts/InterTight-SemiBold.woff2) format("woff2"),url(./fonts/InterTight-SemiBold.woff) format("woff");font-weight:600;font-style:normal;font-display:swap}.style h1,.h1{font-weight:600;font-size:var(--h1-font-size);line-height:var(--h1-line-height);letter-spacing:var(--h1-letter-spacing)}.style h2,.h2{font-weight:600;font-size:var(--h2-font-size);line-height:var(--h2-line-height);letter-spacing:var(--h2-letter-spacing)}@media (min-width: 768px){:root{--h1-font-size: 68rem;--h1-line-height: 95%}}@media (max-width: 767px){:root{--h1-font-size: 32rem;--h1-line-height: 110%;--h1-letter-spacing: .01em}}@media (min-width: 768px){:root{--h2-font-size: 40rem;--h2-line-height: 110%}}@media (max-width: 767px){:root{--h2-font-size: 22rem;--h2-line-height: 120%}}html{box-sizing:border-box;text-size-adjust:none;scrollbar-gutter:stable;font-family:InterTight;font-weight:500;font-style:normal;font-optical-sizing:auto;line-height:135%;color:#0c1928}@media (min-width: 768px){html{font-size:.0520833333vw}}@media (max-width: 767px){html{font-size:.2564102564vw}}@media (min-width: 1920px){html{font-size:1px}}html *,html :before,html :after{box-sizing:inherit;outline:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}@media (min-width: 768px){body{font-size:16rem}}@media (max-width: 767px){body{font-size:14rem}}main{position:relative}main._fixed{overflow:hidden}.page{overflow-x:clip;overflow-y:clip;line-height:135%;padding-top:var(--header-height)}@media (min-width: 768px){.page{font-size:18rem}}@media (max-width: 767px){.page{font-size:16rem}}.container{margin-left:auto;margin-right:auto;padding-left:var(--container-padding);padding-right:var(--container-padding);max-width:var(--container-max-width);width:100%}.main{padding:80rem 0}@media (max-width: 767px){._tablet_desktop{display:none!important}}@media (min-width: 768px){._mobile{display:none}}.title-link{color:inherit;transition:color .4s cubic-bezier(.25,.1,.25,1)}@media (hover),(min-width:0�),(min--moz-device-pixel-ratio:0),(-ms-high-contrast: none),(-ms-high-contrast: active){.title-link:hover{color:red}}.title-link:active{color:red}.d-none{display:none!important}.tt-u{text-transform:uppercase}.fw-300{font-weight:300}.fw-400{font-weight:400}.fw-500{font-weight:500}.fw-600{font-weight:600}.fw-700{font-weight:700}.p-r{position:relative}.pe-n{pointer-events:none}.ta-c{text-align:center}.ta-r{text-align:right}.o-h{overflow:hidden}.w-100{width:100%}@media (max-width: 767px){.m-w-100{width:100%}}.h-0{height:0rem}.h-0-5{height:8rem}.h-1{height:16rem}.h-1-5{height:24rem}.h-2{height:32rem}.h-2-5{height:40rem}.h-3{height:48rem}.h-3-5{height:56rem}.h-4{height:64rem}.h-4-5{height:72rem}.h-5{height:80rem}.h-5-5{height:88rem}.h-6{height:96rem}.h-6-5{height:104rem}.h-7{height:112rem}.h-7-5{height:120rem}.h-8{height:128rem}.h-8-5{height:136rem}.h-9{height:144rem}.h-9-5{height:152rem}.h-10{height:160rem}.mt-0{margin-top:0rem}.mt-0-5{margin-top:8rem}.mt-1{margin-top:16rem}.mt-1-5{margin-top:24rem}.mt-2{margin-top:32rem}.mt-2-5{margin-top:40rem}.mt-3{margin-top:48rem}.mt-3-5{margin-top:56rem}.mt-4{margin-top:64rem}.mt-4-5{margin-top:72rem}.mt-5{margin-top:80rem}.mt-5-5{margin-top:88rem}.mt-6{margin-top:96rem}.mt-6-5{margin-top:104rem}.mt-7{margin-top:112rem}.mt-7-5{margin-top:120rem}.mt-8{margin-top:128rem}.mt-8-5{margin-top:136rem}.mt-9{margin-top:144rem}.mt-9-5{margin-top:152rem}.mt-10{margin-top:160rem}.mb-0{margin-bottom:0rem}.mb-0-5{margin-bottom:8rem}.mb-1{margin-bottom:16rem}.mb-1-5{margin-bottom:24rem}.mb-2{margin-bottom:32rem}.mb-2-5{margin-bottom:40rem}.mb-3{margin-bottom:48rem}.mb-3-5{margin-bottom:56rem}.mb-4{margin-bottom:64rem}.mb-4-5{margin-bottom:72rem}.mb-5{margin-bottom:80rem}.mb-5-5{margin-bottom:88rem}.mb-6{margin-bottom:96rem}.mb-6-5{margin-bottom:104rem}.mb-7{margin-bottom:112rem}.mb-7-5{margin-bottom:120rem}.mb-8{margin-bottom:128rem}.mb-8-5{margin-bottom:136rem}.mb-9{margin-bottom:144rem}.mb-9-5{margin-bottom:152rem}.mb-10{margin-bottom:160rem}.mr-0{margin-right:0rem}.mr-0-5{margin-right:8rem}.mr-1{margin-right:16rem}.mr-1-5{margin-right:24rem}.mr-2{margin-right:32rem}.mr-2-5{margin-right:40rem}.mr-3{margin-right:48rem}.mr-3-5{margin-right:56rem}.mr-4{margin-right:64rem}.mr-4-5{margin-right:72rem}.mr-5{margin-right:80rem}.mr-5-5{margin-right:88rem}.mr-6{margin-right:96rem}.mr-6-5{margin-right:104rem}.mr-7{margin-right:112rem}.mr-7-5{margin-right:120rem}.mr-8{margin-right:128rem}.mr-8-5{margin-right:136rem}.mr-9{margin-right:144rem}.mr-9-5{margin-right:152rem}.mr-10{margin-right:160rem}.ml-0{margin-left:0rem}.ml-0-5{margin-left:8rem}.ml-1{margin-left:16rem}.ml-1-5{margin-left:24rem}.ml-2{margin-left:32rem}.ml-2-5{margin-left:40rem}.ml-3{margin-left:48rem}.ml-3-5{margin-left:56rem}.ml-4{margin-left:64rem}.ml-4-5{margin-left:72rem}.ml-5{margin-left:80rem}.ml-5-5{margin-left:88rem}.ml-6{margin-left:96rem}.ml-6-5{margin-left:104rem}.ml-7{margin-left:112rem}.ml-7-5{margin-left:120rem}.ml-8{margin-left:128rem}.ml-8-5{margin-left:136rem}.ml-9{margin-left:144rem}.ml-9-5{margin-left:152rem}.ml-10{margin-left:160rem}.pt-0{padding-top:0rem}.pt-0-5{padding-top:8rem}.pt-1{padding-top:16rem}.pt-1-5{padding-top:24rem}.pt-2{padding-top:32rem}.pt-2-5{padding-top:40rem}.pt-3{padding-top:48rem}.pt-3-5{padding-top:56rem}.pt-4{padding-top:64rem}.pt-4-5{padding-top:72rem}.pt-5{padding-top:80rem}.pt-5-5{padding-top:88rem}.pt-6{padding-top:96rem}.pt-6-5{padding-top:104rem}.pt-7{padding-top:112rem}.pt-7-5{padding-top:120rem}.pt-8{padding-top:128rem}.pt-8-5{padding-top:136rem}.pt-9{padding-top:144rem}.pt-9-5{padding-top:152rem}.pt-10{padding-top:160rem}.pb-0{padding-bottom:0rem}.pb-0-5{padding-bottom:8rem}.pb-1{padding-bottom:16rem}.pb-1-5{padding-bottom:24rem}.pb-2{padding-bottom:32rem}.pb-2-5{padding-bottom:40rem}.pb-3{padding-bottom:48rem}.pb-3-5{padding-bottom:56rem}.pb-4{padding-bottom:64rem}.pb-4-5{padding-bottom:72rem}.pb-5{padding-bottom:80rem}.pb-5-5{padding-bottom:88rem}.pb-6{padding-bottom:96rem}.pb-6-5{padding-bottom:104rem}.pb-7{padding-bottom:112rem}.pb-7-5{padding-bottom:120rem}.pb-8{padding-bottom:128rem}.pb-8-5{padding-bottom:136rem}.pb-9{padding-bottom:144rem}.pb-9-5{padding-bottom:152rem}.pb-10{padding-bottom:160rem}.absolut-wrap{position:absolute;top:0;left:0;width:100%;height:100%}pre{font-size:12px;line-height:1;background-color:#fff;color:#000;padding:1em;border:1px solid;border-radius:8rem;margin:1em}sup{line-height:0}.img-cover{object-fit:cover;object-position:center center}.img-contain{object-fit:contain;object-position:center center}.img-fill{object-fit:fill;object-position:center center}.subtext{display:flex;align-items:center;gap:9rem}.subtext svg{width:15rem;height:15rem}.overlay{position:absolute;visibility:hidden;opacity:0;z-index:4;width:100%;height:100%;background-color:#0006;top:0;left:0;transition:.4s cubic-bezier(.25,.1,.25,1)}.overlay._active{visibility:visible;opacity:1}
