.socials{display:flex;gap:var(--spacing-4)}a.socials__social-button:focus-visible{outline:auto}.callback-form__contacts{display:flex;flex-direction:column;gap:var(--spacing-2);font:var(--font-ys-caption-14-regular);font-feature-settings:"pnum" on,"lnum" on;align-self:center;text-align:center;line-height:18px}.callback-form__contacts-primary-text,.callback-form__contacts-phones-text{color:var(--color-content-primary);margin:0}.callback-form__contacts-secondary-text{margin:0;font:var(--font-ys-caption-14-regular);font-feature-settings:"pnum" on,"lnum" on;color:var(--color-content-secondary)}@media (max-width: 539px){.callback-form__contacts-secondary-text{margin-top:var(--spacing-4)}}.callback-form__policy-link{font:var(--font-ys-caption-14-regular);font-feature-settings:"pnum" on,"lnum" on;color:var(--color-content-primary)}.country-select{--select-padding: 4px;--select-offset-top: 25px;--select-offset-top-mobile: 18px;--select-offset-left: 12px;--input-padding-left: 57px;--input-label-padding-left: 12px;position:relative}.country-select_with-select .country-select__input-control{padding-inline-start:var(--input-padding-left)}.country-select_with-select .country-select__input-control:-moz-placeholder-shown+.country-select_with-select .country-select__input-control__label{transform:translateY(-50%) scale(.75)}.country-select_with-select .country-select__input-control:placeholder-shown+.country-select_with-select .country-select__input-control__label{transform:translateY(-50%) scale(.75)}.country-select__input-control:-moz-placeholder-shown+.country-select__label{inset-inline-start:var(--input-label-padding-left)}.country-select__input-control:placeholder-shown+.country-select__label{inset-inline-start:var(--input-label-padding-left)}.country-select__toggle{background:none;border:none;cursor:pointer;display:flex;align-items:center;padding:0}.country-select__toggle-arrow{color:var(--color-content-secondary);margin-left:var(--spacing-4)}.country-select__toggle-arrow_opened{transform:rotate(180deg)}.country-select__select.country-select__select{position:absolute;top:var(--select-offset-top);left:var(--select-offset-left);transform:translate(var(--select-padding),var(--select-padding))}.country-select__select.country-select__select_mobile{top:var(--select-offset-top-mobile)}.country-select__select-menu-portal.country-select__select-menu-portal{position:fixed}.country-select__select-menu{background-color:var(--color-background-default)}.country-select__select-menu_desktop{transform:translate(-15px,2px);visibility:hidden}.country-select__select-drawer.country-select__select-drawer{z-index:var(--help-z-index)}.country-select__select-option.country-select__select-option{margin:0;border:none}.country-select__select-menu_mobile .country-select__select-option.country-select__select-option:first-of-type{margin-top:16px}.country-select__select-menu_mobile .country-select__select-option.country-select__select-option:after{content:none}.country-select__select-option .country-select__select-option-content{width:100%;display:flex;flex-direction:row;justify-content:flex-start}.country-select__select-option-content-block{margin:0 var(--spacing-8) 0 0}.country-select__select-option-content-block:last-child{margin:0 0 0 auto}.callback-form__paid-by-employer-buttons{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:var(--spacing-2);gap:var(--spacing-2);border-radius:var(--border-radius-6);padding:.125rem}.prisma_theme_light .callback-form__paid-by-employer-buttons{background-color:var(--color-background-glassy-a)}.prisma_theme_dark .callback-form__paid-by-employer-buttons{background-color:var(--color-background-glassy-b)}.callback-form__hidden-checkbox{visibility:hidden;position:absolute}.callback-form__paid-by-employer{display:flex;flex-direction:column;gap:var(--spacing-8)}.callback-form__paid-by-employer-label{color:var(--color-content-secondary)}.callback-form__success-screen-img{background-image:url(https://code.s3.yandex.net/consultation/success.png);background-image:var(--success-img, url(https://code.s3.yandex.net/consultation/success.png));background-repeat:no-repeat;background-position:center;width:100%;height:170px;background-size:contain;margin-top:var(--spacing-20);margin-bottom:var(--spacing-20)}.callback-form__success-screen{width:100%;display:flex;flex-direction:column;height:auto;animation-name:fadeIn;animation-duration:1s;justify-content:space-between}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.callback-form__success-screen-description{width:100%;overflow:hidden;text-align:center;margin:0}.callback-form{--color-content-secondary: rgba(36, 36, 36, .3);--color-accent-main-b: #005cff}.callback-form__wrapper{max-width:500px;margin:0 auto;color:var(--color-content-primary)}.callback-form__form-screen{display:flex;flex-direction:column;justify-content:space-between}.callback-form__country-select-menu[class] .scrollable__content-wrapper[class]{height:auto;height:initial;max-height:128px}.callback-form__country-select-menu[class] .scrollable_touch[class]{max-height:128px}.callback-form__link{text-decoration:none;color:var(--color-accent-main-a)}.callback-form__link:hover{color:var(--color-accent-main-b)}.callback-form__payments-terms{margin-top:var(--spacing-40);font:var(--font-ys-caption-14-regular);font-feature-settings:"pnum" on,"lnum" on;text-align:center;color:var(--color-content-secondary)}.callback-form__payments-terms a{color:var(--color-content-secondary)}@media (max-width: 539px){.callback-form__payments-terms{max-width:160px}}.callback-form__title{font:var(--font-ys-header-28-regular);font-feature-settings:"pnum" on,"lnum" on;line-height:28px;margin:0 0 var(--spacing-8);white-space:pre-line;max-width:330px}.callback-form__description{max-width:100%;overflow:hidden;margin:0 0 var(--spacing-20);font:var(--font-ys-body-16-regular-ui);font-feature-settings:"pnum" on,"lnum" on}.callback-form__form{display:flex;gap:8px;flex-direction:column;margin-bottom:var(--spacing-12)}.callback-form__checkbox.prisma-checkbox{margin-block-end:var(--spacing-16);color:var(--color-content-secondary)}.callback-form__socials{align-self:center}.callback-form__social{border-radius:var(--border-radius-8)}.callback-form__footer{display:flex;flex-direction:column;align-items:center;gap:var(--spacing-12);margin-top:var(--spacing-12)}.help-hand{position:absolute;top:0;left:0;width:36px;height:36px;z-index:1;background-color:var(--color-background-default);pointer-events:none;animation:fadeOutHand 4s 1;animation-fill-mode:forwards}.help-hand .prisma-element-hint__wrapper{display:flex;align-items:center;justify-content:center}.help-hand__icon{position:relative;display:inline-block;width:24px;height:24px;transition:transform 1s;transform:rotate(-25deg) scale(0);transform-origin:50% 65%;animation:waveAnimation 4s 1}@keyframes fadeOutHand{90%{background-color:var(--color-background-default)}to{background-color:transparent}}@keyframes waveAnimation{9%{transform:rotate(-25deg) scale(0)}12%{transform:rotate(-25deg) scale(1)}12%{transform:rotate(-25deg)}16%{transform:rotate(-50deg)}20%{transform:rotate(-13deg)}25%{transform:rotate(-50deg)}30%{transform:rotate(-13deg)}35%{transform:rotate(-50deg)}41%{transform:rotate(-13deg)}47%{transform:rotate(-50deg)}54%{transform:rotate(-13deg)}64%{transform:rotate(-50deg)}73%{transform:rotate(-25deg)}79%{transform:rotate(-25deg) scale(1)}90%{transform:rotate(-25deg) scale(0)}}.help-callback__hint-overlay-content{font:var(--font-ys-caption-14-regular);font-feature-settings:"pnum" on,"lnum" on;padding:3px 8px;margin-top:-4px}.help-callback .help-callback__window.help-callback__window{position:fixed;z-index:2000000;pointer-events:auto;bottom:56px;right:64px;width:0;max-height:calc(100vh - 60px);background-color:var(--color-background-alternate);border:1px solid var(--color-background-stroke);padding:0;border-radius:16px;box-shadow:var(--shadow-medium-default);opacity:0;visibility:hidden;height:0;transition:opacity .5s;transition-timing-function:cubic-bezier(.25,1.15,.5,1.1);box-sizing:border-box;overflow:auto}@media (max-width: 767px){.help-callback .help-callback__window.help-callback__window{right:16px}}.prisma_theme_light .help-callback .help-callback__window{background-color:var(--color-background-widget);border:0}.help-callback .help-callback__window.help-callback__window_open{width:400px;height:auto;padding:24px;opacity:1;visibility:visible}@media (max-width: 413px){.help-callback .help-callback__window.help-callback__window_open{position:fixed;height:100vh;width:100%;max-height:none;right:0;top:0;left:0;bottom:0;border-radius:0;box-shadow:none;z-index:100000000}}.help-callback{position:relative}.help-callback .callback-form__paid-by-employer-buttons{grid-template-columns:128px 1fr;margin-bottom:var(--spacing-12)}.help-callback__hint{margin-bottom:8px}.help-callback__close-button{color:var(--color-content-primary);position:absolute;right:16px;cursor:pointer}
