.is-go-to-pay #main-page {
    background: transparent !important
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vBanner {
        top: 103px
    }
}

@media only screen and (max-width: 767px) {
    .vBanner {
        top: 60px;
        display: block;
        background-color: #fff;
        width: 100%;
        z-index: 1;
        box-sizing: border-box
    }
}

.vBanner .banner-block {
    display: block;
    position: relative
}

.vBanner .banner-block.info-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1f7feb;
    color: #fff;
    font-weight: bold
}

.vBanner .banner-block.danger-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ff3636;
    color: #fff;
    font-weight: bold
}

@media only screen and (max-width: 991px) {
    .vBanner .banner-block {
        box-sizing: border-box;
        padding-right: 25px
    }
    .vBanner .banner-block .x {
        position: absolute;
        right: 0;
        top: 0;
        width: 20px;
        height: 20px;
        font-size: 16px;
        text-align: center;
        line-height: 20px;
        color: #0B2039;
        cursor: pointer;
        transition: .4s all ease;
        -webkit-transition: .4s all ease;
        -moz-transition: .4s all ease;
        -ms-transition: .4s all ease;
        -o-transition: .4s all ease;
        -icab-transition: .4s all ease;
        -khtml-transition: .4s all ease
    }
    .vBanner .banner-block .x:hover {
        transform: scale(1.1, 1.1)
    }
}

.vBanner .banner-block .banner-wrap {
    margin: 0 auto
}

@media only screen and (min-width: 1200px) {
    .vBanner .banner-block .banner-wrap {
        width: 1140px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .vBanner .banner-block .banner-wrap {
        width: 972px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .vBanner .banner-block .banner-wrap {
        width: 748px
    }
}

@media only screen and (max-width: 767px) {
    .vBanner .banner-block .banner-wrap {
        width: 100%
    }
}

.vBanner .banner-block .unsupported-msg {
    text-align: center;
    padding: 10px
}

.vBanner .banner-block .unsupported-msg a {
    color: #fff;
    text-decoration: underline;
    font-style: italic
}

.vBanner .banner-block .unsupported-msg a:hover {
    color: #0B2039
}

.is-go-to-pay .vBanner {
    display: none
}

.is-go-to-pay #main-page {
    background: transparent !important
}

div.vTopMenuItem {
    display: block;
    height: 40px;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #9d9d9d;
    padding: 0 12px;
    line-height: 40px;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    transition: .4s all ease;
    -webkit-transition: .4s all ease;
    -moz-transition: .4s all ease;
    -ms-transition: .4s all ease;
    -o-transition: .4s all ease;
    -icab-transition: .4s all ease;
    -khtml-transition: .4s all ease
}

div.vTopMenuItem a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

div.vTopMenuItem .line {
    transition: .4s all ease;
    -webkit-transition: .4s all ease;
    -moz-transition: .4s all ease;
    -ms-transition: .4s all ease;
    -o-transition: .4s all ease;
    -icab-transition: .4s all ease;
    -khtml-transition: .4s all ease;
    height: 0;
    background-color: #f9c34c;
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 0;
    box-sizing: border-box
}

div.vTopMenuItem:first-child {
    padding-left: 0
}

div.vTopMenuItem:first-child .line {
    left: 0
}

div.vTopMenuItem:hover {
    color: #ffffff
}

div.vTopMenuItem:hover .line {
    height: 4px
}

.is-go-to-pay #main-page {
    background: transparent !important
}

div.vTopMenu {
    height: 40px;
    background-color: #0b2039;
    display: flex;
    flex-direction: row
}

@media only screen and (max-width: 767px) {
    div.vTopMenu {
        width: 100%;
        overflow: scroll;
        padding: 0 10px;
        overflow: -moz-scrollbars-none;
        -ms-overflow-style: none
    }
    div.vTopMenu::-webkit-scrollbar {
        width: 0;
        height: 0;
        opacity: 0
    }
}

.is-go-to-pay #main-page {
    background: transparent !important
}

.vTopMenuBtn {
    position: relative
}

.vTopMenuBtn .tmb-button {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: #0b2039;
    cursor: pointer;
    transition: .4s all ease;
    -webkit-transition: .4s all ease;
    -moz-transition: .4s all ease;
    -ms-transition: .4s all ease;
    -o-transition: .4s all ease;
    -icab-transition: .4s all ease;
    -khtml-transition: .4s all ease;
    background-image: url(./img/burger.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40px
}

.vTopMenuBtn .tmb-button:hover {
    background-color: #1f7feb;
    background-image: url(./img/burger-hover.svg)
}

.vTopMenuBtn .tmb-body {
    max-height: 0;
    overflow: hidden;
    transition: .4s all ease;
    -webkit-transition: .4s all ease;
    -moz-transition: .4s all ease;
    -ms-transition: .4s all ease;
    -o-transition: .4s all ease;
    -icab-transition: .4s all ease;
    -khtml-transition: .4s all ease;
    position: absolute;
    right: 0;
    top: 50px;
    border-radius: 5px;
    background-color: #0b2039
}

.vTopMenuBtn .tmb-body .tmb-body-wrap {
    min-width: 220px;
    padding: 20px
}

.vTopMenuBtn .tmb-body .tmb-body-wrap .tmb-body-item {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #d9e0e8;
    margin-bottom: 17px;
    transition: .4s all ease;
    -webkit-transition: .4s all ease;
    -moz-transition: .4s all ease;
    -ms-transition: .4s all ease;
    -o-transition: .4s all ease;
    -icab-transition: .4s all ease;
    -khtml-transition: .4s all ease;
    cursor: pointer;
    min-height: 18px
}

.vTopMenuBtn .tmb-body .tmb-body-wrap .tmb-body-item a {
    color: #d9e0e8;
    text-decoration: none;
    text-underline: none;
    display: inherit;
    min-height: 18px
}

.vTopMenuBtn .tmb-body .tmb-body-wrap .tmb-body-item a span {
    height: 18px
}

.vTopMenuBtn .tmb-body .tmb-body-wrap .tmb-body-item:hover {
    color: #fff
}

.vTopMenuBtn .tmb-body .tmb-body-wrap .tmb-body-item:hover a {
    color: #fff;
    text-decoration: none;
    text-underline: none
}

.vTopMenuBtn .tmb-body .tmb-body-wrap .tmb-body-item.is-active {
    color: #fff
}

.vTopMenuBtn .tmb-body .tmb-body-wrap .tmb-body-item.is-active a span {
    border-bottom: 2px solid #f9c34c
}

.vTopMenuBtn .tmb-body .tmb-body-wrap .tmb-body-item:last-child {
    margin-bottom: 0
}

.vTopMenuBtn .tmb-body .tmb-member {
    border-top: 1px solid #4a4c5a;
    padding: 20px;
    color: #D9E0E8
}

.vTopMenuBtn .tmb-body .tmb-member .tmb-info {
    text-align: center;
    transition: .4s all ease;
    -webkit-transition: .4s all ease;
    -moz-transition: .4s all ease;
    -ms-transition: .4s all ease;
    -o-transition: .4s all ease;
    -icab-transition: .4s all ease;
    -khtml-transition: .4s all ease
}

.vTopMenuBtn .tmb-body .tmb-member .tmb-info a {
    color: #D9E0E8;
    text-decoration: none
}

.vTopMenuBtn .tmb-body .tmb-member .tmb-info:hover {
    font-weight: bold
}

.vTopMenuBtn .tmb-body .tmb-member .tmb-btn {
    border: 1px solid #fff;
    text-align: center;
    margin-top: 10px;
    padding: 4px 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: .4s all ease;
    -webkit-transition: .4s all ease;
    -moz-transition: .4s all ease;
    -ms-transition: .4s all ease;
    -o-transition: .4s all ease;
    -icab-transition: .4s all ease;
    -khtml-transition: .4s all ease
}

.vTopMenuBtn .tmb-body .tmb-member .tmb-btn:hover {
    color: #fff;
    font-weight: bold
}

.vTopMenuBtn .tmb-body .tmb-member.is-active {
    border-top: 4px solid #f9c34c;
    border-bottom: 4px solid #f9c34c
}

.vTopMenuBtn.is-open .tmb-button {
    background-color: #0b2039;
    background-image: url(./img/cross.svg);
    background-size: 16px
}

.vTopMenuBtn.is-open .tmb-button:hover {
    background-color: #1f7feb;
    background-image: url(./img/cross.svg)
}

.vTopMenuBtn.is-open .tmb-body {
    max-height: 500px
}

.is-go-to-pay #main-page {
    background: transparent !important
}

div.v-language-selector {
    font-family: 'Roboto', sans-serif;
    color: white;
    width: 100px;
    background-color: #FFF;
    position: relative;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    height: 40px;
    text-align: center;
    padding-right: 9px
}

@media only screen and (max-width: 767px) {
    div.v-language-selector {
        background: transparent;
        margin-top: 10px !important;
        margin-right: 0 !important;
        width: 60px
    }
}

div.v-language-selector:after {
    content: '';
    position: absolute;
    right: 14px;
    top: 50%;
    line-height: 20px;
    color: gray;
    width: 9px;
    height: 7px;
    margin-top: -4px;
    background-image: url(./img/arrow-down.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: .4s all ease;
    -webkit-transition: .4s all ease;
    -moz-transition: .4s all ease;
    -ms-transition: .4s all ease;
    -o-transition: .4s all ease;
    -icab-transition: .4s all ease;
    -khtml-transition: .4s all ease
}

@media only screen and (max-width: 767px) {
    div.v-language-selector:after {
        background: none
    }
}

div.v-language-selector span img {
    width: 30px;
    height: 21px;
    border-radius: 4px
}

div.v-language-selector span span {
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #0b2039
}

@media only screen and (max-width: 767px) {
    div.v-language-selector span span {
        display: none
    }
}

div.v-language-selector>ul {
    position: absolute;
    left: 0;
    top: 100%;
    padding: 0;
    background-color: #0C2039;
    width: 100px;
    border-radius: 5px;
    height: auto;
    overflow: hidden;
    transition: .4s all ease;
    -webkit-transition: .4s all ease;
    -moz-transition: .4s all ease;
    -ms-transition: .4s all ease;
    -o-transition: .4s all ease;
    -icab-transition: .4s all ease;
    -khtml-transition: .4s all ease;
    z-index: 1
}

@media only screen and (max-width: 767px) {
    div.v-language-selector>ul {
        width: 50px
    }
}

div.v-language-selector>ul>li {
    list-style: none;
    margin: 0;
    text-align: center;
    position: relative;
    color: #fff;
    transition: .4s all ease;
    -webkit-transition: .4s all ease;
    -moz-transition: .4s all ease;
    -ms-transition: .4s all ease;
    -o-transition: .4s all ease;
    -icab-transition: .4s all ease;
    -khtml-transition: .4s all ease;
    height: 0;
    border: none
}

div.v-language-selector>ul>li img {
    opacity: 0.9;
    width: 30px;
    height: 21px;
    margin-left: -8px
}

@media only screen and (max-width: 767px) {
    div.v-language-selector>ul>li img {
        margin-left: 0
    }
}

@media only screen and (max-width: 767px) {
    div.v-language-selector>ul>li span {
        display: none
    }
}

div.v-language-selector>ul>li:hover {
    color: #FCFDFD
}

div.v-language-selector>ul>li:hover img {
    opacity: 1
}

div.v-language-selector>ul>li a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

div.v-language-selector.is-open>ul {
    height: auto
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    div.v-language-selector.is-open>ul {
        border: 1px solid rgba(226, 217, 217, 0.2)
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    div.v-language-selector.is-open>ul {
        margin-top: 0;
        border: 1px solid rgba(226, 217, 217, 0.2)
    }
}

div.v-language-selector.is-open>ul>li {
    height: 21px;
    margin: 15px
}

@media only screen and (max-width: 767px) {
    div.v-language-selector.is-open>ul>li {
        margin: 10px
    }
}

div.v-language-selector.is-open:after {
    transform: rotate(180deg)
}

@media only screen and (max-width: 767px) {
    div.v-language-selector {
        margin-right: 50px;
        margin-top: -15px
    }
}

.is-go-to-pay #main-page {
    background: transparent !important
}

div.vMainButton {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: normal;
    color: #ffffff;
    padding: 0 18px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    transition: .4s all ease;
    -webkit-transition: .4s all ease;
    -moz-transition: .4s all ease;
    -ms-transition: .4s all ease;
    -o-transition: .4s all ease;
    -icab-transition: .4s all ease;
    -khtml-transition: .4s all ease;
    height: 40px;
    border-radius: 5px;
    box-shadow: inset 0 -2px 0 0 #000000;
    background-color: #0b2039
}

@media only screen and (max-width: 767px) {
    div.vMainButton {
        padding: 0 11px
    }
}

div.vMainButton a {
    border-radius: 22.5px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

div.vMainButton:hover {
    box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.15);
    background-color: #1f7feb
}

div.vMainButton.disabled {
    cursor: not-allowed;
    background-color: #1c508f
}

div.vMainButton.disabled.button-primary {
    background-color: #7db5f3
}

.is-go-to-pay #main-page {
    background: transparent !important
}

.vPartnerHeaderBlock {
    background-color: #1f7feb;
    color: #fff;
    display: flex;
    height: 40px;
    flex-direction: row;
    z-index: 1;
    padding: 0 10px;
    justify-content: center;
    align-items: center
}

@media only screen and (max-width: 767px) {
    .vPartnerHeaderBlock {
        height: 40px;
        margin-top: 10px;
        text-align: center
    }
}

.vPartnerHeaderBlock .p-id {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 20px;
    font-size: 20px;
    cursor: pointer
}

@media only screen and (max-width: 991px) {
    .vPartnerHeaderBlock .p-id {
        line-height: 15px;
        font-size: 15px
    }
}

@media only screen and (max-width: 991px) and (max-width: 767px) {
    .vPartnerHeaderBlock .p-id {
        font-size: 12px
    }
}

.vPartnerHeaderBlock .exit-icon {
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(./img/exit.svg);
    margin-left: 10px;
    transition: .4s all ease;
    -webkit-transition: .4s all ease;
    -moz-transition: .4s all ease;
    -ms-transition: .4s all ease;
    -o-transition: .4s all ease;
    -icab-transition: .4s all ease;
    -khtml-transition: .4s all ease;
    cursor: pointer
}

.vPartnerHeaderBlock .exit-icon:hover {
    transform: scale(1.02, 1.02)
}

.is-go-to-pay #main-page {
    background: transparent !important
}

.vMemberHeaderBlock {
    color: #fff;
    display: flex;
    height: 40px;
    flex-direction: row;
    z-index: 1;
    padding: 0 10px;
    justify-content: center;
    align-items: center;
    opacity: 0.4;
    position: relative;
    width: 50px
}

.vMemberHeaderBlock.is-auth {
    opacity: 1
}

@media only screen and (max-width: 767px) {
    .vMemberHeaderBlock {
        height: 40px;
        margin-top: 10px;
        text-align: center
    }
}

.vMemberHeaderBlock .p-id {
    position: absolute;
    left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 20px;
    font-size: 20px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    transition: .4s all ease;
    -webkit-transition: .4s all ease;
    -moz-transition: .4s all ease;
    -ms-transition: .4s all ease;
    -o-transition: .4s all ease;
    -icab-transition: .4s all ease;
    -khtml-transition: .4s all ease;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
    background-color: transparent;
    background-image: url(./img/ic-profile.svg)
}

@media only screen and (max-width: 991px) {
    .vMemberHeaderBlock .p-id {
        line-height: 15px;
        font-size: 15px
    }
}

@media only screen and (max-width: 991px) and (max-width: 767px) {
    .vMemberHeaderBlock .p-id {
        font-size: 12px
    }
}

.vMemberHeaderBlock .p-id.active {
    opacity: 0;
    background-image: url(./img/ic-profile-active.svg)
}

.vMemberHeaderBlock .exit-icon {
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(./img/exit.svg);
    margin-left: 10px;
    transition: .4s all ease;
    -webkit-transition: .4s all ease;
    -moz-transition: .4s all ease;
    -ms-transition: .4s all ease;
    -o-transition: .4s all ease;
    -icab-transition: .4s all ease;
    -khtml-transition: .4s all ease;
    cursor: pointer
}

.vMemberHeaderBlock .exit-icon:hover {
    transform: scale(1.02, 1.02)
}

.vMemberHeaderBlock:hover .p-id {
    opacity: 0
}

.vMemberHeaderBlock:hover .p-id.active {
    opacity: 1
}

.is-go-to-pay #main-page {
    background: transparent !important
}

.vModal .modal-mask {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: table;
    transition: opacity 0.3s ease
}

.vModal .modal-wrapper {
    display: table-cell;
    vertical-align: middle
}

.vModal .modal-wrapper .modal-container {
    width: 300px;
    margin: 0 auto;
    padding: 20px 30px 0 30px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
    transition: all 0.3s ease;
    font-family: Helvetica, Arial, sans-serif;
    max-height: 100vh
}

.vModal .modal-wrapper .modal-container .modal-header h3 {
    margin-top: 0;
    color: #0b2039;
    font-family: "Roboto", sans-serif;
    font-size: 26px
}

.vModal .modal-wrapper .modal-container .modal-body {
    margin: 20px 0;
    font-family: "Roboto", sans-serif;
    overflow: auto
}

.vModal .modal-wrapper .modal-container .modal-default-button {
    float: right;
    min-width: 100px;
    border: none;
    outline: none;
    color: #1f7feb;
    background: #fff;
    transition: .4s all ease;
    -webkit-transition: .4s all ease;
    -moz-transition: .4s all ease;
    -ms-transition: .4s all ease;
    -o-transition: .4s all ease;
    -icab-transition: .4s all ease;
    -khtml-transition: .4s all ease;
    padding: 10px 20px;
    background: rgba(215, 214, 214, 0.39)
}

.vModal .modal-wrapper .modal-container .modal-default-button:hover {
    background: rgba(215, 214, 214, 0.7)
}

.vModal .modal-wrapper .modal-container.md {
    width: 600px;
    max-width: 90vw;
    display: flex;
    flex-direction: column
}

@media only screen and (max-width: 767px) {
    .vModal .modal-wrapper .modal-container.md {
        width: 100vw
    }
}

@media only screen and (max-width: 767px) {
    .vModal .modal-wrapper .modal-container.md .modal-footer .modal-default-button {
        width: 100%
    }
}

.vModal .modal-wrapper .modal-container.is-float {
    width: 60vw;
    display: flex;
    flex-direction: column
}

@media only screen and (max-width: 767px) {
    .vModal .modal-wrapper .modal-container.is-float {
        width: 100vw
    }
}

@media only screen and (max-width: 767px) {
    .vModal .modal-wrapper .modal-container.is-float .modal-footer .modal-default-button {
        width: 100%
    }
}

.vModal.is-toast .modal-mask {
    left: 50%;
    top: auto;
    bottom: 0;
    height: 62px;
    width: 700px;
    margin-left: -350px
}

@media only screen and (max-width: 767px) {
    .vModal.is-toast .modal-mask {
        width: 80vw;
        margin-left: 0;
        left: 10vw
    }
}

.vModal.is-toast .modal-mask .modal-wrapper {
    vertical-align: bottom
}

.vModal.is-toast .modal-mask .modal-wrapper .modal-container {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 700px
}

@media only screen and (max-width: 767px) {
    .vModal.is-toast .modal-mask .modal-wrapper .modal-container {
        width: 80vw
    }
}

.vModal.is-toast .modal-mask .modal-wrapper .modal-container .modal-header {
    display: none
}

.vModal.is-toast .modal-mask .modal-wrapper .modal-container .modal-body {
    margin: 5px 20px;
    padding: 0;
    width: 100%;
    text-align: center;
    font-size: 16px
}

.vModal.is-toast .modal-mask .modal-wrapper .modal-container .modal-body .btn-link {
    color: #337ab7
}

.vModal.is-toast .modal-mask .modal-wrapper .modal-container .modal-footer {
    border: none;
    padding: 0;
    display: flex;
    align-items: center
}

.vModal.is-toast .modal-mask .modal-wrapper .modal-container .modal-footer button {
    font-size: 16px
}

.vModal .modal-enter {
    opacity: 0
}

.vModal .modal-leave-active {
    opacity: 0
}

.vModal .modal-enter .modal-container,
.vModal .modal-leave-active .modal-container {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.is-go-to-pay #main-page {
    background: transparent !important
}

div.nHeader {
    position: relative;
    min-height: 90px;
    height: auto;
    display: flex;
    z-index: 3
}

@media only screen and (max-width: 767px) {
    div.nHeader {
        height: auto;
        padding-bottom: 10px
    }
}

div.nHeader .my-container {
    margin: 0 auto
}

@media only screen and (min-width: 1200px) {
    div.nHeader .my-container {
        width: 1140px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    div.nHeader .my-container {
        width: 972px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    div.nHeader .my-container {
        width: 748px
    }
}

@media only screen and (max-width: 767px) {
    div.nHeader .my-container {
        width: 100%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    div.nHeader {
        width: 100%;
        padding: 0
    }
}

div.nHeader.active {
    z-index: 5
}

div.nHeader .bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 40px;
    background-color: #0b2039
}

@media only screen and (max-width: 767px) {
    div.nHeader .bg {
        display: none
    }
}

div.nHeader .logo {
    margin-top: 24px;
    width: 208px;
    height: 45px;
    position: relative
}

@media only screen and (max-width: 767px) {
    div.nHeader .logo {
        margin: 13px 0 0 15px;
        width: 162px;
        height: 35.4px
    }
}

div.nHeader .logo.inline {
    margin: 0
}

div.nHeader .logo .img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(./img/logo.svg)
}

div.nHeader .logo .img.is-en {
    background-image: url(./img/logo-en.svg)
}

div.nHeader .logo .snowman {
    position: absolute;
    display: block;
    top: -2.5px;
    right: -50px;
    width: 39px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(./img/snowman.png)
}

@media only screen and (max-width: 767px) {
    div.nHeader .logo .snowman {
        display: none
    }
}

div.nHeader .my-container {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: stretch
}

div.nHeader .my-container .top-line {
    z-index: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
    align-content: stretch;
    order: 1
}

@media only screen and (max-width: 767px) {
    div.nHeader .my-container .top-line {
        order: 2
    }
}

div.nHeader .my-container .top-line .tl-items-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 5px
}

@media only screen and (max-width: 767px) {
    div.nHeader .my-container .top-line .tl-items-wrap {
        align-items: flex-end;
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 0
    }
}

div.nHeader .my-container .top-line .tl-items-wrap .buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch
}

div.nHeader .my-container .top-line .tl-items-wrap .buttons .vMainButton {
    margin-right: 20px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    div.nHeader .my-container .top-line .tl-items-wrap .buttons .vMainButton {
        margin-right: 10px
    }
}

div.nHeader .my-container .top-line .tl-items-wrap .buttons .vMainButton .img {
    width: 23px;
    height: 20px;
    float: left;
    padding-right: 7px
}

@media only screen and (max-width: 767px) {
    div.nHeader .my-container .top-line .tl-items-wrap .buttons .vMainButton.btn-telegram {
        display: none
    }
}

@media only screen and (max-width: 767px) {
    div.nHeader .my-container .top-line .tl-items-wrap .buttons .vMainButton.btn-support {
        margin: 9px 10px 0 0
    }
}

div.nHeader .my-container .top-line .tl-items-wrap .vTopMenuBtn {
    margin-left: 20px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    div.nHeader .my-container .top-line .tl-items-wrap .vTopMenuBtn {
        margin-left: 10px
    }
}

@media only screen and (max-width: 767px) {
    div.nHeader .my-container .top-line .tl-items-wrap .vTopMenuBtn {
        margin-left: 0
    }
}

div.nHeader .vue-portal-target {
    display: flex;
    justify-content: center;
    align-items: center
}

.is-go-to-pay .nHeader {
    display: none
}

.is-go-to-pay #main-page {
    background: transparent !important
}

#v-top-banners {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    padding: 20px 0 30px
}

@media only screen and (max-width: 767px) {
    #v-top-banners {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media only screen and (max-width: 1199px) {
    #v-top-banners {
        padding-bottom: 20px
    }
}

#v-top-banners #v-top-banners__slider {
    width: 100%;
    height: 118px;
    overflow: hidden
}

#v-top-banners #v-top-banners__slider .v-top-banners__wrap {
    width: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 19px;
    transition: .4s all ease;
    -webkit-transition: .4s all ease;
    -moz-transition: .4s all ease;
    -ms-transition: .4s all ease;
    -o-transition: .4s all ease;
    -icab-transition: .4s all ease;
    -khtml-transition: .4s all ease
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    #v-top-banners #v-top-banners__slider .v-top-banners__wrap {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-column-gap: 10px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #v-top-banners #v-top-banners__slider .v-top-banners__wrap {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-column-gap: 10px
    }
}

@media only screen and (max-width: 767px) {
    #v-top-banners #v-top-banners__slider .v-top-banners__wrap {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        column-gap: 10px
    }
}

#v-top-banners .v-top-banners__actions {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 5px;
    padding: 10px 0 0
}

#v-top-banners .v-top-banners__actions .v-top-banners__actions--btn {
    background: #287AD8;
    opacity: 0.4;
    border-radius: 10px;
    cursor: pointer;
    width: 20px;
    height: 3px;
    transition: .4s all ease;
    -webkit-transition: .4s all ease;
    -moz-transition: .4s all ease;
    -ms-transition: .4s all ease;
    -o-transition: .4s all ease;
    -icab-transition: .4s all ease;
    -khtml-transition: .4s all ease
}

#v-top-banners .v-top-banners__actions .v-top-banners__actions--btn.active {
    opacity: 1
}

.is-go-to-pay #main-page {
    background: transparent !important
}

.v-top-banner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10px 15px;
    border-radius: 5px;
    min-width: 367px;
    width: 560px;
    min-height: 118px;
    position: relative;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #fff;
    overflow: hidden;
    cursor: pointer;
    transition: .4s all ease;
    -webkit-transition: .4s all ease;
    -moz-transition: .4s all ease;
    -ms-transition: .4s all ease;
    -o-transition: .4s all ease;
    -icab-transition: .4s all ease;
    -khtml-transition: .4s all ease
}

.v-top-banner.index-0 {
    background: linear-gradient(256.25deg, #BE6EDA -26.89%, #4096DE 100%), linear-gradient(171.31deg, #71B95E 6.63%, #297BBF 253.19%)
}

.v-top-banner.index-1 {
    background: linear-gradient(180deg, #BE6EDA 0%, #4096DE 212.71%), linear-gradient(102.69deg, #71B95E 0%, #297BBF 100%)
}

.v-top-banner.index-2 {
    background: linear-gradient(103.83deg, #BE6EDA -27.33%, #4096DE 99.92%), linear-gradient(255.34deg, #84DA6E 0%, #4096DE 93.54%)
}

.v-top-banner.disable {
    cursor: default;
    background: linear-gradient(256.25deg, #DAD4DC -26.89%, #ACB0B4 100%), linear-gradient(171.31deg, #71B95E 6.63%, #297BBF 253.19%)
}

.v-top-banner:active {
    opacity: 0.7
}

.v-top-banner:active.disable {
    opacity: 1
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .v-top-banner {
        width: 481px
    }
}

@media only screen and (max-width: 767px) {
    .v-top-banner {
        width: calc(100vw - 30px);
        min-width: calc(100vw - 30px)
    }
}

.v-top-banner .v-top-banner__img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 190px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center
}

.v-top-banner .v-top-banner__title {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    max-width: 260px
}

.v-top-banner .v-top-banner__text {
    max-width: 260px
}

.is-go-to-pay #main-page {
    background: transparent !important
}

.x-btn {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch
}

.x-btn .x-btn__native {
    transition: .4s all ease;
    -webkit-transition: .4s all ease;
    -moz-transition: .4s all ease;
    -ms-transition: .4s all ease;
    -o-transition: .4s all ease;
    -icab-transition: .4s all ease;
    -khtml-transition: .4s all ease;
    height: 44px;
    padding: 0 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.16);
    background-image: linear-gradient(to bottom, #3da3df, #2871b6);
    border: none;
    outline: none;
    position: relative
}

.x-btn .x-btn__native .x-btn--spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -14px
}

.x-btn .x-btn__native .x-btn__native--body {
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 15px
}

.x-btn .x-btn__native .x-btn--label {
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 90%;
    color: #fff;
    white-space: nowrap
}

.x-btn .x-btn__native:hover {
    background-image: linear-gradient(to bottom, #088ad7, #00509c)
}

.x-btn.loading .x-btn__native--body {
    opacity: 0
}

.x-btn.thin .x-btn__native {
    padding: 0 10px
}

.x-btn.thin .x-btn__native .x-btn--label {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px
}

.x-btn.grey .x-btn__native {
    background: linear-gradient(180deg, #8C9CAA 0%, #6D8295 100%), linear-gradient(180deg, #3DA3DF 0%, #2871B6 100%)
}

.x-btn.grey .x-btn__native:hover {
    box-shadow: 0 10px 30px 0 #d9e0e8;
    background: linear-gradient(180deg, #8C9CAA 0%, #6D8295 100%), linear-gradient(180deg, #3DA3DF 0%, #2871B6 100%)
}

.x-btn.black .x-btn__native {
    background: #102037
}

.x-btn.black .x-btn__native:hover {
    box-shadow: 0 10px 30px 0 #d9e0e8;
    background-color: #1f7feb
}

.x-btn.dense {
    width: fit-content
}

.x-btn.dense .x-btn__native {
    width: fit-content
}

.x-btn.default .x-btn__native {
    box-shadow: none;
    background: linear-gradient(0deg, #EDF3F8, #EDF3F8), linear-gradient(180deg, #8C9CAA 0%, #6D8295 100%)
}

.x-btn.default .x-btn__native .x-btn--label {
    color: #0b2039
}

.x-btn.default .x-btn__native:hover {
    background: linear-gradient(0deg, #dee3e7, #dde4ea), linear-gradient(180deg, #8C9CAA 0%, #6D8295 100%)
}

.x-btn.default.dense .x-btn__native {
    padding-left: 20px;
    padding-right: 20px
}

.x-btn.default.dense .x-btn__native .x-btn--label {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px
}

.x-btn.disable .x-btn__native {
    background-color: #8b9cab;
    cursor: not-allowed;
    background-image: none
}

.x-btn.disable .x-btn__native:hover {
    background-image: none
}

.is-go-to-pay #main-page {
    background: transparent !important
}

.v-icon {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center
}

.v-icon.sm {
    width: 18px;
    height: 18px
}

.v-icon.xs {
    width: 12px;
    height: 12px
}

.v-icon>svg {
    width: 100% !important;
    height: 100% !important
}

.v-icon.svg-icon--has-color svg:not(.color-original) .fill {
    fill: var(--svg-icon-color)
}

.v-icon.svg-icon--has-color svg:not(.color-original) .stroke {
    stroke: var(--svg-icon-color)
}

.v-icon.is-btn {
    cursor: pointer
}

.v-icon.is-btn:hover {
    opacity: 0.7
}

.v-icon.inline {
    display: inline-flex
}

.is-go-to-pay #main-page {
    background: transparent !important
}

.vSpinner.inner-spinner {
    margin-top: 200px;
    margin-bottom: 20px
}

@media only screen and (max-width: 767px) {
    .vSpinner.inner-spinner {
        margin-top: 50px
    }
}

.vSpinner .sk-wave {
    width: 3em;
    height: 2em;
    margin: auto;
    text-align: center;
    font-size: 1em
}

.vSpinner .sk-wave .sk-rect {
    background-color: #fff;
    height: 100%;
    width: .5em;
    display: inline-block;
    animation: sk-wave-stretch-delay 1.2s infinite ease-in-out
}

.vSpinner .sk-wave .sk-rect-1 {
    animation-delay: -1.2s
}

.vSpinner .sk-wave .sk-rect-2 {
    animation-delay: -1.1s
}

.vSpinner .sk-wave .sk-rect-3 {
    animation-delay: -1s
}

.vSpinner .sk-wave .sk-rect-4 {
    animation-delay: -.9s
}

.vSpinner .sk-wave .sk-rect-5 {
    animation-delay: -.8s
}

.vSpinner.is-blue .sk-wave .sk-rect {
    background-color: #1f7feb
}

.vSpinner.is-gray .sk-wave .sk-rect {
    background-color: #8c9caa
}

.vSpinner.dense .sk-wave {
    height: 22px
}

@keyframes sk-wave-stretch-delay {
    0%,
    40%,
    100% {
        transform: scaleY(0.4)
    }
    20% {
        transform: scaleY(1)
    }
}

.is-go-to-pay #main-page {
    background: transparent !important
}

.vProgressSpinner {
    width: 30px;
    height: 30px;
    position: relative
}

.vProgressSpinner svg.circle-svg {
    position: relative
}

.vProgressSpinner svg.circle-svg .progress__value {
    transform: rotate(-90deg);
    transform-origin: center;
    fill: none;
    transition: .4s all ease;
    -webkit-transition: .4s all ease;
    -moz-transition: .4s all ease;
    -ms-transition: .4s all ease;
    -o-transition: .4s all ease;
    -icab-transition: .4s all ease;
    -khtml-transition: .4s all ease;
    stroke: #8c9caa;
    stroke-linecap: round
}

.vProgressSpinner svg.circle-svg .progress__value.is-spin {
    -webkit-animation: rotatingBack 20s linear infinite;
    -moz-animation: rotatingBack 20s linear infinite;
    -ms-animation: rotatingBack 20s linear infinite;
    -o-animation: rotatingBack 20s linear infinite;
    animation: rotatingBack 20s linear infinite
}

.vProgressSpinner svg.circle-svg .refresh__value {
    transform-origin: center;
    fill: none;
    transition: .4s all ease;
    -webkit-transition: .4s all ease;
    -moz-transition: .4s all ease;
    -ms-transition: .4s all ease;
    -o-transition: .4s all ease;
    -icab-transition: .4s all ease;
    -khtml-transition: .4s all ease;
    stroke: #8c9caa;
    stroke-linecap: round;
    stroke-dasharray: 5;
    opacity: 0
}

.vProgressSpinner svg.circle-svg .refresh__value.is-spin {
    -webkit-animation: rotating 1s ease-in-out infinite;
    -moz-animation: rotating 1s ease-in-out infinite;
    -ms-animation: rotating 1s ease-in-out infinite;
    -o-animation: rotating 1s ease-in-out infinite;
    animation: rotating 1s ease-in-out infinite
}

.vProgressSpinner svg.circle-svg .circle_bg {
    transform-origin: center;
    fill: none;
    transition: .4s all ease;
    -webkit-transition: .4s all ease;
    -moz-transition: .4s all ease;
    -ms-transition: .4s all ease;
    -o-transition: .4s all ease;
    -icab-transition: .4s all ease;
    -khtml-transition: .4s all ease;
    stroke: #E7E7E7;
    stroke-linecap: round;
    opacity: 1
}

.vProgressSpinner .v-progress-text {
    font-family: "Roboto", sans-serif;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1;
    text-align: center;
    font-size: 12px;
    color: #8c9caa;
    width: 100%;
    height: 100%
}

.vProgressSpinner .v-progress-text b {
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center
}

.vProgressSpinner.is-refresh svg.circle-svg .progress__value {
    opacity: 0 !important
}

.vProgressSpinner.is-refresh svg.circle-svg .refresh__value {
    opacity: 1 !important
}

@keyframes colored {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.is-go-to-pay #main-page {
    background: transparent !important
}

.is-go-to-pay #main-page {
    background: transparent !important
}

.nx-footer {
    display: grid;
    margin: 0 auto 0 auto;
    padding: 20px 0 50px 0;
    grid-template-columns: minmax(min-content, max-content) 190px 190px 384px;
    grid-template-rows: auto;
    justify-content: space-between;
    align-items: flex-start
}

@media only screen and (min-width: 1200px) {
    .nx-footer {
        width: 1140px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nx-footer {
        width: 972px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nx-footer {
        width: 748px
    }
}

@media only screen and (max-width: 767px) {
    .nx-footer {
        width: 100%
    }
}

.nx-footer__col {
    flex: 0 0 auto;
    display: block
}

.nx-footer__logo {
    display: inline-block;
    width: 150px;
    height: 45px
}

.nx-footer__logo .img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(./img/logo.svg)
}

.nx-footer__logo .img.is-en {
    background-image: url(./img/logo-en.svg)
}

.nx-footer__info {
    margin-top: 10px
}

.nx-footer__copyright {
    margin-bottom: 5px;
    color: var(--Black, #333);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px
}

.nx-footer__list {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px
}

.nx-footer__label {
    color: var(--Black, #0B2039);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px
}

.nx-footer__link {
    color: var(--blue, #1F7FEB);
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none
}

.nx-footer__link:hover {
    color: var(--blue, #1F7FEB);
    opacity: 0.7;
    text-decoration: none
}

.nx-footer__link_mail {
    font-size: 14px;
    line-height: 21px
}

.nx-footer__logo {
    display: block
}

.nx-footer__telegram {
    display: block;
    border-radius: 5px;
    border: 1px solid #F0F0F0;
    padding: 20px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .nx-footer {
        grid-template-columns: 190px 326px 1fr;
        grid-template-rows: auto auto;
        justify-content: unset;
        gap: 30px 60px
    }
    .nx-footer__col_bot {
        grid-column-start: 2;
        grid-column-end: span 2
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nx-footer {
        grid-template-columns: 190px 1fr;
        grid-template-rows: auto auto auto;
        justify-content: unset;
        gap: 30px 60px
    }
    .nx-footer__col_bot {
        grid-column-start: 2;
        grid-column-end: span 1
    }
    .nx-footer__col:last-child {
        grid-column-start: 1;
        grid-column-end: span 2;
        grid-row-start: 3
    }
}

@media only screen and (max-width: 767px) {
    .nx-footer {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto auto;
        justify-content: unset;
        gap: 30px 0;
        padding-left: 15px;
        padding-right: 15px
    }
    .nx-footer__col_bot {
        grid-column-start: 1;
        grid-column-end: span 1
    }
    .nx-footer__col:first-child {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: flex-start
    }
    .nx-footer__col:last-child {
        grid-column-start: 1;
        grid-column-end: span 1
    }
    .nx-footer__info {
        margin-top: 0
    }
}

.btn-telegram-wrap {
    display: inline-block
}

.nx-footer-tg {
    border: 1px solid #F0F0F0;
    border-radius: 5px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    cursor: pointer;
    row-gap: 0;
    width: 100%
}

.nx-footer-tg>* {
    margin-top: 15px
}

.nx-footer-tg>*:first-child {
    margin-top: 0
}

.nx-footer-tg__btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #0B2039
}

.nx-footer-tg__btn .x-icon {
    margin-right: 15px
}

.nx-footer-tg__text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #0B2039
}

.nx-footer-tg__tg-btn-go {
    color: #287AD8;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.nx-footer-tg__icon-go {
    margin-left: 10px
}