@charset "UTF-8";@font-face{font-family:Manrope;src:url(../fonts/Manrope-Bold.woff2) format("woff2");font-weight:700;font-display:swap;font-style:normal}@font-face{font-family:Manrope;src:url(../fonts/Manrope-ExtraBold.woff2) format("woff2");font-weight:700;font-display:swap;font-style:normal}@font-face{font-family:Manrope;src:url(../fonts/Manrope-Medium.woff2) format("woff2");font-weight:500;font-display:swap;font-style:normal}@font-face{font-family:Manrope;src:url(../fonts/Manrope-Semibold.woff2) format("woff2");font-weight:600;font-display:swap;font-style:normal}@font-face{font-family:Manrope;src:url(../fonts/Manrope-Regular.woff2) format("woff2");font-weight:400;font-display:swap;font-style:normal}html{font-family:var(--font-family);font-weight:var(--font-weight);font-size:62.5%;line-height:1.15;-webkit-text-size-adjust:100%;scroll-behavior:smooth}body,html{height:100%}*,::after,::before{margin:0;padding:0;box-sizing:border-box}pre{font-family:monospace;font-size:1em}a{text-decoration:none}img{height:auto;max-width:100%;object-fit:cover}button{border:none;text-align:left;background-color:transparent;cursor:pointer}ol,ul{list-style:none}iframe{border:0}input{appearance:none;border:none;border-radius:0;background-color:#fff}input::-webkit-search-cancel-button,input::-webkit-search-decoration,input::-webkit-search-results-button,input::-webkit-search-results-decoration{display:none}.js-focus-visible :focus:not(.focus-visible){outline:0}.focus-visible{outline:auto 1px}.ios .lock{position:relative}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:100%;line-height:1.15}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}:root{--font-family:"Manrope",sans-serif;--font-weight:500;--content-width:117rem;--container-offset:5rem;--container-width:calc(var(--content-width) + (var(--container-offset) * 2));--transition:0.3s;--clr-default-100:#fff;--clr-default-150:#fafafa;--clr-default-180:#f0f0f0;--clr-default-200:#e0e0e0;--clr-default-400:#181818;--clr-default-800:#3b3c46;--clr-default-900:#041b28;--primary-400:#36d1dc;--primary-500:#2060ec;--primary-700:rgba(38, 165, 229, 0.1);--primary-900:#252631;--gradient:linear-gradient(290.07deg, #36d1dc 12.84%, #5b86e5 100.88%)}.container__line{position:absolute;top:0;width:2px;height:100%;background-color:#034072;transition:opacity var(--transition);pointer-events:none}.container__line::after,.container__line::before{content:"";position:absolute;background-image:linear-gradient(290.07deg,#36d1dc 12.84%,#5b86e5 100.88%)}.container__line::before{left:50%;bottom:-2px;width:1.2rem;height:.2rem;transform:translateX(-50%)}.container__line::after{bottom:-7px;width:.2rem;height:1.2rem}.container__line--left{left:calc((100% - 117rem)/ 2 - 5rem)}.container__line--right{right:calc((100% - 117rem)/ 2 - 5rem)}.container__line--no-line::after,.container__line--no-line::before{display:none}body{-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%;font-size:clamp(1.4rem,1.2545454545rem + .4545454545vw,1.8rem);color:rgba(59,60,70,.64);background-color:var(--clr-default-100)}body.lock{overflow:hidden;width:100%;height:100vh;touch-action:none;overscroll-behavior:none}body.lock .container__line--left{left:calc((100% - 117rem)/ 2 - 5rem - var(--padding)/ 2)}body.lock .container__line--right{right:calc((100% - 117rem)/ 2 - 5rem + var(--padding)/ 2)}body.lock .header--fixed .logo a::after{opacity:0;visibility:hidden}body.lock .header--fixed .logo a::before{opacity:1;visibility:visible}body.lock .header--fixed{transition:background-color var(--transition)}.wrapper{position:relative;display:flex;flex-direction:column;overflow:hidden;width:100%;min-height:100%}.wrapper::before{content:"";position:absolute;z-index:5;background-color:rgba(0,0,0,.5);opacity:0;visibility:hidden;transition:opacity var(--transition),visibility var(--transition);inset:0}.wrapper[data-overlay=true]::before{opacity:1;visibility:visible;transition:opacity var(--transition),visibility var(--transition)}main{flex-grow:1}.container{margin-right:auto;margin-left:auto;padding-right:var(--container-offset);padding-left:var(--container-offset);width:100%;max-width:var(--container-width)}.visually-hidden{position:absolute;overflow:hidden;margin:-1px;border:0;padding:0;width:1px;height:1px;clip:rect(0 0 0 0)}.section__title{font-weight:700;font-size:clamp(3.2rem,2.6181818182rem + 1.8181818182vw,4.8rem);line-height:120%;letter-spacing:-.009em;color:var(--clr-default-900)}.section__title--small{font-size:clamp(2.8rem,2.5090909091rem + .9090909091vw,3.6rem)}.section__title--white{color:var(--clr-default-100)}.section__text{line-height:145%}.section__text--white{color:var(--clr-default-100)}.section__text p+p{margin-top:1.5rem}.section__text--gradient{-webkit-text-fill-color:transparent;background-image:var(--gradient);-webkit-background-clip:text;background-clip:text}.section__btn{display:inline-flex;align-items:center;justify-content:center;overflow:hidden;border-radius:3rem;padding-right:3rem;padding-left:3rem;min-width:2.4rem;min-height:5.6rem;font-weight:700;font-size:1.6rem;color:var(--clr-default-100);background-image:var(--gradient);transition:box-shadow var(--transition);cursor:pointer}.section__btn span{display:inline-block;margin-left:1rem}.section__btn span.text{display:inline-block;transition:transform var(--transition)}.section__btn span.img{transition:transform var(--transition)}.section__btn:active span.text{transform:translateY(.2rem);transition:transform var(--transition)}.section__btn:active span.img{transform:translateX(.4rem);transition:transform var(--transition)}.section__list--num{counter-reset:section}.section__list--mark li{position:relative;padding-left:3rem}.section__list--mark li::before{content:"";position:absolute;left:1.2rem;top:.8rem;border-radius:50%;width:.35rem;height:.35rem;background-color:var(--clr-default-800)}.section__list--mark li+li{margin-top:2rem}.section__item--num{position:relative;padding-left:2.5rem}.section__item--num::before{counter-increment:section;content:counter(section) ". ";position:absolute;left:.5rem;top:0;font-weight:400;font-size:clamp(1.4rem,1.2545454545rem + .4545454545vw,1.8rem)}.section__item--num .section__list--mark li{transform:translateX(-2.5rem)}.section__item--num+.section__item--num,.section__item--num>.section__list--mark{margin-top:2rem}.center{text-align:center}.menu{margin-left:auto}.menu-active .logo a::before{opacity:1;visibility:visible}.menu-active .logo a::after{opacity:0;visibility:hidden}.menu__list{display:flex;align-items:center}.menu__item+.menu__item{margin-left:3rem}.menu__link{position:relative;font-weight:600;font-size:1.6rem;line-height:140%;color:var(--primary-900)}.menu__link::after{content:attr(data-title);position:absolute;left:0;top:0;display:block;overflow:hidden;width:0;white-space:nowrap;-webkit-text-fill-color:transparent;background-image:var(--gradient);-webkit-background-clip:text;background-clip:text;transition:width .6s ease-out}.menu__btn{margin-top:auto;width:100%}.logo{z-index:11;margin-right:1.5rem;width:18.6rem;height:2.8rem}.logo a{position:relative;display:block;width:100%;height:100%}.logo a::after,.logo a::before{content:"";position:absolute;left:0;top:0;width:18.6rem;height:2.8rem;background-position:center;background-size:cover;background-repeat:no-repeat;transition:opacity var(--transition),visibility var(--transition)}.logo a::before{background-image:url(../img/header/logo-light.svg);opacity:0;visibility:hidden}.logo a::after{background-image:url(../img/header/logo-dark.svg);opacity:1;visibility:visible}.burger{display:none}.header{position:fixed;z-index:10;padding-top:2rem;padding-bottom:2rem;width:100%;box-shadow:16px -13px 35px rgba(0,0,0,.25);background-color:var(--clr-default-100);transition:background-color var(--transition)}.header--fixed{min-height:7rem;background-color:var(--clr-default-100);transition:background-color var(--transition)}.header--fixed .menu__link{color:var(--primary-900)}.header--fixed .header__btn{color:#59bdef;transition:color var(--transition)}.header--fixed .container__line{opacity:0;transition:opacity var(--transition)}.header__wrapper{display:flex;align-items:center;justify-content:space-between}.header .section__btn{margin-left:7rem;min-width:1.9rem;min-height:4.8rem;max-height:4.8rem}.header__btn{position:relative;display:inline-flex;align-items:center;justify-content:center;margin-left:7rem;padding-right:2.5rem;padding-left:2.5rem;min-width:1.9rem;min-height:4.8rem;max-height:4.8rem;font-weight:700;font-size:1.6rem;color:var(--clr-default-100);transition:color var(--transition)}.header__btn::before{content:"";position:absolute;-webkit-mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;border:2px solid transparent;border-radius:3rem;background-image:linear-gradient(288.67deg,#21d4eb 7.65%,#2196ec 93.41%);background-clip:border-box;opacity:1;transition:opacity var(--transition);inset:0}.header__btn::after{content:"";position:absolute;border-radius:3rem;background-image:linear-gradient(290.07deg,#36d1dc 12.84%,#5b86e5 100.88%);opacity:0;visibility:hidden;transition:opacity var(--transition),visibility var(--transition);inset:0}.header__btn span{position:relative;z-index:10}.footer{position:relative;padding-top:12rem;padding-bottom:12rem;color:var(--clr-default-100);background-image:linear-gradient(225.52deg,#003a5a .89%,#000c3d 100%)}.footer::after,.footer::before{content:"";position:absolute;top:0;z-index:1;width:1.2rem;height:100%;background-position:center;background-size:cover;background-repeat:no-repeat}.footer::after{right:calc((100% - 117rem)/ 2 - 5rem);background-image:url("data:image/svg+xml,%3Csvg width='12' height='1462' viewBox='0 0 12 1462' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='6' y1='-4.37114e-08' x2='6.00006' y2='1462' stroke='%23034072' stroke-width='2'/%3E%3Cline x1='6' y1='995' x2='6' y2='1007' stroke='url(%23paint0_linear_708_2168)' stroke-width='2'/%3E%3Cline x1='8.74228e-08' y1='1001' x2='12' y2='1001' stroke='url(%23paint1_linear_708_2168)' stroke-width='2'/%3E%3Cpath d='M6 676L6.00001 957' stroke='url(%23paint2_linear_708_2168)' stroke-width='2' stroke-linecap='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_708_2168' x1='4.13905' y1='1005.51' x2='7.38495' y2='1004.77' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2336D1DC'/%3E%3Cstop offset='0.963542' stop-color='%235B86E5'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_708_2168' x1='10.5057' y1='1002.86' x2='9.76529' y2='999.615' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2336D1DC'/%3E%3Cstop offset='0.963542' stop-color='%235B86E5'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_708_2168' x1='5.13906' y1='922.009' x2='6.15735' y2='676' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%235B86E5'/%3E%3Cstop offset='1' stop-color='%23034072'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")}.footer::before{left:calc((100% - 117rem)/ 2 - 5rem);background-image:url("data:image/svg+xml,%3Csvg width='12' height='1462' viewBox='0 0 12 1462' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='6' y1='-4.37114e-08' x2='6.00006' y2='1462' stroke='%23034072' stroke-width='2'/%3E%3Cline x1='6' y1='995' x2='6' y2='1007' stroke='url(%23paint0_linear_937_1192)' stroke-width='2'/%3E%3Cline x1='8.74228e-08' y1='1001' x2='12' y2='1001' stroke='url(%23paint1_linear_937_1192)' stroke-width='2'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_937_1192' x1='4.13905' y1='1005.51' x2='7.38495' y2='1004.77' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2336D1DC'/%3E%3Cstop offset='0.963542' stop-color='%235B86E5'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_937_1192' x1='10.5057' y1='1002.86' x2='9.76529' y2='999.615' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2336D1DC'/%3E%3Cstop offset='0.963542' stop-color='%235B86E5'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")}.footer .section__text{margin-top:3rem;margin-bottom:8rem}.footer__top{padding-right:10rem;padding-left:10rem}.footer__wrapper{display:flex;justify-content:space-between}.footer__form{margin-right:1.5rem;border-radius:1.2rem;padding:6rem 4rem;width:100%;max-width:55rem;box-shadow:0 4px 35px rgba(0,0,0,.15);background:var(--clr-default-100)}.footer__form .section__btn{margin-top:2.5rem;min-width:100%}.footer__input{width:100%}.footer__input input,.footer__input textarea{border:1px solid #e6edfb;border-radius:.4rem;padding:1.5rem 2rem;width:100%;min-height:6rem;font-size:clamp(1.4rem,1.3272727273rem + .2272727273vw,1.6rem);color:var(--primary-900);background-color:#f4f4f4;transition:border-color var(--transition)}.footer__input input::placeholder,.footer__input textarea::placeholder{font-size:clamp(1.4rem,1.3272727273rem + .2272727273vw,1.6rem);color:#9f9f9f}.footer__input input:focus,.footer__input textarea:focus{outline:0;border-color:#59bdef;transition:border-color var(--transition)}.footer__input textarea{min-height:16rem;resize:none}.footer__input+.footer__input{margin-top:2rem}.footer__input-text{margin-top:5px}.footer__input-text--failure{display:none;font-weight:500;font-size:1.4rem;line-height:130%;color:#e55b84}.footer__input--error input,.footer__input--error textarea{border-color:#e55b84}.footer__input--error .footer__input-text--failure{display:block}.footer__list{width:100%;max-width:31rem}.footer__item{display:flex;flex-direction:column}.footer__item-img{width:100%;max-width:5.2rem}.footer__item-title{font-size:clamp(1.4rem,1.2545454545rem + .4545454545vw,1.8rem);line-height:145%;opacity:.8}.footer__item-text{margin-top:.5rem;font-weight:700;font-size:clamp(1.5rem,1.3181818182rem + .5681818182vw,2rem);line-height:120%}.footer__item+.footer__item{margin-top:5.5rem}.footer .menu__link{font-size:1.6rem;color:var(--clr-default-100)}.footer__middle{position:relative;display:flex;justify-content:space-between;margin-top:25.5rem}.footer__middle::before{content:"";position:absolute;left:-50rem;top:-12.05rem;z-index:0;width:200%;height:.2rem;background-image:url(../img/footer/line-top.svg);background-position:center;background-size:cover;background-repeat:no-repeat}.footer__middle-list{display:grid;grid-gap:3rem 9rem;grid-template-columns:repeat(3,1fr);margin-right:1.5rem;margin-left:1.5rem}.footer__middle-social-title{margin-bottom:3rem;line-height:145%}.footer__middle-social-list{display:flex}.footer__middle-social-link{position:relative;display:flex;align-items:center;justify-content:center;border-radius:50%;min-width:4.2rem;min-height:4.2rem}.footer__middle-social-link svg{z-index:1}.footer__middle-social-link::after,.footer__middle-social-link::before{content:"";position:absolute;left:0;top:0;z-index:0;border-radius:50%;min-width:4.2rem;min-height:4.2rem;transition:opacity var(--transition)}.footer__middle-social-link::before{background-color:var(--clr-default-100);opacity:1}.footer__middle-social-link::after{background-image:var(--gradient);opacity:0}.footer__middle-social-link svg defs stop:first-child{stop-color:#36d1dc;transition:stop-color var(--transition)}.footer__middle-social-link svg defs stop:last-child{stop-color:#5b86e5;transition:stop-color var(--transition)}.footer__middle-social-item+.footer__middle-social-item{margin-left:1rem}.footer__logo{max-width:18.6rem}.footer__bottom{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;margin-top:8rem;font-weight:500;font-size:1.2rem;line-height:125%;color:rgba(255,255,255,.8)}.footer__copyright{margin-right:1.5rem}.swiper{position:relative;z-index:1;list-style:none;overflow:hidden;margin-right:auto;margin-left:auto;padding:0}.swiper-wrapper{position:relative;z-index:1;display:flex;width:100%;height:100%;box-sizing:content-box;transition-property:transform}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{position:relative;flex-shrink:0;width:100%;height:100%;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-pagination{z-index:10;margin-top:2.5rem;margin-right:auto;margin-left:auto;transform:translate3d(0,0,0);transition:opacity .3s}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper__pagination{margin-top:initial;margin-right:1.5rem;margin-left:1.5rem;width:initial!important;max-width:initial!important;font-size:2.4rem;line-height:135%;text-align:right;color:#99a8b8}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{width:100%;max-width:22rem}.swiper-pagination-bullet{display:inline-block;border-radius:50%;width:1rem;height:1rem;background-color:#d6effb}button.swiper-pagination-bullet{appearance:none;margin:0;border:none;padding:0;box-shadow:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background-color:#59bdef}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet+.swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet+.swiper-pagination-bullet{margin-left:1.5rem}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-lock{display:none}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-direction:column;flex-wrap:wrap}.swiper__btns{display:flex;align-items:center;justify-content:space-between;margin-left:1.5em}.swiper-button-next,.swiper-button-prev{width:4.8rem;height:4.8rem;background-position:center;background-size:cover;background-repeat:no-repeat;cursor:pointer}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{background-position:center;background-size:cover;background-repeat:no-repeat;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-disabled svg,.swiper-button-prev.swiper-button-disabled svg{fill:var(--clr-default-900)}.swiper-button-prev{background-image:url(../img/ui/chevron-left.svg)}.swiper-button-prev.swiper-button-disabled{background-image:url(../img/ui/chevron-left--disabled.svg)}.swiper-button-next{background-image:url(../img/ui/chevron-right.svg)}.swiper-button-next.swiper-button-disabled{background-image:url(../img/ui/chevron-right--disabled.svg)}.swiper-button-prev+.swiper-button-next{margin-left:1rem}.swiper-button-lock{display:none}.swiper-vertical>.swiper-wrapper{flex-direction:column}.modal{position:fixed;left:0;top:0;z-index:20;overflow-x:hidden;overflow-y:auto;width:100%;height:100%;background-color:rgba(0,0,0,.5);opacity:0;visibility:hidden;transition:opacity var(--transition),visibility var(--transition)}.modal__wrapper{display:flex;align-items:center;justify-content:center;padding:2.5rem;min-height:100%}.modal__content{position:relative;display:flex;border-radius:2.5rem;padding:6rem;width:100%;min-height:37.2rem;max-width:97rem;box-shadow:1px 1px 35px rgba(0,0,0,.25);color:var(--clr-default-100);background-image:linear-gradient(225.52deg,#003a5a .89%,#000c3d 100%);opacity:0;transform:translateY(-100%);transition:transform var(--transition),opacity var(--transition)}.modal__close{position:absolute;right:6rem;top:6rem;width:3rem;height:3rem}.modal__close::after,.modal__close::before{content:"";position:absolute;left:50%;top:50%;width:100%;height:.2rem;background-color:var(--clr-default-100)}.modal__close::before{transform:translate(-50%,-50%) rotate(45deg)}.modal__close::after{transform:translate(-50%,-50%) rotate(-45deg)}.modal.show{opacity:1;visibility:visible;transition:opacity var(--transition),visibility var(--transition)}.modal.show .modal__content{opacity:1;transform:translateY(0);transition:transform var(--transition),opacity var(--transition)}.modal .section__title{font-size:clamp(2.2rem,1.1090909091rem + 3.4090909091vw,5.2rem);color:var(--clr-default-100)}.modal__img{margin-right:3rem;max-width:10.4rem}.modal__text{margin-top:1.5rem;margin-bottom:3rem;line-height:145%;color:rgba(255,255,255,.8)}.modal .section__btn{min-width:20rem;min-height:5.2rem}.modal__info{max-width:67rem}.index .header{border-bottom:2px solid #034072;background-color:transparent}.index .header .logo a::before{opacity:1;visibility:visible}.index .header .logo a::after{opacity:0;visibility:hidden}.index .header .menu__link{color:var(--clr-default-100)}.index .header--fixed{border-bottom:initial;background-color:var(--clr-default-100)}.index .header--fixed .menu__link{color:var(--primary-900)}.index .header--fixed .logo a::after{opacity:1;visibility:visible}.hero{position:relative;overflow:hidden;color:var(--clr-default-100);background-image:linear-gradient(225.52deg,#003a5a .89%,#000c3d 100%)}.hero__inner{position:relative;padding-top:18.5rem}.hero__inner::after,.hero__inner::before{content:"";position:absolute;top:0;width:.2rem;height:100%;background-position:center;background-size:cover;background-repeat:no-repeat}.hero__inner::after{right:calc((100% - 117rem)/ 2 - 5rem);background-image:url("data:image/svg+xml,%3Csvg width='2' height='864' viewBox='0 0 2 864' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1' y1='4.37114e-08' x2='0.999962' y2='864' stroke='%23034072' stroke-width='2'/%3E%3Cpath d='M1 474L1.00001 755' stroke='url(%23paint0_linear_937_1184)' stroke-width='2' stroke-linecap='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_937_1184' x1='1' y1='755' x2='4.85123' y2='754.947' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%235B86E5'/%3E%3Cstop offset='1' stop-color='%23034072'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")}.hero__inner::before{left:calc((100% - 117rem)/ 2 - 5rem);background-image:url("data:image/svg+xml,%3Csvg width='2' height='864' viewBox='0 0 2 864' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1' y1='4.37114e-08' x2='0.999962' y2='864' stroke='%23034072' stroke-width='2'/%3E%3Cpath d='M1 421L1.00001 151' stroke='url(%23paint0_linear_937_1185)' stroke-width='2' stroke-linecap='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_937_1185' x1='1' y1='151' x2='-2.75548' y2='151.054' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%235B86E5'/%3E%3Cstop offset='1' stop-color='%23034072'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")}.hero::after{content:"";position:absolute;left:0;right:0;bottom:0;height:65%;background-image:linear-gradient(180deg,rgba(0,12,61,.01) 0,#000c3d 100%);background-blend-mode:darken;mix-blend-mode:darken}.hero__wrapper{position:relative;display:flex;justify-content:space-between;font-size:clamp(1.4rem,1.1818181818rem + .6818181818vw,2rem)}.hero__info{position:relative;z-index:3;width:100%;max-width:71rem}.hero__title{font-weight:700;font-size:clamp(3.2rem,2.6181818182rem + 1.8181818182vw,4.8rem);line-height:110%}.hero__text{margin-top:3rem;margin-bottom:3.5rem;max-width:67rem;line-height:130%;color:rgba(255,255,255,.64)}.hero__list{display:flex;margin-bottom:5rem}.hero__item-title{display:flex;align-items:center;font-size:clamp(2.4rem,2.1090909091rem + .9090909091vw,3.2rem);line-height:130%;color:var(--primary-400)}.hero__item-title span{display:inline-block;margin-left:.5rem;font-size:clamp(1.4rem,1.2545454545rem + .4545454545vw,1.8rem)}.hero__item-text{font-size:1.4rem}.hero__item+.hero__item{margin-left:10rem}.hero__btns{display:flex;align-items:center}.hero__link{position:relative;margin-left:2.5rem;font-weight:600;font-size:1.6rem;line-height:140%;color:inherit}.hero__link::after{content:attr(data-title);position:absolute;left:0;top:0;display:block;overflow:hidden;width:0;white-space:nowrap;-webkit-text-fill-color:transparent;background-image:var(--gradient);-webkit-background-clip:text;background-clip:text;transition:width .6s ease-out}.hero__slider{z-index:0;margin-right:initial;margin-left:1.5rem;height:61rem;max-width:37rem}.hero__img{position:relative;align-self:flex-end;margin-left:1.5rem;height:100%;max-width:34.2rem;transform:translateY(10rem)}.hero__slide{position:relative;border-radius:2rem;padding:1rem;min-width:37rem;min-height:9rem;background-image:linear-gradient(290.07deg,#36d1dc 12.84%,#5b86e5 100.88%);backdrop-filter:blur(80px)}.hero__slide::after{content:"";position:absolute;right:2.2rem;top:50%;z-index:1;width:2.4rem;height:2.4rem;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 24C5.3724 24 0 18.6276 0 12C0 5.3724 5.3724 0 12 0C18.6276 0 24 5.3724 24 12C24 18.6276 18.6276 24 12 24ZM10.8036 16.8L19.2876 8.3148L17.5908 6.618L10.8036 13.4064L7.4088 10.0116L5.712 11.7084L10.8036 16.8Z' fill='%236BEFF9'/%3E%3C/svg%3E");transform:translateY(-50%)}.hero__slide-inner{display:flex;align-items:center}.hero__slide-title{margin-bottom:.5rem;font-weight:600;font-size:1.4rem;line-height:130%;color:rgba(255,255,255,.7)}.hero__slide-text{font-weight:700;font-size:2rem;line-height:120%}.hero__slide-img{margin-right:1.5rem}.hero__slide-img img{border-radius:1.5rem;max-width:7rem}.banks{padding-top:12rem}.banks__slider{padding-right:1.5rem;padding-left:1.5rem}.banks__slide{display:flex;align-items:center;justify-content:center;border:.1rem solid var(--clr-default-200);border-radius:1.2rem;min-width:25rem;min-height:8rem}.banks__img{text-align:center}.banks__pagination{display:none}.banks .swiper-horizontal>.swiper-pagination-bullets,.banks .swiper-pagination-bullets.swiper-pagination-horizontal,.banks .swiper-pagination-custom,.banks .swiper-pagination-fraction{max-width:100%}.products{padding-top:13rem}.products__title{margin-bottom:5rem;font-size:clamp(3.2rem,2.6181818182rem + 1.8181818182vw,4.8rem);line-height:110%;color:var(--primary-900)}.products__title span{-webkit-text-fill-color:transparent;background-image:linear-gradient(160.47deg,#3b95ff -59.31%,#18b6d6 45.31%,#1bcf58 145.84%);-webkit-background-clip:text}.products__list{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem}.products__item{position:relative;border-radius:1.2rem;background-color:var(--clr-default-150);transition:background-color var(--transition)}.products__item--disable{opacity:.65;pointer-events:none}.products__item--disable::before{display:none}.products__item::before{content:"";position:absolute;right:2rem;bottom:1.6rem;z-index:0;width:1.8rem;height:1.2rem;background-image:url(../img/products/redirect.svg);background-size:cover;background-repeat:no-repeat;transition:right var(--transition);pointer-events:none}.products__item a{display:block;padding:3rem 3rem 5rem}.products__item-top{display:flex;align-items:center;justify-content:space-between;padding-bottom:3rem}.products__item-image{min-height:7.5rem;max-width:21rem}.products__item-label{display:flex;align-items:center;justify-content:center;border-radius:10rem;min-width:8rem;min-height:3.5rem;line-height:135%;color:var(--clr-default-100);background-color:var(--primary-500)}.products__item-title{margin-bottom:1.2rem;font-size:clamp(1.8rem,1.5818181818rem + .6818181818vw,2.4rem);line-height:133%;color:var(--primary-900)}.products__item-text p{line-height:144%;color:var(--primary-900)}.payment{padding-top:5rem}.payment__wrapper{display:flex;align-items:center;justify-content:space-between}.payment__img{position:relative;margin-right:1.5rem;max-width:47rem}.payment__decor{position:absolute;right:-8rem;bottom:-7rem;max-width:17.7rem}.payment__info{max-width:57rem}.payment .section__text{margin-top:3rem;margin-bottom:5rem}.payment__inner{display:flex;justify-content:space-between;margin-bottom:1.5rem}.payment__list{display:flex;justify-content:space-between;margin-left:1.5rem}.payment__item{max-width:7.2rem}.payment__item+.payment__item{margin-left:3rem}.payment__warning{max-width:27rem;font-size:1.4rem;line-height:130%;color:var(--clr-default-800)}.media{position:relative;margin-top:13rem;padding-top:12rem;padding-bottom:12rem;background-color:#fafafa}.media__inner{display:flex;align-items:center;justify-content:space-between}.media__slider{margin-top:3rem}.media__slide{display:flex;flex-direction:column;justify-content:space-between;border-bottom:.1rem solid #dcdcdc;padding-bottom:2rem;height:auto}.media__img{width:100%;max-width:36.9rem}.media__img img{border-radius:1.5rem}.media__title{flex-grow:1;margin-top:2.5rem;margin-bottom:2rem;font-size:1.8rem;line-height:130%}.media__title a{color:var(--clr-default-900)}.media__text p{display:-webkit-box;overflow:hidden;line-height:145%}.media__btn{display:inline-flex;align-items:center;justify-content:center;margin-left:1.5rem;border:2px solid rgba(59,60,70,.12);border-radius:1.2rem;padding-right:2.5rem;padding-left:2.5rem;min-width:14.5rem;min-height:3.9rem;max-height:3.9rem;font-weight:700;font-size:1.4rem;line-height:110%;color:rgba(59,60,70,.48);transition:color var(--transition)}.media__btn span.text{display:inline-block;transition:transform var(--transition)}.media__btn:active span.text{transform:translateY(.2rem);transition:transform var(--transition)}.qiwi{padding-top:20rem;padding-bottom:9rem}.qiwi__wrapper{display:flex;align-items:center;justify-content:space-between}.qiwi__img{margin-right:1.5rem;width:100%;max-width:53.5rem}.qiwi__info{max-width:60rem}.qiwi .section__text{margin-top:3rem;margin-bottom:5rem;color:var(--clr-default-800)}.benifits{position:relative;padding-top:9rem;padding-bottom:18rem}.benifits__wrapper{display:flex;align-items:center;justify-content:space-between}.benifits__list{display:grid;grid-gap:5rem 3rem;grid-template-columns:repeat(2,1fr);margin-top:8rem}.benifits__item{display:flex;flex-direction:column;max-width:27rem}.benifits__item-img{max-width:5.2rem}.benifits__item-title{flex-grow:1;margin-top:3rem;margin-bottom:1.5rem;color:var(--primary-900)}.benifits__img{align-self:flex-end;margin-top:4rem;max-width:94.5rem;transform:translateX(1.5rem)}.benifits__img img{border-radius:24px 0 0 24px}.support{position:relative;overflow:hidden;padding-top:12rem;padding-bottom:12rem;color:var(--clr-default-100);background-image:linear-gradient(225.52deg,#003a5a .89%,#000c3d 100%)}.support::after,.support::before{content:"";position:absolute;top:0;width:.2rem;height:100%;background-position:center;background-size:cover;background-repeat:no-repeat}.support::after{right:calc((100% - 117rem)/ 2 - 5rem);background-image:url("data:image/svg+xml,%3Csvg width='2' height='614' viewBox='0 0 2 614' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1' y1='-4.37114e-08' x2='1.00003' y2='614' stroke='%23034072' stroke-width='2'/%3E%3Cpath d='M1 199L1.00001 336.368' stroke='url(%23paint0_linear_711_944)' stroke-width='2' stroke-linecap='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_711_944' x1='1' y1='338' x2='4.94445' y2='337.892' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%235B86E5'/%3E%3Cstop offset='1' stop-color='%2336D1DC' stop-opacity='0.01'/%3E%3Cstop offset='1' stop-color='%23034072'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")}.support::before{left:calc((100% - 117rem)/ 2 - 5rem);background-image:url("data:image/svg+xml,%3Csvg width='2' height='614' viewBox='0 0 2 614' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1' y1='-4.37114e-08' x2='1.00003' y2='614' stroke='%23034072' stroke-width='2'/%3E%3Cpath d='M1 387.99L1.00001 256' stroke='url(%23paint0_linear_711_947)' stroke-width='2' stroke-linecap='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_711_947' x1='1.5' y1='255' x2='0.84265' y2='387.99' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%235B86E5'/%3E%3Cstop offset='1' stop-color='%23034072'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")}.support__wrapper{position:relative}.support__wrapper::after,.support__wrapper::before{content:"";position:absolute;left:-5rem;right:0;width:calc(100% + 10rem);height:.2rem}.support__wrapper::before{top:-6rem;background-color:#034072}.support__wrapper::after{bottom:-6rem;background-image:url("data:image/svg+xml,%3Csvg width='1265' height='3' viewBox='0 0 1265 3' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='1' x2='1265' y2='1' stroke='%23034072' stroke-width='2'/%3E%3Cpath d='M499 2L630.99 2' stroke='url(%23paint0_linear_711_947)' stroke-width='2' stroke-linecap='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_711_947' x1='614.555' y1='2.86095' x2='614.484' y2='-0.552384' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%235B86E5'/%3E%3Cstop offset='1' stop-color='%2336D1DC' stop-opacity='0.01'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");background-position:center;background-size:cover;background-repeat:no-repeat}.support .section__text,.support .section__title,.support__subtitle{text-align:center}.support__subtitle{margin-top:.5rem;margin-bottom:3rem;font-weight:700;font-size:clamp(2rem,1.5636363636rem + 1.3636363636vw,3.2rem);line-height:120%;letter-spacing:-.009em}.support__inner{display:flex;align-items:center;justify-content:center}.support__list{display:flex;margin-top:6rem}.support__item{display:flex;align-items:center}.support__item-img{margin-right:2rem;width:100%;max-width:5.2rem}.support__item-title{font-size:clamp(1.4rem,1.2545454545rem + .4545454545vw,1.8rem);line-height:145%;opacity:.8}.support__item-text{margin-top:.5rem;font-weight:700;font-size:clamp(1.5rem,1.3181818182rem + .5681818182vw,2rem);line-height:120%}.support__item+.support__item{margin-left:6rem}.plug{padding-top:18rem;padding-bottom:9rem}.plug .section__text{margin-top:3rem;margin-right:auto;margin-left:auto;max-width:67rem}.plug__list{counter-reset:section;position:relative;display:grid;grid-gap:2.5rem;grid-template-columns:repeat(2,1fr);margin-top:5rem;margin-bottom:5rem}.plug__item{position:relative;display:flex;flex-direction:column;border:1px solid #e0e0e0;border-radius:1.2rem;padding:9rem 3.5rem 5rem}.plug__item::before{counter-increment:section;content:"Шаг " counter(section) " ";position:absolute;left:3.5rem;top:3rem;display:flex;align-items:center;justify-content:center;border-radius:10rem;min-width:9rem;min-height:3.4rem;font-weight:700;font-size:1.6rem;line-height:135%;color:var(--clr-default-100);background-color:#2060ec}.plug__item-title{margin-bottom:.5rem;font-weight:700;font-size:clamp(1.6rem,1.5636363636rem + .1136363636vw,1.7rem);line-height:135%;color:var(--primary-900)}.plug__item-text{font-size:1.4rem;line-height:135%}.plug .section__btn{display:flex;margin-right:auto;margin-left:auto}.partners{padding-top:9rem;padding-bottom:9rem}.partners__title{font-weight:700;font-size:3.2rem;line-height:110%;color:var(--primary-900)}.partners__inner{position:relative;display:flex;align-items:center;justify-content:space-between}.partners__inner::before{content:"";position:absolute;left:0;top:-5rem;width:100%;height:.1rem;background-color:rgba(0,0,0,.12)}.partners__list{display:inline-grid;grid-gap:3rem;grid-template-columns:repeat(4,1fr);margin-left:1.5rem;max-width:88rem}.partners__item{max-width:13.9rem}.works{padding-top:9rem;padding-bottom:9rem;background-color:#fafafa}.works .section__text{margin-top:3rem;margin-bottom:8rem}.works__list{display:grid;grid-gap:1rem;grid-template-columns:repeat(3,1fr)}.works__item{position:relative;overflow:hidden;border-radius:1.2rem;padding:3rem;min-height:18.5rem;box-shadow:1px 16px 25px rgba(180,188,193,.15);background-color:var(--clr-default-100)}.works__item-info{position:relative;z-index:1;max-width:29rem}.works__item-title{margin-bottom:1rem;font-weight:800;font-size:clamp(1.8rem,1.7272727273rem + .2272727273vw,2rem);line-height:110%;text-transform:uppercase;color:var(--primary-900)}.works__item-text{max-width:19.5rem;font-size:clamp(1.2rem,1.1272727273rem + .2272727273vw,1.4rem);line-height:130%}.works__item-img{position:absolute;right:0;bottom:0;z-index:0}.works__item--1{grid-row:1/3}.works__item--1 .works__item-img{max-width:24.5rem}.works__item--2 .works__item-img{right:-4rem;bottom:1rem;max-width:17.1rem}.works__item--3 .works__item-img{right:-4rem;top:4.5rem;bottom:initial;max-width:15.3rem}.works__item--4 .works__item-img{right:-11rem;top:6rem;bottom:initial;max-width:23.4rem}.works__item--4 .works__item-img img{border-radius:1.2rem;transform:rotate(-7deg)}.works__item--5 .works__item-img{right:3rem;max-width:11.8rem}.works__item--6{grid-column:1/4}.works__item--6 .works__item-info{max-width:42rem}.works__item--6 .works__item-text{max-width:initial}.works__item--6 .works__item-img{max-width:117rem;inset:0}.works__item--6 .works__item-img img{height:100%}.reviews{padding-top:9rem;padding-bottom:18rem}.reviews .section__text{margin-top:1rem}.reviews__slider{margin-top:5rem;margin-bottom:6rem}.reviews__inner{display:flex;align-items:center;justify-content:space-between;margin-top:1.5rem}.reviews__slide{border:.1rem solid #e0e0e0;border-radius:1.2rem;padding:3rem}.reviews__slide-top{position:relative;display:flex;align-items:center;margin-bottom:2.5rem;padding-bottom:2.5rem}.reviews__slide-top::before{content:"";position:absolute;left:0;right:0;bottom:0;width:100%;height:.1rem;background-color:rgba(0,0,0,.12)}.reviews__slide-img{position:relative;margin-right:2rem;max-width:6.4rem}.reviews__slide-img img{border-radius:50%}.reviews__slide-author{margin-bottom:1rem;font-weight:700;font-size:clamp(1.6rem,1.4545454545rem + .4545454545vw,2rem);color:var(--primary-900)}.reviews__slide-position{font-size:clamp(1.4rem,1.3272727273rem + .2272727273vw,1.6rem)}.reviews__wrapper{display:flex;align-items:center;justify-content:center}.about{padding-top:18rem;padding-bottom:7.5rem}.about .section__title{margin-bottom:1.5rem}.about__wrapper{display:flex;justify-content:space-between;margin-top:8rem}.about__info,.about__inner{flex:0 0 48%}.about__info-title{margin-bottom:2.5rem;font-weight:700;font-size:clamp(1.8rem,1.5818181818rem + .6818181818vw,2.4rem);line-height:135%}.about__inner{margin-right:1.5rem}.about__inner-img{max-width:77.4rem}.about__inner-img img{border-radius:1.2rem}.about__inner-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:3rem}.about__inner-bottom-title{margin-right:1.5em;font-weight:700}.about__social-list{display:flex}.about__social-item+.about__social-item{margin-left:1rem}.about__social-link{position:relative;display:flex;align-items:center;justify-content:center;border-radius:50%;min-width:4.2rem;min-height:4.2rem;transition:transform var(--transition)}.offer{padding-top:7.5rem;padding-bottom:7.5rem}.offer__wrapper{display:flex;align-items:center;justify-content:space-between}.offer__img{margin-left:1.5rem;max-width:56.6rem}.offer__info{max-width:57rem}.offer .section__title{margin-bottom:2.5rem}.work{padding-top:7.5rem;padding-bottom:18rem}.work__wrapper{display:flex;align-items:center;justify-content:space-between}.work__img,.work__info{flex:0 0 48%}.work__img{margin-left:1.5em;max-width:57rem}.work__img img{border-radius:1.2rem}.work .section__title{margin-bottom:2.5rem}.blogOne{padding-top:18rem;padding-bottom:4rem}.blogOne__wrapper{display:flex;margin-top:8rem;border-radius:1.2rem;background-color:#f7f7f7}.blogOne__title{margin-bottom:1rem}.blogOne__title a{font-weight:700;font-size:clamp(2.8rem,2.5090909091rem + .9090909091vw,3.6rem);line-height:120%;letter-spacing:-.009em;color:var(--primary-900)}.blogOne .section__title{margin-bottom:1.5rem}.blogOne__img{width:100%;max-width:57rem}.blogOne__img img{border-top-left-radius:1.2rem;border-bottom-left-radius:1.2rem;height:100%}.blogOne__info{padding:3.5rem 3rem}.blogOne__info-inner{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;font-size:1.4rem;line-height:135%;color:#9f9f9f}.blogOne__info-count{display:flex;align-items:center}.blogOne__info-count-img{margin-right:.5rem;max-width:1.9rem}.blog{padding-top:4rem;padding-bottom:18rem}.blog__list{display:grid;grid-gap:3rem 4.5rem;grid-template-columns:repeat(3,1fr)}.blog__item{border-radius:1.2rem;background-color:#f7f7f7;cursor:pointer}.blog__item-img{max-width:37rem}.blog__item-img img{border-top-left-radius:1.2rem;border-top-right-radius:1.2rem;width:100%}.blog__item-inner{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.blog__item-title{margin-bottom:1rem}.blog__item-title a{font-weight:700;font-size:clamp(1.8rem,1.5818181818rem + .6818181818vw,2.4rem);line-height:130%;color:var(--primary-900);transition:color var(--transition)}.blog__item-count{display:flex;align-items:center}.blog__item-count-img{margin-right:.5rem;max-width:1.8rem}.blog__item-info{padding:2rem}.blog__pagination{display:flex;align-items:center;justify-content:center;margin-top:10rem;margin-right:auto;margin-left:auto;max-width:41rem;color:var(--primary-900)}.blog__pagination-list{display:flex;align-items:center;justify-content:center;margin-right:2rem;margin-left:2rem}.blog__pagination-item{border-radius:.8rem;background-color:transparent}.blog__pagination-item a{display:inline-block;padding:1.2rem;font-weight:700;font-size:1.6rem;line-height:140%;color:var(--primary-900)}.blog__pagination-item--active{background-color:#59bdef}.blog__pagination-item--active a{color:var(--clr-default-100)}.blog__pagination-btn{display:flex;align-items:center;font-weight:700;font-size:1.6rem}.blog__pagination-btn svg{max-width:2.6rem;fill:var(--primary-900)}.blog__pagination-btn--left .blog__pagination-arrow{margin-right:1rem}.blog__pagination-btn--right .blog__pagination-arrow{margin-left:1rem;transform:rotate(-180deg)}.blog__pagination-btn--disabled{color:#9f9f9f;cursor:initial}.blog__pagination-btn--disabled svg{fill:#9f9f9f}.blog__pagination-arrow{width:2.6rem;height:2.6rem;transition:transform var(--transition)}.blog__btn{display:none}.faq{padding-top:18rem;padding-bottom:18rem}.faq_questions .faq__item{border:1px solid #eceff3;border-radius:2.4rem;padding:3.2rem 4rem 3.2rem 2.4rem;box-shadow:0 -2px 31px 0 rgba(12,17,24,.02),0 -2px 31px 0 rgba(12,17,24,.02),0 -17px 251px 0 rgba(12,17,24,.04)}.faq_questions .faq__item:not(:first-child){margin-top:1.2rem}.faq_questions .faq__item-title{border:none;padding:0;font-weight:600;font-size:2rem;line-height:140%;letter-spacing:-.02em}.faq_questions .faq__item-title::before{content:"";position:absolute;right:-2rem;top:46%;width:1.2rem;height:.8rem;background-image:url(../img/ui/mark.svg);background-position:center;background-size:cover;background-repeat:no-repeat;transform:rotate(0);transition:transform var(--transition)}.faq .section__text{margin-top:1.5rem;margin-bottom:8rem}.faq__wrapper{margin-right:auto;margin-left:auto;max-width:97rem}.faq__input{position:relative;margin-bottom:6rem;width:100%}.faq__input::before{content:"";position:absolute;left:2rem;top:50%;width:2rem;height:2rem;background-image:url(../img/ui/search.svg);background-position:center;background-size:cover;background-repeat:no-repeat;transform:translateY(-50%)}.faq__input input{border-bottom:1px solid #ebebeb;border-radius:.4rem;padding:1.5rem 5rem;width:100%;height:5.6rem;font-size:clamp(1.4rem,1.2545454545rem + .4545454545vw,1.8rem);color:var(--clr-default-800);background-color:#f7f7f7}.faq__input input::placeholder{font-size:clamp(1.4rem,1.2545454545rem + .4545454545vw,1.8rem);color:var(--clr-default-800);opacity:.8}.faq__input input:focus{outline:0}.faq__item{transition:padding-bottom var(--transition)}.faq__item-title{position:relative;border-bottom:2px solid #ebebeb;padding-right:3.5rem;padding-bottom:3.2rem;font-weight:700;font-size:clamp(1.7rem,1.4454545455rem + .7954545455vw,2.4rem);line-height:135%;color:var(--primary-900);cursor:pointer}.faq__item-title::before{content:"";position:absolute;right:0;top:.8rem;width:1.2rem;height:.8rem;background-image:url(../img/ui/mark.svg);background-position:center;background-size:cover;background-repeat:no-repeat;transform:rotate(0);transition:transform var(--transition)}.faq__item-img{margin-top:3rem;margin-right:auto;margin-left:auto}.faq__item-img--1,.faq__item-img--3,.faq__item-img--4{max-width:97rem}.faq__item-img--2{max-width:57rem}.faq__item-body{overflow:hidden;max-height:0;box-sizing:content-box;line-height:145%;transition:max-height var(--transition),padding-top var(--transition)}.faq__item-body p+p{margin-top:1.5rem}.faq__item--active .faq__item-title::before{transform:translateY(-50%) rotate(180deg);transition:transform var(--transition)}.faq__item--active .faq__item-body{padding-top:3rem;transition:padding-top var(--transition)}.faq__item+.faq__item{margin-top:6rem}.dear{padding-top:18rem;padding-bottom:18rem;color:var(--clr-default-800)}.dear .section__text{margin-top:3rem;margin-bottom:3rem}.dear .section__text+.section__title--small{margin-top:6rem}.dear__wrapper{margin-right:auto;margin-left:auto;max-width:97rem}.article{padding-top:18rem;padding-bottom:18rem}.article__return{display:flex;align-items:center;font-weight:700;font-size:1.6rem;line-height:145%}.article__return-img{width:2.6rem;height:2.6rem}.article__return-img svg{margin-right:1.5rem;fill:var(--primary-900)}.article__top{display:flex;align-items:center;justify-content:space-between;margin-top:7rem;margin-bottom:1.5rem;font-size:1.4rem;line-height:135%;color:#9f9f9f}.article__top-count{display:flex;align-items:center}.article__top-count-img{margin-right:.7rem;max-width:1.8rem}.article__info{margin-right:auto;margin-left:auto;max-width:97rem}.article__img{margin-top:5.5rem;margin-bottom:5.5rem;max-width:117rem}.article__img img{border-radius:3.2rem}.article .section__title{font-size:clamp(2.4rem,1.9636363636rem + 1.3636363636vw,3.6rem)}.article .section__text{margin-top:3rem;margin-bottom:6rem}.article .section__text:last-child{margin-bottom:initial}.events-online{position:relative;overflow:hidden;color:var(--clr-default-100);background-image:linear-gradient(226deg,#003a5a .89%,#000c3d 100%)}.events-online__inner{position:relative;padding-top:13rem}.events-online__inner::after,.events-online__inner::before{content:"";position:absolute;top:0;width:.2rem;height:100%;background-position:center;background-size:cover;background-repeat:no-repeat}.events-online__inner::after{right:calc((100% - 117rem)/ 2 - 5rem);background-image:url("data:image/svg+xml,%3Csvg width='2' height='864' viewBox='0 0 2 864' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1' y1='4.37114e-08' x2='0.999962' y2='864' stroke='%23034072' stroke-width='2'/%3E%3Cpath d='M1 474L1.00001 755' stroke='url(%23paint0_linear_937_1184)' stroke-width='2' stroke-linecap='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_937_1184' x1='1' y1='755' x2='4.85123' y2='754.947' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%235B86E5'/%3E%3Cstop offset='1' stop-color='%23034072'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")}.events-online__inner::before{left:calc((100% - 117rem)/ 2 - 5rem);background-image:url("data:image/svg+xml,%3Csvg width='2' height='864' viewBox='0 0 2 864' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1' y1='4.37114e-08' x2='0.999962' y2='864' stroke='%23034072' stroke-width='2'/%3E%3Cpath d='M1 421L1.00001 151' stroke='url(%23paint0_linear_937_1185)' stroke-width='2' stroke-linecap='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_937_1185' x1='1' y1='151' x2='-2.75548' y2='151.054' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%235B86E5'/%3E%3Cstop offset='1' stop-color='%23034072'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")}.events-online__wrapper{position:relative;display:flex;justify-content:space-between;padding-bottom:19rem}.events-online__left{position:relative;display:flex;flex-direction:column;align-items:flex-start;padding-top:9.5rem;padding-right:2rem}.events-online__title{font-weight:700;font-size:clamp(3.2rem,2.6181818182rem + 1.8181818182vw,4.8rem);line-height:110%}.events-online__text{margin-top:3rem;margin-bottom:5rem;max-width:49rem;font-size:clamp(1.6rem,1.5272727273rem + .2272727273vw,1.8rem);line-height:130%;color:rgba(255,255,255,.64)}.events-online__img{position:absolute;right:0;bottom:0;display:flex;width:64%;height:100%}.events-online__img picture{display:flex}.events-online__slider{width:27rem;height:60rem}.events-online__slider::before{content:"";position:absolute;top:0;z-index:2;display:block;width:100%;height:35%;background:linear-gradient(180deg,#012f54 0,rgba(1,44,81,0) 100%)}.events-online__slider::after{content:"";position:absolute;bottom:0;z-index:2;display:block;width:100%;height:35%;background:linear-gradient(0deg,#092550 0,rgba(1,28,71,0) 100%)}.events-online__slide{display:flex;flex-direction:column;align-items:center;border-radius:2.4rem;padding:2rem;width:13rem;height:13rem;background-color:var(--primary-700)}.events-online__slide:nth-child(odd){margin-right:.3rem;margin-left:auto;transform:rotate(3deg)}.events-online__slide:nth-child(even){margin-right:auto;margin-left:.3rem;transform:rotate(-3deg)}.events-online__icon{position:relative}.events-online__icon span{position:absolute;left:50%;top:50%;transform:translateX(-50%)}.calendar{padding-block:13rem 16rem}.calendar__title{max-width:75rem;text-align:center;margin-inline:auto}.calendar__subtitle{margin-top:3rem;max-width:52rem;text-align:center;margin-inline:auto}.calendar__main{margin-top:5rem}.speaker{position:relative;color:var(--clr-default-100);background-image:linear-gradient(225.52deg,#003a5a .89%,#000c3d 100%);padding-block:2rem 6.4rem}.speaker__wrapper{display:flex;align-items:flex-end;justify-content:space-between;padding-left:5rem;gap:2rem}.speaker::after,.speaker::before{content:"";position:absolute;top:0;z-index:1;width:1.2rem;height:100%;background-position:center;background-size:cover;background-repeat:no-repeat}.speaker::after{right:calc((100% - 117rem)/ 2 - 5rem);background-image:url("data:image/svg+xml,%3Csvg width='12' height='1462' viewBox='0 0 12 1462' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='6' y1='-4.37114e-08' x2='6.00006' y2='1462' stroke='%23034072' stroke-width='2'/%3E%3Cline x1='6' y1='995' x2='6' y2='1007' stroke='url(%23paint0_linear_708_2168)' stroke-width='2'/%3E%3Cline x1='8.74228e-08' y1='1001' x2='12' y2='1001' stroke='url(%23paint1_linear_708_2168)' stroke-width='2'/%3E%3Cpath d='M6 676L6.00001 957' stroke='url(%23paint2_linear_708_2168)' stroke-width='2' stroke-linecap='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_708_2168' x1='4.13905' y1='1005.51' x2='7.38495' y2='1004.77' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2336D1DC'/%3E%3Cstop offset='0.963542' stop-color='%235B86E5'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_708_2168' x1='10.5057' y1='1002.86' x2='9.76529' y2='999.615' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2336D1DC'/%3E%3Cstop offset='0.963542' stop-color='%235B86E5'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_708_2168' x1='5.13906' y1='922.009' x2='6.15735' y2='676' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%235B86E5'/%3E%3Cstop offset='1' stop-color='%23034072'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")}.speaker::before{left:calc((100% - 117rem)/ 2 - 5rem);background-image:url("data:image/svg+xml,%3Csvg width='12' height='1462' viewBox='0 0 12 1462' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='6' y1='-4.37114e-08' x2='6.00006' y2='1462' stroke='%23034072' stroke-width='2'/%3E%3Cline x1='6' y1='995' x2='6' y2='1007' stroke='url(%23paint0_linear_937_1192)' stroke-width='2'/%3E%3Cline x1='8.74228e-08' y1='1001' x2='12' y2='1001' stroke='url(%23paint1_linear_937_1192)' stroke-width='2'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_937_1192' x1='4.13905' y1='1005.51' x2='7.38495' y2='1004.77' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2336D1DC'/%3E%3Cstop offset='0.963542' stop-color='%235B86E5'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_937_1192' x1='10.5057' y1='1002.86' x2='9.76529' y2='999.615' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2336D1DC'/%3E%3Cstop offset='0.963542' stop-color='%235B86E5'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")}.speaker__info{flex-basis:57%;padding-bottom:1rem}.speaker__title{position:relative;padding-left:4rem;color:var(--clr-default-100)}.speaker__title::before{content:"";position:absolute;left:0;top:50%;display:block;border-radius:100%;width:2.4rem;height:2.4rem;background-color:#ff3c31;transform:translateY(-50%)}.speaker__name{margin-top:4rem;font-weight:700;font-size:clamp(2.2rem,1.8363636364rem + 1.1363636364vw,3.2rem);line-height:118.75%;letter-spacing:-.0288rem;color:var(--White,#fff)}.speaker__post{margin-top:1.2rem;font-weight:700;font-style:normal;font-size:clamp(1.8rem,1.7272727273rem + .2272727273vw,2rem);line-height:120%;-webkit-text-fill-color:transparent;background:var(--Button,linear-gradient(290deg,#36d1dc 12.84%,#5b86e5 100.88%));-webkit-background-clip:text;background-clip:text}.speaker__text{margin-top:3rem;font-weight:500;font-style:normal;font-size:1.8rem;line-height:144.444%;color:rgba(255,255,255,.8)}.speaker__img{display:flex;margin-inline:auto}.subscribe{background-color:var(--clr-default-150);padding-block:12rem}.subscribe__wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center}.subscribe__img{display:flex;flex-basis:40%}.subscribe__img picture{width:35.2rem}.subscribe__title{margin-top:5.5rem;text-align:center}.subscribe__title span{display:block;font-weight:700;font-style:normal;font-size:clamp(2.4rem,2.1090909091rem + .9090909091vw,3.2rem);line-height:118.75%;letter-spacing:-.0288rem}.subscribe__subtitle{margin-top:3rem;text-align:center}.subscribe__btn{margin-top:6.4rem}.events-info{position:relative;overflow:hidden;color:var(--clr-default-100);background-image:linear-gradient(226deg,#003a5a .89%,#000c3d 100%)}.events-info__inner{position:relative;padding-block:18rem 13.5rem}.events-info__inner::after,.events-info__inner::before{content:"";position:absolute;top:0;width:.2rem;height:100%;background-position:center;background-size:cover;background-repeat:no-repeat}.events-info__inner::after{right:calc((100% - 117rem)/ 2 - 5rem);background-image:url("data:image/svg+xml,%3Csvg width='2' height='864' viewBox='0 0 2 864' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1' y1='4.37114e-08' x2='0.999962' y2='864' stroke='%23034072' stroke-width='2'/%3E%3Cpath d='M1 474L1.00001 755' stroke='url(%23paint0_linear_937_1184)' stroke-width='2' stroke-linecap='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_937_1184' x1='1' y1='755' x2='4.85123' y2='754.947' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%235B86E5'/%3E%3Cstop offset='1' stop-color='%23034072'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")}.events-info__inner::before{left:calc((100% - 117rem)/ 2 - 5rem);background-image:url("data:image/svg+xml,%3Csvg width='2' height='864' viewBox='0 0 2 864' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1' y1='4.37114e-08' x2='0.999962' y2='864' stroke='%23034072' stroke-width='2'/%3E%3Cpath d='M1 421L1.00001 151' stroke='url(%23paint0_linear_937_1185)' stroke-width='2' stroke-linecap='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_937_1185' x1='1' y1='151' x2='-2.75548' y2='151.054' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%235B86E5'/%3E%3Cstop offset='1' stop-color='%23034072'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")}.events-info__wrapper{display:flex;flex-direction:column;align-items:flex-start}.events-info__list{display:flex;gap:2rem}.events-info__item{display:flex;align-items:center;gap:.6rem}.events-info__item span{font-weight:700;font-size:clamp(1.4rem,1.3272727273rem + .2272727273vw,1.6rem)}.events-info__title{margin-top:3rem;width:100%;max-width:87.4rem;color:var(--clr-default-100)}.events-info__subtitle{margin-top:3rem;width:100%;max-width:72rem;font-weight:500;font-size:1.8rem;line-height:144.444%;color:#d3e1f6}.events-info__btn{margin-top:5rem}.events-topic{padding-block:13rem 7rem}.events-topic__wrapper{display:flex;align-items:center;justify-content:space-between}.events-topic__info{flex-basis:46%;margin-top:4rem}.events-topic__text{margin-top:1.6rem}.events-topic__btn{margin-top:5rem}.events-topic__img{display:flex;flex-basis:46%}.events-about{padding-block:13rem 14.5rem}.events-about__wrapper{display:flex;align-items:center;justify-content:space-between;gap:4rem}.events-about__video{display:flex;flex-basis:46%}.events-about__video iframe{border-radius:1.2rem}.events-about__info{display:flex;flex-basis:46%;flex-direction:column;gap:1.6rem}.events-about__subtitle{font-weight:700;font-size:clamp(1.8rem,1.5818181818rem + .6818181818vw,2.4rem);line-height:133.333%;color:var(--primary-900)}.events-about__text{font-weight:500;font-size:clamp(1.6rem,1.5272727273rem + .2272727273vw,1.8rem);line-height:144.444%;color:var(--clr-default-800)}.events-speaker{position:relative;color:var(--clr-default-100);background-image:linear-gradient(342.52deg,#003a5a .89%,#000c3d 100%);padding-block:2rem 6.4rem}.events-speaker__line{position:relative;padding-bottom:10rem}.events-speaker__line::after{content:"";position:absolute;left:-50%;bottom:0;z-index:0;width:200%;height:.2rem;background-image:url(../img/footer/line-top.svg);background-position:center;background-size:cover;background-repeat:no-repeat}.events-speaker__wrapper{display:flex;align-items:flex-end;justify-content:space-between;padding-left:5rem;gap:2rem}.events-speaker::after,.events-speaker::before{content:"";position:absolute;top:0;z-index:1;width:1.2rem;height:100%;background-position:center;background-size:cover;background-repeat:no-repeat}.events-speaker::after{right:calc((100% - 117rem)/ 2 - 5rem);background-image:url("data:image/svg+xml,%3Csvg width='12' height='1462' viewBox='0 0 12 1462' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='6' y1='-4.37114e-08' x2='6.00006' y2='1462' stroke='%23034072' stroke-width='2'/%3E%3Cline x1='6' y1='995' x2='6' y2='1007' stroke='url(%23paint0_linear_708_2168)' stroke-width='2'/%3E%3Cline x1='8.74228e-08' y1='1001' x2='12' y2='1001' stroke='url(%23paint1_linear_708_2168)' stroke-width='2'/%3E%3Cpath d='M6 676L6.00001 957' stroke='url(%23paint2_linear_708_2168)' stroke-width='2' stroke-linecap='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_708_2168' x1='4.13905' y1='1005.51' x2='7.38495' y2='1004.77' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2336D1DC'/%3E%3Cstop offset='0.963542' stop-color='%235B86E5'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_708_2168' x1='10.5057' y1='1002.86' x2='9.76529' y2='999.615' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2336D1DC'/%3E%3Cstop offset='0.963542' stop-color='%235B86E5'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_708_2168' x1='5.13906' y1='922.009' x2='6.15735' y2='676' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%235B86E5'/%3E%3Cstop offset='1' stop-color='%23034072'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")}.events-speaker::before{left:calc((100% - 117rem)/ 2 - 5rem);background-image:url("data:image/svg+xml,%3Csvg width='12' height='1462' viewBox='0 0 12 1462' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='6' y1='-4.37114e-08' x2='6.00006' y2='1462' stroke='%23034072' stroke-width='2'/%3E%3Cline x1='6' y1='995' x2='6' y2='1007' stroke='url(%23paint0_linear_937_1192)' stroke-width='2'/%3E%3Cline x1='8.74228e-08' y1='1001' x2='12' y2='1001' stroke='url(%23paint1_linear_937_1192)' stroke-width='2'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_937_1192' x1='4.13905' y1='1005.51' x2='7.38495' y2='1004.77' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2336D1DC'/%3E%3Cstop offset='0.963542' stop-color='%235B86E5'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_937_1192' x1='10.5057' y1='1002.86' x2='9.76529' y2='999.615' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2336D1DC'/%3E%3Cstop offset='0.963542' stop-color='%235B86E5'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")}.events-speaker__info{flex-basis:57%;padding-bottom:1rem}.events-speaker__title{position:relative;padding-left:4rem;color:var(--clr-default-100)}.events-speaker__title::before{content:"";position:absolute;left:0;top:50%;display:block;border-radius:100%;width:2.4rem;height:2.4rem;background-color:#ff3c31;transform:translateY(-50%)}.events-speaker__name{margin-top:4rem;font-weight:700;font-size:clamp(2.2rem,1.8363636364rem + 1.1363636364vw,3.2rem);line-height:118.75%;letter-spacing:-.0288rem;color:var(--White,#fff)}.events-speaker__post{margin-top:1.2rem;font-weight:700;font-style:normal;font-size:clamp(1.8rem,1.7272727273rem + .2272727273vw,2rem);line-height:120%;-webkit-text-fill-color:transparent;background:var(--Button,linear-gradient(290deg,#36d1dc 12.84%,#5b86e5 100.88%));-webkit-background-clip:text;background-clip:text}.events-speaker__text{margin-top:3rem;font-weight:500;font-style:normal;font-size:1.8rem;line-height:144.444%;color:rgba(255,255,255,.8)}.events-speaker__img{display:flex;margin-inline:auto}.birthday{position:relative;overflow:hidden;color:var(--clr-default-100);background-image:linear-gradient(225.52deg,#003a5a .89%,#000c3d 100%)}.birthday__inner{position:relative;padding-top:18.5rem}.birthday__inner::after,.birthday__inner::before{content:"";position:absolute;top:0;width:.2rem;height:100%;background-position:center;background-size:cover;background-repeat:no-repeat}.birthday__inner::after{right:calc((100% - 117rem)/ 2 - 5rem);background-image:url("data:image/svg+xml,%3Csvg width='2' height='864' viewBox='0 0 2 864' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1' y1='4.37114e-08' x2='0.999962' y2='864' stroke='%23034072' stroke-width='2'/%3E%3Cpath d='M1 474L1.00001 755' stroke='url(%23paint0_linear_937_1184)' stroke-width='2' stroke-linecap='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_937_1184' x1='1' y1='755' x2='4.85123' y2='754.947' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%235B86E5'/%3E%3Cstop offset='1' stop-color='%23034072'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")}.birthday__inner::before{left:calc((100% - 117rem)/ 2 - 5rem);background-image:url("data:image/svg+xml,%3Csvg width='2' height='864' viewBox='0 0 2 864' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1' y1='4.37114e-08' x2='0.999962' y2='864' stroke='%23034072' stroke-width='2'/%3E%3Cpath d='M1 421L1.00001 151' stroke='url(%23paint0_linear_937_1185)' stroke-width='2' stroke-linecap='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_937_1185' x1='1' y1='151' x2='-2.75548' y2='151.054' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%235B86E5'/%3E%3Cstop offset='1' stop-color='%23034072'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")}.birthday::after{content:"";position:absolute;left:0;right:0;bottom:0;height:65%;background-image:linear-gradient(180deg,rgba(0,12,61,.01) 0,#000c3d 100%);background-blend-mode:darken;mix-blend-mode:darken}.birthday__wrapper{position:relative}.birthday__info{position:relative;z-index:3}.birthday__title{font-weight:700;font-size:clamp(3.2rem,2.6181818182rem + 1.8181818182vw,4.8rem);line-height:110%;text-align:center;margin-inline:auto}.birthday__text{margin-top:4.2rem;margin-bottom:3.5rem;max-width:67rem;line-height:130%;text-align:center;color:rgba(255,255,255,.64);margin-inline:auto}.birthday__text span{display:flex;justify-content:center;margin-top:3rem}.birthday-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,1fr);width:100%;gap:2.4rem}.birthday-grid__item{position:relative;display:flex;align-items:flex-end;overflow:hidden;border-radius:2.4rem;padding:2.7rem 2.9rem;background:rgba(25,152,165,.1)}.birthday-grid__item_1{grid-area:1/1/3/2}.birthday-grid__item_2{grid-area:1/2/2/3}.birthday-grid__item_3{grid-area:2/2/3/3}.birthday-grid__item_4{align-items:center;grid-area:3/1/4/3}.birthday-grid__num{position:absolute;left:1rem;top:1rem;z-index:1}.birthday-grid__img img{position:absolute;right:0;top:50%;min-height:100%;transform:translateY(-50%)}.birthday-grid__text{position:relative;z-index:1;font-weight:400;font-size:clamp(1.6rem,1.4545454545rem + .4545454545vw,2rem);line-height:145%;color:var(--clr-default-100)}.birthday-grid-info{position:relative;z-index:1;display:flex;flex-direction:column;gap:2.4rem}.birthday-grid-info__caption{font-weight:700;font-size:3.2rem;line-height:119%;letter-spacing:-.01em;color:var(--clr-default-100)}.birthday-grid-info__text{font-weight:400;font-size:1.6rem;line-height:145%;color:rgba(255,255,255,.64)}.birthday-grid-info .section__btn{width:max-content}.birthday-conditionals{padding-block:12rem}.birthday-conditionals__swiper{max-width:115rem;padding-inline:12.5rem}.birthday-conditionals .swiper-slide{border-radius:2.4rem;padding:5.2rem;min-height:4rem;background:#02234c}.birthday-conditionals__caption{font-weight:700;font-size:3.2rem;line-height:119%;letter-spacing:-.01em;color:var(--clr-default-100)}.birthday-conditionals__text{margin-top:2.4rem;font-weight:400;font-size:1.6rem;line-height:145%;color:rgba(255,255,255,.64)}.birthday-conditionals__text a{text-decoration:underline;color:var(--clr-default-100);-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}.birthday-conditionals__text span{color:var(--clr-default-100)}.birthday-conditionals__happy{font-weight:500;font-size:1.8rem;line-height:144%;color:rgba(255,255,255,.8)}.birthday-conditionals__next,.birthday-conditionals__prev{position:absolute;top:50%;z-index:1;display:flex;align-items:center;justify-content:center;border:.1rem solid rgba(25,152,165,.1);border-radius:1.2rem;width:7rem;height:7rem;transform:translateY(-50%);cursor:pointer}.birthday-conditionals__prev{left:0}.birthday-conditionals__next{right:0}.birthday-footer{position:relative;background-color:#000c3d;padding-block:12rem}.birthday-footer::after,.birthday-footer::before{content:"";position:absolute;bottom:0;z-index:1;width:1.2rem;height:193.3rem;background-position:center;background-size:cover;background-repeat:no-repeat}.birthday-footer::after{right:calc((100% - 117rem)/ 2 - 5.5rem);background-image:url("data:image/svg+xml,%3Csvg width='12' height='1462' viewBox='0 0 12 1462' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='6' y1='-4.37114e-08' x2='6.00006' y2='1462' stroke='%23034072' stroke-width='2'/%3E%3Cline x1='6' y1='995' x2='6' y2='1007' stroke='url(%23paint0_linear_708_2168)' stroke-width='2'/%3E%3Cline x1='8.74228e-08' y1='1001' x2='12' y2='1001' stroke='url(%23paint1_linear_708_2168)' stroke-width='2'/%3E%3Cpath d='M6 676L6.00001 957' stroke='url(%23paint2_linear_708_2168)' stroke-width='2' stroke-linecap='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_708_2168' x1='4.13905' y1='1005.51' x2='7.38495' y2='1004.77' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2336D1DC'/%3E%3Cstop offset='0.963542' stop-color='%235B86E5'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_708_2168' x1='10.5057' y1='1002.86' x2='9.76529' y2='999.615' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2336D1DC'/%3E%3Cstop offset='0.963542' stop-color='%235B86E5'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_708_2168' x1='5.13906' y1='922.009' x2='6.15735' y2='676' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%235B86E5'/%3E%3Cstop offset='1' stop-color='%23034072'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")}.birthday-footer::before{left:calc((100% - 117rem)/ 2 - 5.5rem);background-image:url("data:image/svg+xml,%3Csvg width='12' height='1462' viewBox='0 0 12 1462' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='6' y1='-4.37114e-08' x2='6.00006' y2='1462' stroke='%23034072' stroke-width='2'/%3E%3Cline x1='6' y1='995' x2='6' y2='1007' stroke='url(%23paint0_linear_937_1192)' stroke-width='2'/%3E%3Cline x1='8.74228e-08' y1='1001' x2='12' y2='1001' stroke='url(%23paint1_linear_937_1192)' stroke-width='2'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_937_1192' x1='4.13905' y1='1005.51' x2='7.38495' y2='1004.77' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2336D1DC'/%3E%3Cstop offset='0.963542' stop-color='%235B86E5'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_937_1192' x1='10.5057' y1='1002.86' x2='9.76529' y2='999.615' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2336D1DC'/%3E%3Cstop offset='0.963542' stop-color='%235B86E5'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")}.birthday-footer__wrapper{display:flex;flex-wrap:wrap;justify-content:space-between;gap:2.5rem}.birthday-footer__wrapper::before{content:"";position:absolute;left:-50rem;top:0;z-index:0;width:200%;height:.2rem;background-image:url(../img/footer/line-top.svg);background-position:center;background-size:cover;background-repeat:no-repeat}.birthday-footer-info{max-width:35rem}.birthday-footer-info__contacts{display:flex;flex-direction:column;margin-top:3.2rem;gap:1.2rem}.birthday-footer-info__item{font-weight:400;font-size:clamp(1.4rem,1.3272727273rem + .2272727273vw,1.6rem);line-height:130%}.birthday-footer-info__item span:first-child{color:rgba(255,255,255,.64)}.birthday-footer-info__item a,.birthday-footer-info__item span:last-child{color:var(--clr-default-100)}.birthday-footer-menu{display:flex;flex-wrap:wrap;max-width:31rem;gap:2.4rem}.birthday-footer-menu__item{flex-grow:1;flex-basis:34%}.birthday-footer-menu__item a{font-weight:700;font-size:clamp(1.4rem,1.3272727273rem + .2272727273vw,1.6rem);color:var(--clr-default-100)}.birthday-footer-socials__caption{font-weight:400;font-size:clamp(1.4rem,1.3272727273rem + .2272727273vw,1.6rem);line-height:130%;color:rgba(255,255,255,.64)}.birthday-footer-socials__list{display:flex;align-items:center;margin-top:1.6rem;gap:1rem}.birthday-footer-privacy{display:flex;margin-top:10rem;gap:2.4rem}.birthday-footer-privacy__link{font-weight:700;font-size:clamp(1.4rem,1.3272727273rem + .2272727273vw,1.6rem);color:var(--clr-default-100)}.birthday-footer-privacy__rights{margin-left:auto;font-weight:400;font-size:clamp(1.4rem,1.3272727273rem + .2272727273vw,1.6rem);line-height:130%;color:rgba(255,255,255,.64)}.btn-main{display:flex;align-items:center;justify-content:center;border-radius:1.2rem;padding:1.2rem 2rem;width:100%;font-weight:600;font-size:1.6rem;line-height:162%;letter-spacing:-.01em;color:var(--clr-default-100);background:linear-gradient(137deg,#3b95ff 0,#18b6d6 50.83%,#1bcf58 100%);cursor:pointer}.landing-header__logo-color{fill:#0e0a25}.landing-page .header{background-color:transparent}.landing-page .header__lang{display:flex;align-items:center;margin-left:5rem;padding:1rem 1.8rem;font-weight:500;font-size:1.4rem;letter-spacing:-.02em;color:#fff;gap:.8rem}.landing-page .header__lang path{stroke:#fff}.landing-page .header--hide{border:1px solid rgba(255,255,255,.16);border-radius:1.2rem;padding:1.2rem 2rem;width:18.1rem;width:inherit;height:5rem;background-image:none}.landing-page .header--hide span.text{font-weight:600;font-size:1.6rem;line-height:162%;letter-spacing:-.01em;color:#fff}.landing-page .header .menu__link{color:var(--clr-default-100)}.landing-page .header .landing-header__logo-color{fill:#fff}.landing-page .header--fixed{border-bottom:initial;background-color:var(--clr-default-100)}.landing-page .header--fixed .menu__link{color:var(--primary-900)}.landing-page .header--fixed .landing-header__logo-color{fill:#0e0a25}.landing-page .header--fixed .logo a::after{opacity:1;visibility:visible}.landing-page .header--fixed .header__lang{color:#000}.landing-page .header--fixed .header__lang path{stroke:#000}.landing-page .header--fixed .header--hide{border:1px solid rgba(255,255,255,.16);border-radius:1.2rem;padding:1.2rem 2rem;width:18.1rem;width:inherit;height:5rem;background-image:none}.landing-page .header--fixed .header--hide span.text{font-weight:600;font-size:1.6rem;line-height:162%;letter-spacing:-.01em;color:#000}.landing-bg{background:#0e0a25}.landing-hero{position:relative;overflow:hidden;padding-block:14rem 15rem}.landing-hero__img{position:absolute;right:0;bottom:0;display:flex;height:140%}.landing-hero__bottom{position:absolute;left:50%;bottom:0;z-index:1;display:flex;width:100%;max-width:144rem;transform:translate(-50%,51%);aspect-ratio:1440/196}.landing-hero__bottom svg{width:100%;height:100%}.landing-hero__info{position:relative;z-index:3;max-width:68rem}.landing-hero__caption{display:flex;flex-wrap:wrap;align-items:center;font-weight:500;font-size:1.6rem;line-height:150%;color:var(--clr-default-100);gap:.5rem}.landing-hero__title{margin-top:2rem;font-weight:700;font-size:6.4rem;line-height:112%;letter-spacing:-.02em;color:var(--clr-default-100)}.landing-hero__text{margin-top:2rem;font-weight:400;font-size:1.6rem;line-height:150%;color:var(--clr-default-100)}.landing-hero__block{display:flex;flex-wrap:wrap;margin-top:3.2rem;gap:2.4rem}.landing-hero__btn{width:max-content}.landing-hero__look{display:flex;align-items:center;font-weight:600;font-size:1.6rem;line-height:162%;letter-spacing:-.01em;color:var(--clr-default-100);cursor:pointer;gap:.4rem}.landing-hero__slider{position:absolute;right:50%;bottom:-12rem;z-index:0;margin-right:initial;margin-left:1.5rem;height:61rem;max-width:37rem;transform:translateX(158%)}.landing-hero__slide{position:relative;border-radius:2rem;padding:1rem;min-width:37rem;min-height:9rem;background-image:inherit;background-color:var(--clr-default-100);transition:opacity var(--transition)}.landing-hero__slide::after{content:"";position:absolute;right:2.2rem;top:50%;z-index:1;width:2.4rem;height:2.4rem;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 24C5.3724 24 0 18.6276 0 12C0 5.3724 5.3724 0 12 0C18.6276 0 24 5.3724 24 12C24 18.6276 18.6276 24 12 24ZM10.8036 16.8L19.2876 8.3148L17.5908 6.618L10.8036 13.4064L7.4088 10.0116L5.712 11.7084L10.8036 16.8Z' fill='%231BCF58'/%3E%3C/svg%3E");transform:translateY(-50%)}.landing-hero__slide-inner{display:flex;align-items:center}.landing-hero__slide-title{margin-bottom:.5rem;font-weight:600;font-size:1.4rem;line-height:130%;color:#66707f}.landing-hero__slide-text{font-weight:700;font-size:2rem;line-height:120%;color:var(--clr-default-900)}.landing-hero__slide-img{margin-right:1.5rem}.landing-hero__slide-img img{border-radius:1.5rem;max-width:7rem}.landing-why{padding-top:10rem}.landing-why__caption{font-family:var(--second-family);font-weight:600;font-size:1.6rem;line-height:150%;letter-spacing:.04em;text-align:center;-webkit-text-fill-color:transparent;text-transform:uppercase;background:linear-gradient(137deg,#3b95ff 0,#18b6d6 50.83%,#1bcf58 100%);-webkit-background-clip:text;background-clip:text}.landing-why__title{margin-top:1.6rem;font-weight:600;font-size:4.8rem;line-height:120%;letter-spacing:-.03em;text-align:center;color:var(--clr-default-900)}.landing-why__text{margin-top:1.6rem;font-weight:400;font-size:1.6rem;line-height:150%;text-align:center;color:#66707f}.landing-why__block{display:flex;flex-wrap:wrap;margin-top:7rem;gap:2rem}.landing-why-item{position:relative;overflow:hidden;border:1px solid #e8ebef;border-radius:2.4rem;padding:4rem 3.2rem;width:58.9rem;height:50rem;box-shadow:0 -2px 31px 0 rgba(12,17,24,.02),0 -2px 31px 0 rgba(12,17,24,.02),0 -17px 251px 0 rgba(12,17,24,.04)}.landing-why-item__title{font-weight:600;font-size:2.4rem;letter-spacing:-.02em;color:var(--clr-default-900)}.landing-why-item__text{margin-top:1.2rem;font-weight:400;font-size:1.6rem;line-height:150%;color:#66707f}.landing-why-item__img img{position:absolute;left:0;bottom:0;display:flex;width:100%}.landing-why-item_1,.landing-why-item_2{flex-grow:1;flex-basis:34%}.landing-why-item_3{flex-grow:2;flex-basis:50%}.landing-why-item_4{flex-grow:1;flex-basis:40%}.landing-solutions{padding-top:10rem}.landing-solutions__title{font-weight:600;font-size:4.8rem;line-height:120%;letter-spacing:-.03em;text-align:center;color:var(--clr-default-900)}.landing-solutions__info{margin-top:1.6rem;max-width:53rem;font-weight:400;font-size:1.6rem;line-height:150%;text-align:center;color:#66707f;margin-inline:auto}.landing-solutions__block{display:flex;flex-wrap:wrap;justify-content:center;margin-top:7rem;gap:2rem}.landing-solutions__item{flex-grow:1;flex-basis:26%;border:1px solid #eceff3;border-radius:2.4rem;padding:3.2rem;max-width:38.6rem;box-shadow:0 -2px 31px 0 rgba(12,17,24,.02),0 -2px 31px 0 rgba(12,17,24,.02),0 -17px 251px 0 rgba(12,17,24,.04)}.landing-solutions__img{position:relative;display:flex;width:100%}.landing-solutions__img img:nth-child(1){border-radius:2.4rem;width:100%;aspect-ratio:338/189}.landing-solutions__img img:nth-child(2){position:absolute;z-index:1;max-width:inherit}.landing-solutions__img_1 img:nth-child(2){left:0;top:50%;width:105%;transform:translateY(-50%)}.landing-solutions__img_2 img:nth-child(2){left:50%;bottom:0;width:80%;transform:translateX(-50%)}.landing-solutions__img_3 img:nth-child(2){left:0;bottom:0;width:105%}.landing-solutions__img_4 img:nth-child(2),.landing-solutions__img_5 img:nth-child(2){left:50%;bottom:0;width:105%;max-width:inherit;transform:translateX(-50%)}.landing-solutions__img_6 img:nth-child(2){right:0;bottom:0;width:70%}.landing-solutions__caption{letter-spacing:-.02em;color:var(--clr-default-900);margin-top:4rem;font-weight:600;font-size:2rem;line-height:140%;letter-spacing:-.02em;color:var(--clr-default-900)}.landing-solutions__text{margin-top:1.2rem;font-family:var(--second-family);font-weight:400;font-size:1.6rem;line-height:150%;color:#66707f}.landing-support{padding-top:10rem}.landing-support__wrapper{position:relative;overflow:hidden;border:1px solid #eceff3;border-radius:2.4rem;box-shadow:0 -2px 31px 0 rgba(12,17,24,.02),0 -2px 31px 0 rgba(12,17,24,.02),0 -17px 251px 0 rgba(12,17,24,.04)}.landing-support__info{padding:4.4rem;max-width:50rem}.landing-support__title{font-family:var(--second-family);font-weight:600;font-size:4rem;line-height:120%;letter-spacing:-.02em;color:#171717}.landing-support__text{margin-top:1.6rem;font-weight:400;font-size:1.6rem;line-height:150%;color:#66707f}.landing-support__wrap{display:flex;flex-direction:column;margin-top:3.2rem;gap:1.6rem}.landing-support__item{display:flex;align-items:center;gap:1.6rem}.landing-support__ico{min-width:5.5rem}.landing-support__name{font-weight:600;font-size:2rem;line-height:140%;letter-spacing:-.02em;color:#171717}.landing-support__caption{margin-top:.4rem;margin-bottom:2rem;font-weight:400;font-size:1.6rem;line-height:150%;color:#66707f}.landing-support__btn{margin-top:3.2rem;width:max-content}.landing-support__img{position:absolute;right:0;bottom:0;display:flex}.landing-who{padding-top:10rem}.landing-who__title{max-width:100rem;font-weight:600;font-size:4.8rem;line-height:120%;letter-spacing:-.03em;text-align:center;color:var(--clr-default-900);margin-inline:auto}.landing-who__subtitle{margin-top:1.6rem;font-weight:400;font-size:1.6rem;line-height:150%;text-align:center;color:#66707f}.landing-who__block{position:relative;overflow:hidden;margin-top:7rem;border:1px solid #eceff3;border-radius:2.4rem;box-shadow:0 -2px 31px 0 rgba(12,17,24,.02),0 -2px 31px 0 rgba(12,17,24,.02),0 -17px 251px 0 rgba(12,17,24,.04)}.landing-who__block_info{display:flex;flex-direction:row-reverse;align-items:center}.landing-who__img{position:absolute;left:0;bottom:0;display:flex;height:100%;max-height:50rem}.landing-who__img_info{position:static}.landing-who__info{margin-left:auto;padding:4.4rem;max-width:70rem}.landing-who__info_info{max-width:55rem}.landing-who__caption{font-weight:600;font-size:4rem;line-height:120%;letter-spacing:-.02em;color:#171717}.landing-who__wrap{display:flex;flex-direction:column;margin-top:2.4rem;gap:.8rem}.landing-who__item{display:flex;gap:3.2rem}.landing-who__item:not(:last-child) .landing-who__left::after{content:"";flex-grow:1;width:.1rem;background-color:#efefef}.landing-who__left{display:flex;flex-direction:column;align-items:center;gap:.8rem}.landing-who__num{display:flex;align-items:center;justify-content:center;border:1px solid #efefef;border-radius:1.2rem;width:4.8rem;height:4.8rem;box-shadow:0 1px 2px 0 rgba(22,25,29,.08);font-weight:600;font-size:1.8rem;line-height:156%;letter-spacing:-.01em;text-align:center;color:#171717}.landing-who__name{font-weight:600;font-size:2rem;line-height:140%;letter-spacing:-.02em;color:#171717}.landing-who__text{margin-top:.4rem;margin-bottom:2.4rem;font-family:var(--second-family);font-weight:400;font-size:1.6rem;line-height:150%;color:#66707f}.landing-who-cover{display:flex;margin-top:2rem;gap:2rem}.landing-who-cover__item{border:1px solid #eceff3;border-radius:2.4rem;padding:3.2rem 2.4rem;box-shadow:0 -2px 31px 0 rgba(12,17,24,.02),0 -2px 31px 0 rgba(12,17,24,.02),0 -17px 251px 0 rgba(12,17,24,.04)}.landing-who-cover__caption{font-weight:600;font-size:2rem;line-height:140%;letter-spacing:-.02em;color:#171717}.landing-who-cover__text{margin-top:1.2rem;font-weight:400;font-size:1.6rem;line-height:150%;color:#66707f}.landing-who__btn{margin-top:2rem;width:max-content;margin-inline:auto}.landing-form{padding-top:8rem}.landing-form__title{max-width:95rem;font-weight:600;font-size:4.8rem;line-height:120%;letter-spacing:-.03em;text-align:center;color:var(--clr-default-900);margin-inline:auto}.landing-form__caption{margin-top:1.6rem;font-weight:400;font-size:1.6rem;line-height:150%;text-align:center;color:var(--gray)}.landing-form__block{display:flex;margin-top:7rem;gap:5.4rem}.landing-form__info{display:flex;flex-direction:column;width:38rem;gap:2.4rem}.landing-form__item{border-radius:2.4rem;padding:.1rem;box-shadow:0 -2px 31px 0 rgba(12,17,24,.02),0 -2px 31px 0 rgba(12,17,24,.02),0 -17px 251px 0 rgba(12,17,24,.04);cursor:pointer}.landing-form__item.active{background:linear-gradient(137deg,#3b95ff 0,#18b6d6 50.83%,#1bcf58 100%)}.landing-form__content{border:1px solid #eceff3;border-radius:2.4rem;padding:2.4rem;background-color:#fff}.landing-form__name{display:flex;align-items:center;font-weight:600;font-size:2rem;line-height:140%;letter-spacing:-.02em;color:var(--clr-default-900);gap:.8rem}.landing-form__text{margin-top:.4rem;font-weight:400;font-size:1.6rem;line-height:150%;color:#66707f}.landing-form-wrap{flex-grow:1;border:1px solid #eceff3;border-radius:2.4rem;padding:4.4rem;box-shadow:0 -2px 31px 0 rgba(12,17,24,.02),0 -2px 31px 0 rgba(12,17,24,.02),0 -17px 251px 0 rgba(12,17,24,.04)}.landing-form-wrap__title{font-weight:600;font-size:2.4rem;letter-spacing:-.02em;color:var(--clr-default-900)}.landing-form-wrap__text{margin-top:.8rem;font-weight:400;font-size:1.6rem;line-height:150%;color:#66707f}.landing-form-wrap__block{margin-top:3.2rem}.landing-form-wrap__select{width:18rem}.landing-form-wrap__select-caption{font-weight:500;font-size:1.6rem;line-height:150%;letter-spacing:-.01em;color:#344054}.landing-form-wrap__select .itc-select__toggle{margin-top:.6rem;margin-bottom:.5rem;border:1px solid #eaecf0;border-radius:1.2rem;padding:1.6rem;width:100%;font-weight:500;font-style:normal;font-size:1.6rem;line-height:162%;letter-spacing:-.01em;color:#667085}.landing-form-wrap__select .itc-select__toggle::after{width:1rem;height:.9rem;opacity:.5}.landing-form-wrap__select .itc-select__dropdown{top:110%;border:1px solid #eaecf0;border-radius:1.2rem}.landing-form-wrap__contact{display:flex;margin-top:2.4rem;gap:1.6rem}.landing-form-wrap__contact .landing-input{flex-grow:1}.landing-form-wrap__textarea{margin-top:2.4rem}.landing-form-wrap .checkbox-item{display:flex;align-items:flex-start;margin-top:2rem;gap:1rem}.landing-form-wrap .checkbox-input{appearance:none;appearance:none;margin:.2rem 0 0;border:1px solid #0d6efd;border-radius:.25rem;min-width:2.2rem;min-height:2.2rem;max-width:2.2rem;max-height:2.2rem;background-color:#fff;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;cursor:pointer}.landing-form-wrap .checkbox-input:checked{border-color:#0d6efd;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");background-color:#0d6efd}.landing-form-wrap .checkbox-input:active{filter:brightness(90%)}.landing-form-wrap .checkbox-input:hover:not(:disabled){border-color:#0d6efd}.landing-form-wrap .checkbox-input:focus{outline:0;border-color:#0d6efd;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.landing-form-wrap .checkbox-input:disabled{opacity:.5;filter:none;cursor:not-allowed}.landing-form-wrap .checkbox-input:disabled~.checkbox-label{opacity:.5;cursor:not-allowed}.landing-form-wrap .checkbox-label{font-weight:400;font-size:1.6rem;line-height:150%;color:#66707f}.landing-form-wrap .btn-main{margin-top:3.2rem}.landing-input__caption{font-weight:500;font-size:1.6rem;line-height:150%;letter-spacing:-.01em;color:#344054}.landing-input input{margin-top:.6rem;outline:0;border:1px solid #eaecf0;border-radius:1.2rem;padding:1.6rem;width:100%;font-weight:400;font-size:1.6rem;line-height:162%;letter-spacing:-.01em}.landing-input input::placeholder{font-weight:400;font-size:1.6rem;line-height:162%;letter-spacing:-.01em;color:rgba(102,112,133,.45)}.landing-input textarea{margin-top:.6rem;outline:0;border:1px solid #eaecf0;border-radius:1.2rem;padding:1.6rem;width:100%;height:12.4rem;resize:none}.landing-input textarea::placeholder{font-weight:400;font-size:1.6rem;line-height:162%;letter-spacing:-.01em;color:rgba(102,112,133,.45)}.landing-input__info{margin-top:.5rem;font-weight:500;font-size:1.6rem;line-height:150%;letter-spacing:-.01em}.landing-input__info.error{display:none;color:#de5e5e}.landing-input__info.alarm{display:none;color:#dec75e}.landing-input.alarm>.alarm,.landing-input.error>.error{display:flex}.itc-select{position:relative;width:100%}.itc-select__toggle{display:flex;align-items:center;justify-content:space-between;border:1px solid #ccc;border-radius:.3125rem;padding:.375rem .75rem;width:100%;font-style:italic;font-size:1rem;line-height:1.4;background-color:#fff;cursor:pointer;-webkit-user-select:none;user-select:none}.itc-select__toggle::after{content:"";flex-shrink:0;margin-left:1rem;width:.75rem;height:.75rem;background-image:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" height="100" width="100"%3E%3Cpath d="M97.625 25.3l-4.813-4.89c-1.668-1.606-3.616-2.41-5.84-2.41-2.27 0-4.194.804-5.777 2.41L50 52.087 18.806 20.412C17.223 18.805 15.298 18 13.03 18c-2.225 0-4.172.804-5.84 2.41l-4.75 4.89C.813 26.95 0 28.927 0 31.23c0 2.346.814 4.301 2.439 5.865l41.784 42.428C45.764 81.174 47.689 82 50 82c2.268 0 4.215-.826 5.84-2.476l41.784-42.428c1.584-1.608 2.376-3.563 2.376-5.865 0-2.26-.792-4.236-2.375-5.932z"/%3E%3C/svg%3E');background-size:cover}.itc-select__toggle:focus{outline:0}.itc-select_show .itc-select__toggle::after{transform:rotate(180deg)}.itc-select__dropdown{position:absolute;left:0;right:0;top:2.5rem;z-index:2;display:none;overflow-y:auto;border:1px solid #ccc;border-radius:.3125rem;max-height:10rem;background-color:#fff}.itc-select_show .itc-select__backdrop,.itc-select_show .itc-select__dropdown{display:block}.itc-select__options{list-style:none;margin:0;padding:0}.itc-select__option{padding:.375rem .75rem}.itc-select__option_selected{display:flex;align-items:center;justify-content:space-between;background-color:#e1f5fe}.itc-select__option_selected::after{content:"";width:.75rem;height:.75rem;color:#0277bd;background-image:url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" height="100" width="100" class="svg-inline--fa fa-check fa-w-16" data-icon="check" data-prefix="fas" aria-hidden="true"%3E%3Cpath d="M33.964 85.547l-32.5-32.251a4.935 4.935 0 010-7.017l7.071-7.017a5.027 5.027 0 017.071 0L37.5 60.987l46.894-46.534a5.028 5.028 0 017.07 0l7.072 7.017a4.935 4.935 0 010 7.017l-57.5 57.06a5.027 5.027 0 01-7.072 0z" fill="%230277bd"/%3E%3C/svg%3E');background-size:cover}.itc-select__option:hover{background-color:#f5f5f5;transition:background-color .2s ease-in-out;cursor:pointer}.landing-product{padding-top:10rem}.landing-product__title{display:flex;align-items:center;width:max-content;font-weight:600;font-size:4.8rem;line-height:120%;letter-spacing:-.03em;text-align:center;color:var(--clr-default-900);gap:1rem;margin-inline:auto}.landing-product__title img{margin-top:.6rem}.landing-product__subtitle{margin-top:1.6rem;font-weight:400;font-size:1.6rem;line-height:150%;text-align:center;color:#66707f}.landing-product-tab{display:flex;margin-top:7rem;border:1px solid #e8ebef;border-radius:1.2rem;padding:.6rem;width:max-content;background:#f9fafb;margin-inline:auto}.landing-product-tab__item{display:flex;flex-grow:1;align-items:center;border-radius:1.2rem;padding:1.6rem 2.4rem;width:max-content;transition:box-shadow var(--transition),background var(--transition);gap:1rem}.landing-product-tab__item.active{box-shadow:0 4px 16px 0 #e7eaec;background:#fff}.landing-product-tab__ico{display:flex}.landing-product__block{position:relative;overflow:hidden;margin-top:2.4rem;border:1px solid #e8ebef;border-radius:2.4rem;box-shadow:0 -2px 31px 0 rgba(12,17,24,.02),0 -2px 31px 0 rgba(12,17,24,.02),0 -17px 251px 0 rgba(12,17,24,.04);background:var(--default)}.landing-product__block_info{display:flex;align-items:center}.landing-product__img{position:absolute;left:0;display:flex;height:100%}.landing-product__img_info{position:static}.landing-product__info{position:relative;z-index:1;margin-left:auto;padding:4.4rem;max-width:60rem}.landing-product__caption{margin-top:1.6rem;font-weight:600;font-size:4rem;line-height:120%;letter-spacing:-.02em;color:#171717}.landing-product__text{margin-top:1.6rem;font-weight:400;font-size:1.6rem;line-height:150%;color:#66707f}.landing-product__link{display:flex;margin-top:3.2rem;border:1px solid #eceff3;border-radius:1.2rem;padding:1.6rem 2.4rem;width:max-content;font-weight:600;font-size:1.6rem;line-height:162%;letter-spacing:-.01em;color:#344054;background:var(--default)}.landing-reviews{padding-top:10rem}.landing-reviews__title{font-weight:600;font-size:4.8rem;line-height:120%;letter-spacing:-.03em;text-align:center;color:var(--clr-default-900)}.landing-reviews__subtitle{margin-top:1.6rem;font-weight:400;font-size:1.6rem;line-height:150%;text-align:center;color:#66707f}.landing-reviews__block{display:flex;gap:2rem}.landing-reviews__item{border:1px solid #eceff3;border-radius:2.4rem;padding:2.4rem;width:40rem}.landing-reviews__wrap{display:flex;gap:1.2rem}.landing-reviews__ava{overflow:hidden;border-radius:100%;min-width:4.8rem;min-height:4.8rem;max-width:4.8rem;max-height:4.8rem}.landing-reviews__name{display:flex;align-items:center;font-weight:600;font-size:1.8rem;line-height:140%;letter-spacing:-.02em;color:var(--clr-default-900)}.landing-reviews__name::after{content:"";display:flex;width:1.6rem;height:1.6rem;background-image:url(../img/landing/landing-reviews-checkmark.png);background-position:center;background-size:cover;background-repeat:no-repeat}.landing-reviews__nickname{font-family:var(--second-family);font-weight:400;font-size:1.4rem;line-height:171%;color:#66707f}.landing-reviews__text{margin-top:1.6rem;font-weight:400;font-size:1.6rem;line-height:150%;color:#66707f}.landing-reviews__text a{color:#0461f0}.landing-reviews__slider_1 .swiper-wrapper{padding-left:10rem}.landing-reviews .swiper{margin-top:2rem}.landing-footer{padding-block:8rem}.landing-footer__wrapper{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:2rem}.landing-footer__text{margin-top:3.2rem;max-width:44.5rem;font-weight:400;font-size:1.6rem;line-height:150%;letter-spacing:-.01em;color:#66707f}.landing-footer__menu{display:flex;flex-wrap:wrap;width:35rem;gap:1.2rem}.landing-footer__menu li{flex-grow:1;flex-basis:34%}.landing-footer__menu li a{font-weight:500;font-size:1.6rem;line-height:150%;letter-spacing:-.01em;color:var(--clr-default-900)}.landing-footer__socials{display:flex;gap:1.2rem}.landing-footer__rights{font-weight:400;font-size:1.6rem;line-height:150%;letter-spacing:-.01em;color:#66707f}.landing-footer__rights::before{content:"";display:flex;width:100%;height:.1rem;background-color:#eceff3;margin-block:5rem}.landing-banks{position:relative;z-index:3}.landing-banks_info{padding-top:10rem}.landing-banks_info .landing-banks-exclusive{margin-top:7rem}.landing-banks_info .landing-banks__slide{border:inherit}.landing-banks_info .landing-banks__img{display:flex;align-items:center;justify-content:center;overflow:hidden;border:.1rem solid var(--clr-default-200);border-radius:100%;min-width:22rem;min-height:22rem;max-width:22rem;max-height:22rem;-webkit-user-select:none;user-select:none}.landing-banks__title{margin-top:1.6rem;font-weight:600;font-size:4.8rem;line-height:120%;letter-spacing:-.03em;text-align:center;color:var(--clr-default-900)}.landing-banks__subtitle{font-weight:400;font-size:1.6rem;line-height:150%;text-align:center;color:#66707f}.landing-banks__wrapper{margin-top:8rem}.landing-banks__caption{position:absolute;left:50%;top:0;font-weight:400;font-size:1.6rem;line-height:150%;text-align:center;color:#66707f;transform:translate(-50%,-6rem)}.landing-banks__list{display:flex;justify-content:space-between}.landing-banks__list_mt{margin-top:3.2rem}.landing-banks__scroll{overflow:auto}.landing-banks__logo{display:flex;align-items:center;justify-content:center;width:26.7rem;height:8.8rem}.landing-banks__logo a{display:flex}.landing-banks__slider{margin-top:2rem;padding-right:1.5rem;padding-left:1.5rem}.landing-banks__slider_1 .swiper-wrapper{padding-left:10rem}.landing-banks__slide{display:flex;align-items:center;justify-content:center;border:.1rem solid var(--clr-default-200);border-radius:1.2rem;min-width:25rem;min-height:8rem}.landing-banks__img{text-align:center}.landing-banks__img img{max-width:95%}.landing-banks__pagination{display:none}.landing-banks .swiper-horizontal>.swiper-pagination-bullets,.landing-banks .swiper-pagination-bullets.swiper-pagination-horizontal,.landing-banks .swiper-pagination-custom,.landing-banks .swiper-pagination-fraction{max-width:100%}.info-about{padding-top:16rem}.info-about__wrapper{display:flex;flex-direction:column;align-items:center;max-width:83.3rem;margin-inline:auto}.info-about__caption{border-radius:1.2rem;padding:.6rem 1.2rem;width:max-content;background:linear-gradient(137deg,rgba(59,149,255,.12) 0,rgba(24,182,214,.12) 50.83%,rgba(27,207,88,.12) 100%);opacity:.8}.info-about__caption span{font-weight:600;font-size:1.6rem;line-height:150%;letter-spacing:.04em;-webkit-text-fill-color:transparent;text-transform:uppercase;background:linear-gradient(137deg,#3b95ff 0,#18b6d6 50.83%,#1bcf58 100%);-webkit-background-clip:text;background-clip:text}.info-about__img{display:flex;margin-top:2.4rem}.info-about__title{margin-top:2.4rem;font-weight:700;font-size:6.4rem;line-height:112%;letter-spacing:-.02em;text-align:center;color:var(--clr-default-900)}.info-about__text{margin-top:1.6rem;font-weight:400;font-size:1.6rem;line-height:150%;text-align:center;color:var(--clr-default-900)}.info-about__block{display:flex;justify-content:center;margin-top:3.2rem;gap:1.2rem}.info-about__item{display:flex}.rules-requirements{padding-top:5rem}.rules-requirements__wrapper{display:flex;flex-direction:column;gap:1.2rem}.rules-requirements__item{display:flex;flex-direction:column;border:1px solid #eceff3;border-radius:2.4rem;padding:3.2rem 2.4rem;box-shadow:0 -2px 31px 0 rgba(12,17,24,.02),0 -2px 31px 0 rgba(12,17,24,.02),0 -17px 251px 0 rgba(12,17,24,.04);font-weight:600;font-size:2rem;line-height:140%;letter-spacing:-.02em;color:var(--clr-default-900);gap:1.2rem}.rules-requirements__item span{font-weight:400;font-size:1.6rem;line-height:150%;color:var(--clr-default-900)}.rules-requirements__list{margin-left:1rem}.rules-requirements__list li{display:flex;font-weight:400;font-size:1.6rem;line-height:150%;color:var(--clr-default-900);gap:1rem}.rules-requirements__list li::before{content:"";display:flex;margin-top:1rem;border-radius:100%;min-width:.5rem;min-height:.5rem;max-width:.5rem;max-height:.5rem;background-color:var(--clr-default-900)}.rules-forbidden{padding-top:10rem}.rules-forbidden__title{max-width:95rem;font-weight:600;font-size:4.8rem;line-height:120%;letter-spacing:-.03em;text-align:center;color:var(--clr-default-900);margin-inline:auto}.rules-forbidden__text{margin-top:1.6rem;font-weight:400;font-size:1.6rem;line-height:150%;text-align:center;color:var(--gray)}.rules-forbidden__block{display:flex;flex-direction:column;margin-top:5.2rem;border:1px solid #eceff3;border-radius:2.4rem;padding:3.2rem 2.4rem;box-shadow:0 -2px 31px 0 rgba(12,17,24,.02),0 -2px 31px 0 rgba(12,17,24,.02),0 -17px 251px 0 rgba(12,17,24,.04);gap:1.6rem}.rules-forbidden__item{display:flex;align-items:center;font-weight:400;font-size:1.6rem;line-height:150%;color:var(--clr-default-900);gap:.8rem}.rules-forbidden__item::before{content:"";display:flex;min-width:2rem;min-height:2rem;max-width:2rem;max-height:2rem;background-image:url(../img/rules/cross.svg);background-position:center;background-size:cover;background-repeat:no-repeat}.blog-block{padding-top:10rem}.blog-block__wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.blog-block__img{overflow:hidden;border-radius:1.6rem}.blog-block__date{margin-top:2.4rem;font-weight:400;font-size:1.6rem;line-height:150%;color:#66707f}.blog-block__title{display:-webkit-box;overflow:hidden;margin-top:.8rem;font-weight:600;font-size:2.3rem;letter-spacing:-.02em;text-overflow:ellipsis;color:var(--clr-default-900);-webkit-box-orient:vertical;-webkit-line-clamp:2}.blog-block__text{display:-webkit-box;overflow:hidden;margin-top:.8rem;font-weight:400;font-size:1.6rem;line-height:150%;text-overflow:ellipsis;color:#66707f;-webkit-box-orient:vertical;-webkit-line-clamp:2}.blog-block__more{display:flex;align-items:center;margin-top:2.4rem;font-weight:600;font-size:1.6rem;line-height:162%;letter-spacing:-.01em;-webkit-text-fill-color:transparent;background:linear-gradient(137deg,#3b95ff 0,#18b6d6 50.83%,#1bcf58 100%);-webkit-background-clip:text;background-clip:text;gap:.8rem}.blog-block__more::after{content:"";display:flex;min-width:2.4rem;min-height:2.4rem;max-width:2.4rem;max-height:2.4rem;background-image:url(../img/blog-nav/arrow-right.svg);background-position:center;background-size:cover;background-repeat:no-repeat}.blog-block__nav{display:flex;justify-content:center;margin-top:5rem}.blog-block__page-num{display:flex;align-items:center;justify-content:center;border-radius:.8rem;width:4.8rem;height:4.8rem;font-weight:400;font-size:1.6rem;line-height:150%;color:#66707f;transition:box-shadow var(--transition)}.blog-block__page-num:hover{box-shadow:0 -2px 31px 0 rgba(12,17,24,.02),0 -2px 31px 0 rgba(12,17,24,.02),0 -17px 251px 0 rgba(12,17,24,.04)}.blog-block__page-num.current{color:var(--clr-default-100);background:linear-gradient(137deg,#3b95ff 0,#18b6d6 50.83%,#1bcf58 100%)}.blog-post{padding-top:20rem}.blog-post__wrapper{max-width:76.8rem;margin-inline:auto}.blog-post__back{display:flex;align-items:center;width:max-content;font-weight:600;font-size:1.6rem;line-height:162%;letter-spacing:-.01em;color:var(--clr-default-900);gap:.8rem}.blog-post__img{overflow:hidden;margin-top:3.2rem;border-radius:1.6rem;width:max-content}.blog-post__date{margin-top:1.2rem;font-weight:400;font-size:1.6rem;line-height:150%;color:#66707f}.blog-post__title{margin-top:1.2rem;font-weight:600;font-size:4rem;line-height:120%;letter-spacing:-.02em;color:#171717}.blog-post__text{margin-top:2.4rem}.blog-post__text p{margin-top:1.6rem;font-weight:400;font-size:1.6rem;line-height:150%;color:#171717}.blog-post__text p.bold{padding-top:2rem;font-weight:600;font-size:2rem;line-height:140%;letter-spacing:-.02em}.blog-post__text p.quote{border-left:.2rem solid #000;padding-left:2rem;font-family:var(--second-family);font-weight:400;font-style:italic;font-size:2rem;line-height:140%;color:#000;margin-block:3.6rem}.blog-post__text h2{font-weight:600;font-size:4rem;line-height:120%;letter-spacing:-.02em;color:#171717;margin-block:2.4rem 2rem}.landing-hero-1{margin-top:9rem;border-radius:5.3rem;padding-bottom:0;background-image:url(../img/landing/hero-1-bg.png);background-position:center;background-size:cover;background-repeat:no-repeat;background-color:#0e0a25;margin-inline:1.5rem}.landing-hero-1_wrap .section__btn.header--hide.modal-request{color:var(--clr-default-900);background:0 0}.landing-hero-1_wrap .section__btn.header--hide.modal-request:hover{box-shadow:inherit}.landing-hero-1 .landing-hero__info{margin-inline:auto}.landing-hero-1 .landing-hero__caption{justify-content:center}.landing-hero-1 .landing-hero__text,.landing-hero-1 .landing-hero__title{text-align:center}.landing-hero-1 .landing-hero__block{justify-content:center}.landing-hero-1 .landing-hero__slider{position:static;z-index:0;margin-right:initial;margin-left:0;min-height:61rem;max-width:37rem;transform:none}.landing-hero-1 .landing-hero__slide-text{font-weight:500;font-size:1.8rem;line-height:100%;color:#0c1118}.landing-hero-1__block{display:flex;align-items:flex-end;margin-top:7rem;gap:2.5rem}.landing-hero-1__item{display:flex;flex-grow:1;flex-basis:26%;flex-direction:column;border-radius:2.4rem 2.4rem 0 0;padding:2.6rem;background-color:#fff;gap:1.6rem}.landing-hero-1__item_transform{overflow:hidden;max-height:40rem}.landing-hero-1__caption{display:flex;align-items:center;gap:.8rem}.landing-hero-1__balance{display:flex;align-items:center;justify-content:space-between}.landing-hero-1__num{font-weight:600;font-size:3.2rem;line-height:150%;letter-spacing:-.02em;color:#171717}.landing-hero-1__percent{font-weight:600;font-size:1.2rem;line-height:171%;letter-spacing:-.02em;color:#1bcf58}.landing-hero-1-income{display:flex;gap:1rem}.landing-hero-1-income__item{padding:1.2rem}.landing-hero-1-income__caption{display:flex;align-items:center;font-weight:400;font-size:1.2rem;line-height:166%;letter-spacing:-.02em;color:#66707f;gap:1.2rem}.landing-hero-1-income__text{margin-top:.4rem;margin-left:3.2rem;font-weight:500;font-size:1.8rem;line-height:100%;color:#0c1118}.landing-hero-1-exchange{display:flex;align-items:center;justify-content:space-between;margin-top:1.1rem;padding:.75rem}.landing-banks-1{padding-top:7.4rem}.landing-banks-1 .landing-banks__caption{position:static;transform:none}.landing-why-1 .landing-why-item_3 .landing-why-item__text,.landing-why-1 .landing-why-item_3 .landing-why-item__title{max-width:31rem}.landing-why-1 .landing-why-item_3 .landing-why-item__img img{left:inherit;right:3rem;top:3rem;width:auto}.landing-why-1 .landing-why-item{height:38rem}.landing-why-1 .landing-why-item_4 .landing-why-item__text,.landing-why-1 .landing-why-item_4 .landing-why-item__title{max-width:29rem}.landing-who-1 .landing-who__num{background-color:#fff}.landing-who-1 .landing-who__linear{border-radius:1.2rem;padding:.1rem;background-image:var(--gradient)}.landing-who-1 .landing-who__linear .landing-who__num span{-webkit-text-fill-color:transparent;background:linear-gradient(137deg,#3b95ff 0,#18b6d6 50.83%,#1bcf58 100%);-webkit-background-clip:text;background-clip:text}.landing-who-1 .landing-who__stick .landing-who__left{height:100%}.landing-who-1 .landing-who__stick .landing-who__left::after{background-image:var(--gradient)}.landing-hero-2{background-image:url(../img/landing/hero-2-bg.png);background-position:center;background-size:cover;background-repeat:no-repeat}.landing-hero-2 .landing-hero__info{max-width:81rem;color:#0c1118;margin-inline:auto}.landing-hero-2 .landing-hero__caption{justify-content:center;color:#0c1118}.landing-hero-2 .landing-hero__title{font-weight:600;font-size:6.4rem;line-height:112%;letter-spacing:-.02em;text-align:center;color:#0c1118}.landing-hero-2 .landing-hero__text{max-width:40rem;text-align:center;color:#66707f;margin-inline:auto}.landing-hero-2 .landing-hero__block{justify-content:center}.landing-hero-2 .landing-hero__look{color:#0c1118}.landing-banks-2 .landing-banks__slide{border:none}.header__lang{display:flex;align-items:center;margin-left:5rem;padding:1rem 1.8rem;font-weight:500;font-size:1.4rem;letter-spacing:-.02em;color:#000;gap:.8rem}.header__lang path{stroke:#000}.landing-hero-3 .landing-hero__info{max-width:78rem}.landing-hero-3 .landing-hero__text{max-width:55rem}.landing-banks-3 .landing-banks__slide{border:none}@media (min-width:68.8125em){.menu__btn{display:none}}@media (min-width:75.0625em){.benifits__img{position:absolute;right:0;top:50%;max-width:50vw;transform:translateY(-50%)}}@media (max-width:75em){.container{padding-right:1.5rem;padding-left:1.5rem}.header .section__btn,.header__btn{margin-left:1.5rem}.footer__top{padding-right:5rem;padding-left:5rem}.footer__middle-list{grid-gap:2.5rem 3rem}.hero__info{max-width:67rem}.payment__decor{bottom:-6rem}.benifits__wrapper{flex-direction:column}.benifits__list{grid-template-columns:repeat(3,1fr)}.support__item+.support__item{margin-left:2rem}.plug__item::before{left:1.5rem;top:1.5rem}.plug__item{padding:6.5rem 1.5rem 1.5rem}.partners__list{grid-gap:1.5rem}.about__wrapper{flex-direction:column}.about__info,.about__inner{flex:initial}.about__inner{margin-right:initial;margin-bottom:3rem}.about__inner-img{margin-right:auto;margin-left:auto}.about__inner-bottom{justify-content:center}.blog__list{grid-gap:2rem}.info-about__title{font-size:5rem}}@media (max-width:75em) and (max-width:56.25em){.info-about__title{font-size:3rem}}@media (max-width:62em){.footer__wrapper{flex-direction:column;align-items:center}.footer__form{margin-right:initial;max-width:initial}.footer__list{display:grid;grid-gap:1.5rem;grid-template-columns:repeat(2,1fr);margin-top:3rem;max-width:initial}.footer__item{flex-direction:row;align-items:center}.footer__item-img{margin-right:1.5rem;max-width:2.4rem}.footer__item+.footer__item{margin-top:initial}.footer__middle{flex-wrap:wrap}.footer__middle-list{margin-right:initial}.footer__middle-social{flex-grow:1;flex-basis:100%;margin-top:4rem}.footer__middle-social-title{margin-bottom:2.5rem}.modal__content{padding:2rem;min-height:30rem}.modal__close{right:2rem;top:2rem}.modal__img{margin-right:1.5rem}.banks,.products{padding-top:8rem}.products__list{gap:2rem}.products__item::before{bottom:1rem}.products__item a{padding:1.5rem 1.5rem 3rem 1.6rem}.payment__wrapper{flex-direction:column}.payment__img{margin-right:initial;margin-bottom:2rem}.payment__decor{bottom:1rem}.payment__info{max-width:initial}.qiwi{padding-top:7rem;padding-bottom:4.5rem}.qiwi__wrapper{flex-direction:column}.qiwi__img{margin-right:initial;margin-bottom:2rem}.qiwi__info{max-width:initial}.support__item{justify-content:center}.plug__list{display:grid;grid-gap:1.5rem;grid-template-columns:repeat(2,1fr);margin-top:3rem;margin-bottom:3rem}.reviews__slide{padding:1.5rem}.offer__wrapper{flex-direction:column}.offer__img{margin-top:3rem;margin-left:initial}.offer__info{max-width:initial}.work{padding-top:4.5rem;padding-bottom:9rem}.blogOne{padding-top:13rem}.blogOne__wrapper{margin-top:4rem}.blogOne__info{padding:1.5rem}.blog{padding-bottom:14rem}.blog__list{grid-template-columns:repeat(2,1fr)}.blog__item-img{max-width:100%}.calendar{padding-block:11rem}.speaker__wrapper{flex-direction:column-reverse}.speaker__info{flex-basis:auto;margin-top:3rem}.subscribe__img picture{width:30rem}.events-info__inner{padding-block:14rem 8rem}.events-speaker__wrapper{flex-direction:column-reverse}.events-speaker__info{flex-basis:auto;margin-top:3rem}}@media (max-width:55em){.landing-hero__bottom{display:none}.landing-banks{padding-top:5rem}.landing-banks__caption{position:static;transform:translate(0)}}@media (max-width:48em){.events-online__wrapper{flex-direction:column}.events-online__text{margin-block:2rem}.calendar,.subscribe{padding-block:8rem}.subscribe__img picture{width:27rem}.events-info__inner{padding-block:12rem 7rem}.events-info__list{flex-direction:column}.events-topic{padding-block:8rem}.events-topic__wrapper{flex-direction:column-reverse}.events-topic__img,.events-topic__info{flex-basis:100%}.events-about{padding-block:8rem}.events-about__video iframe{width:55.7rem;height:37.8rem}.events-speaker__line{padding-bottom:6rem}}@media (max-width:40em){.works__list{display:block}.works__item:first-child,.works__item:last-child{min-height:35rem}.works__item-info{max-width:initial}.works__item-text{max-width:29.5rem;max-width:19.5rem}.works__item--2 .works__item-img{right:-4rem!important;bottom:-1rem!important;max-width:17.1rem!important}.works__item--4 .works__item-img{right:-11rem!important;max-width:23.4rem!important}.works__item+.works__item{margin-top:1.5rem}}@media (max-width:36em){.header .section__btn,.header__btn{max-width:initial!important}.footer__form{padding:3rem 1.5rem!important}.footer__list{display:block}.footer__item{justify-content:center}.footer__item+.footer__item{margin-top:2.5rem}.footer__middle-list{grid-template-columns:repeat(2,1fr)}.hero__slide{max-height:8rem}.payment__decor{right:0!important;bottom:3rem!important;max-width:10.7rem!important}.benifits__list{grid-template-columns:repeat(2,1fr)}.support__item{justify-content:initial}.plug__list{display:block}.plug__item+.plug__item{margin-top:1.5rem}.reviews{padding-top:4.5rem;padding-bottom:9rem}.reviews__slider{margin-bottom:3rem}.reviews__btns{display:none}.blog__list{display:block}.blog__item+.blog__item{margin-top:1.5rem}.blog__pagination{display:none}.blog__btn{display:inline-flex;margin-top:4rem;margin-right:auto;margin-left:auto;width:100%;min-width:initial}.speaker__wrapper{padding-left:0}.events-info__inner{padding-block:10rem 5rem}.events-about__video iframe{width:32rem;height:21.7rem}.events-speaker__wrapper{padding-left:0}.landing-hero__slide{max-height:8rem}.landing-banks__list_mt{margin-top:2.4rem}.landing-banks__logo{width:14.5rem;height:4.8rem}.landing-banks__logo a svg{width:100%}}@media (max-width:25em){.media__slide{transform:scale(.95);transition:transform var(--transition)}.media__slide.swiper-slide-active{transform:scale(1);transition:transform var(--transition)}.media__btn{margin-top:2rem;margin-left:initial;width:100%;min-width:initial;max-width:initial}.birthday-conditionals__text{font-size:1.3rem}.landing-footer__menu li{flex-basis:100%}}@media (max-width:87.5em){.benifits__list{grid-gap:2rem}}@media (max-width:81.25em){.menu__item+.menu__item{margin-left:1.5rem}.header{border-bottom:initial}.footer::after,.footer::before,.header .container__line,.hero__inner::after,.hero__inner::before,.support::after,.support::before,.support__wrapper::after,.support__wrapper::before{display:none}.works__item{padding:1.5rem}.birthday-footer::after,.birthday-footer::before,.birthday__inner::after,.birthday__inner::before,.events-info__inner::after,.events-info__inner::before,.events-online__inner::after,.events-online__inner::before,.events-speaker::after,.events-speaker::before,.speaker::after,.speaker::before{display:none}}@media (max-width:76.5625em){.landing-banks__list{overflow-x:auto;width:122rem}}@media (max-width:76.5625em) and (max-width:36em){.landing-banks__list{width:100rem}}@media (max-width:74.0625em){.landing-who__info{max-width:60rem}}@media (max-width:74.0625em) and (max-width:61.875em){.landing-who__info{margin-left:0;border:1px solid #e8ebef;border-radius:2.4rem;padding:2.2rem;width:100%;max-width:75.4rem;box-shadow:0 -2px 31px 0 rgba(12,17,24,.02),0 -2px 31px 0 rgba(12,17,24,.02),0 -17px 251px 0 rgba(12,17,24,.04)}}@media (max-width:71.875em){.landing-support__img{width:60%}}@media (max-width:70.625em){.birthday-footer-privacy{flex-wrap:wrap}.birthday-footer-privacy__rights{margin-left:0}}@media (max-width:68.75em){.menu__list{flex-direction:column;align-items:initial;margin-top:11rem;margin-bottom:2rem;width:100%}.menu__item+.menu__item{margin-top:3rem;margin-left:initial}.menu__link{font-size:2rem;color:var(--clr-default-100)}.menu{position:fixed;right:-100%;top:0;z-index:10;display:flex;flex-direction:column;overflow:auto;padding-right:1.5rem;padding-bottom:3rem;padding-left:10rem;width:100%;height:100%;background-image:linear-gradient(225.52deg,#003a5a .89%,#000c3d 100%);transition:right var(--transition)}.menu--active{right:0;transition:right var(--transition)}.burger{position:relative;z-index:15;display:block;width:2.4rem;height:2rem;background-color:transparent}.burger span,.burger::after,.burger::before{content:"";position:absolute;left:0;border-radius:1.5rem;width:100%;height:.3rem;background-image:var(--gradient)}.burger::before{top:0;transition:transform var(--transition),top var(--transition)}.burger::after{left:initial;right:0;bottom:0;width:60%;transition:transform var(--transition),bottom var(--transition)}.burger span{top:.85rem;transition:transform var(--transition)}.burger--active::before{top:.85rem;transform:rotate(45deg);transition:transform var(--transition),top var(--transition)}.burger--active::after{bottom:.8rem;width:100%;transform:rotate(-45deg);transition:transform var(--transition),bottom var(--transition)}.burger--active span{transform:scale(0);transition:transform var(--transition)}.header--fixed{min-height:6rem}.header--fixed .menu__link{color:var(--clr-default-100)}.header{padding-top:1.5rem;padding-bottom:1.5rem}.header--hide{display:none}.header .section__btn,.header__btn{margin-left:initial;max-width:32rem}.footer__top{padding-right:initial;padding-left:initial}.index .header--fixed .menu__link{color:var(--clr-default-100)}.hero::after{height:40rem}.hero__wrapper{flex-direction:column;align-items:center}.hero__info{margin-bottom:2rem;max-width:initial}.hero__text{max-width:initial}.hero__slider{margin-left:initial}.hero__img{align-self:initial}.works__list{grid-template-columns:repeat(2,1fr)}.works__item--1{grid-row:1/3}.works__item--6{grid-column:-1/2;grid-row:3/5}.works__item--6 .works__item-img{top:initial;bottom:-.5rem}.events-online__inner{padding-top:6rem}.events-online__wrapper{flex-direction:column;padding-bottom:0}.events-online__text{max-width:initial}.events-online__img{position:static;margin-top:4rem;width:100%}.events-online__img picture{margin-inline:auto}.birthday-header .header--hide{display:flex}.birthday::after{height:40rem}.birthday__text{max-width:initial}.landing-page .header--fixed .menu__link{color:var(--clr-default-100)}.landing-hero{padding-bottom:0}.landing-hero__info{max-width:100%}.landing-hero__slider{position:static;margin-top:4rem;margin-left:initial;transform:translateX(0);margin-inline:auto}.landing-who__img{max-width:60rem}.landing-product__info{max-width:40rem}.landing-product__caption{font-size:2rem}.landing-product__text{font-size:1.4rem}.landing-hero-1{padding-bottom:3rem}.landing-hero-1 .landing-hero__slider{margin-top:0}.landing-hero-1__block{flex-direction:column;align-items:center}.landing-hero-1__item{flex-direction:column;border-radius:2.4rem;padding:1.6rem;width:100%;max-width:43rem}}@media (max-width:68.75em) and (max-width:36em){.menu{padding-left:1.5rem}}@media (max-width:68.75em) and (max-width:32.5em){.birthday-header .header--hide{display:none}}@media (max-width:68.75em) and (max-width:61.875em){.landing-who__img{position:static;overflow:hidden;border:1px solid #e8ebef;border-radius:2.4rem;width:inherit;max-width:100%;box-shadow:0 -2px 31px 0 rgba(12,17,24,.02),0 -2px 31px 0 rgba(12,17,24,.02),0 -17px 251px 0 rgba(12,17,24,.04)}}@media (max-width:68.75em) and (max-width:56.25em){.landing-product__info{margin-left:0;border:1px solid #e8ebef;border-radius:2.4rem;padding:2.2rem;max-width:62.5rem;box-shadow:0 -2px 31px 0 rgba(12,17,24,.02),0 -2px 31px 0 rgba(12,17,24,.02),0 -17px 251px 0 rgba(12,17,24,.04)}}@media (max-width:68.75em) and (max-width:30em){.landing-hero-1__item{border-radius:1rem;padding:.8rem}}@media (max-width:65.625em){.events-about__wrapper{flex-direction:column}.events-about__info{margin-top:5rem}.birthday-grid__item::after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.45)}.birthday-grid-info__text{color:var(--clr-default-100)}}@media (max-width:61.875em){.landing-who__block{display:flex;flex-direction:column;align-items:center;border:inherit;border-radius:inherit;box-shadow:inherit;gap:2rem}.landing-who__info_info{max-width:63rem}.landing-who-cover{flex-wrap:wrap;max-width:75.4rem;margin-inline:auto}.landing-who-cover_info{max-width:63rem}}@media (max-width:60.625em){.landing-solutions__item{flex-basis:34%;padding:3rem 1.5rem;max-width:35rem}}@media (max-width:60.625em) and (max-width:35.9375em){.landing-solutions__item{flex-basis:100%}}@media (max-width:59.375em){.landing-form__block{flex-direction:column}.landing-form__info{width:100%}.landing-why-1 .landing-why-item_3 .landing-why-item__img img{position:static;margin-top:3rem}}@media (max-width:56.25em){.landing-support__wrapper{display:flex;flex-direction:column-reverse;align-items:center;border:inherit;border-radius:inherit;box-shadow:inherit;gap:2rem}.landing-support__info{margin-left:0;border:1px solid #e8ebef;border-radius:2.4rem;padding:2.2rem;width:100%;max-width:100%;box-shadow:0 -2px 31px 0 rgba(12,17,24,.02),0 -2px 31px 0 rgba(12,17,24,.02),0 -17px 251px 0 rgba(12,17,24,.04)}.landing-support__title{font-size:2.5rem}.landing-support__name{font-size:1.8rem}.landing-support__img{position:static;overflow:hidden;border:1px solid #e8ebef;border-radius:2.4rem;width:inherit;box-shadow:0 -2px 31px 0 rgba(12,17,24,.02),0 -2px 31px 0 rgba(12,17,24,.02),0 -17px 251px 0 rgba(12,17,24,.04)}.landing-who__caption{font-size:2.5rem}.landing-who__item{gap:2rem}.landing-product__block{display:flex;flex-direction:column;align-items:center;border:inherit;border-radius:inherit;box-shadow:inherit;gap:2rem}.landing-product__img{position:static;overflow:hidden;border:1px solid #e8ebef;border-radius:2.4rem;box-shadow:0 -2px 31px 0 rgba(12,17,24,.02),0 -2px 31px 0 rgba(12,17,24,.02),0 -17px 251px 0 rgba(12,17,24,.04)}.rules-requirements__item{font-size:1.8rem}.blog-block__wrapper{grid-template-columns:repeat(2,1fr)}}@media (max-width:56.25em) and (max-width:31.25em){.landing-support__name{font-size:1.4rem}.blog-block__wrapper{grid-template-columns:repeat(1,1fr)}}@media (max-width:56.25em) and (max-width:37.5em){.rules-requirements__item{font-size:1.6rem}}@media (max-width:51.25em){.landing-hero-2 .landing-hero__title,.landing-hero__title{font-size:4rem}}@media (max-width:47.9375em){.section__list--mark li{padding-left:1.5rem}.section__list--mark li::before{left:0}.section__item--num{padding-left:1.5rem}.section__item--num::before{left:0}.section__item--num .section__list--mark li{transform:translateX(-.5rem)}.footer{padding-top:6rem;padding-bottom:6rem}.footer .section__text{margin-top:1.5em;margin-bottom:3rem}.footer__form{padding:4rem 2rem}.footer__middle::before{left:-10rem;margin-top:6rem}.footer__middle{display:block;margin-top:12rem}.footer__middle-list{margin-top:4rem;margin-left:initial}.footer__bottom{margin-top:5rem}.modal__content{flex-direction:column;align-items:center;text-align:center}.modal__img{margin-right:initial;margin-bottom:2rem;max-width:8rem}.modal__info{max-width:initial}.hero__inner{padding-top:12rem}.hero__item+.hero__item{margin-left:1.5rem}.hero__slider{height:34rem;transform:translateY(5rem)}.banks{padding-top:6rem}.banks__slide{min-width:initial}.banks__pagination{display:flex;flex-wrap:wrap;justify-content:center;row-gap:1rem}.products__list{grid-template-columns:1fr}.products__item-image{min-height:5rem}.payment{padding-top:3.5rem}.payment__decor{right:-2rem;max-width:14.7rem}.payment .section__text{margin-top:1.5rem;margin-bottom:2.5rem}.payment__list{display:none}.payment__item+.payment__item{margin-left:1.5rem}.media{margin-top:6rem;padding-top:6rem;padding-bottom:6rem}.media__slider{margin-top:2rem}.media__title{margin-top:2.5rem;margin-bottom:1rem}.qiwi .section__text{margin-top:1.5rem;margin-bottom:2.5rem}.benifits{padding-top:4.5rem;padding-bottom:9rem}.benifits__list{grid-gap:1.5rem;margin-top:5rem}.support{padding-top:6rem;padding-bottom:6rem}.support__list{display:block;margin-top:3rem}.support__item-img{margin-right:1rem;max-width:2.4rem}.support__item+.support__item{margin-top:2.5rem;margin-left:initial}.plug{padding-top:9rem;padding-bottom:4.5rem}.partners{padding-top:4.5rem;padding-bottom:4.5rem}.partners__inner{flex-direction:column}.partners__inner::before{top:-2rem}.partners__list{grid-gap:3rem;grid-template-columns:repeat(2,1fr);margin-top:5rem;margin-left:initial}.works{padding-top:4.5rem;padding-bottom:4.5rem}.works__item--2 .works__item-img{right:-5rem;bottom:0;max-width:13rem}.works__item--4 .works__item-img{right:-12rem;max-width:20rem}.works__item--5 .works__item-img{right:-1.5rem}.about{padding-top:10rem;padding-bottom:4.5rem}.about__wrapper{margin-top:3rem}.about__inner-bottom{margin-top:1.5rem}.about__inner-bottom-title{display:none}.offer{padding-top:4.5rem;padding-bottom:4.5rem}.work__wrapper{flex-direction:column}.work__img{margin-top:3rem;margin-left:initial}.blogOne{padding-top:9rem;padding-bottom:2rem}.blogOne__wrapper{display:none}.blog{padding-top:2rem;padding-bottom:9rem}.blog__pagination{margin-top:4rem}.faq{padding-top:10rem;padding-bottom:9rem}.faq .section__text{margin-bottom:3rem}.faq__wrapper{max-width:initial}.faq__input{margin-bottom:2.5rem}.faq__item-title{padding-right:3rem;padding-bottom:1.5rem}.faq__item-img{margin-top:1.5rem}.faq__item--active .faq__item-body{padding-top:1.5rem}.faq__item+.faq__item{margin-top:3rem}.dear{padding-top:9rem;padding-bottom:9rem}.dear .section__text{margin-top:2rem;margin-bottom:2rem}.dear .section__text+.section__title--small{margin-top:3rem}.article{padding-top:11rem;padding-bottom:9rem}.article__top{margin-top:5rem}.article__img{margin-top:3rem;margin-bottom:3rem}.article__img img{border-radius:1rem}.article .section__text{margin-top:1.5rem;margin-bottom:3rem}.birthday__inner{padding-top:12rem}.birthday-footer__wrapper::before{left:-10rem;margin-top:6rem}.landing-reviews__slider_1 .swiper-wrapper{padding-left:0}.landing-banks_info .landing-banks__img{min-width:12rem;min-height:12rem;max-width:12rem;max-height:12rem}.landing-banks__slide{min-width:initial}.landing-banks__pagination{display:flex;flex-wrap:wrap;justify-content:center;row-gap:1rem}}@media (max-width:45.625em){.landing-why__title{font-size:3rem}.landing-why-item{flex-basis:100%;padding:2rem 1.8rem;height:45rem;max-width:40rem;margin-inline:auto}.landing-why-item_3{height:40rem}.landing-why-item_4{height:50rem}.landing-solutions__title,.landing-who__title{font-size:3rem}.landing-who__subtitle{font-size:1.4rem}.landing-form__title{font-size:3rem}.landing-product__title{flex-direction:column;font-size:3rem;gap:0}.rules-forbidden__title{font-size:3rem}}@media (max-width:43.75em){.birthday-footer{padding-bottom:5rem}.birthday-footer-privacy{margin-top:5rem}.blog-post__title{font-size:3rem}.blog-post__text p{font-size:1.4rem}.blog-post__text p.bold,.blog-post__text p.quote{font-size:1.7rem}.blog-post__text h2{font-size:2.7rem}}@media (max-width:41.25em){.birthday-conditionals__swiper{padding-inline:2rem}.birthday-conditionals__next,.birthday-conditionals__prev{top:80%}}@media (max-width:41.25em) and (max-width:31.25em){.birthday-conditionals__swiper{padding-inline:0}}@media (max-width:37.5em){.birthday__text{margin-block:2rem}.birthday__text span{margin-top:1rem}.birthday-grid{grid-template-columns:1fr;grid-template-rows:repeat(4,1fr)}.birthday-grid__item_1{grid-area:1/1/2/2}.birthday-grid__item_2{grid-area:2/1/3/2}.birthday-grid__item_3{grid-area:3/1/4/2}.birthday-grid__item_4{grid-area:4/1/5/2}.birthday-conditionals{padding-block:8rem}.birthday-conditionals .swiper-slide{padding:3rem}.birthday-conditionals__caption{font-size:2.5rem}.rules-requirements__item span,.rules-requirements__list li{font-size:1.4rem}}@media (max-width:35.9375em){.products__title{margin-bottom:3rem}.products__item-top{padding-bottom:1.5rem}}@media (max-width:35.4375em){.subscribe__img picture{width:24rem}}@media (max-width:32.5em){.landing-product-tab{flex-direction:column}.landing-product-tab__item{width:100%}}@media (max-width:31.25em){.header .landing-header__logo svg{width:15rem}.landing-page .header__lang{margin-left:0;padding:1rem}.landing-support__ico{min-width:3.5rem;max-width:3.5rem}.landing-support__caption{font-size:1.4rem}.landing-who__name{font-size:1.8rem}.landing-who__text{font-size:1.4rem}.landing-who-cover__caption{font-size:1.8rem}.landing-who-cover__text{font-size:1.4rem}.landing-form__name{font-size:1.6rem}.landing-form__text{font-size:1.4rem}.landing-form-wrap{padding:2rem}.landing-form-wrap__select{width:100%}.landing-form-wrap__contact{flex-direction:column-reverse}.landing-form-wrap .checkbox-label{font-size:1.4rem}.landing-hero-1{border-radius:2.3rem}.landing-hero-1 .landing-hero__slide{padding:0}.landing-hero-1 .landing-hero__slide::after{right:.5rem}.header__lang{margin-left:0;padding:1rem}}@media (max-width:28.75em){.hero__list{justify-content:space-between}.hero__btns{flex-direction:column}.hero__link{margin-top:2.5rem;margin-left:initial}.payment .section__btn{width:100%}.plug .section__btn,.qiwi .section__btn{width:100%;min-width:initial}}@media (max-width:26.25em){.footer__item{justify-content:start}.hero__slide{min-width:30rem}.payment__decor{right:-1rem!important;bottom:-2rem!important}.landing-hero__slide{min-width:100%}}@media (max-width:75em) and (min-width:47.9375em){.benifits__title{text-align:center}}@media (hover){.section__btn:hover{box-shadow:1px 1px 25px rgba(54,209,220,.45);transition:box-shadow var(--transition)}.menu__link:hover::after{width:100%;transition:width .6s ease-out .3s}.header--fixed .header__btn:hover{color:var(--clr-default-100);transition:color var(--transition)}.header__btn:hover::before{opacity:0;transition:opacity var(--transition)}.header__btn:hover::after{opacity:1;visibility:visible;transition:opacity var(--transition),visibility var(--transition)}.footer__middle-social-link:hover::after,.footer__middle-social-link:hover::before{transition:opacity var(--transition)}.footer__middle-social-link:hover::after{opacity:1}.footer__middle-social-link:hover::before{opacity:0}.footer__middle-social-link:hover svg defs stop:first-child,.footer__middle-social-link:hover svg defs stop:last-child{stop-color:var(--clr-default-100);transition:stop-color var(--transition)}.hero__link:hover::after{width:100%;transition:width .6s ease-out .3s}.products__item:hover{background-color:var(--clr-default-180);transition:background-color var(--transition)}.products__item:hover::before{right:1.5rem;transition:right var(--transition)}.media__btn:hover{color:#041b28;transition:color var(--transition)}.about__social-link:hover{transform:translateY(-7px);transition:transform var(--transition)}.blog__item:hover .blog__item-title a{color:var(--primary-400);transition:color var(--transition)}.blog__pagination-btn--left .blog__pagination-arrow:hover{transform:translateX(-.7rem)}.blog__pagination-btn--left:hover .blog__pagination-arrow{transform:translateX(-.7rem);transition:transform var(--transition)}.blog__pagination-btn--right:hover .blog__pagination-arrow{transform:translateX(.7rem) rotate(-180deg);transition:transform var(--transition)}.blog__pagination-btn--disabled.blog__pagination-btn--left:hover .blog__pagination-arrow{transform:initial}.blog__pagination-btn--disabled.blog__pagination-btn--right:hover .blog__pagination-arrow{transform:rotate(-180deg)}}