.search{background:#fff;border-width:1px;border-color:#0a1e4b80;border-radius:8px;flex-direction:row;justify-content:flex-start;align-items:center;gap:14px;padding:0 14px;display:flex}.search__input{color:#0a1e4b;box-sizing:border-box;caret-color:#64d255;border:none;outline:none;width:100%;height:100%;padding:13px 0;font-family:inherit;font-size:14px;transition:border-color .2s,background-color .2s}.search__input::placeholder{color:#0a1e4b80}.search__button{all:unset;cursor:pointer;background-color:#64d255;border-radius:50%;flex-direction:row;justify-content:center;align-items:center;padding:8px;display:flex}.language-selector{-webkit-user-select:none;user-select:none;font-family:inherit;position:relative}.language-selector__trigger{color:#fff;cursor:pointer;background-color:#fff3;border:none;border-radius:8px;justify-content:flex-start;align-items:center;gap:8px;width:100%;height:46px;padding:13px 14px;font-size:14px;font-weight:400;transition:background-color .2s,border-radius .2s;display:flex}.language-selector__trigger:hover{background-color:#ffffff40}.language-selector__arrow path{fill:#64d255}.language-selector__arrow{transition:transform .15s}.language-selector__dropdown{z-index:50;background-color:#fff;border-radius:0 0 8px 8px;width:100%;margin:0;padding:0;list-style:none;display:none;position:absolute;top:100%;left:0;overflow:hidden}.language-selector__item{text-align:center;color:#0a1e4b;cursor:pointer;border-bottom:1px solid #0a1e4b80;padding:6px 0;transition:background-color .15s}.language-selector__item:last-child{border-bottom:none}.language-selector__item:hover{background-color:#f1f5f9}.language-selector.is-active .language-selector__trigger{background-color:#fff3;border-radius:8px 8px 0 0}.language-selector.is-active .language-selector__arrow{transform:rotate(180deg)}.language-selector.is-active .language-selector__dropdown{display:block}.site-selector{flex-direction:row;justify-content:center;align-items:center;gap:10px;list-style:none;display:flex}.site-selector__item{color:#fff9;-webkit-user-select:none;user-select:none;cursor:pointer;border-bottom:1px solid #0000}.site-selector__item.is-active{color:#fff;border-bottom:1px solid #64d255}.site-selector__item:hover{color:#fff}.button{all:unset;cursor:pointer;border-radius:8px;padding:13px 18px;transition:all .15s ease-out}.button-primary{color:#fff;background-color:#507df5}.button-primary:hover{color:#fff;background-color:#3e60bd}.button-secondary{color:#0a1e4b;background-color:#64d255}.button-secondary:hover{color:#0a1e4b;background-color:#71f55f}.button.disabled{cursor:default;background-color:#a7a7a7}.navbar{flex-direction:row;justify-content:space-between;align-items:center;gap:16px;width:100%;display:flex}.navbar__item{align-items:center;display:inline-flex;position:relative}.navbar__item__button{cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;padding:0 0 5px;text-decoration:none;transition:all .15s ease-out;display:inline-flex}.navbar__item__button__title{color:#fff;font-size:14px;line-height:1.4}.navbar__item__button__arrow{fill:#64d255}.navbar__item__button:hover .navbar__item__button__title{color:#64d255}.navbar__item__dropdown{z-index:50;opacity:0;visibility:hidden;pointer-events:none;background-color:#fff;border:1px solid #0a1e4b80;border-radius:8px;flex-direction:column;gap:10px;min-width:237px;margin:0;padding:15px;list-style:none;transition:all .15s ease-out;display:flex;position:absolute;top:100%;left:0;transform:translateY(15px)}.navbar__item__dropdown:before{content:"";width:100%;height:5px;position:absolute;top:-5px;left:0}.navbar__item__dropdown__item{color:#0a1e4b;cursor:pointer;white-space:nowrap;font-size:16px;line-height:1.5}.navbar__item__dropdown__item:hover{color:#507df5}.navbar__item:hover .navbar__item__button__title{color:#64d255}.navbar__item:hover .navbar__item__button__arrow{transform:rotate(180deg)}.navbar__item:hover .navbar__item__dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.header{z-index:20;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;display:flex;position:absolute;top:0}.header__search{width:700px;min-width:300px}@media screen and (width<=767.999px){.header{justify-content:space-between}}.header__top{flex-direction:row;justify-content:space-between;align-items:center;gap:20px;padding:14px 0;display:flex}.header__top__logo{width:155px}.header__top__menu{flex-direction:row;justify-content:flex-end;align-items:center;gap:40px;display:flex}.header__top__right{flex-direction:row;justify-content:flex-end;align-items:center;gap:31px;display:flex}.header__top__right__contacts{color:#fff;flex-direction:column;justify-content:flex-start;align-items:flex-end;gap:0;display:flex}.header__bottom{flex-direction:row;justify-content:space-between;align-items:center;padding:14px 0;display:flex}.header__nav{flex-direction:row;justify-content:space-between;align-items:center;gap:16px;width:100%;display:flex}.header__nav__item{align-items:center;display:inline-flex;position:relative}.header__nav__item__button{cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;padding:0 0 5px;text-decoration:none;transition:all .15s ease-out;display:inline-flex}.header__nav__item__button__title{color:#fff;font-size:14px;line-height:1.4}.header__nav__item__button__arrow{fill:#64d255}.header__nav__item__button:hover .header__nav__item__button__title{color:#64d255}.header__nav__item__dropdown{z-index:50;opacity:0;visibility:hidden;pointer-events:none;background-color:#fff;border:1px solid #0a1e4b80;border-radius:8px;flex-direction:column;gap:10px;min-width:237px;margin:0;padding:15px;list-style:none;transition:all .15s ease-out;display:flex;position:absolute;top:100%;left:0;transform:translateY(15px)}.header__nav__item__dropdown:before{content:"";width:100%;height:5px;position:absolute;top:-5px;left:0}.header__nav__item__dropdown__item{color:#0a1e4b;cursor:pointer;white-space:nowrap;font-size:16px;line-height:1.5}.header__nav__item__dropdown__item:hover{color:#507df5}.header__nav__item:hover .header__nav__item__button__title{color:#64d255}.header__nav__item:hover .header__nav__item__button__arrow{transform:rotate(180deg)}.header__nav__item:hover .header__nav__item__dropdown{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.footer{background-color:#fff;width:100%;padding-top:60px;padding-bottom:60px}.footer__container{flex-direction:column;gap:30px;display:flex}.footer__top{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:46px;display:flex}@media screen and (width<=1280px){.footer__top{flex-direction:column}}.footer__logo{flex-direction:column;gap:5px;display:flex}@media screen and (width<=1280px){.footer__logo{flex-direction:row}}.footer__logo__image{width:147px;height:57px}.footer__logo__description{max-width:147px;font-size:10px}.footer__grid{grid-template-columns:repeat(3,1fr);gap:46px;display:grid}@media screen and (width<=1720px){.footer__grid{grid-template-columns:repeat(2,1fr)}}.footer__contacts{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:16px;max-width:380px;margin-left:auto;display:flex}@media screen and (width<=1280px){.footer__contacts{margin-left:inherit;flex-direction:row}}.footer__contacts__item{flex-direction:column;display:flex}@media screen and (width<=1280px){.footer__contacts__item{width:50%}}.footer__contacts__form{max-width:313px}.footer__contacts__general{gap:5px}.footer__contacts__social{gap:11px}.footer__contacts__social__items{flex-flow:wrap;justify-content:flex-start;align-items:center;gap:15px 11px;display:flex}.footer__contacts__social__items__item{max-height:40px}.footer__contacts__social__items__divider{flex-grow:1;margin-left:auto}.footer__contacts__text{color:#507df5}.footer__contacts__text_plain{font-size:16px;line-height:1.5}.footer__contacts__text_highlighted{font-family:Bounded,sans-serif;font-size:22px;line-height:1.1}.footer__bottom{flex-direction:row;justify-content:space-between;align-items:center;gap:40px;display:flex}.footer__bottom__copyright{color:#0a1e4b80}.footer__bottom__credentials{justify-content:flex-end;align-items:center;gap:40px;margin-left:auto;display:flex}.footer__divider{background-color:#d9d9d9;width:100%;height:1px}.footer__link{color:#0a1e4b}.footer__nav{flex-flow:column wrap;justify-content:flex-start;align-items:flex-start;gap:20px 46px;display:flex}.footer__nav__item{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:10px;max-width:312px;display:flex}.footer__nav__item__title{color:#0a1e4b80;font-size:12px}@media screen and (width<=1720px){.footer__nav_full{grid-column:1/-1;max-height:258px}}
