@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap";*,:after,:before,::backdrop,::file-selector-button{box-sizing:border-box;margin:0;padding:0;border:0 solid}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:--theme(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:--theme(--default-font-feature-settings,normal);font-variation-settings:--theme(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:--theme(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:--theme(--default-mono-font-feature-settings,normal);font-variation-settings:--theme(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea,::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;border-radius:0;background-color:transparent;opacity:1}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::-moz-placeholder{opacity:1}::placeholder{opacity:1}@supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px){::-moz-placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]),::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}.slide-left{opacity:0;animation:slide-left 1s ease-out forwards;animation-delay:.5s}.slide-right{opacity:0;animation:slide-right 1s ease-out forwards;animation-delay:.5s}.vue-transition-enter-active{animation:slideInUp .2s ease-out}@keyframes slideInUp{0%{transform:translateY(8px);opacity:0}to{transform:translateY(0);opacity:1}}.vue-transition-leave-active{animation:slideOutDown .15s ease-in}@keyframes slideOutDown{0%{transform:translateY(0);opacity:1}to{transform:translateY(8px);opacity:0}}.vue-transition-enter-from,.vue-transition-leave-to{transform:translateY(8px);opacity:0}.fade-enter-active{transition:opacity .3s ease}.fade-leave-active{transition:opacity .2s ease}.fade-enter-from,.fade-leave-to{opacity:0}.slide-enter-active{transition:all .3s ease-out}.slide-leave-active{transition:all .2s ease-in}.slide-enter-from{transform:translate(-20px);opacity:0}.slide-leave-to{transform:translate(20px);opacity:0}.c-container{margin-right:auto;margin-left:auto;padding-right:1.5rem;padding-left:1.5rem;width:100%;max-width:90rem}@media (max-width: 768px){.c-container{padding-right:1rem;padding-left:1rem}}.section{padding-top:40px;padding-bottom:40px}@media (max-width: 768px){.section{padding-top:20px;padding-bottom:20px}}.c-button{cursor:pointer;border:none;border-radius:25px;background:#fff;padding:15px 30px;color:#000;font-weight:400;font-size:18px;line-height:1.2;text-align:center;transition:all .2s ease-in-out}@media (hover: hover){.c-button:hover{box-shadow:3px 3px 10px #00000040}}@media (max-width: 768px){.c-button{font-size:16px}}.social-list{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:var(--gap-base)}.social-list__link{transition:all .2s ease-in-out}@media (hover: hover){.social-list__link:hover{opacity:.7}}.social-list__icon_s{width:16px;height:16px}.social-list__icon_m{width:24px;height:24px}.social-list__icon_l{width:32px;height:32px}.notification__container{display:flex;position:fixed;flex-direction:column;gap:8px;z-index:50;width:18rem}.notification__container--top-start{top:1rem;left:1rem;flex-direction:column-reverse}.notification__container--top-end{top:1rem;right:1rem;flex-direction:column-reverse}.notification__container--bottom-start{bottom:1rem;left:1rem;flex-direction:column}.notification__container--bottom-end{right:1rem;bottom:1rem;flex-direction:column}.notification__item{display:flex;justify-content:space-between;align-items:center;gap:16px;transition:opacity .3s,transform .3s;box-shadow:0 1px 3px #0000001a;border:1px solid #efefef;border-radius:var(--rounded-base);background:#fff;padding:16px}.notification__item--enter-start{transform:translate(3rem);opacity:0}.notification__item--leave-end{transform:translate(0);opacity:1}.notification__item--success{border-color:#5eb92d;background:#5eb92d}.notification__item--success .notification__icon{background-color:#fff;color:#5eb92d}.notification__item--success .notification__content{color:#fff}.notification__item--error{border-color:#ff3b41;background:#e7000b}.notification__item--error .notification__icon{background-color:#fff;color:#e7000b}.notification__item--error .notification__content{color:#fff}.notification__item--warning .notification__icon{background-color:#fef3c7;color:#854d0e}.notification__item--info .notification__icon{background-color:#dbeafe;color:#1d4ed8}.notification__icon{display:flex;flex-shrink:0;justify-content:center;align-items:center;border-radius:50%;width:32px;height:32px}.notification__icon-svg{width:16px;height:16px}.notification__content{flex-grow:1}.notification__link{display:inline-flex;align-items:center;gap:4px;transition:background-color .3s;margin-top:8px;background-color:#f3f4f6;padding:4px 8px;color:#1f2937;font-weight:500;font-size:12px}.notification__link:hover{background-color:#e5e7eb}.notification__link-icon{opacity:.5;transition:transform .3s;width:12px;height:12px}.notification__link:hover .notification__link-icon{transform:translate(2px)}.notification__close{display:flex;justify-content:center;align-items:center;transition:color .3s;width:20px;height:20px;color:#efefef}.notification__close:hover,.notification__close:active{color:#fff}.notification__close-icon{width:20px;height:20px}dialog{transform:scale(.98);opacity:0;transition:opacity .5s ease,transform .5s ease;margin:auto;border:0;background:transparent;padding:0}dialog::backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#000000bf}dialog[open]{transform:scale(1);opacity:1}.modal__inner{position:relative;border-radius:12px;background:#fff;padding:1rem;width:min(90vw,32rem);max-height:90vh;overflow:auto}.modal__close{position:absolute;top:1rem;right:1rem;cursor:pointer;width:1rem;height:1rem}@media (hover: hover){.modal__close:hover .modal__close-icon{fill:#5eb92d}}.modal__close-icon{width:.8rem;height:.8rem;fill:#000;transition:all .2s ease-in-out}.modal__card{display:flex;flex-direction:column}.modal__card-header{border-bottom:1px solid #efefef;padding:.5rem;font-weight:600;font-size:16px}.modal__card-content{padding:.5rem}.modal__card-footer{border-top:1px solid #efefef;padding:.5rem}.modal-form.form{box-shadow:none;background:#fff;padding:0}.modal-form .form__input{border:1px solid #eee}.modal-form .form__input:focus,.modal-form .form__input:focus-visible{border:1px solid #eeeff1}.modal-form .form__submit{background:#5eb92d;min-width:250px;color:#fff}.modal-form .form__submit[disabled]{opacity:.7}.modal-form .form__submit[disabled]:hover{box-shadow:none}.modal-form .form__policy-link:hover{color:#5eb92d}.page__row{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:2rem}.page__row:not(:first-of-type){margin-top:2rem}@media (max-width: 992px){.page__row{flex-direction:column;margin-top:2rem}.page__row:not(:first-of-type){margin-top:2rem}}@media (max-width: 768px){.page__row{margin-top:1.5rem}.page__row:not(:first-of-type){margin-top:2rem}}@media (max-width: 576px){.page__row{margin-top:1rem}.page__row:not(:first-of-type){margin-top:2rem}}.page__col{width:50%}@media (max-width: 992px){.page__col{width:100%}}.page__section-title{margin-bottom:1rem;color:#201a2d;font-weight:400;font-size:24px}.page__subtitle{margin-bottom:.5rem;font-weight:400;font-size:20px}.page__text{margin:0 0 1rem;font-weight:300;font-size:20px}.page__text:last-of-type{margin-bottom:0}@media (max-width: 768px){.page__text{margin:.5rem 0 0;font-size:18px;-webkit-hyphens:auto;hyphens:auto}}.page__image{margin:auto;width:100%;height:100%;max-height:300px;-o-object-fit:contain;object-fit:contain}@media (max-width: 992px){.page__image{max-height:400px}}.contacts__container{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:2rem}@media (max-width: 576px){.contacts__container{gap:1rem}}.contacts__col{width:50%}@media (max-width: 992px){.contacts__col{width:100%}}.contacts .contacts-list__wrapper{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.contacts .contacts-list{margin-top:2rem;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;position:relative;gap:1rem;z-index:2}.contacts .contacts-list__item{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;gap:1rem;font-weight:300;font-size:1.3rem;line-height:1.3}.contacts .contacts-list__item-icon{margin-top:3px;width:1.5rem;height:1.5rem;fill:#ff9914}.contacts .contacts-list__item-link{transition:all .2s ease-in-out}@media (hover: hover){.contacts .contacts-list__item-link:hover{color:#ff9914}}@media (max-width: 768px){.contacts .contacts-list__item-icon{width:20px;height:20px}.contacts .contacts-list__item-text,.contacts .contacts-list__item-link{font-size:16px}}@media (max-width: 576px){.contacts .contacts-list{margin-top:1rem}}.contacts .contacts__rating{transform:scale(1.5) translate(105px);padding:2rem 0 1rem}.contacts .contacts-info{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:1.5rem;margin-top:2rem}.contacts .contacts-info__title{color:#201a2d;font-weight:400;font-size:1.3rem;line-height:1.3}.contacts .contacts-info__text{font-weight:300;font-size:1.3rem;line-height:1.3}@media (max-width: 768px){.contacts .contacts-info__title,.contacts .contacts-info__text{font-size:1rem}}@media (max-width: 576px){.contacts .contacts-info{flex-direction:column;gap:.5rem;margin-top:1rem}}.contacts__social{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:1rem;margin-top:2rem}.contacts__social-title{color:#201a2d;font-weight:400;font-size:1.3rem;line-height:1.3}@media (max-width: 768px){.contacts__social{gap:.5rem}.contacts__social-title{font-size:16px}}@media (max-width: 576px){.contacts__social{margin-top:1rem}}.req__row{margin-top:2.5rem;display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;gap:2.5rem}@media (max-width: 768px){.req__row{flex-direction:column;gap:2rem;margin-top:2rem}}.req__col{width:50%}@media (max-width: 768px){.req__col{width:100%}}.req__item{border-radius:10px;background:#fcfbf9;padding:2rem;width:100%;height:100%;box-shadow:0 1px 5px #0000001a}@media (max-width: 768px){.req__item{padding:1rem}}.req__item-header{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem}.req__item-number{display:flex;flex-direction:row;justify-content:center;align-items:center;background-image:url(data:image/svg+xml;base64,PHN2ZwogICAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgODIgODQiPgogICAgPHBhdGggZmlsbD0iIzVlYjkyZCIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNNDQuMTI1IDgwLjQ0Yy03LjI0OC4yOS0xMy4zNjUtNC44MjgtMTkuODQzLTguMTU1LTYuMjU3LTMuMjEzLTEzLjg5LTUuMDA5LTE3LjU3NC0xMS4wNjItMy42NTYtNi4wMDgtMS42NC0xMy42NzItMS43Ny0yMC43MjMtLjEyLTYuNTQzLTEuMzc3LTEzLjIwMyAxLjAzNC0xOS4yNjcgMi40NjEtNi4xOTIgNi42LTEyLjE5NiAxMi41ODItMTQuOTggNS43OTQtMi42OTcgMTIuNDctLjMzNyAxOC44MTUuMzY1IDUuMjQuNTggMTAuMzQ2IDEuMjYgMTUuMTgyIDMuMzk1IDQuOTE3IDIuMTcxIDkuMTA5IDUuMzc3IDEzLjA0OSA5LjA3IDQuNzUgNC40NTEgMTAuOTQ2IDguMzM5IDEyLjM1IDE0LjczNiAxLjQxOCA2LjQ2NC0yLjU3NCAxMi42OTMtNC45ODMgMTguODM4LTIuNTI5IDYuNDQ5LTQuNTI1IDEzLjI4My05LjQ4NSAxOC4wNi01LjMxIDUuMTE1LTEyLjAzMSA5LjQzLTE5LjM1NyA5LjcyMloiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPgo8L3N2Zz4K);background-size:contain;background-repeat:no-repeat;width:60px;height:60px;color:#fff;font-weight:600;font-size:20px}@media (max-width: 768px){.req__item-number{width:40px;height:40px;font-size:18px}}.req__item-title{font-weight:400;font-size:1.5rem}@media (max-width: 768px){.req__item-title{font-size:18px}}.req .req-formats__row{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:1rem;margin-top:1rem}@media (max-width: 768px){.req .req-formats__row{flex-direction:column;align-items:flex-start}}.req .req-formats__card{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:1rem;border:1px solid #efefef;border-radius:10px;background:#fff;padding:1rem}@media (max-width: 576px){.req .req-formats__card{width:100%}}.req .req-formats__card-title{font-weight:400;font-size:1rem}@media (max-width: 768px){.req .req-formats__card-title{font-size:.8rem}}.req .req-formats__card-list{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:1rem}.req .req-formats__card-icon{width:50px;height:50px;-o-object-fit:contain;object-fit:contain}@media (max-width: 768px){.req .req-formats__card-icon{width:40px;height:40px}}.req .req-formats__info{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:1rem}.req .req-formats__info-icon{display:flex;flex-direction:row;justify-content:center;align-items:center;border-radius:6px;background:#ff3b41;padding:5px;width:46px;height:46px}@media (max-width: 768px){.req .req-formats__info-icon{width:40px;height:40px}.req .req-formats__info-icon svg{width:20px;height:20px}}.req .req-formats__info-icon svg{width:26px;height:26px;fill:#fff}.req .req-formats__info-text{max-width:500px;font-weight:300;font-size:1rem}@media (max-width: 768px){.req .req-formats__info-text{font-size:.8rem}}.req .req-formats__info-text .accent{color:#ff3b41;font-weight:400}.req .req-sizes{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:1rem;margin-top:1rem}@media (max-width: 768px){.req .req-sizes{flex-direction:column;align-items:flex-start}}.req .req-sizes__list{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:1rem;padding-top:10px;padding-left:10px;width:60%}@media (max-width: 768px){.req .req-sizes__list{width:100%}}@media (max-width: 576px){.req .req-sizes__list{padding-left:0}}.req .req-sizes__item{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1rem}.req .req-sizes__item-header{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:1rem}@media (max-width: 768px){.req .req-sizes__item-header{gap:.5rem}}.req .req-sizes__item-number{display:flex;flex-direction:row;justify-content:center;align-items:center;box-shadow:0 0 0 3px #fff,0 0 0 4px #ff991480;border-radius:50%;background-color:#ff9914;width:22px;height:22px;color:#fff;font-weight:400;font-size:16px}@media (max-width: 768px){.req .req-sizes__item-number{width:20px;height:20px;font-size:14px}}.req .req-sizes__item-title{font-weight:400;font-size:18px}@media (max-width: 768px){.req .req-sizes__item-title{font-size:16px}}.req .req-sizes__item-text{font-weight:300;font-size:1rem}@media (max-width: 768px){.req .req-sizes__item-text{font-size:.8rem}}.req .req-sizes__info{display:inline-block;border-radius:10px;background:#5eb92d;padding:10px 20px}.req .req-sizes__info-text{color:#fff;font-weight:300;font-size:1rem}@media (max-width: 768px){.req .req-sizes__info-text{font-size:.8rem}}.req .req-sizes__info-text .accent{color:#fff;font-weight:400}.req .req-sizes__layout{width:40%}@media (max-width: 768px){.req .req-sizes__layout{width:100%}}.req .req-sizes__layout-title{font-weight:300;font-size:1rem}@media (max-width: 768px){.req .req-sizes__layout-title{font-size:.8rem}}.req .req-sizes__layout-img{width:100%}@media (max-width: 768px){.req .req-sizes__layout-img{margin:0 auto;max-width:450px}}.req .req-fonts__text{font-weight:300;font-size:1rem}@media (max-width: 768px){.req .req-fonts__text{font-size:.8rem}}.req .req-fonts__img{padding:0 30px;width:100%;height:auto;-o-object-fit:contain;object-fit:contain}@media (max-width: 768px){.req .req-fonts__img{margin:0 auto;max-width:450px}}.req .req-gamma__text{font-weight:300;font-size:1rem}@media (max-width: 768px){.req .req-gamma__text{font-size:.8rem}}.req .req-gamma__img{margin:1rem auto;width:100%;max-width:350px;height:auto;-o-object-fit:contain;object-fit:contain}.req .req-layers{max-width:700px}.req .req-layers__text{margin-top:1rem;font-weight:300;font-size:1rem}@media (max-width: 768px){.req .req-layers__text{font-size:.8rem}}.req .rec-block{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;margin-top:1rem;border-radius:10px;background:#fff;padding:1rem}.req .rec-block__col--icon{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:1rem 1rem 1rem 0;min-width:100px}@media (max-width: 576px){.req .rec-block__col--icon{display:none}}.req .rec-block__icon{width:50px;height:50px}@media (max-width: 768px){.req .rec-block__icon{width:40px;height:40px}}.req .rec-block__icon path{stroke:#5eb92d}.req .rec-block__title{color:#5eb92d;font-size:20px}@media (max-width: 768px){.req .rec-block__title{font-size:1.2rem}}.req .rec-block__list{margin-top:.5rem;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:5px;list-style:none}.req .rec-block__item{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;font-weight:300;font-size:1rem}@media (max-width: 768px){.req .rec-block__item{font-size:.8rem}}.req .rec-block__item:before{display:inline-block;flex-shrink:0;margin-top:8px;margin-right:1rem;border-radius:100%;background:#5eb92d;width:8px;height:8px;content:""}@media (max-width: 768px){.req .rec-block__item:before{margin-top:8px;width:6px;height:6px;content:""}}@media (max-width: 576px){.req .rec-block__item:before{margin-top:6px;margin-right:.5rem}}.req__text{margin:1rem 0;font-weight:300;font-size:1.2rem}.content{color:#201a2d;font-size:16px;line-height:1.5}.content h1,.content h2,.content h3,.content h4,.content h5,.content h6{margin:16px 0 8px;color:#201a2d;font-weight:400}.content h1{font-size:32px}.content h2{font-size:24px}.content h3{font-size:20px}.content h4{font-size:18px}.content h5{font-size:16px}.content h6{font-size:14px}.content p{margin-bottom:16px;font-weight:300;font-size:16px}.content a{color:#5eb92d;text-decoration:underline;transition:all .2s ease-in-out}.content a:hover{opacity:.7}.content strong{color:#201a2d;font-weight:600}.content em{color:#201a2d;font-style:italic}.content small{opacity:.9;font-size:14px}.content mark{border-radius:2px;background-color:#ff99141f;padding:0 2px}.content ul,.content ol{margin:16px 0;padding-left:40px}.content ul li,.content ol li{margin-bottom:8px}.content ul{list-style-type:disc}.content ol{list-style-type:decimal}.content blockquote{margin:24px 0;border-left:4px solid #30a0c3;border-radius:6px;background-color:#eaf4f8;padding:16px 24px;color:#201a2d;font-style:italic}.content img{display:block;margin:24px 0;max-width:100%;height:auto}.content table{margin:24px 0;border:1px solid #eeeff1;border-radius:6px;border-collapse:collapse;width:100%;overflow:hidden}.content table th,.content table td{border:1px solid #eeeff1;padding:12px;text-align:left}.content table th{background-color:#eeeff1;font-weight:700}.content table tr:nth-child(2n) td{background-color:#201a2d05}.content code{border-radius:4px;background-color:#eeeff1;padding:2px 4px;font-size:14px;font-family:monospace}.content pre{margin:24px 0;border-radius:6px;background-color:#eeeff1;padding:16px;overflow-x:auto}.content pre code{background:transparent;padding:0}.content hr{margin:24px 0;border:0;background:#eeeff1;height:1px}.content figure{margin:24px 0}.content figcaption{margin-top:8px;color:#201a2dcc;font-weight:300;font-size:14px;text-align:center}.content>:last-child{margin-bottom:0}.content iframe,.content video{margin:24px 0;max-width:100%;height:auto}@media (max-width: 768px){.content h1{font-size:24px}.content h2{font-size:20px}.content h3{font-size:18px}.content h4{font-size:16px}.content h5{font-size:14px}.content h6{font-size:12px}.content ul,.content ol{padding-left:20px}}.map__title{margin-bottom:10px}.map__inner{border:5px solid #fcfbf9;border-radius:10px;height:400px;overflow:hidden;box-shadow:0 1px 5px #0000001a}.question-block__inner{display:flex;gap:2rem;border-radius:25px;background:linear-gradient(180deg,#fff8e8,#ebf8e0);padding:40px}.question-block__content{display:flex;flex-direction:column;gap:.5rem;max-width:600px}.question-block__title{color:#201a2d;font-weight:500;font-size:2rem}.question-block__text{color:#201a2d;font-weight:400;font-size:1rem}.question-block__form-wrapper{display:flex;flex-direction:column;gap:1rem;max-width:400px}.question-block__form{display:flex;flex-direction:column;gap:.5rem}.question-block__form-row{position:relative;width:100%}.question-block__form-input{border:1px solid #eee;border-radius:30px;background-color:#fff;padding:15px;width:100%}.question-block__form-button{display:flex;position:absolute;top:4px;right:4px;bottom:0;justify-content:center;align-items:center;cursor:pointer;border:none;border-radius:100%;background-color:#ff9914;width:48px;height:48px;transition:all .2s ease-in-out}@media (hover: hover){.question-block__form-button:hover{opacity:.8}}.question-block__form-button-icon{width:1rem;height:1rem;fill:#fff}.question-block__form .form__policy-text{margin-top:0;margin-bottom:0;color:#201a2d;font-weight:300;font-size:12px;text-align:left}.question-block__form .form__policy-link{color:#201a2d;font-weight:300;transition:all .2s ease-in-out}@media (hover: hover){.question-block__form .form__policy-link:hover{color:#5eb92d}}.question-block__social-title{color:#201a2d;font-weight:400;font-size:1rem}.question-block__social-links{display:flex;align-items:center;gap:1rem;margin-top:.5rem}.question-block__social-link{display:flex;align-items:center;gap:.5rem;border-radius:10px;padding:.5rem 1rem;color:#fff;font-weight:400;font-size:1rem;transition:all .2s ease-in-out}@media (hover: hover){.question-block__social-link:hover{box-shadow:0 2px 8px #b5daba4d}}.question-block__social-link--whatsapp{background-color:#25d366}.question-block__social-link--telegram{background-color:#08c}.question-block__social-icon{width:1rem;height:1rem;fill:#fff}.question-block__social-icon path{fill:#fff}html{overflow-x:clip;scroll-behavior:smooth;color:#201a2d;font-size:16px;font-family:Rubik,sans-serif}body{margin:0;background:#fafffa;padding:0}input:invalid,textarea:invalid,select:invalid{box-shadow:none}[x-cloak]{display:none}#app{position:relative}.no-scroll{overflow:hidden}.backdrop{position:fixed;top:0;left:0;opacity:0;z-index:10;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background-color:#201a2d80;width:100%;height:100%;pointer-events:none;transition:all .2s ease-in-out}.backdrop--active{opacity:1}:focus-visible{outline:#e8f5e9 auto 1px}
