@charset "UTF-8";

.icon-appstore {
    display: inline-block;
    vertical-align: middle;
    width: 2.4rem;
    height: 2.4rem;
}

.icon-arrow-back {
    display: inline-block;
    vertical-align: middle;
    width: 2.4rem;
    height: 2.4rem;
}

.icon-arrow-left {
    display: inline-block;
    vertical-align: middle;
    width: 2.4rem;
    height: 2.4rem;
}

.icon-arrow-right {
    display: inline-block;
    vertical-align: middle;
    width: 2.4rem;
    height: 2.2rem;
}

.icon-doc {
    display: inline-block;
    vertical-align: middle;
    width: 2.4rem;
    height: 2.4rem;
}

.icon-googleplay,
.icon-appgallery,
.icon-rustore {
    display: inline-block;
    vertical-align: middle;
    width: 2.4rem;
    height: 2.4rem;
}

.icon-next {
    display: inline-block;
    vertical-align: middle;
    width: 3.2rem;
    height: 3.2rem;
}

.icon-prev {
    display: inline-block;
    vertical-align: middle;
    width: 3.2rem;
    height: 3.2rem;
}

.icon-social-dzen {
    display: inline-block;
    vertical-align: middle;
    width: 1.6rem;
    height: 1.6rem;
}

.icon-social-vk {
    display: inline-block;
    vertical-align: middle;
    width: 2.4rem;
    height: 2.4rem;
}

:root {
    --theme-size: 10px;
    --color-highlight: #0ae15f;
    --color-accent: #33e771;
    --color-accent-banner: #37b44a;
    --color-accent-hover: #0ae15f;
    --color-secondary: #01cb51;
    --color-secondary-hover: #0ae15f;
    --color-combo-border: #33e771;
    --color-light: #f5f5f8;
    --background-color-light: #f5f5f8;
    --color-light-hover: #ededed;
    --color-dark: #212a34;
    --color-dark-hover: #0ae15f;
    --color-grey: #6b7782;
    --color-placeholder: #6b7782;
    --background-color-grey: #6b7782;
    --color-grey-hover: #212a34;
    --color-white: #ffffff;
    --color-white-hover: #ededed;
    --color-border: #f0ede9;
    --color-border-hover: #f0ede9;
    --color-privite-light: #f0ede9;
    --color-error: #e97070;
    --color-link: #01a642;
    --color-link-hover: #01ba4a;
    --color-link-secondary: #01cb51;
    --color-link-secondary-hover: #0ae15f;
    --color-text-second: #6b6b6b;
    --color-text-third: #a2a2a2;
    --color-gray-on-light: #a2a2a2;
    --banner-bg-dark: #1c2520;
    --body-bg: #ffffff;
    --color-divider: #e9e9ef;
    --body-color: #212a34;
    --private-accent-color: #2d7d2f;
    --private-gray-color: #7f8482;
    --safe-area-inset-top: env(safe-area-inset-top);
    --safe-area-inset-bottom: env(safe-area-inset-bottom);
    --font-main: 'GT America LCG', Arial, Helvetica, sans-serif;
    --font-heading: 'Stolzl', Arial, sans-serif;
    --font-private: 'Playfair Display', Georgia, serif;
    --swiper-navigation-size: 44px;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
    color: var(--body-color);
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
    appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type='checkbox'],
[type='radio'] {
    box-sizing: border-box;
    padding: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
    height: auto;
}

[type='search'] {
    -webkit-appearance: textfield;
    appearance: textfield;
    outline-offset: -0.2rem;
}

[type='search']::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

html,
body {
    height: 100%;
    -webkit-overflow-scrolling: touch;
}

picture {
    display: block;
}

img,
video {
    max-width: 100%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type='number'] {
    -moz-appearance: textfield;
    appearance: textfield;
}

input::-ms-clear {
    display: none;
}

button,
input,
textarea,
select {
    border: none;
    background: none;
    padding: 0;
    font-family: inherit;
}

::selection {
    color: #ffffff;
    background: #000000;
}

input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
    -webkit-appearance: none;
    appearance: none;
}

button {
    cursor: pointer;
}

@font-face {
    font-family: 'GT America LCG';
    src: url('/assets/fonts/GTAmericaLCG-Lt.woff2') format('woff2'),
        url('/assets/fonts/GTAmericaLCG-Lt.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT America LCG';
    src: url('/assets/fonts/GTAmericaLCG-Rg.woff2') format('woff2'),
        url('/assets/fonts/GTAmericaLCG-Rg.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT America LCG';
    src: url('/assets/fonts/GTAmericaLCG-Md.woff2') format('woff2'),
        url('/assets/fonts/GTAmericaLCG-Md.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GT America LCG';
    src: url('/assets/fonts/GTAmericaLCG-Bd.woff2') format('woff2'),
        url('/assets/fonts/GTAmericaLCG-Bd.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('/assets/fonts/PlayfairDisplay-Regular.woff2') format('woff2'),
        url('/assets/fonts/PlayfairDisplay-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('/assets/fonts/PlayfairDisplay-Medium.woff2') format('woff2'),
        url('/assets/fonts/PlayfairDisplay-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('/assets/fonts/PlayfairDisplay-Bold.woff2') format('woff2'),
        url('/assets/fonts/PlayfairDisplay-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair';
    src: url('/assets/fonts/Playfair-Regular.woff2') format('woff2'),
    url('/assets/fonts/Playfair-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair';
    src: url('/assets/fonts/Playfair-Medium.woff2') format('woff2'),
    url('/assets/fonts/Playfair-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair';
    src: url('/assets/fonts/Playfair-Bold.woff2') format('woff2'),
    url('/assets/fonts/Playfair-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Stolzl Book';
    src: url('/assets/fonts/Stolzl-Book.woff2') format('woff2'),
        url('/assets/fonts/Stolzl-Book.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Stolzl';
    src: url('/assets/fonts/Stolzl-Book.woff2') format('woff2'),
        url('/assets/fonts/Stolzl-Book.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Stolzl';
    src: url('/assets/fonts/Stolzl-Regular.woff2') format('woff2'),
        url('/assets/fonts/Stolzl-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Stolzl';
    src: url('/assets/fonts/Stolzl-Medium.woff2') format('woff2'),
        url('/assets/fonts/Stolzl-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'StoRubles Book';
    src: url('/assets/fonts/StoRubles-Book.woff2') format('woff2'),
        url('/assets/fonts/StoRubles-Book.woff') format('woff'),
        url('/assets/fonts/StoRubles-Book.ttf') format('ttf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'StoRubles';
    src: url('/assets/fonts/StoRubles-Regular.woff2') format('woff2'),
        url('/assets/fonts/StoRubles-Regular.woff') format('woff'),
        url('/assets/fonts/StoRubles-Regular.ttf') format('ttf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'StoRubles';
    src: url('/assets/fonts/StoRubles-Medium.woff2') format('woff2'),
        url('/assets/fonts/StoRubles-Medium.woff') format('woff'),
        url('/assets/fonts/StoRubles-Medium.ttf') format('ttf');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'fontello';
    src: url('/assets/fonts/fontello.woff2') format('woff2'),
        url('/assets/fonts/fontello.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

[class^='icon-']:before,
[class*=' icon-']:before {
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-attach:before {
    content: '\e800';
}

.icon-close-f:before {
    content: '\e818';
}

[class^='icon-'],
[class*=' icon-'] {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.icon-arrow-right {
    width: 1.6rem;
    height: 1.6rem;
    top: -0.05em;
}

@media (min-width: 992px) {
    .icon-arrow-right {
        width: 2.4rem;
        height: 2.4rem;
    }
}

.icon-rouble {
    font-family: 'StoRubles', Arial, sans-serif;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    vertical-align: baseline;
}

.icon-rouble-private {
    font-family: 'Playfair', Arial, sans-serif;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    vertical-align: baseline;
    display: inline !important;
}

.icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
}

.no-wrap {
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
}

.ui-form {
    position: relative;
}

.ui-form__step {
    display: none;
}

.ui-form__step.is-active {
    display: block;
}

.ui-btn {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 500;
    text-align: center;
    border: 0.2rem solid transparent;
    background: none;
    padding: 1rem 2.4rem;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    border-radius: 0.8rem;
    height: 4.8rem;
    transition: color 0.25s,
        border-color 0.25s,
        background 0.25s;
}

.ui-btn svg.icon-arrow-right {
    display: block;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 -1rem 0 0.8rem;
    position: relative;
    top: -1px;
}

.ui-btn:after {
    content: '';
    display: block;
}

.ui-btn:hover {
    text-decoration: none;
}

.ui-btn:active {
    transition: none;
}

.ui-btn:disabled {
    opacity: 0.35;
    pointer-events: none;
}

@media (min-width: 1200px) {
    .ui-btn {
        height: 5.6rem;
        font-size: 1.8rem;
        padding: 1rem 3rem;
    }
}

.ui-btn--fullwidth {
    width: 100%;
}

.ui-btn--40 {
    font-size: 1.4rem;
    height: 4rem;
    padding: 1rem 2.2rem;
}

.ui-btn--48 {
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 500;
    height: 4.8rem;
    padding: 1.6rem 3.2rem;
}

.page-btn.ui-btn.ui-btn--primary {
    cursor: default;
}

.ui-btn--primary {
    border-color: var(--color-accent);
    background: var(--color-accent);
    color: var(--color-dark);
}

.ui-btn--primary:hover {
    border-color: var(--color-accent-hover);
    background: var(--color-accent-hover);
    color: var(--color-dark);
}

.ui-btn--light {
    border-color: var(--color-light);
    background: var(--color-light);
    color: var(--color-dark);
}

.ui-btn--light:hover {
    border-color: var(--color-light-hover);
    background: var(--color-light-hover);
    color: var(--color-dark);
}

.ui-btn--white {
    border-color: var(--color-white);
    background: var(--color-white);
    color: var(--color-dark);
}

.ui-btn--white:hover {
    border-color: var(--color-white-hover);
    background: var(--color-white-hover);
    color: var(--color-dark);
}

.ui-btn--outline {
    border-color: var(--color-secondary);
    background: transparent;
    color: var(--color-secondary);
}

.ui-btn--outline:hover {
    border-color: var(--color-secondary-hover);
    background: var(--color-secondary-hover);
    color: var(--color-dark);
}

.ui-btn--online {
    border-color: #ececec;
    background: transparent;
    color: var(--body-color);
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 500;
    border-width: 0.15rem;
    padding: 0.8rem 1.6rem;
    height: 4rem;
}

.ui-btn--online svg {
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    margin: 0 0.8rem 0 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.ui-btn--online:hover {
    border-color: #ececec;
    background: rgba(245, 245, 248, 0.5);
    color: var(--body-color);
}

.ui-btn--ios,
.ui-btn--android {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--color-light);
    border-color: var(--color-light);
    color: var(--body-color);
    height: 5.2rem;
    text-indent: -999.9rem;
}

.ui-btn--ios:hover,
.ui-btn--android:hover {
    background: var(--color-light-hover);
    border-color: var(--color-light-hover);
    color: var(--body-color);
}

@media (min-width: 1200px) {

    .ui-btn--ios,
    .ui-btn--android {
        height: 6.4rem;
    }
}

.ui-btn--ios:after {
    content: '';
    display: block;
    width: 13rem;
    height: 3.2rem;
    background: url("data:image/svg+xml,%3Csvg width='130' height='32' viewBox='0 0 130 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M54.7764 24.7331H52.2989L50.9417 20.4677H46.2244L44.9316 24.7331H42.5195L47.1932 10.2118H50.0799L54.7764 24.7331ZM50.5326 18.6782L49.3053 14.8864C49.1755 14.499 48.9322 13.5868 48.5733 12.1508H48.5296C48.3867 12.7684 48.1565 13.6806 47.8401 14.8864L46.6346 18.6782H50.5326Z' fill='%2324303B'/%3E%3Cpath d='M66.7934 19.3693C66.7934 21.1501 66.3123 22.5577 65.3501 23.5911C64.4882 24.5109 63.418 24.9703 62.1405 24.9703C60.7615 24.9703 59.7709 24.4749 59.1676 23.4841H59.124V29L56.7981 29V17.7097C56.7981 16.5901 56.7686 15.4411 56.7119 14.2627H58.7574L58.8872 15.9223H58.9309C59.7065 14.6718 60.8837 14.0477 62.4634 14.0477C63.6984 14.0477 64.7293 14.5355 65.5541 15.512C66.381 16.4897 66.7934 17.7751 66.7934 19.3693ZM64.4238 19.4544C64.4238 18.4353 64.1947 17.5951 63.7344 16.9338C63.2314 16.2442 62.5561 15.8994 61.7095 15.8994C61.1357 15.8994 60.6142 16.0915 60.1484 16.4701C59.6815 16.852 59.376 17.3507 59.2331 17.9683C59.1611 18.2563 59.1251 18.492 59.1251 18.6775V20.4234C59.1251 21.185 59.3585 21.8277 59.8255 22.3526C60.2924 22.8774 60.899 23.1393 61.6452 23.1393C62.5212 23.1393 63.2031 22.8011 63.6907 22.1267C64.1795 21.4513 64.4238 20.5609 64.4238 19.4544Z' fill='%2324303B'/%3E%3Cpath d='M78.8359 19.3693C78.8359 21.1501 78.3548 22.5577 77.3915 23.5911C76.5308 24.5109 75.4605 24.9703 74.183 24.9703C72.804 24.9703 71.8134 24.4749 71.2112 23.4841H71.1676V29H68.8417V17.7097C68.8417 16.5901 68.8122 15.4411 68.7555 14.2627H70.801L70.9309 15.9223H70.9745C71.7491 14.6718 72.9262 14.0477 74.507 14.0477C75.7409 14.0477 76.7719 14.5355 77.5988 15.512C78.4225 16.4897 78.8359 17.7751 78.8359 19.3693ZM76.4664 19.4544C76.4664 18.4353 76.2362 17.5951 75.7758 16.9338C75.2729 16.2442 74.5997 15.8994 73.7521 15.8994C73.1771 15.8994 72.6568 16.0915 72.1898 16.4701C71.7229 16.852 71.4185 17.3507 71.2756 17.9683C71.2047 18.2563 71.1676 18.492 71.1676 18.6775V20.4234C71.1676 21.185 71.4011 21.8277 71.8658 22.3526C72.3327 22.8764 72.9393 23.1393 73.6877 23.1393C74.5638 23.1393 75.2456 22.8011 75.7333 22.1267C76.222 21.4513 76.4664 20.5609 76.4664 19.4544Z' fill='%2324303B'/%3E%3Cpath d='M92.2989 20.6618C92.2989 21.897 91.8702 22.902 91.0094 23.6778C90.0636 24.5256 88.7468 24.949 87.0547 24.949C85.4924 24.949 84.24 24.6479 83.292 24.0444L83.8309 22.1054C84.852 22.723 85.9725 23.0329 87.1932 23.0329C88.0693 23.0329 88.7511 22.8343 89.241 22.4393C89.7286 22.0443 89.9719 21.514 89.9719 20.8528C89.9719 20.2635 89.7712 19.7671 89.3686 19.3644C88.9682 18.9618 88.2995 18.5875 87.3656 18.2416C84.8237 17.2934 83.5538 15.9043 83.5538 14.0777C83.5538 12.884 83.9989 11.9052 84.8902 11.1435C85.7783 10.3808 86.963 10 88.4446 10C89.7657 10 90.8632 10.2302 91.7393 10.6896L91.1578 12.5861C90.3396 12.1409 89.4144 11.9183 88.3791 11.9183C87.5609 11.9183 86.9216 12.1201 86.4634 12.5217C86.0761 12.8807 85.8819 13.3182 85.8819 13.8366C85.8819 14.4105 86.1034 14.8852 86.5485 15.2583C86.9358 15.6032 87.6394 15.9763 88.6606 16.379C89.9097 16.882 90.8272 17.4701 91.4174 18.1445C92.0055 18.8166 92.2989 19.6579 92.2989 20.6618Z' fill='%2324303B'/%3E%3Cpath d='M99.9876 16.0098H97.4239V21.0935C97.4239 22.3866 97.8755 23.0325 98.781 23.0325C99.1967 23.0325 99.5414 22.9965 99.8142 22.9245L99.8785 24.6911C99.4203 24.8624 98.817 24.9486 98.0697 24.9486C97.1511 24.9486 96.4333 24.6682 95.9151 24.1084C95.399 23.5476 95.1394 22.607 95.1394 21.2856V16.0076H93.6121V14.2617L95.1394 14.2617V12.3445L97.4239 11.6549V14.2617H99.9876V16.0098Z' fill='%2324303B'/%3E%3Cpath d='M111.555 19.4121C111.555 21.0216 111.095 22.343 110.176 23.3763C109.213 24.4402 107.934 24.9705 106.34 24.9705C104.804 24.9705 103.581 24.4609 102.669 23.4418C101.757 22.4226 101.301 21.1361 101.301 19.5856C101.301 17.963 101.77 16.634 102.712 15.6006C103.651 14.5662 104.919 14.049 106.513 14.049C108.049 14.049 109.285 14.5586 110.217 15.5788C111.11 16.5685 111.555 17.8463 111.555 19.4121ZM109.142 19.4874C109.142 18.5217 108.936 17.6935 108.518 17.0028C108.03 16.167 107.333 15.7501 106.43 15.7501C105.495 15.7501 104.784 16.1681 104.297 17.0028C103.879 17.6946 103.673 18.5359 103.673 19.531C103.673 20.4967 103.879 21.3249 104.297 22.0145C104.8 22.8504 105.502 23.2672 106.409 23.2672C107.297 23.2672 107.994 22.8416 108.497 21.9927C108.926 21.2889 109.142 20.452 109.142 19.4874Z' fill='%2324303B'/%3E%3Cpath d='M119.116 16.3086C118.886 16.266 118.64 16.2442 118.383 16.2442C117.564 16.2442 116.932 16.553 116.487 17.1717C116.099 17.7173 115.905 18.4069 115.905 19.2395V24.7335H113.58L113.602 17.5602C113.602 16.3533 113.573 15.2545 113.515 14.2638H115.541L115.626 16.2671H115.69C115.936 15.5786 116.323 15.0243 116.853 14.6086C117.371 14.2343 117.931 14.0477 118.534 14.0477C118.749 14.0477 118.943 14.063 119.116 14.0903V16.3086Z' fill='%2324303B'/%3E%3Cpath d='M129.52 19.0026C129.52 19.4194 129.492 19.7707 129.434 20.0577H122.457C122.484 21.0922 122.821 21.8833 123.469 22.4288C124.057 22.9166 124.817 23.161 125.751 23.161C126.784 23.161 127.727 22.9962 128.575 22.6656L128.939 24.2806C127.949 24.7127 126.779 24.9276 125.429 24.9276C123.806 24.9276 122.532 24.4497 121.605 23.4949C120.679 22.5401 120.216 21.258 120.216 19.6496C120.216 18.0707 120.647 16.7558 121.51 15.7072C122.413 14.5877 123.634 14.0279 125.17 14.0279C126.679 14.0279 127.821 14.5877 128.597 15.7072C129.211 16.5965 129.52 17.6964 129.52 19.0026ZM127.302 18.3991C127.317 17.7095 127.165 17.1137 126.85 16.6107C126.447 15.9637 125.829 15.6407 124.996 15.6407C124.236 15.6407 123.617 15.956 123.145 16.5889C122.758 17.0919 122.528 17.6953 122.457 18.3981L127.302 18.3991Z' fill='%2324303B'/%3E%3Cpath d='M22.6275 16.768C22.5905 12.7844 25.9929 10.8464 26.1485 10.7562C24.2216 8.03332 21.2349 7.66129 20.1854 7.63162C17.677 7.37578 15.2438 9.08638 13.966 9.08638C12.6627 9.08638 10.6949 7.65634 8.57418 7.69837C5.84513 7.73915 3.29206 9.27054 1.89183 11.6486C-0.997904 16.4973 1.15728 23.6228 3.92587 27.5421C5.3108 29.4615 6.9291 31.6047 9.0473 31.5293C11.1196 31.4465 11.8937 30.2489 14.3945 30.2489C16.8723 30.2489 17.5992 31.5293 19.7595 31.4811C21.9835 31.4465 23.3838 29.553 24.7202 27.6162C26.3207 25.4162 26.9634 23.2495 26.9889 23.1383C26.9366 23.121 22.6696 21.5426 22.6275 16.768Z' fill='%2324303B'/%3E%3Cpath d='M18.5459 5.05393C19.6605 3.703 20.4231 1.8651 20.2114 0C18.5982 0.069215 16.5808 1.08149 15.419 2.40275C14.3911 3.56705 13.473 5.4754 13.7102 7.27005C15.5223 7.40106 17.3829 6.38385 18.5459 5.05393Z' fill='%2324303B'/%3E%3C/svg%3E") 50% 50% no-repeat;
    background-size: contain;
}

.ui-btn--android:after {
    content: '';
    display: block;
    width: 13.2rem;
    height: 3rem;
    background: url("data:image/svg+xml,%3Csvg width='132' height='30' viewBox='0 0 132 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M66.1947 13.2427C63.5337 13.2427 61.3596 15.2398 61.3596 17.9843C61.3596 20.7178 63.5337 22.726 66.1947 22.726C68.8557 22.726 71.0298 20.7178 71.0298 17.9843C71.0298 15.2398 68.867 13.2427 66.1947 13.2427ZM66.1947 20.8628C64.734 20.8628 63.4771 19.6802 63.4771 17.9843C63.4771 16.2774 64.734 15.1059 66.1947 15.1059C67.6554 15.1059 68.9123 16.2774 68.9123 17.9843C68.9123 19.6802 67.6554 20.8628 66.1947 20.8628ZM55.6526 13.2427C52.9916 13.2427 50.8175 15.2398 50.8175 17.9843C50.8175 20.7178 52.9916 22.726 55.6526 22.726C58.3136 22.726 60.4877 20.7178 60.4877 17.9843C60.4877 15.2398 58.3136 13.2427 55.6526 13.2427ZM55.6526 20.8628C54.1919 20.8628 52.935 19.6802 52.935 17.9843C52.935 16.2774 54.1919 15.1059 55.6526 15.1059C57.1133 15.1059 58.3702 16.2774 58.3702 17.9843C58.3702 19.6802 57.1133 20.8628 55.6526 20.8628ZM43.1062 14.7043V16.7125H47.9979C47.8507 17.8393 47.4657 18.6761 46.8883 19.2451C46.1749 19.9479 45.0652 20.7178 43.1175 20.7178C40.1055 20.7178 37.7502 18.3302 37.7502 15.3625C37.7502 12.3948 40.1055 10.0072 43.1175 10.0072C44.7368 10.0072 45.9258 10.632 46.7977 11.4465L48.2357 10.0296C47.0128 8.88041 45.3936 7.99902 43.1062 7.99902C38.9845 7.99902 35.5195 11.3014 35.5195 15.3737C35.5195 19.4347 38.9845 22.7483 43.1062 22.7483C45.3369 22.7483 47.0128 22.0343 48.3263 20.6843C49.6738 19.3566 50.0928 17.4823 50.0928 15.9761C50.0928 15.5075 50.0588 15.0724 49.9795 14.7154H43.1062V14.7043ZM94.4127 16.2662C94.0163 15.2063 92.7934 13.2427 90.2909 13.2427C87.8111 13.2427 85.7502 15.1617 85.7502 17.9843C85.7502 20.6397 87.7885 22.726 90.5287 22.726C92.7368 22.726 94.0164 21.3983 94.5372 20.6285L92.8953 19.5463C92.3518 20.3384 91.6045 20.8628 90.5287 20.8628C89.453 20.8628 88.683 20.3719 88.1961 19.4236L94.6391 16.8017L94.4127 16.2662ZM87.8451 17.8393C87.7885 16.0096 89.2832 15.0724 90.3589 15.0724C91.1968 15.0724 91.9102 15.4852 92.148 16.0765L87.8451 17.8393ZM82.6137 22.4471H84.7311V8.50108H82.6137V22.4471ZM79.1487 14.3026H79.0808C78.6052 13.7448 77.6993 13.2427 76.5443 13.2427C74.1324 13.2427 71.9243 15.329 71.9243 18.0067C71.9243 20.662 74.1324 22.7371 76.5443 22.7371C77.688 22.7371 78.6052 22.2351 79.0808 21.6549H79.1487V22.3355C79.1487 24.154 78.1636 25.1247 76.5783 25.1247C75.2874 25.1247 74.4834 24.2098 74.1551 23.44L72.3093 24.1987C72.8415 25.4594 74.2457 26.999 76.5783 26.999C79.0581 26.999 81.1529 25.5598 81.1529 22.0566V13.5328H79.1487V14.3026ZM76.7141 20.8628C75.2534 20.8628 74.0305 19.6579 74.0305 18.0067C74.0305 16.3331 75.2534 15.1171 76.7141 15.1171C78.1522 15.1171 79.2846 16.3443 79.2846 18.0067C79.2846 19.6579 78.1636 20.8628 76.7141 20.8628ZM104.321 8.50108H99.2591V22.4471H101.377V17.1587H104.332C106.676 17.1587 108.975 15.4852 108.975 12.8299C108.975 10.1746 106.665 8.50108 104.321 8.50108ZM104.377 15.2175H101.377V10.4312H104.377C105.963 10.4312 106.857 11.7254 106.857 12.8188C106.857 13.9121 105.963 15.2175 104.377 15.2175ZM117.433 13.2204C115.905 13.2204 114.319 13.8898 113.662 15.3513L115.542 16.1212C115.938 15.3513 116.686 15.0947 117.467 15.0947C118.554 15.0947 119.675 15.7418 119.687 16.891V17.036C119.302 16.824 118.486 16.5005 117.478 16.5005C115.452 16.5005 113.402 17.5939 113.402 19.6355C113.402 21.4987 115.055 22.7037 116.912 22.7037C118.328 22.7037 119.12 22.0789 119.607 21.3425H119.675V22.4247H121.713V17.0806C121.736 14.6038 119.856 13.2204 117.433 13.2204ZM117.184 20.8628C116.493 20.8628 115.531 20.5169 115.531 19.6802C115.531 18.6091 116.731 18.1963 117.773 18.1963C118.701 18.1963 119.143 18.3971 119.698 18.6649C119.528 19.9479 118.407 20.8628 117.184 20.8628ZM129.164 13.5216L126.741 19.5686H126.673L124.159 13.5216H121.883L125.654 21.9785L123.503 26.6755H125.711L131.52 13.5216H129.164ZM110.13 22.4471H112.247V8.50108H110.13V22.4471Z' fill='%2324303B'/%3E%3Cpath d='M1.10282 0.541191C0.779423 0.890006 0.589844 1.43011 0.589844 2.11649L0.589844 27.0062C0.589844 27.7038 0.779423 28.2439 1.10282 28.5815L1.18088 28.6602L14.9978 14.7189V14.5613V14.3925L1.19203 0.451172L1.10282 0.541191Z' fill='url(%23gradient_android_01)'/%3E%3Cpath d='M19.6174 19.3779L15.0117 14.7308V14.562V14.3932L19.6174 9.74609L19.7177 9.80236L25.1709 12.9304C26.7321 13.8194 26.7321 15.2821 25.1709 16.1823L19.7177 19.3104L19.6174 19.3779Z' fill='url(%23gradient_android_02)'/%3E%3Cpath d='M19.7176 19.3089L15.0116 14.5605L1.10547 28.5807C1.61844 29.132 2.46597 29.1996 3.42501 28.6482L19.7176 19.3089Z' fill='url(%23gradient_android_03)'/%3E%3Cpath d='M19.7176 9.81334L3.42501 0.474078C2.46597 -0.0772759 1.61844 -0.00976162 1.10547 0.541592L15.0116 14.5617L19.7176 9.81334Z' fill='url(%23gradient_android_04)'/%3E%3Cpath opacity='0.2' d='M19.6139 19.209L3.42167 28.492C2.51839 29.0096 1.70432 28.9758 1.19134 28.5032L1.11328 28.582L1.19134 28.6608C1.71547 29.1333 2.51839 29.1671 3.42167 28.6495L19.7142 19.3103L19.6139 19.209Z' fill='black'/%3E%3Cpath opacity='0.12' d='M1.10205 28.4249C0.779138 28.0761 0.589844 27.536 0.589844 26.8496V27.0184C0.589844 27.716 0.779138 28.2561 1.10205 28.5937L1.17999 28.5149L1.10205 28.4249Z' fill='black'/%3E%3Cpath opacity='0.12' d='M25.1701 16.0233L19.6055 19.2077L19.7058 19.3089L25.159 16.1809C25.9396 15.7308 26.3299 15.1457 26.3299 14.5605C26.2742 15.0894 25.8838 15.6182 25.1701 16.0233Z' fill='black'/%3E%3Cpath opacity='0.25' d='M3.42236 0.630942L25.1681 13.0983C25.8706 13.5034 26.2721 14.021 26.339 14.5611C26.339 13.976 25.9487 13.3796 25.1681 12.9408L3.42236 0.473411C1.86113 -0.415507 0.589844 0.327134 0.589844 2.12747V2.29625C0.589844 0.484664 1.86113 -0.257976 3.42236 0.630942Z' fill='white'/%3E%3Cdefs%3E%3ClinearGradient id='gradient_android_01' x1='13.7798' y1='1.85577' x2='-5.1032' y2='20.5702' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300A0FF'/%3E%3Cstop offset='0.00657445' stop-color='%2300A1FF'/%3E%3Cstop offset='0.2601' stop-color='%2300BEFF'/%3E%3Cstop offset='0.5122' stop-color='%2300D2FF'/%3E%3Cstop offset='0.7604' stop-color='%2300DFFF'/%3E%3Cstop offset='1' stop-color='%2300E3FF'/%3E%3C/linearGradient%3E%3ClinearGradient id='gradient_android_02' x1='27.2033' y1='14.562' x2='0.219723' y2='14.562' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFE000'/%3E%3Cstop offset='0.4087' stop-color='%23FFBD00'/%3E%3Cstop offset='0.7754' stop-color='%23FFA500'/%3E%3Cstop offset='1' stop-color='%23FF9C00'/%3E%3C/linearGradient%3E%3ClinearGradient id='gradient_android_03' x1='17.1584' y1='17.1425' x2='-8.44849' y2='42.5207' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF3A44'/%3E%3Cstop offset='1' stop-color='%23C31162'/%3E%3C/linearGradient%3E%3ClinearGradient id='gradient_android_04' x1='-2.39013' y1='-7.74593' x2='9.04449' y2='3.58648' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2332A071'/%3E%3Cstop offset='0.0685' stop-color='%232DA771'/%3E%3Cstop offset='0.4762' stop-color='%2315CF74'/%3E%3Cstop offset='0.8009' stop-color='%2306E775'/%3E%3Cstop offset='1' stop-color='%2300F076'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") 50% 50% no-repeat;
    background-size: contain;
}

.ui-btn--appstore,
.ui-btn--googleplay {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--color-light);
    border-color: var(--color-light);
    color: var(--body-color);
    height: 5.2rem;
    text-indent: -999.9rem;
}

.ui-btn--appstore:hover,
.ui-btn--googleplay:hover {
    background: var(--color-light-hover);
    border-color: var(--color-light-hover);
    color: var(--body-color);
}

@media (min-width: 1200px) {

    .ui-btn--appstore,
    .ui-btn--googleplay {
        height: 6.4rem;
    }
}

.ui-btn--appstore:after {
    content: '';
    display: block;
    width: 12.9rem;
    height: 3.2rem;
    background: url("data:image/svg+xml,%3Csvg width='129' height='32' viewBox='0 0 129 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M54.2569 24.7331H51.7794L50.4222 20.4677H45.7049L44.4121 24.7331H42L46.6737 10.2118H49.5603L54.2569 24.7331ZM50.0131 18.6782L48.7858 14.8864C48.6559 14.499 48.4127 13.5868 48.0537 12.1508H48.0101C47.8672 12.7684 47.637 13.6806 47.3206 14.8864L46.1151 18.6782H50.0131Z' fill='%2324303B'/%3E%3Cpath d='M66.2739 19.3693C66.2739 21.1501 65.7928 22.5577 64.8305 23.5911C63.9687 24.5109 62.8985 24.9703 61.6209 24.9703C60.242 24.9703 59.2514 24.4749 58.6481 23.4841H58.6044V29L56.2785 29V17.7097C56.2785 16.5901 56.2491 15.4411 56.1923 14.2627H58.2379L58.3677 15.9223H58.4113C59.187 14.6718 60.3642 14.0477 61.9439 14.0477C63.1788 14.0477 64.2098 14.5355 65.0345 15.512C65.8615 16.4897 66.2739 17.7751 66.2739 19.3693ZM63.9043 19.4544C63.9043 18.4353 63.6752 17.5951 63.2148 16.9338C62.7119 16.2442 62.0366 15.8994 61.19 15.8994C60.6162 15.8994 60.0947 16.0915 59.6289 16.4701C59.1619 16.852 58.8565 17.3507 58.7135 17.9683C58.6415 18.2563 58.6055 18.492 58.6055 18.6775V20.4234C58.6055 21.185 58.839 21.8277 59.3059 22.3526C59.7729 22.8774 60.3794 23.1393 61.1256 23.1393C62.0017 23.1393 62.6835 22.8011 63.1712 22.1267C63.6599 21.4513 63.9043 20.5609 63.9043 19.4544Z' fill='%2324303B'/%3E%3Cpath d='M78.3164 19.3693C78.3164 21.1501 77.8353 22.5577 76.872 23.5911C76.0112 24.5109 74.941 24.9703 73.6635 24.9703C72.2845 24.9703 71.2939 24.4749 70.6917 23.4841H70.6481V29H68.3221V17.7097C68.3221 16.5901 68.2927 15.4411 68.2359 14.2627H70.2815L70.4113 15.9223H70.4549C71.2295 14.6718 72.4067 14.0477 73.9875 14.0477C75.2214 14.0477 76.2523 14.5355 77.0793 15.512C77.9029 16.4897 78.3164 17.7751 78.3164 19.3693ZM75.9468 19.4544C75.9468 18.4353 75.7167 17.5951 75.2563 16.9338C74.7533 16.2442 74.0802 15.8994 73.2325 15.8994C72.6576 15.8994 72.1372 16.0915 71.6703 16.4701C71.2034 16.852 70.899 17.3507 70.7561 17.9683C70.6852 18.2563 70.6481 18.492 70.6481 18.6775V20.4234C70.6481 21.185 70.8815 21.8277 71.3463 22.3526C71.8132 22.8764 72.4198 23.1393 73.1682 23.1393C74.0442 23.1393 74.7261 22.8011 75.2137 22.1267C75.7025 21.4513 75.9468 20.5609 75.9468 19.4544Z' fill='%2324303B'/%3E%3Cpath d='M91.7794 20.6618C91.7794 21.897 91.3507 22.902 90.4899 23.6778C89.544 24.5256 88.2272 24.949 86.5352 24.949C84.9729 24.949 83.7205 24.6479 82.7724 24.0444L83.3114 22.1054C84.3325 22.723 85.4529 23.0329 86.6737 23.0329C87.5498 23.0329 88.2316 22.8343 88.7214 22.4393C89.2091 22.0443 89.4524 21.514 89.4524 20.8528C89.4524 20.2635 89.2516 19.7671 88.8491 19.3644C88.4487 18.9618 87.7799 18.5875 86.8461 18.2416C84.3041 17.2934 83.0343 15.9043 83.0343 14.0777C83.0343 12.884 83.4794 11.9052 84.3707 11.1435C85.2587 10.3808 86.4435 10 87.925 10C89.2462 10 90.3437 10.2302 91.2197 10.6896L90.6383 12.5861C89.82 12.1409 88.8949 11.9183 87.8596 11.9183C87.0414 11.9183 86.4021 12.1201 85.9439 12.5217C85.5566 12.8807 85.3624 13.3182 85.3624 13.8366C85.3624 14.4105 85.5838 14.8852 86.0289 15.2583C86.4162 15.6032 87.1199 15.9763 88.141 16.379C89.3902 16.882 90.3077 17.4701 90.8979 18.1445C91.4859 18.8166 91.7794 19.6579 91.7794 20.6618Z' fill='%2324303B'/%3E%3Cpath d='M99.4681 16.0098H96.9043V21.0935C96.9043 22.3866 97.356 23.0325 98.2615 23.0325C98.6771 23.0325 99.0219 22.9965 99.2946 22.9245L99.359 24.6911C98.9008 24.8624 98.2975 24.9486 97.5502 24.9486C96.6316 24.9486 95.9137 24.6682 95.3955 24.1084C94.8795 23.5476 94.6199 22.607 94.6199 21.2856V16.0076H93.0925V14.2617L94.6199 14.2617V12.3445L96.9043 11.6549V14.2617H99.4681V16.0098Z' fill='%2324303B'/%3E%3Cpath d='M111.035 19.4121C111.035 21.0216 110.575 22.343 109.656 23.3763C108.693 24.4402 107.415 24.9705 105.821 24.9705C104.285 24.9705 103.062 24.4609 102.15 23.4418C101.238 22.4226 100.782 21.1361 100.782 19.5856C100.782 17.963 101.251 16.634 102.192 15.6006C103.131 14.5662 104.399 14.049 105.993 14.049C107.529 14.049 108.765 14.5586 109.698 15.5788C110.59 16.5685 111.035 17.8463 111.035 19.4121ZM108.622 19.4874C108.622 18.5217 108.416 17.6935 107.998 17.0028C107.511 16.167 106.813 15.7501 105.91 15.7501C104.975 15.7501 104.265 16.1681 103.777 17.0028C103.359 17.6946 103.153 18.5359 103.153 19.531C103.153 20.4967 103.359 21.3249 103.777 22.0145C104.28 22.8504 104.983 23.2672 105.889 23.2672C106.777 23.2672 107.475 22.8416 107.977 21.9927C108.406 21.2889 108.622 20.452 108.622 19.4874Z' fill='%2324303B'/%3E%3Cpath d='M118.596 16.3086C118.366 16.266 118.121 16.2442 117.863 16.2442C117.045 16.2442 116.412 16.553 115.967 17.1717C115.58 17.7173 115.386 18.4069 115.386 19.2395V24.7335H113.061L113.083 17.5602C113.083 16.3533 113.053 15.2545 112.995 14.2638H115.021L115.106 16.2671H115.171C115.416 15.5786 115.803 15.0243 116.334 14.6086C116.852 14.2343 117.411 14.0477 118.015 14.0477C118.23 14.0477 118.424 14.063 118.596 14.0903V16.3086Z' fill='%2324303B'/%3E%3Cpath d='M129 19.0026C129 19.4194 128.973 19.7707 128.915 20.0577H121.937C121.964 21.0922 122.301 21.8833 122.95 22.4288C123.538 22.9166 124.298 23.161 125.232 23.161C126.265 23.161 127.208 22.9962 128.055 22.6656L128.42 24.2806C127.429 24.7127 126.259 24.9276 124.91 24.9276C123.287 24.9276 122.012 24.4497 121.085 23.4949C120.16 22.5401 119.696 21.258 119.696 19.6496C119.696 18.0707 120.127 16.7558 120.99 15.7072C121.893 14.5877 123.114 14.0279 124.65 14.0279C126.159 14.0279 127.301 14.5877 128.077 15.7072C128.691 16.5965 129 17.6964 129 19.0026ZM126.782 18.3991C126.797 17.7095 126.646 17.1137 126.33 16.6107C125.928 15.9637 125.309 15.6407 124.477 15.6407C123.716 15.6407 123.098 15.956 122.625 16.5889C122.238 17.0919 122.008 17.6953 121.937 18.3981L126.782 18.3991Z' fill='%2324303B'/%3E%3Cpath d='M22.108 16.768C22.071 12.7844 25.4734 10.8464 25.629 10.7562C23.7021 8.03332 20.7154 7.66129 19.6659 7.63162C17.1574 7.37578 14.7243 9.08638 13.4464 9.08638C12.1431 9.08638 10.1754 7.65634 8.05465 7.69837C5.3256 7.73915 2.77253 9.27054 1.3723 11.6486C-1.51744 16.4973 0.637752 23.6228 3.40634 27.5421C4.79127 29.4615 6.40957 31.6047 8.52777 31.5293C10.6001 31.4465 11.3742 30.2489 13.8749 30.2489C16.3528 30.2489 17.0797 31.5293 19.2399 31.4811C21.464 31.4465 22.8642 29.553 24.2007 27.6162C25.8011 25.4162 26.4439 23.2495 26.4694 23.1383C26.4171 23.121 22.1501 21.5426 22.108 16.768Z' fill='%2324303B'/%3E%3Cpath d='M18.0264 5.05393C19.141 3.703 19.9036 1.8651 19.6919 0C18.0787 0.069215 16.0612 1.08149 14.8995 2.40275C13.8716 3.56705 12.9534 5.4754 13.1906 7.27005C15.0028 7.40106 16.8634 6.38385 18.0264 5.05393Z' fill='%2324303B'/%3E%3C/svg%3E%0A") 50% 50% no-repeat;
    background-size: contain;
}

.ui-btn--googleplay:after {
    content: '';
    display: block;
    width: 13.8rem;
    height: 3rem;
    background: url("data:image/svg+xml,%0A%3Csvg version='1.1' id='Layer_2' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 952.0768433 215.9484863' enable-background='new 0 0 952.0768433 215.9484863' xml:space='preserve'%3E%3Cg%3E%3Cg id='g1231' transform='translate(0 -.008)'%3E%3ClinearGradient id='path1192_1_' gradientUnits='userSpaceOnUse' x1='3656.8684082' y1='-832.7501221' x2='3550.1755371' y2='-777.6761475' gradientTransform='matrix(1.320399 0 0 2.5579894 -4729.2954102 2143.3293457)'%3E%3Cstop offset='0' style='stop-color:%2300A0FF'/%3E%3Cstop offset='0.007' style='stop-color:%2300A1FF'/%3E%3Cstop offset='0.26' style='stop-color:%2300BEFF'/%3E%3Cstop offset='0.512' style='stop-color:%2300D2FF'/%3E%3Cstop offset='0.76' style='stop-color:%2300DFFF'/%3E%3Cstop offset='1' style='stop-color:%2300E3FF'/%3E%3C/linearGradient%3E%3Cpath id='path1192' fill-rule='evenodd' clip-rule='evenodd' fill='url(%23path1192_1_)' d='M3.8228047,3.3194015 C1.395267,5.9284372,0,9.9440832,0,15.1621561v185.604538c0,5.2180634,1.395267,9.2337189,3.9135537,11.7519989 l0.6579309,0.5558472l103.9984283-103.9984436v-2.3367844L4.4807353,2.7635632 C4.4807353,2.7635632,3.8228047,3.3194013,3.8228047,3.3194015z'/%3E%3ClinearGradient id='path1203_1_' gradientUnits='userSpaceOnUse' x1='3970.4147949' y1='-404.2431641' x2='3774.6149902' y2='-404.2431641' gradientTransform='matrix(1.0373755 0 0 0.8734598 -3918.5488281 461.0545654)'%3E%3Cstop offset='0' style='stop-color:%23FFE000'/%3E%3Cstop offset='0.409' style='stop-color:%23FFBD00'/%3E%3Cstop offset='0.775' style='stop-color:%23FFA500'/%3E%3Cstop offset='1' style='stop-color:%23FF9C00'/%3E%3C/linearGradient%3E%3Cpath id='path1203' fill-rule='evenodd' clip-rule='evenodd' fill='url(%23path1203_1_)' d='M143.1679993,143.8783722 l-34.6888275-34.7001724v-2.4275436l34.7001801-34.7001801l0.7486725,0.4650879l41.0412598,23.3225098 c11.7519989,6.6246872,11.7519989,17.5372543,0,24.2526932l-41.041275,23.3225174 c-0.0113373,0-0.760025,0.4650726-0.760025,0.4650726L143.1679993,143.8783722z'/%3E%3ClinearGradient id='path1210_1_' gradientUnits='userSpaceOnUse' x1='3492.4169922' y1='-589.1488647' x2='3380.2900391' y2='-443.6847534' gradientTransform='matrix(1.7038139 0 0 1.3133093 -5825.7871094 900.9800415)'%3E%3Cstop offset='0' style='stop-color:%23FF3A44'/%3E%3Cstop offset='1' style='stop-color:%23C31162'/%3E%3C/linearGradient%3E%3Cpath id='path1210' fill-rule='evenodd' clip-rule='evenodd' fill='url(%23path1210_1_)' d='M143.916687,143.4132843 l-35.4375153-35.4488602L3.8228047,212.6208038c3.8228047,4.1063843,10.2546463,4.5714874,17.4465084,0.5558319 L143.916687,143.4132843'/%3E%3ClinearGradient id='path1223_1_' gradientUnits='userSpaceOnUse' x1='3406.0458984' y1='-729.3817139' x2='3456.1137695' y2='-664.3907471' gradientTransform='matrix(1.7038139 0 0 1.3126286 -5825.7871094 898.9841919)'%3E%3Cstop offset='0' style='stop-color:%2332A071'/%3E%3Cstop offset='0.069' style='stop-color:%232DA771'/%3E%3Cstop offset='0.476' style='stop-color:%2315CF74'/%3E%3Cstop offset='0.801' style='stop-color:%2306E775'/%3E%3Cstop offset='1' style='stop-color:%2300F076'/%3E%3C/linearGradient%3E%3Cpath id='path1223' fill-rule='evenodd' clip-rule='evenodd' fill='url(%23path1223_1_)' d='M143.916687,72.5269089 L21.2693138,2.8543124C14.0887928-1.2520832,7.6456094-0.6962451,3.8228047,3.4101505l104.6450272,104.5542755 L143.916687,72.5269089z'/%3E%3Cpath id='path1225' opacity='0.2' fill-rule='evenodd' clip-rule='evenodd' enable-background='new ' d=' M143.1679993,142.6645966L21.3600636,211.8721161c-6.806181,3.9135437-12.8750248,3.6412964-16.788578,0.090744 l-0.6579309,0.6579437l0.6579309,0.5558319c3.9135537,3.5392151,9.9823971,3.8227997,16.788578-0.090744l122.6473694-69.6726074 L143.1679993,142.6645966z'/%3E%3Cpath id='path1227' opacity='0.12' fill-rule='evenodd' clip-rule='evenodd' enable-background='new ' d=' M184.957962,118.8770065l-41.8807068,23.78759l0.7486877,0.7486877l41.0412598-23.3225174 c5.8760071-3.3577118,8.768631-7.7363586,8.768631-12.1263428c-0.3743439,4.0156479-3.3577118,7.8384476-8.6778717,10.9125671 V118.8770065z'/%3E%3Cpath id='path1229' opacity='0.25' fill-rule='evenodd' clip-rule='evenodd' fill='%23FFFFFF' enable-background='new ' d=' M21.2693138,4.0680814L184.957962,97.0631943c5.3201599,2.9833679,8.3035278,6.8969269,8.768631,10.9125748 c0-4.3786392-2.8926239-8.768631-8.768631-12.1263504L21.2693138,2.8543124C9.5173092-3.8611188,0,1.7312926,0,15.1621561 v1.213769C0,2.9450614,9.5173092-2.556601,21.2693138,4.0680814z'/%3E%3C/g%3E%3Cg id='g1237' transform='translate(0 -.008)'%3E%3Cpath id='path1233' fill-rule='evenodd' clip-rule='evenodd' fill='%2324303B' d='M262.6788635,102.0770798 c0-29.7316666,24.9900208-53.9389801,54.7216797-53.9389801c16.4369202,0,28.1322021,6.454525,36.9575806,14.8601608 l-10.3908081,10.3907623c-6.3070679-5.9213791-14.8601379-10.5155487-26.578125-10.5155487 c-21.7117004,0-38.6817932,17.4805374-38.6817932,39.1922531s16.9700928,39.2149429,38.6704407,39.2149429 c14.0774536,0,22.0860596-5.6491394,27.2247314-10.7991333c4.2084961-4.2084885,6.9649658-10.2546539,8.0312805-18.5468445 h-35.2333374V97.233345h49.5943604c0.5218201,2.6317215,0.7940674,5.7852554,0.7940674,9.1996841 c0,11.0373611-3.0287476,24.729126-12.7729492,34.4733124c-9.4832764,9.8689575-21.575592,15.1324005-37.6268311,15.1324005 c-29.7430115,0-54.7330322-24.1846161-54.7330322-53.9389725L262.6788635,102.0770798z M407.8773804,86.5589905 c-19.2047729,0-34.8816833,14.6105957-34.8816833,34.7228622c0,20.01017,15.6655884,34.7228622,34.8816833,34.7228622 s34.8589783-14.7353821,34.8589783-34.7342072C442.7363586,101.1582489,427.0821533,86.5476456,407.8773804,86.5589905z M407.8773804,142.3469849c-10.5155334,0-19.6018066-8.6778717-19.6018066-21.0537796 c0-12.5006866,9.0749207-21.0537796,19.6018066-21.0537796c10.5155334,0,19.5904541,8.5417557,19.5904541,21.0537796 C427.4678345,133.6577606,418.4042664,142.3469849,407.8773804,142.3469849z M483.9364319,86.5589905 c-19.2047729,0-34.8589783,14.6105957-34.8589783,34.7228622c0,20.01017,15.6542053,34.7228622,34.8589783,34.7228622 s34.8589783-14.7353821,34.8589783-34.7342072C518.7954102,101.1582489,503.1525574,86.5476456,483.9364319,86.5589905 L483.9364319,86.5589905z M483.9364319,142.3469849c-10.5155334,0-19.6017761-8.6778717-19.6017761-21.0537796 c0-12.5006866,9.0748901-21.0537796,19.6017761-21.0537796c10.5155945,0,19.6018066,8.5417557,19.6018066,21.0537796 C503.5382385,133.6577606,494.4519653,142.3469849,483.9364319,142.3469849L483.9364319,142.3469849z M577.2832031,88.6689072 v5.6491318h-0.5218506c-3.4144287-4.0950546-9.9937134-7.7703934-18.2745972-7.7703934 c-17.3670654,0-33.3048706,15.2685318-33.3048706,34.8816757c0,19.4543304,15.9264526,34.5980835,33.3048706,34.5980835 c8.2808838,0,14.8601685-3.6753387,18.2745972-7.8838196h0.5218506v4.9911957 c0,13.2833862-7.1011353,20.3958588-18.546814,20.3958588c-9.347168,0-15.1324463-6.7154236-17.5032349-12.3532257 l-13.2947388,5.524353c3.8114624,9.1996765,13.9526367,20.5206299,30.7865601,20.5206299 c17.8776245,0,33.0100098-10.5382385,33.0100098-36.1861877V88.6575623L577.2832031,88.6689072z M559.7913208,142.3469849 c-10.515625,0-19.3522949-8.8253479-19.3522949-20.9176636c0-12.2284317,8.8253174-21.178566,19.3522949-21.178566 c10.3907471,0,18.546814,8.9387817,18.546814,21.178566C578.3494873,133.521637,570.1934204,142.3469849,559.7913208,142.3469849z M602.2731934,51.8247871h15.2685547v102.0927124h-15.2685547V51.8247871z M659.3884277,142.3469849 c-7.7590332,0-13.2947998-3.5619049-16.8226318-10.5155487l46.4408569-19.2274551l-1.5994873-3.9475784 c-2.8812866-7.7477188-11.706604-22.0974121-29.7316284-22.0974121c-17.888916,0-32.760376,14.077446-32.760376,34.7341995 c0,19.4543381,14.7353516,34.7228622,34.4732666,34.7228622c15.9264526,0,25.1375122-9.7214966,28.9490356-15.3933105 l-11.8427734-7.8838196c-3.9589233,5.7965851-9.3585205,9.6194-17.1062012,9.6080475L659.3884277,142.3469849z M658.1973267,99.9785156c6.0461426,0,11.1734619,3.0287476,12.8863525,7.3620224l-31.0588379,12.8977051 c-0.3856812-13.4195175,10.4021606-20.2597275,18.1725464-20.2597275H658.1973267z'/%3E%3Cpath id='path1235' fill-rule='evenodd' clip-rule='evenodd' fill='%2324303B' d='M756.0021362,51.8247795h-36.5037842v102.0927124 h15.2344971v-38.6704559h21.2806396c16.890686,0,33.4977417-12.2284317,33.4977417-31.7167969 c0-19.4543304-16.5957031-31.6941109-33.4750366-31.6941109L756.0021362,51.8247795z M756.3991699,101.0334625h-21.6663208 V66.0270081h21.6663208c11.3890381,0,17.8775635,9.4492493,17.8775635,17.5032272 C774.2767334,91.4480896,767.788208,101.0334625,756.3991699,101.0334625z M813.1400757,153.9174957V51.8247871h-15.2344971 v102.0927124H813.1400757z M881.5761719,153.7359924v-39.1355286c0-18.1271286-13.5442505-28.234314-31.0248413-28.234314 c-11.0146484,0-22.4376831,4.8664246-27.1679688,15.6315308l13.5216064,5.6377869 c2.8926392-5.6377869,8.2695313-7.4868011,13.9299927-7.4868011c7.8724365,0,15.8810425,4.7303009,16.0058594,13.1472778 v1.0549545c-2.7564697-1.576767-8.6551514-3.9475861-15.8924561-3.9475861 c-14.5765381,0-29.4140015,8.008606-29.4140015,22.9822006c0,13.6690826,11.9561768,22.4604034,25.3530273,22.4604034 c10.2546387,0,15.8924561-4.5941772,19.4315796-9.9710693h0.5218506v7.8838348h14.723999L881.5761719,153.7359924z M848.7363892,142.3243103c-4.9912109,0-11.9561768-2.4956055-11.9561768-8.6551971 c0-7.8838348,8.6778564-10.9239349,16.1646729-10.9239349c6.7041016,0,9.8462524,1.4406357,13.9299316,3.4144363 c-1.168335,9.165657-8.9160767,16.0512466-18.1384277,16.1646805V142.3243103z M935.1522217,88.6008453l-17.4692383,44.2515106 h-0.5217896l-18.1271362-44.2515106H882.619751l27.1793823,61.8681793l-15.5067749,34.4052429h15.8924561l41.8920288-96.2734222 H935.1522217z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") 50% 50% no-repeat;
    background-size: contain;
}

.ui-link {
    text-decoration: none;
    transition: color 0.25s;
}

.ui-link:hover {
    text-decoration: none;
}

.ui-link:hover svg.icon-refresh {
    transform: rotate(180deg);
}

.ui-link svg {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -0.05em;
    transition: transform 0.25s;
    width: 1.6rem;
    height: 1.6rem;
}

.ui-link svg:first-child {
    margin: 0 0.4rem 0 0;
}

.ui-link svg:last-child {
    margin: 0 0 0 0.4rem;
}

@media (min-width: 1200px) {
    .ui-link svg {
        width: 2.4rem;
        height: 2.4rem;
    }

    .ui-link svg:first-child {
        margin: 0 0.8rem 0 0;
    }

    .ui-link svg:last-child {
        margin: 0 0 0 0.8rem;
    }
}

.ui-link--primary {
    color: var(--color-link);
}

.ui-link--primary:hover {
    color: var(--color-link-hover);
}

.ui-link--secondary {
    color: var(--color-link-secondary);
}

.ui-link--secondary:hover {
    color: var(--color-link-secondary-hover);
}

.ui-link--white {
    color: var(--color-white);
}

.ui-link--white:hover {
    color: var(--color-white-hover);
}

.ui-link--dark {
    color: var(--color-dark);
}

.ui-link--dark:hover {
    color: var(--color-highlight);
}

.ui-validate {
    display: block;
    padding: 0.8rem 0 0 0;
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.14;
    font-weight: 400;
    text-align: left;
    color: var(--color-error);
}

.ui-validate:empty {
    display: none;
}

.ui-amount {
    display: block;
    margin: 0 0 2.4rem;
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 500;
}

.ui-amount small {
    display: block;
    padding: 0.8rem 0 0;
    font-size: 1.4rem;
    line-height: 1.33;
    font-weight: 400;
    color: var(--color-grey);
}

@media (min-width: 1200px) {
    .ui-amount {
        font-size: 3.2rem;
        line-height: 1;
        font-weight: 500;
    }

    .ui-amount small {
        font-size: 1.8rem;
    }
}

.ui-notice {
    display: block;
    margin: 0;
    padding: 0.8rem 0 0 0;
    font-size: 1.4rem;
    line-height: 1.14;
    font-weight: 400;
}

.ui-notice--grey {
    color: var(--color-grey);
}

.ui-notice--red {
    color: var(--color-error);
}

.ui-sms__title {
    display: block;
    margin: 0 0 2.4rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.2;
    font-weight: 500;
    text-align: center;
}

@media (min-width: 1200px) {
    .ui-sms__title {
        font-size: 4rem;
    }
}

.ui-sms__text {
    display: block;
    margin: 0 0 3.2rem;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
    text-align: center;
}

@media (min-width: 1200px) {
    .ui-sms__text {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
        margin: 0 0 4.8rem;
    }
}

.ui-sms__data {
    margin: 0;
}

.ui-sms__data .row {
    margin: 0 -0.8rem -1.6rem;
}

.ui-sms__data .row>[class^='col'] {
    padding: 0 0.8rem 1.6rem;
}

.ui-sms__data .ui-placeholder {
    margin: 0;
}

.ui-sms__data .ui-placeholder.is-error~.ui-notice {
    display: none;
}

.ui-sms__data .ui-validate {
    margin: 0;
    padding: 0.8rem 0 0;
}

.ui-success {
    text-align: center;

    @media (width < 640px) {
        padding-top: 0.8rem;
        padding-bottom: 1.2rem;
    }
}

.ui-success__icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 0.8rem;
    width: 5.2rem;
    height: 5.2rem;
}

.ui-success__icon img,
.ui-success__icon svg {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

@media (min-width: 1200px) {
    .ui-success__icon {
        width: 8rem;
        height: 8rem;
        margin: 0 auto 2rem;
    }
}

.ui-success__title {
    display: block;
    margin: 0 0 1.2rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.17;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .ui-success__title {
        font-size: 4rem;
        line-height: 1.2;
        font-weight: 500;
        margin: 0 0 2rem;
    }
}

.ui-success__text {
    display: block;
    margin: 0 0 3.2rem;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;

    a {
        white-space: nowrap;
    }
}

.ui-success__text:last-child {
    margin: 0;
}

@media (min-width: 1200px) {
    .ui-success__text {
        margin: 0 0 4.8rem;
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
    }

    .ui-success__text:last-child {
        margin: 0;
    }
}

.ui-success__action {
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 500;
}

.ui-success__action .ui-btn {
    width: 100%;
    height: 4.4rem;
    font-size: 1.6rem;
}

@media (min-width: 640px) {
    .ui-success__action .ui-btn {
        width: auto;
        min-width: 28.8rem;
    }
}

@media (min-width: 1200px) {
    .ui-success__action {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 500;
    }

    .ui-success__action .ui-btn {
        height: 5.6rem;
        min-width: auto;
        font-size: 1.8rem;
    }
}

.ui-download {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.4rem;
    line-height: 1.14;
    font-weight: 500;
    padding: 0.8rem 0 0 0;
}

@media (min-width: 1200px) {
    .ui-download {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0;
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 500;
        min-height: 100%;
    }
}

.ui-placeholder {
    position: relative;
    margin: 0 0 2.4rem;
}

.ui-placeholder.is-error .ui-placeholder__input,
.ui-placeholder.is-error .ui-placeholder__textarea,
.ui-placeholder.is-error .selectric {
    border-color: var(--color-error);
}

.ui-placeholder.is-error .ui-placeholder__input:disabled,
.ui-placeholder.is-error .ui-placeholder__textarea:disabled,
.ui-placeholder.is-error .selectric:disabled {
    border-color: var(--color-border);
}

.ui-placeholder.is-error~.ui-validate {
    display: block;
}

.ui-placeholder.is-focus .ui-placeholder__label,
.ui-placeholder.is-changed .ui-placeholder__label {
    -webkit-transform: scale(0.7) translate(0, -0.6rem);
    -moz-transform: scale(0.7) translate(0, -0.6rem);
    -ms-transform: scale(0.7) translate(0, -0.6rem);
    -o-transform: scale(0.7) translate(0, -0.6rem);
    transform: scale(0.7) translate(0, -0.6rem);
}

.ui-placeholder.is-delay .ui-placeholder__label {
    transition-delay: 0.25s;
}

.ui-placeholder.is-suggest-open .ui-placeholder__results {
    opacity: 1;
    visibility: visible;
}

.ui-placeholder.is-typeahead-open .ui-placeholder__append svg {
    transform: rotate(180deg);
}

.ui-placeholder.is-typeahead-open .ui-placeholder__results {
    opacity: 1;
    visibility: visible;
}

.ui-placeholder:has(.ui-placeholder__range) .ui-placeholder__input,
.ui-placeholder:has(.ui-placeholder__range) .ui-placeholder__textarea {
    border-radius: 0.8rem 0.8rem 0 0;
}

.ui-placeholder__results {
    position: absolute !important;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 200;
    background: #ffffff;
    border: 1px solid var(--color-accent);
    border-radius: 0.8rem;
    padding: 0.4rem 2.4rem 0.4rem 1.6rem;
    margin: 0.4rem 0 0 0;
    max-height: 27.2rem;
    display: block;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
}

.ui-placeholder__results ol,
.ui-placeholder__results ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ui-placeholder__results ol>li,
.ui-placeholder__results ul>li {
    cursor: pointer;
    border-bottom: 1px solid var(--color-border);
    padding: 1.2rem 0;
    margin: 0;
    color: var(--body-color);
    transition: color 0.25s;

    &[data-unit='no'] {
        cursor: default;
    }
}

.ui-placeholder__results ol>li:before,
.ui-placeholder__results ol>li:after,
.ui-placeholder__results ul>li:before,
.ui-placeholder__results ul>li:after {
    display: none;
}

.ui-placeholder__results ol>li:hover,
.ui-placeholder__results ul>li:hover {
    color: #01cb51;

    &[data-unit='no'] {
        color: var(--body-color);
    }
}

.ui-placeholder__results ol>li:last-child,
.ui-placeholder__results ul>li:last-child {
    border: none;
}

.ui-placeholder__results mark {
    background: none;
    color: #01cb51;
}

@media (min-width: 1200px) {
    .ui-placeholder__results {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
        padding: 0.4rem 3.2rem 0.4rem 2.4rem;
        max-height: 36.4rem;
    }

    .ui-placeholder__results ul>li {
        padding: 1.6rem 0;
    }
}

.ui-placeholder__append {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 50;
    height: 4.8rem;
    padding: 0 1.6rem;
    pointer-events: none;
}

.ui-placeholder__append svg {
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    transition: transform 0.25s;
}

@media (min-width: 1200px) {
    .ui-placeholder__append {
        height: 5.6rem;
        padding: 0 2rem;
    }
}

.ui-placeholder__label {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4.8rem;
    padding: 0 1.6rem;
    pointer-events: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: var(--color-placeholder);
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: transform 0.25s;
    transform-origin: 1.6rem 0;
}

@media (min-width: 1200px) {
    .ui-placeholder__label {
        transform-origin: 2rem 0;
        padding: 0 2rem;
        font-size: 1.8rem;
        height: 5.6rem;
    }
}

.ui-placeholder__ellipsis {
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-placeholder__reload {
    position: absolute;
    top: 0;
    right: 0;
    height: 4.8rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1.6rem;
    font-size: 1.2rem;
    line-height: 1.33;
    font-weight: 400;
    color: var(--color-accent);
}

@media (min-width: 1200px) {
    .ui-placeholder__reload {
        height: 5.6rem;
        padding: 0 2rem;
    }
}

.ui-placeholder__countdown {
    position: absolute;
    top: 0;
    right: 0;
    height: 4.8rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1.6rem;
    font-size: 1.2rem;
    line-height: 1.33;
    font-weight: 400;
    color: var(--color-accent);
}

@media (min-width: 1200px) {
    .ui-placeholder__countdown {
        height: 5.6rem;
        padding: 0 2rem;
    }
}

.ui-placeholder__input,
.ui-placeholder__textarea {
    display: block;
    width: 100%;
    background: #ffffff;
    border: 1px solid var(--color-border);
    border-radius: 0.8rem;
    transition: border-color 0.25s;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 400;
    padding: 1.6rem 1.6rem 0.6rem;
    color: var(--body-color);
    height: 4.8rem;
    -webkit-appearance: none;
    appearance: none;

    &:disabled,
    &:read-only {
        color: #9798a0;
        background-color: #fbfbfc;
        border-color: #f5f5f8;
        padding: 2rem 2rem 0.8rem;

        &~.ui-placeholder__label {
            color: #b2b7ba;
            transform: scale(0.7) translate(0, -0.4rem);
        }

        &:focus {
            border-color: #f5f5f8;
        }
    }

    .calulator-deposit & {
        border: 1px solid var(--color-light);
    }

    .pb-deposit__calculator & {
        height: 8rem;
        padding: 2rem 3.2rem;
        font-size: 3.2rem;
        line-height: 4rem;

        @media (width <=1440px) {
            height: 6.8rem;
            padding: 1.2rem 1.6rem;
            font-size: 2.4rem;
            line-height: 2.8rem;
        }

        @media (width < 991px) {
            height: 4.8rem;
            font-size: 1.8rem;
            line-height: 2.4rem;
        }
    }

    .ebs-request & {
        border-color: #f5f5f8;
    }
}

.ui-placeholder__input:-ms-input-placeholder,
.ui-placeholder__textarea:-ms-input-placeholder {
    color: transparent;
}

.ui-placeholder__input::placeholder,
.ui-placeholder__textarea::placeholder {
    color: transparent;
}

.ui-placeholder__input:focus,
.ui-placeholder__textarea:focus {
    outline: none;
    border-color: var(--color-highlight);

    .is-page-pb & {
        border-color: var(--private-accent-color);
    }
}

.ui-placeholder__input:focus~.ui-placeholder__label,
.ui-placeholder__textarea:focus~.ui-placeholder__label,
.ui-placeholder__input:not(:placeholder-shown)~.ui-placeholder__label,
.ui-placeholder__textarea:not(:placeholder-shown)~.ui-placeholder__label {
    -webkit-transform: scale(0.7) translate(0, -0.6rem);
    -moz-transform: scale(0.7) translate(0, -0.6rem);
    -ms-transform: scale(0.7) translate(0, -0.6rem);
    -o-transform: scale(0.7) translate(0, -0.6rem);
    transform: scale(0.7) translate(0, -0.6rem);
}

.ui-placeholder__textarea:focus~.ui-placeholder__label,
.ui-placeholder__textarea:not(:placeholder-shown)~.ui-placeholder__label {
    opacity: 0;
    visibility: hidden;
}

@media (min-width: 1200px) {

    .ui-placeholder__input,
    .ui-placeholder__textarea {
        font-size: 1.8rem;
        padding: 2rem 2rem 1rem;
        height: 5.6rem;
    }
}

.ui-placeholder__textarea {
    transition: box-shadow 0.25s;
    max-width: 100%;
    min-height: 12.4rem;
    height: 12.4rem;
    min-width: 100%;
}

@media (min-width: 1200px) {
    .ui-placeholder__textarea {
        min-height: 16.4rem;
        height: 16.4rem;
    }
}

.ui-placeholder__range {
    position: relative;
    display: block;
    top: -1px;
    width: 100%;
    height: 0.2rem;
    -webkit-appearance: none;
    appearance: none;
}

.ui-placeholder__interval {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.8rem 0 0;
    margin: 0;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 400;
    color: rgba(36, 38, 36, 0.6);
}

@media (min-width: 1200px) {
    .ui-placeholder__interval {
        padding: 1.2rem 0 0;
    }
}

.ui-placeholder__select {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0;
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 400;
    color: var(--body-color);
}

.ui-placeholder__select select {
    width: 100%;
    height: 4.8rem;
    border: 1px solid var(--color-border);
    border-radius: 0.8rem;
    padding: 0.8rem 4rem 0.8rem 1.6rem;
    -webkit-appearance: none;
    appearance: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: #ffffff url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.52001 9.84C7.80445 10.0533 8.19555 10.0533 8.47999 9.84L11.68 7.44003C12.0334 7.17494 12.105 6.6735 11.84 6.32004C11.5749 5.96659 11.0734 5.89495 10.72 6.16005L8 8.20002L5.28003 6.16005C4.92657 5.89495 4.42514 5.96659 4.16005 6.32004C3.89495 6.6735 3.96659 7.17494 4.32004 7.44003L7.52001 9.84Z' fill='%2324303B'/%3E%3C/svg%3E%0A") right 1.6rem center no-repeat;
    color: var(--body-color);
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}

@media (min-width: 1200px) {
    .ui-placeholder__select select {
        padding: 2rem 6.4rem 1rem 2rem;
        height: 5.6rem;
    }
}

@media (min-width: 1200px) {
    .ui-placeholder__select {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
    }
}

.ui-placeholder__select .selectric-wrapper {
    position: relative;
    cursor: pointer;
    text-transform: none;
    width: 100%;
}

.ui-placeholder__select .selectric {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid var(--color-border);
    border-radius: 0.8rem;
    padding: 1.6rem 4rem 0.6rem 1.6rem;
    height: 4.8rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: var(--body-color);

    .pb-deposit__calculator & {
        height: 80px;
        padding: 2rem 3.2rem;

        @media (width <=1440px) {
            height: 6.8rem;
            padding: 1.2rem 1.6rem;
        }

        @media (width < 991px) {
            height: 4.8rem;
        }
    }
}

.pb-deposit__calculator .ui-placeholder__label {
    display: none !important;
}

.calulator-deposit .ui-placeholder__select .selectric {
    border: 1px solid var(--color-light);
}

.ui-placeholder__select .selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;

    .pb-deposit__calculator & {
        font-size: 3.2rem;
        line-height: 4rem;

        @media (width <=1440px) {
            font-size: 2.4rem;
            line-height: 2.8rem;
        }

        @media (width < 991px) {
            font-size: 1.8rem;
            line-height: 2.4rem;
        }
    }
}

.ui-placeholder__select .selectric .arrow {
    position: absolute;
    top: 0;
    right: 1.6rem;
    height: 100%;
    width: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;

    .is-page-pb & {
        right: 3.2rem;
    }
}

.ui-placeholder__select .selectric .arrow svg {
    position: relative;
    transition: transform 0.25s;
    display: block;
    width: 1.6rem;
    height: 1.6rem;

    .is-page-pb & {
        width: 2.4rem;
        height: 2.4rem;

        @media (width < 1200px) {
            width: 1.9rem;
            height: 1.9rem;
        }
    }
}

@media (min-width: 1200px) {
    .ui-placeholder__select .selectric {
        padding: 2rem 6.4rem 1rem 2rem;
        height: 5.6rem;
    }
}

.ui-placeholder__select .selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    border: 1px solid var(--color-highlight);
    border-radius: 0.8rem;
    z-index: 100;
    width: auto !important;
    min-width: 100%;
    margin: 0.8rem 0 0;
    padding: 0.4rem 1.6rem;
    overflow: hidden;

    .is-page-pb & {
        border-color: var(--private-accent-color);
        border-width: 2px;
    }
}

@media (min-width: 1200px) {
    .ui-placeholder__select .selectric-items {
        padding: 0.4rem 2.4rem;
    }
}

.ui-placeholder__select .selectric-items .selectric-scroll {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 46.8rem;
}

.ui-placeholder__select .selectric-items ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ui-placeholder__select .selectric-items li {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 0.8rem 0;
    margin: 0;
    border-bottom: 1px solid var(--color-border);
    transition: color 0.25s;
}

.ui-placeholder__select .selectric-items li:hover {
    color: var(--color-link-hover);

    .is-page-pb & {
        color: var(--private-accent-color);
    }
}

.ui-placeholder__select .selectric-items li:before,
.ui-placeholder__select .selectric-items li:after {
    display: none;
}

.ui-placeholder__select .selectric-items li:last-child {
    border: none;
}

.ui-placeholder__select .selectric-items li.selected {
    color: var(--color-gray-on-light);
}

.ui-placeholder__select .selectric-items li.disabled {
    display: none !important;
}

@media (min-width: 1200px) {
    .ui-placeholder__select .selectric-items li {
        padding: 1.6rem 0;
    }
}

.ui-placeholder__select .selectric-items small {
    display: block;
    padding: 0.4rem 0 0 0;
    font-size: 1.4rem;
    line-height: 1.14;
    font-weight: 400;
    color: var(--color-gray-on-light);
}

.ui-placeholder__select .selectric-items .ui-select-group li:not(.ui-select-group-label) {
    padding-left: 3rem;
}

.ui-placeholder__select .selectric-items .ui-select-group-label {
    pointer-events: none;
}

.ui-placeholder__select .selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0;
    pointer-events: none;
}

.ui-placeholder__select .selectric-hide-select select {
    position: absolute;
    left: -100%;
}

.ui-placeholder__select .selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.ui-placeholder__select .selectric-hide-select.selectric-is-native select {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border: none;
    z-index: 1;
    box-sizing: border-box;
    opacity: 0;
}

.ui-placeholder__select .selectric-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    background: none !important;
    pointer-events: none !important;
    display: none !important;
}

.ui-placeholder__select .selectric-temp-show {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important;
}

.ui-placeholder__select .selectric-open .selectric {
    border-color: var(--color-highlight);

    .is-page-pb & {
        border-color: var(--private-accent-color);
        border-width: 2px;
    }
}

.ui-placeholder__select .selectric-open .selectric .arrow svg {
    transform: rotate(180deg);
}

.ui-placeholder__select .selectric-open .selectric-items {
    display: block;
}

.ui-placeholder__select .selectric-disabled {
    opacity: 0.5;
    cursor: default;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ui-placeholder__select .selectric-placeholder .selectric .label {
    display: none;
}

.ui-placeholder__select .selectric-placeholder .selectric .placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4.8rem;
    padding: 0 1.6rem;
    pointer-events: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: var(--color-gray-on-light);
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: 400;
    white-space: nowrap;
    transition: transform 0.25s;
    transform-origin: 1.6rem 0;
}

@media (min-width: 1200px) {
    .ui-placeholder__select .selectric-placeholder .selectric .placeholder {
        transform-origin: 2rem 0;
        padding: 0 2rem;
        font-size: 1.8rem;
        height: 5.6rem;
    }
}

@media (max-width: 639px) {
    .ui-group-check .col-auto {
        width: 100%;
    }
}

.ui-group-check .ui-check {
    -ms-flex-align: center;
    align-items: center;
    min-width: 13.3rem;
    margin-bottom: 0 !important;
}

.ui-group-check .ui-check__radio {
    margin-right: 1.2rem;
}

.ui-group-check .ui-check__desc {
    min-width: 0;
}

.ui-group-check .ui-check__desc-title {
    font-size: 1.4rem;
    line-height: 1.6rem;
}

.ui-group-check.ui-group-check--buttons {
    margin: 0 0 0.8rem !important;
    gap: 0.8rem;
    flex-wrap: nowrap;

    .col-xl-12:has(&) {
        padding-bottom: 4.8rem !important;
    }

    .ui-check {
        background-color: #ffffff;
        border-radius: 0.8rem;
        min-width: unset;
        border: 1px solid #ffffff;
        transition: all 0.3s linear;

        &:has(.ui-check__input:checked) {
            background-color: var(--color-accent);
            border-color: var(--color-accent);
        }

        &:hover {
            border-color: var(--color-accent);
        }
    }

    .ui-check__radio {
        display: none;
    }

    .ui-check__desc {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 5.6rem;
        padding: 0 1.6rem;

        @media (width < 1200px) {
            height: 4.8rem;
        }
    }

    .ui-check__desc-title {
        font-size: 1.8rem;
        font-weight: 500;

        @media (width < 1200px) {
            font-size: 1.6rem;
        }


    }

    .col-auto {
        flex-grow: 1;
        padding: 0 !important;

        @media (max-width: 639px) {
            width: unset;
        }
    }
}

.ui-group-level {
    display: flex;
    justify-content: space-between;

    span {
        color: #a2a2a2;
        font-size: 16px;
        font-style: normal;

        @media (width <=640px) {
            &:nth-child(2) {
                display: none;
            }
        }
    }
}

.ui-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    margin: 0 0 2.4rem;
    cursor: pointer;
    text-align: left;
}

.ui-check__input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.ui-check__input:checked~.ui-check__radio:after,
.ui-check__input:checked~.ui-check__radio svg {
    opacity: 1;
}

.ui-check__input:checked~.ui-check__checkbox:after,
.ui-check__input:checked~.ui-check__checkbox svg {
    opacity: 1;
}

.ui-check__input.is-error~.ui-check__checkbox {
    border-color: var(--color-error);
}

.ui-check__checkbox {
    position: relative;
    width: 2rem;
    height: 2rem;
    border: 1px solid transparent;
    display: block;
    border-radius: 0.2rem;
    margin: 0 0.8rem 0 0;
    background: #ffffff;
    color: var(--color-dark);
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.ui-check__checkbox svg {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.6rem;
    height: 1.6rem;
    margin: -0.8rem 0 0 -0.8rem;
    transition: opacity 0.25s;
    opacity: 0;
}

@media (min-width: 1200px) {
    .ui-check__checkbox {
        margin: 0 1.6rem 0 0;
    }
}

.ui-check__radio {
    position: relative;
    background: #ffffff;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    margin: 0 0.8rem 0 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: block;

    .feedbackform & {
        border: 1px solid #6B7782;
    }
}

.ui-check__radio:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.8rem;
    height: 0.8rem;
    background: var(--color-highlight);
    margin: -0.4rem 0 0 -0.4rem;
    opacity: 0;
    border-radius: 50%;
    transition: opacity 0.25s;
}

@media (min-width: 1200px) {
    .ui-check__radio {
        margin: 0 1.6rem 0 0;
    }
}

.ui-check__text {
    display: block;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 400;
    padding: 0.2rem 0;
    color: var(--body-color);

    .ui-check__toggle+& {
        font-size: 1.6rem;
    }
}

@media (min-width: 1200px) {
    .ui-check__text {
        font-size: 1.4rem;
        line-height: 2rem;
        font-weight: 400;
        padding: 0;

        .ui-check__toggle+& {
            font-size: 1.8rem;
        }
    }
}

.ui-check__desc {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

@media (min-width: 1200px) {
    .ui-check__desc {
        min-width: 20rem;
    }
}

.ui-check__desc-title {
    display: block;
    margin: 0 0 0.2rem;
    font-size: 1.4rem;
    line-height: 1.14;
    font-weight: 500;
    color: var(--color-dark);

    @media (width >= 1200px) {
            font-size: 1.8rem;
            line-height: 1.33;
            font-weight: 500;
    }

    .feedbackform & {
        font-weight: 400;
        font-size: 1.6rem;
        line-height: 2rem;
    }
}


.ui-check__desc-text {
    display: block;
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.33;
    font-weight: 400;
    color: var(--color-grey);
}

.ui-check__toggle {
    width: 5.2rem;
    height: 2.8rem;
    border-radius: 2.8rem;
    background-color: var(--color-gray-on-light);
    position: relative;
    transition: background-color 0.25s;
    flex-shrink: 0;

    .ui-check__input:checked~& {
        background-color: var(--color-secondary-hover);
    }

    &::after {
        content: '';
        position: absolute;
        top: 2px;
        left: 2px;
        display: block;
        width: 2.4rem;
        height: 2.4rem;
        border-radius: 50%;
        background-color: var(--color-white);
        transition: all 0.25s linear;
    }
}

.ui-check__input:checked~.ui-check__toggle::after {
    transform: translateX(2.4rem);
}

.ui-authorization .row {
    margin: 0 -1.2rem -2.4rem;
}

.ui-authorization .row>[class^='col'] {
    padding: 0 1.2rem 2.4rem;
}

@media (min-width: 1200px) {
    .ui-authorization {
        margin: 0 -13rem;
    }

    .ui-authorization .row {
        margin: 0 -3.2rem;
    }

    .ui-authorization .row>[class^='col'] {
        padding: 0 3.2rem;
    }
}

.ui-authorization__mobile {
    background: #ffffff;
    border-radius: 1.6rem;
    padding: 2.4rem 1.6rem;
}

@media (min-width: 640px) {
    .ui-authorization__mobile {
        padding: 2.4rem;
    }
}

@media (min-width: 1200px) {
    .ui-authorization__mobile {
        padding: 4.8rem 3.2rem;
        text-align: center;
    }
}

.ui-authorization__mobile-image {
    margin: 0 0 -2.4rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ui-authorization__mobile-image img {
    display: block;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 25.6rem;
}

@media (min-width: 640px) {
    .ui-authorization__mobile-image {
        margin: 0 0 -2.4rem;
    }

    .ui-authorization__mobile-image img {
        max-width: 46.4rem;
    }
}

@media (min-width: 1200px) {
    .ui-authorization__mobile-image {
        margin: 0 -3.2rem -4.8rem;
    }

    .ui-authorization__mobile-image img {
        max-width: 48.8rem;
    }
}

.ui-authorization__mobile-title {
    display: block;
    margin: 0 0 0.8rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 500;
}

@media (min-width: 640px) {
    .ui-authorization__mobile-title {
        margin: 0 0 1.2rem;
        font-size: 2.4rem;
        line-height: 1.17;
        font-weight: 500;
    }
}

@media (min-width: 1200px) {
    .ui-authorization__mobile-title {
        margin: 0 0 1.6rem;
        font-size: 2.8rem;
        line-height: 1.14;
        font-weight: 500;
    }
}

.ui-authorization__mobile-text {
    display: block;
    margin: 0 0 2rem;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
    color: var(--color-grey);
}

@media (min-width: 640px) {
    .ui-authorization__mobile-text {
        margin: 0 0 2.4rem;
    }
}

@media (min-width: 1200px) {
    .ui-authorization__mobile-text {
        margin: 0 0 3.2rem;
        padding: 0 1.6rem;
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
    }
}

.ui-authorization__mobile-qr {
    display: none;
}

@media (min-width: 1200px) {
    .ui-authorization__mobile-qr {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0;
        text-align: left;
    }
}

@media (min-width: 1200px) {
    .ui-authorization__mobile-qr-image {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 2.4rem 0 0;
        width: 12.4rem;
        height: 12.4rem;
    }

    .ui-authorization__mobile-qr-image img {
        display: block;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}

@media (min-width: 1200px) {
    .ui-authorization__mobile-qr-text {
        display: block;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
    }
}

.ui-authorization__mobile-download {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 2.4rem;
}

@media (min-width: 640px) {
    .ui-authorization__mobile-download {
        margin: 0 0 3.2rem;
    }
}

@media (min-width: 1200px) {
    .ui-authorization__mobile-download {
        display: none;
    }
}

.ui-authorization__mobile-download-menu {
    margin: 0 -0.6rem -0.8rem;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex: 1;
    flex: 1;
}

.ui-authorization__mobile-download-menu>li {
    padding: 0 0.6rem 0.8rem;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (hover: none) {
    @supports not (-webkit-touch-callout: none) {
        .ui-authorization__mobile-download-menu .is-ios {
            display: none;
        }
    }

    @supports (-webkit-touch-callout: none) {
        .ui-authorization__mobile-download-menu .is-android {
            display: none;
        }
    }
}

@media (min-width: 1200px) {
    .ui-authorization__mobile-download-menu {
        padding: 0 2.4rem 0 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .ui-authorization__mobile-download-menu>li {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: none;
    }
}

.ui-authorization__mobile-download-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 6.4rem;
    width: 100%;
    background: var(--color-light);
    border-radius: 0.8rem;
    text-decoration: none;
    color: var(--body-color);
    transition: background 0.25s,
        color 0.25s;
    backface-visibility: hidden;
    text-indent: -999.9rem;
}

.ui-authorization__mobile-download-btn:hover {
    background: var(--color-light-hover);
    color: var(--body-color);
}

.ui-authorization__mobile-download-btn--appstore .applications__download-btn-icon,
.ui-authorization__mobile-download-btn--appstore .applications__download-btn-text,
.ui-authorization__mobile-download-btn--googleplay .applications__download-btn-icon,
.ui-authorization__mobile-download-btn--googleplay .applications__download-btn-text {
    display: none;
}

.ui-authorization__mobile-download-btn--appstore:after {
    content: '';
    display: block;
    width: 12.9rem;
    height: 3.2rem;
    background: url("data:image/svg+xml,%3Csvg width='129' height='32' viewBox='0 0 129 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M54.2569 24.7331H51.7794L50.4222 20.4677H45.7049L44.4121 24.7331H42L46.6737 10.2118H49.5603L54.2569 24.7331ZM50.0131 18.6782L48.7858 14.8864C48.6559 14.499 48.4127 13.5868 48.0537 12.1508H48.0101C47.8672 12.7684 47.637 13.6806 47.3206 14.8864L46.1151 18.6782H50.0131Z' fill='%2324303B'/%3E%3Cpath d='M66.2739 19.3693C66.2739 21.1501 65.7928 22.5577 64.8305 23.5911C63.9687 24.5109 62.8985 24.9703 61.6209 24.9703C60.242 24.9703 59.2514 24.4749 58.6481 23.4841H58.6044V29L56.2785 29V17.7097C56.2785 16.5901 56.2491 15.4411 56.1923 14.2627H58.2379L58.3677 15.9223H58.4113C59.187 14.6718 60.3642 14.0477 61.9439 14.0477C63.1788 14.0477 64.2098 14.5355 65.0345 15.512C65.8615 16.4897 66.2739 17.7751 66.2739 19.3693ZM63.9043 19.4544C63.9043 18.4353 63.6752 17.5951 63.2148 16.9338C62.7119 16.2442 62.0366 15.8994 61.19 15.8994C60.6162 15.8994 60.0947 16.0915 59.6289 16.4701C59.1619 16.852 58.8565 17.3507 58.7135 17.9683C58.6415 18.2563 58.6055 18.492 58.6055 18.6775V20.4234C58.6055 21.185 58.839 21.8277 59.3059 22.3526C59.7729 22.8774 60.3794 23.1393 61.1256 23.1393C62.0017 23.1393 62.6835 22.8011 63.1712 22.1267C63.6599 21.4513 63.9043 20.5609 63.9043 19.4544Z' fill='%2324303B'/%3E%3Cpath d='M78.3164 19.3693C78.3164 21.1501 77.8353 22.5577 76.872 23.5911C76.0112 24.5109 74.941 24.9703 73.6635 24.9703C72.2845 24.9703 71.2939 24.4749 70.6917 23.4841H70.6481V29H68.3221V17.7097C68.3221 16.5901 68.2927 15.4411 68.2359 14.2627H70.2815L70.4113 15.9223H70.4549C71.2295 14.6718 72.4067 14.0477 73.9875 14.0477C75.2214 14.0477 76.2523 14.5355 77.0793 15.512C77.9029 16.4897 78.3164 17.7751 78.3164 19.3693ZM75.9468 19.4544C75.9468 18.4353 75.7167 17.5951 75.2563 16.9338C74.7533 16.2442 74.0802 15.8994 73.2325 15.8994C72.6576 15.8994 72.1372 16.0915 71.6703 16.4701C71.2034 16.852 70.899 17.3507 70.7561 17.9683C70.6852 18.2563 70.6481 18.492 70.6481 18.6775V20.4234C70.6481 21.185 70.8815 21.8277 71.3463 22.3526C71.8132 22.8764 72.4198 23.1393 73.1682 23.1393C74.0442 23.1393 74.7261 22.8011 75.2137 22.1267C75.7025 21.4513 75.9468 20.5609 75.9468 19.4544Z' fill='%2324303B'/%3E%3Cpath d='M91.7794 20.6618C91.7794 21.897 91.3507 22.902 90.4899 23.6778C89.544 24.5256 88.2272 24.949 86.5352 24.949C84.9729 24.949 83.7205 24.6479 82.7724 24.0444L83.3114 22.1054C84.3325 22.723 85.4529 23.0329 86.6737 23.0329C87.5498 23.0329 88.2316 22.8343 88.7214 22.4393C89.2091 22.0443 89.4524 21.514 89.4524 20.8528C89.4524 20.2635 89.2516 19.7671 88.8491 19.3644C88.4487 18.9618 87.7799 18.5875 86.8461 18.2416C84.3041 17.2934 83.0343 15.9043 83.0343 14.0777C83.0343 12.884 83.4794 11.9052 84.3707 11.1435C85.2587 10.3808 86.4435 10 87.925 10C89.2462 10 90.3437 10.2302 91.2197 10.6896L90.6383 12.5861C89.82 12.1409 88.8949 11.9183 87.8596 11.9183C87.0414 11.9183 86.4021 12.1201 85.9439 12.5217C85.5566 12.8807 85.3624 13.3182 85.3624 13.8366C85.3624 14.4105 85.5838 14.8852 86.0289 15.2583C86.4162 15.6032 87.1199 15.9763 88.141 16.379C89.3902 16.882 90.3077 17.4701 90.8979 18.1445C91.4859 18.8166 91.7794 19.6579 91.7794 20.6618Z' fill='%2324303B'/%3E%3Cpath d='M99.4681 16.0098H96.9043V21.0935C96.9043 22.3866 97.356 23.0325 98.2615 23.0325C98.6771 23.0325 99.0219 22.9965 99.2946 22.9245L99.359 24.6911C98.9008 24.8624 98.2975 24.9486 97.5502 24.9486C96.6316 24.9486 95.9137 24.6682 95.3955 24.1084C94.8795 23.5476 94.6199 22.607 94.6199 21.2856V16.0076H93.0925V14.2617L94.6199 14.2617V12.3445L96.9043 11.6549V14.2617H99.4681V16.0098Z' fill='%2324303B'/%3E%3Cpath d='M111.035 19.4121C111.035 21.0216 110.575 22.343 109.656 23.3763C108.693 24.4402 107.415 24.9705 105.821 24.9705C104.285 24.9705 103.062 24.4609 102.15 23.4418C101.238 22.4226 100.782 21.1361 100.782 19.5856C100.782 17.963 101.251 16.634 102.192 15.6006C103.131 14.5662 104.399 14.049 105.993 14.049C107.529 14.049 108.765 14.5586 109.698 15.5788C110.59 16.5685 111.035 17.8463 111.035 19.4121ZM108.622 19.4874C108.622 18.5217 108.416 17.6935 107.998 17.0028C107.511 16.167 106.813 15.7501 105.91 15.7501C104.975 15.7501 104.265 16.1681 103.777 17.0028C103.359 17.6946 103.153 18.5359 103.153 19.531C103.153 20.4967 103.359 21.3249 103.777 22.0145C104.28 22.8504 104.983 23.2672 105.889 23.2672C106.777 23.2672 107.475 22.8416 107.977 21.9927C108.406 21.2889 108.622 20.452 108.622 19.4874Z' fill='%2324303B'/%3E%3Cpath d='M118.596 16.3086C118.366 16.266 118.121 16.2442 117.863 16.2442C117.045 16.2442 116.412 16.553 115.967 17.1717C115.58 17.7173 115.386 18.4069 115.386 19.2395V24.7335H113.061L113.083 17.5602C113.083 16.3533 113.053 15.2545 112.995 14.2638H115.021L115.106 16.2671H115.171C115.416 15.5786 115.803 15.0243 116.334 14.6086C116.852 14.2343 117.411 14.0477 118.015 14.0477C118.23 14.0477 118.424 14.063 118.596 14.0903V16.3086Z' fill='%2324303B'/%3E%3Cpath d='M129 19.0026C129 19.4194 128.973 19.7707 128.915 20.0577H121.937C121.964 21.0922 122.301 21.8833 122.95 22.4288C123.538 22.9166 124.298 23.161 125.232 23.161C126.265 23.161 127.208 22.9962 128.055 22.6656L128.42 24.2806C127.429 24.7127 126.259 24.9276 124.91 24.9276C123.287 24.9276 122.012 24.4497 121.085 23.4949C120.16 22.5401 119.696 21.258 119.696 19.6496C119.696 18.0707 120.127 16.7558 120.99 15.7072C121.893 14.5877 123.114 14.0279 124.65 14.0279C126.159 14.0279 127.301 14.5877 128.077 15.7072C128.691 16.5965 129 17.6964 129 19.0026ZM126.782 18.3991C126.797 17.7095 126.646 17.1137 126.33 16.6107C125.928 15.9637 125.309 15.6407 124.477 15.6407C123.716 15.6407 123.098 15.956 122.625 16.5889C122.238 17.0919 122.008 17.6953 121.937 18.3981L126.782 18.3991Z' fill='%2324303B'/%3E%3Cpath d='M22.108 16.768C22.071 12.7844 25.4734 10.8464 25.629 10.7562C23.7021 8.03332 20.7154 7.66129 19.6659 7.63162C17.1574 7.37578 14.7243 9.08638 13.4464 9.08638C12.1431 9.08638 10.1754 7.65634 8.05465 7.69837C5.3256 7.73915 2.77253 9.27054 1.3723 11.6486C-1.51744 16.4973 0.637752 23.6228 3.40634 27.5421C4.79127 29.4615 6.40957 31.6047 8.52777 31.5293C10.6001 31.4465 11.3742 30.2489 13.8749 30.2489C16.3528 30.2489 17.0797 31.5293 19.2399 31.4811C21.464 31.4465 22.8642 29.553 24.2007 27.6162C25.8011 25.4162 26.4439 23.2495 26.4694 23.1383C26.4171 23.121 22.1501 21.5426 22.108 16.768Z' fill='%2324303B'/%3E%3Cpath d='M18.0264 5.05393C19.141 3.703 19.9036 1.8651 19.6919 0C18.0787 0.069215 16.0612 1.08149 14.8995 2.40275C13.8716 3.56705 12.9534 5.4754 13.1906 7.27005C15.0028 7.40106 16.8634 6.38385 18.0264 5.05393Z' fill='%2324303B'/%3E%3C/svg%3E%0A") 50% 50% no-repeat;
    background-size: contain;
}

.ui-authorization__mobile-download-btn--googleplay:after {
    content: '';
    display: block;
    width: 13.8rem;
    height: 3rem;
    background: url("data:image/svg+xml,%0A%3Csvg version='1.1' id='Layer_2' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 952.0768433 215.9484863' enable-background='new 0 0 952.0768433 215.9484863' xml:space='preserve'%3E%3Cg%3E%3Cg id='g1231' transform='translate(0 -.008)'%3E%3ClinearGradient id='path1192_1_' gradientUnits='userSpaceOnUse' x1='3656.8684082' y1='-832.7501221' x2='3550.1755371' y2='-777.6761475' gradientTransform='matrix(1.320399 0 0 2.5579894 -4729.2954102 2143.3293457)'%3E%3Cstop offset='0' style='stop-color:%2300A0FF'/%3E%3Cstop offset='0.007' style='stop-color:%2300A1FF'/%3E%3Cstop offset='0.26' style='stop-color:%2300BEFF'/%3E%3Cstop offset='0.512' style='stop-color:%2300D2FF'/%3E%3Cstop offset='0.76' style='stop-color:%2300DFFF'/%3E%3Cstop offset='1' style='stop-color:%2300E3FF'/%3E%3C/linearGradient%3E%3Cpath id='path1192' fill-rule='evenodd' clip-rule='evenodd' fill='url(%23path1192_1_)' d='M3.8228047,3.3194015 C1.395267,5.9284372,0,9.9440832,0,15.1621561v185.604538c0,5.2180634,1.395267,9.2337189,3.9135537,11.7519989 l0.6579309,0.5558472l103.9984283-103.9984436v-2.3367844L4.4807353,2.7635632 C4.4807353,2.7635632,3.8228047,3.3194013,3.8228047,3.3194015z'/%3E%3ClinearGradient id='path1203_1_' gradientUnits='userSpaceOnUse' x1='3970.4147949' y1='-404.2431641' x2='3774.6149902' y2='-404.2431641' gradientTransform='matrix(1.0373755 0 0 0.8734598 -3918.5488281 461.0545654)'%3E%3Cstop offset='0' style='stop-color:%23FFE000'/%3E%3Cstop offset='0.409' style='stop-color:%23FFBD00'/%3E%3Cstop offset='0.775' style='stop-color:%23FFA500'/%3E%3Cstop offset='1' style='stop-color:%23FF9C00'/%3E%3C/linearGradient%3E%3Cpath id='path1203' fill-rule='evenodd' clip-rule='evenodd' fill='url(%23path1203_1_)' d='M143.1679993,143.8783722 l-34.6888275-34.7001724v-2.4275436l34.7001801-34.7001801l0.7486725,0.4650879l41.0412598,23.3225098 c11.7519989,6.6246872,11.7519989,17.5372543,0,24.2526932l-41.041275,23.3225174 c-0.0113373,0-0.760025,0.4650726-0.760025,0.4650726L143.1679993,143.8783722z'/%3E%3ClinearGradient id='path1210_1_' gradientUnits='userSpaceOnUse' x1='3492.4169922' y1='-589.1488647' x2='3380.2900391' y2='-443.6847534' gradientTransform='matrix(1.7038139 0 0 1.3133093 -5825.7871094 900.9800415)'%3E%3Cstop offset='0' style='stop-color:%23FF3A44'/%3E%3Cstop offset='1' style='stop-color:%23C31162'/%3E%3C/linearGradient%3E%3Cpath id='path1210' fill-rule='evenodd' clip-rule='evenodd' fill='url(%23path1210_1_)' d='M143.916687,143.4132843 l-35.4375153-35.4488602L3.8228047,212.6208038c3.8228047,4.1063843,10.2546463,4.5714874,17.4465084,0.5558319 L143.916687,143.4132843'/%3E%3ClinearGradient id='path1223_1_' gradientUnits='userSpaceOnUse' x1='3406.0458984' y1='-729.3817139' x2='3456.1137695' y2='-664.3907471' gradientTransform='matrix(1.7038139 0 0 1.3126286 -5825.7871094 898.9841919)'%3E%3Cstop offset='0' style='stop-color:%2332A071'/%3E%3Cstop offset='0.069' style='stop-color:%232DA771'/%3E%3Cstop offset='0.476' style='stop-color:%2315CF74'/%3E%3Cstop offset='0.801' style='stop-color:%2306E775'/%3E%3Cstop offset='1' style='stop-color:%2300F076'/%3E%3C/linearGradient%3E%3Cpath id='path1223' fill-rule='evenodd' clip-rule='evenodd' fill='url(%23path1223_1_)' d='M143.916687,72.5269089 L21.2693138,2.8543124C14.0887928-1.2520832,7.6456094-0.6962451,3.8228047,3.4101505l104.6450272,104.5542755 L143.916687,72.5269089z'/%3E%3Cpath id='path1225' opacity='0.2' fill-rule='evenodd' clip-rule='evenodd' enable-background='new ' d=' M143.1679993,142.6645966L21.3600636,211.8721161c-6.806181,3.9135437-12.8750248,3.6412964-16.788578,0.090744 l-0.6579309,0.6579437l0.6579309,0.5558319c3.9135537,3.5392151,9.9823971,3.8227997,16.788578-0.090744l122.6473694-69.6726074 L143.1679993,142.6645966z'/%3E%3Cpath id='path1227' opacity='0.12' fill-rule='evenodd' clip-rule='evenodd' enable-background='new ' d=' M184.957962,118.8770065l-41.8807068,23.78759l0.7486877,0.7486877l41.0412598-23.3225174 c5.8760071-3.3577118,8.768631-7.7363586,8.768631-12.1263428c-0.3743439,4.0156479-3.3577118,7.8384476-8.6778717,10.9125671 V118.8770065z'/%3E%3Cpath id='path1229' opacity='0.25' fill-rule='evenodd' clip-rule='evenodd' fill='%23FFFFFF' enable-background='new ' d=' M21.2693138,4.0680814L184.957962,97.0631943c5.3201599,2.9833679,8.3035278,6.8969269,8.768631,10.9125748 c0-4.3786392-2.8926239-8.768631-8.768631-12.1263504L21.2693138,2.8543124C9.5173092-3.8611188,0,1.7312926,0,15.1621561 v1.213769C0,2.9450614,9.5173092-2.556601,21.2693138,4.0680814z'/%3E%3C/g%3E%3Cg id='g1237' transform='translate(0 -.008)'%3E%3Cpath id='path1233' fill-rule='evenodd' clip-rule='evenodd' fill='%2324303B' d='M262.6788635,102.0770798 c0-29.7316666,24.9900208-53.9389801,54.7216797-53.9389801c16.4369202,0,28.1322021,6.454525,36.9575806,14.8601608 l-10.3908081,10.3907623c-6.3070679-5.9213791-14.8601379-10.5155487-26.578125-10.5155487 c-21.7117004,0-38.6817932,17.4805374-38.6817932,39.1922531s16.9700928,39.2149429,38.6704407,39.2149429 c14.0774536,0,22.0860596-5.6491394,27.2247314-10.7991333c4.2084961-4.2084885,6.9649658-10.2546539,8.0312805-18.5468445 h-35.2333374V97.233345h49.5943604c0.5218201,2.6317215,0.7940674,5.7852554,0.7940674,9.1996841 c0,11.0373611-3.0287476,24.729126-12.7729492,34.4733124c-9.4832764,9.8689575-21.575592,15.1324005-37.6268311,15.1324005 c-29.7430115,0-54.7330322-24.1846161-54.7330322-53.9389725L262.6788635,102.0770798z M407.8773804,86.5589905 c-19.2047729,0-34.8816833,14.6105957-34.8816833,34.7228622c0,20.01017,15.6655884,34.7228622,34.8816833,34.7228622 s34.8589783-14.7353821,34.8589783-34.7342072C442.7363586,101.1582489,427.0821533,86.5476456,407.8773804,86.5589905z M407.8773804,142.3469849c-10.5155334,0-19.6018066-8.6778717-19.6018066-21.0537796 c0-12.5006866,9.0749207-21.0537796,19.6018066-21.0537796c10.5155334,0,19.5904541,8.5417557,19.5904541,21.0537796 C427.4678345,133.6577606,418.4042664,142.3469849,407.8773804,142.3469849z M483.9364319,86.5589905 c-19.2047729,0-34.8589783,14.6105957-34.8589783,34.7228622c0,20.01017,15.6542053,34.7228622,34.8589783,34.7228622 s34.8589783-14.7353821,34.8589783-34.7342072C518.7954102,101.1582489,503.1525574,86.5476456,483.9364319,86.5589905 L483.9364319,86.5589905z M483.9364319,142.3469849c-10.5155334,0-19.6017761-8.6778717-19.6017761-21.0537796 c0-12.5006866,9.0748901-21.0537796,19.6017761-21.0537796c10.5155945,0,19.6018066,8.5417557,19.6018066,21.0537796 C503.5382385,133.6577606,494.4519653,142.3469849,483.9364319,142.3469849L483.9364319,142.3469849z M577.2832031,88.6689072 v5.6491318h-0.5218506c-3.4144287-4.0950546-9.9937134-7.7703934-18.2745972-7.7703934 c-17.3670654,0-33.3048706,15.2685318-33.3048706,34.8816757c0,19.4543304,15.9264526,34.5980835,33.3048706,34.5980835 c8.2808838,0,14.8601685-3.6753387,18.2745972-7.8838196h0.5218506v4.9911957 c0,13.2833862-7.1011353,20.3958588-18.546814,20.3958588c-9.347168,0-15.1324463-6.7154236-17.5032349-12.3532257 l-13.2947388,5.524353c3.8114624,9.1996765,13.9526367,20.5206299,30.7865601,20.5206299 c17.8776245,0,33.0100098-10.5382385,33.0100098-36.1861877V88.6575623L577.2832031,88.6689072z M559.7913208,142.3469849 c-10.515625,0-19.3522949-8.8253479-19.3522949-20.9176636c0-12.2284317,8.8253174-21.178566,19.3522949-21.178566 c10.3907471,0,18.546814,8.9387817,18.546814,21.178566C578.3494873,133.521637,570.1934204,142.3469849,559.7913208,142.3469849z M602.2731934,51.8247871h15.2685547v102.0927124h-15.2685547V51.8247871z M659.3884277,142.3469849 c-7.7590332,0-13.2947998-3.5619049-16.8226318-10.5155487l46.4408569-19.2274551l-1.5994873-3.9475784 c-2.8812866-7.7477188-11.706604-22.0974121-29.7316284-22.0974121c-17.888916,0-32.760376,14.077446-32.760376,34.7341995 c0,19.4543381,14.7353516,34.7228622,34.4732666,34.7228622c15.9264526,0,25.1375122-9.7214966,28.9490356-15.3933105 l-11.8427734-7.8838196c-3.9589233,5.7965851-9.3585205,9.6194-17.1062012,9.6080475L659.3884277,142.3469849z M658.1973267,99.9785156c6.0461426,0,11.1734619,3.0287476,12.8863525,7.3620224l-31.0588379,12.8977051 c-0.3856812-13.4195175,10.4021606-20.2597275,18.1725464-20.2597275H658.1973267z'/%3E%3Cpath id='path1235' fill-rule='evenodd' clip-rule='evenodd' fill='%2324303B' d='M756.0021362,51.8247795h-36.5037842v102.0927124 h15.2344971v-38.6704559h21.2806396c16.890686,0,33.4977417-12.2284317,33.4977417-31.7167969 c0-19.4543304-16.5957031-31.6941109-33.4750366-31.6941109L756.0021362,51.8247795z M756.3991699,101.0334625h-21.6663208 V66.0270081h21.6663208c11.3890381,0,17.8775635,9.4492493,17.8775635,17.5032272 C774.2767334,91.4480896,767.788208,101.0334625,756.3991699,101.0334625z M813.1400757,153.9174957V51.8247871h-15.2344971 v102.0927124H813.1400757z M881.5761719,153.7359924v-39.1355286c0-18.1271286-13.5442505-28.234314-31.0248413-28.234314 c-11.0146484,0-22.4376831,4.8664246-27.1679688,15.6315308l13.5216064,5.6377869 c2.8926392-5.6377869,8.2695313-7.4868011,13.9299927-7.4868011c7.8724365,0,15.8810425,4.7303009,16.0058594,13.1472778 v1.0549545c-2.7564697-1.576767-8.6551514-3.9475861-15.8924561-3.9475861 c-14.5765381,0-29.4140015,8.008606-29.4140015,22.9822006c0,13.6690826,11.9561768,22.4604034,25.3530273,22.4604034 c10.2546387,0,15.8924561-4.5941772,19.4315796-9.9710693h0.5218506v7.8838348h14.723999L881.5761719,153.7359924z M848.7363892,142.3243103c-4.9912109,0-11.9561768-2.4956055-11.9561768-8.6551971 c0-7.8838348,8.6778564-10.9239349,16.1646729-10.9239349c6.7041016,0,9.8462524,1.4406357,13.9299316,3.4144363 c-1.168335,9.165657-8.9160767,16.0512466-18.1384277,16.1646805V142.3243103z M935.1522217,88.6008453l-17.4692383,44.2515106 h-0.5217896l-18.1271362-44.2515106H882.619751l27.1793823,61.8681793l-15.5067749,34.4052429h15.8924561l41.8920288-96.2734222 H935.1522217z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") 50% 50% no-repeat;
    background-size: contain;
}

@media (min-width: 1200px) {
    .ui-authorization__mobile-download-btn {
        width: 6rem;
        height: 6rem;
    }

    .ui-authorization__mobile-download-btn--appstore:after {
        width: 2.8rem;
        height: 3.4rem;
        background-image: url("data:image/svg+xml,%3Csvg width='28' height='34' viewBox='0 0 28 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.1148 17.6371C23.0761 13.4472 26.6335 11.4088 26.7961 11.3139C24.7815 8.45 21.6588 8.0587 20.5615 8.0275C17.9388 7.7584 15.3948 9.5576 14.0588 9.5576C12.6961 9.5576 10.6388 8.0535 8.42146 8.0977C5.56813 8.1406 2.89879 9.7513 1.43479 12.2525C-1.58654 17.3524 0.666795 24.8469 3.56146 28.9692C5.00946 30.9881 6.70146 33.2423 8.91613 33.163C11.0828 33.0759 11.8921 31.8162 14.5068 31.8162C17.0975 31.8162 17.8575 33.163 20.1161 33.1123C22.4415 33.0759 23.9055 31.0843 25.3028 29.0472C26.9761 26.7332 27.6481 24.4543 27.6748 24.3373C27.6201 24.3191 23.1588 22.659 23.1148 17.6371Z' fill='%2324303B'/%3E%3Cpath d='M18.8481 5.3157C20.0135 3.8948 20.8108 1.9617 20.5895 0C18.9028 0.0728 16.7935 1.1375 15.5788 2.5272C14.5041 3.7518 13.5441 5.759 13.7921 7.6466C15.6868 7.7844 17.6321 6.7145 18.8481 5.3157Z' fill='%2324303B'/%3E%3C/svg%3E%0A");
    }

    .ui-authorization__mobile-download-btn--googleplay:after {
        width: 3.2rem;
        height: 3.2rem;
        background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.25138 3.31647C9.33426 6.43647 14.2863 11.4752 16.9605 14.2237L18.4959 15.7962L20.7615 13.5427C22.012 12.2922 23.0271 11.24 23.0271 11.2029C23.0271 11.079 3.7381 0.320312 3.50289 0.320312C3.36657 0.320313 4.43154 1.47167 6.25138 3.31647Z' fill='%2324303B'/%3E%3Cpath d='M1.95538 0.778555C1.84402 0.902395 1.69554 1.16224 1.62098 1.34816C1.52178 1.59584 1.48466 6.13952 1.48466 15.9946C1.48466 31.656 1.44754 30.8387 2.22738 31.3962L2.62354 31.681L17.8271 16.4771L15.8709 14.4963C14.7938 13.4067 11.2651 9.8288 8.03409 6.53568C2.48754 0.902074 2.14098 0.567995 1.95538 0.778555Z' fill='%2324303B'/%3E%3Cpath d='M21.6651 14.1248L19.251 16.5389L21.2939 18.6064C22.4206 19.7456 23.3986 20.6985 23.4606 20.7235C23.6091 20.7606 29.7749 17.3808 30.0968 17.0838C30.2207 16.9725 30.3816 16.6998 30.4558 16.4646C30.6664 15.8333 30.3445 15.2761 29.4779 14.7562C28.8591 14.3846 24.9589 12.1933 24.315 11.8592C24.0917 11.7354 23.8194 11.9706 21.6651 14.1248Z' fill='%2324303B'/%3E%3Cpath d='M11.612 24.153C7.81138 27.929 4.74098 31.0243 4.79058 31.0243C4.8277 31.0243 5.14962 30.8634 5.49618 30.6653C6.17714 30.2938 19.6226 22.9152 21.1701 22.0733C22.7919 21.2067 22.8539 21.5162 20.613 19.2627C19.5234 18.1731 18.6072 17.2819 18.5701 17.2819C18.533 17.2941 15.4005 20.377 11.612 24.153Z' fill='%2324303B'/%3E%3C/svg%3E%0A");
    }
}

@media (min-width: 1200px) {
    .ui-authorization__types {
        padding: 4.8rem 0;
    }
}

.ui-authorization__types-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ui-authorization__types-list>li {
    margin: 0 0 2.4rem;
}

.ui-authorization__types-list>li:last-child {
    margin: 0;
}

@media (min-width: 1200px) {
    .ui-authorization__types-list>li {
        margin: 0 0 5.6rem;
    }
}

@media (min-width: 1200px) {
    .ui-authorization__types-item {
        max-width: 42rem;
    }
}

.ui-authorization__types-item-title {
    display: block;
    margin: 0 0 0.8rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .ui-authorization__types-item-title {
        font-size: 2.4rem;
        line-height: 1.17;
        font-weight: 500;
        margin: 0 0 1.2rem;
    }
}

.ui-authorization__types-item-text {
    display: block;
    margin: 0 0 1.2rem;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
    color: var(--color-grey);
}

@media (min-width: 1200px) {
    .ui-authorization__types-item-text {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
        margin: 0 0 2.8rem;
    }
}

.ui-authorization__types-item-action {
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .ui-authorization__types-item-action {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 500;
    }
}

.ui-switch-scroll {
    margin: 0 -1.6rem 3.2rem;
    padding: 0 1.6rem;
    overflow-y: hidden;
    overflow-x: auto;
    display: -ms-flexbox;
    display: flex;
}

.ui-switch-scroll::-webkit-scrollbar {
    display: none;
}

@media (min-width: 1200px) {
    .ui-switch-scroll {
        margin: 0 0 4.8rem;
        padding: 0;
        display: -ms-inline-flexbox;
        display: inline-flex;
        overflow: hidden;
    }
}

.ui-switch-scroll__menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    background: var(--color-light);
    border: 0.2rem solid var(--color-light);
    border-radius: 0.8rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.ui-switch-scroll__menu>li {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

@media (min-width: 640px) {
    .ui-switch-scroll__menu {
        border-width: 0.3rem;
    }
}

@media (min-width: 1200px) {
    .ui-switch-scroll__menu {
        border-width: 0.4rem;
    }
}

.ui-switch {
    margin: 0 0 2.4rem;
    display: -ms-flexbox;
    display: flex;
    background: var(--color-light);
    border: 0.2rem solid var(--color-light);
    border-radius: 0.8rem;
    overflow-y: hidden;
    overflow-x: auto;
}

.ui-switch::-webkit-scrollbar {
    display: none;
}

.ui-switch--inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
}

@media (min-width: 1200px) {
    .ui-switch {
        border-width: 0.4rem;
    }
}

.ui-switch__check {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: block;
    position: relative;
}

.ui-switch__check-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.ui-switch__check-input:checked~.ui-switch__check-btn,
.ui-switch__check.is-active .ui-switch__check-btn,
.header .ui-switch__check-btn.is-active {
    background: var(--color-white);
    color: var(--body-color);

    .deposits__check & {
        background: var(--color-accent);
    }
}

.header .ui-switch {
    height: 40px;
    background-color: #ebebf2;
    margin-bottom: 0;
    margin-right: 4.6rem;
    border: 2px solid #ebebf2;

    @media (width < 1264px) {
        margin-right: 24px;
    }

    .ui-switch__check {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .ui-switch__check-btn {
        min-height: 3.6rem;
        font-size: 1.4rem;
        padding: 0 1.5rem;

        @media (width < 1242px) {
            padding: 0 8px;
        }
    }
}

.header__mobile .ui-switch {
    width: fit-content;

    @media (width <=640px) {
        width: 100%;
    }

    .ui-switch__check-btn {
        padding: 0 15px;

        @media (width <=640px) {
            flex-grow: 1;
        }
    }
}

.ui-switch__check-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 500;
    text-align: center;
    color: var(--color-grey);
    padding: 1.2rem 1rem;
    min-height: 4.2rem;
    cursor: pointer;
    border-radius: 0.8rem;
    transition: background 0.25s,
        color 0.25s;
}

.ui-switch__check-btn:hover {
    color: var(--color-grey);
}

@media (min-width: 640px) {
    .ui-switch__check-btn {
        padding: 1.2rem 1.6rem;
    }
}

@media (min-width: 1200px) {
    .ui-switch__check-btn {
        min-height: 5.6rem;
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 500;
        padding: 0.8rem 2.4rem;
    }
}

.deposits__check {
    margin-bottom: 2.4rem;
    display: flex;
    gap: 1.2rem;

    @media (width >=1200px) {
        margin-bottom: 3.2rem;
    }
}

.tariffs .ui-switch__check-btn {
    background-color: var(--color-light);
    min-height: 4rem;
    padding: 0.8rem 1.6rem;

    input:checked~& {
        background-color: var(--color-accent);
    }

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

.ui-safety {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 2.4rem;
}

@media (min-width: 1200px) {
    .ui-safety {
        padding: 0.4rem 1.6rem;
    }
}

.ui-safety__icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3.2rem;
    height: 3.2rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 0.4rem 0 0;
    color: var(--color-grey);
}

@media (min-width: 1200px) {
    .ui-safety__icon {
        width: 4.8rem;
        height: 4.8rem;
        margin: 0 0.8rem 0 0;
    }
}

.ui-safety__text {
    display: block;
    -ms-flex: 1;
    flex: 1;
    font-size: 1.2rem;
    line-height: 1.25;
    font-weight: 400;
    color: var(--color-grey);
}

@media (min-width: 1200px) {
    .ui-safety__text {
        font-size: 1.4rem;
    }
}

.ui-card {
    position: relative;
    margin: 0 0 2.4rem;
}

.ui-card:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 2.4rem;
    width: 100vw;
    margin: 0 0 0 -50vw;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.08) 100%);
}

@media (min-width: 640px) {
    .ui-card {
        margin: 0 0 3.2rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .ui-card:after {
        display: none;
    }
}

@media (min-width: 1200px) {
    .ui-card {
        margin: 0 0 4.8rem;
    }
}

.ui-card__image {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    max-width: 28.8rem;
    margin: 0 auto;
}

.ui-card__image img {
    display: block;
    width: 100%;
    position: relative;
    top: 6.4rem;
    margin: -6.4rem 0 0;
}

@media (min-width: 640px) {
    .ui-card__image {
        max-width: 13.4rem;
        margin: 0 2rem 0 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .ui-card__image img {
        position: relative;
        top: 0;
        margin: 0;
    }
}

@media (min-width: 1200px) {
    .ui-card__image {
        max-width: 15.8rem;
        margin: 0 5.6rem 0 0;
    }
}

.ui-card__info {
    display: none;
}

@media (min-width: 640px) {
    .ui-card__info {
        margin: 0;
        padding: 0;
        list-style: none;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .ui-card__info>li {
        padding: 0 2rem 0 0;
        margin: 0;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        min-width: 11.4rem;
    }

    .ui-card__info>li:last-child {
        padding: 0;
    }
}

@media (min-width: 1200px) {
    .ui-card__info>li {
        min-width: 15.6rem;
    }
}

.ui-card__info-title {
    display: block;
    margin: 0 0 0.4rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 1.4rem;
    line-height: 1.29;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .ui-card__info-title {
        margin: 0 0 0.8rem;
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 500;
    }
}

.ui-card__info-text {
    display: block;
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.33;
    font-weight: 400;
}

@media (min-width: 1200px) {
    .ui-card__info-text {
        font-size: 1.4rem;
        line-height: 1.14;
        font-weight: 400;
    }
}

.ui-getcode {
    margin: 0 0 1.6rem;
    margin-top: 2.4rem !important;
}

.ui-getcode .row {
    margin: 0 -0.8rem -1.6rem;
}

.ui-getcode .row>[class^='col'] {
    padding: 0 0.8rem 1.6rem;
}

@media (min-width: 640px) {
    .ui-getcode {
        background: #ffffff;
        border-radius: 0.8rem;
        padding: 2rem 2rem 2.4rem;
        margin: 0 0 1.6rem;
    }

    .ui-getcode .row {
        margin: 0 -0.8rem -1.2rem;
    }

    .ui-getcode .row>[class^='col'] {
        padding: 0 0.8rem 1.2rem;
    }
}

@media (min-width: 1200px) {
    .ui-getcode {
        padding: 2rem 2.4rem;
        margin: 0 0 4.8rem;
    }

    .ui-getcode .row {
        margin: 0 -1.2rem -2.4rem;
    }

    .ui-getcode .row>[class^='col'] {
        padding: 0 1.2rem 2.4rem;
    }
}

.ui-getcode__text {
    display: block;
    margin: 0 auto;
    font-size: 1.2rem;
    line-height: 1.33;
    font-weight: 400;
    max-width: 46rem;
    text-align: center;
    color: var(--color-dark);
}

.ui-getcode__text--grey {
    color: var(--color-grey);
}

@media (min-width: 1200px) {
    .ui-getcode__text {
        text-align: left;
        max-width: none;
        padding: 1.2rem 0;
        font-size: 1.4rem;
        line-height: 1.14;
        font-weight: 400;
    }
}

.ui-getcode__action .ui-btn {
    min-width: 100%;
}

.ui-getcode__action .ui-placeholder {
    margin: 0;
}

@media (min-width: 640px) {
    .ui-getcode__action .ui-btn {
        height: 5.6rem;
        font-size: 1.6rem;
        line-height: 1.5;
        font-weight: 500;
    }
}

.ui-security {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    height: 100%;
}

.ui-security__icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3.2rem;
    height: 3.2rem;
    margin: 0 2rem 0 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.ui-security__icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

.ui-security__text {
    display: block;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 1.2rem;
    line-height: 1.33;
    font-weight: 400;
    color: var(--color-grey);
    width: calc(100% - 5rem);
    text-align: left;
}

@media (min-width: 1200px) {
    .ui-security__text {
        font-size: 1.4rem;
        line-height: 1.14;
        font-weight: 400;
    }
}

.ui-tariff {
    margin: 0 0 2.4rem;
}

.ui-tariff--recommended {
    background: var(--color-accent);
    color: #ffffff;
    border-radius: 1.6rem;
    padding: 0.2rem;
}

.ui-tariff__mark {
    background: none;
    color: inherit;
    font-size: 1.2rem;
    line-height: 1.33;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-align: center;
    padding: 0.4rem 0.8rem;
    min-height: 2.8rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 1200px) {
    .ui-tariff__mark {
        min-height: 3.2rem;
    }
}

.ui-tariff__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    background: #ffffff;
    color: var(--body-color);
    border-radius: 1.6rem;
    padding: 0.8rem 2rem 0.8rem 0.8rem;
    position: relative;
    z-index: 2;
}

@media (min-width: 640px) {
    .ui-tariff__item {
        padding: 1.2rem;
    }
}

.ui-tariff__item-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 4.8rem;
    height: 4.8rem;
    margin: 0 1.2rem 0 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background: #f0f9ea;
    border-radius: 0.8rem;
    overflow: hidden;
}

.ui-tariff__item-icon img,
.ui-tariff__item-icon svg {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

@media (min-width: 1200px) {
    .ui-tariff__item-icon {
        width: 7.2rem;
        height: 7.2rem;
        margin: 0 2.4rem 0 0;
    }
}

.ui-tariff__item-desc {
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 640px) {
    .ui-tariff__item-desc {
        display: -ms-flexbox;
        display: flex;
        padding: 0.4rem 0;
    }
}

.ui-tariff__item-title {
    display: block;
    margin: 0;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 1.4rem;
    line-height: 1.14;
    font-weight: 500;
    -ms-flex: 1;
    flex: 1;
}

.ui-tariff__item-title small {
    display: none;
}

@media (min-width: 1200px) {
    .ui-tariff__item-title {
        font-size: 2rem;
        line-height: 1.2;
        font-weight: 500;
        margin: 0;
    }

    .ui-tariff__item-title:last-child {
        margin: 0;
    }

    .ui-tariff__item-title small {
        display: block;
        margin: 0;
        font-family: 'GT America LCG', Arial, sans-serif;
        font-size: 1.6rem;
        line-height: 1.38;
        font-weight: 400;
        color: var(--color-grey);
    }
}

.ui-tariff__item-tooltip {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    margin: 0 0 0 1.2rem;
}

.ui-tariff__item-tooltip .ui-tooltip {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    color: var(--color-dark);
}

.ui-tariff__item-tooltip .ui-tooltip svg {
    display: block;
    width: 2rem;
    height: 2rem;
}

.ui-tariff__item-tooltip .ui-tooltip:hover {
    color: var(--color-accent);
}

@media (min-width: 640px) {
    .ui-tariff__item-tooltip {
        display: none;
    }
}

.ui-tariff__item-info {
    display: none;
}

@media (min-width: 640px) {
    .ui-tariff__item-info {
        margin: 0 -0.6rem;
        padding: 0;
        list-style: none;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex: 1;
        flex: 1;
        line-height: 1;
    }

    .ui-tariff__item-info>li {
        padding: 0 0.6rem;
        -ms-flex: 1;
        flex: 1;
        min-width: 13.6rem;
    }
}

@media (min-width: 1200px) {
    .ui-tariff__item-info>li {
        min-width: 16.8rem;
    }
}

@media (min-width: 640px) {
    .ui-tariff__item-info-title {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
        align-items: center;
        vertical-align: top;
        margin: 0;
        font-family: 'Stolzl', Arial, sans-serif;
        font-size: 1.4rem;
        line-height: 1.14;
        font-weight: 500;
        color: var(--body-color);
        white-space: nowrap;
    }

    .ui-tariff__item-info-title .ui-tooltip {
        position: relative;
        top: -0.2rem;
        left: 0;
        margin: 0 0 0 0.4rem;
        display: inline-block;
        vertical-align: middle;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 1.6rem;
        height: 1.6rem;
    }
}

@media (min-width: 1200px) {
    .ui-tariff__item-info-title {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 500;
    }

    .ui-tariff__item-info-title .ui-tooltip {
        width: 2rem;
        height: 2rem;
    }
}

@media (min-width: 640px) {
    .ui-tariff__item-info-text {
        display: block;
        margin: 0;
        font-size: 1.2rem;
        line-height: 1.25;
        font-weight: 400;
        color: var(--color-grey);
    }
}

@media (min-width: 1200px) {
    .ui-tariff__item-info-text {
        font-size: 1.4rem;
        line-height: 1.14;
        font-weight: 400;
    }
}

.ui-tariff__item-text {
    display: none;
}

@media (min-width: 1200px) {
    .ui-tariff__item-text {
        display: block;
        margin: 0;
        font-size: 1.6rem;
        line-height: 1.38;
        font-weight: 400;
        color: var(--color-grey);
    }
}

.ui-caption {
    display: block;
    margin: 0 0 2.4rem;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
    color: var(--color-gray-on-light);
}

.ui-caption br {
    display: none;
}

@media (min-width: 1200px) {
    .ui-caption {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
    }

    .ui-caption br {
        display: block;
    }
}

.ui-forgot {
    display: block;
    margin: 0 0 2.4rem;
    font-size: 1.2rem;
    line-height: 1.33;
    font-weight: 400;
}

@media (min-width: 1200px) {
    .ui-forgot {
        font-size: 1.4rem;
        line-height: 1.14;
        font-weight: 400;
    }
}

.ui-tabs__switch {
    margin: 0 0 2.4rem;
    display: -ms-flexbox;
    display: flex;
    background: #ececec;
    border: 0.2rem solid #ececec;
    border-radius: 0.8rem;
}

@media (min-width: 640px) {
    .ui-tabs__switch {
        border-width: 0.3rem;
    }
}

@media (min-width: 1200px) {
    .ui-tabs__switch {
        border-width: 0.4rem;
    }
}

.ui-tabs__check {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: block;
    position: relative;
}

.ui-tabs__check-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.ui-tabs__check-input:checked~.ui-tabs__check-btn {
    background: #ffffff;
    color: var(--body-color);
}

.ui-tabs__check-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 500;
    text-align: center;
    color: var(--color-grey);
    padding: 0.8rem 1.2rem;
    height: 4.2rem;
    cursor: pointer;
    border-radius: 0.6rem;
    transition: background 0.25s,
        color 0.25s;
}

.ui-tabs__check-btn:hover {
    color: var(--color-grey);
}

@media (min-width: 1200px) {
    .ui-tabs__check-btn {
        height: 5.6rem;
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 500;
        padding: 0.8rem 1.6rem;
    }
}

.ui-tabs__control {
    margin: 0 -1.6rem 3.2rem;
    position: relative;
}

.ui-tabs__control:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid var(--color-border);
    z-index: -1;
}

@media (min-width: 640px) {
    .ui-tabs__control {
        margin: 0 -3.2rem 3.2rem;
    }
}

@media (min-width: 1200px) {
    .ui-tabs__control {
        margin: 0 0 3.2rem;
        padding: 0;
    }
}

.ui-tabs__menu {
    margin: 0;
    padding: 0 1.6rem;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
}

.ui-tabs__menu::-webkit-scrollbar {
    display: none;
}

.ui-tabs__menu>li {
    width: auto;
    padding: 0 2.4rem 0 0;
}

@media (min-width: 640px) {
    .ui-tabs__menu {
        padding: 0 3.2rem;
    }
}

@media (min-width: 1200px) {
    .ui-tabs__menu {
        margin: 0;
        padding: 0;
    }

    .ui-tabs__menu>li {
        padding: 0 4.8rem 0 0;
    }
}

.ui-tabs__btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 500;
    white-space: nowrap;
    color: var(--color-grey);
    cursor: pointer;
    padding: 0 0 1rem;
    transition: color 0.25s,
        background 0.25s;
}

.ui-tabs__btn:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0.2rem;
    border-radius: 0.2rem;
    background: var(--color-highlight);
    transition: opacity 0.25s;
    opacity: 0;
}

.ui-tabs__btn:hover {
    color: var(--color-grey-hover);
}

.ui-tabs__btn.is-active {
    color: var(--body-color);
}

.ui-tabs__btn.is-active:after {
    opacity: 1;
}

@media (min-width: 1200px) {
    .ui-tabs__btn {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 500;
        padding: 0 0 1.8rem;
    }
}

.ui-tabs__wrapper {
    position: relative;
    height: 100%;
}

.ui-tabs__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.ui-tabs__content.is-active {
    position: relative;
    opacity: 1;
    visibility: visible;
    transition: 0.7s;
    pointer-events: auto;
}

.ui-toggle {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: top;
    position: relative;
    margin: 0 0 2.4rem;
    cursor: pointer;
}

.ui-toggle__input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.ui-toggle__input:checked~.ui-toggle__slide {
    background: var(--color-highlight);
}

.ui-toggle__input:checked~.ui-toggle__slide:after {
    transform: translate(2.4rem, 0);
}

.ui-toggle__slide {
    width: 5.2rem;
    height: 2.8rem;
    border-radius: 2.8rem;
    background: #ededed;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 1.6rem 0 0;
    position: relative;
    transition: background 0.25s;
}

.ui-toggle__slide:after {
    content: '';
    display: block;
    position: absolute;
    top: 0.2rem;
    left: 0.2rem;
    width: 2.4rem;
    height: 2.4rem;
    background: #ffffff;
    border-radius: 50%;
    transition: transform 0.25s;
}

@media (min-width: 1200px) {
    .ui-toggle__slide {
        margin: 0 3.2rem 0 0;
    }
}

.ui-toggle__text {
    display: block;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
}

@media (min-width: 1200px) {
    .ui-toggle__text {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
    }
}

.ui-tooltip {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    color: var(--color-grey);
    transition: color 0.25s;
    width: 2rem;
    height: 2rem;
    /*margin: 0 0 0 -2rem;*/
    /* left: 2rem; */

    &::before {
        content: '';
        width: 44px;
        height: 44px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 2;
    }
}

.ui-tooltip svg {
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.ui-tooltip:hover {
    color: var(--color-accent);

    .products-juridical__item & {
        color: var(--color-dark);
    }
}

@media (min-width: 1200px) {
    .ui-tooltip {
        width: 2.4rem;
        height: 2.4rem;
    }
}

.ui-currency {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.ui-currency__input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.ui-currency__input:checked~.ui-currency__btn {
    background: var(--color-dark);
    color: #ffffff;
}

.ui-currency__input:checked~.ui-currency__btn .ui-currency__btn-cancel {
    opacity: 1;
    visibility: visible;
    position: relative;
    max-width: 100%;
}

.ui-currency__btn {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 1.2rem 1rem;
    border-radius: 0.8rem;
    min-width: 9.9rem;
    background: #ffffff;
    color: var(--body-color);
    cursor: pointer;
    transition: color 0.25s,
        background 0.25s;
}

.ui-currency__btn:hover {
    background: #283f55;
    color: #ffffff;
}

@media (min-width: 640px) {
    .ui-currency__btn {
        min-width: 13rem;
        padding: 1rem 1.2rem;
        min-height: 6rem;
    }
}

.ui-currency__btn-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 0.8rem 0 0;
}

.ui-currency__btn-icon img,
.ui-currency__btn-icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

@media (min-width: 640px) {
    .ui-currency__btn-icon {
        width: 4rem;
        height: 4rem;
        margin: 0 1rem 0 0;
    }
}

.ui-currency__btn-text {
    display: block;
    -ms-flex: 1;
    flex: 1;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 400;
    text-transform: uppercase;
}

@media (min-width: 640px) {
    .ui-currency__btn-text {
        font-size: 2.4rem;
        line-height: 1.33;
        font-weight: 400;
    }
}

.ui-currency__btn-cancel {
    display: block;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 0 0 0.8rem;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: color 0.25s,
        opacity 0.25s,
        transform 0.25s;
    color: #ffffff;
    backface-visibility: hidden;
}

.ui-currency__btn-cancel svg {
    display: block;
    width: 2rem;
    height: 2rem;
}

.ui-currency__btn-cancel:hover {
    color: #ffffff;
    transform: scale(1.15);
}

@media (min-width: 1200px) {
    .ui-currency__btn-cancel {
        margin: 0 0 0 1.6rem;
    }

    .ui-currency__btn-cancel svg {
        width: 2.4rem;
        height: 2.4rem;
    }
}

.ui-trade {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: right;
    position: relative;
}

.ui-trade--up {
    color: #0ae15f;
}

.ui-trade--up .ui-trade__price:before {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_7384_306200)'%3E%3Cpath d='M10.4369 8.34613L10.4369 2.2221C10.4369 2.04743 10.3683 1.88297 10.2416 1.75624C10.1173 1.632 9.95296 1.56349 9.77828 1.56349L3.65419 1.56343C3.29235 1.56349 2.99785 1.858 2.99792 2.21969L2.99778 2.77585C2.99785 2.95046 3.06636 3.11499 3.19067 3.2393C3.31491 3.36355 3.48345 3.43605 3.65798 3.43605L7.23477 3.43991L1.55922 9.11546C1.30342 9.37126 1.29507 9.78028 1.55087 10.0361L1.94409 10.4293C2.19989 10.6851 2.62919 10.697 2.88499 10.4412L8.58069 4.74554L8.57455 8.35262C8.57455 8.52715 8.63994 8.68858 8.76426 8.81289C8.88857 8.9372 9.05138 9.00398 9.22605 9.00412L9.78139 9.00315C10.1432 9.00322 10.437 8.7081 10.4369 8.34613Z' fill='%230AE15F'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7384_306200'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.ui-trade--down {
    color: #f92b44;
}

.ui-trade--down .ui-trade__price:before {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_7384_306191)'%3E%3Cpath d='M3.42438 10.2054L9.5484 10.2054C9.72308 10.2054 9.88754 10.1369 10.0143 10.0101C10.1385 9.8859 10.207 9.72151 10.207 9.54684L10.2071 3.42274C10.207 3.06091 9.91251 2.76641 9.55082 2.76648L8.99465 2.76634C8.82005 2.76641 8.65552 2.83491 8.53121 2.95922C8.40696 3.08347 8.33446 3.252 8.33446 3.42653L8.33059 7.00332L2.65505 1.32777C2.39924 1.07197 1.99023 1.06362 1.73443 1.31942L1.34121 1.71265C1.08541 1.96845 1.07347 2.39775 1.32927 2.65355L7.02496 8.34924L3.41789 8.3431C3.24336 8.3431 3.08193 8.4085 2.95762 8.53281C2.8333 8.65712 2.76653 8.81993 2.76639 8.9946L2.76735 9.54994C2.76728 9.91177 3.06241 10.2055 3.42438 10.2054Z' fill='%23F92B44'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_7384_306191'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.ui-trade__percent {
    display: block;
    font-size: 1.1rem;
    line-height: 1.09;
    font-weight: 500;
}

@media (min-width: 640px) {
    .ui-trade__percent {
        font-size: 1.2rem;
        line-height: 1.33;
        font-weight: 500;
    }
}

.ui-trade__price {
    display: block;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 400;
    position: relative;
    padding: 0 0 0 2rem;
    color: var(--body-color);
}

.ui-trade__price:before {
    content: '';
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -0.6rem 0 0 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

@media (min-width: 640px) {
    .ui-trade__price {
        font-size: 2.4rem;
        line-height: 1.33;
        font-weight: 400;
        padding: 0 0 0 2.8rem;
    }

    .ui-trade__price:before {
        width: 1.6rem;
        height: 1.6rem;
        margin: -0.8rem 0 0 0;
    }
}

.ui-legend {
    display: flex;
    gap: 8px;
    /*margin: 0 0 2rem;*/
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 1.6rem;
    line-height: 1.26;
    font-weight: 500;

    span {
        cursor: pointer;
        margin-top: -0.3rem;
    }
}

@media (min-width: 1200px) {
    .ui-legend {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 500;
        /*margin: 0 0 2.4rem;*/
    }
}

.ui-legend .title {
    margin-bottom: 0.8rem;
}

.ui-legend .text {
    color: var(--color-text-second);
    font-family: var(--font-main);
    font-size: 1.4rem;
    font-weight: 400;
}

.ui-legend-2 {
    margin-bottom: 1.6rem;
    font-size: 1.8rem;
    line-height: 2.4rem;
}

@media (max-width: 991px) {
    .ui-legend-2 {
        font-size: 1.6rem;
        line-height: 2rem;
    }
}

.ui-label {
    display: block;
    margin: 0 0 0.8rem;
    font-size: 1.4rem;
    line-height: 1.29;
    font-weight: 400;
    color: var(--color-grey);
}

@media (min-width: 640px) {
    .ui-label {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
    }
}

.ui-found {
    display: block;
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.29;
    font-weight: 400;
    color: var(--color-gray-on-light);
}

.ui-cancel {
    position: absolute;
    top: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 4.8rem;
    cursor: pointer;
    color: var(--color-grey);
    transition: opacity 0.25s,
        visibility 0.25s,
        color 0.25s,
        transform 0.25s;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
}

.ui-cancel svg {
    display: block;
    /* width: 2.4rem;
	height: 2.4rem; */
}

.ui-cancel~.ui-input,
.ui-cancel~.pb-textarea,
.ui-cancel~.ui-textarea {
    padding-right: 5.6rem;
}

.ui-cancel:hover {
    color: var(--color-accent);
}

.is-search-cancel>.ui-cancel {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.ui-field {
    margin: 0 0 2.4rem;
    position: relative;
}

.ui-field .ui-input,
.ui-field .pb-textarea,
.ui-field .ui-textarea {
    margin: 0;
}

.ui-field.is-error .ui-input,
.ui-field.is-error .pb-textarea,
.ui-field.is-error .ui-textarea {
    border-color: var(--color-error);
}

.ui-field.is-error~.ui-validate {
    display: block;
}

.ui-input,
.pb-textarea,
.ui-textarea {
    display: block;
    transition: 0.25s;
    width: 100%;
    background: #ffffff;
    border: 1px solid #ffffff;
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 400;
    padding: 1rem 1.6rem;
    color: var(--body-color);
    -webkit-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: 0.8rem;
    height: 4.8rem;
    margin: 0 0 2.4rem;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ui-input:-ms-input-placeholder,
.pb-textarea:-ms-input-placeholder,
.ui-textarea:-ms-input-placeholder {
    color: var(--color-gray-on-light);
    transition: opacity 0.25s;
}

.ui-input::placeholder,
.pb-textarea::placeholder,
.ui-textarea::placeholder {
    color: var(--color-gray-on-light);
    transition: opacity 0.25s;
}

.ui-input:focus,
.pb-textarea:focus,
.ui-textarea:focus {
    border-color: var(--color-highlight);
}

.ui-input:focus:-ms-input-placeholder,
.pb-textarea:focus:-ms-input-placeholder,
.ui-textarea:focus:-ms-input-placeholder {
    opacity: 0;
}

.ui-input:focus::placeholder,
.pb-textarea:focus::placeholder,
.ui-textarea:focus::placeholder {
    opacity: 0;
}

.ui-input:disabled,
.pb-textarea:disabled,
.ui-textarea:disabled {
    border-color: #e4ebf1;
    background: #e4ebf1;
    pointer-events: none;
}

.ui-input.is-error,
.is-error.pb-textarea,
.is-error.ui-textarea {
    border-color: var(--color-error);
}

@media (min-width: 1200px) {

    .ui-input,
    .pb-textarea,
    .ui-textarea {
        height: 5.6rem;
        font-size: 1.8rem;
        line-height: 2.4rem;
        font-weight: 400;
        padding: 1.5rem 2rem;
    }
}

.ui-textarea {
    max-width: 100%;
    min-width: 100%;
    min-height: 10rem;
    height: auto;
}

.ui-select {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0 0 2.4rem;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
    text-align: left;
    color: var(--color-grey);
}

.ui-select select {
    width: 100%;
    height: 4.8rem;
    border: 1px solid var(--color-border);
    border-radius: 0.8rem;
    padding: 0.8rem 4rem 0.8rem 1.6rem;
    -webkit-appearance: none;
    appearance: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: #ffffff url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.52001 9.84C7.80445 10.0533 8.19555 10.0533 8.47999 9.84L11.68 7.44003C12.0334 7.17494 12.105 6.6735 11.84 6.32004C11.5749 5.96659 11.0734 5.89495 10.72 6.16005L8 8.20002L5.28003 6.16005C4.92657 5.89495 4.42514 5.96659 4.16005 6.32004C3.89495 6.6735 3.96659 7.17494 4.32004 7.44003L7.52001 9.84Z' fill='%2324303B'/%3E%3C/svg%3E%0A") right 1.6rem center no-repeat;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}

.ui-select .selectric-wrapper {
    position: relative;
    cursor: pointer;
    text-transform: none;
    width: 100%;
}

.ui-select .selectric {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid var(--color-border);
    border-radius: 0.8rem;
    padding: 0.8rem 4rem 0.8rem 1.6rem;
    height: 4.8rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.ui-select .selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ui-select .selectric .arrow {
    position: absolute;
    top: 0;
    right: 1.6rem;
    height: 100%;
    width: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ui-select .selectric .arrow svg {
    position: relative;
    display: block;
    transition: transform 0.25s;
    width: 1.6rem;
    height: 1.6rem;
}

.ui-select .selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    border: 1px solid var(--color-accent);
    border-radius: 0.8rem;
    z-index: 100;
    width: auto !important;
    min-width: 100%;
    margin: 0.8rem 0 0;
    padding: 0.4rem 1.6rem;
    overflow: hidden;
}

.ui-select .selectric-items .selectric-scroll {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.ui-select .selectric-items ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ui-select .selectric-items li {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 0.8rem 0;
    margin: 0;
    border-bottom: 1px solid var(--color-border);
    transition: color 0.25s;
}

.ui-select .selectric-items li:before,
.ui-select .selectric-items li:after {
    display: none;
}

.ui-select .selectric-items li:last-child {
    border: none;
}

.ui-select .selectric-items li:hover {
    color: var(--color-accent);
}

.ui-select .selectric-items li.selected {
    color: var(--color-gray-on-light);
}

.ui-select .selectric-items li.disabled {
    display: none !important;
}

@media (min-width: 1200px) {
    .ui-select .selectric-items li {
        padding: 1.2rem 0;
    }
}

.ui-select .selectric-items .ui-select-group li:not(.ui-select-group-label) {
    padding-left: 3rem;
}

.ui-select .selectric-items .ui-select-group-label {
    pointer-events: none;
}

.ui-select .selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0;
    pointer-events: none;
}

.ui-select .selectric-hide-select select {
    position: absolute;
    left: -100%;
}

.ui-select .selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.ui-select .selectric-hide-select.selectric-is-native select {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border: none;
    z-index: 1;
    box-sizing: border-box;
    opacity: 0;
}

.ui-select .selectric-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    background: none !important;
    pointer-events: none !important;
    display: none !important;
}

.ui-select .selectric-temp-show {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important;
}

.ui-select .selectric-open .selectric {
    border-color: var(--color-highlight);
}

.ui-select .selectric-open .selectric .arrow svg {
    transform: rotate(180deg);
}

.ui-select .selectric-open .selectric-items {
    display: block;
}

.ui-select .selectric-disabled {
    opacity: 0.5;
    cursor: default;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ui-select .selectric-changed {
    color: var(--body-color);
}

@media (min-width: 1200px) {
    .ui-select {
        font-size: 1.8rem;
        line-height: 2.4rem;
        font-weight: 400;
    }

    .ui-select select,
    .ui-select .selectric {
        padding: 1.6rem 5.5rem 1.6rem 2rem;
        height: 5.6rem;
    }
}

.ui-logotypes {
    margin: 0 0 0 auto;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.ui-logotypes>li {
    margin: 0 1.2rem 0 0;
    filter: grayscale(100%);
    opacity: 0.25;
    transition: opacity 0.25s,
        filter 0.25s;
}

.ui-logotypes>li:last-child {
    margin: 0;
}

.ui-logotypes>li.is-disabled {
    display: none;
}

.ui-logotypes>li.is-enabled {
    filter: grayscale(0%);
    opacity: 1;
}

.ui-logotypes img {
    display: block;
    height: 2.4rem;
    width: auto;
}

.ui-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 0 0 2.4rem;
    text-align: left;
}

.ui-table th,
.ui-table td {
    border-bottom: 1px solid var(--color-border);
    padding: 1.6rem 1.2rem 2.4rem;
}

.ui-table th:first-child,
.ui-table td:first-child {
    padding-left: 0;
}

.ui-table th:last-child,
.ui-table td:last-child {
    padding-right: 0;
}

.ui-table th {
    font-family: 'Stolzl', Arial, sans-serif;
    font-weight: 500;
}

.ui-table thead th,
.ui-table thead td {
    padding-bottom: 3.2rem;
    font-size: 1.8rem;
    line-height: 1.17;
    font-weight: 700;
    border-color: transparent;
}

.ui-table tfoot th,
.ui-table tfoot td {
    padding-top: 4.8rem;
    padding-bottom: 0;
    border-color: transparent;
}

@media (min-width: 1200px) {

    .ui-table thead th,
    .ui-table thead td {
        font-size: 2.4rem;
    }
}

.ui-alert {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 2.4rem;
    padding: 1.6rem 2rem 1.6rem 5.2rem;
    position: relative;
    border-radius: 1.2rem;
    background: var(--color-light);
    color: var(--body-color);
    min-height: 5.2rem;

    .offices-atms & {
        color: #6b7782;
        padding: 0.8rem 0.8rem 0.8rem 3.6rem;
        border: 1px solid var(--color-white);
        border-radius: 0.8rem;
        margin: 0 0 1.6rem;
        min-height: 0;
    }

    .offices-atms__item:hover & {
        background: var(--color-white);
    }

    .is-offices-atms-details-open .offices-atms__details & {
        margin-bottom: 2.4rem;
    }
}

.ui-alert--grey {
    background: #ededed;
    color: var(--color-dark);
}

.ui-alert--red {
    background: #f92b44;
    box-shadow: 0 0.4rem 1.6rem rgba(233, 112, 112, 0.32);
    color: #ffffff;
}

.ui-alert--red .ui-alert__text {
    font-weight: 700;
}

.ui-alert--green {
    background: var(--color-accent);
    box-shadow: 0 0.4rem 1.6rem rgba(0, 0, 0, 0.08);
    color: var(--color-dark);
}

.ui-alert--dark {
    background: #24303b;
    color: #ffffff;
}

.ui-alert.float-alert {
    position: fixed;
    top: 5rem;
    right: 2rem;
    max-width: 40rem;
    flex-direction: column;
    align-items: flex-start;
    z-index: 9999;

    .ui-alert__icon {
        top: 50%;
        transform: translateY(-50%);
    }

    .ui-alert__text {
        p {
            margin: 0;
        }
    }

    .ui-alert__action {
        padding: 0;
        margin: 0;
        flex: unset;

        .ui-btn {
            padding-left: 0;
            color: #ffffff;
            background-color: #24303b;
        }
    }
}

@media (min-width: 1200px) {
    .ui-alert {
        min-height: 6.8rem;
        padding: 1.2rem 1.2rem 1.2rem 7.6rem;
    }
}

.ui-alert__icon {
    display: block;
    width: 2.8rem;
    height: 2.8rem;
    margin: 0;
    position: absolute;
    top: 1.2rem;
    left: 1.2rem;
}

.offices-atms .ui-alert__icon {
    width: 2.4rem;
    height: 2.4rem;
    top: 0.8rem;
    left: 0.8rem;
}

.ui-alert__icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

@media (min-width: 1200px) {
    .ui-alert__icon {
        width: 3.6rem;
        height: 3.6rem;
        position: absolute;
        top: 1.6rem;
        left: 2.4rem;
    }

    .offices-atms .ui-alert__icon {
        width: 2.4rem;
        height: 2.4rem;
    }
}

.ui-alert__text {
    display: block;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
    margin: 0;

    .offices-atms & {
        font-size: 1.4rem;
    }
}

.ui-alert__text dfn {
    font-weight: 700;
    border-bottom: 1px dashed currentColor;
    font-style: normal;
    cursor: pointer;
    white-space: nowrap;
}

@media (min-width: 1200px) {
    .ui-alert__text {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
        -ms-flex: 1;
        flex: 1;
        margin: 0 3.2rem 0 0;

        .offices-atms & {
            font-size: 1.4rem;
        }
    }
}

.ui-alert__action {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0 0 0 -4rem;
    padding: 2rem 0 0;
}

.ui-alert__action .ui-btn {
    width: 100%;
    height: 4.4rem;
}

@media (min-width: 1200px) {
    .ui-alert__action {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin: 0;
        padding: 0;
    }

    .ui-alert__action .ui-btn {
        height: 4.8rem;
    }
}

.ui-alert__close {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: 0.8rem;
    right: 0.8rem;
    z-index: 100;
    width: 1.6rem;
    height: 1.6rem;
    background: #ffffff;
    color: #ee5555;
    border-radius: 50%;
}

@media (min-width: 1200px) {
    .ui-alert__close {
        width: 2rem;
        height: 2rem;
    }
}

.ui-progress {
    margin: 0 0 1.6rem;
}

@media (min-width: 1200px) {
    .ui-progress {
        margin: 0 0 2.4rem;
    }
}

.ui-progress__head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 1.6rem;
}

.ui-progress__title {
    display: block;
    font-size: 1.4rem;
    line-height: 1.29;
    font-weight: 400;
}

.ui-progress__title b {
    font-weight: 700;
}

@media (min-width: 1200px) {
    .ui-progress__title {
        font-size: 1.6rem;
        line-height: 1.25;
        font-weight: 400;
    }
}

.ui-progress__next {
    display: none;
}

@media (min-width: 640px) {
    .ui-progress__next {
        display: block;
        font-size: 1.4rem;
        line-height: 1.29;
        font-weight: 400;
        color: var(--color-gray-on-light);
    }
}

@media (min-width: 1200px) {
    .ui-progress__next {
        font-size: 1.6rem;
        line-height: 1.25;
        font-weight: 400;
    }
}

.ui-progress__bar {
    display: block;
    position: relative;
    width: 100%;
    height: 0.6rem;
    border-radius: 0.6rem;
    background: #ededed;
}

@media (min-width: 1200px) {
    .ui-progress__bar {
        height: 0.8rem;
        border-radius: 0.8rem;
    }
}

.ui-progress__bar-status {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: var(--color-highlight);
    border-radius: inherit;
}

.ui-stock__list {
    margin: 0 -0.6rem -0.8rem;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ui-stock__list>li {
    padding: 0 0.6rem 0.8rem;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

@media (min-width: 640px) {
    .ui-stock__list {
        margin: 0 -0.6rem -1.2rem;
    }

    .ui-stock__list>li {
        padding: 0 0.6rem 1.2rem;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
}

@media (min-width: 1200px) {
    .ui-stock__list {
        margin: 0 -1.8rem -1.6rem;
    }

    .ui-stock__list>li {
        padding: 0 1.8rem 1.6rem;
        -ms-flex: 0 0 16.6667%;
        flex: 0 0 16.6667%;
        max-width: 16.6667%;
    }
}

.ui-stock__check {
    display: block;
    position: relative;
    cursor: pointer;
}

.ui-stock__check-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.ui-stock__check-input:checked~.ui-stock__check-btn {
    box-shadow: 0 0 0 0.2rem var(--color-accent);
}

.ui-stock__check-btn {
    display: block;
    overflow: hidden;
    border: 0.3rem solid #ffffff;
    border-radius: 0.8rem;
    position: relative;
    transition: box-shadow 0.25s;
}

.ui-stock__check-btn:before {
    content: '';
    float: left;
    padding: 100% 0 0 0;
}

.ui-stock__check-btn img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.ui-stock__check-btn:hover {
    box-shadow: 0 0 0 0.2rem var(--color-light);
}

@media (min-width: 1200px) {
    .ui-stock__check-btn {
        border-radius: 1.2rem;
    }
}

.ui-doc {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    text-decoration: none;
    color: var(--color-dark);
    transition: opacity 0.25s,
        color 0.25s;
}

.ui-doc br {
    display: none;
}

.ui-doc:hover {
    text-decoration: none;
    color: var(--color-highlight);
}

@media (min-width: 1200px) {
    .ui-doc br {
        display: block;
    }
}

.ui-doc__icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
    margin: 0 0.8rem 0 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.ui-doc__icon img,
.ui-doc__icon svg {
    display: block;
}

@media (min-width: 1200px) {
    .ui-doc__icon {
        margin: 0 1.2rem 0 0;
    }
}

.ui-doc__desc {
    -ms-flex: 1;
    flex: 1;
}

.ui-doc__title {
    display: block;
    margin: 0 0 0.4rem;
    font-size: 1.2rem;
    line-height: 1.14;
    font-weight: 400;
}

@media (min-width: 1200px) {
    .ui-doc__title {
        font-size: 1.4rem;
        line-height: 1.25;
        font-weight: 400;
        margin: 0 0 0.8rem;
    }
}

.ui-doc__text {
    display: block;
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.33;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--color-grey);
}

.ui-copy {
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.ui-copy__text {
    display: block;
    margin: 0 1rem 0 0;
    -ms-flex: 1;
    flex: 1;
}

.ui-copy__btn {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 1.6rem;
    height: 1.6rem;
    display: block;
    color: var(--color-link);
}

.ui-copy__btn svg {
    display: block;
}

.ui-copy__btn:hover {
    color: var(--color-link-hover);
}

.ui-subway {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 0.4rem;
}

.ui-subway:last-child {
    margin: 0;
}

.ui-subway__icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 0.8rem 0 0;
}

.ui-subway__icon img,
.ui-subway__icon svg {
    display: block;
}

.ui-subway__title {
    display: block;
    margin: 0 0.8rem 0 0;
    -ms-flex: 1;
    flex: 1;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
}

@media (min-width: 1200px) {
    .ui-subway__title {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
    }
}

.ui-subway__time {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
}

.ui-subway__time svg {
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 0 0 0.8rem;
    color: var(--color-gray-on-light);
}

@media (min-width: 1200px) {
    .ui-subway__time {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
    }
}

.ui-data {
    position: relative;
}

.ui-data__content {
    display: none;
}

.ui-data__content.is-active {
    display: block;
}

.ui-notfound {
    display: block;
    margin: 0;
    padding: 0.8rem 1.2rem;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
    color: var(--color-error);
}

.ui-video {
    margin: 0 0 3.2rem;
    position: relative;
    background: #cccccc;
    border-radius: 0.8rem;
    overflow: hidden;
    display: block;
    color: #ffffff;
    text-decoration: none;
    transition: color 0.25s;
}

.ui-video:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0.18deg, rgba(0, 0, 0, 0.5) 0.18%, rgba(0, 0, 0, 0) 99.87%);
    transition: opacity 0.25s;
}

.ui-video:hover {
    color: #ffffff;
    text-decoration: none;
}

.ui-video:hover:after {
    opacity: 0.5;
}

.ui-video:hover img {
    transform: scale(1.05);
}

@media (min-width: 640px) {
    .ui-video {
        border-radius: 0.8rem;
    }
}

@media (min-width: 1200px) {
    .ui-video {
        border-radius: 1.2rem;
        margin: 0 0 4.8rem;
    }
}

.ui-video__image {
    display: block;
    position: relative;
    overflow: hidden;
    min-height: 17.2rem;
    max-height: 59.6rem;
}

.ui-video__image:before {
    content: '';
    float: left;
    padding: 60% 0 0 0;
}

.ui-video__image img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 0.25s;
}

.ui-video__play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    transform: translate(-50%, -50%);
}

@media (min-width: 1200px) {
    .ui-video__play {
        position: absolute;
        top: auto;
        left: 2.4rem;
        bottom: 3.2rem;
        transform: none;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
}

.ui-video__play-icon {
    display: block;
    width: 7.2rem;
    height: 7.2rem;
    transition: transform 0.25s;
}

@media (min-width: 640px) {
    .ui-video__play-icon {
        width: 10.2rem;
        height: 10.2rem;
    }
}

@media (min-width: 1200px) {
    .ui-video__play-icon {
        width: 5rem;
        height: 5rem;
        margin: 0 1.6rem 0 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}

.ui-video__play-text {
    display: none;
}

@media (min-width: 1200px) {
    .ui-video__play-text {
        display: block;
        -ms-flex: 1;
        flex: 1;
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 500;
        white-space: nowrap;
    }
}

.ui-map {
    background: #d9d9d9;
    border-radius: 0.8rem;
    overflow: hidden;
    position: relative;
    margin: 0 0 1.6rem;
    height: 23rem;
}

@media (min-width: 640px) {
    .ui-map {
        margin: 0 0 1.6rem;
        height: 22rem;
    }
}

@media (min-width: 1200px) {
    .ui-map {
        margin: 0 0 2.4rem;
        height: 30rem;
    }
}

.ui-map__control {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    padding: 1.2rem;
}

@media (min-width: 1200px) {
    .ui-map__control {
        padding: 2.4rem 1.6rem;
    }
}

.ui-map__btn {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
    cursor: pointer;
    background: var(--color-white);
    border-radius: 0.4rem;
    padding: 0;
    margin: 0 0 0.6rem;
    color: var(--color-dark);
}

.ui-map__btn:last-child {
    margin: 0;
}

.ui-map__btn svg {
    display: block;
    width: 2.4rem;
    height: 2.4rem;
}

.ui-map__btn:hover {
    background: var(--color-white-hover);
}

@media (min-width: 1200px) {
    .ui-map__btn {
        width: 3.2rem;
        height: 3.2rem;
        margin: 0 0 0.8rem;
    }

    .ui-map__btn:last-child {
        margin: 0;
    }
}

.ui-map__container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.ui-map__container [class$='ground-pane'] {
    filter: grayscale(100%);
}

.ui-map__container [class*='gotoymaps'],
.ui-map__container [class*='gototaxi'],
.ui-map__container [class*='gototech'],
.ui-map__container [class*='copyright'] {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.ui-participants__bottom,
.ui-counterpartys__bottom {
    padding-top: 3.2rem;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.6rem;
    position: relative;
    z-index: 1;
}

@media (max-width: 991px) {

    .ui-participants__bottom,
    .ui-counterpartys__bottom {
        padding-top: 2.4rem;
        font-size: 1.2rem;
    }
}

.ui-participants .ui-participant,
.ui-counterpartys .ui-counterparty {
    margin-bottom: 4rem;
}

@media (max-width: 991px) {

    .ui-participants .ui-participant,
    .ui-counterpartys .ui-counterparty {
        margin-bottom: 3.2rem;
    }
}

.ui-participants .ui-participant:last-child,
.ui-counterpartys .ui-counterparty:last-child {
    margin-bottom: 0 !important;
}

.ui-participant:first-child .ui-participant__top,
.ui-counterparty:first-child .ui-counterparty__top {
    display: none;
}

.ui-participant__top,
.ui-counterparty__top {
    margin-bottom: 1.2rem;
    text-align: right;
}

.ui-participant__top .delete,
.ui-counterparty__top .delete {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    color: var(--color-gray-on-light);
    font-size: 1.2rem;
    line-height: 1.6rem;
}

.ui-participant__top .icon,
.ui-counterparty__top .icon {
    width: 2rem;
    height: 2rem;
    background-color: #ececec;
    margin-left: 0.8rem;
    font-size: 0.8rem;
    border-radius: 50%;
}

.ui-participant__content>.row>.col-xl-12 {
    padding-bottom: 0 !important;
}

.ui-participant__hidden {
    padding-bottom: 2.4rem;
}

.ui-hidden {
    display: none !important;
}

.ui-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 2rem 2.4rem;
    background-color: var(--color-white);
    border: 1px dashed #c8c9cc;
    border-radius: 0.8rem;
    cursor: pointer;
    position: relative;
}

.ui-file__remove {
    position: absolute;
    right: 1.5rem;
    top: 1rem;
    cursor: pointer;
    z-index: 1;
    background-color: #cccccc;
    border-radius: 50%;
    font-size: 1.2rem;
    color: #ffffff;
    transition: all 0.3s linear;
}

.ui-file__remove:hover {
    filter: brightness(0.9);
}

.ui-file__input {
    position: absolute;
    opacity: 0;
}

.ui-file.is-error {
    border-color: var(--color-error);
    margin-bottom: 0;
}

.ui-file-list .ui-file.is-error {
    margin-bottom: 0;
}

.ui-file__text {
    margin-bottom: 0.8rem;
    font-size: 1.4rem;
    line-height: 1.6rem;
    color: var(--color-placeholder);
}

.ui-file__attach {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.8rem;
}

.ui-file__attach .icon {
    margin-right: 0.8rem;
    color: var(--color-secondary);
}

.ui-file__attach img {
    display: none;
    width: 5.4rem;
    height: 5.4rem;
    object-fit: cover;
    margin-right: 2.4rem;
}

.ui-file-list .ui-file,
.ui-file-list .ui-file-wrapper {
    margin-bottom: 2.4rem;
}

.ui-file-list .ui-file:last-child,
.ui-file-list .ui-file-wrapper:last-child {
    margin-bottom: 0;
}

.ui-file-top {
    margin-bottom: 1.2rem;
    text-align: right;
}

.ui-file-top .delete {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    color: var(--color-gray-on-light);
    font-size: 1.2rem;
    line-height: 1.6rem;
}

.ui-file-top .icon {
    width: 2rem;
    height: 2rem;
    background-color: #ececec;
    margin-left: 0.8rem;
    font-size: 0.8rem;
    border-radius: 50%;
}

.ui-wysiwyg {
    font: 400 1.6rem/1.25 'GT America LCG',
        Arial,
        sans-serif;
}

@media (min-width: 1200px) {
    .ui-wysiwyg {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
    }
}

.ui-wysiwyg h1,
.ui-wysiwyg h2,
.ui-wysiwyg h3,
.ui-wysiwyg h4,
.ui-wysiwyg h5,
.ui-wysiwyg h6 {
    font-family: 'Stolzl', Arial, sans-serif;
}

.ui-wysiwyg h1 {
    display: block;
    margin: 0 0 4.8rem;
    font-size: 3.2rem;
    line-height: 1.12;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .ui-wysiwyg h1 {
        margin: 0 0 4.8rem;
        font-size: 5.6rem;
        line-height: 1.07;
        font-weight: 500;
    }
}

.ui-wysiwyg h2 {
    display: block;
    margin: 0 0 4.8rem;
    font-size: 2.4rem;
    line-height: 1.2;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .ui-wysiwyg h2 {
        font-size: 4rem;
        line-height: 1.2;
        font-weight: 500;
    }
}

.ui-wysiwyg h3 {
    display: block;
    margin: 0 0 4.8rem;
    font-size: 2.4rem;
    line-height: 1.2;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .ui-wysiwyg h3 {
        font-size: 3.2rem;
        line-height: 1.2;
        font-weight: 500;
    }
}

.ui-wysiwyg h4 {
    display: block;
    margin: 0 0 4.8rem;
    font-size: 2.4rem;
    line-height: 1.2;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .ui-wysiwyg h4 {
        font-size: 2.8rem;
        line-height: 1.2;
        font-weight: 500;
    }
}

.ui-wysiwyg h5 {
    display: block;
    margin: 0 0 4.8rem;
    font-size: 2.4rem;
    line-height: 1.2;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .ui-wysiwyg h5 {
        font-size: 2.4rem;
        line-height: 1.2;
        font-weight: 500;
    }
}

.ui-wysiwyg p {
    margin: 0 0 2.4rem;
}

.ui-wysiwyg hr {
    border: none;
    border-bottom: 1px solid #dfe0e3;
    margin: 4.8rem 0;
    clear: both;
}

.ui-wysiwyg picture {
    overflow: hidden;
    margin: 0 0 4.8rem;
    display: block;
    background: #e0e0e0;
    border-radius: 1.6rem;
}

.ui-wysiwyg picture img {
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.ui-wysiwyg table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 0 0 2.4rem;
    text-align: left;
}

.ui-wysiwyg table th,
.ui-wysiwyg table td {
    border-bottom: 1px solid #dfe0e3;
    padding: 2.4rem 1.2rem;
}

.ui-wysiwyg table th:first-child,
.ui-wysiwyg table td:first-child {
    padding-left: 0;
}

.ui-wysiwyg table th:last-child,
.ui-wysiwyg table td:last-child {
    padding-right: 0;
}

.ui-wysiwyg table th {
    font-family: 'Stolzl', Arial, sans-serif;
    font-weight: 500;
}

.ui-wysiwyg ul {
    margin: 0 0 4rem;
    padding: 0;
    list-style: none;
}

.ui-wysiwyg ul>li {
    padding: 0 0 0 2rem;
    margin: 0 0 1.6rem;
    position: relative;
}

.ui-wysiwyg ul>li:after {
    content: '';
    display: block;
    position: absolute;
    top: 0.5em;
    left: 0;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background: currentColor;
    background: var(--background-color-grey);
}

.ui-wysiwyg ol {
    margin: 0 0 4rem;
    padding: 0;
    list-style: none;
    counter-reset: point;
}

.ui-wysiwyg ol>li {
    position: relative;
    padding: 0 0 0 4rem;
    margin: 0 0 2rem;
}

.ui-wysiwyg ol>li:after {
    content: counter(point) '.';
    counter-increment: point 1;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 700;
    color: var(--color-grey);
}

.ui-wysiwyg dl {
    margin: 0 0 4rem;
}

.ui-wysiwyg dl dt {
    display: block;
    font-family: 'Stolzl', Arial, sans-serif;
    font-weight: 500;
    margin: 0 0 0.5rem;
    line-height: inherit;
}

.ui-wysiwyg dl dd {
    display: block;
    padding: 0;
    margin: 0 0 2rem;
    line-height: inherit;
}

.ui-wysiwyg dl dd:last-child {
    margin: 0;
}

.ui-wysiwyg a {
    text-decoration: none;
    transition: color 0.25s;
    color: var(--color-link);
}

.ui-wysiwyg a:hover {
    text-decoration: none;
    color: var(--color-link-hover);
}

@font-face {
    font-family: 'swiper-icons';
    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');
    font-weight: 400;
    font-style: normal;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-container-vertical>.swiper-wrapper {
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    transition-property: transform;
    box-sizing: border-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-multirow-column>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column;
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    -ms-flex-align: start;
    align-items: flex-start;
    transition-property: transform, height;
}

.swiper-container-3d {
    perspective: 120rem;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 1rem;
    right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: 'prev';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 1rem;
    left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: 'next';
}

.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 0.8rem;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 200ms transform,
        200ms top;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform,
        200ms left;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform,
        200ms right;
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 0.4rem;
    left: 0;
    top: 0;
}

.swiper-container-vertical>.swiper-pagination-progressbar,
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 0.4rem;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-lock {
    display: none;
}

.swiper-scrollbar {
    border-radius: 1rem;
    position: relative;
    -ms-touch-action: none;
    touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 0.3rem;
    z-index: 50;
    height: 0.5rem;
    width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 0.3rem;
    top: 1%;
    z-index: 50;
    width: 0.5rem;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 1rem;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container>img,
.swiper-zoom-container>svg,
.swiper-zoom-container>canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
}

.swiper-lazy-preloader {
    width: 4.2rem;
    height: 4.2rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -2.1rem;
    margin-top: -2.1rem;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 0.4rem solid #000000;
    border-radius: 50%;
    border-top-color: transparent;
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.6;
    -webkit-filter: blur(5rem);
    filter: blur(5rem);
    z-index: 0;
}

.swiper-container-flip {
    overflow: visible;
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@keyframes progressPaginationBullet {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

.swiper-pagination {
    position: relative;
    z-index: 100;
    display: -ms-flexbox;
    display: flex;
}

.swiper-pagination-bullet {
    display: block;
    height: 0.4rem;
    border-radius: 0.6rem;
    background: rgba(172, 172, 172, 0.3);
    margin: 0 0.4rem;
    -ms-flex: 1;
    flex: 1;
    transition: background 0.25s,
        width 0.25s;
    position: relative;
}

.swiper-pagination-bullet:before {
    content: '';
    display: block;
    position: absolute;
    top: -0.4rem;
    left: -0.4rem;
    right: -0.4rem;
    bottom: -0.4rem;
    border-radius: 0.4rem;
}

.swiper-pagination-bullet:first-child {
    margin-left: 0;
}

.swiper-pagination-bullet:last-child {
    margin-right: 0;
}

.swiper-pagination-bullet:hover {
    background: rgb(172, 172, 172);
}

@media (min-width: 640px) {
    .swiper-pagination-bullet {
        margin: 0 0.8rem;
    }

    .swiper-pagination-bullet:first-child {
        margin-left: 0;
    }

    .swiper-pagination-bullet:last-child {
        margin-right: 0;
    }
}

.swiper-pagination-bullet-progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: var(--color-secondary);
    border-radius: inherit;
    display: block;
    transition: opacity 0.25s;
    opacity: 0;
}

.swiper-pagination-bullet-active .swiper-pagination-bullet-progress {
    opacity: 1;
    animation-name: progressPaginationBullet;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-direction: alternate;
    animation-fill-mode: forwards;
}

.swiper-prev,
.swiper-next {
    position: relative;
    z-index: 100;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 4.8rem;
    height: 4.8rem;
    background: #ffffff;
    border: 0.2rem solid var(--color-border);
    border-radius: 0.8rem;
    color: var(--color-grey);
    cursor: pointer;
    transition: color 0.25s,
        border-color 0.25s,
        background 0.25s,
        box-shadow 0.25s,
        opacity 0.25s;
}

.swiper-prev:hover,
.swiper-next:hover {
    border-color: var(--color-accent);
    background: var(--color-accent);
    color: var(--color-dark);
    box-shadow: 0 0.4rem 1.2rem rgba(24, 49, 34, 0.16);
}

.swiper-prev.swiper-button-disabled,
.swiper-next.swiper-button-disabled {
    opacity: 0.35;
    pointer-events: none;
}

.swiper-prev.swiper-button-lock,
.swiper-next.swiper-button-lock {
    opacity: 0;
    pointer-events: none;
}

.swiper-menu {
    overflow: visible;
    position: static;
}

.swiper-menu .swiper-wrapper {
    position: static;
    transform: none;
}

.swiper-menu .swiper-slide {
    position: static;
    width: auto;
    padding: 0 1.6rem 0 0;
}

@media (min-width: 640px) {
    .swiper-menu .swiper-slide {
        padding: 0 2.4rem 0 0;
    }
}

.swiper-tariffs {
    overflow: visible;
    transition: opacity 0.25s;
    opacity: 0;
}

.swiper-tariffs.swiper-initialized {
    opacity: 1;
}

.swiper-tariffs .swiper-prev,
.swiper-tariffs .swiper-next {
    display: none;
}

.swiper-tariffs .swiper-prev.swiper-button-disabled,
.swiper-tariffs .swiper-next.swiper-button-disabled {
    opacity: 0;
}

.swiper-tariffs .swiper-shadow-prev,
.swiper-tariffs .swiper-shadow-next {
    display: none;
}

.swiper-tariffs .swiper-slide {
    width: 25.9rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.swiper-tariffs .swiper-slide:first-of-type {
    width: 20.7rem;
    transition-duration: inherit;
}

.swiper-tariffs .swiper-slide:first-of-type>* {
    border-radius: 1.6rem 0 0 0;
    transition-duration: inherit;
}

.swiper-tariffs .swiper-slide:last-of-type>* {
    border-radius: 0 1.6rem 0 0;
}

.swiper-tariffs .swiper-slide:not(:first-of-type)>*:not(.tariffs__item--recommended) {
    border-left-width: 1px;
}

.swiper-tariffs .swiper-slide:not(:last-of-type)>*:not(.tariffs__item--recommended) {
    border-right-width: 1px;
}

.swiper-tariffs.swiper-container-min .swiper-slide {
    width: 33.2rem;
}

.swiper-tariffs.swiper-container-min .swiper-slide:first-of-type {
    width: 22.8rem;
}

@media (min-width: 640px) {
    .swiper-tariffs .swiper-slide {
        width: 30rem;
    }

    .swiper-tariffs .swiper-slide:first-of-type {
        width: 22.8rem;
    }

    .swiper-tariffs.swiper-container-min .swiper-slide {
        width: 33.2rem;
    }

    .swiper-tariffs.swiper-container-min .swiper-slide:first-of-type {
        width: 22.8rem;
    }
}

@media (min-width: 1200px) {
    .swiper-tariffs {
        margin: 0 -6rem 0 0;
    }

    .swiper-tariffs .swiper-prev,
    .swiper-tariffs .swiper-next {
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        top: 50%;
        z-index: 200;
    }

    .swiper-tariffs .swiper-prev {
        left: 25%;
        margin: -2.4rem 0 0 -2.4rem;
    }

    .swiper-tariffs .swiper-next {
        right: 8.5rem;
        margin: -2.4rem -2.4rem 0 0;
    }

    .swiper-tariffs .swiper-shadow-prev,
    .swiper-tariffs .swiper-shadow-next {
        display: block;
        z-index: 100;
    }

    .swiper-tariffs .swiper-shadow-prev {
        position: absolute;
        top: 0;
        left: 25%;
        width: 3.2rem;
        height: 100%;
        background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.06) 100%);
        transition: opacity 0.3s;
        pointer-events: none;
    }

    .swiper-tariffs .swiper-shadow-prev.swiper-button-disabled {
        opacity: 0;
    }

    .swiper-tariffs .swiper-shadow-next {
        position: absolute;
        top: 0;
        left: 100%;
        margin: 0 0 0 -12rem;
        width: calc(100vw - 128rem + 12rem);
        height: 100%;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 49.48%, #ffffff 100%);
        transition: opacity 0.3s;
        pointer-events: none;
    }

    .swiper-tariffs .swiper-shadow-next.swiper-button-disabled {
        opacity: 0;
    }

    .swiper-tariffs .swiper-slide {
        width: 25%;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        transition: opacity 0.3s;
        opacity: 0;
        position: relative;
        z-index: 100;
    }

    .swiper-tariffs .swiper-slide:first-of-type {
        position: relative;
        z-index: 200;
        width: 25%;
        opacity: 1 !important;
    }

    .swiper-tariffs .swiper-slide-active~.swiper-slide {
        opacity: 1;
    }

    .swiper-tariffs.swiper-container-min {
        margin: 0;
    }

    .swiper-tariffs.swiper-container-min .swiper-slide {
        width: 33.3333%;
    }

    .swiper-tariffs.swiper-container-min .swiper-slide:first-of-type {
        width: 33.3333%;
    }
}

.swiper-auth {
    overflow: hidden;
    position: relative;
}

.swiper-auth .swiper-slide {
    height: auto;
}

.swiper-auth .swiper-pagination {
    position: absolute;
    left: 2rem;
    right: 2rem;
    bottom: 1.8rem;
    z-index: 100;
    display: -ms-flexbox;
    display: flex;
}

.swiper-auth .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.5);
}

.swiper-auth .swiper-pagination-bullet:hover {
    background: rgb(255, 255, 255);
}

.swiper-auth .swiper-pagination-bullet-progress {
    background: var(--color-highlight);
}

@media (min-width: 640px) {
    .swiper-auth .swiper-pagination {
        left: 6rem;
        right: 6rem;
        bottom: 2.4rem;
    }
}

@media (min-width: 1200px) {
    .swiper-auth .swiper-pagination {
        left: 4.8rem;
        right: 4.8rem;
        bottom: 2.4rem;
    }
}

.swiper-steps {
    overflow: visible;
}

.swiper-steps .swiper-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-steps .swiper-slide {
    padding: 0 0 2.4rem;
    margin: 0 0 2.4rem;
    border-bottom: 1px solid #f5f5f8;
}

.swiper-steps .swiper-slide:last-child {
    margin: 0;
    padding: 0;
    border: none;
}

@media (min-width: 640px) {
    .swiper-steps .swiper-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        position: relative;
    }

    .swiper-steps .swiper-slide {
        margin: 0;
        border: none;
        width: 33.333%;
        padding: 0 2.6rem 0 0;
        position: relative;
    }

    .swiper-steps .swiper-slide:before {
        content: '';
        display: block;
        position: absolute;
        top: 2.4rem;
        left: 0;
        right: 0;
        z-index: -1;
        border-bottom: 1px solid var(--color-border);
    }

    .swiper-steps .swiper-slide:last-child {
        padding: 0;
    }

    .swiper-steps .swiper-slide:last-child:before {
        display: none;
    }
}

@media (min-width: 1200px) {
    .swiper-steps .swiper-slide {
        padding: 0 2.4rem 0 0;
    }

    .swiper-steps .swiper-slide:before {
        top: 3.2rem;
    }

    .swiper-steps .swiper-slide:last-child {
        padding: 0;
    }
}

.swiper-cards-images,
.swiper-cards-desc {
    transition: opacity 0.25s;
    opacity: 0;
}

.swiper-cards-images.swiper-initialized,
.swiper-cards-desc.swiper-initialized {
    opacity: 1;
}

.swiper-cards-images {
    overflow: visible;
    perspective: 100rem;
    padding: 0 7.5%;
}

.swiper-cards-images .swiper-slide {
    transition-duration: inherit;
    width: 12rem;
    max-width: 100%;
}

.swiper-cards-images .swiper-slide>* {
    transition-property: opacity;
    transition-duration: inherit;
    opacity: 0;
}

.swiper-cards-images .swiper-slide-prev>*,
.swiper-cards-images .swiper-slide-next>* {
    opacity: 1;
}

.swiper-cards-images .swiper-slide-active>* {
    opacity: 1;
}

.swiper-cards-images .swiper-pagination {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 2.4rem 0 0;
}

.swiper-cards-images .swiper-pagination-bullet {
    width: 0.6rem;
    height: 0.6rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.swiper-cards-images .swiper-pagination-bullet-active {
    width: 6.4rem;
}

@media (min-width: 640px) {
    .swiper-cards-images .swiper-slide {
        width: 21rem;
    }

    .swiper-cards-images .swiper-pagination {
        margin: 4.2rem 0 0;
    }
}

@media (min-width: 1200px) {
    .swiper-cards-images .swiper-slide {
        width: 29.4rem;
    }

    .swiper-cards-images .swiper-pagination {
        display: none;
    }
}

.swiper-cards-desc {
    overflow: visible;
}

.swiper-cards-desc .swiper-pagination {
    display: none;
}

.swiper-cards-desc .swiper-pagination-bullet {
    width: 0.6rem;
    height: 0.6rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.swiper-cards-desc .swiper-pagination-bullet-active {
    width: 6.4rem;
}

@media (min-width: 1200px) {
    .swiper-cards-desc .swiper-pagination {
        display: -ms-flexbox;
        display: flex;
        margin: 3.2rem 0 0 0;
    }
}

.swiper-cards {
    overflow: visible;
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}

.swiper-costs-control,
.swiper-services-control {
    overflow: visible;
}

.swiper-costs-control .swiper-slide,
.swiper-services-control .swiper-slide {
    width: auto;
    padding: 0 2.4rem 0 0;
}

@media (min-width: 1200px) {

    .swiper-costs-control .swiper-wrapper,
    .swiper-services-control .swiper-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .swiper-costs-control .swiper-slide,
    .swiper-services-control .swiper-slide {
        padding: 0;
        margin: 0 0 1.6rem;
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .swiper-costs-control .swiper-slide:last-child,
    .swiper-services-control .swiper-slide:last-child {
        margin: 0;
    }
}

.swiper-intro {
    overflow: hidden;
    border-radius: 1.6rem;
}

.swiper-intro .swiper-prev,
.swiper-intro .swiper-next {
    display: none;
}

.swiper-intro .swiper-pagination {
    margin: 2rem 0 0;
    -ms-flex-pack: center;
    justify-content: center;
}

.swiper-intro .swiper-pagination-bullet {
    width: 0.6rem;
    height: 0.6rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 0.8rem;
    background: #f5f5f8;
}

.swiper-intro .swiper-pagination-bullet:first-child {
    margin-left: 0;
}

.swiper-intro .swiper-pagination-bullet:last-child {
    margin-right: 0;
}

.swiper-intro .swiper-pagination-bullet-active {
    width: 6.4rem;
}

.swiper-intro .swiper-slide {
    height: auto;
}

@media (min-width: 1200px) {

    .swiper-intro .swiper-prev,
    .swiper-intro .swiper-next {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 4.8rem;
        height: 100%;
        border: none;
        background: none;
        box-shadow: none;
        color: var(--color-gray-on-light);
        overflow: hidden;
        opacity: 1;
    }

    .swiper-intro .swiper-prev:before,
    .swiper-intro .swiper-next:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        transition: opacity 0.25s;
        opacity: 0;
    }

    .swiper-intro .swiper-prev:hover,
    .swiper-intro .swiper-next:hover {
        color: var(--body-color);
    }

    .swiper-intro .swiper-prev:hover:before,
    .swiper-intro .swiper-next:hover:before {
        opacity: 1;
    }

    .swiper-intro .swiper-prev.swiper-button-disabled,
    .swiper-intro .swiper-next.swiper-button-disabled {
        opacity: 0;
        pointer-events: none;
    }

    .swiper-intro .swiper-prev {
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 1.6rem 0 0 1.6rem;
    }

    .swiper-intro .swiper-prev:before {
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0) 100%);
    }

    .swiper-intro .swiper-next {
        position: absolute;
        top: 0;
        right: 0;
        border-radius: 0 1.6rem 1.6rem 0;
    }

    .swiper-intro .swiper-next:before {
        background: linear-gradient(-90deg, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0) 100%);
    }

    .swiper-intro .swiper-pagination {
        position: absolute;
        right: 8rem;
        bottom: 8rem;
        margin: 0;
    }

    .swiper-intro .swiper-pagination-bullet {
        background: var(--color-border);
        margin: 0 0.8rem;
    }

    .swiper-intro .swiper-pagination-bullet:first-child {
        margin-left: 0;
    }

    .swiper-intro .swiper-pagination-bullet:last-child {
        margin-right: 0;
    }
}

.swiper-tabs-control {
    overflow: visible;
}

.swiper-tabs-control .swiper-slide {
    width: auto;
    padding: 0 2.4rem 0 0;
}

@media (min-width: 1200px) {
    .swiper-tabs-control .swiper-slide {
        padding: 0 4.8rem 0 0;
    }
}

.swiper-featured-faq {
    overflow: visible;
    opacity: 0;
    transition: opacity 0.25s;
}

.swiper-featured-faq.swiper-initialized {
    opacity: 1;
}

.swiper-featured-faq .swiper-wrapper {
    width: auto;
    margin: 0 -0.8rem;
}

.swiper-featured-faq .swiper-slide {
    padding: 0 0.8rem;
    width: 26.4rem;
    -ms-flex: 0 0 26.4rem;
    flex: 0 0 26.4rem;
    height: auto;
}

.swiper-featured-faq .swiper-nav {
    display: none;
}

@media (min-width: 640px) {
    .swiper-featured-faq .swiper-slide {
        width: 29.6rem;
        -ms-flex: 0 0 29.6rem;
        flex: 0 0 29.6rem;
    }
}

@media (min-width: 1200px) {
    .swiper-featured-faq {
        margin: 0 -1.6rem -2.4rem;
    }

    .swiper-featured-faq .swiper-wrapper {
        width: 100%;
        margin: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .swiper-featured-faq .swiper-slide {
        width: 33.333%;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding: 0 1.6rem 2.4rem;
        margin: 0;
        transition: opacity 0.25s;
        opacity: 0;
        pointer-events: none;
    }

    .swiper-featured-faq .swiper-slide-visible {
        opacity: 1;
        pointer-events: auto;
    }

    .swiper-featured-faq .swiper-nav {
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        right: 1.6rem;
        bottom: 100%;
        margin: 0 0 5.2rem;
    }

    .swiper-featured-faq .swiper-prev,
    .swiper-featured-faq .swiper-next {
        width: 4rem;
        height: 4rem;
        margin: 0 1.2rem 0 0;
        border-radius: 0.8rem;
        border-color: var(--color-light);
        background: var(--color-light);
        color: var(--body-color);
    }

    .swiper-featured-faq .swiper-prev:hover,
    .swiper-featured-faq .swiper-next:hover {
        background: var(--color-highlight);
        border-color: var(--color-highlight);
        color: var(--body-color);
    }

    .swiper-featured-faq .swiper-prev:last-child,
    .swiper-featured-faq .swiper-next:last-child {
        margin: 0;
    }

    .swiper-featured-faq .swiper-prev.swiper-button-disabled,
    .swiper-featured-faq .swiper-next.swiper-button-disabled {
        opacity: 0.35;
        pointer-events: none;
    }

    .swiper-featured-faq .swiper-prev.swiper-button-lock,
    .swiper-featured-faq .swiper-next.swiper-button-lock {
        opacity: 0;
        pointer-events: none;
    }
}

.swiper-featured-news {
    overflow: visible;
    opacity: 0;
    transition: opacity 0.25s;
    margin: 0 -0.8rem;
}

.swiper-featured-news.swiper-initialized {
    opacity: 1;
}

.swiper-featured-news .swiper-slide {
    padding: 0 0.8rem;
    width: 30.4rem;
    height: auto;
    -ms-flex: 0 0 30.4rem;
    flex: 0 0 30.4rem;
}

.swiper-featured-news .swiper-nav {
    display: none;
}

@media (min-width: 640px) {
    .swiper-featured-news .swiper-slide {
        width: 100%;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}

@media (min-width: 1200px) {
    .swiper-featured-news {
        margin: 0 -2.4rem;
    }

    .swiper-featured-news .swiper-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .swiper-featured-news .swiper-slide {
        width: 50%;
        padding: 0 2.4rem;
        margin: 0;
        transition: opacity 0.25s;
        opacity: 0;
        pointer-events: none;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .swiper-featured-news .swiper-slide-visible {
        opacity: 1;
        pointer-events: auto;
    }

    .swiper-featured-news .swiper-nav {
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        right: 2.4rem;
        bottom: 100%;
        margin: 0 0 5.2rem;
    }

    .swiper-featured-news .swiper-prev,
    .swiper-featured-news .swiper-next {
        width: 4rem;
        height: 4rem;
        margin: 0 1.2rem 0 0;
        border-color: var(--color-light);
        background: var(--color-light);
        color: var(--color-dark);
    }

    .swiper-featured-news .swiper-prev:hover,
    .swiper-featured-news .swiper-next:hover {
        background: var(--color-highlight);
        border-color: var(--color-highlight);
        color: var(--color-dark);
    }

    .swiper-featured-news .swiper-prev:last-child,
    .swiper-featured-news .swiper-next:last-child {
        margin: 0;
    }

    .swiper-featured-news .swiper-prev.swiper-button-disabled,
    .swiper-featured-news .swiper-next.swiper-button-disabled {
        opacity: 0.35;
        pointer-events: none;
    }

    .swiper-featured-news .swiper-prev.swiper-button-lock,
    .swiper-featured-news .swiper-next.swiper-button-lock {
        opacity: 0;
        pointer-events: none;
    }
}

.swiper-featured {
    overflow: visible;
    opacity: 0;
    transition: opacity 0.25s;
    margin: 0 -0.8rem;
}

.swiper-featured.swiper-initialized {
    opacity: 1;
}

.swiper-featured .swiper-slide {
    padding: 0 0.8rem;
    width: 26.4rem;
    -ms-flex: 0 0 26.4rem;
    flex: 0 0 26.4rem;
    height: auto;
}

.swiper-featured .swiper-nav {
    display: none;
}

@media (min-width: 640px) {
    .swiper-featured .swiper-slide {
        width: 29.6rem;
        -ms-flex: 0 0 29.6rem;
        flex: 0 0 29.6rem;
    }
}

@media (min-width: 1200px) {
    .swiper-featured {
        margin: 0 -1.6rem;
    }

    .swiper-featured .swiper-slide {
        padding: 0 1.6rem;
        width: 33.333%;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        transition: opacity 0.25s;
        opacity: 0;
        pointer-events: none;
    }

    .swiper-featured .swiper-slide-visible {
        opacity: 1;
        pointer-events: auto;
    }

    .swiper-featured .swiper-nav {
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        right: 1.6rem;
        bottom: 100%;
        margin: 0 0 5.2rem;
    }

    .swiper-featured .swiper-prev,
    .swiper-featured .swiper-next {
        width: 4rem;
        height: 4rem;
        margin: 0 1.2rem 0 0;
        border-radius: 0.8rem;
        border-color: var(--color-light);
        background: var(--color-light);
        color: var(--body-color);
    }

    .swiper-featured .swiper-prev:hover,
    .swiper-featured .swiper-next:hover {
        background: var(--color-highlight);
        border-color: var(--color-highlight);
        color: var(--body-color);
    }

    .swiper-featured .swiper-prev:last-child,
    .swiper-featured .swiper-next:last-child {
        margin: 0;
    }

    .swiper-featured .swiper-prev.swiper-button-disabled,
    .swiper-featured .swiper-next.swiper-button-disabled {
        opacity: 0.35;
        pointer-events: none;
    }

    .swiper-featured .swiper-prev.swiper-button-lock,
    .swiper-featured .swiper-next.swiper-button-lock {
        opacity: 0;
        pointer-events: none;
    }
}

.swiper-tariffs-choice {
    overflow: visible;
    opacity: 0;
    transition: opacity 0.25s;

    &.swiper-initialized {
        opacity: 1;
    }
}

.swiper-tariffs-choice .swiper-slide {
    width: 27rem;
    height: auto;
    transition: transform 0.4s;
    transform: scale(0.87);
}

.swiper-tariffs-choice .swiper-slide-active {
    transform: scale(1);
}

@media (min-width: 640px) {
    .swiper-tariffs-choice .swiper-slide {
        width: 32.8rem;
    }
}

@media (min-width: 992px) {
    .swiper-tariffs-choice {
        margin: 0 -1.6rem;
    }

    .swiper-tariffs-choice .swiper-slide {
        transform: none;
        width: 33.333%;
        /* padding: 0 1.6rem; */
    }
}

.swiper-tariffs-sticky {
    height: 100%;
    overflow: visible;
    opacity: 0;
    transition: opacity 0.25s;
}

.swiper-tariffs-sticky.swiper-initialized {
    opacity: 1;
}

.swiper-tariffs-sticky .swiper-slide {
    width: 27rem;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 640px) {
    .swiper-tariffs-sticky .swiper-slide {
        width: 32.8rem;
    }
}

@media (min-width: 992px) {
    .swiper-tariffs-sticky .swiper-slide {
        width: 33.333%;
    }
}

.swiper-tariffs-compare {
    overflow: visible;
    opacity: 0;
    transition: opacity 0.25s;
}

.swiper-tariffs-compare.swiper-initialized {
    opacity: 1;
}

.swiper-tariffs-compare .swiper-slide {
    width: 27rem;
    height: auto;
}

@media (min-width: 640px) {
    .swiper-tariffs-compare .swiper-slide {
        width: 32.8rem;
    }
}

@media (min-width: 992px) {
    .swiper-tariffs-compare .swiper-slide {
        width: 33.333%;
    }
}

.swiper-design-thumbs {
    overflow: visible;
    padding: 0 0.3rem;
}

.swiper-design-thumbs .swiper-prev,
.swiper-design-thumbs .swiper-next {
    display: none;
}

.swiper-design-thumbs .swiper-slide {
    width: auto;
    height: auto;
    cursor: pointer;
}

.swiper-design-thumbs .swiper-slide-thumb-active>* {
    box-shadow: 0 0 0 0.3rem var(--color-accent);
}

@media (min-width: 640px) {
    .swiper-design-thumbs {
        padding: 0.3rem 0;
        height: 35.8rem;
        overflow: hidden;
    }

    .swiper-design-thumbs .swiper-prev,
    .swiper-design-thumbs .swiper-next {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        height: 3.6rem;
        border-radius: 0;
        border: none;
        background: #ffffff;
        color: var(--color-gray-on-light);
        transition: opacity 0.25s;
    }

    .swiper-design-thumbs .swiper-prev:hover,
    .swiper-design-thumbs .swiper-next:hover {
        color: var(--body-color);
    }

    .swiper-design-thumbs .swiper-prev.swiper-button-disabled,
    .swiper-design-thumbs .swiper-next.swiper-button-disabled {
        opacity: 0;
    }

    .swiper-design-thumbs .swiper-prev {
        position: absolute;
        top: 0;
        left: 0;
        box-shadow: 0 0 1.6rem rgba(0, 0, 0, 0.16);
    }

    .swiper-design-thumbs .swiper-next {
        position: absolute;
        bottom: 0;
        left: 0;
        box-shadow: 0 0 1.6rem rgba(0, 0, 0, 0.16);
    }

    .swiper-design-thumbs .swiper-slide {
        transition: opacity 0.25s;
        opacity: 0;
        pointer-events: none;
    }

    .swiper-design-thumbs .swiper-slide-visible {
        opacity: 1;
        pointer-events: auto;
    }
}

@media (min-width: 1200px) {
    .swiper-design-thumbs {
        padding: 0 0.3rem;
        height: auto;
        overflow: visible;
    }

    .swiper-design-thumbs .swiper-prev,
    .swiper-design-thumbs .swiper-next {
        display: none;
    }

    .swiper-design-thumbs .swiper-wrapper {
        width: auto;
        margin: 0 -0.4rem -0.8rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .swiper-design-thumbs .swiper-slide {
        padding: 0 0.4rem 0.8rem;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        width: 33.333%;
        max-width: 33.333%;
        height: auto;
        opacity: 1;
    }
}

.swiper-design-slides {
    overflow: visible;
    transition: opacity 0.25s;
    opacity: 0;
}

.swiper-design-slides.swiper-initialized {
    opacity: 1;
}

.swiper-discounts {
    overflow: visible;
}

.swiper-discounts .swiper-slide {
    width: auto;
}

.swiper-privileges {
    overflow: visible;
    opacity: 0;
    transition: opacity 0.25s;
}

.swiper-privileges.swiper-initialized {
    opacity: 1;
}

.swiper-privileges .swiper-wrapper {
    width: auto;
    margin: 0 -1.2rem;
}

.swiper-privileges .swiper-slide {
    padding: 0 1.2rem;
    width: 26.4rem;
    -ms-flex: 0 0 26.4rem;
    flex: 0 0 26.4rem;
    height: auto;
}

@media (min-width: 1200px) {
    .swiper-privileges {
        margin: 0 -2.4rem -3.2rem;
    }

    .swiper-privileges .swiper-wrapper {
        width: 100%;
        margin: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .swiper-privileges .swiper-slide {
        width: 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 2.4rem 3.2rem;
        margin: 0;
    }
}

.swiper-stock {
    margin: 0 -64rem;
    overflow: visible;
}

.swiper-stock .swiper-wrapper {
    transition-timing-function: linear;
}

.swiper-stock .swiper-slide {
    width: auto;
}

.swiper-insurance {
    margin: 0 -64rem;
    overflow: visible;
}

.swiper-insurance .swiper-slide {
    width: auto;
    cursor: grab;
    /*pointer-events: none;*/
}

.pb-services .container-fluid {
    position: relative;
}

@media (min-width: 1200px) {
    .pb-services__swiper {
        padding: 0 4rem;
    }
}

.swiper-pb-services {
    overflow: visible;
    margin: 0 -0.8rem;
    width: auto;
}

.swiper-pb-services .swiper-slide {
    width: auto;
    padding: 0 0.8rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media (min-width: 992px) {
    .swiper-pb-services {
        margin: 0 -1.6rem;
    }

    .swiper-pb-services .swiper-slide {
        padding: 0 1.6rem;
    }
}

@media (min-width: 1200px) {
    .swiper-pb-services {
        overflow: hidden;
    }
}

@media (min-width: 1680px) {
    .swiper-pb-services {
        margin: 0 -2rem;
    }

    .swiper-pb-services .swiper-slide {
        padding: 0 2rem;
    }
}

.swiper-pb-invest {
    overflow: visible;
    margin: 0 -0.8rem;
    width: auto;
}

.swiper-pb-invest .swiper-slide {
    width: auto;
    padding: 0 0.8rem;
}

@media (min-width: 640px) {
    .swiper-pb-invest {
        margin: 0 -2.4rem;
    }

    .swiper-pb-invest .swiper-slide {
        padding: 0 2.4rem;
    }
}

@media (min-width: 992px) {
    .swiper-pb-invest {
        margin: 0 -1rem;
    }

    .swiper-pb-invest .swiper-slide {
        padding: 0 1rem;
    }
}

@media (min-width: 1200px) {
    .swiper-pb-invest {
        margin: 0 -2.8rem;
    }

    .swiper-pb-invest .swiper-slide {
        padding: 0 2.8rem;
        width: 33.333%;
    }
}

@media (min-width: 1680px) {
    .swiper-pb-invest {
        margin: 0 -3.6rem;
    }

    .swiper-pb-invest .swiper-slide {
        padding: 0 3.6rem;
    }
}

.swiper-pb-cards-slides {
    margin: 0 0 1.6rem;
    overflow: visible;
}

.swiper-pb-cards-slides .swiper-slide {
    margin: 0 0.6rem 0 0;
}

.swiper-pb-cards-slides .swiper-slide:last-child {
    margin: 0;
}

.swiper-pb-cards-slides:last-child {
    margin: 0;
}

@media (min-width: 640px) {
    .swiper-pb-cards-slides {
        margin: 0 0 3.6rem;
    }
}

@media (min-width: 992px) {
    .swiper-pb-cards-slides {
        margin: 0 0 2.4rem;
    }
}

@media (min-width: 1200px) {
    .swiper-pb-cards-slides {
        margin: 0 0 3.2rem;
    }
}

.swiper-pb-cards-thumbs {
    overflow: visible;
    margin: 0 -0.3rem;
    width: auto;
}

.swiper-pb-cards-thumbs .swiper-slide {
    padding: 0 0.3rem;
    width: 25%;
}

.swiper-pb-cards-thumbs .swiper-slide-thumb-active>* {
    box-shadow: 0 0 0 0.2rem var(--private-accent-color);
}

.swiper-pb-about {
    overflow: visible;
    margin: 0 -0.8rem;
    width: auto;
}

.swiper-pb-about .swiper-slide {
    padding: 0 0.8rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 23rem;
}

@media (min-width: 640px) {
    .swiper-pb-about {
        margin: 0 -2.4rem;
    }

    .swiper-pb-about .swiper-slide {
        padding: 0 2.4rem;
        width: 36.8rem;
    }
}

@media (min-width: 992px) {
    .swiper-pb-about {
        margin: 0 -1rem;
    }

    .swiper-pb-about .swiper-slide {
        padding: 0 1rem;
        width: 33.3333%;
    }
}

@media (min-width: 1200px) {
    .swiper-pb-about {
        margin: 0 -2.8rem;
    }

    .swiper-pb-about .swiper-slide {
        padding: 0 2.8rem;
        width: 33.333%;
    }
}

@media (min-width: 1680px) {
    .swiper-pb-about {
        margin: 0 -3.6rem;
    }

    .swiper-pb-about .swiper-slide {
        padding: 0 3.6rem;
    }
}

.swiper-team {
    overflow: visible;
    width: auto;
    margin: 0 -0.8rem;
}

.swiper-team .swiper-slide {
    width: auto;
    padding: 0 0.8rem;
}

@media (min-width: 640px) {
    .swiper-team {
        margin: 0 -1.2rem -2.4rem;
    }

    .swiper-team .swiper-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .swiper-team .swiper-slide {
        width: 100%;
        padding: 0 1.2rem 2.4rem;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 1200px) {
    .swiper-team {
        margin: 0 -2.4rem -4.8rem;
    }

    .swiper-team .swiper-slide {
        padding: 0 2.4rem 4.8rem;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
}

.swiper-management {
    overflow: visible;
    width: auto;
    margin: 0 -0.8rem;
}

.swiper-management .swiper-slide {
    width: 31.2rem;
    padding: 0 0.8rem;
}

@media (min-width: 1200px) {
    .swiper-management {
        margin: 0 -1.6rem;
    }

    .swiper-management .swiper-slide {
        width: 33.333%;
        padding: 0 1.6rem;
    }
}

.swiper-facts {
    overflow: visible;
    opacity: 0;
    transition: opacity 0.25s;
    margin: 0 -0.8rem;
}

.swiper-facts.swiper-initialized {
    opacity: 1;
}

.swiper-facts .swiper-slide {
    padding: 0 0.8rem;
    width: 25.6rem;
    height: auto;
}

@media (min-width: 1200px) {
    .swiper-facts {
        margin: 0 -1.2rem;
    }

    .swiper-facts .swiper-slide {
        width: 25%;
        padding: 0 1.2rem;
        margin: 0;
    }
}

.swiper-vacancies {
    overflow: visible;
    opacity: 0;
    transition: opacity 0.25s;
    margin: 0 -0.8rem;
}

.swiper-vacancies.swiper-initialized {
    opacity: 1;
}

.swiper-vacancies .swiper-slide {
    padding: 0 0.8rem;
    width: 32rem;
    height: auto;
    max-width: 100%;
}

@media (min-width: 1200px) {
    .swiper-vacancies {
        margin: 0 -1.2rem;
    }

    .swiper-vacancies .swiper-slide {
        width: 50%;
        padding: 0 1.2rem;
    }
}

.swiper-certificates {
    overflow: visible;
    margin: 0 -1.6rem;
}

.swiper-certificates .swiper-slide {
    width: 25.6rem;
    padding: 0 1.6rem;
}

@media (min-width: 640px) {
    .swiper-certificates {
        margin: 0 -1.2rem -2.4rem;
    }

    .swiper-certificates .swiper-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .swiper-certificates .swiper-slide {
        padding: 0 1.2rem 2.4rem;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
}

@media (min-width: 1200px) {
    .swiper-certificates {
        margin: 0 -1.6rem -4.8rem;
    }

    .swiper-certificates .swiper-slide {
        padding: 0 1.6rem 4.8rem;
    }
}

.swiper-auto {
    overflow: hidden;
}

.swiper-auto .swiper-slide {
    width: auto !important;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.swiper-auto .swiper-slide:last-child {
    margin-right: 0 !important;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory;
}

.swiper-centered>.swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999;
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size);
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap;
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-cube {
    overflow: visible;
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px);
}

.swiper-flip {
    overflow: visible;
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
}

/* ====================================================================== */
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -999.9rem;
    margin: 0;
    position: absolute !important;
    top: -999.9rem;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
    opacity: 0.9;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity 0.25s ease,
        visibility 0s ease 0.25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity 0.25s ease 0s,
        visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #cccccc;
    font-size: 1.3rem;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 4.4rem;
    left: 0;
    line-height: 4.4rem;
    min-width: 4.4rem;
    mix-blend-mode: difference;
    padding: 0 1rem;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 4.4rem;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 4.4rem 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #ffffff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 4.4rem;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: transparent no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #ffffff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #ffffff;
    cursor: default;
    max-width: 40rem;
    padding: 4rem;
    width: 100%;
}

.fancybox-error p {
    color: #444444;
    font-size: 1.6rem;
    line-height: 2rem;
    margin: 0;
    padding: 0;
}

.fancybox-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 4.4rem;
    margin: 0;
    padding: 1rem;
    position: relative;
    transition: color 0.2s;
    vertical-align: top;
    visibility: inherit;
    width: 4.4rem;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #cccccc;
}

.fancybox-button:hover {
    color: #ffffff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888888;
    cursor: default;
    outline: none;
}

.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 0.2rem;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #cccccc;
    cursor: pointer;
    opacity: 0.8;
    padding: 0.8rem;
    position: absolute;
    right: -1.2rem;
    top: -4.4rem;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #ffffff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 1rem;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 10rem;
    opacity: 0;
    position: absolute;
    top: calc(50% - 5rem);
    width: 7rem;
}

.fancybox-navigation .fancybox-button div {
    padding: 0.7rem;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    padding: 3.1rem 2.6rem 3.1rem 0.6rem;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 3.1rem 0.6rem 3.1rem 2.6rem;
    right: 0;
}

.fancybox-caption {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eeeeee;
    font-size: 1.4rem;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 7.5rem 4.4rem 2.5rem 4.4rem;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

.fancybox-caption--separate {
    margin-top: -5rem;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #cccccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 0.4rem solid #888888;
    border-bottom-color: #ffffff;
    border-radius: 50%;
    height: 5rem;
    left: 50%;
    margin: -2.5rem 0 0 -2.5rem;
    opacity: 0.7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 5rem;
    z-index: 99999;
}

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

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

@media all and (max-height: 576px) {
    .fancybox-close-small {
        right: -0.6rem;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 3.6rem;
        opacity: 1;
        padding: 0.6rem;
        right: 0;
        top: 0;
        width: 3.6rem;
    }

    .fancybox-caption {
        padding-left: 1.2rem;
        padding-right: 1.2rem;
    }
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 0.3rem;
    max-width: 90%;
    padding: 3rem;
    text-align: center;
}

.fancybox-share h1 {
    color: #222222;
    font-size: 3.5rem;
    font-weight: 700;
    margin: 0 0 2rem 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 0.3rem;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 4rem;
    margin: 0 0.5rem 1rem 0.5rem;
    min-width: 13rem;
    padding: 0 1.5rem;
    text-decoration: none;
    transition: all 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #ffffff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 2.5rem;
    margin-right: 0.7rem;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 2.5rem;
}

.fancybox-share__button svg path {
    fill: #ffffff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 1.4rem;
    margin: 1rem 0 0 0;
    outline: none;
    padding: 1rem 1.5rem;
    width: 100%;
}

.fancybox-thumbs {
    background: #dddddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 0.2rem 0.2rem 0.4rem 0.2rem;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 21.2rem;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 21.2rem;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 0.7rem;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 1rem;
    box-shadow: inset 0 0 0.6rem rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 1rem;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 7.5rem;
    margin: 0.2rem;
    max-height: calc(100% - 0.8rem);
    max-width: calc(50% - 0.4rem);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 10rem;
}

.fancybox-thumbs__list a::before {
    border: 0.6rem solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 11rem;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 11rem;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 1rem);
    }
}

.fancybox-content {
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible;
    background: none;
}

.fancybox-slide--html {
    padding: 0;
}

.fancybox-slide--html .fancybox-content {
    height: 100%;
}

@media (min-width: 1200px) {
    .fancybox-slide--html {
        padding: 2.4rem;
    }

    .fancybox-slide--html .fancybox-content {
        height: auto;
    }
}

.fancybox-bg {
    background: rgb(255, 255, 255);
    opacity: 0;
}

@media (min-width: 1200px) {
    .fancybox-bg {
        background: rgba(36, 38, 36, 0.4);
    }
}

.fancybox-container:has(.help-center__popup) .fancybox-bg,
.fancybox-container:has(.private-cumulative__popup) .fancybox-bg {
    background: rgba(36, 38, 36, 0.4);
}

.fancybox-is-open .fancybox-bg {
    opacity: 1;
}

@media (hover: none) {
    .fancybox-lock {
        overflow: hidden;
    }
}

.fancybox-type-inline .fancybox-close {
    position: absolute;
    top: 0;
    right: 0;
}

.fancybox-fx-slide-in-out.fancybox-slide--previous {
    transform: translateX(-100%);
}

.fancybox-fx-slide-in-out.fancybox-slide--next {
    transform: translateX(-100%);
}

.fancybox-fx-slide-in-out.fancybox-slide--current {
    transform: translateX(0);
}

.fancybox-slide-in-out .fancybox-slide {
    text-align: left;
}

.fancybox-slide-in-out .fancybox-slide {
    padding: 0;
}

.fancybox-slide-in-out .fancybox-slide::-webkit-scrollbar {
    display: none;
}

.fancybox-slide-in-out .fancybox-content {
    padding: 0;
    background: transparent;
    height: 100%;
    position: static;
}

.fancybox-slide-in-out .fancybox-bg {
    position: fixed;
    opacity: 0;
    background: #f0ede9 url(../images/bg-fancybox.svg) 50% 50% repeat;
}

.fancybox-slide-in-out .fancybox-is-open .fancybox-bg {
    opacity: 1;
}

.irs {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.irs-line {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none;
}

.irs-bar {
    position: absolute;
    display: block;
    left: 0;
    width: 0;
}

.irs-shadow {
    position: absolute;
    display: none;
    left: 0;
    width: 0;
}

.irs-handle {
    position: absolute;
    display: block;
    box-sizing: border-box;
    cursor: default;
    z-index: 1;
}

.irs-handle.type_last {
    z-index: 2;
}

.irs-min,
.irs-max {
    position: absolute;
    display: block;
    cursor: default;
}

.irs-min {
    left: 0;
}

.irs-max {
    right: 0;
}

.irs-from,
.irs-to,
.irs-single {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    cursor: default;
    white-space: nowrap;
}

.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2rem;
}

.irs-with-grid .irs-grid {
    display: block;
}

.irs-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 0.8rem;
    background: #000000;
}

.irs-grid-pol.small {
    height: 0.4rem;
}

.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 0.9rem;
    line-height: 0.9rem;
    padding: 0 0.3rem;
    color: #000000;
}

.irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    cursor: default;
    background: rgba(0, 0, 0, 0);
    z-index: 2;
}

.lt-ie9 .irs-disable-mask {
    background: #000000;
    filter: alpha(opacity=0);
    cursor: not-allowed;
}

.irs-disabled {
    opacity: 0.4;
}

.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}

.irs {
    height: 0.2rem;
    margin: 0;
    position: relative;
    top: -1px;
    background: var(--color-border);
    border-radius: 0.3rem;
}

.calulator-deposit .irs {
    background: var(--color-light);
}

.irs .irs {
    background: none;
    margin: 0;
}

.irs-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.irs-bar {
    position: absolute;
    top: 0;
    left: 0;
    background: #01c850;
    height: 100%;
    border-radius: 0.2rem;
}

.irs-handle {
    cursor: pointer;
    width: 0.8rem;
    height: 0.8rem;
    top: -0.3rem;
}

@media (min-width: 1200px) {
    .irs-handle {
        width: 1.6rem;
        height: 1.6rem;
        top: -0.7rem;
    }
}

.irs-handle:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    margin: -0.4rem 0 0 -0.4rem;
    background: #01c850;
    transition: 0.25s;

    .is-page-pb & {
        width: 1rem;
        height: 1rem;
        margin: -0.5rem 0 0 -0.5rem;
    }
}

@media (width < 991px) {
    .is-page-pb .irs-handle::after {
        position: absolute;
        display: block;
        content: '';
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 5rem;
        height: 5rem;
        margin: 0;
        background: transparent;
    }
}

.calc .irs-handle:before {
    background: var(--color-highlight);
}

.irs-handle:after {
    display: block;
    position: absolute;
    top: -0.8rem;
    left: -0.8rem;
    right: -0.8rem;
    bottom: -0.8rem;
}

.irs-handle:hover:before,
.irs-handle:active:before {
    transform: scale(1.3);
    background: #01c850;

    .is-page-pb & {
        transform: scale(1.15);
    }
}

@media (min-width: 1200px) {
    .irs-handle:before {
        width: 1.6rem;
        height: 1.6rem;
        margin: -0.8rem 0 0 -0.8rem;

        .is-page-pb & {
            width: 2rem;
            height: 2rem;
            margin: -1rem 0 0 -1rem;
        }
    }
}

.tooltipster-base {
    display: -ms-flexbox;
    display: flex;
    pointer-events: none;
    position: absolute;
}

.tooltipster-box {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.tooltipster-content {
    box-sizing: border-box;
    max-height: 100%;
    max-width: 100%;
    overflow: auto;
}

.tooltipster-ruler {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
}

.tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}

.tooltipster-fade.tooltipster-show {
    opacity: 1;
}

.tooltipster-grow {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.tooltipster-grow.tooltipster-show {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotateZ(4deg);
    -moz-transform: rotateZ(4deg);
    -o-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
}

.tooltipster-swing.tooltipster-show {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
    -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
    -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
    -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
    transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -o-transition-property: top;
    -ms-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-fall.tooltipster-initial {
    top: 0 !important;
}

.tooltipster-fall.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    top: 0 !important;
    opacity: 0;
}

.tooltipster-slide {
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -o-transition-property: left;
    -ms-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-slide.tooltipster-initial {
    left: -4rem !important;
}

.tooltipster-slide.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    left: 0 !important;
    opacity: 0;
}

@keyframes tooltipster-fading {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.tooltipster-update-fade {
    animation: tooltipster-fading 400ms;
}

@keyframes tooltipster-rotating {
    25% {
        transform: rotate(-2deg);
    }

    75% {
        transform: rotate(2deg);
    }

    100% {
        transform: rotate(0);
    }
}

.tooltipster-update-rotate {
    animation: tooltipster-rotating 600ms;
}

@keyframes tooltipster-scaling {
    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.tooltipster-update-scale {
    animation: tooltipster-scaling 600ms;
}

.tooltipster-sidetip .tooltipster-box {
    background: #565656;
    border: 0.2rem solid black;
    border-radius: 0.4rem;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
    margin-top: 0.8rem;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
    margin-right: 0.8rem;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
    margin-left: 0.8rem;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
    margin-bottom: 0.8rem;
}

.tooltipster-sidetip .tooltipster-content {
    color: white;
    line-height: 1.8rem;
    padding: 0.6rem 1.4rem;
}

.tooltipster-sidetip .tooltipster-arrow {
    overflow: hidden;
    position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
    height: 1rem;
    margin-left: -1rem;
    top: 0;
    width: 2rem;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
    height: 2rem;
    margin-top: -1rem;
    right: 0;
    top: 0;
    width: 1rem;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
    height: 2rem;
    margin-top: -1rem;
    left: 0;
    top: 0;
    width: 1rem;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
    bottom: 0;
    height: 1.1rem;
    margin-left: -1rem;
    width: 2rem;
}

.tooltipster-sidetip .tooltipster-arrow-background,
.tooltipster-sidetip .tooltipster-arrow-border {
    height: 0;
    position: absolute;
    width: 0;
}

.tooltipster-sidetip .tooltipster-arrow-background {
    border: 1.2rem solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #565656;
    left: 0;
    top: 0.3rem;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
    border-left-color: #565656;
    left: -0.3rem;
    top: 0;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
    border-right-color: #565656;
    left: 0.3rem;
    top: 0;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #565656;
    left: 0;
    top: -0.3rem;
}

.tooltipster-sidetip .tooltipster-arrow-border {
    border: 1.1rem solid transparent;
    left: 0;
    top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: black;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
    border-left-color: black;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
    border-right-color: black;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
    border-top-color: black;
}

.tooltipster-sidetip .tooltipster-arrow-uncropped {
    position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
    top: -1rem;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
    left: -1rem;
}

.tooltipster-dark {
    pointer-events: auto;
}

.tooltipster-dark.tooltipster-right .tooltipster-arrow-border,
.tooltipster-dark.tooltipster-right .tooltipster-arrow-background {
    border-right-color: #24303b;
}

.tooltipster-dark.tooltipster-left .tooltipster-arrow-border,
.tooltipster-dark.tooltipster-left .tooltipster-arrow-background {
    border-left-color: #24303b;
}

.tooltipster-dark.tooltipster-top .tooltipster-arrow-border,
.tooltipster-dark.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #24303b;
}

.tooltipster-dark.tooltipster-bottom .tooltipster-arrow-border,
.tooltipster-dark.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #24303b;
}

.tooltipster-dark .tooltipster-box {
    box-shadow: 0 0.6rem 1.6rem rgba(0, 0, 0, 0.22);
    background: #24303b;
    border: none;
    border-radius: 1.2rem;
    /*max-width: 23.9rem;*/
}

.tooltipster-dark .tooltipster-content {
    position: relative;
    padding: 1.2rem 2.8rem 1.2rem 1.2rem;
    font-size: 1.4rem;
    line-height: 1.14;
    font-weight: 400;
    color: #ffffff;
}

.is-page-pb {
    .tooltipster-content {
        padding: 1.2rem;
        color: var(--color-dark, #212a34);
        font-size: 16px;
        line-height: 20px;
    }

    .tooltipster-box {
        background: #dad6d1;
        box-shadow: none;
    }
}

.tooltipster-dark .tooltipster-content p {
    margin: 0 0 1.6rem;
}

.tooltipster-dark .tooltipster-content p:last-child {
    margin: 0;
}

.tooltipster-dark .tooltipster-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tooltipster-dark .tooltipster-content ul>li {
    margin: 0;
    padding: 0;
}

.tooltipster-dark .tooltipster-content ul>li:before,
.tooltipster-dark .tooltipster-content ul>li:after {
    display: none;
}

.tooltipster-close {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1.6rem;
    height: 1.6rem;
    position: absolute;
    top: 0.8rem;
    right: 0.8rem;
    z-index: 100;
    background: var(--background-color-grey);
    border-radius: 50%;
    color: #ffffff;
    cursor: pointer;
    transition: background 0.25s,
        color 0.25s;
}

.tooltipster-close:hover {
    background: #ffffff;
    color: var(--color-grey);
}

.datepicker {
    z-index: 100000;
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
    color: #dedede;
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
    color: #ffffff;
    background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none;
}

.datepicker--cells {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.datepicker--cell {
    border-radius: 0.4rem;
    box-sizing: border-box;
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 3.2rem;
    z-index: 1;
}

.datepicker--cell.-focus- {
    background: #f0f0f0;
}

.datepicker--cell.-current- {
    color: #4eb5e6;
}

.datepicker--cell.-current-.-focus- {
    color: #4a4a4a;
}

.datepicker--cell.-current-.-in-range- {
    color: #4eb5e6;
}

.datepicker--cell.-in-range- {
    background: rgba(92, 196, 239, 0.1);
    color: #4a4a4a;
    border-radius: 0;
}

.datepicker--cell.-in-range-.-focus- {
    background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell.-disabled- {
    cursor: default;
    color: #aeaeae;
}

.datepicker--cell.-disabled-.-focus- {
    color: #aeaeae;
}

.datepicker--cell.-disabled-.-in-range- {
    color: #a1a1a1;
}

.datepicker--cell.-disabled-.-current-.-focus- {
    color: #aeaeae;
}

.datepicker--cell.-range-from- {
    border: 1px solid rgba(92, 196, 239, 0.5);
    background-color: rgba(92, 196, 239, 0.1);
    border-radius: 0.4rem 0 0 0.4rem;
}

.datepicker--cell.-range-to- {
    border: 1px solid rgba(92, 196, 239, 0.5);
    background-color: rgba(92, 196, 239, 0.1);
    border-radius: 0 0.4rem 0.4rem 0;
}

.datepicker--cell.-range-from-.-range-to- {
    border-radius: 0.4rem;
}

.datepicker--cell.-selected- {
    color: #ffffff;
    border: none;
    background: #5cc4ef;
}

.datepicker--cell.-selected-.-current- {
    color: #ffffff;
    background: #5cc4ef;
}

.datepicker--cell.-selected-.-focus- {
    background: #45bced;
}

.datepicker--cell:empty {
    cursor: default;
}

.datepicker--days-names {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0.8rem 0 0.3rem;
}

.datepicker--day-name {
    color: #ff9a19;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.8em;
}

.datepicker--cell-day {
    width: 14.28571%;
}

.datepicker--cells-months {
    height: 17rem;
}

.datepicker--cell-month {
    width: 33.33%;
    height: 25%;
}

.datepicker--years {
    height: 17rem;
}

.datepicker--cells-years {
    height: 17rem;
}

.datepicker--cell-year {
    width: 25%;
    height: 33.33%;
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
    color: #dedede;
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
    color: #ffffff;
    background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none;
}

.datepickers-container {
    position: absolute;
    left: 0;
    top: 0;
}

@media print {
    .datepickers-container {
        display: none;
    }
}

.datepicker {
    background: #ffffff;
    border: 1px solid #dbdbdb;
    box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.15);
    border-radius: 0.4rem;
    box-sizing: content-box;
    font-family: Tahoma, sans-serif;
    font-size: 1.4rem;
    color: #4a4a4a;
    width: 25rem;
    position: absolute;
    left: -10000rem;
    opacity: 0;
    transition: opacity 0.3s ease,
        transform 0.3s ease,
        left 0s 0.3s;
    z-index: 100000;
}

.datepicker.-from-top- {
    -webkit-transform: translateY(-0.8rem);
    transform: translateY(-0.8rem);
}

.datepicker.-from-right- {
    -webkit-transform: translateX(0.8rem);
    transform: translateX(0.8rem);
}

.datepicker.-from-bottom- {
    -webkit-transform: translateY(0.8rem);
    transform: translateY(0.8rem);
}

.datepicker.-from-left- {
    -webkit-transform: translateX(-0.8rem);
    transform: translateX(-0.8rem);
}

.datepicker.active {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
    transition: opacity 0.3s ease,
        transform 0.3s ease,
        left 0s 0s,
        -webkit-transform 0.3s ease;
}

.datepicker-inline .datepicker {
    border-color: #d7d7d7;
    box-shadow: none;
    position: static;
    left: auto;
    right: auto;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.datepicker-inline .datepicker--pointer {
    display: none;
}

.datepicker--content {
    box-sizing: content-box;
    padding: 0.4rem;
}

.-only-timepicker- .datepicker--content {
    display: none;
}

.datepicker--pointer {
    position: absolute;
    background: #ffffff;
    border-top: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    width: 1rem;
    height: 1rem;
    z-index: -1;
}

.-top-left- .datepicker--pointer,
.-top-center- .datepicker--pointer,
.-top-right- .datepicker--pointer {
    top: calc(100% - 0.4rem);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.-right-top- .datepicker--pointer,
.-right-center- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
    right: calc(100% - 0.4rem);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.-bottom-left- .datepicker--pointer,
.-bottom-center- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
    bottom: calc(100% - 0.4rem);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}

.-left-top- .datepicker--pointer,
.-left-center- .datepicker--pointer,
.-left-bottom- .datepicker--pointer {
    left: calc(100% - 0.4rem);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.-top-left- .datepicker--pointer,
.-bottom-left- .datepicker--pointer {
    left: 1rem;
}

.-top-right- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
    right: 1rem;
}

.-top-center- .datepicker--pointer,
.-bottom-center- .datepicker--pointer {
    left: calc(50% - 0.5rem);
}

.-left-top- .datepicker--pointer,
.-right-top- .datepicker--pointer {
    top: 1rem;
}

.-left-bottom- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
    bottom: 1rem;
}

.-left-center- .datepicker--pointer,
.-right-center- .datepicker--pointer {
    top: calc(50% - 0.5rem);
}

.datepicker--body {
    display: none;
}

.datepicker--body.active {
    display: block;
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
    color: #dedede;
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
    color: #ffffff;
    background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none;
}

.datepicker--nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #efefef;
    min-height: 3.2rem;
    padding: 0.4rem;
}

.-only-timepicker- .datepicker--nav {
    display: none;
}

.datepicker--nav-title,
.datepicker--nav-action {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.datepicker--nav-action {
    width: 3.2rem;
    border-radius: 0.4rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.datepicker--nav-action:hover {
    background: #f0f0f0;
}

.datepicker--nav-action.-disabled- {
    visibility: hidden;
}

.datepicker--nav-action svg {
    width: 3.2rem;
    height: 3.2rem;
}

.datepicker--nav-action path {
    fill: none;
    stroke: #9c9c9c;
    stroke-width: 0.2rem;
}

.datepicker--nav-title {
    border-radius: 0.4rem;
    padding: 0 0.8rem;
}

.datepicker--nav-title i {
    font-style: normal;
    color: #9c9c9c;
    margin-left: 0.5rem;
}

.datepicker--nav-title:hover {
    background: #f0f0f0;
}

.datepicker--nav-title.-disabled- {
    cursor: default;
    background: none;
}

.datepicker--buttons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0.4rem;
    border-top: 1px solid #efefef;
}

.datepicker--button {
    color: #4eb5e6;
    cursor: pointer;
    border-radius: 0.4rem;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 3.2rem;
}

.datepicker--button:hover {
    color: #4a4a4a;
    background: #f0f0f0;
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
    color: #dedede;
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
    color: #ffffff;
    background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none;
}

.datepicker--time {
    border-top: 1px solid #efefef;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.4rem;
    position: relative;
}

.datepicker--time.-am-pm- .datepicker--time-sliders {
    -webkit-flex: 0 1 13.8rem;
    -ms-flex: 0 1 13.8rem;
    flex: 0 1 13.8rem;
    max-width: 13.8rem;
}

.-only-timepicker- .datepicker--time {
    border-top: none;
}

.datepicker--time-sliders {
    -webkit-flex: 0 1 15.3rem;
    -ms-flex: 0 1 15.3rem;
    flex: 0 1 15.3rem;
    margin-right: 1rem;
    max-width: 15.3rem;
}

.datepicker--time-label {
    display: none;
    font-size: 1.2rem;
}

.datepicker--time-current {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 1.4rem;
    text-align: center;
    margin: 0 0 0 1rem;
}

.datepicker--time-current-colon {
    margin: 0 0.2rem 0.3rem;
    line-height: 1;
}

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
    line-height: 1;
    font-size: 1.9rem;
    font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
    position: relative;
    z-index: 1;
}

.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
    content: '';
    background: #f0f0f0;
    border-radius: 0.4rem;
    position: absolute;
    left: -0.2rem;
    top: -0.3rem;
    right: -0.2rem;
    bottom: -0.2rem;
    z-index: -1;
    opacity: 0;
}

.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
    opacity: 1;
}

.datepicker--time-current-ampm {
    text-transform: uppercase;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    color: #9c9c9c;
    margin-left: 0.6rem;
    font-size: 1.1rem;
    margin-bottom: 1px;
}

.datepicker--time-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.1rem;
    height: 1.7rem;
    background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat;
}

.datepicker--time-row:first-child {
    margin-bottom: 0.4rem;
}

.datepicker--time-row input[type='range'] {
    background: none;
    cursor: pointer;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    appearance: none;
}

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none;
}

.datepicker--time-row input[type='range']::-ms-tooltip {
    display: none;
}

.datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
    border-color: #b8b8b8;
}

.datepicker--time-row input[type='range']:hover::-moz-range-thumb {
    border-color: #b8b8b8;
}

.datepicker--time-row input[type='range']:hover::-ms-thumb {
    border-color: #b8b8b8;
}

.datepicker--time-row input[type='range']:focus {
    outline: none;
}

.datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef;
}

.datepicker--time-row input[type='range']:focus::-moz-range-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef;
}

.datepicker--time-row input[type='range']:focus::-ms-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef;
}

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
    box-sizing: border-box;
    height: 1.2rem;
    width: 1.2rem;
    border-radius: 0.3rem;
    border: 1px solid #dedede;
    background: #ffffff;
    cursor: pointer;
    transition: background 0.2s;
}

.datepicker--time-row input[type='range']::-moz-range-thumb {
    box-sizing: border-box;
    height: 1.2rem;
    width: 1.2rem;
    border-radius: 0.3rem;
    border: 1px solid #dedede;
    background: #ffffff;
    cursor: pointer;
    transition: background 0.2s;
}

.datepicker--time-row input[type='range']::-ms-thumb {
    box-sizing: border-box;
    height: 1.2rem;
    width: 1.2rem;
    border-radius: 0.3rem;
    border: 1px solid #dedede;
    background: #ffffff;
    cursor: pointer;
    transition: background 0.2s;
}

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
    margin-top: -0.6rem;
}

.datepicker--time-row input[type='range']::-webkit-slider-runnable-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: transparent;
}

.datepicker--time-row input[type='range']::-moz-range-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: transparent;
}

.datepicker--time-row input[type='range']::-ms-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: transparent;
}

.datepicker--time-row input[type='range']::-ms-fill-lower {
    background: transparent;
}

.datepicker--time-row input[type='range']::-ms-fill-upper {
    background: transparent;
}

.datepicker--time-row span {
    padding: 0 1.2rem;
}

.datepicker--time-icon {
    color: #9c9c9c;
    border: 1px solid;
    border-radius: 50%;
    font-size: 1.6rem;
    position: relative;
    margin: 0 0.5rem -1px 0;
    width: 1em;
    height: 1em;
}

.datepicker--time-icon:after,
.datepicker--time-icon:before {
    content: '';
    background: currentColor;
    position: absolute;
}

.datepicker--time-icon:after {
    height: 0.4em;
    width: 1px;
    left: calc(50% - 1px);
    top: calc(50% + 1px);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.datepicker--time-icon:before {
    width: 0.4em;
    height: 1px;
    top: calc(50% + 1px);
    left: calc(50% - 1px);
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
    color: #dedede;
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
    color: #ffffff;
    background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none;
}

.datepicker {
    font: 400 1.6rem/1.25 'GT America LCG',
        Arial,
        sans-serif;
    border: none;
    background: #ffffff;
    box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 0.8rem;
    width: 28.4rem;
}

.datepicker--pointer {
    display: none;
}

.datepicker--days-names {
    margin: 0;
}

.datepicker--day-name {
    font-size: 1.2rem;
    line-height: 1.33;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--color-gray-on-light);
    height: 3.4rem;
}

.datepicker--nav {
    min-height: 2.4rem;
    padding: 1.6rem 1.6rem 1.2rem;
    border: none;
}

.datepicker--nav-action {
    width: 2.4rem;
    height: 2.4rem;
}

.datepicker--nav-action svg {
    display: block;
    width: 2.4rem;
    height: 2.4rem;
}

.datepicker--nav-action path {
    fill: currentColor;
    stroke: none;
}

.datepicker--nav-title {
    pointer-events: none;
    font-size: 1.4rem;
    line-height: 1.14;
    font-weight: 700;
}

.datepicker--content {
    padding: 0 1.6rem 1.6rem;
}

.datepicker--cell {
    height: 3.4rem;
    border-radius: 0.4rem;
}

.datepicker--cell.-other-month-,
.datepicker--cell.-other-decade- {
    color: var(--color-gray-on-light);
}

.datepicker--cell.-selected- {
    background: var(--color-accent);
    color: #ffffff;
}

.datepicker--cell.-selected-:hover {
    background: var(--color-accent);
    color: #ffffff;
}

.datepicker--cell.-current- {
    background: none;
    color: var(--color-accent);
}

.datepicker--cell.-current-:hover {
    background: #f6f6f6;
    color: var(--color-accent);
}

[data-scrollbar] {
    position: relative;
}

@media (hover: hover) {
    [data-scrollbar] .scrollbar-track-y {
        transition: opacity 0.25s;
        opacity: 1;
    }

    [data-scrollbar]:hover .scrollbar-track-y {
        opacity: 1;
    }
}

.scrollbar {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}

.scrollbar-track-y {
    position: absolute;
    top: 0.4rem;
    bottom: 0.4rem;
    right: 0.4rem;
    width: 0.4rem;
    z-index: 100;
    overflow: hidden;
    border-radius: 0.4rem;
}

.scrollbar-thumb-y {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    height: auto;
    cursor: pointer;
    background: var(--background-color-grey);
    border-radius: 0.4rem;
    transition: background 0.25s;
}

.scrollbar-thumb-y:before {
    content: '';
    display: block;
    position: absolute;
    top: -0.5rem;
    left: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
}

.scrollbar-thumb-y:hover {
    background: var(--color-dark);
}

.twitter-typeahead {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.tt-suggestion {
    cursor: pointer;
    border-bottom: 1px solid var(--color-border);
    padding: 1.2rem 0;
    margin: 0;
    color: var(--body-color);
    transition: color 0.25s;
}

.tt-suggestion:hover {
    color: var(--color-accent);
}

.tt-suggestion:last-child {
    border: none;
}

@media (min-width: 1200px) {
    .tt-suggestion {
        padding: 1.6rem 0;
    }
}

.tt-highlight {
    background: none;
    color: var(--color-accent);
    font-weight: 400;
}

.intro {
    margin: 0 0 6.4rem;
}

.intro__item .accented {
    color: var(--color-accent-banner);
}

span.accented {
    color: var(--color-accent);
}

.intro .container-fluid:not(.narrow) {
    max-width: 144rem;
}

@media (min-width: 1200px) {
    .intro {
        margin: 0 0 12.8rem;
    }

    .intro--faktura {
        margin: 0 0 6.4rem;
    }
}

.intro__item {
    background: var(--color-light);
    border-radius: 1.6rem;
    padding: 3.2rem 2rem;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: stretch;
    align-items: stretch;
    overflow: hidden;
    height: 100%;
    position: relative;
}

.intro__item--center .intro__item-image {
    justify-content: center;
    align-items: center;
}

.intro__item--offer {
    background-color: #1c1c1c;
}

.intro__item--offer .intro__item-mark {
    color: #fafbfc;
}

.intro__item--offer .intro__item-text {
    color: #fafbfc;
}

.intro__item--offer .intro__item-image {
    .overdraft-intro & {
        margin: 0 -2rem -3.2rem -2rem;
    }
}

.intro__item .row {
    -ms-flex: 1;
    flex: 1;
}

.intro__item--debit .intro__item-title {
    display: block;
    margin: 0 0 2rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.2rem;
    line-height: 1.2;
    font-weight: 500;
}

.intro__item--deposits .intro__item-title {
    display: block;
    margin: 0 0 2rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.2;
    font-weight: 500;
}

.intro__item--cashback .intro__item-title {
    display: block;
    margin: 0 0 2rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.2;
    font-weight: 500;
}

.intro__item--investor {
    background: linear-gradient(90deg, #03ec5f 0%, #008b60 171.99%);
}

.intro__item--investor .intro__item-mark {
    color: var(--body-color);
    border-color: rgba(0, 0, 0, 0.3);
}

.intro__item--investor .intro__item-title {
    display: block;
    margin: 0 0 2rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.2;
    font-weight: 500;
}

.intro__item--investor .intro__item-action .ui-link--dark:hover {
    color: #ffffff;
}

.intro__item--juridical .intro__item-title {
    display: block;
    margin: 0 0 2rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.2;
    font-weight: 500;
}

.intro__item--transfers .intro__item-title {
    display: block;
    margin: 0 0 2rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.2;
    font-weight: 500;
}

.intro__item--autocredit .intro__item-title {
    display: block;
    margin: 0 0 2rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.2;
    font-weight: 500;
}

.intro__item--safeboxes .intro__item-title {
    display: block;
    margin: 0 0 2rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.2;
    font-weight: 500;
}

.intro__item--mirpay .intro__item-title {
    display: block;
    margin: 0 0 2rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.2;
    font-weight: 500;
}

.intro__item--mirpay .intro__item-text br {
    display: none;
}

.intro__item--internet-acquiring .intro__item-title {
    display: block;
    margin: 0 0 2rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.2;
    font-weight: 500;
}

.intro__item--payroll .intro__item-title {
    display: block;
    margin: 0 0 2rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.2;
    font-weight: 500;
}

.intro__item--currency-control {
    height: auto;
}

.intro__item--currency-control ul>li:after {
    background-color: #9798a0;
}

.intro__item--currency-control .intro__item-desc {
    font-size: 1.6rem;
}

.intro__item--currency-control picture {
    align-items: center;
}

.intro__item--currency-control .intro__item-title {
    font-size: 2.4rem;
    margin-bottom: 2rem;
}

@media (min-width: 640px) {
    .intro__item {
        padding: 3.2rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        align-items: center;
        height: 48rem;
    }

    .intro__item--debit .intro__item-title {
        margin: 0 0 2.4rem;
        font-size: 2.8rem;
        line-height: 1.14;
        font-weight: 500;
        min-width: 35rem;
    }

    .intro__item--debit .intro__item-list {
        min-width: 25rem;
    }

    .intro__item--deposits .intro__item-title {
        margin: 0 0 2.4rem;
        font-size: 2.4rem;
        line-height: 1.14;
        font-weight: 500;
        min-width: 35rem;
    }

    .intro__item--deposits .intro__item-list {
        min-width: 30rem;
    }

    .intro__item--cashback .intro__item-title {
        margin: 0 0 2.4rem;
        font-size: 3.2rem;
        line-height: 1.12;
        font-weight: 500;
        min-width: 35rem;
    }

    .intro__item--cashback .intro__item-text {
        min-width: 30rem;
    }

    .intro__item--investor .intro__item-title {
        margin: 0 0 2.4rem;
        font-size: 2.8rem;
        line-height: 1.14;
        font-weight: 500;
        min-width: 28rem;
    }

    .intro__item--juridical .intro__item-title {
        margin: 0 0 2.4rem;
        font-size: 2.8rem;
        line-height: 1.14;
        font-weight: 500;
        min-width: 35rem;
    }

    .intro__item--transfers .intro__item-title {
        margin: 0 0 2.4rem;
        font-size: 3.2rem;
        line-height: 1.12;
        font-weight: 500;
        min-width: 30rem;
    }

    .intro__item--autocredit .intro__item-title {
        margin: 0 0 3.2rem;
        font-size: 2.8rem;
        line-height: 1.14;
        font-weight: 500;
        min-width: 30rem;
    }

    .intro__item--safeboxes .intro__item-title {
        margin: 0 0 2.4rem;
        font-size: 2.8rem;
        line-height: 1.14;
        font-weight: 500;
    }

    .intro__item--mirpay .intro__item-title {
        margin: 0 0 2.4rem;
        font-size: 3.2rem;
        line-height: 1.12;
        font-weight: 500;
        min-width: 30rem;
    }

    .intro__item--mirpay .intro__item-text {
        min-width: 30rem;
        max-width: 30rem;
    }

    .intro__item--mirpay .intro__item-text br {
        display: block;
    }

    .intro__item--internet-acquiring .intro__item-title {
        margin: 0 0 2.4rem;
        font-size: 2.8rem;
        line-height: 1.14;
        font-weight: 500;
        min-width: 35rem;
    }

    .intro__item--internet-acquiring .intro__item-list {
        min-width: 30rem;
    }

    .intro__item--payroll .intro__item-title {
        margin: 0 0 2.4rem;
        font-size: 2.8rem;
        line-height: 1.14;
        font-weight: 500;
        min-width: 35rem;
    }

    .intro__item--payroll .intro__item-list {
        min-width: 30rem;
    }

    .intro__item--currency-control {
        height: auto;
    }

    .intro__item--currency-control .intro__item-desc {
        min-width: 35rem;
    }

    .intro__item--currency-control .intro__item-title {
        margin-bottom: 2.4rem;
    }
}

@media (min-width: 1200px) {
    .intro__item {
        padding: 6.4rem 8rem;
        height: 55.6rem;
    }

    .intro__item--debit .intro__item-title {
        margin: 0 0 2.4rem;
        font-size: 3.6rem;
        line-height: 1.11;
        font-weight: 500;
        white-space: normal;
    }

    .intro__item--deposits .intro__item-title {
        margin: 0 0 2.4rem;
        font-size: 3.6rem;
        line-height: 1.11;
        font-weight: 500;
        white-space: normal;
    }

    .intro__item--cashback .intro__item-title {
        margin: 0 0 2.4rem;
        font-size: 3.6rem;
        line-height: 1.11;
        font-weight: 500;
        white-space: normal;
    }

    .intro__item--investor .intro__item-title {
        margin: 0 0 2.4rem;
        font-size: 3.6rem;
        line-height: 1.11;
        font-weight: 500;
        white-space: normal;
    }

    .intro__item--juridical .intro__item-desc {
        max-width: 59rem;
    }

    .intro__item--juridical .intro__item-title {
        margin: 0 0 2.4rem;
        font-size: 3.6rem;
        line-height: 1.11;
        font-weight: 500;
        white-space: normal;
    }

    .intro__item--transfers .intro__item-title {
        margin: 0 0 2.4rem;
        font-size: 3.6rem;
        line-height: 1.11;
        font-weight: 500;
        white-space: normal;
    }

    .intro__item--autocredit .intro__item-title {
        margin: 0 0 2.4rem;
        font-size: 3.6rem;
        line-height: 1.11;
        font-weight: 500;
        white-space: normal;
    }

    .intro__item--safeboxes .intro__item-title {
        margin: 0 0 2.4rem;
        font-size: 3.6rem;
        line-height: 1.11;
        font-weight: 500;
        white-space: normal;
    }

    .intro__item--mirpay .intro__item-title {
        margin: 0 0 2.4rem;
        font-size: 3.6rem;
        line-height: 1.11;
        font-weight: 500;
        white-space: normal;
    }

    .intro__item--mirpay .intro__item-text {
        max-width: none;
    }

    .intro__item--mirpay .intro__item-text br {
        display: none;
    }

    .intro__item--internet-acquiring .intro__item-title {
        margin: 0 0 2.4rem;
        font-size: 4rem;
        line-height: 1.2;
        font-weight: 500;
    }

    .intro__item--payroll .intro__item-title {
        margin: 0 0 2.4rem;
        font-size: 4rem;
        line-height: 1.2;
        font-weight: 500;
    }

    .intro__item--currency-control {
        height: auto;
    }

    .intro__item--currency-control .intro__item-desc {
        font-size: 1.8rem;
    }

    .intro__item--currency-control .intro__item-title {
        font-size: 4rem;
    }
}

.intro__item-image {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 -2rem -3.2rem;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    z-index: 1;
    height: auto;
    pointer-events: none;
}

.intro__item-image img {
    display: block;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
}

@media (min-width: 640px) {
    .intro__item-image {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        margin: 0;
        -ms-flex-align: end;
        align-items: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        max-width: 60%;
    }
}

@media (min-width: 1200px) {
    .intro__item-image {
        max-width: 56rem;
    }
}

.intro__item-desc {
    position: relative;
    z-index: 2;
    margin: 0 0 2.4rem;
    font-size: 1.8rem;
}

@media (min-width: 640px) {
    .intro__item-desc {
        margin: 0;
        max-width: 50%;
    }
}

@media (min-width: 1200px) {
    .intro__item-desc {
        max-width: 59rem;
    }
}

.intro__item-mark {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: top;
    margin: 0 0 2.4rem;
    border: 1px solid #dad6d1;
    border-radius: 0.4rem;
    min-height: 2.4rem;
    padding: 0.2rem 0.6rem;
    font-size: 1.2rem;
    line-height: 1.33;
    font-weight: 500;
    white-space: nowrap;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    background: none;
    color: var(--body-color);
}

@media (min-width: 1200px) {
    .intro__item-mark {
        padding: 0.4rem 0.8rem;
        margin: 0 0 3.2rem;
        min-height: 2.8rem;
    }
}

.intro__item-title {
    display: block;
    margin: 0 0 2rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.2rem;
    line-height: 1.2;
    font-weight: 500;
}

.intro__item-title mark {
    display: block;
    background: none;
    color: var(--color-secondary);
}

@media (min-width: 640px) {
    .intro__item-title {
        margin: 0 0 2.4rem;
        font-size: 2.2rem;
        line-height: 1.12;
        font-weight: 500;
    }
}

@media (min-width: 1200px) {
    .intro__item-title {
        margin: 0 0 2.4rem;
        font-size: 4rem;
        line-height: 1.2;
        font-weight: 500;
        white-space: normal;
    }

    .intro--faktura .intro__item-title {
        font-size: 3.6rem;
        line-height: 4rem;
    }
}

.intro__item-spacer {
    display: none;
}

@media (min-width: 1200px) {
    .intro__item-spacer {
        display: block;
        height: 2.4rem;
    }
}

.intro__item-list {
    margin: 0 0 3.2rem;
    padding: 0;
    list-style: none;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
}

.intro__item-list>li {
    position: relative;
    padding: 0 0 0 1.3rem;
    margin: 0 0 1rem;
}

.intro__item-list>li:before {
    content: '';
    display: block;
    position: absolute;
    top: 0.5em;
    left: 0;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: #a2a2a2;
}

.intro__item-list>li:last-child {
    margin: 0;
}

@media (min-width: 640px) {
    .intro__item-list>li {
        margin: 0 0 1.2rem;
    }

    .intro__item-list>li:last-child {
        margin: 0;
    }
}

@media (min-width: 1200px) {
    .intro__item-list {
        margin: 0 0 4.8rem;
        padding: 0;
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
        max-width: 58rem;
    }

    .intro__item-list>li {
        margin: 0 0 1.6rem;
        padding: 0 0 0 2rem;
    }

    .intro__item-list>li:before {
        width: 0.8rem;
        height: 0.8rem;
    }

    .intro__item-list>li:last-child {
        margin: 0;
    }
}

.intro__item-text {
    display: block;
    margin: 0 0 3.2rem;
    line-height: 1.25;
    font-size: 1.6rem;
    font-weight: 400;
}

.intro__item-text:last-child {
    margin: 0;
}

@media (min-width: 1200px) {
    .intro__item-text {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
        margin: 0 0 4.8rem;
        max-width: none;
    }

    .intro__item-text:last-child {
        margin: 0;
    }
}

.intro__item-action {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 500;
}

.intro__item-action .ui-btn {
    width: 100%;
    margin: 0 0 2rem;
}

.intro__item-action .ui-btn:last-child {
    margin: 0;
}

.intro__item-action .ui-link {
    white-space: nowrap;
}

@media (min-width: 640px) {
    .intro__item-action {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .intro__item-action .ui-btn {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        margin: 0 2.4rem 0 0;
    }

    .intro__item-action .ui-btn:last-child {
        margin: 0;
    }
}

@media (min-width: 1200px) {
    .intro__item-action {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 500;
    }

    .intro__item-action .ui-btn {
        margin: 0 4rem 0 0;
    }

    .intro__item-action .ui-btn:last-child {
        margin: 0;
    }
}

.intro__item-apps {
    margin: 0 -1rem -2rem;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.intro__item-apps>li {
    padding: 0 1rem 2rem;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 640px) {
    .intro__item-apps {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .intro__item-apps>li {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: none;
    }
}

.intro__item-apps-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 4.8rem;
    padding: 0.4rem 1.4rem;
    background: var(--color-dark);
    color: #ffffff;
    text-decoration: none;
    border-radius: 0.8rem;
}

.intro__item-apps-btn:hover {
    text-decoration: none;
    color: #ffffff;
}

.intro__item-marks {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 35.7rem;
    margin: -0.8rem;
}

.intro__item-marks mark {
    margin: 0.8rem;
}

@media (max-width: 1199px) {
    .intro__item-marks {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.products-juridical {
    margin: 0 0 6.4rem;
}

@media (min-width: 1200px) {
    .products-juridical {
        margin: 0 0 12.8rem;
    }
}

.products-juridical__title {
    display: block;
    margin: 0 0 2.4rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.2;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .products-juridical__title {
        font-size: 4rem;
        margin: 0 0 4.8rem;
    }
}

.products-juridical__grid .row {
    margin: 0 -0.8rem -1.6rem;
}

.products-juridical__grid .row>[class^='col'] {
    padding: 0 0.8rem 1.6rem;
}

@media (min-width: 1200px) {
    .products-juridical__grid .row {
        margin: 0 -1.2rem -2.4rem;
    }

    .products-juridical__grid .row>[class^='col'] {
        padding: 0 1.2rem 2.4rem;
    }
}

.products-juridical__item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    min-height: 20rem;
    background: var(--color-light);
    border-radius: 1.6rem;
    padding: 1.6rem 1.6rem 2rem;
    color: var(--body-color);
    text-decoration: none;
    transition: transform 0.5s,
        color 0.25s,
        background 0.25s;
    will-change: transform;
    overflow: hidden;

    &[data-fancybox] {
        .products-juridical__item-title {
            white-space: nowrap;
        }
    }
}

@media (min-width: 640px) {
    .products-juridical__item {
        padding: 2.4rem 20rem 2.4rem 2.8rem;
        min-height: 22rem;
    }
}

@media (min-width: 1200px) {
    .products-juridical__item {
        padding: 2.8rem 3.2rem;
        min-height: 28.8rem;
    }
}

a.products-juridical__item:hover {
    background: var(--color-accent);
    color: var(--body-color);
    text-decoration: none;
    transform: translate(0, -1rem);
}

.products-juridical__item-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.products-juridical__item-image img {
    display: block;
    max-height: 100%;
    max-width: 24rem;
}

.products-juridical__item-desc {
    position: relative;
    z-index: 2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1;
    flex: 1;
    max-width: 60%;

    @media (width >=640px) {
        max-width: unset;
    }

    @media (width >=1200px) {
        max-width: 70%;
    }
}

.products-juridical__item-title {
    display: block;
    margin: 0 0 1.2rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2rem;
    line-height: 1.4;
    font-weight: 500;

    @media (width >=640px) {
        font-size: 2.2rem;
    }
}

@media (min-width: 1200px) {
    .products-juridical__item-title {
        font-size: 2.8rem;
        line-height: 1.14;
        font-weight: 500;
    }
}

.products-juridical__item-list {
    margin: 0 0 2rem;
    padding: 0;
    list-style: none;
    font-size: 1.4rem;
    line-height: 1.29;
    font-weight: 400;
    min-width: 21rem;

    @media (width < 400px) {
        min-width: 18rem;
    }
}

.products-juridical__item-list>li {
    position: relative;
    padding: 0 0 0 1.3rem;
    margin: 0 0 0.6rem;
    font-size: 1.4rem;

    @media (width >=640px) {
        font-size: 1.6rem;
    }

    @media (width >=1200px) {
        font-size: 1.8rem;
    }
}

.products-juridical__item-list>li:before {
    content: '';
    display: block;
    position: absolute;
    top: 0.5em;
    left: 0;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: var(--background-color-grey);
}

.products-juridical__item-list>li:last-child {
    margin: 0;
}

@media (min-width: 640px) {
    .products-juridical__item-list {
        font-size: 1.6rem;
        line-height: 1.25;
        font-weight: 400;
        margin: 0 0 2.4rem;
    }
}

@media (min-width: 1200px) {
    .products-juridical__item-list {
        margin: 0 0 2.4rem;
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
    }

    .products-juridical__item-list>li {
        padding: 0 0 0 2rem;
        margin: 0 0 0.8rem;
    }

    .products-juridical__item-list>li:last-child {
        margin: 0;
    }

    .products-juridical__item-list>li:before {
        width: 0.8rem;
        height: 0.8rem;
    }
}

.products-juridical__item-link {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: top;
    font-size: 1.4rem;
    line-height: 1.14;
    font-weight: 500;
    color: var(--color-dark);
    text-decoration: none;
    margin: auto 0 0 0;
    transition: color 0.25s;
}

.products-juridical__item-link svg {
    display: block;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 0 0 0.4rem;
}

.products-juridical__item-link:hover {
    color: var(--color-dark);
    text-decoration: none;
}

@media (min-width: 1200px) {
    .products-juridical__item-link {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 500;
    }
}

.tariffs {
    margin: 0 0 6.4rem;
}

@media (min-width: 1200px) {
    .tariffs {
        margin: 0 0 12rem;
    }
}

.tariffs__head {
    margin: 0 0 4.4rem;
}

.tariffs__head .row {
    margin: 0 -1rem -2rem;
}

.tariffs__head .row>[class^='col'] {
    padding: 0 1rem 2rem;
}

.tariffs__title {
    display: block;
    margin: 0;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.2;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .tariffs__title {
        font-size: 4rem;
    }
}

.tariffs__action {
    margin: 0;
}

.tariffs__item {
    position: relative;
    z-index: 100;
    background: #ffffff;
    min-height: 100%;
    margin: 0;
    border: 0.2rem solid var(--color-light);
}

.tariffs__item:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    border-radius: 1.6rem 1.6rem 0 0;
    z-index: -1;
}

.tariffs__item--recommended {
    background: var(--color-secondary);
    border-color: var(--color-secondary);
    z-index: 110;
}

.tariffs__item--sticky {
    z-index: 120;
    will-change: transform;
}

.tariffs__item--sticky .tariffs__item-head {
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 7.4rem 0 7.2rem;
}

.tariffs__item--sticky .tariffs__item-head .tariffs__item-cell {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media (min-width: 640px) {
    .tariffs__item--sticky .tariffs__item-head {
        position: relative;
        top: 1px;
    }
}

@media (min-width: 1200px) {
    .tariffs__item--sticky {
        border-radius: 1.6rem 0 0 0;
    }

    .tariffs__item--sticky .tariffs__item-head {
        padding: 9.2rem 0 9.6rem;
    }
}

.tariffs__item-head {
    border-bottom: 0.2rem solid var(--color-light);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0.8rem 0 0.4rem;
}

@media (min-width: 1200px) {
    .tariffs__item-head {
        padding: 0.8rem 0;
    }
}

.tariffs__item-body .tariffs__item-cell {
    border-bottom: 0.2rem solid var(--color-light);
}

.tariffs__item-body .tariffs__item-cell:last-of-type {
    border: none;
}

.tariffs__item-label {
    font-family: 'Stolzl', Arial, sans-serif;
    font-weight: 500;
}

.tariffs__item-mark {
    position: absolute;
    left: -0.2rem;
    right: -0.2rem;
    bottom: 100%;
    background: var(--color-secondary);
    color: #ffffff;
    padding: 0.4rem 1.2rem;
    font-size: 1.2rem;
    line-height: 1.33;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-align: center;
    border-radius: 1.6rem 1.6rem 0 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 3.2rem;
}

.tariffs__item-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 0.8rem;
    margin: 0 0 1.2rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    overflow: hidden;
}

.tariffs__item-icon img,
.tariffs__item-icon svg {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (min-width: 1200px) {
    .tariffs__item-icon {
        width: 6.4rem;
        height: 6.4rem;
        margin: 0 0 1.6rem;
    }
}

.tariffs__item-title {
    display: block;
    margin: 0 -0.8rem auto 0;
    padding: 0 0 1.2rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.17;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .tariffs__item-title {
        margin: 0 -0.8rem auto 0;
        padding: 0 0 0.8rem;
    }
}

.tariffs__item-text {
    display: block;
    padding: 0 0 2rem;
    margin: 0 0 auto;
    font-size: 1.4rem;
    line-height: 1.25;
    font-weight: 400;
    color: var(--color-grey);
}

@media (min-width: 1200px) {
    .tariffs__item-text {
        font-size: 1.6rem;
        padding: 0 0 2.4rem;
        margin: 0 0 auto;
    }
}

.tariffs__item-filter {
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 2.4rem;
}

@media (min-width: 1200px) {
    .tariffs__item-filter {
        margin: 0 0 3.2rem;
    }
}

.tariffs__item-check {
    display: block;
    position: relative;
    -ms-flex: 1;
    flex: 1;
    margin: 0 0.8rem 0 0;
}

.tariffs__item-check:last-child {
    margin: 0;
}

@media (min-width: 1200px) {
    .tariffs__item-check {
        margin: 0 1.2rem 0 0;
    }

    .tariffs__item-check:last-child {
        margin: 0;
    }
}

.tariffs__item-check-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.tariffs__item-check-input:checked~.tariffs__item-check-btn {
    background: var(--color-accent);
    color: var(--color-dark);
}

.tariffs__item-check-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--color-light);
    color: var(--color-dark);
    border-radius: 0.8rem;
    height: 4.4rem;
    padding: 0.8rem 1.6rem;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    transition: color 0.25s,
        background 0.25s;
}

.tariffs__item-check-btn:hover {
    background: var(--color-light-hover);
    color: var(--body-color);
}

@media (min-width: 1200px) {
    .tariffs__item-check-btn {
        height: 4.8rem;
        font-size: 1.4rem;
    }
}

.tariffs__item-price {
    display: block;
    margin: 0 0 2.4rem;
    font-size: 1.6rem;
    line-height: 1.33;
    font-weight: 500;
    color: var(--color-grey);
    white-space: nowrap;
}

.tariffs__item-price b {
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.17;
    font-weight: 500;
    color: var(--color-dark);
}

@media (min-width: 1200px) {
    .tariffs__item-price {
        margin: 0 0 3.2rem;
        font-size: 1.8rem;
    }

    .tariffs__item-price b {
        font-size: 2.4rem;
    }
}

.tariffs__item-action {
    margin: 0;
}

.tariffs__item-action .ui-btn--light:hover {
    background: var(--color-accent);
    border-color: var(--color-accent);
    color: var(--color-dark);
}

.tariffs__item-cell {
    padding: 1.5rem 1.6rem;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 5.2rem;
}

.tariffs__item-cell p:not([class]) {
    margin: 0 0 1.6rem;
}

.tariffs__item-cell p:not([class]):last-child {
    margin: 0;
}

@media (min-width: 1200px) {
    .tariffs__item-cell {
        padding: 2.3rem 2.4rem 2.3rem 3.2rem;
        min-height: 7.2rem;
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
    }
}

.tariffs__item-currency {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.tariffs__item-currency>li {
    position: relative;
    padding: 0 2.4rem 0 0;
}

.request {
    margin: 0 0 6.4rem;
}

@media (min-width: 1200px) {
    .request {
        margin: 0 0 12.8rem;
    }
}

.request__tariff {
    margin-bottom: 2rem;
}

@media (min-width: 1200px) {
    .request__tariff {
        margin-bottom: 4.4rem;
    }
}

.request__services {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 639px) {
    .request__services {
        display: block;
    }
}

.request__service {
    width: 27.4rem;
    margin-right: 4rem;
}

.request__service:last-child {
    margin-right: 0 !important;
}

@media (max-width: 991px) {
    .request__service {
        width: 50%;
        margin-right: 1.2rem;
    }
}

@media (max-width: 639px) {
    .request__service {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1.2rem;
    }

    .request__service:last-child {
        margin-bottom: 0;
    }
}

.request__service .card {
    height: 100%;
}

.request__wrapper {
    background: var(--color-light);
    border-radius: 1.6rem;
    padding: 2.4rem 2rem 2rem;
    position: relative;
}

@media (min-width: 640px) {
    .request__wrapper {
        padding: 3.2rem 3.2rem;
    }
}

@media (min-width: 1200px) {
    .request__wrapper {
        padding: 6.4rem;
    }
}

.request__close {
    width: 2.8rem;
    height: 2.8rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0.8rem;
    right: 0.8rem;
    background: var(--color-white);
    border-radius: 50%;
    color: var(--body-color);
    text-decoration: none;
    transition: color 0.25s,
        background 0.25s;
}

.request__close img,
.request__close svg {
    display: block;
    width: 2rem;
    height: 2rem;
}

.request__close:hover {
    text-decoration: none;
    color: var(--body-color);
    background: var(--color-white-hover);
}

@media (min-width: 1200px) {
    .request__close {
        top: 3.2rem;
        right: 3.2rem;
        width: 5.6rem;
        height: 5.6rem;
    }

    .request__close svg {
        width: 3.2rem;
        height: 3.2rem;
    }
}

.request__step .ui-sms,
.request__step .ui-success {
    margin: 0;
}

.request__step .ui-alert {
    margin: 0 0 -0.4rem;
}

@media (min-width: 1200px) {
    .request__step .ui-alert {
        margin: 0 0 -0.8rem;
    }
}

.request__step__progress {
    margin-bottom: 1.6rem;
}

@media (min-width: 1200px) {
    .request__step__progress {
        margin-bottom: 2.4rem;
    }
}

.request__icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 2rem;
    width: 6rem;
    height: 6rem;
}

.request__icon img,
.request__icon svg {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.request__title {
    display: block;
    margin: 0 0 3.2rem;
    padding: 0 0.8rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.2rem;
    line-height: 1.2;
    font-weight: 500;
    text-align: center;
}

.request__title+.request__text {
    margin: -2rem 0 3.2rem;
}

@media (min-width: 1200px) {
    .request__title {
        font-size: 4rem;
        margin: 0 0 4.8rem;
    }

    .request__title+.request__text {
        margin: -2.4rem 0 4.8rem;
        padding: 0 2.4rem;
    }
}

.request__text {
    display: block;
    margin: 0 0 3.2rem;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
    text-align: center;
}

.request__text:last-child {
    margin-bottom: 0;
}

@media (min-width: 1200px) {
    .request__text {
        margin: 0 0 4.8rem;
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
    }
}

.request__notice {
    display: block;
    margin: 0;
    padding: 1.6rem 0 0;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
    text-align: center;
}

.request__notice a {
    display: inline-block;
    vertical-align: top;
}

@media (min-width: 640px) {
    .request__notice {
        padding: 2.4rem 0 0 0;
    }
}

@media (min-width: 1200px) {
    .request__notice {
        padding: 4.8rem 0 0 0;
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
        text-align: left;
    }
}

.request__data {
    max-width: 78rem;
    margin: 0 auto;
}

.request__data .row {
    margin: 0 -0.8rem -1.6rem;
}

.request__data .row>[class^='col'] {
    padding: 0 0.8rem 1.6rem;
}

.request__data .ui-switch {
    background: #ececec;
    border-color: #ececec;
    width: 100%;
    margin: 0 0 1.6rem;
}

.request__data .ui-switch--inline {
    margin: 0 0 1.6rem;
}

.request__data .ui-switch__check {
    -ms-flex: 1;
    flex: 1;
}

.request__data .ui-card {
    margin: 0 0 2.4rem;
}

.request__data .ui-tariff {
    margin: 0 0 1.6rem;
}

.request__data .ui-tariff:last-child {
    margin-bottom: 0 !important;
}

.request__data .ui-placeholder {
    margin: 0;
}

.request__data .ui-check {
    margin: 0.8rem 0 1.2rem;
}

.request__data .ui-btn {
    margin: 0;
}

.request__data .ui-safety {
    margin: 0;
}

.request__data .ui-action {
    padding: 1.6rem 0 0;
}

.request__data .ui-delivery {
    padding: 2.4rem 0 1.2rem;
}

.request__data .ui-delivery .ui-check {
    margin: 0;
    -ms-flex-align: center;
    align-items: center;
}

.request__data .ui-delivery .ui-check__radio {
    border: 1px solid #dfe0e3;
}

.request__data .ui-delivery .ui-check__text {
    font-size: 1.6rem;
    font-weight: 500;
}

.request__data .ui-delivery .row {
    margin: 0 -1rem -2rem;
}

.request__data .ui-delivery .row>[class^='col'] {
    padding: 0 1rem 2rem;
}

.request__data .ui-legend {
    padding: 1.6rem 0 0;
}

.request__data .ui-legend.pt-0 {
    padding-top: 0;
}

.request__data .ui-address .ui-check {
    margin: 0 0 1.6rem;
}

.request__data .ui-tabs__switch {
    margin: 0 0 3.2rem;
}

.request__data .ui-auth .row {
    margin: 0 -1.2rem -2.4rem;
}

.request__data .ui-auth .row>[class^='col'] {
    padding: 0 1.2rem 2.4rem;
}

.request__data .ui-authorization .row {
    margin: 0 -1.2rem -2.4rem;
}

.request__data .ui-authorization .row>[class^='col'] {
    padding: 0 1.2rem 2.4rem;
}

.request__data .ui-progress {
    margin-bottom: 0;
}

@media (min-width: 1200px) {
    .request__data .row {
        margin: 0 -1.2rem -2.4rem;
    }

    .request__data .row>[class^='col'] {
        padding: 0 1.2rem 2.4rem;
    }

    .request__data .ui-authorization {
        margin: 0 -13rem;
    }

    .request__data .ui-authorization .row {
        margin: 0 -3.2rem;
    }

    .request__data .ui-authorization .row>[class^='col'] {
        padding: 0 3.2rem;
    }

    .request__data .ui-auth .row {
        margin: 0 -3.2rem;
    }

    .request__data .ui-auth .row>[class^='col'] {
        padding: 0 3.2rem;
    }

    .request__data .ui-tabs__switch {
        margin: 0 0 2.8rem;
    }

    .request__data .ui-switch {
        margin: 0;
    }

    .request__data .ui-switch--inline {
        margin: -1.6rem 0 2.4rem;
        width: auto;
    }

    .request__data .ui-switch__check-btn {
        min-width: 12.6rem;
    }

    .request__data .ui-check {
        margin: 0 0 2.4rem;

        .feedbackform & {
            margin: 0;

            & + & {
                margin-top: 2.4rem;
            }
        }
    }

    .request__data .ui-action {
        padding: 2.4rem 0 0;
        text-align: center;
    }

    .request__data .ui-btn {
        width: auto;
    }

    .request__data .ui-card {
        margin: 0 0 4.8rem;
    }

    .request__data .ui-tariff {
        margin: 0 0 2.4rem;
    }

    .request__data .ui-delivery .ui-check__text {
        font-size: 1.8rem;
        font-weight: 500;
    }

    .request__data .ui-delivery .row {
        margin: 0 -3.2rem -2.4rem;
    }

    .request__data .ui-delivery .row>[class^='col'] {
        padding: 0 3.2rem 2.4rem;
    }

    .request__data .ui-legend {
        padding: 2.4rem 0 0;
    }
}

.documents {
    margin: 0 0 3.2rem;
}

@media (min-width: 640px) {
    .documents {
        margin: 0 0 6.4rem;
    }
}

.article .documents {
    margin-top: 6.4rem;

    @media (width >=1200px) {
        margin-top: 12.8rem;
        margin-bottom: 0;
    }
}

.documents__title {
    display: block;
    margin: 0 0 2.4rem;
    font-size: 1.2rem;
    line-height: 1.33;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--color-grey);
}

@media (min-width: 1200px) {
    .documents__title {
        margin: 0 0 3.2rem;
    }
}

.documents__grid .row {
    margin: 0 -0.8rem -2rem;
}

.documents__grid .row>[class^='col'] {
    padding: 0 0.8rem 2rem;
}

@media (min-width: 1200px) {
    .documents__grid .row {
        margin: 0 -1.2rem -2.4rem;
    }

    .documents__grid .row>[class^='col'] {
        padding: 0 1.2rem 2.4rem;
    }
}

.documents__list {
    margin: 0 -0.8rem -2rem;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.documents__list>li {
    padding: 0 0.8rem 2rem;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 640px) {
    .documents__list>li {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 1200px) {
    .documents__list {
        margin: 0 -1.2rem -2.4rem;
    }

    .documents__list>li {
        padding: 0 1.2rem 2.4rem;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
}

.documents__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    text-decoration: none;
    color: var(--color-dark);
    transition: opacity 0.25s,
        color 0.25s;
}

.documents__item br {
    display: none;
}

.documents__item:hover {
    text-decoration: none;
    color: var(--color-link);
}

@media (min-width: 1200px) {
    .documents__item br {
        display: block;
    }
}

.documents__item-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
    margin: 0 0.8rem 0 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.documents__item-icon img,
.documents__item-icon svg {
    display: block;
}

@media (min-width: 1200px) {
    .documents__item-icon {
        margin: 0 1.2rem 0 0;
    }
}

.documents__item-desc {
    -ms-flex: 1;
    flex: 1;
}

.documents__item-title {
    display: block;
    margin: 0 0 0.4rem;
    font-size: 1.2rem;
    line-height: 1.33;
    font-weight: 400;
}

@media (min-width: 1200px) {
    .documents__item-title {
        font-size: 1.4rem;
        line-height: 1.25;
        font-weight: 400;
        margin: 0 0 0.8rem;
    }
}

.documents__item-text {
    display: block;
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.33;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--color-grey);
}

.documents__item-small {
    margin: 0 0 0.4rem;
    display: block;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.33;
    color: #9798a0;
}

.backward {
    display: none;
}

@media (min-width: 1200px) {
    .backward {
        display: block;
        margin: 0 0 3.2rem;
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 500;
    }

    .backward>.container-fluid {
        max-width: 144rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
}

.backward__link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: var(--color-dark);
    text-decoration: none;
    transition: color 0.25s;
}

.backward__link svg {
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 0.4rem 0 0;
}

.backward__link:hover {
    text-decoration: none;
    color: var(--color-dark-hover);
}

.auth {
    margin: 0 0 6.4rem;
}

.auth .row {
    margin: 0 -1.2rem;
}

.auth .row>[class^='col'] {
    padding: 0 1.2rem;
}

@media (min-width: 1200px) {
    .auth {
        margin: 0 0 12.8rem;
    }
}

.auth__data {
    margin: 0 0 2.4rem;
}

@media (min-width: 640px) {
    .auth__data {
        margin: 0 0 3.2rem;
    }
}

@media (min-width: 1200px) {
    .auth__data {
        padding: 6.4rem 0;
        margin: 0;
        max-width: 52.4rem;
    }
}

.auth__data-title {
    display: block;
    margin: 0 0 3.2rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.17;
    font-weight: 500;
}

.auth__data-title+.auth__data-text {
    margin: -1.6rem 0 3.2rem;
}

@media (min-width: 640px) {
    .auth__data-title {
        font-size: 2.8rem;
        line-height: 1.14;
        font-weight: 500;
    }
}

@media (min-width: 1200px) {
    .auth__data-title {
        margin: 0 0 4.8rem;
        font-size: 4rem;
        line-height: 1.2;
        font-weight: 500;
    }

    .auth__data-title+.auth__data-text {
        margin: -2.4rem 0 4.8rem;
    }
}

.auth__data-text {
    display: block;
    margin: 0 0 4.8rem;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
}

@media (min-width: 1200px) {
    .auth__data-text {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
        margin: 0 0 4.8rem;
    }
}

.auth__data-form .ui-placeholder {
    margin: 0 0 2.4rem;
}

.auth__data-form .ui-validate {
    position: relative;
    top: -2.4rem;
}

.auth__data-form .ui-forgot {
    margin: -1.2rem 0 2.4rem;
}

.auth__data-form .ui-caption {
    margin: 0 0 3.2rem;
}

.auth__data-form .ui-btn {
    width: 100%;
    height: 4.8rem;
}

@media (min-width: 1200px) {
    .auth__data-form .ui-placeholder {
        margin: 0 0 2.4rem;
    }

    .auth__data-form .ui-validate {
        position: relative;
        top: -2.4rem;
    }

    .auth__data-form .ui-forgot {
        margin: -1.2rem 0 1.6rem;
    }

    .auth__data-form .ui-caption {
        margin: 0 0 4.8rem;
    }

    .auth__data-form .ui-btn {
        width: auto;
        height: 5.6rem;
    }
}

.auth__swiper {
    width: 100%;
    overflow: hidden;
    background: var(--color-light);
    border-radius: 0.8rem;
}

@media (min-width: 1200px) {
    .auth__swiper {
        float: right;
        max-width: 56.4rem;
    }
}

.auth__slide {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
}

.auth__slide-desc {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 3.2rem 2rem;
}

@media (min-width: 640px) {
    .auth__slide-desc {
        padding: 3.2rem;
    }
}

@media (min-width: 1200px) {
    .auth__slide-desc {
        padding: 4.8rem 4.8rem 4.4rem;
    }
}

.auth__slide-text {
    display: block;
    margin: 0 0 2.4rem;
    font-size: 1.2rem;
    line-height: 1.33;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

@media (min-width: 1200px) {
    .auth__slide-text {
        margin: 0 0 3.2rem;
    }
}

.auth__slide-title {
    display: block;
    margin: 0 0 1.6rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.17;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .auth__slide-title {
        margin: 0 0 2.4rem;
    }
}

.auth__slide-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1.4rem;
    line-height: 1.29;
    font-weight: 400;
}

.auth__slide-list>li {
    position: relative;
    margin: 0 0 0.8rem;
    padding: 0 0 0 1.3rem;
}

.auth__slide-list>li:before {
    content: '';
    display: block;
    position: absolute;
    top: 0.5em;
    left: 0;
    width: 0.5rem;
    height: 0.5rem;
    background: var(--background-color-grey);
    border-radius: 50%;
}

.auth__slide-list>li:last-child {
    margin: 0;
}

@media (min-width: 1200px) {
    .auth__slide-list {
        font-size: 1.6rem;
        line-height: 1.25;
        font-weight: 400;
    }

    .auth__slide-list>li {
        padding: 0 0 0 2rem;
        margin: 0 0 1.2rem;
    }

    .auth__slide-list>li:last-child {
        margin: 0;
    }

    .auth__slide-list>li:before {
        width: 0.8rem;
        height: 0.8rem;
    }
}

.auth__slide-image {
    display: block;
    position: relative;
    background: #d9d9d9;
    overflow: hidden;
}

.auth__slide-image:before {
    content: '';
    float: left;
    padding: 52.65% 0 0 0;
}

.auth__slide-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.breadcrumbs {
    font-size: 1.2rem;
    line-height: 1.33;
    font-weight: 400;
    margin: 0 0 3.2rem;
}

.breadcrumbs .container-fluid {
    max-width: 144rem;
}

@media (min-width: 1200px) {
    .breadcrumbs {
        display: block;
        margin: 0 0 4.8rem;
        font-size: 1.4rem;
        line-height: 1.14;
        font-weight: 400;
    }
}

.breadcrumbs__menu {
    display: none;
}

@media (min-width: 1200px) {
    .breadcrumbs__menu {
        margin: 0;
        padding: 0;
        list-style: none;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        color: var(--color-grey);
    }

    .breadcrumbs__menu>li {
        padding: 0 3.2rem 0 0;
        position: relative;
    }

    .breadcrumbs__menu>li:after {
        content: '';
        display: block;
        width: 1.6rem;
        height: 1.6rem;
        background: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.1271 8.47999C10.3404 8.19555 10.3404 7.80445 10.1271 7.52001L7.72714 4.32004C7.46205 3.96659 6.96061 3.89495 6.60715 4.16005C6.25369 4.42514 6.18206 4.92657 6.44715 5.28003L8.48713 8L6.44715 10.72C6.18206 11.0734 6.25369 11.5749 6.60715 11.84C6.96061 12.105 7.46205 12.0334 7.72714 11.68L10.1271 8.47999Z' fill='%236B6B6B'/%3E%3C/svg%3E%0A") 50% 50% no-repeat;
        background-size: contain;
        position: absolute;
        top: 50%;
        right: 0.8rem;
        margin: -0.8rem 0 0 0;
    }

    .breadcrumbs__menu>li:last-child {
        padding: 0;
    }

    .breadcrumbs__menu>li:last-child:after {
        display: none;
    }
}

.breadcrumbs__link {
    text-decoration: none;
    color: var(--color-grey);
}

.breadcrumbs__link:hover {
    text-decoration: none;
    color: var(--color-grey-hover);
}

.breadcrumbs__link.is-active {
    color: var(--body-color);
}

.breadcrumbs__path {
    color: var(--color-dark);
}

.breadcrumbs__back {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: var(--color-grey);
    text-decoration: none;
    transition: color 0.25s;
}

.breadcrumbs__back svg {
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 0.8rem 0 0;
}

.breadcrumbs__back:hover {
    text-decoration: none;
    color: var(--color-grey-hover);
}

@media (min-width: 1200px) {
    .breadcrumbs__back {
        display: none;
    }
}

.inform {
    position: relative;
    top: -3.2rem;
    margin: 0 0 3.2rem;
}

.inform .container-fluid {
    max-width: 144rem;
}

.inform .row {
    margin: 0 -1.2rem -2.4rem;
}

.inform .row>[class^='col'] {
    padding: 0 1.2rem 2.4rem;
}

@media (min-width: 640px) {
    .inform .row {
        margin: 0 -0.8rem -3.2rem;
    }

    .inform .row>[class^='col'] {
        padding: 0 0.8rem 3.2rem;
    }
}

@media (min-width: 1200px) {
    .inform {
        top: -8.8rem;
        margin: 0 0 1.6rem;
    }

    .inform .row {
        margin: 0 -1.6rem -3.2rem;
    }

    .inform .row>[class^='col'] {
        padding: 0 1.6rem 3.2rem;
    }
}

.inform__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.inform__list>li {
    margin: 0 0 2.4rem;
}

.inform__list>li:last-child {
    margin: 0;
}

@media (min-width: 1200px) {
    .inform__list {
        margin: 0 -2.4rem -4.8rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .inform__list>li {
        padding: 0 2.4rem 4.8rem;
        margin: 0;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
}

@media (min-width: 1200px) {
    .inform .col-xl-4 {
        display: flex;
        justify-content: center;
    }

    .inform .col-xl-4 .inform__item {
        width: fit-content;
    }
}

.inform__item-title {
    display: block;
    margin: 0 0 0.8rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 500;
}

.inform__item-title:last-child {
    margin: 0;
}

@media (min-width: 1200px) {
    .inform__item-title {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 500;
    }
}

.inform__item-text {
    display: block;
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
    color: var(--color-grey);
}

@media (min-width: 1200px) {
    .inform__item-text {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
    }
}

.benefits {
    position: relative;
    margin: 0 0 6.4rem;
}

@media (min-width: 1200px) {
    .benefits {
        margin: 0 0 12.8rem;
    }
}

.benefits__grid {
    background: #ffffff;
    border: 1px solid var(--color-border);
    border-radius: 1.6rem;
    overflow: hidden;
}

.benefits__grid .row {
    margin: 0;
}

.benefits__grid .row>[class^='col'] {
    padding: 0;
    position: relative;
    z-index: 100;
    background: #ffffff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.benefits__grid .row>[class^='col']:before {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border: 1px solid var(--color-border);
    z-index: -1;
}

@media (min-width: 1200px) {
    .benefits__grid .row .row {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
}

.benefits__item {
    padding: 2rem;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.benefits__item--01 {
    padding: 2.4rem 2rem 3.2rem;
    background: var(--color-light);
}

.benefits__item--01 .benefits__item-image {
    margin: 0 -2rem 2.2rem;
}

.benefits__item--01 .benefits__item-desc {
    margin: 0 -0.5rem;
}

.benefits__item--01 .benefits__item-title {
    font-size: 2.4rem;
    line-height: 1.2;
    font-weight: 500;
    margin: 0 0 1.2rem;
}

.benefits__item--04 {
    padding: 2rem 2rem 1.6rem;
}

.benefits__item--04 .benefits__item-title {
    margin: 0 0 2.2rem;
}

@media (min-width: 640px) {
    .benefits__item--01 .benefits__item-desc {
        margin: 0 auto;
        max-width: 35.2rem;
    }

    .benefits__item--04 {
        padding: 2rem 2rem 3.6rem;
    }

    .benefits__item--04 .benefits__item-title {
        margin: 0 auto 2.2rem;
        max-width: 32rem;
    }
}

@media (min-width: 1200px) {
    .benefits__item {
        min-height: 28rem;
    }

    .benefits__item--01 {
        padding: 5.6rem 5.6rem 4.4rem;
    }

    .benefits__item--01 .benefits__item-image {
        margin: 0 -2.4rem 4.8rem 0;
    }

    .benefits__item--01 .benefits__item-desc {
        margin: 0;
        max-width: none;
    }

    .benefits__item--01 .benefits__item-title {
        margin: 0 -1.6rem 2rem;
        font-size: 4rem;
        line-height: 1.2;
        font-weight: 500;
    }

    .benefits__item--01 .benefits__item-text {
        max-width: 42rem;
        margin: 0 auto;
    }

    .benefits__item--02,
    .benefits__item--03 {
        text-align: left;
        padding: 2.8rem 3.2rem;
    }

    .benefits__item--02 .benefits__item-image,
    .benefits__item--03 .benefits__item-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0 2.7rem 0 20%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: end;
        align-items: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .benefits__item--04 {
        text-align: left;
        padding: 2.8rem 3.2rem 2.4rem;
    }

    .benefits__item--04 .benefits__item-title {
        margin: 0 0 2.8rem;
        max-width: none;
    }
}

.benefits__item-title {
    display: block;
    margin: 0 0 0.8rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 1.8rem;
    line-height: 1.33;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .benefits__item-title {
        font-size: 2.4rem;
        line-height: 1.17;
        font-weight: 500;
        margin: 0 0 2.8rem;
    }
}

.benefits__item-text {
    display: block;
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
}

@media (min-width: 1200px) {
    .benefits__item-text {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
    }
}

.benefits__item-image {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto -2rem -2rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.benefits__item-image img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media (min-width: 1200px) {
    .benefits__item-image {
        margin: 0;
    }
}

.benefits__item-steps .row {
    margin: 0 -0.4rem -0.8rem;
}

.benefits__item-steps .row>[class^='col'] {
    padding: 0 0.4rem 0.8rem;
    background: none;
}

.benefits__item-steps .row>[class^='col']:before {
    display: none;
}

@media (min-width: 640px) {
    .benefits__item-steps {
        margin: 0 auto;
        padding: 0;
        max-width: 36.6rem;
    }
}

@media (min-width: 1200px) {
    .benefits__item-steps {
        max-width: none;
        padding: 0 2rem 0 7.5rem;
    }

    .benefits__item-steps>.row>[class^='col']:first-of-type .benefits__item-step {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .benefits__item-steps>.row>[class^='col']:first-of-type .benefits__item-step-number {
        margin: 0 0 1.6rem;
    }
}

.benefits__item-step {
    background: var(--color-light);
    border-radius: 0.8rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0.8rem;
    min-height: 100%;
}

@media (min-width: 1200px) {
    .benefits__item-step {
        padding: 1.2rem;
    }
}

.benefits__item-step-number {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.8rem;
    height: 2.8rem;
    margin: 0 1.2rem 0 0;
    background: none;
    border-radius: 50%;
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 400;
    color: var(--color-grey);
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media (min-width: 1200px) {
    .benefits__item-step-number {
        width: 3.2rem;
        height: 3.2rem;
        margin: 0 1.6rem 0 0;
        font-size: 1.6rem;
    }
}

.benefits__item-step-text {
    display: block;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 1.2rem;
    line-height: 1.33;
    font-weight: 400;
    color: var(--body-color);
    margin: 0;
    text-align: left;
    width: 100%;
}

.internet-acquiring {
    margin: 0 0 6.4rem;
}

@media (min-width: 1200px) {
    .internet-acquiring {
        margin: 0 0 12.8rem;
    }
}

.internet-acquiring__title {
    display: block;
    margin: 0 0 2.4rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.17;
    font-weight: 500;
}

.internet-acquiring__title+.internet-acquiring__text {
    margin: -0.8rem 0 2.4rem;
}

@media (min-width: 1200px) {
    .internet-acquiring__title {
        font-size: 4rem;
        line-height: 1.2;
        font-weight: 500;
        margin: 0 0 3.2rem;
    }

    .internet-acquiring__title+.internet-acquiring__text {
        margin: -1.6rem 0 3.2rem;
    }
}

.internet-acquiring__text {
    display: block;
    margin: 0 0 2.4rem;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
}

@media (min-width: 1200px) {
    .internet-acquiring__text {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
        margin: 0 0 3.2rem;
    }
}

.internet-acquiring__grid .row {
    margin: 0 -0.6rem -1.2rem;
}

.internet-acquiring__grid .row>[class^='col'] {
    padding: 0 0.6rem 1.2rem;
}

@media (min-width: 1200px) {
    .internet-acquiring__grid .row {
        margin: 0 -1.2rem -2.4rem;
    }

    .internet-acquiring__grid .row>[class^='col'] {
        padding: 0 1.2rem 2.4rem;
    }
}

.internet-acquiring__item {
    background: var(--color-light);
    border-radius: 1.6rem;
    padding: 0.8rem 2rem 1.2rem 0.8rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100%;
    min-height: 8rem;
    transition: transform 0.5s;
    will-change: transform;
    overflow: hidden;
}

.internet-acquiring__item:hover {
    background: var(--color-light-hover);
    color: var(--body-color);
    text-decoration: none;
}

@media (min-width: 640px) {
    .internet-acquiring__item {
        min-height: 7.2rem;
    }
}

@media (min-width: 1200px) {
    .internet-acquiring__item {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 2.4rem;
    }
}

.internet-acquiring__item-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 5.2rem;
    height: 5.2rem;
    margin: 0 1.6rem 0 0;
    border-radius: 0.8rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    overflow: hidden;
}

.internet-acquiring__item-icon img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (min-width: 1200px) {
    .internet-acquiring__item-icon {
        width: 7.2rem;
        height: 7.2rem;
        margin: 0 0 2.4rem;
    }
}

.internet-acquiring__item-desc {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
}

.internet-acquiring__item-title {
    display: block;
    margin: 0 0 0.4rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .internet-acquiring__item-title {
        font-size: 2.4rem;
        line-height: 1.17;
        font-weight: 500;
        margin: 0 0 0.8rem;
    }
}

.internet-acquiring__item-text {
    display: block;
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.29;
    font-weight: 400;
    color: var(--color-grey);
}

@media (min-width: 1200px) {
    .internet-acquiring__item-text {
        font-size: 1.6rem;
        line-height: 1.25;
        font-weight: 400;
    }
}

.internet-acquiring__extended {
    background: var(--color-light);
    border-radius: 1.6rem;
    padding: 1.6rem 1.6rem 2.4rem;
    min-height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    transition: transform 0.5s;
    will-change: transform;
    overflow: hidden;
}

.internet-acquiring__extended:hover {
    background: var(--color-light-hover);
    color: var(--body-color);
    text-decoration: none;
}

.internet-acquiring__extended--green .internet-acquiring__extended-mark {
    background: #a5d8a2;
    border-color: #a5d8a2;
    background: var(--color-secondary);
    border: 1px solid var(--color-secondary);
    color: var(--color-white);
}

@media (min-width: 1200px) {
    .internet-acquiring__extended {
        padding: 2.4rem;
    }
}

.internet-acquiring__extended-mark {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: top;
    border-radius: 0.4rem;
    margin: 0 0 1.6rem;
    padding: 0.2rem 0.6rem;
    min-height: 2.4rem;
    background: var(--color-light);
    border: 1px solid #a2a2a2;
    color: var(--color-dark);
    font-size: 1.2rem;
    line-height: 1.33;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

@media (min-width: 1200px) {
    .internet-acquiring__extended-mark {
        margin: 0 0 2rem;
        height: 2.8rem;
        padding: 0.4rem 0.8rem;
    }
}

.internet-acquiring__extended-title {
    display: block;
    margin: 0 0 2.4rem;
    font-size: 2.4rem;
    line-height: 1.17;
    font-weight: 700;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.internet-acquiring__extended-info {
    margin: 0 -1.6rem -3.2rem;
    padding: 0 0 2.4rem;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 500;
}

.internet-acquiring__extended-info small {
    display: block;
    margin: 0 0 0.4rem;
    font-family: 'GT America LCG', Arial, sans-serif;
    font-size: 1.2rem;
    line-height: 1.33;
    font-weight: 400;
    color: var(--color-grey);
}

.internet-acquiring__extended-info>li {
    padding: 0 1.6rem 3.2rem;
}

@media (min-width: 1200px) {
    .internet-acquiring__extended-info {
        font-size: 2.4rem;
        line-height: 1.17;
        font-weight: 500;
        padding: 0 0 4rem;
        margin: 0 -3.2rem -6.4rem;
    }

    .internet-acquiring__extended-info small {
        font-size: 1.4rem;
        line-height: 1.14;
        font-weight: 400;
        margin: 0 0 0.8rem;
    }

    .internet-acquiring__extended-info>li {
        padding: 0 3.2rem 6.4rem;
    }
}

.internet-acquiring__extended-action {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.4rem;
    line-height: 1.25;
    font-weight: 500;
    width: 100%;
}

.internet-acquiring__extended-action>* {
    margin: 0 0 2rem;
}

.internet-acquiring__extended-action>*:last-child {
    margin: 0;
}

.internet-acquiring__extended-action .ui-btn {
    min-width: 100%;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media (min-width: 1200px) {
    .internet-acquiring__extended-action {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 500;
    }

    .internet-acquiring__extended-action>* {
        margin: 0 0 2rem;
    }

    .internet-acquiring__extended-action>*:last-child {
        margin: 0;
    }
}

.internet-acquiring__info {
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
    padding: 1.6rem 0;
    margin: 0;
}

@media (min-width: 1200px) {
    .internet-acquiring__info {
        padding: 5rem 0 5rem 2.4rem;
    }
}

.internet-acquiring__info-title {
    display: block;
    margin: 0 0 2rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.17;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .internet-acquiring__info-title {
        margin: 0 0 2.4rem;
    }
}

.internet-acquiring__info-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.internet-acquiring__info-list>li {
    margin: 0 0 1.2rem;
    padding: 0 0 0 1.7rem;
    position: relative;
}

.internet-acquiring__info-list>li:before {
    content: '';
    display: block;
    position: absolute;
    top: 0.5em;
    left: 0;
    width: 0.5rem;
    height: 0.5rem;
    background: var(--background-color-grey);
    border-radius: 50%;
}

.internet-acquiring__info-list>li:last-child {
    margin: 0;
}

@media (min-width: 1200px) {
    .internet-acquiring__info-list>li {
        padding: 0 0 0 2rem;
        margin: 0 0 1.6rem;
    }

    .internet-acquiring__info-list>li:before {
        width: 0.8rem;
        height: 0.8rem;
    }

    .internet-acquiring__info-list>li:last-child {
        margin: 0;
    }
}

.internet-acquiring__image {
    border-radius: 1.6rem;
    overflow: hidden;
    background: var(--color-light);
    margin: 0;
}

.internet-acquiring__image img {
    display: block;
    width: 100%;
    min-height: 22rem;
    -o-object-fit: cover;
    object-fit: cover;
}

.internet-acquiring__safety {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.internet-acquiring__safety-icon {
    width: 3.2rem;
    height: 3.2rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0.4rem 0 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: var(--color-grey);
}

.internet-acquiring__safety-icon img,
.internet-acquiring__safety-icon svg {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (min-width: 1200px) {
    .internet-acquiring__safety-icon {
        width: 4.8rem;
        height: 4.8rem;
        margin: 0 0.8rem 0 0;
    }
}

.internet-acquiring__safety-text {
    display: block;
    margin: 0;
    -ms-flex: 1;
    flex: 1;
    font-size: 1.2rem;
    line-height: 1.33;
    font-weight: 400;
    color: var(--color-gray-on-light);
}

@media (min-width: 1200px) {
    .internet-acquiring__safety-text {
        font-size: 1.4rem;
        line-height: 1.14;
        font-weight: 400;
        max-width: 44rem;
    }
}

.internet-acquiring__action {
    padding: 2.4rem 0 0;
}

.internet-acquiring__action .ui-btn {
    width: 100%;
}

@media (min-width: 640px) {
    .internet-acquiring__action .ui-btn {
        width: auto;
    }
}

@media (min-width: 1200px) {
    .internet-acquiring__action {
        padding: 3.2rem 0 0;
    }
}

.video {
    margin: 0 0 6.4rem;
}

@media (min-width: 1200px) {
    .video {
        margin: 0 0 12.8rem;
    }
}

.video__title {
    display: block;
    margin: 0 0 1.6rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.17;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .video__title {
        margin: 0 0 2.4rem;
        font-size: 4rem;
        line-height: 1.2;
        font-weight: 500;
    }
}

.video__text {
    display: block;
    margin: 0 0 3.2rem;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
}

@media (min-width: 1200px) {
    .video__text {
        margin: 0 0 4.8rem;
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
    }
}

.video__item {
    display: block;
    text-decoration: none;
    overflow: hidden;
    border-radius: 0.8rem;
    background: #000000;
    color: #ffffff;
    position: relative;
}

.video__item:hover {
    text-decoration: none;
    color: #ffffff;
}

.video__item-image {
    height: 32.8rem;
    position: relative;
    margin: 0;
    display: block;
}

.video__item-image:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.video__item-image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (min-width: 1200px) {
    .video__item-image {
        height: 56rem;
    }
}

.video__item-play {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 1.6rem;
    bottom: 1.6rem;
    z-index: 100;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 500;
}

.video__item-play svg {
    display: block;
    width: 4.8rem;
    height: 4.8rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 1.6rem 0 0;
}

@media (min-width: 1200px) {
    .video__item-play {
        left: 2.4rem;
        bottom: 2.4rem;
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 500;
    }

    .video__item-play svg {
        width: 5.6rem;
        height: 5.6rem;
    }
}

.payments {
    margin: 0 0 6.4rem;
}

@media (min-width: 1200px) {
    .payments {
        margin: 0 0 12.8rem;
    }
}

.payments__title {
    display: block;
    margin: 0 0 1.6rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.17;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .payments__title {
        margin: 0 0 4.8rem;
        font-size: 4rem;
        line-height: 1.2;
        font-weight: 500;
    }
}

.payments__list {
    margin: 0 -0.4rem -0.8rem;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
}

.payments__list>li {
    padding: 0 0.4rem 0.8rem;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
}

@media (min-width: 1200px) {
    .payments__list {
        margin: 0 -1.6rem -3.2rem;
    }

    .payments__list>li {
        padding: 0 1.6rem 3.2rem;
    }
}

.payments__item {
    background: var(--color-light);
    border-radius: 1.6rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 8rem;
    transition: background 0.25s;
    position: relative;
    overflow: hidden;
}

.payments__item:hover {
    background: var(--color-light-hover);
}

@media (min-width: 1200px) {
    .payments__item {
        height: 17.8rem;
    }
}

.payments__item-image {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.payments__item-image img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.cms {
    margin: 0 0 6.4rem;
    padding: 4rem 0;
    background: var(--color-light);
    text-align: center;
}

@media (min-width: 1200px) {
    .cms {
        margin: 0 0 6.4rem;
        padding: 6.4rem 0;
    }
}

.cms__title {
    display: block;
    margin: 0 0 1.6rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.25;
    font-weight: 400;
}

@media (min-width: 1200px) {
    .cms__title {
        font-size: 4rem;
        line-height: 1.2;
        font-weight: 400;
        margin: 0 0 1.6rem;
    }
}

.cms__text {
    display: block;
    margin: 0 auto 2.4rem;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
    max-width: 49.6rem;
}

@media (min-width: 1200px) {
    .cms__text {
        margin: 0 0 4.8rem;
        max-width: none;
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
    }
}

@media (min-width: 1200px) {
    .cms__wrapper {
        max-width: 72.8rem;
        margin: 0 auto;
    }
}

.cms__list {
    margin: 0 -0.6rem -0.8rem;
    padding: 0 0.8rem;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cms__list>li {
    padding: 0 0.6rem 0.8rem;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
}

@media (min-width: 640px) {
    .cms__list {
        padding: 0 2.4rem;
    }

    .cms__list>li {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1200px) {
    .cms__list {
        padding: 0;
        margin: 0 -1.6rem -3.2rem;
    }

    .cms__list>li {
        padding: 0 1.6rem 3.2rem;
    }
}

.cms__item {
    background: var(--color-white);
    border-radius: 1.2rem;
    overflow: hidden;
    position: relative;
    display: block;
    text-decoration: none;
    transition: background 0.25s;
}

.cms__item:hover {
    text-decoration: none;
}

.cms__item:before {
    content: '';
    display: block;
    float: left;
    padding: 100% 0 0 0;
}

.cms__item-image {
    position: absolute;
    top: 0;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.cms__item-image img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.timing {
    margin: 0 0 6.4rem;
}

@media (min-width: 640px) {
    .timing {
        margin: 0 0 7.6rem;
    }
}

@media (min-width: 1200px) {
    .timing {
        margin: 0 0 12.8rem;
    }
}

.timing__title {
    display: block;
    margin: 0 0 1.6rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.17;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .timing__title {
        margin: 0 0 2.4rem;
        font-size: 4rem;
        line-height: 1.2;
        font-weight: 500;
    }
}

.timing__text {
    display: block;
    margin: 0 0 2.4rem;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
}

@media (min-width: 1200px) {
    .timing__text {
        margin: 0 0 4.8rem;
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
    }
}

.timing__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.timing__list>li {
    margin: 0 0 1.6rem;
}

.timing__list>li:last-child {
    margin: 0;
}

@media (min-width: 640px) {
    .timing__list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -0.8rem -1.6rem;
    }

    .timing__list>li {
        padding: 0 0.8rem 1.6rem;
        margin: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 1200px) {
    .timing__list {
        margin: 0 -1.2rem -2.4rem;
    }

    .timing__list>li {
        padding: 0 1.2rem 2.4rem;
    }
}

.timing__item {
    display: block;
    text-decoration: none;
    color: var(--body-color);
    border: 1px solid var(--color-border);
    border-radius: 0.8rem;
    padding: 1.6rem 2rem;
    min-height: 100%;
}

.timing__item:hover {
    text-decoration: none;
    color: var(--body-color);
}

@media (min-width: 1200px) {
    .timing__item {
        padding: 2.4rem 3.2rem;
    }
}

.timing__item-title {
    display: block;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 500;
    margin: 0 0 0.8rem;
}

@media (min-width: 1200px) {
    .timing__item-title {
        margin: 0 0 1.6rem;
        font-size: 2.4rem;
        line-height: 1.17;
        font-weight: 500;
    }
}

.timing__item-text {
    display: block;
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
}

@media (min-width: 1200px) {
    .timing__item-text {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
    }
}

.connection {
    margin: 0 0 6.4rem;
}

@media (min-width: 640px) {
    .connection {
        margin: 0 0 7.2rem;
    }
}

@media (min-width: 1200px) {
    .connection {
        margin: 0 0 12.8rem;
    }
}

.connection__title {
    display: block;
    margin: 0 0 2.4rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.17;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .connection__title {
        margin: 0 0 4.8rem;
        font-size: 4rem;
        line-height: 1.2;
        font-weight: 500;
    }
}

.connection__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.connection__list>li {
    margin: 0 0 1.2rem;
}

.connection__list>li:last-child {
    margin: 0;
}

@media (min-width: 640px) {
    .connection__list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -0.6rem -1.2rem;
    }

    .connection__list>li {
        padding: 0 0.6rem 1.2rem;
        margin: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 1200px) {
    .connection__list {
        margin: 0 -1.6rem -3.2rem;
    }

    .connection__list>li {
        padding: 0 1.6rem 3.2rem;
    }
}

.connection__item {
    background: var(--color-light);
    border-radius: 1.6rem;
    padding: 1.6rem;
    min-height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 1200px) {
    .connection__item {
        padding: 2.4rem;
    }
}

.connection__item-title {
    display: block;
    margin: 0 0 2.4rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .connection__item-title {
        font-size: 2.4rem;
        line-height: 1.17;
        font-weight: 500;
        margin: 0 0 2.4rem;
    }
}

.connection__item-info {
    margin: 0 -1.6rem -3.2rem;
    padding: 0 0 2.4rem;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2rem;
    line-height: 1.25;
    font-weight: 500;
}

.connection__item-info small {
    display: block;
    margin: 0 0 0.4rem;
    font-family: 'GT America LCG', Arial, sans-serif;
    font-size: 1.2rem;
    line-height: 1.33;
    font-weight: 400;
    color: var(--color-grey);
}

.connection__item-info>li {
    padding: 0 1.6rem 3.2rem;
}

@media (min-width: 1200px) {
    .connection__item-info {
        padding: 0 0 4rem;
        margin: 0 -3.2rem -6.4rem;
        font-size: 2.4rem;
        line-height: 1.17;
        font-weight: 500;
    }

    .connection__item-info small {
        display: block;
        margin: 0 0 0.8rem;
        font-size: 1.4rem;
        line-height: 1.14;
        font-weight: 400;
    }

    .connection__item-info>li {
        padding: 0 3.2rem 6.4rem;
    }
}

.connection__item-action {
    margin: auto 0 0 0;
}

.connection__item-action .ui-btn {
    width: 100%;
}

.connection__action {
    padding: 2.4rem 0 0;
    font-size: 1.8rem;
    line-height: 1.33;
    font-weight: 500;
}

.steps {
    margin: 0 0 3.2rem;
}

@media (min-width: 1200px) {
    .steps {
        margin: 0 0 9.6rem;
    }
}

.steps__title {
    display: block;
    margin: 0 0 2.4rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.17;
    font-weight: 500;
}

@media (min-width: 640px) {
    .steps__title {
        margin: 0 0 3.2rem;
    }
}

@media (min-width: 1200px) {
    .steps__title {
        margin: 0 0 4.8rem;
        font-size: 4rem;
        line-height: 1.2;
        font-weight: 500;
    }
}

.steps__item-number {
    background: #f6f6f6;
    border: 1px solid #f5f5f8;
    width: 4.8rem;
    height: 4.8rem;
    margin: 0 0 2.4rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 500;
    border-radius: 50%;
}

@media (min-width: 1200px) {
    .steps__item-number {
        width: 6.4rem;
        height: 6.4rem;
        margin: 0 0 3.2rem;
        font-size: 2.4rem;
        line-height: 1.25;
        font-weight: 500;
    }
}

.steps__item-title {
    display: block;
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
}

@media (min-width: 1200px) {
    .steps__item-title {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
    }
}

.faq {
    margin: 0 0 6.4rem;
}

@media (min-width: 1200px) {
    .faq {
        margin: 0 0 12.8rem;
    }
}

.faq__title {
    display: block;
    margin: 0 0 3.2rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.17;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .faq__title {
        margin: 0 0 4.8rem;
        font-size: 4rem;
        line-height: 1.2;
        font-weight: 500;
    }
}

.faq__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.faq__list>li {
    margin: 0 0 1.6rem;
}

.faq__list>li:last-child {
    margin: 0;
}

@media (min-width: 1200px) {
    .faq__list>li {
        margin: 0 0 2.4rem;
    }

    .faq__list>li:last-child {
        margin: 0;
    }
}

.faq__item {
    background: var(--color-light);
    border: 1px solid var(--color-light);
    border-radius: 1.6rem;
    padding: 2rem 7.6rem 2rem 2rem;
    position: relative;
    cursor: pointer;
    transition: background 0.25s,
        border-color 0.25s;
}

.faq__item:after {
    content: '';
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    background: url("data:image/svg+xml,%3Csvg width='33' height='32' viewBox='0 0 33 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.4922 19.7333C15.9663 20.0889 16.6182 20.0889 17.0922 19.7333L22.4256 15.7333C23.0147 15.2915 23.1341 14.4558 22.6922 13.8667C22.2504 13.2776 21.4147 13.1582 20.8256 13.6L16.2922 17L11.7589 13.6C11.1698 13.1582 10.3341 13.2776 9.89223 13.8667C9.45041 14.4558 9.5698 15.2915 10.1589 15.7333L15.4922 19.7333Z' fill='%2324303B'/%3E%3C/svg%3E%0A") 50% 50% no-repeat;
    background-size: contain;
    position: absolute;
    top: 2rem;
    right: 2rem;
    transition: transform 0.25s;
}

.faq__item:hover {
    background: transparent;
    border-color: #f0ede9;
}

.faq__item.is-open {
    background: transparent;
}

.faq__item.is-open:after {
    transform: rotate(180deg);
}

@media (min-width: 640px) {
    .faq__item {
        padding: 2rem 7.6rem 2.4rem 2rem;
    }
}

@media (min-width: 1200px) {
    .faq__item {
        padding: 4rem 14.4rem 4rem 4.8rem;
    }

    .faq__item:after {
        width: 3.2rem;
        height: 3.2rem;
        top: 4rem;
        right: 4.8rem;
    }
}

.faq__item-question {
    display: block;
    margin: 0;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 500;
    position: relative;
}

.faq__item-question:before {
    content: '';
    display: block;
    position: absolute;
    top: -2rem;
    bottom: -2rem;
    left: -2rem;
    right: -7.6rem;
    border-radius: 0.8rem;
}

@media (min-width: 640px) {
    .faq__item-question:before {
        bottom: -2.4rem;
    }
}

@media (min-width: 1200px) {
    .faq__item-question {
        font-size: 2.4rem;
        line-height: 1.17;
        font-weight: 500;
        padding: 0 2.4rem 0 0;
    }

    .faq__item-question:before {
        top: -4rem;
        bottom: -4rem;
        left: -4.8rem;
        right: -14.4rem;
    }
}

.faq__item-answer {
    display: none;
    position: relative;
    top: 1.6rem;
    padding: 0 0 1.6rem;
    margin: 0 -5.6rem 0 0;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
}

.faq__item-answer p {
    margin: 0 0 1.6rem;
}

.faq__item-answer p:last-child {
    margin: 0;
}

@media (min-width: 640px) {
    .faq__item-answer {
        margin: 0 -5.6rem 0 0;
    }
}

@media (min-width: 1200px) {
    .faq__item-answer {
        top: 2.4rem;
        padding: 0 0 2.4rem;
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
        margin: 0;
    }
}

.faq__tabs-control {
    margin: -1rem -1.6rem 2.2rem;
    position: relative;
    min-height: 4.4rem;
}

@media (min-width: 640px) {
    .faq__tabs-control {
        margin: -1rem -3.2rem 2.2rem;
    }
}

@media (min-width: 1200px) {
    .faq__tabs-control {
        margin: -1rem 0 3.8rem;
        padding: 0;
        min-height: 4.8rem;
    }
}

.faq__tabs-menu {
    margin: 0;
    padding: 1rem 1.6rem;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 500;
    background: #ffffff;
    overflow-x: auto;
    overflow-y: hidden;
}

.faq__tabs-menu::-webkit-scrollbar {
    display: none;
}

.faq__tabs-menu>li {
    width: auto;
    padding: 0 0.8rem 0 0;
}

@media (min-width: 640px) {
    .faq__tabs-menu {
        padding: 1rem 3.2rem;
    }
}

@media (min-width: 1200px) {
    .faq__tabs-menu {
        margin: 0;
        padding: 1rem 0;
    }

    .faq__tabs-menu>li {
        padding: 0 1.2rem 0 0;
    }
}

.faq__tabs-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    background: var(--color-light);
    border-radius: 0.8rem;
    padding: 0.8rem 2.4rem;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 500;
    height: 4.4rem;
    white-space: nowrap;
    color: var(--color-dark);
    cursor: pointer;
    transition: color 0.25s,
        background 0.25s;
}

.faq__tabs-btn:hover {
    background: var(--color-light-hover);
    color: var(--body-color);
}

.faq__tabs-btn.is-active {
    background: var(--color-accent);
    color: var(--color-dark);
}

@media (min-width: 1200px) {
    .faq__tabs-btn {
        height: 4.8rem;
        padding: 0.8rem 3.2rem;
        font-size: 1.4rem;
        line-height: 1.25;
        font-weight: 500;
    }
}

.faq__tabs-wrapper {
    position: relative;
}

.faq__tabs-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    max-height: 0;
}

.faq__tabs-content.is-active {
    position: relative;
    opacity: 1;
    visibility: visible;
    transition: 0.5s;
    overflow: visible;
    max-height: none;
}

.faq-video {
    margin: 0 0 6.4rem;
}

.faq-video .container-fluid {
    max-width: 144rem;
}

@media (min-width: 1200px) {
    .faq-video {
        margin: 0 0 12.8rem;
    }
}

.faq-video__title {
    display: block;
    margin: 0 0 2.4rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.17;
    font-weight: 500;
}

@media (min-width: 640px) {
    .faq-video__title {
        margin: 0 0 3.2rem;
    }
}

@media (min-width: 1200px) {
    .faq-video__title {
        font-size: 4rem;
        line-height: 1.2;
        font-weight: 500;
        margin: 0 0 4.8rem;
    }
}

.faq-video__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.faq-video__list>li {
    margin: 0 0 1.6rem;
}

.faq-video__list>li:last-child {
    margin: 0;
}

@media (min-width: 640px) {
    .faq-video__list>li {
        margin: 0 0 1.6rem;
    }

    .faq-video__list>li:last-child {
        margin: 0;
    }
}

@media (min-width: 1200px) {
    .faq-video__list>li {
        margin: 0 0 2.4rem;
    }

    .faq-video__list>li:last-child {
        margin: 0;
    }
}

.faq-video__item {
    background: var(--color-light);
    border: 1px solid var(--color-light);
    border-radius: 0.8rem;
    padding: 2rem;
    position: relative;
    cursor: pointer;
    transition: background 0.25s;
    min-height: 6.4rem;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.faq-video__item:after {
    content: '';
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    background: url("data:image/svg+xml,%3Csvg width='33' height='32' viewBox='0 0 33 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.4922 19.7333C15.9663 20.0889 16.6182 20.0889 17.0922 19.7333L22.4256 15.7333C23.0147 15.2915 23.1341 14.4558 22.6922 13.8667C22.2504 13.2776 21.4147 13.1582 20.8256 13.6L16.2922 17L11.7589 13.6C11.1698 13.1582 10.3341 13.2776 9.89223 13.8667C9.45041 14.4558 9.5698 15.2915 10.1589 15.7333L15.4922 19.7333Z' fill='%23242624'/%3E%3C/svg%3E%0A") 50% 50% no-repeat;
    background-size: contain;
    position: absolute;
    top: 2rem;
    right: 2rem;
    transition: transform 0.25s;
}

.faq-video__item:hover {
    background: transparent;
}

.faq-video__item.is-open {
    background: transparent;
}

.faq-video__item.is-open:after {
    transform: rotate(180deg);
}

@media (min-width: 1200px) {
    .faq-video__item {
        padding: 2rem 2.4rem;
        min-height: 7.2rem;
    }

    .faq-video__item:after {
        width: 2.4rem;
        height: 2.4rem;
        top: 2.4rem;
        right: 2.4rem;
    }
}

.faq-video__item-question {
    display: block;
    margin: 0;
    padding: 0 5.6rem 0 0;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 500;
    position: relative;
}

.faq-video__item-question:before {
    content: '';
    display: block;
    position: absolute;
    top: -2rem;
    bottom: -2rem;
    left: -2rem;
    right: -7.6rem;
    border-radius: 0.8rem;
}

@media (min-width: 1200px) {
    .faq-video__item-question {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 500;
    }

    .faq-video__item-question:before {
        top: -2.4rem;
        bottom: -2.4rem;
        left: -2.4rem;
        right: -2.4rem;
    }
}

.faq-video__item-answer {
    display: none;
    position: relative;
    top: 2rem;
    padding: 0 0 2rem;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
}

.faq-video__item-answer .ui-video {
    margin: 0;
}

@media (min-width: 640px) {
    .faq-video__item-answer {
        top: 1.6rem;
        padding: 0 0 1.6rem;
    }
}

@media (min-width: 1200px) {
    .faq-video__item-answer {
        top: 3.2rem;
        padding: 0 0 3.6rem;
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
    }
}

.deposits {
    margin: 0 0 6.4rem;
}

@media (min-width: 1200px) {
    .deposits {
        margin: 0 0 12.8rem;
    }
}

.deposits__title {
    display: block;
    margin: 0 0 2.4rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.17;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .deposits__title {
        font-size: 4rem;
        line-height: 1.2;
        font-weight: 500;
        margin: 0 0 4.8rem;
    }
}

.deposits__grid .row {
    margin: 0 -0.8rem -1.6rem;
}

.deposits__grid .row>[class^='col'] {
    padding: 0 0.8rem 1.6rem;
}

@media (min-width: 1200px) {
    .deposits__grid .row {
        margin: 0 -1.6rem -3.2rem;
    }

    .deposits__grid .row>[class^='col'] {
        padding: 0 1.6rem 3.2rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.deposits__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    text-decoration: none;
    background: var(--color-light);
    color: var(--color-dark);
    border-radius: 1.6rem;
    padding: 2rem 1.6rem;
    min-height: 33.4rem;
    margin: 0 0 1.6rem;
    position: relative;
    transition: transform 0.5s,
        color 0.25s,
        background 0.25s;
    will-change: transform;
    overflow: hidden;
}

.deposits__item:last-child {
    margin: 0;
}

@media (min-width: 640px) {
    .deposits__item {
        padding: 2.4rem 2.8rem;
        min-height: 29.6rem;
    }
}

@media (min-width: 1200px) {
    .deposits__item {
        padding: 2.8rem 3.2rem;
        margin: 0 0 3.2rem;
        -ms-flex: 1;
        flex: 1;
    }

    .deposits__item:last-child {
        margin: 0;
    }

    .deposits__item--column {
        padding: 2.8rem 2.8rem 3.2rem;
    }

    .deposits__item--column .deposits__item-image {
        position: relative;
        width: 100%;
        height: auto;
        margin: 0 auto 1rem;
        max-width: 29.4rem;
    }

    .deposits__item--column .deposits__item-text {
        max-width: 100%;
    }
}

a.deposits__item:hover {
    background: var(--color-accent);
    color: var(--color-dark);
    text-decoration: none;
    transform: translate(0, -1rem);
}

.deposits__item-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.deposits__item-image img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.deposits__item-desc {
    position: relative;
    z-index: 2;
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.deposits__item-title {
    display: block;
    margin: 0 0 1.2rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.17;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .deposits__item-title {
        margin: 0 0 1.2rem;
        font-size: 2.8rem;
        line-height: 1.14;
        font-weight: 500;
    }
}

.deposits__item-text {
    display: block;
    margin: 0 0 1.2rem;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
    max-width: 50%;
}

@media (min-width: 1200px) {
    .deposits__item-text {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
        max-width: 55%;
    }
}

.deposits__item-info {
    margin: auto -1.2rem -1.6rem;
    padding: 0;
    list-style: none;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 500;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.deposits__item-info small {
    display: block;
    padding: 0.4rem 0 0;
    font-family: 'GT America LCG', Arial, sans-serif;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
    color: var(--color-grey);
}

.deposits__item-info>li {
    padding: 0 1.2rem 1.6rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.deposits__item-info>li:nth-of-type(3) {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

@media (min-width: 640px) {
    .deposits__item-info {
        font-size: 2rem;
        line-height: 1.2;
        font-weight: 500;
    }

    .deposits__item-info small {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
    }

    .deposits__item-info>li:nth-of-type(3) {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}

@media (min-width: 1200px) {
    .deposits__item-info {
        margin: auto -2.2rem -4.4rem;
        font-size: 2.4rem;
        line-height: 1.17;
        font-weight: 500;
    }

    .deposits__item-info>li {
        padding: 0 2.2rem 4.4rem;
    }
}

.calulator-deposit-period:has(.calulator-deposit-period__range[style*='display: none']) .input-period {
    border-radius: 0.8rem;
}

.calc {
    margin: 0 0 6.4rem;
}

@media (min-width: 1200px) {
    .calc {
        margin: 0 0 12.8rem;
    }

    .calc--deposits .calc__title {
        margin: 0 0 3.2rem;
    }

    .calc--deposits .calc__result {
        position: relative;
        top: -4.8rem;
        margin: 0 0 -4.8rem;
    }

    .calc--autocredit .calc__title {
        margin: 0 0 3.2rem;
    }

    .calc--autocredit .calc__result {
        position: relative;
        top: 11.2rem;
        margin: 0 0 11.2rem;
    }
}

.calc__title {
    display: block;
    margin: 0 0 3.2rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.2rem;
    line-height: 2.4rem;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .calc__title {
        margin: 0 0 4.8rem;
        font-size: 4rem;
        line-height: 1.2;
        font-weight: 500;
    }
}

.calc__tabs .ui-tabs__control,
.calc__wrapper .ui-tabs__control {
    margin-bottom: 3.2rem;
}

@media (min-width: 1200px) {

    .calc__tabs .row,
    .calc__wrapper .row {
        margin: 0 -1.6rem -3.2rem;
    }

    .calc__tabs .row>[class^='col'],
    .calc__wrapper .row>[class^='col'] {
        padding: 0 1.6rem 3.2rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .calc__tabs .ui-tabs__control,
    .calc__wrapper .ui-tabs__control {
        margin-bottom: 4.2rem;
    }
}

.calc__data {
    margin: 0 0 2.4rem;
}

.calc__data .ui-switch {
    margin: 0 0 3.2rem;
}

.calc__data .ui-switch--inline {
    width: 100%;
    max-width: 100%;
}

.calc__data .ui-switch-scroll {
    width: 100%;
}

.calc__data .ui-switch-scroll__menu {
    -ms-flex: 1;
    flex: 1;
}

.calc__data .ui-placeholder {
    margin: 0 0 2.4rem;
}

.calc__data .ui-placeholder:last-child {
    margin: 0;
}

.calc__data .ui-toggle {
    margin: 0.8rem 0 0;
}

.calc__data .ui-legend {
    margin: 0 0 1.6rem;
}

@media (min-width: 640px) {
    .calc__data .ui-switch {
        margin: 0 0 3.2rem;
    }

    .calc__data .ui-switch--inline {
        width: 100%;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .calc__data {
        margin: 0;
        max-width: 64rem;
    }

    .calc__data .ui-switch {
        margin: 0 0 4.8rem;
    }

    .calc__data .ui-switch--inline {
        width: auto;
    }

    .calc__data .ui-placeholder {
        margin: 0 0 4rem;
    }

    .calc__data .ui-placeholder:last-child {
        margin: 0;
    }

    .calc__data .ui-toggle {
        margin: -1.6rem 0 0 0;
    }
}

.pb-deposit__calculator .calc__data {
    max-width: none;
}

.calc__result {
    background: var(--color-light);
    border-radius: 1.6rem;
    padding: 2.4rem 1.6rem;
}

@media (min-width: 1200px) {
    .calc__result {
        padding: 4rem;
    }
}

.calc__result-logo {
    display: block;
    margin: 0 0 2.8rem;
    max-width: 8.8rem;
}

.calc__result-logo img,
.calc__result-logo svg {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
}

@media (min-width: 1200px) {
    .calc__result-logo {
        max-width: none;
    }
}

.calc__result-total {
    display: block;
    margin: 0 0 2rem;
    font-size: 4rem;
    line-height: 1.1;
    font-weight: 500;
}

.calc__result-total small {
    display: block;
    margin: 0 0 0.2rem;
    font-size: 1.4rem;
    line-height: 1.25;
    font-weight: 400;
    color: var(--color-grey);
}

.calc__result-total a {
    color: var(--color-secondary);
    font-weight: 700;
}

.calc__result-total a:hover {
    color: var(--color-secondary-hover);
}

@media (min-width: 1200px) {
    .calc__result-total {
        margin: 0 0 4rem;
        font-size: 5.6rem;
        line-height: 1.07;
        font-weight: 500;
    }

    .calc__result-total small {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
        margin: 0 0 0.4rem;
    }
}

.calc__result-info {
    margin: 0 -1.2rem -2.4rem;
    padding: 0 0 2.4rem;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    font-size: 3.2rem;
    line-height: 1.25;
    font-weight: 500;
    white-space: nowrap;
    flex-wrap: wrap;
}

.calc__result-info small,
.calc__result-total small {
    font-family: var(--font-main);
    display: block;
    margin: 0.4rem 0 0;
    font-size: 1.4rem;
    line-height: 1.25;
    font-weight: 400;
    color: var(--color-grey);
}

.calc__result-info>li {
    padding: 0 1.2rem 2.4rem;
}

@media (min-width: 640px) {
    .calc__result-info {
        margin: 0 -2.4rem -4.8rem;
    }

    .calc__result-info>li {
        padding: 0 2.4rem 4.8rem;
    }
}

@media (min-width: 1200px) {
    .calc__result-info {
        padding: 0 0 4rem;
        font-size: 4rem;
        line-height: 1.2;
        font-weight: 500;
    }

    .calc__result-info small {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
    }
}

.calc__result-line {
    display: block;
    border: none;
    border-bottom: 1px solid var(--color-divider);
    margin: 0 0 1.6rem;
}

.calc__result-text {
    display: block;
    margin: 0 0 2.4rem;
    font-size: 1.4rem;
    line-height: 1.29;
    font-weight: 400;
    color: var(--color-grey);
}

.calc__result-text:last-child {
    margin: 0;
}

@media (min-width: 640px) {
    .calc__result-text {
        font-size: 1.4rem;
        line-height: 1.6rem;
        font-weight: 400;
    }
}

@media (min-width: 1200px) {
    .calc__result-text {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
        margin: 0 0 4rem;
    }

    .calc__result-text:last-child {
        margin: 0;
    }
}

.calc__result-action {
    margin: 0 0 2.8rem;
}

.calc__result-action:last-child {
    margin: 0;
}

.calc__result-action .ui-btn {
    width: 100%;
    height: 4.8rem;
}

@media (min-width: 1200px) {
    .calc__result-action:last-child {
        margin: 0;
    }
}

.calc__register {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.calc__register-text {
    display: block;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-weight: 400;
    color: var(--color-grey);
}

.calc__register-icon {
    display: block;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 3.2rem;
    height: 3.2rem;
    margin: 0 1.2rem 0 0;
}

.calc__register-icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

@media (min-width: 1200px) {
    .calc__register-icon {
        width: 4.8rem;
        height: 4.8rem;
        margin: 0 1.6rem 0 0;
    }
}

.applications {
    margin: 0 0 6.4rem;
}

@media (min-width: 1200px) {
    .applications {
        margin: 0 0 12.8rem;
    }

    .applications .row {
        -ms-flex-align: center;
        align-items: center;
        margin: 0 -1.6rem -3.2rem;
    }

    .applications .row>[class^='col'] {
        padding: 0 1.6rem 3.2rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.applications__image {
    background-color: var(--color-light);
    display: flex;
    justify-content: center;
    margin-bottom: 3.2rem;
    border-top-left-radius: 1.6rem;
    border-top-right-radius: 1.6rem;
    overflow: hidden;
}

@media (width <=640px) {
    .applications__image {
        justify-content: flex-end;
    }
}

@media (min-width: 1200px) {
    .applications__image {
        background-color: unset;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        z-index: 1;
        margin: 0 -12.8rem;
    }
}

@media (min-width: 1200px) {
    .applications__desc {
        padding: 0 0 2.4rem;
        position: relative;
        z-index: 2;
    }
}

.applications__title {
    display: block;
    margin: 0 0 3.2rem;
    font-size: 3.2rem;
    line-height: 1.1;
    font-weight: 700;
    font-family: 'Stolzl', Arial, sans-serif;
}

.applications--faktura .applications__title {
    font-weight: 500;
}

.applications__title mark {
    background: none;
    color: var(--color-secondary);
}

@media (min-width: 1200px) {
    .applications__title {
        font-size: 3.6rem;
        line-height: 1.2;
        margin: 0 0 2.4rem;
    }
}

.applications__text {
    display: none;

    @media (width >=1200px) {
        display: block;
        margin-bottom: 2.4rem;
    }
}

.applications__line {
    display: none;
}

@media (min-width: 1200px) {
    .applications__line {
        display: block;
        border: none;
        border-bottom: 0.2rem solid var(--color-light);
        margin: 0 0 2.4rem;
    }
}

.applications__download {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.applications__download-menu {
    margin: 0 -0.6rem -0.8rem;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex: 1;
    flex: 1;
}

.applications__download-menu>li {
    padding: 0 0.6rem 0.8rem;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 1200px) {
    .applications__download-menu {
        margin: 0 -0.6rem -3.2rem;
        padding: 0 2.4rem 0 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .applications__download-menu>li {
        padding: 0 0.6rem 3.2rem;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: none;
    }
}

.applications__download-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 6.4rem;
    width: 100%;
    background: var(--color-light);
    border-radius: 0.8rem;
    text-decoration: none;
    color: var(--body-color);
    transition: background 0.25s,
        color 0.25s;
    backface-visibility: hidden;
    text-indent: -999.9rem;
}

.applications__download-btn:hover {
    background: var(--color-light-hover);
    color: var(--body-color);
}

.applications__download-btn--appstore .applications__download-btn-icon,
.applications__download-btn--appstore .applications__download-btn-text,
.applications__download-btn--googleplay .applications__download-btn-icon,
.applications__download-btn--googleplay .applications__download-btn-text {
    display: none;
}

.applications__download-btn--appstore:after {
    content: '';
    display: block;
    width: 12.9rem;
    height: 3.2rem;
    background: url("data:image/svg+xml,%3Csvg width='129' height='32' viewBox='0 0 129 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M54.2569 24.7331H51.7794L50.4222 20.4677H45.7049L44.4121 24.7331H42L46.6737 10.2118H49.5603L54.2569 24.7331ZM50.0131 18.6782L48.7858 14.8864C48.6559 14.499 48.4127 13.5868 48.0537 12.1508H48.0101C47.8672 12.7684 47.637 13.6806 47.3206 14.8864L46.1151 18.6782H50.0131Z' fill='%2324303B'/%3E%3Cpath d='M66.2739 19.3693C66.2739 21.1501 65.7928 22.5577 64.8305 23.5911C63.9687 24.5109 62.8985 24.9703 61.6209 24.9703C60.242 24.9703 59.2514 24.4749 58.6481 23.4841H58.6044V29L56.2785 29V17.7097C56.2785 16.5901 56.2491 15.4411 56.1923 14.2627H58.2379L58.3677 15.9223H58.4113C59.187 14.6718 60.3642 14.0477 61.9439 14.0477C63.1788 14.0477 64.2098 14.5355 65.0345 15.512C65.8615 16.4897 66.2739 17.7751 66.2739 19.3693ZM63.9043 19.4544C63.9043 18.4353 63.6752 17.5951 63.2148 16.9338C62.7119 16.2442 62.0366 15.8994 61.19 15.8994C60.6162 15.8994 60.0947 16.0915 59.6289 16.4701C59.1619 16.852 58.8565 17.3507 58.7135 17.9683C58.6415 18.2563 58.6055 18.492 58.6055 18.6775V20.4234C58.6055 21.185 58.839 21.8277 59.3059 22.3526C59.7729 22.8774 60.3794 23.1393 61.1256 23.1393C62.0017 23.1393 62.6835 22.8011 63.1712 22.1267C63.6599 21.4513 63.9043 20.5609 63.9043 19.4544Z' fill='%2324303B'/%3E%3Cpath d='M78.3164 19.3693C78.3164 21.1501 77.8353 22.5577 76.872 23.5911C76.0112 24.5109 74.941 24.9703 73.6635 24.9703C72.2845 24.9703 71.2939 24.4749 70.6917 23.4841H70.6481V29H68.3221V17.7097C68.3221 16.5901 68.2927 15.4411 68.2359 14.2627H70.2815L70.4113 15.9223H70.4549C71.2295 14.6718 72.4067 14.0477 73.9875 14.0477C75.2214 14.0477 76.2523 14.5355 77.0793 15.512C77.9029 16.4897 78.3164 17.7751 78.3164 19.3693ZM75.9468 19.4544C75.9468 18.4353 75.7167 17.5951 75.2563 16.9338C74.7533 16.2442 74.0802 15.8994 73.2325 15.8994C72.6576 15.8994 72.1372 16.0915 71.6703 16.4701C71.2034 16.852 70.899 17.3507 70.7561 17.9683C70.6852 18.2563 70.6481 18.492 70.6481 18.6775V20.4234C70.6481 21.185 70.8815 21.8277 71.3463 22.3526C71.8132 22.8764 72.4198 23.1393 73.1682 23.1393C74.0442 23.1393 74.7261 22.8011 75.2137 22.1267C75.7025 21.4513 75.9468 20.5609 75.9468 19.4544Z' fill='%2324303B'/%3E%3Cpath d='M91.7794 20.6618C91.7794 21.897 91.3507 22.902 90.4899 23.6778C89.544 24.5256 88.2272 24.949 86.5352 24.949C84.9729 24.949 83.7205 24.6479 82.7724 24.0444L83.3114 22.1054C84.3325 22.723 85.4529 23.0329 86.6737 23.0329C87.5498 23.0329 88.2316 22.8343 88.7214 22.4393C89.2091 22.0443 89.4524 21.514 89.4524 20.8528C89.4524 20.2635 89.2516 19.7671 88.8491 19.3644C88.4487 18.9618 87.7799 18.5875 86.8461 18.2416C84.3041 17.2934 83.0343 15.9043 83.0343 14.0777C83.0343 12.884 83.4794 11.9052 84.3707 11.1435C85.2587 10.3808 86.4435 10 87.925 10C89.2462 10 90.3437 10.2302 91.2197 10.6896L90.6383 12.5861C89.82 12.1409 88.8949 11.9183 87.8596 11.9183C87.0414 11.9183 86.4021 12.1201 85.9439 12.5217C85.5566 12.8807 85.3624 13.3182 85.3624 13.8366C85.3624 14.4105 85.5838 14.8852 86.0289 15.2583C86.4162 15.6032 87.1199 15.9763 88.141 16.379C89.3902 16.882 90.3077 17.4701 90.8979 18.1445C91.4859 18.8166 91.7794 19.6579 91.7794 20.6618Z' fill='%2324303B'/%3E%3Cpath d='M99.4681 16.0098H96.9043V21.0935C96.9043 22.3866 97.356 23.0325 98.2615 23.0325C98.6771 23.0325 99.0219 22.9965 99.2946 22.9245L99.359 24.6911C98.9008 24.8624 98.2975 24.9486 97.5502 24.9486C96.6316 24.9486 95.9137 24.6682 95.3955 24.1084C94.8795 23.5476 94.6199 22.607 94.6199 21.2856V16.0076H93.0925V14.2617L94.6199 14.2617V12.3445L96.9043 11.6549V14.2617H99.4681V16.0098Z' fill='%2324303B'/%3E%3Cpath d='M111.035 19.4121C111.035 21.0216 110.575 22.343 109.656 23.3763C108.693 24.4402 107.415 24.9705 105.821 24.9705C104.285 24.9705 103.062 24.4609 102.15 23.4418C101.238 22.4226 100.782 21.1361 100.782 19.5856C100.782 17.963 101.251 16.634 102.192 15.6006C103.131 14.5662 104.399 14.049 105.993 14.049C107.529 14.049 108.765 14.5586 109.698 15.5788C110.59 16.5685 111.035 17.8463 111.035 19.4121ZM108.622 19.4874C108.622 18.5217 108.416 17.6935 107.998 17.0028C107.511 16.167 106.813 15.7501 105.91 15.7501C104.975 15.7501 104.265 16.1681 103.777 17.0028C103.359 17.6946 103.153 18.5359 103.153 19.531C103.153 20.4967 103.359 21.3249 103.777 22.0145C104.28 22.8504 104.983 23.2672 105.889 23.2672C106.777 23.2672 107.475 22.8416 107.977 21.9927C108.406 21.2889 108.622 20.452 108.622 19.4874Z' fill='%2324303B'/%3E%3Cpath d='M118.596 16.3086C118.366 16.266 118.121 16.2442 117.863 16.2442C117.045 16.2442 116.412 16.553 115.967 17.1717C115.58 17.7173 115.386 18.4069 115.386 19.2395V24.7335H113.061L113.083 17.5602C113.083 16.3533 113.053 15.2545 112.995 14.2638H115.021L115.106 16.2671H115.171C115.416 15.5786 115.803 15.0243 116.334 14.6086C116.852 14.2343 117.411 14.0477 118.015 14.0477C118.23 14.0477 118.424 14.063 118.596 14.0903V16.3086Z' fill='%2324303B'/%3E%3Cpath d='M129 19.0026C129 19.4194 128.973 19.7707 128.915 20.0577H121.937C121.964 21.0922 122.301 21.8833 122.95 22.4288C123.538 22.9166 124.298 23.161 125.232 23.161C126.265 23.161 127.208 22.9962 128.055 22.6656L128.42 24.2806C127.429 24.7127 126.259 24.9276 124.91 24.9276C123.287 24.9276 122.012 24.4497 121.085 23.4949C120.16 22.5401 119.696 21.258 119.696 19.6496C119.696 18.0707 120.127 16.7558 120.99 15.7072C121.893 14.5877 123.114 14.0279 124.65 14.0279C126.159 14.0279 127.301 14.5877 128.077 15.7072C128.691 16.5965 129 17.6964 129 19.0026ZM126.782 18.3991C126.797 17.7095 126.646 17.1137 126.33 16.6107C125.928 15.9637 125.309 15.6407 124.477 15.6407C123.716 15.6407 123.098 15.956 122.625 16.5889C122.238 17.0919 122.008 17.6953 121.937 18.3981L126.782 18.3991Z' fill='%2324303B'/%3E%3Cpath d='M22.108 16.768C22.071 12.7844 25.4734 10.8464 25.629 10.7562C23.7021 8.03332 20.7154 7.66129 19.6659 7.63162C17.1574 7.37578 14.7243 9.08638 13.4464 9.08638C12.1431 9.08638 10.1754 7.65634 8.05465 7.69837C5.3256 7.73915 2.77253 9.27054 1.3723 11.6486C-1.51744 16.4973 0.637752 23.6228 3.40634 27.5421C4.79127 29.4615 6.40957 31.6047 8.52777 31.5293C10.6001 31.4465 11.3742 30.2489 13.8749 30.2489C16.3528 30.2489 17.0797 31.5293 19.2399 31.4811C21.464 31.4465 22.8642 29.553 24.2007 27.6162C25.8011 25.4162 26.4439 23.2495 26.4694 23.1383C26.4171 23.121 22.1501 21.5426 22.108 16.768Z' fill='%2324303B'/%3E%3Cpath d='M18.0264 5.05393C19.141 3.703 19.9036 1.8651 19.6919 0C18.0787 0.069215 16.0612 1.08149 14.8995 2.40275C13.8716 3.56705 12.9534 5.4754 13.1906 7.27005C15.0028 7.40106 16.8634 6.38385 18.0264 5.05393Z' fill='%2324303B'/%3E%3C/svg%3E%0A") 50% 50% no-repeat;
    background-size: contain;
}

.applications__download-btn--googleplay:after {
    content: '';
    display: block;
    width: 13.8rem;
    height: 3rem;
    background: url("data:image/svg+xml,%0A%3Csvg version='1.1' id='Layer_2' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 952.0768433 215.9484863' enable-background='new 0 0 952.0768433 215.9484863' xml:space='preserve'%3E%3Cg%3E%3Cg id='g1231' transform='translate(0 -.008)'%3E%3ClinearGradient id='path1192_1_' gradientUnits='userSpaceOnUse' x1='3656.8684082' y1='-832.7501221' x2='3550.1755371' y2='-777.6761475' gradientTransform='matrix(1.320399 0 0 2.5579894 -4729.2954102 2143.3293457)'%3E%3Cstop offset='0' style='stop-color:%2300A0FF'/%3E%3Cstop offset='0.007' style='stop-color:%2300A1FF'/%3E%3Cstop offset='0.26' style='stop-color:%2300BEFF'/%3E%3Cstop offset='0.512' style='stop-color:%2300D2FF'/%3E%3Cstop offset='0.76' style='stop-color:%2300DFFF'/%3E%3Cstop offset='1' style='stop-color:%2300E3FF'/%3E%3C/linearGradient%3E%3Cpath id='path1192' fill-rule='evenodd' clip-rule='evenodd' fill='url(%23path1192_1_)' d='M3.8228047,3.3194015 C1.395267,5.9284372,0,9.9440832,0,15.1621561v185.604538c0,5.2180634,1.395267,9.2337189,3.9135537,11.7519989 l0.6579309,0.5558472l103.9984283-103.9984436v-2.3367844L4.4807353,2.7635632 C4.4807353,2.7635632,3.8228047,3.3194013,3.8228047,3.3194015z'/%3E%3ClinearGradient id='path1203_1_' gradientUnits='userSpaceOnUse' x1='3970.4147949' y1='-404.2431641' x2='3774.6149902' y2='-404.2431641' gradientTransform='matrix(1.0373755 0 0 0.8734598 -3918.5488281 461.0545654)'%3E%3Cstop offset='0' style='stop-color:%23FFE000'/%3E%3Cstop offset='0.409' style='stop-color:%23FFBD00'/%3E%3Cstop offset='0.775' style='stop-color:%23FFA500'/%3E%3Cstop offset='1' style='stop-color:%23FF9C00'/%3E%3C/linearGradient%3E%3Cpath id='path1203' fill-rule='evenodd' clip-rule='evenodd' fill='url(%23path1203_1_)' d='M143.1679993,143.8783722 l-34.6888275-34.7001724v-2.4275436l34.7001801-34.7001801l0.7486725,0.4650879l41.0412598,23.3225098 c11.7519989,6.6246872,11.7519989,17.5372543,0,24.2526932l-41.041275,23.3225174 c-0.0113373,0-0.760025,0.4650726-0.760025,0.4650726L143.1679993,143.8783722z'/%3E%3ClinearGradient id='path1210_1_' gradientUnits='userSpaceOnUse' x1='3492.4169922' y1='-589.1488647' x2='3380.2900391' y2='-443.6847534' gradientTransform='matrix(1.7038139 0 0 1.3133093 -5825.7871094 900.9800415)'%3E%3Cstop offset='0' style='stop-color:%23FF3A44'/%3E%3Cstop offset='1' style='stop-color:%23C31162'/%3E%3C/linearGradient%3E%3Cpath id='path1210' fill-rule='evenodd' clip-rule='evenodd' fill='url(%23path1210_1_)' d='M143.916687,143.4132843 l-35.4375153-35.4488602L3.8228047,212.6208038c3.8228047,4.1063843,10.2546463,4.5714874,17.4465084,0.5558319 L143.916687,143.4132843'/%3E%3ClinearGradient id='path1223_1_' gradientUnits='userSpaceOnUse' x1='3406.0458984' y1='-729.3817139' x2='3456.1137695' y2='-664.3907471' gradientTransform='matrix(1.7038139 0 0 1.3126286 -5825.7871094 898.9841919)'%3E%3Cstop offset='0' style='stop-color:%2332A071'/%3E%3Cstop offset='0.069' style='stop-color:%232DA771'/%3E%3Cstop offset='0.476' style='stop-color:%2315CF74'/%3E%3Cstop offset='0.801' style='stop-color:%2306E775'/%3E%3Cstop offset='1' style='stop-color:%2300F076'/%3E%3C/linearGradient%3E%3Cpath id='path1223' fill-rule='evenodd' clip-rule='evenodd' fill='url(%23path1223_1_)' d='M143.916687,72.5269089 L21.2693138,2.8543124C14.0887928-1.2520832,7.6456094-0.6962451,3.8228047,3.4101505l104.6450272,104.5542755 L143.916687,72.5269089z'/%3E%3Cpath id='path1225' opacity='0.2' fill-rule='evenodd' clip-rule='evenodd' enable-background='new ' d=' M143.1679993,142.6645966L21.3600636,211.8721161c-6.806181,3.9135437-12.8750248,3.6412964-16.788578,0.090744 l-0.6579309,0.6579437l0.6579309,0.5558319c3.9135537,3.5392151,9.9823971,3.8227997,16.788578-0.090744l122.6473694-69.6726074 L143.1679993,142.6645966z'/%3E%3Cpath id='path1227' opacity='0.12' fill-rule='evenodd' clip-rule='evenodd' enable-background='new ' d=' M184.957962,118.8770065l-41.8807068,23.78759l0.7486877,0.7486877l41.0412598-23.3225174 c5.8760071-3.3577118,8.768631-7.7363586,8.768631-12.1263428c-0.3743439,4.0156479-3.3577118,7.8384476-8.6778717,10.9125671 V118.8770065z'/%3E%3Cpath id='path1229' opacity='0.25' fill-rule='evenodd' clip-rule='evenodd' fill='%23FFFFFF' enable-background='new ' d=' M21.2693138,4.0680814L184.957962,97.0631943c5.3201599,2.9833679,8.3035278,6.8969269,8.768631,10.9125748 c0-4.3786392-2.8926239-8.768631-8.768631-12.1263504L21.2693138,2.8543124C9.5173092-3.8611188,0,1.7312926,0,15.1621561 v1.213769C0,2.9450614,9.5173092-2.556601,21.2693138,4.0680814z'/%3E%3C/g%3E%3Cg id='g1237' transform='translate(0 -.008)'%3E%3Cpath id='path1233' fill-rule='evenodd' clip-rule='evenodd' fill='%2324303B' d='M262.6788635,102.0770798 c0-29.7316666,24.9900208-53.9389801,54.7216797-53.9389801c16.4369202,0,28.1322021,6.454525,36.9575806,14.8601608 l-10.3908081,10.3907623c-6.3070679-5.9213791-14.8601379-10.5155487-26.578125-10.5155487 c-21.7117004,0-38.6817932,17.4805374-38.6817932,39.1922531s16.9700928,39.2149429,38.6704407,39.2149429 c14.0774536,0,22.0860596-5.6491394,27.2247314-10.7991333c4.2084961-4.2084885,6.9649658-10.2546539,8.0312805-18.5468445 h-35.2333374V97.233345h49.5943604c0.5218201,2.6317215,0.7940674,5.7852554,0.7940674,9.1996841 c0,11.0373611-3.0287476,24.729126-12.7729492,34.4733124c-9.4832764,9.8689575-21.575592,15.1324005-37.6268311,15.1324005 c-29.7430115,0-54.7330322-24.1846161-54.7330322-53.9389725L262.6788635,102.0770798z M407.8773804,86.5589905 c-19.2047729,0-34.8816833,14.6105957-34.8816833,34.7228622c0,20.01017,15.6655884,34.7228622,34.8816833,34.7228622 s34.8589783-14.7353821,34.8589783-34.7342072C442.7363586,101.1582489,427.0821533,86.5476456,407.8773804,86.5589905z M407.8773804,142.3469849c-10.5155334,0-19.6018066-8.6778717-19.6018066-21.0537796 c0-12.5006866,9.0749207-21.0537796,19.6018066-21.0537796c10.5155334,0,19.5904541,8.5417557,19.5904541,21.0537796 C427.4678345,133.6577606,418.4042664,142.3469849,407.8773804,142.3469849z M483.9364319,86.5589905 c-19.2047729,0-34.8589783,14.6105957-34.8589783,34.7228622c0,20.01017,15.6542053,34.7228622,34.8589783,34.7228622 s34.8589783-14.7353821,34.8589783-34.7342072C518.7954102,101.1582489,503.1525574,86.5476456,483.9364319,86.5589905 L483.9364319,86.5589905z M483.9364319,142.3469849c-10.5155334,0-19.6017761-8.6778717-19.6017761-21.0537796 c0-12.5006866,9.0748901-21.0537796,19.6017761-21.0537796c10.5155945,0,19.6018066,8.5417557,19.6018066,21.0537796 C503.5382385,133.6577606,494.4519653,142.3469849,483.9364319,142.3469849L483.9364319,142.3469849z M577.2832031,88.6689072 v5.6491318h-0.5218506c-3.4144287-4.0950546-9.9937134-7.7703934-18.2745972-7.7703934 c-17.3670654,0-33.3048706,15.2685318-33.3048706,34.8816757c0,19.4543304,15.9264526,34.5980835,33.3048706,34.5980835 c8.2808838,0,14.8601685-3.6753387,18.2745972-7.8838196h0.5218506v4.9911957 c0,13.2833862-7.1011353,20.3958588-18.546814,20.3958588c-9.347168,0-15.1324463-6.7154236-17.5032349-12.3532257 l-13.2947388,5.524353c3.8114624,9.1996765,13.9526367,20.5206299,30.7865601,20.5206299 c17.8776245,0,33.0100098-10.5382385,33.0100098-36.1861877V88.6575623L577.2832031,88.6689072z M559.7913208,142.3469849 c-10.515625,0-19.3522949-8.8253479-19.3522949-20.9176636c0-12.2284317,8.8253174-21.178566,19.3522949-21.178566 c10.3907471,0,18.546814,8.9387817,18.546814,21.178566C578.3494873,133.521637,570.1934204,142.3469849,559.7913208,142.3469849z M602.2731934,51.8247871h15.2685547v102.0927124h-15.2685547V51.8247871z M659.3884277,142.3469849 c-7.7590332,0-13.2947998-3.5619049-16.8226318-10.5155487l46.4408569-19.2274551l-1.5994873-3.9475784 c-2.8812866-7.7477188-11.706604-22.0974121-29.7316284-22.0974121c-17.888916,0-32.760376,14.077446-32.760376,34.7341995 c0,19.4543381,14.7353516,34.7228622,34.4732666,34.7228622c15.9264526,0,25.1375122-9.7214966,28.9490356-15.3933105 l-11.8427734-7.8838196c-3.9589233,5.7965851-9.3585205,9.6194-17.1062012,9.6080475L659.3884277,142.3469849z M658.1973267,99.9785156c6.0461426,0,11.1734619,3.0287476,12.8863525,7.3620224l-31.0588379,12.8977051 c-0.3856812-13.4195175,10.4021606-20.2597275,18.1725464-20.2597275H658.1973267z'/%3E%3Cpath id='path1235' fill-rule='evenodd' clip-rule='evenodd' fill='%2324303B' d='M756.0021362,51.8247795h-36.5037842v102.0927124 h15.2344971v-38.6704559h21.2806396c16.890686,0,33.4977417-12.2284317,33.4977417-31.7167969 c0-19.4543304-16.5957031-31.6941109-33.4750366-31.6941109L756.0021362,51.8247795z M756.3991699,101.0334625h-21.6663208 V66.0270081h21.6663208c11.3890381,0,17.8775635,9.4492493,17.8775635,17.5032272 C774.2767334,91.4480896,767.788208,101.0334625,756.3991699,101.0334625z M813.1400757,153.9174957V51.8247871h-15.2344971 v102.0927124H813.1400757z M881.5761719,153.7359924v-39.1355286c0-18.1271286-13.5442505-28.234314-31.0248413-28.234314 c-11.0146484,0-22.4376831,4.8664246-27.1679688,15.6315308l13.5216064,5.6377869 c2.8926392-5.6377869,8.2695313-7.4868011,13.9299927-7.4868011c7.8724365,0,15.8810425,4.7303009,16.0058594,13.1472778 v1.0549545c-2.7564697-1.576767-8.6551514-3.9475861-15.8924561-3.9475861 c-14.5765381,0-29.4140015,8.008606-29.4140015,22.9822006c0,13.6690826,11.9561768,22.4604034,25.3530273,22.4604034 c10.2546387,0,15.8924561-4.5941772,19.4315796-9.9710693h0.5218506v7.8838348h14.723999L881.5761719,153.7359924z M848.7363892,142.3243103c-4.9912109,0-11.9561768-2.4956055-11.9561768-8.6551971 c0-7.8838348,8.6778564-10.9239349,16.1646729-10.9239349c6.7041016,0,9.8462524,1.4406357,13.9299316,3.4144363 c-1.168335,9.165657-8.9160767,16.0512466-18.1384277,16.1646805V142.3243103z M935.1522217,88.6008453l-17.4692383,44.2515106 h-0.5217896l-18.1271362-44.2515106H882.619751l27.1793823,61.8681793l-15.5067749,34.4052429h15.8924561l41.8920288-96.2734222 H935.1522217z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") 50% 50% no-repeat;
    background-size: contain;
}

.applications__download-btn--appgallery:after {
    content: '';
    display: block;
    width: 13.8rem;
    height: 3rem;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='144' height='40' viewBox='0 0 144 40' fill='none'%3E%3Cpath d='M133.848 0H10.164c-.392 0-.778 0-1.167.003-.325.002-.65.008-.979.013C7.31.032 6.59.072 5.881.189a7.449 7.449 0 00-2.027.619 6.891 6.891 0 00-1.726 1.163 6.18 6.18 0 00-1.255 1.6 6.18 6.18 0 00-.666 1.88c-.13.653-.172 1.314-.19 1.976-.011.301-.011.605-.017.909V31.667c.006.306.006.602.017.909.018.661.064 1.323.19 1.976a6.18 6.18 0 001.921 3.475 6.663 6.663 0 001.726 1.162c.65.31 1.313.504 2.027.624.709.118 1.426.158 2.137.174a168.389 168.389 0 002.146.013h123.681c.383 0 .772 0 1.155-.003.325 0 .656-.002.982-.01.714-.019 1.431-.056 2.131-.174a7.614 7.614 0 002.033-.624 6.727 6.727 0 001.726-1.162 6.368 6.368 0 001.258-1.595 6.206 6.206 0 00.66-1.88c.132-.653.173-1.315.198-1.976.003-.307.003-.603.003-.91.009-.357.009-.714.009-1.08V9.414c0-.362 0-.72-.009-1.077 0-.304 0-.605-.003-.91-.025-.66-.066-1.322-.198-1.975a6.257 6.257 0 00-.66-1.88 6.392 6.392 0 00-1.258-1.6 6.814 6.814 0 00-1.726-1.163 7.543 7.543 0 00-2.033-.619c-.703-.117-1.417-.157-2.131-.173-.326-.005-.657-.01-.982-.013C134.619 0 134.231 0 133.848 0z'/%3E%3Cpath d='M52.817 27.292l-1.25 3.855H49.96l4.09-12.259h1.874l4.104 12.259h-1.662l-1.284-3.855h-4.265zm3.945-1.238l-1.178-3.528c-.268-.801-.446-1.529-.625-2.236h-.034a36.62 36.62 0 01-.608 2.218l-1.178 3.546h3.623zM61.226 25.218c0-1.126-.034-2.035-.072-2.871h1.411l.073 1.51h.034c.642-1.073 1.662-1.71 3.07-1.71 2.088 0 3.66 1.801 3.66 4.474 0 3.165-1.892 4.728-3.928 4.728-1.143 0-2.142-.51-2.66-1.381h-.035v4.78h-1.553v-9.53zm1.553 2.347c0 .238.034.455.072.654.285 1.109 1.232 1.875 2.356 1.875 1.661 0 2.623-1.382 2.623-3.4 0-1.763-.91-3.274-2.572-3.274-1.071 0-2.07.783-2.376 1.983-.054.2-.106.437-.106.654v1.508h.003zM70.6 25.218c0-1.126-.034-2.035-.071-2.871h1.41l.073 1.51h.034c.643-1.073 1.662-1.71 3.07-1.71 2.088 0 3.661 1.801 3.661 4.474 0 3.165-1.892 4.728-3.928 4.728-1.144 0-2.143-.51-2.661-1.381h-.035v4.78h-1.552v-9.53zm1.553 2.347c0 .238.035.455.072.654.285 1.109 1.233 1.875 2.356 1.875 1.662 0 2.623-1.382 2.623-3.4 0-1.763-.91-3.274-2.571-3.274-1.072 0-2.071.783-2.376 1.983-.055.2-.107.437-.107.654v1.508h.003zM89.508 30.601c-.697.255-2.07.672-3.695.672-1.82 0-3.32-.473-4.499-1.62-1.037-1.017-1.679-2.654-1.679-4.564.017-3.655 2.483-6.33 6.518-6.33 1.394 0 2.482.308 3 .563l-.374 1.291c-.642-.29-1.446-.528-2.66-.528-2.93 0-4.84 1.854-4.84 4.928 0 3.11 1.841 4.946 4.643 4.946 1.017 0 1.714-.147 2.07-.329v-3.646h-2.444v-1.273h3.963v5.89h-.003zM96.293 31.147l-.124-1.11h-.054c-.481.693-1.412 1.309-2.641 1.309-1.751 0-2.644-1.255-2.644-2.529 0-2.126 1.857-3.29 5.195-3.273v-.182c0-.727-.196-2.036-1.964-2.036-.803 0-1.642.255-2.25.654l-.356-1.056c.714-.472 1.75-.783 2.84-.783 2.643 0 3.285 1.837 3.285 3.602v3.292c0 .762.035 1.51.145 2.109h-1.432v.003zm-.23-4.491c-1.714-.036-3.66.272-3.66 1.983 0 1.035.679 1.528 1.482 1.528a2.15 2.15 0 002.088-1.473 1.67 1.67 0 00.09-.51v-1.528zM99.17 18.237h1.573v12.91H99.17v-12.91zM103.384 18.237h1.572v12.91h-1.572v-12.91zM108.009 27.037c.035 2.165 1.394 3.057 2.964 3.057 1.126 0 1.802-.2 2.393-.455l.268 1.147c-.553.255-1.501.545-2.875.545-2.661 0-4.25-1.783-4.25-4.438 0-2.654 1.535-4.746 4.052-4.746 2.822 0 3.571 2.529 3.571 4.148 0 .328-.035.58-.055.745h-6.068v-.003zm4.605-1.144c.017-1.018-.412-2.602-2.177-2.602-1.59 0-2.287 1.49-2.411 2.602h4.588zM115.615 25.092c0-1.035-.017-1.927-.072-2.745h1.374l.055 1.727h.072c.391-1.182 1.339-1.927 2.393-1.927.178 0 .302.018.446.056v1.51a2.384 2.384 0 00-.535-.055c-1.106 0-1.893.854-2.109 2.056a4.757 4.757 0 00-.072.745v4.694h-1.552v-6.06zM123.097 22.347l1.893 5.2c.195.581.411 1.273.552 1.802h.035c.161-.529.34-1.2.553-1.837l1.716-5.165h1.662l-2.356 6.274c-1.126 3.019-1.892 4.564-2.963 5.509-.769.692-1.535.965-1.93 1.035l-.391-1.346c.391-.126.91-.381 1.373-.783.429-.346.965-.965 1.322-1.784.072-.164.124-.29.124-.381 0-.091-.034-.217-.106-.42l-3.2-8.104h1.716z' fill='%23000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M33.662 6.067H21.698c-5.636 0-7.698 2.1-7.698 7.84v12.186c0 5.74 2.062 7.84 7.698 7.84h11.96c5.637 0 7.702-2.1 7.702-7.84V13.907c0-5.74-2.062-7.84-7.698-7.84z' fill='%23C8102E'/%3E%3Cpath d='M19.418 20.003h.725v3.643h-.726v-1.478H17.78v1.478h-.726v-3.643h.726v1.47h1.639v-1.47zm4.09 2.085c0 .593-.289.91-.813.91-.527 0-.818-.326-.818-.933v-2.06h-.726v2.084c0 1.023.559 1.613 1.535 1.613.985 0 1.55-.599 1.55-1.643v-2.056h-.726v2.085h-.003zm8.386.42l-.813-2.505h-.593l-.812 2.505-.79-2.505h-.77l1.246 3.64h.602l.812-2.39.812 2.39h.605l1.244-3.64h-.751l-.792 2.505zm2.845-.431h1.32v-.663h-1.32v-.745h1.915v-.663h-2.632v3.637h2.701v-.663H34.74v-.903zm2.851 1.563h.717v-3.637h-.717v3.637zm-11.923-.754l-.325.76h-.74l1.575-3.64h.64l1.569 3.64h-.76l-.323-.76h-1.636zm.27-.657h1.098l-.55-1.302-.547 1.302zM27.68 15.363c-2.511 0-4.553-2.08-4.553-4.638h.642c0 2.197 1.754 3.983 3.911 3.983s3.911-1.786 3.911-3.983h.642c0 2.558-2.041 4.638-4.553 4.638z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M54.753 13.17a4.26 4.26 0 01-1.74.3 3.18 3.18 0 01-3.44-3.39 3.39 3.39 0 013.6-3.56 3.87 3.87 0 011.64.3l-.27 1a3.27 3.27 0 00-1.32-.26 2.24 2.24 0 00-2.36 2.44 2.21 2.21 0 002.35 2.43 3.44 3.44 0 001.34-.25l.2.99zM57.313 8.5v2h.18l1.5-2h1.46l-1.94 2.14c.67.1 1.08.63 1.41 1.41.15.36.33.9.55 1.32h-1.28a7.238 7.238 0 01-.45-1 1.28 1.28 0 00-1.27-1h-.16v2h-1.23V8.5h1.23zM64.364 13.37l-.08-.54a1.81 1.81 0 01-1.44.65 1.44 1.44 0 01-1.56-1.48c0-1.23 1.09-1.85 2.89-1.84v-.08c0-.32-.13-.85-1-.85a2.58 2.58 0 00-1.31.36l-.24-.8a3.51 3.51 0 011.76-.43 1.82 1.82 0 012 2v1.84c-.006.39.017.782.07 1.17h-1.09zm-.16-2.37c-.87 0-1.7.17-1.7.91a.64.64 0 00.7.7 1 1 0 001-.67.912.912 0 000-.27V11zM68.083 8.5V10c0 .58.21.92.85.92a1.47 1.47 0 00.83-.27V8.5h1.26v4.87h-1.26V11.5a2.52 2.52 0 01-1.27.33 1.48 1.48 0 01-1.62-1.67V8.5h1.21zM75.483 13.37l-.08-.54a1.81 1.81 0 01-1.44.65 1.44 1.44 0 01-1.56-1.48c0-1.23 1.09-1.85 2.89-1.84v-.08c0-.32-.13-.85-1-.85a2.57 2.57 0 00-1.27.39l-.24-.8a3.5 3.5 0 011.76-.43 1.82 1.82 0 012 2v1.81c-.006.391.017.782.07 1.17h-1.13zm-.16-2.37c-.87 0-1.7.17-1.7.91a.65.65 0 00.7.7 1 1 0 001-.67.88.88 0 000-.27V11zM81.824 8.5v.95h-1.46v3.92h-1.23V9.45h-1.46V8.5h4.15zM84.263 8.5V10c.253-.021.507-.021.76 0 1.12 0 2.3.38 2.3 1.67a1.42 1.42 0 01-.6 1.22 3.88 3.88 0 01-2.23.55c-.52 0-1 0-1.48-.07V8.5h1.25zm0 4c.19.014.38.014.57 0 .57 0 1.29-.19 1.29-.88s-.76-.87-1.31-.87a3.062 3.062 0 00-.55 0v1.75zM92.363 8.5v1.75c0 .77 0 1.29-.07 2 .26-.57.41-.93.66-1.44l1.2-2.28h1.49v4.87h-1.14v-1.77c0-.78 0-1.14.08-2.06-.24.58-.4.93-.64 1.4-.38.72-.82 1.6-1.24 2.4h-1.51V8.5h1.17zM97.833 10.47h.59c.67 0 1.06-.27 1.06-.62s-.33-.59-.88-.59a2.4 2.4 0 00-1.2.35l-.26-.73a3.49 3.49 0 011.82-.48c.82 0 1.82.32 1.82 1.29a1.22 1.22 0 01-1.07 1.1 1.28 1.28 0 011.31 1.21c0 1.13-1.27 1.48-2.27 1.48a3.58 3.58 0 01-1.73-.48l.28-.78c.42.211.88.324 1.35.33.68 0 1-.28 1-.66s-.53-.67-1.22-.67h-.6v-.75z' fill='%23000'/%3E%3C/svg%3E") 50% 50% no-repeat;
    background-size: contain;
}

.applications__download-btn--rustore:after {
    content: '';
    display: block;
    width: 13.8rem;
    height: 3rem;
    background: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.36 31.7768C8.11926 31.7768 4.49886 31.7768 2.24943 29.5588C0 27.3409 0 23.7711 0 16.6316V15.3695C0 8.23004 0 4.66034 2.24943 2.44238C4.49886 0.224609 8.11926 0.224609 15.36 0.224609H16.64C23.8807 0.224609 27.5011 0.224609 29.7506 2.44238C32 4.66034 32 8.23003 32 15.3695V15.3695V16.6316V16.6316C32 23.7711 32 27.3409 29.7506 29.5588C27.5011 31.7768 23.8807 31.7768 16.64 31.7768H15.36ZM22.5435 20.6636L24.7057 21.1962C25.685 21.4374 26.6343 20.7108 26.6343 19.7202V9.44499C26.6343 8.57288 26.0298 7.81237 25.1676 7.60009L18.9662 6.07254C17.9869 5.83138 17.0375 6.55791 17.0375 7.54858V9.40081L13.1302 8.43839C12.1508 8.19723 11.2015 8.92376 11.2015 9.91444V11.7667L7.29394 10.8042C6.31471 10.563 5.36526 11.2895 5.36526 12.2802V22.5554C5.36526 23.4276 5.96982 24.188 6.832 24.4003L13.0335 25.9278C14.0127 26.1691 14.9621 25.4425 14.9621 24.4519V22.7435L14.9608 22.7432L14.9625 14.1917C14.9625 13.3249 14.4072 12.8223 14.2054 12.6683C14.167 12.6389 14.1562 12.5841 14.1839 12.5446C14.2111 12.5057 14.2601 12.4873 14.3059 12.501C15.123 12.7442 15.9048 13.5702 15.9829 14.6088L16.2527 22.4559C16.2615 22.7137 16.4306 22.9373 16.6741 23.0212L18.8696 23.562C19.8489 23.8033 20.7983 23.0768 20.7983 22.0861L20.7999 11.8269C20.7999 10.96 20.2445 10.4575 20.0428 10.3035C20.0043 10.2741 19.9936 10.2194 20.0212 10.1798C20.0484 10.1409 20.0973 10.1225 20.1432 10.1361C20.9603 10.3794 21.7422 11.2054 21.8203 12.244L22.09 20.0905C22.0993 20.359 22.2832 20.59 22.5435 20.6636Z' fill='%23212A34'/%3E%3C/svg%3E%0A") no-repeat center;
    background-size: contain;
}

.get-application__menu {
    .applications__download-btn--appstore:after {
        content: '';
        width: 2.8rem;
        height: 3.4rem;
        background-image: url("data:image/svg+xml,%3Csvg width='28' height='34' viewBox='0 0 28 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.1148 17.6371C23.0761 13.4472 26.6335 11.4088 26.7961 11.3139C24.7815 8.45 21.6588 8.0587 20.5615 8.0275C17.9388 7.7584 15.3948 9.5576 14.0588 9.5576C12.6961 9.5576 10.6388 8.0535 8.42146 8.0977C5.56813 8.1406 2.89879 9.7513 1.43479 12.2525C-1.58654 17.3524 0.666795 24.8469 3.56146 28.9692C5.00946 30.9881 6.70146 33.2423 8.91613 33.163C11.0828 33.0759 11.8921 31.8162 14.5068 31.8162C17.0975 31.8162 17.8575 33.163 20.1161 33.1123C22.4415 33.0759 23.9055 31.0843 25.3028 29.0472C26.9761 26.7332 27.6481 24.4543 27.6748 24.3373C27.6201 24.3191 23.1588 22.659 23.1148 17.6371Z' fill='%2324303B'/%3E%3Cpath d='M18.8481 5.3157C20.0135 3.8948 20.8108 1.9617 20.5895 0C18.9028 0.0728 16.7935 1.1375 15.5788 2.5272C14.5041 3.7518 13.5441 5.759 13.7921 7.6466C15.6868 7.7844 17.6321 6.7145 18.8481 5.3157Z' fill='%2324303B'/%3E%3C/svg%3E%0A");
    }

    .applications__download-btn--googleplay:after {
        content: '';
        width: 3.2rem;
        height: 3.2rem;
        background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.25138 3.31647C9.33426 6.43647 14.2863 11.4752 16.9605 14.2237L18.4959 15.7962L20.7615 13.5427C22.012 12.2922 23.0271 11.24 23.0271 11.2029C23.0271 11.079 3.7381 0.320312 3.50289 0.320312C3.36657 0.320313 4.43154 1.47167 6.25138 3.31647Z' fill='%2324303B'/%3E%3Cpath d='M1.95538 0.778555C1.84402 0.902395 1.69554 1.16224 1.62098 1.34816C1.52178 1.59584 1.48466 6.13952 1.48466 15.9946C1.48466 31.656 1.44754 30.8387 2.22738 31.3962L2.62354 31.681L17.8271 16.4771L15.8709 14.4963C14.7938 13.4067 11.2651 9.8288 8.03409 6.53568C2.48754 0.902074 2.14098 0.567995 1.95538 0.778555Z' fill='%2324303B'/%3E%3Cpath d='M21.6651 14.1248L19.251 16.5389L21.2939 18.6064C22.4206 19.7456 23.3986 20.6985 23.4606 20.7235C23.6091 20.7606 29.7749 17.3808 30.0968 17.0838C30.2207 16.9725 30.3816 16.6998 30.4558 16.4646C30.6664 15.8333 30.3445 15.2761 29.4779 14.7562C28.8591 14.3846 24.9589 12.1933 24.315 11.8592C24.0917 11.7354 23.8194 11.9706 21.6651 14.1248Z' fill='%2324303B'/%3E%3Cpath d='M11.612 24.153C7.81138 27.929 4.74098 31.0243 4.79058 31.0243C4.8277 31.0243 5.14962 30.8634 5.49618 30.6653C6.17714 30.2938 19.6226 22.9152 21.1701 22.0733C22.7919 21.2067 22.8539 21.5162 20.613 19.2627C19.5234 18.1731 18.6072 17.2819 18.5701 17.2819C18.533 17.2941 15.4005 20.377 11.612 24.153Z' fill='%2324303B'/%3E%3C/svg%3E%0A");
    }

    .applications__download-btn--appgallery:after {
        content: '';
        width: 3.2rem;
        height: 3.2rem;
        background-image: url("data:image/svg+xml,%3Csvg fill='none' viewBox='0 0 24 24' id='icon-appgallery' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.32928 3.26402C8.48376 3.54578 8.01888 3.79802 7.61832 4.19858C7.0644 4.74746 6.79248 5.36066 6.70848 6.24074C6.54048 8.00595 7.21776 10.0088 8.97312 12.9262C9.38352 13.6085 10.6147 15.4925 10.9709 15.9872L11.2032 16.2987L11.2279 16.1355C11.2922 15.7745 11.406 14.7905 11.49 13.9152C11.5987 12.7532 11.6136 9.57363 11.5147 8.59947C11.3071 6.52754 10.8571 4.5941 10.3181 3.39746C10.1846 3.10562 10.1647 3.08594 10.0116 3.08594C9.9228 3.08594 9.61608 3.16514 9.32928 3.26402Z' fill='%2325303B'/%3E%3Cpath d='M13.6807 3.4469C13.122 4.68793 12.7066 6.47809 12.4841 8.64888C12.3852 9.62304 12.4001 12.8026 12.5088 13.9646C12.5928 14.8399 12.7066 15.8287 12.7709 16.1849L12.7956 16.3529L12.9737 16.1107C14.0813 14.563 15.5004 12.2486 16.1532 10.9236C16.9988 9.19776 17.3103 8.05057 17.3004 6.69577C17.2954 5.60785 17.0333 4.90585 16.4004 4.27273C16.1136 3.98593 15.9307 3.85249 15.6091 3.69409C15.1047 3.4469 14.1999 3.13538 13.9822 3.13538C13.8341 3.13538 13.8144 3.1601 13.6807 3.4469Z' fill='%2325303B'/%3E%3Cpath d='M3.43512 6.82923C2.52528 8.20395 2.03088 9.33627 1.9764 10.1818C1.91712 11.0324 2.37192 12.0214 3.1236 12.6888C3.23232 12.7827 4.44384 13.5245 5.81856 14.3355C7.19327 15.1464 8.78039 16.086 9.34919 16.4223C9.91775 16.7585 10.3877 17.0256 10.3925 17.0206C10.4121 16.9959 3.8208 6.34971 3.78624 6.34971C3.76632 6.34971 3.60816 6.56715 3.43512 6.82923Z' fill='%2325303B'/%3E%3Cpath d='M16.89 11.7248C15.0802 14.6568 13.6015 17.06 13.6066 17.07C13.6116 17.0751 15.2088 16.1453 17.1471 15.0032C20.6283 12.9461 20.6828 12.9113 21.0732 12.5108C21.7359 11.8284 22.0769 11.0223 22.0227 10.2312C21.9682 9.3857 21.4738 8.25338 20.5639 6.87866C20.3909 6.61658 20.2327 6.3989 20.2128 6.3989C20.1979 6.39914 18.6999 8.79722 16.89 11.7248Z' fill='%2325303B'/%3E%3Cpath d='M0.30504 12.4514C0.23592 12.6739 0.216 13.9102 0.27528 14.3155C0.44328 15.4726 0.967438 16.4271 1.7784 17.0501C2.34695 17.4852 2.86631 17.7029 3.95399 17.965C4.13207 18.0046 4.87871 18.0094 6.94558 17.97C8.45878 17.9403 9.71469 17.9108 9.73941 17.9057C9.76917 17.8959 7.47478 16.5408 1.23432 12.8719C0.39408 12.3773 0.3348 12.3477 0.30504 12.4514Z' fill='%2325303B'/%3E%3Cpath d='M18.9321 15.1711C16.3411 16.699 14.2394 17.9501 14.2594 17.9551C14.2841 17.9602 15.54 17.9897 17.058 18.0144C19.0903 18.054 19.8765 18.054 20.0496 18.0094C20.8111 17.8313 21.0681 17.7473 21.4737 17.5495C23.0659 16.7782 23.8423 15.3144 23.7532 13.2475C23.7383 12.8916 23.7086 12.5601 23.6839 12.5009C23.6495 12.407 23.2737 12.6197 18.9321 15.1711Z' fill='%2325303B'/%3E%3Cpath d='M5.94215 18.588C4.1472 18.677 2.5944 18.761 2.49072 18.7709L2.30784 18.7858L2.65896 19.2554C3.26712 20.0664 3.66768 20.4223 4.37472 20.7538C4.66152 20.8923 4.7604 20.9119 5.10168 20.9119C5.38343 20.9119 5.59607 20.8774 5.84351 20.7931C6.34799 20.6251 7.16375 20.2097 7.75223 19.819C8.23175 19.5074 9.43846 18.5678 9.50278 18.4642C9.52246 18.4344 9.46318 18.4195 9.36934 18.4195C9.27982 18.4248 7.73711 18.499 5.94215 18.588Z' fill='%2325303B'/%3E%3Cpath d='M14.4917 18.4594C14.5608 18.5681 15.7625 19.4979 16.247 19.8192C16.8355 20.2099 17.6513 20.6251 18.1558 20.7934C18.403 20.8774 18.6156 20.9122 18.8976 20.9122C19.2389 20.9122 19.3378 20.8923 19.6246 20.754C20.0597 20.5512 20.4751 20.2596 20.7619 19.9627C20.9794 19.7352 21.7015 18.8057 21.6768 18.781C21.6718 18.7711 20.2181 18.7018 18.4529 18.6178C16.6826 18.5338 15.0658 18.4546 14.8481 18.4349C14.5858 18.415 14.472 18.4248 14.4917 18.4594Z' fill='%2325303B'/%3E%3C/svg%3E");
    }

    .applications__download-btn--rustore:after {
        content: '';
        width: 3.2rem;
        height: 3.2rem;
        background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.36 31.7768C8.11926 31.7768 4.49886 31.7768 2.24943 29.5588C0 27.3409 0 23.7711 0 16.6316V15.3695C0 8.23004 0 4.66034 2.24943 2.44238C4.49886 0.224609 8.11926 0.224609 15.36 0.224609H16.64C23.8807 0.224609 27.5011 0.224609 29.7506 2.44238C32 4.66034 32 8.23003 32 15.3695V15.3695V16.6316V16.6316C32 23.7711 32 27.3409 29.7506 29.5588C27.5011 31.7768 23.8807 31.7768 16.64 31.7768H15.36ZM22.5435 20.6636L24.7057 21.1962C25.685 21.4374 26.6343 20.7108 26.6343 19.7202V9.44499C26.6343 8.57288 26.0298 7.81237 25.1676 7.60009L18.9662 6.07254C17.9869 5.83138 17.0375 6.55791 17.0375 7.54858V9.40081L13.1302 8.43839C12.1508 8.19723 11.2015 8.92376 11.2015 9.91444V11.7667L7.29394 10.8042C6.31471 10.563 5.36526 11.2895 5.36526 12.2802V22.5554C5.36526 23.4276 5.96982 24.188 6.832 24.4003L13.0335 25.9278C14.0127 26.1691 14.9621 25.4425 14.9621 24.4519V22.7435L14.9608 22.7432L14.9625 14.1917C14.9625 13.3249 14.4072 12.8223 14.2054 12.6683C14.167 12.6389 14.1562 12.5841 14.1839 12.5446C14.2111 12.5057 14.2601 12.4873 14.3059 12.501C15.123 12.7442 15.9048 13.5702 15.9829 14.6088L16.2527 22.4559C16.2615 22.7137 16.4306 22.9373 16.6741 23.0212L18.8696 23.562C19.8489 23.8033 20.7983 23.0768 20.7983 22.0861L20.7999 11.8269C20.7999 10.96 20.2445 10.4575 20.0428 10.3035C20.0043 10.2741 19.9936 10.2194 20.0212 10.1798C20.0484 10.1409 20.0973 10.1225 20.1432 10.1361C20.9603 10.3794 21.7422 11.2054 21.8203 12.244L22.09 20.0905C22.0993 20.359 22.2832 20.59 22.5435 20.6636Z' fill='%23212A34'/%3E%3C/svg%3E%0A");
    }
}

@media (width < 1200px) {
    .popup .get-application__menu {
        flex-direction: column;

        .applications__download-btn--appstore:after {
            content: '';
            display: block;
            width: 12.9rem;
            height: 3.2rem;
            background: url("data:image/svg+xml,%3Csvg width='129' height='32' viewBox='0 0 129 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M54.2569 24.7331H51.7794L50.4222 20.4677H45.7049L44.4121 24.7331H42L46.6737 10.2118H49.5603L54.2569 24.7331ZM50.0131 18.6782L48.7858 14.8864C48.6559 14.499 48.4127 13.5868 48.0537 12.1508H48.0101C47.8672 12.7684 47.637 13.6806 47.3206 14.8864L46.1151 18.6782H50.0131Z' fill='%2324303B'/%3E%3Cpath d='M66.2739 19.3693C66.2739 21.1501 65.7928 22.5577 64.8305 23.5911C63.9687 24.5109 62.8985 24.9703 61.6209 24.9703C60.242 24.9703 59.2514 24.4749 58.6481 23.4841H58.6044V29L56.2785 29V17.7097C56.2785 16.5901 56.2491 15.4411 56.1923 14.2627H58.2379L58.3677 15.9223H58.4113C59.187 14.6718 60.3642 14.0477 61.9439 14.0477C63.1788 14.0477 64.2098 14.5355 65.0345 15.512C65.8615 16.4897 66.2739 17.7751 66.2739 19.3693ZM63.9043 19.4544C63.9043 18.4353 63.6752 17.5951 63.2148 16.9338C62.7119 16.2442 62.0366 15.8994 61.19 15.8994C60.6162 15.8994 60.0947 16.0915 59.6289 16.4701C59.1619 16.852 58.8565 17.3507 58.7135 17.9683C58.6415 18.2563 58.6055 18.492 58.6055 18.6775V20.4234C58.6055 21.185 58.839 21.8277 59.3059 22.3526C59.7729 22.8774 60.3794 23.1393 61.1256 23.1393C62.0017 23.1393 62.6835 22.8011 63.1712 22.1267C63.6599 21.4513 63.9043 20.5609 63.9043 19.4544Z' fill='%2324303B'/%3E%3Cpath d='M78.3164 19.3693C78.3164 21.1501 77.8353 22.5577 76.872 23.5911C76.0112 24.5109 74.941 24.9703 73.6635 24.9703C72.2845 24.9703 71.2939 24.4749 70.6917 23.4841H70.6481V29H68.3221V17.7097C68.3221 16.5901 68.2927 15.4411 68.2359 14.2627H70.2815L70.4113 15.9223H70.4549C71.2295 14.6718 72.4067 14.0477 73.9875 14.0477C75.2214 14.0477 76.2523 14.5355 77.0793 15.512C77.9029 16.4897 78.3164 17.7751 78.3164 19.3693ZM75.9468 19.4544C75.9468 18.4353 75.7167 17.5951 75.2563 16.9338C74.7533 16.2442 74.0802 15.8994 73.2325 15.8994C72.6576 15.8994 72.1372 16.0915 71.6703 16.4701C71.2034 16.852 70.899 17.3507 70.7561 17.9683C70.6852 18.2563 70.6481 18.492 70.6481 18.6775V20.4234C70.6481 21.185 70.8815 21.8277 71.3463 22.3526C71.8132 22.8764 72.4198 23.1393 73.1682 23.1393C74.0442 23.1393 74.7261 22.8011 75.2137 22.1267C75.7025 21.4513 75.9468 20.5609 75.9468 19.4544Z' fill='%2324303B'/%3E%3Cpath d='M91.7794 20.6618C91.7794 21.897 91.3507 22.902 90.4899 23.6778C89.544 24.5256 88.2272 24.949 86.5352 24.949C84.9729 24.949 83.7205 24.6479 82.7724 24.0444L83.3114 22.1054C84.3325 22.723 85.4529 23.0329 86.6737 23.0329C87.5498 23.0329 88.2316 22.8343 88.7214 22.4393C89.2091 22.0443 89.4524 21.514 89.4524 20.8528C89.4524 20.2635 89.2516 19.7671 88.8491 19.3644C88.4487 18.9618 87.7799 18.5875 86.8461 18.2416C84.3041 17.2934 83.0343 15.9043 83.0343 14.0777C83.0343 12.884 83.4794 11.9052 84.3707 11.1435C85.2587 10.3808 86.4435 10 87.925 10C89.2462 10 90.3437 10.2302 91.2197 10.6896L90.6383 12.5861C89.82 12.1409 88.8949 11.9183 87.8596 11.9183C87.0414 11.9183 86.4021 12.1201 85.9439 12.5217C85.5566 12.8807 85.3624 13.3182 85.3624 13.8366C85.3624 14.4105 85.5838 14.8852 86.0289 15.2583C86.4162 15.6032 87.1199 15.9763 88.141 16.379C89.3902 16.882 90.3077 17.4701 90.8979 18.1445C91.4859 18.8166 91.7794 19.6579 91.7794 20.6618Z' fill='%2324303B'/%3E%3Cpath d='M99.4681 16.0098H96.9043V21.0935C96.9043 22.3866 97.356 23.0325 98.2615 23.0325C98.6771 23.0325 99.0219 22.9965 99.2946 22.9245L99.359 24.6911C98.9008 24.8624 98.2975 24.9486 97.5502 24.9486C96.6316 24.9486 95.9137 24.6682 95.3955 24.1084C94.8795 23.5476 94.6199 22.607 94.6199 21.2856V16.0076H93.0925V14.2617L94.6199 14.2617V12.3445L96.9043 11.6549V14.2617H99.4681V16.0098Z' fill='%2324303B'/%3E%3Cpath d='M111.035 19.4121C111.035 21.0216 110.575 22.343 109.656 23.3763C108.693 24.4402 107.415 24.9705 105.821 24.9705C104.285 24.9705 103.062 24.4609 102.15 23.4418C101.238 22.4226 100.782 21.1361 100.782 19.5856C100.782 17.963 101.251 16.634 102.192 15.6006C103.131 14.5662 104.399 14.049 105.993 14.049C107.529 14.049 108.765 14.5586 109.698 15.5788C110.59 16.5685 111.035 17.8463 111.035 19.4121ZM108.622 19.4874C108.622 18.5217 108.416 17.6935 107.998 17.0028C107.511 16.167 106.813 15.7501 105.91 15.7501C104.975 15.7501 104.265 16.1681 103.777 17.0028C103.359 17.6946 103.153 18.5359 103.153 19.531C103.153 20.4967 103.359 21.3249 103.777 22.0145C104.28 22.8504 104.983 23.2672 105.889 23.2672C106.777 23.2672 107.475 22.8416 107.977 21.9927C108.406 21.2889 108.622 20.452 108.622 19.4874Z' fill='%2324303B'/%3E%3Cpath d='M118.596 16.3086C118.366 16.266 118.121 16.2442 117.863 16.2442C117.045 16.2442 116.412 16.553 115.967 17.1717C115.58 17.7173 115.386 18.4069 115.386 19.2395V24.7335H113.061L113.083 17.5602C113.083 16.3533 113.053 15.2545 112.995 14.2638H115.021L115.106 16.2671H115.171C115.416 15.5786 115.803 15.0243 116.334 14.6086C116.852 14.2343 117.411 14.0477 118.015 14.0477C118.23 14.0477 118.424 14.063 118.596 14.0903V16.3086Z' fill='%2324303B'/%3E%3Cpath d='M129 19.0026C129 19.4194 128.973 19.7707 128.915 20.0577H121.937C121.964 21.0922 122.301 21.8833 122.95 22.4288C123.538 22.9166 124.298 23.161 125.232 23.161C126.265 23.161 127.208 22.9962 128.055 22.6656L128.42 24.2806C127.429 24.7127 126.259 24.9276 124.91 24.9276C123.287 24.9276 122.012 24.4497 121.085 23.4949C120.16 22.5401 119.696 21.258 119.696 19.6496C119.696 18.0707 120.127 16.7558 120.99 15.7072C121.893 14.5877 123.114 14.0279 124.65 14.0279C126.159 14.0279 127.301 14.5877 128.077 15.7072C128.691 16.5965 129 17.6964 129 19.0026ZM126.782 18.3991C126.797 17.7095 126.646 17.1137 126.33 16.6107C125.928 15.9637 125.309 15.6407 124.477 15.6407C123.716 15.6407 123.098 15.956 122.625 16.5889C122.238 17.0919 122.008 17.6953 121.937 18.3981L126.782 18.3991Z' fill='%2324303B'/%3E%3Cpath d='M22.108 16.768C22.071 12.7844 25.4734 10.8464 25.629 10.7562C23.7021 8.03332 20.7154 7.66129 19.6659 7.63162C17.1574 7.37578 14.7243 9.08638 13.4464 9.08638C12.1431 9.08638 10.1754 7.65634 8.05465 7.69837C5.3256 7.73915 2.77253 9.27054 1.3723 11.6486C-1.51744 16.4973 0.637752 23.6228 3.40634 27.5421C4.79127 29.4615 6.40957 31.6047 8.52777 31.5293C10.6001 31.4465 11.3742 30.2489 13.8749 30.2489C16.3528 30.2489 17.0797 31.5293 19.2399 31.4811C21.464 31.4465 22.8642 29.553 24.2007 27.6162C25.8011 25.4162 26.4439 23.2495 26.4694 23.1383C26.4171 23.121 22.1501 21.5426 22.108 16.768Z' fill='%2324303B'/%3E%3Cpath d='M18.0264 5.05393C19.141 3.703 19.9036 1.8651 19.6919 0C18.0787 0.069215 16.0612 1.08149 14.8995 2.40275C13.8716 3.56705 12.9534 5.4754 13.1906 7.27005C15.0028 7.40106 16.8634 6.38385 18.0264 5.05393Z' fill='%2324303B'/%3E%3C/svg%3E%0A") 50% 50% no-repeat;
            background-size: contain;
        }

        .applications__download-btn--googleplay:after {
            content: '';
            display: block;
            width: 13.8rem;
            height: 3rem;
            background: url("data:image/svg+xml,%0A%3Csvg version='1.1' id='Layer_2' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 952.0768433 215.9484863' enable-background='new 0 0 952.0768433 215.9484863' xml:space='preserve'%3E%3Cg%3E%3Cg id='g1231' transform='translate(0 -.008)'%3E%3ClinearGradient id='path1192_1_' gradientUnits='userSpaceOnUse' x1='3656.8684082' y1='-832.7501221' x2='3550.1755371' y2='-777.6761475' gradientTransform='matrix(1.320399 0 0 2.5579894 -4729.2954102 2143.3293457)'%3E%3Cstop offset='0' style='stop-color:%2300A0FF'/%3E%3Cstop offset='0.007' style='stop-color:%2300A1FF'/%3E%3Cstop offset='0.26' style='stop-color:%2300BEFF'/%3E%3Cstop offset='0.512' style='stop-color:%2300D2FF'/%3E%3Cstop offset='0.76' style='stop-color:%2300DFFF'/%3E%3Cstop offset='1' style='stop-color:%2300E3FF'/%3E%3C/linearGradient%3E%3Cpath id='path1192' fill-rule='evenodd' clip-rule='evenodd' fill='url(%23path1192_1_)' d='M3.8228047,3.3194015 C1.395267,5.9284372,0,9.9440832,0,15.1621561v185.604538c0,5.2180634,1.395267,9.2337189,3.9135537,11.7519989 l0.6579309,0.5558472l103.9984283-103.9984436v-2.3367844L4.4807353,2.7635632 C4.4807353,2.7635632,3.8228047,3.3194013,3.8228047,3.3194015z'/%3E%3ClinearGradient id='path1203_1_' gradientUnits='userSpaceOnUse' x1='3970.4147949' y1='-404.2431641' x2='3774.6149902' y2='-404.2431641' gradientTransform='matrix(1.0373755 0 0 0.8734598 -3918.5488281 461.0545654)'%3E%3Cstop offset='0' style='stop-color:%23FFE000'/%3E%3Cstop offset='0.409' style='stop-color:%23FFBD00'/%3E%3Cstop offset='0.775' style='stop-color:%23FFA500'/%3E%3Cstop offset='1' style='stop-color:%23FF9C00'/%3E%3C/linearGradient%3E%3Cpath id='path1203' fill-rule='evenodd' clip-rule='evenodd' fill='url(%23path1203_1_)' d='M143.1679993,143.8783722 l-34.6888275-34.7001724v-2.4275436l34.7001801-34.7001801l0.7486725,0.4650879l41.0412598,23.3225098 c11.7519989,6.6246872,11.7519989,17.5372543,0,24.2526932l-41.041275,23.3225174 c-0.0113373,0-0.760025,0.4650726-0.760025,0.4650726L143.1679993,143.8783722z'/%3E%3ClinearGradient id='path1210_1_' gradientUnits='userSpaceOnUse' x1='3492.4169922' y1='-589.1488647' x2='3380.2900391' y2='-443.6847534' gradientTransform='matrix(1.7038139 0 0 1.3133093 -5825.7871094 900.9800415)'%3E%3Cstop offset='0' style='stop-color:%23FF3A44'/%3E%3Cstop offset='1' style='stop-color:%23C31162'/%3E%3C/linearGradient%3E%3Cpath id='path1210' fill-rule='evenodd' clip-rule='evenodd' fill='url(%23path1210_1_)' d='M143.916687,143.4132843 l-35.4375153-35.4488602L3.8228047,212.6208038c3.8228047,4.1063843,10.2546463,4.5714874,17.4465084,0.5558319 L143.916687,143.4132843'/%3E%3ClinearGradient id='path1223_1_' gradientUnits='userSpaceOnUse' x1='3406.0458984' y1='-729.3817139' x2='3456.1137695' y2='-664.3907471' gradientTransform='matrix(1.7038139 0 0 1.3126286 -5825.7871094 898.9841919)'%3E%3Cstop offset='0' style='stop-color:%2332A071'/%3E%3Cstop offset='0.069' style='stop-color:%232DA771'/%3E%3Cstop offset='0.476' style='stop-color:%2315CF74'/%3E%3Cstop offset='0.801' style='stop-color:%2306E775'/%3E%3Cstop offset='1' style='stop-color:%2300F076'/%3E%3C/linearGradient%3E%3Cpath id='path1223' fill-rule='evenodd' clip-rule='evenodd' fill='url(%23path1223_1_)' d='M143.916687,72.5269089 L21.2693138,2.8543124C14.0887928-1.2520832,7.6456094-0.6962451,3.8228047,3.4101505l104.6450272,104.5542755 L143.916687,72.5269089z'/%3E%3Cpath id='path1225' opacity='0.2' fill-rule='evenodd' clip-rule='evenodd' enable-background='new ' d=' M143.1679993,142.6645966L21.3600636,211.8721161c-6.806181,3.9135437-12.8750248,3.6412964-16.788578,0.090744 l-0.6579309,0.6579437l0.6579309,0.5558319c3.9135537,3.5392151,9.9823971,3.8227997,16.788578-0.090744l122.6473694-69.6726074 L143.1679993,142.6645966z'/%3E%3Cpath id='path1227' opacity='0.12' fill-rule='evenodd' clip-rule='evenodd' enable-background='new ' d=' M184.957962,118.8770065l-41.8807068,23.78759l0.7486877,0.7486877l41.0412598-23.3225174 c5.8760071-3.3577118,8.768631-7.7363586,8.768631-12.1263428c-0.3743439,4.0156479-3.3577118,7.8384476-8.6778717,10.9125671 V118.8770065z'/%3E%3Cpath id='path1229' opacity='0.25' fill-rule='evenodd' clip-rule='evenodd' fill='%23FFFFFF' enable-background='new ' d=' M21.2693138,4.0680814L184.957962,97.0631943c5.3201599,2.9833679,8.3035278,6.8969269,8.768631,10.9125748 c0-4.3786392-2.8926239-8.768631-8.768631-12.1263504L21.2693138,2.8543124C9.5173092-3.8611188,0,1.7312926,0,15.1621561 v1.213769C0,2.9450614,9.5173092-2.556601,21.2693138,4.0680814z'/%3E%3C/g%3E%3Cg id='g1237' transform='translate(0 -.008)'%3E%3Cpath id='path1233' fill-rule='evenodd' clip-rule='evenodd' fill='%2324303B' d='M262.6788635,102.0770798 c0-29.7316666,24.9900208-53.9389801,54.7216797-53.9389801c16.4369202,0,28.1322021,6.454525,36.9575806,14.8601608 l-10.3908081,10.3907623c-6.3070679-5.9213791-14.8601379-10.5155487-26.578125-10.5155487 c-21.7117004,0-38.6817932,17.4805374-38.6817932,39.1922531s16.9700928,39.2149429,38.6704407,39.2149429 c14.0774536,0,22.0860596-5.6491394,27.2247314-10.7991333c4.2084961-4.2084885,6.9649658-10.2546539,8.0312805-18.5468445 h-35.2333374V97.233345h49.5943604c0.5218201,2.6317215,0.7940674,5.7852554,0.7940674,9.1996841 c0,11.0373611-3.0287476,24.729126-12.7729492,34.4733124c-9.4832764,9.8689575-21.575592,15.1324005-37.6268311,15.1324005 c-29.7430115,0-54.7330322-24.1846161-54.7330322-53.9389725L262.6788635,102.0770798z M407.8773804,86.5589905 c-19.2047729,0-34.8816833,14.6105957-34.8816833,34.7228622c0,20.01017,15.6655884,34.7228622,34.8816833,34.7228622 s34.8589783-14.7353821,34.8589783-34.7342072C442.7363586,101.1582489,427.0821533,86.5476456,407.8773804,86.5589905z M407.8773804,142.3469849c-10.5155334,0-19.6018066-8.6778717-19.6018066-21.0537796 c0-12.5006866,9.0749207-21.0537796,19.6018066-21.0537796c10.5155334,0,19.5904541,8.5417557,19.5904541,21.0537796 C427.4678345,133.6577606,418.4042664,142.3469849,407.8773804,142.3469849z M483.9364319,86.5589905 c-19.2047729,0-34.8589783,14.6105957-34.8589783,34.7228622c0,20.01017,15.6542053,34.7228622,34.8589783,34.7228622 s34.8589783-14.7353821,34.8589783-34.7342072C518.7954102,101.1582489,503.1525574,86.5476456,483.9364319,86.5589905 L483.9364319,86.5589905z M483.9364319,142.3469849c-10.5155334,0-19.6017761-8.6778717-19.6017761-21.0537796 c0-12.5006866,9.0748901-21.0537796,19.6017761-21.0537796c10.5155945,0,19.6018066,8.5417557,19.6018066,21.0537796 C503.5382385,133.6577606,494.4519653,142.3469849,483.9364319,142.3469849L483.9364319,142.3469849z M577.2832031,88.6689072 v5.6491318h-0.5218506c-3.4144287-4.0950546-9.9937134-7.7703934-18.2745972-7.7703934 c-17.3670654,0-33.3048706,15.2685318-33.3048706,34.8816757c0,19.4543304,15.9264526,34.5980835,33.3048706,34.5980835 c8.2808838,0,14.8601685-3.6753387,18.2745972-7.8838196h0.5218506v4.9911957 c0,13.2833862-7.1011353,20.3958588-18.546814,20.3958588c-9.347168,0-15.1324463-6.7154236-17.5032349-12.3532257 l-13.2947388,5.524353c3.8114624,9.1996765,13.9526367,20.5206299,30.7865601,20.5206299 c17.8776245,0,33.0100098-10.5382385,33.0100098-36.1861877V88.6575623L577.2832031,88.6689072z M559.7913208,142.3469849 c-10.515625,0-19.3522949-8.8253479-19.3522949-20.9176636c0-12.2284317,8.8253174-21.178566,19.3522949-21.178566 c10.3907471,0,18.546814,8.9387817,18.546814,21.178566C578.3494873,133.521637,570.1934204,142.3469849,559.7913208,142.3469849z M602.2731934,51.8247871h15.2685547v102.0927124h-15.2685547V51.8247871z M659.3884277,142.3469849 c-7.7590332,0-13.2947998-3.5619049-16.8226318-10.5155487l46.4408569-19.2274551l-1.5994873-3.9475784 c-2.8812866-7.7477188-11.706604-22.0974121-29.7316284-22.0974121c-17.888916,0-32.760376,14.077446-32.760376,34.7341995 c0,19.4543381,14.7353516,34.7228622,34.4732666,34.7228622c15.9264526,0,25.1375122-9.7214966,28.9490356-15.3933105 l-11.8427734-7.8838196c-3.9589233,5.7965851-9.3585205,9.6194-17.1062012,9.6080475L659.3884277,142.3469849z M658.1973267,99.9785156c6.0461426,0,11.1734619,3.0287476,12.8863525,7.3620224l-31.0588379,12.8977051 c-0.3856812-13.4195175,10.4021606-20.2597275,18.1725464-20.2597275H658.1973267z'/%3E%3Cpath id='path1235' fill-rule='evenodd' clip-rule='evenodd' fill='%2324303B' d='M756.0021362,51.8247795h-36.5037842v102.0927124 h15.2344971v-38.6704559h21.2806396c16.890686,0,33.4977417-12.2284317,33.4977417-31.7167969 c0-19.4543304-16.5957031-31.6941109-33.4750366-31.6941109L756.0021362,51.8247795z M756.3991699,101.0334625h-21.6663208 V66.0270081h21.6663208c11.3890381,0,17.8775635,9.4492493,17.8775635,17.5032272 C774.2767334,91.4480896,767.788208,101.0334625,756.3991699,101.0334625z M813.1400757,153.9174957V51.8247871h-15.2344971 v102.0927124H813.1400757z M881.5761719,153.7359924v-39.1355286c0-18.1271286-13.5442505-28.234314-31.0248413-28.234314 c-11.0146484,0-22.4376831,4.8664246-27.1679688,15.6315308l13.5216064,5.6377869 c2.8926392-5.6377869,8.2695313-7.4868011,13.9299927-7.4868011c7.8724365,0,15.8810425,4.7303009,16.0058594,13.1472778 v1.0549545c-2.7564697-1.576767-8.6551514-3.9475861-15.8924561-3.9475861 c-14.5765381,0-29.4140015,8.008606-29.4140015,22.9822006c0,13.6690826,11.9561768,22.4604034,25.3530273,22.4604034 c10.2546387,0,15.8924561-4.5941772,19.4315796-9.9710693h0.5218506v7.8838348h14.723999L881.5761719,153.7359924z M848.7363892,142.3243103c-4.9912109,0-11.9561768-2.4956055-11.9561768-8.6551971 c0-7.8838348,8.6778564-10.9239349,16.1646729-10.9239349c6.7041016,0,9.8462524,1.4406357,13.9299316,3.4144363 c-1.168335,9.165657-8.9160767,16.0512466-18.1384277,16.1646805V142.3243103z M935.1522217,88.6008453l-17.4692383,44.2515106 h-0.5217896l-18.1271362-44.2515106H882.619751l27.1793823,61.8681793l-15.5067749,34.4052429h15.8924561l41.8920288-96.2734222 H935.1522217z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") 50% 50% no-repeat;
            background-size: contain;
        }

        .applications__download-btn--appgallery:after {
            content: '';
            display: block;
            width: 13.8rem;
            height: 3rem;
            background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='144' height='40' viewBox='0 0 144 40' fill='none'%3E%3Cpath d='M133.848 0H10.164c-.392 0-.778 0-1.167.003-.325.002-.65.008-.979.013C7.31.032 6.59.072 5.881.189a7.449 7.449 0 00-2.027.619 6.891 6.891 0 00-1.726 1.163 6.18 6.18 0 00-1.255 1.6 6.18 6.18 0 00-.666 1.88c-.13.653-.172 1.314-.19 1.976-.011.301-.011.605-.017.909V31.667c.006.306.006.602.017.909.018.661.064 1.323.19 1.976a6.18 6.18 0 001.921 3.475 6.663 6.663 0 001.726 1.162c.65.31 1.313.504 2.027.624.709.118 1.426.158 2.137.174a168.389 168.389 0 002.146.013h123.681c.383 0 .772 0 1.155-.003.325 0 .656-.002.982-.01.714-.019 1.431-.056 2.131-.174a7.614 7.614 0 002.033-.624 6.727 6.727 0 001.726-1.162 6.368 6.368 0 001.258-1.595 6.206 6.206 0 00.66-1.88c.132-.653.173-1.315.198-1.976.003-.307.003-.603.003-.91.009-.357.009-.714.009-1.08V9.414c0-.362 0-.72-.009-1.077 0-.304 0-.605-.003-.91-.025-.66-.066-1.322-.198-1.975a6.257 6.257 0 00-.66-1.88 6.392 6.392 0 00-1.258-1.6 6.814 6.814 0 00-1.726-1.163 7.543 7.543 0 00-2.033-.619c-.703-.117-1.417-.157-2.131-.173-.326-.005-.657-.01-.982-.013C134.619 0 134.231 0 133.848 0z'/%3E%3Cpath d='M52.817 27.292l-1.25 3.855H49.96l4.09-12.259h1.874l4.104 12.259h-1.662l-1.284-3.855h-4.265zm3.945-1.238l-1.178-3.528c-.268-.801-.446-1.529-.625-2.236h-.034a36.62 36.62 0 01-.608 2.218l-1.178 3.546h3.623zM61.226 25.218c0-1.126-.034-2.035-.072-2.871h1.411l.073 1.51h.034c.642-1.073 1.662-1.71 3.07-1.71 2.088 0 3.66 1.801 3.66 4.474 0 3.165-1.892 4.728-3.928 4.728-1.143 0-2.142-.51-2.66-1.381h-.035v4.78h-1.553v-9.53zm1.553 2.347c0 .238.034.455.072.654.285 1.109 1.232 1.875 2.356 1.875 1.661 0 2.623-1.382 2.623-3.4 0-1.763-.91-3.274-2.572-3.274-1.071 0-2.07.783-2.376 1.983-.054.2-.106.437-.106.654v1.508h.003zM70.6 25.218c0-1.126-.034-2.035-.071-2.871h1.41l.073 1.51h.034c.643-1.073 1.662-1.71 3.07-1.71 2.088 0 3.661 1.801 3.661 4.474 0 3.165-1.892 4.728-3.928 4.728-1.144 0-2.143-.51-2.661-1.381h-.035v4.78h-1.552v-9.53zm1.553 2.347c0 .238.035.455.072.654.285 1.109 1.233 1.875 2.356 1.875 1.662 0 2.623-1.382 2.623-3.4 0-1.763-.91-3.274-2.571-3.274-1.072 0-2.071.783-2.376 1.983-.055.2-.107.437-.107.654v1.508h.003zM89.508 30.601c-.697.255-2.07.672-3.695.672-1.82 0-3.32-.473-4.499-1.62-1.037-1.017-1.679-2.654-1.679-4.564.017-3.655 2.483-6.33 6.518-6.33 1.394 0 2.482.308 3 .563l-.374 1.291c-.642-.29-1.446-.528-2.66-.528-2.93 0-4.84 1.854-4.84 4.928 0 3.11 1.841 4.946 4.643 4.946 1.017 0 1.714-.147 2.07-.329v-3.646h-2.444v-1.273h3.963v5.89h-.003zM96.293 31.147l-.124-1.11h-.054c-.481.693-1.412 1.309-2.641 1.309-1.751 0-2.644-1.255-2.644-2.529 0-2.126 1.857-3.29 5.195-3.273v-.182c0-.727-.196-2.036-1.964-2.036-.803 0-1.642.255-2.25.654l-.356-1.056c.714-.472 1.75-.783 2.84-.783 2.643 0 3.285 1.837 3.285 3.602v3.292c0 .762.035 1.51.145 2.109h-1.432v.003zm-.23-4.491c-1.714-.036-3.66.272-3.66 1.983 0 1.035.679 1.528 1.482 1.528a2.15 2.15 0 002.088-1.473 1.67 1.67 0 00.09-.51v-1.528zM99.17 18.237h1.573v12.91H99.17v-12.91zM103.384 18.237h1.572v12.91h-1.572v-12.91zM108.009 27.037c.035 2.165 1.394 3.057 2.964 3.057 1.126 0 1.802-.2 2.393-.455l.268 1.147c-.553.255-1.501.545-2.875.545-2.661 0-4.25-1.783-4.25-4.438 0-2.654 1.535-4.746 4.052-4.746 2.822 0 3.571 2.529 3.571 4.148 0 .328-.035.58-.055.745h-6.068v-.003zm4.605-1.144c.017-1.018-.412-2.602-2.177-2.602-1.59 0-2.287 1.49-2.411 2.602h4.588zM115.615 25.092c0-1.035-.017-1.927-.072-2.745h1.374l.055 1.727h.072c.391-1.182 1.339-1.927 2.393-1.927.178 0 .302.018.446.056v1.51a2.384 2.384 0 00-.535-.055c-1.106 0-1.893.854-2.109 2.056a4.757 4.757 0 00-.072.745v4.694h-1.552v-6.06zM123.097 22.347l1.893 5.2c.195.581.411 1.273.552 1.802h.035c.161-.529.34-1.2.553-1.837l1.716-5.165h1.662l-2.356 6.274c-1.126 3.019-1.892 4.564-2.963 5.509-.769.692-1.535.965-1.93 1.035l-.391-1.346c.391-.126.91-.381 1.373-.783.429-.346.965-.965 1.322-1.784.072-.164.124-.29.124-.381 0-.091-.034-.217-.106-.42l-3.2-8.104h1.716z' fill='%23000'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M33.662 6.067H21.698c-5.636 0-7.698 2.1-7.698 7.84v12.186c0 5.74 2.062 7.84 7.698 7.84h11.96c5.637 0 7.702-2.1 7.702-7.84V13.907c0-5.74-2.062-7.84-7.698-7.84z' fill='%23C8102E'/%3E%3Cpath d='M19.418 20.003h.725v3.643h-.726v-1.478H17.78v1.478h-.726v-3.643h.726v1.47h1.639v-1.47zm4.09 2.085c0 .593-.289.91-.813.91-.527 0-.818-.326-.818-.933v-2.06h-.726v2.084c0 1.023.559 1.613 1.535 1.613.985 0 1.55-.599 1.55-1.643v-2.056h-.726v2.085h-.003zm8.386.42l-.813-2.505h-.593l-.812 2.505-.79-2.505h-.77l1.246 3.64h.602l.812-2.39.812 2.39h.605l1.244-3.64h-.751l-.792 2.505zm2.845-.431h1.32v-.663h-1.32v-.745h1.915v-.663h-2.632v3.637h2.701v-.663H34.74v-.903zm2.851 1.563h.717v-3.637h-.717v3.637zm-11.923-.754l-.325.76h-.74l1.575-3.64h.64l1.569 3.64h-.76l-.323-.76h-1.636zm.27-.657h1.098l-.55-1.302-.547 1.302zM27.68 15.363c-2.511 0-4.553-2.08-4.553-4.638h.642c0 2.197 1.754 3.983 3.911 3.983s3.911-1.786 3.911-3.983h.642c0 2.558-2.041 4.638-4.553 4.638z' fill='%23fff'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M54.753 13.17a4.26 4.26 0 01-1.74.3 3.18 3.18 0 01-3.44-3.39 3.39 3.39 0 013.6-3.56 3.87 3.87 0 011.64.3l-.27 1a3.27 3.27 0 00-1.32-.26 2.24 2.24 0 00-2.36 2.44 2.21 2.21 0 002.35 2.43 3.44 3.44 0 001.34-.25l.2.99zM57.313 8.5v2h.18l1.5-2h1.46l-1.94 2.14c.67.1 1.08.63 1.41 1.41.15.36.33.9.55 1.32h-1.28a7.238 7.238 0 01-.45-1 1.28 1.28 0 00-1.27-1h-.16v2h-1.23V8.5h1.23zM64.364 13.37l-.08-.54a1.81 1.81 0 01-1.44.65 1.44 1.44 0 01-1.56-1.48c0-1.23 1.09-1.85 2.89-1.84v-.08c0-.32-.13-.85-1-.85a2.58 2.58 0 00-1.31.36l-.24-.8a3.51 3.51 0 011.76-.43 1.82 1.82 0 012 2v1.84c-.006.39.017.782.07 1.17h-1.09zm-.16-2.37c-.87 0-1.7.17-1.7.91a.64.64 0 00.7.7 1 1 0 001-.67.912.912 0 000-.27V11zM68.083 8.5V10c0 .58.21.92.85.92a1.47 1.47 0 00.83-.27V8.5h1.26v4.87h-1.26V11.5a2.52 2.52 0 01-1.27.33 1.48 1.48 0 01-1.62-1.67V8.5h1.21zM75.483 13.37l-.08-.54a1.81 1.81 0 01-1.44.65 1.44 1.44 0 01-1.56-1.48c0-1.23 1.09-1.85 2.89-1.84v-.08c0-.32-.13-.85-1-.85a2.57 2.57 0 00-1.27.39l-.24-.8a3.5 3.5 0 011.76-.43 1.82 1.82 0 012 2v1.81c-.006.391.017.782.07 1.17h-1.13zm-.16-2.37c-.87 0-1.7.17-1.7.91a.65.65 0 00.7.7 1 1 0 001-.67.88.88 0 000-.27V11zM81.824 8.5v.95h-1.46v3.92h-1.23V9.45h-1.46V8.5h4.15zM84.263 8.5V10c.253-.021.507-.021.76 0 1.12 0 2.3.38 2.3 1.67a1.42 1.42 0 01-.6 1.22 3.88 3.88 0 01-2.23.55c-.52 0-1 0-1.48-.07V8.5h1.25zm0 4c.19.014.38.014.57 0 .57 0 1.29-.19 1.29-.88s-.76-.87-1.31-.87a3.062 3.062 0 00-.55 0v1.75zM92.363 8.5v1.75c0 .77 0 1.29-.07 2 .26-.57.41-.93.66-1.44l1.2-2.28h1.49v4.87h-1.14v-1.77c0-.78 0-1.14.08-2.06-.24.58-.4.93-.64 1.4-.38.72-.82 1.6-1.24 2.4h-1.51V8.5h1.17zM97.833 10.47h.59c.67 0 1.06-.27 1.06-.62s-.33-.59-.88-.59a2.4 2.4 0 00-1.2.35l-.26-.73a3.49 3.49 0 011.82-.48c.82 0 1.82.32 1.82 1.29a1.22 1.22 0 01-1.07 1.1 1.28 1.28 0 011.31 1.21c0 1.13-1.27 1.48-2.27 1.48a3.58 3.58 0 01-1.73-.48l.28-.78c.42.211.88.324 1.35.33.68 0 1-.28 1-.66s-.53-.67-1.22-.67h-.6v-.75z' fill='%23000'/%3E%3C/svg%3E") 50% 50% no-repeat;
            background-size: contain;
        }

        .applications__download-btn--rustore:after {
            content: '';
            display: block;
            width: 13.8rem;
            height: 3rem;
            background: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.36 31.7768C8.11926 31.7768 4.49886 31.7768 2.24943 29.5588C0 27.3409 0 23.7711 0 16.6316V15.3695C0 8.23004 0 4.66034 2.24943 2.44238C4.49886 0.224609 8.11926 0.224609 15.36 0.224609H16.64C23.8807 0.224609 27.5011 0.224609 29.7506 2.44238C32 4.66034 32 8.23003 32 15.3695V15.3695V16.6316V16.6316C32 23.7711 32 27.3409 29.7506 29.5588C27.5011 31.7768 23.8807 31.7768 16.64 31.7768H15.36ZM22.5435 20.6636L24.7057 21.1962C25.685 21.4374 26.6343 20.7108 26.6343 19.7202V9.44499C26.6343 8.57288 26.0298 7.81237 25.1676 7.60009L18.9662 6.07254C17.9869 5.83138 17.0375 6.55791 17.0375 7.54858V9.40081L13.1302 8.43839C12.1508 8.19723 11.2015 8.92376 11.2015 9.91444V11.7667L7.29394 10.8042C6.31471 10.563 5.36526 11.2895 5.36526 12.2802V22.5554C5.36526 23.4276 5.96982 24.188 6.832 24.4003L13.0335 25.9278C14.0127 26.1691 14.9621 25.4425 14.9621 24.4519V22.7435L14.9608 22.7432L14.9625 14.1917C14.9625 13.3249 14.4072 12.8223 14.2054 12.6683C14.167 12.6389 14.1562 12.5841 14.1839 12.5446C14.2111 12.5057 14.2601 12.4873 14.3059 12.501C15.123 12.7442 15.9048 13.5702 15.9829 14.6088L16.2527 22.4559C16.2615 22.7137 16.4306 22.9373 16.6741 23.0212L18.8696 23.562C19.8489 23.8033 20.7983 23.0768 20.7983 22.0861L20.7999 11.8269C20.7999 10.96 20.2445 10.4575 20.0428 10.3035C20.0043 10.2741 19.9936 10.2194 20.0212 10.1798C20.0484 10.1409 20.0973 10.1225 20.1432 10.1361C20.9603 10.3794 21.7422 11.2054 21.8203 12.244L22.09 20.0905C22.0993 20.359 22.2832 20.59 22.5435 20.6636Z' fill='%23212A34'/%3E%3C/svg%3E%0A") no-repeat center;
            background-size: contain;
        }
    }
}

@media (min-width: 1200px) {
    .applications__download-btn {
        width: 6rem;
        height: 6rem;
    }

    .get-application__menu {

        .applications__download-btn--appstore:after,
        .applications__download-btn--googleplay:after,
        .applications__download-btn--appgallery:after,
        .applications__download-btn--rustore:after {
            content: '';
            display: block;
            background-size: contain;
        }
    }

    .applications__download-btn--appstore:after {
        content: '';
        width: 2.8rem;
        height: 3.4rem;
        background-image: url("data:image/svg+xml,%3Csvg width='28' height='34' viewBox='0 0 28 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.1148 17.6371C23.0761 13.4472 26.6335 11.4088 26.7961 11.3139C24.7815 8.45 21.6588 8.0587 20.5615 8.0275C17.9388 7.7584 15.3948 9.5576 14.0588 9.5576C12.6961 9.5576 10.6388 8.0535 8.42146 8.0977C5.56813 8.1406 2.89879 9.7513 1.43479 12.2525C-1.58654 17.3524 0.666795 24.8469 3.56146 28.9692C5.00946 30.9881 6.70146 33.2423 8.91613 33.163C11.0828 33.0759 11.8921 31.8162 14.5068 31.8162C17.0975 31.8162 17.8575 33.163 20.1161 33.1123C22.4415 33.0759 23.9055 31.0843 25.3028 29.0472C26.9761 26.7332 27.6481 24.4543 27.6748 24.3373C27.6201 24.3191 23.1588 22.659 23.1148 17.6371Z' fill='%2324303B'/%3E%3Cpath d='M18.8481 5.3157C20.0135 3.8948 20.8108 1.9617 20.5895 0C18.9028 0.0728 16.7935 1.1375 15.5788 2.5272C14.5041 3.7518 13.5441 5.759 13.7921 7.6466C15.6868 7.7844 17.6321 6.7145 18.8481 5.3157Z' fill='%2324303B'/%3E%3C/svg%3E%0A");
    }

    .applications__download-btn--googleplay:after {
        content: '';
        width: 3.2rem;
        height: 3.2rem;
        background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.25138 3.31647C9.33426 6.43647 14.2863 11.4752 16.9605 14.2237L18.4959 15.7962L20.7615 13.5427C22.012 12.2922 23.0271 11.24 23.0271 11.2029C23.0271 11.079 3.7381 0.320312 3.50289 0.320312C3.36657 0.320313 4.43154 1.47167 6.25138 3.31647Z' fill='%2324303B'/%3E%3Cpath d='M1.95538 0.778555C1.84402 0.902395 1.69554 1.16224 1.62098 1.34816C1.52178 1.59584 1.48466 6.13952 1.48466 15.9946C1.48466 31.656 1.44754 30.8387 2.22738 31.3962L2.62354 31.681L17.8271 16.4771L15.8709 14.4963C14.7938 13.4067 11.2651 9.8288 8.03409 6.53568C2.48754 0.902074 2.14098 0.567995 1.95538 0.778555Z' fill='%2324303B'/%3E%3Cpath d='M21.6651 14.1248L19.251 16.5389L21.2939 18.6064C22.4206 19.7456 23.3986 20.6985 23.4606 20.7235C23.6091 20.7606 29.7749 17.3808 30.0968 17.0838C30.2207 16.9725 30.3816 16.6998 30.4558 16.4646C30.6664 15.8333 30.3445 15.2761 29.4779 14.7562C28.8591 14.3846 24.9589 12.1933 24.315 11.8592C24.0917 11.7354 23.8194 11.9706 21.6651 14.1248Z' fill='%2324303B'/%3E%3Cpath d='M11.612 24.153C7.81138 27.929 4.74098 31.0243 4.79058 31.0243C4.8277 31.0243 5.14962 30.8634 5.49618 30.6653C6.17714 30.2938 19.6226 22.9152 21.1701 22.0733C22.7919 21.2067 22.8539 21.5162 20.613 19.2627C19.5234 18.1731 18.6072 17.2819 18.5701 17.2819C18.533 17.2941 15.4005 20.377 11.612 24.153Z' fill='%2324303B'/%3E%3C/svg%3E%0A");
    }

    .applications__download-btn--appgallery:after {
        content: '';
        width: 3.2rem;
        height: 3.2rem;
        background-image: url("data:image/svg+xml,%3Csvg fill='none' viewBox='0 0 24 24' id='icon-appgallery' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.32928 3.26402C8.48376 3.54578 8.01888 3.79802 7.61832 4.19858C7.0644 4.74746 6.79248 5.36066 6.70848 6.24074C6.54048 8.00595 7.21776 10.0088 8.97312 12.9262C9.38352 13.6085 10.6147 15.4925 10.9709 15.9872L11.2032 16.2987L11.2279 16.1355C11.2922 15.7745 11.406 14.7905 11.49 13.9152C11.5987 12.7532 11.6136 9.57363 11.5147 8.59947C11.3071 6.52754 10.8571 4.5941 10.3181 3.39746C10.1846 3.10562 10.1647 3.08594 10.0116 3.08594C9.9228 3.08594 9.61608 3.16514 9.32928 3.26402Z' fill='%2325303B'/%3E%3Cpath d='M13.6807 3.4469C13.122 4.68793 12.7066 6.47809 12.4841 8.64888C12.3852 9.62304 12.4001 12.8026 12.5088 13.9646C12.5928 14.8399 12.7066 15.8287 12.7709 16.1849L12.7956 16.3529L12.9737 16.1107C14.0813 14.563 15.5004 12.2486 16.1532 10.9236C16.9988 9.19776 17.3103 8.05057 17.3004 6.69577C17.2954 5.60785 17.0333 4.90585 16.4004 4.27273C16.1136 3.98593 15.9307 3.85249 15.6091 3.69409C15.1047 3.4469 14.1999 3.13538 13.9822 3.13538C13.8341 3.13538 13.8144 3.1601 13.6807 3.4469Z' fill='%2325303B'/%3E%3Cpath d='M3.43512 6.82923C2.52528 8.20395 2.03088 9.33627 1.9764 10.1818C1.91712 11.0324 2.37192 12.0214 3.1236 12.6888C3.23232 12.7827 4.44384 13.5245 5.81856 14.3355C7.19327 15.1464 8.78039 16.086 9.34919 16.4223C9.91775 16.7585 10.3877 17.0256 10.3925 17.0206C10.4121 16.9959 3.8208 6.34971 3.78624 6.34971C3.76632 6.34971 3.60816 6.56715 3.43512 6.82923Z' fill='%2325303B'/%3E%3Cpath d='M16.89 11.7248C15.0802 14.6568 13.6015 17.06 13.6066 17.07C13.6116 17.0751 15.2088 16.1453 17.1471 15.0032C20.6283 12.9461 20.6828 12.9113 21.0732 12.5108C21.7359 11.8284 22.0769 11.0223 22.0227 10.2312C21.9682 9.3857 21.4738 8.25338 20.5639 6.87866C20.3909 6.61658 20.2327 6.3989 20.2128 6.3989C20.1979 6.39914 18.6999 8.79722 16.89 11.7248Z' fill='%2325303B'/%3E%3Cpath d='M0.30504 12.4514C0.23592 12.6739 0.216 13.9102 0.27528 14.3155C0.44328 15.4726 0.967438 16.4271 1.7784 17.0501C2.34695 17.4852 2.86631 17.7029 3.95399 17.965C4.13207 18.0046 4.87871 18.0094 6.94558 17.97C8.45878 17.9403 9.71469 17.9108 9.73941 17.9057C9.76917 17.8959 7.47478 16.5408 1.23432 12.8719C0.39408 12.3773 0.3348 12.3477 0.30504 12.4514Z' fill='%2325303B'/%3E%3Cpath d='M18.9321 15.1711C16.3411 16.699 14.2394 17.9501 14.2594 17.9551C14.2841 17.9602 15.54 17.9897 17.058 18.0144C19.0903 18.054 19.8765 18.054 20.0496 18.0094C20.8111 17.8313 21.0681 17.7473 21.4737 17.5495C23.0659 16.7782 23.8423 15.3144 23.7532 13.2475C23.7383 12.8916 23.7086 12.5601 23.6839 12.5009C23.6495 12.407 23.2737 12.6197 18.9321 15.1711Z' fill='%2325303B'/%3E%3Cpath d='M5.94215 18.588C4.1472 18.677 2.5944 18.761 2.49072 18.7709L2.30784 18.7858L2.65896 19.2554C3.26712 20.0664 3.66768 20.4223 4.37472 20.7538C4.66152 20.8923 4.7604 20.9119 5.10168 20.9119C5.38343 20.9119 5.59607 20.8774 5.84351 20.7931C6.34799 20.6251 7.16375 20.2097 7.75223 19.819C8.23175 19.5074 9.43846 18.5678 9.50278 18.4642C9.52246 18.4344 9.46318 18.4195 9.36934 18.4195C9.27982 18.4248 7.73711 18.499 5.94215 18.588Z' fill='%2325303B'/%3E%3Cpath d='M14.4917 18.4594C14.5608 18.5681 15.7625 19.4979 16.247 19.8192C16.8355 20.2099 17.6513 20.6251 18.1558 20.7934C18.403 20.8774 18.6156 20.9122 18.8976 20.9122C19.2389 20.9122 19.3378 20.8923 19.6246 20.754C20.0597 20.5512 20.4751 20.2596 20.7619 19.9627C20.9794 19.7352 21.7015 18.8057 21.6768 18.781C21.6718 18.7711 20.2181 18.7018 18.4529 18.6178C16.6826 18.5338 15.0658 18.4546 14.8481 18.4349C14.5858 18.415 14.472 18.4248 14.4917 18.4594Z' fill='%2325303B'/%3E%3C/svg%3E");
    }

    .applications__download-btn--rustore:after {
        content: '';
        width: 3.2rem;
        height: 3.2rem;
        background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.36 31.7768C8.11926 31.7768 4.49886 31.7768 2.24943 29.5588C0 27.3409 0 23.7711 0 16.6316V15.3695C0 8.23004 0 4.66034 2.24943 2.44238C4.49886 0.224609 8.11926 0.224609 15.36 0.224609H16.64C23.8807 0.224609 27.5011 0.224609 29.7506 2.44238C32 4.66034 32 8.23003 32 15.3695V15.3695V16.6316V16.6316C32 23.7711 32 27.3409 29.7506 29.5588C27.5011 31.7768 23.8807 31.7768 16.64 31.7768H15.36ZM22.5435 20.6636L24.7057 21.1962C25.685 21.4374 26.6343 20.7108 26.6343 19.7202V9.44499C26.6343 8.57288 26.0298 7.81237 25.1676 7.60009L18.9662 6.07254C17.9869 5.83138 17.0375 6.55791 17.0375 7.54858V9.40081L13.1302 8.43839C12.1508 8.19723 11.2015 8.92376 11.2015 9.91444V11.7667L7.29394 10.8042C6.31471 10.563 5.36526 11.2895 5.36526 12.2802V22.5554C5.36526 23.4276 5.96982 24.188 6.832 24.4003L13.0335 25.9278C14.0127 26.1691 14.9621 25.4425 14.9621 24.4519V22.7435L14.9608 22.7432L14.9625 14.1917C14.9625 13.3249 14.4072 12.8223 14.2054 12.6683C14.167 12.6389 14.1562 12.5841 14.1839 12.5446C14.2111 12.5057 14.2601 12.4873 14.3059 12.501C15.123 12.7442 15.9048 13.5702 15.9829 14.6088L16.2527 22.4559C16.2615 22.7137 16.4306 22.9373 16.6741 23.0212L18.8696 23.562C19.8489 23.8033 20.7983 23.0768 20.7983 22.0861L20.7999 11.8269C20.7999 10.96 20.2445 10.4575 20.0428 10.3035C20.0043 10.2741 19.9936 10.2194 20.0212 10.1798C20.0484 10.1409 20.0973 10.1225 20.1432 10.1361C20.9603 10.3794 21.7422 11.2054 21.8203 12.244L22.09 20.0905C22.0993 20.359 22.2832 20.59 22.5435 20.6636Z' fill='%23212A34'/%3E%3C/svg%3E%0A");
    }
}

.applications__download-btn-icon {
    display: block;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 1.6rem 0 0;
}

.applications__download-btn-icon img,
.applications__download-btn-icon svg {
    display: block;
}

@media (min-width: 1200px) {
    .applications__download-btn-icon {
        margin: 0;
    }
}

.applications__download-btn-text {
    display: block;
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: 700;
}

@media (min-width: 1200px) {
    .applications__download-btn-text {
        display: none;
    }
}

.applications__download-text {
    display: none;
}

@media (min-width: 1200px) {
    .applications__download-text {
        display: block;
        margin: 0;
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
    }
}

.cards {
    margin: 0 0 6.4rem;
}

@media (min-width: 1200px) {
    .cards {
        margin: 0 0 12.8rem;
        padding: 5.6rem 0 8.6rem;
    }

    .cards .row {
        -ms-flex-align: center;
        align-items: center;
        margin: 0 -1.6rem;
    }

    .cards .row>[class^='col-'] {
        padding: 0 1.6rem;
    }
}

.cards__image {
    margin: 0 auto;
    display: block;
}

.cards__image img {
    display: block;
}

.cards__desc {
    margin: 0 0 1.6rem;
    padding: 0 2.4rem 0 0;
}

@media (min-width: 640px) {
    .cards__desc {
        padding: 1.2rem 0;
        margin: 0;
    }
}

@media (min-width: 1200px) {
    .cards__desc {
        padding: 0;
        margin: 0;
        max-width: 36rem;
    }
}

.cards__desc-title {
    display: block;
    margin: 0 0 1.2rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.17;
    font-weight: 500;
}

@media (min-width: 640px) {
    .cards__desc-title {
        font-size: 3.2rem;
        line-height: 1.12;
        font-weight: 500;
        margin: 0 0 1.2rem;
    }

    .cards__desc-title br {
        display: none;
    }
}

@media (min-width: 1200px) {
    .cards__desc-title {
        font-size: 4rem;
        line-height: 1.2;
        font-weight: 500;
        margin: 0 0 1.6rem;
    }
}

.cards__desc-text {
    display: block;
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
    color: var(--color-grey);
}

@media (min-width: 1200px) {
    .cards__desc-text {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
    }
}

.txt {
    margin: 0 0 6.4rem;
}

.txt .row {
    margin: 0 -1.2rem -2.4rem;
}

.txt .row>[class^='col'] {
    padding: 0 1.2rem 2.4rem;
}

@media (min-width: 1200px) {
    .txt {
        margin: 0 0 12.8rem;
    }

    .txt .row {
        -ms-flex-align: center;
        align-items: center;
    }
}

.txt__section {
    margin: 0 0 3.2rem;
}

.txt__section:last-child {
    margin: 0;
}

@media (min-width: 640px) {
    .txt__section {
        margin: 0 0 6.4rem;
    }

    .txt__section:last-child {
        margin: 0;
    }

    .txt__section:nth-of-type(even) .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

@media (min-width: 1200px) {
    .txt__section {
        margin: 0 0 12.8rem;
    }

    .txt__section:last-child {
        margin: 0;
    }

    .txt__section:nth-of-type(even) .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.txt__image {
    display: block;
    overflow: hidden;
    border-radius: 1.6rem;
    margin: 0;
}

.txt__image img {
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (min-width: 1200px) {
    .txt__image {
        margin: 0;
    }
}

.txt__wysiwyg {
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
}

.txt__wysiwyg h2 {
    display: block;
    margin: 0 0 2rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.17;
    font-weight: 500;
}

.txt__wysiwyg p {
    margin: 0 0 2rem;
    color: var(--color-grey);
}

.txt__wysiwyg p:last-child {
    margin: 0;
}

.txt__wysiwyg ul {
    margin: 0 0 2rem;
    padding: 0;
    list-style: none;
}

.txt__wysiwyg ul>li {
    position: relative;
    margin: 0 0 1.6rem;
    padding: 0 0 0 1.3rem;
}

.txt__wysiwyg ul>li:after {
    content: '';
    display: block;
    position: absolute;
    top: 0.5em;
    left: 0;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: var(--background-color-grey);
}

.txt__wysiwyg ul>li:last-child {
    margin: 0;
}

.txt__wysiwyg ul:last-child {
    margin: 0;
}

.txt__wysiwyg .note {
    margin-top: 0.4rem;
    color: var(--color-grey);
    font-size: 1.4rem;
}

@media (min-width: 1200px) {
    .txt__wysiwyg {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
        margin: 0 0 0 -0.8rem;
    }

    .txt__wysiwyg h2 {
        margin: 0 0 2.4rem;
        font-size: 3.6rem;
        line-height: 1.1;
        font-weight: 500;
    }

    .txt__wysiwyg ul>li {
        margin: 0 0 2.4rem;
        padding: 0 0 0 2rem;
    }

    .txt__wysiwyg ul>li:after {
        width: 0.8rem;
        height: 0.8rem;
    }

    .txt__wysiwyg ul>li:last-child {
        margin: 0;
    }

    .txt__wysiwyg p {
        max-width: 49.6rem;
    }
}

.costs {
    margin: 0 0 6.4rem;
}

@media (min-width: 1200px) {
    .costs {
        margin: 0 0 12.8rem;
    }
}

.costs__title {
    display: block;
    margin: 0 0 2rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.17;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .costs__title {
        font-size: 4rem;
        line-height: 1.2;
        font-weight: 500;
        margin: 0 0 4.8rem;
    }
}

@media (min-width: 1200px) {
    .costs__tabs .row {
        margin: 0 -1.6rem;
    }

    .costs__tabs .row>[class^='col'] {
        padding: 0 1.6rem;
    }
}

.costs__tabs-control {
    margin: 0 -1.6rem 2rem;
    position: relative;
}

.costs__tabs-control:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid var(--color-border);
    z-index: -1;
}

@media (min-width: 640px) {
    .costs__tabs-control {
        margin: 0 -3.2rem 2.8rem;
    }
}

@media (min-width: 1200px) {
    .costs__tabs-control {
        margin: 0;
        padding: 0;
    }

    .costs__tabs-control:after {
        display: none;
    }
}

.costs__tabs-menu {
    margin: 0;
    padding: 0 1.6rem;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

.costs__tabs-menu::-webkit-scrollbar {
    display: none;
}

.costs__tabs-menu>li {
    width: auto;
    padding: 0 2.4rem 0 0;
}

@media (min-width: 640px) {
    .costs__tabs-menu {
        padding: 0 3.2rem;
    }
}

@media (min-width: 1200px) {
    .costs__tabs-menu {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
    }

    .costs__tabs-menu>li {
        padding: 0;
        margin: 0 0 1.6rem;
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .costs__tabs-menu>li:last-child {
        margin: 0;
    }
}

.costs__tabs-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 500;
    white-space: nowrap;
    color: var(--color-grey);
    cursor: pointer;
    padding: 0 0 1rem;
    transition: color 0.25s,
        background 0.25s;
}

.costs__tabs-btn:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 0.2rem;
    border-radius: 0.2rem;
    background: var(--color-accent);
    transition: opacity 0.25s;
    opacity: 0;
}

.costs__tabs-btn:hover {
    color: var(--body-color);
}

.costs__tabs-btn.is-active {
    color: var(--body-color);
}

.costs__tabs-btn.is-active:after {
    opacity: 1;
}

@media (min-width: 1200px) {
    .costs__tabs-btn {
        padding: 1.6rem 2.4rem;
        background: var(--color-light);
        border: 1px solid var(--color-light);
        border-radius: 1.2rem;
        color: var(--body-color);
        min-height: 8rem;
        font-family: 'Stolzl', Arial, sans-serif;
        font-size: 2.4rem;
        line-height: 1.17;
        font-weight: 500;
        width: 100%;
    }

    .costs__tabs-btn:before {
        content: '';
        display: block;
        min-height: 4.8rem;
    }

    .costs__tabs-btn:after {
        display: none;
    }

    .costs__tabs-btn:hover,
    .costs__tabs-btn.is-active {
        background: #ffffff;
        border-color: var(--color-border);
        color: var(--body-color);
    }
}

.costs__tabs-wrapper {
    position: relative;
    height: 100%;
}

.costs__tabs-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}

.costs__tabs-content.is-active {
    position: relative;
    opacity: 1;
    visibility: visible;
    transition: 0.7s;
}

.costs__item {
    display: block;
    position: relative;
    border: 1px solid var(--color-border);
    background: #ffffff;
    border-radius: 1.6rem;
    padding: 2rem 1.6rem;
    overflow: hidden;
}

@media (min-width: 640px) {
    .costs__item {
        padding: 2.4rem 2.8rem;
    }
}

@media (min-width: 1200px) {
    .costs__item {
        min-height: 100%;
    }
}

.costs__item-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.costs__item-image img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.costs__item-desc {
    position: relative;
    z-index: 2;
    max-width: 80%;
}

@media (min-width: 640px) {
    .costs__item-desc {
        max-width: 50%;
    }
}

@media (min-width: 1200px) {
    .costs__item-desc {
        max-width: 80%;
    }
}

.costs__item-title {
    display: block;
    margin: 0 0 1.2rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2rem;
    line-height: 1.14;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .costs__item-title {
        font-size: 2.8rem;
        line-height: 1.14;
        font-weight: 500;
        margin: 0 0 2rem;
    }
}

.costs__item-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1.4rem;
    line-height: 1.29;
    font-weight: 400;
}

.costs__item-list>li {
    position: relative;
    padding: 0 0 0 1.1rem;
    margin: 0 0 0.6rem;
}

.costs__item-list>li:before {
    content: '';
    display: block;
    position: absolute;
    top: 0.5em;
    left: 0;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: var(--background-color-grey);
}

.costs__item-list>li:last-child {
    margin: 0;
}

@media (min-width: 640px) {
    .costs__item-list {
        font-size: 1.6rem;
        line-height: 1.25;
        font-weight: 400;
    }
}

@media (min-width: 1200px) {
    .costs__item-list {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
    }

    .costs__item-list>li {
        padding: 0 0 0 2rem;
        margin: 0 0 0.8rem;
    }

    .costs__item-list>li:last-child {
        margin: 0;
    }

    .costs__item-list>li:before {
        width: 0.8rem;
        height: 0.8rem;
    }
}

.products-ind {
    margin: 0 0 6.4rem;
}

@media (min-width: 1200px) {
    .products-ind {
        margin: 0 0 12.8rem;
    }
}

.products-ind__title {
    display: block;
    margin: 0 0 2.4rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.2rem;
    line-height: 1.2;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .products-ind__title {
        font-size: 4rem;
        margin: 0 0 4.8rem;
    }
}

.products-ind__grid .row {
    margin: 0 -0.4rem -0.8rem;
}

.products-ind__grid .row>[class^='col'] {
    padding: 0 0.4rem 0.8rem;
}

@media (min-width: 640px) {
    .products-ind__grid .row {
        margin: 0 -0.6rem -1.2rem;
    }

    .products-ind__grid .row>[class^='col'] {
        padding: 0 0.6rem 1.2rem;
    }
}

@media (min-width: 1200px) {
    .products-ind__grid .row {
        margin: 0 -1.2rem -2.4rem;
    }

    .products-ind__grid .row>[class^='col'] {
        padding: 0 1.2rem 2.4rem;
    }
}

.products-ind__item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    min-height: 21rem;
    background: var(--color-light);
    border-radius: 1.6rem;
    padding: 2rem 1.6rem;
    color: var(--body-color);
    text-decoration: none;
    transition: transform 0.5s,
        background 0.25s,
        color 0.25s;
    will-change: transform;
    overflow: hidden;
}

@media (min-width: 640px) {
    .products-ind__item {
        padding: 2.4rem;
        min-height: 20.8rem;
    }
}

@media (min-width: 1200px) {
    .products-ind__item {
        padding: 3.2rem 2.8rem;
        min-height: 28.8rem;
    }
}

a.products-ind__item:hover {
    background: var(--color-accent);
    color: var(--body-color);
    text-decoration: none;
    transform: translate(0, -1rem);
}

.products-ind__item-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.products-ind__item-image img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.products-ind__item-desc {
    position: relative;
    z-index: 2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex: 1;
    flex: 1;
    max-width: 65%;
}

.products-ind__item-desc p {
    font-size: 1.4rem;

    @media (width > 640px) {
        font-size: 1.6rem;
    }

    @media (width > 1200px) {
        font-size: 1.8rem;
    }
}

@media (min-width: 640px) {
    .products-ind__item-desc {
        max-width: 55%;
    }
}

@media (min-width: 1200px) {
    .products-ind__item-desc {
        max-width: 58%;
    }
}

.products-ind__item-title {
    display: block;
    margin: 0 0 1.2rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2rem;
    line-height: 1.14;
    font-weight: 500;
}

@media (min-width: 640px) {
    .products-ind__item-title {
        font-size: 2.2rem;
        line-height: 1.17;
        font-weight: 500;
        margin: 0 0 4.8rem;
    }
}

@media (min-width: 1200px) {
    .products-ind__item-title {
        font-size: 2.8rem;
    }
}

@media (min-width: 1200px) {
    .products-ind__item-title--small {
        font-size: 2.4rem;
        line-height: 1.17;
        font-weight: 500;
    }
}

.products-ind__item-list {
    margin: 0 0 2rem;
    padding: 0;
    list-style: none;
    font-size: 1.4rem;
    line-height: 1.29;
    font-weight: 400;
}

.products-ind__item-list>li {
    position: relative;
    padding: 0 0 0 1.3rem;
    margin: 0 0 0.6rem;
}

.products-ind__item-list>li:before {
    content: '';
    display: block;
    position: absolute;
    top: 0.5em;
    left: 0;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: var(--color-accent);
}

.products-ind__item-list>li:last-child {
    margin: 0;
}

@media (min-width: 640px) {
    .products-ind__item-list {
        font-size: 1.6rem;
        line-height: 1.25;
        font-weight: 400;
        margin: 0 0 2.4rem;
    }
}

@media (min-width: 1200px) {
    .products-ind__item-list {
        margin: 0 0 2.4rem;
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
    }

    .products-ind__item-list>li {
        padding: 0 0 0 2rem;
        margin: 0 0 0.8rem;
    }

    .products-ind__item-list>li:last-child {
        margin: 0;
    }

    .products-ind__item-list>li:before {
        width: 0.8rem;
        height: 0.8rem;
    }
}

.products-ind__item-link {
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: top;
    font-size: 1.4rem;
    line-height: 1.14;
    font-weight: 500;
    color: inherit;
    text-decoration: none;
    margin: auto 0 0 0;
}

.products-ind__item-link svg {
    display: block;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 0 0 0.4rem;
}

@media (min-width: 1200px) {
    .products-ind__item-link {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 500;
    }
}

.exchange {
    margin: 0 0 6.4rem;
}

@media (min-width: 1200px) {
    .exchange {
        margin: 0 0 12.8rem;
    }
}

.exchange__title {
    display: block;
    margin: 0 0 3.2rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.17;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .exchange__title {
        margin: 0 0 4.8rem;
        font-size: 4rem;
        line-height: 1.2;
        font-weight: 500;
    }
}

.exchange__tabs .row {
    margin: 0 -0.8rem -1.6rem;
}

.exchange__tabs .row>[class^='col'] {
    padding: 0 0.8rem 1.6rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.exchange__tabs .ui-tabs__control {
    margin-bottom: 2.4rem;
}

@media (min-width: 640px) {
    .exchange__tabs .row {
        margin: 0 -1rem -2rem;
    }

    .exchange__tabs .row>[class^='col'] {
        padding: 0 1rem 2rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (min-width: 1200px) {
    .exchange__tabs .ui-tabs__control {
        margin-bottom: 4.8rem;
    }

    .exchange__tabs .row {
        margin: 0 -1.6rem -3.2rem;
    }

    .exchange__tabs .row>[class^='col'] {
        padding: 0 1.6rem 3.2rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.exchange__item {
    background: var(--color-light);
    border-radius: 1.6rem;
    padding: 2.4rem 1.6rem 1.6rem;
}

@media (min-width: 640px) {
    .exchange__item {
        padding: 4rem 3.2rem 3.2rem;
        min-height: 43.2rem;
    }
}

.exchange__item-title {
    display: block;
    margin: 0 0 2.4rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 500;
}

@media (min-width: 640px) {
    .exchange__item-title {
        margin: 0 0 3.2rem;
        font-size: 2.4rem;
        line-height: 1.17;
        font-weight: 500;
    }
}

.exchange__item-switch {
    margin: 0 0 1.6rem;
}

.exchange__item-switch .ui-switch {
    background: #ececec;
    border-color: #ececec;
    width: 100%;
    margin: 0;
}

@media (min-width: 640px) {
    .exchange__item-switch {
        margin: 0 0 3.2rem;
    }

    .exchange__item-switch .ui-switch {
        border-width: 0.4rem;
    }

    .exchange__item-switch .ui-switch__check-btn {
        height: 4.8rem;
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 500;
    }
}

@media (min-width: 1200px) {
    .exchange__item-switch {
        margin: 0 0 3.6rem;
    }

    .exchange__item-switch .ui-switch {
        border-width: 0.4rem;
        width: auto;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }

    .exchange__item-switch .ui-switch__check-btn {
        height: 5.6rem;
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 500;
        padding: 0.8rem 2.8rem;
    }
}

.exchange__item-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: left;
    table-layout: fixed;
    font-size: 1.4rem;
    line-height: 1.29;
    font-weight: 400;
    color: var(--color-grey);
    margin: 0 0 0.4rem;
}

.exchange__item-table th,
.exchange__item-table td {
    padding: 0 1.2rem 1.6rem;
    vertical-align: middle;
}

.exchange__item-table th:first-child,
.exchange__item-table td:first-child {
    padding-left: 0;
    padding-right: 0;
    width: 50%;
}

.exchange__item-table th:last-child,
.exchange__item-table td:last-child {
    padding-right: 0;
}

.exchange__item-table th:not(:first-child),
.exchange__item-table td:not(:first-child) {
    text-align: right;
}

.exchange__item-table th {
    font-weight: 400;
    padding-bottom: 2rem;
}

.exchange__item-table tfoot tr td {
    padding-bottom: 0;
}

.exchange__item-table.is-open .ui-link svg {
    transform: rotate(180deg);
}

.exchange__item-table.is-open tfoot tr td {
    padding-top: 1.6rem;
}

@media (min-width: 640px) {
    .exchange__item-table {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
        margin: 0;
    }

    .exchange__item-table th,
    .exchange__item-table td {
        padding: 0 1.2rem 2rem;
    }

    .exchange__item-table th:first-child,
    .exchange__item-table td:first-child {
        padding-left: 0;
    }

    .exchange__item-table th:last-child,
    .exchange__item-table td:last-child {
        padding-right: 0;
    }
}

@media (min-width: 1200px) {
    .exchange__item-table .ui-trade {
        position: relative;
        top: -0.8rem;
    }
}

.exchange__item-amount {
    display: block;
    margin: 0 0 2.4rem;
}

.exchange__item-amount .row {
    margin: 0 -0.4rem -0.8rem;
}

.exchange__item-amount .row>[class^='col'] {
    padding: 0 0.4rem 0.8rem;
}

.exchange__item-amount .ui-label,
.exchange__item-amount .ui-placeholder,
.exchange__item-amount .ui-select {
    margin: 0;
}

@media (min-width: 640px) {
    .exchange__item-amount {
        margin: 0 0 3.2rem;
    }

    .exchange__item-amount .row {
        margin: 0 -0.8rem -1.2rem;
    }

    .exchange__item-amount .row>[class^='col'] {
        padding: 0 0.8rem 1.2rem;
    }

    .exchange__item-amount .ui-placeholder__label {
        transform-origin: 2rem 0;
        padding: 0 2rem;
        font-size: 1.8rem;
        height: 5.6rem;
    }

    .exchange__item-amount .ui-placeholder__input,
    .exchange__item-amount .ui-placeholder__textarea {
        font-size: 1.8rem;
        padding: 2rem 2rem 1rem;
        height: 5.6rem;
    }

    .exchange__item-amount .ui-select {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
    }

    .exchange__item-amount .ui-select select {
        padding: 1.6rem 5.5rem 1.6rem 2rem;
        height: 5.6rem;
        background-position: right 2rem center;
    }

    .exchange__item-amount .ui-select .selectric {
        padding: 1.6rem 5.5rem 1.6rem 2rem;
        height: 5.6rem;
    }

    .exchange__item-amount .ui-select .selectric .arrow {
        right: 2rem;
    }

    .exchange__item-amount .ui-select .selectric .arrow svg {
        width: 2.4rem;
        height: 2.4rem;
    }

    .exchange__item-amount .ui-select .selectric-items {
        padding: 0.8rem 2rem;
    }
}

.exchange__item-get {
    display: block;
    margin: 0 0 2.4rem;
    font-size: 3.2rem;
    line-height: 1.25;
    font-weight: 500;
    color: var(--body-color);
}

.exchange__item-get small {
    display: block;
    margin: 0 0 0.4rem;
    font-size: 1.4rem;
    line-height: 1.29;
    font-weight: 400;
    color: var(--color-grey);
}

@media (min-width: 640px) {
    .exchange__item-get {
        font-size: 4rem;
        line-height: 1.2;
        font-weight: 500;
        margin: 0 0 5.6rem;
    }

    .exchange__item-get small {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
    }
}

@media (min-width: 1200px) {
    .exchange__item-get {
        margin: 0 0 4.8rem;
    }
}

.exchange__item-caption {
    display: block;
    margin: 0 0 2.4rem;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
}

@media (min-width: 1200px) {
    .exchange__item-caption {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
        margin: -3.2rem 0 3.2rem;
    }
}

.exchange__item-action .ui-btn {
    width: 100%;
}

@media (min-width: 1200px) {
    .exchange__item-action .ui-btn {
        width: auto;
    }
}

.exchange__description {
    color: var(--color-grey);
    font-size: 1.4rem;
    line-height: 16px;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    margin-top: 1.2rem;

    p {
        margin: 0;
    }
}

.services {
    margin: 0 0 6.4rem;
}

@media (min-width: 1200px) {
    .services {
        margin: 0 0 12.8rem;
    }
}

.services__title {
    display: block;
    margin: 0 0 2rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.17;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .services__title {
        font-size: 4rem;
        line-height: 1.2;
        font-weight: 500;
        margin: 0 0 4.8rem;
    }
}

@media (min-width: 1200px) {
    .services__tabs .row {
        margin: 0 -1.6rem;
    }

    .services__tabs .row>[class^='col'] {
        padding: 0 1.6rem;
    }
}

.services__tabs-control {
    margin: 0 -1.6rem 2rem;
    position: relative;
}

/*.services__tabs-control:after {*/
/*    content: '';*/
/*    display: block;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    border-bottom: 1px solid var(--color-border);*/
/*    z-index: -1;*/
/*}*/

/*@media (min-width: 640px) {*/
/*    .services__tabs-control {*/
/*        margin: 0 -3.2rem 2.8rem;*/
/*    }*/
/*}*/

/* @media (min-width: 1200px) { */
.services__tabs-control {
    margin: 0;
    padding: 0;
}

.services__tabs-control:after {
    display: none;
}

/* } */

/* .services__tabs-menu {
    margin: 0;
    padding: 0 1.6rem;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

.services__tabs-menu::-webkit-scrollbar {
    display: none;
}

.services__tabs-menu>li {
    width: auto;
    padding: 0 2.4rem 0 0;
}

@media (min-width: 640px) {
    .services__tabs-menu {
        padding: 0 3.2rem;
    }
} */

/* @media (min-width: 1200px) { */
.services__tabs-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
}

.services__tabs-menu>li {
    padding: 0;
    margin: 0 0 1.6rem;
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.services__tabs-menu>li:last-child {
    margin: 0;
}

/* } */

.services__tabs-btn {
    display: -ms-flexbox;
    font-family: 'Stolzl', Arial, sans-serif;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    cursor: pointer;
    text-align: left;
    transition: color 0.25s,
        background 0.25s;

    padding: 1.2rem 2.4rem;
    background: var(--color-light);
    border: 1px solid var(--color-light);
    border-radius: 1.2rem;
    color: var(--body-color);
    font-size: 2.4rem;
    line-height: 1.17;
    font-weight: 500;
    width: 100%;

    @media (width < 1200px) {
        font-size: 2rem;
        line-height: 2.4rem;
    }
}

.services__tabs-btn svg {
    margin-left: auto;
    width: 2.4rem;
    height: 2.4rem;
    flex-shrink: 0;
}

/*.services__tabs-btn:after {*/
/*    content: '';*/
/*    display: block;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    height: 0.2rem;*/
/*    border-radius: 0.2rem;*/
/*    background: var(--color-accent);*/
/*    transition: opacity 0.25s;*/
/*    opacity: 0;*/
/*}*/

/*.services__tabs-btn:hover {*/
/*    color: var(--body-color);*/
/*}*/

.services__tabs-btn.is-active {
    color: var(--body-color);
    min-height: 8rem;
}

/*.services__tabs-btn.is-active:after {*/
/*    opacity: 1;*/
/*}*/

/*@media (min-width: 1200px) {*/

.services__tabs-btn:before {
    content: '';
    display: block;
    min-height: 5.6rem;
}

.services__tabs-btn:after {
    display: none;
}

.services__tabs-btn:hover,
.services__tabs-btn.is-active {
    background: #ffffff;
    border-color: var(--color-border);
    color: var(--body-color);
}

/*}*/

.services__tabs-wrapper {
    position: relative;
    height: 100%;
}

.services__tabs-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;

    @media (width < 1200px) {
        margin-top: 1.6rem;
    }
}

.services__tabs-content.is-active {
    position: relative;
    opacity: 1;
    visibility: visible;
    transition: 0.7s;
}

.services__grid {
    background: #ffffff;
    border: 1px solid var(--color-border);
    border-radius: 1.6rem;
    overflow: hidden;
}

.services__grid .row {
    margin: 0;
}

.services__grid .row>[class^='col'] {
    padding: 0;
    position: relative;
    z-index: 100;
    background: #ffffff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.services__grid .row>[class^='col']:before {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border: 1px solid var(--color-border);
    z-index: -1;
}

.services__item {
    display: block;
    position: relative;
    padding: 1.6rem 2rem 2rem;
    overflow: hidden;
    height: 100%;
}

.services__item--column {
    padding: 2.4rem 2rem 1.2rem;
}

.services__item--column .services__item-desc {
    margin: 0 0 1.2rem;
}

.services__item--column .services__item-title {
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 500;
    margin: 0 0 0.8rem;
}

.services__item--column .services__item-text {
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
    margin: 0 0 1.6rem;
}

.services__item--column .services__item-text:last-child {
    margin: 0;
}

.services__item--column .services__item-action {
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 500;
}

@media (min-width: 640px) {
    .services__item {
        padding: 2.4rem 2.4rem 2.8rem;
    }

    .services__item--column {
        padding: 2.8rem 2.4rem 2.4rem;
        min-height: 24.5rem;
    }

    .services__item--column .services__item-desc {
        margin: 0;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .services__item--column .services__item-title {
        font-size: 2.4rem;
        line-height: 1.17;
        font-weight: 500;
        margin: 0 0 1.2rem;
    }

    .services__item--column .services__item-text {
        font-size: 1.6rem;
        line-height: 1.25;
        font-weight: 400;
        margin: 0 0 4.4rem;
    }

    .services__item--column .services__item-text:last-child {
        margin: 0;
    }

    .services__item--column .services__item-action {
        font-size: 1.6rem;
        line-height: 1.25;
        font-weight: 500;
        margin: auto 0 0 0;
    }
}

@media (min-width: 1200px) {
    .services__item {
        padding: 2.8rem 3.2rem;
    }

    .services__item--column {
        padding: 2.8rem 3.2rem;
    }

    .services__item--column .services__item-desc {
        margin: 0;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .services__item--column .services__item-title {
        font-size: 2.4rem;
        line-height: 1.17;
        font-weight: 500;
        margin: 0 0 1.2rem;
    }

    .services__item--column .services__item-text {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
        margin: 0 0 4.8rem;
    }

    .services__item--column .services__item-text:last-child {
        margin: 0;
    }

    .services__item--column .services__item-action {
        font-size: 1.8rem;
        line-height: 1.25;
        font-weight: 500;
        margin: auto 0 0 0;
    }
}

.services__item-marker {
    margin-bottom: 1.6rem;
    display: flex;
    align-items: center;
    color: var(--color-grey);
    font-size: 1.4rem;

    svg {
        margin-right: 0.8rem;
        width: 2.4rem;
        height: 2.4rem;
    }
}

.services__item-image {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 21.8rem;
}

.services__item-image img {
    display: block;
}

@media (min-width: 640px) {
    .services__item-image {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .services__item-image img {
        display: block;
        max-width: 100%;
        max-height: 100%;
    }
}

.services__item-desc {
    position: relative;
    z-index: 2;
}

@media (min-width: 640px) {
    .services__item-desc {
        max-width: 29rem;
        margin: 0 21.8rem 0 0;
    }
}

@media (min-width: 1200px) {
    .services__item-desc {
        max-width: 34rem;
    }
}

.services__item-title {
    display: block;
    margin: 0 0 0.6rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 500;
}

@media (min-width: 640px) {
    .services__item-title {
        font-size: 2.4rem;
        line-height: 1.17;
        font-weight: 500;
        margin: 0 0 0.8rem;
    }
}

@media (min-width: 1200px) {
    .services__item-title {
        font-size: 2.4rem;
        line-height: 1.14;
        font-weight: 500;
        margin: 0 0 0.8rem;
    }
}

.services__item-text {
    display: block;
    margin: 0 0 1.6rem;
    font-size: 1.4rem;
    line-height: 1.29;
    font-weight: 400;
    color: var(--color-grey);
}

.services__item-text:last-child {
    margin: 0;
}

.services__item-text ul li {
    list-style-type: disc;
}

@media (min-width: 640px) {
    .services__item-text {
        font-size: 1.6rem;
        line-height: 1.25;
        font-weight: 400;
    }
}

@media (min-width: 1200px) {
    .services__item-text {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
    }
}

.services__item-action {
    font-size: 1.4rem;
    line-height: 1.25;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .services__item-action {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
    }
}

.banner {
    margin: 0 0 6.4rem;
}

@media (min-width: 1200px) {
    .banner {
        margin: 0 0 12.8rem;
    }
}

.banner__item {
    background: linear-gradient(276.78deg, #dfffe8 6.28%, #f9f9f9 94.03%), #e4eaf4;
    border-radius: 1.6rem;
    padding: 3.2rem 2rem;
    margin: 0;
    overflow: hidden;
    min-height: 100%;
    position: relative;
}

.banner__item--green {
    padding: 2rem;
    background: linear-gradient(90deg, #03ec5f 0%, #008b60 171.99%);
    color: var(--color-dark);
}

.banner__item--green .banner__item-mark {
    color: var(--color-dark);
    border-color: rgba(0, 0, 0, 0.3);
}

.banner__item--green .banner__item-title {
    font-size: 2.2rem;
    line-height: 1.17;
    font-weight: 500;
    margin: 0 0 1.2rem;
}

.banner__item--green .banner__item-text {
    margin: 0 0 3.2rem;
}

.banner__item--green .banner__item-action {
    display: block;
}

.banner__item--green .banner__item-action .ui-btn {
    width: auto;
}

.banner__item--green .banner__item-image {
    height: auto;
    margin: 0 -2rem -2rem;
}

@media (min-width: 640px) {
    .banner__item {
        padding: 3.2rem;
    }

    .banner__item--green .banner__item-image {
        height: 100%;
        padding: 3.2rem 1.6rem;
    }
}

@media (min-width: 1200px) {
    .banner__item {
        padding: 6.4rem 8rem;
    }

    .banner__item--green {
        border-radius: 1.6rem;
        margin: 0;
        padding: 6.4rem 8rem;
    }

    .banner__item--green .banner__item-mark {
        margin: 0 0 3.2rem;
    }

    .banner__item--green .banner__item-title {
        font-size: 4rem;
        line-height: 1.2;
        font-weight: 500;
        margin: 0 0 2rem;
    }

    .banner__item--green .banner__item-text {
        margin: 0 0 2.4rem;
    }

    .banner__item--green .banner__item-image {
        padding: 0 6.4rem;
        margin: 0;
        width: 83.6rem;
        max-width: 83.6rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.banner__item-image {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -2rem -3.2rem;
    position: relative;
    z-index: 1;
    height: 21.4rem;
}

.banner__item-image img {
    display: block;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    max-height: 100%;
}

@media (min-width: 640px) {
    .banner__item-image {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        margin: 0;
        -ms-flex-pack: end;
        justify-content: flex-end;
        max-width: 56rem;
    }
}

.banner__item-desc {
    max-width: 59rem;
    position: relative;
    z-index: 2;
    margin: 0 0 2.4rem;
}

@media (min-width: 640px) {
    .banner__item-desc {
        margin: 0;
        max-width: 35rem;
    }
}

@media (min-width: 1200px) {
    .banner__item-desc {
        max-width: 59rem;
    }
}

.banner__item-mark {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: top;
    margin: 0 0 2.4rem;
    border: 1px solid #dad6d1;
    border-radius: 0.4rem;
    min-height: 2.4rem;
    padding: 0.2rem 0.6rem;
    font-size: 1.2rem;
    line-height: 1.33;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    background: none;
    color: var(--body-color);
}

@media (min-width: 1200px) {
    .banner__item-mark {
        padding: 0.4rem 0.8rem;
        margin: 0 0 3.2rem;
        min-height: 2.8rem;
    }
}

.banner__item-title {
    display: block;
    margin: 0 0 2rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 3.2rem;
    line-height: 1.12;
    font-weight: 500;
}

@media (min-width: 640px) {
    .banner__item-title {
        margin: 0 0 1.6rem;
        font-size: 3.2rem;
        line-height: 1.12;
        font-weight: 500;
    }
}

@media (min-width: 1200px) {
    .banner__item-title {
        margin: 0 0 2.4rem;
        font-size: 4rem;
        line-height: 1.2;
        font-weight: 500;
        white-space: normal;
    }
}

.banner__item-list {
    margin: 0 0 3.2rem;
    padding: 0;
    list-style: none;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
}

.banner__item-list>li {
    position: relative;
    padding: 0 0 0 1.3rem;
    margin: 0 0 1rem;
}

.banner__item-list>li:before {
    content: '';
    display: block;
    position: absolute;
    top: 0.5em;
    left: 0;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: var(--color-accent);
}

.banner__item-list>li:last-child {
    margin: 0;
}

@media (min-width: 640px) {
    .banner__item-list>li {
        margin: 0 0 1.2rem;
    }

    .banner__item-list>li:last-child {
        margin: 0;
    }
}

@media (min-width: 1200px) {
    .banner__item-list {
        margin: 0 0 4.8rem;
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
        max-width: 58rem;
    }

    .banner__item-list>li {
        margin: 0 0 1.6rem;
        padding: 0 0 0 2rem;
    }

    .banner__item-list>li:before {
        width: 0.8rem;
        height: 0.8rem;
    }

    .banner__item-list>li:last-child {
        margin: 0;
    }
}

.banner__item-text {
    display: block;
    margin: 0 0 3.2rem;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
}

@media (min-width: 640px) {
    .banner__item-text {
        max-width: 80%;
    }
}

@media (min-width: 1200px) {
    .banner__item-text {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
        margin: 0 0 4.8rem;
        max-width: none;
    }
}

.banner__item-action {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.banner__item-action .ui-btn {
    width: 100%;
    margin: 0 0 1.6rem;
}

.banner__item-action .ui-btn:last-child {
    margin: 0;
}

@media (min-width: 640px) {
    .banner__item-action {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .banner__item-action .ui-btn {
        width: auto;
        margin: 0 2.4rem 0 0;
    }

    .banner__item-action .ui-btn:last-child {
        margin: 0;
    }
}

@media (min-width: 1200px) {
    .banner__item-action .ui-btn {
        margin: 0 4rem 0 0;
    }

    .banner__item-action .ui-btn:last-child {
        margin: 0;
    }
}

.banner--dark {
    margin-top: 6.4rem;
    margin-bottom: 6.4rem;

    @media (width < 1000px) {
        margin-top: 3.2rem;
        margin-bottom: 0;
    }

    @media (width <=640px) {
        margin-bottom: 0;
    }

    .banner__item {
        background: var(--banner-bg-dark);
        color: #fafbfc;
        padding: 2.8rem 4.8rem;

        @media (width < 1000px) {
            padding: 4.8rem;
        }

        @media (width <=640px) {
            padding: 2rem;
        }
    }

    .banner__item-title {
        margin-bottom: 1.6rem;
    }

    .banner__item-text {
        margin-bottom: 3.2rem;
    }

    .banner__item-desc {
        max-width: 49rem;
    }

    .banner__item-image {
        align-items: flex-end;
    }
}

.transfers {
    margin: 0 0 2.8rem;
}

@media (min-width: 1200px) {
    .transfers {
        margin: 0 0 2.8rem;
    }
}

.transfers__title {
    display: block;
    margin: 0 0 1.2rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 3.2rem;
    line-height: 1.12;
    font-weight: 500;
}

@media (min-width: 640px) {
    .transfers__title {
        font-size: 3.2rem;
        line-height: 1.12;
        font-weight: 500;
        margin: 0 0 1rem;
    }
}

@media (min-width: 1200px) {
    .transfers__title {
        font-size: 4rem;
        line-height: 1.2;
        font-weight: 500;
        margin: 0 0 1rem;
    }
}

.transfers__text {
    display: block;
    margin: 0 0 2.4rem;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
    max-width: 90%;
    color: var(--color-grey);
}

@media (min-width: 1200px) {
    .transfers__text {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
        margin: 0 0 4.8rem;
    }
}

.transfers__tabs {
    margin: 0 0 3.2rem;
}

.transfers__tabs .row {
    margin: 0 -1.6rem -1.6rem;
}

.transfers__tabs .row>[class^='col'] {
    padding: 0 1.6rem 1.6rem;
}

.transfers__tabs .ui-tabs__control {
    margin-bottom: 3.2rem;
}

.transfers__tabs .ui-form__step {
    margin: 0 0 3.2rem;
}

.transfers__tabs .ui-table {
    max-width: 90rem;
}

@media (min-width: 640px) {
    .transfers__tabs {
        margin: 0 0 3.2rem;
    }
}

@media (min-width: 1200px) {
    .transfers__tabs .row {
        margin: 0 -1.6rem -3.2rem;
    }

    .transfers__tabs .row>[class^='col'] {
        padding: 0 1.6rem 3.2rem;
    }

    .transfers__tabs .ui-tabs__control {
        margin-bottom: 4.8rem;
    }
}

.transfers__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    min-height: 24.6rem;
    background: var(--color-light);
    border-radius: 1.6rem;
    padding: 2rem 1.6rem;
}

@media (min-width: 640px) {
    .transfers__item {
        padding: 3.2rem 3.2rem 2.4rem;
        min-height: 35.6rem;
    }
}

.transfers__item-head {
    margin: 0 0 2rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (min-width: 640px) {
    .transfers__item-head {
        margin: 0 0 3.2rem;
    }
}

.transfers__item-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0 0 2rem;
}

.transfers__item-body .row {
    margin: 0 -1.2rem -2rem;
}

.transfers__item-body .row>[class^='col'] {
    padding: 0 1.2rem 2rem;
}

.transfers__item-body .ui-label {
    font-size: 1.4rem;
    line-height: 1.29;
    font-weight: 400;
    margin: 0 0 0.8rem;
    color: var(--color-grey);
}

.transfers__item-body .ui-field,
.transfers__item-body .ui-input,
.transfers__item-body .pb-textarea,
.transfers__item-body .ui-textarea {
    margin: 0;
}

.transfers__item-body .ui-switch {
    background: #ececec;
    border-color: #ececec;
    width: 100%;
    margin: 0;
}

.transfers__item-body .ui-amount {
    margin: 2.8rem 0 0;
}

.transfers__item-body .ui-validate {
    white-space: nowrap;
}

@media (min-width: 640px) {
    .transfers__item-body {
        margin: 0 0 3.2rem;
    }

    .transfers__item-body .row {
        margin: 0 -1.2rem -2.4rem;
    }

    .transfers__item-body .row>[class^='col'] {
        padding: 0 1.2rem 2.4rem;
    }

    .transfers__item-body .row>.col-md-7 {
        -ms-flex: 0 0 55%;
        flex: 0 0 55%;
        max-width: 55%;
    }

    .transfers__item-body .row>.col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .transfers__item-body .row>.col-md-2 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .transfers__item-body .ui-label {
        font-size: 1.6rem;
        line-height: 1.25;
        font-weight: 400;
        margin: 0 0 1.2rem;
    }

    .transfers__item-body .ui-switch {
        border-width: 0.4rem;
    }

    .transfers__item-body .ui-switch__check-btn {
        height: 4.8rem;
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 500;
    }
}

@media (min-width: 1200px) {
    .transfers__item-body .ui-label {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
        margin: 0 0 1.2rem;
    }

    .transfers__item-body .ui-switch {
        width: 100%;
    }

    .transfers__item-body .ui-switch {
        border-width: 0.4rem;
        margin: 0 0 2.8rem;
    }

    .transfers__item-body .ui-switch__check-btn {
        height: 5.6rem;
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 500;
        padding: 0.8rem 2.8rem;
    }
}

.transfers__item-foot {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 2.4rem;
}

.transfers__item-foot .ui-notice {
    margin: 0 1.6rem 0 0;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
    color: var(--body-color);
}

@media (min-width: 1200px) {
    .transfers__item-foot .ui-notice {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
    }
}

.transfers__item-title {
    display: block;
    margin: 0 2rem 0 0;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 500;
}

.transfers__item-title:last-child {
    margin: 0;
}

@media (min-width: 640px) {
    .transfers__item-title {
        font-size: 2.4rem;
        line-height: 1.17;
        font-weight: 500;
    }
}

.transfers__item-logo {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0;
}

.transfers__item-logo img {
    display: block;
}

.transfers__subsc {
    padding: 1.6rem 0 0;
}

.transfers__subsc .ui-label {
    font-size: 1.4rem;
    line-height: 1.29;
    font-weight: 400;
    margin: 0 0 0.8rem;
    color: var(--color-dark);
}

.transfers__subsc .ui-placeholder {
    margin: 0;
}

.transfers__subsc .ui-btn {
    width: 100%;
}

@media (min-width: 1200px) {
    .transfers__subsc {
        padding: 0;
    }

    .transfers__subsc .ui-label {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
        margin: 0 0 1.6rem;
    }
}

.company {
    margin: 0 0 6.4rem;
}

@media (min-width: 1200px) {
    .company {
        margin: 0 0 12.8rem;
        padding: 6.4rem 0;
    }
}

.company__title {
    display: block;
    margin: 0 0 3.2rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.17;
    font-weight: 500;
}

@media (min-width: 640px) {
    .company__title {
        margin: 0 0 3.6rem;
    }
}

@media (min-width: 1200px) {
    .company__title {
        font-size: 4rem;
        line-height: 1.2;
        font-weight: 500;
        margin: 0 0 5.6rem;
    }
}

.company__dl {
    margin: 0 0 2rem;
    padding: 0 4rem 0 0;
}

.company__dl dt {
    display: block;
    margin: 0 0 0.8rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 500;
}

.company__dl dd {
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
    color: var(--color-grey);
    display: block;
    margin: 0 0 2rem;
}

.company__dl dd:last-child {
    margin: 0;
}

@media (min-width: 1200px) {
    .company__dl {
        padding: 0;
        margin: 0 0 3.2rem;
        max-width: 50rem;
    }

    .company__dl dt {
        font-size: 2.4rem;
        line-height: 1.17;
        font-weight: 500;
        margin: 0 0 1.2rem;
    }

    .company__dl dd {
        margin: 0 0 3.2rem;
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
    }

    .company__dl dd:last-child {
        margin: 0;
    }
}

.company__action {
    margin: 0 0 2.4rem;
    font-size: 1.4rem;
    line-height: 1.14;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .company__action {
        margin: 0;
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 500;
    }
}

.company__image {
    background: var(--color-light);
    display: block;
    margin: 0;
    overflow: hidden;
    border-radius: 1.6rem;
}

.company__image img {
    display: block;
    width: 100%;
    min-height: 22rem;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (min-width: 640px) {
    .company__image img {
        min-height: 34rem;
    }
}

.featured {
    margin: 0 0 6.4rem;
}

@media (min-width: 1200px) {
    .featured {
        margin: 0 0 12.8rem;
    }
}

.featured__title {
    display: block;
    margin: 0 0 2.4rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.17;
    font-weight: 500;
}

.featured__title svg {
    display: inline-block;
    vertical-align: middle;
    width: 2.4rem;
    height: 2.4rem;
    margin: 0 0 0 0.8rem;
}

.featured__title a {
    text-decoration: none;
    color: var(--body-color);
    transition: color 0.25s;
}

.featured__title a:hover {
    text-decoration: none;
    color: var(--color-accent-hover);
}

@media (min-width: 1200px) {
    .featured__title {
        font-size: 4rem;
        line-height: 1.2;
        font-weight: 500;
        margin: 0 0 4.2rem;
    }

    .featured__title svg {
        width: 4.8rem;
        height: 4.8rem;
        margin: 0 0 0 1.6rem;
    }
}

.featured__item {
    background: var(--color-light);
    border-radius: 1.6rem;
    height: 100%;
    min-height: 16rem;
    padding: 2rem;
    text-decoration: none;
    color: var(--body-color);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    transition: background 0.25s,
        color 0.25s;
}

.featured__item:hover {
    text-decoration: none;
    color: var(--body-color);
    background: var(--color-light-hover);
}

@media (min-width: 1200px) {
    .featured__item {
        padding: 2rem 2.4rem;
        min-height: 19.6rem;
    }
}

.featured__item-mark {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 2.4rem;
    padding: 0.2rem 0.6rem;
    font-size: 1.2rem;
    line-height: 1.33;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border: 1px solid #dad6d1;
    border-radius: 0.4rem;
    background: none;
    color: var(--body-color);
    margin: 0 0 1.6rem;
}

.featured__item-title {
    display: block;
    margin: 0;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 500;
    width: 100%;
}

@media (min-width: 1200px) {
    .featured__item-title {
        font-size: 2.4rem;
        line-height: 1.17;
        font-weight: 500;
    }
}

.featured-faq {
    margin: 0 0 6.4rem;
}

@media (min-width: 1200px) {
    .featured-faq {
        margin: 0 0 12.8rem;
    }
}

.featured-faq__title {
    display: block;
    margin: 0 0 2.4rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.17;
    font-weight: 500;
}

.featured-faq__title svg {
    display: inline-block;
    vertical-align: middle;
    width: 2.4rem;
    height: 2.4rem;
    margin: 0 0 0 0.8rem;
}

.featured-faq__title a {
    text-decoration: none;
    color: var(--body-color);
    transition: color 0.25s;
}

.featured-faq__title a:hover {
    text-decoration: none;
    color: var(--color-accent-hover);
}

@media (min-width: 1200px) {
    .featured-faq__title {
        font-size: 4rem;
        line-height: 1.2;
        font-weight: 500;
        margin: 0 0 4.2rem;
    }

    .featured-faq__title svg {
        width: 4.8rem;
        height: 4.8rem;
        margin: 0 0 0 1.6rem;
    }
}

.featured-faq__item {
    background: var(--color-light);
    border-radius: 1.6rem;
    height: 100%;
    min-height: 16rem;
    padding: 2rem;
    text-decoration: none;
    color: var(--body-color);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    transition: background 0.25s,
        color 0.25s;
}

.featured-faq__item:hover {
    text-decoration: none;
    color: var(--body-color);
    background: var(--color-light-hover);
}

@media (min-width: 1200px) {
    .featured-faq__item {
        padding: 2rem 2.4rem;
        min-height: 19.6rem;
    }
}

.featured-faq__item-mark {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 2.4rem;
    padding: 0.2rem 0.6rem;
    font-size: 1.2rem;
    line-height: 1.33;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border: 1px solid #dad6d1;
    border-radius: 0.4rem;
    background: none;
    color: var(--body-color);
    margin: 0 0 1.6rem;
}

.featured-faq__item-title {
    display: block;
    margin: 0;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 500;
    width: 100%;
}

@media (min-width: 1200px) {
    .featured-faq__item-title {
        font-size: 2.4rem;
        line-height: 1.17;
        font-weight: 500;
    }
}

.featured-news {
    margin: 0 0 6.4rem;
}

@media (min-width: 1200px) {
    .featured-news {
        margin: 0 0 12.8rem;
    }
}

.featured-news__title {
    display: block;
    margin: 0 0 2.4rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.17;
    font-weight: 500;
}

.featured-news__title svg {
    display: inline-block;
    vertical-align: middle;
    width: 2.4rem;
    height: 2.4rem;
    margin: 0 0 0 0.8rem;
}

.featured-news__title a {
    text-decoration: none;
    color: var(--body-color);
    transition: color 0.25s;
}

.featured-news__title a:hover {
    text-decoration: none;
    color: var(--color-accent-hover);
}

@media (min-width: 640px) {
    .featured-news__title {
        margin: 0 0 3.2rem;
    }
}

@media (min-width: 1200px) {
    .featured-news__title {
        font-size: 4rem;
        line-height: 1.2;
        font-weight: 500;
        margin: 0 0 4.8rem;
    }

    .featured-news__title svg {
        width: 4.8rem;
        height: 4.8rem;
        margin: 0 0 0 1.6rem;
    }
}

.featured-news__tabs-control {
    margin: 0 -1.6rem 2.4rem;
    position: relative;
}

@media (min-width: 640px) {
    .featured-news__tabs-control {
        margin: 0 -3.2rem 3.2rem;
    }
}

@media (min-width: 1200px) {
    .featured-news__tabs-control {
        margin: 0 0 4.8rem;
    }
}

.featured-news__tabs-menu {
    margin: 0;
    padding: 0 1.6rem;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
}

.featured-news__tabs-menu::-webkit-scrollbar {
    display: none;
}

.featured-news__tabs-menu>li {
    width: auto;
    padding: 0 1.2rem 0 0;
}

@media (min-width: 640px) {
    .featured-news__tabs-menu {
        padding: 0 3.2rem;
    }
}

@media (min-width: 1200px) {
    .featured-news__tabs-menu {
        padding: 0;
    }
}

.featured-news__tabs-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 4.4rem;
    background: var(--color-light);
    border-radius: 0.8rem;
    padding: 0.8rem 2.4rem;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 500;
    white-space: nowrap;
    color: var(--color-dark);
    transition: color 0.25s,
        background 0.25s;
}

.featured-news__tabs-btn:hover {
    background: var(--color-light-hover);
    color: var(--color-dark);
}

.featured-news__tabs-btn.is-active {
    background: var(--color-accent);
    color: var(--color-dark);
}

@media (min-width: 1200px) {
    .featured-news__tabs-btn {
        height: 4.8rem;
        font-size: 1.4rem;
        line-height: 1.14;
        font-weight: 500;
        padding: 0.8rem 3.2rem;
    }
}

.featured-news__tabs-wrapper {
    position: relative;
}

.featured-news__tabs-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}

.featured-news__tabs-content.is-active {
    position: relative;
    opacity: 1;
    visibility: visible;
    transition: 0.7s;
}

.featured-news__item {
    display: block;
    text-decoration: none;
    color: var(--body-color);
    padding: 2.4rem 0 2rem;
    border-top: 1px solid var(--color-border);
    transition: color 0.25s;
}

.featured-news__item:hover {
    text-decoration: none;
    color: #01a642;
}

@media (min-width: 640px) {
    .featured-news__item {
        padding: 2.4rem 0;
    }
}

@media (min-width: 1200px) {
    .featured-news__item {
        padding: 2.4rem 0 3.2rem;
    }
}

.featured-news__item-info {
    margin: 0 0 1.2rem;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.2rem;
    line-height: 1.33;
    font-weight: 400;
    color: var(--color-grey);
}

.featured-news__item-info>li {
    margin: 0 0.8rem 0 0;
}

.featured-news__item-info b {
    font-weight: 500;
    color: var(--body-color);
}

@media (min-width: 1200px) {
    .featured-news__item-info {
        font-size: 1.4rem;
        line-height: 1.14;
        font-weight: 400;
        margin: 0 0 1.6rem;
    }

    .featured-news__item-info>li {
        margin: 0 1.6rem 0 0;
    }
}

.featured-news__item-title {
    display: block;
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
}

@media (min-width: 1200px) {
    .featured-news__item-title {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
    }
}

.tariffs-choice {
    margin: 0 0 6.4rem;
}

@media (min-width: 1200px) {
    .tariffs-choice {
        margin: 0 0 12.8rem;
    }
}

.tariffs-choice__nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 3.2rem;
}

@media (min-width: 1200px) {
    .tariffs-choice__nav {
        margin: 0 0 4.8rem;
    }
}

.tariffs-choice__nav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    background: var(--color-light);
    border: 0.2rem solid var(--color-light);
    border-radius: 0.8rem;
}

.tariffs-choice__nav-menu>li {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

@media (min-width: 640px) {
    .tariffs-choice__nav-menu {
        border-width: 0.3rem;
    }
}

@media (min-width: 1200px) {
    .tariffs-choice__nav-menu {
        border-width: 0.4rem;
    }
}

.tariffs-choice__nav-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.8rem 1.6rem;
    height: 4.2rem;
    border-radius: 0.6rem;
    text-decoration: none;
    color: var(--color-dark);
    font-size: 1.4rem;
    line-height: 1.29;
    font-weight: 500;
    width: 100%;
    transition: color 0.25s;
}

.tariffs-choice__nav-link:hover {
    text-decoration: none;
    color: var(--color-grey);
}

.tariffs-choice__nav-link.is-active {
    background: #ffffff;
    color: var(--color-dark);
}

@media (min-width: 640px) {
    .tariffs-choice__nav-link {
        min-width: 16rem;
    }
}

@media (min-width: 1200px) {
    .tariffs-choice__nav-link {
        height: 5.6rem;
        padding: 1.2rem 2.8rem;
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 500;
    }
}

.tariffs-choice__swiper {
    padding: 1.2rem 0 0;
    margin: 0 0 6.4rem;
}

.tariffs-choice__swiper:last-child {
    margin: 0;
}

@media (min-width: 640px) {
    .tariffs-choice__swiper {
        padding: 1.6rem 0 0;
    }
}

@media (min-width: 1200px) {
    .tariffs-choice__swiper {
        padding: 0;
        margin: 0 0 12.8rem;
    }

    .tariffs-choice__swiper:last-child {
        margin: 0;
    }
}

.tariffs-choice__item {
    background: var(--color-light);
    border-radius: 1.6rem;
    padding: 1.6rem 1.2rem 1.2rem;
    min-height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    position: relative;
    top: 0;
    cursor: pointer;
    transition: top 0.25s,
        background 0.25s,
        box-shadow 0.25s;

    &.card-green-shadow {
        border: 2px solid #01cb51;
    }
}

.tariffs-choice__item:hover {
    top: -1rem;
    /* transform: translateY(-1rem); */
}

.tariffs-choice__item.is-active {
    background: #ffffff;
    box-shadow: 0 1px 2.7rem rgba(0, 0, 0, 0.05),
        0 0 4rem rgba(0, 0, 0, 0.1);
}

.tariffs-choice__item.is-active .tariffs-choice__item-btn {
    background: var(--color-accent);
    color: var(--color-dark);
}

.tariffs-choice__item.is-active .tariffs-choice__item-btn:hover {
    background: var(--color-accent-hover);
    color: var(--color-dark);
}

@media (min-width: 640px) {
    .tariffs-choice__item {
        padding: 2.4rem 2rem 2rem;
    }
}

@media (min-width: 1200px) {
    .tariffs-choice__item {
        padding: 1.6rem 2.4rem 2.4rem;
    }
}

.tariffs-choice__item-mark {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: -2px;
    right: -2px;
    bottom: 100%;
    height: 2.8rem;
    border-radius: 1.6rem 1.6rem 0 0;
    background: var(--color-secondary);
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 1.33;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    z-index: -1;
}

.tariffs-choice__item-mark:before {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: inherit;
    height: 1.6rem;
    z-index: -1;
}

@media (min-width: 1200px) {
    .tariffs-choice__item-mark {
        height: 3.2rem;
    }
}

.tariffs-choice__item-image {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 1.6rem;
    height: 13rem;
}

.tariffs-choice__item-image img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media (min-width: 640px) {
    .tariffs-choice__item-image {
        height: 16.4rem;
        margin: 0 0 2.4rem;
    }
}

@media (min-width: 1200px) {
    .tariffs-choice__item-image {
        height: 17.2rem;
        margin: 0 0 1.6rem;
    }
}

.tariffs-choice__item-title {
    display: block;
    margin: 0 0 0.8rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 500;
}

@media (min-width: 640px) {
    .tariffs-choice__item-title {
        font-size: 2.4rem;
        line-height: 1.17;
        font-weight: 500;
        margin: 0 0 1.6rem;
    }
}

@media (min-width: 1200px) {
    .tariffs-choice__item-title {
        font-size: 2.8rem;
        line-height: 1.14;
        font-weight: 500;
        margin: 0 0 1.2rem;
    }
}

.tariffs-choice__item-text {
    display: block;
    margin: 0 0 3.6rem;
    padding: 0;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
}

@media (min-width: 640px) {
    .tariffs-choice__item-text {
        margin: 0 0 3.2rem;
        padding: 0 0.8rem;
    }
}

@media (min-width: 1200px) {
    .tariffs-choice__item-text {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
        margin: 0 0 3.2rem;
        padding: 0;
    }
}

.tariffs-choice__item-info {
    display: none;
}

@media (min-width: 1200px) {
    .tariffs-choice__item-info {
        margin: 0 -1.2rem -2.4rem;
        padding: 0 0 5.6rem;
        list-style: none;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .tariffs-choice__item-info>li {
        padding: 0 1.2rem 2.4rem;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
}

@media (min-width: 1200px) {
    .tariffs-choice__item-info-title {
        display: block;
        margin: 0 0 0.4rem;
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 700;
        white-space: nowrap;
    }

    .tariffs-choice__item-info-title .ui-tooltip {
        position: relative;
        top: -0.05em;
        left: 0.4rem;
        margin: 0;
    }
}

@media (min-width: 1200px) {
    .tariffs-choice__item-info-text {
        display: block;
        margin: 0;
        font-size: 1.4rem;
        line-height: 1.14;
        font-weight: 400;
        color: var(--color-grey);
    }
}

.tariffs-choice__item-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto 0 0 0;
    width: 100%;
    height: 4.4rem;
    background: var(--color-white);
    border-radius: 0.8rem;
    color: var(--body-color);
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.25s,
        background 0.25s;
}

.tariffs-choice__item-btn:hover {
    text-decoration: none;
    background: var(--color-white-hover);
    color: var(--body-color);
}

@media (min-width: 1200px) {
    .tariffs-choice__item-btn {
        height: 5.6rem;
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 500;
    }
}

.tariffs-choice__wrapper {
    position: relative;
}

.tariffs-choice__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.tariffs-choice__content.is-active {
    position: relative;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s,
        visibility 0.5s;
    pointer-events: all;
}

.tariffs-choice__content .container-fluid {
    max-width: none;
    padding: 0;
}

.tariffs-about {
    margin: 0 0 6.4rem;
}

@media (min-width: 1200px) {
    .tariffs-about {
        margin: 0 0 12.8rem;
    }
}

.tariffs-about__title {
    display: block;
    margin: 0 0 2.4rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.17;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .tariffs-about__title {
        font-size: 4rem;
        line-height: 1.2;
        font-weight: 500;
        margin: 0 0 4.8rem;
    }
}

.tariffs-about__grid .row {
    margin: 0 -0.4rem -0.8rem;
}

.tariffs-about__grid .row>[class^='col'] {
    padding: 0 0.4rem 0.8rem;
}

@media (min-width: 640px) {
    .tariffs-about__grid .row {
        margin: 0 -0.6rem -1.2rem;
    }

    .tariffs-about__grid .row>[class^='col'] {
        padding: 0 0.6rem 1.2rem;
    }
}

@media (min-width: 1200px) {
    .tariffs-about__grid .row {
        margin: 0 -1.2rem -2.4rem;
    }

    .tariffs-about__grid .row>[class^='col'] {
        padding: 0 1.2rem 2.4rem;
    }
}

.tariffs-about__item {
    display: block;
    height: 100%;
    min-height: 13rem;
    padding: 2rem 1.6rem 2.4rem;
    position: relative;
    background: var(--color-light);
    border-radius: 1.6rem;
    transition: transform 0.5s,
        color 0.25s,
        background 0.25s;
    will-change: transform;
}

.tariffs-about__item--small {
    padding: 1.6rem 1.6rem 2rem;
    min-height: auto;
}

.tariffs-about__item--small .tariffs-about__item-desc {
    max-width: none;
}

.tariffs-about__item--wide .tariffs-about__item-desc {
    max-width: 45rem;

    @media (width < 750px) {
        max-width: calc(100% - 20rem);
    }

    @media (width < 640px) {
        max-width: calc(100% - 8rem);
    }
}

.tariffs-about__item .tariffs-about__item-title {
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 500;
    margin: 0 0 0.8rem;
}

@media (min-width: 640px) {
    .tariffs-about__item {
        min-height: 20.8rem;
        padding: 2.4rem;
    }

    .tariffs-about__item--small {
        padding: 2rem 3.2rem 2.8rem 2.4rem;
        min-height: auto;
    }

    .tariffs-about__item--small .tariffs-about__item-desc {
        max-width: none;
    }

    .tariffs-about__item .tariffs-about__item-title {
        font-size: 2rem;
        line-height: 1.2;
        font-weight: 500;
        margin: 0 0 0.8rem;
    }
}

@media (min-width: 1200px) {
    .tariffs-about__item {
        padding: 3.2rem 2.8rem;
        min-height: 28.8rem;
    }

    .tariffs-about__item--small {
        padding: 3.2rem 3.2rem 3.6rem 2.8rem;
        min-height: auto;
    }

    .tariffs-about__item--small .tariffs-about__item-desc {
        max-width: none;
    }

    .tariffs-about__item .tariffs-about__item-title {
        font-size: 2.4rem;
        line-height: 1.17;
        font-weight: 500;
        margin: 0 0 1.2rem;
    }
}

a.tariffs-about__item:hover {
    background: var(--color-light-hover);
    color: var(--body-color);
    text-decoration: none;
    transform: translate(0, -1rem);
}

.tariffs-about__item-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.tariffs-about__item-image img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.tariffs-about__item-desc {
    position: relative;
    z-index: 2;
    max-width: 65%;
}

@media (min-width: 640px) {
    .tariffs-about__item-desc {
        max-width: 30rem;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.tariffs-about__item-title {
    display: block;
    margin: 0 -2.4rem 0.8rem 0;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 500;
}

@media (min-width: 640px) {
    .tariffs-about__item-title {
        font-size: 2.4rem;
        line-height: 1.17;
        font-weight: 500;
        margin: 0 0 0.8rem;
    }
}

@media (min-width: 1200px) {
    .tariffs-about__item-title {
        font-size: 2.8rem;
        line-height: 1.14;
        font-weight: 500;
        margin: 0 0 1.2rem;
    }
}

.tariffs-about__item-text {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    margin: 0 0 1.6rem;
    font-size: 1.4rem;
    line-height: 1.29;
    font-weight: 400;

    p {
        margin: 0;
    }

    @media (width < 1200px) {
        gap: 0.8rem;
    }
}

.tariffs-about__item-text:last-child {
    margin: 0;
}

@media (min-width: 1200px) {
    .tariffs-about__item-text {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
    }
}

.tariffs-about__item-action {
    font-size: 1.4rem;
    line-height: 1.14;
    font-weight: 500;
}

@media (min-width: 640px) {
    .tariffs-about__item-action {
        margin: auto 0 0 0;
    }
}

@media (min-width: 1200px) {
    .tariffs-about__item-action {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 500;
    }
}

.design {
    margin: 0 0 6.4rem;
}

@media (min-width: 1200px) {
    .design {
        margin: 0 0 12.8rem;
    }
}

.design__title {
    display: block;
    margin: 0 0 3.2rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.17;
    font-weight: 500;
}

@media (min-width: 640px) {
    .design__title {
        margin: 0 0 3.2rem;
    }
}

@media (min-width: 1200px) {
    .design__title {
        font-size: 4rem;
        line-height: 1.2;
        font-weight: 500;
        margin: 0 0 4.8rem;
    }
}

.design__sorting {
    margin: 0 -1.6rem 3.2rem;
    position: relative;
}

.design__sorting:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid #dfe0e3;
    z-index: -1;
}

@media (min-width: 640px) {
    .design__sorting {
        margin: 0 -3.2rem 2.8rem;
    }
}

@media (min-width: 1200px) {
    .design__sorting {
        margin: 0 0 4.2rem;
        padding: 0;
    }
}

.design__sorting-menu {
    margin: 0;
    padding: 0 1.6rem;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
}

@media (hover: none) {
    .design__sorting-menu::-webkit-scrollbar {
        display: none;
    }
}

.design__sorting-menu>li {
    width: auto;
    padding: 0 2.4rem 0 0;
}

@media (min-width: 640px) {
    .design__sorting-menu {
        padding: 0 3.2rem;
    }
}

@media (min-width: 1200px) {
    .design__sorting-menu {
        margin: 0;
        padding: 0;
    }

    .design__sorting-menu>li {
        padding: 0 4.8rem 0 0;
    }
}

.design__sorting-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 500;
    white-space: nowrap;
    color: var(--color-grey);
    cursor: pointer;
    padding: 0 0 1rem;
    transition: color 0.25s,
        background 0.25s;
}

.design__sorting-btn:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0.2rem;
    border-radius: 0.2rem;
    background: var(--color-accent);
    transition: opacity 0.25s;
    opacity: 0;
}

.design__sorting-btn:hover {
    color: var(--color-grey-hover);
}

.design__sorting-btn.is-active {
    color: var(--body-color);
}

.design__sorting-btn.is-active:after {
    opacity: 1;
}

@media (min-width: 1200px) {
    .design__sorting-btn {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 500;
        padding: 0 0 1.8rem;
    }
}

.design__wrapper {
    position: relative;
    max-width: 57.6rem;
    margin: 0 auto;
}

@media (min-width: 640px) {
    .design__wrapper {
        padding: 0 18rem 0 0;
    }
}

@media (min-width: 1200px) {
    .design__wrapper {
        max-width: none;
        padding: 0 2.4rem 0 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.design__thumbs {
    margin: 0 0 1.6rem;
}

@media (min-width: 640px) {
    .design__thumbs {
        position: absolute;
        top: 0;
        right: 0;
        width: 16rem;
        margin: 0;
    }
}

@media (min-width: 1200px) {
    .design__thumbs {
        position: relative;
        width: auto;
        min-width: 0;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -ms-flex-order: 2;
        order: 2;
        background: var(--color-light);
        border-radius: 1.6rem;
        padding: 3.2rem 4rem 4rem;
        overflow: hidden;
        min-height: 28rem;
    }
}

.design__thumbs-title {
    display: none;
}

@media (min-width: 1200px) {
    .design__thumbs-title {
        display: block;
        margin: 0 0 3.2rem;
        font-family: 'Stolzl', Arial, sans-serif;
        font-size: 2.4rem;
        line-height: 1.17;
        font-weight: 500;
    }
}

.design__thumb {
    width: 12.8rem;
    height: 9.4rem;
    background: #8f8f8f;
    border: 0.3rem solid #ffffff;
    overflow: hidden;
    border-radius: 0.8rem;
    margin: 0 auto;
}

.design__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    backface-visibility: hidden;
}

@media (min-width: 640px) {
    .design__thumb {
        width: 11.4rem;
        height: 8.2rem;
    }
}

@media (min-width: 1200px) {
    .design__thumb {
        width: 100%;
        height: auto;
        border-color: var(--color-light);
        border-radius: 1.6rem;
    }
}

@media (min-width: 1200px) {
    .design__slides {
        width: 44rem;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin: 0 10rem 0 0;
        -ms-flex-order: 1;
        order: 1;
    }
}

.design__slide-image {
    display: block;
    background: linear-gradient(70.11deg, #8f8f8f -0.02%, #a0a0a0 63.99%, #8f8f8f 100.01%);
    box-shadow: 0 0.89751rem 1.49585rem rgba(0, 0, 0, 0.08);
    border-radius: 1.6rem;
    overflow: hidden;
    margin: 0 0 2.4rem;
    position: relative;
}

.design__slide-image:before {
    content: '';
    float: left;
    padding: 64% 0 0 0;
}

.design__slide-image img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (min-width: 640px) {
    .design__slide-image {
        margin: 0 0 3.2rem;
    }
}

@media (min-width: 1200px) {
    .design__slide-image {
        margin: 0 0 4rem;
        height: 28rem;
    }
}

.design__slide-action .ui-btn {
    width: 100%;
}

@media (min-width: 640px) {
    .design__slide-action {
        text-align: center;
    }

    .design__slide-action .ui-btn {
        width: auto;
    }
}

.offers {
    margin: 0 0 6.4rem;
}

@media (min-width: 1200px) {
    .offers {
        margin: 0 0 12.8rem;
    }
}

.offers__title {
    display: block;
    margin: 0 0 2rem;
    font-size: 1.2rem;
    line-height: 1.33;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

@media (min-width: 1200px) {
    .offers__title {
        margin: 0 0 3.2rem;
    }
}

.offers__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.offers__list>li {
    margin: 0 0 1.6rem;
}

.offers__list>li:last-child {
    margin: 0;
}

@media (min-width: 1200px) {
    .offers__list>li {
        margin: 0 0 3.2rem;
    }

    .offers__list>li:last-child {
        margin: 0;
    }
}

.offers__item {
    background: var(--color-light);
    border-radius: 1.6rem;
    padding: 2.8rem 2rem 2rem;
    position: relative;
}

@media (min-width: 640px) {
    .offers__item {
        padding: 2.8rem 2.4rem 2.4rem;
    }
}

@media (min-width: 1200px) {
    .offers__item {
        padding: 4.8rem;
    }
}

.offers__item-image {
    display: none;
}

@media (min-width: 1200px) {
    .offers__item-image {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 4.8rem;
    }

    .offers__item-image img {
        display: block;
        max-width: 100%;
        max-height: 100%;
    }
}

@media (min-width: 1200px) {
    .offers__item-desc {
        position: relative;
        z-index: 2;
        max-width: 68.8rem;
    }
}

.offers__item-title {
    display: block;
    margin: 0 0 2.4rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.17;
    font-weight: 500;
}

@media (min-width: 640px) {
    .offers__item-title {
        margin: 0 0 3.2rem;
        padding: 0 4rem 0 0;
    }
}

@media (min-width: 1200px) {
    .offers__item-title {
        font-size: 4rem;
        line-height: 1.2;
        font-weight: 500;
        margin: 0 0 3.2rem;
        padding: 0;
    }
}

.offers__item-info {
    margin: 0 0 3.2rem;
    padding: 0 3.2rem 0 0;
    list-style: none;
}

.offers__item-info>li {
    margin: 0 0 2rem;
}

.offers__item-info>li:last-child {
    margin: 0;
}

@media (min-width: 640px) {
    .offers__item-info {
        margin: 0 -1rem -2rem;
        padding: 0 0 3.2rem;
        display: -ms-flexbox;
        display: flex;
    }

    .offers__item-info>li {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: 0 1rem 2rem;
        margin: 0;
    }

    .offers__item-info>li:nth-of-type(1) {
        -ms-flex: 0 0 28%;
        flex: 0 0 28%;
    }

    .offers__item-info>li:nth-of-type(2) {
        -ms-flex: 0 0 32%;
        flex: 0 0 32%;
    }

    .offers__item-info>li:nth-of-type(3) {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
    }
}

@media (min-width: 1200px) {
    .offers__item-info {
        margin: 0 -1.2rem -2.4rem;
        padding: 0 0 4.8rem;
    }

    .offers__item-info>li {
        padding: 0 1.2rem 2.4rem;
    }

    .offers__item-info>li:nth-of-type(1) {
        -ms-flex: 0 0 19.4rem;
        flex: 0 0 19.4rem;
    }

    .offers__item-info>li:nth-of-type(2) {
        -ms-flex: 0 0 25.4rem;
        flex: 0 0 25.4rem;
    }

    .offers__item-info>li:nth-of-type(3) {
        -ms-flex: 0 0 26.4rem;
        flex: 0 0 26.4rem;
    }
}

.offers__item-info-title {
    display: block;
    margin: 0 0 0.8rem;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
}

@media (min-width: 1200px) {
    .offers__item-info-title {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
    }
}

.offers__item-info-text {
    display: block;
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
    color: var(--color-grey);
}

@media (min-width: 1200px) {
    .offers__item-info-text {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
    }
}

.offers__item-action .ui-btn {
    width: 100%;
}

@media (min-width: 640px) {
    .offers__item-action .ui-btn {
        width: auto;
    }
}

.discounts {
    margin: 0 0 6.4rem;
    text-align: center;
}

@media (min-width: 1200px) {
    .discounts {
        margin: 0 0 12.8rem;
    }
}

.discounts__title {
    display: block;
    margin: 0 0 1.2rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.17;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .discounts__title {
        font-size: 4rem;
        line-height: 1.2;
        font-weight: 500;
        margin: 0 0 2.4rem;
    }
}

.discounts__text {
    display: block;
    margin: 0 0 3.2rem;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
    color: var(--color-grey);
}

@media (min-width: 640px) {
    .discounts__text {
        margin: 0 0 4rem;
    }
}

@media (min-width: 1200px) {
    .discounts__text {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
        margin: 0 auto 4.8rem;
        max-width: 80rem;
    }
}

.discounts__move {
    display: -ms-flexbox;
    display: flex;
}

.discounts__move:hover .discounts__move-marquee {
    animation-play-state: paused;
}

.discounts__move-marquee {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -ms-flexbox;
    display: flex;
    min-width: 100%;
    animation-name: discountsMarqueeMove;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 25s;
}

@keyframes discountsMarqueeMove {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.discounts__item {
    background: var(--color-white);
    border: 1px solid var(--color-border);
    border-radius: 1.2rem;
    width: 18rem;
    height: 12rem;
    padding: 1.6rem 1.6rem 1.2rem;
    margin: 0 0.6rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-decoration: none;
    color: var(--body-color);
    transition: background 0.25s;
}

.discounts__item:hover {
    text-decoration: none;
    color: var(--body-color);
    background: var(--color-white-hover);
}

@media (min-width: 1200px) {
    .discounts__item {
        width: 27.2rem;
        height: 19.2rem;
        padding: 2.4rem;
        margin: 0 1.2rem;
        border-radius: 1.6rem;
    }
}

.discounts__item-mark {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid var(--color-border);
    background: none;
    border-radius: 0.4rem;
    color: var(--body-color);
    height: 2.4rem;
    padding: 0.2rem 0.6rem;
    font-size: 1.2rem;
    line-height: 1.33;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    white-space: nowrap;
    margin: 0 0 2rem;
}

@media (min-width: 1200px) {
    .discounts__item-mark {
        margin: 0 0 3.2rem;
        padding: 0.4rem 0.8rem;
        height: 2.8rem;
    }
}

.discounts__item-image {
    height: 4.8rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.discounts__item-image img {
    display: block;
    max-height: 100%;
    max-width: 100%;
}

@media (min-width: 1200px) {
    .discounts__item-image {
        height: 8.4rem;
    }
}

.cover {
    margin: 0 0 6.4rem;
}

@media (min-width: 1200px) {
    .cover {
        margin: 0 0 12.8rem;
    }
}

.cover__item {
    background: #1c1c1c;
    color: #ffffff;
    border-radius: 1.6rem;
    padding: 4rem 2rem 2rem;
    position: relative;
    overflow: hidden;
}

@media (min-width: 640px) {
    .cover__item {
        padding: 4.8rem 3.2rem 3.2rem;
    }
}

@media (min-width: 1200px) {
    .cover__item {
        padding: 10rem 6.2rem 9rem 6.2rem;
    }
}

.cover__item-desc {
    margin: 0 0 3.2rem;
}

@media (min-width: 640px) {
    .cover__item-desc {
        margin: 0 0 4rem;
    }
}

@media (min-width: 1200px) {
    .cover__item-desc {
        position: relative;
        z-index: 2;
        margin: 0;
        max-width: 49rem;
    }
}

.cover__item-line {
    display: block;
    height: 0.7rem;
    margin: 0 0 1.6rem;
    background: url(../images/bg-line.svg) 50% 50% repeat-x;
}

@media (min-width: 1200px) {
    .cover__item-line {
        margin: 0 0 2.4rem;
    }
}

.cover__item-title {
    display: block;
    margin: 0 0 1.2rem;
    font: 700 3.2rem/1.25 'Playfair Display',
        serif;
}

@media (min-width: 1200px) {
    .cover__item-title {
        margin: 0 0 2rem;
        font-size: 4rem;
        line-height: 1.2;
        font-weight: 700;
    }
}

.cover__item-text {
    display: block;
    margin: 0 0 3.2rem;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
    max-width: 46.4rem;
}

@media (min-width: 640px) {
    .cover__item-text {
        margin: 0 0 4rem;
    }
}

@media (min-width: 1200px) {
    .cover__item-text {
        margin: 0 0 6.4rem;
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
        max-width: none;
    }
}

.cover__item-btn {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0.2rem solid #ffffff;
    border-radius: 0.2rem;
    color: #ffffff;
    text-decoration: none;
    padding: 0.8rem 2.8rem;
    height: 5.2rem;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 500;
    transition: color 0.25s,
        background 0.25s;
}

.cover__item-btn svg {
    display: block;
    margin: 0 -0.8rem 0 1.6rem;
    width: 3.4rem;
    height: 2rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.cover__item-btn:hover {
    background: #ffffff;
    color: var(--body-color);
    text-decoration: none;
}

@media (min-width: 1200px) {
    .cover__item-btn {
        height: 5.6rem;
        font-size: 1.8rem;
    }
}

.cover__item-image {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -2rem -2rem;
}

.cover__item-image img {
    display: block;
    width: 100%;
}

@media (min-width: 640px) {
    .cover__item-image {
        margin: 0 -3.2rem -3.2rem;
    }
}

@media (min-width: 1200px) {
    .cover__item-image {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin: 0;
    }

    .cover__item-image img {
        display: block;
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
    }
}

.tariffs-compare {
    position: relative;
    top: -3.2rem;
    margin: 0 0 3.2rem;
}

@media (min-width: 1200px) {
    .tariffs-compare {
        position: relative;
        top: -6.4rem;
        margin: 0 0 6.4rem;
    }
}

.tariffs-compare__sticky {
    background: #ffffff;
    box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.075);
    position: fixed;
    top: 13rem;
    left: 0;
    right: 0;
    z-index: 1500;
    height: 4.8rem;
    font-size: 1.2rem;
    line-height: 1.33;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-align: center;
    transition: opacity 0.25s,
        visibility 0.25s;
    opacity: 0;
    visibility: hidden;
}

.tariffs-compare__sticky.is-open {
    opacity: 1;
    visibility: visible;
}

.tariffs-compare__sticky>.container-fluid {
    height: 100%;
}

@media (min-width: 640px) {
    .tariffs-compare__sticky {
        height: 4rem;
    }
}

@media (min-width: 1200px) {
    .tariffs-compare__sticky {
        top: 0;
    }
}

.tariffs-compare__table {
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    width: 300%;
    transform: translate(-33.333%);
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
}

.tariffs-compare__table th,
.tariffs-compare__table td {
    padding: 1.6rem;
    border-right: 1px solid #dfe0e3;
}

.tariffs-compare__table th:first-child,
.tariffs-compare__table td:first-child {
    border-top-left-radius: 1.2rem;
    border-bottom-left-radius: 1.2rem;
}

.tariffs-compare__table th:last-child,
.tariffs-compare__table td:last-child {
    border: none;
    border-top-right-radius: 1.2rem;
    border-bottom-right-radius: 1.2rem;
}

.tariffs-compare__table th {
    background: var(--color-light);
    font-weight: 400;
    vertical-align: middle;
}

.tariffs-compare__table td {
    vertical-align: top;
}

.tariffs-compare__table strong {
    font-family: 'Stolzl', Arial, sans-serif;
    font-weight: 500;
    display: block;
    margin: 0 0 0.4rem;
}

.tariffs-compare__table strong:last-child {
    margin: 0;
}

.tariffs-compare__table p {
    margin: 0 0 1.6rem;
}

.tariffs-compare__table p:last-child {
    margin: 0;
}

.tariffs-compare__table ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tariffs-compare__table ul>li {
    padding: 0 2.4rem 0 0;
    margin: 0;
    position: relative;
}

.tariffs-compare__table ul>li:after {
    content: '/';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    bottom: auto;
    width: 2.4rem;
    height: auto;
    background: none;
    text-align: center;
    color: var(--color-gray-on-light);
}

.tariffs-compare__table ul>li:last-child {
    padding: 0;
}

.tariffs-compare__table ul>li:last-child:after {
    display: none;
}

@media (min-width: 640px) {
    .tariffs-compare__table th {
        padding: 1.6rem;
    }

    .tariffs-compare__table td {
        padding: 2rem;
    }
}

@media (min-width: 1200px) {
    .tariffs-compare__table {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
    }

    .tariffs-compare__table th {
        padding: 1.6rem 2rem;
        height: 6.4rem;
    }

    .tariffs-compare__table td {
        padding: 2.8rem 4rem 3.2rem;
    }
}

.invest {
    position: relative;
    top: -3.2rem;
    margin: 0 0 3.2rem;
}

.invest .ui-tabs__control {
    margin-bottom: 3.2rem;
}

.invest .txt:last-child,
.invest .detailed:last-child,
.invest .applications:last-child,
.invest .activate:last-child,
.invest .refill:last-child,
.invest .privileges:last-child,
.invest .tariffs:last-child {
    margin: 0;
}

.invest .txt>.container-fluid,
.invest .detailed>.container-fluid,
.invest .applications>.container-fluid,
.invest .activate>.container-fluid,
.invest .refill>.container-fluid,
.invest .privileges>.container-fluid,
.invest .tariffs>.container-fluid {
    padding: 0;
    max-width: none;
}

.invest .txt {
    margin: 0 0 3.2rem;
}

@media (min-width: 640px) {
    .invest {
        position: relative;
        top: -1.6rem;
        margin: 0 0 4.8rem;
    }
}

@media (min-width: 1200px) {
    .invest {
        position: relative;
        top: -6.4rem;
        margin: 0 0 6.4rem;
    }

    .invest .txt {
        margin: 0 0 6.4rem;
    }

    .invest .ui-tabs__control {
        margin-bottom: 6.4rem;
    }

    .invest .txt__wysiwyg {
        font-size: 2.4rem;
        line-height: 1.33;
        font-weight: 400;
    }
}

.detailed {
    margin: 0 0 6.4rem;
}

@media (min-width: 1200px) {
    .detailed {
        margin: 0 0 12.8rem;
    }
}

.detailed__title {
    display: block;
    margin: 0 0 2.4rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.17;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .detailed__title {
        font-size: 4rem;
        line-height: 1.2;
        font-weight: 500;
        margin: 0 0 4.8rem;
    }
}

.detailed__grid .row {
    margin: 0 -0.4rem -0.8rem;
}

.detailed__grid .row>[class^='col'] {
    padding: 0 0.4rem 0.8rem;
}

@media (min-width: 640px) {
    .detailed__grid .row {
        margin: 0 -0.6rem -1.2rem;
    }

    .detailed__grid .row>[class^='col'] {
        padding: 0 0.6rem 1.2rem;
    }
}

@media (min-width: 1200px) {
    .detailed__grid .row {
        margin: 0 -1.2rem -2.4rem;
    }

    .detailed__grid .row>[class^='col'] {
        padding: 0 1.2rem 2.4rem;
    }
}

.detailed__item {
    display: block;
    height: 100%;
    min-height: 13rem;
    padding: 2rem 1.6rem 2.4rem;
    position: relative;
    background: var(--color-light);
    color: var(--color-dark);
    border-radius: 1.6rem;
    transition: transform 0.5s,
        color 0.25s,
        background 0.25s;
    will-change: transform;
    overflow: hidden;
}

.detailed__item--small {
    padding: 1.6rem 1.6rem 2rem;
    min-height: auto;
}

.detailed__item--small .detailed__item-desc {
    max-width: none;
}

.detailed__item--small .detailed__item-title {
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 500;
    margin: 0 0 0.8rem;
}

@media (min-width: 640px) {
    .detailed__item {
        min-height: 20.8rem;
        padding: 2.4rem;
    }

    .detailed__item--small {
        padding: 2rem 3.2rem 2.8rem 2.4rem;
        min-height: 12.2rem;
    }

    .detailed__item--small .detailed__item-desc {
        max-width: none;
    }

    .detailed__item--small .detailed__item-title {
        font-size: 2rem;
        line-height: 1.2;
        font-weight: 500;
        margin: 0 0 0.8rem;
    }
}

@media (min-width: 1200px) {
    .detailed__item {
        padding: 3.2rem 2.8rem;
        min-height: 28.8rem;
    }

    .detailed__item--small {
        padding: 3.2rem 3.2rem 3.6rem 2.8rem;
        min-height: auto;
    }

    .detailed__item--small .detailed__item-desc {
        max-width: none;
    }

    .detailed__item--small .detailed__item-title {
        font-size: 2.4rem;
        line-height: 1.17;
        font-weight: 500;
        margin: 0 0 1.2rem;
    }
}

a.detailed__item:hover {
    background: var(--color-light-hover);
    color: var(--color-dark);
    text-decoration: none;
    transform: translate(0, -1rem);
}

.detailed__item-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.detailed__item-image img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.detailed__item-desc {
    position: relative;
    z-index: 2;
    max-width: 65%;
}

@media (min-width: 640px) {
    .detailed__item-desc {
        max-width: 30rem;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.detailed__item-title {
    display: block;
    margin: 0 -2.4rem 0.8rem 0;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 500;
}

@media (min-width: 640px) {
    .detailed__item-title {
        font-size: 2.4rem;
        line-height: 1.17;
        font-weight: 500;
        margin: 0 0 0.8rem;
    }
}

@media (min-width: 1200px) {
    .detailed__item-title {
        font-size: 2.8rem;
        line-height: 1.14;
        font-weight: 500;
        margin: 0 0 1.2rem;
    }
}

.detailed__item-text {
    display: block;
    margin: 0 0 1.6rem;
    font-size: 1.4rem;
    line-height: 1.29;
    font-weight: 400;
}

.detailed__item-text:last-child {
    margin: 0;
}

@media (min-width: 1200px) {
    .detailed__item-text {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
    }
}

.detailed__item-action {
    font-size: 1.4rem;
    line-height: 1.14;
    font-weight: 500;
}

@media (min-width: 640px) {
    .detailed__item-action {
        margin: auto 0 0 0;
    }
}

@media (min-width: 1200px) {
    .detailed__item-action {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
    }
}

.activate {
    margin: 0 0 6.4rem;
}

@media (min-width: 1200px) {
    .activate {
        margin: 0 0 12.8rem;
    }
}

.activate__title {
    display: block;
    margin: 0 0 3.2rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.17;
    font-weight: 500;
}

@media (min-width: 640px) {
    .activate__title {
        font-size: 3.2rem;
        line-height: 1.12;
        font-weight: 500;
        margin: 0 0 3.2rem;
    }
}

@media (min-width: 1200px) {
    .activate__title {
        font-size: 4rem;
        line-height: 1.2;
        font-weight: 500;
        margin: 0 0 4.8rem;
    }
}

.activate__wrapper .row {
    margin: 0 -1.6rem -3.2rem;
}

.activate__wrapper .row>[class^='col'] {
    padding: 0 1.6rem 3.2rem;
}

@media (min-width: 1200px) {
    .activate__group {
        padding: 4.8rem 0;
    }
}

.activate__item {
    margin: 0 0 2.4rem;
    padding: 0 2.4rem 0 0;
}

.activate__item:last-child {
    margin: 0;
}

.activate__item--highlight {
    background: var(--color-light);
    border-radius: 1.6rem;
    padding: 2.4rem 1.6rem;
}

.activate__item--highlight .activate__item-text {
    color: var(--color-dark);
}

@media (min-width: 640px) {
    .activate__item--highlight {
        padding: 2.4rem;
    }

    .activate__item--highlight .activate__item-title {
        margin: 0 0 1.2rem;
        font-size: 2.4rem;
        line-height: 1.17;
        font-weight: 500;
    }

    .activate__item--highlight .activate__item-text {
        margin: 0 0 2.4rem;
    }
}

@media (min-width: 1200px) {
    .activate__item {
        margin: 0 0 5.6rem;
    }

    .activate__item:last-child {
        margin: 0;
    }

    .activate__item--highlight {
        padding: 4.8rem 5.6rem;
        text-align: center;
    }

    .activate__item--highlight .activate__item-title {
        margin: 0 0 1.6rem;
        font-size: 2.8rem;
        line-height: 1.14;
        font-weight: 500;
    }

    .activate__item--highlight .activate__item-text {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
        margin: 0 0 3.2rem;
    }
}

.activate__item-title {
    display: block;
    margin: 0 0 0.8rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .activate__item-title {
        font-size: 2.4rem;
        line-height: 1.17;
        font-weight: 500;
        margin: 0 0 1.2rem;
    }
}

.activate__item-text {
    display: block;
    margin: 0 0 2rem;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
    color: var(--color-grey);
    max-width: 52.8rem;
}

.activate__item-text:last-child {
    margin: 0;
}

@media (min-width: 1200px) {
    .activate__item-text {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
        max-width: 46.4rem;
    }
}

.activate__item-qr {
    display: none;
}

@media (min-width: 1200px) {
    .activate__item-qr {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 34.8rem;
        margin: 0 auto;
    }
}

@media (min-width: 1200px) {
    .activate__item-qr-image {
        width: 12.4rem;
        height: 12.4rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 2.4rem 0 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .activate__item-qr-image img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }
}

@media (min-width: 1200px) {
    .activate__item-qr-text {
        display: block;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
        text-align: left;
    }
}

.activate__item-download {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 2.4rem;
}

@media (min-width: 640px) {
    .activate__item-download {
        margin: 0 0 3.2rem;
    }
}

@media (min-width: 1200px) {
    .activate__item-download {
        display: none;
    }
}

.activate__item-download-menu {
    margin: 0 -0.6rem -0.8rem;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex: 1;
    flex: 1;
}

.activate__item-download-menu>li {
    padding: 0 0.6rem 0.8rem;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 1200px) {
    .activate__item-download-menu {
        padding: 0 2.4rem 0 0;
        margin: 0 -0.6rem -1.2rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .activate__item-download-menu>li {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: none;
        padding: 0 0.6rem 1.2rem;
    }
}

.activate__item-download-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 5.2rem;
    width: 100%;
    background: var(--color-white);
    border-radius: 0.8rem;
    text-decoration: none;
    color: var(--body-color);
    transition: background 0.25s,
        color 0.25s;
    backface-visibility: hidden;
    text-indent: -999.9rem;
}

.activate__item-download-btn:hover {
    background: var(--color-light-hover);
    color: var(--body-color);
}

.activate__item-download-btn--appstore .applications__download-btn-icon,
.activate__item-download-btn--appstore .applications__download-btn-text,
.activate__item-download-btn--googleplay .applications__download-btn-icon,
.activate__item-download-btn--googleplay .applications__download-btn-text {
    display: none;
}

.activate__item-download-btn--appstore:after {
    content: '';
    display: block;
    width: 12.9rem;
    height: 3.2rem;
    background: url("data:image/svg+xml,%3Csvg width='129' height='32' viewBox='0 0 129 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M54.2569 24.7331H51.7794L50.4222 20.4677H45.7049L44.4121 24.7331H42L46.6737 10.2118H49.5603L54.2569 24.7331ZM50.0131 18.6782L48.7858 14.8864C48.6559 14.499 48.4127 13.5868 48.0537 12.1508H48.0101C47.8672 12.7684 47.637 13.6806 47.3206 14.8864L46.1151 18.6782H50.0131Z' fill='%2324303B'/%3E%3Cpath d='M66.2739 19.3693C66.2739 21.1501 65.7928 22.5577 64.8305 23.5911C63.9687 24.5109 62.8985 24.9703 61.6209 24.9703C60.242 24.9703 59.2514 24.4749 58.6481 23.4841H58.6044V29L56.2785 29V17.7097C56.2785 16.5901 56.2491 15.4411 56.1923 14.2627H58.2379L58.3677 15.9223H58.4113C59.187 14.6718 60.3642 14.0477 61.9439 14.0477C63.1788 14.0477 64.2098 14.5355 65.0345 15.512C65.8615 16.4897 66.2739 17.7751 66.2739 19.3693ZM63.9043 19.4544C63.9043 18.4353 63.6752 17.5951 63.2148 16.9338C62.7119 16.2442 62.0366 15.8994 61.19 15.8994C60.6162 15.8994 60.0947 16.0915 59.6289 16.4701C59.1619 16.852 58.8565 17.3507 58.7135 17.9683C58.6415 18.2563 58.6055 18.492 58.6055 18.6775V20.4234C58.6055 21.185 58.839 21.8277 59.3059 22.3526C59.7729 22.8774 60.3794 23.1393 61.1256 23.1393C62.0017 23.1393 62.6835 22.8011 63.1712 22.1267C63.6599 21.4513 63.9043 20.5609 63.9043 19.4544Z' fill='%2324303B'/%3E%3Cpath d='M78.3164 19.3693C78.3164 21.1501 77.8353 22.5577 76.872 23.5911C76.0112 24.5109 74.941 24.9703 73.6635 24.9703C72.2845 24.9703 71.2939 24.4749 70.6917 23.4841H70.6481V29H68.3221V17.7097C68.3221 16.5901 68.2927 15.4411 68.2359 14.2627H70.2815L70.4113 15.9223H70.4549C71.2295 14.6718 72.4067 14.0477 73.9875 14.0477C75.2214 14.0477 76.2523 14.5355 77.0793 15.512C77.9029 16.4897 78.3164 17.7751 78.3164 19.3693ZM75.9468 19.4544C75.9468 18.4353 75.7167 17.5951 75.2563 16.9338C74.7533 16.2442 74.0802 15.8994 73.2325 15.8994C72.6576 15.8994 72.1372 16.0915 71.6703 16.4701C71.2034 16.852 70.899 17.3507 70.7561 17.9683C70.6852 18.2563 70.6481 18.492 70.6481 18.6775V20.4234C70.6481 21.185 70.8815 21.8277 71.3463 22.3526C71.8132 22.8764 72.4198 23.1393 73.1682 23.1393C74.0442 23.1393 74.7261 22.8011 75.2137 22.1267C75.7025 21.4513 75.9468 20.5609 75.9468 19.4544Z' fill='%2324303B'/%3E%3Cpath d='M91.7794 20.6618C91.7794 21.897 91.3507 22.902 90.4899 23.6778C89.544 24.5256 88.2272 24.949 86.5352 24.949C84.9729 24.949 83.7205 24.6479 82.7724 24.0444L83.3114 22.1054C84.3325 22.723 85.4529 23.0329 86.6737 23.0329C87.5498 23.0329 88.2316 22.8343 88.7214 22.4393C89.2091 22.0443 89.4524 21.514 89.4524 20.8528C89.4524 20.2635 89.2516 19.7671 88.8491 19.3644C88.4487 18.9618 87.7799 18.5875 86.8461 18.2416C84.3041 17.2934 83.0343 15.9043 83.0343 14.0777C83.0343 12.884 83.4794 11.9052 84.3707 11.1435C85.2587 10.3808 86.4435 10 87.925 10C89.2462 10 90.3437 10.2302 91.2197 10.6896L90.6383 12.5861C89.82 12.1409 88.8949 11.9183 87.8596 11.9183C87.0414 11.9183 86.4021 12.1201 85.9439 12.5217C85.5566 12.8807 85.3624 13.3182 85.3624 13.8366C85.3624 14.4105 85.5838 14.8852 86.0289 15.2583C86.4162 15.6032 87.1199 15.9763 88.141 16.379C89.3902 16.882 90.3077 17.4701 90.8979 18.1445C91.4859 18.8166 91.7794 19.6579 91.7794 20.6618Z' fill='%2324303B'/%3E%3Cpath d='M99.4681 16.0098H96.9043V21.0935C96.9043 22.3866 97.356 23.0325 98.2615 23.0325C98.6771 23.0325 99.0219 22.9965 99.2946 22.9245L99.359 24.6911C98.9008 24.8624 98.2975 24.9486 97.5502 24.9486C96.6316 24.9486 95.9137 24.6682 95.3955 24.1084C94.8795 23.5476 94.6199 22.607 94.6199 21.2856V16.0076H93.0925V14.2617L94.6199 14.2617V12.3445L96.9043 11.6549V14.2617H99.4681V16.0098Z' fill='%2324303B'/%3E%3Cpath d='M111.035 19.4121C111.035 21.0216 110.575 22.343 109.656 23.3763C108.693 24.4402 107.415 24.9705 105.821 24.9705C104.285 24.9705 103.062 24.4609 102.15 23.4418C101.238 22.4226 100.782 21.1361 100.782 19.5856C100.782 17.963 101.251 16.634 102.192 15.6006C103.131 14.5662 104.399 14.049 105.993 14.049C107.529 14.049 108.765 14.5586 109.698 15.5788C110.59 16.5685 111.035 17.8463 111.035 19.4121ZM108.622 19.4874C108.622 18.5217 108.416 17.6935 107.998 17.0028C107.511 16.167 106.813 15.7501 105.91 15.7501C104.975 15.7501 104.265 16.1681 103.777 17.0028C103.359 17.6946 103.153 18.5359 103.153 19.531C103.153 20.4967 103.359 21.3249 103.777 22.0145C104.28 22.8504 104.983 23.2672 105.889 23.2672C106.777 23.2672 107.475 22.8416 107.977 21.9927C108.406 21.2889 108.622 20.452 108.622 19.4874Z' fill='%2324303B'/%3E%3Cpath d='M118.596 16.3086C118.366 16.266 118.121 16.2442 117.863 16.2442C117.045 16.2442 116.412 16.553 115.967 17.1717C115.58 17.7173 115.386 18.4069 115.386 19.2395V24.7335H113.061L113.083 17.5602C113.083 16.3533 113.053 15.2545 112.995 14.2638H115.021L115.106 16.2671H115.171C115.416 15.5786 115.803 15.0243 116.334 14.6086C116.852 14.2343 117.411 14.0477 118.015 14.0477C118.23 14.0477 118.424 14.063 118.596 14.0903V16.3086Z' fill='%2324303B'/%3E%3Cpath d='M129 19.0026C129 19.4194 128.973 19.7707 128.915 20.0577H121.937C121.964 21.0922 122.301 21.8833 122.95 22.4288C123.538 22.9166 124.298 23.161 125.232 23.161C126.265 23.161 127.208 22.9962 128.055 22.6656L128.42 24.2806C127.429 24.7127 126.259 24.9276 124.91 24.9276C123.287 24.9276 122.012 24.4497 121.085 23.4949C120.16 22.5401 119.696 21.258 119.696 19.6496C119.696 18.0707 120.127 16.7558 120.99 15.7072C121.893 14.5877 123.114 14.0279 124.65 14.0279C126.159 14.0279 127.301 14.5877 128.077 15.7072C128.691 16.5965 129 17.6964 129 19.0026ZM126.782 18.3991C126.797 17.7095 126.646 17.1137 126.33 16.6107C125.928 15.9637 125.309 15.6407 124.477 15.6407C123.716 15.6407 123.098 15.956 122.625 16.5889C122.238 17.0919 122.008 17.6953 121.937 18.3981L126.782 18.3991Z' fill='%2324303B'/%3E%3Cpath d='M22.108 16.768C22.071 12.7844 25.4734 10.8464 25.629 10.7562C23.7021 8.03332 20.7154 7.66129 19.6659 7.63162C17.1574 7.37578 14.7243 9.08638 13.4464 9.08638C12.1431 9.08638 10.1754 7.65634 8.05465 7.69837C5.3256 7.73915 2.77253 9.27054 1.3723 11.6486C-1.51744 16.4973 0.637752 23.6228 3.40634 27.5421C4.79127 29.4615 6.40957 31.6047 8.52777 31.5293C10.6001 31.4465 11.3742 30.2489 13.8749 30.2489C16.3528 30.2489 17.0797 31.5293 19.2399 31.4811C21.464 31.4465 22.8642 29.553 24.2007 27.6162C25.8011 25.4162 26.4439 23.2495 26.4694 23.1383C26.4171 23.121 22.1501 21.5426 22.108 16.768Z' fill='%2324303B'/%3E%3Cpath d='M18.0264 5.05393C19.141 3.703 19.9036 1.8651 19.6919 0C18.0787 0.069215 16.0612 1.08149 14.8995 2.40275C13.8716 3.56705 12.9534 5.4754 13.1906 7.27005C15.0028 7.40106 16.8634 6.38385 18.0264 5.05393Z' fill='%2324303B'/%3E%3C/svg%3E%0A") 50% 50% no-repeat;
    background-size: contain;
}

.activate__item-download-btn--googleplay:after {
    content: '';
    display: block;
    width: 13.9rem;
    height: 2.7rem;
    background: url("data:image/svg+xml,%3Csvg id='icon-googleplay' width='139' height='27' viewBox='0 0 139 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='icon-googleplay_mask' fill='white'%3E%3Cpath d='M69.2884 11.5235C66.4888 11.5235 64.2015 13.6271 64.2015 16.5181C64.2015 19.3974 66.4888 21.5127 69.2884 21.5127C72.088 21.5127 74.3753 19.3974 74.3753 16.5181C74.3753 13.6271 72.0999 11.5235 69.2884 11.5235ZM69.2884 19.5502C67.7516 19.5502 66.4292 18.3044 66.4292 16.5181C66.4292 14.72 67.7516 13.4861 69.2884 13.4861C70.8252 13.4861 72.1475 14.72 72.1475 16.5181C72.1475 18.3044 70.8252 19.5502 69.2884 19.5502ZM58.1972 11.5235C55.3976 11.5235 53.1103 13.6271 53.1103 16.5181C53.1103 19.3974 55.3976 21.5127 58.1972 21.5127C60.9968 21.5127 63.2841 19.3974 63.2841 16.5181C63.2841 13.6271 60.9968 11.5235 58.1972 11.5235ZM58.1972 19.5502C56.6604 19.5502 55.3381 18.3044 55.3381 16.5181C55.3381 14.72 56.6604 13.4861 58.1972 13.4861C59.734 13.4861 61.0564 14.72 61.0564 16.5181C61.0564 18.3044 59.734 19.5502 58.1972 19.5502ZM44.9974 13.063V15.1784H50.1439C49.9891 16.3653 49.584 17.2467 48.9764 17.8461C48.2259 18.5865 47.0584 19.3974 45.0094 19.3974C41.8405 19.3974 39.3625 16.8824 39.3625 13.7564C39.3625 10.6303 41.8405 8.11538 45.0094 8.11538C46.7129 8.11538 47.9638 8.77349 48.8811 9.63139L50.3941 8.13888C49.1075 6.92842 47.4039 6 44.9974 6C40.6611 6 37.0156 9.47862 37.0156 13.7681C37.0156 18.0459 40.6611 21.5363 44.9974 21.5363C47.3443 21.5363 49.1075 20.7841 50.4894 19.3621C51.9071 17.9636 52.3479 15.9893 52.3479 14.4027C52.3479 13.9092 52.3121 13.4508 52.2287 13.0748H44.9974V13.063ZM98.976 14.7083C98.559 13.5918 97.2724 11.5235 94.6396 11.5235C92.0306 11.5235 89.8624 13.5448 89.8624 16.5181C89.8624 19.3151 92.0068 21.5127 94.8897 21.5127C97.2128 21.5127 98.559 20.1142 99.107 19.3034L97.3796 18.1634C96.8078 18.9978 96.0215 19.5502 94.8897 19.5502C93.758 19.5502 92.9479 19.0331 92.4356 18.0341L99.2142 15.2724L98.976 14.7083ZM92.0663 16.3653C92.0068 14.438 93.5793 13.4508 94.711 13.4508C95.5926 13.4508 96.3432 13.8856 96.5933 14.5085L92.0663 16.3653ZM86.5625 21.2189H88.7902V6.52884H86.5625V21.2189ZM82.917 12.6399H82.8455C82.3452 12.0523 81.3921 11.5235 80.177 11.5235C77.6395 11.5235 75.3164 13.7211 75.3164 16.5416C75.3164 19.3386 77.6395 21.5245 80.177 21.5245C81.3802 21.5245 82.3452 20.9957 82.8455 20.3845H82.917V21.1014C82.917 23.017 81.8806 24.0394 80.2127 24.0394C78.8546 24.0394 78.0088 23.0758 77.6633 22.2649L75.7215 23.064C76.2814 24.392 77.7586 26.0138 80.2127 26.0138C82.8217 26.0138 85.0257 24.4978 85.0257 20.8076V11.829H82.917V12.6399ZM80.3557 19.5502C78.8189 19.5502 77.5323 18.2809 77.5323 16.5416C77.5323 14.7788 78.8189 13.4978 80.3557 13.4978C81.8687 13.4978 83.06 14.7906 83.06 16.5416C83.06 18.2809 81.8806 19.5502 80.3557 19.5502ZM109.4 6.52884H104.075V21.2189H106.303V15.6485H109.412C111.878 15.6485 114.296 13.8856 114.296 11.0887C114.296 8.29166 111.866 6.52884 109.4 6.52884ZM109.46 13.6036H106.303V8.56195H109.46C111.127 8.56195 112.069 9.9252 112.069 11.0769C112.069 12.2286 111.127 13.6036 109.46 13.6036ZM123.195 11.5C121.587 11.5 119.919 12.2051 119.228 13.7446L121.206 14.5555C121.623 13.7446 122.409 13.4743 123.231 13.4743C124.375 13.4743 125.554 14.1559 125.566 15.3664V15.5192C125.161 15.2959 124.303 14.9551 123.243 14.9551C121.111 14.9551 118.954 16.1068 118.954 18.2574C118.954 20.22 120.694 21.4892 122.647 21.4892C124.137 21.4892 124.97 20.8311 125.483 20.0555H125.554V21.1954H127.699V15.5662C127.722 12.9572 125.745 11.5 123.195 11.5ZM122.933 19.5502C122.207 19.5502 121.194 19.1858 121.194 18.3044C121.194 17.1762 122.457 16.7414 123.553 16.7414C124.53 16.7414 124.994 16.9529 125.578 17.235C125.399 18.5865 124.22 19.5502 122.933 19.5502ZM135.537 11.8173L132.988 18.1869H132.917L130.272 11.8173H127.877L131.844 20.7254L129.581 25.673H131.904L138.015 11.8173H135.537ZM115.511 21.2189H117.739V6.52884H115.511V21.2189Z'/%3E%3C/mask%3E%3Cpath d='M69.2884 11.5235C66.4888 11.5235 64.2015 13.6271 64.2015 16.5181C64.2015 19.3974 66.4888 21.5127 69.2884 21.5127C72.088 21.5127 74.3753 19.3974 74.3753 16.5181C74.3753 13.6271 72.0999 11.5235 69.2884 11.5235ZM69.2884 19.5502C67.7516 19.5502 66.4292 18.3044 66.4292 16.5181C66.4292 14.72 67.7516 13.4861 69.2884 13.4861C70.8252 13.4861 72.1475 14.72 72.1475 16.5181C72.1475 18.3044 70.8252 19.5502 69.2884 19.5502ZM58.1972 11.5235C55.3976 11.5235 53.1103 13.6271 53.1103 16.5181C53.1103 19.3974 55.3976 21.5127 58.1972 21.5127C60.9968 21.5127 63.2841 19.3974 63.2841 16.5181C63.2841 13.6271 60.9968 11.5235 58.1972 11.5235ZM58.1972 19.5502C56.6604 19.5502 55.3381 18.3044 55.3381 16.5181C55.3381 14.72 56.6604 13.4861 58.1972 13.4861C59.734 13.4861 61.0564 14.72 61.0564 16.5181C61.0564 18.3044 59.734 19.5502 58.1972 19.5502ZM44.9974 13.063V15.1784H50.1439C49.9891 16.3653 49.584 17.2467 48.9764 17.8461C48.2259 18.5865 47.0584 19.3974 45.0094 19.3974C41.8405 19.3974 39.3625 16.8824 39.3625 13.7564C39.3625 10.6303 41.8405 8.11538 45.0094 8.11538C46.7129 8.11538 47.9638 8.77349 48.8811 9.63139L50.3941 8.13888C49.1075 6.92842 47.4039 6 44.9974 6C40.6611 6 37.0156 9.47862 37.0156 13.7681C37.0156 18.0459 40.6611 21.5363 44.9974 21.5363C47.3443 21.5363 49.1075 20.7841 50.4894 19.3621C51.9071 17.9636 52.3479 15.9893 52.3479 14.4027C52.3479 13.9092 52.3121 13.4508 52.2287 13.0748H44.9974V13.063ZM98.976 14.7083C98.559 13.5918 97.2724 11.5235 94.6396 11.5235C92.0306 11.5235 89.8624 13.5448 89.8624 16.5181C89.8624 19.3151 92.0068 21.5127 94.8897 21.5127C97.2128 21.5127 98.559 20.1142 99.107 19.3034L97.3796 18.1634C96.8078 18.9978 96.0215 19.5502 94.8897 19.5502C93.758 19.5502 92.9479 19.0331 92.4356 18.0341L99.2142 15.2724L98.976 14.7083ZM92.0663 16.3653C92.0068 14.438 93.5793 13.4508 94.711 13.4508C95.5926 13.4508 96.3432 13.8856 96.5933 14.5085L92.0663 16.3653ZM86.5625 21.2189H88.7902V6.52884H86.5625V21.2189ZM82.917 12.6399H82.8455C82.3452 12.0523 81.3921 11.5235 80.177 11.5235C77.6395 11.5235 75.3164 13.7211 75.3164 16.5416C75.3164 19.3386 77.6395 21.5245 80.177 21.5245C81.3802 21.5245 82.3452 20.9957 82.8455 20.3845H82.917V21.1014C82.917 23.017 81.8806 24.0394 80.2127 24.0394C78.8546 24.0394 78.0088 23.0758 77.6633 22.2649L75.7215 23.064C76.2814 24.392 77.7586 26.0138 80.2127 26.0138C82.8217 26.0138 85.0257 24.4978 85.0257 20.8076V11.829H82.917V12.6399ZM80.3557 19.5502C78.8189 19.5502 77.5323 18.2809 77.5323 16.5416C77.5323 14.7788 78.8189 13.4978 80.3557 13.4978C81.8687 13.4978 83.06 14.7906 83.06 16.5416C83.06 18.2809 81.8806 19.5502 80.3557 19.5502ZM109.4 6.52884H104.075V21.2189H106.303V15.6485H109.412C111.878 15.6485 114.296 13.8856 114.296 11.0887C114.296 8.29166 111.866 6.52884 109.4 6.52884ZM109.46 13.6036H106.303V8.56195H109.46C111.127 8.56195 112.069 9.9252 112.069 11.0769C112.069 12.2286 111.127 13.6036 109.46 13.6036ZM123.195 11.5C121.587 11.5 119.919 12.2051 119.228 13.7446L121.206 14.5555C121.623 13.7446 122.409 13.4743 123.231 13.4743C124.375 13.4743 125.554 14.1559 125.566 15.3664V15.5192C125.161 15.2959 124.303 14.9551 123.243 14.9551C121.111 14.9551 118.954 16.1068 118.954 18.2574C118.954 20.22 120.694 21.4892 122.647 21.4892C124.137 21.4892 124.97 20.8311 125.483 20.0555H125.554V21.1954H127.699V15.5662C127.722 12.9572 125.745 11.5 123.195 11.5ZM122.933 19.5502C122.207 19.5502 121.194 19.1858 121.194 18.3044C121.194 17.1762 122.457 16.7414 123.553 16.7414C124.53 16.7414 124.994 16.9529 125.578 17.235C125.399 18.5865 124.22 19.5502 122.933 19.5502ZM135.537 11.8173L132.988 18.1869H132.917L130.272 11.8173H127.877L131.844 20.7254L129.581 25.673H131.904L138.015 11.8173H135.537ZM115.511 21.2189H117.739V6.52884H115.511V21.2189Z' fill='%2324303B' stroke='%2324303B' stroke-width='2' mask='url(%23icon-googleplay_mask)'/%3E%3Cpath d='M0.47813 0.750976C0.176701 1.06884 0 1.56101 0 2.18648L0 24.8674C0 25.5031 0.176701 25.9953 0.47813 26.3029L0.550889 26.3746L13.4292 13.6705V13.5269V13.3731L0.561283 0.668945L0.47813 0.750976Z' fill='url(%23paint0_linear_9860_73805)'/%3E%3Cpath d='M17.7322 17.9157L13.4395 13.681V13.5272V13.3734L17.7322 9.13867L17.8258 9.18994L22.9085 12.0404C24.3637 12.8505 24.3637 14.1834 22.9085 15.0037L17.8258 17.8542L17.7322 17.9157Z' fill='url(%23paint1_linear_9860_73805)'/%3E%3Cpath d='M17.8263 17.8534L13.44 13.5264L0.478516 26.3023C0.956645 26.8047 1.7466 26.8663 2.64049 26.3638L17.8263 17.8534Z' fill='url(%23paint2_linear_9860_73805)'/%3E%3Cpath d='M17.8263 9.19973L2.64049 0.689263C1.7466 0.186838 0.956645 0.248361 0.478516 0.750786L13.44 13.5267L17.8263 9.19973Z' fill='url(%23paint3_linear_9860_73805)'/%3E%3Cpath opacity='0.2' d='M17.7302 17.7617L2.63791 26.2209C1.79599 26.6926 1.03722 26.6618 0.559087 26.2312L0.486328 26.3029L0.559087 26.3747C1.04761 26.8054 1.79599 26.8361 2.63791 26.3645L17.8237 17.854L17.7302 17.7617Z' fill='black'/%3E%3Cpath opacity='0.12' d='M0.478276 26.1596C0.176755 25.8416 0 25.3493 0 24.7236L0 24.8775C0 25.5134 0.176755 26.0057 0.478276 26.3134L0.551056 26.2416L0.478276 26.1596Z' fill='black'/%3E%3Cpath opacity='0.12' d='M22.9054 14.8593L17.7188 17.7611L17.8123 17.8534L22.895 15.0029C23.6226 14.5927 23.9864 14.0596 23.9864 13.5264C23.9344 14.0083 23.5706 14.4902 22.9054 14.8593Z' fill='black'/%3E%3Cpath opacity='0.25' d='M2.6401 0.83264L22.9086 12.1936C23.5634 12.5627 23.9376 13.0344 24 13.5266C24 12.9934 23.6362 12.4499 22.9086 12.05L2.6401 0.689088C1.18493 -0.120944 0 0.555793 0 2.19636L0 2.35017C0 0.699343 1.18493 0.0226077 2.6401 0.83264Z' fill='white'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_9860_73805' x1='12.2939' y1='1.9489' x2='-4.91241' y2='19.3911' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300A0FF'/%3E%3Cstop offset='0.00657445' stop-color='%2300A1FF'/%3E%3Cstop offset='0.2601' stop-color='%2300BEFF'/%3E%3Cstop offset='0.5122' stop-color='%2300D2FF'/%3E%3Cstop offset='0.7604' stop-color='%2300DFFF'/%3E%3Cstop offset='1' stop-color='%2300E3FF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_9860_73805' x1='24.8028' y1='13.5272' x2='-0.347712' y2='13.5272' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFE000'/%3E%3Cstop offset='0.4087' stop-color='%23FFBD00'/%3E%3Cstop offset='0.7754' stop-color='%23FFA500'/%3E%3Cstop offset='1' stop-color='%23FF9C00'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_9860_73805' x1='15.4409' y1='15.8792' x2='-7.89229' y2='39.5322' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF3A44'/%3E%3Cstop offset='1' stop-color='%23C31162'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear_9860_73805' x1='-2.77962' y1='-6.80128' x2='7.63971' y2='3.76076' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2332A071'/%3E%3Cstop offset='0.0685' stop-color='%232DA771'/%3E%3Cstop offset='0.4762' stop-color='%2315CF74'/%3E%3Cstop offset='0.8009' stop-color='%2306E775'/%3E%3Cstop offset='1' stop-color='%2300F076'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") 50% 50% no-repeat;
    background-size: contain;
}

@media (min-width: 1200px) {
    .activate__item-download-btn {
        width: 6rem;
        height: 6rem;
    }

    .activate__item-download-btn--appstore:after {
        width: 2.8rem;
        height: 3.4rem;
        background-image: url("data:image/svg+xml,%3Csvg width='28' height='34' viewBox='0 0 28 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.1148 17.6371C23.0761 13.4472 26.6335 11.4088 26.7961 11.3139C24.7815 8.45 21.6588 8.0587 20.5615 8.0275C17.9388 7.7584 15.3948 9.5576 14.0588 9.5576C12.6961 9.5576 10.6388 8.0535 8.42146 8.0977C5.56813 8.1406 2.89879 9.7513 1.43479 12.2525C-1.58654 17.3524 0.666795 24.8469 3.56146 28.9692C5.00946 30.9881 6.70146 33.2423 8.91613 33.163C11.0828 33.0759 11.8921 31.8162 14.5068 31.8162C17.0975 31.8162 17.8575 33.163 20.1161 33.1123C22.4415 33.0759 23.9055 31.0843 25.3028 29.0472C26.9761 26.7332 27.6481 24.4543 27.6748 24.3373C27.6201 24.3191 23.1588 22.659 23.1148 17.6371Z' fill='%2324303B'/%3E%3Cpath d='M18.8481 5.3157C20.0135 3.8948 20.8108 1.9617 20.5895 0C18.9028 0.0728 16.7935 1.1375 15.5788 2.5272C14.5041 3.7518 13.5441 5.759 13.7921 7.6466C15.6868 7.7844 17.6321 6.7145 18.8481 5.3157Z' fill='%2324303B'/%3E%3C/svg%3E%0A");
    }

    .activate__item-download-btn--googleplay:after {
        width: 3.2rem;
        height: 3.2rem;
        background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.25138 3.31647C9.33426 6.43647 14.2863 11.4752 16.9605 14.2237L18.4959 15.7962L20.7615 13.5427C22.012 12.2922 23.0271 11.24 23.0271 11.2029C23.0271 11.079 3.7381 0.320312 3.50289 0.320312C3.36657 0.320313 4.43154 1.47167 6.25138 3.31647Z' fill='%2324303B'/%3E%3Cpath d='M1.95538 0.778555C1.84402 0.902395 1.69554 1.16224 1.62098 1.34816C1.52178 1.59584 1.48466 6.13952 1.48466 15.9946C1.48466 31.656 1.44754 30.8387 2.22738 31.3962L2.62354 31.681L17.8271 16.4771L15.8709 14.4963C14.7938 13.4067 11.2651 9.8288 8.03409 6.53568C2.48754 0.902074 2.14098 0.567995 1.95538 0.778555Z' fill='%2324303B'/%3E%3Cpath d='M21.6651 14.1248L19.251 16.5389L21.2939 18.6064C22.4206 19.7456 23.3986 20.6985 23.4606 20.7235C23.6091 20.7606 29.7749 17.3808 30.0968 17.0838C30.2207 16.9725 30.3816 16.6998 30.4558 16.4646C30.6664 15.8333 30.3445 15.2761 29.4779 14.7562C28.8591 14.3846 24.9589 12.1933 24.315 11.8592C24.0917 11.7354 23.8194 11.9706 21.6651 14.1248Z' fill='%2324303B'/%3E%3Cpath d='M11.612 24.153C7.81138 27.929 4.74098 31.0243 4.79058 31.0243C4.8277 31.0243 5.14962 30.8634 5.49618 30.6653C6.17714 30.2938 19.6226 22.9152 21.1701 22.0733C22.7919 21.2067 22.8539 21.5162 20.613 19.2627C19.5234 18.1731 18.6072 17.2819 18.5701 17.2819C18.533 17.2941 15.4005 20.377 11.612 24.153Z' fill='%2324303B'/%3E%3C/svg%3E%0A");
    }
}

.activate__item-download-btn-icon {
    display: block;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 1.6rem 0 0;
}

.activate__item-download-btn-icon img,
.activate__item-download-btn-icon svg {
    display: block;
}

@media (min-width: 1200px) {
    .activate__item-download-btn-icon {
        margin: 0;
    }
}

.activate__item-download-btn-text {
    display: block;
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: 700;
}

@media (min-width: 1200px) {
    .activate__item-download-btn-text {
        display: none;
    }
}

.activate__item-image {
    margin: 0 0 -2.4rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.activate__item-image img {
    display: block;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media (min-width: 1200px) {
    .activate__item-image {
        margin: 0 0 -4.8rem;
    }
}

.refill {
    margin: 0 0 6.4rem;
}

@media (min-width: 1200px) {
    .refill {
        margin: 0 0 12.8rem;
    }
}

.refill__title {
    display: block;
    margin: 0 0 2.4rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.17;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .refill__title {
        font-size: 4rem;
        line-height: 1.2;
        font-weight: 500;
        margin: 0 0 4.8rem;
    }
}

.refill__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.refill__list>li {
    margin: 0 0 0.8rem;
}

.refill__list>li:last-child {
    margin: 0;
}

@media (min-width: 640px) {
    .refill__list>li {
        margin: 0 0 1.2rem;
    }

    .refill__list>li:last-child {
        margin: 0;
    }
}

@media (min-width: 1200px) {
    .refill__list {
        margin: 0 -1.2rem -2.4rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .refill__list>li {
        padding: 0 1.2rem 2.4rem;
        margin: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.refill__item {
    background: var(--color-light);
    color: var(--body-color);
    text-decoration: none;
    border-radius: 1.6rem;
    padding: 0.8rem 2rem 1.2rem 0.8rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    transition: transform 0.5s,
        color 0.25s,
        background 0.25s;
    will-change: transform;
    overflow: hidden;
}

@media (min-width: 1200px) {
    .refill__item {
        padding: 2.4rem;
        display: block;
        min-height: 100%;
    }
}

a.refill__item:hover {
    background: var(--color-light-hover);
    color: var(--body-color);
    text-decoration: none;
    transform: translate(0, -1rem);
}

.refill__item-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 5.2rem;
    height: 5.2rem;
    margin: 0 1.6rem 0 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 0.8rem;
    overflow: hidden;
}

.refill__item-icon img,
.refill__item-icon svg {
    display: block;
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

@media (min-width: 1200px) {
    .refill__item-icon {
        width: 7.2rem;
        height: 7.2rem;
        margin: 0 0 2.4rem;
    }
}

.refill__item-desc {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.2rem 0 0;
}

@media (min-width: 1200px) {
    .refill__item-desc {
        padding: 0;
    }
}

.refill__item-title {
    display: block;
    margin: 0 0 0.2rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 500;
}

@media (min-width: 640px) {
    .refill__item-title {
        margin: 0 0 0.4rem;
    }
}

@media (min-width: 1200px) {
    .refill__item-title {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 500;
        margin: 0 0 0.8rem;
    }
}

.refill__item-text {
    display: block;
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.29;
    font-weight: 400;
    color: var(--color-grey);
}

@media (min-width: 1200px) {
    .refill__item-text {
        font-size: 1.6rem;
        line-height: 1.25;
        font-weight: 400;
    }
}

.privileges {
    margin: 0 0 6.4rem;
}

@media (min-width: 1200px) {
    .privileges {
        margin: 0 0 12.8rem;
    }
}

.privileges__title {
    display: block;
    margin: 0 0 2.4rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.17;
    font-weight: 500;
}

@media (min-width: 640px) {
    .privileges__title {
        margin: 0 0 3.2rem;
    }
}

@media (min-width: 1200px) {
    .privileges__title {
        font-size: 4rem;
        line-height: 1.2;
        font-weight: 500;
        margin: 0 0 4.8rem;
    }
}

@media (min-width: 1200px) {
    .privileges__item {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.privileges__item-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 4.8rem;
    height: 4.8rem;
    margin: 0 0 1.6rem;
    border-radius: 0.8rem;
    overflow: hidden;
}

.privileges__item-icon img,
.privileges__item-icon svg {
    display: block;
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

@media (min-width: 1200px) {
    .privileges__item-icon {
        width: 7.2rem;
        height: 7.2rem;
        margin: 0 2.4rem 0 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}

@media (min-width: 1200px) {
    .privileges__item-desc {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        max-width: 42rem;
    }
}

.privileges__item-title {
    display: block;
    margin: 0 0 0.4rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .privileges__item-title {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 500;
        margin: 0 0 0.8rem;
    }
}

.privileges__item-text {
    display: block;
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.33;
    font-weight: 400;
    color: var(--color-grey);
}

@media (min-width: 1200px) {
    .privileges__item-text {
        font-size: 1.6rem;
        line-height: 1.25;
        font-weight: 400;
    }
}

.stock {
    margin: 0 0 6.4rem;
}

@media (min-width: 1200px) {
    .stock {
        margin: 0 0 12.8rem;
    }
}

.stock__wrapper {
    background: var(--color-light);
    border-radius: 1.6rem;
    padding: 3.2rem 1.6rem;
    overflow: hidden;
}

@media (min-width: 640px) {
    .stock__wrapper {
        padding: 4rem 1.6rem;
    }
}

@media (min-width: 1200px) {
    .stock__wrapper {
        padding: 6.4rem 1.6rem;
    }
}

.stock__title {
    display: block;
    margin: 0 0 3.2rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.17;
    font-weight: 500;
    text-align: center;
}

@media (min-width: 1200px) {
    .stock__title {
        font-size: 4rem;
        line-height: 1.2;
        font-weight: 500;
        margin: 0 0 6.4rem;
    }
}

.stock__move {
    display: -ms-flexbox;
    display: flex;
}

.stock__move:hover .stock__move-marquee {
    animation-play-state: paused;
}

.stock__move-marquee {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -ms-flexbox;
    display: flex;
    min-width: 100%;
    animation-name: marqueeMove;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-duration: 50s;
}

@keyframes marqueeMove {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.stock__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 18rem;
    height: 12rem;
    padding: 1.2rem 1.2rem 1.6rem;
    margin: 0 0.6rem;
    background: var(--color-white);
    border-radius: 1.6rem;
    text-decoration: none;
    color: var(--body-color);
    position: relative;
    transition: 0.25s;
}

.stock__item:hover {
    text-decoration: none;
    background: var(--color-white-hover);
    color: var(--body-color);
}

@media (min-width: 640px) {
    .stock__item {
        width: 18rem;
        height: 13.2rem;
    }
}

@media (min-width: 1200px) {
    .stock__item {
        width: 21.2rem;
        height: 14.2rem;
        border-radius: 1.6rem;
        padding: 1.6rem 1.6rem 2rem;
        margin: 0 1.2rem;
    }
}

.stock__item-image {
    display: block;
    width: 4.4rem;
    height: 4.4rem;
    margin: 0 0 1.6rem;
    border-radius: 0.8rem;
    overflow: hidden;
}

.stock__item-image img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

@media (min-width: 1200px) {
    .stock__item-image {
        width: 4.8rem;
        height: 4.8rem;
        margin: 0 0 0.8rem;
    }
}

.stock__item-price {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0.8rem;
    right: 0.8rem;
    z-index: 100;
    background: #ffffff;
    border: 1px solid #dad6d1;
    color: var(--color-dark);
    border-radius: 0.4rem;
    padding: 0 0.6rem;
    font-size: 1.2rem;
    line-height: 1.33;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    white-space: nowrap;
}

@media (min-width: 1200px) {
    .stock__item-price {
        padding: 0.4rem 0.8rem;
        height: 2.8rem;
        position: absolute;
        top: 1.6rem;
        right: 1.6rem;
    }
}

.stock__item-title {
    display: block;
    margin: auto 0 0 0;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 1.4rem;
    line-height: 1.29;
    font-weight: 500;
}

@media (min-width: 640px) {
    .stock__item-title {
        font-size: 1.6rem;
        line-height: 1.25;
        font-weight: 500;
    }
}

@media (min-width: 1200px) {
    .stock__item-title {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 500;
    }
}

.how {
    margin: 0 0 6.4rem;
}

@media (min-width: 1200px) {
    .how {
        margin: 0 0 12.8rem;
    }
}

.how__title {
    display: block;
    margin: 0 0 2.4rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.17;
    font-weight: 500;
    text-align: center;
}

@media (min-width: 1200px) {
    .how__title {
        font-size: 4rem;
        line-height: 1.2;
        font-weight: 500;
        margin: 0 0 4.8rem;
    }
}

@media (min-width: 1200px) {
    .how__wrapper .row {
        margin: 0 -3.2rem;
    }

    .how__wrapper .row>[class^='col'] {
        padding: 0 3.2rem;
    }
}

.how__image {
    display: none;
}

@media (min-width: 1200px) {
    .how__image {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: var(--color-light);
        border-radius: 0.8rem;
        padding: 4.8rem 6.4rem;
        margin: 0 -3.2rem 0 0;
    }

    .how__image img {
        display: block;
        max-width: 45.4rem;
    }
}

.how__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.how__list>li {
    margin: 0 0 0.8rem;

    .tariff-card__fancybox & {
        margin: 0 0 2.4rem;
    }
}

.how__list>li:last-child {
    margin: 0;
}

.tariff-card__fancybox .how__list {
    margin-left: 0;
    padding: 2.4rem 0;

    .how__row {
        display: flex;
        align-items: center;
        gap: 1.6rem;

        &:not(:last-child) {
            padding-bottom: 1.6rem;
            margin-bottom: 1.6rem;
            /* border-bottom: 1px solid #f5f5f8; */
        }
    }

    .how__title {
        font-family: var(--font-heading);
        color: var(--color-grey);
        font-size: 1.4rem;
        line-height: 1.6rem;
        font-weight: 400;
        text-align: left;
        width: clamp(10rem, 13vw, 16.6rem);
        flex-shrink: 0;
        margin-bottom: 0;

        @media (width <=1200px) {
            font-size: 1.2rem;
        }
    }

    .how__value {
        /* font-size: clamp(1.4rem, 2vw, 1.8rem); */
        font-size: 1.6rem;
        font-weight: 400;
        /* line-height: clamp(1.6rem, 1.5vw, 2.4rem); */
        line-height: 2rem;
        text-align: left;

        @media (width <=1200px) {
            font-size: 1.2rem;
            line-height: 1.6rem;
        }
    }
}

.tariff-card__fancybox h2 {
    font-family: var(--font-heading);
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin: 2.4rem 0;
    font-weight: 500;

    @media (width <=1200px) {
        font-size: 1.6rem;
        line-height: 2rem;
    }
}

.tariff-card__fancybox .popup__action {
    margin-top: 3.2rem;
}

@media (min-width: 1200px) {
    .how__list {
        padding: 4.8rem 0;
        margin: 0 0 0 3.2rem;
    }

    .how__list>li {
        margin: 0 0 2.4rem;
    }

    .how__list>li:last-child {
        margin: 0;
    }
}

.how__item {
    background: var(--color-light);
    border: 1px solid var(--color-light);
    border-radius: 0.8rem;
    padding: 2rem;
    position: relative;
    cursor: pointer;
    transition: background 0.25s;
    min-height: 6.4rem;
    overflow: hidden;
}

.how__item:after {
    content: '';
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    background: url("data:image/svg+xml,%3Csvg width='33' height='32' viewBox='0 0 33 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.4922 19.7333C15.9663 20.0889 16.6182 20.0889 17.0922 19.7333L22.4256 15.7333C23.0147 15.2915 23.1341 14.4558 22.6922 13.8667C22.2504 13.2776 21.4147 13.1582 20.8256 13.6L16.2922 17L11.7589 13.6C11.1698 13.1582 10.3341 13.2776 9.89223 13.8667C9.45041 14.4558 9.5698 15.2915 10.1589 15.7333L15.4922 19.7333Z' fill='%23242624'/%3E%3C/svg%3E%0A") 50% 50% no-repeat;
    background-size: contain;
    position: absolute;
    top: 2rem;
    right: 2rem;
    transition: transform 0.25s;
}

.how__item:hover {
    background: transparent;
}

.how__item.is-open {
    background: transparent;
}

.how__item.is-open:after {
    transform: rotate(180deg);
}

@media (min-width: 1200px) {
    .how__item {
        padding: 2.4rem;
        min-height: 7.2rem;
    }

    .how__item:after {
        width: 2.4rem;
        height: 2.4rem;
        top: 2.4rem;
        right: 2.4rem;
    }
}

.how__item-question {
    display: block;
    margin: 0;
    padding: 0 4.8rem 0 0;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 700;
    position: relative;

    .tariff-card__fancybox & {
        font-weight: 400;
    }
}

.how__item-question:before {
    content: '';
    display: block;
    position: absolute;
    top: -2rem;
    bottom: -2rem;
    left: -2rem;
    right: -7.6rem;
    border-radius: 0.8rem;
}

@media (min-width: 1200px) {
    .how__item-question {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 700;

        .tariff-card__fancybox & {
            font-weight: 400;
        }
    }

    .how__item-question:before {
        top: -2.4rem;
        bottom: -2.4rem;
        left: -2.4rem;
        right: -2.4rem;
    }
}

.how__item-answer {
    display: none;
    position: relative;
    top: 1.6rem;
    padding: 0 0 1.6rem;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
}

.how__item-answer p {
    margin: 0 0 2.4rem;
}

.how__item-answer p:last-child {
    margin: 0;
}

.how__item-answer picture {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: none;
    margin: 0 0 2.4rem;
}

.how__item-answer picture img {
    display: block;
}

.how__item-answer picture:last-child {
    margin: 0 0 -2rem;
}

.how__item-answer .ui-btn {
    margin: 0 0 0.8rem;
}

.how__item-answer .ui-btn:last-child {
    margin: 0;
}

@media (min-width: 1200px) {
    .how__item-answer {
        top: 1.6rem;
        padding: 0 0 1.6rem;
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
    }

    .how__item-answer picture {
        margin: 0 0 1.6rem;
    }

    .how__item-answer picture:last-child {
        margin: 0;
    }

    .how__item-answer p {
        margin: 0 0 1.6rem;
    }

    .how__item-answer p:last-child {
        margin: 0;
    }

    .how__item-answer .ui-btn {
        margin: 0 0 1.6rem;
    }

    .how__item-answer .ui-btn:last-child {
        margin: 0;
    }
}

.mobile-app {
    display: none;
}

@media (min-width: 1200px) {
    .mobile-app {
        display: block;
        position: relative;
        top: -8rem;
        margin: 0 0 4.8rem;
    }
}

.mobile-app__wrapper {
    background: #ffffff;
    border: 1px solid #dad6d1;
    border-radius: 1.6rem;
    padding: 2rem 2rem 2rem 4rem;
}

.mobile-app__wrapper .row {
    margin: 0 -0.8rem;
}

.mobile-app__wrapper .row>[class^='col'] {
    padding: 0 0.8rem;
}

.mobile-app__desc {
    padding: 1.2rem 0;
    max-width: 52rem;
}

.mobile-app__mark {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 2.8rem;
    border: 1px solid #dad6d1;
    background: #ffffff;
    border-radius: 0.4rem;
    padding: 0.4rem 0.8rem;
    font-size: 1.2rem;
    line-height: 1.33;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    white-space: nowrap;
    color: var(--color-dark);
    margin: 0 0 1.6rem;
}

.mobile-app__mark:last-child {
    margin: 0;
}

.mobile-app__title {
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.8rem;
    line-height: 1.14;
    font-weight: 500;
    display: block;
    margin: 0 0 1.6rem;
}

.mobile-app__title:last-child {
    margin: 0;
}

.mobile-app__download {
    width: 22.2rem;
}

.mobile-app__download .ui-btn {
    margin: 0 0 1.6rem;
}

.mobile-app__download .ui-btn:last-child {
    margin: 0;
}

.mobile-app__qr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 14.4rem;
}

.mobile-app__qr img {
    display: block;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.location {
    position: relative;
    padding: 38.2rem 0 0 0;
    margin: 0 0 3.2rem;
}

.location .container-fluid {
    max-width: 144rem;
}

@media (min-width: 640px) {
    .location {
        padding: 43.2rem 0 0 0;
    }
}

@media (min-width: 1200px) {
    .location {
        margin: 0 0 12.8rem;
        padding: 9.8rem 0 7rem;
        min-height: 66.2rem;
    }
}

.location__map {
    display: block;
    background: #f4f4f2;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    margin: 0 0 0 -50vw;
    height: 43rem;
    z-index: 1;
}

.location__map [class*='ymaps-2-1'][class*='-ground-pane'] {
    filter: grayscale(100%);
}

.location__map [class*='gotoymaps'],
.location__map [class*='gototaxi'],
.location__map [class*='gototech'],
.location__map [class*='copyright'] {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@media (min-width: 640px) {
    .location__map {
        height: 48rem;
    }
}

@media (min-width: 1200px) {
    .location__map {
        height: 100%;
    }
}

.location__desc {
    background: #ffffff;
    box-shadow: 0 -1rem 1rem rgba(0, 0, 0, 0.08);
    border-radius: 2.4rem 2.4rem 0 0;
    margin: 0 -1.6rem;
    padding: 2.4rem 1.6rem 3.2rem;
    position: relative;
    z-index: 2;
}

@media (min-width: 640px) {
    .location__desc {
        margin: 0 -3.2rem;
        padding: 3.2rem;
    }
}

@media (min-width: 1200px) {
    .location__desc {
        padding: 3.2rem 2.4rem;
        margin: 0;
        max-width: 48.6rem;
        border-radius: 0.8rem;
    }
}

.location__title {
    display: block;
    margin: 0 0 2.8rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.17;
    font-weight: 500;
}

.location__dl {
    margin: 0;
    padding: 0;
}

.location__dl dt {
    display: block;
    margin: 0 0 1.6rem;
    font-size: 1.2rem;
    line-height: 1.33;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--color-grey);
}

.location__dl dd {
    display: block;
    margin: 0 0 2rem;
    padding: 0 0 2rem;
    border-bottom: 1px solid var(--color-light);
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
}

.location__dl dd:last-child {
    margin: 0;
}

.location__dl address {
    display: block;
    font-size: 1.4rem;
    line-height: 1.33;
    font-weight: 400;
    font-style: normal;
    padding: 0 1.6rem 0 0;
    margin: -0.8rem 0 -0.4rem;
}

.location__dl address a {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    left: 2rem;
    margin: 0 0 0 -2rem;
}

@media (min-width: 1200px) {
    .location__dl dd {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
    }

    .location__dl dd address {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
        margin: 0;
    }

    .location__dl dd:last-child {
        margin: 0;
        padding: 0;
        border: none;
    }
}

.autocredit {
    margin: 0 0 3.2rem;
}

.autocredit .row {
    margin: 0 -1.2rem -2.4rem;
}

.autocredit .row>[class^='col'] {
    padding: 0 1.2rem 2.4rem;
}

.autocredit .ui-tabs__control {
    margin-bottom: 3.2rem;
}

@media (min-width: 1200px) {
    .autocredit {
        margin: 0 0 12.8rem;
    }
}

.autocredit__dl {
    margin: 0;
    padding: 0;
}

.autocredit__dl dt {
    display: block;
    margin: 0 0 0.8rem;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 700;
}

.autocredit__dl dd {
    display: block;
    margin: 0 0 2rem;
    padding: 0 3.2rem 0 0;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
}

.autocredit__dl dd:last-child {
    margin: 0;
}

@media (min-width: 640px) {
    .autocredit__dl dt {
        font-size: 2.4rem;
        line-height: 1.17;
        font-weight: 700;
    }
}

@media (min-width: 1200px) {
    .autocredit__dl dt {
        margin: 0 0 1.2rem;
    }

    .autocredit__dl dd {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
        margin: 0 0 3.2rem;
        padding: 0 3.2rem 0 0;
    }

    .autocredit__dl dd:last-child {
        margin: 0;
    }
}

.autocredit__image {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
}

.autocredit__image img {
    display: block;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.benefits-cards {
    margin: 0 0 6.4rem;
}

@media (min-width: 1200px) {
    .benefits-cards {
        margin: 0 0 12.8rem;
    }
}

.benefits-cards__title {
    display: block;
    margin: 0 0 2.4rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.17;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .benefits-cards__title {
        font-size: 4rem;
        line-height: 1.2;
        font-weight: 500;
        margin: 0 0 4.8rem;
    }
}

.benefits-cards__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.benefits-cards__list>li {
    margin: 0 0 0.8rem;
}

.benefits-cards__list>li:last-child {
    margin: 0;
}

@media (min-width: 640px) {
    .benefits-cards__list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -0.6rem -1.2rem;
    }

    .benefits-cards__list>li {
        padding: 0 0.6rem 1.2rem;
        margin: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: unset;
        flex-grow: 1;
    }

    .benefits-cards__list>li:last-child {
        margin: 0;
    }
}

@media (min-width: 1200px) {
    .benefits-cards__list {
        margin: 0 -1.2rem -2.4rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .benefits-cards__list>li {
        padding: 0 1.2rem 2.4rem;
        margin: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: unset;
        flex-grow: 1;
    }
}

.benefits-cards__item {
    background: var(--color-light);
    color: var(--color-dark);
    border-radius: 1.6rem;
    padding: 0.8rem 2rem 1.2rem 0.8rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100%;
    text-decoration: none;
    transition: transform 0.5s,
        color 0.25s,
        background 0.25s;
    will-change: transform;
    overflow: hidden;
}

@media (min-width: 1200px) {
    .benefits-cards__item {
        padding: 2.4rem;
        display: block;
        min-height: 100%;
    }
}

a.benefits-cards__item:hover {
    background: var(--color-light-hover);
    color: var(--body-color);
    text-decoration: none;
    transform: translate(0, -1rem);
}

.benefits-cards__item-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 5.2rem;
    height: 5.2rem;
    margin: 0 1.6rem 0 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 0.8rem;
    overflow: hidden;
}

.benefits-cards__item-icon img,
.benefits-cards__item-icon svg {
    display: block;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (min-width: 1200px) {
    .benefits-cards__item-icon {
        width: 7.2rem;
        height: 7.2rem;
        margin: 0 0 2.4rem;
    }
}

.benefits-cards__item-desc {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.2rem 0 0;
}

@media (min-width: 1200px) {
    .benefits-cards__item-desc {
        padding: 0;
    }
}

.benefits-cards__item-title {
    display: block;
    margin: 0 0 0.2rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 500;
}

@media (min-width: 640px) {
    .benefits-cards__item-title {
        margin: 0 0 0.4rem;
    }
}

@media (min-width: 1200px) {
    .benefits-cards__item-title {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 500;
        margin: 0 0 0.8rem;
    }
}

.benefits-cards__item-text {
    display: block;
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.29;
    font-weight: 400;
    color: var(--color-grey);
}

@media (min-width: 1200px) {
    .benefits-cards__item-text {
        font-size: 1.6rem;
        line-height: 1.25;
        font-weight: 400;
    }
}

.insurance {
    margin: 0 0 6.4rem;
}

@media (min-width: 1200px) {
    .insurance {
        margin: 0 0 12.8rem;
    }
}

.insurance__wrapper {
    background: var(--color-light);
    border-radius: 1.6rem;
    padding: 3.2rem 1.6rem 2.4rem;
    text-align: center;
    overflow: hidden;
}

@media (min-width: 640px) {
    .insurance__wrapper {
        padding: 4rem 1.6rem;
    }
}

@media (min-width: 1200px) {
    .insurance__wrapper {
        padding: 6.4rem 3.2rem;
    }
}

.insurance__title {
    display: block;
    margin: 0 0 3.2rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.17;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .insurance__title {
        font-size: 4rem;
        line-height: 1.2;
        font-weight: 500;
        margin: 0 0 4.8rem;
    }
}

.insurance__swiper {
    margin: 0 0 3.2rem;
}

@media (min-width: 1200px) {
    .insurance__swiper {
        margin: 0 0 4.8rem;
    }
}

.insurance__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 16.8rem;
    height: 7.8rem;
    background: var(--color-white);
    color: var(--color-dark);
    border-radius: 1.6rem;
    margin: 0 0.4rem;
    text-decoration: none;
    transition: color 0.25s,
        background 0.25s;
}

.insurance__item:hover {
    background: var(--color-white-hover);
    color: var(--color-dark);
}

@media (min-width: 1200px) {
    .insurance__item {
        margin: 0 1.2rem;
        width: 19.6rem;
        height: 9rem;
    }
}

.insurance__item-image {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.insurance__item-image img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.insurance__action {
    margin-top: 4.8rem;
}

.insurance__action .ui-btn {
    width: 100%;
}

@media (min-width: 640px) {
    .insurance__action .ui-btn {
        width: auto;
    }
}

.companies-table__heading,
.companies-table__item {
    display: grid;
    grid-template-columns: 40.2rem 1fr;

    @media (width < 500px) {
        grid-template-columns: 1fr 10rem;
        column-gap: 1.2rem;
    }
}

.companies-table__heading {
    font-family: var(--font-heading);
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.33;
    padding: 2.4rem 0 2.4rem;
    position: sticky;
    top: -2.4rem;
    background: var(--color-white);
    z-index: 1;

    @media (width < 1200px) {
        top: 0;
        padding-top: 6.4rem;
    }
}

#popup-info-companies .popup__close {
    @media (width < 1200px) {
        position: fixed;
    }
}

.companies-table__item:not(:last-child) {
    padding-bottom: 1.6rem;
    margin-bottom: 1.6rem;
    border-bottom: 1px solid var(--color-light);

    @media (width < 1200px) {
        margin-bottom: 1.2rem;
        padding-bottom: 1.2rem;
    }
}

.companies-table__item {
    font-size: 1.6rem;
    line-height: 1.25;

    @media (width < 1200px) {
        font-size: 1.4rem;
    }
}

.companies-table__value,
.companies-table__inn {
    @media (width < 500px) {
        text-align: right;
    }
}

.payments-methods {
    margin: 0 0 6.4rem;
}

@media (min-width: 1200px) {
    .payments-methods {
        margin: 0 0 12.8rem;
    }
}

.payments-methods__title {
    display: block;
    margin: 0 0 3.2rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.17;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .payments-methods__title {
        margin: 0 0 4.8rem;
        font-size: 4rem;
        line-height: 1.2;
        font-weight: 500;
    }
}

.payments-methods__table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1.8rem;
    line-height: 1.33;
    font-weight: 400;
    text-align: left;
}

.payments-methods__table th,
.payments-methods__table td {
    padding: 2.4rem 1.2rem;
    vertical-align: top;
    border-bottom: 1px solid var(--color-border);
    border-top: 1px solid var(--color-border);
}

.payments-methods__table th:first-child,
.payments-methods__table td:first-child {
    padding-left: 0;
    min-width: 32rem;
}

.payments-methods__table th:last-child,
.payments-methods__table td:last-child {
    padding-right: 0;
}

.payments-methods__table th {
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.17;
    font-weight: 500;
    white-space: nowrap;
    text-align: inherit;
}

.payments-methods__table p {
    margin: 0;
}

.payments-methods__table p.note {
    margin-top: 1.2rem;
    color: var(--color-grey);
}

@media (max-width: 1199px) {
    .payments-methods__table p.note {
        font-size: 1.2rem;
        line-height: 1.6rem;
    }
}

@media (max-width: 1199px) {
    .payments-methods__table {
        font-size: 1.6rem;
        line-height: 1.25;
        font-weight: 400;
        display: block;
    }

    .payments-methods__table thead,
    .payments-methods__table tbody,
    .payments-methods__table tr,
    .payments-methods__table th,
    .payments-methods__table td {
        display: block;
        border: none;
        padding: 0;
        margin: 0;
    }

    .payments-methods__table tr {
        border-bottom: 1px solid var(--color-border);
        padding: 1.6rem 0;
    }

    .payments-methods__table tr:first-child {
        border-top: 1px solid var(--color-border);
    }

    .payments-methods__table th {
        font-size: 1.6rem;
        line-height: 1.25;
        font-weight: 500;
        margin: 0 0 1.2rem;
    }
}

.instructions {
    margin: 0 0 6.4rem;
}

@media (min-width: 1200px) {
    .instructions {
        margin: 0 0 12.8rem;
    }
}

.instructions__title {
    display: block;
    margin: 0 0 3.2rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.17;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .instructions__title {
        font-size: 4rem;
        line-height: 1.2;
        font-weight: 500;
        margin: 0 0 4.8rem;
        text-align: center;
    }
}

.instructions__wrapper .row {
    margin: 0 -1.2rem -2.4rem;
}

.instructions__wrapper .row>[class^='col'] {
    padding: 0 1.2rem 2.4rem;
}

@media (min-width: 1200px) {
    .instructions__wrapper .row {
        margin: 0 -3.2rem;
    }

    .instructions__wrapper .row>[class^='col'] {
        padding: 0 3.2rem;
    }
}

.instructions__authorization {
    background: var(--color-light);
    border-radius: 1.6rem;
    padding: 2.4rem 1.6rem;
}

@media (min-width: 640px) {
    .instructions__authorization {
        padding: 2.4rem;
    }
}

@media (min-width: 1200px) {
    .instructions__authorization {
        padding: 4.8rem 5.6rem;
        margin: 0 -3.2rem 0 0;
        text-align: center;
    }
}

.instructions__authorization-image {
    margin: 0 -1.6rem -2.4rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.instructions__authorization-image img {
    display: block;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 52.8rem;
}

@media (min-width: 640px) {
    .instructions__authorization-image {
        margin: 0 0 -2.4rem;
    }
}

@media (min-width: 1200px) {
    .instructions__authorization-image {
        margin: 0 0 -4.8rem;
    }
}

.instructions__authorization-title {
    display: block;
    margin: 0 0 0.8rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 500;
}

@media (min-width: 640px) {
    .instructions__authorization-title {
        margin: 0 0 1.2rem;
        font-size: 2.4rem;
        line-height: 1.17;
        font-weight: 500;
    }
}

@media (min-width: 1200px) {
    .instructions__authorization-title {
        margin: 0 0 1.6rem;
        font-size: 2.8rem;
        line-height: 1.14;
        font-weight: 500;
    }
}

.instructions__authorization-text {
    display: block;
    margin: 0 0 2rem;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
}

@media (min-width: 640px) {
    .instructions__authorization-text {
        margin: 0 0 2.4rem;
    }
}

@media (min-width: 1200px) {
    .instructions__authorization-text {
        margin: 0 0 3.2rem;
        padding: 0 1.6rem;
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
    }
}

.instructions__authorization-qr {
    display: none;
}

@media (min-width: 1200px) {
    .instructions__authorization-qr {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0;
        text-align: left;
    }
}

@media (min-width: 1200px) {
    .instructions__authorization-qr-image {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 2.4rem 0 0;
        width: 12.4rem;
        height: 12.4rem;
    }

    .instructions__authorization-qr-image img {
        display: block;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}

@media (min-width: 1200px) {
    .instructions__authorization-qr-text {
        display: block;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
    }
}

.instructions__authorization-downloads {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 2.4rem;
}

@media (min-width: 1200px) {
    .instructions__authorization-downloads {
        display: none;
    }
}

.instructions__authorization-downloads-menu {
    margin: 0 -0.6rem -0.8rem;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex: 1;
    flex: 1;
}

.instructions__authorization-downloads-menu>li {
    padding: 0 0.6rem 0.8rem;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (hover: none) {
    @supports not (-webkit-touch-callout: none) {
        .instructions__authorization-downloads-menu .is-ios {
            display: none;
        }
    }

    @supports (-webkit-touch-callout: none) {
        .instructions__authorization-downloads-menu .is-android {
            display: none;
        }
    }
}

@media (min-width: 1200px) {
    .instructions__authorization-downloads-menu {
        padding: 0 2.4rem 0 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .instructions__authorization-downloads-menu>li {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: none;
    }
}

.instructions__authorization-downloads-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 6.4rem;
    width: 100%;
    background: var(--color-white);
    border-radius: 0.8rem;
    text-decoration: none;
    color: var(--body-color);
    transition: background 0.25s,
        color 0.25s;
    backface-visibility: hidden;
    text-indent: -999.9rem;
}

.instructions__authorization-downloads-btn:hover {
    background: var(--color-light-hover);
    color: var(--body-color);
}

.instructions__authorization-downloads-btn--appstore .applications__download-btn-icon,
.instructions__authorization-downloads-btn--appstore .applications__download-btn-text,
.instructions__authorization-downloads-btn--googleplay .applications__download-btn-icon,
.instructions__authorization-downloads-btn--googleplay .applications__download-btn-text {
    display: none;
}

.instructions__authorization-downloads-btn--appstore:after {
    content: '';
    display: block;
    width: 12.9rem;
    height: 3.2rem;
    background: url("data:image/svg+xml,%3Csvg width='129' height='32' viewBox='0 0 129 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M54.2569 24.7331H51.7794L50.4222 20.4677H45.7049L44.4121 24.7331H42L46.6737 10.2118H49.5603L54.2569 24.7331ZM50.0131 18.6782L48.7858 14.8864C48.6559 14.499 48.4127 13.5868 48.0537 12.1508H48.0101C47.8672 12.7684 47.637 13.6806 47.3206 14.8864L46.1151 18.6782H50.0131Z' fill='%2324303B'/%3E%3Cpath d='M66.2739 19.3693C66.2739 21.1501 65.7928 22.5577 64.8305 23.5911C63.9687 24.5109 62.8985 24.9703 61.6209 24.9703C60.242 24.9703 59.2514 24.4749 58.6481 23.4841H58.6044V29L56.2785 29V17.7097C56.2785 16.5901 56.2491 15.4411 56.1923 14.2627H58.2379L58.3677 15.9223H58.4113C59.187 14.6718 60.3642 14.0477 61.9439 14.0477C63.1788 14.0477 64.2098 14.5355 65.0345 15.512C65.8615 16.4897 66.2739 17.7751 66.2739 19.3693ZM63.9043 19.4544C63.9043 18.4353 63.6752 17.5951 63.2148 16.9338C62.7119 16.2442 62.0366 15.8994 61.19 15.8994C60.6162 15.8994 60.0947 16.0915 59.6289 16.4701C59.1619 16.852 58.8565 17.3507 58.7135 17.9683C58.6415 18.2563 58.6055 18.492 58.6055 18.6775V20.4234C58.6055 21.185 58.839 21.8277 59.3059 22.3526C59.7729 22.8774 60.3794 23.1393 61.1256 23.1393C62.0017 23.1393 62.6835 22.8011 63.1712 22.1267C63.6599 21.4513 63.9043 20.5609 63.9043 19.4544Z' fill='%2324303B'/%3E%3Cpath d='M78.3164 19.3693C78.3164 21.1501 77.8353 22.5577 76.872 23.5911C76.0112 24.5109 74.941 24.9703 73.6635 24.9703C72.2845 24.9703 71.2939 24.4749 70.6917 23.4841H70.6481V29H68.3221V17.7097C68.3221 16.5901 68.2927 15.4411 68.2359 14.2627H70.2815L70.4113 15.9223H70.4549C71.2295 14.6718 72.4067 14.0477 73.9875 14.0477C75.2214 14.0477 76.2523 14.5355 77.0793 15.512C77.9029 16.4897 78.3164 17.7751 78.3164 19.3693ZM75.9468 19.4544C75.9468 18.4353 75.7167 17.5951 75.2563 16.9338C74.7533 16.2442 74.0802 15.8994 73.2325 15.8994C72.6576 15.8994 72.1372 16.0915 71.6703 16.4701C71.2034 16.852 70.899 17.3507 70.7561 17.9683C70.6852 18.2563 70.6481 18.492 70.6481 18.6775V20.4234C70.6481 21.185 70.8815 21.8277 71.3463 22.3526C71.8132 22.8764 72.4198 23.1393 73.1682 23.1393C74.0442 23.1393 74.7261 22.8011 75.2137 22.1267C75.7025 21.4513 75.9468 20.5609 75.9468 19.4544Z' fill='%2324303B'/%3E%3Cpath d='M91.7794 20.6618C91.7794 21.897 91.3507 22.902 90.4899 23.6778C89.544 24.5256 88.2272 24.949 86.5352 24.949C84.9729 24.949 83.7205 24.6479 82.7724 24.0444L83.3114 22.1054C84.3325 22.723 85.4529 23.0329 86.6737 23.0329C87.5498 23.0329 88.2316 22.8343 88.7214 22.4393C89.2091 22.0443 89.4524 21.514 89.4524 20.8528C89.4524 20.2635 89.2516 19.7671 88.8491 19.3644C88.4487 18.9618 87.7799 18.5875 86.8461 18.2416C84.3041 17.2934 83.0343 15.9043 83.0343 14.0777C83.0343 12.884 83.4794 11.9052 84.3707 11.1435C85.2587 10.3808 86.4435 10 87.925 10C89.2462 10 90.3437 10.2302 91.2197 10.6896L90.6383 12.5861C89.82 12.1409 88.8949 11.9183 87.8596 11.9183C87.0414 11.9183 86.4021 12.1201 85.9439 12.5217C85.5566 12.8807 85.3624 13.3182 85.3624 13.8366C85.3624 14.4105 85.5838 14.8852 86.0289 15.2583C86.4162 15.6032 87.1199 15.9763 88.141 16.379C89.3902 16.882 90.3077 17.4701 90.8979 18.1445C91.4859 18.8166 91.7794 19.6579 91.7794 20.6618Z' fill='%2324303B'/%3E%3Cpath d='M99.4681 16.0098H96.9043V21.0935C96.9043 22.3866 97.356 23.0325 98.2615 23.0325C98.6771 23.0325 99.0219 22.9965 99.2946 22.9245L99.359 24.6911C98.9008 24.8624 98.2975 24.9486 97.5502 24.9486C96.6316 24.9486 95.9137 24.6682 95.3955 24.1084C94.8795 23.5476 94.6199 22.607 94.6199 21.2856V16.0076H93.0925V14.2617L94.6199 14.2617V12.3445L96.9043 11.6549V14.2617H99.4681V16.0098Z' fill='%2324303B'/%3E%3Cpath d='M111.035 19.4121C111.035 21.0216 110.575 22.343 109.656 23.3763C108.693 24.4402 107.415 24.9705 105.821 24.9705C104.285 24.9705 103.062 24.4609 102.15 23.4418C101.238 22.4226 100.782 21.1361 100.782 19.5856C100.782 17.963 101.251 16.634 102.192 15.6006C103.131 14.5662 104.399 14.049 105.993 14.049C107.529 14.049 108.765 14.5586 109.698 15.5788C110.59 16.5685 111.035 17.8463 111.035 19.4121ZM108.622 19.4874C108.622 18.5217 108.416 17.6935 107.998 17.0028C107.511 16.167 106.813 15.7501 105.91 15.7501C104.975 15.7501 104.265 16.1681 103.777 17.0028C103.359 17.6946 103.153 18.5359 103.153 19.531C103.153 20.4967 103.359 21.3249 103.777 22.0145C104.28 22.8504 104.983 23.2672 105.889 23.2672C106.777 23.2672 107.475 22.8416 107.977 21.9927C108.406 21.2889 108.622 20.452 108.622 19.4874Z' fill='%2324303B'/%3E%3Cpath d='M118.596 16.3086C118.366 16.266 118.121 16.2442 117.863 16.2442C117.045 16.2442 116.412 16.553 115.967 17.1717C115.58 17.7173 115.386 18.4069 115.386 19.2395V24.7335H113.061L113.083 17.5602C113.083 16.3533 113.053 15.2545 112.995 14.2638H115.021L115.106 16.2671H115.171C115.416 15.5786 115.803 15.0243 116.334 14.6086C116.852 14.2343 117.411 14.0477 118.015 14.0477C118.23 14.0477 118.424 14.063 118.596 14.0903V16.3086Z' fill='%2324303B'/%3E%3Cpath d='M129 19.0026C129 19.4194 128.973 19.7707 128.915 20.0577H121.937C121.964 21.0922 122.301 21.8833 122.95 22.4288C123.538 22.9166 124.298 23.161 125.232 23.161C126.265 23.161 127.208 22.9962 128.055 22.6656L128.42 24.2806C127.429 24.7127 126.259 24.9276 124.91 24.9276C123.287 24.9276 122.012 24.4497 121.085 23.4949C120.16 22.5401 119.696 21.258 119.696 19.6496C119.696 18.0707 120.127 16.7558 120.99 15.7072C121.893 14.5877 123.114 14.0279 124.65 14.0279C126.159 14.0279 127.301 14.5877 128.077 15.7072C128.691 16.5965 129 17.6964 129 19.0026ZM126.782 18.3991C126.797 17.7095 126.646 17.1137 126.33 16.6107C125.928 15.9637 125.309 15.6407 124.477 15.6407C123.716 15.6407 123.098 15.956 122.625 16.5889C122.238 17.0919 122.008 17.6953 121.937 18.3981L126.782 18.3991Z' fill='%2324303B'/%3E%3Cpath d='M22.108 16.768C22.071 12.7844 25.4734 10.8464 25.629 10.7562C23.7021 8.03332 20.7154 7.66129 19.6659 7.63162C17.1574 7.37578 14.7243 9.08638 13.4464 9.08638C12.1431 9.08638 10.1754 7.65634 8.05465 7.69837C5.3256 7.73915 2.77253 9.27054 1.3723 11.6486C-1.51744 16.4973 0.637752 23.6228 3.40634 27.5421C4.79127 29.4615 6.40957 31.6047 8.52777 31.5293C10.6001 31.4465 11.3742 30.2489 13.8749 30.2489C16.3528 30.2489 17.0797 31.5293 19.2399 31.4811C21.464 31.4465 22.8642 29.553 24.2007 27.6162C25.8011 25.4162 26.4439 23.2495 26.4694 23.1383C26.4171 23.121 22.1501 21.5426 22.108 16.768Z' fill='%2324303B'/%3E%3Cpath d='M18.0264 5.05393C19.141 3.703 19.9036 1.8651 19.6919 0C18.0787 0.069215 16.0612 1.08149 14.8995 2.40275C13.8716 3.56705 12.9534 5.4754 13.1906 7.27005C15.0028 7.40106 16.8634 6.38385 18.0264 5.05393Z' fill='%2324303B'/%3E%3C/svg%3E%0A") 50% 50% no-repeat;
    background-size: contain;
}

.instructions__authorization-downloads-btn--googleplay:after {
    content: '';
    display: block;
    width: 13.9rem;
    height: 2.7rem;
    background: url("data:image/svg+xml,%3Csvg id='icon-googleplay' width='139' height='27' viewBox='0 0 139 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='icon-googleplay_mask' fill='white'%3E%3Cpath d='M69.2884 11.5235C66.4888 11.5235 64.2015 13.6271 64.2015 16.5181C64.2015 19.3974 66.4888 21.5127 69.2884 21.5127C72.088 21.5127 74.3753 19.3974 74.3753 16.5181C74.3753 13.6271 72.0999 11.5235 69.2884 11.5235ZM69.2884 19.5502C67.7516 19.5502 66.4292 18.3044 66.4292 16.5181C66.4292 14.72 67.7516 13.4861 69.2884 13.4861C70.8252 13.4861 72.1475 14.72 72.1475 16.5181C72.1475 18.3044 70.8252 19.5502 69.2884 19.5502ZM58.1972 11.5235C55.3976 11.5235 53.1103 13.6271 53.1103 16.5181C53.1103 19.3974 55.3976 21.5127 58.1972 21.5127C60.9968 21.5127 63.2841 19.3974 63.2841 16.5181C63.2841 13.6271 60.9968 11.5235 58.1972 11.5235ZM58.1972 19.5502C56.6604 19.5502 55.3381 18.3044 55.3381 16.5181C55.3381 14.72 56.6604 13.4861 58.1972 13.4861C59.734 13.4861 61.0564 14.72 61.0564 16.5181C61.0564 18.3044 59.734 19.5502 58.1972 19.5502ZM44.9974 13.063V15.1784H50.1439C49.9891 16.3653 49.584 17.2467 48.9764 17.8461C48.2259 18.5865 47.0584 19.3974 45.0094 19.3974C41.8405 19.3974 39.3625 16.8824 39.3625 13.7564C39.3625 10.6303 41.8405 8.11538 45.0094 8.11538C46.7129 8.11538 47.9638 8.77349 48.8811 9.63139L50.3941 8.13888C49.1075 6.92842 47.4039 6 44.9974 6C40.6611 6 37.0156 9.47862 37.0156 13.7681C37.0156 18.0459 40.6611 21.5363 44.9974 21.5363C47.3443 21.5363 49.1075 20.7841 50.4894 19.3621C51.9071 17.9636 52.3479 15.9893 52.3479 14.4027C52.3479 13.9092 52.3121 13.4508 52.2287 13.0748H44.9974V13.063ZM98.976 14.7083C98.559 13.5918 97.2724 11.5235 94.6396 11.5235C92.0306 11.5235 89.8624 13.5448 89.8624 16.5181C89.8624 19.3151 92.0068 21.5127 94.8897 21.5127C97.2128 21.5127 98.559 20.1142 99.107 19.3034L97.3796 18.1634C96.8078 18.9978 96.0215 19.5502 94.8897 19.5502C93.758 19.5502 92.9479 19.0331 92.4356 18.0341L99.2142 15.2724L98.976 14.7083ZM92.0663 16.3653C92.0068 14.438 93.5793 13.4508 94.711 13.4508C95.5926 13.4508 96.3432 13.8856 96.5933 14.5085L92.0663 16.3653ZM86.5625 21.2189H88.7902V6.52884H86.5625V21.2189ZM82.917 12.6399H82.8455C82.3452 12.0523 81.3921 11.5235 80.177 11.5235C77.6395 11.5235 75.3164 13.7211 75.3164 16.5416C75.3164 19.3386 77.6395 21.5245 80.177 21.5245C81.3802 21.5245 82.3452 20.9957 82.8455 20.3845H82.917V21.1014C82.917 23.017 81.8806 24.0394 80.2127 24.0394C78.8546 24.0394 78.0088 23.0758 77.6633 22.2649L75.7215 23.064C76.2814 24.392 77.7586 26.0138 80.2127 26.0138C82.8217 26.0138 85.0257 24.4978 85.0257 20.8076V11.829H82.917V12.6399ZM80.3557 19.5502C78.8189 19.5502 77.5323 18.2809 77.5323 16.5416C77.5323 14.7788 78.8189 13.4978 80.3557 13.4978C81.8687 13.4978 83.06 14.7906 83.06 16.5416C83.06 18.2809 81.8806 19.5502 80.3557 19.5502ZM109.4 6.52884H104.075V21.2189H106.303V15.6485H109.412C111.878 15.6485 114.296 13.8856 114.296 11.0887C114.296 8.29166 111.866 6.52884 109.4 6.52884ZM109.46 13.6036H106.303V8.56195H109.46C111.127 8.56195 112.069 9.9252 112.069 11.0769C112.069 12.2286 111.127 13.6036 109.46 13.6036ZM123.195 11.5C121.587 11.5 119.919 12.2051 119.228 13.7446L121.206 14.5555C121.623 13.7446 122.409 13.4743 123.231 13.4743C124.375 13.4743 125.554 14.1559 125.566 15.3664V15.5192C125.161 15.2959 124.303 14.9551 123.243 14.9551C121.111 14.9551 118.954 16.1068 118.954 18.2574C118.954 20.22 120.694 21.4892 122.647 21.4892C124.137 21.4892 124.97 20.8311 125.483 20.0555H125.554V21.1954H127.699V15.5662C127.722 12.9572 125.745 11.5 123.195 11.5ZM122.933 19.5502C122.207 19.5502 121.194 19.1858 121.194 18.3044C121.194 17.1762 122.457 16.7414 123.553 16.7414C124.53 16.7414 124.994 16.9529 125.578 17.235C125.399 18.5865 124.22 19.5502 122.933 19.5502ZM135.537 11.8173L132.988 18.1869H132.917L130.272 11.8173H127.877L131.844 20.7254L129.581 25.673H131.904L138.015 11.8173H135.537ZM115.511 21.2189H117.739V6.52884H115.511V21.2189Z'/%3E%3C/mask%3E%3Cpath d='M69.2884 11.5235C66.4888 11.5235 64.2015 13.6271 64.2015 16.5181C64.2015 19.3974 66.4888 21.5127 69.2884 21.5127C72.088 21.5127 74.3753 19.3974 74.3753 16.5181C74.3753 13.6271 72.0999 11.5235 69.2884 11.5235ZM69.2884 19.5502C67.7516 19.5502 66.4292 18.3044 66.4292 16.5181C66.4292 14.72 67.7516 13.4861 69.2884 13.4861C70.8252 13.4861 72.1475 14.72 72.1475 16.5181C72.1475 18.3044 70.8252 19.5502 69.2884 19.5502ZM58.1972 11.5235C55.3976 11.5235 53.1103 13.6271 53.1103 16.5181C53.1103 19.3974 55.3976 21.5127 58.1972 21.5127C60.9968 21.5127 63.2841 19.3974 63.2841 16.5181C63.2841 13.6271 60.9968 11.5235 58.1972 11.5235ZM58.1972 19.5502C56.6604 19.5502 55.3381 18.3044 55.3381 16.5181C55.3381 14.72 56.6604 13.4861 58.1972 13.4861C59.734 13.4861 61.0564 14.72 61.0564 16.5181C61.0564 18.3044 59.734 19.5502 58.1972 19.5502ZM44.9974 13.063V15.1784H50.1439C49.9891 16.3653 49.584 17.2467 48.9764 17.8461C48.2259 18.5865 47.0584 19.3974 45.0094 19.3974C41.8405 19.3974 39.3625 16.8824 39.3625 13.7564C39.3625 10.6303 41.8405 8.11538 45.0094 8.11538C46.7129 8.11538 47.9638 8.77349 48.8811 9.63139L50.3941 8.13888C49.1075 6.92842 47.4039 6 44.9974 6C40.6611 6 37.0156 9.47862 37.0156 13.7681C37.0156 18.0459 40.6611 21.5363 44.9974 21.5363C47.3443 21.5363 49.1075 20.7841 50.4894 19.3621C51.9071 17.9636 52.3479 15.9893 52.3479 14.4027C52.3479 13.9092 52.3121 13.4508 52.2287 13.0748H44.9974V13.063ZM98.976 14.7083C98.559 13.5918 97.2724 11.5235 94.6396 11.5235C92.0306 11.5235 89.8624 13.5448 89.8624 16.5181C89.8624 19.3151 92.0068 21.5127 94.8897 21.5127C97.2128 21.5127 98.559 20.1142 99.107 19.3034L97.3796 18.1634C96.8078 18.9978 96.0215 19.5502 94.8897 19.5502C93.758 19.5502 92.9479 19.0331 92.4356 18.0341L99.2142 15.2724L98.976 14.7083ZM92.0663 16.3653C92.0068 14.438 93.5793 13.4508 94.711 13.4508C95.5926 13.4508 96.3432 13.8856 96.5933 14.5085L92.0663 16.3653ZM86.5625 21.2189H88.7902V6.52884H86.5625V21.2189ZM82.917 12.6399H82.8455C82.3452 12.0523 81.3921 11.5235 80.177 11.5235C77.6395 11.5235 75.3164 13.7211 75.3164 16.5416C75.3164 19.3386 77.6395 21.5245 80.177 21.5245C81.3802 21.5245 82.3452 20.9957 82.8455 20.3845H82.917V21.1014C82.917 23.017 81.8806 24.0394 80.2127 24.0394C78.8546 24.0394 78.0088 23.0758 77.6633 22.2649L75.7215 23.064C76.2814 24.392 77.7586 26.0138 80.2127 26.0138C82.8217 26.0138 85.0257 24.4978 85.0257 20.8076V11.829H82.917V12.6399ZM80.3557 19.5502C78.8189 19.5502 77.5323 18.2809 77.5323 16.5416C77.5323 14.7788 78.8189 13.4978 80.3557 13.4978C81.8687 13.4978 83.06 14.7906 83.06 16.5416C83.06 18.2809 81.8806 19.5502 80.3557 19.5502ZM109.4 6.52884H104.075V21.2189H106.303V15.6485H109.412C111.878 15.6485 114.296 13.8856 114.296 11.0887C114.296 8.29166 111.866 6.52884 109.4 6.52884ZM109.46 13.6036H106.303V8.56195H109.46C111.127 8.56195 112.069 9.9252 112.069 11.0769C112.069 12.2286 111.127 13.6036 109.46 13.6036ZM123.195 11.5C121.587 11.5 119.919 12.2051 119.228 13.7446L121.206 14.5555C121.623 13.7446 122.409 13.4743 123.231 13.4743C124.375 13.4743 125.554 14.1559 125.566 15.3664V15.5192C125.161 15.2959 124.303 14.9551 123.243 14.9551C121.111 14.9551 118.954 16.1068 118.954 18.2574C118.954 20.22 120.694 21.4892 122.647 21.4892C124.137 21.4892 124.97 20.8311 125.483 20.0555H125.554V21.1954H127.699V15.5662C127.722 12.9572 125.745 11.5 123.195 11.5ZM122.933 19.5502C122.207 19.5502 121.194 19.1858 121.194 18.3044C121.194 17.1762 122.457 16.7414 123.553 16.7414C124.53 16.7414 124.994 16.9529 125.578 17.235C125.399 18.5865 124.22 19.5502 122.933 19.5502ZM135.537 11.8173L132.988 18.1869H132.917L130.272 11.8173H127.877L131.844 20.7254L129.581 25.673H131.904L138.015 11.8173H135.537ZM115.511 21.2189H117.739V6.52884H115.511V21.2189Z' fill='%2324303B' stroke='%2324303B' stroke-width='2' mask='url(%23icon-googleplay_mask)'/%3E%3Cpath d='M0.47813 0.750976C0.176701 1.06884 0 1.56101 0 2.18648L0 24.8674C0 25.5031 0.176701 25.9953 0.47813 26.3029L0.550889 26.3746L13.4292 13.6705V13.5269V13.3731L0.561283 0.668945L0.47813 0.750976Z' fill='url(%23paint0_linear_9860_73805)'/%3E%3Cpath d='M17.7322 17.9157L13.4395 13.681V13.5272V13.3734L17.7322 9.13867L17.8258 9.18994L22.9085 12.0404C24.3637 12.8505 24.3637 14.1834 22.9085 15.0037L17.8258 17.8542L17.7322 17.9157Z' fill='url(%23paint1_linear_9860_73805)'/%3E%3Cpath d='M17.8263 17.8534L13.44 13.5264L0.478516 26.3023C0.956645 26.8047 1.7466 26.8663 2.64049 26.3638L17.8263 17.8534Z' fill='url(%23paint2_linear_9860_73805)'/%3E%3Cpath d='M17.8263 9.19973L2.64049 0.689263C1.7466 0.186838 0.956645 0.248361 0.478516 0.750786L13.44 13.5267L17.8263 9.19973Z' fill='url(%23paint3_linear_9860_73805)'/%3E%3Cpath opacity='0.2' d='M17.7302 17.7617L2.63791 26.2209C1.79599 26.6926 1.03722 26.6618 0.559087 26.2312L0.486328 26.3029L0.559087 26.3747C1.04761 26.8054 1.79599 26.8361 2.63791 26.3645L17.8237 17.854L17.7302 17.7617Z' fill='black'/%3E%3Cpath opacity='0.12' d='M0.478276 26.1596C0.176755 25.8416 0 25.3493 0 24.7236L0 24.8775C0 25.5134 0.176755 26.0057 0.478276 26.3134L0.551056 26.2416L0.478276 26.1596Z' fill='black'/%3E%3Cpath opacity='0.12' d='M22.9054 14.8593L17.7188 17.7611L17.8123 17.8534L22.895 15.0029C23.6226 14.5927 23.9864 14.0596 23.9864 13.5264C23.9344 14.0083 23.5706 14.4902 22.9054 14.8593Z' fill='black'/%3E%3Cpath opacity='0.25' d='M2.6401 0.83264L22.9086 12.1936C23.5634 12.5627 23.9376 13.0344 24 13.5266C24 12.9934 23.6362 12.4499 22.9086 12.05L2.6401 0.689088C1.18493 -0.120944 0 0.555793 0 2.19636L0 2.35017C0 0.699343 1.18493 0.0226077 2.6401 0.83264Z' fill='white'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_9860_73805' x1='12.2939' y1='1.9489' x2='-4.91241' y2='19.3911' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2300A0FF'/%3E%3Cstop offset='0.00657445' stop-color='%2300A1FF'/%3E%3Cstop offset='0.2601' stop-color='%2300BEFF'/%3E%3Cstop offset='0.5122' stop-color='%2300D2FF'/%3E%3Cstop offset='0.7604' stop-color='%2300DFFF'/%3E%3Cstop offset='1' stop-color='%2300E3FF'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_9860_73805' x1='24.8028' y1='13.5272' x2='-0.347712' y2='13.5272' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FFE000'/%3E%3Cstop offset='0.4087' stop-color='%23FFBD00'/%3E%3Cstop offset='0.7754' stop-color='%23FFA500'/%3E%3Cstop offset='1' stop-color='%23FF9C00'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_9860_73805' x1='15.4409' y1='15.8792' x2='-7.89229' y2='39.5322' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF3A44'/%3E%3Cstop offset='1' stop-color='%23C31162'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear_9860_73805' x1='-2.77962' y1='-6.80128' x2='7.63971' y2='3.76076' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2332A071'/%3E%3Cstop offset='0.0685' stop-color='%232DA771'/%3E%3Cstop offset='0.4762' stop-color='%2315CF74'/%3E%3Cstop offset='0.8009' stop-color='%2306E775'/%3E%3Cstop offset='1' stop-color='%2300F076'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E") 50% 50% no-repeat;
    background-size: contain;
}

@media (min-width: 1200px) {
    .instructions__authorization-downloads-btn {
        width: 6rem;
        height: 6rem;
    }

    .instructions__authorization-downloads-btn--appstore:after {
        width: 2.8rem;
        height: 3.4rem;
        background-image: url("data:image/svg+xml,%3Csvg width='28' height='34' viewBox='0 0 28 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.1148 17.6371C23.0761 13.4472 26.6335 11.4088 26.7961 11.3139C24.7815 8.45 21.6588 8.0587 20.5615 8.0275C17.9388 7.7584 15.3948 9.5576 14.0588 9.5576C12.6961 9.5576 10.6388 8.0535 8.42146 8.0977C5.56813 8.1406 2.89879 9.7513 1.43479 12.2525C-1.58654 17.3524 0.666795 24.8469 3.56146 28.9692C5.00946 30.9881 6.70146 33.2423 8.91613 33.163C11.0828 33.0759 11.8921 31.8162 14.5068 31.8162C17.0975 31.8162 17.8575 33.163 20.1161 33.1123C22.4415 33.0759 23.9055 31.0843 25.3028 29.0472C26.9761 26.7332 27.6481 24.4543 27.6748 24.3373C27.6201 24.3191 23.1588 22.659 23.1148 17.6371Z' fill='%2324303B'/%3E%3Cpath d='M18.8481 5.3157C20.0135 3.8948 20.8108 1.9617 20.5895 0C18.9028 0.0728 16.7935 1.1375 15.5788 2.5272C14.5041 3.7518 13.5441 5.759 13.7921 7.6466C15.6868 7.7844 17.6321 6.7145 18.8481 5.3157Z' fill='%2324303B'/%3E%3C/svg%3E%0A");
    }

    .instructions__authorization-downloads-btn--googleplay:after {
        width: 3.2rem;
        height: 3.2rem;
        background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.25138 3.31647C9.33426 6.43647 14.2863 11.4752 16.9605 14.2237L18.4959 15.7962L20.7615 13.5427C22.012 12.2922 23.0271 11.24 23.0271 11.2029C23.0271 11.079 3.7381 0.320312 3.50289 0.320312C3.36657 0.320313 4.43154 1.47167 6.25138 3.31647Z' fill='%2324303B'/%3E%3Cpath d='M1.95538 0.778555C1.84402 0.902395 1.69554 1.16224 1.62098 1.34816C1.52178 1.59584 1.48466 6.13952 1.48466 15.9946C1.48466 31.656 1.44754 30.8387 2.22738 31.3962L2.62354 31.681L17.8271 16.4771L15.8709 14.4963C14.7938 13.4067 11.2651 9.8288 8.03409 6.53568C2.48754 0.902074 2.14098 0.567995 1.95538 0.778555Z' fill='%2324303B'/%3E%3Cpath d='M21.6651 14.1248L19.251 16.5389L21.2939 18.6064C22.4206 19.7456 23.3986 20.6985 23.4606 20.7235C23.6091 20.7606 29.7749 17.3808 30.0968 17.0838C30.2207 16.9725 30.3816 16.6998 30.4558 16.4646C30.6664 15.8333 30.3445 15.2761 29.4779 14.7562C28.8591 14.3846 24.9589 12.1933 24.315 11.8592C24.0917 11.7354 23.8194 11.9706 21.6651 14.1248Z' fill='%2324303B'/%3E%3Cpath d='M11.612 24.153C7.81138 27.929 4.74098 31.0243 4.79058 31.0243C4.8277 31.0243 5.14962 30.8634 5.49618 30.6653C6.17714 30.2938 19.6226 22.9152 21.1701 22.0733C22.7919 21.2067 22.8539 21.5162 20.613 19.2627C19.5234 18.1731 18.6072 17.2819 18.5701 17.2819C18.533 17.2941 15.4005 20.377 11.612 24.153Z' fill='%2324303B'/%3E%3C/svg%3E%0A");
    }
}

@media (min-width: 1200px) {
    .instructions__steps {
        padding: 4.8rem 0;
        margin: 0 0 0 3.2rem;
    }
}

.instructions__steps-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.instructions__steps-menu>li {
    margin: 0 0 2.4rem;
}

.instructions__steps-menu>li:last-child {
    margin: 0;
}

@media (min-width: 1200px) {
    .instructions__steps-menu>li {
        margin: 0 0 5.6rem;
    }
}

@media (min-width: 1200px) {
    .instructions__steps-item {
        max-width: 46.4rem;
    }
}

.instructions__steps-item-title {
    display: block;
    margin: 0 0 0.8rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .instructions__steps-item-title {
        font-size: 2.4rem;
        line-height: 1.17;
        font-weight: 500;
        margin: 0 0 1.2rem;
    }
}

.instructions__steps-item-text {
    display: block;
    padding: 0 2.4rem 0 0;
    margin: 0 0 1.2rem;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
    color: var(--color-grey);
}

.instructions__steps-item-text:last-child {
    margin: 0;
}

@media (min-width: 1200px) {
    .instructions__steps-item-text {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
        margin: 0 0 2.8rem;
    }

    .instructions__steps-item-text:last-child {
        margin: 0;
    }
}

.instructions__steps-item-action {
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .instructions__steps-item-action {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 500;
    }
}

.mirpay {
    position: relative;
    top: -3.2rem;
    margin: 0 0 6.4rem;
}

.mirpay .ui-tabs__control {
    margin-bottom: 2.8rem;
}

.mirpay .mirpay-about:last-child,
.mirpay .mirpay-install:last-child,
.mirpay .mirpay-use:last-child,
.mirpay .faq:last-child {
    margin: 0;
}

.mirpay .mirpay-about>.container-fluid,
.mirpay .mirpay-install>.container-fluid,
.mirpay .mirpay-use>.container-fluid,
.mirpay .faq>.container-fluid {
    padding: 0;
    max-width: none;
}

@media (min-width: 1200px) {
    .mirpay {
        top: -6.4rem;
        margin: 0 0 6.4rem;
    }

    .mirpay .ui-tabs__control {
        margin-bottom: 3.2rem;
    }
}

.mirpay-about {
    margin: 0 0 6.4rem;
}

@media (min-width: 1200px) {
    .mirpay-about {
        margin: 0 0 12.8rem;
    }
}

.mirpay-about__item {
    padding: 3.2rem 2rem;
    background: linear-gradient(90deg, #067a4c 0%, #00a263 100%);
    border-radius: 1.6rem;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

@media (min-width: 640px) {
    .mirpay-about__item {
        padding: 3.2rem 4.8rem 3.2rem 3.2rem;
    }
}

@media (min-width: 1200px) {
    .mirpay-about__item {
        padding: 5.6rem 6.4rem 6.8rem;
    }
}

.mirpay-about__item-desc {
    position: relative;
    z-index: 2;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
}

.mirpay-about__item-desc h2 {
    display: block;
    margin: 0 0 1.6rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.17;
    font-weight: 500;
}

.mirpay-about__item-desc p {
    margin: 0 0 1.6rem;
}

.mirpay-about__item-desc p:last-child {
    margin: 0;
}

@media (min-width: 1200px) {
    .mirpay-about__item-desc {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
        max-width: 55.6rem;
    }

    .mirpay-about__item-desc h2 {
        margin: 0 0 2rem;
        font-size: 4rem;
        line-height: 1.2;
        font-weight: 500;
    }
}

.mirpay-about__item-image {
    position: relative;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -2rem -3.2rem;
}

@media (min-width: 640px) {
    .mirpay-about__item-image {
        margin: 0 -4.8rem -3.2rem -3.2rem;
    }
}

@media (min-width: 1200px) {
    .mirpay-about__item-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin: 0;
    }

    .mirpay-about__item-image img {
        display: block;
        max-width: 100%;
        max-height: 100%;
    }
}

.mirpay-install {
    margin: 0 0 6.4rem;
}

@media (min-width: 1200px) {
    .mirpay-install {
        margin: 0 0 12.8rem;
    }
}

.mirpay-install__title {
    display: block;
    margin: 0 0 2.4rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.17;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .mirpay-install__title {
        font-size: 4rem;
        line-height: 1.2;
        font-weight: 500;
        margin: 0 0 4.8rem;
    }
}

.mirpay-install__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mirpay-install__list>li {
    margin: 0 0 0.8rem;
}

.mirpay-install__list>li:last-child {
    margin: 0;
}

@media (min-width: 640px) {
    .mirpay-install__list>li {
        margin: 0 0 1.2rem;
    }

    .mirpay-install__list>li:last-child {
        margin: 0;
    }
}

@media (min-width: 1200px) {
    .mirpay-install__list {
        margin: 0 -1.2rem -2.4rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .mirpay-install__list>li {
        padding: 0 1.2rem 2.4rem;
        margin: 0;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
}

.mirpay-install__item {
    background: var(--color-light);
    color: var(--color-dark);
    text-decoration: none;
    border-radius: 1.6rem;
    padding: 0.8rem 2rem 1.2rem 0.8rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100%;
    transition: transform 0.5s,
        color 0.25s,
        background 0.25s;
    will-change: transform;
    overflow: hidden;
}

@media (min-width: 1200px) {
    .mirpay-install__item {
        padding: 2.4rem;
        display: block;
        min-height: 28.8rem;
    }
}

a.mirpay-install__item:hover {
    background: var(--color-light-hover);
    color: var(--color-dark);
    text-decoration: none;
    transform: translate(0, -1rem);
}

.mirpay-install__item-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 5.2rem;
    height: 5.2rem;
    margin: 0 1.6rem 0 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 0.8rem;
    overflow: hidden;
}

.mirpay-install__item-icon img,
.mirpay-install__item-icon svg {
    display: block;
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (min-width: 1200px) {
    .mirpay-install__item-icon {
        width: 7.2rem;
        height: 7.2rem;
        margin: 0 0 2.4rem;
    }
}

.mirpay-install__item-desc {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.2rem 0 0;
}

@media (min-width: 1200px) {
    .mirpay-install__item-desc {
        padding: 0;
    }
}

.mirpay-install__item-title {
    display: block;
    margin: 0 0 0.2rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 500;
}

@media (min-width: 640px) {
    .mirpay-install__item-title {
        margin: 0 0 0.4rem;
    }
}

@media (min-width: 1200px) {
    .mirpay-install__item-title {
        font-size: 2.4rem;
        line-height: 1.17;
        font-weight: 500;
        margin: 0 0 0.8rem;
    }
}

.mirpay-install__item-text {
    display: block;
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.29;
    font-weight: 400;
    color: var(--color-grey);
}

@media (min-width: 1200px) {
    .mirpay-install__item-text {
        font-size: 1.6rem;
        line-height: 1.25;
        font-weight: 400;
    }
}

.mirpay-use {
    margin: 0 0 6.4rem;
}

@media (min-width: 1200px) {
    .mirpay-use {
        margin: 0 0 12.8rem;
    }
}

.mirpay-use__title {
    display: block;
    margin: 0 0 3.2rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.17;
    font-weight: 500;
    text-align: center;
}

@media (min-width: 1200px) {
    .mirpay-use__title {
        font-size: 4rem;
        line-height: 1.2;
        font-weight: 500;
        margin: 0 0 6.4rem;
        text-align: center;
    }
}

@media (min-width: 1200px) {
    .mirpay-use__wrapper .row {
        margin: 0 -3.2rem;
    }

    .mirpay-use__wrapper .row>[class^='col'] {
        padding: 0 3.2rem;
    }
}

.mirpay-use__authorization {
    background: linear-gradient(180deg, #01cb51 0%, #006848 100%);
    color: #ffffff;
    border-radius: 1.6rem;
    padding: 2.4rem 1.6rem;
    position: relative;
    overflow: hidden;
}

@media (min-width: 640px) {
    .mirpay-use__authorization {
        padding: 3.2rem;
    }
}

@media (min-width: 1200px) {
    .mirpay-use__authorization {
        padding: 4.8rem 5.6rem;
        margin: 0 -3.2rem 0 0;
        text-align: center;
    }
}

.mirpay-use__authorization-image {
    margin: 0 -1.6rem -2.4rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.mirpay-use__authorization-image img {
    display: block;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media (min-width: 640px) {
    .mirpay-use__authorization-image {
        margin: 0 -3.2rem -3.2rem;
    }
}

@media (min-width: 1200px) {
    .mirpay-use__authorization-image {
        margin: 0 -5.6rem -4.8rem;
    }
}

.mirpay-use__authorization-title {
    display: block;
    margin: 0 0 0.8rem;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 700;
}

@media (min-width: 640px) {
    .mirpay-use__authorization-title {
        margin: 0 0 1.2rem;
        font-size: 2.4rem;
        line-height: 1.17;
        font-weight: 700;
    }
}

@media (min-width: 1200px) {
    .mirpay-use__authorization-title {
        margin: 0 0 1.6rem;
        font-size: 2.8rem;
        line-height: 1.14;
        font-weight: 700;
    }
}

.mirpay-use__authorization-text {
    display: block;
    margin: 0 0 2rem;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
}

@media (min-width: 640px) {
    .mirpay-use__authorization-text {
        margin: 0 0 2.4rem;
    }
}

@media (min-width: 1200px) {
    .mirpay-use__authorization-text {
        margin: 0 0 3.2rem;
        padding: 0 1.6rem;
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
    }
}

.mirpay-use__authorization-qr {
    display: none;
}

@media (min-width: 1200px) {
    .mirpay-use__authorization-qr {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0;
        text-align: left;
    }
}

@media (min-width: 1200px) {
    .mirpay-use__authorization-qr-image {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 2.4rem 0 0;
        width: 12.4rem;
        height: 12.4rem;
    }

    .mirpay-use__authorization-qr-image img {
        display: block;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}

@media (min-width: 1200px) {
    .mirpay-use__authorization-qr-text {
        display: block;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
    }
}

.mirpay-use__authorization-downloads {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
}

@media (min-width: 640px) {
    .mirpay-use__authorization-downloads {
        margin: 0 0 3.2rem;
    }
}

@media (min-width: 1200px) {
    .mirpay-use__authorization-downloads {
        display: none;
    }
}

.mirpay-use__authorization-downloads-menu {
    margin: 0 -0.6rem -1.2rem;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex: 1;
    flex: 1;
}

.mirpay-use__authorization-downloads-menu>li {
    padding: 0 0.6rem 1.2rem;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (hover: none) {
    @supports not (-webkit-touch-callout: none) {
        .mirpay-use__authorization-downloads-menu .is-ios {
            display: none;
        }
    }

    @supports (-webkit-touch-callout: none) {
        .mirpay-use__authorization-downloads-menu .is-android {
            display: none;
        }
    }
}

@media (min-width: 1200px) {
    .mirpay-use__authorization-downloads-menu {
        padding: 0 2.4rem 0 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .mirpay-use__authorization-downloads-menu>li {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: none;
    }
}

.mirpay-use__authorization-downloads-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 5.2rem;
    width: 100%;
    background: var(--color-white);
    border-radius: 0.8rem;
    text-decoration: none;
    color: var(--body-color);
    transition: background 0.25s,
        color 0.25s;
    backface-visibility: hidden;
    text-indent: -999.9rem;
}

.mirpay-use__authorization-downloads-btn:hover {
    background: var(--color-white-hover);
    color: var(--body-color);
}

.mirpay-use__authorization-downloads-btn--appstore:after {
    content: '';
    display: block;
    width: 12.9rem;
    height: 3.2rem;
    background: url("data:image/svg+xml,%3Csvg width='129' height='32' viewBox='0 0 129 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M54.2569 24.7331H51.7794L50.4222 20.4677H45.7049L44.4121 24.7331H42L46.6737 10.2118H49.5603L54.2569 24.7331ZM50.0131 18.6782L48.7858 14.8864C48.6559 14.499 48.4127 13.5868 48.0537 12.1508H48.0101C47.8672 12.7684 47.637 13.6806 47.3206 14.8864L46.1151 18.6782H50.0131Z' fill='%2324303B'/%3E%3Cpath d='M66.2739 19.3693C66.2739 21.1501 65.7928 22.5577 64.8305 23.5911C63.9687 24.5109 62.8985 24.9703 61.6209 24.9703C60.242 24.9703 59.2514 24.4749 58.6481 23.4841H58.6044V29L56.2785 29V17.7097C56.2785 16.5901 56.2491 15.4411 56.1923 14.2627H58.2379L58.3677 15.9223H58.4113C59.187 14.6718 60.3642 14.0477 61.9439 14.0477C63.1788 14.0477 64.2098 14.5355 65.0345 15.512C65.8615 16.4897 66.2739 17.7751 66.2739 19.3693ZM63.9043 19.4544C63.9043 18.4353 63.6752 17.5951 63.2148 16.9338C62.7119 16.2442 62.0366 15.8994 61.19 15.8994C60.6162 15.8994 60.0947 16.0915 59.6289 16.4701C59.1619 16.852 58.8565 17.3507 58.7135 17.9683C58.6415 18.2563 58.6055 18.492 58.6055 18.6775V20.4234C58.6055 21.185 58.839 21.8277 59.3059 22.3526C59.7729 22.8774 60.3794 23.1393 61.1256 23.1393C62.0017 23.1393 62.6835 22.8011 63.1712 22.1267C63.6599 21.4513 63.9043 20.5609 63.9043 19.4544Z' fill='%2324303B'/%3E%3Cpath d='M78.3164 19.3693C78.3164 21.1501 77.8353 22.5577 76.872 23.5911C76.0112 24.5109 74.941 24.9703 73.6635 24.9703C72.2845 24.9703 71.2939 24.4749 70.6917 23.4841H70.6481V29H68.3221V17.7097C68.3221 16.5901 68.2927 15.4411 68.2359 14.2627H70.2815L70.4113 15.9223H70.4549C71.2295 14.6718 72.4067 14.0477 73.9875 14.0477C75.2214 14.0477 76.2523 14.5355 77.0793 15.512C77.9029 16.4897 78.3164 17.7751 78.3164 19.3693ZM75.9468 19.4544C75.9468 18.4353 75.7167 17.5951 75.2563 16.9338C74.7533 16.2442 74.0802 15.8994 73.2325 15.8994C72.6576 15.8994 72.1372 16.0915 71.6703 16.4701C71.2034 16.852 70.899 17.3507 70.7561 17.9683C70.6852 18.2563 70.6481 18.492 70.6481 18.6775V20.4234C70.6481 21.185 70.8815 21.8277 71.3463 22.3526C71.8132 22.8764 72.4198 23.1393 73.1682 23.1393C74.0442 23.1393 74.7261 22.8011 75.2137 22.1267C75.7025 21.4513 75.9468 20.5609 75.9468 19.4544Z' fill='%2324303B'/%3E%3Cpath d='M91.7794 20.6618C91.7794 21.897 91.3507 22.902 90.4899 23.6778C89.544 24.5256 88.2272 24.949 86.5352 24.949C84.9729 24.949 83.7205 24.6479 82.7724 24.0444L83.3114 22.1054C84.3325 22.723 85.4529 23.0329 86.6737 23.0329C87.5498 23.0329 88.2316 22.8343 88.7214 22.4393C89.2091 22.0443 89.4524 21.514 89.4524 20.8528C89.4524 20.2635 89.2516 19.7671 88.8491 19.3644C88.4487 18.9618 87.7799 18.5875 86.8461 18.2416C84.3041 17.2934 83.0343 15.9043 83.0343 14.0777C83.0343 12.884 83.4794 11.9052 84.3707 11.1435C85.2587 10.3808 86.4435 10 87.925 10C89.2462 10 90.3437 10.2302 91.2197 10.6896L90.6383 12.5861C89.82 12.1409 88.8949 11.9183 87.8596 11.9183C87.0414 11.9183 86.4021 12.1201 85.9439 12.5217C85.5566 12.8807 85.3624 13.3182 85.3624 13.8366C85.3624 14.4105 85.5838 14.8852 86.0289 15.2583C86.4162 15.6032 87.1199 15.9763 88.141 16.379C89.3902 16.882 90.3077 17.4701 90.8979 18.1445C91.4859 18.8166 91.7794 19.6579 91.7794 20.6618Z' fill='%2324303B'/%3E%3Cpath d='M99.4681 16.0098H96.9043V21.0935C96.9043 22.3866 97.356 23.0325 98.2615 23.0325C98.6771 23.0325 99.0219 22.9965 99.2946 22.9245L99.359 24.6911C98.9008 24.8624 98.2975 24.9486 97.5502 24.9486C96.6316 24.9486 95.9137 24.6682 95.3955 24.1084C94.8795 23.5476 94.6199 22.607 94.6199 21.2856V16.0076H93.0925V14.2617L94.6199 14.2617V12.3445L96.9043 11.6549V14.2617H99.4681V16.0098Z' fill='%2324303B'/%3E%3Cpath d='M111.035 19.4121C111.035 21.0216 110.575 22.343 109.656 23.3763C108.693 24.4402 107.415 24.9705 105.821 24.9705C104.285 24.9705 103.062 24.4609 102.15 23.4418C101.238 22.4226 100.782 21.1361 100.782 19.5856C100.782 17.963 101.251 16.634 102.192 15.6006C103.131 14.5662 104.399 14.049 105.993 14.049C107.529 14.049 108.765 14.5586 109.698 15.5788C110.59 16.5685 111.035 17.8463 111.035 19.4121ZM108.622 19.4874C108.622 18.5217 108.416 17.6935 107.998 17.0028C107.511 16.167 106.813 15.7501 105.91 15.7501C104.975 15.7501 104.265 16.1681 103.777 17.0028C103.359 17.6946 103.153 18.5359 103.153 19.531C103.153 20.4967 103.359 21.3249 103.777 22.0145C104.28 22.8504 104.983 23.2672 105.889 23.2672C106.777 23.2672 107.475 22.8416 107.977 21.9927C108.406 21.2889 108.622 20.452 108.622 19.4874Z' fill='%2324303B'/%3E%3Cpath d='M118.596 16.3086C118.366 16.266 118.121 16.2442 117.863 16.2442C117.045 16.2442 116.412 16.553 115.967 17.1717C115.58 17.7173 115.386 18.4069 115.386 19.2395V24.7335H113.061L113.083 17.5602C113.083 16.3533 113.053 15.2545 112.995 14.2638H115.021L115.106 16.2671H115.171C115.416 15.5786 115.803 15.0243 116.334 14.6086C116.852 14.2343 117.411 14.0477 118.015 14.0477C118.23 14.0477 118.424 14.063 118.596 14.0903V16.3086Z' fill='%2324303B'/%3E%3Cpath d='M129 19.0026C129 19.4194 128.973 19.7707 128.915 20.0577H121.937C121.964 21.0922 122.301 21.8833 122.95 22.4288C123.538 22.9166 124.298 23.161 125.232 23.161C126.265 23.161 127.208 22.9962 128.055 22.6656L128.42 24.2806C127.429 24.7127 126.259 24.9276 124.91 24.9276C123.287 24.9276 122.012 24.4497 121.085 23.4949C120.16 22.5401 119.696 21.258 119.696 19.6496C119.696 18.0707 120.127 16.7558 120.99 15.7072C121.893 14.5877 123.114 14.0279 124.65 14.0279C126.159 14.0279 127.301 14.5877 128.077 15.7072C128.691 16.5965 129 17.6964 129 19.0026ZM126.782 18.3991C126.797 17.7095 126.646 17.1137 126.33 16.6107C125.928 15.9637 125.309 15.6407 124.477 15.6407C123.716 15.6407 123.098 15.956 122.625 16.5889C122.238 17.0919 122.008 17.6953 121.937 18.3981L126.782 18.3991Z' fill='%2324303B'/%3E%3Cpath d='M22.108 16.768C22.071 12.7844 25.4734 10.8464 25.629 10.7562C23.7021 8.03332 20.7154 7.66129 19.6659 7.63162C17.1574 7.37578 14.7243 9.08638 13.4464 9.08638C12.1431 9.08638 10.1754 7.65634 8.05465 7.69837C5.3256 7.73915 2.77253 9.27054 1.3723 11.6486C-1.51744 16.4973 0.637752 23.6228 3.40634 27.5421C4.79127 29.4615 6.40957 31.6047 8.52777 31.5293C10.6001 31.4465 11.3742 30.2489 13.8749 30.2489C16.3528 30.2489 17.0797 31.5293 19.2399 31.4811C21.464 31.4465 22.8642 29.553 24.2007 27.6162C25.8011 25.4162 26.4439 23.2495 26.4694 23.1383C26.4171 23.121 22.1501 21.5426 22.108 16.768Z' fill='%2324303B'/%3E%3Cpath d='M18.0264 5.05393C19.141 3.703 19.9036 1.8651 19.6919 0C18.0787 0.069215 16.0612 1.08149 14.8995 2.40275C13.8716 3.56705 12.9534 5.4754 13.1906 7.27005C15.0028 7.40106 16.8634 6.38385 18.0264 5.05393Z' fill='%2324303B'/%3E%3C/svg%3E%0A") 50% 50% no-repeat;
    background-size: contain;
}

.mirpay-use__authorization-downloads-btn--googleplay:after {
    content: '';
    display: block;
    width: 13.8rem;
    height: 3rem;
    background: url("data:image/svg+xml,%0A%3Csvg version='1.1' id='Layer_2' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 952.0768433 215.9484863' enable-background='new 0 0 952.0768433 215.9484863' xml:space='preserve'%3E%3Cg%3E%3Cg id='g1231' transform='translate(0 -.008)'%3E%3ClinearGradient id='path1192_1_' gradientUnits='userSpaceOnUse' x1='3656.8684082' y1='-832.7501221' x2='3550.1755371' y2='-777.6761475' gradientTransform='matrix(1.320399 0 0 2.5579894 -4729.2954102 2143.3293457)'%3E%3Cstop offset='0' style='stop-color:%2300A0FF'/%3E%3Cstop offset='0.007' style='stop-color:%2300A1FF'/%3E%3Cstop offset='0.26' style='stop-color:%2300BEFF'/%3E%3Cstop offset='0.512' style='stop-color:%2300D2FF'/%3E%3Cstop offset='0.76' style='stop-color:%2300DFFF'/%3E%3Cstop offset='1' style='stop-color:%2300E3FF'/%3E%3C/linearGradient%3E%3Cpath id='path1192' fill-rule='evenodd' clip-rule='evenodd' fill='url(%23path1192_1_)' d='M3.8228047,3.3194015 C1.395267,5.9284372,0,9.9440832,0,15.1621561v185.604538c0,5.2180634,1.395267,9.2337189,3.9135537,11.7519989 l0.6579309,0.5558472l103.9984283-103.9984436v-2.3367844L4.4807353,2.7635632 C4.4807353,2.7635632,3.8228047,3.3194013,3.8228047,3.3194015z'/%3E%3ClinearGradient id='path1203_1_' gradientUnits='userSpaceOnUse' x1='3970.4147949' y1='-404.2431641' x2='3774.6149902' y2='-404.2431641' gradientTransform='matrix(1.0373755 0 0 0.8734598 -3918.5488281 461.0545654)'%3E%3Cstop offset='0' style='stop-color:%23FFE000'/%3E%3Cstop offset='0.409' style='stop-color:%23FFBD00'/%3E%3Cstop offset='0.775' style='stop-color:%23FFA500'/%3E%3Cstop offset='1' style='stop-color:%23FF9C00'/%3E%3C/linearGradient%3E%3Cpath id='path1203' fill-rule='evenodd' clip-rule='evenodd' fill='url(%23path1203_1_)' d='M143.1679993,143.8783722 l-34.6888275-34.7001724v-2.4275436l34.7001801-34.7001801l0.7486725,0.4650879l41.0412598,23.3225098 c11.7519989,6.6246872,11.7519989,17.5372543,0,24.2526932l-41.041275,23.3225174 c-0.0113373,0-0.760025,0.4650726-0.760025,0.4650726L143.1679993,143.8783722z'/%3E%3ClinearGradient id='path1210_1_' gradientUnits='userSpaceOnUse' x1='3492.4169922' y1='-589.1488647' x2='3380.2900391' y2='-443.6847534' gradientTransform='matrix(1.7038139 0 0 1.3133093 -5825.7871094 900.9800415)'%3E%3Cstop offset='0' style='stop-color:%23FF3A44'/%3E%3Cstop offset='1' style='stop-color:%23C31162'/%3E%3C/linearGradient%3E%3Cpath id='path1210' fill-rule='evenodd' clip-rule='evenodd' fill='url(%23path1210_1_)' d='M143.916687,143.4132843 l-35.4375153-35.4488602L3.8228047,212.6208038c3.8228047,4.1063843,10.2546463,4.5714874,17.4465084,0.5558319 L143.916687,143.4132843'/%3E%3ClinearGradient id='path1223_1_' gradientUnits='userSpaceOnUse' x1='3406.0458984' y1='-729.3817139' x2='3456.1137695' y2='-664.3907471' gradientTransform='matrix(1.7038139 0 0 1.3126286 -5825.7871094 898.9841919)'%3E%3Cstop offset='0' style='stop-color:%2332A071'/%3E%3Cstop offset='0.069' style='stop-color:%232DA771'/%3E%3Cstop offset='0.476' style='stop-color:%2315CF74'/%3E%3Cstop offset='0.801' style='stop-color:%2306E775'/%3E%3Cstop offset='1' style='stop-color:%2300F076'/%3E%3C/linearGradient%3E%3Cpath id='path1223' fill-rule='evenodd' clip-rule='evenodd' fill='url(%23path1223_1_)' d='M143.916687,72.5269089 L21.2693138,2.8543124C14.0887928-1.2520832,7.6456094-0.6962451,3.8228047,3.4101505l104.6450272,104.5542755 L143.916687,72.5269089z'/%3E%3Cpath id='path1225' opacity='0.2' fill-rule='evenodd' clip-rule='evenodd' enable-background='new ' d=' M143.1679993,142.6645966L21.3600636,211.8721161c-6.806181,3.9135437-12.8750248,3.6412964-16.788578,0.090744 l-0.6579309,0.6579437l0.6579309,0.5558319c3.9135537,3.5392151,9.9823971,3.8227997,16.788578-0.090744l122.6473694-69.6726074 L143.1679993,142.6645966z'/%3E%3Cpath id='path1227' opacity='0.12' fill-rule='evenodd' clip-rule='evenodd' enable-background='new ' d=' M184.957962,118.8770065l-41.8807068,23.78759l0.7486877,0.7486877l41.0412598-23.3225174 c5.8760071-3.3577118,8.768631-7.7363586,8.768631-12.1263428c-0.3743439,4.0156479-3.3577118,7.8384476-8.6778717,10.9125671 V118.8770065z'/%3E%3Cpath id='path1229' opacity='0.25' fill-rule='evenodd' clip-rule='evenodd' fill='%23FFFFFF' enable-background='new ' d=' M21.2693138,4.0680814L184.957962,97.0631943c5.3201599,2.9833679,8.3035278,6.8969269,8.768631,10.9125748 c0-4.3786392-2.8926239-8.768631-8.768631-12.1263504L21.2693138,2.8543124C9.5173092-3.8611188,0,1.7312926,0,15.1621561 v1.213769C0,2.9450614,9.5173092-2.556601,21.2693138,4.0680814z'/%3E%3C/g%3E%3Cg id='g1237' transform='translate(0 -.008)'%3E%3Cpath id='path1233' fill-rule='evenodd' clip-rule='evenodd' fill='%2324303B' d='M262.6788635,102.0770798 c0-29.7316666,24.9900208-53.9389801,54.7216797-53.9389801c16.4369202,0,28.1322021,6.454525,36.9575806,14.8601608 l-10.3908081,10.3907623c-6.3070679-5.9213791-14.8601379-10.5155487-26.578125-10.5155487 c-21.7117004,0-38.6817932,17.4805374-38.6817932,39.1922531s16.9700928,39.2149429,38.6704407,39.2149429 c14.0774536,0,22.0860596-5.6491394,27.2247314-10.7991333c4.2084961-4.2084885,6.9649658-10.2546539,8.0312805-18.5468445 h-35.2333374V97.233345h49.5943604c0.5218201,2.6317215,0.7940674,5.7852554,0.7940674,9.1996841 c0,11.0373611-3.0287476,24.729126-12.7729492,34.4733124c-9.4832764,9.8689575-21.575592,15.1324005-37.6268311,15.1324005 c-29.7430115,0-54.7330322-24.1846161-54.7330322-53.9389725L262.6788635,102.0770798z M407.8773804,86.5589905 c-19.2047729,0-34.8816833,14.6105957-34.8816833,34.7228622c0,20.01017,15.6655884,34.7228622,34.8816833,34.7228622 s34.8589783-14.7353821,34.8589783-34.7342072C442.7363586,101.1582489,427.0821533,86.5476456,407.8773804,86.5589905z M407.8773804,142.3469849c-10.5155334,0-19.6018066-8.6778717-19.6018066-21.0537796 c0-12.5006866,9.0749207-21.0537796,19.6018066-21.0537796c10.5155334,0,19.5904541,8.5417557,19.5904541,21.0537796 C427.4678345,133.6577606,418.4042664,142.3469849,407.8773804,142.3469849z M483.9364319,86.5589905 c-19.2047729,0-34.8589783,14.6105957-34.8589783,34.7228622c0,20.01017,15.6542053,34.7228622,34.8589783,34.7228622 s34.8589783-14.7353821,34.8589783-34.7342072C518.7954102,101.1582489,503.1525574,86.5476456,483.9364319,86.5589905 L483.9364319,86.5589905z M483.9364319,142.3469849c-10.5155334,0-19.6017761-8.6778717-19.6017761-21.0537796 c0-12.5006866,9.0748901-21.0537796,19.6017761-21.0537796c10.5155945,0,19.6018066,8.5417557,19.6018066,21.0537796 C503.5382385,133.6577606,494.4519653,142.3469849,483.9364319,142.3469849L483.9364319,142.3469849z M577.2832031,88.6689072 v5.6491318h-0.5218506c-3.4144287-4.0950546-9.9937134-7.7703934-18.2745972-7.7703934 c-17.3670654,0-33.3048706,15.2685318-33.3048706,34.8816757c0,19.4543304,15.9264526,34.5980835,33.3048706,34.5980835 c8.2808838,0,14.8601685-3.6753387,18.2745972-7.8838196h0.5218506v4.9911957 c0,13.2833862-7.1011353,20.3958588-18.546814,20.3958588c-9.347168,0-15.1324463-6.7154236-17.5032349-12.3532257 l-13.2947388,5.524353c3.8114624,9.1996765,13.9526367,20.5206299,30.7865601,20.5206299 c17.8776245,0,33.0100098-10.5382385,33.0100098-36.1861877V88.6575623L577.2832031,88.6689072z M559.7913208,142.3469849 c-10.515625,0-19.3522949-8.8253479-19.3522949-20.9176636c0-12.2284317,8.8253174-21.178566,19.3522949-21.178566 c10.3907471,0,18.546814,8.9387817,18.546814,21.178566C578.3494873,133.521637,570.1934204,142.3469849,559.7913208,142.3469849z M602.2731934,51.8247871h15.2685547v102.0927124h-15.2685547V51.8247871z M659.3884277,142.3469849 c-7.7590332,0-13.2947998-3.5619049-16.8226318-10.5155487l46.4408569-19.2274551l-1.5994873-3.9475784 c-2.8812866-7.7477188-11.706604-22.0974121-29.7316284-22.0974121c-17.888916,0-32.760376,14.077446-32.760376,34.7341995 c0,19.4543381,14.7353516,34.7228622,34.4732666,34.7228622c15.9264526,0,25.1375122-9.7214966,28.9490356-15.3933105 l-11.8427734-7.8838196c-3.9589233,5.7965851-9.3585205,9.6194-17.1062012,9.6080475L659.3884277,142.3469849z M658.1973267,99.9785156c6.0461426,0,11.1734619,3.0287476,12.8863525,7.3620224l-31.0588379,12.8977051 c-0.3856812-13.4195175,10.4021606-20.2597275,18.1725464-20.2597275H658.1973267z'/%3E%3Cpath id='path1235' fill-rule='evenodd' clip-rule='evenodd' fill='%2324303B' d='M756.0021362,51.8247795h-36.5037842v102.0927124 h15.2344971v-38.6704559h21.2806396c16.890686,0,33.4977417-12.2284317,33.4977417-31.7167969 c0-19.4543304-16.5957031-31.6941109-33.4750366-31.6941109L756.0021362,51.8247795z M756.3991699,101.0334625h-21.6663208 V66.0270081h21.6663208c11.3890381,0,17.8775635,9.4492493,17.8775635,17.5032272 C774.2767334,91.4480896,767.788208,101.0334625,756.3991699,101.0334625z M813.1400757,153.9174957V51.8247871h-15.2344971 v102.0927124H813.1400757z M881.5761719,153.7359924v-39.1355286c0-18.1271286-13.5442505-28.234314-31.0248413-28.234314 c-11.0146484,0-22.4376831,4.8664246-27.1679688,15.6315308l13.5216064,5.6377869 c2.8926392-5.6377869,8.2695313-7.4868011,13.9299927-7.4868011c7.8724365,0,15.8810425,4.7303009,16.0058594,13.1472778 v1.0549545c-2.7564697-1.576767-8.6551514-3.9475861-15.8924561-3.9475861 c-14.5765381,0-29.4140015,8.008606-29.4140015,22.9822006c0,13.6690826,11.9561768,22.4604034,25.3530273,22.4604034 c10.2546387,0,15.8924561-4.5941772,19.4315796-9.9710693h0.5218506v7.8838348h14.723999L881.5761719,153.7359924z M848.7363892,142.3243103c-4.9912109,0-11.9561768-2.4956055-11.9561768-8.6551971 c0-7.8838348,8.6778564-10.9239349,16.1646729-10.9239349c6.7041016,0,9.8462524,1.4406357,13.9299316,3.4144363 c-1.168335,9.165657-8.9160767,16.0512466-18.1384277,16.1646805V142.3243103z M935.1522217,88.6008453l-17.4692383,44.2515106 h-0.5217896l-18.1271362-44.2515106H882.619751l27.1793823,61.8681793l-15.5067749,34.4052429h15.8924561l41.8920288-96.2734222 H935.1522217z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") 50% 50% no-repeat;
    background-size: contain;
}

@media (min-width: 1200px) {
    .mirpay-use__steps {
        padding: 4.8rem 0;
        margin: 0 0 0 3.2rem;
    }
}

.mirpay-use__steps-list {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: point;
}

.mirpay-use__steps-list>li {
    position: relative;
    margin: 0 0 3.2rem;
}

.mirpay-use__steps-list>li:last-child {
    margin: 0;
}

.mirpay-use__steps-list>li:nth-of-type(1) .mirpay-use__steps-item-number:after {
    border-color: var(--color-secondary);
}

@media (min-width: 1200px) {
    .mirpay-use__steps-list>li {
        margin: 0 0 8rem;
        position: relative;
    }

    .mirpay-use__steps-list>li:nth-of-type(1) .mirpay-use__steps-item-number:after {
        border-color: transparent;
        border-top-color: var(--color-secondary);
    }

    .mirpay-use__steps-list>li:nth-of-type(2) .mirpay-use__steps-item-number:after {
        border-top-color: var(--color-secondary);
        border-left-color: var(--color-secondary);
    }

    .mirpay-use__steps-list>li:nth-of-type(3) .mirpay-use__steps-item-number:after {
        border-top-color: var(--color-secondary);
        border-left-color: var(--color-secondary);
        border-bottom-color: var(--color-secondary);
    }

    .mirpay-use__steps-list>li:nth-of-type(4) .mirpay-use__steps-item-number {
        color: #ffffff;
    }

    .mirpay-use__steps-list>li:nth-of-type(4) .mirpay-use__steps-item-number:after {
        border-color: var(--color-secondary);
        background: var(--color-secondary);
        color: #ffffff;
    }

    .mirpay-use__steps-list>li:after {
        content: '';
        display: block;
        position: absolute;
        top: 100%;
        left: 2.8rem;
        width: 0.2rem;
        height: 6.4rem;
        background: #dfe0e3;
        opacity: 0.7;
        border-radius: 0.4rem;
        margin: 0.8rem 0 0 -1px;
    }

    .mirpay-use__steps-list>li:last-child {
        margin: 0;
    }

    .mirpay-use__steps-list>li:last-child:after {
        display: none;
    }
}

.mirpay-use__steps-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: 4.8rem;
    padding: 0 0 0 6.4rem;
    margin: 0 0 1.6rem;
}

.mirpay-use__steps-item:last-child {
    margin: 0;
}

@media (min-width: 640px) {
    .mirpay-use__steps-item {
        margin: 0 0 2rem;
    }

    .mirpay-use__steps-item:last-child {
        margin: 0;
    }
}

@media (min-width: 1200px) {
    .mirpay-use__steps-item {
        padding: 0 0 0 8.4rem;
        margin: 0;
        min-height: 5.6rem;
        max-width: 53.2rem;
    }
}

.mirpay-use__steps-item-number {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    background: #ffffff;
    width: 4.8rem;
    height: 4.8rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 700;
    border-radius: 50%;
}

.mirpay-use__steps-item-number:before,
.mirpay-use__steps-item-number:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    border: 0.3rem solid transparent;
    transform: rotate(-45deg);
}

.mirpay-use__steps-item-number:before {
    z-index: -2;
    border-color: #e3e3e3;
}

.mirpay-use__steps-item-number:after {
    z-index: -1;
}

.mirpay-use__steps-item-number svg {
    display: none;
}

@media (min-width: 1200px) {
    .mirpay-use__steps-item-number {
        width: 5.6rem;
        height: 5.6rem;
        font-size: 2.4rem;
        line-height: 1.17;
        font-weight: 700;
    }
}

.mirpay-use__steps-item-title {
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 500;
    margin: 0 0 1.6rem;
}

.mirpay-use__steps-item-title:last-child {
    margin: 0;
}

@media (min-width: 1200px) {
    .mirpay-use__steps-item-title {
        font-family: 'Stolzl', Arial, sans-serif;
        font-size: 2.4rem;
        line-height: 1.17;
        font-weight: 500;
    }
}

.news {
    margin: 0 0 6.4rem;
}

.news .container-fluid {
    max-width: 144rem;
}

@media (min-width: 1200px) {
    .news {
        margin: 0 0 12.8rem;
    }
}

.news__title {
    display: block;
    margin: 0 0 3.2rem;
    font-size: 3.2rem;
    line-height: 1.12;
    font-weight: 700;
}

@media (min-width: 1200px) {
    .news__title {
        margin: 0 0 4.8rem;
        font-size: 5.6rem;
        line-height: 1.07;
        font-weight: 700;
    }
}

@media (min-width: 1200px) {
    .news__tabs {
        max-width: 104.8rem;
    }
}

.news__tabs-control {
    margin: 0 -1.6rem 2.4rem;
    position: relative;
}

@media (min-width: 640px) {
    .news__tabs-control {
        margin: 0 -3.2rem 3.2rem;
    }
}

@media (min-width: 1200px) {
    .news__tabs-control {
        margin: 0 0 4.8rem;
    }
}

.news__tabs-menu {
    margin: 0;
    padding: 0 1.6rem;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
}

.news__tabs-menu::-webkit-scrollbar {
    display: none;
}

.news__tabs-menu>li {
    width: auto;
    padding: 0 1.2rem 0 0;
}

@media (min-width: 640px) {
    .news__tabs-menu {
        padding: 0 3.2rem;
    }
}

@media (min-width: 1200px) {
    .news__tabs-menu {
        padding: 0;
    }
}

.news__tabs-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 4.4rem;
    background: var(--color-light);
    border-radius: 0.8rem;
    padding: 0.8rem 2.4rem;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 500;
    white-space: nowrap;
    color: var(--color-dark);
    transition: color 0.25s,
        background 0.25s;
}

.news__tabs-btn:hover {
    background: var(--color-light-hover);
    color: var(--color-dark);
}

.news__tabs-btn.is-active {
    background: var(--color-accent);
    color: var(--color-dark);
}

@media (min-width: 1200px) {
    .news__tabs-btn {
        height: 4.8rem;
        font-size: 1.4rem;
        line-height: 1.14;
        font-weight: 500;
        padding: 0.8rem 3.2rem;
    }
}

.news__tabs-wrapper {
    position: relative;
}

.news__tabs-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}

.news__tabs-content.is-active {
    position: relative;
    opacity: 1;
    visibility: visible;
    transition: 0.7s;
}

.news__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.news__list>li {
    border-top: 1px solid var(--color-border);
}

.news__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 2.4rem 0;
}

@media (min-width: 640px) {
    .news__item {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media (min-width: 1200px) {
    .news__item {
        padding: 2.4rem 0 4.8rem;
    }
}

.news__item-desc {
    margin: 0 0 2.4rem;
}

.news__item-desc:last-child {
    margin: 0;
}

@media (min-width: 640px) {
    .news__item-desc {
        margin: 0 3.2rem 0 0;
        -ms-flex: 1;
        flex: 1;
    }

    .news__item-desc:last-child {
        margin: 0;
    }
}

@media (min-width: 1200px) {
    .news__item-desc {
        margin: 0 8rem 0 0;
    }

    .news__item-desc:last-child {
        margin: 0;
    }
}

.news__item-info {
    margin: 0 -0.4rem -0.8rem;
    padding: 0 0 1.2rem;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.2rem;
    line-height: 1.33;
    font-weight: 400;
}

.news__item-info>li {
    padding: 0 0.4rem 0.8rem;
}

.news__item-info>li:last-child {
    color: var(--color-grey);
}

@media (min-width: 1200px) {
    .news__item-info {
        font-size: 1.4rem;
        line-height: 1.14;
        font-weight: 400;
        padding: 0 0 1.6rem;
    }
}

.news__item-title {
    display: block;
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;

    @media (width >=1200px) {
        font-size: 2.4rem !important;
        line-height: 1.33;
        font-weight: 400;
    }
}

.news__item-title a {
    text-decoration: none;
    color: var(--color-dark);
    transition: color 0.25s;
}

.news__item-title a:hover {
    text-decoration: none;
    color: var(--color-highlight);
}

.news__item-image {
    background: #000000;
    position: relative;
    overflow: hidden;
    border-radius: 1.6rem;
    display: block;
    margin: 0;
}

.news__item-image img {
    display: block;
    width: 100%;
}

@media (min-width: 640px) {
    .news__item-image {
        max-width: 29.8rem;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}

@media (min-width: 1200px) {
    .news__item-image {
        max-width: 42.8rem;
    }
}

.news__more {
    padding: 0.8rem 0 0 0;
}

.news__more .ui-btn {
    width: 100%;
}

@media (min-width: 640px) {
    .news__more {
        padding: 2.4rem 0 0;
    }

    .news__more .ui-btn {
        width: auto;
    }
}

.article {
    margin: 0 0 6.4rem;
}

.article .container-fluid {
    max-width: 144rem;
}

@media (min-width: 1200px) {
    .article {
        margin: 0 0 12.8rem;
    }
}

@media (min-width: 1200px) {
    .article__head .row {
        margin: 0 -2.4rem;
    }

    .article__head .row>[class^='col'] {
        padding: 0 2.4rem;
    }
}

.article__wrapper {
    max-width: 78rem;
}

.article figure {
    margin: 0 0 6.4rem;

    @media (width < 1200px) {
        margin: 0 0 3.2rem;
    }

    picture {
        margin-bottom: 1.6rem;
        border-radius: 1.6rem;
        background-color: transparent;
    }

    figcaption {
        color: var(--color-gray-on-light, #6b7782);
        font-size: 1.4rem;
        line-height: 1.14;

        a {
            color: var(--color-gray-on-light, #6b7782);
            position: relative;

            &:hover {
                color: var(--color-accent);
            }

            &::after {
                content: '';
                position: absolute;
                bottom: -0.2rem;
                left: 0;
                width: 100%;
                height: 0.1rem;
                background-color: var(--color-link-hover);
                transition: height 0.25s;
            }
        }
    }
}

.article.help-center__detail {
    .article__title {
        margin: 0 0 3.2rem;
    }

    .article__body {
        display: flex;
        flex-direction: column;
        gap: 1em;

        p {
            margin-bottom: 0;
        }
    }

    .article__subtitle {
        margin: 0 0 3.2rem;

        @media (width < 1200px) {
            margin: 0 0 1.6rem;
        }
    }
}

.article__body {
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
    margin-bottom: 3.2rem;
}

.article__body h2 {
    display: block;
    margin: 0 0 1.6rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.17;
    font-weight: 500;
}

.article__body p {
    margin: 0 0 1.6rem;
}

.article__body p:last-child {
    margin: 0;
}

@media (min-width: 1200px) {
    .article__body {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
        margin-bottom: 6.4rem;
    }

    .article__body h2 {
        font-size: 4rem;
        line-height: 1.2;
        font-weight: 500;
        margin: 0 0 3.2rem;
    }
}

.article__title {
    display: block;
    margin: 0 0 2.4rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 3.2rem;
    line-height: 1.17;
    font-weight: 500;
}

@media (min-width: 640px) {
    .article__title {
        margin: 0 0 2.4rem;
        font-size: 3.2rem;
        line-height: 1.14;
    }
}

@media (min-width: 1200px) {
    .article__title {
        margin: 0 0 4.8rem;
        font-size: 5.6rem;
        line-height: 1.07;
    }
}

.article__subtitle {
    font-family: var(--font-heading);
    font-size: 4rem;
    font-weight: 500;
    line-height: 1.2;

    @media (width < 1200px) {
        font-size: 3.2rem;
        line-height: 1.125;
    }
}

.article__image {
    display: block;
    border-radius: 1.6rem;
    background: #000000;
    overflow: hidden;
    margin: 0 0 4rem;
}

.article__image img {
    display: block;
    width: 100%;
}

.article__image-title {
    font-family: var(--font-heading);
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.17;
    margin: 0 0 2.4rem;

    @media (width < 1200px) {
        font-size: 2.2rem;
        line-height: 1.18;
    }
}

@media (min-width: 640px) {
    .article__image {
        margin: 0 0 4.8rem;
    }
}

@media (min-width: 1200px) {
    .article__image {
        margin: 0 0 8rem;
    }
}

.article__info {
    margin: 0 0 4.8rem;
    padding: 0 0.8rem;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;

    @media (width < 1200px) {
        margin-bottom: 0;

        .help-center__detail & {
            display: flex;
            flex-direction: column;
        }
    }
}

.article__info dt {
    display: block;
    margin: 0 0 0.8rem;
}

.article__info dd {
    color: var(--color-grey);
    display: block;
    margin: 0 0 2.4rem;
}

@media (min-width: 640px) {
    .article__info {
        padding: 0;
        margin: 0;
        columns: 2;
        column-gap: 1.6rem;
    }
}

@media (min-width: 1200px) {
    .article__info {
        columns: 1;
        column-gap: 0;
        width: 26.4rem;
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
    }

    .article__info dt {
        margin: 0 0 0.8rem;
    }

    .article__info dd {
        margin: 0 0 4rem;
    }
}

.article__social {
    margin: 0 -0.8rem -1.6rem;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.article__social>li {
    padding: 0 0.8rem 1.6rem;
}

.article__social-link {
    display: block;
    text-decoration: none;
    color: var(--body-color);
    transition: color 0.25s;
}

.article__social-link svg {
    display: block;
    width: 2rem;
    height: 2rem;
}

.article__social-link:hover {
    text-decoration: none;
    color: var(--color-accent);
}

@media (min-width: 1200px) {
    .article__social-link svg {
        width: 2.4rem;
        height: 2.4rem;
    }
}

.disclosure {
    margin: 0 0 6.4rem;
}

.disclosure .container-fluid {
    max-width: 144rem;
}

@media (min-width: 1200px) {
    .disclosure {
        margin: 0 0 12.8rem;
    }
}

.disclosure__title {
    display: block;
    margin: 0 0 3.2rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 3rem;
    line-height: 1.12;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .disclosure__title {
        margin: 0 0 4.8rem;
        font-size: 5.6rem;
        line-height: 1.107;
        font-weight: 500;
    }
}

@media (min-width: 1200px) {
    .disclosure__wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media (min-width: 1200px) {
    .disclosure__content {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        min-width: 0;
        margin: 0 4rem 0 0;
    }
}

@media (min-width: 1200px) {
    .disclosure__sidebar {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 47.6rem;
        margin: 0 2rem 0 0;
    }
}

.disclosure__nav {
    margin: 0 0 3.2rem;
}

@media (min-width: 1200px) {
    .disclosure__nav {
        margin: 0;
    }
}

.disclosure__nav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.disclosure__nav-menu>li {
    margin: 0 0 1.6rem;
}

.disclosure__nav-menu>li:last-child {
    margin: 0;
}

@media (min-width: 1200px) {
    .disclosure__nav-menu>li {
        margin: 0 0 2.4rem;
    }

    .disclosure__nav-menu>li:last-child {
        margin: 0;
    }
}

.disclosure__nav-link {
    background: var(--color-light);
    border: 1px solid var(--color-light);
    border-radius: 1.6rem;
    padding: 2rem 7.6rem 2rem 2rem;
    position: relative;
    cursor: pointer;
    transition: background 0.25s;
    min-height: 6.4rem;
    overflow: hidden;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 700;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: var(--body-color);
}

.disclosure__nav-link:after {
    content: '';
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.8 12.5999C15.0667 12.2444 15.0667 11.7555 14.8 11.3999L11.8 7.39994C11.4686 6.95811 10.8418 6.86857 10.4 7.19994C9.95817 7.53131 9.86863 8.15811 10.2 8.59994L12.75 11.9999L10.2 15.3999C9.86863 15.8418 9.95817 16.4686 10.4 16.7999C10.8418 17.1313 11.4686 17.0418 11.8 16.5999L14.8 12.5999Z' fill='%2324303B'/%3E%3C/svg%3E%0A") 50% 50% no-repeat;
    background-size: contain;
    position: absolute;
    top: 2rem;
    right: 2rem;
    transition: transform 0.25s;
}

.disclosure__nav-link:hover {
    background: transparent;
    color: var(--body-color);
}

@media (min-width: 1200px) {
    .disclosure__nav-link {
        padding: 1.6rem 7.6rem 1.6rem 2.4rem;
        min-height: 7.2rem;
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 700;
    }

    .disclosure__nav-link:after {
        width: 2.4rem;
        height: 2.4rem;
        top: 2.4rem;
        right: 2.4rem;
    }
}

.disclosure__info {
    background: var(--color-light);
    border-radius: 1.6rem;
    padding: 2rem 1.6rem 2.4rem;
}

@media (min-width: 640px) {
    .disclosure__info {
        padding: 2.4rem 2.4rem 3.2rem;
    }
}

@media (min-width: 1200px) {
    .disclosure__info {
        padding: 3.2rem 3.2rem 4rem;
    }
}

.disclosure__info-title {
    display: block;
    margin: 0 0 2.4rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.17;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .disclosure__info-title {
        margin: 0 0 3.2rem;
    }
}

.disclosure__info-dl {
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
}

.disclosure__info-dl dt {
    display: block;
    font-family: 'Stolzl', Arial, sans-serif;
    font-weight: 500;
    margin: 0 0 0.8rem;
}

.disclosure__info-dl dd {
    display: block;
    margin: 0 0 1.6rem;
}

.disclosure__info-dl dd:last-child {
    margin: 0;
}

@media (min-width: 1200px) {
    .disclosure__info-dl {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
    }

    .disclosure__info-dl dt {
        margin: 0 -0.8rem 0.8rem 0;
    }

    .disclosure__info-dl dd {
        margin: 0 0 2rem;
    }

    .disclosure__info-dl dd:last-child {
        margin: 0;
    }
}

.disclosure__wysiwyg {
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
}

.disclosure__wysiwyg ul {
    margin: 0 0 1.6rem;
    padding: 0;
    list-style: none;
}

.disclosure__wysiwyg ul>li {
    margin: 0;
    padding: 0 0 0 2.8rem;
    position: relative;
}

.disclosure__wysiwyg ul>li:before {
    content: '';
    position: absolute;
    top: 0.5em;
    left: 1rem;
    width: 0.4rem;
    height: 0.4rem;
    background: currentColor;
    border-radius: 50%;
}

.disclosure__wysiwyg ul>li:after {
    display: none;
}

.disclosure__wysiwyg p {
    margin: 0 0 1.6rem;
}

.disclosure__wysiwyg p:last-child {
    margin: 0;
}

@media (min-width: 1200px) {
    .disclosure__wysiwyg {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
        max-width: 96.8rem;
        position: relative;
        top: -1.6rem;
    }
}

.disclosure__finance-tabs {
    margin: 0 0 4rem;
}

@media (min-width: 1200px) {
    .disclosure__finance-tabs {
        margin: 0 0 4.8rem;
    }
}

.disclosure__finance-tabs-title {
    display: block;
    margin: 0 0 2.4rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.17;
    font-weight: 500;
    max-width: 90rem;
}

.disclosure__finance-tabs-control {
    margin: 0 -1.6rem 3.2rem;
    position: relative;
}

@media (min-width: 640px) {
    .disclosure__finance-tabs-control {
        margin: 0 -3.2rem 3.2rem;
    }
}

@media (min-width: 1200px) {
    .disclosure__finance-tabs-control {
        margin: 0 0 4.8rem;
    }
}

.disclosure__finance-tabs-menu {
    margin: 0;
    padding: 0 1.6rem;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
}

.disclosure__finance-tabs-menu::-webkit-scrollbar {
    display: none;
}

.disclosure__finance-tabs-menu>li {
    width: auto;
    padding: 0 1.2rem 0 0;
}

@media (min-width: 640px) {
    .disclosure__finance-tabs-menu {
        padding: 0 3.2rem;
    }
}

@media (min-width: 1200px) {
    .disclosure__finance-tabs-menu {
        padding: 0;
    }
}

.disclosure__finance-tabs-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 4.4rem;
    background: var(--color-light);
    border-radius: 0.8rem;
    padding: 0.8rem 2.4rem;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 500;
    white-space: nowrap;
    color: var(--color-dark);
    transition: color 0.25s,
        background 0.25s;
}

.disclosure__finance-tabs-btn:hover {
    background: var(--color-light-hover);
    color: var(--color-dark);
}

.disclosure__finance-tabs-btn.is-active {
    background: var(--color-accent);
    color: var(--color-dark);
}

@media (min-width: 1200px) {
    .disclosure__finance-tabs-btn {
        height: 4rem;
        font-size: 1.4rem;
        line-height: 1.14;
        font-weight: 500;
        padding: 0.8rem 2.4rem;
    }
}

.disclosure__finance-tabs-wrapper {
    position: relative;
}

.disclosure__finance-tabs-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}

.disclosure__finance-tabs-content.is-active {
    position: relative;
    opacity: 1;
    visibility: visible;
    transition: 0.7s;
}

.disclosure__finance-documents-title {
    display: block;
    margin: 0 0 2.4rem;
    font-size: 1.2rem;
    line-height: 1.33;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--color-grey);
}

.disclosure__finance-documents-list {
    margin: 0 0 3.2rem;
    padding: 0;
    list-style: none;
}

.disclosure__finance-documents-list:last-child {
    margin: 0;
}

.disclosure__finance-documents-list>li {
    margin: 0 0 1.6rem;
}

.disclosure__finance-documents-list>li:last-child {
    margin: 0;
}

.requisites {
    margin: 0 0 6.4rem;
}

.requisites .container-fluid {
    max-width: 144rem;
}

@media (min-width: 1200px) {
    .requisites {
        margin: 0 0 9.6rem;
    }
}

.requisites__title {
    display: block;
    margin: 0 0 3.2rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 3.2rem;
    line-height: 1.12;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .requisites__title {
        margin: 0 0 4.8rem;
        font-size: 5.6rem;
        line-height: 1.107;
        font-weight: 500;
    }
}

@media (min-width: 1200px) {
    .requisites__wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media (min-width: 1200px) {
    .requisites__content {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        min-width: 0;
        margin: 0 3.2rem 0 0;
    }
}

@media (min-width: 1200px) {
    .requisites__sidebar {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 44.8rem;
    }
}

.requisites__table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

@media (min-width: 640px) {
    .requisites__table {
        font-size: 1.6rem;
        line-height: 1.25;
        font-weight: 400;
        text-align: left;
        margin: 0 0 4.8rem;
    }

    .requisites__table th,
    .requisites__table td {
        border-top: 1px solid var(--color-border);
        border-bottom: 1px solid var(--color-border);
        padding: 2.4rem 1.6rem;
        vertical-align: top;
    }

    .requisites__table th:first-child,
    .requisites__table td:first-child {
        padding-left: 0;
        width: 45%;
    }

    .requisites__table th:last-child,
    .requisites__table td:last-child {
        padding-right: 0;
    }

    .requisites__table th {
        font-family: 'Stolzl', Arial, sans-serif;
        font-weight: 500;
        text-align: inherit;
    }
}

@media (min-width: 1200px) {
    .requisites__table {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
        margin: 0 0 3.2rem;
    }

    .requisites__table th,
    .requisites__table td {
        padding: 2.4rem 1.2rem;
    }

    .requisites__table th:first-child,
    .requisites__table td:first-child {
        padding-left: 0;
        width: 35%;
    }

    .requisites__table th:last-child,
    .requisites__table td:last-child {
        padding-right: 0;
    }

    .requisites__table th {
        font-family: 'Stolzl', Arial, sans-serif;
        font-size: 1.6rem;
        line-height: 1.25;
        font-weight: 500;
    }

    .requisites__table tr:last-child th,
    .requisites__table tr:last-child td {
        border-bottom: none;
    }
}

@media (max-width: 639px) {
    .requisites__table {
        display: block;
        font-size: 1.6rem;
        line-height: 1.25;
        font-weight: 400;
        text-align: left;
        margin: 0 0 4rem;
    }

    .requisites__table thead,
    .requisites__table tbody,
    .requisites__table tfoot,
    .requisites__table tr,
    .requisites__table th,
    .requisites__table td {
        display: block;
    }

    .requisites__table tr {
        border-top: 1px solid var(--color-border);
        padding: 1.6rem 0;
    }

    .requisites__table th,
    .requisites__table td {
        margin: 0 0 0.8rem;
    }

    .requisites__table th:last-child,
    .requisites__table td:last-child {
        margin: 0;
    }

    .requisites__table th {
        font-family: 'Stolzl', Arial, sans-serif;
        font-weight: 500;
    }
}

.requisites__info {
    background: var(--color-light);
    border-radius: 1.6rem;
    padding: 2rem 1.6rem 2.4rem;
    margin: 0 0 4.8rem;
}

@media (min-width: 640px) {
    .requisites__info {
        padding: 2.4rem 2.4rem 3.2rem;
    }
}

@media (min-width: 1200px) {
    .requisites__info {
        padding: 3.2rem 2.4rem;
        margin: 0;
    }
}

.requisites__info-title {
    display: block;
    margin: 0 0 2.4rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.17;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .requisites__info-title {
        margin: 0 0 3.2rem;
    }
}

.requisites__info-dl {
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
}

.requisites__info-dl dt {
    display: block;
    font-family: 'Stolzl', Arial, sans-serif;
    font-weight: 500;
    margin: 0 0 0.8rem;
}

.requisites__info-dl dd {
    display: block;
    margin: 0 0 1.6rem;
}

.requisites__info-dl dd:last-child {
    margin: 0;
}

@media (min-width: 1200px) {
    .requisites__info-dl {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
    }

    .requisites__info-dl dt {
        margin: 0 0 0.8rem;
    }

    .requisites__info-dl dd {
        margin: 0 0 2.4rem;
    }

    .requisites__info-dl dd:last-child {
        margin: 0;
    }
}

.requisites__tabs-control {
    margin: 0 -1.6rem 1.6rem;
    position: relative;
}

@media (min-width: 640px) {
    .requisites__tabs-control {
        margin: 0 -3.2rem 2.4rem;
    }
}

@media (min-width: 1200px) {
    .requisites__tabs-control {
        margin: 0 0 2.4rem;
    }
}

.requisites__tabs-menu {
    margin: 0;
    padding: 0 1.6rem;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
}

@media (hover: none) {
    .requisites__tabs-menu::-webkit-scrollbar {
        display: none;
    }
}

.requisites__tabs-menu>li {
    width: auto;
    padding: 0 1.2rem 0 0;
    -ms-flex: 1;
    flex: 1;
}

.requisites__tabs-menu>li:last-child {
    padding: 0;
}

@media (min-width: 640px) {
    .requisites__tabs-menu {
        padding: 0 3.2rem;
    }
}

@media (min-width: 1200px) {
    .requisites__tabs-menu {
        padding: 0;
    }
}

.requisites__tabs-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 4.4rem;
    width: 100%;
    background: var(--color-light);
    border-radius: 0.8rem;
    padding: 0.8rem 2.4rem;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 500;
    white-space: nowrap;
    color: var(--color-dark);
    transition: color 0.25s,
        background 0.25s;
    cursor: auto;
}

@media (min-width: 1200px) {
    .requisites__tabs-btn {
        height: 4.8rem;
        font-size: 1.4rem;
        line-height: 1.14;
        font-weight: 500;
        padding: 0.8rem 2.4rem;
    }
}

.requisites__tabs-wrapper {
    position: relative;
}

.requisites__tabs-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}

.requisites__tabs-content.is-active {
    position: relative;
    opacity: 1;
    visibility: visible;
    transition: 0.7s;
}

.contacts {
    margin: 0 0 6.4rem;
}

.contacts .container-fluid {
    max-width: 144rem;
}

@media (min-width: 1200px) {
    .contacts {
        margin: 0 0 6.4rem;
    }
}

.contacts__title {
    display: block;
    margin: 0 0 3.2rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 3.2rem;
    line-height: 1.12;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .contacts__title {
        margin: 0 0 6.4rem;
        font-family: 'Stolzl', Arial, sans-serif;
        font-size: 5.6rem;
        line-height: 1.107;
        font-weight: 500;
    }
}

@media (min-width: 1200px) {
    .contacts__wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.contacts__content {
    margin: 0 0 3.2rem;
}

@media (min-width: 1200px) {
    .contacts__content {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        min-width: 0;
        margin: 0 3.2rem 0 0;
    }
}

@media (min-width: 1200px) {
    .contacts__sidebar {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 44.8rem;
    }
}

.contacts__table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.contacts__table ul {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.contacts__table ul>span {
    color: var(--color-grey);
    font-size: 14px;
    line-height: 16px;
    /* 114.286% */
}

.contacts__table ul>span~li {
    padding-bottom: 1.6rem;
}

.contacts__table ul>li+span {
    margin-top: 1.6rem;
}

@media (max-width: 639px) {
    .contacts__table {
        display: block;
        font-size: 1.6rem;
        line-height: 1.25;
        font-weight: 400;
        text-align: left;
        margin: 0 0 3.2rem;
    }

    .contacts__table thead,
    .contacts__table tbody,
    .contacts__table tfoot,
    .contacts__table tr,
    .contacts__table th,
    .contacts__table td {
        display: block;
    }

    .contacts__table thead tr {
        padding: 0 0 2.4rem;
    }

    .contacts__table thead th {
        font-family: 'Stolzl', Arial, sans-serif;
        font-weight: 500;
    }

    .contacts__table tbody {
        border-top: 1px solid var(--color-border);
    }

    .contacts__table tbody tr {
        border-bottom: 1px solid var(--color-border);
        padding: 1.6rem 0;
    }

    .contacts__table tbody th,
    .contacts__table tbody td {
        margin: 0 0 0.8rem;
    }

    .contacts__table tbody th:last-child,
    .contacts__table tbody td:last-child {
        margin: 0;
    }

    .contacts__table tbody th {
        color: var(--color-grey);
        font-weight: 400;
    }

    .contacts__table ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .contacts__table ul>li,
    .contacts__table ul>span {
        padding: 0;
        margin: 0 0 0.8rem;
    }

    .contacts__table ul>li:before,
    .contacts__table ul>li:after {
        display: none;
    }

    .contacts__table ul>li:last-child {
        margin: 0;
    }
}

@media (min-width: 640px) {
    .contacts__table {
        font-size: 1.6rem;
        line-height: 1.25;
        font-weight: 400;
        text-align: left;
        margin: 0 0 3.2rem;
    }

    .contacts__table th,
    .contacts__table td {
        vertical-align: top;
    }

    .contacts__table th:first-child,
    .contacts__table td:first-child {
        width: 35%;
    }

    .contacts__table th {
        text-align: inherit;
    }

    .contacts__table thead th,
    .contacts__table thead td {
        padding: 0 1.2rem 2.4rem;
    }

    .contacts__table thead th:first-child,
    .contacts__table thead td:first-child {
        padding-left: 0;
    }

    .contacts__table thead th:last-child,
    .contacts__table thead td:last-child {
        padding-right: 0;
    }

    .contacts__table thead th {
        font-family: 'Stolzl', Arial, sans-serif;
        font-weight: 500;
    }

    .contacts__table tbody th,
    .contacts__table tbody td {
        padding: 2rem 1.2rem;
        border-top: 1px solid var(--color-border);
        border-bottom: 1px solid var(--color-border);
    }

    .contacts__table tbody th:first-child,
    .contacts__table tbody td:first-child {
        padding-left: 0;
    }

    .contacts__table tbody th:last-child,
    .contacts__table tbody td:last-child {
        padding-right: 0;
    }

    .contacts__table tbody th {
        font-weight: 400;
        color: var(--color-grey);
    }

    .contacts__table ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .contacts__table ul>li .contacts__table ul>span {
        padding: 0;
        margin: 0 0 0.8rem;
    }

    .contacts__table ul>li:before,
    .contacts__table ul>li:after {
        display: none;
    }

    .contacts__table ul>li:last-child {
        margin: 0;
    }

    .contacts__table:last-child {
        margin: 0;
    }

    .contacts__table:last-child tbody tr:last-child th,
    .contacts__table:last-child tbody tr:last-child td {
        padding-bottom: 0;
        border-bottom: none;
    }
}

@media (min-width: 1200px) {
    .contacts__table {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
        margin: 0 0 6.4rem;
    }

    .contacts__table:last-child {
        margin: 0;
    }

    .contacts__table thead {
        font-size: 2.4rem;
        line-height: 1.17;
        font-weight: 700;
    }

    .contacts__table thead th,
    .contacts__table thead td {
        padding: 0 1.2rem 3.2rem;
    }

    .contacts__table thead th:first-child,
    .contacts__table thead td:first-child {
        padding-left: 0;
    }

    .contacts__table thead th:last-child,
    .contacts__table thead td:last-child {
        padding-right: 3.2rem;
    }

    .contacts__table tbody th,
    .contacts__table tbody td {
        padding: 3.2rem 1.2rem;
    }

    .contacts__table tbody th:first-child,
    .contacts__table tbody td:first-child {
        padding-left: 0;
    }

    .contacts__table tbody th:last-child,
    .contacts__table tbody td:last-child {
        padding-right: 3.2rem;
    }

    .contacts__table ul {
        margin: 0 -1.6rem -1.6rem;
        padding: 0;
        list-style: none;
    }

    .contacts__table ul>li,
    .contacts__table ul>span {
        padding: 0 1.6rem 0.8rem;
        margin: 0;
    }
}

.contacts__wysiwyg {
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
    margin: 0 0 2.4rem;
}

.contacts__wysiwyg:last-child {
    margin: 0;
}

.contacts__wysiwyg h2 {
    display: block;
    margin: 0 0 1.6rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.17;
    font-weight: 500;
}

.contacts__wysiwyg picture {
    display: block;
    background: #cccccc;
    border-radius: 0.8rem;
    overflow: hidden;
    margin: 0 0 1.6rem;
}

.contacts__wysiwyg picture img {
    display: block;
    width: 100%;
}

.contacts__wysiwyg p {
    margin: 0 0 1.6rem;
}

.contacts__wysiwyg p:last-child {
    margin: 0;
}

.contacts__wysiwyg a[href^='tel:'] {
    display: inline-block;
    vertical-align: top;
}

@media (min-width: 640px) {
    .contacts__wysiwyg {
        margin: 0 0 3.2rem;
    }

    .contacts__wysiwyg:last-child {
        margin: 0;
    }

    .contacts__wysiwyg picture {
        margin: 0 0 2rem;
    }

    .contacts__wysiwyg p {
        margin: 0 0 1.6rem;
    }

    .contacts__wysiwyg p:last-child {
        margin: 0;
    }
}

@media (min-width: 1200px) {
    .contacts__wysiwyg {
        font-size: 1.8rem;
        line-height: 1.333;
        font-weight: 400;
        margin: 0 0 4.8rem;
    }

    .contacts__wysiwyg h2 {
        margin: 0 0 2.4rem;
        font-size: 4rem;
        line-height: 1.2;
        font-weight: 500;
    }

    .contacts__wysiwyg picture {
        margin: 0 0 3.2rem;
    }

    .contacts__wysiwyg p {
        margin: 0 0 1.6rem;
    }

    .contacts__wysiwyg p:last-child {
        margin: 0;
    }
}

.subsc {
    margin: 0 0 6.4rem;
}

@media (min-width: 1200px) {
    .subsc {
        margin: 0 0 12.8rem;
    }
}

.subsc__wrapper {
    padding: 2.4rem 1.6rem 1.6rem;
    background: var(--color-light);
    border-radius: 1.6rem;
}

@media (min-width: 640px) {
    .subsc__wrapper {
        padding: 3.2rem 2.4rem;
    }
}

@media (min-width: 1200px) {
    .subsc__wrapper {
        padding: 4rem;
        min-height: 15.2rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }

    .subsc__wrapper form {
        -ms-flex: 1;
        flex: 1;
    }
}

.subsc__desc {
    margin: 0 0 2.4rem;
}

@media (min-width: 1200px) {
    .subsc__desc {
        margin: 0;
    }
}

.subsc__title {
    display: block;
    margin: 0 0 0.8rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.17;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .subsc__title {
        margin: 0 0 0.4rem;
    }
}

.subsc__text {
    display: block;
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.29;
    font-weight: 400;
    max-width: 32rem;
}

@media (min-width: 1200px) {
    .subsc__text {
        font-size: 1.6rem;
        line-height: 1.25;
        font-weight: 400;
        max-width: 38rem;
    }
}

.subsc__data {
    padding: 0.8rem 0;
}

.subsc__data .row {
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 -0.8rem -1.6rem;
}

.subsc__data .row>[class^='col'] {
    padding: 0 0.8rem 1.6rem;
}

.subsc__data .ui-placeholder {
    margin: 0;
}

.subsc__data .ui-validate {
    margin: 0 0 -1.6rem;
}

.subsc__data .ui-btn {
    width: 100%;
}

.subsc__success {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.subsc__success-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.8rem;
    height: 2.8rem;
    margin: 0 1.2rem 0 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.subsc__success-icon img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

@media (min-width: 1200px) {
    .subsc__success-icon {
        width: 3.2rem;
        height: 3.2rem;
    }
}

.subsc__success-title {
    display: block;
    margin: 0;
    -ms-flex: 1;
    flex: 1;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .subsc__success-title {
        font-size: 2.4rem;
        line-height: 1.17;
        font-weight: 500;
    }
}

.accordion {
    margin: 0 0 6.4rem;
}

@media (min-width: 1200px) {
    .accordion {
        margin: 0 0 12.8rem;
    }
}

.accordion__title {
    display: block;
    margin: 0 0 3.2rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.17;
    font-weight: 500;
}

.accordion--faktura .accordion__title {
    margin: 0 0 3.2rem;
    font-size: 2.2rem;
}

@media (min-width: 640px) {
    .accordion__title {
        margin: 0 0 3.2rem;
    }
}

@media (min-width: 1200px) {
    .accordion__title {
        font-size: 4rem;
        line-height: 1.2;
        font-weight: 500;
        margin: 0 0 6.4rem;
    }

    .accordion--faktura .accordion__title {
        margin: 0 0 4.8rem;
        font-size: 4rem;
        line-height: 4.8rem;
    }
}

.accordion__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.accordion__list>li {
    margin: 0 0 1.6rem;

    .accordion--faktura & {
        margin: 0 0 0.8rem;
    }
}

.accordion__list>li:last-child {
    margin: 0;
}

@media (min-width: 640px) {
    .accordion__list>li {
        margin: 0 0 1.6rem;

        .accordion--faktura & {
            margin: 0 0 1.2rem;
        }
    }

    .accordion__list>li:last-child {
        margin: 0;
    }
}

@media (min-width: 1200px) {
    .accordion__list>li {
        margin: 0 0 2.4rem;
    }

    .accordion__list>li:last-child {
        margin: 0;
    }
}

.accordion__item {
    background: var(--color-light);
    border: 1px solid var(--color-light);
    border-radius: 0.8rem;
    padding: 2.2rem 2rem 2rem 2rem;
    position: relative;
    cursor: pointer;
    transition: background 0.25s;
    min-height: 6.4rem;
    overflow: hidden;
    margin-bottom: 2.4rem;

    .accordion--faktura & {
        margin-bottom: 0.8rem;
    }

    @media (width < 1200px) {
        margin-bottom: 1.6rem;
    }
}

.accordion__item:after {
    content: '';
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    background: url("data:image/svg+xml,%3Csvg width='33' height='32' viewBox='0 0 33 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.4922 19.7333C15.9663 20.0889 16.6182 20.0889 17.0922 19.7333L22.4256 15.7333C23.0147 15.2915 23.1341 14.4558 22.6922 13.8667C22.2504 13.2776 21.4147 13.1582 20.8256 13.6L16.2922 17L11.7589 13.6C11.1698 13.1582 10.3341 13.2776 9.89223 13.8667C9.45041 14.4558 9.5698 15.2915 10.1589 15.7333L15.4922 19.7333Z' fill='%23242624'/%3E%3C/svg%3E%0A") 50% 50% no-repeat;
    background-size: contain;
    position: absolute;
    top: 2rem;
    right: 2rem;
    transition: transform 0.25s;
    z-index: 1 !important;
    pointer-events: none;
}

.accordion--faktura .accordion__item:after {
    content: none;
}

.accordion--faktura .accordion__item-toggle {
    font-weight: 500;
}

.accordion--faktura .accordion__item-toggle::after {
    content: '';
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    background: url("data:image/svg+xml,%3Csvg width='33' height='32' viewBox='0 0 33 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.4922 19.7333C15.9663 20.0889 16.6182 20.0889 17.0922 19.7333L22.4256 15.7333C23.0147 15.2915 23.1341 14.4558 22.6922 13.8667C22.2504 13.2776 21.4147 13.1582 20.8256 13.6L16.2922 17L11.7589 13.6C11.1698 13.1582 10.3341 13.2776 9.89223 13.8667C9.45041 14.4558 9.5698 15.2915 10.1589 15.7333L15.4922 19.7333Z' fill='%23242624'/%3E%3C/svg%3E%0A") 50% 50% no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translateY(-50%);
    transition: transform 0.25s;
    z-index: 1 !important;
    pointer-events: none;
}

.accordion--faktura .accordion__item.is-open .accordion__item-toggle::after {
    transform: translateY(-50%) rotate(180deg);
}

.accordion__item:hover {
    @media (hover) {
        background: transparent;
    }
}

.accordion__item.is-open {
    background: transparent;
}

.accordion__item.is-open:after {
    transform: rotate(180deg);
}

@media (min-width: 640px) {
    .accordion--faktura .accordion__item {
        margin-bottom: 1.2rem;
        padding: 2rem 2rem 1.8rem;
        min-height: unset;
    }
}

@media (min-width: 1200px) {
    .accordion__item {
        padding: 2.4rem 2.4rem 2rem;
        min-height: 7.2rem;
    }

    .accordion__item:after {
        width: 2.4rem;
        height: 2.4rem;
        top: 2.4rem;
        right: 2.4rem;
    }

    .accordion--faktura .accordion__item {
        margin-bottom: 2.4rem;
        min-height: unset;
        padding: 4rem 4.8rem 3.8rem;
    }
}

.accordion__item-toggle {
    display: block;
    margin: 0;
    padding: 0 4.8rem 0 0;
    font-family: var(--font-heading);
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 500;
    position: relative;
}

.accordion__item-toggle:before {
    content: '';
    display: block;
    position: absolute;
    top: -2rem;
    bottom: -2rem;
    left: -2rem;
    right: -7.6rem;
    border-radius: 0.8rem;
}

@media (min-width: 1200px) {
    .accordion__item-toggle {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 500;
    }

    .accordion__item-toggle:before {
        top: -2.4rem;
        bottom: -2.4rem;
        left: -2.4rem;
        right: -2.4rem;
    }

    .accordion--faktura .accordion__item-toggle {
        font-size: 2.4rem;
        line-height: 2.8rem;
    }
}

.accordion__item-content {
    display: none;
    position: relative;
    top: 1.6rem;
    padding: 0 0 1.6rem;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
}

@media (min-width: 1200px) {
    .accordion__item-content {
        top: 1.6rem;
        padding: 0 0 1.6rem;
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
    }
}

.accordion--faktura .accordion__item-content p {
    margin: 0;
}

.accordion__item-text {
    display: block;
    margin: 0 0 2.4rem;
}

.accordion__item-text:last-child {
    margin: 0;
}

@media (min-width: 640px) {
    .accordion__item-text {
        margin: 0 0 1.6rem;
    }

    .accordion__item-text:last-child {
        margin: 0;
    }
}

@media (min-width: 1200px) {
    .accordion__item-text {
        margin: 0 0 4rem;
    }

    .accordion__item-text:last-child {
        margin: 0;
    }
}

.accordion__item-documents {
    margin: 0;
    padding: 0;
    list-style: none;
}

.accordion__item-documents>li {
    margin: 0 0 1.6rem;
}

.accordion__item-documents>li:last-child {
    margin: 0;
}

.accordion__item-documents .ui-doc {
    margin: 0;
}

@media (min-width: 1200px) {
    .accordion__item-documents {
        margin: 0 -1.2rem -2.4rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .accordion__item-documents>li {
        padding: 0 1.2rem 2.4rem;
        margin: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.team {
    margin: 0 0 6.4rem;
}

.team .container-fluid {
    max-width: 144rem;
}

@media (min-width: 1200px) {
    .team {
        margin: 0 0 12.8rem;
    }
}

.team__title {
    display: block;
    margin: 0 0 1.6rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 3.2rem;
    line-height: 1.12;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .team__title {
        margin: 0 0 6.4rem;
        font-size: 5.6rem;
        line-height: 1.07;
        font-weight: 500;
    }
}

.team__text {
    display: block;
    margin: 0 0 3.2rem;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
}

@media (min-width: 1200px) {
    .team__text {
        margin: 0 0 6.4rem;
        padding: 1rem 0 0;
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
        width: 46.4rem;
    }
}

.team__swiper {
    margin: 0 0 3.2rem;
}

.team__swiper:last-child {
    margin: 0;
}

.team__tabs-control {
    margin: 0 -1.6rem 2.4rem;
    position: relative;
}

@media (min-width: 640px) {
    .team__tabs-control {
        margin: 0 -3.2rem 2.4rem;
    }
}

@media (min-width: 1200px) {
    .team__tabs-control {
        margin: 0 0 4.8rem;
    }
}

.team__tabs-menu {
    margin: 0;
    padding: 0 1.6rem;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
}

.team__tabs-menu::-webkit-scrollbar {
    display: none;
}

.team__tabs-menu>li {
    width: auto;
    padding: 0 1.2rem 0 0;
}

@media (min-width: 640px) {
    .team__tabs-menu {
        padding: 0 3.2rem;
    }
}

@media (min-width: 1200px) {
    .team__tabs-menu {
        padding: 0;
    }
}

.team__tabs-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 4.4rem;
    background: var(--color-light);
    border-radius: 0.8rem;
    padding: 0.8rem 2.4rem;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 500;
    white-space: nowrap;
    color: var(--color-dark);
    transition: color 0.25s,
        background 0.25s;
}

.team__tabs-btn:hover {
    background: var(--color-light-hover);
    color: var(--color-dark);
}

.team__tabs-btn.is-active {
    background: var(--color-accent);
    color: var(--color-dark);
}

@media (min-width: 1200px) {
    .team__tabs-btn {
        height: 4.8rem;
        font-size: 1.4rem;
        line-height: 1.14;
        font-weight: 500;
        padding: 0.8rem 2.4rem;
    }
}

.team__tabs-wrapper {
    position: relative;
}

.team__tabs-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}

.team__tabs-content.is-active {
    position: relative;
    opacity: 1;
    visibility: visible;
    transition: 0.7s;
}

.team__item {
    display: block;
    width: 29.6rem;
    max-width: 100%;
    text-decoration: none;
    color: var(--body-color);
}

.team__item:hover {
    text-decoration: none;
    color: var(--body-color);
}

.team__item:hover .team__item-image img {
    transform: scale(1.05);
}

@media (min-width: 640px) {
    .team__item {
        width: 100%;
    }
}

.team__item-image {
    background: #000000;
    border-radius: 1.6rem;
    overflow: hidden;
    height: 28.6rem;
    margin: 0 0 1.6rem;
    position: relative;
}

.team__item-image img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 0.25s;
    will-change: transform;
}

@media (min-width: 640px) {
    .team__item-image {
        height: auto;
    }

    .team__item-image:before {
        content: '';
        float: left;
        padding: 96% 0 0 0;
    }
}

@media (min-width: 1200px) {
    .team__item-image {
        margin: 0 0 2.4rem;
    }

    .team__item-image:before {
        padding: 87% 0 0 0;
    }
}

.team__item-title {
    display: block;
    margin: 0 0 0.8rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .team__item-title {
        font-size: 2.4rem;
        line-height: 1.17;
        font-weight: 500;
    }
}

.team__item-text {
    display: block;
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
}

@media (min-width: 1200px) {
    .team__item-text {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
    }
}

.press-center .container-fluid {
    max-width: 144rem;
}

.press-center .news,
.press-center .subsc,
.press-center .accordion,
.press-center .contacts,
.press-center .location {
    margin: 0 0 6.4rem;
}

.press-center .news .container-fluid,
.press-center .subsc .container-fluid,
.press-center .accordion .container-fluid,
.press-center .contacts .container-fluid,
.press-center .location .container-fluid {
    max-width: 104.8rem;
    padding: 0;
    margin: 0;
}

.press-center .location {
    margin: 0;
}

@media (min-width: 1200px) {
    .press-center .news {
        margin: 0 0 9rem;
    }

    .press-center .news__title {
        margin: 0 0 6.4rem;
    }

    .press-center .subsc {
        margin: 0 0 12.8rem;
    }
}

.depository .container-fluid {
    max-width: 144rem;
}

.depository__title {
    display: block;
    margin: 0 0 3.2rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 3.2rem;
    line-height: 1.12;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .depository__title {
        margin: 0 0 4.8rem;
        font-size: 5.6rem;
        line-height: 1.07;
        font-weight: 500;
    }
}

.depository__tabs-control {
    margin: 0 -1.6rem 3.2rem;
    position: relative;
}

@media (min-width: 640px) {
    .depository__tabs-control {
        margin: 0 -3.2rem 3.2rem;
    }
}

@media (min-width: 1200px) {
    .depository__tabs-control {
        margin: 0 0 3.2rem;
    }
}

.depository__tabs-menu {
    margin: 0;
    padding: 0 1.6rem;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
}

.depository__tabs-menu::-webkit-scrollbar {
    display: none;
}

.depository__tabs-menu>li {
    width: auto;
    padding: 0 1.2rem 0 0;
}

@media (min-width: 640px) {
    .depository__tabs-menu {
        padding: 0 3.2rem;
    }
}

@media (min-width: 1200px) {
    .depository__tabs-menu {
        padding: 0;
    }
}

.depository__tabs-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 4.4rem;
    background: var(--color-light);
    border-radius: 0.8rem;
    padding: 0.8rem 2.4rem;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 500;
    white-space: nowrap;
    color: var(--color-dark);
    transition: color 0.25s,
        background 0.25s;
}

.depository__tabs-btn:hover {
    background: var(--color-light-hover);
    color: var(--color-dark);
}

.depository__tabs-btn.is-active {
    background: var(--color-accent);
    color: var(--color-dark);
}

@media (min-width: 1200px) {
    .depository__tabs-btn {
        height: 4.8rem;
        font-size: 1.4rem;
        line-height: 1.14;
        font-weight: 500;
        padding: 0.8rem 2.4rem;
    }
}

.depository__tabs-wrapper {
    position: relative;
}

.depository__tabs-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}

.depository__tabs-content.is-active {
    position: relative;
    opacity: 1;
    visibility: visible;
    transition: 0.7s;
}

@media (min-width: 1200px) {

    .depository__txt,
    .depository__requisites,
    .depository__faq,
    .depository__contacts,
    .depository__documents {
        max-width: 104.8rem;
    }
}

.depository__txt {
    margin: 0 0 6.4rem;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
}

.depository__txt p {
    margin: 0 0 1.6rem;
}

.depository__txt p:last-child {
    margin: 0;
}

@media (min-width: 1200px) {
    .depository__txt {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
        margin: 0 0 12.8rem;
    }
}

.depository__requisites {
    margin: 0 0 6.4rem;
}

@media (min-width: 1200px) {
    .depository__requisites {
        margin: 0 0 12.8rem;
    }
}

.depository__requisites-title {
    display: block;
    margin: 0 0 2.4rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.17;
    font-weight: 500;
}

@media (min-width: 640px) {
    .depository__requisites-title {
        margin: 0 0 3.2rem;
    }
}

@media (min-width: 1200px) {
    .depository__requisites-title {
        font-size: 4rem;
        line-height: 1.2;
        font-weight: 500;
    }
}

.depository__requisites-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

@media (min-width: 640px) {
    .depository__requisites-table {
        font-size: 1.6rem;
        line-height: 1.25;
        font-weight: 400;
        text-align: left;
    }

    .depository__requisites-table th,
    .depository__requisites-table td {
        border-top: 1px solid var(--color-border);
        border-bottom: 1px solid var(--color-border);
        padding: 2rem 1.6rem;
        vertical-align: top;
    }

    .depository__requisites-table th:first-child,
    .depository__requisites-table td:first-child {
        padding-left: 0;
        width: 32%;
    }

    .depository__requisites-table th:last-child,
    .depository__requisites-table td:last-child {
        padding-right: 0;
    }

    .depository__requisites-table th {
        font-weight: 400;
        color: var(--color-grey);
    }

    .depository__requisites-table tr:last-child th,
    .depository__requisites-table tr:last-child td {
        border-bottom: none;
        padding-bottom: 0;
    }
}

@media (min-width: 1200px) {
    .depository__requisites-table {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
    }

    .depository__requisites-table th,
    .depository__requisites-table td {
        padding: 3.2rem 1.2rem;
    }

    .depository__requisites-table th:first-child,
    .depository__requisites-table td:first-child {
        padding-left: 0;
        width: 28%;
    }

    .depository__requisites-table th:last-child,
    .depository__requisites-table td:last-child {
        padding-right: 0;
    }
}

@media (max-width: 639px) {
    .depository__requisites-table {
        display: block;
        font-size: 1.6rem;
        line-height: 1.25;
        font-weight: 400;
        text-align: left;
    }

    .depository__requisites-table thead,
    .depository__requisites-table tbody,
    .depository__requisites-table tfoot,
    .depository__requisites-table tr,
    .depository__requisites-table th,
    .depository__requisites-table td {
        display: block;
    }

    .depository__requisites-table tr {
        border-top: 1px solid var(--color-border);
        padding: 1.6rem 0;
    }

    .depository__requisites-table th,
    .depository__requisites-table td {
        margin: 0 0 0.8rem;
    }

    .depository__requisites-table th:last-child,
    .depository__requisites-table td:last-child {
        margin: 0;
    }

    .depository__requisites-table th {
        font-weight: 400;
        color: var(--color-grey);
    }
}

.depository__faq {
    margin: 0 0 6.4rem;
}

@media (min-width: 1200px) {
    .depository__faq {
        margin: 0 0 12.8rem;
    }
}

.depository__faq-title {
    display: block;
    margin: 0 0 2.4rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.17;
    font-weight: 500;
}

@media (min-width: 640px) {
    .depository__faq-title {
        margin: 0 0 3.2rem;
    }
}

@media (min-width: 1200px) {
    .depository__faq-title {
        font-size: 4rem;
        line-height: 1.2;
        font-weight: 500;
        margin: 0 0 4.8rem;
    }
}

.depository__faq-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.depository__faq-list>li {
    margin: 0 0 0.8rem;
}

.depository__faq-list>li:last-child {
    margin: 0;
}

@media (min-width: 640px) {
    .depository__faq-list>li {
        margin: 0 0 1.6rem;
    }

    .depository__faq-list>li:last-child {
        margin: 0;
    }
}

@media (min-width: 1200px) {
    .depository__faq-list>li {
        margin: 0 0 2.4rem;
    }

    .depository__faq-list>li:last-child {
        margin: 0;
    }
}

.depository__faq-item {
    background: var(--color-light);
    border: 1px solid var(--color-light);
    border-radius: 0.8rem;
    padding: 2rem;
    position: relative;
    cursor: pointer;
    transition: background 0.25s;
    min-height: 6.4rem;
    overflow: hidden;
}

.depository__faq-item:after {
    content: '';
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    background: url("data:image/svg+xml,%3Csvg width='33' height='32' viewBox='0 0 33 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.4922 19.7333C15.9663 20.0889 16.6182 20.0889 17.0922 19.7333L22.4256 15.7333C23.0147 15.2915 23.1341 14.4558 22.6922 13.8667C22.2504 13.2776 21.4147 13.1582 20.8256 13.6L16.2922 17L11.7589 13.6C11.1698 13.1582 10.3341 13.2776 9.89223 13.8667C9.45041 14.4558 9.5698 15.2915 10.1589 15.7333L15.4922 19.7333Z' fill='%2324303B'/%3E%3C/svg%3E%0A") 50% 50% no-repeat;
    background-size: contain;
    position: absolute;
    top: 2rem;
    right: 2rem;
    transition: transform 0.25s;
}

.depository__faq-item:hover {
    background: transparent;
}

.depository__faq-item.is-open {
    background: transparent;
}

.depository__faq-item.is-open:after {
    transform: rotate(180deg);
}

@media (min-width: 1200px) {
    .depository__faq-item {
        padding: 2.4rem;
        min-height: 7.2rem;
    }

    .depository__faq-item:after {
        width: 2.4rem;
        height: 2.4rem;
        top: 2.4rem;
        right: 2.4rem;
    }
}

.depository__faq-item-question {
    display: block;
    margin: 0;
    padding: 0 4.8rem 0 0;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 700;
    position: relative;
}

.depository__faq-item-question:before {
    content: '';
    display: block;
    position: absolute;
    top: -2rem;
    bottom: -2rem;
    left: -2rem;
    right: -7.6rem;
    border-radius: 0.8rem;
}

@media (min-width: 1200px) {
    .depository__faq-item-question {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 700;
    }

    .depository__faq-item-question:before {
        top: -2.4rem;
        bottom: -2.4rem;
        left: -2.4rem;
        right: -2.4rem;
    }
}

.depository__faq-item-answer {
    display: none;
    position: relative;
    top: 1.6rem;
    padding: 0 0 1.6rem;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
}

@media (min-width: 1200px) {
    .depository__faq-item-answer {
        top: 1.6rem;
        padding: 0 0 1.6rem;
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
    }
}

.depository__faq-item-text {
    display: block;
    margin: 0 0 2.4rem;
}

.depository__faq-item-text:last-child {
    margin: 0;
}

@media (min-width: 640px) {
    .depository__faq-item-text {
        margin: 0 0 1.6rem;
    }

    .depository__faq-item-text:last-child {
        margin: 0;
    }
}

@media (min-width: 1200px) {
    .depository__faq-item-text {
        margin: 0 0 4rem;
    }

    .depository__faq-item-text:last-child {
        margin: 0;
    }
}

.depository__faq-item-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.depository__faq-item-list>li {
    margin: 0 0 1.6rem;
}

.depository__faq-item-list>li:last-child {
    margin: 0;
}

@media (min-width: 640px) {
    .depository__faq-item-list>li {
        margin: 0 0 2rem;
    }

    .depository__faq-item-list>li:last-child {
        margin: 0;
    }
}

@media (min-width: 1200px) {
    .depository__faq-item-list {
        max-width: 91.2rem;
    }

    .depository__faq-item-list>li {
        margin: 0 0 2.4rem;
    }

    .depository__faq-item-list>li:last-child {
        margin: 0;
    }
}

.depository__contacts {
    margin: 0 0 6.4rem;
}

@media (min-width: 1200px) {
    .depository__contacts {
        margin: 0 0 4.8rem;
    }
}

.depository__contacts-title {
    display: block;
    margin: 0 0 2.4rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.17;
    font-weight: 500;
}

@media (min-width: 640px) {
    .depository__contacts-title {
        margin: 0 0 3.2rem;
    }
}

@media (min-width: 1200px) {
    .depository__contacts-title {
        font-size: 4rem;
        line-height: 1.2;
        font-weight: 500;
        margin: 0 0 4.8rem;
    }
}

.depository__contacts-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

@media (min-width: 640px) {
    .depository__contacts-table {
        font-size: 1.6rem;
        line-height: 1.25;
        font-weight: 400;
        text-align: left;
    }

    .depository__contacts-table th,
    .depository__contacts-table td {
        border-top: 1px solid var(--color-border);
        border-bottom: 1px solid var(--color-border);
        padding: 2rem 1.6rem;
        vertical-align: top;
    }

    .depository__contacts-table th:first-child,
    .depository__contacts-table td:first-child {
        padding-left: 0;
        width: 32%;
    }

    .depository__contacts-table th:last-child,
    .depository__contacts-table td:last-child {
        padding-right: 0;
    }

    .depository__contacts-table th {
        font-weight: 400;
        color: var(--color-grey);
    }

    .depository__contacts-table ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .depository__contacts-table ul>li {
        padding: 0;
        margin: 0 0 1.6rem;
    }

    .depository__contacts-table ul>li:before,
    .depository__contacts-table ul>li:after {
        display: none;
    }

    .depository__contacts-table ul>li:last-child {
        margin: 0;
    }

    .depository__contacts-table mark {
        background: none;
        color: var(--body-color);
    }
}

@media (min-width: 1200px) {
    .depository__contacts-table {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
    }

    .depository__contacts-table th,
    .depository__contacts-table td {
        padding: 3.2rem 1.2rem;
    }

    .depository__contacts-table th:first-child,
    .depository__contacts-table td:first-child {
        padding-left: 0;
        width: 28%;
    }

    .depository__contacts-table th:last-child,
    .depository__contacts-table td:last-child {
        padding-right: 0;
    }

    .depository__contacts-table ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -1.6rem -1.6rem;
    }

    .depository__contacts-table ul>li {
        padding: 0 1.6rem 1.6rem;
        margin: 0;
    }
}

@media (max-width: 639px) {
    .depository__contacts-table {
        display: block;
        font-size: 1.6rem;
        line-height: 1.25;
        font-weight: 400;
        text-align: left;
        border-bottom: 1px solid var(--color-border);
    }

    .depository__contacts-table thead,
    .depository__contacts-table tbody,
    .depository__contacts-table tfoot,
    .depository__contacts-table tr,
    .depository__contacts-table th,
    .depository__contacts-table td {
        display: block;
    }

    .depository__contacts-table tr {
        border-top: 1px solid var(--color-border);
        padding: 1.6rem 0;
    }

    .depository__contacts-table th,
    .depository__contacts-table td {
        margin: 0 0 1.6rem;
    }

    .depository__contacts-table th:last-child,
    .depository__contacts-table td:last-child {
        margin: 0;
    }

    .depository__contacts-table th {
        font-weight: 400;
        color: var(--color-grey);
    }

    .depository__contacts-table mark {
        background: none;
        color: var(--body-color);
    }

    .depository__contacts-table ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .depository__contacts-table ul>li {
        padding: 0;
        margin: 0 0 1.6rem;
    }

    .depository__contacts-table ul>li:before,
    .depository__contacts-table ul>li:after {
        display: none;
    }

    .depository__contacts-table ul>li:last-child {
        margin: 0;
    }
}

.depository__location {
    margin: 0;
    position: relative;
    padding: 38.2rem 0 0 0;
}

@media (min-width: 640px) {
    .depository__location {
        padding: 43.2rem 0 0 0;
    }
}

@media (min-width: 1200px) {
    .depository__location {
        margin: 0;
        padding: 8.7rem 0 10.9rem;
    }
}

.depository__location-map {
    display: block;
    background: #f4f4f2;
    position: absolute;
    top: 0;
    left: -1.6rem;
    right: -1.6rem;
    height: 39.8rem;
    z-index: 1;
}

.depository__location-map [class*='ymaps-2-1'][class*='-ground-pane'] {
    filter: grayscale(100%);
}

@media (min-width: 640px) {
    .depository__location-map {
        height: 44.8rem;
        left: -3.2rem;
        right: -3.2rem;
    }
}

@media (min-width: 1200px) {
    .depository__location-map {
        position: absolute;
        top: 0;
        left: 50%;
        bottom: auto;
        right: auto;
        margin: 0 0 0 -50vw;
        width: 100vw;
        height: 100%;
    }
}

.depository__location-desc {
    background: #ffffff;
    box-shadow: 0 -0.2rem 2rem rgba(0, 0, 0, 0.08);
    border-radius: 2.4rem 2.4rem 0 0;
    margin: 0 -1.6rem;
    padding: 2.4rem 1.6rem 3.2rem;
    position: relative;
    z-index: 2;
}

@media (min-width: 640px) {
    .depository__location-desc {
        margin: 0 -3.2rem;
        padding: 2.4rem 3.2rem 6.4rem;
    }
}

@media (min-width: 1200px) {
    .depository__location-desc {
        padding: 3.2rem 2.4rem;
        margin: 0;
        max-width: 42.4rem;
        border-radius: 0.8rem;
    }
}

.depository__location-title {
    display: block;
    margin: 0 0 2.8rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.17;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .depository__location-title {
        margin: 0 0 2.4rem;
    }
}

.depository__location-dl {
    margin: 0;
    padding: 0;
}

.depository__location-dl dt {
    display: block;
    margin: 0 0 0.8rem;
    font-size: 1.2rem;
    line-height: 1.33;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--color-grey);
}

.depository__location-dl dd {
    display: block;
    margin: 0 0 2rem;
    padding: 0 0 2rem;
    border-bottom: 1px solid var(--color-border);
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
}

.depository__location-dl dd:last-child {
    margin: 0;
}

.depository__location-dl mark {
    background: none;
    color: var(--body-color);
}

@media (min-width: 1200px) {
    .depository__location-dl dd {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
        margin: 0 0 1.6rem;
        padding: 0 0 1.6rem;
    }

    .depository__location-dl dd:last-child {
        margin: 0;
        padding: 0;
        border: none;
    }
}

.depository__documents {
    margin: 0 0 6.4rem;
}

.depository__documents-filter {
    margin: 0 0 3.2rem;
}

.depository__documents-filter .row {
    margin: 0 -0.6rem;
}

.depository__documents-filter .row>[class^='col'] {
    padding: 0 0.6rem;
}

.depository__documents-filter .ui-select {
    margin: 0 0 1.2rem;
}

.depository__documents-filter .ui-btn {
    width: 100%;
}

@media (min-width: 1200px) {
    .depository__documents-filter .ui-select {
        margin: 0;
    }
}

.depository__documents-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.depository__documents-list>li {
    margin: 0 0 1.6rem;
}

.depository__documents-list>li:last-child {
    margin: 0;
}

@media (min-width: 640px) {
    .depository__documents-list>li {
        margin: 0 0 2rem;
    }

    .depository__documents-list>li:last-child {
        margin: 0;
    }
}

@media (min-width: 1200px) {
    .depository__documents-list>li {
        margin: 0 0 2.4rem;
    }

    .depository__documents-list>li:last-child {
        margin: 0;
    }
}

.system {
    text-align: center;
    padding: 0.8rem 0 0;
    margin: 0 0 6.4rem;
}

@media (min-width: 640px) {
    .system {
        padding: 3.2rem 0 0;
    }
}

@media (min-width: 1200px) {
    .system {
        margin: 0 0 12.8rem;
    }
}

.system__number {
    display: block;
    margin: 0 0 1.6rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 10rem;
    line-height: 1.08;
    font-weight: 300;
    color: #f5f5f8;
}

@media (min-width: 1200px) {
    .system__number {
        font-size: 14rem;
        line-height: 1.5;
        font-weight: 300;
        margin: 0 0 2rem;
    }
}

.system__title {
    display: block;
    margin: 0 0 0.8rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.17;
    font-weight: 500;
}

.system__text {
    display: block;
    margin: 0 0 2.4rem;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
}

@media (min-width: 1200px) {
    .system__text {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
    }
}

.about {
    margin: 0 0 6.4rem;
}

.about .container-fluid {
    max-width: 144rem;
}

@media (min-width: 1200px) {
    .about {
        margin: 0 0 12.8rem;
    }
}

.about__title {
    display: block;
    margin: 0 0 1.6rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 3.2rem;
    line-height: 1.12;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .about__title {
        margin: 0 0 4.8rem;
        font-size: 5.6rem;
        line-height: 1.07;
        font-weight: 500;
    }
}

.about__text {
    display: block;
    margin: 0 0 3.2rem;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
}

@media (min-width: 1200px) {
    .about__text {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
        padding: 1rem 0;
        margin: 0 0 4.8rem;
        width: 46.4rem;
    }
}

.about__video {
    margin: 0 0 3.2rem;
    position: relative;
    background: #cccccc;
    border-radius: 0.8rem;
    overflow: hidden;
    display: block;
    color: #ffffff;
    text-decoration: none;
    transition: color 0.25s;
}

.about__video:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.about__video:hover {
    color: #ffffff;
    text-decoration: none;
}

.about__video:hover:after {
    opacity: 0.5;
}

.about__video:hover img {
    transform: scale(1.05);
}

@media (min-width: 640px) {
    .about__video {
        border-radius: 1.6rem;
    }
}

@media (min-width: 1200px) {
    .about__video {
        margin: 0 0 4.8rem;
    }
}

.about__video-image {
    display: block;
}

.about__video-image img {
    display: block;
    width: 100%;
    min-height: 32.8rem;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 0.25s;
}

.about__video-play {
    position: absolute;
    left: 1.6rem;
    bottom: 1.6rem;
    z-index: 100;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 500;
}

.about__video-play svg {
    display: block;
    width: 4.8rem;
    height: 4.8rem;
    margin: 0 1.6rem 0 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media (min-width: 1200px) {
    .about__video-play {
        left: 2.4rem;
        bottom: 2.4rem;
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 500;
    }

    .about__video-play svg {
        width: 5.6rem;
        height: 5.6rem;
    }
}

.about__benefits {
    margin: 0;
    padding: 0;
    list-style: none;
}

.about__benefits>li {
    margin: 0 0 2.4rem;
}

.about__benefits>li:last-child {
    margin: 0;
}

@media (min-width: 1200px) {
    .about__benefits {
        margin: 0 -1.6rem -3.2rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .about__benefits>li {
        padding: 0 1.6rem 3.2rem;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
}

.about__benefits-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.about__benefits-item-icon {
    width: 5.2rem;
    height: 5.2rem;
    margin: 0 1.6rem 0 0;
    border-radius: 0.8rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    overflow: hidden;
}

.about__benefits-item-icon img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (min-width: 1200px) {
    .about__benefits-item-icon {
        width: 6.4rem;
        height: 6.4rem;
    }
}

.about__benefits-item-desc {
    -ms-flex: 1;
    flex: 1;
}

.about__benefits-item-title {
    display: block;
    margin: 0 0 0.4rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .about__benefits-item-title {
        font-size: 2.4rem;
        line-height: 1.17;
        font-weight: 500;
        margin: 0 0 0.8rem;
    }
}

.about__benefits-item-text {
    display: block;
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
}

@media (min-width: 1200px) {
    .about__benefits-item-text {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
    }
}

.facts {
    margin: 0 0 6.4rem;
}

@media (min-width: 1200px) {
    .facts {
        margin: 0 0 12.8rem;
    }
}

.facts__title {
    display: block;
    margin: 0 0 2.4rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.17;
    font-weight: 500;
}

@media (min-width: 640px) {
    .facts__title {
        margin: 0 0 3.2rem;
    }
}

@media (min-width: 1200px) {
    .facts__title {
        font-size: 4rem;
        line-height: 1.2;
        font-weight: 500;
        margin: 0 0 4.8rem;
    }
}

.facts__swiper {
    margin: 0 0 3.2rem;
}

@media (min-width: 1200px) {
    .facts__swiper {
        margin: 0 0 4.8rem;
    }
}

.facts__item {
    border: 1px solid var(--color-border);
    border-radius: 1.6rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 2rem;
    height: 100%;
    min-height: 22.4rem;
}

@media (min-width: 1200px) {
    .facts__item {
        padding: 2.4rem;
    }
}

.facts__item-title {
    display: block;
    margin: 0 0 1.2rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .facts__item-title {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 500;
        margin: 0 0 1.6rem;
    }
}

.facts__item-text {
    display: block;
    margin: 0 0 1.6rem;
    font-size: 1.2rem;
    line-height: 1.33;
    font-weight: 400;
    color: var(--color-grey);
}

@media (min-width: 1200px) {
    .facts__item-text {
        font-size: 1.4rem;
        line-height: 1.14;
        font-weight: 400;
    }
}

.facts__item-image {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 0.8rem;
    overflow: hidden;
    height: 4.8rem;
    margin: auto 0 0 0;
}

.facts__item-image img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.banner-bank {
    margin: 0 0 6.4rem;
}

@media (min-width: 1200px) {
    .banner-bank {
        margin: 0 0 12.8rem;
    }
}

.banner-bank__item {
    background: #242624;
    color: #ffffff;
    text-decoration: none;
    border-radius: 1.6rem;
    overflow: hidden;
    position: relative;
    padding: 3.2rem 2.4rem 4.8rem;
}

.banner-bank__item:hover {
    color: #ffffff;
    text-decoration: none;
}

@media (min-width: 640px) {
    .banner-bank__item {
        padding: 3.2rem 3.2rem 5.6rem;
    }
}

@media (min-width: 1200px) {
    .banner-bank__item {
        padding: 6.4rem;
        min-height: 47.2rem;
        display: -ms-flexbox;
        display: flex;
    }
}

.banner-bank__item-desc {
    position: relative;
    z-index: 2;
}

@media (min-width: 1200px) {
    .banner-bank__item-desc {
        max-width: 59rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.banner-bank__item-mark {
    display: block;
    margin: 0 0 2rem;
    background: none;
    padding: 0;
    color: inherit;
    font-size: 1.2rem;
    line-height: 1.33;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

@media (min-width: 640px) {
    .banner-bank__item-mark {
        margin: 0 0 3.2rem;
    }
}

@media (min-width: 1200px) {
    .banner-bank__item-mark {
        margin: 0 0 3.2rem;
    }
}

.banner-bank__item-title {
    display: block;
    margin: 0 0 4rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.17;
    font-weight: 500;
}

@media (min-width: 640px) {
    .banner-bank__item-title {
        font-size: 3.2rem;
        line-height: 1.12;
        font-weight: 500;
        margin: 0 0 4.8rem;
    }
}

@media (min-width: 1200px) {
    .banner-bank__item-title {
        font-size: 4rem;
        line-height: 1.2;
        font-weight: 500;
        margin: 0 0 4.8rem;
    }
}

.banner-bank__item-info {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1.8rem;
    line-height: 1.33;
    font-weight: 400;
}

.banner-bank__item-info b {
    display: block;
    margin: 0 0 0.4rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 500;
}

.banner-bank__item-info>li {
    margin: 0 0 2rem;
}

.banner-bank__item-info>li:last-child {
    margin: 0;
}

@media (min-width: 640px) {
    .banner-bank__item-info {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
    }

    .banner-bank__item-info b {
        display: block;
        margin: 0 0 0.8rem;
        font-size: 2.4rem;
        line-height: 1.17;
        font-weight: 500;
    }

    .banner-bank__item-info>li {
        margin: 0 0 2.4rem;
    }

    .banner-bank__item-info>li:last-child {
        margin: 0;
    }
}

@media (min-width: 1200px) {
    .banner-bank__item-info {
        margin: auto -2.4rem 0;
        display: -ms-flexbox;
        display: flex;
    }

    .banner-bank__item-info>li {
        margin: 0;
        padding: 0 2.4rem;
    }
}

.banner-bank__item-image {
    position: absolute;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
    margin: 0;
}

.banner-bank__item-image:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #242624 0%, rgba(36, 38, 36, 0.97) 21.55%, rgba(36, 38, 36, 0.88) 41.72%, rgba(36, 38, 36, 0) 100%);
}

.banner-bank__item-image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (min-width: 1200px) {
    .banner-bank__item-image {
        max-width: 57.8rem;
    }
}

.management {
    margin: 0 0 6.4rem;
}

@media (min-width: 1200px) {
    .management {
        margin: 0 0 12.8rem;
    }
}

.management__title {
    display: block;
    margin: 0 0 2.4rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.17;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .management__title {
        margin: 0 0 4.8rem;
        font-size: 4rem;
        line-height: 1.2;
        font-weight: 500;
    }
}

.management__text {
    display: block;
    margin: 0 0 3.2rem;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
}

@media (min-width: 1200px) {
    .management__text {
        margin: 0 0 6.4rem;
        padding: 1rem 0 0;
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
        width: 46.4rem;
    }
}

.management__swiper {
    margin: 0 0 3.2rem;
}

.management__swiper:last-child {
    margin: 0;
}

@media (min-width: 1200px) {
    .management__swiper {
        margin: 0 0 6.4rem;
    }

    .management__swiper:last-child {
        margin: 0;
    }
}

.management__tabs-control {
    margin: 0 -1.6rem 2.4rem;
    position: relative;
}

@media (min-width: 640px) {
    .management__tabs-control {
        margin: 0 -3.2rem 2.4rem;
    }
}

@media (min-width: 1200px) {
    .management__tabs-control {
        margin: 0 0 4.8rem;
    }
}

.management__tabs-menu {
    margin: 0;
    padding: 0 1.6rem;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
}

@media (hover: none) {
    .management__tabs-menu::-webkit-scrollbar {
        display: none;
    }
}

.management__tabs-menu>li {
    width: auto;
    padding: 0 1.2rem 0 0;
}

@media (min-width: 640px) {
    .management__tabs-menu {
        padding: 0 3.2rem;
    }
}

@media (min-width: 1200px) {
    .management__tabs-menu {
        padding: 0;
    }
}

.management__tabs-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 4.4rem;
    background: var(--color-light);
    border-radius: 0.4rem;
    padding: 0.8rem 2.4rem;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 500;
    white-space: nowrap;
    color: var(--body-color);
}

.management__tabs-btn.is-active {
    background: var(--color-accent);
    color: #ffffff;
}

@media (min-width: 1200px) {
    .management__tabs-btn {
        height: 4.8rem;
        font-size: 1.4rem;
        line-height: 1.14;
        font-weight: 500;
        padding: 0.8rem 2.4rem;
    }
}

.management__tabs-wrapper {
    position: relative;
}

.management__tabs-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}

.management__tabs-content.is-active {
    position: relative;
    opacity: 1;
    visibility: visible;
    transition: 0.7s;
}

.management__item {
    display: block;
    max-width: 100%;
    width: 100%;
    text-decoration: none;
    color: var(--body-color);
}

.management__item:hover {
    text-decoration: none;
    color: var(--body-color);
}

.management__item:hover .management__item-image img {
    transform: scale(1.05);
}

.management__item-image {
    background: #000000;
    border-radius: 1.6rem;
    overflow: hidden;
    height: 28.6rem;
    margin: 0 0 1.6rem;
    position: relative;
}

.management__item-image img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 0.25s;
    will-change: transform;
}

@media (min-width: 640px) {
    .management__item-image {
        height: auto;
    }

    .management__item-image:before {
        content: '';
        float: left;
        padding: 96% 0 0 0;
    }
}

@media (min-width: 1200px) {
    .management__item-image {
        margin: 0 0 2.4rem;
    }

    .management__item-image:before {
        padding: 97.354% 0 0 0;
    }
}

.management__item-title {
    display: block;
    margin: 0 0 0.8rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .management__item-title {
        font-size: 2.4rem;
        line-height: 1.17;
        font-weight: 500;
    }
}

.management__item-text {
    display: block;
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
}

@media (min-width: 1200px) {
    .management__item-text {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
    }
}

.vacancies {
    margin: 0 0 6.4rem;
}

@media (min-width: 1200px) {
    .vacancies {
        margin: 0 0 12.8rem;
    }
}

@media (min-width: 640px) {
    .vacancies__wrapper {
        background: var(--color-light);
        border-radius: 0.8rem;
        text-align: center;
        padding: 3.2rem 1.6rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow: hidden;
    }
}

@media (min-width: 1200px) {
    .vacancies__wrapper {
        padding: 6.4rem;
        border-radius: 1.6rem;
    }
}

.vacancies__title {
    display: block;
    margin: 0 0 1.6rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.17;
    font-weight: 500;
}

@media (min-width: 640px) {
    .vacancies__title {
        -ms-flex-order: 1;
        order: 1;
    }
}

@media (min-width: 1200px) {
    .vacancies__title {
        margin: 0 0 2.4rem;
        font-size: 4rem;
        line-height: 1.2;
        font-weight: 500;
    }
}

.vacancies__text {
    display: block;
    margin: 0 0 2.4rem;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
    width: 100%;
}

@media (min-width: 640px) {
    .vacancies__text {
        margin: 0 0 3.2rem;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media (min-width: 1200px) {
    .vacancies__text {
        margin: 0 auto 3.2rem;
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
        max-width: 74rem;
    }
}

.vacancies__swiper {
    margin: 0 0 3.2rem;
}

@media (min-width: 640px) {
    .vacancies__swiper {
        -ms-flex-order: 4;
        order: 4;
        margin: 0;
    }
}

@media (min-width: 1200px) {
    .vacancies__swiper {
        max-width: 82.4rem;
        margin: 0 auto;
    }
}

@media (min-width: 640px) {
    .vacancies__action {
        -ms-flex-order: 3;
        order: 3;
        margin: 0 0 3.2rem;
    }
}

@media (min-width: 1200px) {
    .vacancies__action {
        margin: 0 0 4.8rem;
    }
}

.vacancies__item {
    background: var(--color-light);
    border-radius: 0.8rem;
    padding: 1.6rem 2rem;
    display: block;
    text-decoration: none;
    color: var(--body-color);
    text-align: left;
    transition: background 0.25s;
}

.vacancies__item:hover {
    text-decoration: none;
    color: var(--body-color);
}

@media (min-width: 640px) {
    .vacancies__item {
        background: var(--color-white);
    }

    .vacancies__item:hover {
        background: var(--color-white-hover);
    }
}

@media (min-width: 1200px) {
    .vacancies__item {
        padding: 2.4rem;
    }
}

.vacancies__item-mark {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 2.4rem;
    border: 1px solid #dad6d1;
    color: var(--color-dark);
    background: none;
    border-radius: 0.4rem;
    height: 2.4rem;
    padding: 0.4rem 0.6rem;
    font-size: 1.2rem;
    line-height: 1.33;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

@media (min-width: 1200px) {
    .vacancies__item-mark {
        height: 2.8rem;
        margin: 0 0 3.2rem;
        padding: 0.4rem 0.8rem;
    }
}

.vacancies__item-title {
    display: block;
    margin: 0 0 0.8rem;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
}

@media (min-width: 1200px) {
    .vacancies__item-title {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
        margin: 0 0 1.6rem;
    }
}

.vacancies__item-price {
    display: block;
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 700;
}

@media (min-width: 1200px) {
    .vacancies__item-price {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 700;
    }
}

.search-results {
    margin: 0 0 2.4rem;
}

.search-results .row {
    margin-right: 0;
    margin-left: 0;
}

.search-results .container-fluid {
    max-width: 144rem;
}

@media (min-width: 640px) {
    .search-results {
        padding: 0.8rem 0 0;
        margin: 0 0 3.2rem;
    }
}

@media (min-width: 1200px) {
    .search-results {
        margin: 0 0 6.4rem;
    }
}

.search-results__form {
    margin: 0 0 2.8rem;
}

/* .search-results__form .row {
	margin: 0 -0.4rem;
} */

.search-results__form .row>[class^='col'] {
    /* padding: 0 0.4rem; */
    padding: 0;
}

.search-results__form .row .ui-field {
    margin: 0 1.6rem 1.6rem 0;

    @media (width < 1200px) {
        margin: 0 1.2rem 1.2rem 0;
    }
}

/*.search-results__form .ui-field {*/
/*	margin: 0 1.2rem 0;*/
/*}*/

/*@media (width >=1200px) {*/
/*	.search-results__form .ui-field {*/
/*		margin: 0 1.6rem 0;*/
/*	}*/
/*}*/

.search-results__form .ui-input,
.search-results__form .pb-textarea,
.search-results__form .ui-textarea {
    border: 1px solid var(--color-light);
    height: 4.4rem;
}

.search-results__form .ui-input:-ms-input-placeholder,
.search-results__form .pb-textarea:-ms-input-placeholder,
.search-results__form .ui-textarea:-ms-input-placeholder {
    color: var(--color-gray-on-light);
}

.search-results__form .ui-input::placeholder,
.search-results__form .pb-textarea::placeholder,
.search-results__form .ui-textarea::placeholder {
    color: var(--color-gray-on-light);
}

.search-results__form .ui-input:focus,
.search-results__form .pb-textarea:focus,
.search-results__form .ui-textarea:focus {
    border-color: var(--color-accent);
}

.search-results__form .ui-input:focus:-ms-input-placeholder,
.search-results__form .pb-textarea:focus:-ms-input-placeholder,
.search-results__form .ui-textarea:focus:-ms-input-placeholder {
    color: var(--color-gray-on-light);
    opacity: 1;
}

.search-results__form .ui-input:focus::placeholder,
.search-results__form .pb-textarea:focus::placeholder,
.search-results__form .ui-textarea:focus::placeholder {
    color: var(--color-gray-on-light);
    opacity: 1;
}

.search-results__form .ui-btn {
    height: 4.4rem;
}

.search-results__form .ui-found {
    margin: 0;
    /* padding: 1.2rem 0 0; */
    font-size: 1.4rem;
    line-height: 1.29;
    font-weight: 400;
    color: #9798a0;
}

@media (min-width: 640px) {

    /* .search-results__form .row {
		margin: 0 -0.8rem;
	} */
    .search-results__form .row>[class^='col'] {
        /* padding: 0 0.8rem; */
        padding: 0;
    }
}

@media (min-width: 1200px) {
    .search-results__form {
        /* max-width: 82rem; */
        margin: 0 0 4.8rem;
    }

    /* .search-results__form .row {
		margin: 0 -0.8rem;
	} */
    .search-results__form .row>[class^='col'] {
        /* padding: 0 0.8rem; */
        padding: 0;
    }

    .search-results__form .ui-input,
    .search-results__form .pb-textarea,
    .search-results__form .ui-textarea {
        height: 5.6rem;
    }

    .search-results__form .ui-btn {
        height: 5.6rem;
    }

    /* .search-results__form .ui-found {
		padding: 1.6rem 0 0;
	} */
}

.search-results__list {
    margin: 0 0 2.8rem;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 3.2rem;

    @media (width < 1200px) {
        gap: 2.8rem;
    }
}

.search-results__list:last-child {
    margin: 0;
}

.search-results__list>li {
    /*margin: 2.8rem 0 0;*/
}

.search-results__list>li:first-child {
    /*margin: 0;*/
}

@media (min-width: 1200px) {
    .search-results__list {
        margin: 0 0 4.8rem;
    }

    .search-results__list>li {
        /*margin: 3.2rem 0 0;*/
    }

    .search-results__list>li:first-child {
        /*margin: 0;*/
    }
}

.search-results__item {
    display: block;
    text-decoration: none;
    color: var(--body-color);
}

.search-results__item:hover {
    text-decoration: none;
    color: var(--body-color);
}

.search-results__item-title {
    display: block;
    margin: 0 0 0.5rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .search-results__item-title {
        margin: 0 0 0.8rem;
        font-size: 2.4rem;
        line-height: 1.17;
        font-weight: 500;
    }
}

.search-results__item-text {
    display: block;
    margin: 0 0 1.2rem;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
}

@media (min-width: 1200px) {
    .search-results__item-text {
        margin: 0 0 1.6rem;
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
    }
}

.search-results__item-url {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.14;
    font-weight: 500;
    color: var(--color-link);
}

.search-results__item-url:hover {
    color: var(--color-highlight);
}

.search-results__not-found {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    background: var(--color-light);
    border-radius: 1.2rem;
    padding: 1.2rem 2rem 1.6rem 1.2rem;
}

@media (min-width: 1200px) {
    .search-results__not-found {
        padding: 1.6rem 3.2rem 1.6rem 2.4rem;
    }
}

.search-results__not-found-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.8rem;
    height: 2.8rem;
    margin: 0 1.2rem 0 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.search-results__not-found-icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

@media (min-width: 1200px) {
    .search-results__not-found-icon {
        width: 3.6rem;
        height: 3.6rem;
        margin: 0 1.6rem 0 0;
    }
}

.search-results__not-found-text {
    margin: 0;
    -ms-flex: 1;
    flex: 1;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: 2.8rem;
}

@media (min-width: 1200px) {
    .search-results__not-found-text {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
        min-height: 3.6rem;
    }
}

.is-page-offices-atms {
    overflow: hidden;
}

.is-page-offices-atms .header {
    margin: 0;
}

.is-page-offices-atms .main {
    padding: 16.2rem 0 0 0;
}

.is-page-offices-atms .footer {
    display: none;
}

@media (min-width: 1200px) {
    .is-page-offices-atms .main {
        padding: 12rem 0 0;
    }
}

.is-offices-atms-open .offices-atms__tabs-toggle svg:nth-of-type(1) {
    opacity: 0;
    transform: scale(0);
}

.is-offices-atms-open .offices-atms__tabs-toggle svg:nth-of-type(2) {
    opacity: 1;
    transform: scale(1);
}

.is-offices-atms-open .offices-atms__tabs-offcanvas {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.is-offices-atms-city-open .offices-atms__city-toggle {
    z-index: 2;
    background: #ffffff;
    color: var(--body-color);
}

.is-offices-atms-city-open .offices-atms__city-toggle svg {
    transform: rotate(180deg);
}

.is-offices-atms-city-open .offices-atms__city-offcanvas,
.is-offices-atms-city-open .offices-atms__city-overlay {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.offices-atms {
    position: fixed;
    top: 16.2rem;
    left: 0;
    right: 0;
    bottom: 0;
    background: #cccccc;
}

.offices-atms>.container-fluid {
    max-width: 144rem;
    height: 100%;
}

@media (min-width: 1200px) {
    .offices-atms {
        top: 12rem;
    }
}

@media (min-width: 1200px) {
    .offices-atms .container-fluid {
        max-width: 100%;
        padding: 0;
    }
}

@media (min-width: 1200px) {
    .offices-atms__inner {
        display: -ms-flexbox;
        display: flex;
        height: 100%;
    }
}

.offices-atms__aside {
    position: fixed;
    top: 9rem;
    left: 0;
    right: 0;
    z-index: 1;
    height: 7.2rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
    padding: 1.6rem;
    background: #ffffff;
}

@media (min-width: 640px) {
    .offices-atms__aside {
        padding: 1.6rem 3.2rem;
    }
}

@media (min-width: 1200px) {
    .offices-atms__aside {
        position: relative;
        top: auto;
        width: 100%;
        max-width: 50rem;
        height: auto;
        overflow: hidden;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding: 0;
    }
}

.offices-atms__control {
    position: fixed;
    right: 1.6rem;
    bottom: 4.8rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 1200px) {
    .offices-atms__control {
        right: 3.2rem;
        bottom: 3.2rem;
    }
}

.offices-atms__map {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.offices-atms__map [class*='gotoymaps'],
.offices-atms__map [class*='gototaxi'],
.offices-atms__map [class*='gototech'],
.offices-atms__map [class*='copyright'] {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@media (min-width: 1200px) {
    .offices-atms__map {
        position: relative;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .offices-atms__map .ymaps-2-1-79-map {
        width: 100% !important;
    }
}

.offices-atms__btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    background: var(--color-white);
    box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.06),
        0 0.6rem 1.7rem rgba(0, 0, 0, 0.15);
    margin: 0 0 0.8rem;
    color: var(--body-color);
    transition: background 0.25s;
}

.offices-atms__btn:hover {
    background: var(--color-white-hover);
    color: var(--body-color);
}

.offices-atms__btn:last-of-type {
    margin: 1.6rem 0 0 0;
}

.offices-atms__btn svg {
    display: block;
}

.offices-atms__btn--zoomin,
.offices-atms__btn--zoomout {
    width: 4.8rem;
    height: 4.8rem;
    border-radius: 0.4rem;
}

.offices-atms__btn--geolocation {
    width: 5.3rem;
    height: 5.3rem;
    border-radius: 50%;
}

.offices-atms__city {
    position: relative;
}

.offices-atms__city.is-open {
    z-index: 10000;
}

.offices-atms__city.is-open .offices-atms__city-toggle {
    background: #ffffff;
    color: var(--body-color);
    z-index: 2;
}

.offices-atms__city.is-open .offices-atms__city-toggle svg {
    transform: rotate(180deg);
}

.offices-atms__city.is-open .offices-atms__city-offcanvas,
.offices-atms__city.is-open .offices-atms__city-overlay {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

@media (min-width: 1200px) {
    .offices-atms__city {
        z-index: 2;
        padding: 4.8rem 3.2rem 3.6rem;
    }
}

.offices-atms__city-toggle {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: top;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.2rem;
    line-height: 1.333;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0.8rem 0.8rem 0.8rem 1.2rem;
    border-radius: 0.8rem;
    height: 4rem;
    background: var(--color-light);
    color: var(--color-dark);
    transition: color 0.25s,
        background 0.25s;
}

.offices-atms__city-toggle:hover {
    background: var(--color-light-hover);
    color: var(--color-dark);
}

.offices-atms__city-toggle svg {
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 0 0 0.4rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    transition: transform 0.25s;
}

.offices-atms__city-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
}

.offices-atms__city-offcanvas {
    position: absolute;
    top: 100%;
    left: 0;
    width: 30rem;
    max-width: calc(100vw - 3.2rem);
    background: #ffffff;
    border: 1px solid #dfe0e3;
    margin: 0.8rem 0 0 0;
    border-radius: 0.8rem;
    padding: 0 0.8rem 1.6rem;
    opacity: 0;
    visibility: hidden;
}

@media (min-width: 1200px) {
    .offices-atms__city-offcanvas {
        left: 3.2rem;
        top: calc(100% - 3.6rem);
    }
}

.offices-atms__city-search {
    display: block;
    position: relative;
}

.offices-atms__city-search-input {
    display: block;
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
    padding: 1.8rem 5.6rem 1.8rem 1.2rem;
}

.offices-atms__city-search-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
    position: absolute;
    top: 50%;
    right: 0.8rem;
    margin: -1.2rem 0 0 0;
    cursor: pointer;
    color: var(--body-color);
}

.offices-atms__city-scrollbar {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 30rem;
}

.offices-atms__city-scrollbar .scrollbar-track {
    right: 0;
}

.offices-atms__city-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
}

.offices-atms__city-menu>li {
    margin: 0 0 0.8rem;
    padding: 0;
}

.offices-atms__city-menu>li:before,
.offices-atms__city-menu>li:after {
    display: none;
}

.offices-atms__city-menu>li:last-child {
    margin: 0;
}

.offices-atms__city-link {
    display: block;
    text-decoration: none;
    color: var(--body-color);
    border-radius: 0.4rem;
    padding: 0.8rem 5.2rem 0.8rem 1.2rem;
    transition: background 0.25s;
    position: relative;
}

.offices-atms__city-link:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 1rem;
    width: 1.6rem;
    height: 1.6rem;
    margin: -0.8rem 0 0 0;
    background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.7293 3.31576C15.1072 3.71852 15.087 4.35136 14.6842 4.72926L6.15793 12.7293C5.75654 13.1059 5.12627 13.0873 4.74773 12.6877L1.27405 9.02108C0.894219 8.62015 0.911325 7.98722 1.31226 7.60738C1.71319 7.22755 2.34612 7.24466 2.72596 7.64559L5.5152 10.5898L13.3158 3.27075C13.7185 2.89285 14.3514 2.91301 14.7293 3.31576Z' fill='%2324303B'/%3E%3C/svg%3E%0A") 50% 50% no-repeat;
    background-size: contain;
    transition: opacity 0.25s;
    opacity: 0;
}

.offices-atms__city-link:hover {
    text-decoration: none;
    background: var(--color-light);
    color: var(--body-color);
}

.offices-atms__city-link mark {
    background: none;
    color: var(--color-link);
}

.offices-atms__city-link.is-active {
    background: var(--color-light);
}

.offices-atms__city-link.is-active:after {
    opacity: 1;
}

.offices-atms__tabs {
    z-index: 1;
    width: 100%;
}

@media (min-width: 1200px) {
    .offices-atms__tabs {
        position: relative;
        z-index: 1;
        height: calc(100% - 12.4rem);
    }
}

.offices-atms__tabs-toggle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
    position: absolute;
    top: 50%;
    right: 1.6rem;
    margin: -1.2rem 0 0 0;
    color: var(--color-gray-on-light);
    transition: color 0.25s;
}

.offices-atms__tabs-toggle:before {
    content: '';
    position: absolute;
    top: -1.2rem;
    left: -1.2rem;
    right: -1.2rem;
    bottom: -1.2rem;
    border-radius: 0.4rem;
}

.offices-atms__tabs-toggle svg {
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1.2rem 0 0 -1.2rem;
    transition: opacity 0.25s,
        transform 0.25s;
}

.offices-atms__tabs-toggle svg:nth-of-type(1) {
    opacity: 1;
}

.offices-atms__tabs-toggle svg:nth-of-type(2) {
    opacity: 0;
    transform: scale(0);
}

.offices-atms__tabs-toggle:hover {
    color: var(--body-color);
}

@media (min-width: 640px) {
    .offices-atms__tabs-toggle {
        right: 3.2rem;
    }
}

@media (min-width: 1200px) {
    .offices-atms__tabs-toggle {
        display: none;
    }
}

.offices-atms__tabs-offcanvas {
    position: fixed;
    top: 16.2rem;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 6.4rem 0 0 0;
    background: #ffffff;
    box-shadow: 0 100vh 0 100vh #ffffff;
    transition: opacity 0.25s,
        visibility 0.25s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@media (min-width: 1200px) {
    .offices-atms__tabs-offcanvas {
        position: relative;
        top: 0;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        height: 100%;
        pointer-events: auto;
        padding: 0;
    }
}

.offices-atms__tabs-control {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 0 1.6rem;
}

@media (min-width: 640px) {
    .offices-atms__tabs-control {
        padding: 0 3.2rem;
        top: 0;
    }
}

@media (min-width: 1200px) {
    .offices-atms__tabs-control {
        position: relative;
        padding: 0 3.2rem;
    }
}

.offices-atms__tabs-title {
    display: none;
}

@media (min-width: 1200px) {
    .offices-atms__tabs-title {
        display: block;
        margin: 0 0 3.6rem;
        font-size: 2.8rem;
        line-height: 3.2rem;
        font-weight: 700;
    }
}

.offices-atms__tabs-menu {
    margin: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    background: var(--color-light);
    border-radius: 0.6rem;
    padding: 0.3rem;
}

.offices-atms__tabs-menu>li {
    -ms-flex: 1;
    flex: 1;
}

@media (min-width: 1200px) {
    .offices-atms__tabs-menu {
        border-radius: 1rem;
        padding: 0.4rem;
    }
}

.offices-atms__tabs-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.4rem;
    line-height: 1.29;
    font-weight: 500;
    text-align: center;
    padding: 0.8rem 1.6rem;
    height: 4.2rem;
    width: 100%;
    border-radius: 0.6rem;
    color: var(--color-dark);
    transition: color 0.25s;
}

.offices-atms__tabs-btn:hover {
    color: var(--color-grey);
}

.offices-atms__tabs-btn.is-active {
    background: #ffffff;
}

@media (min-width: 1200px) {
    .offices-atms__tabs-btn {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 500;
        height: 4.8rem;
    }
}

.offices-atms__tabs-wrapper {
    position: relative;
}

@media (min-width: 1200px) {
    .offices-atms__tabs-wrapper {
        padding-top: 1.4rem;
    }
}

.offices-atms__tabs-scrollbar {
    height: 100%;
    overflow: hidden auto;
}

@media (min-width: 1200px) {
    .offices-atms__tabs-scrollbar {
        height: calc(100% - 12.4rem);
    }
}

.offices-atms__tabs-scrollbar .scrollbar-track-y {
    right: 0.8rem;
}

.offices-atms__tabs-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    max-height: 0;
}

.offices-atms__tabs-content.is-active {
    opacity: 1;
    visibility: visible;
    position: relative;
    transition: 0.25s;
    overflow: visible;
    max-height: 100%;
}

.is-offices-atms-details-open body,
.is-offices-atms-details-expanded body {
    overflow: hidden;
}

.is-offices-atms-details-open .offices-atms__details {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.is-offices-atms-details-expanded .offices-atms__details {
    height: 100%;
}

.is-offices-atms-details-open .offices-atms__details-offcanvas {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
}

.is-offices-atms-details-expanded .offices-atms {
    z-index: 10000;
}

.is-offices-atms-details-expanded .offices-atms__details-overlay {
    opacity: 1;
    visibility: visible;
}

.is-offices-atms-details-expanded .offices-atms__details-offcanvas {
    max-height: 100%;
}

.is-offices-atms-details-expanded .offices-atms__details-expand {
    height: 5.6rem;
}

.offices-atms__details {
    position: fixed;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2.4rem 0 0 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    opacity: 0;
    visibility: hidden;
    transition: 0.25s;
    pointer-events: none;
}

@media (min-width: 640px) {
    .offices-atms__details {
        padding: 4.8rem 0 0;
    }
}

@media (min-width: 1200px) {
    .offices-atms__details {
        padding: 0;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        height: 100%;
    }
}

.offices-atms__details-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0.3);
    transition: 0.25s;
    opacity: 0;
    visibility: hidden;
}

@media (min-width: 1200px) {
    .offices-atms__details-overlay {
        display: none;
    }
}

.offices-atms__details-offcanvas {
    position: relative;
    z-index: 200;
    background: #ffffff;
    box-shadow: 0 -0.2rem 2rem rgba(0, 0, 0, 0.08);
    border-radius: 2.4rem 2.4rem 0 0;
    transition: 0.25s;
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 100%);
    overflow: hidden;
    max-height: 25.6rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 1200px) {
    .offices-atms__details-offcanvas {
        box-shadow: none;
        border-radius: 0;
        transform: translate(-100%, 0);
        max-height: none;
        padding: 0;
        height: 100%;
    }
}

.offices-atms__details-offcanvas-head {
    padding: 2.4rem 1.6rem 0;
}

@media (min-width: 640px) {
    .offices-atms__details-offcanvas-head {
        padding: 3.2rem 3.2rem 0;
    }
}

.offices-atms__details-offcanvas-body {
    -ms-flex: 1;
    flex: 1;
    overflow: hidden auto;
    padding: 0 1.6rem;
}

.offices-atms__details-offcanvas-body::-webkit-scrollbar {
    display: none;
}

@media (min-width: 640px) {
    .offices-atms__details-offcanvas-body {
        padding: 0 3.2rem;
    }
}

.offices-atms__details-back {
    display: none;
}

@media (min-width: 1200px) {
    .offices-atms__details-back {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
        align-items: center;
        color: var(--color-dark);
        text-decoration: none;
        transition: color 0.25s;
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 500;
        margin: 0 0 4rem;
    }

    .offices-atms__details-back svg {
        display: block;
        width: 2.4rem;
        height: 2.4rem;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin: 0 0.8rem 0 0;
    }

    .offices-atms__details-back:hover {
        text-decoration: none;
        color: var(--color-dark-hover);
    }
}

.offices-atms__details-close {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 1.2rem;
    right: 1.2rem;
    width: 2.8rem;
    height: 2.8rem;
    background: var(--color-light);
    border-radius: 50%;
    color: var(--color-grey);
    z-index: 2000;
    transition: background 0.25s,
        color 0.25s;
}

.offices-atms__details-close:before {
    content: '';
    display: block;
    position: absolute;
    top: -1.2rem;
    left: -1.2rem;
    right: -1.2rem;
    bottom: -1.2rem;
}

.offices-atms__details-close:hover {
    background: var(--background-color-grey);
    color: var(--color-light);
}

@media (min-width: 1200px) {
    .offices-atms__details-close {
        display: none;
    }
}

.offices-atms__details-expand {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.6rem 0;
    color: #dfe0e3;
    transition: 0.25s;
}

@media (min-width: 1200px) {
    .offices-atms__details-expand {
        display: none;
    }
}

.offices-atms__details-title {
    display: block;
    margin: 0 0 2.8rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.17;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .offices-atms__details-title {
        font-size: 2.8rem;
        line-height: 1.14;
        font-weight: 500;
    }
}

.offices-atms__details-dl {
    margin: 0 -1.6rem;
    padding: 2rem 0;
    border-bottom: 1px solid #dfe0e3;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
}

.offices-atms__details-dl:first-of-type {
    padding-top: 0;
}

.offices-atms__details-dl:first-of-type dt {
    margin: 0 0 0.8rem;
}

.offices-atms__details-dl:last-of-type {
    padding-bottom: 2.4rem;
}

.offices-atms__details-dl dt {
    padding: 0 1.6rem;
    margin: 0 0 1.6rem;
    font-size: 1.2rem;
    line-height: 1.33;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--color-grey);
}

.offices-atms__details-dl dd {
    margin: 0 0 2.4rem;
    padding: 0 1.6rem;
}

.offices-atms__details-dl dd:last-child {
    margin: 0;
}

.offices-atms__details-dl .ui-copy {
    margin: 0 0 2.4rem;
}

.offices-atms__details-dl .ui-route {
    margin: 0;
}

.offices-atms__details-dl .ui-route .ui-btn {
    width: 100%;
    font-size: 16px;
}

@media (min-width: 640px) {
    .offices-atms__details-dl {
        margin: 0 -3.2rem;
    }

    .offices-atms__details-dl dt,
    .offices-atms__details-dl dd {
        padding: 0 3.2rem;
    }

    .offices-atms__details-dl .ui-route {
        margin: 0 0 1.2rem;
    }

    .offices-atms__details-dl .ui-route .ui-btn {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    .offices-atms__details-dl {
        margin: 0 -3.2rem;
    }

    .offices-atms__details-dl dt,
    .offices-atms__details-dl dd {
        padding: 0 3.2rem;
    }

    .offices-atms__details-dl .ui-route {
        margin: 0 0 1.6rem;
    }
}

.offices-atms__details-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.offices-atms__details-list>li {
    margin: 0 0 1.6rem;
}

.offices-atms__details-list>li:last-child {
    margin: 0;
}

.offices-atms__filter {
    padding: 1.2rem 1.6rem 1.6rem;
    border-bottom: 1px solid #dfe0e3;
}

.offices-atms__filter .ui-label {
    display: block;
    margin: 0 0 1.6rem;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
}

.offices-atms__filter .ui-check {
    margin: 0 0 1.6rem;
}

.offices-atms__filter .ui-check:last-child {
    margin: 0;
}

.offices-atms__filter .ui-check__checkbox {
    background: var(--color-light);
}

.offices-atms__filter .ui-check__text {
    font-size: 1.6rem;
    line-height: 2rem;
    font-weight: 400;
    padding: 0;
}

@media (min-width: 640px) {
    .offices-atms__filter {
        padding: 1.2rem 3.2rem 1.6rem;
    }
}

@media (min-width: 1200px) {
    .offices-atms__filter {
        padding: 0 3.2rem 2rem;
    }

    .offices-atms__filter .ui-label {
        margin: 0 0 2rem;
    }
}

.offices-atms__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.offices-atms__list>li {
    position: relative;
}

.offices-atms__list>li:first-child>*:before {
    border-top: none;
}

.offices-atms__list>li:last-child>*:before {
    border-bottom: none;
}

.offices-atms__item {
    padding: 2rem 1.6rem 2.4rem;
    margin: 0;
    position: relative;
    z-index: 100;
    cursor: pointer;
    transition: background 0.25s;
    background: #ffffff;
    overflow: hidden;
}

.offices-atms__item:before {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    bottom: -1px;
    border-top: 1px solid #dfe0e3;
    border-bottom: 1px solid #dfe0e3;
}

.offices-atms__item:hover {
    background: var(--color-light);
}

@media (min-width: 640px) {
    .offices-atms__item {
        padding: 2rem 3.2rem;
        margin: 0;
    }
}

@media (min-width: 1200px) {
    .offices-atms__item {
        padding: 2rem 3.2rem;
        margin: 0;
    }
}

.offices-atms__item-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 2rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 500;
}

.offices-atms__item-title svg,
.offices-atms__item-title img {
    display: block;
    width: 2rem;
    height: 2rem;
    margin: 0 1rem 0 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (min-width: 1200px) {
    .offices-atms__item-title {
        margin: 0 0 1.6rem;
        font-size: 2rem;
        line-height: 1.2;
        font-weight: 500;
    }

    .offices-atms__item-title svg,
    .offices-atms__item-title img {
        margin: 0 0.8rem 0 0;
    }
}

.offices-atms__item-link {
    color: var(--color-link);
    font-size: 1.4rem;
    font-weight: 500;

    @media (width < 1200px) {
        font-size: 1.2rem;
    }
}

.offices-atms__item-address {
    display: block;
    margin: 0 0 1.2rem;
    font-size: 1.4rem;
    line-height: 1.14;
    font-weight: 400;
}

@media (min-width: 1200px) {
    .offices-atms__item-address {
        margin: 0 0 0.8rem;
    }
}

.offices-atms__item-subways {
    margin: 0 -1rem -1rem;
    padding: 0 0 1.2rem;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.4rem;
    line-height: 1.14;
    font-weight: 400;
}

.offices-atms__item-subways>li {
    padding: 0 1rem 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.offices-atms__item-subways svg {
    display: block;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 0.6rem 0 0;
    width: 1.6rem;
    height: 1.6rem;
    position: relative;
    top: -0.05em;
}

@media (min-width: 1200px) {
    .offices-atms__item-subways {
        padding: 0 0 0.8rem;
    }
}

.offices-atms__item-worktime {
    display: block;
    margin: 0 0 1.2rem;
    font-size: 1.4rem;
    line-height: 1.14;
    font-weight: 500;
}

.offices-atms__item-worktime:last-child {
    margin: 0;
}

.offices-atms__item-worktime mark {
    background: none;
    color: var(--color-text-third);
    font-weight: 400;
}

@media (min-width: 1200px) {
    .offices-atms__item-worktime {
        margin: 0 0 1.6rem;
    }

    .offices-atms__item-worktime:last-child {
        margin: 0;
    }
}

.offices-atms__item-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.4rem;
    line-height: 1.14;
    font-weight: 400;
    margin-bottom: 2.4rem;
}

.offices-atms__item-info-actions,
.offices-atms__item-info-currency {
    margin: 0 2rem 0 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
}

.offices-atms__item-info-actions>li,
.offices-atms__item-info-currency>li {
    position: relative;
    padding: 0 1.4rem 0 0;
    margin: 0;
}

.offices-atms__item-info-actions>li:after,
.offices-atms__item-info-currency>li:after {
    content: '/';
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 1.4rem;
    font-size: 1.2rem;
    line-height: 1.33;
    font-weight: 400;
    color: var(--color-gray-on-light);
}

.offices-atms__item-info-actions>li:last-child,
.offices-atms__item-info-currency>li:last-child {
    padding: 0;
}

.offices-atms__item-info-actions>li:last-child:after,
.offices-atms__item-info-currency>li:last-child:after {
    display: none;
}

.benefits-onpass {
    margin: 0 0 6.4rem;
}

@media (min-width: 1200px) {
    .benefits-onpass {
        margin: 0 0 12.8rem;
    }
}

.benefits-onpass__title {
    display: block;
    margin: 0 0 1.6rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.17;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .benefits-onpass__title {
        font-size: 4rem;
        line-height: 1.2;
        font-weight: 500;
        margin: 0 0 1.6rem;
    }
}

.benefits-onpass__text {
    display: block;
    margin: 0 0 3.2rem;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
    color: #717174;
    max-width: 88.6rem;
}

.benefits-onpass__text b {
    font-weight: 700;
}

@media (min-width: 640px) {
    .benefits-onpass__text {
        margin: 0 0 6.4rem;
        font-size: 2rem;
        line-height: 1.33;
        font-weight: 400;
    }
}

@media (min-width: 1200px) {
    .benefits-onpass__text {
        font-size: 2.4rem;
    }
}

.benefits-onpass__grid .row {
    margin: 0 -0.4rem -0.8rem;
}

.benefits-onpass__grid .row>[class^='col'] {
    padding: 0 0.4rem 0.8rem;
}

@media (min-width: 640px) {
    .benefits-onpass__grid .row {
        margin: 0 -0.6rem -1.2rem;
    }

    .benefits-onpass__grid .row>[class^='col'] {
        padding: 0 0.6rem 1.2rem;
    }
}

@media (min-width: 1200px) {
    .benefits-onpass__grid .row {
        margin: 0 -1.2rem -2.4rem;
    }

    .benefits-onpass__grid .row>[class^='col'] {
        padding: 0 1.2rem 2.4rem;
    }
}

.benefits-onpass__item {
    display: block;
    height: 100%;
    min-height: 13rem;
    padding: 2rem 1.6rem 2.4rem;
    position: relative;
    background: var(--color-light);
    color: var(--color-dark);
    text-decoration: none;
    border-radius: 1.6rem;
    transition: transform 0.5s,
        color 0.25s,
        background 0.25s;
    will-change: transform;
    overflow: hidden;
}

.benefits-onpass__item--small {
    padding: 1.6rem 1.6rem 2rem;
    min-height: auto;
}

.benefits-onpass__item--small .benefits-onpass__item-desc {
    max-width: none;
}

.benefits-onpass__item--small .benefits-onpass__item-title {
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 500;
    margin: 0 0 1.6rem;
}

@media (min-width: 640px) {
    .benefits-onpass__item {
        min-height: 20.8rem;
        padding: 2.4rem;
    }

    .benefits-onpass__item--small {
        padding: 2rem 3.2rem 2.8rem 2.4rem;
        min-height: 12.2rem;
    }

    .benefits-onpass__item--small .benefits-onpass__item-desc {
        max-width: none;
    }

    .benefits-onpass__item--small .benefits-onpass__item-title {
        font-size: 2rem;
        line-height: 1.2;
        font-weight: 500;
        margin: 0 0 1.6rem;
    }
}

@media (min-width: 1200px) {
    .benefits-onpass__item {
        padding: 3.2rem 2.8rem;
        min-height: 28.8rem;
    }

    .benefits-onpass__item--small {
        padding: 3.2rem 3.2rem 3.6rem 2.8rem;
        min-height: auto;
    }

    .benefits-onpass__item--small .benefits-onpass__item-desc {
        max-width: none;
    }

    .benefits-onpass__item--small .benefits-onpass__item-title {
        font-size: 2.4rem;
        line-height: 1.17;
        font-weight: 500;
        margin: 0 0 1.6rem;
    }
}

a.benefits-onpass__item:hover {
    background: var(--color-light-hover);
    color: var(--color-dark);
    text-decoration: none;
    transform: translate(0, -1rem);
}

.benefits-onpass__item-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.benefits-onpass__item-image img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.benefits-onpass__item-desc {
    position: relative;
    z-index: 2;
}

@media (min-width: 640px) {
    .benefits-onpass__item-desc {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.benefits-onpass__item-title {
    display: block;
    font-family: var(--font-private);
    font-size: 2.4rem;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 1.6rem;
}

@media (min-width: 640px) {
    .benefits-onpass__item-title {
        font-size: 3.2rem;
        line-height: 1.17;
        font-weight: 500;
        margin: 0 0 1.6rem;
    }
}

.benefits-onpass__item-text {
    display: block;
    margin: 0 0 1.6rem;
    padding: 0;
    font-size: 1.4rem;
    line-height: 1.29;
    font-weight: 400;
    color: #717174;
}

.benefits-onpass__item-text:last-child {
    margin: 0;
}

@media (min-width: 640px) {
    .benefits-onpass__item-text {
        padding: 0 3.2rem 0 0;
    }
}

@media (min-width: 1200px) {
    .benefits-onpass__item-text {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
        padding: 0;
    }
}

.benefits-onpass__item-action {
    font-size: 1.4rem;
    line-height: 1.14;
    font-weight: 500;
}

@media (min-width: 640px) {
    .benefits-onpass__item-action {
        margin: auto 0 0 0;
    }
}

@media (min-width: 1200px) {
    .benefits-onpass__item-action {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
    }
}

.get-card {
    margin-top: 12.8rem;
}

@media (max-width: 1199px) {
    .get-card .ui-btn {
        display: none;
    }
}

.business-hall {
    margin: 0 0 6.4rem;
}

@media (min-width: 1200px) {
    .business-hall {
        margin: 0 0 11.2rem;
    }
}

.business-hall__title,
.get-card__title {
    display: block;
    margin: 0 0 3.2rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.17;
    font-weight: 500;
}

@media (min-width: 640px) {

    .business-hall__title,
    .get-card__title {
        font-size: 3.2rem;
        line-height: 1.12;
        font-weight: 500;
        margin: 0 0 3.2rem;
    }
}

@media (min-width: 1200px) {

    .business-hall__title,
    .get-card__title {
        font-size: 4rem;
        line-height: 1.2;
        font-weight: 500;
        margin: 0 0 5.6rem;
    }
}

.business-hall__dl,
.get-card__dl {
    margin: 0 0 3.2rem;
    padding: 0;
}

.business-hall__dl dt,
.get-card__dl dt {
    display: block;
    margin: 0 0 0.8rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 500;
}

.business-hall__dl dd,
.get-card__dl dd {
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
    color: var(--color-grey);
    display: block;
    margin: 0 0 2.4rem;
}

.business-hall__dl dd:last-child,
.get-card__dl dd:last-child {
    margin: 0;
}

@media (min-width: 640px) {

    .business-hall__dl,
    .get-card__dl {
        padding: 0 4.8rem 0 0;
        margin: 0 0 3.2rem;
    }
}

@media (min-width: 1200px) {

    .business-hall__dl,
    .get-card__dl {
        padding: 0;
        margin: 0;
        max-width: 46.4rem;
    }

    .business-hall__dl dt,
    .get-card__dl dt {
        font-size: 2.4rem;
        line-height: 1.17;
        font-weight: 500;
        margin: 0 0 1.2rem;
    }

    .business-hall__dl dd,
    .get-card_dl dd {
        margin: 0 0 4rem;
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
    }

    .business-hall__dl dd:last-child,
    .get-card__dl dd:last-child {
        margin: 0;
    }
}

.get-card__desc {
    padding: 4.8rem 5.6rem 0;
}

.get-card__desc p {
    text-align: center;
    margin-top: 1.6rem;
}

.get-card__subtitle {
    text-align: center;
    font-family: Stolzl, sans-serif;
    font-size: 2.8rem;
}

.get-card__qr {
    display: flex;
    align-items: center;
    margin-top: 3.2rem;
}

.get-card__qr img {
    width: 12.4rem;
    height: 12.4rem;
    margin-right: 2.4rem;
}

@media (max-width: 768px) {
    .get-card__qr {
        display: none;
    }
}

@media (min-width: 640px) {
    .get-card__qr img {
        min-height: unset;
    }
}

.get-card__download-app {
    display: none;
    width: 100%;
}

@media (max-width: 768px) {
    .get-card__download-app {
        display: block;
    }
}

.get-card__download-item {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background-color: #ffffff;
    height: 5.2rem;
    width: 100%;
    margin-top: 0.8rem;
}

.business-hall__image,
.get-card__image {
    background: var(--color-light);
    display: block;
    margin: 0;
    overflow: hidden;
    border-radius: 0.8rem;
}

.business-hall__image img {
    display: block;
    width: 100%;
    min-height: 22rem;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (min-width: 640px) {
    .business-hall__image img {
        min-height: 34rem;
    }
}

@media (min-width: 1200px) {

    .business-hall__image,
    .get-card__image {
        margin: 0 0 0 -0.8rem;
        border-radius: 1.6rem;
    }
}

.get-card__desc {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4.8rem 5.6rem 0 5.6rem;
}

@media (max-width: 768px) {
    .get-card__desc {
        padding: 2.4rem 2.4rem 0;
    }
}

.disclose {
    margin: 0 0 6.4rem;
}

@media (min-width: 1200px) {
    .disclose {
        margin: 0 0 12.8rem;
    }
}

.disclose__title {
    display: block;
    margin: 0 0 2rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.17;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .disclose__title {
        font-size: 4rem;
        line-height: 1.2;
        font-weight: 500;
        margin: 0 0 4.8rem;
    }
}

@media (min-width: 1200px) {
    .disclose__tabs .row {
        margin: 0 -1.6rem;
    }

    .disclose__tabs .row>[class^='col'] {
        padding: 0 1.6rem;
    }
}

.disclose__tabs-control {
    margin: 0 -1.6rem 2rem;
    position: relative;
}

.disclose__tabs-control:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid var(--color-border);
    z-index: -1;
}

@media (min-width: 640px) {
    .disclose__tabs-control {
        margin: 0 -3.2rem 2.8rem;
    }
}

@media (min-width: 1200px) {
    .disclose__tabs-control {
        margin: 0;
        padding: 0;
    }

    .disclose__tabs-control:after {
        display: none;
    }
}

.disclose__tabs-menu {
    margin: 0;
    padding: 0 1.6rem;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

.disclose__tabs-menu::-webkit-scrollbar {
    display: none;
}

.disclose__tabs-menu>li {
    width: auto;
    padding: 0 2.4rem 0 0;
}

@media (min-width: 640px) {
    .disclose__tabs-menu {
        padding: 0 3.2rem;
    }
}

@media (min-width: 1200px) {
    .disclose__tabs-menu {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
    }

    .disclose__tabs-menu>li {
        padding: 0;
        margin: 0 0 1.6rem;
        width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .disclose__tabs-menu>li:last-child {
        margin: 0;
    }
}

.disclose__tabs-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 500;
    white-space: nowrap;
    color: var(--color-grey);
    cursor: pointer;
    padding: 0 0 1rem;
    transition: color 0.25s,
        background 0.25s;
}

.disclose__tabs-btn:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0.2rem;
    border-radius: 0.2rem;
    background: var(--color-accent);
    transition: opacity 0.25s;
    opacity: 0;
}

.disclose__tabs-btn:hover {
    color: var(--body-color);
}

.disclose__tabs-btn.is-active {
    color: var(--body-color);
}

.disclose__tabs-btn.is-active:after {
    opacity: 1;
}

@media (min-width: 1200px) {
    .disclose__tabs-btn {
        padding: 1.2rem 2.4rem;
        background: var(--color-light);
        border: 1px solid var(--color-light);
        border-radius: 1.2rem;
        color: var(--body-color);
        min-height: 8rem;
        font-size: 2.4rem;
        line-height: 1.17;
        font-weight: 500;
        width: 100%;
    }

    .disclose__tabs-btn:before {
        content: '';
        display: block;
        min-height: 5.6rem;
    }

    .disclose__tabs-btn:after {
        display: none;
    }

    .disclose__tabs-btn:hover,
    .disclose__tabs-btn.is-active {
        background: #ffffff;
        border-color: var(--color-border);
        color: var(--body-color);
    }
}

.disclose__tabs-wrapper {
    position: relative;
    height: 100%;
}

.disclose__tabs-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}

.disclose__tabs-content.is-active {
    position: relative;
    opacity: 1;
    visibility: visible;
    transition: 0.7s;
}

.disclose__image {
    border: 1px solid #f5f5f8;
    border-radius: 1.6rem;
    overflow: hidden;
    display: block;
    padding-top: 4rem;
}

.disclose__image img {
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: contain;
    min-height: 22rem;
    max-height: 38rem;
}

.banner-security {
    margin: 0 0 6.4rem;
}

@media (min-width: 1200px) {
    .banner-security {
        margin: 0 0 12.8rem;
    }
}

.banner-security__item {
    background: #e5ebf5;
    color: var(--body-color);
    border-radius: 1.6rem;
    padding: 3.2rem 2rem;
    margin: 0;
    overflow: hidden;
    min-height: 100%;
    position: relative;
}

@media (min-width: 640px) {
    .banner-security__item {
        padding: 3.2rem;
    }
}

@media (min-width: 1200px) {
    .banner-security__item {
        padding: 6.4rem 8rem;
    }
}

.banner-security__item-image {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -2rem -3.2rem;
    position: relative;
    z-index: 1;
    height: auto;
}

.banner-security__item-image img {
    display: block;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    max-height: 100%;
}

@media (min-width: 640px) {
    .banner-security__item-image {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        margin: 0;
        -ms-flex-pack: end;
        justify-content: flex-end;
        max-width: 56rem;
    }
}

.banner-security__item-desc {
    max-width: 59rem;
    position: relative;
    z-index: 2;
    margin: 0 0 2.4rem;
}

@media (min-width: 640px) {
    .banner-security__item-desc {
        margin: 0;
        max-width: 35rem;
    }
}

@media (min-width: 1200px) {
    .banner-security__item-desc {
        max-width: 59rem;
    }
}

.banner-security__item-mark {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: top;
    margin: 0 0 2.4rem;
    border: 1px solid #dad6d1;
    border-radius: 0.4rem;
    min-height: 2.4rem;
    padding: 0.2rem 0.6rem;
    font-size: 1.2rem;
    line-height: 1.33;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    background: none;
    color: var(--body-color);
}

@media (min-width: 1200px) {
    .banner-security__item-mark {
        padding: 0.4rem 0.8rem;
        margin: 0 0 3.2rem;
        min-height: 2.8rem;
    }
}

.banner-security__item-title {
    display: block;
    margin: 0 0 3.2rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.17;
    font-weight: 500;
}

@media (min-width: 640px) {
    .banner-security__item-title {
        margin: 0 0 1.6rem;
        font-size: 2.4rem;
        line-height: 1.17;
        font-weight: 500;
    }
}

@media (min-width: 1200px) {
    .banner-security__item-title {
        margin: 0 0 3.2rem;
        font-size: 4rem;
        line-height: 1.2;
        font-weight: 500;
        white-space: normal;
    }
}

.banner-security__item-list {
    margin: 0 0 3.2rem;
    padding: 0;
    list-style: none;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
}

.banner-security__item-list>li {
    position: relative;
    padding: 0 0 0 2.4rem;
    margin: 0 0 1.6rem;
}

.banner-security__item-list>li:before {
    content: '';
    display: block;
    position: absolute;
    top: 0.5em;
    left: 1.2rem;
    width: 0.4rem;
    height: 0.4rem;
    margin: 0 0 0 -0.2rem;
    border-radius: 50%;
    background: currentColor;
}

.banner-security__item-list>li:last-child {
    margin: 0;
}

@media (min-width: 1200px) {
    .banner-security__item-list {
        margin: 0 0 6rem;
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
        max-width: 58rem;
    }

    .banner-security__item-list>li {
        margin: 0 0 1.6rem;
        padding: 0 0 0 2.4rem;
    }

    .banner-security__item-list>li:last-child {
        margin: 0;
    }
}

.banner-security__item-text {
    display: block;
    margin: 0 0 3.2rem;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
}

@media (min-width: 640px) {
    .banner-security__item-text {
        max-width: 80%;
    }
}

@media (min-width: 1200px) {
    .banner-security__item-text {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
        margin: 0 0 4.8rem;
        max-width: none;
    }
}

.banner-security__item-action {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.banner-security__item-action .ui-btn {
    width: 100%;
    height: 5.6rem;
    font-size: 1.8rem;
    padding: 1rem 3rem;
}

@media (min-width: 640px) {
    .banner-security__item-action {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .banner-security__item-action .ui-btn {
        width: auto;
    }
}

.banner-pb {
    margin: 0 0 6.4rem;
    color: #ffffff;
}

@media (min-width: 1200px) {
    .banner-pb {
        margin: 0 0 12.8rem;
    }
}

.banner-pb__item {
    background: #7e7b76;
    border-radius: 1.6rem;
    padding: 3.2rem 2rem;
    margin: 0;
    overflow: hidden;
    min-height: 100%;
    position: relative;
}

@media (min-width: 640px) {
    .banner-pb__item {
        padding: 3.2rem;
    }
}

@media (min-width: 1200px) {
    .banner-pb__item {
        padding: 6.4rem 8rem;
    }
}

.banner-pb__item-image {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 -2rem -3.2rem;
    position: relative;
    z-index: 1;
    height: 21.4rem;
}

.banner-pb__item-image::after {
    content: '';
    display: block;
    position: absolute;
    top: 80%;
    right: 0;
    width: 120%;
    height: 100%;
    background-image: url(/local/images/bg-decor-pb-cards.svg);
    opacity: 0.5;
}

.banner-pb__item-image img {
    display: block;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    max-height: 100%;
}

@media (min-width: 640px) {
    .banner-pb__item-image {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        margin: 0;
        -ms-flex-pack: end;
        justify-content: flex-end;
        max-width: 56rem;
    }
}

.banner-pb__item-desc {
    max-width: 49rem;
    position: relative;
    z-index: 2;
    margin: 0 0 2.4rem;
    padding-top: 3rem;
}

@media (min-width: 640px) {
    .banner-pb__item-desc {
        margin: 0;
        max-width: 35rem;
    }
}

@media (min-width: 1200px) {
    .banner-pb__item-desc {
        max-width: 49rem;
    }
}

.banner-pb__item-desc::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.4rem;
    background: url(/local/images/bg-line.png) 0 0 repeat-x;
    background-size: auto 100%;
}

.banner-pb__item-title {
    display: block;
    margin: 0 0 2rem;
    font-family: 'Playfair Display', serif;
    font-size: 3.2rem;
    line-height: 1.12;
    font-weight: 500;
}

@media (min-width: 640px) {
    .banner-pb__item-title {
        margin: 0 0 1.6rem;
        font-size: 3.2rem;
        line-height: 1.12;
        font-weight: 500;
    }
}

@media (min-width: 1200px) {
    .banner-pb__item-title {
        margin: 0 0 2.4rem;
        font-size: 4rem;
        line-height: 1.2;
        font-weight: 500;
        white-space: normal;
    }
}

.banner-pb__item-text {
    display: block;
    margin: 0 0 3.2rem;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
}

@media (min-width: 640px) {
    .banner-pb__item-text {
        max-width: 80%;
    }
}

@media (min-width: 1200px) {
    .banner-pb__item-text {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
        margin: 0 0 4.8rem;
        max-width: none;
    }
}

.banner-pb__item-action {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.banner-pb__item-action .ui-btn {
    width: 100%;
    margin: 0 0 1.6rem;
}

.banner-pb__item-action .ui-btn:last-child {
    margin: 0;
}

@media (min-width: 640px) {
    .banner-pb__item-action {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .banner-pb__item-action .ui-btn {
        width: auto;
        margin: 0 2.4rem 0 0;
    }

    .banner-pb__item-action .ui-btn:last-child {
        margin: 0;
    }
}

@media (min-width: 1200px) {
    .banner-pb__item-action .ui-btn {
        margin: 0 4rem 0 0;
    }

    .banner-pb__item-action .ui-btn:last-child {
        margin: 0;
    }
}

.info-cards {
    margin: 0 0 6.4rem;
}

@media (min-width: 1200px) {
    .info-cards {
        margin: 0 0 12.8rem;
    }
}

.info-cards__title {
    display: block;
    margin: 0 0 2.4rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.17;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .info-cards__title {
        font-size: 4rem;
        line-height: 1.2;
        font-weight: 500;
        margin: 0 0 4.8rem;
    }
}

.info-cards__grid .row {
    margin: 0 -0.4rem -1.2rem;
}

.info-cards__grid .row>[class^='col'] {
    padding: 0 0.4rem 1.2rem;
}

@media (min-width: 640px) {
    .info-cards__grid .row {
        margin: 0 -0.6rem -1.2rem;
    }

    .info-cards__grid .row>[class^='col'] {
        padding: 0 0.6rem 1.2rem;
    }
}

@media (min-width: 1200px) {
    .info-cards__grid .row {
        margin: 0 -1.2rem -2.4rem;
    }

    .info-cards__grid .row>[class^='col'] {
        padding: 0 1.2rem 2.4rem;
    }
}

.info-cards__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    min-height: 13rem;
    padding: 1.6rem 1.6rem 2rem;
    position: relative;
    background: var(--color-light);
    color: var(--color-dark);
    border-radius: 1.6rem;
    text-decoration: none;
    transition: transform 0.5s,
        color 0.25s,
        background 0.25s;
    will-change: transform;
    overflow: hidden;
}

@media (min-width: 640px) {
    .info-cards__item {
        min-height: 20rem;
        padding: 2.4rem;
    }
}

@media (min-width: 1200px) {
    .info-cards__item {
        padding: 3.2rem 2.8rem;
        min-height: 28.8rem;
    }
}

a.info-cards__item:hover {
    background: var(--color-accent);
    color: var(--color-dark);
    text-decoration: none;
    transform: translate(0, -1rem);
}

.info-cards__item-title {
    display: block;
    margin: 0 0 0.8rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 500;
    max-width: 48rem;
}

@media (min-width: 640px) {
    .info-cards__item-title {
        font-size: 2rem;
        line-height: 1.2;
        font-weight: 500;
        margin: 0 0 0.8rem;
    }
}

@media (min-width: 1200px) {
    .info-cards__item-title {
        font-size: 2.4rem;
        line-height: 1.17;
        font-weight: 500;
        margin: 0 -0.8rem 1.2rem 0;
        max-width: none;
    }
}

.info-cards__item-text {
    display: block;
    margin: 0 0 1.6rem;
    font-size: 1.4rem;
    line-height: 1.29;
    font-weight: 400;
    max-width: 40rem;
}

.info-cards__item-text:last-child {
    margin: 0;
}

@media (min-width: 1200px) {
    .info-cards__item-text {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
        max-width: 49rem;
        margin: 0;
    }
}

.info-cards__item-list {
    margin: 0 0 1.6rem;
    padding: 0;
    list-style: none;
    font-size: 1.4rem;
    line-height: 1.29;
    font-weight: 400;
}

.info-cards__item-list:last-child {
    margin: 0;
}

.info-cards__item-list>li {
    margin: 0;
    padding: 0 0 0 2rem;
    position: relative;
}

.info-cards__item-list>li:before {
    content: '';
    display: block;
    position: absolute;
    top: 0.5em;
    left: 1rem;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background: currentColor;
    margin: 0 0 0 -0.2rem;
}

@media (min-width: 1200px) {
    .info-cards__item-list {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
        padding: 1.6rem 0 0;
    }

    .info-cards__item-list>li {
        padding: 0 0 0 2.4rem;
    }
}

.info-cards__item-link {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: top;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 500;
    white-space: nowrap;
}

.info-cards__item-link svg {
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 0 0 0.4rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media (min-width: 640px) {
    .info-cards__item-link {
        margin: auto 0 0 0;
    }
}

@media (min-width: 1200px) {
    .info-cards__item-link {
        display: none;
    }
}

.services-cards {
    margin: 0 0 6.4rem;
}

@media (min-width: 1200px) {
    .services-cards {
        margin: 0 0 12.8rem;
    }
}

.services-cards__title {
    display: block;
    margin: 0 0 2.4rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.17;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .services-cards__title {
        font-size: 4rem;
        line-height: 1.2;
        font-weight: 500;
        margin: 0 0 4.8rem;
    }
}

.services-cards__grid .row {
    margin: 0 -0.4rem -0.8rem;
}

.services-cards__grid .row>[class^='col'] {
    padding: 0 0.4rem 0.8rem;
}

@media (min-width: 640px) {
    .services-cards__grid .row {
        margin: 0 -0.6rem -1.2rem;
    }

    .services-cards__grid .row>[class^='col'] {
        padding: 0 0.6rem 1.2rem;
    }
}

@media (min-width: 1200px) {
    .services-cards__grid .row {
        margin: 0 -1.2rem -2.4rem;
    }

    .services-cards__grid .row>[class^='col'] {
        padding: 0 1.2rem 2.4rem;
    }
}

.services-cards__item {
    display: block;
    height: 100%;
    padding: 2rem 1.6rem 2.4rem;
    position: relative;
    background: var(--color-light);
    color: var(--color-dark);
    border-radius: 1.6rem;
    transition: transform 0.5s,
        color 0.25s,
        background 0.25s;
    will-change: transform;
}

.services-cards__item--small {
    padding: 1.6rem 1.6rem 2rem;
}

.services-cards__item--small .services-cards__item-desc {
    max-width: none;
}

@media (min-width: 640px) {
    .services-cards__item {
        padding: 2.4rem;
        min-height: 20.8rem;
    }

    .services-cards__item--small {
        padding: 2rem 3.2rem 2.8rem 2.4rem;
        min-height: auto;
    }

    .services-cards__item--small .services-cards__item-title {
        font-size: 2rem;
        line-height: 1.2;
        font-weight: 500;
        margin: 0 0 0.8rem;
    }

    .services-cards__item--small .services-cards__item-desc {
        max-width: none;
    }
}

@media (min-width: 1200px) {
    .services-cards__item {
        padding: 3.2rem 2.8rem;
        min-height: 28.5rem;
    }

    .services-cards__item--small {
        padding: 3.2rem 2.8rem;
        min-height: 28.5rem;
    }

    .services-cards__item--small .services-cards__item-title {
        font-size: 2.4rem;
        line-height: 1.17;
        font-weight: 500;
        margin: 0 0 1.2rem;
    }

    .services-cards__item--small .services-cards__item-desc {
        max-width: none;
    }
}

a.services-cards__item:hover {
    background: var(--color-accent);
    color: var(--body-color);
    text-decoration: none;
    transform: translate(0, -1rem);
}

.services-cards__item-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.services-cards__item-image img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.services-cards__item-desc {
    position: relative;
    z-index: 2;
    max-width: 20rem;
}

@media (min-width: 640px) {
    .services-cards__item-desc {
        max-width: 34rem;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.services-cards__item-title {
    display: block;
    margin: 0 0 0.8rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 500;
}

@media (min-width: 640px) {
    .services-cards__item-title {
        font-size: 2.4rem;
        line-height: 1.17;
        font-weight: 500;
        margin: 0 0 0.8rem;
    }
}

@media (min-width: 1200px) {
    .services-cards__item-title {
        font-size: 2.8rem;
        line-height: 1.29;
        font-weight: 500;
        margin: 0 0 1.2rem;
    }
}

.services-cards__item-text {
    display: block;
    margin: 0 0 1.6rem;
    font-size: 1.4rem;
    line-height: 1.29;
    font-weight: 400;
}

.services-cards__item-text:last-child {
    margin: 0;
}

@media (min-width: 1200px) {
    .services-cards__item-text {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
    }
}

.services-cards__item-action {
    font-size: 1.4rem;
    line-height: 1.14;
    font-weight: 500;
}

@media (min-width: 640px) {
    .services-cards__item-action {
        margin: auto 0 0 0;
    }
}

@media (min-width: 1200px) {
    .services-cards__item-action {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 500;
    }
}

.help {
    margin-bottom: 6.4rem;
}

@media (max-width: 1199px) {
    .help {
        margin-bottom: 3.2rem;
    }
}

.help__content {
    padding: 2.4rem;
    background-color: #f6f6f6;
    border-radius: 0.8rem;
    text-align: center;
}

@media (max-width: 1199px) {
    .help__content {
        padding: 2rem;
    }
}

.help__content p {
    margin-top: 0;
    margin-bottom: 0.8rem;
}

@media (min-width: 1200px) {
    .help__content p {
        font-size: 1.8rem;
        line-height: 2.4rem;
    }
}

.help__content .tel {
    color: inherit;
    font-family: 'Stolzl', Arial, sans-serif;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 2.8rem;
}

@media (min-width: 1200px) {
    .help__content .tel {
        font-size: 3.6rem;
        line-height: 4rem;
    }
}

.card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 2.4rem;
    background-color: var(--color-white);
    border-radius: 0.8rem;
}

.card__icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 7.2rem;
    height: 7.2rem;
    margin-bottom: 2.4rem;
    background-color: var(--color-light);
    border-radius: 0.8rem;
}

@media (max-width: 991px) {
    .card__icon {
        width: 5.6rem;
        height: 5.6rem;
    }
}

.card__icon img {
    width: 5.4rem;
    height: 5.4rem;
}

@media (max-width: 991px) {
    .card__icon img {
        width: 4.8rem;
        height: 4.8rem;
    }
}

.card__title {
    margin-bottom: 1.2rem;
    font-family: var(--font-heading);
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2.4rem;
}

@media (max-width: 991px) {
    .card__title {
        font-size: 1.6rem;
        line-height: 2rem;
    }
}

.card__text {
    margin-bottom: 2.4rem;
    font-size: 1.4rem;
    line-height: 1.6rem;
}

@media (max-width: 991px) {
    .card__text {
        font-size: 1.2rem;
    }
}

.card__text p {
    margin: 0;
}

.card__bottom {
    margin-top: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.card__bottom .ui-btn {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 991px) {
    .card__bottom .ui-btn {
        height: 4.4rem;
    }
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
    scroll-behavior: smooth;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.2rem;
    padding-left: 1.2rem;
}

@media (min-width: 576px) {
    .container {
        max-width: 54rem;
    }
}

@media (min-width: 640px) {
    .container {
        max-width: 72rem;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 96rem;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 114rem;
    }
}

.container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.2rem;
    padding-left: 1.2rem;
}

.d-flex {
    display: -ms-flexbox;
    display: flex;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1.2rem;
    margin-left: -1.2rem;
}

.row.row-fullwidth {
    margin: 0 auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    max-width: none;
    padding: 0 max(calc(50% - 192rem / 2 + 1.6rem), 1.6rem) 1.2rem;
}

@media (min-width: 640px) {
    .row.row-fullwidth {
        padding: 0 max(calc(50% - 192rem / 2 + 3.6rem), 3.6rem) 1.2rem;
    }
}

@media (min-width: 992px) {
    .row.row-fullwidth {
        padding: 0 max(calc(50% - 192rem / 2 + 4.8rem), 4.8rem) 1.2rem;
    }
}

@media (min-width: 1200px) {
    .row.row-fullwidth {
        padding: 0 max(calc(50% - 192rem / 2 + 4.8rem), 4.8rem);
    }
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.col-hd,
.col-hd-auto,
.col-hd-12,
.col-hd-11,
.col-hd-10,
.col-hd-9,
.col-hd-8,
.col-hd-7,
.col-hd-6,
.col-hd-5,
.col-hd-4,
.col-hd-3,
.col-hd-2,
.col-hd-1,
.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 1.2rem;
    padding-left: 1.2rem;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}

.col-2 {
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.col-5 {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}

.col-8 {
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}

.col-11 {
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-1 {
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -ms-flex-order: 12;
    order: 12;
}

.offset-1 {
    margin-left: 8.3333333333%;
}

.offset-2 {
    margin-left: 16.6666666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.3333333333%;
}

.offset-5 {
    margin-left: 41.6666666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.3333333333%;
}

.offset-8 {
    margin-left: 66.6666666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.3333333333%;
}

.offset-11 {
    margin-left: 91.6666666667%;
}

.push-1 {
    left: 8.3333333333%;
}

.push-2 {
    left: 16.6666666667%;
}

.push-3 {
    left: 25%;
}

.push-4 {
    left: 33.3333333333%;
}

.push-5 {
    left: 41.6666666667%;
}

.push-6 {
    left: 50%;
}

.push-7 {
    left: 58.3333333333%;
}

.push-8 {
    left: 66.6666666667%;
}

.push-9 {
    left: 75%;
}

.push-10 {
    left: 83.3333333333%;
}

.push-11 {
    left: 91.6666666667%;
}

.pull-1 {
    right: 8.3333333333%;
}

.pull-2 {
    right: 16.6666666667%;
}

.pull-3 {
    right: 25%;
}

.pull-4 {
    right: 33.3333333333%;
}

.pull-5 {
    right: 41.6666666667%;
}

.pull-6 {
    right: 50%;
}

.pull-7 {
    right: 58.3333333333%;
}

.pull-8 {
    right: 66.6666666667%;
}

.pull-9 {
    right: 75%;
}

.pull-10 {
    right: 83.3333333333%;
}

.pull-11 {
    right: 91.6666666667%;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.3333333333%;
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.3333333333%;
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.3333333333%;
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.3333333333%;
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%;
    }

    .push-sm-0 {
        left: auto;
    }

    .push-sm-1 {
        left: 8.3333333333%;
    }

    .push-sm-2 {
        left: 16.6666666667%;
    }

    .push-sm-3 {
        left: 25%;
    }

    .push-sm-4 {
        left: 33.3333333333%;
    }

    .push-sm-5 {
        left: 41.6666666667%;
    }

    .push-sm-6 {
        left: 50%;
    }

    .push-sm-7 {
        left: 58.3333333333%;
    }

    .push-sm-8 {
        left: 66.6666666667%;
    }

    .push-sm-9 {
        left: 75%;
    }

    .push-sm-10 {
        left: 83.3333333333%;
    }

    .push-sm-11 {
        left: 91.6666666667%;
    }

    .pull-sm-0 {
        right: auto;
    }

    .pull-sm-1 {
        right: 8.3333333333%;
    }

    .pull-sm-2 {
        right: 16.6666666667%;
    }

    .pull-sm-3 {
        right: 25%;
    }

    .pull-sm-4 {
        right: 33.3333333333%;
    }

    .pull-sm-5 {
        right: 41.6666666667%;
    }

    .pull-sm-6 {
        right: 50%;
    }

    .pull-sm-7 {
        right: 58.3333333333%;
    }

    .pull-sm-8 {
        right: 66.6666666667%;
    }

    .pull-sm-9 {
        right: 75%;
    }

    .pull-sm-10 {
        right: 83.3333333333%;
    }

    .pull-sm-11 {
        right: 91.6666666667%;
    }
}

@media (min-width: 640px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-md-1 {
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-md-2 {
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-md-5 {
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-md-8 {
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-md-11 {
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.3333333333%;
    }

    .offset-md-2 {
        margin-left: 16.6666666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.3333333333%;
    }

    .offset-md-5 {
        margin-left: 41.6666666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.3333333333%;
    }

    .offset-md-8 {
        margin-left: 66.6666666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.3333333333%;
    }

    .offset-md-11 {
        margin-left: 91.6666666667%;
    }

    .push-md-0 {
        left: auto;
    }

    .push-md-1 {
        left: 8.3333333333%;
    }

    .push-md-2 {
        left: 16.6666666667%;
    }

    .push-md-3 {
        left: 25%;
    }

    .push-md-4 {
        left: 33.3333333333%;
    }

    .push-md-5 {
        left: 41.6666666667%;
    }

    .push-md-6 {
        left: 50%;
    }

    .push-md-7 {
        left: 58.3333333333%;
    }

    .push-md-8 {
        left: 66.6666666667%;
    }

    .push-md-9 {
        left: 75%;
    }

    .push-md-10 {
        left: 83.3333333333%;
    }

    .push-md-11 {
        left: 91.6666666667%;
    }

    .pull-md-0 {
        right: auto;
    }

    .pull-md-1 {
        right: 8.3333333333%;
    }

    .pull-md-2 {
        right: 16.6666666667%;
    }

    .pull-md-3 {
        right: 25%;
    }

    .pull-md-4 {
        right: 33.3333333333%;
    }

    .pull-md-5 {
        right: 41.6666666667%;
    }

    .pull-md-6 {
        right: 50%;
    }

    .pull-md-7 {
        right: 58.3333333333%;
    }

    .pull-md-8 {
        right: 66.6666666667%;
    }

    .pull-md-9 {
        right: 75%;
    }

    .pull-md-10 {
        right: 83.3333333333%;
    }

    .pull-md-11 {
        right: 91.6666666667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.3333333333%;
    }

    .offset-lg-2 {
        margin-left: 16.6666666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.3333333333%;
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.3333333333%;
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.3333333333%;
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%;
    }

    .push-lg-0 {
        left: auto;
    }

    .push-lg-1 {
        left: 8.3333333333%;
    }

    .push-lg-2 {
        left: 16.6666666667%;
    }

    .push-lg-3 {
        left: 25%;
    }

    .push-lg-4 {
        left: 33.3333333333%;
    }

    .push-lg-5 {
        left: 41.6666666667%;
    }

    .push-lg-6 {
        left: 50%;
    }

    .push-lg-7 {
        left: 58.3333333333%;
    }

    .push-lg-8 {
        left: 66.6666666667%;
    }

    .push-lg-9 {
        left: 75%;
    }

    .push-lg-10 {
        left: 83.3333333333%;
    }

    .push-lg-11 {
        left: 91.6666666667%;
    }

    .pull-lg-0 {
        right: auto;
    }

    .pull-lg-1 {
        right: 8.3333333333%;
    }

    .pull-lg-2 {
        right: 16.6666666667%;
    }

    .pull-lg-3 {
        right: 25%;
    }

    .pull-lg-4 {
        right: 33.3333333333%;
    }

    .pull-lg-5 {
        right: 41.6666666667%;
    }

    .pull-lg-6 {
        right: 50%;
    }

    .pull-lg-7 {
        right: 58.3333333333%;
    }

    .pull-lg-8 {
        right: 66.6666666667%;
    }

    .pull-lg-9 {
        right: 75%;
    }

    .pull-lg-10 {
        right: 83.3333333333%;
    }

    .pull-lg-11 {
        right: 91.6666666667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.3333333333%;
    }

    .offset-xl-2 {
        margin-left: 16.6666666667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.3333333333%;
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.3333333333%;
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.3333333333%;
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%;
    }

    .push-xl-0 {
        left: auto;
    }

    .push-xl-1 {
        left: 8.3333333333%;
    }

    .push-xl-2 {
        left: 16.6666666667%;
    }

    .push-xl-3 {
        left: 25%;
    }

    .push-xl-4 {
        left: 33.3333333333%;
    }

    .push-xl-5 {
        left: 41.6666666667%;
    }

    .push-xl-6 {
        left: 50%;
    }

    .push-xl-7 {
        left: 58.3333333333%;
    }

    .push-xl-8 {
        left: 66.6666666667%;
    }

    .push-xl-9 {
        left: 75%;
    }

    .push-xl-10 {
        left: 83.3333333333%;
    }

    .push-xl-11 {
        left: 91.6666666667%;
    }

    .pull-xl-0 {
        right: auto;
    }

    .pull-xl-1 {
        right: 8.3333333333%;
    }

    .pull-xl-2 {
        right: 16.6666666667%;
    }

    .pull-xl-3 {
        right: 25%;
    }

    .pull-xl-4 {
        right: 33.3333333333%;
    }

    .pull-xl-5 {
        right: 41.6666666667%;
    }

    .pull-xl-6 {
        right: 50%;
    }

    .pull-xl-7 {
        right: 58.3333333333%;
    }

    .pull-xl-8 {
        right: 66.6666666667%;
    }

    .pull-xl-9 {
        right: 75%;
    }

    .pull-xl-10 {
        right: 83.3333333333%;
    }

    .pull-xl-11 {
        right: 91.6666666667%;
    }
}

@media (min-width: 1600px) {
    .col-hd {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-hd-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-hd-1 {
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-hd-2 {
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-hd-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-hd-4 {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-hd-5 {
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-hd-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-hd-7 {
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-hd-8 {
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-hd-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-hd-10 {
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-hd-11 {
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-hd-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-hd-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-hd-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-hd-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-hd-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-hd-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-hd-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-hd-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-hd-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-hd-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-hd-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-hd-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-hd-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-hd-0 {
        margin-left: 0;
    }

    .offset-hd-1 {
        margin-left: 8.3333333333%;
    }

    .offset-hd-2 {
        margin-left: 16.6666666667%;
    }

    .offset-hd-3 {
        margin-left: 25%;
    }

    .offset-hd-4 {
        margin-left: 33.3333333333%;
    }

    .offset-hd-5 {
        margin-left: 41.6666666667%;
    }

    .offset-hd-6 {
        margin-left: 50%;
    }

    .offset-hd-7 {
        margin-left: 58.3333333333%;
    }

    .offset-hd-8 {
        margin-left: 66.6666666667%;
    }

    .offset-hd-9 {
        margin-left: 75%;
    }

    .offset-hd-10 {
        margin-left: 83.3333333333%;
    }

    .offset-hd-11 {
        margin-left: 91.6666666667%;
    }

    .push-hd-0 {
        left: auto;
    }

    .push-hd-1 {
        left: 8.3333333333%;
    }

    .push-hd-2 {
        left: 16.6666666667%;
    }

    .push-hd-3 {
        left: 25%;
    }

    .push-hd-4 {
        left: 33.3333333333%;
    }

    .push-hd-5 {
        left: 41.6666666667%;
    }

    .push-hd-6 {
        left: 50%;
    }

    .push-hd-7 {
        left: 58.3333333333%;
    }

    .push-hd-8 {
        left: 66.6666666667%;
    }

    .push-hd-9 {
        left: 75%;
    }

    .push-hd-10 {
        left: 83.3333333333%;
    }

    .push-hd-11 {
        left: 91.6666666667%;
    }

    .pull-hd-0 {
        right: auto;
    }

    .pull-hd-1 {
        right: 8.3333333333%;
    }

    .pull-hd-2 {
        right: 16.6666666667%;
    }

    .pull-hd-3 {
        right: 25%;
    }

    .pull-hd-4 {
        right: 33.3333333333%;
    }

    .pull-hd-5 {
        right: 41.6666666667%;
    }

    .pull-hd-6 {
        right: 50%;
    }

    .pull-hd-7 {
        right: 58.3333333333%;
    }

    .pull-hd-8 {
        right: 66.6666666667%;
    }

    .pull-hd-9 {
        right: 75%;
    }

    .pull-hd-10 {
        right: 83.3333333333%;
    }

    .pull-hd-11 {
        right: 91.6666666667%;
    }
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 640px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1600px) {
    .flex-hd-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-hd-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-hd-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-hd-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-hd-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-hd-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-hd-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-hd-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-hd-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-hd-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-hd-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-hd-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-hd-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-hd-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-hd-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-hd-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-hd-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-hd-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-hd-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-hd-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-hd-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-hd-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-hd-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-hd-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }

    .align-self-hd-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-hd-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-hd-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }

    .align-self-hd-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-hd-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

* {
    outline: none;
    box-sizing: border-box;

    &:focus-visible {
        outline: 3px solid var(--color-accent);
    }
}

*:before,
*:after {
    box-sizing: border-box;
}

html {
    font-size: var(--theme-size);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
}

@media (min-width: 320px) and (max-width: 359px) {
    html {
        font-size: 2.7777777778vw;
    }
}

body {
    background: var(--body-bg);
    color: var(--body-color);
    overflow-x: hidden;
    overflow-y: scroll;
    font: 400 1.6rem/1.25 'GT America LCG',
        Arial,
        sans-serif;
}

html:not(.is-loaded) * {
    transition: none !important;
}

html:not(.is-loaded) *:before,
html:not(.is-loaded) *:after {
    transition: none !important;
}

.app {
    position: relative;
    min-height: 100%;
    min-width: 32rem;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.container-fluid {
    max-width: 128rem;
    padding: 0 1.6rem;
}

.container-fluid--1440 {
    max-width: 144rem;
}

@media (min-width: 640px) {
    .container-fluid {
        padding: 0 3.2rem;
    }
}

@media (min-width: 1200px) {
    .container-fluid {
        padding: 0 4rem;
    }
}

a {
    text-decoration: none;
    color: var(--color-link);
    transition: color 0.25s;
}

a:hover {
    text-decoration: none;
    color: var(--color-link-hover);
}

mark {
    background: none;
    color: var(--color-highlight);
}

.is-mobile-open .header__mobile-toggle span:nth-of-type(1) {
    transform: rotate(45deg);
}

.is-mobile-open .header__mobile-toggle span:nth-of-type(2) {
    opacity: 0;
}

.is-mobile-open .header__mobile-toggle span:nth-of-type(3) {
    transform: rotate(-45deg);
}

.is-mobile-open .header__mobile-offcanvas,
.is-mobile-open .header__mobile-overlay {
    opacity: 1;
    visibility: visible;
}

.is-mobile-open .header__mobile-offcanvas {
    display: -ms-flexbox;
    display: flex;
}

.is-mobile-open body {
    overflow: hidden;
}

.is-header-sticky .header__section:nth-of-type(1) {
    box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.1);
}

@media (min-width: 1200px) {
    .is-header-sticky .header__section:nth-of-type(1) {
        box-shadow: none;
    }
}

.is-header-sticky .header-min {
    box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.1);
}

@media (min-width: 1200px) {
    .is-header-sticky .header-min {
        box-shadow: none;
    }
}

.header-min {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    height: 4.8rem;
    background: #ffffff;
    transition: box-shadow 0.25s;
}

.header-min>.container-fluid {
    max-width: 144rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

@media (min-width: 992px) {
    .header-min {
        height: 6.4rem;
    }
}

@media (min-width: 1200px) {
    .header-min {
        position: absolute;
    }
}

.header-min__logo {
    margin: 0 auto 0 0;
    width: 12.2rem;
    color: var(--color-accent);
}

.header-min__logo img,
.header-min__logo svg {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

@media (min-width: 640px) {
    .header-min__logo {
        width: 14.4rem;
    }
}

.header-min__phone {
    display: block;
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.33;
    font-weight: 500;
    position: relative;
}

@media (min-width: 992px) {
    .header-min__phone {
        font-size: 1.8rem;
    }
}

.header-min__phone-toggle {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 8px;
    border: 1px solid #e9e9ef;
    background-color: var(--color-white, #ffffff);
    transition: all 0.25s ease;

    &:hover {
        background-color: #e9e9ef;
    }
}

.header-min__phone-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 4px);
    background-color: var(--color-white, #ffffff);
    border: 1px solid #e9e9ef;
    border-radius: 8px;
    padding: 6px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease;
}

.header-min__phone-arrow {
    transform: rotate(180deg);
}

.is-active {
    .header-min__phone-content {
        opacity: 1;
        visibility: visible;
    }

    .header-min__phone-arrow {
        transform: rotate(0);
    }
}

.header-min__phone-link {
    text-decoration: none;
    color: var(--body-color);
    font-size: 1.4rem;
    padding: 0.6rem 1.6rem;
    display: inline-block;
    transition: all 0.25s ease;
    white-space: nowrap;
    text-align: center;
}

.header-min__phone-link:hover {
    text-decoration: none;
    color: var(--body-color);
    background-color: #f5f5f8;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #ffffff;
    padding: 4.8rem 0 0 0;
    margin: 0;
    height: 9rem;
    transition: box-shadow 0.25s;
}

@media (min-width: 1200px) {
    .header {
        position: absolute;
        margin: 0;
        padding: 0;
        height: 12rem;
    }
}

@media (max-width: 1199px) {
    .header__section {
        background: #ffffff;
        transition: box-shadow 0.25s;
    }

    .header__section>.container-fluid {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
    }

    .header__section:nth-of-type(1) {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        border-bottom: 1px solid var(--color-border);
        height: 4.8rem;
    }

    .header__section:nth-of-type(2) {
        height: 4.2rem;
    }
}

@media (min-width: 1200px) {
    .header__section:nth-of-type(1) {
        height: 6.4rem;
    }

    .header__section:nth-of-type(2) {
        height: 5.6rem;
        background: var(--color-light);
    }

    .header__section>.container-fluid {
        max-width: 144rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
    }
}

.header__logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto 0 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 4.8rem;
    width: 12.2rem;
    color: var(--color-accent);
}

.header__logo img,
.header__logo svg {
    display: block;
}

@media (min-width: 640px) {
    .header__logo {
        width: 14.4rem;
    }
}

@media (min-width: 1200px) {
    .header__logo {
        position: relative;
        top: 0;
        left: 0;
        width: 19.8rem;
        margin: 0 2.4rem 0 0;
    }
}

.header__primary {
    -ms-flex: 1;
    flex: 1;
    margin: 0 -1.6rem;
    padding: 0 1.6rem;
    font-size: 1.1rem;
    line-height: 1.333;
    font-weight: 400;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.header__primary::-webkit-scrollbar {
    display: none;
}

@media (min-width: 640px) {
    .header__primary {
        margin: 0 -3.2rem;
        padding: 0 3.2rem;
    }
}

@media (min-width: 992px) {
    .header__primary {
        margin: 0 -4rem;
        padding: 0 4rem;
    }
}

@media (min-width: 1200px) {
    .header__primary {
        margin: 0 3.2rem 0 0;
        padding: 0;
        border: none;
        font-size: 1.2rem;
        line-height: 1.333;
        font-weight: 400;
        letter-spacing: 0.04em;
        overflow: visible;
    }
}

.header__primary-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
}

.header__primary-menu>li {
    margin: 0 1.6rem 0 0;
}

.header__primary-menu>li:last-child {
    margin: 0;
}

@media (min-width: 1200px) {
    .header__primary-menu>li {
        margin: 0 2.4rem 0 0;
    }

    .header__primary-menu>li:last-child {
        margin: 0;
    }
}

.header__primary-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 4.2rem;
    transition: color 0.25s;
    color: var(--body-color);
    text-decoration: none;
    position: relative;
}

.header__primary-link::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 0.2rem;
    background: var(--color-secondary-hover);
    border-radius: 2rem;
    transition: opacity 0.25s;
    opacity: 0;
}

.pb__title {
    font-size: 9.6rem !important;
    line-height: 1;
    font-weight: 500;
    margin: 0 0 9rem;
    font-family: var(--font-private);

    @media (width < 1600px) {
        font-size: 7.2rem !important;
        line-height: 1.06;
    }

    @media (width < 1200px) {
        font-size: 6.4rem !important;
        line-height: 1.12;
        margin: 0 0 4.8rem;
    }

    @media (width <=640px) {
        font-size: 3.6rem !important;
        line-height: 1.11;
        margin: 0 0 3.2rem;
    }
}

.pb__subtitle {
    font-size: 4.4rem !important;
    font-family: var(--font-private);
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 2rem;
    line-height: 1.2;

    @media (width < 1600px) {
        font-size: 3.2rem !important;
    }

    @media (width < 1200px) {
        font-size: 3.2rem !important;
        margin-bottom: 1.6rem;
    }

    @media (width <=640px) {
        font-size: 2.4rem !important;
        margin-bottom: 0.8rem;
    }
}

.pb-header .header__primary-link::after {
    background: var(--private-accent-color);
}

.header__primary-link:hover {
    text-decoration: none;
    color: var(--body-color);
}

.header__primary-link:hover::after {
    opacity: 1;
}

@media (min-width: 1200px) {
    .header__primary-link {
        height: 6.4rem;
    }
}

.header__primary-link--white {
    color: #ffffff;
}

.header__primary-link--white:hover {
    color: #ffffff;
}

.pb-header.pb-header--dark {
    position: static;
}

.pb-header--dark .header__primary-link {
    color: #212a34;
}

.header__mobile .header__primary-link--white {
    color: var(--body-color);

    padding-top: 1.2rem;
    padding-bottom: 1.4rem;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.6rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.header__location {
    display: none;
}

@media (min-width: 1200px) {
    .header__location {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 3.2rem 0 0;
        font-size: 1.4rem;
        line-height: 1.25;
        font-weight: 400;
    }
}

.header__location-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: var(--color-dark);
    text-decoration: none;
    transition: color 0.25s;
}

.header__location-link:hover {
    color: var(--color-dark-hover);
    text-decoration: none;
}

.header__location-link svg {
    display: block;
    margin: 0 0.8rem 0 0;
    width: 2.4rem;
    height: 2.4rem;
    position: relative;
    top: -1px;
}

.header__city {
    display: none;
}

@media (min-width: 1200px) {
    .header__city {
        display: block;
        position: relative;
        margin: 0 1.2rem 0 0;
    }

    .header__city.is-open {
        z-index: 10000;
    }

    .header__city.is-open .header__city-toggle {
        background: #ffffff;
        border-color: #ffffff;
        color: var(--body-color);
    }

    .header__city.is-open .header__city-toggle svg {
        transform: rotate(180deg);
    }

    .header__city.is-open .header__city-offcanvas,
    .header__city.is-open .header__city-overlay {
        opacity: 1;
        visibility: visible;
    }
}

.header__city-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
}

.header__city-toggle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--color-light);
    border: 0.2rem solid var(--color-light);
    border-radius: 0.8rem;
    height: 4rem;
    padding: 0.8rem 3.6rem 0.8rem 2.4rem;
    color: var(--body-color);
    cursor: pointer;
    font-size: 1.4rem;
    line-height: 1.25;
    font-weight: 500;
    position: relative;
    transition: color 0.25s,
        background 0.25s,
        border-color 0.25s;
}

.header__city-toggle svg {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 1.6rem;
    width: 1.6rem;
    height: 1.6rem;
    margin: -0.7rem 0 0 0;
    transition: transform 0.25s;
}

.header__city-toggle:hover {
    background: var(--color-light-hover);
    border-color: var(--color-light-hover);
    color: var(--body-color);
}

.header__city-offcanvas {
    position: absolute;
    top: 100%;
    right: 0;
    width: 30rem;
    max-width: calc(100vw - 3.2rem);
    background: #ffffff;
    border: 1px solid var(--color-border);
    margin: 0.8rem 0 0 0;
    border-radius: 0.8rem;
    padding: 0 0.8rem 1.6rem;
    opacity: 0;
    visibility: hidden;
}

.header__city-search {
    display: block;
    position: relative;
}

.header__city-search-input {
    display: block;
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
    padding: 1.8rem 5.6rem 1.8rem 1.2rem;
}

.header__city-search-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
    position: absolute;
    top: 50%;
    right: 0.8rem;
    margin: -1.2rem 0 0 0;
    cursor: pointer;
    color: var(--body-color);
}

.header__city-scrollbar {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 30rem;
}

.header__city-scrollbar .scrollbar-track {
    right: 0;
}

.header__city-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
}

.header__city-menu>li {
    margin: 0 0 0.8rem;
}

.header__city-menu>li:last-child {
    margin: 0;
}

.header__city-link {
    display: block;
    text-decoration: none;
    color: var(--body-color);
    border-radius: 0.4rem;
    padding: 0.8rem 5.2rem 0.8rem 1.2rem;
    transition: background 0.25s;
    position: relative;
}

.header__city-link:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 1rem;
    width: 1.6rem;
    height: 1.6rem;
    margin: -0.8rem 0 0 0;
    background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.7293 3.31576C15.1072 3.71852 15.087 4.35136 14.6842 4.72926L6.15793 12.7293C5.75654 13.1059 5.12627 13.0873 4.74773 12.6877L1.27405 9.02108C0.894219 8.62015 0.911325 7.98722 1.31226 7.60738C1.71319 7.22755 2.34612 7.24466 2.72596 7.64559L5.5152 10.5898L13.3158 3.27075C13.7185 2.89285 14.3514 2.91301 14.7293 3.31576Z' fill='%2324303B'/%3E%3C/svg%3E%0A") 50% 50% no-repeat;
    background-size: contain;
    transition: opacity 0.25s;
    opacity: 0;
}

.header__city-link:hover {
    text-decoration: none;
    background: var(--color-light);
    color: var(--body-color);
}

.header__city-link mark {
    background: none;
    color: var(--color-link);
}

.header__city-link.is-active {
    background: var(--color-light);
}

.header__city-link.is-active:after {
    opacity: 1;
}

.header__auth {
    display: none;
}

@media (min-width: 1200px) {
    .header__auth {
        display: block;
        margin: 0 1.2rem 0 0;
    }
}

.header__online {
    display: none;
}

@media (min-width: 640px) and (max-width: 1199px) {
    .header__online {
        margin: 0 0 0 1.6rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }

    .header__online .ui-btn {
        padding: 0;
        width: 2.4rem;
        height: 2.4rem;
        text-indent: -999.9rem;
        font-size: 0;
        border: none;
        background: transparent;
    }

    .header__online .ui-btn svg {
        display: block;
        margin: 0;
    }
}

@media (min-width: 1200px) {
    .header__online {
        display: block;
    }
}

.header__online-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 4rem;
    background: #ffffff;
    border: 0.2rem solid var(--color-accent);
    border-radius: 0.4rem;
    padding: 1rem 2.2rem;
    font-size: 1.4rem;
    line-height: 1.25;
    font-weight: 500;
    color: var(--color-accent);
    text-decoration: none;
    transition: color 0.25s,
        background 0.25s;
}

.header__online-link:hover {
    background: var(--color-accent);
    text-decoration: none;
    color: #ffffff;
}

.header__type {
    position: relative;
    margin: 0 0 0 1.6rem;
    height: 2.8rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.header__type.is-open {
    z-index: 10000;
}

.header__type.is-open .header__type-toggle {
    background: #ffffff;
    border-color: #ffffff;
    color: var(--body-color);
}

.header__type.is-open .header__type-toggle svg {
    transform: rotate(180deg);
}

.header__type.is-open .header__type-offcanvas {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
}

.header__type.is-open .header__type-overlay {
    opacity: 1;
    visibility: visible;
}

@media (min-width: 1200px) {
    .header__type {
        position: relative;
        top: 0;
        right: 0;
        margin: 0 2.4rem 0 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 19.8rem;
        height: auto;
    }
}

@media (max-width: 639px) {
    .header__type {
        display: none;
    }
}

.header__type-toggle {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid #f0ede9;
    border-radius: 0.4rem;
    height: 2.8rem;
    padding: 0.4rem 3.2rem 0.4rem 0.8rem;
    color: var(--body-color);
    cursor: pointer;
    font-size: 1.2rem;
    line-height: 1.25;
    font-weight: 400;
    white-space: nowrap;
    max-width: 100%;
    position: relative;
    transition: color 0.25s,
        background 0.25s,
        border-color 0.25s;
}

.header__type-toggle svg {
    display: block;
    position: absolute;
    top: 50%;
    right: 0.6rem;
    width: 1.6rem;
    height: 1.6rem;
    margin: -0.7rem 0 0 0;
    transition: transform 0.25s;
}

.header__type-toggle:hover {
    border-color: var(--color-light-hover);
    background: var(--color-light-hover);
    color: var(--body-color);
}

@media (min-width: 1200px) {
    .header__type-toggle {
        padding: 0.8rem 3.2rem 0.8rem 1.6rem;
        height: 4rem;
        font-size: 1.4rem;
        line-height: 1.25;
        font-weight: 500;
        background: var(--color-light);
        border: 1px solid #f0ede9;
    }

    .header__type-toggle svg {
        right: 1rem;
    }
}

.header__type-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
}

.header__type-offcanvas {
    position: absolute;
    top: 100%;
    left: auto;
    right: 0;
    min-width: 100%;
    max-width: calc(100vw - 3.2rem);
    background: #ffffff;
    border: 1px solid var(--color-border);
    margin: 0.8rem 0 0 0;
    border-radius: 0.8rem;
    padding: 0.8rem 0.8rem;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
}

@media (min-width: 1200px) {
    .header__type-offcanvas {
        left: 0;
        right: auto;
    }
}

.header__type-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1.2rem;
    line-height: 1.25;
    font-weight: 400;
}

.header__type-menu>li {
    margin: 0 0 0.8rem;
}

.header__type-menu>li:last-child {
    margin: 0;
}

@media (min-width: 1200px) {
    .header__type-menu {
        font-size: 1.4rem;
    }
}

.header__type-link {
    display: block;
    text-decoration: none;
    color: var(--body-color);
    border-radius: 0.4rem;
    padding: 0.8rem 5.2rem 0.8rem 1.2rem;
    transition: background 0.25s;
    position: relative;
}

.header__type-link:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 1rem;
    width: 1.6rem;
    height: 1.6rem;
    margin: -0.8rem 0 0 0;
    background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.7293 3.31576C15.1072 3.71852 15.087 4.35136 14.6842 4.72926L6.15793 12.7293C5.75654 13.1059 5.12627 13.0873 4.74773 12.6877L1.27405 9.02108C0.894219 8.62015 0.911325 7.98722 1.31226 7.60738C1.71319 7.22755 2.34612 7.24466 2.72596 7.64559L5.5152 10.5898L13.3158 3.27075C13.7185 2.89285 14.3514 2.91301 14.7293 3.31576Z' fill='%2324303B'/%3E%3C/svg%3E%0A") 50% 50% no-repeat;
    background-size: contain;
    transition: opacity 0.25s;
    opacity: 0;
}

.header__type-link:hover {
    text-decoration: none;
    color: var(--body-color);
    background: var(--color-light);
}

.header__type-link.is-active {
    background: var(--color-light);
}

.header__type-link.is-active:after {
    opacity: 1;
}

.header__secondary {
    -ms-flex: 1;
    flex: 1;
    font-size: 1.4rem;
    line-height: 1.25;
    font-weight: 400;
    white-space: nowrap;
    background: var(--color-light);
    margin: 0 -1.6rem;
    padding: 0 1.6rem;
    overflow-x: auto;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: none;
}

.header__secondary::-webkit-scrollbar {
    display: none;
}

@media (min-width: 640px) {
    .header__secondary {
        margin: 0 -3.2rem;
        padding: 0 3.2rem;
    }
}

@media (min-width: 992px) {
    .header__secondary {
        margin: 0 -4rem;
        padding: 0 4rem;
    }
}

@media (min-width: 1200px) {
    .header__secondary {
        margin: 0;
        padding: 0;
        background: none;
        overflow: visible;
        display: block;
    }
}

.header__secondary-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    /* justify-content: center; */
}

/* .header__secondary-menu:after {
	content: '';
	display: block;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	min-width: 1.6rem;
} */

.header__secondary-menu>li {
    margin: 0 1.6rem 0 0;
}

.header__secondary-menu>li:last-child {
    margin: 0;
}

@media (min-width: 1200px) {
    .header__secondary-menu>li {
        /* margin: 0 clamp(1rem, 1.1vw, 2.4rem) 0 0; */
        margin: 0 2.4rem 0 0;
    }

    .header__secondary-menu>li:last-child {
        margin: 0;
    }

    .header__secondary-menu>li.is-open .header__secondary-dropdown {
        opacity: 1;
        visibility: visible;
    }
}

@media (width < 1320px) {
    .header__secondary-menu>li {
        margin-right: 1.6rem;
    }
}

@media (width < 1214px) {
    .header__secondary-menu>li {
        margin-right: 1.4rem;
    }
}

.header__secondary-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 4rem;
    text-decoration: none;
    color: var(--body-color);
}

.header__secondary-link:not([href]) {
    cursor: default;
}

.header__secondary-link::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0.2rem;
    background: var(--color-secondary-hover);
    border-radius: 2rem;
    transition: opacity 0.25s;
    opacity: 0;
}

.header__secondary-link:hover {
    text-decoration: none;
    color: var(--body-color);
}

.header__secondary-link:hover::after {
    opacity: 1;
}

@media (min-width: 1200px) {
    .header__secondary-link {
        height: 5.6rem;
    }
}

.header__secondary-link--white {
    color: #ffffff;
    opacity: 0.5;
    transition: all 0.3s linear;
}

.header__secondary-link--white::after {
    content: none;
    background: var(--private-accent-color);
}

.header__secondary-link--white:hover {
    color: #fafbfc !important;
    opacity: 1;
}

.header__secondary-link--white.active {
    opacity: 1;
}

.pb-header--dark .header__secondary-link {
    color: #212a34;
}

.pb-header--dark .header__secondary-link:hover {
    color: #212a34 !important;
}

.header__secondary-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 100;
    background: #ffffff;
    box-shadow: 0 100vh 0 100vh rgba(0, 0, 0, 0.4);
    transition: opacity 0.25s,
        visibility 0.25s;
    opacity: 0;
    visibility: hidden;
}

.header__secondary-dropdown>.container-fluid {
    max-width: 144rem;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.header__secondary-dropdown .row {
    margin: 0 -4.8rem;
}

.header__secondary-dropdown .row>[class^='col'] {
    padding: 0 4.8rem;
}

.header__secondary-dropdown-main,
.header__secondary-dropdown-aside {
    padding: 4rem 5.6rem;
    position: relative;
    min-height: 30.8rem;
}

.header__secondary-dropdown-main {
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    padding-left: 0;
}

.header__secondary-dropdown-aside {
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    color: rgba(var(--body-color), 0.7);
}

.header__secondary-dropdown-aside:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    z-index: -1;
    background: #efeff1;
}

.header__secondary-dropdown-aside .header__secondary-dropdown-link {
    color: rgba(var(--body-color), 0.7);
}

.header__secondary-dropdown-aside .header__secondary-dropdown-link:hover {
    color: var(--color-link);
}

.header__secondary-dropdown-close {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
    cursor: pointer;
    position: absolute;
    top: 4rem;
    right: 4rem;
    z-index: 100;
    color: var(--color-grey);
    transition: color 0.25s;
}

.header__secondary-dropdown-close:hover {
    color: var(--body-color);
}

.header__secondary-dropdown-close svg {
    display: block;
    width: 100%;
    height: 100%;
}

.header__secondary-dropdown-title {
    display: block;
    margin: 0 0 2.4rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 1.8rem;
    line-height: 1.33;
    font-weight: 500;
}

.header__secondary-dropdown-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1.4rem;
    line-height: 1.14;
    font-weight: 400;
}

.header__secondary-dropdown-menu>li {
    margin: 0 0 1.6rem;
}

.header__secondary-dropdown-menu>li:last-child {
    margin: 0;
}

.header__secondary-dropdown-link {
    text-decoration: none;
    color: var(--body-color);
    transition: color 0.25s;
}

.header__secondary-dropdown-link:hover {
    text-decoration: none;
    color: var(--color-link);
}

@media (min-width: 1200px) {
    .header__section {
        position: relative;
    }
}

.is-search-open .header__search-overlay {
    opacity: 1;
    visibility: visible;
}

.is-search-open .header__search-offcanvas {
    opacity: 1;
    visibility: visible;
}

.is-search-cancel .header__search-btn {
    color: var(--body-color);
}

.is-search-cancel .header__search-cancel {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.is-search-cancel .header__search-icon {
    color: var(--body-color);
}

.header__search {
    display: none;
}

@media (min-width: 1200px) {
    .header__search {
        display: block;
    }
}

.header__search-overlay {
    position: fixed;
    top: 12rem;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 500;
    background: rgba(0, 0, 0, 0.4);
    pointer-events: none;
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
}

.header__search-toggle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.4rem;
    line-height: 2.4rem;
    font-weight: 400;
    color: var(--color-gray-on-light);
    transition: color 0.25s;
    position: relative;
    z-index: 1000;
}

.header__search-toggle svg {
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 0 0 1.6rem;
    color: var(--body-color);
}

.header__search-toggle:hover {
    color: var(--body-color);
}

.header__search-offcanvas {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1500;
    background: var(--color-light);
    display: -ms-flexbox;
    display: flex;
    transition: 0.4s;
    opacity: 0;
    visibility: hidden;
}

.header__search-offcanvas>.container-fluid {
    max-width: 144rem;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.header__search-input {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    line-height: 2.4rem;
    font-weight: 400;
    padding: 0 4.8rem 0 0;
    -ms-flex: 1;
    flex: 1;
    height: 5.6rem;

    &:focus-visible {
        outline: none;
    }
}

.header__search-input:-ms-input-placeholder {
    color: var(--color-gray-on-light);
}

.header__search-input::placeholder {
    color: var(--color-gray-on-light);
}

.header__search-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.4rem;
    height: 100%;
    margin: 0 0.8rem 0 0;
    color: var(--color-gray-on-light);
    transition: color 0.25s;
}

.header__search-icon svg {
    display: block;
    width: 2.4rem;
    height: 2.4rem;
}

.header__search-btn {
    height: 100%;
    width: 2.4rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--color-gray-on-light);
    transition: opacity 0.25s,
        visibility 0.25s,
        transform 0.25s,
        color 0.25s;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 0.8rem 0 0;
}

.header__search-btn svg {
    display: block;
    width: 2.4rem;
    height: 2.4rem;
}

.header__search-btn:hover {
    color: var(--color-accent);
}

.header__search-cancel {
    position: absolute;
    top: 0;
    right: 4rem;
    height: 100%;
    width: 2.4rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--body-color);
    transition: opacity 0.25s,
        visibility 0.25s,
        transform 0.25s,
        color 0.25s;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
}

.header__search-cancel svg {
    display: block;
    width: 2.4rem;
    height: 2.4rem;
}

.header__search-cancel:hover {
    color: var(--color-accent);
}

.header__mobile {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 0 0 1.6rem;
}

.pb-header .header__mobile {
    margin-left: auto;
}

@media (min-width: 1200px) {
    .header__mobile {
        display: none;
    }
}

.header__mobile .ui-tabs__wrapper {
    height: auto;
}

.header__mobile-toggle {
    display: block;
    position: relative;
    top: 0;
    right: 0;
    z-index: 500;
    width: 2.4rem;
    height: 2.4rem;
    color: var(--body-color);
    cursor: pointer;
}

.header__mobile-toggle--white {
    color: #ffffff;
    z-index: 1001;
}

.pb-header--dark .header__mobile-toggle--white {
    color: var(--body-color);
}

.is-mobile-open .header__mobile-toggle--white {
    color: var(--body-color);
}

.header__mobile-toggle span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.8rem;
    height: 0.2rem;
    border-radius: 0.2rem;
    background: currentColor;
    margin: -1px 0 0 -0.9rem;
    transition: transform 0.25s,
        opacity 0.25s;
}

.header__mobile-toggle span:nth-of-type(1) {
    transform: translate(0, -0.5rem);
}

.header__mobile-toggle span:nth-of-type(3) {
    transform: translate(0, 0.5rem);
}

.header__mobile-offcanvas {
    position: fixed;
    top: 4.8rem;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background: #ffffff;
    padding: 2.4rem 1.6rem 3.2rem;
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    display: none;
    -ms-flex-direction: column;
    flex-direction: column;
}

.pb-header .header__mobile-offcanvas {
    top: 0;
    background-color: #f0ede9;
}

.is-mobile-search-cancel .header__mobile-search-btn {
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
}

.is-mobile-search-cancel .header__mobile-search-cancel {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.header__mobile-search {
    position: relative;
    margin: 0 0 3.2rem;
}

.header__mobile-search-input {
    display: block;
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.29;
    font-weight: 400;
    border: 1px solid var(--color-light);
    background: var(--color-light);
    border-radius: 0.4rem;
    padding: 1.6rem 4.8rem 1.6rem 1.6rem;
    color: var(--body-color);
    height: 4.8rem;
    -webkit-appearance: none;
    appearance: none;
}

.header__mobile-search-input:-ms-input-placeholder {
    color: var(--color-gray-on-light);
}

.header__mobile-search-input::placeholder {
    color: var(--color-gray-on-light);
}

.header__mobile-search-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 4.8rem;
    cursor: pointer;
    color: var(--body-color);
    transition: opacity 0.25s,
        visibility 0.25s,
        transform 0.25s,
        color 0.25s;
}

.header__mobile-search-btn svg {
    display: block;
    width: 2.4rem;
    height: 2.4rem;
}

.header__mobile-search-cancel {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 4.8rem;
    cursor: pointer;
    color: var(--body-color);
    transition: opacity 0.25s,
        visibility 0.25s,
        transform 0.25s,
        color 0.25s;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
}

.header__mobile-search-cancel svg {
    display: block;
    width: 2.4rem;
    height: 2.4rem;
}

.header__mobile-dropdown-block {
    display: flex;
    column-gap: 1.2rem;

    .header__mobile-city-offcanvas {
        top: 100%;
        bottom: unset;
        min-width: 32rem;
        margin: 0.8rem 0 0;
    }

    .header__mobile-city-toggle {
        border-radius: 0.8rem;
        height: 4rem;
        background-color: var(--color-light);
    }
}

.header__mobile-nav {
    margin: 0 0 3.2rem;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.header__mobile-nav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 500;
}

.header__mobile-nav-menu>li {
    border-bottom: 1px solid var(--color-border);
}

.header__mobile-nav-menu>li.is-open .header__mobile-nav-link svg {
    transform: rotate(180deg);
}

.pb-header .header__mobile-nav-menu>li {
    border-color: #bfbfb8;
}

.pb-header .header__mobile-nav-menu>li:last-of-type {
    border-color: transparent;
}

.header__mobile-nav-link {
    display: block;
    position: relative;
    padding: 1.6rem 1.6rem 1.6rem 0;
    color: var(--body-color);
    text-decoration: none;
}

.header__mobile-nav-link svg {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 1.6rem;
    height: 1.6rem;
    margin: -0.8rem 0 0 0;
    transition: transform 0.25s;
}

.header__mobile-nav-link:hover {
    text-decoration: none;
    color: var(--body-color);
}

.pb-header .header__mobile-nav-link {
    color: var(--color-dark);
    font-family: 'Playfair Display';
    font-size: 2.4rem;
    line-height: 2.8rem;
}

.header__mobile-nav-dropdown {
    display: none;
    border-top: 1px solid var(--color-border);
}

.header__mobile-nav-dropdown-menu {
    margin: 0;
    padding: 2.4rem 0;
    list-style: none;
    font-family: 'GT America LCG', Arial, sans-serif;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
}

.header__mobile-nav-dropdown-menu>li {
    margin: 0 0 2rem;
}

.header__mobile-nav-dropdown-menu>li:last-child {
    margin: 0;
}

.header__mobile-nav-dropdown-link {
    display: block;
    text-decoration: none;
    color: var(--body-color);
}

.header__mobile-nav-dropdown-link:hover {
    text-decoration: none;
    color: var(--body-color);
}

.header__mobile-location {
    margin: 0 0 4.8rem;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
}

.header__mobile-location-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: var(--body-color);
    text-decoration: none;
    transition: color 0.25s;
}

.header__mobile-location-link:hover {
    color: var(--color-accent);
    text-decoration: none;
}

.header__mobile-location-link svg {
    display: block;
    margin: 0 0.8rem 0 0;
    width: 1.6rem;
    height: 1.6rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.header__mobile-additional {
    margin: auto 0 0 0;
}

.header__mobile-city {
    position: relative;
    margin: 0 0 0.8rem;
}

.header__mobile-city.is-open {
    z-index: 10000;
}

.header__mobile-city.is-open .header__mobile-city-toggle {
    background: #ffffff;
    border-color: #ffffff;
    color: var(--body-color);
}

.header__mobile-city.is-open .header__mobile-city-toggle svg {
    transform: rotate(180deg);
}

.header__mobile-city.is-open .header__mobile-city-offcanvas,
.header__mobile-city.is-open .header__mobile-city-overlay {
    opacity: 1;
    visibility: visible;
}

.header__mobile-city-overlay {
    position: fixed;
    top: 9rem;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
}

.header__mobile-city-toggle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--color-light);
    border: 0.2rem solid var(--color-light);
    border-radius: 0.4rem;
    height: 4.4rem;
    padding: 0.8rem 3.6rem 0.8rem 2.4rem;
    color: var(--body-color);
    cursor: pointer;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 500;
    position: relative;
    transition: color 0.25s,
        background 0.25s;
}

.header__mobile-city-toggle svg {
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    transition: transform 0.25s;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 0 0 0.4rem;
}

.header__mobile-city-toggle:hover {
    background: #ffffff;
    color: var(--body-color);
}

.header__mobile-city-offcanvas {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    max-width: calc(100vw - 3.2rem);
    background: #ffffff;
    border: 1px solid var(--color-border);
    margin: 0 0 0.8rem;
    border-radius: 0.8rem;
    padding: 0 0.8rem 1.6rem;
    opacity: 0;
    visibility: hidden;
}

.header__mobile-city-search {
    display: block;
    position: relative;
}

.header__mobile-city-search-input {
    display: block;
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
    padding: 1.8rem 5.6rem 1.8rem 1.2rem;
}

.header__mobile-city-search-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
    position: absolute;
    top: 50%;
    right: 0.8rem;
    margin: -1.2rem 0 0 0;
    cursor: pointer;
    color: var(--body-color);
}

.header__mobile-city-scrollbar {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 30rem;
}

.header__mobile-city-scrollbar .scrollbar-track {
    right: 0;
}

.header__mobile-city-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
}

.header__mobile-city-menu>li {
    margin: 0 0 0.8rem;
}

.header__mobile-city-menu>li:last-child {
    margin: 0;
}

.header__mobile-city-link {
    display: block;
    text-decoration: none;
    color: var(--body-color);
    border-radius: 0.4rem;
    padding: 0.8rem 5.2rem 0.8rem 1.2rem;
    transition: background 0.25s;
    position: relative;
}

.header__mobile-city-link:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 1rem;
    width: 1.6rem;
    height: 1.6rem;
    margin: -0.8rem 0 0 0;
    background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.7293 3.31576C15.1072 3.71852 15.087 4.35136 14.6842 4.72926L6.15793 12.7293C5.75654 13.1059 5.12627 13.0873 4.74773 12.6877L1.27405 9.02108C0.894219 8.62015 0.911325 7.98722 1.31226 7.60738C1.71319 7.22755 2.34612 7.24466 2.72596 7.64559L5.5152 10.5898L13.3158 3.27075C13.7185 2.89285 14.3514 2.91301 14.7293 3.31576Z' fill='%2324303B'/%3E%3C/svg%3E%0A") 50% 50% no-repeat;
    background-size: contain;
    transition: opacity 0.25s;
    opacity: 0;
}

.header__mobile-city-link:hover {
    text-decoration: none;
    background: var(--color-light);
    color: var(--body-color);
}

.header__mobile-city-link mark {
    background: none;
    color: var(--color-link);
}

.header__mobile-city-link.is-active {
    background: var(--color-light);
}

.header__mobile-city-link.is-active:after {
    opacity: 1;
}

.header__mobile-auth {
    margin: 0 0 0.8rem;
}

.header__mobile-auth:last-child {
    margin: 0;
}

.header__mobile-auth .ui-btn {
    width: 100%;
}

.header__mobile-online {
    margin: 0 0 0.8rem;
}

.header__mobile-online:last-child {
    margin: 0;
}

.header__mobile-online .ui-btn {
    width: 100%;
}

.header__mobile-online-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 4.4rem;
    background: #ffffff;
    border: 0.2rem solid var(--color-accent);
    border-radius: 0.4rem;
    padding: 1rem 2.2rem;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 500;
    color: var(--color-accent);
    text-decoration: none;
    transition: color 0.25s,
        background 0.25s;
}

.header__mobile-online-link:hover {
    background: var(--color-accent);
    text-decoration: none;
    color: #ffffff;
}

.header__mobile-type {
    margin: 0 0 2.4rem;
}

.header__mobile-type:after {
    display: none;
}

.header__mobile-type .ui-tabs__menu {
    padding: 0;
}

.header__mobile-type .ui-tabs__menu li {
    padding-right: 1.6rem;
}

.header__mobile-type .ui-tabs__menu li:last-child {
    padding-right: 0;
}

.header__mobile-type .ui-tabs__btn {
    padding-top: 1.2rem;
    padding-bottom: 1.4rem;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.6rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.header__mobile-type .ui-tabs__btn:after {
    color: var(--color-accent);
}

.main {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 11.4rem 0 0 0;
    /*overflow-x: hidden;*/
}

@media (min-width: 1200px) {
    .main {
        padding: 16.8rem 0 0 0;
    }
}

.footer {
    background: var(--color-dark);
    color: #ffffff;
    padding: 3.2rem 0 2.4rem;
}

.footer .container-fluid {
    max-width: 144rem;
}

@media (min-width: 1200px) {
    .footer {
        padding: 6.4rem 0 2.4rem;
    }
}

.footer__logo {
    margin: 0 0 4.8rem;
    max-width: 12.4rem;
    color: var(--color-accent);
}

.footer__logo img,
.footer__logo svg {
    display: block;
    max-width: 100%;
    height: auto;
}

@media (min-width: 1200px) {
    .footer__logo {
        max-width: none;
        margin: 0 0 6.4rem;
    }
}

.footer__call {
    margin: 0 0 2.4rem;
}

@media (min-width: 1200px) {
    .footer__call {
        margin: 0 0 3.2rem;
    }
}

.footer__call-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 2.4rem;
    line-height: 1.17;
    font-weight: 700;
}

.footer__call-menu .footer__info-application-title {
    margin-bottom: 1.6rem;
}

.footer__call-menu>li {
    margin: 0 0 0.8rem;
}

.footer__call-menu>li:last-child {
    margin: 0;
}

@media (min-width: 1200px) {
    .footer__call-menu {
        font-size: 2.8rem;
        line-height: 1.25;
        font-weight: 700;
    }

    .footer__call-menu>li {
        /*margin: 0 0 1.6rem;*/
    }

    .footer__call-menu>li:last-child {
        margin: 0;
    }
}

.footer__call-link {
    text-decoration: none;
    color: #ffffff;
}

.footer__call-link:hover {
    text-decoration: none;
    color: #ffffff;
}

.footer__info {
    margin: 0 0 4.8rem;
    padding: 0 0 4.8rem;
    border-bottom: 1px solid var(--color-grey);
}

@media (min-width: 1200px) {
    .footer__info {
        margin: 0 0 4rem;
        padding: 0 0 4rem;
    }

    .footer__info>.row>[class^='col-lg-6']:nth-of-type(1n) {
        -ms-flex: 0 0 54%;
        flex: 0 0 54%;
        max-width: 54%;
    }

    .footer__info>.row>[class^='col-lg-6']:nth-of-type(2n) {
        -ms-flex: 0 0 46%;
        flex: 0 0 46%;
        max-width: 46%;
    }
}

.footer__info-contacts {
    margin: 0 0 4.8rem;
}

@media (min-width: 1200px) {
    .footer__info-contacts {
        margin: 0 0 2.8rem;
    }
}

.footer__info-contacts-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1.4rem;
    line-height: 1.29;
    font-weight: 400;
}

.footer__info-contacts-menu>li {
    margin: 0 0 1.2rem;
}

.footer__info-contacts-menu>li:last-child {
    margin: 0;
}

@media (min-width: 1200px) {
    .footer__info-contacts-menu {
        font-size: 1.6rem;
        line-height: 1.25;
        font-weight: 400;
    }

    .footer__info-contacts-menu>li {
        margin: 0 0 0.8rem;
    }

    .footer__info-contacts-menu>li:last-child {
        margin: 0;
    }
}

.footer__info-contacts-link {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: #ffffff;
}

.footer__info-contacts-link:hover {
    text-decoration: underline;
    color: #ffffff;
}

.footer__info-contacts-link svg {
    margin: 0 0 0 0.4rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.footer__info-additional {
    margin: 0 0 4.8rem;
}

@media (min-width: 1200px) {
    .footer__info-additional {
        margin: 0 0 2.8rem;
    }
}

.footer__info-additional-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1.4rem;
    line-height: 1.25;
    font-weight: 400;
}

.footer__info-additional-menu>li {
    margin: 0 0 1.2rem;
}

.footer__info-additional-menu>li:last-child {
    margin: 0;
}

@media (min-width: 1200px) {
    .footer__info-additional-menu {
        font-size: 1.6rem;
    }

    .footer__info-additional-menu>li {
        margin: 0 0 0.8rem;
    }

    .footer__info-additional-menu>li:last-child {
        margin: 0;
    }
}

.footer__info-additional-link {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: #ffffff;
}

.footer__info-additional-link:hover {
    text-decoration: underline;
    color: #ffffff;
}

.footer__info-additional-link svg {
    position: relative;
    top: 0;
    margin: 0 0 0 0.4rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media (min-width: 1200px) {
    .footer__info-additional-link svg {
        top: 1px;
    }
}

.footer__info-application {
    margin: 0 0 2rem;
}

@media (min-width: 1200px) {
    .footer__info-application {
        margin: 0;
    }
}

.footer__info-application-title {
    display: block;
    margin: 0 0 1rem;
    font-size: 1.6rem;
    line-height: 1.38;
    font-weight: 400;
    color: var(--color-text-third);
}

.footer__info-application-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
}

.footer__info-application-menu>li {
    margin: 0 1.2rem 0 0;
    -ms-flex: 1;
    flex: 1;
}

.footer__info-application-menu>li:last-child {
    margin: 0;
}

@media (min-width: 1200px) {
    .footer__info-application-menu>li {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}

.footer__info-application-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    min-width: 4.8rem;
    height: 4.8rem;
    background: #2c3c4a;
    border-radius: 0.8rem;
    color: #ffffff;
    text-decoration: none;
    transition: background 0.25s,
        color 0.25s;

    svg {
        pointer-events: none;
    }
}

.footer__info-application-link svg {
    display: block;
}

.footer__info-application-link:hover {
    text-decoration: none;
    color: var(--body-color);
    background: var(--color-accent-hover);
}

@media (min-width: 1200px) {
    .footer__info-application-link {
        width: 4.8rem;
    }

    .footer__info-application-link--wide {
        width: fit-content;
    }
}

.footer__info-application-link--wide svg {
    margin-right: 0.8rem;
}

.footer__info-application-link--wide span {
    white-space: nowrap;
}

.footer__info-social-title {
    display: block;
    margin: 0 0 1rem;
    font-size: 1.6rem;
    line-height: 1.38;
    font-weight: 400;
    color: var(--color-text-third);
}

.footer__info-application-link--wide {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
}

.footer__info-social-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
}

.footer__info-social-menu>li {
    margin: 0 1.2rem 0 0;
    -ms-flex: 1;
    flex: 1;
}

.footer__info-social-menu>li:last-child {
    margin: 0;
}

@media (min-width: 1200px) {
    .footer__info-social-menu>li {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}

.footer__info-social-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 4.8rem;
    background: #2c3c4a;
    border-radius: 0.8rem;
    color: #ffffff;
    text-decoration: none;
    transition: background 0.25s,
        color 0.25s;
}

.footer__info-social-link svg {
    display: block;
}

.footer__info-social-link:hover {
    text-decoration: none;
    color: var(--body-color);
    background: var(--color-accent-hover);
}

@media (min-width: 1200px) {
    .footer__info-social-link {
        width: 4.8rem;
    }
}

.footer__nav {
    margin: 0 0 2rem;
    padding: 0;
    border-bottom: 1px solid var(--color-grey);
}

@media (min-width: 1200px) {
    .footer__nav {
        padding: 0 0 5rem;
    }

    .footer__nav>.row>[class^='col-lg-6']:nth-of-type(1n) {
        -ms-flex: 0 0 54%;
        flex: 0 0 54%;
        max-width: 54%;
    }

    .footer__nav>.row>[class^='col-lg-6']:nth-of-type(2n) {
        -ms-flex: 0 0 46%;
        flex: 0 0 46%;
        max-width: 46%;
    }
}

.footer__nav-group {
    margin: 0 0 4.8rem;
}

.footer__nav-group .row {
    margin: 0 -1.8rem -1rem;
}

.footer__nav-group .row>[class^='col'] {
    padding: 0 1.8rem 1rem;
}

@media (min-width: 1200px) {
    .footer__nav-group {
        margin: 0;
    }
}

.footer__nav-title {
    display: block;
    margin: 0 0 1.6rem;
    font-size: 1.6rem;
    line-height: 1.33;
    font-weight: 700;
}

@media (min-width: 1200px) {
    .footer__nav-title {
        font-size: 1.8rem;
        margin: 0 0 2rem;
    }
}

.footer__nav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1.4rem;
    line-height: 1.29;
    font-weight: 400;
}

.footer__nav-menu>li {
    margin: 0 0 1rem;
}

.footer__nav-menu>li:last-child {
    margin: 0;
}

@media (min-width: 1200px) {
    .footer__nav-menu {
        font-size: 1.6rem;
        line-height: 1.25;
        font-weight: 400;
    }

    .footer__nav-menu>li {
        margin: 0 0 1.2rem;
    }

    .footer__nav-menu>li:last-child {
        margin: 0;
    }
}

.footer__nav-link {
    text-decoration: none;
    color: var(--color-text-third);
    transition: color 0.25s;
}

.footer__nav-link:hover {
    text-decoration: none;
    color: #ffffff;
}

@media (min-width: 1200px) {
    .footer__bottom {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
}

.footer__city {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 2rem;
}

.footer__city.is-open {
    z-index: 10000;
}

.footer__city.is-open .footer__city-toggle {
    background: #01c850;
    color: var(--body-color);
}

.footer__city.is-open .footer__city-toggle svg {
    transform: rotate(180deg);
}

.footer__city.is-open .footer__city-offcanvas,
.footer__city.is-open .footer__city-overlay {
    opacity: 1;
    visibility: visible;
}

@media (min-width: 1200px) {
    .footer__city {
        margin: 0 3.2rem 0 0;
    }
}

.footer__city-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
}

.footer__city-toggle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #2c3c4a;
    border: 0.2rem solid transparent;
    border-radius: 0.8rem;
    height: 4.4rem;
    padding: 0.8rem 4rem 0.8rem 2.4rem;
    color: #ffffff;
    cursor: pointer;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 500;
    position: relative;
    transition: color 0.25s,
        background 0.25s,
        border-color 0.25s;
}

.footer__city-toggle svg {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 1.6rem;
    width: 1.6rem;
    height: 1.6rem;
    margin: -0.7rem 0 0 0;
    transition: transform 0.25s;
}

.footer__city-toggle:hover {
    background: #01c850;
    color: var(--body-color);
}

@media (min-width: 1200px) {
    .footer__city-toggle {
        font-size: 1.4rem;
        height: 4.8rem;
    }
}

.footer__city-offcanvas {
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 30rem;
    max-width: calc(100vw - 3.2rem);
    background: #ffffff;
    border: 1px solid #dfe0e3;
    margin: 0 0 0.8rem;
    border-radius: 0.8rem;
    padding: 0 0.8rem 1.6rem;
    opacity: 0;
    visibility: hidden;
}

.footer__city-search {
    display: block;
    position: relative;
}

.footer__city-search-input {
    display: block;
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
    padding: 1.8rem 5.6rem 1.8rem 1.2rem;
}

.footer__city-search-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
    position: absolute;
    top: 50%;
    right: 0.8rem;
    margin: -1.2rem 0 0 0;
    cursor: pointer;
    color: var(--body-color);
}

.footer__city-scrollbar {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 30rem;
}

.footer__city-scrollbar .scrollbar-track {
    right: 0;
}

.footer__city-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
}

.footer__city-menu>li {
    margin: 0 0 0.8rem;
}

.footer__city-menu>li:last-child {
    margin: 0;
}

.footer__city-link {
    display: block;
    text-decoration: none;
    color: var(--body-color);
    border-radius: 0.4rem;
    padding: 0.8rem 5.2rem 0.8rem 1.2rem;
    transition: background 0.25s;
    position: relative;
}

.footer__city-link:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 1rem;
    width: 1.6rem;
    height: 1.6rem;
    margin: -0.8rem 0 0 0;
    background: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.7293 3.31576C15.1072 3.71852 15.087 4.35136 14.6842 4.72926L6.15793 12.7293C5.75654 13.1059 5.12627 13.0873 4.74773 12.6877L1.27405 9.02108C0.894219 8.62015 0.911325 7.98722 1.31226 7.60738C1.71319 7.22755 2.34612 7.24466 2.72596 7.64559L5.5152 10.5898L13.3158 3.27075C13.7185 2.89285 14.3514 2.91301 14.7293 3.31576Z' fill='%2324303B'/%3E%3C/svg%3E%0A") 50% 50% no-repeat;
    background-size: contain;
    transition: opacity 0.25s;
    opacity: 0;
}

.footer__city-link:hover {
    text-decoration: none;
    background: var(--color-light);
    color: var(--body-color);
}

.footer__city-link mark {
    background: none;
    color: var(--color-link);
}

.footer__city-link.is-active {
    background: var(--color-light);
}

.footer__city-link.is-active:after {
    opacity: 1;
}

.footer__copyright {
    margin: 0 0 1.2rem;
    -ms-flex: 1;
    flex: 1;
    font-size: 1.2rem;
    line-height: 1.25;
    font-weight: 400;
    color: var(--color-text-third);
}

@media (min-width: 1200px) {
    .footer__copyright {
        margin: 0 3.2rem 0 0;
        font-size: 1.4rem;
    }
}

.footer__dev {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: var(--color-text-third);
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0;
}

@media (min-width: 1200px) {
    .footer__dev {
        color: #ffffff;
    }
}

.footer__dev-icon {
    display: block;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 0.8rem 0 0;
    width: 1.6rem;
    height: 1.6rem;
}

.footer__dev-icon img,
.footer__dev-icon svg {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

@media (min-width: 1200px) {
    .footer__dev-icon {
        width: 2.4rem;
        height: 2.4rem;
    }
}

.footer__dev-text {
    display: block;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 1.2rem;
    line-height: 1.25;
    font-weight: 400;
}

@media (min-width: 1200px) {
    .footer__dev-text {
        font-size: 1.4rem;
    }
}

.footer__dev-link {
    text-decoration: none;
    color: var(--color-text-third);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.footer__dev-link:hover {
    text-decoration: none;
    color: var(--color-text-third);
}

@media (min-width: 1200px) {
    .footer__dev-link {
        color: #ffffff;
    }

    .footer__dev-link:hover {
        color: #ffffff;
    }
}

.popup {
    position: relative;
    background: #ffffff;
    padding: 4.8rem 1.6rem 2.4rem;
    border-radius: 0.8rem;
    margin: 0 auto;
    width: 71.2rem;
    max-width: 100%;
    min-height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;

    .tariff-card__fancybox & {
        border-radius: 1.6rem;
    }
}

.popup--center {
    text-align: center;
}

@media (min-width: 640px) {
    .popup {
        padding: 6.4rem 3.2rem 3.2rem;
    }
}

@media (min-width: 1200px) {
    .popup {
        padding: 5.6rem;
        min-height: auto;
    }
}

.popup__close,
.popup-certificates__close,
.popup-insurance__close,
.popup-cookies__close {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: 1.2rem;
    right: 1.2rem;
    z-index: 100;
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 50%;
    background: var(--color-light);
    color: var(--color-grey);
    transition: background 0.25s,
        color 0.25s;
}

.popup__close svg,
.popup-certificates__close svg,
.popup-insurance__close svg,
.popup-cookies__close svg {
    display: block;
    width: 2.4rem;
    height: 2.4rem;
}

.popup__close:hover,
.popup-certificates__close:hover,
.popup-insurance__close:hover,
.popup-cookies__close:hover {
    background: var(--color-light-hover);
    color: var(--color-dark);
}

@media (min-width: 640px) {

    .popup__close,
    .popup-certificates__close,
    .popup-insurance__close,
    .popup-cookies__close {
        top: 2.8rem;
        right: 2.8rem;
    }
}

@media (min-width: 1200px) {

    .popup__close,
    .popup-certificates__close,
    .popup-insurance__close,
    .popup-cookies__close {
        top: 2rem;
        right: 2rem;
        width: 5.6rem;
        height: 5.6rem;
    }

    .popup__close svg,
    .popup-certificates__close svg,
    .popup-insurance__close svg,
    .popup-cookies__close svg {
        width: 3.2rem;
        height: 3.2rem;
    }
}

.popup__title {
    display: block;
    margin: 0 0 1.2rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.17;
    font-weight: 500;
}

@media (min-width: 640px) {
    .popup__title {
        font-size: 3.2rem;
        line-height: 1.12;
        font-weight: 500;
        margin: 0 0 1.6rem;
    }
}

@media (min-width: 1200px) {
    .popup__title {
        font-size: 4rem;
        line-height: 1.2;
        font-weight: 500;
        margin: 0 0 1.2rem;
    }
}

.popup__subtitle {
    font-family: 'Stolzl', sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.33;
    margin-bottom: 2.4rem;
}

@media (max-width: 1200px) {
    .popup__subtitle {
        font-size: 1.6rem;
        line-height: 1.25;
    }
}

.popup__text {
    display: block;
    margin: 0 0 3.2rem;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
}

@media (min-width: 1200px) {
    .popup__text {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
        margin: 0 0 4rem;
    }
}

.popup__tabs {
    margin: 0 0 2.4rem;
}

@media (min-width: 640px) {
    .popup__tabs {
        margin: 0 0 3.2rem;
    }
}

@media (min-width: 1200px) {
    .popup__tabs {
        margin: 0 0 4.8rem;
    }
}

.popup__tabs-control {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 2.4rem;
}

@media (min-width: 640px) {
    .popup__tabs-control {
        margin: 0 0 3.2rem;
        justify-content: stretch;
    }
}

.popup__tabs-menu {
    margin: 0;
    padding: 0.3rem;
    list-style: none;
    background: var(--color-light);
    border-radius: 0.8rem;
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 640px) {
    .popup__tabs-menu {
        -ms-flex: 1;
        flex: 1;
    }

    .popup__tabs-menu>li {
        -ms-flex: 1;
        flex: 1;
        margin: 0 0.3rem 0 0;
    }

    .popup__tabs-menu>li:last-child {
        margin: 0;
    }
}

@media (min-width: 1200px) {
    .popup__tabs-menu {
        padding: 0.4rem;
    }

    .popup__tabs-menu>li {
        margin: 0 0.4rem 0 0;
    }

    .popup__tabs-menu>li:last-child {
        margin: 0;
    }
}

.popup__tabs-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 0.6rem;
    font-size: 1.4rem;
    line-height: 1.25;
    font-weight: 500;
    padding: 0.8rem 1.6rem;
    color: var(--body-color);
    width: 100%;
    height: 4.2rem;
    transition: background 0.25s,
        color 0.25s;
}

.popup__tabs-btn:hover {
    color: var(--color-grey);
}

.popup__tabs-btn.is-active {
    background: #ffffff;
    color: var(--body-color);
}

@media (min-width: 1200px) {
    .popup__tabs-btn {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 500;
        padding: 1.2rem 2.8rem;
        height: 5.6rem;
    }
}

.popup__tabs-wrapper {
    position: relative;
}

.popup__tabs-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}

.popup__tabs-content.is-active {
    position: relative;
    opacity: 1;
    visibility: visible;
    transition: 0.7s;
}

.popup__dl {
    font-size: 1.4rem;
    line-height: 1.29;
    font-weight: 400;
    margin: 0;
}

.popup__dl dt {
    display: block;
    margin: 0 0 2rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 1.8rem;
    line-height: 1.33;
    font-weight: 500;
}

.popup__dl dd {
    display: block;
    margin: 0 0 3.2rem;
}

.popup__dl dd:last-child {
    margin: 0;
}

@media (min-width: 640px) {
    .popup__dl dt {
        font-size: 1.6rem;
        line-height: 1.25;
        font-weight: 500;
        margin: 0 0 2rem;
    }

    .popup__dl dd {
        display: block;
        margin: 0 0 3.2rem;
    }

    .popup__dl dd:last-child {
        margin: 0;
    }
}

@media (min-width: 1200px) {
    .popup__dl {
        font-size: 1.6rem;
        line-height: 1.25;
        font-weight: 400;
    }

    .popup__dl:last-child {
        margin: 0;
    }

    .popup__dl dt {
        margin: 0 0 2.4rem;
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 500;
    }

    .popup__dl dd {
        display: block;
        margin: 0 0 3.2rem;
    }

    .popup__dl dd:last-child {
        margin: 0;
    }
}

.popup__ul {
    margin: 0 0 2rem;
    padding: 0;
    list-style: none;
}

.popup__ul:last-child {
    margin: 0;
}

.popup__ul>li {
    margin: 0 0 1.2rem;
    padding: 0 0 0 1.3rem;
    position: relative;
}

.popup__ul>li:before {
    content: '';
    display: block;
    position: absolute;
    top: 0.5em;
    left: 0;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: var(--background-color-grey);
}

.popup__ul>li:last-child {
    margin: 0;
}

@media (min-width: 1200px) {
    .popup__ul {
        margin: 0 0 2.4rem;
    }

    .popup__ul:last-child {
        margin: 0;
    }

    .popup__ul>li {
        margin: 0 0 1.6rem;
        padding: 0 0 0 2rem;
    }

    .popup__ul>li:before {
        width: 0.8rem;
        height: 0.8rem;
    }

    .popup__ul>li:last-child {
        margin: 0;
    }
}

.popup__time {
    display: block;
    background: var(--color-light);
    color: var(--body-color);
    border-radius: 0.8rem;
    position: relative;
    padding: 1.2rem 1.2rem 1.2rem 3.4rem;
    margin: 0 0 2rem;
}

.popup__time:last-child {
    margin: 0;
}

.popup__time:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0.8rem;
    margin: -1rem 0 0;
    width: 2rem;
    height: 2rem;
    background: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.0373 6.66634C11.0373 6.25213 10.7015 5.91634 10.2873 5.91634C9.87306 5.91634 9.53727 6.25213 9.53727 6.66634H11.0373ZM10.2873 9.99967H9.53727C9.53727 10.1986 9.61629 10.3894 9.75694 10.53L10.2873 9.99967ZM11.5245 12.2976C11.8174 12.5905 12.2923 12.5905 12.5852 12.2976C12.8781 12.0047 12.8781 11.5298 12.5852 11.2369L11.5245 12.2976ZM16.2039 9.99967C16.2039 13.2674 13.555 15.9163 10.2873 15.9163V17.4163C14.3834 17.4163 17.7039 14.0958 17.7039 9.99967H16.2039ZM10.2873 15.9163C7.01959 15.9163 4.37061 13.2674 4.37061 9.99967H2.87061C2.87061 14.0958 6.19116 17.4163 10.2873 17.4163V15.9163ZM4.37061 9.99967C4.37061 6.73199 7.01959 4.08301 10.2873 4.08301V2.58301C6.19116 2.58301 2.87061 5.90356 2.87061 9.99967H4.37061ZM10.2873 4.08301C13.555 4.08301 16.2039 6.73199 16.2039 9.99967H17.7039C17.7039 5.90356 14.3834 2.58301 10.2873 2.58301V4.08301ZM9.53727 6.66634V9.99967H11.0373V6.66634H9.53727ZM12.5852 11.2369L10.8176 9.46934L9.75694 10.53L11.5245 12.2976L12.5852 11.2369Z' fill='%2324303B'/%3E%3C/svg%3E%0A") 50% 50% no-repeat;
    background-size: contain;
}

@media (min-width: 1200px) {
    .popup__time {
        margin: 0 0 2.4rem;
        padding: 1.4rem 1.2rem 1.4rem 4.8rem;
    }

    .popup__time:before {
        width: 2.4rem;
        height: 2.4rem;
        margin: -1.2rem 0 0 0;
        left: 1.6rem;
    }

    .popup__time:last-child {
        margin: 0;
    }
}

.popup__action {
    margin: auto 0 0 0;
}

.popup__action .ui-btn {
    width: 100%;

    .tariff-card__fancybox & {
        height: 4.8rem;
    }
}

@media (min-width: 1200px) {
    .popup__action .ui-btn {
        width: auto;
    }
}

.popup__form .ui-check {
    margin: 0 0 4.8rem;
}

.popup__form .ui-check__checkbox,
.popup__form .ui-check__radio {
    background: var(--color-light);
}

.popup__form .ui-placeholder {
    margin: 0 0 2.4rem;
}

.popup__form .ui-placeholder~.ui-validate {
    position: relative;
    top: -2.4rem;
}

.fancybox-content:has(.popup-cookies) {
    height: 100%;
    width: 100%;
}

.popup-cookies {
    padding: 4.8rem 1.6rem 1.6rem;
    position: relative;
    max-height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    margin: 0 auto;
}

@media (min-width: 640px) {
    .popup-cookies {
        padding: 6.4rem 3.2rem 3.2rem;
    }
}

@media (min-width: 1200px) {
    .popup-cookies {
        padding: 5.6rem;
        width: 71.2rem;
        max-width: 100%;
        background: #ffffff;
        border-radius: 0.8rem;
    }
}

.popup-cookies__head {
    margin: 0 0 2.4rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.popup-cookies__body {
    overflow-x: hidden;
    overflow-y: auto;
    -ms-flex: 1;
    flex: 1;
    font-size: 1.8rem;
    line-height: 1.33;
    font-weight: 400;
    padding: 0 0.4rem 0 0;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .popup-cookies__body {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
}

.popup-cookies__body p {
    margin: 0 0 1.6rem;
}

.popup-cookies__body p:last-child {
    margin: 0;
}

.popup-cookies__body::-webkit-scrollbar {
    width: 0.4rem;
    border-radius: 0.4rem;
}

.popup-cookies__body::-webkit-scrollbar-track {
    background: transparent;
}

.popup-cookies__body::-webkit-scrollbar-thumb {
    background: #dfe0e3;
    border-radius: 0.4rem;
}

.popup-cookies__foot {
    padding: 1.6rem 0 0;
}

@media (min-width: 640px) {
    .popup-cookies__foot {
        padding: 3.2rem 0 0;
    }
}

@media (min-width: 1200px) {
    .popup-cookies__foot {
        padding: 2.4rem 0 0;
    }
}

.popup-cookies__title {
    display: block;
    margin: 0;
    font-size: 2.4rem;
    line-height: 1.17;
    font-weight: 700;
}

@media (min-width: 1200px) {
    .popup-cookies__title {
        font-size: 4rem;
        line-height: 1.2;
        font-weight: 700;
    }
}

.fancybox-content:has(.popup-insurance) {
    height: 100%;
    width: 100%;
}

.popup-insurance {
    padding: 4.8rem 1.6rem 1.6rem;
    position: relative;
    max-height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    margin: 0 auto;
}

@media (min-width: 640px) {
    .popup-insurance {
        padding: 4.8rem 3.2rem 3.2rem;
    }
}

@media (min-width: 1200px) {
    .popup-insurance {
        padding: 5.6rem;
        width: 71.2rem;
        max-width: 100%;
        background: #ffffff;
        border-radius: 0.8rem;
    }
}

.popup-insurance__head {
    margin: 0 0 2.4rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media (min-width: 640px) {
    .popup-insurance__head {
        margin: 0 0 3.2rem;
    }
}

@media (min-width: 1200px) {
    .popup-insurance__head {
        margin: 0 0 2.4rem;
    }
}

.popup-insurance__body {
    overflow-x: hidden;
    overflow-y: auto;
    -ms-flex: 1;
    flex: 1;
    font-size: 1.8rem;
    line-height: 1.33;
    font-weight: 400;
    padding: 0 0.4rem 0 0;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .popup-insurance__body {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
}

.popup-insurance__body p {
    margin: 0 0 1.6rem;
}

.popup-insurance__body p:last-child {
    margin: 0;
}

.popup-insurance__body::-webkit-scrollbar {
    width: 0.4rem;
    border-radius: 0.4rem;
}

.popup-insurance__body::-webkit-scrollbar-track {
    background: transparent;
}

.popup-insurance__body::-webkit-scrollbar-thumb {
    background: #dfe0e3;
    border-radius: 0.4rem;
}

.popup-insurance__foot {
    padding: 1.6rem 0 0;
}

@media (min-width: 640px) {
    .popup-insurance__foot {
        padding: 3.2rem 0 0;
    }
}

@media (min-width: 1200px) {
    .popup-insurance__foot {
        padding: 2.4rem 0 0;
    }
}

.popup-insurance__title {
    display: block;
    margin: 0;
    font-size: 2.4rem;
    line-height: 1.17;
    font-weight: 700;
}

@media (min-width: 640px) {
    .popup-insurance__title {
        font-size: 3.2rem;
        line-height: 1.12;
        font-weight: 700;
    }
}

@media (min-width: 1200px) {
    .popup-insurance__title {
        font-size: 4rem;
        line-height: 1.2;
        font-weight: 700;
    }
}

.popup-insurance__table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1.4rem;
    line-height: 1.29;
    font-weight: 400;
}

.popup-insurance__table th,
.popup-insurance__table td {
    padding: 1.2rem;
    border-bottom: 1px solid #dfe0e3;
    background: #ffffff;
}

.popup-insurance__table th:first-child,
.popup-insurance__table td:first-child {
    padding-left: 0;
}

.popup-insurance__table th:last-child,
.popup-insurance__table td:last-child {
    padding-right: 0;
}

.popup-insurance__table th {
    font-size: 1.8rem;
    line-height: 1.33;
    font-weight: 700;
    border: none;
    text-align: inherit;
}

.popup-insurance__table tbody tr:last-child td {
    border: none;
}

@media (min-width: 1200px) {
    .popup-insurance__table {
        font-size: 1.6rem;
        line-height: 1.25;
        font-weight: 400;
    }

    .popup-insurance__table th,
    .popup-insurance__table td {
        padding: 1.6rem 1.2rem;
    }
}

.fancybox-content:has(.popup-certificates) {
    height: 100%;
    width: 100%;
}

.popup-certificates {
    padding: 4.8rem 1.6rem 1.6rem;
    position: relative;
    max-height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    margin: 0 auto;
}

@media (min-width: 640px) {
    .popup-certificates {
        padding: 4.8rem 3.2rem 3.2rem;
    }
}

@media (min-width: 1200px) {
    .popup-certificates {
        padding: 5.6rem 12rem;
        width: 111rem;
        max-width: 100%;
        background: #ffffff;
        border-radius: 0.8rem;
    }
}

.popup-certificates__head {
    margin: 0 0 2.4rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media (min-width: 640px) {
    .popup-certificates__head {
        margin: 0 0 3.2rem;
    }
}

@media (min-width: 1200px) {
    .popup-certificates__head {
        margin: 0 0 2.4rem;
    }
}

.popup-certificates__body {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 100%;
    font-size: 1.8rem;
    line-height: 1.33;
    font-weight: 400;
    margin: 0 -1.6rem;
    padding: 0 1.6rem;
    -ms-flex: 1;
    flex: 1;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .popup-certificates__body {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
}

.popup-certificates__body p {
    margin: 0 0 1.6rem;
}

.popup-certificates__body p:last-child {
    margin: 0;
}

.popup-certificates__body::-webkit-scrollbar {
    width: 0.4rem;
    border-radius: 0.4rem;
}

.popup-certificates__body::-webkit-scrollbar-track {
    background: transparent;
}

.popup-certificates__body::-webkit-scrollbar-thumb {
    background: #dfe0e3;
    border-radius: 0.4rem;
}

@media (min-width: 640px) {
    .popup-certificates__body {
        margin: 0 -3.2rem -3.2rem;
        padding: 0 3.2rem 3.2rem;
    }
}

@media (min-width: 1200px) {
    .popup-certificates__body {
        margin: 0 -12rem -5.6rem;
        padding: 0 12rem 5.6rem;
    }

    .popup-certificates__body .scrollbar-track-y {
        right: 0.8rem;
    }
}

.popup-certificates__title {
    display: block;
    margin: 0;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.17;
    font-weight: 500;
}

@media (min-width: 640px) {
    .popup-certificates__title {
        font-size: 3.2rem;
        line-height: 1.12;
        font-weight: 500;
    }
}

@media (min-width: 1200px) {
    .popup-certificates__title {
        font-size: 4rem;
        line-height: 1.2;
        font-weight: 500;
    }
}

.popup-certificates__item {
    display: block;
    text-decoration: none;
    color: var(--body-color);
    text-align: center;
}

.popup-certificates__item:hover {
    text-decoration: none;
    color: var(--body-color);
}

.popup-certificates__item-image {
    margin: 0 0 0.8rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.popup-certificates__item-image img {
    display: block;
    border-radius: 0.8rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media (min-width: 1200px) {
    .popup-certificates__item-image {
        margin: 0 0 2.4rem;
    }
}

.popup-certificates__item-title {
    display: block;
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.33;
    font-weight: 400;
}

@media (min-width: 1200px) {
    .popup-certificates__item-title {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
    }
}

.popup__wysiwyg {
    font-size: 1.8rem;
    line-height: 1.25;
    font-weight: 400;
}

@media (min-width: 1200px) {
    .popup__wysiwyg {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
    }
}

.popup__wysiwyg h1,
.popup__wysiwyg h2,
.popup__wysiwyg h3,
.popup__wysiwyg .h1,
.popup__wysiwyg .h2,
.popup__wysiwyg .h3 {
    display: block;
    margin: 0 0 3.2rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.17;
    font-weight: 500;
}

.popup__wysiwyg h1 {
    font-size: 3.2rem;
}

.popup__wysiwyg h4 {
    font-size: 1.8rem;
}

@media (width <=640px) {
    .popup__wysiwyg .subheader {
        margin-bottom: 32px !important;
    }
}

@media (min-width: 1200px) {

    .popup__wysiwyg h1,
    .popup__wysiwyg h2,
    .popup__wysiwyg h3,
    .popup__wysiwyg .h1,
    .popup__wysiwyg .h2,
    .popup__wysiwyg .h3 {
        font-size: 4rem;
        line-height: 1.2;
        font-weight: 500;
        margin: 0 2.4rem 6.4rem 0;
    }
}

.popup__wysiwyg p {
    margin: 0 0 1.6rem;
}

.popup__wysiwyg p:last-child {
    margin: 0;
}

.popup__wysiwyg dl {
    margin: 0 0 3.2rem;
}

.popup__wysiwyg dl:last-child {
    margin: 0;
}

.popup__wysiwyg dt {
    display: block;
    margin: 0 0 1.6rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-weight: 500;
}

.popup__wysiwyg dd {
    display: block;
    margin: 0 0 3.2rem;
}

.popup__wysiwyg dd:last-child {
    margin: 0;
}

.popup__wysiwyg ul {
    margin: 0 0 3.2rem;
    padding: 0;
    list-style: none;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
}

.popup__wysiwyg ul:last-child {
    margin: 0;
}

.popup__wysiwyg ul>li {
    position: relative;
    margin: 0 0 1.6rem;
    padding: 0 0 0 2rem;
}

.popup__wysiwyg ul>li:last-child {
    margin: 0;
}

.popup__wysiwyg ul>li:before {
    content: '';
    display: block;
    position: absolute;
    top: 0.5em;
    left: 0;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background: var(--background-color-grey);
}

.popup__wysiwyg table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.popup__wysiwyg table th,
.popup__wysiwyg table td {
    vertical-align: top;
    padding: 0 1.2rem 3.2rem;
}

.popup__wysiwyg table th:first-child,
.popup__wysiwyg table td:first-child {
    padding-left: 0;
}

.popup__wysiwyg table th:last-child,
.popup__wysiwyg table td:last-child {
    padding-right: 0;
}

.popup__wysiwyg table th {
    font-family: 'Stolzl', Arial, sans-serif;
    font-weight: 500;
    text-align: left;
}

.popup__wysiwyg table tr:last-child th,
.popup__wysiwyg table tr:last-child td {
    padding-bottom: 0;
}

@media (min-width: 640px) {

    .popup__wysiwyg table th:first-child,
    .popup__wysiwyg table td:first-child {
        width: 15.2rem;
    }
}

@media (min-width: 1200px) {

    .popup__wysiwyg table th,
    .popup__wysiwyg table td {
        padding: 0 1.2rem 6.4rem;
    }

    .popup__wysiwyg table th:first-child,
    .popup__wysiwyg table td:first-child {
        padding-left: 0;
        width: 21.2rem;
    }

    .popup__wysiwyg table th:last-child,
    .popup__wysiwyg table td:last-child {
        padding-right: 0;
    }

    .popup__wysiwyg table ul {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
    }
}

@media (max-width: 639px) {
    .popup__wysiwyg table {
        display: block;
    }

    .popup__wysiwyg table thead,
    .popup__wysiwyg table tbody,
    .popup__wysiwyg table tr,
    .popup__wysiwyg table th,
    .popup__wysiwyg table td {
        display: block;
        margin: 0;
        padding: 0;
    }

    .popup__wysiwyg table tr {
        margin: 0 0 3.2rem;
    }

    .popup__wysiwyg table tr:last-child {
        margin: 0;
    }

    .popup__wysiwyg table th {
        margin: 0 0 0.8rem;
    }
}

@keyframes cookiesShow {
    0% {
        opacity: 0;
        visibility: hidden;
        transform: translate(0, 100%);
    }

    100% {
        opacity: 1;
        visibility: visible;
        transform: translate(0, 0);
    }
}

@keyframes cookiesHide {
    0% {
        opacity: 1;
        visibility: visible;
        transform: translate(0, 0);
    }

    100% {
        opacity: 0;
        visibility: hidden;
        transform: translate(0, 100%);
    }
}

.cookies {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 500;
    background: #212a34;
    color: #ffffff;
    padding: 1.6rem max(40px, calc(50% - 72rem));
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 100%);
    animation: cookiesShow 0.4s forwards;
    animation-delay: 1s;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cookies.is-active {
    animation: cookiesHide 0.4s forwards;
}

@media (max-width: 768px) {
    .cookies {
        flex-wrap: wrap;
        padding: 1.6rem;
    }
}

.cookies__close {
    display: -ms-flexbox;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0.8rem;
    right: 0.8rem;
    width: 2.8rem;
    height: 2.8rem;
    background: var(--color-light);
    border-radius: 50%;
    color: var(--color-grey);
    transition: background 0.25s,
        color 0.25s;
    display: none;
}

.cookies__close svg {
    display: block;
    width: 2rem;
    height: 2rem;
}

.cookies__close:hover {
    background: var(--color-light-hover);
    color: var(--color-grey);
}

@media (min-width: 640px) {
    .cookies__close {
        top: 1rem;
        right: 1rem;
        width: 3.2rem;
        height: 3.2rem;
    }
}

.cookies__title {
    margin: 0 0 0.8rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 1.8rem;
    line-height: 1.33;
    font-weight: 500;
    width: calc(100% - 20rem);
    display: none;
}

@media (min-width: 640px) {
    .cookies__title {
        margin: 0 0 1.2rem;
        font-size: 2.4rem;
        line-height: 1.17;
        font-weight: 500;
    }
}

.cookies__text {
    display: block;
    margin: 0 3rem 2rem 0;
    font-size: 1.2rem;
    line-height: 1.33;
    font-weight: 400;
    max-width: 80rem;
}

.cookies__text a {
    color: var(--color-link);
    text-decoration: none;
}

.cookies__text a:hover {
    color: var(--color-link-hover);
    text-decoration: none;
}

@media (min-width: 640px) {
    .cookies__text {
        font-size: 1.4rem;
        line-height: 1.14;
        font-weight: 400;
        max-width: unset;
    }
}

.cookies__action .ui-btn {
    width: 100%;
}

@media (max-width: 768px) {
    .cookies__action {
        width: 100%;
    }
}

.additional {
    padding: 2.4rem 0;
}

.additional .container-fluid {
    max-width: 144rem;
}

@media (min-width: 640px) {
    .additional {
        padding: 3.2rem 0;
    }
}

@media (min-width: 1200px) {
    .additional {
        padding: 3.2rem 0 4.8rem;
    }
}

.additional__tabs-menu {
    margin: 0 0 2.4rem;
    padding: 0;
    list-style: none;
}

.additional__tabs-menu>li {
    margin: 0 0 1.6rem;
}

.additional__tabs-menu>li:last-child {
    margin: 0;
}

@media (min-width: 640px) {
    .additional__tabs-menu {
        margin: 0 0 2.4rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .additional__tabs-menu>li {
        margin: 0 1.6rem 0 0;
    }

    .additional__tabs-menu>li:last-child {
        margin: 0;
    }
}

@media (min-width: 1200px) {
    .additional__tabs-menu {
        margin: 0 0 3.6rem;
    }

    .additional__tabs-menu>li {
        margin: 0 4.8rem 0 0;
    }

    .additional__tabs-menu>li:last-child {
        margin: 0;
    }
}

.additional__tabs-btn {
    display: inline-block;
    vertical-align: top;
    font-size: 1.2rem;
    line-height: 1.33;
    font-weight: 400;
    color: var(--body-color);
    border-bottom: 1px solid rgba(var(--color-dark), 0.2);
    padding: 0.2rem 0;
    transition: color 0.25s,
        border-color 0.25s;
}

.additional__tabs-btn:hover {
    color: var(--body-color);
    border-color: rgba(var(--color-dark), 0.4);
}

.additional__tabs-btn.is-active {
    border-color: transparent;
    color: var(--body-color);
}

@media (min-width: 1200px) {
    .additional__tabs-btn {
        font-size: 1.8rem;
        line-height: 1.33;
        font-weight: 400;
    }
}

.additional__tabs-wrapper {
    position: relative;
}

.additional__tabs-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}

.additional__tabs-content.is-active {
    opacity: 1;
    visibility: visible;
    position: relative;
    transition: 0.5s;
}

.additional__wysiwyg {
    font-size: 1.2rem;
    line-height: 1.33;
    font-weight: 400;
    color: var(--color-grey);
}

.additional__wysiwyg p {
    margin: 0 0 1.6rem;
}

.additional__wysiwyg p:last-child {
    margin: 0;
}

.is-page-min .main {
    padding: 8rem 0 0;
}

@media (min-width: 640px) {
    .is-page-min .main {
        padding: 8rem 0 0;
    }
}

@media (min-width: 1200px) {
    .is-page-min .main {
        padding: 12rem 0 0;
    }
}

.is-page-auth .main {
    padding: 8rem 0 0;
}

@media (min-width: 640px) {
    .is-page-auth .main {
        padding: 8rem 0 0;
    }
}

@media (min-width: 1200px) {
    .is-page-auth .main {
        padding: 15.6rem 0 0;
    }
}

.is-page-safeboxes .steps {
    margin: 0 0 6.4rem;
}

@media (min-width: 1200px) {
    .is-page-safeboxes .steps {
        margin: 0 0 12.8rem;
    }
}

.is-page-safeboxes .documents {
    margin: 0 0 6.4rem;
}

@media (min-width: 1200px) {
    .is-page-safeboxes .documents {
        margin: 0 0 6.4rem;
    }
}

@media (min-width: 1200px) {
    .is-page-safeboxes .tariffs-about__item {
        min-height: 28.8rem;
    }
}

.is-page-safeboxes .txt__wysiwyg p {
    color: var(--color-dark);
}

@media (min-width: 1200px) {
    .is-page-safeboxes .calc__title {
        margin: 0 0 3.2rem;
    }
}

.is-page-tariffs .services__item-text {
    color: var(--color-dark);
}

@media (min-width: 1200px) {
    .is-page-tariffs .intro {
        margin: 0 0 8.8rem;
    }
}

@media (min-width: 1200px) {
    .is-page-onpass .intro {
        margin: 0 0 12.8rem;
    }

    .is-page-onpass .intro__item-text {
        margin: 0 0 6.4rem;
    }

    .is-page-onpass .cover {
        margin: 0 0 11.2rem;
    }

    .is-page-onpass .request__title+.request__text {
        margin: -3.2rem 0 4.8rem;
    }
}

@media (min-width: 1200px) {
    .is-page-transfers .inform__item-title {
        font-size: 1.8rem;
        line-height: 1.333;
        font-weight: 500;
    }

    .is-page-transfers .inform__item-text {
        font-size: 1.4rem;
        line-height: 1.14;
        font-weight: 400;
    }
}

@media (min-width: 640px) {
    .is-page-security .intro__item-title {
        font-size: 2.8rem;
        line-height: 1.14;
        font-weight: 500;
        margin: 0 0 2.4rem;
    }
}

@media (min-width: 1200px) {
    .is-page-security .intro__item-title {
        font-size: 3.6rem;
        line-height: 1.11;
        font-weight: 500;
        margin: 0 0 2.4rem;
    }
}

@media (min-width: 1200px) {
    .is-page-breadcrumbs .breadcrumbs {
        margin: 0 0 6.4rem;
    }
}

.section {
    margin: 0 0 6.4rem;
}

@media (min-width: 1200px) {
    .section {
        margin: 0 0 12.8rem;
    }
}

.section__top {
    margin: 0 0 2.4rem;
}

@media (min-width: 1200px) {
    .section__top {
        margin: 0 0 4.8rem;
    }
}

.section__top .title {
    margin: 0;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.2rem;
    line-height: 1.2;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .section__top .title {
        font-size: 4rem;
    }
}

.section__top p {
    margin-top: 1.2rem;
    font-size: 1.4rem;
    line-height: 1.3;
}

@media (min-width: 1200px) {
    .section__top p {
        font-size: 1.8rem;
        color: var(--color-grey);
    }
}

.is-page-pb {
    background: #f0ede9;
}

.is-page-pb .container-fluid {
    padding: 0 2rem;
    max-width: 36rem;
}

@media (min-width: 640px) {
    .is-page-pb .container-fluid {
        padding: 0 3.6rem;
        max-width: 64rem;
    }
}

@media (min-width: 992px) {
    .is-page-pb .container-fluid {
        padding: 0 4.8rem;
        max-width: 102.4rem;
    }
}

@media (min-width: 1200px) {
    .is-page-pb .container-fluid {
        padding: 0 4.8rem;
        max-width: 129.6rem;
    }
}

@media (min-width: 1680px) {
    .is-page-pb .container-fluid {
        max-width: 169.6rem;
    }
}

@keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}

svg[data-svg-draw]>[data-svg-draw-front]>* {
    stroke-dasharray: 2000;
    stroke-dashoffset: 2000;
    animation: dash 3s linear forwards;
    animation-play-state: paused;
}

svg[data-svg-draw].is-animate>[data-svg-draw-front]>* {
    animation-play-state: running;
}

.pb-popup {
    position: relative;
    width: 100%;
    background: #f0ede9;
    padding: 6rem 2rem;
    border-radius: 0;
    margin: 0;
    min-height: 100%;
    max-width: 106.4rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 640px) {
    .pb-popup {
        padding: 5.2rem 3.6rem 7.2rem;
    }
}

@media (min-width: 1200px) {
    .pb-popup {
        padding: 8.4rem 9.4rem 9.4rem 12rem;
        position: static;
    }
}

@media (min-width: 1680px) {
    .pb-popup {
        padding: 11.2rem 12.4rem 13.6rem 16rem;
        max-width: 142rem;
    }
}

.pb-popup__close {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 2rem;
    right: 2rem;
    width: 4rem;
    height: 4rem;
    cursor: pointer;
    color: var(--private-accent-color);
}

.pb-popup__close svg {
    display: block;
    width: 100%;
    height: 100%;
}

.pb-popup__close:hover {
    color: var(--private-accent-color);
}

@media (min-width: 640px) {
    .pb-popup__close {
        width: 6.4rem;
        height: 6.4rem;
    }
}

@media (min-width: 1200px) {
    .pb-popup__close {
        width: 8rem;
        height: 8rem;
        top: 2.4rem;
        right: 2.4rem;
    }
}

@media (min-width: 1680px) {
    .pb-popup__close {
        width: 10rem;
        height: 10rem;
        top: 3.2rem;
        right: 3.2rem;
    }
}

.pb-popup__title {
    display: block;
    margin: 0 0 0.8rem;
    font: 500 3.6rem/1.11 'Playfair Display',
        Georgia,
        serif;
}

@media (min-width: 640px) {
    .pb-popup__title {
        font-size: 6.4rem;
        line-height: 1.12;
        font-weight: 500;
        margin: 0 0 2.4rem;
    }
}

@media (min-width: 1200px) {
    .pb-popup__title {
        font-size: 7.2rem;
        line-height: 1.06;
        font-weight: 500;
        margin: 0 0 2.8rem;
    }
}

@media (min-width: 1680px) {
    .pb-popup__title {
        font-size: 9.6rem;
        line-height: 1;
        font-weight: 500;
        margin: 0 0 3.6rem;
    }
}

.pb-popup__text {
    display: block;
    margin: 0 0 3.2rem;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 300;
    color: #717174;
}

.pb-popup__text a {
    display: inline-block;
    font-weight: 700;
    color: var(--private-accent-color);
    text-decoration: none;
}

.pb-popup__text a:hover {
    color: var(--private-accent-color);
    text-decoration: underline;
}

@media (min-width: 640px) {
    .pb-popup__text {
        font-size: 2rem;
        line-height: 1.2;
        font-weight: 300;
        margin: 0 0 3.2rem;
    }
}

@media (min-width: 1200px) {
    .pb-popup__text {
        font-size: 2.4rem;
        line-height: 1.17;
        font-weight: 300;
        margin: 0 0 4rem;
    }
}

@media (min-width: 1680px) {
    .pb-popup__text {
        font-size: 3.2rem;
        line-height: 1.4;
        font-weight: 300;
        letter-spacing: -0.03em;
        margin: 0 0 4.8rem;
    }
}

.pb-popup__form .ui-placeholder {
    margin-bottom: 0;
}

.pb-popup__form .row {
    margin: 0 -1.4rem;
}

.pb-popup__form .row>[class^='col'] {
    padding: 0 1.4rem;
}

.pb-popup__form .pb-label {
    margin: 0 0 0.8rem;
}

.pb-popup__form .ui-group {
    margin: 0 0 1.6rem;
}

.pb-popup__form .pb-btn {
    width: 100%;
    margin: 1.6rem 0 2.4rem;
}

.pb-popup__form .pb-check {
    margin: 0;
}

@media (min-width: 640px) {
    .pb-popup__form .pb-label {
        margin: 0 0 1rem;
    }

    .pb-popup__form .ui-group {
        margin: 0 0 2.8rem;
    }

    .pb-popup__form .pb-btn {
        margin: 2.8rem 0 2.4rem;
        width: auto;
    }

    .pb-popup__form .pb-check {
        margin: 0;
    }
}

@media (min-width: 1200px) {
    .pb-popup__form .pb-btn {
        margin: 0 1.2rem 0 0;
    }

    .pb-popup__form .row {
        margin: 0 -2rem 2.8rem;
    }

    .pb-popup__form .row>[class^='col'] {
        padding: 0 2rem;
    }

    .pb-popup__form .row:last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 1680px) {
    .pb-popup__form .pb-label {
        margin: 0 0 1.2rem;
    }

    .pb-popup__form .pb-group {
        margin: 0 0 3.6rem;
    }

    .pb-popup__form .row {
        margin-bottom: 3.6rem;
    }

    .pb-popup__form .row:last-child {
        margin-bottom: 0;
    }
}

.pb-onpass__features-wrapper {
    margin: 0 0 8rem;
}

@media (min-width: 640px) {
    .pb-onpass__features-wrapper {
        margin: 0 0 10rem;
    }
}

@media (min-width: 992px) {
    .pb-onpass__features-wrapper {
        margin: 0 0 20rem;
    }
}

.pb-onpass__features {
    overflow-x: auto;
    width: 100%;
    display: flex;
    gap: 3.2rem;
    padding-bottom: 1.2rem;
}

.pb-onpass__features-item {
    display: inline-block;
    min-width: 28.4rem;
}

.pb-onpass__features-item picture {
    margin-bottom: 2rem;
}

.pb-onpass__features-item:nth-child(1) {
    min-width: 49.8rem;
}

@media (max-width: 600px) {
    .pb-onpass__features-item:nth-child(1) {
        width: 80%;
        flex-grow: 1;
        flex-shrink: 0;
        min-width: unset;
    }
}

.pb-onpass__features-item:nth-child(2),
.pb-onpass__features-item:nth-child(3) {
    min-width: 30.2rem;
}

.pb-onpass__features-item img {
    height: 32rem;
    object-fit: cover;
    width: 100%;
}

.pb-onpass__step {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2.4rem;
}

.pb-onpass__step-number {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 2.4rem;
    line-height: 2.8rem;
    border: 1px solid #bfbfb8;
    border-radius: 50%;
    aspect-ratio: 1;
    width: 4.8rem;
    height: 4.8rem;
    margin-right: 2.4rem;
    flex-shrink: 0;
}

.pb-onpass__step-number span {
    transform: translateY(-10%);
}

@media (min-width: 640px) {
    .pb-onpass__step-number {
        font-size: 3.2rem;
        line-height: 3.6rem;
        width: 6rem;
        height: 6rem;
        margin-right: 3.2rem;
    }
}

@media (min-width: 1200px) {
    .pb-onpass__step-number {
        width: 7.2rem;
        height: 7.2rem;
        margin-right: 4rem;
    }
}

.pb-onpass__step-title {
    font-family: 'Playfair Display', Georgia, serif;
    margin-bottom: 1.2rem;
    font-size: 2.4rem;
    line-height: 2.8rem;
    font-weight: 500;
    padding-top: 1rem;
}

@media (min-width: 640px) {
    .pb-onpass__step-title {
        font-size: 3.2rem;
        line-height: 3.6rem;
    }
}

.pb-onpass__step-text {
    color: #717174;
}

@media (min-width: 640px) {
    .pb-onpass__step-text {
        font-size: 2rem;
        line-height: 2.4rem;
    }
}

@media (min-width: 1680px) {
    .pb-onpass__step-text {
        font-size: 2.4rem;
        line-height: 2.8rem;
    }
}

.pb-label {
    display: block;
    margin: 0 0 0.8rem;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 400;
    letter-spacing: -0.03em;
    color: var(--private-gray-color);
}

@media (min-width: 640px) {
    .pb-label {
        font-size: 2rem;
        line-height: 1.2;
        font-weight: 400;
        letter-spacing: -0.03em;
        margin: 0 0 1rem;
    }
}

@media (min-width: 1680px) {
    .pb-label {
        font-size: 2.4rem;
        line-height: 1.33;
        font-weight: 400;
        letter-spacing: -0.03em;
        margin: 0 0 1.2rem;
    }
}

.pb-input {
    display: block;
    transition: 0.25s;
    width: 100%;
    background: #ffffff;
    border: 1px solid #ffffff;
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 400;
    padding: 1rem 1.6rem;
    color: #242624;
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
    box-shadow: none;
    border-radius: 0.2rem;
    height: 4.8rem;
}

.pb-input:-ms-input-placeholder {
    color: var(--color-gray-on-light);
    transition: opacity 0.25s;
}

.pb-input::placeholder {
    color: var(--color-gray-on-light);
    transition: opacity 0.25s;
}

.pb-input:focus {
    border-color: var(--private-accent-color);
}

.pb-input:focus:-ms-input-placeholder {
    opacity: 0;
}

.pb-input:focus::placeholder {
    opacity: 0;
}

.pb-input:disabled {
    border-color: #e4ebf1;
    background: #e4ebf1;
    pointer-events: none;
}

.pb-input.is-error {
    border-color: #e97070;
}

@media (min-width: 640px) {
    .pb-input {
        height: 5.6rem;
        font-size: 1.8rem;
        line-height: 2.4rem;
        font-weight: 400;
        padding: 1.5rem 2.4rem;
    }
}

@media (min-width: 1680px) {
    .pb-input {
        height: 7.2rem;
        font-size: 2.4rem;
        line-height: 3rem;
        font-weight: 400;
        padding: 2rem 3.2rem;
    }
}

.pb-textarea {
    max-width: 100%;
    min-width: 100%;
    min-height: 10rem;
    height: auto;
}

.pb-check {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 0 0 2.4rem;
    cursor: pointer;
    text-align: left;
}

.pb-check__input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.pb-check__input:checked~.pb-check__radio:after {
    opacity: 1;
}

.pb-check__input:checked~.pb-check__checkbox {
    border-color: #4f9d3a;
}

.pb-check__input:checked~.pb-check__checkbox:after {
    opacity: 1;
}

.pb-check__input.is-error~.pb-check__checkbox {
    border-color: #e97070;
}

.pb-check__checkbox {
    position: relative;
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    border: 1px solid #717174;
    border-radius: 0.2rem;
    margin: 0 1.6rem 0 0;
    background: transparent;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.pb-check__checkbox:after {
    content: '';
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: #4f9d3a;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.86133 4.99986L5.65475 8.42843L12.1578 1.57129' stroke='%23ffffff' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
    transition: opacity 0.25s;
    opacity: 0;
}

.pb-check__radio {
    position: relative;
    background: #ffffff;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    margin: 0 1.6rem 0 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: block;
}

.pb-check__radio:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.8rem;
    height: 0.8rem;
    background: var(--private-accent-color);
    margin: -0.4rem 0 0 -0.4rem;
    opacity: 0;
    border-radius: 50%;
    transition: opacity 0.25s;
}

@media (min-width: 1680px) {
    .pb-check__radio {
        width: 3.2rem;
        height: 3.2rem;
        margin: 0 2rem 0 0;
    }
}

.pb-check__text {
    display: block;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 1.4rem;
    line-height: 1.29;
    font-weight: 400;
    letter-spacing: -0.03em;
    color: #242624;
}

.pb-check__text a {
    color: var(--private-accent-color);
    text-decoration: none;
}

.pb-check__text a:hover {
    color: var(--private-accent-color);
    text-decoration: underline;
}

@media (min-width: 640px) {
    .pb-check__text {
        font-size: 1.6rem;
        line-height: 1.5;
        font-weight: 400;
        letter-spacing: -0.03em;
    }
}

@media (min-width: 1680px) {
    .pb-check__text {
        font-size: 2rem;
        line-height: 1.6;
        font-weight: 400;
    }
}

.pb-btn {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    border: 0.2rem solid transparent;
    border-radius: 0.2rem;
    padding: 0.8rem 1.6rem;
    height: 4.4rem;
    text-decoration: none;
    transition: color 0.25s,
        border-color 0.25s,
        background 0.25s;
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 500;
}

.pb-btn:hover {
    text-decoration: none;
}

.pb-header .header__mobile .pb-btn {
    width: 100%;
}

@media (min-width: 640px) {
    .pb-btn {
        height: 5.4rem;
        padding: 0.8rem 2.8rem;
        font-size: 1.8rem;
    }

    .pb-header .pb-btn {
        font-size: 1.6rem;
    }
}

@media (min-width: 1680px) {

    .pb-btn,
    .pb-intro .pb-btn--white.pb-btn--outline {
        height: 6.8rem;
        padding: 2rem 3.6rem;
        font-size: 2.4rem;
    }

    .pb-header .pb-btn {
        font-size: 1.6rem;
    }
}

.pb-btn--deposits {
    width: 100%;
    max-width: 40.3rem;
    display: block;
    margin: 0 auto;
}

.pb-btn__arrow {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 2.2rem;
    height: 2.2rem;
    margin: 0 0 0 1.6rem;
}

@media (min-width: 640px) {
    .pb-btn__arrow {
        width: 3.4rem;
        height: 3.4rem;
    }
}

@media (min-width: 1680px) {
    .pb-btn__arrow {
        width: 4.4rem;
        height: 4.4rem;
    }
}

.pb-btn--primary {
    border-color: var(--private-accent-color);
    background: var(--private-accent-color);
    color: #ffffff;
}

.pb-btn--primary:hover {
    border-color: var(--private-accent-color);
    background: var(--private-accent-color);
    color: #ffffff;
}

.pb-btn--primary.pb-btn--outline {
    background: transparent;
    border-color: var(--private-accent-color);
    color: var(--private-accent-color);

    @media (width < 992px) {
        width: 100%;
    }
}

.pb-btn--primary.pb-btn--outline:hover {
    background: var(--private-accent-color);
    border-color: var(--private-accent-color);
    color: #ffffff;
}

.pb-btn--white {
    border-color: #ffffff;
    background: #ffffff;
    color: var(--private-accent-color);
}

.pb-btn--white:hover {
    border-color: #ffffff;
    background: #ffffff;
    color: var(--private-accent-color);
}

.pb-btn--white.pb-btn--outline {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.25;
    border: 2px solid #f3f4f4;
    border-radius: 0.2rem;
    height: 5.4rem;
    background-color: transparent;

    @media (width >=640px) {
        font-size: 1.8rem;
    }

    @media (width > 1440px) {
        font-size: 2.4rem;
    }

    header & {
        font-size: 1.6rem;
        height: 4rem;
        color: #f0ede9;
    }

    .pb-header--dark & {
        color: #717174;
        border-color: #717174;

        &:hover {
            color: var(--private-accent-color);
            border-color: var(--private-accent-color);
            background-color: transparent;
        }
    }
}

.pb-btn--white.pb-btn--outline:hover {
    border-color: var(--private-accent-color);
    color: var(--private-accent-color);
}

.pb-header--dark .pb-btn--white {
    color: #212a34;
    border-color: #212a34;
}

.pb-header--dark .pb-btn--white:hover {
    background: #ffffff;
    border-color: #212a34;
    color: var(--private-accent-color);
}

.pb-deposit__calculator .pb-btn--primary {
    height: 6.8rem;

    @media (width <=640px) {
        height: 4.8rem;
    }
}

.pb-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 1.2rem 0 2.4rem 0;
}

.pb-header .container-fluid {
    max-width: 192rem;
}

.pb-header .row {
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width: 640px) {
    .pb-header {
        padding: 1.2rem 0 4rem 0;
    }
}

@media (min-width: 992px) {
    .pb-header {
        padding: 1.2rem 0 3.6rem 0;
    }
}

@media (min-width: 1680px) {
    .pb-header {
        padding: 1.2rem 0 4.8rem 0;
    }
}

.pb-header__logo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 14.4rem;
    margin: 0;
    color: #ffffff;
}

.pb-header__logo img,
.pb-header__logo svg {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
}

@media (min-width: 640px) {
    .pb-header__logo {
        width: 18.2rem;
        margin: 0;
    }
}

@media (min-width: 1680px) {
    .pb-header__logo {
        width: 18.2rem;
    }
}

.pb-header__action {
    display: none;
    scale: 0.9;
}

@media (min-width: 1200px) {
    .pb-header__action {
        display: block;
    }
}

.pb-header--dark .pb-header__logo {
    color: #212a34;
}

.pb-header__mobile-nav-subtitle {
    font-size: 1rem;
    padding-top: 3rem;
    color: #6b7782;
    font-family: var(--font-main);
}

.pb-intro {
    background: #242624;
    color: #ffffff;
    position: relative;
    padding: 12rem 0 32.6rem;
    margin: 0 0 8rem;
    text-align: center;
    overflow: hidden;
}

@media (min-width: 640px) {
    .pb-intro {
        padding: 14.7rem 0 54.1rem;
        margin: 0 0 10rem;
    }

    .pb-intro--consulting {
        padding-bottom: 41.3rem;
    }
}

@media (min-width: 992px) {
    .pb-intro {
        padding: 15rem 0 36.5rem;
    }
}

@media (min-width: 1200px) {
    .pb-intro {
        padding: 15rem 0 41.4rem;
    }

    .pb-intro--consulting {
        padding-bottom: 36.5rem;
    }
}

@media (min-width: 1680px) {
    .pb-intro {
        padding: 18.8rem 0 56.4rem;
        margin: 0 0 13.4rem;
    }
}

.pb-intro.pb-intro--onpass {
    margin-bottom: 4rem !important;
}

@media (max-width: 639px) {
    .pb-intro.pb-intro--onpass {
        padding-top: 12rem;
        padding-bottom: 21.4rem !important;
    }
}

@media (min-width: 640px) {
    .pb-intro.pb-intro--onpass {
        margin-bottom: 10rem !important;
    }
}

.pb-intro__desc,
.pb-intro__bottom,
.pb-intro__decor {
    position: relative;
    z-index: 2;
}

.pb-intro__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    display: block;
    z-index: 1;
    pointer-events: none;
}

.pb-intro__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.pb-intro__title {
    display: block;
    font-weight: 500;
    font-size: 3.6rem;
    line-height: 1.11;
    font-family: var(--font-private);
    margin: 0 0 3.2rem;

    @media (width >=640px) {
        margin: 0 0 4rem;
        font-size: 7.2rem;

        .is-page-insurance & {
            font-size: 6.4rem;
        }
    }

    @media (width >=992px) {
        margin: 0 0 4rem;
    }

    @media (width >=1200px) {
        font-size: 10rem;
        line-height: 1.04;
        font-weight: 500;

        .is-page-insurance & {
            font-size: 10rem;
        }
    }

    @media (width >=1680px) {
        line-height: 1.03;
        font-weight: 400;
    }
}

.pb-intro__title small {
    display: block;
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 1.25;
    margin: 0 0 0.4rem;

    @media (width >=640px) {
        font-size: 2rem;
        line-height: 1.2;
        font-weight: 300;
    }

    @media (width >=992px) {
        font-size: 2.4rem;
        line-height: 1.17;
        font-weight: 300;
        margin: 0;
    }

    @media (width >=1680px) {
        margin: 0 0 0.8rem;
        font-size: 3.2rem;
        line-height: 1.25;
        font-weight: 300;
    }
}

.pb-intro__text {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    margin-left: auto;
    margin-right: auto;

    @media (width > 640px) {
        font-size: 2rem;
    }

    .pb-intro--consulting & {
        max-width: 77rem;
    }
}

.pb-services {
    margin: 0 0 8rem;
}

@media (min-width: 640px) {
    .pb-services {
        margin: 0 0 10rem;
    }
}

@media (min-width: 1680px) {
    .pb-services {
        margin: 0 0 12rem;
    }
}

.pb-services__title {
    display: block;
    font: 500 3.6rem/1.11 'Playfair Display',
        Georgia,
        serif;
    margin: 0 0 3.2rem;
}

.is-page-onpass .pb-services__title {
    margin: 0 0 2.4rem;
}

@media (min-width: 640px) {
    .pb-services__title {
        margin: 0 0 4.8rem;
        font-size: 6.4rem;
        line-height: 1.12;
        font-weight: 500;
    }

    .is-page-onpass .pb-services__title {
        margin: 0 0 2.4rem;
    }
}

@media (min-width: 992px) {
    .pb-services__title {
        margin: 0 0 6.4rem;
    }

    .is-page-onpass .pb-services__title {
        margin: 0 0 3.2rem;
    }
}

@media (min-width: 1200px) {
    .pb-services__title {
        font-size: 7.2rem;
        line-height: 1.06;
        font-weight: 500;
    }
}

@media (min-width: 1680px) {
    .pb-services__title {
        font-size: 9.6rem;
        line-height: 1;
        font-weight: 500;
        margin: 0 0 9rem;
    }

    .is-page-onpass .pb-services__title {
        margin: 0 0 3.2rem;
    }
}

.pb-services__item {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #242624;
}

.pb-services__item-image {
    display: block;
    position: relative;
    height: 32rem;
    background: #242624;
    margin: 0 0 1.6rem;
    overflow: hidden;
}

.pb-services__item-image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.3s linear;
}

@media (min-width: 640px) {
    .pb-services__item-image {
        height: 38.9rem;
        margin: 0 0 2rem;
    }
}

@media (min-width: 1680px) {
    .pb-services__item-image {
        height: 51.8rem;
        margin: 0 0 2.4rem;
    }
}

.pb-services__item-title {
    display: block;
    margin: 0 0 0.8rem;
    font: 500 2.4rem/1.17 'Playfair Display',
        Georgia,
        serif;
    overflow: hidden;
    position: relative;
    padding-bottom: 0.8rem;
    width: fit-content;
}

@media (min-width: 640px) {
    .pb-services__item-title {
        margin: 0 0 1.6rem;
        font-size: 3.2rem;
        line-height: 1.12;
        font-weight: 500;
    }
}

@media (min-width: 1680px) {
    .pb-services__item-title {
        margin: 0 0 2rem;
        font-size: 4.4rem;
        line-height: 1.18;
        font-weight: 500;
    }
}

.pb-services__item-text {
    display: block;
    margin: 0;
    padding: 0 1.2rem 0 0;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 300;
    color: #717174;
}

@media (min-width: 640px) {
    .pb-services__item-text {
        font-size: 2rem;
        line-height: 1.2;
        font-weight: 300;
    }
}

@media (min-width: 1680px) {
    .pb-services__item-text {
        font-size: 2.4rem;
        line-height: 1.17;
        font-weight: 300;
    }
}

.pb-deposits {
    margin: 0 0 8rem;
}

@media (min-width: 640px) {
    .pb-deposits {
        margin: 0 0 10rem;
    }
}

@media (min-width: 1680px) {
    .pb-deposits {
        margin: 0 0 12rem;
    }
}

@media (max-width: 639px) {
    .pb-deposits .container-fluid {
        max-width: unset;
    }
}

.pb-deposits__tariff-item {
    padding: 4rem 3.2rem 10.4rem;
    position: relative;
    display: grid;
    grid-template-columns: 50.9rem 1fr;
    column-gap: 8.4rem;
    row-gap: 5.6rem;
    margin-top: 6.4rem;
    grid-template-areas:
        'pb-tariff-title pb-tariff-name'
        'pb-tariff-title pb-tariff-features'
        'pb-tariff-title pb-tariff-action';

    .pb-btn--primary {
        width: fit-content;
    }

    @media (width < 1680px) {
        grid-template-columns: 40rem 1fr;
    }

    @media (width < 1200px) {
        grid-template-columns: 34rem 1fr;
        column-gap: 3.2rem;
    }

    @media (width < 992px) {
        flex-wrap: wrap;
        row-gap: 3.2rem;
        padding: 0 0 4.4rem;
        margin-top: 4.4rem;

        grid-template-columns: 1fr;
        grid-template-areas:
            'pb-tariff-name'
            'pb-tariff-title'
            'pb-tariff-features'
            'pb-tariff-action';
    }
}

.pb-deposits__tariff-actions {
    grid-area: pb-tariff-action;
}

/*.pb-deposits__tariff-item+.pb-deposits__tariff-item {*/
/*	margin-top: 6.4rem;*/
/*}*/

.pb-deposits__tariff-item::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.7rem;
    background: url(/local/cifra_css/../images/bg-line.png) 0 0 repeat-x;
    background-size: auto 100%;
}

@media (max-width: 991px) {
    .pb-deposits__tariff-item+.pb-deposits__tariff-item {
        margin-top: 4.4rem;
    }

    .pb-deposits__tariff-item::before {
        bottom: 0;
    }
}

.pb-deposits.other-tariffs {
    background-color: #bfbfb8;
    margin-bottom: 0;
    padding-bottom: 10rem;
    padding-top: 10rem;
}

.pb-deposits__other-tariffs {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 1300px) {
    .pb-deposits__other-tariffs {
        flex-direction: column;
    }
}

.pb-deposits__other-tariff-item {
    font-family: var(--font-private);
    color: var(--color-dark);
    font-size: 4.4rem;
    line-height: 5.2rem;
    position: relative;

    .js-private-tooltip {
        display: block;
        color: #717174;
        font-family: var(--font-main);
        font-size: 2.4rem;
        line-height: 2.8rem;
        margin-top: 1.6rem;

        @media (width < 1200px) {
            font-size: 2rem;
            line-height: 2.4rem;
        }

        @media (width <=640px) {
            font-size: 1.6rem;
            line-height: 2rem;
        }
    }
}

@media (max-width: 1679px) {
    .pb-deposits__other-tariff-item {
        font-size: 3.2rem;
        line-height: 3.6rem;
    }
}

@media (max-width: 1300px) {
    .pb-deposits__other-tariff-item {
        font-size: 3.2rem;
        line-height: 3.6rem;
    }
}

@media (max-width: 991px) {
    .pb-deposits__other-tariff-item {
        font-size: 2.4rem;
        line-height: 2.6rem;
    }
}

.pb-deposits__other-tariff-title {
    color: var(--color-dark);
    cursor: pointer;

    &:hover {
        color: var(--private-accent-color);
    }
}

.pb-deposits__other-tariff-percent--large {
    font-size: 9.6rem;
    line-height: 10rem;
}

@media (max-width: 1679px) {
    .pb-deposits__other-tariff-percent--large {
        font-size: 7.2rem;
        line-height: 7.6rem;
    }
}

@media (max-width: 1300px) {
    .pb-deposits__other-tariff-percent--large {
        font-size: 6.4rem;
        line-height: 7.2rem;
    }
}

@media (max-width: 991px) {
    .pb-deposits__other-tariff-percent--large {
        font-size: 3.6rem;
        line-height: 4rem;
    }
}

.pb-tariff-card__condition {
    margin-bottom: 2.4rem;
}

.pb-tariff-card__conditions {
    position: relative;
}

.tariff-card__conditions--wide {
    width: 100%;

    table {
        width: 100%;
        border-collapse: collapse;
    }

    thead th {
        color: var(--color-grey);
        font-size: 1.4rem;
        padding: 8px 0;
        font-weight: 400;

        &:not(:first-of-type) {
            text-align: center;
        }

        @media (max-width: 639px) {
            font-size: 1.2rem;
            line-height: 1.6rem;
        }
    }

    tbody td {
        font-size: 1.6rem;
        padding: 8px 0;
        font-weight: 400;
        border: 2px solid var(--color-light);

        &:first-of-type {
            border-left: none;
        }

        &:last-of-type {
            border-right: none;
        }

        &:not(:first-of-type) {
            text-align: center;
        }

        @media (max-width: 639px) {
            font-size: 1.4rem;
            line-height: 1.8rem;
        }
    }

    .ui-tooltip {
        width: 1.4rem;
        height: 1.4rem;
    }
}

.pb-tariff-card__back {
    cursor: pointer;
    z-index: 1001;
    display: block;
}

.pb-tariff-card__back svg {
    width: 2rem;
}

@media (min-width: 1200px) {
    .pb-tariff-card__back {
        padding-top: 4.8rem;
    }

    .pb-tariff-card__back svg {
        width: 3.4rem;
    }
}

.pb-tariff-card__condition-title {
    font-size: 1.6rem;
    color: #676b73;
}

.pb-deposits__other-tariff-item+.pb-deposits__other-tariff-item::before {
    content: '';
    display: block;
    position: absolute;
    left: -13rem;
    top: 0;
    width: 0.7rem;
    height: 100%;
    background: url(/local/cifra_css/../images/bg-line-vertical.png) 0 0 repeat-y;
    background-size: 100% auto;
}

@media (max-width: 1679px) {
    .pb-deposits__other-tariff-item+.pb-deposits__other-tariff-item::before {
        left: -3.3rem;
    }
}

@media (max-width: 1300px) {
    .pb-deposits__other-tariff-item+.pb-deposits__other-tariff-item {
        margin-top: 6.4rem;
    }

    .pb-deposits__other-tariff-item+.pb-deposits__other-tariff-item::before {
        content: '';
        display: block;
        position: absolute;
        top: -3.2rem;
        left: 0;
        width: 100%;
        height: 0.5rem;
        background: url(/local/cifra_css/../images/bg-line-dark.png) 0 0 repeat-x;
        background-size: auto 100%;
    }

    .pb-deposits__other-tariff-name br {
        display: none;
    }
}

.pb-deposits__tariff-title {
    grid-area: pb-tariff-title;
}

.pb-deposits__tariff-percent-description {
    margin-top: 1.2rem;

    @media (width <=1440px) {
        margin-top: 1.6rem;
    }

    @media (width <=640px) {
        margin-top: 0.4rem;
    }
}

.pb-deposits__tariff-name {
    grid-area: pb-tariff-name;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 4.4rem;
    font-weight: 500;
    line-height: 5.2rem;
}

@media (max-width: 1440px) {
    .pb-deposits__tariff-name {
        font-size: 3.2rem;
        line-height: 3.6rem;
    }
}

@media (max-width: 991px) {
    .pb-deposits__tariff-name br {
        display: none;
    }
}

@media (max-width: 639px) {
    .pb-deposits__tariff-name {
        font-size: 2.4rem;
        line-height: 2.8rem;
    }
}

.pb-deposits__tariff-item-content {
    display: flex;
    flex-direction: column;
    align-items: start;
    row-gap: 3.6rem;
    flex-grow: 1;
}

.pb-deposits__tariff-features {
    grid-area: pb-tariff-features;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.6rem;

    @media (width <=640px) {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 3.2rem;
    }
}

.pb-deposits__tariff-percent {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 4.4rem;
    font-weight: 500;
    line-height: 5.2rem;
    white-space: nowrap;
}

@media (max-width: 1440px) {
    .pb-deposits__tariff-percent {
        font-size: 3.2rem;
        line-height: 3.6rem;
    }
}

@media (max-width: 991px) {
    .pb-deposits__tariff-percent {
        font-size: 2.2rem;
        line-height: 1;
    }
}

.pb-deposits__tariff-percent--large {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 12.8rem;
    font-weight: 500;
    line-height: 10rem;
    white-space: nowrap;

    @media (width <=1440px) {
        font-size: 10rem;
        line-height: 10.4rem;
    }

    @media (width < 992px) {
        font-size: 7.2rem;
        line-height: 8rem;
    }
}

.pb-deposits__tariff-desc--value {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 4.4rem;
    font-weight: 500;
    line-height: 5.2rem;
    margin-bottom: 0.8rem;
    white-space: nowrap;
}

@media (max-width: 1440px) {
    .pb-deposits__tariff-desc--value {
        font-size: 3.2rem;
        line-height: 3.6rem;
    }
}

@media (max-width: 639px) {
    .pb-deposits__tariff-desc--value {
        font-size: 2.4rem;
        line-height: 2.8rem;
    }
}

.pb-deposits__tariff-desc--title {
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 2.8rem;
    color: #717174;
}

@media (max-width: 1440px) {
    .pb-deposits__tariff-desc--title {
        font-size: 2rem;
        line-height: 2.4rem;
    }
}

@media (max-width: 639px) {
    .pb-deposits__tariff-desc--title {
        font-size: 1.6rem;
        line-height: 2rem;
    }
}

.pb-deposits__title {
    display: block;
    font: 500 3.6rem/1.11 'Playfair Display',
        Georgia,
        serif;
    margin: 0 0 3.2rem;
}

.pb-deposits__title h1 {
    font-size: 1em;
    margin: 0;
    font-weight: 500;
}

@media (min-width: 640px) {
    .pb-deposits__title {
        font-size: 6.4rem;
        line-height: 1.12;
        font-weight: 500;
        margin: 0 0 5.2rem;
    }
}

@media (min-width: 992px) {
    .pb-deposits__title {
        margin: 0 0 6.4rem;
    }
}

@media (min-width: 1200px) {
    .pb-deposits__title {
        font-size: 7.2rem;
        line-height: 1.06;
        font-weight: 500;
    }
}

@media (min-width: 1680px) {
    .pb-deposits__title {
        font-size: 9.6rem;
        line-height: 1;
        font-weight: 500;
        margin: 0 0 8.4rem;
    }
}

.tariffs .pb-deposits__title {
    margin: 0 0 2.4rem;

    @media (min-width: 640px) {
        margin: 0 0 4.8rem;
    }

    @media (min-width: 992px) {
        margin: 0 0 6.4rem;
    }
}

.tariffs .pb-deposits__subtitle {
    font: 500 2.4rem/1.11 'Playfair Display',
        Georgia,
        serif;
    margin-bottom: 3.2rem;
}

@media (min-width: 640px) {
    .tariffs .pb-deposits__subtitle {
        font-size: 3.2rem;
    }
}

@media (min-width: 1200px) {
    .tariffs .pb-deposits__subtitle {
        font-size: 4.4rem;
    }
}

.tariffs .pb-btn--primary.pb-btn--outline {
    margin-top: 3.2rem;
    width: 100%;
}

@media (min-width: 640px) {
    .tariffs .pb-btn--primary.pb-btn--outline {
        margin-top: 4.5rem;
        width: auto;
    }
}

@media (min-width: 1680px) {
    .tariffs .pb-btn--primary.pb-btn--outline {
        margin-top: 6.4rem;
    }
}

.pb-deposit__calculator .irs-handle:before {
    background: var(--private-accent-color);
}

.pb-deposit__calculator .irs-bar {
    background: var(--private-accent-color);
}

.calc .irs-bar {
    background: var(--color-highlight);
}

.pb-deposit__calculator .calc__result li {
    font: 500 4.4rem/1.11 'Playfair Display',
        Georgia,
        serif;

    @media (width <=1440px) {
        font-size: 3.2rem;
        line-height: 3.6rem;
    }

    @media (width <=640px) {
        font-size: 2.4rem;
        line-height: 2.8rem;
    }
}

.pb-deposit__calculator .calc__result-info small,
.pb-deposit__calculator .calc__result-total small {
    font-size: 2.4rem;
    line-height: 2.8rem;

    @media (width <=1440px) {
        font-size: 2rem;
        line-height: 2.4rem;
    }

    @media (width <=640px) {
        font-size: 1.6rem;
        line-height: 2rem;
    }
}

.pb-deposit__calculator .calc__result span.income {
    font: 500 12.8rem/1.11 'Playfair Display',
        Georgia,
        serif;
    white-space: nowrap;

    @media (width <=1440px) {
        font-size: 10rem;
    }

    @media (width <=640px) {
        font-size: 7.2rem;
    }
}

.pb-deposit__calculator .calc__result-total span {
    display: block;
    margin-bottom: 1.8rem;
}

/*.pb-deposit__calculator .calc__result-total small {*/
/*	font-size: 2rem;*/
/*	font-weight: 400;*/
/*	line-height: 2.4rem;*/
/*	margin-bottom: 1.2rem;*/
/*	color: var(--private-gray-color);*/
/*}*/

.pb-deposit__calculator .calc__result {
    padding: 0 0 0 4rem;
    background: transparent;
    /*max-width: 59.2rem;*/

    @media (width < 1200px) {
        padding: 0;
    }
}

.pb-deposit__calculator-subtitle {
    font-size: 2rem;
    font-weight: 400;
    line-height: 2.4rem;
    margin-bottom: 1.2rem;
    color: var(--private-gray-color);
}

.pb-deposit__calculator .calc__result-text {
    font-size: 1.4rem;
    margin-bottom: 2.4rem;
}

.js-private-tooltip {
    cursor: default;

    span {
        transition: all 0.3s ease-in-out;
    }

    &.is-open {
        span {
            color: var(--private-accent-color);
        }
    }
}

.pb-deposits__possibilities {
    background-color: #bfbfb8;
    padding-top: 13rem;
    padding-bottom: 13rem;
    position: relative;
}

@media (max-width: 1499px) {
    .pb-deposits__possibilities {
        padding-top: 10rem;
        padding-bottom: 10rem;
    }
}

@media (max-width: 990px) {
    .pb-deposits__possibilities {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }
}

.pb-deposits__possibilities::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    inset: 0;
    z-index: 1;
    box-shadow: 9rem 0 7rem -2rem #bfbfb8 inset,
        -9rem 0 7rem -2rem #bfbfb8 inset;
    pointer-events: none;
}

@media (max-width: 990px) {
    .pb-deposits__possibilities::after {
        content: none;
    }
}

.pb-deposits__top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 9rem;
    position: relative;
}

@media (max-width: 990px) {
    .pb-deposits__top {
        margin-bottom: 6rem;
    }
}

.pb-deposits__slider .swiper-container {
    overflow: visible;
}

.pb-deposits__slider-controls {
    display: flex;
    gap: 5.2rem;
    align-items: flex-end;
    position: absolute;
    right: 0;
    bottom: 0;
}

@media (max-width: 990px) {
    .pb-deposits__slider-controls {
        position: static;
        display: flex;
        justify-content: flex-end;
        width: 100%;
        margin-top: 2.4rem;
        gap: 2.4rem;
    }
}

.pb-deposits__slider-controls div {
    cursor: pointer;

    @media (width < 991px) {
        transform: scale(0.5);
    }
}

.pb-deposits__possibilities .pb-deposits__title {
    max-width: 105.5rem;
    margin-bottom: 0;
}

.pb-deposits__slider-item {
    display: flex;
    height: 43rem;
    gap: 4.8rem;
}

.pb-welcome {
    margin-bottom: 20rem;

    @media (width <=991px) {
        .pb-welcome__wrapper .row {
            gap: 2.4rem;
        }
    }

    @media (max-width: 650px) {
        margin-bottom: 6.4rem;
    }
}

.pb-welcome__text {
    color: #717174;
    font-size: 3.2rem;
    line-height: 1.5;

    @media (width < 1679px) {
        font-size: 2.4rem;
    }

    @media (width < 650px) {
        font-size: 2.4rem;
    }
}

@media (max-width: 990px) {
    .pb-deposits__slider-item {
        flex-direction: column;
        height: auto;
        gap: 1.8rem;
    }

    .pb-deposits__slider-item .pb-btn {
        width: 100%;
        margin-top: auto;
    }
}

.pb-deposits__slider-item-img,
.pb-deposits__slider-item-img img {
    height: 43rem;
    width: 33.7rem;
}

@media (max-width: 990px) {

    .pb-deposits__slider-item-img,
    .pb-deposits__slider-item-img img {
        width: 100%;
        object-fit: cover;
        height: 37rem;
    }
}

@media (max-width: 639px) {

    .pb-deposits__slider-item-img,
    .pb-deposits__slider-item-img img {
        height: 32rem;
    }
}

@media (max-width: 990px) {
    .pb-deposits__slider-item-text {
        flex-grow: 1;
    }
}

.pb-deposits__slider-item-text-subtitle {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.9rem;
    color: #717174;
    margin-bottom: 1.9rem;
}

@media (max-width: 990px) {
    .pb-deposits__slider-item-text-subtitle {
        margin-top: 0;
        margin-bottom: 1.2rem;
    }
}

.pb-deposits__slider-item-text-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 3.6rem;
    margin: 0 0 2.4rem;
}

@media (max-width: 990px) {
    .pb-deposits__slider-item-text-title {
        margin-bottom: 1.2rem;
        margin-top: 0;
        height: 7.2rem;
    }
}

@media (max-width: 639px) {
    .pb-deposits__slider-item-text-title {
        font-size: 2.2rem;
        line-height: 2.8rem;
        height: unset;
    }
}

@media (max-width: 420px) {
    .pb-deposits__slider-item-text-title {
        font-size: 1.7rem;
    }
}

.pb-deposits__slider-item-text-text {
    font-size: 2rem;
    font-weight: 400;
    line-height: 2.4rem;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 3.7rem;
    color: #717174;
}

@media (max-width: 990px) {
    .pb-deposits__slider-item-text-text {
        margin-bottom: 2.4rem;
        height: 7.2rem;
    }
}

@media (max-width: 639px) {
    .pb-deposits__slider-item-text-text {
        font-size: 1.6rem;
        line-height: 2rem;
    }
}

.pb-deposits__form {
    max-width: 81.3rem;
    margin: 0 auto;
}

.pb-deposits__request .pb-deposits__title {
    text-align: center;
    margin: 0 auto 6.4rem;
}

.pb-deposits__request .ui-placeholder {
    margin-bottom: 0;
}

.pb-deposits__request .ui-group {
    margin-bottom: 3.6rem;
}

.pb-help {
    position: relative;
    margin: 0 0 10rem;
    overflow: hidden;
}

.pb-help.is-sticky .pb-help__desktop-shadow {
    opacity: 1;
}

.pb-help .row>[class^='col-'] {
    position: static;
}

@media (min-width: 640px) {
    .pb-help {
        margin: 0 0 16rem;
    }

    .pb-help .row>[class^='col-'] {
        position: relative;
    }
}

@media (min-width: 992px) {
    .pb-help {
        margin: 0 0 10rem;
        padding: 0;
    }
}

.pb-help__mobile {
    position: relative;
}

@media (min-width: 992px) {
    .pb-help__mobile {
        display: none;
    }
}

.pb-help__mobile-decor {
    background: url(../images/bg-decor-pb-help-360.svg) 0 0 no-repeat;
    background-size: contain;
    width: 13.7rem;
    height: 23.3rem;
    position: absolute;
    top: 2rem;
    left: 50%;
    margin: 0 0 0 5rem;
    z-index: -1;
    pointer-events: none;
}

@media (min-width: 640px) {
    .pb-help__mobile-decor {
        display: none;
    }
}

.pb-help__mobile-item {
    position: relative;
    padding: 4rem 0;
}

.pb-help__mobile-item-image {
    display: none;
}

@media (min-width: 640px) {
    .pb-help__mobile-item-image {
        display: block;
        position: relative;
        z-index: 100;
    }

    .pb-help__mobile-item-image:before {
        content: '';
        display: block;
        position: absolute;
        top: 5.8rem;
        left: 50%;
        margin: 0 0 0 -36rem;
        background: url(../images/bg-decor-pb-help-640.svg) 0 0 no-repeat;
        background-size: contain;
        width: 28.1rem;
        height: 47rem;
    }

    .pb-help__mobile-item-image img {
        display: block;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media (min-width: 640px) {
    .pb-help__mobile-item-desc {
        margin: 0 0 4.8rem;
        position: relative;
        z-index: 200;
    }
}

.pb-help__mobile-item-title {
    display: block;
    margin: 0 0 1.6rem;
    font: 500 3.6rem/1.11 'Playfair Display',
        Georgia,
        serif;
}

@media (min-width: 640px) {
    .pb-help__mobile-item-title {
        margin: 0 0 2.4rem;
        font-size: 6.4rem;
        line-height: 1.12;
        font-weight: 500;
    }
}

@media (min-width: 1200px) {
    .pb-help__mobile-item-title {
        font-size: 7.2rem;
        line-height: 1;
        font-weight: 500;
    }
}

@media (min-width: 1680px) {
    .pb-help__mobile-item-title {
        margin: 0 0 4rem;
        font-size: 9.6rem;
        line-height: 1;
        font-weight: 500;
    }
}

.pb-help__mobile-item-text {
    display: block;
    margin: 0 0 3.2rem;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 300;
    color: #717174;
}

.pb-help__mobile-item-text:last-child {
    margin: 0;
}

@media (min-width: 640px) {
    .pb-help__mobile-item-text {
        margin: 0 0 4.8rem;
        font-size: 2.4rem;
        line-height: 1.17;
        font-weight: 300;
    }
}

@media (min-width: 1680px) {
    .pb-help__mobile-item-text {
        font-size: 3.2rem;
        line-height: 1.25;
        font-weight: 300;
    }
}

.pb-help__desktop {
    display: none;
}

@media (min-width: 992px) {
    .pb-help__desktop {
        display: block;
    }
}

@media (min-width: 992px) {
    .pb-help__desktop-shadow {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        height: 20rem;
        z-index: 200;
        background: linear-gradient(to bottom, rgba(240, 237, 233, 0) 0%, rgb(240, 237, 233) 100%);
        pointer-events: none;
        transition: opacity 0.4s;
        opacity: 0;
    }
}

.pb-help__desktop-decor {
    background: url(../images/bg-decor-pb-help-360.svg) 0 0 no-repeat;
    background-size: contain;
    width: 13.7rem;
    height: 23.3rem;
    position: absolute;
    top: 2rem;
    left: 50%;
    margin: 0 0 0 5rem;
    z-index: 400;
    pointer-events: none;
}

@media (min-width: 640px) {
    .pb-help__desktop-decor {
        background-image: url(../images/bg-decor-pb-help-640.svg);
        width: 28.1rem;
        height: 47rem;
        top: 7.8rem;
        left: 50%;
        margin: 0 0 0 -36rem;
    }
}

@media (min-width: 992px) {
    .pb-help__desktop-decor {
        background-image: url(../images/bg-decor-pb-help-1024.svg);
        width: 19.9rem;
        height: 32.4rem;
        top: 6.3rem;
        left: 50%;
        margin: 0 0 0 -30rem;
    }
}

@media (min-width: 1200px) {
    .pb-help__desktop-decor {
        background-image: url(../images/bg-decor-pb-help-1440.svg);
        width: 28.1rem;
        height: 47rem;
        top: 9rem;
        left: 50%;
        margin: 0 0 0 -40rem;
    }
}

@media (min-width: 1680px) {
    .pb-help__desktop-decor {
        background-image: url(../images/bg-decor-pb-help-1920.svg);
        width: 37.5rem;
        height: 62.8rem;
        top: 11rem;
        left: 50%;
        margin: 0 0 0 -58rem;
    }
}

.pb-help__desktop-gallery {
    display: none;
}

@media (min-width: 992px) {
    .pb-help__desktop-gallery {
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        margin: 0 4.8rem 0 0;
        position: relative;
        z-index: 300;
        height: 100vh;
        width: auto;
    }
}

@media (min-width: 1200px) {
    .pb-help__desktop-gallery {
        margin: 0 6.4rem 0 0;
    }
}

@media (min-width: 1680px) {
    .pb-help__desktop-gallery {
        margin: 0 9rem 0 0;
    }
}

.pb-help__desktop-image {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.pb-help__desktop-image img {
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (min-width: 992px) {
    .pb-help__desktop-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        padding: 4rem 0;
    }

    .pb-help__desktop-image img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        max-height: 100%;
        max-width: 100%;
    }

    .pb-help__desktop-image img {
        max-height: 100%;
    }
}

.pb-help__desktop-desc {
    position: relative;
    z-index: 100;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: column;
}

@media (min-width: 992px) {
    .pb-help__desktop-desc {
        margin: 0 0 0 -1.6rem;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.pb-help__desktop-item {
    padding: 4rem 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

@media (min-width: 640px) {
    .pb-help__desktop-item {
        padding: 2rem 0 4.8rem;
    }
}

@media (min-width: 992px) {
    .pb-help__desktop-item {
        padding: 8rem 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 100vh;
    }

    .pb-help__desktop-item:first-of-type~* {
        opacity: 1;
    }
}

@media (min-width: 1200px) {
    .pb-help__desktop-item {
        padding: 10rem 0;
    }
}

@media (min-width: 1680px) {
    .pb-help__desktop-item {
        padding: 14.8rem 0;
    }
}

.pb-help__desktop-item-title {
    display: block;
    margin: 0 0 1.6rem;
    font: 500 3.6rem/1.11 'Playfair Display',
        Georgia,
        serif;
}

@media (min-width: 640px) {
    .pb-help__desktop-item-title {
        margin: 0 0 2.4rem;
        font-size: 6.4rem;
        line-height: 1.12;
        font-weight: 500;
    }
}

@media (min-width: 1200px) {
    .pb-help__desktop-item-title {
        font-size: 7.2rem;
        line-height: 1;
        font-weight: 500;
    }
}

@media (min-width: 1680px) {
    .pb-help__desktop-item-title {
        margin: 0 0 4rem;
        font-size: 9.6rem;
        line-height: 1;
        font-weight: 500;
    }
}

.pb-help__desktop-item-text {
    display: block;
    margin: 0 0 3.2rem;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 300;
    color: #717174;
}

.pb-help__desktop-item-text:last-child {
    margin: 0;
}

@media (min-width: 640px) {
    .pb-help__desktop-item-text {
        margin: 0 0 4.8rem;
        font-size: 2.4rem;
        line-height: 1.17;
        font-weight: 300;
    }
}

@media (min-width: 1680px) {
    .pb-help__desktop-item-text {
        font-size: 3.2rem;
        line-height: 1.25;
        font-weight: 300;
    }
}

.pb-invest {
    margin: 0 0 8rem;
}

@media (min-width: 640px) {
    .pb-invest {
        margin: 0 0 10rem;
    }
}

@media (min-width: 992px) {
    .pb-invest {
        margin: 0 0 17.4rem;
    }
}

@media (min-width: 1200px) {
    .pb-invest {
        margin: 0 0 23.1rem;
    }
}

@media (min-width: 1680px) {
    .pb-invest {
        margin: 0 0 32rem;
    }
}

.pb-invest__animation {
    display: block;
    margin: 0 auto 2.4rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 27.6rem;
}

.pb-invest__animation svg {
    display: block;
    width: 100%;
    height: auto;
}

@media (min-width: 640px) {
    .pb-invest__animation {
        max-width: 49.4rem;
        margin: 0 auto 4.8rem;
    }
}

@media (min-width: 992px) {
    .pb-invest__animation {
        margin: 0 0 7.2rem;
        max-width: 36.4rem;
    }
}

@media (min-width: 1200px) {
    .pb-invest__animation {
        max-width: 45.4rem;
        margin: 0 0 10rem;
    }
}

@media (min-width: 1680px) {
    .pb-invest__animation {
        max-width: 61.4rem;
        margin: 0 0 14.2rem;
    }
}

.pb-invest__desc {
    margin: 0 0 4rem;
}

@media (min-width: 640px) {
    .pb-invest__desc {
        margin: 0 0 5.6rem;
    }
}

@media (min-width: 992px) {
    .pb-invest__desc {
        margin: 0 0 7.2rem -1.6rem;
    }
}

@media (min-width: 1200px) {
    .pb-invest__desc {
        padding: 9rem 0 0 0;
        margin: 0 0 10rem -1.6rem;
    }
}

@media (min-width: 1680px) {
    .pb-invest__desc {
        padding: 12.8rem 0 0 0;
        margin: 0 0 14.2rem -1.6rem;
    }
}

.pb-invest__desc-title {
    display: block;
    margin: 0 0 1.6rem;
    font: 500 3.6rem/1.11 'Playfair Display',
        Georgia,
        serif;
}

.pb-invest__desc-title .is-lg-unless {
    display: none;
}

@media (max-width: 991px) or (min-width: 1200px) {
    .pb-invest__desc-title .is-lg-unless {
        display: block;
    }
}

.pb-invest__desc-title .is-lg-only {
    display: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .pb-invest__desc-title .is-lg-only {
        display: block;
    }
}

@media (min-width: 640px) {
    .pb-invest__desc-title {
        margin: 0 0 2.4rem;
        font-size: 6.4rem;
        line-height: 1.12;
        font-weight: 500;
    }
}

@media (min-width: 1200px) {
    .pb-invest__desc-title {
        font-size: 7.2rem;
        line-height: 1;
        font-weight: 500;
        margin: 0 0 4rem;
    }
}

@media (min-width: 1680px) {
    .pb-invest__desc-title {
        font-size: 9.6rem;
        line-height: 1;
        font-weight: 500;
    }
}

.pb-invest__desc-text {
    display: block;
    margin: 0 0 3.2rem;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 300;
    color: var(--color-grey);
}

@media (min-width: 640px) {
    .pb-invest__desc-text {
        margin: 0 0 4.8rem;
        font-size: 2.4rem;
        line-height: 1.17;
        font-weight: 300;
    }
}

@media (min-width: 1680px) {
    .pb-invest__desc-text {
        font-size: 3.2rem;
        line-height: 1.25;
        font-weight: 300;
        margin: 0 0 6.4rem;
    }
}

@media (min-width: 640px) {
    .pb-invest__swiper {
        margin: 0 0 2.4rem;
    }
}

@media (min-width: 992px) {
    .pb-invest__swiper {
        margin: 0;
    }
}

.pb-invest__item {
    position: relative;
    padding: 2.8rem 0 0 0;
    width: 23rem;
}

.pb-invest__item:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.4rem;
    background: url(../images/bg-line.svg) 0 0 repeat-x;
    background-size: auto 100%;
}

@media (min-width: 640px) {
    .pb-invest__item {
        width: 36.8rem;
    }
}

@media (min-width: 992px) {
    .pb-invest__item {
        width: 100%;
    }
}

@media (min-width: 1680px) {
    .pb-invest__item {
        padding: 3.7rem 0 0;
    }

    .pb-invest__item:before {
        height: 0.7rem;
    }
}

.pb-invest__item-title {
    display: block;
    margin: 0 0 0.8rem;
    font: 500 2.4rem/1.17 'Playfair Display',
        Georgia,
        serif;
}

@media (min-width: 640px) {
    .pb-invest__item-title {
        margin: 0 0 1.6rem;
        font-size: 3.2rem;
        line-height: 1.12;
        font-weight: 500;
    }
}

@media (min-width: 1680px) {
    .pb-invest__item-title {
        margin: 0 0 2rem;
        font-size: 4.4rem;
        line-height: 1.18;
        font-weight: 500;
    }
}

.pb-invest__item-text {
    display: block;
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 300;
    color: #717174;
}

@media (min-width: 640px) {
    .pb-invest__item-text {
        font-size: 2rem;
        line-height: 1.2;
        font-weight: 300;
    }
}

@media (min-width: 1680px) {
    .pb-invest__item-text {
        font-size: 2.4rem;
        line-height: 1.17;
        font-weight: 300;
    }
}

.pb-cards {
    margin: 0 0 8rem;
}

@media (min-width: 640px) {
    .pb-cards {
        margin: 0 0 10rem;
    }
}

@media (min-width: 1200px) {
    .pb-cards {
        margin: 0 0 12.4rem;
    }
}

@media (min-width: 1680px) {
    .pb-cards {
        margin: 0 0 16rem;
    }
}

.pb-cards__title {
    display: block;
    margin: 0 0 3.2rem;
    font: 500 3.6rem/1.11 'Playfair Display',
        Georgia,
        serif;
}

@media (min-width: 640px) {
    .pb-cards__title {
        margin: 0 0 4.8rem;
        font-size: 6.4rem;
        line-height: 1.12;
        font-weight: 500;
    }
}

@media (min-width: 1200px) {
    .pb-cards__title {
        font-size: 7.2rem;
        line-height: 1;
        font-weight: 500;
        margin: 0 0 9.6rem;
    }
}

@media (min-width: 1680px) {
    .pb-cards__title {
        font-size: 9.6rem;
        line-height: 1;
        font-weight: 500;
        margin: 0 0 14rem;
    }
}

.pb-cards__desc {
    position: relative;
    padding: 3.6rem 0 0 0;
}

.pb-cards__desc:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.4rem;
    background: url(../images/bg-line.png) 0 0 repeat-x;
    background-size: auto 100%;
}

@media (min-width: 640px) {
    .pb-cards__desc {
        margin: 0 0 4.8rem;
    }
}

@media (min-width: 992px) {
    .pb-cards__desc {
        margin: 0 3.2rem 0 0;
    }
}

@media (min-width: 1680px) {
    .pb-cards__desc {
        padding: 4.7rem 0 0;
    }

    .pb-cards__desc:before {
        height: 0.7rem;
    }
}

.pb-cards__desc-title {
    display: block;
    margin: 0 0 3.2rem;
    font: 500 2.4rem/1.17 'Playfair Display',
        Georgia,
        serif;
}

@media (min-width: 640px) {
    .pb-cards__desc-title {
        margin: 0 0 4.8rem;
        font-size: 3.2rem;
        line-height: 1.12;
        font-weight: 500;
    }
}

@media (min-width: 1680px) {
    .pb-cards__desc-title {
        font-size: 4.8rem;
        line-height: 1;
        font-weight: 500;
        margin: 0 0 6.4rem;
    }
}

.pb-cards__desc-list {
    margin: 0 0 3.2rem;
    padding: 0;
    list-style: none;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 300;
    color: #717174;
}

.pb-cards__desc-list>li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 1.6rem;
}

.pb-cards__desc-list>li:last-child {
    margin: 0;
}

.pb-cards__desc-list svg {
    width: 3.6rem;
    height: 3.6rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: block;
    margin: 0 1.2rem 0 0;
}

@media (min-width: 640px) {
    .pb-cards__desc-list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -0.8rem -2.8rem;
        font-size: 2rem;
        line-height: 1.2;
        font-weight: 300;
    }

    .pb-cards__desc-list>li {
        padding: 0 0.8rem 2.8rem;
        margin: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .pb-cards__desc-list svg {
        width: 4.8rem;
        height: 4.8rem;
        margin: 0 2rem 0 0;
    }
}

@media (min-width: 992px) {
    .pb-cards__desc-list {
        margin: 0 -1.2rem -2.4rem;
    }

    .pb-cards__desc-list>li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 1.2rem 2.4rem;
    }
}

@media (min-width: 1200px) {
    .pb-cards__desc-list {
        margin: 0 -0.8rem -2.8rem;
    }

    .pb-cards__desc-list>li {
        padding: 0 0.8rem 2.8rem;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 1680px) {
    .pb-cards__desc-list {
        margin: 0 -4.2rem -3.6rem;
        font-size: 2.4rem;
        line-height: 1.17;
        font-weight: 300;
    }

    .pb-cards__desc-list>li {
        padding: 0 3.6rem 4.2rem;
    }

    .pb-cards__desc-list svg {
        width: 5.6rem;
        height: 5.6rem;
        margin: 0 2.4rem 0 0;
    }
}

@media (min-width: 992px) {
    .pb-cards__desc-action {
        padding: 4.8rem 0 0 0;
    }
}

@media (min-width: 1680px) {
    .pb-cards__desc-action {
        padding: 6.8rem 0 0;
    }
}

.pb-cards__swiper {
    margin: 0 0 3.6rem;
}

@media (min-width: 640px) {
    .pb-cards__swiper {
        margin: 0 0 4.8rem;
    }
}

@media (min-width: 992px) {
    .pb-cards__swiper {
        padding: 12rem 0 0 0;
        margin: 0 0 0 -1.6rem;
    }
}

@media (min-width: 1200px) {
    .pb-cards__swiper {
        padding: 0;
    }
}

@media (min-width: 1680px) {
    .pb-cards__swiper {
        width: 100%;
        max-width: 64.5rem;
        float: right;
    }
}

.pb-services__navigation {
    justify-content: space-between;
    display: none;
    position: absolute;
    top: 43%;
    width: 100%;
    transform: translateX(-47px);
    padding: 0 1rem;
}

@media (min-width: 1200px) {
    .pb-services__navigation {
        display: flex;
    }
}

.pb-services__next {
    width: fit-content;
    cursor: pointer;
}

.pb-services__next.swiper-button-disabled {
    opacity: 0;
}

.pb-services__prev {
    width: fit-content;
    transform: rotate(180deg);
}

.pb-services__prev.swiper-button-disabled {
    opacity: 0;
    cursor: pointer;
}

.pb-cards__slide,
.pb-cards__thumb {
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 1.2rem;
    border: 0.2rem solid #f0ede9;
    transition: box-shadow 0.25s;
}

.pb-cards__slide:before,
.pb-cards__thumb:before {
    content: '';
    float: left;
    padding: 63.75% 0 0 0;
}

.pb-cards__slide img,
.pb-cards__thumb img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.pb-cards__slide {
    box-shadow: 0 1.6rem 2.8rem rgba(81, 81, 76, 0.54);
    border: none;
}

.pb-cards__slide:after {
    display: none;
}

.pb-cards__thumb {
    border-radius: 0.8rem;
    cursor: pointer;
}

.pb-save {
    background: #bfbfb8;
    color: #ffffff;
    padding: 6.4rem 0;
    margin: 0;
    text-align: center;
}

@media (min-width: 640px) {
    .pb-save {
        padding: 10rem 0;
    }
}

@media (min-width: 1680px) {
    .pb-save {
        padding: 13.3rem 0 13.8rem;
    }
}

.pb-save__title {
    display: block;
    margin: 0 0 4.8rem;
    font: 500 3.6rem/1.11 'Playfair Display',
        Georgia,
        serif;
}

@media (min-width: 640px) {
    .pb-save__title {
        margin: 0 0 4.8rem;
        font-size: 6.4rem;
        line-height: 1.12;
        font-weight: 500;
    }
}

@media (min-width: 1200px) {
    .pb-save__title {
        font-size: 7.2rem;
        line-height: 1.06;
        font-weight: 500;
    }
}

@media (min-width: 1680px) {
    .pb-save__title {
        margin: 0 0 7.2rem;
        font-size: 9.6rem;
        line-height: 1.04;
        font-weight: 500;
    }
}

.pb-about {
    background-color: #bfbfb8;
    padding: 8rem 0;
}

@media (min-width: 640px) {
    .pb-about {
        margin: 0;
        padding-top: 10rem;
        padding-bottom: 12rem;
    }
}

@media (min-width: 992px) {
    .pb-about {
        margin: 0;
        padding-top: 11.6rem;
        padding-bottom: 11rem;
    }
}

@media (min-width: 1200px) {
    .pb-about {
        padding-top: 13.2rem;
        padding-bottom: 11rem;
    }
}

@media (min-width: 1680px) {
    .pb-about {
        margin: 0;
        padding-top: 17.6rem;
        padding-bottom: 16.8rem;
    }
}

.pb-about__desc {
    margin: 0 0 4rem;
}

@media (min-width: 640px) {
    .pb-about__desc {
        margin: 0 0 5.6rem;
    }
}

@media (min-width: 992px) {
    .pb-about__desc {
        margin: 0 0 6.4rem 0;
    }
}

@media (min-width: 1680px) {
    .pb-about__desc {
        margin: 0 0 12.5rem;
    }
}

.pb-about__desc-title {
    display: block;
    margin: 0 0 1.6rem;
    font: 500 3.6rem/1.11 'Playfair Display',
        Georgia,
        serif;
}

@media (min-width: 640px) {
    .pb-about__desc-title {
        margin: 0 0 2.4rem;
        font-size: 6.4rem;
        line-height: 1.12;
        font-weight: 500;
    }
}

@media (min-width: 1200px) {
    .pb-about__desc-title {
        font-size: 7.2rem;
        line-height: 1.06;
        font-weight: 500;
        margin: 0 0 3.6rem;
    }
}

@media (min-width: 1680px) {
    .pb-about__desc-title {
        font-size: 9.6rem;
        line-height: 1.04;
        font-weight: 500;
        margin: 0 0 4rem;
    }
}

.pb-about__desc-text {
    display: block;
    margin: 0;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 300;
    color: var(--color-grey);
}

@media (min-width: 640px) {
    .pb-about__desc-text {
        font-size: 2.4rem;
        line-height: 1.17;
        font-weight: 300;
    }
}

@media (min-width: 1680px) {
    .pb-about__desc-text {
        font-size: 3.2rem;
        line-height: 1.3;
        font-weight: 300;
    }
}

.pb-about__swiper {
    margin: 0 0 4.8rem;
}

@media (min-width: 640px) {
    .pb-about__swiper {
        margin: 0 0 5.6rem;
    }
}

@media (min-width: 992px) {
    .pb-about__swiper {
        margin: 0;
    }
}

.pb-about__item {
    position: relative;
    padding: 2.8rem 0 0 0;
}

.pb-about__item:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.4rem;
    background: url(../images/bg-line.svg) 0 0 repeat-x;
    background-size: auto 100%;
}

@media (min-width: 1680px) {
    .pb-about__item {
        padding: 3.7rem 0 0;
    }

    .pb-about__item:before {
        height: 0.7rem;
    }
}

.pb-about__item-title {
    display: block;
    margin: 0 0 0.8rem;
    font: 500 2.4rem/1.17 'Playfair Display',
        Georgia,
        serif;
}

@media (min-width: 640px) {
    .pb-about__item-title {
        font-size: 3.2rem;
        line-height: 1.12;
        font-weight: 500;
        margin: 0 0 1.6rem;
    }
}

@media (min-width: 1680px) {
    .pb-about__item-title {
        margin: 0 0 2rem;
        font-size: 4.8rem;
        line-height: 1;
        font-weight: 500;
    }
}

.pb-about__item-text {
    display: block;
    margin: 0;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 300;
    color: #717174;
}

@media (min-width: 640px) {
    .pb-about__item-text {
        font-size: 1.8rem;
        line-height: 1.2;
        font-weight: 300;
    }
}

@media (min-width: 1680px) {
    .pb-about__item-text {
        font-size: 2.4rem;
        line-height: 1.2;
        font-weight: 300;
    }
}

.pb-about__animation {
    display: block;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 27.6rem;
    width: 100%;
}

.pb-about__animation svg {
    display: block;
    width: 100%;
    height: auto;
}

@media (min-width: 640px) {
    .pb-about__animation {
        max-width: 49.4rem;
        margin: 0 auto;
    }
}

@media (min-width: 992px) {
    .pb-about__animation {
        max-width: 34rem;
        margin: 0 auto;
        position: relative;
    }
}

@media (min-width: 1200px) {
    .pb-about__animation {
        max-width: 36.8rem;
        margin: 0 auto 9rem;
        float: right;
    }
}

@media (min-width: 1680px) {
    .pb-about__animation {
        max-width: 49rem;
        margin: 0 auto 12.5rem;
    }
}

.pb-invite {
    background: #24303b;
    color: #ffffff;
    padding: 8rem 0;
    margin: 0;
    text-align: center;
}

@media (min-width: 640px) {
    .pb-invite {
        padding: 10rem 0;
    }
}

@media (min-width: 992px) {
    .pb-invite {
        padding: 12rem 0;
    }
}

@media (min-width: 1200px) {
    .pb-invite {
        padding: 21rem 0 12rem;
    }
}

@media (min-width: 1680px) {
    .pb-invite {
        padding: 28rem 0 12rem;
    }
}

.pb-invite__title {
    display: block;
    margin: 0 0 3.2rem;
    font: 500 3.6rem/1.11 'Playfair Display',
        Georgia,
        serif;
}

.pb-invite__title small {
    display: block;
    font: 300 1.6rem/1.25 'GT America LCG',
        Arial,
        sans-serif;
    margin: 0 0 0.8rem;
}

@media (min-width: 640px) {
    .pb-invite__title {
        margin: 0 0 4.8rem;
        font-size: 6.4rem;
        line-height: 1.12;
        font-weight: 500;
    }

    .pb-invite__title small {
        font-size: 2rem;
        line-height: 1.2;
        font-weight: 300;
        margin: 0 0 0.8rem;
    }
}

@media (min-width: 992px) {
    .pb-invite__title {
        margin: 0 0 6.2rem;
        font-size: 7.2rem;
        line-height: 1.1;
        font-weight: 500;
    }

    .pb-invite__title small {
        margin: 0 0 0.4rem;
        font-size: 2.4rem;
        line-height: 1.17;
        font-weight: 300;
    }
}

@media (min-width: 1200px) {
    .pb-invite__title {
        margin: 0 0 6.2rem;
        font-size: 10rem;
        line-height: 1.04;
        font-weight: 500;
    }
}

@media (min-width: 1680px) {
    .pb-invite__title {
        margin: 0 0 8rem;
        font-size: 12.8rem;
        line-height: 1.03;
        font-weight: 400;
    }

    .pb-invite__title small {
        margin: 0 0 0.8rem;
        font-size: 3.2rem;
        line-height: 1.25;
        font-weight: 300;
    }
}

.pb-footer {
    background: #24303b;
    color: #ffffff;
    position: relative;
    top: -1px;
    padding: 0.8rem 0 0 0;
}

.pb-footer .container-fluid {
    max-width: 192rem;
}

@media (min-width: 640px) {
    .pb-footer {
        padding: 0;
    }
}

@media (min-width: 992px) {
    .pb-footer {
        padding: 4.2rem 0 0;
    }
}

@media (min-width: 1200px) {
    .pb-footer {
        padding: 2.4rem 0 0;
    }
}

@media (min-width: 1680px) {
    .pb-footer {
        padding: 6.4rem 0 0;
    }
}

.pb-footer__section {
    position: relative;
}

.pb-footer__section:nth-of-type(1) {
    padding: 0 0 3.2rem;
}

.pb-footer__section:nth-of-type(2) {
    padding: 2.8rem 0 2.4rem;
}

.pb-footer__section:nth-of-type(2):before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.4rem;
    background: url(../images/bg-line.svg) 0 0 repeat-x;
    background-size: auto 100%;
}

@media (min-width: 640px) {
    .pb-footer__section:nth-of-type(1) {
        padding: 0 0 3.2rem;
    }

    .pb-footer__section:nth-of-type(2) {
        padding: 3.2rem 0 2.4rem;
    }
}

@media (min-width: 1680px) {
    .pb-footer__section:nth-of-type(1) {
        padding: 0 0 4.8rem;
    }

    .pb-footer__section:nth-of-type(2) {
        padding: 4rem 0 4.8rem;
    }

    .pb-footer__section:nth-of-type(2):before {
        height: 0.7rem;
    }
}

.pb-footer__logo {
    display: block;
    margin: 0 auto 3.2rem;
    max-width: 14.4rem;

    a {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.pb-footer__logo img,
.pb-footer__logo svg {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

@media (min-width: 640px) {
    .pb-footer__logo {
        max-width: 23.2rem;
        margin: 0 auto 4.8rem;
    }
}

@media (min-width: 992px) {
    .pb-footer__logo {
        max-width: 32rem;
        margin: 0;
    }
}

@media (min-width: 1680px) {
    .pb-footer__logo {
        max-width: 37.8rem;
    }
}

.pb-footer__phones {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.4rem;
    line-height: 1.29;
    font-weight: 500;
}

.pb-footer__phones>li {
    margin: 0 0 2rem;
}

.pb-footer__phones>li:last-child {
    margin: 0;
}

.pb-footer__phones a {
    text-decoration: underline;
    color: #ffffff;
}

.pb-footer__phones a:hover {
    text-decoration: underline;
    color: #ffffff;
}

@media (min-width: 640px) {
    .pb-footer__phones {
        font-size: 2.4rem;
        line-height: 1.48;
        font-weight: 500;
    }
}

@media (min-width: 992px) {
    .pb-footer__phones {
        position: relative;
        top: -1.6rem;
        margin: 0 0 -1.6rem;
    }

    .pb-footer__phones>li {
        margin: 0 0 1.2rem;
    }

    .pb-footer__phones>li:last-child {
        margin: 0;
    }
}

@media (min-width: 1680px) {
    .pb-footer__phones {
        font-size: 3.2rem;
        line-height: 1.48;
        font-weight: 500;
    }

    .pb-footer__phones>li {
        margin: 0 0 1.6rem;
    }

    .pb-footer__phones>li:last-child {
        margin: 0;
    }
}

.pb-footer__copyright {
    margin: 0 0 2.4rem;
    font-size: 1.4rem;
    line-height: 1.29;
    font-weight: 400;
    text-align: center;
    letter-spacing: -0.03em;
    color: #717174;
}

@media (min-width: 640px) {
    .pb-footer__copyright {
        font-size: 1.6rem;
        line-height: 1.5;
        font-weight: 400;
        letter-spacing: -0.03em;
        margin: 0 0 2rem;
    }
}

@media (min-width: 992px) {
    .pb-footer__copyright {
        text-align: left;
    }
}

@media (min-width: 1680px) {
    .pb-footer__copyright {
        font-size: 2rem;
        line-height: 1.6;
        font-weight: 400;
    }
}

.pb-footer__dev {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #717174;
    margin: 0;
}

.pb-footer__dev-icon {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 0.8rem 0 0;
    width: 1.6rem;
    height: 1.6rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pb-footer__dev-icon img,
.pb-footer__dev-icon svg {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

@media (min-width: 640px) {
    .pb-footer__dev-icon {
        width: 2.8rem;
        height: 2.8rem;
    }
}

@media (min-width: 1680px) {
    .pb-footer__dev-icon {
        width: 4rem;
        height: 4rem;
        margin: 0 1.2rem 0 0;
    }
}

.pb-footer__dev-text {
    display: block;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    font-size: 1.4rem;
    line-height: 1.29;
    font-weight: 400;
    letter-spacing: -0.03em;
}

@media (min-width: 640px) {
    .pb-footer__dev-text {
        font-size: 1.6rem;
        line-height: 1.5;
        font-weight: 400;
        letter-spacing: -0.03em;
    }
}

@media (min-width: 1680px) {
    .pb-footer__dev-text {
        font-size: 2rem;
        line-height: 1.6;
        font-weight: 400;
        letter-spacing: -0.03em;
    }
}

.pb-footer__dev-link {
    text-decoration: none;
    color: var(--color-text-third);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.pb-footer__dev-link:hover {
    text-decoration: none;
    color: var(--color-text-third);
}

.is-page-yandex-go .swiper-pb-services .swiper-slide {
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media (max-width: 991px) {
    .is-page-yandex-go .swiper-pb-services .swiper-slide {
        width: 34rem !important;
    }
}

@media (max-width: 639px) {
    .is-page-yandex-go .swiper-pb-services .swiper-slide {
        width: 23rem !important;
    }
}

@media (max-width: 991px) {
    .is-page-yandex-go .container-fluid {
        max-width: 100%;
    }
}

.is-page-yandex-go .pb-intro,
.is-page-onpass .pb-intro {
    margin-bottom: 10rem;
    padding-bottom: 7.4rem;
    background: linear-gradient(108.12deg, #424242 -9.65%, #111111 83.75%);
}

@media (max-width: 1679px) {

    .is-page-yandex-go .pb-intro,
    .is-page-onpass .pb-intro {
        padding-bottom: 3.1rem;
    }
}

@media (max-width: 1199px) {

    .is-page-yandex-go .pb-intro,
    .is-page-onpass .pb-intro {
        margin-bottom: 9.5rem;
        padding-bottom: 3.6rem;
    }
}

@media (max-width: 639px) {

    .is-page-yandex-go .pb-intro,
    .is-page-onpass .pb-intro {
        margin-bottom: 4rem;
        padding-bottom: 4rem;
    }
}

.is-page-yandex-go .pb-intro__desc,
.is-page-onpass .pb-intro__desc {
    margin-bottom: 12rem;
}

@media (max-width: 1679px) {

    .is-page-yandex-go .pb-intro__desc,
    .is-page-onpass .pb-intro__desc {
        margin-bottom: 8.2rem;
    }
}

@media (max-width: 1199px) {

    .is-page-yandex-go .pb-intro__desc,
    .is-page-onpass .pb-intro__desc {
        margin-bottom: 11rem;
    }
}

@media (max-width: 639px) {

    .is-page-yandex-go .pb-intro__desc,
    .is-page-onpass .pb-intro__desc {
        margin-bottom: 5rem;
    }
}

.pb-intro.pb-deposits-intro {
    padding: 9.5rem 0 27.8rem;
}

@media (min-width: 640px) {
    .pb-intro.pb-deposits-intro {
        padding: 14.7rem 0 49.3rem;
        margin: 0 0 10rem;
    }
}

@media (min-width: 992px) {
    .pb-intro.pb-deposits-intro {
        padding: 15rem 0 41.4rem;
    }
}

@media (min-width: 1200px) {
    .pb-intro.pb-deposits-intro {
        padding: 15rem 0 36.6rem;
    }
}

@media (min-width: 1680px) {
    .pb-intro.pb-deposits-intro {
        padding: 18.8rem 0 51.6rem;
        margin: 0 0 13.4rem;
    }
}

.pb-deposits-intro .pb-intro__desc {
    padding-top: 4.8rem;
}

.is-page-yandex-go .pb-intro__text {
    max-width: 87rem;
    margin: 2.8rem auto 0;
}

@media (max-width: 1679px) {
    .is-page-yandex-go .pb-intro__text {
        margin-top: 3.2rem;
    }
}

@media (max-width: 1199px) {
    .is-page-yandex-go .pb-intro__text {
        margin-top: 2.8rem;
    }
}

@media (max-width: 991px) {
    .is-page-yandex-go .pb-intro__text {
        margin-top: 1.6rem;
    }
}

@media (max-width: 639px) {
    .is-page-yandex-go .pb-intro__text {
        margin-top: 0.4rem;
    }
}

@media (max-width: 1199px) {
    .is-page-yandex-go .pb-intro-yandex-go__image {
        max-width: 67.6rem;
        margin: 0 auto;
    }

    .is-page-yandex-go .pb-intro-yandex-go__image-logo {
        max-width: 16rem;
        margin: 0 auto;
    }
}

.is-page-yandex-go .pb-intro__decor {
    height: 0.4rem;
    width: 100%;
    margin-top: 14rem;
    margin-bottom: 4.4rem;
    background: url(../images/bg-line.svg) 0 0 repeat-x;
    background-size: auto 100%;
}

@media (max-width: 1679px) {
    .is-page-yandex-go .pb-intro__decor {
        margin-top: 6.4rem;
        margin-bottom: 2.4rem;
    }
}

@media (max-width: 1199px) {
    .is-page-yandex-go .pb-intro__decor {
        margin-top: 5.4rem;
        margin-bottom: 2.9rem;
    }
}

.is-page-yandex-go .pb-intro__action {
    margin-top: 3.2rem;
}

.is-page-pb .pb-list {
    position: relative;
    padding-top: 4rem;
}

.is-page-pb .pb-list:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.4rem;
    background: url(../images/bg-line.png) 0 0 repeat-x;
    background-size: auto 100%;
}

.is-page-yandex-go .pb-item {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4rem;
}

.is-page-yandex-go .pb-item:last-child {
    margin-bottom: 0 !important;
}

.is-page-yandex-go .pb-item .number {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 7.2rem;
    height: 7.2rem;
    margin-right: 2.4rem;
    padding-bottom: 1.5rem;
    font: 500 4.4rem/1.17 'Playfair Display',
        Georgia,
        serif;
    border: 1px solid #bfbfb8;
    border-radius: 50%;
}

@media (max-width: 1679px) {
    .is-page-yandex-go .pb-item .number {
        width: 6rem;
        height: 6rem;
        margin-right: 3.1rem;
        padding-bottom: 1rem;
        font-size: 3.2rem;
    }
}

@media (max-width: 639px) {
    .is-page-yandex-go .pb-item .number {
        width: 4.8rem;
        height: 4.8rem;
        margin-right: 2.4rem;
        font-size: 2.4rem;
    }
}

.is-page-yandex-go .pb-item .text {
    font: 500 4.4rem/1.17 'Playfair Display',
        Georgia,
        serif;
}

@media (max-width: 1679px) {
    .is-page-yandex-go .pb-item .text {
        font-size: 3.2rem;
    }
}

.is-page-yandex-go .pb-item .text p {
    margin: 0;
}

.is-page-yandex-go .pb-item .text .note {
    margin-top: 1.2rem;
    font: 400 2.4rem/1.25 'GT America LCG',
        Arial,
        sans-serif;
    color: #717174;
}

@media (max-width: 1679px) {
    .is-page-yandex-go .pb-item .text .note {
        font-size: 2rem;
    }
}

.is-page-yandex-go .pb-use {
    margin-bottom: 22rem;
}

@media (max-width: 1679px) {
    .is-page-yandex-go .pb-use {
        margin-bottom: 19.2rem;
    }
}

@media (max-width: 1199px) {
    .is-page-yandex-go .pb-use {
        margin-bottom: 12.2rem;
    }
}

@media (max-width: 991px) {
    .is-page-yandex-go .pb-use {
        margin-bottom: 9.8rem;
    }
}

@media (max-width: 639px) {
    .is-page-yandex-go .pb-use {
        margin-bottom: 8rem;
    }
}

@media (min-width: 1680px) {
    .is-page-yandex-go .pb-use__title {
        margin-bottom: 13.2rem;
    }
}

.is-page-yandex-go .pb-use__image {
    max-width: 49rem;
    margin: 3.2rem auto 0;
}

@media (min-width: 1680px) {
    .is-page-yandex-go .pb-use__image {
        width: auto;
        margin-top: -13.2rem;
    }
}

.is-page-yandex-go .pb-use .pb-list {
    margin-bottom: 7.4rem;
}

@media (max-width: 1199px) {
    .is-page-yandex-go .pb-use .pb-list {
        margin-bottom: 4rem;
    }
}

.is-page-pb .pb-use .pb-item {
    margin-bottom: 3rem;
}

@media (max-width: 1679px) {
    .is-page-pb .pb-use .pb-item {
        margin-bottom: 3rem;
    }
}

@media (max-width: 639px) {
    .is-page-pb .pb-use .pb-item {
        margin-bottom: 2.4rem;
    }
}

@media (max-width: 991px) {
    .is-page-yandex-go .pb-use .pb-btn {
        width: 100%;
    }
}

.is-page-yandex-go .pb-form {
    margin-bottom: 20rem;
}

@media (max-width: 991px) {
    .is-page-yandex-go .pb-form {
        margin-bottom: 14.8rem;
    }
}

@media (max-width: 639px) {
    .is-page-yandex-go .pb-form {
        margin-bottom: 8rem;
    }
}

.is-page-yandex-go .pb-form .ui-placeholder {
    margin-bottom: 0;
}

.is-page-yandex-go .pb-form .ui-group {
    margin-bottom: 1.6rem;
}

@media (min-width: 640px) {
    .is-page-yandex-go .pb-form .ui-group {
        margin-bottom: 2.8rem;
    }
}

@media (min-width: 1680px) {
    .is-page-yandex-go .pb-form .ui-group {
        margin-bottom: 3.6rem;
    }
}

.is-page-yandex-go .pb-form__title,
.is-page-fitmost .pb-form__title {
    margin-bottom: 6.4rem;
    text-align: center;
}

@media (max-width: 1199px) {

    .is-page-yandex-go .pb-form__title,
    .is-page-fitmost .pb-form__title {
        margin-bottom: 4.8rem;
    }
}

.is-page-onpass .pb-form__title {
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .is-page-onpass .pb-form__title {
        margin-bottom: 0;
    }
}

.is-page-onpass .documents {
    margin-bottom: 4rem;
}

@media (min-width: 640px) {
    .is-page-onpass .documents {
        margin-bottom: 5rem;
    }
}

@media (min-width: 992px) {
    .is-page-onpass .documents {
        margin-bottom: 10rem;
    }
}

.is-page-onpass .pb-intro__title {
    margin-bottom: 1.6rem;
}

.is-page-onpass .pb-intro__action {
    margin-top: 3.2rem;
}

@media (min-width: 640px) {
    .is-page-onpass .pb-intro__title {
        margin-bottom: 3.2rem;
    }

    .is-page-onpass .pb-intro__action {
        margin-top: 4.8rem;
    }
}

@media (min-width: 1200px) {
    .is-page-onpass .pb-intro__title {
        margin-bottom: 2.4rem;
    }
}

.is-page-onpass .pb-intro__text {
    max-width: 86rem;
}

@media (min-width: 640px) {
    .is-page-onpass .pb-intro__text {
        line-height: 2.4rem;
    }
}

.pb-form__subtitle {
    font-size: 1.6rem;
    line-height: 2rem;

    margin: 2.4rem auto 3.2rem;

    text-align: center;
    color: #717174;
}

@media (min-width: 640px) {
    .pb-form__subtitle {
        font-size: 2.4rem;
        line-height: 2.8rem;
        margin-bottom: 4.8rem;
    }
}

@media (min-width: 992px) {
    .pb-form__subtitle {
        margin-top: 3.2rem;
    }
}

@media (min-width: 1200px) {
    .pb-form__subtitle {
        margin-bottom: 6.4rem;
    }
}

@media (max-width: 991px) {
    .pb-form .pb-btn {
        width: 100%;
    }
}

.is-page-yandex-go .pb-form .ui-form,
.is-page-onpass .pb-form .ui-form,
.is-page-fitmost .pb-form .ui-form {
    margin: 0 auto;
}

@media (min-width: 640px) {

    .is-page-yandex-go .pb-form .ui-form,
    .is-page-onpass .pb-form .ui-form,
    .is-page-fitmost .pb-form .ui-form {
        max-width: 81.3rem;
    }
}

@media (min-width: 1680px) {

    .is-page-yandex-go .pb-form .ui-form,
    .is-page-onpass .pb-form .ui-form,
    .is-page-fitmost .pb-form .ui-form {
        max-width: 113.6rem;
    }
}

.is-page-yandex-go .pb-form .ui-form .row {
    margin-bottom: 5.6rem;
}

.is-page-yandex-go .pb-form .ui-form .row:last-child {
    margin-bottom: 0;
}

.is-page-yandex-go .pb-form .pb-check:last-child {
    margin-bottom: 0;
}

@media (min-width: 1680px) {
    .is-page-yandex-go .pb-form .pb-check {
        margin-bottom: 3.2rem;
    }
}

.is-page-onpass .pb-form .ui-form .row {
    margin-bottom: 3.2rem;
}

@media (min-width: 640px) {
    .is-page-onpass .pb-form .ui-form .row {
        margin-bottom: 4.8rem;
    }
}

@media (min-width: 992px) {
    .is-page-onpass .pb-form .ui-form .row {
        margin-bottom: 7.2rem;
    }
}

@media (min-width: 1200px) {
    .is-page-onpass .pb-form .ui-form .row {
        margin-bottom: 6.4rem;
    }
}

.is-page-pb .pb-faq {
    padding-bottom: 5rem;

    @media (width >=640px) {
        padding-bottom: 10rem;
    }
}

.is-page-pb .pb-faq__title {
    margin-bottom: 0;
    position: relative;
}

.is-page-pb .pb-faq__title::after {
    content: '';
    display: block;
    width: 100%;
    height: 0.7rem;
    margin: 3.2rem 0;
    background: url(/local/cifra_css/../images/bg-line.png) 0 0 repeat-x;
    background-size: auto 100%;
}

.pb-faq.pb-faq--consulting {
    margin-top: 100px;
}

.pb-faq.pb-faq--consulting .container-fluid {
    margin-bottom: 10rem;

    &::after {
        content: none;
    }
}

.pb-conditions {
    margin-bottom: 20rem;

    @media (width < 1200px) {
        margin-bottom: 10rem;
    }

    @media (width < 650px) {
        margin-bottom: 8rem;
    }

    .pb-conditions__wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 3.2rem;

        @media (width <=1300px) {
            overflow-x: auto;
            flex-wrap: nowrap;
        }
    }

    .pb-conditions__item {
        width: 582px;

        @media (width < 1680px) {
            width: 434px;
        }
    }

    .pb-conditions__item--wide {
        width: 983px;

        @media (width < 1680px) {
            width: 734px;
        }
    }

    .pb-conditions__item {
        flex-shrink: 0;

        @media (width <=1300px) {
            max-width: 80vw;
            width: 339px;

            &:first-child {
                width: 498px;
            }
        }

        @media (width < 650px) {
            width: 230px;

            &:first-child {
                width: 284px;
            }
        }
    }

    .pb-conditions__image {
        margin-bottom: 2rem;

        img {
            width: 100%;
            height: 51.8rem;
            object-fit: cover;

            @media (width <=1679px) {
                height: 389px;
            }

            @media (width < 650px) {
                height: 320px;
            }
        }
    }

    .pb-conditions__title {
        font-family: 'Playfair Display', Georgia, serif;
        font-size: 4.4rem;
        font-weight: 500;
        margin-bottom: 2rem;

        @media (width <=1200px) {
            font-size: 3.2rem;
        }

        @media (width < 650px) {
            font-size: 2.4rem;
        }
    }

    .pb-conditions__text {
        font-size: 2.4rem;
        color: #717174;

        @media (width <=1200px) {
            font-size: 2rem;
        }

        @media (width < 650px) {
            font-size: 1.6rem;
        }
    }
}

@media (min-width: 640px) {

    .is-page-yandex-go .pb-faq__title::after,
    .is-page-yandex-go .pb-faq .container-fluid::after {
        margin: 5rem 0;
    }
}

.is-page-yandex-go .pb-faq .pb-list {
    padding-top: 5rem;
}

.is-page-pb .pb-faq .accordion__item {
    min-height: 0;
    margin-bottom: 6.4rem;
    padding: 0;
    background: transparent;
    border: none;
}

.is-page-pb .pb-faq .accordion__item:last-child {
    margin-bottom: 0 !important;
}

.is-page-pb .pb-faq .accordion__item:after {
    display: none;
}

.is-page-pb .pb-faq .accordion__item.is-open .accordion__item-toggle:after {
    transform: rotate(0);
}

.is-page-pb .pb-faq .accordion__item-toggle:after {
    position: absolute;
    right: 0;
    top: 1.5rem;
    width: 1.8rem;
    height: 1.1rem;
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxOSAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuNzg3NzEgMTAuMDgwNkwxLjM3NzMzIDEwLjY5NDlDMS41NjI4OSAxMC44ODY3IDEuODA5NzcgMTAuOTkyNCAyLjA3MzYyIDEwLjk5MjRDMi4zMzczMyAxMC45OTI0IDIuNTg0NTEgMTAuODg2NyAyLjc3MDA3IDEwLjY5NDlMOS40OTU5OCAzLjczNTc2TDE2LjIyOTYgMTAuNzAyNkMxNi40MTQ5IDEwLjg5NDUgMTYuNjYyMSAxMSAxNi45MjU4IDExQzE3LjE4OTUgMTEgMTcuNDM2OCAxMC44OTQ1IDE3LjYyMjIgMTAuNzAyNkwxOC4yMTIgMTAuMDkyMUMxOC41OTYgOS42OTUxNCAxOC41OTYgOS4wNDg0NiAxOC4yMTIgOC42NTE0N0wxMC4xOTQ4IDAuMzI2NzQ0QzEwLjAwOTUgMC4xMzUwNTggOS43NjI2MSAtMS43MTc1MmUtMDYgOS40OTY1NiAtMS43NDA3OGUtMDZMOS40OTM0OSAtMS43NDEwNWUtMDZDOS4yMjk2MyAtMS43NjQxMmUtMDYgOC45ODI3NSAwLjEzNTIwOSA4Ljc5NzQ4IDAuMzI2NzQ0TDAuNzg3NzEgOC42Mjg5QzAuNjAyMTQ4IDguODIwNTkgMC41MDAyOTQgOS4wODM3NCAwLjUgOS4zNTY1OEMwLjUgOS42Mjk1OCAwLjYwMjE0OCA5Ljg4OTEgMC43ODc3MSAxMC4wODA2WiIgZmlsbD0iI0FGQUZBRiIvPgo8L3N2Zz4K') 50% 50% no-repeat;
    background-size: contain;
    transform: rotate(180deg);
    content: '';
}

@media (max-width: 991px) {
    .is-page-pb .pb-faq .accordion__item-toggle:after {
        top: 1rem;
    }
}

.is-page-pb .pb-faq .accordion__item-toggle span {
    max-width: 133rem;
    padding-right: 0;
    font: 500 4.4rem/1.17 'Playfair Display',
        Georgia,
        serif;
}

@media (max-width: 1679px) {
    .is-page-pb .pb-faq .accordion__item-toggle span {
        max-width: 79rem;
        font-size: 3.2rem;
    }
}

@media (max-width: 639px) {
    .is-page-pb .pb-faq .accordion__item-toggle span {
        font-size: 2.4rem;
    }
}

.is-page-pb .pb-faq .accordion__item-content {
    max-width: 133rem;
    top: 0;
    padding-bottom: 0;
    padding-top: 2.4rem;
    padding-right: 0;
    font: 400 2.4rem/1.25 'GT America LCG',
        Arial,
        sans-serif;
    color: #717174;
}

.is-page-pb .pb-faq .accordion__item-content p {
    margin-top: 0;
    margin-bottom: 2.4rem;
}

.is-page-pb .pb-faq .accordion__item-content p:last-child {
    margin-bottom: 0;
}

@media (max-width: 1679px) {
    .is-page-pb .pb-faq .accordion__item-content {
        max-width: 79rem;
        font-size: 2rem;
    }
}

@media (max-width: 639px) {
    .is-page-pb .pb-faq .accordion__item-content {
        font-size: 1.6rem;
    }
}

.is-page-pb .pb-footer {
    background-color: #24303b;
}

.is-page-pb .pb-footer__content {
    margin-bottom: 18rem;
    text-align: center;
}

@media (max-width: 1679px) {
    .is-page-pb .pb-footer__content {
        margin-bottom: 13.4rem;
    }
}

@media (max-width: 1199px) {
    .is-page-pb .pb-footer__content {
        margin-bottom: 16rem;
    }
}

@media (max-width: 991px) {
    .is-page-pb .pb-footer__content {
        margin-bottom: 10rem;
    }
}

@media (max-width: 639px) {
    .is-page-pb .pb-footer__content {
        margin-bottom: 8.7rem;
    }
}

.is-page-pb .pb-footer__content .title {
    margin-bottom: 8rem;
    font-size: 12.8rem;
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 500;
}

@media (max-width: 1679px) {
    .is-page-pb .pb-footer__content .title {
        margin-bottom: 6.2rem;
        font-size: 10rem;
    }
}

@media (max-width: 1199px) {
    .is-page-pb .pb-footer__content .title {
        font-size: 7.2rem;
    }
}

@media (max-width: 991px) {
    .is-page-pb .pb-footer__content .title {
        margin-bottom: 4.8rem;
        font-size: 6.4rem;
    }
}

@media (max-width: 639px) {
    .is-page-pb .pb-footer__content .title {
        margin-bottom: 3.2rem;
        font-size: 3.6rem;
    }
}

.is-page-pb .pb-footer__content .text {
    margin-bottom: 0.8rem;
    font-size: 3.2rem;
}

@media (max-width: 1679px) {
    .is-page-pb .pb-footer__content .text {
        margin-bottom: 0.4rem;
        font-size: 2.4rem;
    }
}

@media (max-width: 991px) {
    .is-page-pb .pb-footer__content .text {
        margin-bottom: 0.8rem;
        font-size: 2rem;
    }
}

@media (max-width: 639px) {
    .is-page-pb .pb-footer__content .text {
        font-size: 1.6rem;
    }
}

@media (max-width: 991px) {
    .is-page-pos-credit .intro__item-desc {
        max-width: 60%;
    }
}

@media (max-width: 639px) {
    .is-page-pos-credit .intro__item-desc {
        max-width: 100%;
    }
}

@media (max-width: 1199px) {
    .is-page-pos-credit .intro__item-title {
        margin-bottom: 4rem;
    }
}

@media (max-width: 639px) {
    .is-page-pos-credit .intro__item-title {
        margin-bottom: 3.2rem;
    }
}

.is-page-pos-credit .benefits-cards__list li {
    max-width: 100%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 33.3%;
}

@media (max-width: 1199px) {
    .is-page-pos-credit .benefits-cards__list li {
        width: 50%;
    }

    .is-page-pos-credit .benefits-cards__list li:last-child {
        width: 100%;
    }
}

@media (max-width: 639px) {
    .is-page-pos-credit .benefits-cards__list li {
        width: 100%;
    }
}

.is-page-pos-credit .documents {
    margin-bottom: 11rem;
}

@media (max-width: 1199px) {
    .is-page-pos-credit .documents {
        margin-bottom: 6.4rem;
    }
}

.is-page-certif .products-ind__item-title {
    margin-bottom: 1.2rem;
}

.is-page-certif .products-ind__item-text {
    margin: 0;
}

.is-page-certif .products-ind__item-image {
    top: 2.4rem;
    right: 2.4rem;
    left: auto;
    width: 8rem;
    height: 8rem;
}

@media (min-width: 640px) {
    .is-page-certif .products-ind__item-image {
        width: 12.5rem;
        height: 12.5rem;
    }
}

@media (min-width: 1200px) {
    .is-page-certif .products-ind__item-image {
        right: 3.2rem;
        width: 16.2rem;
        height: 16.2rem;
    }
}

.is-page-certif .accordion__item {
    margin-bottom: 0.8rem;
}

.is-page-certif .accordion__item:last-child {
    margin-bottom: 0 !important;
}

@media (min-width: 1200px) {
    .is-page-certif .accordion__item {
        margin-bottom: 2.4rem;
        padding-top: 2.4rem;
        padding-bottom: 2.4rem;
    }
}

.is-page-certif .accordion__item-content h3,
.is-page-certif .accordion__item-content p,
.is-page-certif .accordion__item-content ol,
.is-page-certif .accordion__item-content ul {
    margin: 0;
    padding: 0;
}

.is-page-certif .accordion__item-content h3 {
    font-family: 'Stolzl', Arial, sans-serif;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .is-page-certif .accordion__item-content h3 {
        font-size: 1.8rem;
    }
}

.is-page-certif .accordion__item-content h3,
.is-page-certif .accordion__item-content p {
    font-size: 1.6rem;
}

@media (min-width: 1200px) {

    .is-page-certif .accordion__item-content h3,
    .is-page-certif .accordion__item-content p {
        font-size: 1.8rem;
    }
}

.is-page-certif .accordion__item-content h3 {
    margin-bottom: 1.6rem;
}

.is-page-certif .accordion__item-content a {
    text-decoration: underline;
}

.is-page-certif .accordion__item-content ul {
    list-style: none;
}

.is-page-certif .accordion__item-content ol {
    padding-left: 2rem;
    list-style-type: decimal;
    list-style-position: outside;
}

.is-page-certif .accordion__item-content ol img {
    max-width: 43.8rem;
    width: 100%;
    margin-left: -2rem;
}

.is-page-certif .accordion__item-content ol p {
    margin-left: -2rem;
}

.is-page-certif .accordion__item-content ol a {
    color: var(--color-dark);
}

.is-page-certif .accordion__item-content ol ul li {
    position: relative;
}

.is-page-certif .accordion__item-content ol ul li:before {
    position: absolute;
    top: 1.2rem;
    left: -1.6rem;
    width: 0.4rem;
    height: 0.4rem;
    background-color: var(--color-dark);
    border-radius: 50%;
    content: '';
}

.is-page-concierge .swiper-pb-services .swiper-slide {
    width: 24.9rem;
}

@media (min-width: 640px) {
    .is-page-concierge .swiper-pb-services .swiper-slide {
        width: 30.3rem;
    }
}

@media (min-width: 1200px) {
    .is-page-concierge .swiper-pb-services .swiper-slide {
        width: 25%;
    }
}

.is-page-pb .icon {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 7.2rem;
    height: 7.2rem;
    background-size: contain;
}

.is-page-pb .icon-telegram {
    background: url(../images/icons/icon-telegram.svg) no-repeat center;
}

.is-page-pb .icon-whatsapp {
    background: url(../images/icons/icon-whatsapp.svg) no-repeat center;
}

.is-page-concierge .pb-intro {
    padding-bottom: 0;
}

.is-page-concierge .pb-intro__desc {
    padding-bottom: 20.4rem;
}

@media (min-width: 640px) {
    .is-page-concierge .pb-intro__desc {
        padding-bottom: 35.3rem;
    }
}

@media (min-width: 1200px) {
    .is-page-concierge .pb-intro__desc {
        padding-bottom: 30.5rem;
    }
}

.is-page-concierge .pb-intro__title {
    margin-bottom: 1.6rem;
}

@media (min-width: 640px) {
    .is-page-concierge .pb-intro__title {
        margin-bottom: 3.2rem;
    }
}

.is-page-concierge .pb-intro__text {
    margin-bottom: 3.2rem;
    padding: 0;
}

@media (min-width: 640px) {
    .is-page-concierge .pb-intro__text {
        margin-bottom: 0;
    }
}

.is-page-concierge .pb-intro__bottom {
    background: #1c1c1c;
}

.is-page-fitmost .pb-intro__bottom {
    background: transparent;
}

.is-page-concierge .pb-intro__bottom-inner {
    max-width: 92.4rem;
    margin: 0 auto;
    padding: 2rem 0 4.4rem;
    display: flex;
    justify-content: center;
}

@media (min-width: 640px) {
    .is-page-concierge .pb-intro__bottom-inner {
        padding: 2rem 0;
    }
}

@media (min-width: 992px) {
    .is-page-concierge .pb-intro__bottom-inner {
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.is-page-concierge .pb-intro__bottom-inner p {
    margin: 2.4rem 0 0;
    color: #bfbfb8;
    font-weight: 400;
    font-size: 1.6rem;

    @media (width >=992px) {
        max-width: 80rem;
        margin: 0;
        font-size: 2rem;
    }

    @media (width >=1680px) {
        font-size: 2.4rem;
    }
}

.is-page-concierge .pb-intro__image-logo {
    width: 25.3rem;
}

@media (min-width: 992px) {
    .is-page-concierge .pb-intro__image-logo {
        width: 21.4rem;
    }
}

.is-page-concierge .pb-intro__decor {
    top: -0.4rem;
    height: 0.4rem;
    width: 100%;
    margin: 0;
    background: url(../images/bg-line.svg) 0 0 repeat-x;
    background-size: auto 100%;
}

.is-page-concierge .pb-services {
    margin-bottom: 8rem;
}

@media (min-width: 640px) {
    .is-page-concierge .pb-services {
        margin-bottom: 10rem;
    }
}

@media (min-width: 992px) {
    .is-page-concierge .pb-services {
        margin-bottom: 19rem;
    }
}

@media (min-width: 1200px) {
    .is-page-concierge .pb-services {
        margin-bottom: 24rem;
    }
}

.is-page-pb .pb-use__title {
    margin-bottom: 2.4rem;
}

@media (min-width: 992px) {
    .is-page-pb .pb-use__title {
        margin-bottom: 3.2rem;
    }
}

@media (min-width: 1200px) {
    .is-page-pb .pb-use__title {
        margin-bottom: 4rem;
    }
}

.is-page-pb .pb-use__wrapper .text {
    margin-bottom: 3.2rem;
    font-size: 1.6rem;
}

@media (min-width: 992px) {
    .is-page-pb .pb-use__wrapper .text {
        margin-bottom: 2.4rem;
        font-size: 2rem;
    }
}

@media (min-width: 1200px) {
    .is-page-pb .pb-use__wrapper .text {
        margin-bottom: 3.8rem;
        font-size: 2.4rem;
    }
}

.is-page-pb .pb-use__wrapper .pb-list {
    padding-top: 4.8rem;
    margin-bottom: 3.2rem;
}

@media (min-width: 640px) {
    .is-page-pb .pb-use__wrapper .pb-list {
        margin-bottom: 6.4rem;
    }
}

@media (min-width: 992px) {
    .is-page-pb .pb-use__wrapper .pb-list {
        padding-top: 4rem;
    }
}

@media (min-width: 1200px) {
    .is-page-pb .pb-use__wrapper .pb-list {
        padding-top: 8.2rem;
    }
}

.is-page-pb .pb-use__wrapper .pb-item a {
    font-family: 'Playfair Display', sans-serif;
    font-size: 3.2rem;
    font-weight: 500;
    color: #1c1c1d;

    @media (width <=640px) {
        font-size: 2.4rem;
    }
}

.is-page-pb .pb-use__wrapper .pb-item .socials {
    display: -ms-flexbox;
    display: flex;
}

.is-page-pb .pb-use__wrapper .pb-item .socials a {
    margin-right: 3.2rem;
}

.is-page-pb .pb-use__wrapper .note {
    margin-top: 4rem;
    color: #a7a7a7;
}

.is-page-concierge .pb-btn:hover svg path {
    stroke: var(--color-white);
}

.is-page-concierge .pb-btn svg {
    width: 2.2rem;
    height: 1.3rem;
    margin-left: 1.6rem;
}

@media (min-width: 640px) {
    .is-page-concierge .pb-btn svg {
        width: 4.4rem;
        height: 2.4rem;
        margin-left: 2rem;
    }
}

.is-page-insurance .swiper-pb-company .swiper-slide {
    width: 24.5rem;
    padding-right: 1.6rem;
    margin-right: 0 !important;
}

.is-page-insurance .swiper-pb-company .swiper-slide:last-child {
    padding-right: 0 !important;
}

@media (min-width: 640px) {
    .is-page-insurance .swiper-pb-company .swiper-slide {
        padding-right: 2rem;
        width: 38.8rem;
    }
}

@media (min-width: 1200px) {
    .is-page-insurance .swiper-pb-company .swiper-slide {
        width: 33.3%;
        padding-right: 5rem;
    }
}

@media (min-width: 1680px) {
    .is-page-insurance .swiper-pb-company .swiper-slide {
        padding-right: 7rem;
    }
}

.is-page-insurance .pb-intro,
.is-page-onpass .pb-intro {
    margin-bottom: 6rem;
    padding-bottom: 22.4rem;
}

@media (min-width: 640px) {

    .is-page-insurance .pb-intro,
    .is-page-onpass .pb-intro {
        padding-bottom: 45.8rem;
        margin-bottom: 7rem;
    }
}

@media (min-width: 992px) {

    .is-page-insurance .pb-intro,
    .is-page-onpass .pb-intro {
        padding-bottom: 36.1rem;
        margin-bottom: 10rem;
    }
}

@media (min-width: 1200px) {

    .is-page-insurance .pb-intro,
    .is-page-onpass .pb-intro {
        padding-bottom: 34.2rem;
        margin-bottom: 20.4rem;
    }
}

@media (min-width: 1680px) {

    .is-page-insurance .pb-intro,
    .is-page-onpass .pb-intro {
        padding-bottom: 44.5rem;
    }
}

.is-page-pb:not(.is-page-concierge, .is-page-fitmost) .pb-intro:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 16.3rem;
    background: url('../images/img-intro-insurance-pattern.png') repeat-x 0 0;
    background-size: auto 100%;
    z-index: 1;
    content: '';
}

.is-page-pb .pb-intro.pb-intro--onpass::after {
    transform: translateY(40%);
}

@media (min-width: 640px) {
    .is-page-pb .pb-intro:after {
        height: 21rem;
    }
}

.is-page-pb .pb-intro.pb-intro--yandex::after {
    content: none;
}

.is-page-insurance .pb-intro__title br {
    display: none;
}

@media (min-width: 992px) {
    .is-page-insurance .pb-intro__title br {
        display: block;
    }
}

.is-page-insurance .pb-intro__desc {
    margin-bottom: 0;
}

.is-page-insurance .pb-item .number {
    width: auto;
    border: none;
}

.is-page-insurance .pb-company {
    margin-bottom: 7.8rem;
}

@media (min-width: 640px) {
    .is-page-insurance .pb-company {
        margin-bottom: 14.4rem;
    }
}

@media (min-width: 992px) {
    .is-page-insurance .pb-company {
        margin-bottom: 20rem;
    }
}

@media (min-width: 1200px) {
    .is-page-insurance .pb-company {
        margin-bottom: 30rem;
    }
}

@media (min-width: 1680px) {
    .is-page-insurance .pb-company {
        margin-bottom: 21.6rem;
    }
}

.is-page-insurance .pb-company__top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 4.4rem;
}

@media (min-width: 640px) {
    .is-page-insurance .pb-company__top {
        margin-bottom: 6.3rem;
    }
}

@media (min-width: 992px) {
    .is-page-insurance .pb-company__top {
        margin-bottom: 4.8rem;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (min-width: 1200px) {
    .is-page-insurance .pb-company__top {
        margin-bottom: 10rem;
    }
}

.is-page-insurance .pb-company__title {
    margin-bottom: 3rem;
}

@media (min-width: 640px) {
    .is-page-insurance .pb-company__title {
        margin-bottom: 0;
    }
}

.is-page-insurance .pb-company__title img {
    max-width: 28rem;
}

@media (min-width: 640px) {
    .is-page-insurance .pb-company__title img {
        max-width: 36.7rem;
    }
}

@media (min-width: 1680px) {
    .is-page-insurance .pb-company__title img {
        max-width: 53.2rem;
    }
}

.is-page-insurance .pb-company__text {
    color: #717174;
    font-size: 2rem;
}

@media (min-width: 640px) {
    .is-page-insurance .pb-company__text {
        font-size: 2.4rem;
    }
}

@media (min-width: 992px) {
    .is-page-insurance .pb-company__text {
        max-width: 47rem;
    }
}

@media (min-width: 1200px) {
    .is-page-insurance .pb-company__text {
        max-width: 61rem;
    }
}

@media (min-width: 1680px) {
    .is-page-insurance .pb-company__text {
        max-width: 83rem;
        font-size: 3rem;
    }
}

.is-page-insurance .pb-company__item {
    position: relative;
    padding-top: 2.4rem;
}

.is-page-insurance .pb-company__item:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0.3rem;
    background: url(../images/bg-line.png) 0 0 repeat-x;
    background-size: auto 100%;
    content: '';
}

@media (min-width: 640px) {
    .is-page-insurance .pb-company__item {
        padding-top: 2.8rem;
    }
}

@media (min-width: 992px) {
    .is-page-insurance .pb-company__item {
        padding-top: 4.8rem;
    }
}

@media (min-width: 1200px) {
    .is-page-insurance .pb-company__item {
        padding-top: 3rem;
    }
}

.is-page-insurance .pb-company__item .title {
    margin-top: 0;
    margin-bottom: 0.8rem;
    font-size: 2.4rem;
    font-family: 'Playfair Display', sans-serif;
}

@media (min-width: 640px) {
    .is-page-insurance .pb-company__item .title {
        margin-bottom: 1.6rem;
        font-size: 3.2rem;
    }
}

@media (min-width: 1200px) {
    .is-page-insurance .pb-company__item .title {
        margin-bottom: 2rem;
    }
}

@media (min-width: 1680px) {
    .is-page-insurance .pb-company__item .title {
        font-size: 4.4rem;
    }
}

.is-page-insurance .pb-company__item .text {
    font-size: 1.6rem;
    color: #717174;
    margin: 0;
}

@media (min-width: 640px) {
    .is-page-insurance .pb-company__item .text {
        font-size: 2rem;
    }
}

@media (min-width: 1680px) {
    .is-page-insurance .pb-company__item .text {
        font-size: 2.4rem;
    }
}

.text-nowrap,
.is-text-nowrap {
    white-space: nowrap !important;
}

.text-green,
.is-text-green {
    color: var(--color-accent) !important;
}

.text-center,
.is-text-center {
    text-align: center !important;
}

.text-error {
    color: var(--color-error) !important;
}

.is-visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.row-gutter-120 {
    margin: 0 -6rem;
}

.row-gutter-120>[class^='col-'] {
    padding: 0 6rem;
}

.row-gutter-10 {
    margin: 0 -0.5rem -1rem;
}

.row-gutter-10>[class^='col'] {
    padding: 0 0.5rem 1rem;
}

.row-gutter-24 {
    margin: 0 -1.2rem -2.4rem;
}

.row-gutter-24>[class^='col'] {
    padding: 0 1.2rem 2.4rem;
}

.row-gutter-4 {
    margin: 0 -0.2rem -0.4rem;
}

.row-gutter-4>[class^='col'] {
    padding: 0 0.2rem 0.4rem;
}

.col-20pct {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

@media (min-width: 640px) {
    .col-md-10pct {
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%;
    }
}

.is-hidden {
    display: none !important;
}

@media (max-width: 575px) {
    .is-sm-visible {
        display: none !important;
    }
}

@media (max-width: 639px) {
    .is-md-visible {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .is-lg-visible {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .is-xl-visible {
        display: none !important;
    }
}

@media (min-width: 640px) {
    .is-md-hidden {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .is-lg-hidden {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .is-xl-hidden {
        display: none !important;
    }
}

.ui-spacer-24 {
    height: 2.4rem;
}

.ui-spacer-32 {
    height: 3.2rem;
}

@media (max-width: 991px) {
    .ui-spacer-32 {
        height: 1.6rem;
    }
}

.is-lock {
    pointer-events: none;
    opacity: 0.5;
}

@media (min-width: 640px) {
    .is-only-mobile {
        display: none !important;
    }
}

@media (max-width: 639px) and (min-width: 1200px) {
    .is-only-tablet {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .is-only-desktop {
        display: none !important;
    }
}

.b-notif {
    display: none;
    position: fixed;
    right: 4rem;
    bottom: 5.9rem;
    z-index: 5;
}

.b-notif__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.6rem;
    background-color: var(--color-dark);
    color: var(--color-white);
    border-radius: 0.8rem;
}

.rko__loader {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    max-width: 66rem;
    padding: 14.4rem 0;
}

.rko__loader p {
    text-align: center;
}

.currency-control {
    margin-bottom: 12.8rem;
}

.currency-control__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 3.2rem;
}

.currency-control__item {
    width: calc(50% - 16px);
}

.currency-control__item h3 {
    color: #242624;
    font-family: 'GT America LCG', Arial, sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2.4rem;
    margin: 0 0 8px;
}

.currency-control__item p {
    color: #6b7782;
    font-family: 'GT America LCG', Arial, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2rem;
    margin: 0;
}

@media (max-width: 1040px) {
    .currency-control {
        margin-bottom: 6.4rem;
    }

    .currency-control__inner {
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .currency-control__item {
        flex: 1 0 24rem;
        padding: 1px;
    }

    .currency-control__item h3 {
        font-family: Stolzl, Arial, sans-serif;
        font-size: 1.6rem;
        font-weight: 500;
        line-height: 2rem;
        margin: 0 0 4px;
    }

    .currency-control__item p {
        font-size: 1.2rem;
        line-height: 1.6rem;
        margin: 0;
    }
}

.currency-control__title {
    display: block;
    margin: 0 0 2.4rem;
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 2.4rem;
    line-height: 1.2;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .currency-control__title {
        font-size: 4rem;
        margin: 0 0 4.8rem;
    }
}

.hide-for-lg {
    display: none;
}

.hide-for-sm {
    display: block;
}

@media (max-width: 767px) {
    .hide-for-lg {
        display: block;
    }

    .hide-for-sm {
        display: none;
    }
}

#header__primary-bank::after {
    opacity: 1;
}

.tariff-card {
    display: flex;
    background-color: #f5f5f8;
    border-radius: 1.6rem;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.4rem;
    padding-right: 4.2rem;
}

@media (width < 1000px) {
    .tariff-card {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        padding: 4.8rem 4rem;
    }
}

@media (max-width: 639px) {
    .tariff-card {
        padding: 3.2rem 2rem;
    }
}

.tariff-card__inner {
    padding: 4.8rem;
}

@media (max-width: 1200px) {
    .tariff-card__inner {
        padding-right: 0;
    }
}

@media (width < 1000px) {
    .tariff-card__inner {
        padding: 0;
        width: 100%;
    }
}

.tariff-card__title {
    font-family: 'Stolzl', sans-serif;
    font-size: 3.6rem;
    line-height: 4rem;
    font-weight: 500;
    margin-bottom: 1.2rem;
}

@media (max-width: 1200px) {
    .tariff-card__title {
        font-size: 2.2rem;
        line-height: 2.6rem;
    }
}

.tariff-card__desc {
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: 400;
    color: #6b7782;
}

.tariff-card__features {
    display: flex;
    /* justify-content: space-between; */
    margin-bottom: 4.8rem;
    margin-top: 4.8rem;
}

@media (max-width: 639px) {
    .tariff-card__features {
        display: block;
    }

    .popup .tariff-card__features {
        display: flex;
        gap: 1.6rem;
    }
}

.popup .tariff-card__features {
    border-top: 2px solid #f5f5f8;
    border-bottom: 2px solid #f5f5f8;
    padding: 2.4rem 0;
    margin-top: 2.4rem;
}

.tariff-card__features-item {
    width: 20rem;

    .popup & {
        width: 18rem;
    }
}

.tariff-card__features-item:first-of-type {
    width: 16rem;

    .popup & {
        @media (width >=640px) {
            width: 17.6rem;
        }
    }
}

.tariff-card__features-item:not(:last-of-type) {
    margin-right: 4.8rem;

    .popup & {
        @media (width >=640px) {
            width: 18rem;
        }
    }
}

@media (max-width: 1200px) {
    .tariff-card__features-item:not(:last-of-type) {
        margin-right: 2.4rem;
    }
}

@media (max-width: 639px) {

    .tariff-card__features-item,
    .tariff-card__features-item:first-of-type,
    .tariff-card__features-item:not(:last-of-type) {
        width: 100%;
        display: flex;
        margin: 0 0 1.6rem;
        align-items: baseline;
    }

    .popup .tariff-card__features-item {
        display: block;
        width: auto;
        min-width: 90px;
        flex-grow: 1;
    }
}

.tariff-card__features-title {
    font-family: 'Stolzl', sans-serif;
    font-size: 2.8rem;
    line-height: 3.2rem;
    font-weight: 500;
    /*white-space: nowrap;*/

    .popup & {
        font-size: 2.4rem;
        line-height: 2.8rem;
    }
}

@media (max-width: 1200px) {
    .tariff-card__features-title,
    .popup .tariff-card__features-title {
        font-size: 2.2rem;
        line-height: 2.6rem;
    }
}

@media (max-width: 639px) {
    .tariff-card__features-title,
    .popup .tariff-card__features-title{
        font-size: 1.4rem;
        line-height: 1.6rem;
        margin-bottom: 0.4rem;
    }
}

.tariff-card__features-title .icon-rouble {
    line-height: 1;
}

.tariff-card__features-desc {
    font-size: 1.4rem;
    line-height: 1.6rem;
    font-weight: 400;
    color: #6b7782;
    white-space: nowrap;

    .popup & {
        @media (width < 1200px) {
            font-size: 1.2rem;
            line-height: 1.6rem;
        }
    }
}

.tariff-card__features-desc a {
    color: inherit;
    text-decoration: underline;
}

@media (max-width: 520px) {
    .tariff-card__features {
        gap: 1.2rem;
    }

    .tariff-card__features-title {
        font-size: 1.6rem;
        line-height: 2rem;
    }

    .tariff-card__features-desc {
        white-space: wrap;
    }
}

.tariff-card__features-desc .ui-tooltip {
    width: 1.8rem;
    height: 1.8rem;
}

@media (width < 1000px) {
    .tariff-card__features-desc .ui-tooltip {
        width: 1.6rem;
        height: 1.6rem;
    }
}

@media (max-width: 639px) {
    .tariff-card__features-title {
        width: 50%;
    }

    .tariff-card__features-desc {
        width: 50%;
    }

    .popup .tariff-card__features-title,
    .popup .tariff-card__features-desc {
        width: 100%;
    }

    .tariff-card__features-desc:first-letter {
        text-transform: uppercase;
    }
}

.tariff-card__controls {
    display: flex;
    gap: 1.2rem;
}

.tariff-card__controls .ui-btn--white.js-go-to-calc {
    padding: 0;
    aspect-ratio: 1;
}

@media (width < 1000px) {
    .tariff-card__controls .ui-btn--white:not(.js-go-to-calc) {
        width: 100%;
    }

    .tariff-card__controls {
        flex-wrap: wrap;
    }

    .tariff-card__controls .ui-btn--primary {
        flex-grow: 1;
    }

    .tariff-card__controls .ui-btn--light {
        width: 100%;
    }
}

.tariff-card__controls .ui-btn--white svg {
    pointer-events: none;
}

.tariff-card__image {
    @media (width >=1000px) {
        max-width: 30%;
    }
}

.tariff-card__condition {
    display: flex;
    margin-bottom: 1.2rem;
}

.tariff-card__condition-title {
    font-size: 1.4rem;
    line-height: 1.6rem;
    color: #676b73;
    width: 16rem;
    margin-right: 2.4rem;
    flex-shrink: 0;
}

.tariff-card__condition-value {
    font-size: 1.6rem;
    line-height: 2rem;
    color: #14161a;
}

@media (max-width: 640px) {

    .tariff-card__condition-title,
    .tariff-card__condition-value {
        font-size: 1.2rem;
    }
}

.tariff-card__currencies {
    display: flex;
    margin-top: 2.4rem;
}

.popup .tariff-card__currencies {
    margin-top: 0;
}

.tariff-card__currencies-item {
    height: 4.4rem;
    width: 4.4rem;
    background-color: #2c3c4a;
    border: 4px solid #ffffff;
    margin-left: -1rem;
    border-radius: 50%;
    color: #ffffff;
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tariff-card__subtitle {
    margin-bottom: 2.4rem;
    font-size: 1.6rem;
    color: var(--color-grey);
    line-height: 2rem;
}

.tariff-card__text {
    font-size: 1.4rem;
    line-height: 1.6rem;
    color: #6b7782;
}

@media (max-width: 640px) {
    .tariff-card__text {
        font-size: 1.2rem;
    }
}

.tariff-card__popup-title {
    font-size: 3.2rem;
}

.fancybox-container:has(.tariff-card__fancybox) .fancybox-bg {
    background: rgba(36, 38, 36, 0.4);
}

.fancybox-slide--html:has(.tariff-card__fancybox) {
    padding-top: 6.4rem;
}

.disclosure__rcb-content {
    max-width: 108.8rem;
}

.disclosure__rcb-row {
    display: flex;
    gap: 2.4rem;
    margin-bottom: 2.4rem;
    padding-top: 2.4rem;
    border-top: 1px solid #f5f5f8;
}

@media (max-width: 1200px) {
    .disclosure__rcb-row {
        display: block;
    }
}

.disclosure__rcb-title {
    display: flex;
    align-items: center;
    width: 50%;
    font-family: Stolzl, sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2rem;
}

@media (max-width: 1200px) {
    .disclosure__rcb-title {
        width: 100%;
    }
}

.disclosure__rcb-value {
    width: 50%;
    font-family: 'GT America LCG', sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.4rem;
}

@media (max-width: 1200px) {
    .disclosure__rcb-value {
        width: 100%;
        margin-top: 0.8rem;
    }
}

.disclosure__rcb-value--item {
    padding: 1.2rem 0;
}

.disclosure__rcb-value--item:not(:last-of-type) {
    border-bottom: 1px solid #f5f5f8;
}

.disclosure__show-more {
    text-decoration: none;
    color: var(--color-link);
    transition: color 0.25s;
    cursor: pointer;
}

.disclosure__show-more+.js-faq-item-answer {
    margin-top: 1.2rem;
}

@media (hover: hover) {
    .disclosure__show-more:hover {
        text-decoration: none;
        color: var(--color-link-hover);
    }
}

.disclosure__show-more--wrap {
    padding: 1.2rem 0;
}

.discl-date,
.discl-period {
    color: var(--color-gray-on-light);
}

.discl-date {
    margin-top: 0.4rem;
    display: inline-block;
}

@media (max-width: 370px) {
    .calulator-savebox .ui-switch__check {
        min-width: 12rem;
    }
}

.amount-currency {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.8rem;
    background-color: #ffffff;
    border: 1px solid #f0ede9;
    width: 8rem;
}

.tariffs__item-currency {
    flex-wrap: wrap;
    row-gap: 0.6rem;
}

.tariffs__item-currency>li,
.tariffs__item-currency>span {
    position: relative;
    background-color: #e8eaed;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.2rem;
    height: 3.2rem;
    margin-right: 0.6rem;
    padding: 0.5rem;
    cursor: pointer;
    transition: all 0.3s linear;
}

.tariffs__item-currency>li[data-descr='KGS'] {
    text-decoration: underline;
}

.tariffs__item-currency>li:hover,
.tariffs__item-currency>span:hover {
    color: #ffffff;
    background-color: #292c33;
}

.tariffs__item-currency>li .currency-description {
    display: none;
    background-color: #292c33;
    color: #ffffff;
    padding: 0.5rem;
    border-radius: 0.4rem;
    position: absolute;
    bottom: calc(100% + 0.5rem);
    font-size: 1.2rem;
    text-transform: uppercase;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #ffffff;
}

.tariffs__item-currency>li:hover .currency-description {
    display: block;
}

.tariffs__item-currency>span {
    width: fit-content;
    border-radius: 1.6rem;
}

.tariffs__item-currency>span span {
    pointer-events: none;
}

.tariffs__item-currency>li:nth-child(n + 5) {
    display: none;
}

.tariffs__item-currency.is-open>li:nth-child(n + 5) {
    display: flex;
}

.tariffs__item-currency .collapse {
    display: none;
}

.tariffs__item-currency .expand {
    display: inline;
}

.tariffs__item-currency.is-open .collapse {
    display: inline;
}

.tariffs__item-currency.is-open .expand {
    display: none;
}

iframe {
    width: 100%;
    height: fit-content;
    min-height: 110rem;
}

iframe .main {
    padding: 0 !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 3rem white inset !important;
}

.pb-onpass__steps-wrapper .pb-services__title,
.pb-onpass__steps-wrapper .cover__item-line {
    margin-bottom: 3.2rem;
}

@media (min-width: 640px) {

    .pb-onpass__steps-wrapper .pb-services__title,
    .pb-onpass__steps-wrapper .cover__item-line {
        margin-bottom: 4.8rem;
    }
}

@media (min-width: 992px) {

    .pb-onpass__steps-wrapper .pb-services__title,
    .pb-onpass__steps-wrapper .cover__item-line {
        margin-bottom: 6.4rem;
    }
}

.privacy-policy {
    p {
        text-indent: 2.5rem;
    }

    table {
        border: 1px solid;
        width: 100%;

        thead {
            background-color: #e2efd9;
        }

        td,
        th {
            padding: 8px;
            border: 1px solid;
        }
    }
}

#overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99993;
    display: flex;
    justify-content: center;
    align-items: center;

    .loader-content {
        background: #ffffff;
        padding: 40px;
        border-radius: 16px;
        text-align: center;
    }
}

@media (max-width: 370px) {
    .calulator-savebox .ui-switch__check {
        min-width: 120px;
    }
}

.amount-currency {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background-color: #ffffff;
    border: 1px solid #f0ede9;
    width: 80px;
}

.tariffs__item-currency {
    flex-wrap: wrap;
    row-gap: 6px;
}

.tariffs__item-currency>li,
.tariffs__item-currency>span {
    position: relative;
    background-color: #e8eaed;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    margin-right: 6px;
    padding: 5px;
    cursor: pointer;
    transition: all 0.3s linear;
}

.tariffs__item-currency>li:hover,
.tariffs__item-currency>span:hover {
    color: #ffffff;
    background-color: #292c33;
}

.tariffs__item-currency>li .currency-description {
    display: none;
    background-color: #292c33;
    color: #ffffff;
    padding: 5px;
    border-radius: 4px;
    position: absolute;
    bottom: calc(100% + 5px);
    font-size: 12px;
    text-transform: uppercase;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #ffffff;
}

.tariffs__item-currency>li:hover .currency-description {
    display: block;
}

.tariffs__item-currency>span {
    width: fit-content;
    border-radius: 16px;
}

.tariffs__item-currency>span span {
    pointer-events: none;
}

.tariffs__item-currency>li:nth-child(n + 5) {
    display: none;
}

.tariffs__item-currency.is-open>li:nth-child(n + 5) {
    display: flex;
}

.tariffs__item-currency .collapse {
    display: none;
}

.tariffs__item-currency .expand {
    display: inline;
}

.tariffs__item-currency.is-open .collapse {
    display: inline;
}

.tariffs__item-currency.is-open .expand {
    display: none;
}

iframe {
    width: 100%;
    height: fit-content;
    min-height: 1200px;
}

iframe .main {
    padding: 0 !important;
}

@media (min-width: 1280px) {
    iframe {
        min-height: 730px;
    }
}

.sbp-feature__item {
    padding: 3.2rem;
    background-color: #f5f5f8;
    border-radius: 1.6rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1rem;
    height: 100%;

    .col-lg-4:has(&) {
        margin-bottom: 1.2rem;
    }

    @media (width <=991px) {
        padding: 2rem 3.2rem 2.8rem 2.4rem;
    }

    @media (width <=640px) {
        padding: 1.6rem 1.6rem 2rem 1.6rem;
    }
}

.sbp-feature__title {
    font-family: var(--font-heading);
    font-weight: 500;
    font-size: 2.8rem;
    line-height: 1.3;

    @media (width <=991px) {
        font-size: 2rem;
    }

    @media (width <=460px) {
        font-size: 1.6rem;
    }
}

.sbp-feature__text {
    font-size: 1.8rem;
    line-height: 1.3;

    @media (width <=991px) {
        font-size: 1.6rem;
    }

    @media (width <=640px) {
        font-size: 1.4rem;
    }
}

.sbp-possibilities__item {
    background-color: var(--color-light);
    border-radius: 1.6rem;
    padding: 2.4rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: 100%;

    @media (width <=991px) {
        flex-direction: row;
        justify-content: flex-start;
        padding: 0.8rem;
    }
}

.col-lg-4:has(.sbp-possibilities__item) {
    margin-bottom: 1.2rem;
}

.sbp-possibilities__content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.sbp-possibilities__icon {
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 7.2rem;
    height: 7.2rem;
    border-radius: 0.8rem;
    flex-shrink: 0;
}

.sbp-possibilities__title {
    font-family: var(--font-heading);
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 1.3;

    @media (width <=991px) {
        font-size: 1.6rem;
    }
}

.sbp-possibilities__text {
    font-size: 1.6rem;
    line-height: 1.3;
    color: var(--color-grey);

    @media (width <=991px) {
        font-size: 1.4rem;
    }
}

.applications-image {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.sbp-app-image-block {
    background: linear-gradient(180deg, #01cb51 0%, #006848 100%);
    border-radius: 1.6rem;
    padding: 2.4rem 2.4rem 0 2.4rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;

    @media (width <=991px) {
        margin-bottom: 3.2rem;
    }

    .title {
        text-align: center;
        font-family: var(--font-heading);
        font-weight: 500;
        font-size: 4rem;
        line-height: 1.3;
        margin-bottom: 2rem;

        @media (width <=991px) {
            font-size: 3.2rem;
        }

        @media (width <=600px) {
            font-size: 2.2rem;
        }
    }

    p {
        text-align: center;
        font-size: 1.8rem;
        line-height: 1.3;
        margin: 0;

        @media (width <=991px) {
            font-size: 1.6rem;
        }
    }
}

.sbp-progress__item {
    display: flex;
    gap: 2.8rem;
    position: relative;

    &:not(:last-child)::after {
        content: '';
        display: block;
        width: 0.2rem;
        height: calc(100% - 80px);
        position: absolute;
        background: #e3e3e3;
        left: 2.6rem;
        bottom: 1.4rem;
    }
}

.sbp-progress__stage {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5.6rem;
    height: 5.6rem;
    font-family: var(--font-heading);
    font-weight: 500;
    font-size: 2.4rem;
    flex-shrink: 0;
    border-radius: 50%;
    border: 3px solid #e3e3e3;

    &.done {
        border: 3px solid #01cb51;
        background: #01cb51;
        color: #ffffff;
    }

    @media (width <=991px) {
        width: 4.8rem;
        height: 4.8rem;
        font-size: 1.6rem;
    }
}

.sbp-progress__title {
    font-family: var(--font-heading);
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 1.3;

    @media (width <=991px) {
        font-size: 2rem;
        font-family: var(--font-main);
    }
}

.sbp-applications {
    .applications__title {
        @media (width <=991px) {
            font-size: 2.2rem;
        }
    }

    .applications__qr-text {
        padding-bottom: 3.2rem;
        margin-bottom: 3.2rem;
        border-bottom: 2px solid #ebebf2;
    }
}

.pb-consulting-use-text {
    font-size: 2.4rem;

    @media (width <=640px) {
        font-size: 2rem;
    }
}

.pb-faq__title {
    margin-bottom: 10rem;
}

.pb-use--consulting {
    margin-bottom: 23rem;

    @media (width <=991px) {
        margin-bottom: 20rem;
    }

    @media (width <=640px) {
        margin-bottom: 10rem;
    }
}

.pb-intro--consulting {
    margin-bottom: 20rem;

    @media (width <=640px) {
        margin-bottom: 10rem;
    }
}

.ui-placeholder .ui-placeholder__select:has(.select2-selection__rendered:not(:empty))~label {
    -webkit-transform: scale(0.7) translate(0, -0.6rem);
    -moz-transform: scale(0.7) translate(0, -0.6rem);
    -ms-transform: scale(0.7) translate(0, -0.6rem);
    -o-transform: scale(0.7) translate(0, -0.6rem);
    transform: scale(0.7) translate(0, -0.6rem);
    display: flex;
}

.ui-placeholder .select2-container .select2-selection--single {
    height: 56px;
    padding: 1.6rem 1.6rem 0.6rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50% !important;
    transform: translateY(-50%);
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid var(--color-border) !important;
    border-radius: 0.8rem !important;

    .is-error & {
        border-color: var(--color-error) !important;
    }
}

.select2-container {
    width: 100% !important;
}

.fancybox-slide--html .fancybox-close-small {
    display: none;
}

.combo-intro p {
    font-size: 1.8rem;

    @media (width <=991px) {
        font-size: 1.6rem;
    }
}

.section__title {
    font-family: var(--font-heading);
    font-size: 4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 4rem;

    @media (width <=991px) {
        font-size: 2.2rem;
        margin-bottom: 2.4rem;
    }
}

.combo-features__content {
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
    gap: 2.4rem;

    @media (width <=991px) {
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }
}

.combo-features__item {
    background-color: var(--color-light);
    -webkit-border-radius: 1.6rem;
    -moz-border-radius: 1.6rem;
    border-radius: 1.6rem;
    padding: 0 2.8rem;
    display: flex;
    justify-content: space-between;
    transition: all 0.2s ease-in-out;

    @media (width <=991px) {
        padding: 0 2rem;
    }

    @media (width <=640px) {
        padding: 0 1.6rem;
    }

    &:hover {
        background-color: var(--color-accent);
    }
}

.combo-features__item-text {
    padding: 3.2rem 0;

    @media (width <=991px) {
        padding: 2.4rem 0;
    }

    @media (width <=640px) {
        padding: 1.6rem 0;
    }
}

.combo-features__item-title {
    font-family: var(--font-heading);
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 1.2rem;

    @media (width <=991px) {
        font-size: 2rem;
    }

    @media (width <=640px) {
        font-size: 1.6rem;
    }
}

.combo-features__item-content {
    font-size: 1.8rem;
    line-height: 1.3;

    @media (width <=991px) {
        font-size: 1.4rem;
    }
}

.combo-process__content {
    display: grid;
    grid-template-columns: 1fr 50%;
    gap: 6.4rem;

    @media (width <=991px) {
        grid-template-columns: 1fr;
        gap: 3.2rem;
    }
}

.combo-process__list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 5.6rem;
    padding: 4.8rem 0 0;
    margin: 0;

    @media (width <=991px) {
        gap: 2.4rem;
        padding: 0;
    }
}

.combo-process__item {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;

    @media (width <=991px) {
        gap: 0.8rem;
    }
}

.combo-process__item-title {
    font-family: var(--font-heading);
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.2;

    @media (width <=991px) {
        font-size: 2rem;
    }
}

.combo-process__item-text {
    color: var(--color-grey);
    font-size: 1.8rem;
    line-height: 1.3;

    @media (width <=991px) {
        font-size: 1.6rem;
    }
}

.combo-process__right {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--color-light);
    padding: 4.8rem 5.6rem 0 5.6rem;
    -webkit-border-radius: 1.6rem;
    -moz-border-radius: 1.6rem;
    border-radius: 1.6rem;

    @media (width <=991px) {
        padding: 2.4rem 2.4rem 0 2.4rem;
    }
}

.combo-process__title {
    text-align: center;
    font-family: var(--font-heading);
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 1.6rem;

    @media (width <=991px) {
        font-size: 2.4rem;
    }

    @media (width <=640px) {
        font-size: 2rem;
    }
}

.combo-process__subtitle {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.3;
    margin-bottom: 3.2rem;
}

.combo-process__qr {
    display: flex;
    align-items: center;
    justify-content: center;
}

.combo-process__qr-img {
    width: 108px;
    height: 108px;
    margin-right: 2.4rem;
}

.combo-process__qr-text {
    font-size: 1.8rem;
    line-height: 1.3;
}

.combo-process__img {
    display: flex;
}

.combo-process .applications__download-btn {
    background-color: var(--color-white);
}

.combo-modes__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.4rem;

    @media (width <=991px) {
        display: flex;
        flex-direction: column;
        gap: 1.2rem;
    }
}

.combo-modes__item {
    background-color: var(--color-light);
    -webkit-border-radius: 1.6rem;
    -moz-border-radius: 1.6rem;
    border-radius: 1.6rem;
    padding: 0 2.8rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 1.6rem;

    &:last-of-type {
        grid-column: span 2;
        display: block;
    }

    @media (width <=991px) {
        padding: 0 1.6rem;
        display: flex;
    }
}

.combo-modes__item-content {
    padding: 3.2rem 0;

    @media (width <=991px) {
        padding: 1.6rem 0;
    }
}

.combo-modes__item-title {
    font-family: var(--font-heading);
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 1.2rem;

    @media (width <=991px) {
        font-size: 2rem;
    }
}

.combo-modes__item-text {
    font-size: 1.8rem;
    line-height: 1.3;
}

.combo-transfers__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.4rem;

    @media (width <=991px) {
        display: flex;
        flex-direction: column;
        gap: 1.2rem;
    }

    @media (width <=640px) {
        gap: 0.8rem;
    }
}

.combo-transfers__item {
    background-color: var(--color-light);
    -webkit-border-radius: 1.6rem;
    -moz-border-radius: 1.6rem;
    border-radius: 1.6rem;
    padding: 3.2rem;

    @media (width <=991px) {
        padding: 1.6rem;
        display: flex;
        gap: 1.6rem;
    }
}

.combo-transfers__item-icon {
    margin-bottom: 2.4rem;

    @media (width <=991px) {
        margin-bottom: 0;
        width: 5.2rem;
        height: 5.2rem;
    }
}

.combo-transfers__item-title {
    margin-bottom: 0.8rem;
    font-family: var(--font-heading);
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.3;

    @media (width <=991px) {
        font-size: 1.6rem;
        margin-bottom: 0.2rem;
    }
}

.combo-transfers__item-text {
    color: var(--color-grey);
    font-size: 1.6rem;
    line-height: 1.3;
}

.combo-apply {
    @media (width <=640px) {
        .container-fluid {
            padding: 0;
        }

        .section__title,
        .combo-apply__steps {
            padding: 0 1.6rem;
        }
    }
}

.combo-apply__images .swiper-wrapper {
    align-items: stretch;

    @media (width > 640px) {
        flex-direction: column;
    }
}

.combo-apply__images~.swiper-pagination {
    justify-content: center;
    margin-top: 1.6rem;

    @media (width > 640px) {
        display: none;
    }

    .swiper-pagination-bullet {
        width: 0.6rem;
        height: 0.6rem;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin: 0 0.8rem;
        background: #f5f5f8;
    }

    .swiper-pagination-bullet-active {
        background: var(--color-secondary);
    }
}

.combo-apply__images .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;

    @media (width <=640px) {
        border-radius: 1.6rem;
        background: linear-gradient(180deg, #01cb51 0%, #006848 100%);
        padding: 2rem;
    }
}

.combo-apply__images {
    padding: 4.8rem 0;
    border-radius: 16px;
    background: linear-gradient(180deg, #01cb51 0%, #006848 100%);

    @media (width <=1200px) {
        margin-top: 3.2rem;
        padding: 2.4rem 0;
    }

    @media (width <=640px) {
        background: transparent;
        padding: 0;
    }
}

.combo-apply__image img {
    max-width: 28rem;
    margin-bottom: 0.8rem;
}

@media (min-width: 1200px) {
    .combo-apply__steps {
        padding: 4.8rem 0;
        margin: 0 0 0 3.2rem;
    }
}

.combo-apply__steps-list {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: point;
}

.combo-apply__steps-list>li {
    position: relative;
    margin: 0 0 8rem;

    @media (width <=1200px) {
        padding: 0 0 3.2rem;
        margin: 0;
    }
}

.combo-apply__steps-list>li:last-child {
    padding: 0;
}

.combo-apply__steps-list>li:nth-of-type(1) .combo-apply__steps-item-number:after {
    border-color: var(--color-combo-border);
}

.combo-apply__steps-list>li:nth-of-type(1) .combo-apply__steps-item-number:after {
    border-color: transparent;
    border-right-color: var(--color-combo-border);
}

.combo-apply__steps-list>li:nth-of-type(2) .combo-apply__steps-item-number:after {
    border-right-color: var(--color-combo-border);
    border-bottom-color: var(--color-combo-border);
}

.combo-apply__steps-list>li:nth-of-type(3) .combo-apply__steps-item-number:after {
    border-right-color: var(--color-combo-border);
    border-left-color: var(--color-combo-border);
    border-bottom-color: var(--color-combo-border);
}

.combo-apply__steps-list>li:nth-of-type(4) .combo-apply__steps-item-number:after {
    border-color: var(--color-combo-border);
}

.combo-apply__steps-list>li:last-of-type .combo-apply__steps-item-number:after {
    border-color: var(--color-combo-border);
    background: var(--color-combo-border);
    color: #ffffff;
}

.combo-apply__steps-list>li:after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 2.8rem;
    width: 0.2rem;
    height: 6.4rem;
    background: #e9e9ef;
    opacity: 0.7;
    border-radius: 0.4rem;
    margin: 0.8rem 0 0 -1px;
}

@media (width <=1200px) {
    .combo-apply__steps-list>li:after {
        left: 2.4rem;
        height: calc(100% - 6rem);
        top: unset;
        bottom: 0.6rem;
        margin-top: 0.6rem;
    }
}

.combo-apply__steps-list>li:last-child {
    margin: 0;
}

.combo-apply__steps-list>li:last-child:after {
    display: none;
}

.combo-apply__steps-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: 4.8rem;
    padding: 0 0 0 6.4rem;
    margin: 0 0 1.6rem;
}

.combo-apply__steps-item:last-child {
    margin: 0;
}

@media (min-width: 640px) {
    .combo-apply__steps-item {
        margin: 0 0 2rem;
    }

    .combo-apply__steps-item:last-child {
        margin: 0;
    }
}

@media (min-width: 1200px) {
    .combo-apply__steps-item {
        padding: 0 0 0 8.4rem;
        margin: 0;
        min-height: 5.6rem;
        max-width: 53.2rem;
    }
}

.combo-apply__steps-item-number {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    background: #ffffff;
    width: 4.8rem;
    height: 4.8rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 700;
    border-radius: 50%;

    svg {
        @media (width <=1200px) {
            width: 1.9rem;
            height: 1.3rem;
        }
    }
}

.combo-apply__steps-item-number:before,
.combo-apply__steps-item-number:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    border: 0.3rem solid transparent;
    transform: rotate(-45deg);
}

.combo-apply__steps-item-number:before {
    z-index: -2;
    border-color: #e9e9ef;
}

.combo-apply__steps-item-number:after {
    z-index: -1;
}

@media (min-width: 1200px) {
    .combo-apply__steps-item-number {
        width: 5.6rem;
        height: 5.6rem;
        font-size: 2.4rem;
        line-height: 1.17;
        font-weight: 700;
    }
}

.combo-apply__steps-item-title {
    font-family: 'Stolzl', Arial, sans-serif;
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: 500;
    margin: 0 0 1.6rem;
}

.combo-apply__steps-item-title:last-child {
    margin: 0;
}

@media (min-width: 1200px) {
    .combo-apply__steps-item-title {
        font-size: 2.4rem;
        line-height: 1.17;
    }
}

#get-app .popup__wysiwyg ul>li {
    padding: 0;

    &::before {
        display: none;
    }
}

.combo-accordion {
    .accordion__item-toggle {
        font-size: 2.4rem;
        font-weight: 500;
        font-family: var(--font-heading);

        @media (width <=991px) {
            font-size: 1.6rem;
        }
    }

    .accordion__item {
        padding: 4rem 4.8rem;

        @media (width <=991px) {
            padding: 2rem;
        }
    }

    .accordion__item::after {
        top: 4.6rem !important;
        width: 2.4rem;
        height: 2.4rem;
    }

    @media (width <=991px) {
        .accordion__item::after {
            top: 2rem !important;
        }
    }
}

@media (width > 1200px) {
    .combo-accordion .accordion__item::after {
        width: 3.2rem;
        height: 3.2rem;
    }
}

.get-application__menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;

    .popup & {
        justify-content: center;
        gap: 8px;
        flex-grow: 1;
    }
}

.get-application__menu>li {
    margin: 0 1.2rem 0 0;
    -ms-flex: 1;
    flex: 1;
}

.get-application__menu>li:last-child {
    margin: 0;
}

@media (min-width: 1200px) {
    .get-application__menu>li {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}

@media (width < 1200px) {
    .get-application__menu>li {
        margin-bottom: 0 !important;
    }
}

@media (width <=640px) {
    .get-application__menu {
        width: 100%;
    }
}

.get-application__link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    min-width: 6.4rem;
    height: 6.4rem;
    background: #f5f5f8;
    border-radius: 0.8rem;
    color: #212a34;
    text-decoration: none;
    transition: background 0.25s,
        color 0.25s;

    .popup & {
        background: #f5f5f8;
    }

    .combo-process &,
    .instructions & {
        background: #ffffff;
    }

    .combo-process__right &::after {
        width: 2.4rem !important;
    }

    @media (min-width: 1200px) {
        &::after {
            /*width: 2.4rem !important;*/
        }
    }
}

.get-application__link svg {
    display: block;
    width: 2.4rem;
}

.get-application__link:hover,
.get-application__link.active {
    text-decoration: none;
    color: var(--body-color);
    background: var(--color-accent-hover);
}

@media (min-width: 1200px) {
    .get-application__link--wide {
        width: fit-content;
    }
}

.get-application__link--wide {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
}

.get-application__link--wide svg {
    margin-right: 0.8rem;
}

.get-application__link--wide span {
    white-space: nowrap;
}

.overdraft-advantages__content {
    gap: 2.4rem;
    display: grid;
    grid-template-columns: repeat(6, 1fr);

    @media (width < 1200px) {
        gap: 1.2rem;
    }

    @media (width <=640px) {
        gap: 0.8rem;
    }
}

.overdraft-advantages__item {
    padding: 3.2rem 3.2rem 3.6rem 2.8rem;
    background-color: #f5f5f8;
    border-radius: 1.6rem;
    grid-column: span 2;

    @media (width < 1200px) {
        grid-column: span 3;
        padding: 2rem 3.2rem 2.8rem 2.4rem;

        &:nth-child(5) {
            grid-column: span 6;
        }
    }

    @media (width <=640px) {
        grid-column: span 6;
        padding: 1.6rem 1.6rem 2rem 1.6rem;
    }

    &:has(img) {
        display: flex;
        grid-column: span 3;
        padding: 0;

        .overdraft-advantages__item-content {
            padding: 3.2rem 0 3.6rem 2.8rem;

            @media (width < 1200px) {
                padding: 2.4rem 0 2.4rem 2.4rem;
            }

            @media (width <=640px) {
                padding: 2rem 0 2.4rem 1.6rem;
            }
        }

        .overdraft-advantages__item-title {
            font-size: 2.8rem;

            @media (width < 1200px) {
                font-size: 2rem;
            }
        }

        @media (width < 1200px) {
            grid-column: span 6;
        }
    }
}

.overdraft-advantages__item-title {
    font-family: var(--font-heading);
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 1.2rem;

    @media (width < 1200px) {
        font-size: 1.6rem;
    }
}

.overdraft-advantages__item-text {
    font-size: 1.8rem;
    line-height: 1.3;
}

.overdraft-advantages__item-image {
    display: flex;
    align-items: center;
    flex-shrink: 0.1;
    margin-left: auto;
}

.overdraft-conditions__item {
    border-top: 1px solid #f5f5f8;
    border-bottom: 1px solid #f5f5f8;
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
    display: flex;
    margin-top: -1px;

    @media (width < 1200px) {
        padding-top: 1.6rem;
        padding-bottom: 1.6rem;
    }

    @media (width <=640px) {
        flex-direction: column;
        padding-top: 1.6rem;
        padding-bottom: 1.6rem;
    }
}

.overdraft-conditions__item-title {
    font-family: var(--font-heading);
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.2;
    width: 28rem;
    margin-right: 6.4rem;
    flex-shrink: 0;

    @media (width < 1200px) {
        font-size: 1.6rem;
        width: 11.5rem;
    }

    @media (width <=640px) {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1.2rem;
    }
}

.overdraft-conditions__item-text {
    font-size: 1.8rem;
    line-height: 1.3;

    @media (width < 1200px) {
        font-size: 1.6rem;
    }
}

.js-city-input~button svg {
    pointer-events: none;
}

.icon-eye {
    cursor: pointer;

    &.active {
        color: var(--color-accent);
    }

    use {
        pointer-events: none;
    }
}

.visually-impaired {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: fit-content;
    min-width: 4.8rem;
    height: 4.8rem;
    background: #2c3c4a;
    border-radius: 0.8rem;
    color: #ffffff;
    text-decoration: none;
    transition: background 0.25s,
        color 0.25s;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    cursor: pointer;

    @media (width <=991px) {
        margin-top: 2.4rem;
    }
}

.pb-footer .visually-impaired {
    border: 2px solid var(--color-white);
    color: var(--color-white);
    background: transparent;
    padding: 1.6rem 2.4rem;
    gap: 1.2rem;
    border-radius: 0.2rem;
    height: auto;
}

.visually-impaired--enabled {
    display: none;
}

.visually-impaired--disabled {
    display: inline;
}

.visually-impaired.is-active {
    .visually-impaired--disabled {
        display: none;
    }

    .visually-impaired--enabled {
        display: inline;
    }

    .footer & svg {
        fill: var(--color-white);
    }
}

.visually-impaired svg {
    display: block;
    margin-right: 0.8rem;
    pointer-events: none;
}

.visually-impaired:hover {
    text-decoration: none;
    color: var(--body-color);
    background: var(--color-accent-hover);
}

.pb-footer .visually-impaired:hover {
    color: var(--private-accent-color);
    background: transparent;
    border-color: var(--private-accent-color);

    rect,
    path {
        stroke: var(--private-accent-color);
    }
}

.visually-impaired span {
    white-space: nowrap;
    pointer-events: none;
}

.visually-impaired-visible {
    display: none;
}

.ui-form__error {
    color: var(--color-error);
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
}

.solutions .products-ind__item-title {
    margin-bottom: 1.2rem;
}

.solutions {
    ul {
        margin-bottom: 20px;
    }

    ul:not(.solutions-currency__list) {
        margin: 0;
        padding: 0;
        list-style: none;

        li {
            margin-bottom: 0.8rem;
            padding-left: 2rem;
            position: relative;
            font-size: 1.4rem;

            @media (width >=640px) {
                font-size: 1.6rem;
            }

            @media (width >=1200px) {
                font-size: 1.8rem;
            }

            &::before {
                content: '';
                display: block;
                position: absolute;
                top: 0.5em;
                left: 0;
                width: 0.8rem;
                height: 0.8rem;
                background-color: #6b7782;
                border-radius: 50%;
            }
        }
    }

    p {
        margin: 0;
        padding: 0;
    }
}

.solutions-currency__list {
    display: flex;
    gap: 0.6rem;
    max-width: 200px;
    flex-wrap: wrap;
    padding: 0;
    margin: 2.4rem 0 0;
    list-style: none;
}

.solutions-currency__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 50%;
    background-color: var(--color-white);
    width: 3.2rem;
    height: 3.2rem;
    justify-content: center;
}

.rko-tariffs .swiper-container {
    overflow: visible;
}

.rko-tariffs__inner {
    @media (width > 1040px) {
        display: flex;
        justify-content: space-between;
        gap: 2.4rem;
    }
}

.rko-tariffs__top {
    padding: 0 max(calc(50% - 60rem), 3.2rem);
}

.rko-tariffs__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 1.6rem;
    padding: 2.4rem;
    background-color: var(--color-light);
    transition: all 0.3s linear;
    height: auto;
    width: 280px;

    @media (width > 1040px) {
        flex: 1;
    }

    .ui-btn {
        background-color: var(--color-white);
    }

    &:hover,
    &.swiper-slide-active {
        background-color: var(--color-white);
        box-shadow: 0 0 3.2rem 0 rgba(0, 0, 0, 0.1);

        .ui-btn {
            background-color: var(--color-accent);
        }
    }
}

.intro__item-rko {
    background: linear-gradient(90deg, #03ec5f 0%, #008b60 171.99%);
}

.rko-tariffs__item-img {
    margin-bottom: 2.4rem;
}

.rko-tariffs__title {
    margin-bottom: 1.2rem;
    font-size: 2rem;
    line-height: 1.2;

    @media (width <=1200px) {
        font-size: 2.2rem;
    }
}

.rko-tariffs__subtitle {
    margin: 0;

    text-align: center;
    font-size: 1.4rem;
    line-height: 1.2;
}

.rko-tariffs__price {
    margin-top: auto;
    margin-bottom: 0.4rem;

    font-size: 4rem;
    font-weight: 700;
    line-height: normal;

    @media (width <=1200px) {
        font-size: 3.2rem;
    }

    small {
        font-size: 1.8rem;
    }
}

.rko-tariffs__description {
    margin-bottom: 3.2rem;

    color: var(--color-grey);
    font-size: 1.4rem;
    line-height: 1.2;
}

@media (width <=640px) {
    .banner__item-action-rko .ui-btn {
        width: 100% !important;
    }
}

.inform-icon {
    margin-right: 1.6rem;
}

.intro__item-rko .intro__item-mark {
    border-color: var(--color-dark);
}

.js-datepicker {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.39844 7.00039C3.39844 6.11674 4.11478 5.40039 4.99844 5.40039L14.9984 5.40039C15.8821 5.40039 16.5984 6.11674 16.5984 7.00039V13.4004H18.9984C19.8821 13.4004 20.5984 14.1167 20.5984 15.0004L20.5984 17.0004C20.5984 17.884 19.8821 18.6004 18.9984 18.6004H8.99844C8.11478 18.6004 7.39844 17.884 7.39844 17.0004V14.6004H4.99844C4.11478 14.6004 3.39844 13.884 3.39844 13.0004L3.39844 7.00039ZM8.59844 14.6004V17.0004C8.59844 17.2213 8.77752 17.4004 8.99844 17.4004H11.3984V14.6004L8.59844 14.6004ZM11.3984 13.4004L8.59844 13.4004V10.6004H11.3984V13.4004ZM12.5984 14.6004V17.4004H15.3984V14.6004H12.5984ZM15.3984 13.4004H12.5984L12.5984 10.6004H15.3984L15.3984 13.4004ZM15.3984 9.40039V7.00039C15.3984 6.77948 15.2194 6.60039 14.9984 6.60039L4.99844 6.60039C4.77752 6.60039 4.59844 6.77948 4.59844 7.00039L4.59844 9.40039L15.3984 9.40039ZM4.59844 10.6004L4.59844 13.0004C4.59844 13.2213 4.77752 13.4004 4.99844 13.4004H7.39844L7.39844 10.6004H4.59844ZM16.5984 14.6004V17.4004H18.9984C19.2194 17.4004 19.3984 17.2213 19.3984 17.0004V15.0004C19.3984 14.7795 19.2194 14.6004 18.9984 14.6004H16.5984Z' fill='%23212A34'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center right 20px;
}

.ui-placeholder .ui-placeholder__select~.ui-placeholder__label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 20px);
    display: block;
    transform: translateY(1.7rem);
}

.ui-placeholder.is-changed .ui-placeholder__select~.ui-placeholder__label,
.ui-placeholder:has(.selectric-open) .ui-placeholder__label {
    transform: scale(0.7) translate(0, 0.6rem);
    width: fit-content;
}

.select2-results__option[aria-selected] {
    border-bottom: none;

    &+& {
        border-top: 1px solid var(--color-border);
    }
}

.calculator-deposit-period__radio-inner {
    display: flex;
    gap: 1.2rem;
    margin-bottom: 2.4rem;

    @media (width < 1200px) {
        margin: 0 -1.6rem 2.4rem;
        padding: 0 1.6rem;
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;

        &::-webkit-scrollbar {
            display: none;
        }

    }

    label {
        display: flex;
        align-items: center;
        padding: 0 2.4rem;
        background-color: var(--color-light);
        border-radius: 0.8rem;
        margin-bottom: 0;
        height: 4.8rem;

        /*@media (width <=640px) {*/
        /*    padding: 0 1.6rem;*/
        /*}*/

        &:has(input:checked) {
            background-color: var(--color-accent);
        }

        input {
            display: none;
        }

        .ui-check__desc {
            min-width: unset;
            white-space: nowrap;
        }

        .ui-check__desc-title {
            font-size: 1.4rem;
        }
    }
}

.location__dl dd.map-contacts {
    display: flex;
    flex-direction: column;

    span {
        color: var(--color-grey);
        font-size: 14px;
        line-height: 16px;
        /* 114.286% */
        margin-bottom: 0.8rem;
    }

    a+span {
        margin-top: 3.2rem;
    }

    a+a {
        margin-top: 1.6rem;
    }
}

.js-view-toggle svg rect {
    fill: transparent;
}

.frame-wrapper {
    margin-bottom: 12.8rem;

    @media (width < 1200px) {
        margin-bottom: 6.4rem;
    }

    iframe {
        min-height: unset;
    }
}

.cb-font-stolzl {
    font-family: var(--font-heading);
}

.pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 4.8rem;
}

.pagination__controls {
    display: flex;
    margin-left: auto;
    gap: 8px;

    button {
        width: 3.2rem;
        height: 3.2rem;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        font-size: 1.4rem;
        font-weight: 500;

        &:disabled {
            color: #b2b7ba;
        }

        svg {
            pointer-events: none;
        }
    }
}

@media (width < 1200px) {
    .pagination {
        flex-direction: column;
        align-items: flex-start;
        gap: 2.4rem;
        margin-top: 3.2rem;
    }

    .pagination__controls {
        margin-left: 0;
        width: 100%;
    }
}

@media (width <=640px) {
    .pagination {
        margin-top: 2.4rem;
    }
}

.tabs-control {
    margin: 0 -1.6rem 3.2rem;
    position: relative;

    @media (width <=640px) {
        margin: 0;
    }
}

@media (min-width: 1024px) {
    .tabs-control {
        margin: 0 0 4.8rem;
    }
}

.tabs-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.2rem 2.4rem;
    border-radius: 0.8rem;
    background: var(--color-light);
    margin: 0 0 3.2rem;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.25;
    height: 4.8rem;
    border: 1px solid transparent;
    transition: border-color 0.3s ease;

    .is-open & {
        border-color: var(--color-accent);
    }

    .is-open & svg {
        transform: scaleY(-1);
    }

    svg {
        flex-shrink: 0;
    }

    span {
        white-space: nowrap;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.tabs-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    max-height: calc(3 * 52px);
    flex-wrap: wrap;
    row-gap: 1.2rem;

    @media (width < 1024px) {
        row-gap: 0.8rem !important;
        max-height: calc(2 * 48px);
        padding: 0 1.6rem;
    }

    @media (width <=640px) {
        flex-direction: column;
        flex-wrap: nowrap;
        overflow-y: auto;
        overflow-x: hidden;
        position: absolute;
        top: calc(100% + 0.8rem);
        background-color: #ffffff;
        z-index: 2;
        padding: 0.8rem 0;
        width: 100%;
        border-radius: 8px;
        box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
        max-height: 40rem;
        transform: scaleY(0);
        transition: transform 0.2s ease-in-out,
            -webkit-transform 0.2s ease-in-out;
        transform-origin: top;
        row-gap: unset !important;

        .tabs-control.is-open & {
            transform: scaleY(1);
        }
    }
}

@media (width >=640px) {
    .tabs-menu::-webkit-scrollbar {
        display: none;
    }
}

.tabs-menu>li {
    width: auto;
    padding: 0 1.2rem 0 0;

    @media (width < 1024px) {
        padding: 0 0.8rem 0 0;
    }
}

.tabs-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 4rem;
    background: var(--color-light);
    border-radius: 0.8rem;
    padding: 0.8rem 1.6rem;
    font-size: 1.4rem;
    line-height: 1.14;
    font-weight: 500;
    white-space: nowrap;
    color: var(--color-dark);
    transition: color 0.25s,
        background 0.25s;

    @media (width < 1024px) {
        height: 4rem;
        font-size: 1.2rem;
    }

    @media (width <=640px) {
        width: 100%;
        padding: 1.2rem 1.6rem;
        background-color: #ffffff;
        justify-content: flex-start;
        font-size: 1.6rem;
        font-weight: 400;
        position: relative;
        height: 4.8rem;

        span {
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: calc(100% - 1.6rem);
        }
    }

    &.more {
        padding: 0.8rem;
    }
}

@media (width <=640px) {
    li:has(.tabs-btn.is-active) {
        background: #ffffff;
        position: relative;

        &::after {
            content: '';
            position: absolute;
            top: 50%;
            right: 1.6rem;
            transform: translateY(-50%);
            display: block;
            width: 2.4rem;
            height: 2.4rem;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.7293 7.31576C19.1072 7.71852 19.087 8.35136 18.6842 8.72926L10.1579 16.7293C9.75654 17.1059 9.12627 17.0873 8.74773 16.6877L5.27405 13.0211C4.89422 12.6201 4.91133 11.9872 5.31226 11.6074C5.71319 11.2276 6.34612 11.2447 6.72596 11.6456L9.5152 14.5898L17.3158 7.27075C17.7185 6.89285 18.3514 6.91301 18.7293 7.31576Z' fill='%23212A34'/%3E%3C/svg%3E");
        }
    }
}

.tabs-btn:hover {
    background: var(--color-light-hover);
    color: var(--color-dark);
}

.tabs-btn.is-active {
    @media (width >=640px) {
        background: var(--color-accent);
        color: var(--color-dark);
    }
}

.tabs-wrapper {
    position: relative;
}

.tabs-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    max-height: 0;
}

.tabs-content.is-active {
    position: relative;
    opacity: 1;
    visibility: visible;
    transition: 0.5s;
    overflow: visible;
    max-height: none;
}

.help-center {
    padding: 0 0 6.4rem 0;

    @media (width < 1024px) {
        padding: 0 0 3.2rem 0;
    }
}

.help-center__title {
    font-family: var(--font-heading);
    font-size: 5.6rem;
    font-weight: 500;
    line-height: 6rem;
    margin-top: 0;
    margin-bottom: 4.8rem;

    @media (width < 1024px) {
        font-size: 3.2rem;
        line-height: 3.6rem;
        margin-bottom: 3.2rem;
    }
}

.help-center__subtitle {
    font-family: var(--font-heading);
    font-size: 3.6rem;
    font-weight: 500;
    line-height: 4rem;
    margin: 0 0 3.2rem;
    overflow: hidden;
    text-overflow: ellipsis;

    @media (width < 1024px) {
        font-size: 2.2rem;
        line-height: 2.6rem;
    }

    @media (width <=640px) {
        margin: 0 0 2.4rem;
    }
}

.help-center__section {
    margin-bottom: 6.4rem;

    @media (width < 1024px) {
        margin-bottom: 4.8rem;
    }

    @media (width <=640px) {
        margin-bottom: 3.2rem;
    }

    &:last-child {
        margin-bottom: 0;
    }
}

.help-center__content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.2rem;
    grid-auto-flow: dense;

    @media (width < 1024px) {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.6rem;
    }

    @media (width <=640px) {
        &.swiper-wrapper {
            display: flex;
        }

        &:not(.swiper-wrapper) {
            grid-template-columns: 1fr;
        }
    }
}

.js-swiper-help-center.swiper-initialized .help-center__content {
    gap: unset;
}

@media (width <=640px) {
    .js-swiper-help-center:not(.swiper-initialized) .help-center__content {
        display: flex;
        flex-direction: column;
        gap: 1.6rem;
    }
}

.help-center__slides-group {
    display: flex;
    flex-direction: column;
    row-gap: 1.6rem;
}

.help-center__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2.4rem;
    min-height: 21.6rem;
    background-color: var(--color-light);
    border-radius: 0.8rem;
    transition: background-color 0.3s ease-in-out;
    width: 100%;
    gap: 3.2rem;

    &:hover {
        background-color: var(--color-accent);
    }

    @media (width < 1024px) {
        min-height: 15.6rem;
        gap: 0.8rem;
        padding: 2rem;
    }
}

.help-center__item-title {
    color: var(--color-dark, #212a34);
    font-family: var(--font-heading);
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 2.8rem;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

    @media (width < 1024px) {
        font-size: 1.6rem;
        line-height: 1.25;
    }
}

.help-center__item .help-center__item-link {
    font-size: 1.8rem;
    line-height: 2.4rem;

    @media (width < 1024px) {
        font-size: 1.6rem;
        line-height: 2rem;
    }
}

.help-center__item-link,
.footer-item__link {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 500;
    color: var(--color-dark);
    transition: all 0.2s linear;
}

.help-center__item--show-all {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #f5f5f8;
    position: relative;
    transition: all 0.3s ease-in-out;
    border-radius: 0.8rem;

    @media (width < 1024px) {
        min-height: 15.6rem;
        border-radius: 0.8rem;
    }

    .help-center__item--show-all-text {
        color: var(--color-dark, #212a34);
        font-family: var(--font-heading);
        font-size: 2.4rem;
        font-weight: 500;
        line-height: 1.16;

        @media (width < 1024px) {
            font-size: 1.6rem;
            line-height: 1.25;
        }
    }

    .help-center__item-mask {
        position: absolute;
        right: -2.3px;
        bottom: -11px;
        width: 120px;
        height: 120px;

        .stroke {
            transition: all 0.3s ease-in-out;
        }

        @media (width < 1024px) {
            scale: 0.7;
            transform-origin: bottom right;
            bottom: -8.3px;
        }
    }

    .help-center__item-arrow {
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 2;
        width: 32px;
        height: 32px;
        background-color: #2c3c4a;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 0.3s ease-in-out;

        svg path {
            transition: all 0.3s ease-in-out;
        }

        @media (width < 1024px) {
            width: 24px;
            height: 24px;
        }
    }

    &:hover {
        border-color: var(--color-accent);

        .help-center__item-mask .stroke {
            fill: var(--color-accent);
        }

        .help-center__item-arrow {
            background-color: var(--color-accent);

            svg path {
                fill: var(--color-dark);
            }
        }
    }
}

.help-center__swiper-navigation {
    display: flex;
    gap: 1.2rem;
    margin-top: 1.6rem;

    button {
        flex-grow: 1;
        background-color: #f5f5f8;
        border-radius: 0.8rem;
        height: 4rem;
        display: flex;
        justify-content: center;
        align-items: center;

        &.swiper-button-disabled {
            opacity: 0.5;
        }
    }

    .js-swiper-help-center:not(.swiper-initialized) & {
        display: none;
    }
}

.help-center-banner {
    grid-column: 1 / -1;
    background: linear-gradient(277deg, #dfffe8 6.28%, #f9f9f9 94.03%);
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-template-areas: 'content image action';
    align-items: center;
    justify-content: space-between;
    margin: 3.2rem calc(680px - 50vw);

    @media (width <=1440px) {
        margin: 3.2rem -4rem;
    }

    @media (width < 1200px) {
        margin: 3.2rem -3.2rem;
    }

    @media (width < 1024px) {
        grid-template-columns: repeat(2, auto);
        grid-template-areas:
            'content image'
            'action image';
        padding: 2.8rem 3.2rem;
        margin: 1.6rem -3.2rem;
        height: 21rem;
        align-items: start;
    }

    @media (width <=640px) {
        margin: 1.6rem -1.6rem;
        grid-template-rows: repeat(3, auto);
        grid-template-columns: 1fr;
        row-gap: 2.4rem;
        grid-template-areas:
            'content'
            'action'
            'image';
        padding: 2.4rem 1.6rem;
        height: auto;
    }
}

.help-center-banner__content {
    grid-area: content;
    padding: 4.8rem 0 4.8rem 12rem;
    max-width: 50rem;

    @media (width < 1024px) {
        padding: 0;
    }
}

.help-center-banner__title {
    font-family: var(--font-heading);
    font-size: 3.6rem;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 1.6rem;

    @media (width < 1024px) {
        font-size: 2.2rem;
        font-weight: 500;
        line-height: 2.6rem;
        margin-bottom: 0.8rem;
    }

    @media (width <=640px) {
        margin-bottom: 1.6rem;
    }
}

.help-center-banner__text {
    font-size: 1.8rem;
    line-height: 1.3;

    @media (width < 1024px) {
        font-size: 1.6rem;
        line-height: 2rem;
    }
}

.help-center-banner__img {
    /* display: flex; */
    grid-area: image;
    height: 100%;

    picture {
        display: flex;
        align-items: end;
        height: 100%;
    }

    img {
        height: 100%;
        max-height: 200px;
        width: 100%;
        object-fit: contain;
        object-position: bottom;
    }

    @media (width < 1024px) {
        order: 3;
        height: 15.4rem;

        img {
            max-height: 100%;
        }
    }

    @media (width <=640px) {
        height: 22rem;
    }
}

.help-center-banner__action {
    grid-area: action;
    padding: 4.8rem 12rem 4.8rem 0;

    @media (width < 1024px) {
        padding: 0;
    }

    @media (width <=640px) {
        .ui-btn {
            width: 100%;
        }
    }
}

/* ====================================================================== */

.help-center__popup {
    height: auto !important;

    @media (width < 1200px) {
        width: calc(100% - 6.4rem);
    }

    .popup {
        display: flex;
        flex-direction: column;
        gap: 4.8rem;
        min-height: auto;

        @media (width < 1200px) {
            width: 100%;
            gap: 3.2rem;
            padding: 3.2rem;
        }
    }

    .popup__title {
        margin: 0;
    }

    h3 {
        margin: 0;
        font-size: 4rem;
        line-height: 4.8rem;
        font-weight: 500;

        @media (width < 1200px) {
            font-size: 2.2rem;
            line-height: 2.6rem;
        }
    }

    .search-input {
        @media (width < 1024px) {
            padding: 0 1.6rem;
        }
    }

    .ui-placeholder {
        margin-bottom: 3.2rem;

        @media (width < 1200px) {
            margin-bottom: 2.4rem;
        }
    }

    .ui-placeholder__input,
    .ui-placeholder__textarea {
        border-color: #f5f5f8;
    }

    .ui-placeholder__label {
        line-height: 2.4rem;
    }

    .tabs-menu {
        max-height: unset;
        flex-wrap: wrap;
        row-gap: 1.2rem;
    }

    .tabs-menu>li {
        max-width: 100%;
        /*padding-right: 0;*/
    }

    .tabs-btn {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 100%;
        padding: 1.2rem 1.6rem;

        @media (width < 1200px) {
            line-height: 1.6rem;
        }

        &.is-active {
            padding-right: 3.2rem;
            position: relative;

            svg {
                position: absolute;
                right: 0.8rem;
                top: 50%;
                transform: translateY(-50%);
            }
        }
    }

    .tabs-control {
        margin-bottom: 0;
    }

    .popup__action {
        display: flex;
        gap: 1.2rem;
    }
}

.footer-item {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
}

.footer-item__icon {
    @media (width <=640px) {
        display: none;
    }
}

.footer-item__content {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}

.footer-item__title {
    font-family: var(--font-heading);
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 2.8rem;
}

.footer-item__text {
    color: var(--color-grey, #6b7782);
    font-size: 1.8rem;
    line-height: 2.4rem;
}

.footer-item__icon {}

.footer-item__link {}

/* ====================================================================== */

.methods {
    margin-bottom: 12.8rem;

    @media (width <=991px) {
        margin-bottom: 6.4rem;
    }
}

.methods__title {
    color: #000000;
}

.methods__list {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #f5f5f8;
}

.methods__item {
    display: grid;
    grid-template-columns: 280px auto;
    padding: 1.6rem 0;
    border-bottom: 1px solid #f5f5f8;
    gap: 6.4rem;
}

@media (max-width: 991px) {
    .methods__item {
        grid-template-columns: 120px auto;
        gap: 7.2rem;
    }
}

@media (max-width: 640px) {
    .methods__item {
        display: block;
        gap: 1.2rem;
    }
}

.methods__item-title {
    color: #000000;
    font-family: var(--font-heading);
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 2.8rem;
    margin: 0;

    @media (max-width: 991px) {
        font-size: 1.6rem;
        line-height: 2rem;
    }

    @media (max-width: 640px) {
        margin-bottom: 1.2rem;
    }
}

.methods__item-text {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    margin: 0;
    font-size: 1.8rem;
    line-height: 2.4rem;

    span {
        color: #6b7782;
    }

    @media (width <=991px) {
        font-size: 1.6rem;
        line-height: 2rem;

        span {
            font-size: 1.2rem;
            line-height: 1.6rem;
        }
    }
}

.consumer-loan__phone {
    margin-bottom: 1.9rem;

    @media (width <=991px) {
        margin-bottom: 3.2rem;
    }

    .consumer-loan__phone-content {
        background-color: #f6f6f6;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.8rem;
        padding: 2.4rem 0;
        border-radius: 0.8rem;

        @media (width <=640px) {
            padding: 2rem 0;
        }

        p {
            text-align: center;
            font-size: 1.8rem;
            line-height: 2.4rem;
            margin: 0;

            @media (width <=991px) {
                font-size: 1.6rem;
                line-height: 2rem;
            }
        }

        a.phone {
            color: var(--color-dark);
            text-align: center;
            font-family: var(--font-heading);
            font-size: 3.6rem;
            font-weight: 500;
            line-height: 4rem;
            margin-top: 0.8rem;

            @media (width <=991px) {
                font-size: 2.2rem;
                line-height: 2.6rem;
            }

            &:hover {
                color: var(--color-accent);
            }
        }
    }
}

.cifra-tariffs {
    .ui-tabs__switch {
        width: fit-content;
    }

    .ui-tabs__switch {
        background-color: var(--color-light);
        border-color: var(--color-light);
        margin: 4rem 0;
    }

    .ui-tabs__check-btn {
        color: var(--color-grey);

        &:hover {
            color: var(--color-dark);
        }
    }

    .tariffs-about__title {
        margin-top: 6.4rem;
        margin-bottom: 4rem;
        text-align: center;
    }

    @media (640px < width < 1000px) {
        [data-switch-content='tariff-cifra'] {
            .tariff-card {
                .tariff-card__image {
                    order: -1;
                }
            }
        }
    }

    @media (width < 1000px) {
        [data-switch-content='tariff-debet'] {
            .tariff-card {
                .tariff-card__image {
                    order: -1;
                }
            }
        }
    }

    .tariff-card__features-title {
        @media (width <=1200px) {
            font-size: 2rem;
        }
    }
}

#tariff-cifra {
    @media (width < 640px) {
        .tariff-card__conditions--wide:has(table) {
            /*white-space: nowrap;*/
            margin: 0 -1.6rem;
            padding: 0 1.6rem;
            width: auto;

            overflow-x: auto;
            overflow-y: hidden;
            -ms-overflow-style: none;
            scrollbar-width: none;

            &::-webkit-scrollbar {
                display: none;
            }

            table {
                min-width: 64rem;
            }
        }
    }
}

.intro--cifra-tariffs {
    margin-bottom: 9.6rem;

    @media (width < 1200px) {
        margin-bottom: 6.4rem;
    }
}

.foreign-features {
    margin-bottom: 12.8rem;

    @media (width < 1200px) {
        margin-bottom: 6.4rem;
    }

    .row {
        row-gap: 2.4rem;

        @media (width < 1200px) {
            row-gap: 1.2rem;

            [class^='col'] {
                padding-left: 0.6rem;
                padding-right: 0.6rem;
            }
        }
    }

    .tariffs-about__item-title {
        font-family: var(--font-main);
    }
}

.foreign-features__title {
    font-family: var(--font-main);
}

.iti.foreign-phone {
    display: flex;
    column-gap: 1.6rem;

    .iti__country-container {
        position: relative;
        padding: 1.6rem 2rem;
        background-color: #ffffff;
        border-radius: 0.8rem;
    }

    .iti__selected-country-primary {
        padding: 0;
    }

    input {
        padding: 1.6rem !important;
    }

    input::placeholder {
        opacity: 1;
        color: var(--color-light);
    }
}

/* //====================================================================== */

.foreign-promo {
    margin-bottom: 12.8rem;

    @media (width < 1200px) {
        margin-bottom: 6.4rem;
    }
}

.foreign-promo__title,
.foreign-features__title {
    text-align: center;
    font-size: 3.6rem;
    font-weight: 500;
    line-height: 4rem;
    margin-bottom: 1.2rem;

    @media (width < 1200px) {
        text-align: left;
        font-size: 2.2rem;
        line-height: 2.6rem;
    }
}

.foreign-promo__subtitle {
    color: var(--color-grey);
    text-align: center;
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin-bottom: 4rem;

    @media (width < 1200px) {
        text-align: left;
        margin-bottom: 2.4rem;
        font-size: 1.6rem;
        line-height: 2rem;
    }
}

.foreign-promo__inner {
    display: flex;
    gap: 4.8rem;

    @media (width < 1200px) {
        flex-direction: column;
        gap: 2.4rem;
    }
}

.foreign-promo__image {
    @media (width < 1200px) {
        max-width: 40rem;
        margin: 0 auto;
    }
}

.foreign-promo__content {
    min-width: 42rem;
    flex-shrink: 0;
    padding: 4.8rem 0;

    @media (width < 1200px) {
        min-width: unset;
        padding: 0;
    }
}

.foreign-promo__content-title {
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 3.2rem;
    margin-bottom: 1.2rem;

    @media (width < 1200px) {
        display: none;
    }
}

.foreign-promo__content-text {
    color: var(--color-grey);
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin-bottom: 4.8rem;

    @media (width < 1200px) {
        display: none;
    }
}

.foreign-promo__features {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4.8rem;

    @media (width < 640px) {
        flex-direction: column;
        gap: 2.4rem;
        margin-bottom: 2.4rem;
    }
}

.foreign-promo__features-item {
    max-width: 12.6rem;

    @media (width < 1200px) {
        max-width: unset;
    }
}

.foreign-promo__features-item-value {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 2.8rem;
    margin-bottom: 0.4rem;
}

.foreign-promo__features-item-desc {
    color: var(--color-grey);
    font-size: 1.4rem;
    line-height: 1.6rem;
}

.foreign-promo__actions {
    display: flex;
    gap: 1.2rem;

    @media (width < 1200px) {
        flex-direction: column;
    }
}

.foreign-features__title {
    margin-bottom: 4rem;

    @media (width < 1200px) {
        margin-bottom: 2.4rem;
    }
}

.foreign-applications {
    margin-bottom: 12.8rem;

    @media (width < 1200px) {
        margin-bottom: 6.4rem;
    }
}

.foreign-applications__inner {
    background-color: var(--color-light);
    border-radius: 1.6rem;
    overflow: hidden;
    position: relative;
    padding: 6.4rem 6.4rem 3.2rem;

    @media (width < 1200px) {
        padding: 3.2rem 1.6rem 0 1.6rem;
    }
}

.foreign-applications__title {
    font-size: 4rem;
    font-weight: 500;
    line-height: 4.8rem;
    max-width: 39.5rem;
    margin: 0 0 1.2rem;

    @media (width < 1200px) {
        max-width: unset;
        font-size: 2.2rem;
        line-height: 2.6rem;
    }
}

.foreign-applications__text {
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin: 0 0 2.4rem;
    max-width: 40rem;

    @media (width < 1200px) {
        max-width: unset;
        font-size: 1.6rem;
        line-height: 2rem;
    }
}

.foreign-applications__links {}

.foreign-applications {
    .get-application__menu {
        margin-bottom: 2.4rem;

        @media (width < 1200px) {
            justify-content: center;

            li {
                flex: 0;
            }
        }
    }

    .applications__download-btn {
        background-color: #ffffff;
        width: 7rem;
        height: 7rem;

        @media (width < 1200px) {
            width: 5.4rem;
            height: 5.4rem;
            min-width: unset;

            &::after {
                width: 2.2rem;
                height: 2.2rem;
            }
        }
    }
}

.foreign-applications__features {
    display: flex;
    gap: 2.4rem;
    margin-bottom: 2.4rem;

    @media (width < 1200px) {
        flex-direction: column;
    }
}

.foreign-applications__features-item {
    padding: 3.2rem 3.2rem 3.6rem 2.8rem;
    background-color: #ffffff;
    border-radius: 1.6rem;
    width: 38.4rem;

    &:nth-child(2) {
        @media (width >=1200px) {
            .foreign-applications__features-item-title {
                max-width: 15rem;
            }
        }
    }

    @media (width < 1200px) {
        width: auto;
        padding: 1.6rem;
    }
}

.foreign-applications__features-item-title {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 2.8rem;
    margin-bottom: 1.2rem;

    @media (width < 1200px) {
        font-size: 2rem;
        line-height: 2.4rem;
    }
}

.foreign-applications__features-item-text {
    font-size: 1.8rem;
    line-height: 2.4rem;

    @media (width < 1200px) {
        font-size: 1.4rem;
        line-height: 1.8rem;
    }
}

.foreign-applications__controls {
    display: flex;
    justify-content: center;
    z-index: 2;
}

.foreign-applications__image {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    pointer-events: none;

    @media (width < 1200px) {
        position: relative;
        display: flex;
        margin-left: -1.6rem;
        margin-right: -1.6rem;

        img {
            flex-grow: 1;
        }
    }
}

.foreign-guides {
    margin-bottom: 12.8rem;

    @media (width < 1200px) {
        margin-bottom: 6.4rem;
    }
}

.foreign-guides__title {
    text-align: center;
    font-size: 3.6rem;
    font-weight: 500;
    line-height: 4rem;
    margin-bottom: 1.2rem;

    @media (width < 1200px) {
        font-size: 2.2rem;
        line-height: 2.6rem;
        text-align: left;
    }
}

.foreign-guides__subtitle {
    margin-bottom: 4rem;
    color: var(--color-grey);
    text-align: center;
    font-size: 1.8rem;
    line-height: 2.4rem;

    @media (width < 1200px) {
        margin-bottom: 2.4rem;
        font-size: 1.6rem;
        line-height: 2rem;
        text-align: left;
    }
}

.foreign-guides__inner {
    display: grid;
    grid-template-columns: 1fr 450px;
    column-gap: 1.6rem;
    margin-bottom: 2.4rem;

    @media (width < 1200px) {
        grid-template-columns: 1fr;
        row-gap: 2.4rem;
    }
}

.foreign-guides__video-wrapper,
.individual-video__inner {
    position: relative;

    img {
        display: block;
        height: 40rem;
        border-radius: 1.6rem;
        width: 100%;
        object-fit: cover;
        filter: brightness(0.4);
    }
}

.foreign-guides__video-desc,
.individual-video__file-desc {
    position: absolute;
    bottom: 3.2rem;
    left: 3.2rem;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    color: #fafbfc;
}

.foreign-guides__video-title,
.individual-video__file-title {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2.4rem;
}

.foreign-guides__video-subtitle,
.individual-video__file-subtitle {
    font-size: 1.4rem;
    line-height: 1.6rem;
}

.foreign-guides__video-play,
.individual-video__play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 5rem;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    background-color: #ffffff;
    border-radius: 50%;
    transform-origin: 0 0;

    &:hover {
        scale: 1.1;
    }
}

.foreign-guides__thumbs {
    @media (width >=1200px) {
        max-height: 40rem;
        width: 40rem;
    }
}

.foreign-guides__thumbs-inner {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1.6rem;

    @media (width < 640px) {
        gap: 2.4rem;
    }
}

.foreign-guides__thumbs-item {
    display: flex;
    column-gap: 1.6rem;
    cursor: pointer;
    transition: all 0.3s ease-in-out;

    img {
        width: 14.4rem;
        height: 9rem;
        border-radius: 0.8rem;
    }

    &:hover {
        background-color: var(--color-light);
    }

    @media (width < 640px) {
        flex-direction: column;
        gap: 1.6rem;
    }
}

.foreign-guides__thumbs-item-content {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    justify-content: center;
}

.foreign-guides__thumbs-item-title {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2.4rem;
}

.foreign-guides__thumbs-item-text {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2rem;
}

.foreign-guides__controls {
    display: flex;
    gap: 1.2rem;

    .article__social {
        .ui-btn {
            width: 5.6rem;
            padding: 0;
            display: flex;

            @media (width < 655px) {
                width: unset;
            }
        }

        .article__social-link svg {
            width: 2.4rem;
            height: 2.4rem;
        }

        @media (width < 655px) {
            li {
                flex-grow: 1;
            }
        }
    }

    .ui-btn:last-child {
        @media (width >=655px) {
            margin-left: auto;
        }
    }

    @media (width < 655px) {
        flex-direction: column;
    }
}

.foreign-guides__video-popup,
.individual-video-popup {
    max-height: 100%;

    .popup {
        max-height: 100vh;
        height: calc(100vh - 3.2rem);
        width: auto;
    }

    video {
        border: 1px solid var(--color-grey);
        padding: 1.2rem;
        border-radius: 1.6rem;
        height: 100%;
    }
}

.foreign-email-popup {
    .foreign-email-popup__title {
        font-size: 4rem;
        font-weight: 500;
        line-height: 4.8rem;
        margin-bottom: 2.4rem;
    }

    .foreign-email-popup__subtitle {
        font-size: 1.8rem;
        line-height: 2.4rem;
        margin-bottom: 2.4rem;
    }

    form {
        margin-bottom: 2.4rem;

        .form-row {
            display: flex;
            gap: 1.2rem;

            .ui-placeholder {
                flex-grow: 1;
                margin-bottom: 0;
            }
        }
    }

    .foreign-email-popup__footer {
        font-size: 1.4rem;
        line-height: 1.6rem;
    }
}

.tariff-tooltip {
    left: unset;
    /* margin-left: 0.8rem; */
    display: inline-flex;
    align-items: center;
    justify-content: center;

    svg {
        flex: 1 0 100%;
    }
}

.header:has(.current-lang[data-value='TJ']) {
    @media (1200px <=width <=1400px) {
        .ui-switch__check-btn {
            font-size: 1.2rem;
        }
    }

    @media (1200px <=width <=1360px) {
        .header__secondary {
            font-size: 1.2rem;
        }
    }

    @media (1200px <=width) {
        .header__secondary-menu>li {
            margin-right: 1rem;
        }
    }
}

.btn-clipboard {
    cursor: pointer;

    svg {
        pointer-events: none;
    }
}

.foreign-request {

    .request__title,
    .ui-sms__title {
        font-family: var(--font-main);
    }
}

.foreign-accordion {
    .accordion__item-toggle {
        font-family: var(--font-main);
    }
}

.menu-mark {
    display: inline-block;
    margin: 0 0.8rem;
    padding: 0.2rem 0.7rem;
    border: 0.2rem solid #33e771;
    border-radius: 1rem;
    font-size: 85%;
}

.intro--individual {
    margin-bottom: -5rem;

    @media (width < 640px) {
        margin-bottom: 0;
    }
}

.intro__item--individual {
    color: #ffffff;
    background-color: #1c1c1c;
    align-items: flex-start;

    .intro__item-desc {
        @media (width < 640px) {
            width: 100%;
        }
    }

    .intro__item-mark {
        color: #ffffff;
    }
}

.intro-item__features-wrapper {
    display: flex;
    gap: 2.4rem;
    transform: translateY(-10rem);

    @media (width < 1200px) {
        display: grid;
        gap: 1.6rem;
        grid-template-columns: repeat(2, 1fr);
        padding: 0 3.2rem;
    }

    @media (width < 640px) {
        transform: translateY(-5rem);
        display: flex;
        flex-direction: column;
        padding: 0 1.6rem;
    }
}

.intro-item__features-item {
    padding: 3.2rem 3.2rem 3.2rem 2.8rem;
    border-radius: 1.6rem;
    background-color: #ffffff;
    box-shadow: 0 1px 16px 0 rgba(0, 0, 0, 0.15);
    flex-shrink: 0;
    flex-grow: 0;
    width: 35rem;

    @media (width < 1200px) {
        width: unset;
        grid-column: 1/2;
        padding: 1.6rem;
    }
}

.intro-item__features-item:last-child {
    flex-grow: 1;
    grid-column: 2 / 3;
    grid-row: 1 / 3;
}

.intro-item__features-title {
    font-family: var(--font-heading);
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 2.8rem;
    margin-bottom: 1.2rem;

    @media (width < 1200px) {
        font-size: 1.6rem;
        line-height: 2rem;
    }
}

.intro-item__features-text {
    font-size: 1.8rem;
    line-height: 2.4rem;

    @media (width < 1200px) {
        font-size: 1.6rem;
        line-height: 2rem;
    }
}

.more-benefits {
    margin-bottom: 12.8rem;

    @media (width < 1200px) {
        margin-bottom: 6.4rem;


        .switch-bar {
            margin: 0 -3.2rem;
            overflow-x: auto;
            -ms-overflow-style: none;
            scrollbar-width: none;

            &::-webkit-scrollbar {
                display: none;
            }
        }

        .switch-bar__inner {
            padding: 0 3.2rem;
            width: fit-content;
            margin: 0 auto;
        }
    }

    .ui-switch {
        margin: 0 auto 4.8rem;
        overflow: hidden;

        @media (width >=1200px) {
            width: fit-content;
        }
    }

    /* .ui-switch__check {
		flex: 0 1 auto;
	} */

    .ui-switch__check-btn {
        gap: 0.8rem;
        white-space: nowrap;
    }
}

.more-benefits__title {
    text-align: center;
    font-family: var(--font-heading);
    font-size: 4rem;
    font-weight: 500;
    line-height: 4.8rem;
    margin: 0 0 4.8rem 0;

    @media (width < 1200px) {
        text-align: left;
        margin: 0 0 2.4rem 0;

        font-size: 2.4rem;
        line-height: 2.8rem;
    }
}

.more-benefits__content {}

.more-benefits__content-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;

    @media (width < 1200px) {
        flex-direction: column;
        gap: 1.6rem;
    }
}

.more-benefits__card-wrapper {
    display: flex;
    flex-direction: column;

    @media (width < 1200px) {
        display: grid;
        grid-template-columns: 23.2rem 1fr;
        width: 100%;
        gap: 1.6rem;
    }

    @media (width < 640px) {
        grid-template-columns: 1fr;
    }
}

.more-benefits__card-item {
    width: 38rem;
    border-radius: 1.6rem;
    background: #ffffff;
    box-shadow: 0 1px 16px 0 rgba(0, 0, 0, 0.15);
    padding: 3.2rem 3.2rem 3.2rem 2.8rem;
    flex-shrink: 0;

    @media (width < 1200px) {
        width: 100%;
        padding: 1.6rem;
    }

}

.more-benefits__card-item--main {
    @media (width < 1200px) {
        width: 100%;
    }
}

.more-benefits__card-item {
    ul {
        padding: 0 0 0 1.6rem;

        ul {
            margin-top: 1rem;
            list-style: disc;
        }
    }
}

.more-benefits__card-item--sm {
    padding: 2.4rem;
    position: relative;

    @media (width < 1200px) {
        padding: 1.6rem;
    }

    .benefits-item__title {
        font-size: 1.8rem;
        line-height: 2.4rem;

        @media (width < 1200px) {
            font-size: 1.6rem;
            line-height: 2rem;
        }
    }

    .benefits-tem__text {
        font-size: 1.6rem;
        line-height: 2rem;

        @media (width < 1200px) {
            font-size: 1.4rem;
            line-height: 1.6rem;
        }
    }
}

.benefits-item__marker {
    display: flex;
    align-items: center;
    column-gap: 0.8rem;
    margin-bottom: 1rem;

    svg {
        width: 2.4rem;
        height: 2.4rem;
        flex-shrink: 0;
    }
}

.benefits-item__marker-text {
    display: flex;
    white-space: nowrap;
    align-items: center;
    color: #6b7782;
    font-size: 1.4rem;
    line-height: 1.6rem;
    gap: 0.8rem;
}

.benefits-item__title {
    margin: 0 0 1.2rem;
    font-family: var(--font-heading);
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 2.8rem;

    @media (width < 1200px) {
        font-size: 1.6rem;
        line-height: 2rem;
    }
}

.benefits-tem__text {
    font-size: 1.8rem;
    line-height: 2.4rem;

    @media (width < 1200px) {
        font-size: 1.4rem;
        line-height: 1.6rem;
    }
}

.more-benefits__content-image {
    position: absolute;
    height: 36rem;
    left: 50%;
    top: 0;
    transform: translateX(-50%);

    img {
        @media (width >=1200px) {
            max-width: unset;
            height: 100%;
        }
    }

    @media (width < 1200px) {
        position: relative;
        order: -1;
        left: unset;
        transform: none;
        height: auto;
    }
}

.more-benefits__controls {
    display: flex;
    justify-content: center;
    gap: 1.2rem;
    margin-top: 4.8rem;

    @media (width < 1200px) {
        flex-direction: column;
        margin-top: 2.4rem;
    }

    .ui-btn {
        @media (width >=1200px) {
            width: 35.8rem;
        }
    }
}

[data-switch-content='sincura'] {
    @media (width >=1200px) {
        .more-benefits__card-item--main {
            width: 43.2rem;
        }

        .more-benefits__card-item--sm {
            transform: rotate(-5deg) translate(0.5rem, -1.4rem);
            width: 36rem;
        }

        .more-benefits__content-image {
            max-width: 61rem;

            img {
                width: 100%;
                object-fit: contain;
            }
        }
    }
}

[data-switch-content='ingos'] {
    @media (width >=1200px) {
        .more-benefits__card-item--sm {
            transform: rotate(5deg);
            align-self: end;
            width: 36rem;
        }
    }
}

[data-switch-content='taxi'] {
    @media (width >=1200px) {
        .more-benefits__card-item--sm {
            transform: rotate(-5deg) translate(1rem, -1rem);
            width: 39rem;
        }
    }

    @media (width <=991px) {
        .more-benefits__content-image {
            max-width: 50rem;
        }
    }
}

[data-switch-content='onpass'] {
    @media (width >=1200px) {
        .more-benefits__card-item--main {
            transform: translateY(7rem);
        }

        .more-benefits__card-item--sm {
            transform: rotate(5deg) translateY(-1rem);
            width: 30rem;
            align-self: end;
        }
    }
}

[data-switch-content='fitmost'] {
    @media (width >=1200px) {
        .more-benefits__card-item--main {
            transform: translateY(3rem);
        }

        .more-benefits__card-item--sm {
            transform: rotate(-5deg) translate(0.5rem, -1rem);
            width: 38.1rem;
        }

        .more-benefits__card-item-decoration {
            position: absolute;
            top: 0;
            right: 0;
            transform: translate(50%, -50%);

        }

        .more-benefits__card-wrapper {
            margin-bottom: -8rem;
        }
    }

    @media (width < 1200px) {
        .more-benefits__card-item-decoration {
            display: none;
        }
    }
}

.individual-conditions {
    margin-bottom: 4.8rem;
}

.individual-conditions__title {
    font-family: var(--font-heading);
    font-size: 4rem;
    font-weight: 500;
    line-height: 4.8rem;
    margin-bottom: 4.8rem;

    @media (width < 1200px) {
        font-size: 2.4rem;
        line-height: 2.8rem;
        margin-bottom: 2.4rem;
    }
}

.individual-conditions__inner {
    display: flex;
    justify-content: space-between;
    gap: 1.6rem;

    @media (640px <=width < 1200px) {
        margin: 0 -3.2rem;
        padding: 0 3.2rem;
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;

        &::-webkit-scrollbar {
            display: none;
        }
    }

    @media (width < 640px) {
        flex-direction: column;
    }
}

.individual-conditions-item {
    flex: 1;
    padding: 3.2rem 3.2rem 3.2rem 2.8rem;
    border-radius: 1.6rem;
    background-color: #f5f5f8;

    @media (640px <=width < 1200px) {
        flex: 1 0 31rem;
    }
}

.individual-conditions-item__mark {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.6rem;
    letter-spacing: 0.072rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.individual-conditions-item__title {
    font-family: var(--font-heading);
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 2.8rem;
    margin-bottom: 1rem;

    @media (width < 1200px) {
        font-size: 1.6rem;
        line-height: 2rem;
    }
}

.individual-conditions-item__text {
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin-bottom: 1rem;

    @media (width < 1200px) {
        font-size: 1.4rem;
        line-height: 1.6rem;
    }
}

.individual-video {
    margin-bottom: 12.8rem;

    @media (width < 1200px) {
        margin-bottom: 6.4rem;
    }
}

.individual-video__wrapper {
    border-radius: 1.6rem;
    background: #f5f5f8;
    padding: 6.4rem 21rem;

    @media (width < 1200px) {
        padding: 1.6rem;
    }
}

.individual-video__title {
    text-align: center;
    font-family: var(--font-heading);
    font-size: 3.6rem;
    font-weight: 500;
    line-height: 4rem;
    margin-bottom: 1.2rem;

    @media (width < 1200px) {
        font-size: 2.4rem;
        line-height: 2.8rem;
    }
}

.individual-video__subtitle {
    color: #6b7782;
    text-align: center;
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin-bottom: 4rem;
}

.individual-accordion {
    .ui-switch {
        margin: 0 0 4.8rem;

        @media (width >=1200px) {
            width: fit-content;
        }
    }

    .ui-switch__check {
        flex: 0 1 auto;
    }

    .ui-switch__check-btn {
        gap: 0.8rem;
        white-space: nowrap;
    }
}

.ebs-conditions {
    margin-bottom: 12.8rem;

    @media (width < 1200px) {
        margin-bottom: 6.4rem;
    }

    .ui-alert {
        @media (width < 1200px) {
            padding-top: 1.2rem;
            padding-bottom: 1.2rem;
        }
    }

    .ui-alert__icon {
        top: 50%;
        transform: translateY(-50%);

        @media (width < 640px) {
            width: 3.2rem;
            height: 3.2rem;
        }
    }

    .ui-alert__text {
        display: flex;
        flex-direction: column;
        gap: 0.8rem;
        font-size: 1.8rem;
        line-height: 2.4rem;

        @media (width < 640px) {
            font-size: 1.6rem;
            line-height: 2rem;
        }

        b {
            font-weight: 500;
            font-family: var(--font-heading);
        }

        &>* {
            margin: 0;
        }
    }

    .ui-alert__action {
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 2.4rem;

        @media (width < 1200px) {
            font-size: 1.6rem;
            line-height: 2rem;
            margin: 0;
            padding: 0;
            flex: unset;

        }

        .ui-btn {
            font-size: 1.8rem;
            line-height: 2.4rem;
            padding-right: .8rem;

            @media (width < 1200px) {
                padding: 0;
                font-size: 1.6rem;
                line-height: 2rem;
                height: auto;
                margin-top: .8rem;
            }

        }

        .ui-btn:hover {
            background: var(--color-light);
            border-color: transparent;
        }
    }
}

.ebs-conditions__title,
.ebs-identification__title {
    font-family: var(--font-heading);
    font-size: 4rem;
    font-weight: 500;
    line-height: 4.8rem;
    margin: 0 0 2.4rem 0;

    @media (width < 1200px) {
        font-size: 2.2rem;
        line-height: 2.6rem;
        margin: 0 0 1.6rem 0;
    }

    @media (width < 640px) {
        font-size: 2.4rem;
        line-height: 2.8rem;
    }
}

.ebs-conditions__subtitle,
.ebs-identification__subtitle {
    font-size: 1.8rem;
    line-height: 2.4rem;

    @media (width < 1200px) {
        font-size: 1.6rem;
        line-height: 2rem;
    }
}

.ebs-conditions__subtitle {
    max-width: 58.8rem;
}

.ebs-conditions__wrapper {
    display: flex;
    gap: 2.4rem;
    margin: 4.8rem 0 2.4rem;

    @media (width < 1200px) {
        flex-direction: column;
        margin: 2.4rem 0 1.2rem;
        gap: 1.2rem;
    }

    @media (width < 640px) {
        gap: 0.8rem;
        margin: 2.4rem 0 0.8rem;
    }
}

.ebs-condition-item {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    flex: 1;
    border-radius: 1.6rem;
    background: var(--background-color-light);
    padding: 0 2.8rem;

    @media (width < 1200px) {
        padding: 0 0 0 2.4rem;
    }

    @media (width < 640px) {
        padding: 0 0 0 1.6rem;
    }
}

.ebs-condition-item__content {
    padding: 3.2rem 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;

    @media (width < 1200px) {
        padding: 2.4rem 0;
    }

    @media (width < 640px) {
        width: 20.4rem;
    }

    .ui-btn {
        margin-top: auto;
    }
}

.ebs-condition-item__title {
    font-family: var(--font-heading);
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 2.8rem;
    margin-bottom: 1.2rem;

    @media (width < 1200px) {
        font-size: 2rem;
        line-height: 2.4rem;
        margin-bottom: 0.8rem;
    }
}

.ebs-condition-item__text {
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin-bottom: 3.2rem;

    @media (width < 1200px) {
        font-size: 1.4rem;
        line-height: 1.8rem;
        margin-bottom: 2.4rem;
    }
}

.ebs-condition-item__image {
    display: flex;
    width: 150px;
    height: 150px;
    padding: 17px 20px 17px 21px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;

    @media (width < 1200px) {
        width: 206px;
        height: 206px;
        padding: 0;
    }

    @media (width < 640px) {
        width: unset;
        height: 209px;
        justify-content: flex-end;
        flex-shrink: 0;
    }

    img {
        height: 100%;
    }
}

.ebs-identification {
    margin-bottom: 12.8rem;

    @media (width < 1200px) {
        margin-bottom: 6.4rem;
    }
}

.ebs-identification__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2.4rem;
    margin-top: 4.8rem;

    @media (width < 1200px) {
        flex-direction: column-reverse;
        margin-top: 3.2rem;
        gap: 3.2rem;
    }
}

.ebs-identification__inner {
    max-width: 54.5rem;

    @media (width < 1200px) {
        max-width: unset;
    }
}

.ebs-identification__list {
    margin: 0;
    padding: 0;

    &>li:nth-of-type(1) .ebs-identification__count:after {
        border-color: transparent;
        border-right-color: var(--color-combo-border);
    }

    &>li:nth-of-type(2) .ebs-identification__count:after {
        border-right-color: var(--color-combo-border);
        border-bottom-color: var(--color-combo-border);
    }

    &>li:last-of-type .ebs-identification__count:after {
        border-color: var(--color-combo-border);
        background: var(--color-combo-border);
        color: #ffffff;
    }
}

.ebs-identification__item {
    list-style: none;
    display: flex;
    margin-bottom: 4.8rem;
    position: relative;
    padding-left: 8.4rem;

    @media (width < 1200px) {
        padding-left: 6.4rem;
        margin-bottom: 3.2rem;
    }
}

.ebs-identification__count {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    background: #ffffff;
    width: 5.6rem;
    height: 5.6rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    font-family: var(--font-heading);
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 2.8rem;

    @media (width < 1200px) {
        font-size: 1.6rem;
        line-height: 2rem;
        width: 4.8rem;
        height: 4.8rem;
    }

    svg {

        @media (width <=1200px) {
            width: 1.9rem;
            height: 1.3rem;
        }
    }

    &::before,
    &::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: inherit;
        border: 0.3rem solid transparent;
        transform: rotate(-45deg);
    }

    &::before {
        z-index: -2;
        border-color: #e9e9ef;
    }

    &::after {
        z-index: -1;
    }

}

.ebs-identification__text {
    font-family: var(--font-heading);
    font-size: 2rem;
    font-weight: 500;
    line-height: 2.4rem;
    margin: 0;

    @media (width < 1200px) {
        font-size: 1.6rem;
        line-height: 2rem;
    }
}

.ebs-identification__controls {
    .ui-btn {
        margin-bottom: 2.4rem;
    }

    .ui-check__checkbox {
        background: var(--background-color-light);

        @media (width < 1200px) {
            margin-right: 1.6rem;
        }

    }

    .ui-check__text {
        line-height: 1.6rem;
    }
}

.ebs-identification__image {
    @media (width < 1200px) {
        width: 100%;

        img {
            width: 100%;
        }
    }
}

[data-show-more] {
    padding-top: 0.8rem;

    &.is-open,
    &.is-open div {
        display: contents;
    }

    [data-show-more-button] {
        color: #717174;
        font-size: 1.4rem;
        line-height: 1.6rem;
        display: flex;
        gap: .8rem;
        align-items: center;

        svg {
            transition: all .3s linear;
            width: 1.6rem;
            height: 1.6rem;
        }

        .is-open & {
            margin-top: 0.8rem;

            svg {
                transform: rotate(180deg)
            }
        }
    }

    [data-show-more-content] {
        display: grid;
        grid-template-rows: 0fr;
        overflow: hidden;
        transition: grid-template-rows .3s linear;
        padding: 0;

        .is-open & {
            grid-template-rows: 1fr;
            padding-bottom: 0.8rem;
        }
    }
}

.ebs-request {
    .col-xl-12:has(.ui-check__checkbox) {
        padding-bottom: 1.6rem;

        .ui-check {
            margin-bottom: 0;

            ul {
                padding: 0 0 0 1.6rem;
            }
        }
    }

    .js-mask-sms {
        border-color: #f5f5f8;
    }

    @media (width < 1200px) {
        .ui-sms__title {
            margin-bottom: 1.2rem;
        }
    }

    .ui-sms__data .col-md-auto {
        @media (width < 640px) {
            margin-top: 1.6rem;
        }
    }
}

.ebs-form__controls {
    margin-top: 3.2rem;

    @media (width < 1200px) {
        margin-top: 1.6rem;

        &+& {
            margin-top: 0;
        }

        .ui-safety {
            justify-content: center;

            .ui-safety__text {
                flex: unset;
            }
        }
    }

    @media (width < 640px) {
        .ui-btn {
            width: 100%;
        }
    }
}

#popup-products-payments {
    .h1 {
        margin-bottom: 4.8rem;

        @media (width < 1200px) {
            font-size: 2.2rem;
            line-height: 2.6rem;
            margin-bottom: 3.2rem;
        }
    }

    .ui-sms__title {
        font-family: var(--font-heading);
        font-size: 4rem;
        font-weight: 500;
        line-height: 4.8rem;
        margin-bottom: 2.4rem;
        text-align: left;

        @media (width < 1200px) {
            font-size: 2.2rem;
            line-height: 2.6rem;
            margin-bottom: 1.6rem;
        }
    }

    .ui-check {
        margin: 2.4rem 0;

        @media (width < 1200px) {
            margin: 1.6rem 0;
        }
    }

    .fancybox-container:has(&) {
        .fancybox-bg {
            background: rgba(36, 38, 36, 0.40);
        }

        .fancybox-content {
            @media (width >=640px) {
                height: auto;
            }
        }
    }
}

.saving-account-conditions {
    margin: 13rem 0;

    @media (width < 1680px) {
        margin: 10rem 0;
    }

    @media (width < 640px) {
        margin: 4rem 0;
    }
}

.saving-account-conditions__inner {
    display: flex;
    gap: 4rem;

    @media (width < 1200px) {
        gap: 3.2rem;
    }

    @media (width < 640px) {
        gap: 1.6rem;
    }
}

.saving-account-conditions__item {
    min-width: 27rem;
    flex: 1;
    background: rgba(255, 255, 255, 0.4);
}

.saving-account-conditions-item__header {
    position: relative;
    padding: 6.4rem;
    height: 35rem;
    display: flex;
    align-items: flex-end;
    overflow: hidden;

    @media (width < 1440px) {
        padding: 5.6rem;
    }

    @media (width < 1200px) {
        padding: 4rem;
        height: 28.8rem;
    }

    @media (width < 640px) {
        padding: 2rem;
    }
}

.saving-account-conditions-item__image {
    position: absolute;
    inset: 0;
    object-fit: cover;
    pointer-events: none;

    img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
}

.saving-account-conditions-item__title {
    color: var(--color-privite-light, #f0ede9);
    font-family: var(--font-private);
    font-size: 7.2rem;
    font-weight: 500;
    line-height: 7.6rem;
    position: relative;

    @media (width < 1680px) {
        font-size: 6.4rem;
        line-height: 7.2rem;
    }

    @media (width < 1200px) {
        font-size: 3.6rem;
        line-height: 4rem;
    }
}

.saving-account-conditions-item__content {
    padding: 6.4rem;
    display: flex;
    flex-direction: column;
    gap: 6.4rem;

    @media (width < 1440px) {
        padding: 5.6rem;
    }

    @media (width < 1200px) {
        padding: 4rem;
        gap: 4rem;
    }

    @media (width < 640px) {
        padding: 3.2rem 2rem;
    }
}

.saving-account-conditions-item__profit {
    display: flex;
    flex-direction: column;
    gap: .3rem;
    font-family: var(--font-private);
    font-size: 4.4rem;
    font-weight: 500;
    line-height: 5.2rem;

    @media (width < 1440px) {
        font-size: 3.2rem;
        line-height: 3.6rem;
    }

    @media (width < 1200px) {
        font-size: 2.4rem;
        line-height: 2.8rem;
    }
}

.saving-account-conditions-item__profit-top {}

.saving-account-conditions-item__profit-percent {
    font-size: 12.8rem;
    font-weight: 400;
    line-height: 13.2rem;

    @media (width < 1440px) {
        font-size: 10rem;
        line-height: 10.4rem;
    }

    @media (width < 1200px) {
        font-size: 7.2rem;
        line-height: 8rem;
    }
}

.saving-account-conditions-item__profit-bottom {
    .saving-account-conditions__tooltip {
        @media (width < 1440px) {
            transform: translateY(3px);
        }
    }
}

.saving-account-conditions-item__description {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.saving-account-conditions-item__description-top {
    font-family: var(--font-private);
    font-size: 4.4rem;
    font-weight: 500;
    line-height: 5.2rem;

    @media (width < 1440px) {
        font-size: 3.2rem;
        line-height: 3.6rem;
    }

    @media (width < 1200px) {
        font-size: 2.4rem;
        line-height: 2.8rem;
    }
}

.saving-account-conditions-item__description-bottom {
    color: #6b7782;
    font-size: 2.4rem;
    line-height: 2.8rem;

    @media (width < 1440px) {
        font-size: 2rem;
        line-height: 2.4rem;
    }

    @media (width < 1200px) {
        font-size: 1.6rem;
        line-height: 2rem;
    }
}

.saving-account-conditions__actions {
    display: flex;
    justify-content: center;
    margin-top: 6.4rem;

    @media (width < 1680px) {
        margin-top: 5.6rem;
    }

    @media (width <=1024px) {
        margin-top: 4.8rem;
        padding: 0 3.6rem;
    }

    @media (width < 640px) {
        margin-top: 3.2rem;
        padding: 0 2rem;
    }
}

.saving-account-conditions__tooltip {
    display: inline-block;
    width: 2.4rem;
    height: 2.4rem;
    color: #717174;
    cursor: pointer;
    transition: all .3s ease-in-out;

    &:hover {
        svg {
            color: var(--private-accent-color)
        }
    }

    svg {
        width: 100%;
        height: 100%;
    }
}

.tooltipster-private-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5.6rem;
    height: 5.6rem;
    position: absolute;
    top: 2rem;
    right: 2rem;
    z-index: 100;
    background: #f0ede9;
    border-radius: 50%;
    color: #212a34;
    cursor: pointer;
    transition: background 0.25s, color 0.25s;
}

.is-page-cumulative {
    .private-fancy__wrapper {
        display: flex;
        flex-direction: column;
        gap: 4rem;
    }

    .private-fancy__title {
        font-family: var(--font-private);
        font-size: 4.4rem;
        font-weight: 500;
        line-height: 5.2rem;

        @media (width < 1200px) {
            font-size: 3.2rem;
            line-height: 3.6rem;
        }
    }

    .private-fancy__content {
        display: flex;
        gap: 1.2rem;
        font-size: 2rem;
        line-height: 2.4rem;

        @media (width < 1200px) {
            font-size: 1.6rem;
            line-height: 2rem;
        }

        @media (width < 640px) {
            flex-direction: column;
        }
    }

    .private-fancy__key {
        color: #676b73;
        width: 14.8rem;
        flex-shrink: 0;
    }

    .private-fancy__value {
        display: flex;
        flex-direction: column;
        gap: 2.1rem;
        color: #14161a;

        p {
            margin: 0;
        }
    }

    .private-fancy__description {
        color: #6b7782;
        font-size: 1.4rem;
        line-height: 133%;
    }
}

.saving-account-features {
    margin: 13rem 0;

    @media (width < 1680px) {
        margin: 10rem 0;
    }

    @media (width < 640px) {
        margin: 4rem 0;
    }

}

.saving-account-features__inner {
    display: flex;
    gap: 4rem;

    svg.saving-account-features__divider {
        flex-shrink: 0;
        width: 0.5rem;
    }
}

.saving-account-features__item {
    display: flex;
    flex-direction: column;
    gap: 2rem;

    @media (width < 1024px) {
        width: 21.2rem;
        flex-shrink: 0;
    }

    @media (width < 640px) {
        width: 25rem;
    }
}

.saving-account-features__item-title {
    font-family: var(--font-private);
    font-size: 4.4rem;
    font-weight: 500;
    line-height: 5.2rem;

    @media (width < 1440px) {
        font-size: 3.2rem;
        line-height: 3.6rem;
    }

    @media (width < 640px) {
        font-size: 2.4rem;
        line-height: 2.8rem;
    }
}

.saving-account-features__item-content {
    color: #717174;
    font-size: 2.4rem;
    line-height: 2.8rem;

    @media (width < 1440px) {
        font-size: 2rem;
        line-height: 2.4rem;
    }

    @media (width < 640px) {
        font-size: 1.6rem;
        line-height: 2rem;
    }
}

.fancybox-slide--html .fancybox-content.private-cumulative__popup {
    height: unset;

    .popup {
        min-height: unset;
        padding: 5.6rem;

        @media (width < 1200px) {
            width: 55rem;
            padding: 4rem;
        }

        @media (width < 640px) {
            width: 30rem;
            padding: 4rem 2rem;
        }
    }

    .popup__close {
        background: #f0ede9;
    }
}

.saving-account-features,
.saving-account-conditions {
    @media (width <=1024px) {
        .container-fluid {
            padding: 0;
            max-width: unset;
        }

        .saving-account-features__inner,
        .saving-account-conditions__inner {
            overflow-x: auto;
            overflow-y: hidden;
            padding: 0 3.6rem;

            -ms-overflow-style: none;
            scrollbar-width: none;

            &::-webkit-scrollbar {
                display: none;
            }
        }
    }

    @media (width < 640px) {

        .saving-account-features__inner,
        .saving-account-conditions__inner {
            padding: 0 2rem;
        }
    }
}

/* CHECK */
.press-center .ui-doc__icon {
    width: 15rem;
    height: 10rem;
    margin: 0 2rem 0 0;
}

.press-center .ui-doc__icon img {
    filter: drop-shadow(1px 1px 2px gray);
}

.intro__item-title .accented {
    color: var(--color-accent);
}

#header__logo-link {
    margin: 0 auto 0 0;
}

#header__primary-bank::after {
    opacity: 1;
}

.header__secondary-link {
    cursor: pointer;
}

header.header-min .header-min__logo a {
    color: unset;
}

.header__mobile-offcanvas {
    display: none;
}

.is-mobile-open .header__mobile-offcanvas {
    display: flex;
}

.video__item {
    background: none !important;
}

.video__item-image:after {
    background: rgba(0, 0, 0, 0) !important;
}

.disclosure__nav-link.should {
    color: red;
}

.disclosure__nav-link.onair {
    color: orange;
}

.disclosure__nav-link.done {
    color: green;
}

.about__video:after {
    background: rgba(0, 0, 0, 0) !important;
}

@media (min-width: 1200px) {
    .vacancies__item {
        min-height: 172px;
    }
}

picture.casback-invisible {
    display: none !important;
}

picture.casback-visible {
    display: block !important;
}

.ui-tariff.tariff-invisible {
    display: none !important;
}

.ui-tariff.tariff-visible {
    display: block !important;
}

#test_form .ui-form__step {
    display: block !important;
}

#test_form .steps_gap {
    padding: 15px 0;
    text-align: center;
    border: 2px #ffffff outset;
    background-color: #ffeded;
    width: 500%;
    margin: 20px auto 20px -200%;
}

#test_console {
    position: fixed;
    z-index: 25;
    border: 1px solid;
    width: 400px;
    left: 5%;
    background-color: #00000066;
    padding: 10px;
    color: lightgreen;
    overflow: auto;
    max-height: 500px;
    top: 200px;
}

.is-page-certif .intro__item-text a {
    color: inherit;
    text-decoration: underline;
}

.accordion__item:after {
    z-index: -1;
}

.feedbackform .ui-placeholder__label {
    transition: all 0.25s;
}

/* .feedbackform .ui-placeholder.is-focus .ui-placeholder__label {
    opacity: 0;
}

.feedbackform .ui-placeholder.is-changed .ui-placeholder__label {
    opacity: 0;
} */

.tariff-card__condition.last_rate {
    border-bottom: 2px solid #f5f5f8;
    padding-bottom: 10px;
}

.tariff-card__condition.last_cond {
    border-top: 2px solid #f5f5f8;
    padding-top: 10px;
}

.tariff-card__condition-title.wide {
    width: 450px;
}

.tariff-card__condition-title.list {
    padding-left: 10px;
    position: relative;
}

.tariff-card__condition-title.list::before {
    content: '\2022';
    position: absolute;
    left: 1px;
}

.archived_docs {
    font-size: 14px;
    line-height: 100%;
    margin: 0 10px 10px;
    display: block;
    padding: 0 0 0 20px;
    background: url(/img/doc.svg) no-repeat 0 0;
}

.archdocsbtn {
    color: var(--color-link);
    cursor: pointer;
    font-style: normal;
    font-size: small;
    margin: 5px 0 0 26px;
    display: block;
}

.archdocsblock {
    display: none;
    margin: 8px 0 0 33px;
}

#footer_toggle {
    display: none;
}

.is-page-fitmost {

    .pb-intro {
        margin-bottom: 0;
    }

    .pb-fitmost-advantages,
    .pb-fitmost-services,
    .pb-form,
    .pb-faq {
        padding: 12rem 0;

        @media (width < 1680px) {
            padding: 10rem 0;
        }

        @media (width < 1200px) {
            padding: 5rem 0;
        }

        @media (width < 640px) {
            padding: 4rem 0;
        }
    }
}

.pb-fitmost-advantages {

    .pb-fitmost-advantages__inner {
        display: flex;
        gap: 4rem;

        @media (width < 1680px) {
            gap: 3.2rem;
        }

        @media (width < 991px) {
            flex-wrap: wrap;
        }

        @media (width < 640px) {
            gap: 2.4rem;
        }
    }

    .pb-fitmost-advantages__item {
        @media (width < 991px) {
            width: calc(50% - 1.6rem);
        }

        @media (width < 640px) {
            width: 100%;
        }
    }

    .pb-fitmost-advantages__item-content {
        color: #717174;
        font-size: 2.4rem;
        line-height: 2.8rem;

        @media (width < 1680px) {
            font-size: 2rem;
            line-height: 2.4rem;
        }

        @media (width < 640) {
            font-size: 1.6rem;
            line-height: 2rem;
        }
    }
}

.pb-fitmost-services {

    .pb__title {
        margin: 0;
        max-width: 120rem;
    }

    .pb-fitmost-services__wrapper {
        display: flex;
        justify-content: space-between;
        gap: 7.2rem;

        @media (width < 640px) {
            flex-direction: column;
            gap: 3.2rem
        }
    }

    .pb-fitmost-services__inner {
        display: flex;
        flex-direction: column;
        gap: 7.4rem;
        flex-shrink: 0;

        @media (width < 1680px) {
            gap: 9.6rem;
        }

        @media (width < 1200px) {
            gap: 6.4rem;
        }

        @media (width < 991px) {
            gap: 5.4rem;
        }

        @media (width < 640px) {
            gap: 3.2rem;
        }

        &::before {
            content: '';
            display: block;
            height: 0.6rem;
            width: 100%;
            background-image: url(/assets/images/bg-line.png);
            background-size: auto 100%;
            margin-top: 10rem;

            @media (width < 1680px) {
                margin-top: 9.6rem;
            }

            @media (width < 1200px) {
                margin-top: 6.4rem;
            }

            @media (width < 991px) {
                margin-top: 5.4rem;
            }

            @media (width < 640px) {
                margin-top: 3.2rem;
            }
        }
    }

    .pb-fitmost-services__content {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-content: start;
        column-gap: 7.4rem;
        row-gap: 4rem;

        @media (width < 1200px) {
            grid-template-columns: 1fr;
            row-gap: 3.2rem;
        }

        @media (width < 991px) {
            row-gap: 2.4rem;
        }

    }

    .pb-fitmost-services__item {
        font-size: 3.2rem;
        line-height: 4rem;
        display: flex;
        align-items: center;
        gap: 2.4rem;

        @media (width < 1680px) {
            font-size: 2.4rem;
            line-height: 2.8rem;
        }

        @media (width < 991px) {
            font-size: 2rem;
            line-height: 2.4rem;
        }

        svg {
            width: 1.6rem;
            height: 0.4rem;
        }
    }

    .pb-fitmost-services__image {
        margin-top: -10rem;
        flex-shrink: 0.5;

        @media (width < 1680px) {
            margin-top: 10rem;
        }

        @media (width < 1200px) {
            margin-top: 0;
            align-self: center;
        }
    }

}