.footer-copyright{display:flex;flex-direction:column;line-height:1.5;color:var(--gray-400);padding-block:30px}@layer mixins{.footer-copyright{width:100%;max-width:var(--content-max-width);margin-inline:auto;padding-inline:15px}@media(min-width:1000px){.footer-copyright{padding-inline:45px}}}@media(min-width:800px){.footer-copyright{padding-block:20px 50px}}.footer-copyright__top{display:flex;align-items:center;flex-direction:column-reverse;text-align:center;gap:30px;margin-bottom:15px}@media(min-width:800px){.footer-copyright__top{flex-direction:row;text-align:left;margin-bottom:0;justify-content:space-between}}.footer-copyright__text{margin:0}.footer-copyright__links{display:flex;align-items:center;gap:30px}.footer-copyright__nav{display:flex;gap:30px}.footer-copyright__nav a{font-size:13px;text-transform:uppercase}@layer mixins{.footer-copyright__nav a{color:var(--white);cursor:pointer;text-decoration:none}.footer-copyright__nav a:focus,.footer-copyright__nav a:hover{color:var(--white);text-decoration:underline}}.footer-copyright__icons{display:flex;align-items:center;gap:8px}@media(min-width:800px){.footer-copyright__icons{gap:18px}}.footer-copyright__icons li>img{height:24px}@media(min-width:1400px){.footer-copyright__icons li>img{width:auto;height:32px}}.footer-copyright__disclaimer{margin:15px 0}@layer mixins{.footer-copyright__disclaimer a{color:var(--green-400);cursor:pointer;text-decoration:none}.footer-copyright__disclaimer a:focus,.footer-copyright__disclaimer a:hover{color:var(--green-300);text-decoration:underline}}.footer-copyright__show-more{align-self:center;color:inherit}.footer__nav{width:100%;margin:15px 0;border-radius:var(--radius);overflow:hidden;background:var(--dark-purple-400)}.footer__nav:last-child{margin:0}.footer__nav li{font-size:14px;line-height:17px;color:var(--white)}.footer__nav a{color:var(--white);text-decoration:none;display:block;padding:13px 15px;border-top:1px solid rgba(var(--white),.05)}.footer-lang-selector{width:calc(100% - 30px);margin:0 15px;border-radius:var(--radius);overflow:hidden;background:var(--surface-light)}.footer-lang-selector .site-sidebar__sublist-link{display:flex;align-items:center;width:100%}.footer-lang-selector .footer-lang-selector__flag,.footer-lang-selector .site-sidebar__list-icon:not(.is-checkmark){margin-right:10px}.footer-lang-selector.has-bottom-margins{margin-bottom:30px}.footer-lang-selector .site-sidebar__list-icon.is-checkmark{width:18px;height:18px;border-radius:50%;margin:0 0 0 auto;background:var(--green-400)}@layer mixins{.footer-lang-selector .site-sidebar__list-icon.is-checkmark{display:flex;justify-content:center;align-items:center}}.footer-lang-selector .site-sidebar__list-icon.is-checkmark svg{width:11px;height:8px;fill:var(--white)}.footer-lang-selector .lang-selector__item-text{font-size:14px;line-height:16px;font-weight:400;color:var(--gray-400);text-transform:capitalize}.is-active-locale .footer-lang-selector .lang-selector__item-text{color:var(--white)}.footer-lang-selector__current-lang{font-size:14px;line-height:17px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--white);display:flex;align-items:center;padding:13px 15px}.footer-lang-selector__arrow{width:18px;height:18px;margin-left:auto;padding:3px;border-radius:50%;background:rgba(var(--white),.2)}@layer mixins{.footer-lang-selector__arrow{display:flex;justify-content:center;align-items:center}}.footer-lang-selector__arrow svg{width:9px;height:6px;fill:var(--white);transition:transform .25s}.is-dropdown-open .footer-lang-selector__arrow svg{transform:rotate(180deg)}.footer-lang-selector__dropdown{display:none}.is-dropdown-open .footer-lang-selector__dropdown{display:block}.footer-lang-selector__dropdown .lang-selector__item{border-top:1px solid rgba(var(--white,.05));min-height:44px;margin:0}.footer-lang-selector__dropdown .lang-selector__item-link{min-height:44px;padding:0 15px}.footer-lang-selector__dropdown .lang-selector__item-text{line-height:1.5}.flag-icon{display:inline-block;width:24px;height:24px;border-radius:50%;flex-shrink:0}.footer-providers{background-color:var(--surface-light)}.footer-providers__wrapper{position:relative;max-width:1330px;margin:20px auto 0;padding:18px 0}@media(min-width:600px){.footer-providers__wrapper{padding:32px 40px;margin-top:40px}}.footer-providers__wrapper .swiper-wrapper{margin-bottom:0}.footer-providers__wrapper .swiper-header{height:0;margin-bottom:0}.footer-providers__wrapper .swiper-navigation__arrow{position:absolute;top:50%;translate:0 -50%;opacity:0;transition:opacity .3s}.footer-providers__wrapper .swiper-navigation__arrow:first-child{left:0}.footer-providers__wrapper .swiper-navigation__arrow:last-child{right:0}.footer-providers__wrapper:hover .swiper-navigation__arrow{opacity:1}.footer-providers__wrapper .swiper{gap:23px}@media(min-width:600px){.footer-providers__wrapper .swiper{gap:41px}}.footer-providers__image{width:auto;height:14px;opacity:.3}:nth-child(2)>.footer-providers__image{height:18px}:nth-child(6)>.footer-providers__image{height:22px}@media(min-width:600px){.footer-providers__image,:nth-child(2)>.footer-providers__image,:nth-child(6)>.footer-providers__image{height:24px}}.footer-providers__link{flex-shrink:0}.main-footer{padding:20px 0 35px;background-color:var(--surface-default)}@media(min-width:1000px){.main-footer{padding-top:40px}}.currency-item{gap:5px;flex:1 1;min-width:max-content;padding:7px 8px;font-weight:700;color:var(--gray-500);background-color:var(--gray-100);border:1px solid var(--gray-200);border-radius:var(--radius);-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}@layer mixins{.currency-item{display:flex;justify-content:center;align-items:center}}@media(hover){.currency-item:hover{background-color:var(--gray-200)}}.currency-item.is-selected{color:var(--white);background-color:var(--blue-400);border-color:var(--blue-400)}.currency-item.is-highlighted{background-color:rgb(from var(--green-100) r g b/40%);border-color:var(--green-300)}@media(hover){.currency-item.is-highlighted:hover{background-color:var(--green-100);border-color:var(--green-400)}}.currency-item__icon{display:block;width:16px;flex-shrink:0}