@media only screen and (min-width: 621px)and (max-width: 910px){.mobile-only{display:none}}@media only screen and (min-width: 911px)and (max-width: 1170px){.mobile-only{display:none}}@media only screen and (min-width: 1170px){.mobile-only{display:none}}@media(min-width: 320px)and (max-width: 620px){.mobile-hide{display:none}}.fmr{background:#fff}.fmr__header{font-size:24px;color:var(--color-Text-Primary);line-height:26px;margin-top:0;font-weight:600;margin-bottom:8px}@media(min-width: 320px)and (max-width: 620px){.fmr__header{font-size:22px;line-height:22px;margin-bottom:8px}}.fmr__desc{font-size:15px;font-weight:400;line-height:20px;margin:0 0 16px;text-align:left}.fmr__desc p{margin:0 0 20px}@media(min-width: 320px)and (max-width: 620px){.fmr__desc{line-height:20px;margin:0 0 16px}}.fmr__desc>a{color:var(--color-Text-Link)}@media only screen and (min-width: 1170px){.fmr__desc>a:hover{border-bottom:1px dashed #4d8be9}}.fmr__label{font-size:12px;margin:0 0 5px;font-weight:500;color:#242424;display:flex;justify-content:space-between;align-items:flex-end}.fmr__types{display:flex;justify-content:space-between;margin:0 0 14px}.fmr__types .type{width:calc((100% - 12px)/3);height:38px;display:flex;justify-content:space-between;text-align:center;align-items:center;cursor:pointer;border-radius:10px;background:#f5f5f7;border:1px solid #efefef;padding:12px;font-size:12px;font-weight:500}.fmr__types .type.wa:hover,.fmr__types .type.wa.active{background:#c6f2c4;border:1px solid #c6f2c4}.fmr__types .type.tg:hover,.fmr__types .type.tg.active{background:#e1f4ff;border:1px solid #e1f4ff}.fmr__types .type.em:hover,.fmr__types .type.em.active{background:#ffe0c3;border:1px solid #ffe0c3}.fmr__types .type>img{display:block;width:16px}.fmr__types .type>span{line-height:16px}@media(min-width: 320px)and (max-width: 620px){.fmr__types .type>span{font-size:12px}}.fmr .inputs-block{display:flex;flex-direction:column;gap:10px}.fmr.form-container.submitted .form-container__success{display:flex}.fmr.form-container.submitted .form-container__inner{display:none}.fmr form .input__label{font-size:12px;margin:0 0 5px;font-weight:500;color:#242424;display:flex;justify-content:space-between;align-items:flex-end}.fmr form .form-control{position:relative}.fmr form .form-control>div{display:flex;justify-content:space-between}.fmr form .form-control>div .control-label{font-size:12px;margin:0 0 5px;font-weight:500;color:#242424;display:flex;justify-content:space-between;align-items:flex-end}.fmr form .form-control input[type=text],.fmr form .form-control input[type=password],.fmr form .form-control input[type=tel],.fmr form .form-control input[type=email]{border-radius:12px;font-size:16px;line-height:20px;padding:20px;height:48px;background-color:#f4f4f4;border:1px solid #efefef}@media(min-width: 320px)and (max-width: 620px){.fmr form .form-control input[type=text],.fmr form .form-control input[type=password],.fmr form .form-control input[type=tel],.fmr form .form-control input[type=email]{-webkit-appearance:none}}.fmr form .form-control input[type=text]:focus,.fmr form .form-control input[type=password]:focus,.fmr form .form-control input[type=tel]:focus,.fmr form .form-control input[type=email]:focus{border:1px solid #4d8be9}.fmr form .form-control input[type=text]:hover,.fmr form .form-control input[type=password]:hover,.fmr form .form-control input[type=tel]:hover,.fmr form .form-control input[type=email]:hover{border:1px solid #4d8be9}.fmr form .form-control input[type=text]::placeholder,.fmr form .form-control input[type=password]::placeholder,.fmr form .form-control input[type=tel]::placeholder,.fmr form .form-control input[type=email]::placeholder{color:#dcdada;opacity:1}.fmr form .form-control textarea{border-radius:15px;font-size:16px;line-height:20px;padding:20px;margin-bottom:0;height:125px}.fmr form .form-control .input__label{font-size:12px;margin:0 0 5px;font-weight:500;color:#242424;display:flex;justify-content:space-between;align-items:flex-end}.fmr form .form-control .help-block{display:none}.fmr form .form-control.has-error input,.fmr form .form-control.has-error textarea{border-color:#ff4545 !important;border:1px solid}.fmr form .form-control.has-error .input-mark_f{display:flex}.fmr form .form-control.has-error .help-block{margin-top:0;font-size:11px;font-weight:500;display:block;color:#ff4545}.fmr form .form-control.has-success .input-mark_s{display:flex;cursor:default}.fmr form .form-control input[type=text],.fmr form .form-control input[type=tel]{padding:0 40px 0 20px}.fmr form .form-control span.input-mark{position:absolute;right:0;top:19px;height:40px;width:40px;display:none;flex-direction:column;justify-content:center;background-repeat:no-repeat;background-position:50% 50%;background-size:14px 14px}.fmr form .form-control span.input-mark_s{background-image:url("/images/icons/gallnew.svg")}.fmr form .form-control span.input-mark_f{background-image:url("/images/icons/krenew.svg")}.fmr form .form-control .help-block{display:none}.fmr form .form-control input[type=text],.fmr form .form-control input[type=tel],.fmr form .form-control textarea,.fmr form .form-control input[type=email]{border-radius:12px;font-size:16px;line-height:19px;border:1px solid #efefef;width:100%;height:48px;background-color:#f4f4f4}@media(min-width: 320px)and (max-width: 620px){.fmr form .form-control input[type=text],.fmr form .form-control input[type=tel],.fmr form .form-control textarea,.fmr form .form-control input[type=email]{-webkit-appearance:none}}.fmr form .form-control input[type=text]:focus,.fmr form .form-control input[type=tel]:focus,.fmr form .form-control textarea:focus,.fmr form .form-control input[type=email]:focus{border:1px solid #4d8be9}.fmr form .form-control input[type=text]:hover,.fmr form .form-control input[type=tel]:hover,.fmr form .form-control textarea:hover,.fmr form .form-control input[type=email]:hover{border:1px solid #4d8be9}.fmr form .form-control input[type=text],.fmr form .form-control input[type=email]{padding-right:45px;height:48px;background-color:#f4f4f4}.fmr form .form-control textarea{margin-bottom:0;padding:15px 40px 15px 15px;height:130px}.fmr form .form-control textarea.no-detect-city{height:120px}.fmr form .form-control span.input-mark{position:absolute;right:0;top:19px;height:48px;width:48px}.fmr form button{margin-top:6px;font-size:17px;font-weight:500;width:100%;height:54px;line-height:52px;background-color:var(--color-Button-Primary);color:#fff;border-radius:12px;transition:all .3s ease;box-shadow:0px 10px 20px 0px rgba(50,132,227,.25)}@media(min-width: 320px)and (max-width: 620px){.fmr form button{font-size:16.5px}}.fmr form button img{position:relative;top:1px}.fmr form button:hover{background-color:var(--color-Button-Primary_hover);-webkit-transform:scale(1.02);-ms-transform:scale(1.02);transform:scale(1.02)}.fmr.modal{padding:30px;border-radius:25px;width:390px}@media(min-width: 320px)and (max-width: 620px){.fmr.modal{width:100%;padding:22px;position:fixed;left:0;bottom:0;right:0;border-radius:25px 25px 0 0}}@media only screen and (min-width: 621px)and (max-width: 910px){.fmr.modal{display:none}}@media only screen and (min-width: 1170px){.fmr.modal{width:390px}}.fmr.modal .form-container__success{display:none;text-align:left;flex-direction:column;row-gap:10px;justify-content:center}.fmr.modal .form-container__success .telegram-link{display:flex;padding:16px;justify-content:center;align-items:center;gap:10px;align-self:stretch;border-radius:16px;background:#01a2fa;border:none;width:100%;color:#fff;font-size:18px;font-weight:600;line-height:24px;cursor:pointer;transition:.2s}.fmr.modal .form-container__success .telegram-link:hover{transform:scale(1.02)}.fmr.modal .form-container__success-header{font-weight:500;font-size:22px;margin:0}.fmr.modal .form-container__success img{width:18px;height:18px;margin-left:6px}.fmr.modal .form-container__success-desc{margin:0;padding:0;text-align:left}.fmr.modal .form-container__success-desc p{margin:0 0 14px;font-size:15px;line-height:20px}.fmr.modal .form-container__success-desc img{width:100%;height:auto;border-radius:10px;margin:4px 0 0}.fmr.modal .form-container__success-desc a:hover{border-bottom:none}/*# sourceMappingURL=fmr.css.map */
