html {
  font-size: 0.88rem;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f5f6f7;
  font-size: 16px;
  overflow-x: hidden !important;
}

a {
  text-decoration: none;
}

button:active {
  outline: none !important;
}

@media (min-width: 960px) {
  html {
    font-size: 0.63rem;
  }
  body {
    overflow: auto !important;
  }
  .mobileMenu {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  html {
    font-size: 0.75rem;
  }
}

@media (min-width: 1400px) {
  html {
    font-size: 0.88rem;
  }
}

@media (min-width: 1900px) {
  html {
    font-size: 1rem;
  }
}


.load-spinner img {
  height: 25px;
  width: 25px;
  -webkit-animation: spin360 1s linear infinite;
          animation: spin360 1s linear infinite;
}

@-webkit-keyframes spin360 {
  100% {
    transform:rotate(360deg);
  }
}

@keyframes spin360 {
  100% {
    transform:rotate(360deg);
  }
}

.utorgWidget {
    border-radius: 0.571rem;
    font-size: 1rem;
    color: #000;
}

.utorgWidget_change {
    display: flex;
    height: 5.143rem;
    align-items: center;
    margin-bottom: 1.786rem;
    justify-content: space-between;
}

.utorgWidget_change.utorgWidget_addrs {
    height: 4.571rem;
}

.utorgWidget_formControl {
    height: 4.571rem;
    background: rgba(125, 147, 168, 0.08);
    border-radius: 0.571rem;
    width: calc(50% - 0.5rem);
    padding: 0.643rem 1.143rem;
    position: relative;
    display: inline-flex;
    align-items: flex-end;
    transition: background 250ms ease;
}

.utorgWidget_formControl:hover {
    background: rgba(125, 147, 168, 0.17);
    cursor: text;
}

.utorgWidget_formControl .f-icon {
    position: absolute;
    width: 2rem;
    right: 1.143rem;
    top: 1.2rem;
}

.utorgWidget_formControl.utorgWidget_amnt {
    height: 5.143rem;
}

.utorgWidget_formControl.uw-error {
    background-image: linear-gradient(rgba(125, 147, 168, 0.08) 4.428rem, #e53935 0.143rem) !important;
}
.utorgWidget_formControl.utorgWidget_amnt.uw-error {
    background-image: linear-gradient(rgba(125, 147, 168, 0.08) 4.985rem, #e53935 0.157rem) !important;
}

.utorgWidget_formControl.uw-focus {
    background-image: linear-gradient(rgba(125, 147, 168, 0.08) 4.428rem, #2F66E3 0.143rem);
}
.utorgWidget_formControl.utorgWidget_amnt.uw-focus {
    background-image: linear-gradient(rgba(125, 147, 168, 0.08) 4.985rem, #2F66E3 0.157rem);
}

.utorgWidget .uw-inputError,
.utorgWidget .uw-input-error {
    font-size: 0.857rem;
    color: #f44336;
    display: none;
    height: 1rem;
    line-height: 0.8rem;
    margin: 0.857rem 0 0 -0.428rem;
    position: absolute;
    bottom: -1.142rem;
}
.uw-error .uw-inputError,
.uw-error .uw-input-error {
    display: block;
}
.uw-error .uw-label {
    display: none;
}

.utorgWidget_controlDivider {
    flex: 0 0 1.428rem;
    width: 1.428rem;
    height: 1.428rem;
    background: url('https://public-app.utorg.pro/img/swap.png') no-repeat center;
}

.utorgWidget_formGroup {
    height: 2.143rem;
    display: flex;
    position: relative;
}

.utorgWidget_input {
    height: 2.143rem;
    line-height: 2.143rem;
    width: 100%;
    background: transparent;
    border: none;
    font-size: 1.143rem;
}

.utorgWidget_amnt .utorgWidget_formGroup,
.utorgWidget_amnt .utorgWidget_input {
    height: 2.643rem;
}

.utorgWidget_amnt .utorgWidget_input {
    font-size: 1.714rem;
    width: calc(100% - 4.143rem);
}

.utorgWidget-fullW {
    width: 100%;
}

.utorgWidget_amnt .utorgWidget_input[type="number"],
.utorgWidget_amnt .utorgWidget_input::-webkit-outer-spin-button,
.utorgWidget_amnt .utorgWidget_input[type="number"]::-webkit-inner-spin-button {
/* Chrome, Safari, Edge, Opera */
  -webkit-appearance: none;
  margin: 0;

/* Firefox */
  -moz-appearance: textfield;
}

.utorgWidget_select {
    height: 1.714rem;
    font-size: 1rem;
    line-height: 1.714rem;
    width: 4.143rem;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 3.2857rem 0.571rem;
    background-size: 0.857rem auto;
    border: none;
    border-left: 1px solid rgba(0, 0, 0, 0.12);
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding-left: 0.428rem;
    border-radius: 0;
}

.utorgWidget_select:disabled {
    background-image: none;
}

.utorgWidget_select:focus,
.utorgWidget_input:focus {
    outline: none !important;
}

.utorgWidget_controlLabel {
    font-size: 1rem;
    height: 1rem;
    line-height: 1.143rem;
    color: rgba(0, 0, 0, 0.6);
    display: block;
    transform-origin: top left;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    transform: translate(12px, 22px) scale(1);
    pointer-events: none;
    transition: all 300ms ease 0s;
}
.utorgWidget_amnt .utorgWidget_controlLabel {
    transform: translate(12px, 28px) scale(1);
}

.uw-focus .utorgWidget_controlLabel,
.uw-filled .utorgWidget_controlLabel {
    transform: translate(12px, 10px) scale(0.75);
}

.utorgWidget_button {
    border: 1px solid #2F66E3;
    background: #2F66E3;
    border-radius: 0.428rem;
    width: 100%;
    height: 4.428rem;
    text-align: center;
    color: #fff;
    padding: 0.857rem 0;
    font-size: 1.143rem;
    font-weight: 600;
}
.utorgWidget_button:hover {
    background: #1C54D3;
    cursor: pointer;
}
.utorgWidget_button:disabled {
    opacity: 0.6;
    cursor: default;
}
.uw-address {
     padding-right: 30px; 
}
.utorgWidget_footer {
    margin-top: 1.571rem;
    display: flex;
    justify-content: space-between;
    /* height: 1.071rem; */
}

.uw-current-price {
    white-space: nowrap;
}
@media (max-width:600.98px) {
    .utorgWidget_formGroup {
        width: 100%;
    }
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#root, #root-ssr {
  min-height: 100vh;
  background-color: #f5f6f7;
  width: 100vw;
  overflow-x: hidden;
}

#root {
  position: absolute;
  left: -10000px;
}

body.app-data-loaded #root {
  position: relative;
  left: 0;
}

body.app-data-loaded #root-ssr {
  display: none;
}

ul, li {
  list-style: none;
}

.pageTitle {
  font-size: 5.714rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 100%;
  color: #000;
  text-align: center;
}

@media screen and (max-width: 600px){
  #root {
    overflow-x: hidden;
  }
  .pageTitle {
    font-size: 56px;
    line-height: 110%;
    letter-spacing: -0.06em;
  }
}

.langItem{background:no-repeat left center/1.5rem auto;font-size:1.1428571429rem;line-height:150%;color:rgba(0,0,0,.87);text-transform:capitalize;transition:all 250ms ease 0s;border:none;margin:0;cursor:pointer}
.dropdown{position:relative;font-size:1.143rem;font-weight:600;line-height:150%}.dropdown .dropdown_title{color:rgba(0,0,0,.6);cursor:pointer;height:2.857rem;display:flex;padding:1.73rem 1.5rem;transition:all 250ms ease-out 0s;align-items:center;border-radius:.429rem;background:none;border:none;margin:0;font:inherit}@media screen and (max-width: 1400px){.dropdown .dropdown_title{font-size:13px}}.dropdown .dropdown_title>svg{margin-left:.5rem}.dropdown .dropdown_title>svg path{fill:rgba(0,0,0,.6);transition:all 250ms ease-out 0s}.dropdown .dropdown_title:hover,.dropdown .dropdown_title.open{color:rgba(0,0,0,.87);background:rgba(125,147,168,.08)}.dropdown .dropdown_title:hover>svg path,.dropdown .dropdown_title.open>svg path{fill:rgba(0,0,0,.87)}.dropdown .dropdown_menu{top:3.5rem;left:0;display:none;padding:.429rem 0;position:absolute;background:#fff;box-shadow:0 4px 8px rgba(0,0,0,.04),0 8px 16px rgba(0,0,0,.04);border-radius:.429rem;z-index:100}@media screen and (max-width: 1400px){.dropdown .dropdown_menu{font-size:13px}}.dropdown .dropdown_menu.open{display:block}.dropdown .dropdown_menu .dropdown_menuItem{color:#000 !important;display:block;padding:.571rem 1.714rem;transition:all 250ms ease 0s;white-space:nowrap;text-decoration:none !important}.dropdown .dropdown_menu .dropdown_menuItem:hover{color:#000 !important;background-color:rgba(125,147,168,.08)}.dropdown.noscript .dropdown_menu{top:2.8rem}.dropdown.noscript:hover .dropdown_menu{display:block}
.header{display:flex;align-items:center;justify-content:space-between;padding-top:2.5rem}.header.active{padding-top:6.5rem}@media screen and (max-width: 960px){.header{padding:0 15px;height:4.2857142857rem;position:fixed;left:0;right:0;top:0;background:rgba(245,246,247,.1);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);z-index:10000}.header.active{padding-top:4.5rem;height:8.3571428571rem}}.header .header_part{display:flex;align-items:center}.header .header_part .header_logo{display:block;width:6.4rem;margin-right:3.4rem}.header .header_part .header_logo svg{width:6.4285714286rem;height:1.4285714286rem}.header .header_part .header_menu{display:flex;align-items:center}@media screen and (max-width: 960px){.header .header_part .header_menu{display:none}}.header .menuItem{margin-right:2rem;font-size:1.1428571429rem;font-weight:600}.header .menuItem a,.header .menuItem span{color:rgba(0,0,0,.6);text-decoration:none;transition:color 300ms ease-out 0s}.header .menuItem a.active,.header .menuItem a:hover,.header .menuItem span.active,.header .menuItem span:hover{color:#000}.header .menuItem span:hover{color:rgba(0,0,0,.6) !important;cursor:default}@media screen and (max-width: 960px){.header .header_account{display:none}}.header .header_account a:first-child{width:167px;margin-right:0px}.header .button{display:block;font-size:1.1428571429rem;line-height:150%;font-weight:600;padding:.85rem 1.71rem;border:none;border-radius:.42rem;text-decoration:none !important;text-align:center;transition:all 250ms ease 0s}.header .button.variant-link{background:rgba(0,0,0,0);color:rgba(0,0,0,.6)}@media screen and (max-width: 1400px){.header .button.variant-link{font-size:13px}}.header .button.variant-link:hover{background:rgba(125,147,168,.08);color:rgba(0,0,0,.87)}.header .button.variant-button{background:#fff;box-shadow:0px 1px 1px rgba(0,0,0,.08),0px 4px 8px rgba(0,0,0,.08);color:#2f66e3}.header .button.variant-button:hover{box-shadow:0px 4px 8px rgba(0,0,0,.08),0px 8px 16px rgba(0,0,0,.08)}.header .button.blue{background:#2f66e3;color:#fff}.header .button.mobile{width:356px}@media screen and (max-width: 376px){.header .button.mobile{width:100%}}.header .button.mobile:first-child{margin-right:0.8571428571rem}@media screen and (max-width: 375px){.header .button.mobile:first-child{margin-right:0;margin-bottom:0.8571428571rem}}.header .mobileMenuButton{display:none}@media screen and (max-width: 960px){.header .mobileMenuButton{display:block;width:3.4285714286rem;height:3.4285714286rem;border:none;background:rgba(0,0,0,0);cursor:pointer;position:relative;z-index:10000}}@media screen and (max-width: 960px){.mobileMenu{display:block;position:fixed;left:0;top:60;width:100%;height:calc(100vh - 60px);overflow-y:auto;background:#f5f6f7;border-top:1px solid rgba(0,0,0,.12);padding:20px 0 100px 0;z-index:10000}}.mobileMenu .mobileMenu_account{display:flex;justify-content:center;margin-bottom:2.2857142857rem;padding:0 1.1428571429rem}@media screen and (max-width: 375px){.mobileMenu .mobileMenu_account{flex-direction:column}}.mobileMenu .mobileMenu_account .button{border:none;display:block;padding:12px 24px;font-size:16px;text-align:center;transition:all 250ms ease 0s;font-weight:600;line-height:24px;border-radius:6px;text-decoration:none !important}.mobileMenu .mobileMenu_account .button.variant-link{color:rgba(0,0,0,.87);background:rgba(0,0,0,0)}.mobileMenu .mobileMenu_account .button.variant-link:hover{color:#2f66e3;background:rgba(125,147,168,.08)}.mobileMenu .mobileMenu_account .button.variant-button{color:#2f66e3;background:#fff;box-shadow:0 1px 1px rgba(0,0,0,.08),0 4px 8px rgba(0,0,0,.08)}.mobileMenu .mobileMenu_account .button.variant-button:hover{box-shadow:0 4px 8px rgba(0,0,0,.08),0 8px 16px rgba(0,0,0,.08)}.mobileMenu .mobileMenu_account .button.mobile{width:356px}@media screen and (max-width: 375px){.mobileMenu .mobileMenu_account .button.mobile{width:100%}}@media screen and (max-width: 375px){.mobileMenu .mobileMenu_account .button.mobile:first-child{margin-right:0;margin-bottom:0.8571428571rem}}.mobileMenu .mobileMenu_account .button.blue{color:#fff;background:#2f66e3}.mobileMenu .mobileMenu_row{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(0,0,0,.12);height:3.4285714286rem;font-size:1.1428571429rem;line-height:1.4285714286rem;letter-spacing:-0.03em;padding:0 1.1428571429rem;cursor:pointer;text-decoration:none !important}.mobileMenu .mobileMenu_row .langItem{padding-left:16px;background:none;border:none;margin:0;cursor:pointer}.mobileMenu .mobileMenu_row:hover>*{color:#2f66e3}.mobileMenu .mobileMenu_row .right{display:flex;align-items:center}.mobileMenu .mobileMenu_row .arrow{flex:0 0 24px;width:1.7142857143rem;height:1.7142857143rem;background:url(/static/media/mobile-menu-arrow.ef148a01.svg) no-repeat center}.mobileMenu .mobileMenu_row .mobileMenu_link{color:#000;font-weight:600;transition:color 300ms ease-out 0s}.mobileMenu .menuSection{color:rgba(0,0,0,.6);margin-bottom:2.2857142857rem}.mobileMenu .menuSection .menuSection_header{color:rgba(0,0,0,.5)}.mobileMenu .menuSection .menuSection_title{padding-left:1.1428571429rem;margin-bottom:1rem}.mobileMenu .menuSection .menuSection_lang{padding-left:0;margin-bottom:0}@media screen and (max-width: 960px){.noscript .header:hover+.mobileMenu{display:block !important}.noscript .mobileMenu{height:calc(70vh - 60px);box-shadow:0 4px 2px -2px gray}.noscript .mobileMenu:hover{display:block !important}}
.staticPage .footer.desktopView .block,.staticPage .footer.desktopView .footer_block{display:flex;justify-content:space-between}.staticPage .footer.desktopView .block .info,.staticPage .footer.desktopView .block .footer_info,.staticPage .footer.desktopView .footer_block .info,.staticPage .footer.desktopView .footer_block .footer_info{flex:0 0 25.36rem}.footer.desktopView{padding:4.85rem 5.57rem;background:#000}.footer.desktopView a{transition:color 300ms ease-out 0s}@media(max-width: 1450px){.footer.desktopView{padding:68px 48px 68px 28px}}@media(min-width: 2500px){.footer.desktopView{padding-left:3rem;padding-right:3rem}}.footer.desktopView .block,.footer.desktopView .footer_block{display:flex;justify-content:space-between}.footer.desktopView .block .listItems,.footer.desktopView .footer_block .listItems{margin:0;padding:0}.footer.desktopView .block:nth-child(3),.footer.desktopView .footer_block:nth-child(3){margin-top:4.2857142857rem;align-items:flex-end}.footer.desktopView .block:last-child,.footer.desktopView .footer_block:last-child{margin-top:4.2857142857rem;align-items:flex-end}.footer.desktopView .block .info,.footer.desktopView .block .footer_info,.footer.desktopView .footer_block .info,.footer.desktopView .footer_block .footer_info{flex:0 0 25.36rem}@media(max-width: 1920px){.footer.desktopView .block .info,.footer.desktopView .block .footer_info,.footer.desktopView .footer_block .info,.footer.desktopView .footer_block .footer_info{flex:0 0 0.7142857143rem}}.footer.desktopView .block .info .logo,.footer.desktopView .block .info .footer_logo,.footer.desktopView .block .footer_info .logo,.footer.desktopView .block .footer_info .footer_logo,.footer.desktopView .footer_block .info .logo,.footer.desktopView .footer_block .info .footer_logo,.footer.desktopView .footer_block .footer_info .logo,.footer.desktopView .footer_block .footer_info .footer_logo{margin-bottom:1.43rem;height:1.428rem}.footer.desktopView .block .info .social,.footer.desktopView .block .info .footer_social,.footer.desktopView .block .footer_info .social,.footer.desktopView .block .footer_info .footer_social,.footer.desktopView .footer_block .info .social,.footer.desktopView .footer_block .info .footer_social,.footer.desktopView .footer_block .footer_info .social,.footer.desktopView .footer_block .footer_info .footer_social{display:flex;margin-bottom:2.7142857143rem;margin-top:8.1428571429rem}.footer.desktopView .block .info .social .socialItem,.footer.desktopView .block .info .social .footer_socialItem,.footer.desktopView .block .info .footer_social .socialItem,.footer.desktopView .block .info .footer_social .footer_socialItem,.footer.desktopView .block .footer_info .social .socialItem,.footer.desktopView .block .footer_info .social .footer_socialItem,.footer.desktopView .block .footer_info .footer_social .socialItem,.footer.desktopView .block .footer_info .footer_social .footer_socialItem,.footer.desktopView .footer_block .info .social .socialItem,.footer.desktopView .footer_block .info .social .footer_socialItem,.footer.desktopView .footer_block .info .footer_social .socialItem,.footer.desktopView .footer_block .info .footer_social .footer_socialItem,.footer.desktopView .footer_block .footer_info .social .socialItem,.footer.desktopView .footer_block .footer_info .social .footer_socialItem,.footer.desktopView .footer_block .footer_info .footer_social .socialItem,.footer.desktopView .footer_block .footer_info .footer_social .footer_socialItem{margin-right:2.357rem}.footer.desktopView .block .info .social .socialItem a,.footer.desktopView .block .info .social .footer_socialItem a,.footer.desktopView .block .info .footer_social .socialItem a,.footer.desktopView .block .info .footer_social .footer_socialItem a,.footer.desktopView .block .footer_info .social .socialItem a,.footer.desktopView .block .footer_info .social .footer_socialItem a,.footer.desktopView .block .footer_info .footer_social .socialItem a,.footer.desktopView .block .footer_info .footer_social .footer_socialItem a,.footer.desktopView .footer_block .info .social .socialItem a,.footer.desktopView .footer_block .info .social .footer_socialItem a,.footer.desktopView .footer_block .info .footer_social .socialItem a,.footer.desktopView .footer_block .info .footer_social .footer_socialItem a,.footer.desktopView .footer_block .footer_info .social .socialItem a,.footer.desktopView .footer_block .footer_info .social .footer_socialItem a,.footer.desktopView .footer_block .footer_info .footer_social .socialItem a,.footer.desktopView .footer_block .footer_info .footer_social .footer_socialItem a{color:#fff;font-size:tcalculateRem(16);font-weight:700;line-height:150%;letter-spacing:-0.03em;text-decoration:none}.footer.desktopView .block .info .legal,.footer.desktopView .block .info .footer_legal,.footer.desktopView .block .footer_info .legal,.footer.desktopView .block .footer_info .footer_legal,.footer.desktopView .footer_block .info .legal,.footer.desktopView .footer_block .info .footer_legal,.footer.desktopView .footer_block .footer_info .legal,.footer.desktopView .footer_block .footer_info .footer_legal{color:rgba(255,255,255,.5);opacity:1;font-size:0.8571428571rem;line-height:125%;letter-spacing:-0.03em;margin-bottom:1.1428571429rem}.footer.desktopView .block .menu,.footer.desktopView .block .footer_menu,.footer.desktopView .footer_block .menu,.footer.desktopView .footer_block .footer_menu{display:flex}.footer.desktopView .block .menu .menuColumn,.footer.desktopView .block .menu .footer_menuColumn,.footer.desktopView .block .footer_menu .menuColumn,.footer.desktopView .block .footer_menu .footer_menuColumn,.footer.desktopView .footer_block .menu .menuColumn,.footer.desktopView .footer_block .menu .footer_menuColumn,.footer.desktopView .footer_block .footer_menu .menuColumn,.footer.desktopView .footer_block .footer_menu .footer_menuColumn{margin-right:3.5rem;font-size:1rem;margin-bottom:1.4285714286rem}.footer.desktopView .block .menu .menuColumn:last-child,.footer.desktopView .block .menu .footer_menuColumn:last-child,.footer.desktopView .block .footer_menu .menuColumn:last-child,.footer.desktopView .block .footer_menu .footer_menuColumn:last-child,.footer.desktopView .footer_block .menu .menuColumn:last-child,.footer.desktopView .footer_block .menu .footer_menuColumn:last-child,.footer.desktopView .footer_block .footer_menu .menuColumn:last-child,.footer.desktopView .footer_block .footer_menu .footer_menuColumn:last-child{margin-right:0}.footer.desktopView .block .menu .menuColumn2,.footer.desktopView .block .menu .footer_menuColumn2,.footer.desktopView .block .footer_menu .menuColumn2,.footer.desktopView .block .footer_menu .footer_menuColumn2,.footer.desktopView .footer_block .menu .menuColumn2,.footer.desktopView .footer_block .menu .footer_menuColumn2,.footer.desktopView .footer_block .footer_menu .menuColumn2,.footer.desktopView .footer_block .footer_menu .footer_menuColumn2{margin-right:2rem;font-size:1rem}.footer.desktopView .block .menu .menuColumn2:last-child,.footer.desktopView .block .menu .footer_menuColumn2:last-child,.footer.desktopView .block .footer_menu .menuColumn2:last-child,.footer.desktopView .block .footer_menu .footer_menuColumn2:last-child,.footer.desktopView .footer_block .menu .menuColumn2:last-child,.footer.desktopView .footer_block .menu .footer_menuColumn2:last-child,.footer.desktopView .footer_block .footer_menu .menuColumn2:last-child,.footer.desktopView .footer_block .footer_menu .footer_menuColumn2:last-child{margin-right:0}.footer.desktopView .block .menu .menuTitle,.footer.desktopView .block .menu .footer_menuTitle,.footer.desktopView .block .menu .menuTitle2,.footer.desktopView .block .menu .footer_menuTitle2,.footer.desktopView .block .footer_menu .menuTitle,.footer.desktopView .block .footer_menu .footer_menuTitle,.footer.desktopView .block .footer_menu .menuTitle2,.footer.desktopView .block .footer_menu .footer_menuTitle2,.footer.desktopView .footer_block .menu .menuTitle,.footer.desktopView .footer_block .menu .footer_menuTitle,.footer.desktopView .footer_block .menu .menuTitle2,.footer.desktopView .footer_block .menu .footer_menuTitle2,.footer.desktopView .footer_block .footer_menu .menuTitle,.footer.desktopView .footer_block .footer_menu .footer_menuTitle,.footer.desktopView .footer_block .footer_menu .menuTitle2,.footer.desktopView .footer_block .footer_menu .footer_menuTitle2{color:#fff;font-weight:600;line-height:150%;margin-bottom:1.4285714286rem;text-transform:uppercase}.footer.desktopView .block .menu .menuItem,.footer.desktopView .block .menu .footer_menuItem,.footer.desktopView .block .footer_menu .menuItem,.footer.desktopView .block .footer_menu .footer_menuItem,.footer.desktopView .footer_block .menu .menuItem,.footer.desktopView .footer_block .menu .footer_menuItem,.footer.desktopView .footer_block .footer_menu .menuItem,.footer.desktopView .footer_block .footer_menu .footer_menuItem{margin-bottom:1.07rem;line-height:125%}.footer.desktopView .block .menu .menuItem a,.footer.desktopView .block .menu .footer_menuItem a,.footer.desktopView .block .footer_menu .menuItem a,.footer.desktopView .block .footer_menu .footer_menuItem a,.footer.desktopView .footer_block .menu .menuItem a,.footer.desktopView .footer_block .menu .footer_menuItem a,.footer.desktopView .footer_block .footer_menu .menuItem a,.footer.desktopView .footer_block .footer_menu .footer_menuItem a{display:inline-block;padding:2px 0px}.footer.desktopView .block .menu .menuItem a,.footer.desktopView .block .menu .menuItem span,.footer.desktopView .block .menu .footer_menuItem a,.footer.desktopView .block .menu .footer_menuItem span,.footer.desktopView .block .footer_menu .menuItem a,.footer.desktopView .block .footer_menu .menuItem span,.footer.desktopView .block .footer_menu .footer_menuItem a,.footer.desktopView .block .footer_menu .footer_menuItem span,.footer.desktopView .footer_block .menu .menuItem a,.footer.desktopView .footer_block .menu .menuItem span,.footer.desktopView .footer_block .menu .footer_menuItem a,.footer.desktopView .footer_block .menu .footer_menuItem span,.footer.desktopView .footer_block .footer_menu .menuItem a,.footer.desktopView .footer_block .footer_menu .menuItem span,.footer.desktopView .footer_block .footer_menu .footer_menuItem a,.footer.desktopView .footer_block .footer_menu .footer_menuItem span{text-decoration:none;color:rgba(255,255,255,.5);white-space:nowrap}.footer.desktopView .block .menu .menuItem a:hover,.footer.desktopView .block .menu .menuItem span:hover,.footer.desktopView .block .menu .footer_menuItem a:hover,.footer.desktopView .block .menu .footer_menuItem span:hover,.footer.desktopView .block .footer_menu .menuItem a:hover,.footer.desktopView .block .footer_menu .menuItem span:hover,.footer.desktopView .block .footer_menu .footer_menuItem a:hover,.footer.desktopView .block .footer_menu .footer_menuItem span:hover,.footer.desktopView .footer_block .menu .menuItem a:hover,.footer.desktopView .footer_block .menu .menuItem span:hover,.footer.desktopView .footer_block .menu .footer_menuItem a:hover,.footer.desktopView .footer_block .menu .footer_menuItem span:hover,.footer.desktopView .footer_block .footer_menu .menuItem a:hover,.footer.desktopView .footer_block .footer_menu .menuItem span:hover,.footer.desktopView .footer_block .footer_menu .footer_menuItem a:hover,.footer.desktopView .footer_block .footer_menu .footer_menuItem span:hover{color:#fff}.footer.desktopView .block .menu .menuItem span,.footer.desktopView .block .menu .footer_menuItem span,.footer.desktopView .block .footer_menu .menuItem span,.footer.desktopView .block .footer_menu .footer_menuItem span,.footer.desktopView .footer_block .menu .menuItem span,.footer.desktopView .footer_block .menu .footer_menuItem span,.footer.desktopView .footer_block .footer_menu .menuItem span,.footer.desktopView .footer_block .footer_menu .footer_menuItem span{cursor:pointer;color:#2f66e3}.footer.desktopView .block .menu,.footer.desktopView .footer_block .menu{margin-bottom:3rem}.footer.desktopView .block .menuHidden,.footer.desktopView .block .footer_menuHidden,.footer.desktopView .footer_block .menuHidden,.footer.desktopView .footer_block .footer_menuHidden{height:0;transition:height 200ms ease-out 0s;overflow:hidden;margin-bottom:2rem}.footer.desktopView .block .copyAndTerms,.footer.desktopView .block .footer_copyAndTerms,.footer.desktopView .footer_block .copyAndTerms,.footer.desktopView .footer_block .footer_copyAndTerms{display:flex}.footer.desktopView .block .copyAndTerms .item,.footer.desktopView .block .footer_copyAndTerms .item,.footer.desktopView .footer_block .copyAndTerms .item,.footer.desktopView .footer_block .footer_copyAndTerms .item{margin-right:2.571rem;color:rgba(255,255,255,.5);font-size:1rem;line-height:125%;letter-spacing:-0.03em}.footer.desktopView .block .copyAndTerms .item a,.footer.desktopView .block .footer_copyAndTerms .item a,.footer.desktopView .footer_block .copyAndTerms .item a,.footer.desktopView .footer_block .footer_copyAndTerms .item a{color:rgba(255,255,255,.5);text-decoration:none}.footer.desktopView .block .copyAndTerms .item a:hover,.footer.desktopView .block .footer_copyAndTerms .item a:hover,.footer.desktopView .footer_block .copyAndTerms .item a:hover,.footer.desktopView .footer_block .footer_copyAndTerms .item a:hover{color:#fff}.footer.desktopView .block .support,.footer.desktopView .block .footer_support,.footer.desktopView .footer_block .support,.footer.desktopView .footer_block .footer_support{font-size:1.1428571429rem;line-height:125%;font-weight:700;letter-spacing:-0.03em;color:#fff !important;text-decoration:none !important}.footer.desktopView .block .support:hover,.footer.desktopView .block .footer_support:hover,.footer.desktopView .footer_block .support:hover,.footer.desktopView .footer_block .footer_support:hover{color:#2f66e3 !important}.footer.desktopView .block .footerLang,.footer.desktopView .footer_block .footerLang{width:11.4285714286rem;border-top:0.0714285714rem solid rgba(255,255,255,.5);padding-top:2.2857142857rem}.footer.desktopView .block .footerLang_wrapper,.footer.desktopView .footer_block .footerLang_wrapper{position:relative}.footer.desktopView .block .footerLang_wrapper .langSelected,.footer.desktopView .footer_block .footerLang_wrapper .langSelected{padding:0.8571428571rem 0;font-weight:600;display:inline-flex;align-items:center;cursor:pointer}.footer.desktopView .block .footerLang_wrapper .langSelected svg,.footer.desktopView .footer_block .footerLang_wrapper .langSelected svg{margin-left:0.5714285714rem}.footer.desktopView .block .footerLang_wrapper .langSelected svg path,.footer.desktopView .footer_block .footerLang_wrapper .langSelected svg path{transition:all 250ms ease 0s;fill:rgba(255,255,255,.5)}.footer.desktopView .block .footerLang_wrapper .langSelected .langItem,.footer.desktopView .footer_block .footerLang_wrapper .langSelected .langItem{transition:all 250ms ease 0s;background:none;border:none;margin:0;cursor:pointer;color:rgba(255,255,255,.5)}.footer.desktopView .block .footerLang_wrapper .langSelected .langItem span,.footer.desktopView .footer_block .footerLang_wrapper .langSelected .langItem span{opacity:1}.footer.desktopView .block .footerLang_wrapper .langSelected:hover svg path,.footer.desktopView .footer_block .footerLang_wrapper .langSelected:hover svg path{fill:#fff}.footer.desktopView .block .footerLang_wrapper .langSelected:hover .langItem,.footer.desktopView .footer_block .footerLang_wrapper .langSelected:hover .langItem{color:#fff}.footer.desktopView .block .footerLang_wrapper .langList,.footer.desktopView .footer_block .footerLang_wrapper .langList{position:absolute;left:0;bottom:100%;display:none;background:#fff;box-shadow:0 4px 8px rgba(0,0,0,.04),0 8px 16px rgba(0,0,0,.04);border-radius:0.4285714286rem;padding:0.4285714286rem0}.footer.desktopView .block .footerLang_wrapper .langList.open,.footer.desktopView .footer_block .footerLang_wrapper .langList.open{display:block}.footer.desktopView .block .footerLang_wrapper .langList .item,.footer.desktopView .footer_block .footerLang_wrapper .langList .item{padding:0.8571428571rem 1.7142857143rem;transition:all 250ms ease 0s;display:block}.footer.desktopView .block .footerLang_wrapper .langList .item:hover,.footer.desktopView .footer_block .footerLang_wrapper .langList .item:hover{background-color:rgba(125,147,168,.08);cursor:pointer}.footer.desktopView .block .footerLang_wrapper .langList .item:hover span,.footer.desktopView .footer_block .footerLang_wrapper .langList .item:hover span{opacity:1}.promoLinks{display:flex;grid-gap:16px;gap:16px;margin-bottom:24px}.promoText{max-width:18.2rem;color:#fff;font-size:.875rem;line-height:1.2}.promoBtn{width:10rem;height:2.875rem}.emailsWrapper{display:flex;flex-direction:column;grid-gap:16px;gap:16px}
.footer.mobileView{margin-top:4.2857142857rem;padding:48px 40px 35px 20px;background:#000}.footer.mobileView a{transition:color 300ms ease-out 0s}.footer.mobileView .listItems{margin:0;padding:0}.footer.mobileView .block,.footer.mobileView .footer_block{display:flex;justify-content:space-between;margin-bottom:3rem}.footer.mobileView .block:last-child,.footer.mobileView .footer_block:last-child{margin-bottom:0}.footer.mobileView .info,.footer.mobileView .footer_info{flex:0 0 355px}.footer.mobileView .logo,.footer.mobileView .footer_logo{height:1.4285714286rem}.footer.mobileView .social,.footer.mobileView .footer_social{display:flex;margin-bottom:4.3571428571rem}.footer.mobileView .socialItem,.footer.mobileView .footer_socialItem{margin-right:2.3571428571rem}.footer.mobileView .socialItem a,.footer.mobileView .footer_socialItem a{color:#fff;font-size:1.1428571429rem;font-weight:700;line-height:150%;letter-spacing:-0.03em;text-decoration:none}.footer.mobileView .legal,.footer.mobileView .footer_legal{color:rgba(255,255,255,.5);opacity:1;font-size:0.8571428571rem;line-height:125%;letter-spacing:-0.03em;margin-bottom:2.2857142857rem}.footer.mobileView .copy,.footer.mobileView .footer_copy,.footer.mobileView .footerMobile_copy{color:rgba(255,255,255,.5);font-size:1rem;line-height:125%;letter-spacing:-0.03em}.footer.mobileView .menu,.footer.mobileView .footer_menu{display:flex;flex-flow:row wrap;justify-content:space-between;margin-bottom:3.5714285714rem}.footer.mobileView .menu .menuFiatWrapper,.footer.mobileView .footer_menu .menuFiatWrapper{width:100%;display:flex;justify-content:space-between}.footer.mobileView .menu .menuColumn,.footer.mobileView .menu .footer_menuColumn,.footer.mobileView .footer_menu .menuColumn,.footer.mobileView .footer_menu .footer_menuColumn{width:45%;font-size:1.1428571429rem;margin-bottom:2rem}.footer.mobileView .menu .menuColumn .menuTitle,.footer.mobileView .menu .menuColumn .footer_menuTitle,.footer.mobileView .menu .footer_menuColumn .menuTitle,.footer.mobileView .menu .footer_menuColumn .footer_menuTitle,.footer.mobileView .footer_menu .menuColumn .menuTitle,.footer.mobileView .footer_menu .menuColumn .footer_menuTitle,.footer.mobileView .footer_menu .footer_menuColumn .menuTitle,.footer.mobileView .footer_menu .footer_menuColumn .footer_menuTitle{color:#fff;font-weight:600;line-height:150%;margin-bottom:1.4285714286rem;text-transform:uppercase}.footer.mobileView .menu .menuColumn .menuItem,.footer.mobileView .menu .menuColumn .footer_menuItem,.footer.mobileView .menu .footer_menuColumn .menuItem,.footer.mobileView .menu .footer_menuColumn .footer_menuItem,.footer.mobileView .footer_menu .menuColumn .menuItem,.footer.mobileView .footer_menu .menuColumn .footer_menuItem,.footer.mobileView .footer_menu .footer_menuColumn .menuItem,.footer.mobileView .footer_menu .footer_menuColumn .footer_menuItem{margin-bottom:1.0714285714rem;line-height:125%}.footer.mobileView .menu .menuColumn .menuItem a,.footer.mobileView .menu .menuColumn .footer_menuItem a,.footer.mobileView .menu .footer_menuColumn .menuItem a,.footer.mobileView .menu .footer_menuColumn .footer_menuItem a,.footer.mobileView .footer_menu .menuColumn .menuItem a,.footer.mobileView .footer_menu .menuColumn .footer_menuItem a,.footer.mobileView .footer_menu .footer_menuColumn .menuItem a,.footer.mobileView .footer_menu .footer_menuColumn .footer_menuItem a{display:inline-block;padding:2px 0px;text-decoration:none;color:rgba(255,255,255,.5)}.footer.mobileView .menu .menuColumn .menuItem a:hover,.footer.mobileView .menu .menuColumn .footer_menuItem a:hover,.footer.mobileView .menu .footer_menuColumn .menuItem a:hover,.footer.mobileView .menu .footer_menuColumn .footer_menuItem a:hover,.footer.mobileView .footer_menu .menuColumn .menuItem a:hover,.footer.mobileView .footer_menu .menuColumn .footer_menuItem a:hover,.footer.mobileView .footer_menu .footer_menuColumn .menuItem a:hover,.footer.mobileView .footer_menu .footer_menuColumn .footer_menuItem a:hover{color:#fff}.footer.mobileView .copyAndTerms,.footer.mobileView .footer_copyAndTerms{display:flex;width:100%;justify-content:space-between}.footer.mobileView .copyAndTerms .item,.footer.mobileView .footer_copyAndTerms .item{color:rgba(255,255,255,.5);font-size:1rem;line-height:125%;letter-spacing:-0.03em}.footer.mobileView .copyAndTerms .item a,.footer.mobileView .footer_copyAndTerms .item a{color:rgba(255,255,255,.5);text-decoration:none}.footer.mobileView .copyAndTerms .item a:hover,.footer.mobileView .footer_copyAndTerms .item a:hover{color:#fff}.footer.mobileView .support,.footer.mobileView .footer_support{font-size:1.1428571429rem;line-height:125%;font-weight:700;letter-spacing:-0.03em;color:#fff !important;text-decoration:none !important}.footer.mobileView .support:hover,.footer.mobileView .footer_support:hover{color:#2f66e3 !important}.footer.mobileView .promoLinks{display:flex;grid-gap:16px;gap:16px;margin-bottom:24px}.footer.mobileView .promoText{max-width:300px;color:#fff;font-size:14px;line-height:1.2}.footer.mobileView .promoBtn{width:160px;height:46px}.footer.mobileView .emailsWrapper{display:flex;flex-direction:column;grid-gap:16px;gap:16px}
#root-ssr .root{width:calc(100% - 630px)}#root-ssr .root.staticPage{width:100%}@media(max-width: 1450px){#root-ssr .root{width:calc(100% - 520px)}}@media(max-width: 1400px){#root-ssr .root{width:auto}}.root{font-family:"Inter" sans-serif;position:relative}.root.mainPage ol,.root.mainPage ul{padding-left:1.1428571429rem;margin:1rem 0}.root a{color:#2f66e3;text-decoration:none;transition:all 250ms ease 0s}.root a:hover{color:#1c54d3}@media screen and (max-width: 960px){.root{padding-right:0 !important;padding-top:4.2857142857rem}}.wrapper{position:relative}.content{margin:0 auto;width:62rem}.content.wide{width:auto;margin:0 5.57rem;max-width:100%}@media(max-width: 1450px){.content.wide{margin:0 28px}}@media screen and (max-width: 769px){.content.wide{margin:0 15px;padding:0}}@media(max-width: 1400px){.content{margin:0 auto;max-width:60.7142857143rem;width:100%;padding:0 15px;width:62rem}}.sidebar{position:fixed;background:#fff;right:0;top:0;bottom:0;z-index:1;box-shadow:0px 1px 1px rgba(0,0,0,.25)}@media(max-width: 1400px){.sidebar{position:static;width:auto;max-width:55rem;margin:2.2857142857rem auto 0;border-radius:0.5714285714rem;box-shadow:none}}@media(max-width: 600px){.sidebar{margin:2.3rem 1rem}}.subheader{font-size:2rem;line-height:150%;font-weight:bold;letter-spacing:-0.03em}.subheader span{color:#2f66e3}@media screen and (max-width: 960px){.subheader{font-size:1.5rem}}.subtitle{font-size:3rem;font-weight:800;line-height:125%;letter-spacing:-0.03em;color:rgba(0,0,0,.87)}@media screen and (max-width: 960px){.subtitle{font-size:2.5rem}}@media screen and (max-width: 769px){.subtitle{text-align:center}}@media screen and (max-width: 960px){.desktopView{display:none !important}}.mobileView{display:none}@media screen and (max-width: 960px){.mobileView{display:block}}.formattedText div,.formattedText p,.formattedText li{margin-bottom:0.8571428571rem}.formattedText ul li{list-style:disc;margin-left:1.4285714286rem}.formattedText ol li{list-style:decimal;margin-left:1.4285714286rem}.formattedText h1,.formattedText h2,.formattedText h3,.formattedText h4,.formattedText h5{font-weight:bold}.formattedText h1{font-size:4rem}.formattedText h2{font-size:3.4285714286rem}.formattedText h3{font-size:2.5714285714rem;margin-bottom:1.2857142857rem}.formattedText h4{font-size:1.7142857143rem}.formattedText h5{font-size:1.2857142857rem}
.staticDropdownMenu{display:none;position:relative;margin-bottom:32px}@media screen and (max-width: 769px){.staticDropdownMenu{display:block}}.staticDropdownMenu_title{background:rgba(125,147,168,.08);border-radius:8px;height:48px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;color:rgba(0,0,0,.6)}.staticDropdownMenu_list{position:absolute;width:100%;left:0;top:56px;display:none;padding:8px 0;background:#fff;box-shadow:0 4px 8px rgba(0,0,0,.04),0 8px 16px rgba(0,0,0,.04);border-radius:8px;z-index:100}.staticDropdownMenu_list.open{display:block}.staticDropdownMenu_item{color:#000 !important;display:block;padding:12px 1.714rem;text-decoration:none !important}.staticDropdownMenu_item.active{background-color:rgba(125,147,168,.08)}.infoPage section>h2{font-weight:800;font-size:28px;line-height:125%;text-align:center;letter-spacing:-0.03em;font-feature-settings:"ss01" on,"calt" off;color:rgba(0,0,0,.87);margin-bottom:13px}.infoPage section>p{font-size:13px;line-height:150%;text-align:center;letter-spacing:-0.03em;color:#8b959f;margin-bottom:32px}.infoPage section>article{margin-top:32px;color:#212121}.infoPage section>article>p{margin-bottom:32px}@media screen and (max-width: 769px){.infoPage section>article>p{word-wrap:break-word}}.infoPage section>article>p>b{font-size:18px}.infoPage section>article>ul{margin-left:15px;margin-bottom:32px}.infoPage section>article>ul li{list-style:disc !important;margin-bottom:24px}.infoPage section>article>ol{margin-bottom:32px}.infoPage section>article>ol li{margin-bottom:24px;list-style:decimal inside}.infoPage section>article>ol li>p{margin-bottom:24px}.infoPage section>article>ol li>p:first-child{display:inline}.infoPage section>article>ol li>p:nth-child(2){margin-top:24px}
.closeBtn{width:24px;height:24px;display:flex;justify-content:center;align-items:center;background-color:#f8f8fa;border-radius:50%;position:relative;border:none;margin-left:15px;cursor:pointer}.closeBtn span{width:7px;height:1px;display:inline-block;background-color:#011627;border-radius:5px;position:absolute}.closeBtn span:first-child{transform:rotate(45deg)}.closeBtn span:last-child{transform:rotate(-45deg)}.banner{position:fixed;z-index:100;padding:10px 22px 11px 12px;display:grid;grid-template-columns:1fr 39px;align-items:center;justify-content:center;background-color:#1ecd70;min-height:4rem;width:100%;font-size:1.125rem;font-weight:500;line-height:1.2}.bannerMobile{position:fixed;z-index:100;display:grid;grid-template-columns:1fr 55px;align-items:center;justify-content:center;background-color:#1ecd70;min-height:4rem;width:100%;font-size:1.125rem;font-weight:500;line-height:1.2}.bannerLink{display:block;padding:10px 0px 11px 12px;color:inherit}.bannerWrapper,.bannerWrapperMobile{display:flex;align-items:center;justify-content:center}.closeBtnWrapper{padding:10px 22px 11px 0px}.bannerLinks{display:flex;grid-column-gap:16px;-webkit-column-gap:16px;column-gap:16px}.bannerText,.bannerTextMobile{margin-right:32px}.banner.hidden{display:none}.imgBtn{width:7.5rem;height:2.2rem}@media(max-width: 991.98px){.banner{font-size:12px}}@media(max-width: 766.98px){.bannerMobile{font-size:.937rem;grid-template-columns:1fr 55px}.closeBtnWrapper{padding:10px 16px 11px 0px}.imgBtn{width:110px;height:32px}.bannerTextMobile{margin-right:10px}}
.currency{margin-top:0.9285714286rem;position:relative;width:100%}@media screen and (max-width: 960px){.currency{margin-top:0.5714285714rem}}.currency .text{font-family:Inter,sans-serif;font-weight:800;text-transform:none;font-size:8.5714285714rem;letter-spacing:-0.06em;width:100%;position:relative;top:1px;padding-bottom:1.1428571429rem;padding-top:0.7142857143rem}@media screen and (max-width: 960px){.currency .text{font-size:4.2857142857rem;padding-bottom:0.4285714286rem;padding-top:0}}.spinner-wrapper{margin:0 5px}
.topSection{margin-top:9.6rem !important;color:#000}@media screen and (max-width: 960px){.topSection{text-align:center;margin-top:6.8571428571rem !important}}.topSection .title{font-weight:800;font-size:8.57rem;line-height:95%;letter-spacing:-0.04em;font-feature-settings:"ss01" on "calt" off;margin-bottom:7.142rem}@media screen and (max-width: 960px){.topSection .title{font-size:4rem;line-height:110%;margin-bottom:1.5714285714rem}}.topSection h1{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.topSection .subheader{font-size:2rem;line-height:150%;font-weight:bold;letter-spacing:-0.03em}.topSection .subheader>span:first-child{color:#2f66e3}.topSection .subheader>span:last-child{color:inherit}@media screen and (max-width: 960px){.topSection .subheader{font-size:1.5rem}}@media screen and (max-width: 769px){.topSection.ru .subheader .dot,.topSection.ru .subheader span:last-child{display:none}}
.advantagesRoot{margin-top:7.1428571429rem !important;margin-bottom:0rem !important}@media screen and (max-width: 960px){.advantagesRoot{margin-top:3.7142857143rem !important}}.advantagesRoot .advantages{display:flex;grid-gap:50px;gap:50px;color:rgba(0,0,0,.87);margin-bottom:8.9285714286rem}@media screen and (max-width: 960px){.advantagesRoot .advantages{flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;margin-bottom:90px}}@media screen and (max-width: 960px){.advantagesRoot .advantageItem{margin-right:0;margin-bottom:49px}.advantagesRoot .advantageItem:first-child{display:none}.advantagesRoot .advantageItem:last-child{margin-bottom:0}}.advantagesRoot .advantageIcon{height:3.2857142857rem;display:flex;align-items:center;margin-bottom:0.9285714286rem}@media screen and (max-width: 960px){.advantagesRoot .advantageIcon{justify-content:center}}.advantagesRoot .advantageText{font-size:1.2857142857rem;font-weight:600;line-height:150%;margin-bottom:0.5rem;white-space:nowrap}.advantagesRoot .advantageLink{font-size:0.9285714286rem;font-weight:500;line-height:150%;display:inline-block;background:url(/static/media/link-external.50a434bd.svg) no-repeat right top 0.2142857143rem/0.6428571429rem 1rem;padding-right:1rem;text-decoration:none !important;transition:all 250ms ease 0s;white-space:nowrap;margin-right:0.2857142857rem}.advantagesRoot .advantageLink:hover{padding-right:1.2857142857rem;margin-right:0}.advantagesRoot .pricingTitle{font-size:5.7142857143rem;font-weight:800;line-height:125%;letter-spacing:-0.03em;margin-bottom:1.7142857143rem;display:inline-block;padding-right:3.5714285714rem;background:url(/static/media/pricing-icon.4f73337c.svg) no-repeat top 1.7857142857rem right/1.9285714286rem}@media screen and (max-width: 960px){.advantagesRoot .pricingTitle{font-size:4rem;line-height:110%;background-position:top right 8px;padding:0 3.5714285714rem;text-align:center;margin-right:-15px;margin-left:-15px;display:block}}@media screen and (max-width: 769px){.advantagesRoot .pricingTitle{text-align:center;font-size:3.2857142857rem}}.advantagesRoot .pricingText{font-size:2rem;font-weight:700;line-height:150%;max-width:39.2857142857rem;letter-spacing:-0.03em}.advantagesRoot .pricingText span{color:#2f66e3}@media screen and (max-width: 960px){.advantagesRoot .pricingText{padding-right:0;text-align:center;margin:0 auto;display:block}}@media screen and (max-width: 769px){.advantagesRoot .pricingText{text-align:center;font-size:22px}}
.card{flex:0 0 23.6428571429rem;width:23.6428571429rem;height:14.5714285714rem;margin:0 0.6428571429rem;border-radius:1.4285714286rem;background:#212226 no-repeat center/auto 14.5714285714rem}
.limits{height:50.2142857143rem;background:url(/static/media/usa-bg.2ed381e3.svg) no-repeat top left/71.7857142857rem 50.2142857143rem;padding-top:8.9285714286rem;margin-bottom:4.2857142857rem}@media screen and (max-width: 960px){.limits{text-align:center;background-position:center;height:auto;padding-top:6.4285714286rem}}.limits .title{font-size:5.7142857143rem;font-weight:800;line-height:125%;letter-spacing:-0.03em;margin-bottom:1.7142857143rem;display:inline-block;padding-right:3.5714285714rem;background:url(/static/media/limits-icon.dc3ad6be.svg) no-repeat top 1.7857142857rem right/1.9285714286rem}@media screen and (max-width: 960px){.limits .title{font-size:4rem;line-height:110%;background-position:top right 1.1428571429rem;padding:0 3.5714285714rem;text-align:center;margin-right:-1.0714285714rem;margin-left:-1.0714285714rem;display:block}}@media screen and (max-width: 769px){.limits .title{font-size:3.2857142857rem}}.limits .more{margin-top:1.7142857143rem;font-size:1.5714285714rem;line-height:133%;letter-spacing:-0.03em;font-weight:bold}.limits .more a{background:url(/static/media/link-external.50a434bd.svg) no-repeat right top 0.5714285714rem/0.6428571429rem 1rem;text-decoration:none !important;padding-right:1.1428571429rem;margin-right:0.2857142857rem;transition:all 250ms ease 0s;white-space:nowrap}.limits .more a:hover{padding-right:1.4285714286rem;margin-right:0}.limits .cards{margin-top:3.7857142857rem;overflow:hidden;display:flex}
.content>.support,.wrapper>.support{margin-top:6.4285714286rem;margin-bottom:5.5714285714rem;background:#fff;border-radius:1.4285714286rem;width:52.7142857143rem;padding:3.5714285714rem 7.1428571429rem;text-align:center;letter-spacing:-0.03em;font-size:1.5714285714rem;font-weight:700;line-height:150%;color:#212121}@media screen and (max-width: 960px){.content>.support,.wrapper>.support{width:100%;padding:3.2857142857rem 1.1428571429rem;line-height:133%;border-radius:0;margin-top:3.5714285714rem;margin-bottom:2.7142857143rem}}@media screen and (max-width: 769px){.content>.support,.wrapper>.support{font-size:1.2857142857rem;margin-top:2.1428571429rem;margin-bottom:1.4285714286rem}}.content>.support .title,.content>.support .support_title,.wrapper>.support .title,.wrapper>.support .support_title{font-size:3rem;font-weight:800;line-height:125%;color:rgba(0,0,0,.87);margin-bottom:1.1428571429rem}@media screen and (max-width: 960px){.content>.support .title,.content>.support .support_title,.wrapper>.support .title,.wrapper>.support .support_title{font-size:2rem;line-height:150%}}
.expander{width:57rem}@media screen and (max-width: 960px){.expander{width:100%}}.expander .expander_header{height:5.2857142857rem;display:flex;align-items:center;border-radius:1.4285714286rem;padding:0 2.1428571429rem;margin-left:-2.1428571429rem;margin-right:-2.1428571429rem;font-size:1.5714285714rem;line-height:150%;font-weight:bold;color:#000;transition:all 300ms ease-out 0s;text-align:left;cursor:pointer}.expander .expander_header .number{margin-right:4.7857142857rem}@media screen and (max-width: 769px){.expander .expander_header .number{margin-right:1.5rem}}.expander .expander_header .expander_title{flex:1 1 auto;display:flex;align-items:center;justify-content:space-between;border:0;margin:0;cursor:pointer;background:none}.expander .expander_header .expander_title h3{font-size:1.5714285714rem;line-height:150%;font-weight:bold;text-align:left;color:#000;transition:all 300ms ease-out 0s}.expander .expander_header .expander_arrow{margin-left:1.4285714286rem;align-self:center}.expander .expander_header.open .expander_arrow svg,.expander .expander_header.noscript .expander_arrow svg{transform:rotate(180deg)}.expander .expander_header:hover{color:#2f66e3;background:#fff;cursor:pointer}.expander .expander_header:hover .expander_arrow svg path{stroke:#2f66e3}.expander .expander_header:hover .title h3{color:#2f66e3}@media screen and (max-width: 769px){.expander .expander_header{margin-left:0;margin-right:0;border-radius:0;padding:12px 0;line-height:133%;height:auto;align-items:baseline;font-size:1.2142857143rem}.expander .expander_header .title h3{font-size:17px !important}.expander .expander_header:hover{color:#000 !important;background:rgba(0,0,0,0) !important}.expander .expander_header:hover .expander_arrow svg path{stroke:#000 !important}.expander .expander_header:hover .title h3{color:#000 !important}}.expander .expander_content{height:0;overflow:hidden;transition:height 250ms ease-out 0s;margin:0}.expander .expander_content.noscript{height:auto !important}.expander .expander_content .expander_data{padding:1.2857142857rem 0;font-size:1.2857142857rem;line-height:150%;color:rgba(0,0,0,.87);text-align:left;margin:0 6.5714285714rem}.expander .expander_content .expander_data.nomargin{margin:0}@media(max-width: 960px){.expander .expander_content .expander_data{padding:20px 0;margin:0 0 0 40px}}
.howto{padding-top:4.4642857143rem !important}@media screen and (max-width: 769px){.howto{padding-top:5.5rem;padding-bottom:6rem;text-align:center}}.howto .guide{margin-top:1.7857142857rem}
.titleSection{font-size:5.7142857143rem;font-weight:800;line-height:125%;letter-spacing:-0.03em;color:#000;margin-bottom:6.2142857143rem}@media screen and (max-width: 960px){.titleSection{font-size:4rem;letter-spacing:-0.06em;line-height:110%;text-align:center;padding:0 3.5714285714rem;margin-bottom:3.4285714286rem}}@media screen and (max-width: 769px){.titleSection{text-align:center;font-size:3.2857142857rem}}.articlesRoot{overflow:hidden;background:#fff;padding-top:3.1428571429rem;padding-bottom:4.4642857143rem;position:relative}.articlesRoot:after{content:"";position:absolute;left:0;bottom:0;right:0;height:4.4642857143rem;background:linear-gradient(180deg, rgba(255, 255, 255, 0) 20%, white 80%)}@media screen and (max-width: 960px){.articlesRoot{background:rgba(0,0,0,0);padding-top:0;padding-bottom:0}.articlesRoot:after{display:none}}.articlesRoot .heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:2.1428571429rem}.articlesRoot .heading .number{font-size:3rem;line-height:125%;font-weight:800;color:rgba(0,0,0,.87);letter-spacing:-0.03em}.articlesRoot .heading .arrows{width:8.2857142857rem;display:flex}.articlesRoot .heading .swipeButton{width:4.1428571429rem;height:4.1428571429rem;background:rgba(0,0,0,0);border:none;border-radius:2.0714285714rem;display:flex;align-items:center;justify-content:center;transition:all 250ms ease-out 0s}.articlesRoot .heading .swipeButton:hover{background:#f5f6f7;cursor:pointer}@media screen and (max-width: 769px){.articlesRoot .heading .swipeButton:hover{background:rgba(0,0,0,0) !important}}.articlesRoot .heading .swipeButton.disabled{opacity:.55}.articlesRoot .heading .swipeButton.disabled:hover{background:rgba(0,0,0,0)}.articlesRoot .heading .swipeButton.next svg{transform:rotate(180deg)}.articlesRoot .articles{position:relative;transition:all 250ms ease 0s}.articlesRoot .articles .articlesList{display:flex;position:absolute;top:0;left:0;transition:all 250ms ease-out 0s;align-items:flex-start}@media screen and (max-width: 1450px){.articlesRoot .articles .articlesList{padding-left:1.7857142857rem}}@media screen and (max-width: 960px){.articlesRoot .articles .articlesList{padding-left:1.0714285714rem}}.articlesRoot .articles .articleWrapper{width:55rem;transition:all 250ms ease-out 0s}@media screen and (max-width: 769px){.articlesRoot .articles .articleWrapper{width:calc(100vw - 15px);margin-top:0}}.articlesRoot .articles .articleWrapper.prevNext .title,.articlesRoot .articles .articleWrapper.prevNext .article{opacity:.55}.articlesRoot .articles .articleWrapper.active .title,.articlesRoot .articles .articleWrapper.active .article{opacity:1}.articlesRoot .articles .articleWrapper.active .title{border-top-color:#212121}.articlesRoot .articles .articleWrapper .title{display:inline-block;padding-top:1.1428571429rem;font-size:2rem;line-height:150%;font-weight:bold;letter-spacing:-0.03em;border-top:0.2142857143rem solid rgba(0,0,0,0);color:#212121;transition:all 250ms ease-out 0s;opacity:.55}.articlesRoot .articles .articleWrapper .title:hover{opacity:1 !important;cursor:pointer}@media screen and (max-width: 769px){.articlesRoot .articles .articleWrapper .title{margin-right:1.0714285714rem;height:auto !important;font-size:1.7142857143rem;width:calc(100vw - 30px);margin-bottom:24px}}.articlesRoot .articles .articleWrapper .article{margin-top:3.7142857143rem;font-size:1.2857142857rem;line-height:160%;color:#212121;padding-right:2.1428571429rem;opacity:.55}@media screen and (max-width: 769px){.articlesRoot .articles .articleWrapper .article{padding-right:1.0714285714rem;margin-top:0}}.articlesRoot .articles .articleWrapper .article div{margin-bottom:0.8571428571rem}.articlesRoot .articles .articleWrapper .article p{margin-top:.5rem;margin-bottom:.5rem}.articlesRoot .articles .articleWrapper .article ol,.articlesRoot .articles .articleWrapper .article ul{margin-top:1rem;margin-bottom:1rem}.articlesRoot .articles .articleWrapper .article li{margin-bottom:.3rem}.articlesRoot .articles .articleWrapper .article li:last-child{margin-bottom:0}.articlesRoot .bottomNav{margin-top:2.5714285714rem;display:flex;justify-content:space-between}.articlesRoot .bottomNav .navBtn{display:flex;align-items:center;height:2.0714285714rem;font-size:1.5714285714rem;line-height:133%;font-weight:700;border:none;background:rgba(0,0,0,0);z-index:10}.articlesRoot .bottomNav .navBtn.hide{opacity:0}.articlesRoot .bottomNav .navBtn.next svg{transform:rotate(180deg);margin-left:1.1428571429rem}.articlesRoot.noscript .titleList{position:relative}.articlesRoot.noscript .titleList .title{opacity:1}.articlesRoot.noscript .articlesList{position:relative}.articlesRoot.noscript .articlesList .article{opacity:1;margin-top:0}
.faq{margin-top:14.2857142857rem !important}@media screen and (max-width: 960px){.faq{margin-top:7.1428571429rem !important}}@media screen and (max-width: 769px){.faq{margin-top:3.5714285714rem !important}}.faq .guide{margin-top:1.7857142857rem}.more{margin-top:3.5714285714rem;font-size:1.5714285714rem;line-height:133%;font-weight:bold;letter-spacing:-0.03em}#root-ssr .faq,#root-ssr .faqs{margin-top:14.2857142857rem !important;padding-bottom:2.571rem;margin-bottom:2.571rem}#root-ssr .faq:before{content:"";width:4.571rem;height:.214rem;background:#000;display:block;margin-bottom:2.571rem}#root-ssr .faq_title{margin-bottom:2.571rem;font-size:3rem;letter-spacing:-0.03em;font-weight:800;line-height:125%;color:rgba(0,0,0,.87)}@media screen and (max-width: 600px){#root-ssr #root-ssr .faq:before{display:none}#root-ssr #root-ssr .faq_title{font-size:36px}}
.blog{margin-top:200px !important}@media screen and (max-width: 960px){.blog{margin-top:100px !important}}@media screen and (max-width: 769px){.blog{margin-top:50px !important}}.more{margin-top:1.7142857143rem;font-size:1.5714285714rem;line-height:133%;letter-spacing:-0.03em;font-weight:bold}.more a{background:url(/static/media/link-external.50a434bd.svg) no-repeat right top 0.5714285714rem/0.6428571429rem 1rem;text-decoration:none !important;padding-right:1.1428571429rem;margin-right:0.2857142857rem;transition:all 250ms ease 0s;white-space:nowrap}.more a:hover{padding-right:1.4285714286rem;margin-right:0}
.SidebarConfirm_sidebarConfirm__backdrop__3UbFS{background:rgba(0,0,0,.6);position:absolute;display:flex;justify-content:center;align-items:center;top:0;left:0;width:100%;height:100vh;z-index:2}.SidebarConfirm_sidebarConfirm__modal__XFjHi{width:65%;min-width:275px;background-color:#fff;box-shadow:0 4px 34px rgba(0,0,0,.25);padding:30px 18px;border-radius:5px;text-align:center}.SidebarConfirm_sidebarConfirm_hidden__1oYEk{display:none}.SidebarConfirm_sidebarConfirm_verticalMargin__14SxV{margin:16px 0}.SidebarConfirm_sidebarConfirm__caption__1B9tp{color:#8b959e;display:block;margin:1rem 0}.SidebarConfirm_sidebarConfirm__btnPanel__1bNas{display:flex;flex-direction:column;grid-gap:1rem;gap:1rem}.SidebarConfirm_sidebarConfirm__btn__3sYNL{width:100%;height:auto;padding:1rem;font-size:1.1rem;border-radius:5px;border:none;cursor:pointer}.SidebarConfirm_sidebarConfirm__btnSecondary__ZILrj{background-color:rgba(125,147,168,.08)}
.Whisper_whisper__wrapper__4GLGo{color:rgba(0,0,0,.6);margin:1.76rem 0;cursor:pointer;position:relative;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;text-underline-offset:.25em}.Whisper_whisper__wrapper__4GLGo:hover{color:#2f66e3}.Whisper_whisper__wrapper__4GLGo:hover .Whisper_whisper__window__30WYO{display:block}.Whisper_whisper__window__30WYO{color:rgba(255,255,255,.74);padding:16px;display:none;position:absolute;bottom:calc(100% + 5px);background:rgba(32,32,32,.92);border-radius:6px;z-index:1}.Whisper_whisper__title__12M2_{color:#fff;padding-bottom:16px;border-bottom:1px solid rgba(163,171,188,.3);margin-bottom:16px}
.RegulatoryNoticeModal_wrapper__1p8Fi{top:0;left:0;right:0;bottom:0;width:100%;z-index:200;height:100vh;padding:15px;display:flex;position:fixed;align-items:center;flex-direction:column;justify-content:center;background-color:rgba(0,0,0,.6)}.RegulatoryNoticeModal_content__2qVvU{padding:24px;max-width:500px;overflow-y:auto;min-width:275px;border-radius:8px;background-color:#fff;box-shadow:0 4px 34px rgba(0,0,0,.25)}.RegulatoryNoticeModal_divider__2vVcE{height:1px;width:100%;margin:24px 0px;background-color:#000}@media(max-width: 767.98px){.RegulatoryNoticeModal_wrapper__1p8Fi{font-size:14px}}
.sidebar{min-width:45rem}@media(max-width: 1450px){.sidebar.noscript{min-width:37.1428571429rem}}@media screen and (max-width: 769px){.sidebar.noscript{min-width:auto}}.sidebarRoot{max-width:590px;margin:0 auto;padding:1em;height:100vh;display:flex;flex-direction:column;justify-content:space-between}@media screen and (max-width: 960px){.sidebarRoot{height:auto;box-shadow:none}}@media screen and (max-width: 769px){.sidebarRoot{max-width:100%;padding:1.7142857143rem 1.4285714286rem;margin:1.5rem 1rem 0}}.sidebarRoot.active{padding-top:6rem}@media screen and (max-width: 960px){.sidebarRoot.active{padding-top:1rem}}.sidebarRoot .header{display:flex;justify-content:flex-end;padding-top:0}@media screen and (max-width: 960px){.sidebarRoot .header{display:none}}.sidebarRoot .lang{position:relative}.sidebarRoot .langSelected{padding:0.8571428571rem;font-weight:600;display:flex;align-items:center;cursor:pointer;color:rgba(0,0,0,.87);border-radius:0.4285714286rem;transition:all 250ms ease 0s}.sidebarRoot .langSelected svg{margin-left:0.5714285714rem}.sidebarRoot .langSelected svg path{transition:all 250ms ease 0s;opacity:1}.sidebarRoot .langSelected:hover{background-color:rgba(125,147,168,.08)}.sidebarRoot .langSelected:hover svg path,.sidebarRoot .langSelected:hover span{opacity:1}.sidebarRoot .langList{position:absolute;top:4.1428571429rem;right:0;background:#fff;box-shadow:0 4px 8px rgba(0,0,0,.04),0 8px 16px rgba(0,0,0,.04);border-radius:0.4285714286rem;padding:0.4285714286rem0}.sidebarRoot .langList .item{padding:0.8571428571rem 1.7142857143rem;transition:all 250ms ease 0s}.sidebarRoot .langList .item:hover{background-color:rgba(125,147,168,.08);cursor:pointer}.sidebarRoot .langList .item:hover span{opacity:1}@media screen and (max-width: 769px){.sidebarRoot .widget .utorgWidget_change{flex-direction:column;height:auto}.sidebarRoot .widget .utorgWidget_amnt{width:100%;margin-bottom:1.7142857143rem}.sidebarRoot .widget .utorgWidget_amnt:last-child{margin-bottom:0}.sidebarRoot .widget .utorgWidget_footer{height:auto;align-items:baseline}}.sidebarRoot .widgetTitle{font-size:2.5714285714rem;line-height:125%;letter-spacing:-0.03em;font-weight:700;margin-bottom:3.9285714286rem}@media screen and (max-width: 960px){.sidebarRoot .widgetTitle{display:none}}.sidebarRoot .amounts{margin-bottom:1.5rem;font-size:1rem;line-height:171%;color:rgba(0,0,0,.6);display:flex;text-decoration:underline}.sidebarRoot .amounts div{margin-right:1.1428571429rem}.sidebarRoot .amounts div:hover{text-decoration:underline;cursor:pointer}@media screen and (max-width: 769px){.sidebarRoot .fee{display:block}}.sidebarRoot .systems{display:flex;align-items:center;justify-content:center}.sidebarRoot .systems .item{margin-right:1.4285714286rem}.sidebarRoot .systems .item:last-child{margin-right:0}@media screen and (max-width: 769px){.sidebarRoot .systems .item{margin-right:10}}.sidebarRoot .systems .visa{height:1.0714285714rem}@media screen and (max-width: 769px){.sidebarRoot .systems .visa{height:12 !important}}.sidebarRoot .systems .mc{height:1.7857142857rem}@media screen and (max-width: 769px){.sidebarRoot .systems .mc{height:22 !important}}.sidebarRoot .systems .pci{height:1.4285714286rem}@media screen and (max-width: 769px){.sidebarRoot .systems .pci{height:17 !important}}.sidebarRoot .recapcha{margin-top:2.2857142857rem;text-align:center;font-size:0.8571428571rem;line-height:133%;color:#000;opacity:.55}@media screen and (max-width: 1400px){.sidebarRoot .recapcha{display:none}}#root-ssr .widget{position:relative}#root-ssr .widget .selectedCurrency{cursor:pointer;display:flex;align-items:center;padding-left:.571rem;border-left:1px solid rgba(0,0,0,.12);position:relative;top:-2px;height:1.714rem;font-weight:500}#root-ssr .widget .selectedCurrency:hover+.select{display:flex}#root-ssr .widget .select{position:absolute;display:none;flex-direction:column;width:170px;color:#000;cursor:pointer;box-shadow:0px 1px 1px rgba(0,0,0,.08),0px 4px 8px rgba(0,0,0,.04),0px 8px 16px rgba(0,0,0,.04);border-radius:.429rem;background-color:#fff;top:20px;right:0;z-index:3}#root-ssr .widget .select:hover{display:flex}#root-ssr .widget .select .option{cursor:pointer;font-size:1rem;font-weight:500;color:#000;cursor:pointer;display:block;font-size:inherit;padding:.857rem 1.214rem;width:100%;-webkit-user-select:none;-ms-user-select:none;user-select:none;box-sizing:border-box;text-decoration:none}#root-ssr .widget .select .option:hover{background-color:rgba(125,147,168,.08);-webkit-tap-highlight-color:rgba(0,0,0,0)}#root-ssr .widget .select .option a{color:#000;text-decoration:none}
.maintenance{display:flex;width:100%;height:100%;justify-content:center;align-items:center}@media screen and (max-width: 960px){.maintenance{display:none}}.maintenance_animation{text-align:center}.maintenance_title{font-size:2rem;line-height:150%;font-weight:bold;letter-spacing:-0.03em;margin-bottom:5px}.animation{display:inline-block;width:80px;height:80px;position:relative}.animation div{display:inline-block;position:absolute;left:8px;width:16px;height:64px;background:#000;-webkit-animation:spiner 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;animation:spiner 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite}.animation div:nth-child(1){left:8px;-webkit-animation-delay:-0.24s;animation-delay:-0.24s}.animation div:nth-child(2){left:32px;-webkit-animation-delay:-0.12s;animation-delay:-0.12s}.animation div:nth-child(3){left:56px;-webkit-animation-delay:0;animation-delay:0}@-webkit-keyframes spiner{0%{top:8px;height:64px}50%,100%{top:24px;height:32px}}@keyframes spiner{0%{top:8px;height:64px}50%,100%{top:24px;height:32px}}
