.form.--light{background:var(--White)}.form.--light .form__title,.form.--light .form__select-title,.form.--light .form__select-item{color:var(--Black)}.form.--light .form__select-items{max-width:694px}.form.--light .form__select-item.--active{color:var(--White)}.form.--light .form__select-item:hover{background:var(--Grey);border:2px solid var(--Grey);color:var(--White)}.form.--light .form__link{color:var(--Black);width:fit-content}.form.--light .app-checkbox__label{color:var(--Black)}.form__logo{margin-bottom:99px}.form__link-icon{align-items:center;padding-top:5px;display:flex}.form__link{color:var(--White);align-items:center;column-gap:8px;margin-bottom:40px;font-size:20px;font-style:normal;font-weight:400;line-height:155%;display:flex}.form .app-input{margin-top:40px}.form__body{transition:opacity .3s ease-in-out}.form__body.--blocked *{opacity:.55;pointer-events:none;-webkit-user-select:none;user-select:none}.form__body.--blocked .form__button,.form__body.--blocked .form__button .app-button,.form__body.--blocked .form__button svg,.form__body.--blocked .form__button svg path{opacity:1}.form__select-add{cursor:pointer;background:var(--Blue);border-radius:8px;justify-content:center;align-items:center;padding:4px 14px;display:flex}.form__select-add svg{pointer-events:none;-webkit-user-select:none;user-select:none}.form__select-popup{opacity:0;visibility:hidden;transition:opacity .3s ease-in-out,visibility .3s ease-in-out;display:none}.form__select-popup.--active{opacity:1;visibility:visible}.form__title{color:var(--White);margin-bottom:40px}.form__select-title{color:#fff;margin-bottom:14px;font-size:20px;font-style:normal;font-weight:400;line-height:155%}.form__select-items{flex-wrap:wrap;gap:20px;display:flex}.form__select-item{color:#fff;border:2px solid var(--Mediun-Gray);cursor:pointer;-webkit-user-select:none;user-select:none;background:0 0;border-radius:8px;padding:8px 14px;font-size:18px;font-style:normal;font-weight:400;line-height:155%;transition:background .3s ease-in-out,border .3s ease-in-out,color .3s ease-in-out}.form__select-item:hover{background:var(--Mediun-Gray);border-radius:10px}.form__select-item.--active{border:2px solid var(--Blue)!important;background:var(--Blue)!important}.form__button{width:100%;margin-top:40px}.form__button .app-button{text-align:center;justify-content:center;width:100%}.form__policy{margin-top:40px}@media (max-width:1950px){.form__logo{margin-bottom:59px}.form__logo svg{width:auto;height:43px}}@media (max-width:1550px){.form__link{margin-bottom:10px;font-size:16px}.form__title{margin-bottom:30px;font-size:40px}.form__logo{margin-bottom:45px}.form__logo svg{width:auto;height:39px}.form__select-title,.form__select-item{font-size:16px}.form__select-items{gap:14px}.form .app-input{margin-top:32px}.form .app-input .app-input__field{font-size:16px}.form__button,.form__policy{margin-top:30px}.form__button .app-button{column-gap:5px;padding:12px 14px}}@media (max-width:1100px){.form__select-popup{z-index:5;width:100dvw;height:100%;display:block;position:fixed;top:0;left:0;overflow:scroll}.form__select-popup .select-services{height:fit-content!important;padding-bottom:150px!important;display:block!important}}@media (max-width:550px){.form__logo svg{width:auto;height:25px}.form__title{font-size:32px}}
.app-checkbox{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;width:fit-content;display:inline-flex}.app-checkbox input[type=checkbox]{opacity:0;width:0;height:0;position:absolute}.app-checkbox.--error .app-checkbox__box{border:2px solid var(--Red)!important}.app-checkbox.--error .app-checkbox__label{color:var(--Red)!important}.app-checkbox__box{border:2px solid var(--Mediun-Gray);border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;transition:all .2s;display:flex;position:relative}.app-checkbox__box:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:5px;height:10px;transition:transform .2s;position:absolute;top:2px;transform:rotate(45deg)scale(0)}.app-checkbox__label{color:var(--Blue-Gray);font-size:16px;font-style:normal;font-weight:400;line-height:155%;transition:color .3s ease-in-out}.app-checkbox__label a{color:var(--Blue)}input[type=checkbox]:checked+.app-checkbox__box{background-color:var(--Blue);border-color:var(--Blue)}input[type=checkbox]:checked+.app-checkbox__box:after{transform:rotate(45deg)scale(1)}.app-checkbox:hover:not(.app-checkbox--disabled) .app-checkbox__box{border-color:var(--Blue)}
.app-input{width:100%;position:relative}.app-input.--activated .app-input__top,.app-input.--activated .app-input__label{opacity:1!important}.app-input.--app-input-error:hover .app-input__top,.app-input.--app-input-error:hover .app-input__field{opacity:.7}.app-input.--app-input-error .app-input__label{opacity:0}.app-input.--app-input-error .app-input__required{color:var(--Red)!important}.app-input.--app-input-error .app-input__top{opacity:1}.app-input.--app-input-error .app-input__field{color:var(--Red);border-bottom:1px solid var(--Red)}.app-input.--app-input-error .app-input__field::placeholder{color:var(--Red)}.app-input.--app-input-error .app-input__field:hover{opacity:.7;border-bottom:1px solid var(--Red)}.app-input__top{opacity:0;justify-content:space-between;align-items:center;column-gap:24px;width:100%;transition:opacity .3s ease-in-out;display:flex;position:absolute;bottom:35px;left:7px}.app-input__label{color:var(--Grey);font-size:14px;font-style:normal;font-weight:400;line-height:normal;transition:opacity .3s ease-in-out,color .3s ease-in-out}.app-input__required{color:var(--Grey);margin-left:2px}.app-input__field{width:100%;color:var(--Grey);border:none;border-bottom:1px solid var(--Grey);background:0 0;outline:none;padding:5px 7px;font-size:20px;font-style:normal;font-weight:400;line-height:normal;transition:all .3s ease-in-out}.app-input__field::placeholder{color:var(--Grey);transition:color .2s ease-in-out,opacity .2s ease-in-out}.app-input__field:hover:not(:disabled){border-color:var(--White)}.app-input__field:focus{border-bottom:1px solid var(--White)}.app-input__field:focus~.app-input__top{color:var(--White);opacity:1}.app-input__field:focus~.app-input__top .app-input__label,.app-input__field:focus{color:var(--White)}.app-input__field:focus::placeholder{color:var(--White);opacity:0}.app-input__field:disabled{cursor:not-allowed;pointer-events:none;-webkit-user-select:none;user-select:none;opacity:.3}.app-input__error{color:var(--Red);text-align:right;font-size:14px;font-style:normal;font-weight:400;line-height:normal}
.select-services{background:var(--Black);padding:54px 80px 80px;position:relative}.select-services .service-card__arrow{display:none}.select-services:before{content:"";background:var(--Black);pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;height:100vh;position:absolute;top:99%;left:0}.select-services.--blocked *{pointer-events:none;-webkit-user-select:none;user-select:none}.select-services.--blocked:after,.select-services.--blocked:before{opacity:1}.select-services__continue-wrapper,.select-services__continue{display:none}.select-services__title{color:#fff;letter-spacing:-1.454px;text-transform:capitalize;margin-bottom:90px;font-size:52px;font-style:normal;font-weight:400;line-height:normal}.select-services__top{justify-content:space-between;column-gap:24px;display:flex}.select-services__close{cursor:pointer}.select-services__close svg{pointer-events:none;-webkit-user-select:none;user-select:none}.select-services__items{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.select-services__items .service-card{border-color:var(--Mediun-Gray);row-gap:26px}.select-services__items .service-card:hover{background:#4775fe0d}.select-services__items .service-card:last-child{flex-direction:row;grid-column:1/3;justify-content:flex-start;align-items:center;gap:23px;display:flex}.select-services__items .service-card:last-child .service-card__description{max-width:100%;margin-top:0!important}.select-services__items .service-card.service-card--active{background:var(--Blue)}.select-services__items .service-card.service-card--active .service-card__description{color:var(--White)}.select-services__items .service-card.service-card--active .service-card__icon svg path{stroke:var(--White)}.select-services__items .service-card__title{color:var(--White)}.select-services__items .service-card__bottom{height:fit-content!important}.select-services__items .service-card__description{color:var(--Blue-Gray);max-width:450px;transition:color .3s ease-in-out;margin-bottom:0!important}.select-services__items .service-card__cta{display:none}@media (max-width:1950px){.select-services{padding:53px 40px}.select-services__title{margin-bottom:66px;font-size:42px}.select-services .service-card{row-gap:19px}.select-services .service-card__icon svg{width:35px;height:35px}.select-services .service-card__title{font-size:28px}}@media (max-width:1550px){.select-services{padding:36px}.select-services__title{margin-bottom:36px;font-size:40px}.select-services .service-card{padding:20px}.select-services .service-card__icon svg{width:30px;height:30px}.select-services .service-card__title{font-size:24px}.select-services__items .service-card__description{font-size:16px}.select-services__items{gap:14px}}@media (max-width:1100px){.select-services{display:none}.form__select-popup{background:var(--Black)}.form__select-popup .select-services{width:100%;height:100%}.form__select-popup .select-services:before{display:none}.select-services__continue-wrapper{z-index:5;opacity:0;width:100%;transition:opacity .3s ease-in-out,bottom .3s ease-in-out;display:flex;position:fixed;bottom:0;left:50%;transform:translate(-50%)}.select-services__continue-wrapper.--active{opacity:1;bottom:30px}.select-services__continue-wrapper:before{content:"";background:var(--Black);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);pointer-events:none;-webkit-user-select:none;user-select:none;width:100vw;height:700%;position:absolute;top:-30px;left:50%;transform:translate(-50%)}.select-services__continue{z-index:2;justify-content:center;width:100%;max-width:55%;margin:0 auto;display:flex;font-size:16px!important}}@media (max-width:820px){.select-services .service-card__description{margin-top:0!important}}@media (max-width:700px){.select-services__items{flex-direction:column;display:flex}.select-services .service-card__description{max-width:100%}.select-services__items .service-card:last-child{flex-direction:column;align-items:flex-start}.select-services .service-card{row-gap:12px;padding:14px}.select-services .service-card__icon svg{width:28px;height:28px}.service-card__top{column-gap:8px!important}}@media (max-width:550px){.select-services{padding:36px 24px}.select-services__title{font-size:28px}}@media (max-width:420px){.select-services{padding:36px 14px}}
.service-card{border:1px solid var(--Grey);cursor:pointer;border-radius:8px;flex-direction:column;row-gap:32px;padding:32px;transition:all .3s;display:flex}.service-card__top{pointer-events:none;-webkit-user-select:none;user-select:none;align-items:center;column-gap:15px;display:flex}.service-card__icon{flex-shrink:0;display:flex}.service-card__icon svg path{transition:stroke .3s ease-in-out}.service-card__title{color:var(--Black);letter-spacing:.1px;flex:1;font-size:32px;font-style:normal;font-weight:500;line-height:normal}.service-card__arrow{flex-shrink:0;justify-content:center;align-items:center;margin-left:auto;transition:transform .5s cubic-bezier(.65,0,.35,1);display:none}.service-card__bottom{transition:height .5s cubic-bezier(.65,0,.35,1);overflow:hidden}.service-card__description{color:var(--Black);letter-spacing:.8px;pointer-events:none;-webkit-user-select:none;user-select:none;margin-bottom:32px;font-size:20px;font-style:normal;font-weight:400;line-height:155%}.service-card__cta,.service-card__cta a{justify-content:flex-start;text-align:left!important}.service-card--active .service-card__arrow{transform:rotate(90deg)}.service-card--no-expand{cursor:default}.service-card--no-expand .service-card__bottom{overflow:visible;height:auto!important}@media (max-width:1950px){.service-card__description{font-size:18px}}@media (max-width:1450px){.service-card{justify-content:center;row-gap:27px}.service-card__description{margin-bottom:27px}}@media (max-width:1320px){.service-card__title{font-size:26px}.service-card__description{font-size:16px}}@media (max-width:720px){.service-card__arrow{display:flex}.service-card{row-gap:0}.service-card__bottom{height:0}.service-card__description{margin-top:27px}}@media (max-width:550px){.service-card{padding:20px}.service-card__description{margin-top:20px;margin-bottom:20px}.service-card__icon svg{width:26px;height:auto}.service-card__title{font-size:22px}.service-card__description{font-size:16px}}
