.form-modal{background:var(--primary-background-color);border-radius:12px;box-sizing:border-box;display:grid;grid-template-rows:max-content min-content;left:50%;min-width:345px;padding:20px;position:fixed;top:50%;transform:translate(-50%,-50%)}.form-modal__overlay{background:#00000080;left:0;min-height:100%;position:fixed;top:0;width:100%;z-index:3001}.form-modal__header{display:flex;justify-content:end;margin-bottom:12px}.form-modal__header-close{color:var(--global-cold-gray_4);height:16px;width:16px}.form-modal__header-close:hover{cursor:pointer}.form-modal__close{background-color:inherit;background-image:url(../image/close_icon.svg);border:none;height:24px;width:24px}.form-modal__close:hover{cursor:pointer}.form-modal__title{color:var(--primary-text-color);font-size:16px;font-weight:500;line-height:120%;margin:12px 0 8px}@media screen and (min-width:768px){.form-modal__title{font-size:20px;margin:16px 0 8px}}@media screen and (min-width:1280px){.form-modal__title{font-size:24px;margin:24px 0 8px}}.form-modal__description{color:var(--primary-text-color);font-size:14px;font-weight:400;line-height:120%;margin:0 0 20px}@media screen and (min-width:768px){.form-modal__description{font-size:16px}}@media screen and (min-width:1280px){.form-modal__description{font-size:18px}}.form-modal__image{height:auto;width:100%}.form-modal__content{align-items:center;display:grid;justify-items:center}.form-modal__icon{height:40px;width:40px}@media screen and (min-width:768px){.form-modal__icon{height:45px;width:45px}}@media screen and (min-width:1280px){.form-modal__icon{height:58px;width:58px}}.checkbox[data-v-4812033d]{align-items:flex-start;cursor:pointer;display:flex;font-size:16px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.checkbox__input[data-v-4812033d]{display:none}.checkbox__custom[data-v-4812033d]{background:#fff;border:2px solid #cbd5e1;border-radius:4px;margin-right:8px;margin-top:3.5px;min-height:17.3px;min-width:17.3px;position:relative;transition:all .2s ease}.checkbox__custom[data-v-4812033d]:after{border:solid #fff;border-width:0 1.5px 1.5px 0;content:"";height:11px;left:4px;opacity:0;position:absolute;top:0;transform:rotate(45deg);transition:opacity .2s ease;width:5px}.checkbox__input:checked+.checkbox__custom[data-v-4812033d]{background:#65aeff;border-color:#65aeff}.checkbox__input:checked+.checkbox__custom[data-v-4812033d]:after{opacity:1}.checkbox__text[data-v-4812033d]{color:var(--secondary-text-color);font-size:14px;font-weight:400;line-height:150%}.checkbox a[data-v-4812033d]{color:#65aeff;margin-left:4px;text-decoration:underline}@media screen and (min-width:1280px){.form[data-v-1621f409]{align-self:center}}@media screen and (min-width:1680px){.form[data-v-1621f409]{max-width:850px}}.form__container[data-v-1621f409]{border:1px solid var(--primary-border-color);border-radius:8px;display:flex;flex-direction:column;margin-bottom:50px;margin-top:50px;padding:24px}@media screen and (min-width:1280px){.form__container[data-v-1621f409]{display:grid;grid-template-columns:60% 1fr;grid-column-gap:100px}}@media screen and (min-width:1680px){.form__container[data-v-1621f409]{grid-column-gap:150px}}.form__title[data-v-1621f409]{font-size:24px;font-weight:500;line-height:133%;margin-bottom:12px}@media screen and (min-width:768px){.form__title[data-v-1621f409]{font-size:32px}}@media screen and (min-width:1280px){.form__title[data-v-1621f409]{font-size:40px}}.form__text[data-v-1621f409]{font-size:16px;font-weight:400;line-height:150%}@media screen and (min-width:768px){.form__text[data-v-1621f409]{font-size:20px}}.form__form[data-v-1621f409]{display:grid;grid-column-gap:12px;margin-top:32px}@media screen and (min-width:768px){.form__form[data-v-1621f409]{grid-template-columns:1fr 1fr;grid-template-rows:min-content 1fr}}.form__input[data-v-1621f409]{height:32px}.form__input[data-v-1621f409],.form__input[data-v-1621f409]:focus{border:none;border-bottom:1px solid var(--primary-border-color)}.form__input[data-v-1621f409]:focus{box-shadow:none;outline:none}.form__input[data-v-1621f409]::-moz-placeholder{color:var(--secondary-text-color);font-size:14px;font-weight:400;line-height:150%}.form__input[data-v-1621f409]::placeholder{color:var(--secondary-text-color);font-size:14px;font-weight:400;line-height:150%}.form__input-error[data-v-1621f409],.form__input-error[data-v-1621f409]:focus{border-bottom:1px solid #fd614c}.form__phone-error--text[data-v-1621f409]{color:#fd614c;font-size:12px;font-weight:300;line-height:16px}@media screen and (min-width:768px){.form__input--description[data-v-1621f409]{grid-column:1/3}}.form__phone[data-v-1621f409]{display:flex;flex-direction:column;min-height:53px}.form__submit[data-v-1621f409]{display:grid}@media screen and (min-width:768px){.form__submit[data-v-1621f409]{grid-column:1/3;grid-template-columns:160px 1fr;grid-column-gap:36px}}.form__button[data-v-1621f409]{margin-top:32px}.form__button-disabled[data-v-1621f409]{opacity:.5;pointer-events:none}.form__footer[data-v-1621f409]{color:var(--secondary-text-color);font-size:14px;font-weight:400;line-height:150%;margin-top:32px}@media screen and (min-width:768px){.form__footer[data-v-1621f409]{max-width:380px}}.form__img[data-v-1621f409]{display:none}@media screen and (min-width:1280px){.form__img[data-v-1621f409]{display:flex}}.form__img-image[data-v-1621f409]{width:100%}@media screen and (min-width:1680px){.form__img-image[data-v-1621f409]{height:474px;width:484px}}
