.header{z-index:10;background-color:#fff;transition:box-shadow 1s;position:sticky;top:0;box-shadow:0 1px #dee7eb,0 4px 24px #00000012}.header--v2:not(.sticky){box-shadow:none;transition:box-shadow .1s}.header__container{align-items:center;height:72px;display:flex}.header__back{border-right:1px solid var(--border-color);flex:none;margin-right:32px;padding-right:32px}@media only screen and (max-width:1023px){.header__back{margin-right:24px;padding-right:24px}}@media only screen and (max-width:767px){.header__back{margin-right:16px;padding-right:16px}}.header__back svg{display:block}.header__logo{width:215px;display:block}@media only screen and (max-width:539px){.header__logo{width:128px}}.header__logo img,.header__logo svg{width:auto;max-width:100%;height:auto;max-height:72px;display:block}@media only screen and (max-width:1023px){.header__logo img,.header__logo svg{transform-origin:0;transform:scale(.85)}}.header__icon{color:var(--header-text-color)}.header__icon svg{width:24px;height:24px}@media only screen and (max-width:767px){.header__icon svg{width:16px;height:16px}}.header__nav{flex:auto;justify-content:center;display:flex}@media only screen and (max-width:1023px){.header__nav{display:none}}.header__btn{text-transform:uppercase;flex:none;justify-content:flex-end;width:215px;display:flex}@media only screen and (max-width:1023px){.header__btn{flex:auto}}.header__contacts{flex-wrap:wrap;flex:auto;justify-content:flex-end;align-items:center;column-gap:20px;padding-left:20px;display:flex}@media only screen and (max-width:1023px){.header__contacts{column-gap:12px;padding-left:12px}}@media only screen and (max-width:539px){.header__contacts{padding-left:4px}}.header__contacts-item{color:var(--text-color);align-items:center;gap:8px;font-size:15px;text-decoration:none;display:flex}@media only screen and (max-width:767px){.header__contacts-item{font-size:13px}}.header-nav{gap:36px;margin-top:0;margin-bottom:0;padding-left:0;list-style:none;display:flex}.header-nav__link{font-size:14px;font-weight:var(--font-weight-medium);color:var(--header-text-color);align-items:center;text-decoration:none;display:flex}.header-nav__link:hover{color:var(--brand-primary-hover);text-decoration:none}.header-nav__link-icon svg{width:1em;height:1em;margin-right:4px;display:block}.header-contacts{justify-content:flex-end;gap:24px;display:flex}@media only screen and (max-width:539px){.header-contacts{gap:12px}}
.btn{height:48px;font-size:14px;font-weight:var(--font-weight-bold);text-transform:uppercase;color:var(--text-in-brand-primary);background-color:var(--brand-primary);border-radius:24px;justify-content:center;align-items:center;padding-left:20px;padding-right:20px;text-decoration:none;display:flex}@media only screen and (max-width:1023px){.btn{height:40px;padding-left:16px;padding-right:16px;font-size:13px}}.btn[disabled]{pointer-events:none;opacity:.5;background-color:#848484}.btn:hover{background-color:var(--brand-primary-hover)}.btn--full-width{width:100%}.btn--secondary{color:var(--text-in-brand-secondary);background-color:var(--brand-secondary)}.btn--secondary:hover{background-color:var(--brand-secondary-hover)}.btn--small{height:40px;font-size:13px;font-weight:var(--font-weight-medium);border-radius:20px}.btn__icon{vertical-align:middle;flex:none;margin-right:6px;display:inline-flex}.btn__icon svg{width:1.3em;height:1.3em}.btn__loader .path{stroke:#fff!important}
.loader{zoom:1;margin:0 auto;position:relative}.loader .circular{animation:1s linear infinite rotate;position:relative}.loader .circular .path{stroke:#808b91;stroke-dasharray:1 200;stroke-dashoffset:0;stroke-linecap:round;animation:1.5s ease-in-out infinite dash}.react-datepicker-day .loader{transform:scale(1.8)}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1 200;stroke-dashoffset:0}50%{stroke-dasharray:89 200;stroke-dashoffset:-35px}to{stroke-dasharray:89 200;stroke-dashoffset:-124px}}
