: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}body{position:relative;overflow-x:hidden;background-color:#f7f7f8;font-family:var(--font-family);scroll-behavior:smooth!important}.container{width:100%;max-width:1310px;margin:0 auto}@media screen and (max-width: 1700px){.container{max-width:1210px}}@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:#f7f7f8}.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.6797900262;padding-top:150px;margin-bottom:-15%}@supports not (aspect-ratio: 1.6797900262){.hero:before{content:"";float:left;padding-top:59.53125%}.hero:after{content:"";display:block;clear:both}}.hero__title{color:var(--black);font-family:var(--font-family);font-size:65px;font-style:normal;font-weight:700;line-height:110%}@media screen and (max-width: 1440px){.hero__title{font-size:54px}}@media screen and (max-width: 767px){.hero__title{font-size:32px}}@media screen and (max-width: 1440px){.hero{aspect-ratio:1/.8}}@media screen and (max-width: 992px){.hero{aspect-ratio:1/1.2;margin-bottom:-30%}}@media screen and (max-width: 767px){.hero{aspect-ratio:1/1.5;margin-bottom:-50%}}@media screen and (max-width: 620px){.hero{aspect-ratio:1/1.8;padding-top:120px}}.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:50px;margin-bottom:50px}@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{margin-bottom:60px;color:var(--black);font-family:var(--font-family);font-size:52px;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}.feature-list{display:grid;grid-template-columns:1fr 1fr;column-gap:52px;row-gap:30px;margin-bottom:100px}@media screen and (max-width: 767px){.feature-list{grid-template-columns:1fr;margin-bottom:60px}}.feature{display:flex;flex-direction:column}.feature__icon{position:relative;width:45px;height:45px;margin-bottom:14px}.feature__icon svg{position:absolute;top:0;left:0;width:100%;height:100%}.feature__title{margin-bottom:10px;color:var(--black);font-family:var(--font-family);font-size:23px;font-style:normal;font-weight:700;line-height:1.1}.feature__text{color:var(--black);font-family:var(--font-family);font-size:18px;font-style:normal;font-weight:400;line-height:1.2}.support{display:flex;flex-direction:column;row-gap:24px}@media screen and (max-width: 767px){.support{row-gap:20px}}.support-card{padding:30px;border-radius:30px;border:1px solid var(--Design-BeigeLigth, #F1ECE5);background:#fff;display:flex;column-gap:32px}.support-card:nth-of-type(2n){flex-direction:row-reverse}@media screen and (max-width: 767px){.support-card:nth-of-type(2n){flex-direction:column}}@media screen and (max-width: 767px){.support-card{flex-direction:column;padding:15px}}.support-card__img-wrapper{width:50%;height:328px;border-radius:15px;overflow:hidden}.support-card__img-wrapper img{width:100%;height:100%;object-fit:cover}@media screen and (max-width: 767px){.support-card__img-wrapper{width:100%;height:296px;margin-bottom:20px}}.support-card__content{width:50%;display:flex;flex-direction:column;justify-content:center}@media screen and (max-width: 767px){.support-card__content{width:100%}}.support-card__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: 767px){.support-card__subtitle{margin-bottom:20px}}.support-card__title{display:block;margin-bottom:10px;color:var(--black);font-family:var(--font-family);font-size:23px;font-style:normal;font-weight:700;line-height:1.1}@media screen and (max-width: 767px){.support-card__title{font-size:20px;margin-bottom:10px}}.support-card__text{display:block;margin-bottom:36px;color:var(--black);font-family:var(--font-family);font-size:18px;font-style:normal;font-weight:400;line-height:1.2}@media screen and (max-width: 767px){.support-card__text{margin-bottom:30px}}.support-card__link{max-width:220px}.location{background-image:url(../images/location-bg.webp);background-repeat:no-repeat;background-size:cover;background-position:bottom;padding-bottom:300px}@media screen and (max-width: 992px){.location{background-image:url(../images/location-bg-mob.webp)}}@media screen and (max-width: 767px){.location{padding-bottom:140px}}@media screen and (max-width: 767px){.location .section__title{margin-bottom:20px}}.location__text{display:block;margin-bottom:40px}.location__title{display:block;margin-bottom:32px;color:var(--black);font-family:var(--font-family);font-size:23px;font-style:normal;font-weight:700;line-height:1.1}@media screen and (max-width: 767px){.location__title{font-size:20px}}.location__factors{display:grid;grid-template-columns:repeat(6,1fr)}@media screen and (max-width: 767px){.location__factors{grid-template-columns:repeat(3,1fr);row-gap:30px;column-gap:30px}}@media screen and (max-width: 400px){.location__factors{grid-template-columns:repeat(2,1fr)}}.factor{display:flex;flex-direction:column;row-gap:9px}.factor__icon-wrapper{width:45px;height:45px}.factor__icon-wrapper svg{width:100%;height:100%}.factor__text{display:flex;flex-wrap:wrap;color:var(--black);font-family:var(--font-family);font-size:18px;font-style:normal;font-weight:400;line-height:1.2}@media screen and (max-width: 620px){.factor__text{font-size:16px}}.location-map{margin-top:-60px;margin-bottom:60px;position:relative;width:100%;aspect-ratio:1.8186440678}@supports not (aspect-ratio: 1.8186440678){.location-map:before{content:"";float:left;padding-top:calc(590 / 1073 * 100%)}.location-map:after{content:"";display:block;clear:both}}.location-map:after{position:absolute;z-index:0;top:60px;content:"";width:100%;height:100%;border-radius:30px;border:1px solid #F2F2F2;background:#f7f7f8}@media screen and (max-width: 992px){.location-map{margin-top:0;margin-bottom:0}.location-map:after{top:0}}.location-map__img-wrapper{position:relative;left:10px;z-index:1}.location-map__img-wrapper img{width:100%;height:100%}@media screen and (max-width: 767px){.location-map__img-wrapper{left:0}}.location-map__markers{position:absolute;left:10px;top:0;z-index:2;width:100%;height:100%}@media screen and (max-width: 992px){.location-map__markers{display:none}}.location-map__mobile{display:none}.location-map__tabs{display:none;flex-wrap:wrap;column-gap:10px;row-gap:10px;padding-top:20px}@media screen and (max-width: 992px){.location-map__tabs{display:flex}}.location-map__img-mobile{display:none}@media screen and (max-width: 992px){.location-map__img-mobile{display:block}}.location-map__img-large{display:block}@media screen and (max-width: 992px){.location-map__img-large{display:none}}.location-tab{padding:15px;border-radius:100px;border:2px solid #85878C;color:#252d3d;text-align:center;font-family:var(--font-family);font-size:16px;font-style:normal;font-weight:400;line-height:100%;cursor:pointer}.location-tab:hover{background-color:var(--yellow);border-color:var(--yellow)}.marker{position:absolute;cursor:pointer}.marker:hover .circle span{scale:1.6;transform-origin:center}.marker:hover .marker__text{color:#359059}.marker.down .circle{bottom:0;left:50%;transform:translate(-50%)}.marker.down .marker__text{width:100%;text-align:center;padding-bottom:38px;position:absolute;left:0;bottom:0}.marker.up .circle{top:0;left:50%;transform:translate(-50%)}.marker.up .marker__text{position:absolute;text-align:center;width:100%;top:0;left:0;padding-top:36px}.marker.left .circle{top:0;left:-1%;transform:translateY(20%)}.marker.left .marker__text{width:100%;display:flex;align-items:center;padding-left:40px;padding-right:10px;height:44px;position:absolute;left:0;top:0}.circle{cursor:pointer;position:absolute;z-index:3;display:flex;width:30px;height:30px;justify-content:center;align-items:center;flex-shrink:0;border-radius:50%;border:1px solid #FFE368;background:linear-gradient(130.03deg,#dfa20033 87.66%,#fdcf5633 54.49%,#ffe36833 28.02%)}.circle span{position:relative;width:16px;height:16px;border-radius:50%;overflow:hidden;border:1px solid #FFE368;background:linear-gradient(130.6deg,#f8c43d 84.89%,#fdcf56 50.21%,#ffe368 22.54%);box-shadow:4px 1px 2.4px #ffe368 inset;transition:all .2s ease}.circle span:before{position:absolute;content:"";width:100%;height:100%;box-shadow:-7px -6px 7.9px #ffb900 inset}.projects{position:relative}.projects__buttons{width:100%;display:flex;justify-content:space-between}.projects__buttons .button{position:absolute;top:50%;transform:translateY(-50%);display:flex;justify-content:center;align-items:center;width:60px;height:60px;border-radius:50%;background-color:#fff;border:1px solid #F2F2F2;box-shadow:0 10px 12.1px -3px #0003;color:#359059;cursor:pointer}@media screen and (max-width: 620px){.projects__buttons .button{top:45%;width:44px;height:44px}}.projects__buttons .button:hover,.projects__buttons .button:active{background-color:#359059;color:#fff;border-color:#359059}.projects__buttons .next{right:-30px}.projects__buttons .next svg{scale:-1}@media screen and (max-width: 620px){.projects__buttons .next{right:-15px}}.projects__buttons .prev{left:-30px}@media screen and (max-width: 620px){.projects__buttons .prev{left:-15px}}.project-card{padding:50px;border-radius:30px;border:1px solid #F2F2F2;background:#fff}@media screen and (max-width: 992px){.project-card{padding:30px}}.project-card__header--mobile{display:none}@media screen and (max-width: 992px){.project-card__header--mobile{display:block}.project-card__header--desktop{display:none}}.project-card__inner{display:flex;column-gap:50px}@media screen and (max-width: 992px){.project-card__inner{flex-direction:column-reverse;row-gap:20px}}.project-card__gallery{display:flex;width:100%;min-width:40%}@media screen and (max-width: 992px){.project-card__gallery{min-width:unset}}.project-card__text-content{display:flex;flex-direction:column}.project-card__subtitle{display:block;margin-bottom:20px;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}.project-card__title{display:block;margin-bottom:10px;color:var(--black);font-family:var(--font-family);font-size:30px;font-style:normal;font-weight:700;line-height:1.2;text-transform:uppercase}.project-card__price-button{width:100%;min-height:72px;max-width:220px}.project-card__text{display:block;margin-bottom:12px;color:var(--black);font-family:var(--font-family);font-size:18px;font-style:normal;font-weight:400;line-height:1.2}.project-card__properties{display:grid;grid-template-columns:1fr 1fr 1fr;column-gap:4px;row-gap:10px;margin-bottom:30px}@media screen and (max-width: 620px){.project-card__properties{grid-template-columns:1fr;row-gap:8px}}.project-card__property{display:flex;flex-direction:column;row-gap:5px}@media screen and (max-width: 620px){.project-card__property{flex-direction:row;justify-content:space-between;border-bottom:1px solid #F2F2F2}}.project-card__property dt{color:#85878c;font-family:var(--font-family);font-size:18px;font-style:normal;font-weight:400;line-height:120%;white-space:nowrap}.project-card__property dd{color:var(--black);font-family:var(--font-family);font-size:18px;font-style:normal;font-weight:700;line-height:120%}.project-card__property sup{font-size:12px;font-family:var(--font-family);font-weight:700}.project-card__price{display:block;margin-bottom:10px;color:var(--black);font-family:var(--font-family);font-size:18px;font-style:normal;font-weight:400;line-height:120%}.project-card__price span{font-size:30px;font-weight:700}@media screen and (max-width: 767px){.project-card__price{margin-bottom:30px}}.project-card__label{position:absolute;top:20px;right:20px;display:flex;align-items:center;column-gap:10px;padding:12px 10px;min-width:227px;border-radius:10px;border:1px solid #F2F2F2;background-color:#fff;cursor:pointer;transition:all .3s ease-in-out}.project-card__label:hover,.project-card__label:active{background-color:#359059;border-color:#359059}.project-card__label:hover span,.project-card__label:active span{color:#fff}.project-card__label:hover .project-card__label-icon,.project-card__label:active .project-card__label-icon{display:none}.project-card__label:hover .project-card__label-icon--hover,.project-card__label:active .project-card__label-icon--hover{display:block}.project-card__label-icon-wrapper{position:relative;width:21px;height:21px}.project-card__label-icon{position:absolute;top:0;width:100%;height:100%}.project-card__label-icon--hover{display:none}.project-card__label-text{color:var(--Design-Black, #252D3D);font-family:var(--font-family);font-size:18px;font-style:normal;font-weight:700;line-height:1.2}.gallery{display:flex;flex-direction:column;row-gap:20px}.gallery__previews{width:100%;display:flex;column-gap:20px}.gallery__main-photo{position:relative;width:100%;aspect-ratio:1.6451612903;border-radius:20px;overflow:hidden}@supports not (aspect-ratio: 1.6451612903){.gallery__main-photo:before{content:"";float:left;padding-top:calc(310 / 510 * 100%)}.gallery__main-photo:after{content:"";display:block;clear:both}}.gallery__main-photo img{width:100%;height:100%;object-fit:cover}.gallery__preview{border-radius:10px;border:2px solid #F2F2F2;width:100%;aspect-ratio:1.5;overflow:hidden;cursor:pointer}@supports not (aspect-ratio: 1.5){.gallery__preview:before{content:"";float:left;padding-top:calc(2 / 3 * 100%)}.gallery__preview:after{content:"";display:block;clear:both}}.gallery__preview img{width:100%;height:100%;object-fit:cover}.gallery__preview.is-active{border:2px solid #359059}.map-constructor .section__title{margin-bottom:20px}.map-constructor .section__small-text{margin-bottom:60px}@media screen and (max-width: 767px){.map-constructor .section__small-text{margin-bottom:20px}}.map-constructor__inner{width:70%;margin:0 auto}@media screen and (max-width: 1024px){.map-constructor__inner{width:100%}}@media screen and (min-width: 1560px){.map-constructor__inner{width:100%}}.map-constructor__wrapper{padding-top:40px;border-radius:30px 30px 0 0;overflow:hidden;background:#f7f7f8}@media screen and (max-width: 1024px){.map-constructor__wrapper{padding-top:0}}@media screen and (min-width: 1560px){.map-constructor__wrapper{padding-top:0}}.map-constructor__container{border-radius:30px;overflow:hidden;position:relative;width:100%;aspect-ratio:1.7741935484}@supports not (aspect-ratio: 1.7741935484){.map-constructor__container:before{content:"";float:left;padding-top:calc(620 / 1100 * 100%)}.map-constructor__container:after{content:"";display:block;clear:both}}@media screen and (max-width: 1024px){.map-constructor__container{border-radius:30px 30px 0 0}}@media screen and (min-width: 1560px){.map-constructor__container{border-radius:30px 30px 0 0}}.map-constructor__container img{position:absolute;width:100%;height:100%;top:0;bottom:0;right:0;left:0}.map-constructor__footer{padding:0 30px 40px;border-radius:0 0 30px 30px;background:#f7f7f8}@media screen and (max-width: 767px){.map-constructor__footer{padding:20px 15px}}.map-constructor__buttons-list{display:flex;flex-wrap:wrap;column-gap:10px;row-gap:10px;padding:30px 30px 40px;background-color:#f7f7f8}@media screen and (max-width: 768px){.map-constructor__buttons-list{padding:20px 10px}}.map-constructor__download{min-height:72px}.layer-picker-button{display:flex;padding:5px 7px;justify-content:center;align-items:center;column-gap:5px;border-radius:100px;border:2px solid #85878C;cursor:pointer;color:#85878c}.layer-picker-button__icon{position:relative;width:20px;height:20px}.layer-picker-button__icon svg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain}.layer-picker-button.is-active{background-color:var(--yellow);border:2px solid var(--yellow)}.layer-picker-button.is-active svg{fill:var(--black)}.layer-picker-button span{color:var(--black);font-family:var(--font-family);font-size:18px;font-style:normal;font-weight:400;line-height:1}.layer-picker-button span svg{fill:#85878c}@media screen and (max-width: 767px){.layer-picker-button span{font-size:16px}}.planning{background-image:url(../images/plan-bg.webp);background-position:bottom;background-size:cover;background-repeat:no-repeat}@media screen and (max-width: 767px){.planning{background-image:url(../images/plan-bg-mobile.webp);background-position:bottom}}@media screen and (max-width: 767px){.planning{background-position:center}}.planning__title{margin-bottom:20px}.planning__button{margin-top:30px;text-align:center}.planning__text{margin-bottom:60px}@media screen and (max-width: 767px){.planning__text{margin-bottom:40px}}.planning__intro{margin-bottom:30px;color:var(--black);font-family:var(--font-family);font-size:23px;font-style:normal;font-weight:700;line-height:1.1}.planning__list{display:grid;grid-template-columns:1fr 1fr;column-gap:22px;row-gap:30px;margin-bottom:30px}@media screen and (max-width: 620px){.planning__list{grid-template-columns:1fr;row-gap:20px}}.planning__outro{margin-bottom:60px;color:var(--black);font-family:var(--font-family);font-size:18px;font-style:normal;font-weight:700;line-height:1.2}@media screen and (max-width: 767px){.planning__outro{margin-bottom:13px}}.planning__note{position:relative;padding:60px 50px;border-radius:10px;background:#359059e6}@media screen and (max-width: 767px){.planning__note{padding:30px}}.planning__note-title{display:block;margin-bottom:20px;color:#fff;font-family:var(--font-family);font-size:35px;font-style:normal;font-weight:700;line-height:1}.planning__note-title:after{position:absolute;top:20px;right:20px;content:"";width:29px;height:29px;border-radius:50%;background-color:var(--yellow)}@media screen and (max-width: 767px){.planning__note-title:after{width:15px;height:15px}}@media screen and (max-width: 767px){.planning__note-title{font-size:23px}}.planning__note-text{color:#fff;font-family:var(--font-family);font-size:23px;font-style:normal;font-weight:700;line-height:1.1}@media screen and (max-width: 767px){.planning__note-text{font-size:18px}}.planning-point__header{display:flex;column-gap:20px;align-items:center;margin-bottom:15px}.planning-point__number{display:flex;flex-shrink:0;justify-content:center;align-items:center;width:45px;height:45px;border-radius:50%;border:2px solid #359059;color:#359059;font-family:var(--font-family);font-size:23px;font-style:normal;font-weight:700;line-height:110%}.planning-point__title{color:var(--black);font-family:var(--font-family);font-size:18px;font-style:normal;font-weight:700;line-height:1.2}.planning-point__list{display:flex;flex-direction:column;row-gap:5px;padding-left:0;list-style:none}.planning-point__list li{position:relative;padding-left:21px;color:var(--black);font-family:var(--font-family);font-size:18px;font-style:normal;font-weight:400;line-height:1.2}.planning-point__list li:before{position:absolute;content:"";left:0;top:5px;width:8px;height:8px;border-radius:50%;background-color:#359059}.cases__carousel{position:relative;overflow-x:hidden}.cases__carousel .button{top:100px}.cases__list{display:flex}@media screen and (max-width: 767px){.cases .section__title,.cases .section__subtitle{text-align:center}}.video-card{display:flex;flex-direction:column;row-gap:16px}.video-card__poster-wrapper{position:relative;width:100%;height:300px;border-radius:10px;overflow:hidden;cursor:pointer;margin-bottom:16px}.video-card__poster-wrapper img{width:100%;height:100%;object-fit:cover}.video-card__poster-wrapper:before{position:absolute;content:"";right:0;width:60px;height:60px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 60 60' fill='none'%3E%3Cpath d='M44 28.2679C45.3333 29.0378 45.3333 30.9622 44 31.732L24.5 42.9904C23.1667 43.7602 21.5 42.7979 21.5 41.2583L21.5 18.7417C21.5 17.2021 23.1667 16.2398 24.5 17.0096L44 28.2679Z' fill='%23FFD461'/%3E%3C/svg%3E")}.test{position:relative;display:flex;min-height:806px}@media screen and (max-width: 767px){.test{min-height:535px;padding:15px}}.test__content{width:100%;padding:60px;background-color:#fff;border-radius:30px}@media screen and (max-width: 767px){.test__content{padding:30px}}.test__title{margin-bottom:20px}@media screen and (max-width: 767px){.test__title{margin-bottom:10px}}.test__intro{margin-bottom:40px;color:var(--black);font-family:var(--font-family);font-size:23px;font-style:normal;font-weight:700;line-height:1.1}@media screen and (max-width: 767px){.test__intro{margin-bottom:30px}}.test__start-button{width:fit-content;position:relative;z-index:2;min-width:293px}@media screen and (max-width: 767px){.test__start-button{min-width:unset}}.test__img{position:absolute;width:100%;bottom:0;left:0}.location-card{padding:40px;max-width:1100px;width:90vw;max-height:97svh;overflow-y:auto}@media screen and (max-width: 767px){.location-card{padding:50px 30px}}@media screen and (max-width: 620px){.location-card{padding:50px 15px}}.location-card__img-wrapper{width:100%;height:260px;border-radius:20px;overflow:hidden;margin-bottom:20px}@media screen and (min-width: 1560px){.location-card__img-wrapper{height:300px}}.location-card__img-wrapper img{width:100%;height:100%;object-fit:cover}@media screen and (max-width: 992px){.location-card__img-wrapper{height:200px}}@media screen and (max-width: 620px){.location-card__img-wrapper{height:120px;margin-bottom:20px}}.location-card__title{display:block;margin-bottom:20px;color:var(--black);font-family:var(--font-family);font-size:30px;font-style:normal;font-weight:700;line-height:1}@media screen and (max-width: 767px){.location-card__title{font-size:20px}}@media screen and (min-width: 1560px){.location-card__title{font-size:35px}}.location-card__desc{display:flex;flex-direction:column;row-gap:1em;color:var(--black);font-family:var(--font-family);font-size:14px;font-style:normal;font-weight:400;line-height:1.2}@media screen and (max-width: 620px){.location-card__desc{font-size:14px;max-height:250px;overflow-y:auto}}@media screen and (min-width: 1560px){.location-card__desc{font-size:18px}}.sample{padding:80px 50px;max-height:98vh;max-height:98svh;overflow-y:auto}@media screen and (max-width: 1600px){.sample{padding:50px 30px}}@media screen and (max-width: 767px){.sample{padding:50px 15px;width:90vw}}.sample__subtitle{display:block;margin-bottom:30px;color:#f1ece5;font-family:var(--font-family);font-size:14px;font-style:normal;font-weight:700;line-height:100%;letter-spacing:.84px;text-transform:uppercase}.sample__title{display:block;margin-bottom:20px;color:#fff;font-family:var(--font-family);font-size:52px;font-style:normal;font-weight:700;line-height:100%}@media screen and (max-width: 1600px){.sample__title{font-size:34px}}@media screen and (max-width: 767px){.sample__title{font-size:28px}}.sample__text{display:block;margin-bottom:60px;color:#fff;font-family:var(--font-family);font-size:18px;font-style:normal;font-weight:400;line-height:120%}@media screen and (max-width: 1600px){.sample__text{margin-bottom:30px}}.sample__cards{display:grid;grid-template-columns:1fr 1fr;column-gap:20px}@media screen and (max-width: 620px){.sample__cards{grid-template-columns:1fr;row-gap:20px}}.sample-card{width:100%;max-width:490px;padding:20px;display:flex;flex-direction:column;background-color:#fff;border-radius:20px}@media screen and (max-width: 767px){.sample-card{max-width:unset}}.sample-card__wrapper{width:450px;height:320px;margin-bottom:20px;border-radius:10px;overflow:hidden}.sample-card__wrapper img{width:100%;height:100%;object-fit:cover}@media screen and (max-width: 1600px){.sample-card__wrapper{width:360px;height:250px}}@media screen and (max-width: 992px){.sample-card__wrapper{width:280px;height:200px}}@media screen and (max-width: 767px){.sample-card__wrapper{width:100%;height:160px}}@media screen and (max-width: 620px){.sample-card__wrapper{width:100%;height:140px}}.sample-card__footer{display:flex;flex-grow:1;justify-content:space-between}@media screen and (max-width: 1600px){.sample-card__footer{flex-direction:column;row-gap:10px}}.sample-card__capture{display:flex;flex-grow:1;flex-direction:column;justify-content:space-between}.sample-card__place{color:#85878c;font-family:var(--font-family);font-size:14px;font-style:normal;font-weight:700;line-height:100%;letter-spacing:.84px;text-transform:uppercase}@media screen and (max-width: 767px){.sample-card__place{font-size:13px}}.sample-card__name{color:#000;font-family:var(--font-family);font-size:30px;font-style:normal;font-weight:700;line-height:120%;text-transform:uppercase}@media screen and (max-width: 767px){.sample-card__name{font-size:20px}}.sample-card__link{max-width:175px}@media screen and (max-width: 992px){.sample-card__link{max-width:unset}}.question{padding:50px;width:1000px;max-width:90vw;max-height:90vh;max-height:90svh;overflow-y:auto}@media screen and (max-width: 992px){.question{padding:50px 30px}}@media screen and (max-width: 620px){.question{padding:50px 15px}}.question__header{display:flex;flex-direction:column;row-gap:20px;margin-bottom:30px}.question__num{color:#85878c;font-family:var(--font-family);font-size:14px;font-style:normal;font-weight:700;line-height:100%;letter-spacing:.84px;text-transform:uppercase}.question__num span{color:#359059;font-weight:700}.question__text{color:#252d3d;font-family:var(--font-family);font-size:23px;font-style:normal;font-weight:700;line-height:110%}@media screen and (max-width: 992px){.question__text{font-size:20px}}@media screen and (max-width: 620px){.question__text{font-size:16px}}.question__options{margin-bottom:30px;display:flex;flex-direction:column;row-gap:20px;padding:30px;background-color:#f7f7f8;border-radius:10px}@media screen and (max-width: 992px){.question__options{padding:20px}}@media screen and (max-width: 620px){.question__options{padding:15px;row-gap:10px}}.question .radio-container span{color:#252d3d;font-family:var(--font-family);font-size:18px;font-style:normal;font-weight:400;line-height:120%}@media screen and (max-width: 620px){.question .radio-container span{font-size:16px}}.question__button{max-width:293px}@media screen and (max-width: 620px){.question__button{max-width:unset}}.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:#359059}@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}}@media (max-width: 767.98px){.menu-button.active{gap:initial}}.menu-button__text{color:#252d3d;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:#1d1c1a}@media (max-width: 767.98px){.active .menu-button__text{display:none}}.menu-button__sandwich{height:2px;width:30px;background-color:#252d3d;position:relative;transition:background-color .1s ease}.menu-button__sandwich:before{content:"";position:absolute;height:2px;background-color:#252d3d;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:#252d3d;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:#1d1c1a}.active .menu-button__sandwich{background-color:transparent}.active .menu-button__sandwich:before{transform:rotate(-45deg) translateY(.375rem) translate(-.3125rem);background-color:#252d3d}.active .menu-button__sandwich:after{transform:rotate(45deg) translateY(-.375rem) translate(-.3125rem);background-color:#252d3d}.test-result{position:relative;padding:44px 58px;width:90vw;max-width:1100px;aspect-ratio:1.4322916667;border-radius:20px;overflow:hidden}@supports not (aspect-ratio: 1.4322916667){.test-result:before{content:"";float:left;padding-top:calc(768 / 1100 * 100%)}.test-result:after{content:"";display:block;clear:both}}@media screen and (max-width: 992px){.test-result{padding:50px 30px;min-height:50vh}}@media screen and (max-width: 620px){.test-result{padding:50px 15px;min-height:85svh;max-height:100vh;max-width:90vw}}.test-result__button{margin-top:20px;position:relative;z-index:4;width:fit-content}.test-result__subtitle{position:relative;z-index:4;display:block;margin-bottom:34px;color:#359059;font-family:var(--font-family);font-size:14px;font-style:normal;font-weight:700;line-height:100%;letter-spacing:.84px;text-transform:uppercase}.test-result__title{position:relative;z-index:4;display:block;margin-bottom:20px;color:#252d3d;font-family:var(--font-family);font-size:35px;font-style:normal;font-weight:700;line-height:100%}.test-result__text{position:relative;z-index:4;display:block}@media screen and (max-width: 992px){.test-result__text{padding:5px;border-radius:10px;background-color:#ffffffd1}}.test-result__img{position:absolute;object-fit:cover;object-position:top;z-index:3;width:100%;height:100%;top:0;left:0}.video{width:90vw;max-width:1100px;aspect-ratio:1.7777777778}@supports not (aspect-ratio: 1.7777777778){.video:before{content:"";float:left;padding-top:56.25%}.video:after{content:"";display:block;clear:both}}.video iframe{width:100%;height:100%}.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{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#23282a;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:16px;font-weight:400;line-height:17px;margin-top:20px;background-color:#fff;padding:3px 16px;border-radius:46px;width:fit-content;height:50px}.top-block__subtitle-img{margin-right:12px;height:36px;object-fit:contain}@media screen and (max-width: 1110px){.footer{padding-right:15px;padding-left:15px}}.footer__social-list{border-bottom:1px solid var(--black);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:#85878c;font-family:var(--font-family);font-size:14px;font-style:normal;font-weight:700;line-height:1;letter-spacing:.84px;text-transform:uppercase}.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:#fff;border-radius:.75rem;border:1px solid #F2F2F2;transition:ease .3s}.footer__social-item:hover{background-color:#359059}.footer__social-item:hover svg{fill:#fff}.footer__social-item svg{position:absolute;width:100%;height:100%;top:0;fill:#85878c;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:var(--black);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}}.modal[data-v-6fa38fa3]{display:none;max-height:100svh;overflow-y:auto}.modal.show[data-v-6fa38fa3]{display:block}.modal .modal-body[data-v-6fa38fa3]{position:fixed;padding:0;z-index:100;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;border:none;border-radius:20px;overflow:hidden}.modal .modal-close-button[data-v-6fa38fa3]{position:absolute;z-index:100;right:20px;top:20px;cursor:pointer}.modal .modal-close-button svg[data-v-6fa38fa3]{fill:#d9d9d9}.modal .modal-close-button--dark svg[data-v-6fa38fa3]{fill:#252d3d}.modal .modal-overlay[data-v-6fa38fa3]{display:block;position:fixed;width:100vw;height:100dvh;top:0;left:0;z-index:99;background-color:#000c}.video-modal .modal-body[data-v-6fa38fa3]{background-color:transparent;border-radius:0}.video-modal .modal-close-button[data-v-6fa38fa3]{display:none}body:has(.modal.show){overflow:hidden}@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-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{width:1px;height:var(--swiper-virtual-size)}: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"}.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}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius, 10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset, 1%);bottom:var(--swiper-scrollbar-bottom, 4px);top:var(--swiper-scrollbar-top, auto);z-index:50;height:var(--swiper-scrollbar-size, 4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-vertical>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-vertical{position:absolute;left:var(--swiper-scrollbar-left, auto);right:var(--swiper-scrollbar-right, 4px);top:var(--swiper-scrollbar-sides-offset, 1%);z-index:50;width:var(--swiper-scrollbar-size, 4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));border-radius:var(--swiper-scrollbar-border-radius, 10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>img,.swiper-zoom-container>svg,.swiper-zoom-container>canvas{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}.projects__list[data-v-fa01953c]{width:100%;overflow:hidden}.button[data-v-fa01953c]:after{display:none}.swiper-button-next[data-v-fa01953c],.swiper-button-prev[data-v-fa01953c]{margin:0}.swiper-button-next svg[data-v-fa01953c],.swiper-button-prev svg[data-v-fa01953c]{width:unset;height:unset}.color-green[data-v-fa01953c]{background-color:#359059}.cases__carousel[data-v-548e3313]{max-width:unset}@media screen and (max-width: 620px){.cases__carousel[data-v-548e3313]{max-width:420px;margin:0 auto;overflow:hidden}}.cases__carousel .swiper-container[data-v-548e3313]{overflow:hidden}.cases__carousel-wrapper[data-v-548e3313]{position:relative}@media screen and (max-width: 768px){.cases__buttons[data-v-548e3313]{width:100%;display:flex;justify-content:space-between;margin:0}}.cases__buttons .button[data-v-548e3313]{top:110px}@media screen and (max-width: 767px){.cases__buttons .button[data-v-548e3313]{position:absolute;top:150px;transform:translateY(-50%)}}@media screen and (max-width: 620px){.cases__buttons .button[data-v-548e3313]{width:44px;height:44px}.cases__buttons .button.next[data-v-548e3313]{right:0}.cases__buttons .button.prev[data-v-548e3313]{left:0}}.cases__buttons .swiper-button-disabled[data-v-548e3313]{visibility:hidden}.button[data-v-548e3313]:after{display:none}.swiper-button-next[data-v-548e3313],.swiper-button-prev[data-v-548e3313]{margin:0}.swiper-button-next svg[data-v-548e3313],.swiper-button-prev svg[data-v-548e3313]{width:unset;height:unset}.feedback[data-v-bfb276e7]{color:#fff;margin-bottom:80px;position:relative}.feedback-wrapper[data-v-bfb276e7]{background:#2f2f2f;border-radius:25px;padding:40px;margin-bottom:60px;position:relative}.feedback.-lilac .feedback-wrapper[data-v-bfb276e7]{background:#774bd4}.feedback-row[data-v-bfb276e7]{display:flex;margin:0 -15px}@media screen and (max-width: 768px){.feedback-row[data-v-bfb276e7]{flex-direction:column;row-gap:25px}}.feedback-col[data-v-bfb276e7]{padding:0 15px;width:50%}@media screen and (max-width: 768px){.feedback-col[data-v-bfb276e7]{width:100%}}.feedback-title[data-v-bfb276e7]{font-family:var(--font-family);color:#fff;font-weight:700;line-height:1.03;margin-bottom:25px}.feedback-dsc[data-v-bfb276e7]{font-family:var(--font-family);color:#fff;font-size:17px;line-height:1.2;margin-bottom:25px}.feedback-image[data-v-bfb276e7]{position:relative}.feedback-image[data-v-bfb276e7]: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-bfb276e7]:after{display:none}}.feedback-item[data-v-bfb276e7]{margin-bottom:20px}.feedback-item .error[data-v-bfb276e7]{color:#f51d1a}.feedback-item input[type=text][data-v-bfb276e7],.feedback-item input[type=email][data-v-bfb276e7]{background-color:#ffffff26;border-radius:15px;border:1px solid transparent;color:#fff;display:block;font-size:17px;line-height:60px;padding:0 20px;height:60px;width:100%}.feedback-item input[data-v-bfb276e7]::-webkit-input-placeholder{color:#969698}.feedback-item input[data-v-bfb276e7]:-moz-placeholder{color:#969698}.feedback.-lilac .feedback-item input[data-v-bfb276e7]::-webkit-input-placeholder{color:#fff}.feedback.-lilac .feedback-item input[data-v-bfb276e7]:-moz-placeholder{color:#fff}@media (max-width: 991.98px){.feedback-image[data-v-bfb276e7]:after{background-size:contain;height:155px;width:285px}}@media (max-width: 575.98px){.feedback-wrapper[data-v-bfb276e7]{padding:40px 15px}.feedback-title[data-v-bfb276e7]{font-size:28px}.feedback-dsc[data-v-bfb276e7]{font-size:16px}.feedback-item input[type=text][data-v-bfb276e7],.feedback-item input[type=email][data-v-bfb276e7]{height:48px;line-height:48px}}.checkbox[data-v-bfb276e7]{color:#fff;display:inline-block;font-size:17px;line-height:21px;padding-top:2px;padding-left:43px;position:relative}.checkbox span[data-v-bfb276e7]{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.checkbox input[data-v-bfb276e7]{display:none}.checkbox[data-v-bfb276e7]:before{background:#fff;border-radius:8px;content:"";cursor:pointer;opacity:.15;position:absolute;top:0;left:0;height:25px;width:25px}.checkbox span[data-v-bfb276e7]:after{background-color:transparent;border-bottom:3px solid;border-right:3px solid;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-bfb276e7]:after{opacity:1}.checkbox.-dark[data-v-bfb276e7]{color:#1b1b1d}.checkbox.-dark[data-v-bfb276e7]:before{background:#1b1b1d;opacity:.05}.wrong.checkbox[data-v-bfb276e7]:before{box-shadow:0 0 5px red}.checkbox span[data-v-bfb276e7]:before{background-color:unset;border:none}.checkbox input:checked+span[data-v-bfb276e7]:before{background-color:unset;border:none}.checkbox a[data-v-bfb276e7]{color:#f51d1a;text-decoration:underline}.checkbox a[data-v-bfb276e7]:hover{text-decoration:none}@media (max-width: 575.98px){.checkbox[data-v-bfb276e7]{font-size:16px}.feedback-button-box .button[data-v-bfb276e7]{padding:18px 28px;border:none}.feedback[data-v-bfb276e7]{margin-bottom:60px}}a.button[data-v-bfb276e7],.button[data-v-bfb276e7]{font-family:var(--font-family);background:#f51d1a;border-radius:15px;color:#fff;display:inline-block;font-weight:700;font-size:20px;padding:18px 58px;transition:ease .3s}a.button[data-v-bfb276e7]:hover,.button[data-v-bfb276e7]:hover{background:#e21210}.confirmation--small[data-v-bfb276e7]{width:fit-content;max-width:700px}.confirmation--small .confirmation__text[data-v-bfb276e7]{font-weight:400}.confirmation--small .confirmation__title[data-v-bfb276e7]{font-size:30px}.button[data-v-bfb276e7]{border:none;min-width:234px;max-width:60px}.loader[data-v-bfb276e7]{width:20px;height:20px;border:2px solid #FFF;border-bottom-color:transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation-bfb276e7 1s linear infinite}@keyframes rotation-bfb276e7{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
