@charset "UTF-8";:root{--white: #ffffff;--black: #252d3d;--yellow: #ffd461;--font-family: "ProximaNova", sans-serif;--font-size: 16px}*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400}html{scroll-behavior:smooth}html.scroll-mandatory{scroll-snap-type:y mandatory}html.with-modal{overflow:hidden!important;overscroll-behavior:none}body{position:relative;overflow-x:hidden;background-color:#fff;font-family:var(--font-family);scroll-behavior:smooth!important}body.with-modal{overflow:hidden!important;overscroll-behavior:none}.container{width:100%;max-width:1310px;margin:0 auto}@media screen and (max-width: 768px){.container--mobile{padding-left:15px;padding-right:15px}}.wrapper{width:100%;max-width:1130px;padding:0 15px;margin:0 auto}@font-face{font-family:ProximaNova;font-style:normal;font-weight:900;font-display:swap;src:url(../fonts/ProximaNova/ProximaNova-Black.woff) format("woff")}@font-face{font-family:ProximaNova;font-style:normal;font-weight:700;font-display:swap;src:url(../fonts/ProximaNova/ProximaNova-Bold.woff) format("woff")}@font-face{font-family:ProximaNova;font-style:normal;font-weight:600;font-display:swap;src:url(../fonts/ProximaNova/ProximaNova-Semibold.woff) format("woff")}@font-face{font-family:ProximaNova;font-style:normal;font-weight:400;font-display:swap;src:url(../fonts/ProximaNova/ProximaNova-Regular.woff) format("woff")}@font-face{font-family:ProximaNova;font-style:normal;font-weight:300;font-display:swap;src:url(../fonts/ProximaNova/ProximaNova-Light.woff) format("woff")}*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.btn{width:100%;display:flex;justify-content:center;align-items:center;column-gap:20px;min-height:60px;padding:15px 32px;text-decoration:none;border-radius:10px;border:none;background:#252d3d;transition:box-shadow .3s;cursor:pointer}.btn span{color:#fff;font-family:var(--font-family);font-size:18px;font-style:normal;font-weight:700;line-height:1.2}.btn:hover,.btn:active{box-shadow:inset 0 0 0 36px green}.checkbox{display:inline-block;padding-top:0;padding-left:32px;position:relative;color:#232a36;font-family:var(--font-family);font-size:15px;font-style:normal;font-weight:400;line-height:1.1}.checkbox a{text-decoration:underline;color:#e30713}.checkbox a:hover{text-decoration:none}.checkbox input{display:none}.checkbox span{font-size:15px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}@media screen and (max-width: 620px){.checkbox span{font-size:13px}}.checkbox span:before{background:#fff;content:"";cursor:pointer;position:absolute;top:0;left:0;height:22px;width:22px;border:1px solid #BEBEBE;border-radius:3px}.checkbox span:after{background-color:transparent;border-bottom:3px solid;border-right:3px solid;content:"";color:#fff;cursor:pointer;opacity:0;position:absolute;top:2px;left:7px;transform:rotate(45deg);transition:ease .3s;height:15px;width:8px}.checkbox input:checked+span:after{opacity:1}.checkbox input:checked+span:before{background-color:#e30713;border:1px solid #E30713}.checkbox-wrapper .error{display:block;padding-bottom:4px;color:#e30713}.form{padding:60px;width:90vw;max-height:100vh;max-height:100dvh;overflow-y:auto;max-width:1100px}@media screen and (max-width: 992px){.form{padding:30px}}@media screen and (max-width: 620px){.form{padding:30px 15px}}.form__title{display:block;margin-bottom:10px;color:#232a36;font-family:var(--font-family);font-size:52px;font-style:normal;font-weight:700;line-height:100%}@media screen and (max-width: 992px){.form__title{font-size:34px}}@media screen and (max-width: 767px){.form__title{font-size:28px}}.form__subtitle{display:block;margin-bottom:48px;color:#232a36;font-family:var(--font-family);font-size:23px;font-style:normal;font-weight:700;line-height:110%}@media screen and (max-width: 992px){.form__subtitle{font-size:18px}}@media screen and (max-width: 767px){.form__subtitle{margin-bottom:20px}}.form label .error{color:#e30713}.form__input{display:flex;width:100%;padding:14px;border-radius:5px;min-height:60px;border:1px solid #BEBEBE;background-color:#f7f7f8;color:#000;font-family:var(--font-family);font-size:17px;font-style:normal;font-weight:400;line-height:120%}.form__input::placeholder{color:#7a7a7a;font-family:var(--font-family);font-size:17px;font-style:normal;font-weight:400;line-height:120%}@media screen and (max-width: 767px){.form__input{min-height:40px;padding:10px}}.form fieldset{display:grid;grid-template-columns:1fr 1fr 1fr;column-gap:20px;padding:0;margin:0 0 20px;border:none}@media screen and (max-width: 767px){.form fieldset{grid-template-columns:1fr;row-gap:20px}}@media screen and (max-width: 620px){.form fieldset{grid-template-columns:1fr;row-gap:10px;margin-bottom:10px}}.form textarea{width:100%;max-width:100%;height:220px;margin-bottom:30px}@media screen and (max-width: 767px){.form textarea{height:100px}}.form__footer{display:flex;align-items:center;column-gap:30px}@media screen and (max-width: 767px){.form__footer{flex-direction:column-reverse;align-items:flex-start;row-gap:30px}}.form__button{width:fit-content;flex-shrink:0}@media screen and (max-width: 620px){.form__button{width:100%}}.confirmation{padding:5vw;width:90vw;max-width:1100px;height:290px;display:flex;flex-direction:column;row-gap:10px;justify-content:center;align-items:center}.confirmation__title{color:#232a36;font-family:var(--font-family);font-size:52px;font-style:normal;font-weight:700;line-height:100%;text-align:center}@media screen and (max-width: 992px){.confirmation__title{font-size:34px}}@media screen and (max-width: 767px){.confirmation__title{font-size:28px}}.confirmation__text{color:#232a36;font-family:var(--font-family);font-size:23px;font-style:normal;font-weight:700;line-height:100%;text-align:center}@media screen and (max-width: 992px){.confirmation__text{font-size:18px}}.radio-container{display:block;position:relative;padding-left:30px;margin-right:15px;cursor:pointer;font-size:16px;line-height:24px}.radio-container input{position:absolute;opacity:0;cursor:pointer}.radio-checkmark{position:absolute;top:2px;left:0;height:20px;width:20px;background-color:#fff;border:1px solid #85878C;border-radius:50%}.radio-container input:checked~.radio-checkmark{background-color:#fff;border-color:#359059}.radio-container input:checked~.radio-checkmark:after{content:"";position:absolute;display:block;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;border-radius:50%;background:#359059}.header{position:fixed;top:0;z-index:15;width:100%;background-color:transparent;transition:background-color .3s ease}.header.isPinned{background-color:#4b9fc7}.header.isPinned .header__inner{padding:10px 0 5px}.header__inner{display:flex;justify-content:space-between;align-items:center;padding:20px 0}.header__logo-wrapper{width:234px;height:40px}.header__logo-wrapper img{width:100%;height:100%;object-fit:contain}@media screen and (max-width: 576px){.header__logo-wrapper{order:-1;width:fit-content}}.header__menu{position:relative;display:flex;align-items:center;column-gap:9px;font-family:var(--font-family);font-size:18px;line-height:1.2}.header__menu-burger-icon{width:40px;height:40px}.header-logo{display:block}@media screen and (max-width: 768px){.header-logo{display:none}}.header-logo--mobile{display:none}@media screen and (max-width: 768px){.header-logo--mobile{display:block}}.dropdown{background-color:#fff}.hero{position:relative;width:100%;aspect-ratio:1.9591836735;padding-top:183px;max-height:980px;scroll-snap-align:start}@supports not (aspect-ratio: calc(1920 / 980)){.hero:before{content:"";float:left;padding-top:calc(980 / 1920 * 100%)}.hero:after{content:"";display:block;clear:both}}@media screen and (max-width: 992px){.hero{padding-top:147px;max-height:unset}}.hero:after{content:"";position:absolute;bottom:-2px;width:100%;height:46px;background-image:url("data:image/svg+xml,%0A%3Csvg viewBox='0 0 1920 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.90735e-06 39C1.90735e-06 39 584.787 0 960 0C1335.21 0 1920 39 1920 39V121.5H-4.57764e-05L1.90735e-06 39Z' fill='white'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:center;background-size:cover}.hero__title{text-align:center;color:#fff;font-family:var(--font-family);font-size:80px;font-style:normal;font-weight:700;line-height:110%;margin-bottom:32px}@media screen and (max-width: 992px){.hero__title{font-size:60px}}@media screen and (max-width: 767px){.hero__title{font-size:45px}}@media screen and (max-width: 480px){.hero__title{font-size:32px}}.hero__bg{position:absolute;object-fit:cover;object-position:top;width:100%;height:100%;top:0;z-index:-1}.sections{display:flex;flex-direction:column;row-gap:70px;margin-bottom:50px;padding:0 15px}@media screen and (max-width: 767px){.sections{row-gap:30px}}.section{width:100%;padding:100px 90px;border-radius:30px;border:1px solid #f1ece5;background-color:#fff;overflow:hidden}@media screen and (max-width: 1110px){.section{padding:60px 30px}}@media screen and (max-width: 620px){.section{padding:60px 15px}}.section.colored{background-color:var(--yellow);border-color:var(--yellow)}.section__main-text{color:var(--black);font-family:var(--font-family);font-size:18px;font-style:normal;font-weight:400;line-height:1.2}.section__subtitle{display:block;margin-bottom:30px;color:#85878c;font-family:var(--font-family);font-size:14px;font-style:normal;font-weight:700;line-height:1;letter-spacing:.84px;text-transform:uppercase}@media screen and (max-width: 1110px){.section__subtitle{margin-bottom:20px}}.section__title{color:#fff;font-family:var(--font-family);font-size:60px;font-style:normal;font-weight:700;line-height:1}@media screen and (max-width: 1110px){.section__title{font-size:38px;margin-bottom:40px}}@media screen and (max-width: 767px){.section__title{font-size:28px}}.section__banner-wrapper{width:100%}.section__banner-wrapper img{width:100%;height:100%;object-fit:contain}.section__small-text{color:var(--black);font-family:var(--font-family);font-size:18px;font-style:normal;font-weight:400;line-height:1.2}.navigation,.navigation:before{position:absolute;pointer-events:none}.navigation{width:100%;opacity:0;bottom:0;transform:translateY(100%);overflow:hidden;padding-bottom:.75rem;border-radius:0 0 30px 30px}.header__menu--open .navigation{opacity:1;pointer-events:all}@media (max-width: 767.98px){.header__menu--open .navigation{position:fixed;top:0;bottom:0;left:0;right:0;transform:translateY(0);padding:70px 30px 0;background-color:#fff;overflow:initial}}.navigation:before{content:"";top:0;bottom:0;left:0;right:0;background-color:transparent;transition:background-color 0s ease;border-radius:0 0 1.5rem 1.5rem}.navigation ul{z-index:1;list-style-type:none;width:100%;padding:13px 0 0}@media (max-width: 767.98px){.navigation ul{background-color:#fff}}@media (max-width: 1159.98px){.navigation ul{min-width:300px}}@media (max-width: 767.98px){.navigation ul{min-height:calc(100vh - 70px);max-height:calc(100vh - 70px);overflow-x:auto}}@media (max-width: 767.98px){.navigation ul li{width:100%}}.navigation ul li span{display:block;min-width:338px;color:#252d3d;font-family:var(--font-family);font-size:18px;font-weight:400;line-height:120%;text-decoration:none;cursor:pointer;padding:7px 30px;transition:color .2s ease}.navigation ul li span:hover{color:#5ba2c7}@media (max-width: 1159.98px){.navigation ul li span{font-size:16px;padding:10px 30px}}@media (max-width: 767.98px){.navigation ul li span{font-size:18px;padding:10px 0}}.menu-button{display:flex;align-items:center;border-radius:15px;padding:19px 30px;color:#fff;background-color:transparent;font-size:18px;line-height:1.2;height:3.4375rem;gap:1rem;border:none;transition:all .2s ease;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}@media (max-width: 767.98px){.menu-button{position:relative;z-index:10;padding:0}}.menu-button.active{gap:200px;background-color:#fff;border-radius:30px 30px 0 0;border-bottom:1px solid #f1ece5}@media (max-width: 767.98px){.menu-button.active{border-color:transparent}}.menu-button.active .menu-button__text{color:#000}.menu-button.active .menu-button__sandwich:before{background-color:#000}.menu-button.active .menu-button__sandwich:after{background-color:#000}@media (max-width: 767.98px){.menu-button.active{gap:initial}}.menu-button__text{color:#fff;font-family:var(--font-family);font-size:18px;font-style:normal;font-weight:400;line-height:120%}@media screen and (max-width: 400px){.menu-button__text{display:none}}.header--fixed .menu-button__text{color:#fff}@media (max-width: 767.98px){.active .menu-button__text{display:none}}.menu-button__sandwich{height:2px;width:30px;background-color:#fff;position:relative;transition:background-color .1s ease}.menu-button__sandwich:before{content:"";position:absolute;height:2px;background-color:#fff;left:0;right:0;top:-.5rem;transform-origin:center;transition:transform .2s ease}@media (max-width: 1159.98px){.menu-button__sandwich:before{height:2px}}@media (max-width: 767.98px){.menu-button__sandwich:before{height:2px}}.menu-button__sandwich:after{content:"";position:absolute;height:2px;background-color:#fff;left:0;right:0;bottom:-.5rem;transform-origin:center;transition:transform .2s ease}@media (max-width: 1159.98px){.menu-button__sandwich:after{height:2px}}@media (max-width: 767.98px){.menu-button__sandwich:after{height:2px}}.header--fixed .menu-button__sandwich,.header--fixed .menu-button__sandwich:after,.header--fixed .menu-button__sandwich:before{background-color:#fff}.active .menu-button__sandwich{background-color:transparent}.active .menu-button__sandwich:before{transform:rotate(-45deg) translateY(.375rem) translate(-.3125rem);background-color:#fff}.active .menu-button__sandwich:after{transform:rotate(45deg) translateY(-.375rem) translate(-.3125rem);background-color:#fff}.header__link{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;text-decoration:none;border-radius:46px;display:-webkit-box;display:-ms-flexbox;display:flex;height:51px;padding:0 16px}.header__link-img{margin-right:5px}.header__link-title{display:none;color:#000;text-decoration:none;outline:none}@media (min-width: 992px){.header__link-title{display:block}}.header__link-title--mobile{display:block;color:#000}@media (min-width: 992px){.header__link-title--mobile{display:none}}.top-block__subtitle{font-weight:400;font-size:40px;line-height:110%;text-align:center;color:#fff;position:relative;z-index:1;margin-bottom:10px}@media screen and (max-width: 992px){.top-block__subtitle{font-size:35px}}@media screen and (max-width: 480px){.top-block__subtitle{font-size:24px}}.top-block__subtitle-img{margin-right:12px;height:36px;object-fit:contain}.top-block__play-btn{width:50px;height:44px;border:solid 1px #55bbe2;border-radius:15px;padding:9px 8px;margin-left:20px;margin-top:10px;background:#fff;overflow:hidden;cursor:pointer;animation:pulse-shadow 1s infinite alternate}.top-block__sub-subtitle{font-weight:400;font-size:16px;text-align:center;color:#fff;position:absolute;width:100%;left:0;z-index:1;padding:0 15px}@media screen and (max-width: 480px){.top-block__sub-subtitle{font-size:14px}}@keyframes pulse-shadow{0%{box-shadow:0 0 6px #17f0ffb3}35%{box-shadow:0 0 18px #17f0ff}50%{box-shadow:0 0 22px #adfaff}70%{box-shadow:0 0 18px #17f0ff}to{box-shadow:0 0 6px #17f0ffb3}}.hero__man{position:relative;width:463px;aspect-ratio:.795532646;margin:auto 0;transform:translateY(-64px)}@supports not (aspect-ratio: calc(463 / 582)){.hero__man:before{content:"";float:left;padding-top:calc(582 / 463 * 100%)}.hero__man:after{content:"";display:block;clear:both}}@media screen and (max-width: 992px){.hero__man{transform:none;margin-bottom:30px;max-width:95vw}}.hero__man-image{position:absolute;height:100%;width:100%;object-fit:contain;top:0;left:0;opacity:0;transition:opacity .2s linear}.hero__man.active .hero__man-image{animation:talkAnimation .4s steps(1) infinite}.hero__man.active .hero__man-image:nth-child(1){animation-delay:0s;opacity:1}.hero__man.active .hero__man-image:nth-child(2){animation-delay:.1s}.hero__man.active .hero__man-image:nth-child(3){animation-delay:.2s}.hero__man.active .hero__man-image:nth-child(4){animation-delay:.3s}@keyframes talkAnimation{0%{opacity:1}24%{opacity:1}25%{opacity:0}to{opacity:0}}.hero__man-frase{position:absolute;opacity:0;animation:fraseFadeIn .5s ease forwards;pointer-events:none}@media screen and (max-width: 992px){.hero__man-frase{display:none}}.hero__man.active .hero__man-frase:nth-of-type(5){animation-delay:0s}.hero__man.active .hero__man-frase:nth-of-type(6){animation-delay:1.5s}.hero__man.active .hero__man-frase:nth-of-type(7){animation-delay:3s}@keyframes fraseFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.hero__button-block{display:flex;flex-direction:column;align-items:center;position:relative}.hero__button{display:flex;justify-content:center;align-items:center;color:#fff;position:absolute;top:52%;width:124px;height:124px;background-color:red;border-radius:50%;border:3px solid #fff;outline:25px solid #55bbe2;box-shadow:0 0 15px 30px #1692af;font-weight:700;font-size:19px;line-height:110%;text-decoration:none;transition:background-color .2s ease}.hero__button:hover{background-color:#a60009}@media screen and (max-width: 992px){.hero__button{top:56%}}.start{min-height:768px;padding:100px 90px;border-radius:30px;background-image:url(../images/bg/start.webp);background-repeat:no-repeat;background-size:cover;background-position:center;margin-top:70px;scroll-snap-align:start;scroll-margin-block-start:80px}@media screen and (max-width: 767px){.start{background-image:url(../images/bg/start-s.webp);padding:50px 40px;text-shadow:rgba(0,0,0,.4) 1px 0 10px}}.start__title{margin-bottom:40px;max-width:580px}.start__text{color:#fff;max-width:426px;font-weight:300;font-style:Light;font-size:19px;line-height:130%}.start__text b{display:block;padding-bottom:15px}.letsgo{position:relative;display:flex;border-radius:30px;overflow:hidden;justify-content:flex-end;min-height:622px;padding:40px 90px;background-image:url(../images/bg/letsgo.webp);background-repeat:no-repeat;background-size:cover;background-position:right;scroll-snap-align:start;scroll-margin-block-start:80px}@media screen and (max-width: 992px){.letsgo{background-image:none;padding:0}}.letsgo__content{max-width:64%}@media screen and (max-width: 992px){.letsgo__content{max-width:100%}}@media screen and (max-width: 992px){.letsgo__inner{position:relative;background-image:url(../images/bg/letsgo.webp);background-repeat:no-repeat;background-size:cover;background-position:bottom;padding:50px 40px}}.letsgo__text{display:block;margin-bottom:30px;margin-top:20px;color:#fff;font-weight:300;font-style:Light;font-size:19px;line-height:130%}@media screen and (max-width: 992px){.letsgo__text{margin-bottom:470px}}.letsgo__form{display:flex;flex-direction:column;row-gap:13px}@media screen and (max-width: 992px){.letsgo__form{position:relative;background-color:#4b9fc7;padding:20px;border-radius:20px;margin-top:-20px}}.letsgo__form-fields{display:flex;column-gap:10px}@media screen and (max-width: 992px){.letsgo__form-fields{flex-direction:column;row-gap:10px}}.letsgo__field{flex-basis:50%;background-color:#fff;padding:15px;border-radius:20px;display:flex;flex-flow:column}.letsgo__field span{font-family:var(--font-family);display:block;color:#070707;font-weight:400;font-size:19px;line-height:110%;margin-bottom:10px}.letsgo__textarea{font-family:var(--font-family);background-color:#eaeaea;border-radius:10px;padding:15px;width:100%;height:150px;border-color:transparent;font-size:18px;color:#070707;resize:none;margin-top:auto}.letsgo__textarea::placeholder{font-family:var(--font-family);color:#615a5a;font-size:18px}.letsgo__button{max-width:302px;border:none;font-family:var(--font-family);background:#e30713;border-radius:10px;color:#fff;display:inline-block;font-weight:700;font-size:18px;padding:18px 58px;transition:ease .3s;cursor:pointer}.letsgo__button:hover{box-shadow:inset 0 0 0 36px #000}@media screen and (max-width: 992px){.letsgo__button{max-width:100%}}.timeline{display:flex;flex-direction:column;row-gap:80px}@media screen and (max-width: 480px){.timeline{row-gap:40px}}.timeline-block{display:flex;flex-direction:column;row-gap:20px;padding-top:80px}@media screen and (max-width: 1550px){.timeline-block{padding-top:180px}}.timeline-block__main{position:relative;padding:80px 90px;border-radius:30px;min-height:700px;overflow:hidden}@media screen and (max-width: 1366px){.timeline-block__main{padding:40px 90px}}@media screen and (max-width: 767px){.timeline-block__main{min-height:920px;padding:40px 30px}}@media screen and (max-width: 480px){.timeline-block__main{padding:30px 20px}}.timeline-block__bg{position:absolute;top:0;left:0;height:100%;width:100%;object-fit:cover;object-position:60%}@media screen and (max-width: 767px){.timeline-block__bg{display:none}}.timeline-block__bg--mobile{display:none}@media screen and (max-width: 767px){.timeline-block__bg--mobile{display:block}}.timeline-block__content{position:relative;color:#fff}.timeline-block__times{font-family:Spectral;font-weight:300;font-style:Light;font-size:40px;line-height:110%}@media screen and (max-width: 767px){.timeline-block__times{font-size:30px}}.timeline-block__title{font-family:var(--font-family);font-weight:700;font-style:Bold;font-size:60px;line-height:110%;display:block;margin-bottom:40px}@media screen and (max-width: 1366px){.timeline-block__title{margin-bottom:20px}}@media screen and (max-width: 767px){.timeline-block__title{font-size:40px;margin-bottom:20px}}.timeline-block__container{padding:30px;display:block;width:fit-content;color:#000;background-color:#fff;border:6px solid black;border-radius:30px}@media screen and (max-width: 1366px){.timeline-block__container{padding:20px 30px}}@media screen and (max-width: 767px){.timeline-block__container{padding:20px;margin-bottom:350px}}.timeline-block__text{display:block;max-width:530px;font-family:var(--font-family);font-weight:300;font-style:Light;font-size:19px;line-height:130%}@media screen and (max-width: 767px){.timeline-block__text{font-size:18px}}@media screen and (max-width: 480px){.timeline-block__text{font-size:14px}}.timeline-block__text p{display:block;margin-bottom:10px}.timeline-block__button{max-width:320px;border:none;font-family:var(--font-family);background:#e30713;border-radius:10px;color:#fff;display:inline-block;font-weight:700;font-size:18px;padding:20px 25px;transition:ease .3s;cursor:pointer;margin-top:20px}.timeline-block__button:hover{box-shadow:inset 0 0 0 36px #000}@media screen and (max-width: 767px){.timeline-block__button{max-width:unset}}@media screen and (max-width: 480px){.timeline-block__button{font-size:15px}}.timeline-block__bottom{display:block;background-color:#eaeaea;padding:50px 90px;border-radius:30px;font-size:19px}.timeline-block__bottom a{color:#e30713}.timeline-block__bottom a:hover{color:#000}.timeline-block__bottom span{display:block;margin-bottom:10px;font-weight:700;font-style:Bold;line-height:110%}@media screen and (max-width: 767px){.timeline-block__bottom{font-size:18px;padding:30px}}.timeline-block__result:empty{display:none}.test__inner{max-width:1100px;padding:0 15px}.test{position:relative;background-image:url(../images/bg/test-bg.webp);background-repeat:no-repeat;background-size:cover;background-position:right;padding:180px 0;scroll-snap-align:start;scroll-margin-block-start:-40px}@media screen and (max-width: 767px){.test{padding:104px 0 100px}}.test:after{content:"";position:absolute;bottom:-2px;width:100%;height:46px;background-image:url("data:image/svg+xml,%0A%3Csvg viewBox='0 0 1920 45' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.90735e-06 39C1.90735e-06 39 584.787 0 960 0C1335.21 0 1920 39 1920 39V121.5H-4.57764e-05L1.90735e-06 39Z' fill='white'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:center;background-size:cover}.test:before{content:"";position:absolute;top:-2px;width:100%;height:80px;background-image:url("data:image/svg+xml,%0A%3Csvg viewBox='0 0 1920 87' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1920 47.5C1920 47.5 1335.21 86.5001 960 86.5001C584.787 86.5001 -3.40949e-06 47.5002 -3.40949e-06 47.5002L-1.06219e-05 -34.9998L1920 -35L1920 47.5Z' fill='white'/%3E%3C/svg%3E%0A");background-repeat:no-repeat;background-position:center;background-size:cover}.test__text{display:block;font-family:Spectral;font-weight:300;font-size:40px;line-height:110%;color:#fff}@media screen and (max-width: 767px){.test__text{font-size:30px}}.test__title{display:block;font-family:var(--font-family);font-weight:700;font-style:Bold;font-size:60px;line-height:110%;color:#fff;margin-bottom:30px}@media screen and (max-width: 767px){.test__title{font-size:40px}}.gallery__title{color:#000;margin-bottom:40px}@media screen and (max-width: 768px){.gallery__title{margin-bottom:30px}}.gallery{padding:60px 15px 40px;scroll-snap-align:start;scroll-margin-block-start:20px}span.letsgo__field-error{display:block;color:#e30713;font-family:var(--font-family);font-size:14px;font-weight:400;margin-top:8px;line-height:1.2}.letsgo__textarea--error{outline:1px solid #e30713}@media screen and (min-width: 993px){.letsgo__textarea--error-fix{margin-bottom:35px}}.letsgo__image-wrapper{position:absolute;left:0;bottom:0;max-width:35%}.letsgo__image-wrapper img{width:100%;height:100%;object-fit:contain}@media screen and (max-width: 992px){.letsgo__image-wrapper{left:50%;transform:translate(-50%);bottom:-4px;width:380px;height:450px;max-width:100%}.letsgo__image-wrapper img{height:100%;width:100%;object-fit:contain;object-position:bottom}}.md-hidden{display:none}@media screen and (max-width: 992px){.md-hidden{display:block}}.md-visible{display:block}@media screen and (max-width: 992px){.md-visible{display:none}}.footer{padding-right:15px;padding-left:15px;scroll-snap-align:start}.footer__social-list{border-bottom:1px solid white;padding-bottom:30px;margin-bottom:26px}.footer__social-enum{display:flex;flex-flow:row wrap;justify-content:space-between;margin:0 -7px}.footer__box{max-width:40rem;padding:0 7px;width:-webkit-max-content;width:-moz-max-content;width:max-content}@media (max-width: 1159.98px){.footer__box{max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content;margin-bottom:15px}}@media (max-width: 700px){.footer__box{margin-bottom:10px}}.footer__box:nth-child(2){max-width:24.5625rem}@media (max-width: 1159.98px){.footer__box:nth-child(2){max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content}}.footer__text{margin-bottom:30px;color:#fff;font-family:var(--font-family);font-size:15px;font-style:normal;font-weight:400;line-height:1;letter-spacing:.84px}.footer__social{display:flex;flex-flow:row wrap;margin:0 -8px;padding:0}.footer__social li{padding:0 .5rem;list-style:none;margin:0}@media (max-width: 767.98px){.footer__social li{padding:0 10px 15px}}@media (max-width: 373.98px){.footer__social li{padding:0 9px 15px}}.footer__social-item{display:block;position:relative;height:50px;width:50px;background-color:transparent;border-radius:.75rem;border:1px solid #f2f2f2;transition:ease .3s}.footer__social-item:hover{background-color:#fff}.footer__social-item:hover svg{fill:#4b9fc7}.footer__social-item svg{position:absolute;width:100%;height:100%;top:0;fill:#fff;transition:ease .3s}.footer__social-placeholder{background:#fff;border:1px solid #686868;color:#686868;padding:7px 12px;margin-bottom:8px;opacity:0;position:absolute;left:0;bottom:100%;transition:ease .3s;visibility:hidden;white-space:nowrap;z-index:2}.footer__box+.footer__box .footer__social-placeholder{left:auto;right:0}a:hover .footer-social-placeholder{opacity:1;visibility:visible}.footer__copy{text-decoration:none;color:#fff;font-family:var(--font-family);font-size:15px;font-style:normal;font-weight:400;line-height:1}.footer__footer{width:100%;display:flex;justify-content:space-between;column-gap:40px;row-gap:20px;flex-wrap:wrap;padding-bottom:26px}.footer__link{cursor:pointer}.footer__links{display:flex;flex-direction:column;row-gap:3px;align-items:flex-end}@media screen and (max-width: 992px){.footer__links{align-items:flex-start}}.footer__bottom-block{background-color:#4b9fc7;padding:40px 90px 0;border-radius:25px}@media screen and (max-width: 768px){.footer__bottom-block{padding:40px 30px}}.timeline-slider{position:relative;display:flex;flex-direction:column;width:100%;min-height:100vh}.timeline-slider__container{width:100%}.timeline-slider #ancient_egypt{padding-top:0}.timeline-pagination__wrapper{position:sticky;top:100px;height:0;width:100%;margin-bottom:20px}@media screen and (max-width: 1570px){.timeline-pagination__wrapper{top:70px;height:104px;display:flex;justify-content:center;z-index:11;background-color:#fff;padding:10px}.timeline-pagination__wrapper .timeline-pagination-bullet__content{display:block}}.timeline-pagination{position:absolute;right:-20px;transform:translate(100%);display:flex;flex-direction:column;height:fit-content;gap:15px;overflow-y:auto;padding:20px 0;margin-bottom:100%}@media screen and (max-width: 1570px){.timeline-pagination{flex-direction:row;position:static;transform:none;padding:0}}.timeline-pagination .timeline-pagination-bullet{display:flex;column-gap:5px;width:fit-content;height:50px;background:transparent;cursor:pointer;transition:all .3s ease;position:relative;overflow:visible;margin:0;opacity:.9;border-radius:0}.timeline-pagination .timeline-pagination-bullet:hover .timeline-pagination-bullet__title{color:#e30713}@media screen and (max-width: 1920px){.timeline-pagination .timeline-pagination-bullet{flex-direction:column;row-gap:5px;height:90px}.timeline-pagination .timeline-pagination-bullet .timeline-pagination-bullet__title{font-size:12px}}@media screen and (max-width: 1570px){.timeline-pagination .timeline-pagination-bullet{flex-direction:column;position:static;transform:none;padding:0;height:auto;text-align:center;align-items:center}.timeline-pagination .timeline-pagination-bullet .timeline-pagination-bullet__title{font-size:17px;display:block}}.timeline-pagination-bullet{position:relative;width:100%;height:100%}.timeline-pagination-bullet__image{width:50px;height:50px;border-radius:50%;border:2px solid #d2d2d2;overflow:hidden;flex-shrink:0}.timeline-pagination-bullet__image img{width:100%;height:100%;object-fit:cover;object-position:left}.timeline-pagination-bullet__content{display:flex;flex-direction:column;row-gap:5px;padding-left:5px;color:#000;white-space:nowrap;transition:opacity .3s ease;pointer-events:none;font-size:17px}.timeline-pagination-bullet__title{font-size:17px;font-weight:700;margin-bottom:2px}.timeline-pagination-bullet__times{font-size:10px;opacity:.8}.timeline-pagination::-webkit-scrollbar{width:4px}.timeline-pagination::-webkit-scrollbar-track{background:#ffffff1a;border-radius:2px}.timeline-pagination::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:2px}.timeline-pagination::-webkit-scrollbar-thumb:hover{background:#ffffff80}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - var(--swiper-navigation-size) / 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.modal[data-v-c680b4cd]{display:none;height:100vh;height:100lvh;overflow-y:auto;overflow-x:hidden}.modal.show[data-v-c680b4cd]{display:flex;height:100%;width:100%;position:fixed;top:0;left:0;z-index:100}.modal .modal-body[data-v-c680b4cd]{position:relative;margin:auto;padding:15px;background-color:transparent;border:none;border-radius:20px;z-index:2}.modal .modal-close-button[data-v-c680b4cd]{position:absolute;display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:10px;border-radius:50%;z-index:100;right:30px;top:30px;cursor:pointer;background-color:#fff}.modal .modal-close-button svg[data-v-c680b4cd]{display:block;transform:translate(1px,1px);fill:#252d3d}.modal .modal-close-button--dark svg[data-v-c680b4cd]{fill:#252d3d}.modal .modal-overlay[data-v-c680b4cd]{display:block;position:fixed;width:100vw;height:100vh;height:100lvh;top:0;left:0;z-index:1;background-color:#000c}.video-modal .modal-body[data-v-c680b4cd]{background-color:transparent;border-radius:0}.video-modal .modal-close-button[data-v-c680b4cd]{display:none}.feedback[data-v-6cff1c59]{color:#fff;margin-bottom:80px;position:relative}.feedback-wrapper[data-v-6cff1c59]{background:#4b9fc7;border-radius:25px;padding:50px 170px 50px 90px;margin-bottom:60px;position:relative}@media screen and (max-width: 992px){.feedback-wrapper[data-v-6cff1c59]{padding:50px 90px}}@media screen and (max-width: 768px){.feedback-wrapper[data-v-6cff1c59]{padding:40px 30px;margin-bottom:20px}}.feedback.-lilac .feedback-wrapper[data-v-6cff1c59]{background:#774bd4}.feedback-row[data-v-6cff1c59]{display:flex;margin:0 -15px}@media screen and (max-width: 768px){.feedback-row[data-v-6cff1c59]{flex-direction:column;row-gap:0}}.feedback-col[data-v-6cff1c59]{padding:0 15px;width:50%}@media screen and (max-width: 768px){.feedback-col[data-v-6cff1c59]{width:100%}}.feedback-title[data-v-6cff1c59]{font-family:var(--font-family);color:#fff;font-weight:700;line-height:1.03;margin-bottom:25px}.feedback-dsc[data-v-6cff1c59]{font-family:var(--font-family);color:#fff;font-size:17px;line-height:1.2;margin-bottom:25px}.feedback-image[data-v-6cff1c59]{position:relative}.feedback-image[data-v-6cff1c59]:after{background-image:url(../images/feedback-image.png);background-position:bottom center;background-repeat:no-repeat;content:"";position:absolute;left:15px;bottom:-60px;height:195px;width:375px}@media screen and (max-width: 768px){.feedback-image[data-v-6cff1c59]:after{display:none}}.feedback-item[data-v-6cff1c59]{margin-bottom:20px}.feedback-item .error[data-v-6cff1c59]{color:#f51d1a}.feedback-item input[type=text][data-v-6cff1c59],.feedback-item input[type=email][data-v-6cff1c59]{background-color:#fff;border-radius:15px;border:1px solid transparent;color:#000;display:block;font-size:17px;line-height:60px;padding:0 20px;height:60px;width:100%}.feedback-item input[data-v-6cff1c59]::-webkit-input-placeholder{color:#969698}.feedback-item input[data-v-6cff1c59]:-moz-placeholder{color:#969698}.feedback.-lilac .feedback-item input[data-v-6cff1c59]::-webkit-input-placeholder{color:#fff}.feedback.-lilac .feedback-item input[data-v-6cff1c59]:-moz-placeholder{color:#fff}@media (max-width: 991.98px){.feedback-image[data-v-6cff1c59]:after{background-size:contain;height:155px;width:285px}}@media (max-width: 575.98px){.feedback-title[data-v-6cff1c59]{font-size:28px}.feedback-dsc[data-v-6cff1c59]{font-size:16px}.feedback-item input[type=text][data-v-6cff1c59],.feedback-item input[type=email][data-v-6cff1c59]{height:48px;line-height:48px}}.checkbox[data-v-6cff1c59]{color:#fff;display:inline-block;font-size:17px;line-height:21px;padding-top:1px;padding-left:43px;position:relative}.checkbox span[data-v-6cff1c59]{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.checkbox input[data-v-6cff1c59]{display:none}.checkbox[data-v-6cff1c59]:before{background:#fff;border-radius:8px;content:"";cursor:pointer;opacity:1;position:absolute;top:0;left:0;height:25px;width:25px}.checkbox span[data-v-6cff1c59]:after{background-color:transparent;border-bottom:3px solid red;border-right:3px solid red;border-radius:0 0 3px;content:"";cursor:pointer;opacity:0;position:absolute;top:3px;left:8px;transform:rotate(45deg);transition:ease .3s;height:16px;width:8px}.checkbox input:checked+span[data-v-6cff1c59]:after{opacity:1}.checkbox.-dark[data-v-6cff1c59]{color:#1b1b1d}.checkbox.-dark[data-v-6cff1c59]:before{background:#1b1b1d;opacity:.05}.wrong.checkbox[data-v-6cff1c59]:before{box-shadow:0 0 5px red}.checkbox span[data-v-6cff1c59]:before{background-color:unset;border:none}.checkbox input:checked+span[data-v-6cff1c59]:before{background-color:unset;border:none}.checkbox a[data-v-6cff1c59]{color:#f51d1a;text-decoration:underline}.checkbox a[data-v-6cff1c59]:hover{text-decoration:none}@media (max-width: 575.98px){.checkbox[data-v-6cff1c59]{font-size:16px}.feedback-button-box .button[data-v-6cff1c59]{padding:18px 28px;border:none}.feedback[data-v-6cff1c59]{margin-bottom:60px}}a.button[data-v-6cff1c59],.button[data-v-6cff1c59]{font-family:var(--font-family);background:#f51d1a;border-radius:10px;color:#fff;display:inline-block;font-weight:700;font-size:18px;padding:18px 58px;transition:ease .3s;cursor:pointer}a.button[data-v-6cff1c59]:hover,.button[data-v-6cff1c59]:hover{background:#e21210}.confirmation--small[data-v-6cff1c59]{background-color:#363e51;padding:40px;border-radius:30px;width:90vw;height:auto;max-width:700px}.confirmation--small .confirmation__text[data-v-6cff1c59]{color:#fff;font-weight:400}.confirmation--small .confirmation__title[data-v-6cff1c59]{color:#fff;font-size:30px}.button[data-v-6cff1c59]{border:none;width:100%;min-height:72px}.loader[data-v-6cff1c59]{width:20px;height:20px;border:2px solid #fff;border-bottom-color:transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation-6cff1c59 1s linear infinite}@keyframes rotation-6cff1c59{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.tooltip-test-btn{background:#e53935;border:none;color:#fff;border-radius:10px;padding:20px 70px;font-size:21px;font-weight:600;cursor:pointer;transition:box-shadow .2s;max-width:fit-content;margin:10px 0}.tooltip-test-btn:hover{box-shadow:inset 0 0 0 36px #000}@media screen and (max-width: 768px){.tooltip-test-btn{max-width:unset;width:100%;font-size:18px}}.test-wrapper[data-v-fc0d9c71]{width:100%;max-width:1100px;display:flex;align-items:center;justify-content:center;border:6px solid black;border-radius:20px;overflow:visible}.test-intro[data-v-fc0d9c71]{display:flex;background:#fff;padding:40px;column-gap:37px;width:100%;border-radius:15px}@media screen and (max-width: 992px){.test-intro[data-v-fc0d9c71]{flex-direction:column;padding:40px 20px}}.intro-left[data-v-fc0d9c71]{flex:1;display:flex;flex-direction:column;max-width:300px}@media screen and (max-width: 992px){.intro-left[data-v-fc0d9c71]{max-width:100%}}.intro-right[data-v-fc0d9c71]{flex:1;display:flex;align-items:center;justify-content:center}@media screen and (max-width: 992px){.intro-right[data-v-fc0d9c71]{flex-direction:column;row-gap:10px}}.intro-blocks[data-v-fc0d9c71]{display:grid;grid-template-columns:1fr 1fr;gap:18px}@media screen and (max-width: 480px){.intro-blocks[data-v-fc0d9c71]{grid-template-columns:1fr}}.intro-block[data-v-fc0d9c71]{background:#5ba2c7;color:#fff;border-radius:12px;padding:18px 16px;display:flex;flex-direction:column;align-items:flex-start;min-height:348px;position:relative}@media screen and (max-width: 480px){.intro-block[data-v-fc0d9c71]{min-height:unset}}.block-step[data-v-fc0d9c71]{margin-bottom:20px;font-family:Spectral;font-weight:300;font-style:Light;font-size:19px;line-height:110%}@media screen and (max-width: 768px){.block-step[data-v-fc0d9c71]{font-size:18px}}.block-name[data-v-fc0d9c71]{font-family:var(--font-family);font-weight:700;font-style:Bold;font-size:25px;line-height:110%;margin-bottom:10px}@media screen and (max-width: 768px){.block-name[data-v-fc0d9c71]{font-size:20px}}.block-text[data-v-fc0d9c71]{font-family:var(--font-family);font-weight:400;font-style:Regular;font-size:19px;line-height:130%;padding-bottom:100px}@media screen and (max-width: 768px){.block-text[data-v-fc0d9c71]{font-size:18px}}.block-icon[data-v-fc0d9c71]{display:block;position:absolute;width:auto;height:100px;max-width:calc(100% - 32px);bottom:20px;right:20px;object-fit:contain}@media screen and (max-width: 768px){.block-icon[data-v-fc0d9c71]{height:80px}}.test-title[data-v-fc0d9c71]{font-size:30px;font-weight:700;margin-bottom:20px}@media screen and (max-width: 992px){.test-title[data-v-fc0d9c71]{margin-bottom:10px}}.test-desc[data-v-fc0d9c71]{font-size:19px;margin-bottom:auto}@media screen and (max-width: 992px){.test-desc[data-v-fc0d9c71]{margin-bottom:20px}}.test-btn[data-v-fc0d9c71]{background:#e53935;border:none;color:#fff;border-radius:10px;padding:20px 70px;font-size:21px;font-weight:600;cursor:pointer;transition:box-shadow .2s;max-width:fit-content}.test-btn[data-v-fc0d9c71]:hover{box-shadow:inset 0 0 0 36px #000}@media screen and (max-width: 992px){.test-intro .test-btn[data-v-fc0d9c71]{display:none}}@media screen and (max-width: 768px){.test-btn[data-v-fc0d9c71]{max-width:unset;width:100%;font-size:18px}}.test-intro .test-btn--mobile[data-v-fc0d9c71]{display:none}@media screen and (max-width: 992px){.test-intro .test-btn--mobile[data-v-fc0d9c71]{display:block;max-width:100%;width:100%}}.test-btn[data-v-fc0d9c71]:disabled{background:#bdbdbd;cursor:not-allowed}.test-cover[data-v-fc0d9c71]{background:#5ba2c7;border-radius:18px;width:100%;min-height:765px;padding:80px 50px 50px;position:relative;display:flex}@media screen and (max-width: 768px){.test-cover[data-v-fc0d9c71]{padding:40px 30px}}.cover-content[data-v-fc0d9c71]{display:flex;justify-content:space-between;width:100%}.cover-info[data-v-fc0d9c71]{flex:1;color:#fff;display:flex;flex-direction:column;gap:12px;width:100%;max-width:420px}@media screen and (max-width: 768px){.cover-info[data-v-fc0d9c71]{max-width:100%}}.cover-title[data-v-fc0d9c71]{font-family:Spectral;font-weight:300;font-style:Light;font-size:40px;line-height:110%}@media screen and (max-width: 768px){.cover-title[data-v-fc0d9c71]{font-size:30px}}.cover-name[data-v-fc0d9c71]{font-family:var(--font-family);font-weight:700;font-style:Bold;font-size:60px;line-height:110%;margin-bottom:20px}@media screen and (max-width: 768px){.cover-name[data-v-fc0d9c71]{font-size:40px}}.cover-text[data-v-fc0d9c71]{font-family:var(--font-family);font-weight:400;font-size:19px;line-height:120%;margin-bottom:auto}@media screen and (max-width: 768px){.cover-text[data-v-fc0d9c71]{font-size:18px}}.cover-img[data-v-fc0d9c71]{width:420px;height:auto;object-fit:contain;object-position:bottom;position:absolute;right:40px;bottom:40px}.test-cover.bottom .cover-img[data-v-fc0d9c71]{bottom:-5px;right:50px}@media screen and (max-width: 768px){.test-cover.bottom .cover-img[data-v-fc0d9c71]{right:40px;bottom:40px}}.test-cover.right .cover-img[data-v-fc0d9c71]{right:0;bottom:0;width:65%}@media screen and (max-width: 768px){.test-cover.right .cover-img[data-v-fc0d9c71]{right:40px;bottom:40px;width:calc(100% - 80px)}}@media screen and (max-width: 768px){.cover-img[data-v-fc0d9c71]{width:calc(100% - 80px);max-width:317px;margin-bottom:80px}}.close-btn[data-v-fc0d9c71]{position:absolute;top:18px;right:18px;background:transparent;border:none;font-size:32px;color:#222;cursor:pointer;z-index:2}.test-question[data-v-fc0d9c71]{display:flex;width:100%;min-height:765px;background:#fff;border-radius:18px;box-shadow:0 2px 16px #00000014;position:relative}@media screen and (max-width: 992px){.test-question[data-v-fc0d9c71]{flex-direction:column}}.test-question.horizontal[data-v-fc0d9c71]{flex-direction:column}.question-left[data-v-fc0d9c71]{flex:1;padding:40px 32px;display:flex;flex-direction:column;justify-content:flex-start}.test-question.horizontal .question-left[data-v-fc0d9c71]{padding-bottom:0}@media screen and (max-width: 992px){.question-left[data-v-fc0d9c71]{padding:20px}}.question-title[data-v-fc0d9c71]{font-family:Spectral;font-weight:300;font-style:Light;font-size:14px;line-height:100%;letter-spacing:6%;text-transform:uppercase;margin-bottom:35px}@media screen and (max-width: 768px){.question-title[data-v-fc0d9c71]{margin-bottom:20px}}.question-q[data-v-fc0d9c71]{font-family:var(--font-family);font-weight:700;font-style:Bold;font-size:25px;line-height:110%;letter-spacing:0%;margin-bottom:20px}.question-desc[data-v-fc0d9c71]{font-size:15px;margin-bottom:18px}.question-bottom[data-v-fc0d9c71]{display:flex;flex-direction:column;row-gap:12px;margin-top:auto}.question-radios[data-v-fc0d9c71]{display:flex;gap:18px;margin-bottom:25px}@media screen and (max-width: 992px){.question-radios[data-v-fc0d9c71]{margin-bottom:10px}}.radio-label[data-v-fc0d9c71]{font-size:18px;font-weight:500;display:flex;align-items:center;gap:6px;cursor:pointer}input[type=radio][data-v-fc0d9c71]{accent-color:#e53935;width:20px;height:20px;color:#e53935;cursor:pointer}.radio-label.correct input[type=radio][data-v-fc0d9c71]{accent-color:#43a047;color:#43a047}.question-right[data-v-fc0d9c71]{flex:1;display:flex;align-items:center;justify-content:center;padding:40px 32px}.test-question.horizontal .question-right[data-v-fc0d9c71]{padding-bottom:0;padding-top:0}@media screen and (max-width: 992px){.question-right[data-v-fc0d9c71]{flex-direction:column;row-gap:20px;padding:0 20px 20px}}.question-right .test-btn[data-v-fc0d9c71],.question-right .test-question__buttons[data-v-fc0d9c71]{width:100%;max-width:100%}.answers-grid[data-v-fc0d9c71]{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:10px;width:100%}.test-question.horizontal .answers-grid[data-v-fc0d9c71]{grid-template-columns:1fr 1fr 1fr}@media screen and (max-width: 768px){.test-question.horizontal .answers-grid[data-v-fc0d9c71]{grid-template-columns:1fr 1fr}}.answer-item[data-v-fc0d9c71]{background:#fff;border-radius:10px;position:relative;width:100%;display:flex;flex-direction:column;row-gap:15px}.answer-item.large[data-v-fc0d9c71]{position:unset}@media screen and (max-width: 992px){.answer-item[data-v-fc0d9c71]{width:100%}}.answer-num[data-v-fc0d9c71]{position:absolute;top:10px;left:14px;background:#fff;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:19px;box-shadow:0 1px 4px #00000014}.answer-img[data-v-fc0d9c71]{position:absolute;width:100%;height:100%;object-fit:cover;object-position:center;cursor:pointer;border-radius:10px}.answer-text[data-v-fc0d9c71]{display:flex;flex-direction:column;justify-content:center;position:absolute;min-width:fit-content;max-width:100%;width:max-content;height:auto;top:50%;left:50%;transform:translate(-50%);padding:10px 20px;border-radius:5px;font-size:18px;font-weight:400;background:#fff;box-shadow:0 2px 8px #0000001a;z-index:2;border:1px solid #e53935;color:#e53935;white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word;text-decoration:none;text-align:center}.answer-text[data-v-fc0d9c71] p{display:block;padding-top:5px;padding-bottom:5px}.test-question.horizontal .answer-item .answer-text[data-v-fc0d9c71]{top:30%}.answer-item.large .answer-text[data-v-fc0d9c71]{max-width:90%;top:30%;text-align:left}@media screen and (max-width: 768px){.answer-item.large .answer-text[data-v-fc0d9c71]{display:block;top:15%;height:350px;overflow-y:auto;padding-top:20px;padding-bottom:20px}}@media screen and (max-width: 480px){.answer-item.large .answer-text[data-v-fc0d9c71]{height:270px}}.answer-text[data-v-fc0d9c71] a{color:#e53935;text-decoration:unset}.answer-text.correct[data-v-fc0d9c71]{border-color:#43a047;color:#1d1c1a}.answer-text.incorrect[data-v-fc0d9c71]{border-color:#e53935;color:#1d1c1a}.fade-enter-active[data-v-fc0d9c71],.fade-leave-active[data-v-fc0d9c71]{transition:opacity .2s}.fade-enter-from[data-v-fc0d9c71],.fade-leave-to[data-v-fc0d9c71]{opacity:0}.img-modal .modal-body[data-v-fc0d9c71]{background:transparent;box-shadow:none;padding:0;border-radius:0}.modal-big-img[data-v-fc0d9c71]{max-width:80vw;max-height:80vh;display:block;margin:0 auto;border-radius:16px;box-shadow:0 2px 16px #0000002e}.answer-item__inner[data-v-fc0d9c71]{position:relative;height:300px;width:300px}@media screen and (max-width: 1100px){.answer-item__inner[data-v-fc0d9c71]{width:270px;height:270px}}@media screen and (max-width: 992px){.answer-item__inner[data-v-fc0d9c71]{width:100%}}@media screen and (max-width: 768px){.answer-item__inner[data-v-fc0d9c71]{width:100%;aspect-ratio:1;height:auto}}.answer-desc[data-v-fc0d9c71]{color:#1d1c1a;font-family:var(--font-family);font-weight:400;font-size:18px;line-height:120%}@media screen and (max-width: 768px){.test-question.horizontal .answer-desc[data-v-fc0d9c71]{font-size:14px}}.question-last[data-v-fc0d9c71]{display:flex;justify-content:space-between;padding:35px 32px 40px}@media screen and (max-width: 768px){.question-last[data-v-fc0d9c71]{flex-direction:column;padding:35px 20px 20px}}.question-radios-title[data-v-fc0d9c71]{font-size:18px}.gallery-wrapper[data-v-df3183a3]{display:flex;flex-direction:column;align-items:center}.gallery__grid[data-v-df3183a3]{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;width:100%}.gallery__img[data-v-df3183a3]{width:100%;height:auto;object-fit:cover;aspect-ratio:417/235;border-radius:10px;transition:transform .2s ease;cursor:pointer}.gallery__img[data-v-df3183a3]:hover{transform:scale(1.02)}.gallery__button[data-v-df3183a3]{margin-top:40px;background-color:#000;color:#fff;padding:20px 30px;border-radius:10px;font-family:var(--font-family);font-weight:700;font-style:Bold;font-size:21px;line-height:110%;cursor:pointer}@media screen and (max-width: 768px){.gallery__button[data-v-df3183a3]{display:block;margin-top:20px;width:100%}}@media (max-width: 768px){.gallery__grid[data-v-df3183a3]{grid-template-columns:repeat(2,1fr);gap:15px}}@media (max-width: 480px){.gallery__grid[data-v-df3183a3]{grid-template-columns:1fr;gap:10px}}[data-v-df3183a3] .img-modal .modal-body{background:transparent;box-shadow:none;padding:0;border-radius:0}.modal-big-img[data-v-df3183a3]{max-width:80vw;max-height:80vh;display:block;margin:0 auto;border-radius:16px;box-shadow:0 2px 16px #0000002e}.generation[data-v-3cf4420c]{width:90vw;height:80vw;max-width:1310px;max-height:700px;border-radius:30px;background-color:#363e51;color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center}.generation__content[data-v-3cf4420c]{max-width:400px;display:flex;flex-direction:column;row-gap:50px;align-items:center}.generation__text[data-v-3cf4420c]{font-family:var(--font-family);font-weight:400;font-style:Regular;font-size:20px;line-height:110%;width:100%;text-align:center}.generation__icon[data-v-3cf4420c]{width:90px;height:90px;background-repeat:no-repeat;background-size:contain}.generation__icon--error[data-v-3cf4420c]{background-image:url("data:image/svg+xml,%0A%3Csvg width='90' height='90' viewBox='0 0 90 90' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M90 45C90 69.8528 69.8528 90 45 90C20.1472 90 0 69.8528 0 45C0 20.1472 20.1472 0 45 0C69.8528 0 90 20.1472 90 45ZM4.5 45C4.5 67.3675 22.6325 85.5 45 85.5C67.3675 85.5 85.5 67.3675 85.5 45C85.5 22.6325 67.3675 4.5 45 4.5C22.6325 4.5 4.5 22.6325 4.5 45Z' fill='white'/%3E%3Cpath d='M47.2545 55.3235H42.7455L41.5818 22H48.4182L47.2545 55.3235ZM45 69C42.8182 69 41 67.195 41 65.1817C41 63.099 42.8182 61.3634 45 61.3634C47.1818 61.3634 49 63.099 49 65.1817C49 67.195 47.1818 69 45 69Z' fill='%23E30713'/%3E%3C/svg%3E%0A")}.generation__icon--load[data-v-3cf4420c]{width:90px;height:90px;border-radius:50%;display:inline-block;position:relative;border:3px solid;border-color:white white transparent;animation:rotation-3cf4420c 1s linear infinite}.generation__icon--load[data-v-3cf4420c]:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;border:3px solid;border-color:transparent red red;width:45px;height:45px;border-radius:50%;animation:rotationBack-3cf4420c .5s linear infinite;transform-origin:center center}@keyframes rotation-3cf4420c{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes rotationBack-3cf4420c{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}.timeline-block__result[data-v-6a5d2a99]{position:relative;width:100%;aspect-ratio:16/9;border-radius:30px;max-height:700px;overflow:hidden}@media screen and (max-width: 768px){.timeline-block__result[data-v-6a5d2a99]{min-height:unset}}.timeline-block .generation[data-v-6a5d2a99]{width:100%}.timeline-block__result-header[data-v-6a5d2a99]{position:absolute;top:16px;right:16px;z-index:10}.timeline-block__close-btn[data-v-6a5d2a99]{width:40px;height:40px;background-color:#00000080;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease}.timeline-block__close-btn[data-v-6a5d2a99]:hover{background-color:#000000b3}.timeline-block__result-image[data-v-6a5d2a99]{width:100%;height:100%;overflow:hidden}.timeline-block__result-image img[data-v-6a5d2a99]{width:100%;height:100%;object-fit:cover}.timeline-block__result-actions[data-v-6a5d2a99]{position:absolute;padding:20px;display:flex;justify-content:center;bottom:0;right:0}.timeline-block__download-btn[data-v-6a5d2a99]{background-color:#e30713;color:#fff;border:none;padding:20px 47px;border-radius:6px;cursor:pointer;font-family:var(--font-family);font-size:16px;font-weight:700;transition:background-color .3s ease;text-decoration:none;display:inline-block}.timeline-block__download-btn[data-v-6a5d2a99]:hover{background-color:#000;color:#fff;text-decoration:none}.timeline-block[data-v-6a5d2a99]{scroll-snap-align:start}.timeline-block[data-v-6a5d2a99]:first-child{scroll-margin-top:80px}@media screen and (max-width: 1570px){.timeline-block[data-v-6a5d2a99]:first-child{scroll-margin-top:180px}}[data-v-a0fb26b5]:root{--white: #ffffff;--black: #252d3d;--yellow: #ffd461;--font-family: "ProximaNova", sans-serif;--font-size: 16px}[data-v-a0fb26b5],[data-v-a0fb26b5]:before,[data-v-a0fb26b5]:after{box-sizing:border-box;margin:0;font-weight:400}html[data-v-a0fb26b5]{scroll-behavior:smooth}html.scroll-mandatory[data-v-a0fb26b5]{scroll-snap-type:y mandatory}html.with-modal[data-v-a0fb26b5]{overflow:hidden!important;overscroll-behavior:none}body[data-v-a0fb26b5]{position:relative;overflow-x:hidden;background-color:#fff;font-family:var(--font-family);scroll-behavior:smooth!important}body.with-modal[data-v-a0fb26b5]{overflow:hidden!important;overscroll-behavior:none}.container[data-v-a0fb26b5]{width:100%;max-width:1310px;margin:0 auto}@media screen and (max-width: 768px){.container--mobile[data-v-a0fb26b5]{padding-left:15px;padding-right:15px}}.wrapper[data-v-a0fb26b5]{width:100%;max-width:1130px;padding:0 15px;margin:0 auto}.post-card-result[data-v-a0fb26b5]{position:relative;display:flex;flex-direction:column;width:90vw;max-width:1024px;border-radius:30px;overflow:hidden;background-color:#fff}@media screen and (max-width: 768px){.post-card-result[data-v-a0fb26b5]{background:#4b9fc7;padding:75px 15px 15px}}.post-card-result__img[data-v-a0fb26b5]{max-width:100%;max-height:100%;object-fit:cover}@media screen and (max-width: 768px){.post-card-result__img[data-v-a0fb26b5]{border-radius:15px}}.post-card-result__controls[data-v-a0fb26b5]{padding:0;display:flex;column-gap:15px}.post-card-result__controls .post-card-result__button--post[data-v-a0fb26b5]{margin-right:auto}@media screen and (max-width: 992px){.post-card-result__controls .post-card-result__button--post[data-v-a0fb26b5]{margin-right:0}}@media screen and (max-width: 992px){.post-card-result__controls[data-v-a0fb26b5]{flex-direction:column;row-gap:15px}}@media screen and (max-width: 768px){.post-card-result__controls[data-v-a0fb26b5]{position:static;order:3;padding:0;margin-top:20px}}.post-card-result__footer[data-v-a0fb26b5]{padding:20px 40px;background:#4b9fc7}@media screen and (max-width: 768px){.post-card-result__footer[data-v-a0fb26b5]{padding:20px 0}}.post-card-result__text[data-v-a0fb26b5]{font-family:var(--font-family);font-weight:700;font-style:Bold;font-size:23px;line-height:120%}.post-card-result__button[data-v-a0fb26b5],.participate__button[data-v-a0fb26b5]{display:flex;align-items:center;justify-content:center;border:0;padding:15px 30px;background-color:#fff;border-radius:10px;text-decoration:none;color:#000;cursor:pointer;font-family:var(--font-family);font-weight:700;font-style:Bold;font-size:19px;line-height:110%;letter-spacing:0%}.post-card-result__button[data-v-a0fb26b5]:hover,.participate__button[data-v-a0fb26b5]:hover{box-shadow:inset 0 0 0 36px #000;color:#fff}.post-card-result__button--red[data-v-a0fb26b5],.participate__button--red[data-v-a0fb26b5]{background-color:#e30713;color:#fff}.post-card-result__content[data-v-a0fb26b5]{display:flex;flex-direction:column;row-gap:0}@media screen and (max-width: 768px){.post-card-result__content[data-v-a0fb26b5]{border-radius:15px;overflow:hidden}}.post-card-result__footer-text[data-v-a0fb26b5]{display:block;color:#fff;max-width:670px;padding-top:10px;font-size:14px;line-height:1.1}.confirmation--small[data-v-a0fb26b5]{background-color:#363e51;color:#fff;padding:40px;border-radius:30px}.confirmation--small .confirmation__title[data-v-a0fb26b5]{font-size:30px;margin-bottom:10px;color:#fff}.confirmation--small .confirmation__text[data-v-a0fb26b5]{font-size:18px;line-height:1.3;color:#fff}.participate[data-v-a0fb26b5]{color:#fff;background:#4b9fc7;width:90vw;height:auto;max-width:1280px;padding:40px;border-radius:20px}.participate__title[data-v-a0fb26b5]{color:#fff;font-size:40px;line-height:110%;font-weight:700;margin-bottom:30px}@media screen and (max-width: 1110px){.participate__title[data-v-a0fb26b5]{font-size:36px}}@media screen and (max-width: 767px){.participate__title[data-v-a0fb26b5]{font-size:28px}}.participate__content[data-v-a0fb26b5]{display:flex;gap:20px;flex-wrap:nowrap}@media screen and (max-width: 992px){.participate__content[data-v-a0fb26b5]{flex-wrap:wrap}}.participate__content-item[data-v-a0fb26b5]{display:flex;flex-direction:column;color:#000;background:#fff;border-radius:10px;padding:25px;flex-basis:1}.participate__text[data-v-a0fb26b5]{margin:20px 0;font-size:25px}@media screen and (max-width: 1110px){.participate__text[data-v-a0fb26b5]{font-size:18px}}.participate__img[data-v-a0fb26b5]{width:100%;height:auto;border-radius:5px}.participate__controls[data-v-a0fb26b5]{display:flex;gap:15px;margin-top:auto;flex-wrap:nowrap;flex-direction:row}@media screen and (max-width: 1110px){.participate__controls[data-v-a0fb26b5]{flex-wrap:wrap;flex-direction:column}}.participate__controls svg[data-v-a0fb26b5]{margin-left:10px}
