.locale-switch[data-v-20817581]{width:50px;height:32px;border-radius:var(--border-radius-rounded);background-color:var(--brand-bg-primary)}.locale-switch__country[data-v-20817581]{width:20px;height:15px;background-size:cover;background-position:center;background-repeat:no-repeat}.locale-switch.small-locale-switch[data-v-20817581]{width:39px;height:24px}
/**
 * Default
 */
/**
 * Bulma
 */
/**
 * Bootstrap
 */
.vue-switcher {
  position: relative;
  display: inline-block;
}
.vue-switcher__label {
    display: block;
    font-size: 10px;
    margin-bottom: 5px;
}
.vue-switcher input {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    cursor: pointer;
}
.vue-switcher div {
    height: 15px;
    width: 36px;
    position: relative;
    border-radius: 30px;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    cursor: pointer;
    -webkit-transition: linear .2s, background-color linear .2s;
    transition: linear .2s, background-color linear .2s;
}
.vue-switcher div:after {
      content: '';
      height: 20px;
      width: 20px;
      border-radius: 100px;
      display: block;
      -webkit-transition: linear .15s, background-color linear .15s;
      transition: linear .15s, background-color linear .15s;
      position: absolute;
      left: 100%;
      margin-left: -18px;
      cursor: pointer;
      top: -3px;
      -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
              box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
}
.vue-switcher--unchecked div {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.vue-switcher--unchecked div:after {
      left: 15px;
}
.vue-switcher--disabled div {
    opacity: .3;
}
.vue-switcher--disabled input {
    cursor: not-allowed;
}
.vue-switcher--bold div {
    top: -8px;
    height: 26px;
    width: 51px;
}
.vue-switcher--bold div:after {
      margin-left: -24px;
      top: 3px;
}
.vue-switcher--bold--unchecked div:after {
    left: 28px;
}
.vue-switcher--bold .vue-switcher__label span {
    padding-bottom: 7px;
    display: inline-block;
}
.vue-switcher-theme--default.vue-switcher-color--default div {
    background-color: #b7b7b7;
}
.vue-switcher-theme--default.vue-switcher-color--default div:after {
      background-color: #9d9d9d;
}
.vue-switcher-theme--default.vue-switcher-color--default.vue-switcher--unchecked div {
    background-color: #aaa;
}
.vue-switcher-theme--default.vue-switcher-color--default.vue-switcher--unchecked div:after {
      background-color: #c4c4c4;
}
.vue-switcher-theme--default.vue-switcher-color--blue div {
    background-color: #77b0c8;
}
.vue-switcher-theme--default.vue-switcher-color--blue div:after {
      background-color: #539bb9;
}
.vue-switcher-theme--default.vue-switcher-color--blue.vue-switcher--unchecked div {
    background-color: #c0dae5;
}
.vue-switcher-theme--default.vue-switcher-color--blue.vue-switcher--unchecked div:after {
      background-color: #77b0c8;
}
.vue-switcher-theme--default.vue-switcher-color--red div {
    background-color: #c87777;
}
.vue-switcher-theme--default.vue-switcher-color--red div:after {
      background-color: #b95353;
}
.vue-switcher-theme--default.vue-switcher-color--red.vue-switcher--unchecked div {
    background-color: #e5c0c0;
}
.vue-switcher-theme--default.vue-switcher-color--red.vue-switcher--unchecked div:after {
      background-color: #c87777;
}
.vue-switcher-theme--default.vue-switcher-color--yellow div {
    background-color: #c9c377;
}
.vue-switcher-theme--default.vue-switcher-color--yellow div:after {
      background-color: #bab353;
}
.vue-switcher-theme--default.vue-switcher-color--yellow.vue-switcher--unchecked div {
    background-color: #e6e3c0;
}
.vue-switcher-theme--default.vue-switcher-color--yellow.vue-switcher--unchecked div:after {
      background-color: #c9c377;
}
.vue-switcher-theme--default.vue-switcher-color--orange div {
    background-color: #c89577;
}
.vue-switcher-theme--default.vue-switcher-color--orange div:after {
      background-color: #b97953;
}
.vue-switcher-theme--default.vue-switcher-color--orange.vue-switcher--unchecked div {
    background-color: #e5cec0;
}
.vue-switcher-theme--default.vue-switcher-color--orange.vue-switcher--unchecked div:after {
      background-color: #c89577;
}
.vue-switcher-theme--default.vue-switcher-color--green div {
    background-color: #77c88d;
}
.vue-switcher-theme--default.vue-switcher-color--green div:after {
      background-color: #53b96e;
}
.vue-switcher-theme--default.vue-switcher-color--green.vue-switcher--unchecked div {
    background-color: #c0e5ca;
}
.vue-switcher-theme--default.vue-switcher-color--green.vue-switcher--unchecked div:after {
      background-color: #77c88d;
}
.vue-switcher-theme--bulma.vue-switcher-color--default div {
    background-color: gainsboro;
}
.vue-switcher-theme--bulma.vue-switcher-color--default div:after {
      background-color: #f5f5f5;
}
.vue-switcher-theme--bulma.vue-switcher-color--default.vue-switcher--unchecked div {
    background-color: #e8e8e8;
}
.vue-switcher-theme--bulma.vue-switcher-color--default.vue-switcher--unchecked div:after {
      background-color: #f5f5f5;
}
.vue-switcher-theme--bulma.vue-switcher-color--primary div {
    background-color: #05ffda;
}
.vue-switcher-theme--bulma.vue-switcher-color--primary div:after {
      background-color: #00d1b2;
}
.vue-switcher-theme--bulma.vue-switcher-color--primary.vue-switcher--unchecked div {
    background-color: #6bffe9;
}
.vue-switcher-theme--bulma.vue-switcher-color--primary.vue-switcher--unchecked div:after {
      background-color: #05ffda;
}
.vue-switcher-theme--bulma.vue-switcher-color--blue div {
    background-color: #5e91e3;
}
.vue-switcher-theme--bulma.vue-switcher-color--blue div:after {
      background-color: #3273dc;
}
.vue-switcher-theme--bulma.vue-switcher-color--blue.vue-switcher--unchecked div {
    background-color: #b5ccf2;
}
.vue-switcher-theme--bulma.vue-switcher-color--blue.vue-switcher--unchecked div:after {
      background-color: #5e91e3;
}
.vue-switcher-theme--bulma.vue-switcher-color--red div {
    background-color: #ff6b89;
}
.vue-switcher-theme--bulma.vue-switcher-color--red div:after {
      background-color: #ff3860;
}
.vue-switcher-theme--bulma.vue-switcher-color--red.vue-switcher--unchecked div {
    background-color: #ffd1da;
}
.vue-switcher-theme--bulma.vue-switcher-color--red.vue-switcher--unchecked div:after {
      background-color: #ff6b89;
}
.vue-switcher-theme--bulma.vue-switcher-color--yellow div {
    background-color: #ffe78a;
}
.vue-switcher-theme--bulma.vue-switcher-color--yellow div:after {
      background-color: #ffdd57;
}
.vue-switcher-theme--bulma.vue-switcher-color--yellow.vue-switcher--unchecked div {
    background-color: #fffcf0;
}
.vue-switcher-theme--bulma.vue-switcher-color--yellow.vue-switcher--unchecked div:after {
      background-color: #ffe78a;
}
.vue-switcher-theme--bulma.vue-switcher-color--green div {
    background-color: #3dde75;
}
.vue-switcher-theme--bulma.vue-switcher-color--green div:after {
      background-color: #22c65b;
}
.vue-switcher-theme--bulma.vue-switcher-color--green.vue-switcher--unchecked div {
    background-color: #94edb3;
}
.vue-switcher-theme--bulma.vue-switcher-color--green.vue-switcher--unchecked div:after {
      background-color: #3dde75;
}
.vue-switcher-theme--bootstrap.vue-switcher-color--default div {
    background-color: #e6e6e6;
}
.vue-switcher-theme--bootstrap.vue-switcher-color--default div:after {
      background-color: #f0f0f0;
}
.vue-switcher-theme--bootstrap.vue-switcher-color--default.vue-switcher--unchecked div {
    background-color: whitesmoke;
}
.vue-switcher-theme--bootstrap.vue-switcher-color--default.vue-switcher--unchecked div:after {
      background-color: #f0f0f0;
}
.vue-switcher-theme--bootstrap.vue-switcher-color--primary div {
    background-color: #4f93ce;
}
.vue-switcher-theme--bootstrap.vue-switcher-color--primary div:after {
      background-color: #337ab7;
}
.vue-switcher-theme--bootstrap.vue-switcher-color--primary.vue-switcher--unchecked div {
    background-color: #9fc4e4;
}
.vue-switcher-theme--bootstrap.vue-switcher-color--primary.vue-switcher--unchecked div:after {
      background-color: #4f93ce;
}
.vue-switcher-theme--bootstrap.vue-switcher-color--success div {
    background-color: #80c780;
}
.vue-switcher-theme--bootstrap.vue-switcher-color--success div:after {
      background-color: #5cb85c;
}
.vue-switcher-theme--bootstrap.vue-switcher-color--success.vue-switcher--unchecked div {
    background-color: #c7e6c7;
}
.vue-switcher-theme--bootstrap.vue-switcher-color--success.vue-switcher--unchecked div:after {
      background-color: #80c780;
}
.vue-switcher-theme--bootstrap.vue-switcher-color--info div {
    background-color: #85d0e7;
}
.vue-switcher-theme--bootstrap.vue-switcher-color--info div:after {
      background-color: #5bc0de;
}
.vue-switcher-theme--bootstrap.vue-switcher-color--info.vue-switcher--unchecked div {
    background-color: #daf1f8;
}
.vue-switcher-theme--bootstrap.vue-switcher-color--info.vue-switcher--unchecked div:after {
      background-color: #85d0e7;
}
.vue-switcher-theme--bootstrap.vue-switcher-color--warning div {
    background-color: #f4c37d;
}
.vue-switcher-theme--bootstrap.vue-switcher-color--warning div:after {
      background-color: #f0ad4e;
}
.vue-switcher-theme--bootstrap.vue-switcher-color--warning.vue-switcher--unchecked div {
    background-color: #fceedb;
}
.vue-switcher-theme--bootstrap.vue-switcher-color--warning.vue-switcher--unchecked div:after {
      background-color: #f4c37d;
}
.vue-switcher-theme--bootstrap.vue-switcher-color--danger div {
    background-color: #d9534f;
}
.vue-switcher-theme--bootstrap.vue-switcher-color--danger div:after {
      background-color: #c9302c;
}
.vue-switcher-theme--bootstrap.vue-switcher-color--danger.vue-switcher--unchecked div {
    background-color: #eba5a3;
}
.vue-switcher-theme--bootstrap.vue-switcher-color--danger.vue-switcher--unchecked div:after {
      background-color: #d9534f;
}

.footer-payment{width:100%;max-width:1440px;padding:17px 109px 17px;margin-top:auto}.footer-payment::after{content:"";position:absolute;z-index:0;top:0;bottom:0;left:-100vh;right:-100vh;background-color:var(--grayscale-bg-dark-back)}.footer-payment::before{content:"";position:absolute;z-index:1;top:0;left:-100vh;right:-100vh;height:1px;background-color:var(--border-item-color)}@media(max-width: 767px){.footer-payment{padding:20px 0}.footer-payment::before{left:-12px;right:-12px}.footer-payment::after{left:-12px;right:-12px}}.footer-payment a,.footer-payment__wrap{z-index:1}.footer-payment__logo{display:block;width:130px;height:32px}@media(max-width: 767px){.footer-payment__logo{width:142px;height:35px;margin:0 auto 15px}}.footer-payment__text{font-size:12px;line-height:14px}@media(max-width: 767px){.footer-payment__text{text-align:center;margin-bottom:15px}}.footer-payment__rules-text{max-width:388px;font-size:14px;line-height:22px;text-align:end}.footer-payment__rules-text a{position:relative;-webkit-transition:color var(--animation-time-short);transition:color var(--animation-time-short)}.footer-payment__rules-text a:hover,.footer-payment__rules-text a:active{color:var(--brand-primary) !important;text-decoration:underline}@media(max-width: 767px){.footer-payment__rules-text{text-align:center}}.footer-payment__switch{margin:0 !important}
.not-found[data-v-d19acb36]{position:relative;height:100%;max-width:1440px;margin:0 auto;padding:28px 109px 0}@media(max-width: 991px){.not-found[data-v-d19acb36]{padding:12px 12px 0}}@media(max-width: 1199px){.not-found[data-v-d19acb36]{height:auto}}.not-found__content[data-v-d19acb36]{position:relative;padding:45px 0;height:-webkit-max-content;height:-moz-max-content;height:max-content;margin:auto 0}@media(max-width: 1199px){.not-found__content[data-v-d19acb36]{height:auto}}.not-found__logo[data-v-d19acb36]{display:block;width:149px;height:36.5px;margin-bottom:32px}@media(max-width: 767px){.not-found__logo[data-v-d19acb36]{margin-bottom:12px}}.not-found__wrap[data-v-d19acb36]{max-width:972px;width:100%;height:-webkit-max-content;height:-moz-max-content;height:max-content;padding:0 0 45px;border-radius:100px;background:hsla(0,0%,100%,.3);-webkit-box-shadow:0px 4px 60px 0px rgba(0,0,0,.05);box-shadow:0px 4px 60px 0px rgba(0,0,0,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media(max-width: 767px){.not-found__wrap[data-v-d19acb36]{border-radius:0;background:none;-webkit-box-shadow:none;box-shadow:none;-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0)}}.not-found__title[data-v-d19acb36]{font-size:300px;line-height:normal;background:linear-gradient(84deg, #52a7f9 19.56%, #1480fe 85.93%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}@media(max-width: 767px){.not-found__title[data-v-d19acb36]{font-size:150px}}.not-found__subtitle[data-v-d19acb36]{font-size:28px;line-height:36px;margin-bottom:19px}@media(max-width: 767px){.not-found__subtitle[data-v-d19acb36]{font-size:18px}}.not-found__text[data-v-d19acb36]{max-width:420px;margin-bottom:32px;text-align:center}@media(max-width: 767px){.not-found__socials[data-v-d19acb36]{max-width:359px;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.not-found__social-link[data-v-d19acb36]{width:31px;min-width:31px;height:31px;min-height:31px;-webkit-transition:var(--animation-time-short);transition:var(--animation-time-short);margin-right:30px;border-radius:50%}.not-found__social-link[data-v-d19acb36]:hover,.not-found__social-link[data-v-d19acb36]:active{-webkit-transform:scale(1.2);transform:scale(1.2)}.not-found__social-link[data-v-d19acb36]:last-child{margin-right:0}@media(max-width: 767px){.not-found__social-link[data-v-d19acb36]{margin-right:0}}.not-found__social-image[data-v-d19acb36]{width:100%;height:100%}.not-found__button[data-v-d19acb36]{width:100%;max-width:391px;margin-top:30px}@media(max-width: 767px){.not-found__button[data-v-d19acb36]{margin-top:50x}}.not-found__decor[data-v-d19acb36]{z-index:1;position:absolute}.not-found__decor--1[data-v-d19acb36]{z-index:0;top:90px;left:16px;width:201px;-webkit-transform:rotate(-11.315deg);transform:rotate(-11.315deg)}@media(max-width: 1199px){.not-found__decor--1[data-v-d19acb36]{z-index:1;top:12px;left:-32px;width:120px;-webkit-transform:rotate(-11.315deg);transform:rotate(-11.315deg)}}.not-found__decor--2[data-v-d19acb36]{top:110px;right:50px;width:191px;-webkit-transform:rotate(-18.759deg);transform:rotate(-18.759deg)}@media(max-width: 1199px){.not-found__decor--2[data-v-d19acb36]{display:none}}.not-found__decor--3[data-v-d19acb36]{bottom:-20px;left:62px;width:152px}@media(max-width: 1199px){.not-found__decor--3[data-v-d19acb36]{display:none}}.not-found__decor--4[data-v-d19acb36]{bottom:-20px;right:56px;width:163px;-webkit-transform:rotate(13.483deg);transform:rotate(13.483deg)}@media(max-width: 1199px){.not-found__decor--4[data-v-d19acb36]{z-index:0;bottom:-28px;right:-12px;width:100px}}.not-found__decor--5[data-v-d19acb36]{bottom:40px;right:-95px}@media(max-width: 1199px){.not-found__decor--5[data-v-d19acb36]{display:none}}.not-found__decor--6[data-v-d19acb36]{z-index:-1;top:0;right:0}@media(max-width: 1199px){.not-found__decor--6[data-v-d19acb36]{display:none}}.not-found__decor--7[data-v-d19acb36]{z-index:-1;bottom:0;left:0}@media(max-width: 1199px){.not-found__decor--7[data-v-d19acb36]{display:none}}
