html, body {
    overflow-x: hidden;
    overflow-y: auto;
}
.scroll-left-sidebar {
    height: calc(100vh - 72px);
    overflow-x: hidden;
    overflow-y: auto;
}
.scroll-left-sidebar .mCSB_inside > .mCSB_container {
    margin-right: 0;
}
.aside-left-icon.icon-path-bg {
    display: inline-block;
    width: 17px;
    height: 17px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-right: 8px;
    margin-left: -25px;
}
.aside-left-text {
    display: inline-block;
}
.aside-dropdown__link.aside-left-link {
    display: flex;
    align-items: center;
}
.aside-select {
    z-index: 9;
}
.activation-letter-b, .card-advantage, .forgotpass-page-b {
    background-color: #fff;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, .03);
}
.card-advantage, .card-advantage-mini {
    transition: .5s;
    display: flex;
    cursor: pointer;
}
html.dark .activation-letter__title, html.dark .card-advantage-mini__footer, html.dark .card-advantage-mini__header, html.dark .card-advantage__footer, html.dark .card-advantage__header {
    color: #ededed;
}
.activation-letter, .forgotpass-page {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.activation-letter-b, .forgotpass-page-b {
    max-width: 420px;
    padding: 35px 35px 20px;
    border-radius: 10px;
}
.activation-letter__title, .forgotpass-page__title {
    font-size: 22px;
    margin: 0 0 32px;
    color: #545454;
    font-weight: 500;
    text-align: center;
}
.activation-letter__footer, .forgotpass-page__footer {
    margin: 0 0 27px;
}
.activation-letter__footer input {
    outline: 0;
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 9px 12px;
    opacity: .6;
    min-width: 350px;
}
.activation-letter__footer input:focus {
    border-color: #64c6fd;
}
html.dark .activation-letter__footer input {
    border: 1px solid #495762;
    background-color: #1b1c2c;
    color: #fff;
}
html.dark .activation-letter__footer input:focus {
    border-color: none;
}
.activation-letter__footer-help {
    margin: 10px 0;
    font-size: 12px;
    color: #ff0100;
}
.activation-letter__button, .forgotpass-page__button {
    margin: 0 0 27px;
    display: flex;
    justify-content: center;
}
.activation-letter__button a {
    font-size: 14px;
    padding: 8px 17px;
}
.card-advantage {
    position: relative;
    max-width: 557px;
    padding-bottom: 10px;
    border-radius: 10px;
}
.card-advantage-mini:hover, .card-advantage:hover, .card-reviews:hover {
    box-shadow: 5px 5px 15px var(--highlight-color, rgba(0, 0, 0, .12));
}
.card-advantage__count {
    font-size: 120px;
    text-transform: uppercase;
    background: linear-gradient(45deg, #ac0de5, #18c0ef);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #0b2349;
    margin: 20px;
    font-weight: 800;
}
.api__card, .box, .card-advantage-mini {
    background-color: #fff;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, .03);
}
.card-advantage-mini__wrapper, .card-advantage__wrapper {
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
    width: 100%;
}
.card-advantage__header {
    display: flex;
    align-items: center;
    height: 60px;
    justify-content: space-between;
    font-size: 20px;
    border-bottom: 1px solid #d4d4d4;
    color: #545454;
    font-weight: 600;
}
.card-advantage-mini-mini__icon, .card-advantage-mini__icon {
    margin-right: 15px;
    width: 40px;
    height: 40px;
}
.card-advantage__footer {
    padding-right: 40px;
    margin: 20px 0;
    font-size: 16px;
    color: #545454;
}
.card-advantage-mini {
    border-radius: 10px;
}
.card-advantage-mini__header {
    display: flex;
    align-items: center;
    height: 60px;
    justify-content: space-between;
    font-size: 18px;
    border-bottom: 1px solid #d4d4d4;
    color: #545454;
    padding-left: 20px;
}
.card-advantage-mini__footer {
    padding: 20px;
    font-size: 14px;
    color: #262626;
}
.api__card {
    border-radius: 10px;
    transition: .75s;
    margin: 40px 0 0;
}
.api__card:hover {
    box-shadow: 0 0 0 transparent;
}
html.dark .api__card {
    border: 1px solid #495762;
}
.api__card select {
    border: 1px solid #ced4da;
    padding: 8px 17px;
    width: 50%;
    margin: -10px 0 20px;
    height: 100%;
    border-radius: 4px;
    font-size: 14px;
}
.api__card select:focus {
    border-color: #038fde;
}
html.dark .api__card select {
    background-color: #1b1c2c;
    color: #fff;
    border: 1px solid #495762;
}
.api__card-header-title {
    font-size: 16px;
    color: #545454;
    padding: 12px 24px;
    border-bottom: 1px solid #e8e8e8;
    margin: 0 0 18px;
}
html.dark .api__card-header-title {
    color: #e0e0e0;
    border-bottom: 1px solid #495762;
}
.api__card-table-wrapper, .rules-page__box {
    padding: 24px;
}
.api__card-table-wrapper--collapse {
    padding: 0;
}
.api__card-table {
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    font-size: 11px;
    color: #545454;
}
.blog-card, .box {
    border-radius: 32px;
}
html.dark .api__card-table {
    border-color: #495762;
    color: #e0e0e0;
}
.api__card-table table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
}
.api__card-table table tr+tr {
    border-top: 1px solid #e8e8e8;
}
.api__card-table table td+td, .api__card-table table td+th, .api__card-table table th+td, .api__card-table table th+th {
    border-left: 1px solid #e8e8e8;
}
html.dark .api__card-table tr {
    border-top-color: #495762;
}
html.dark .api__card-table td, html.dark .api__card-table th {
    border-left-color: #495762;
}
.api__card td, .api__card th {
    padding: 16px;
    width: 50%}
.api__card pre {
    margin: 10px 0 0;
    font-size: 12px;
    line-height: 1.3;
}
html.dark .api__card pre {
    color: #fff;
}
html.dark .article-block {
    color: #e0e0e0;
}
.authorization__body, .registration__body {
    padding: 16px 24px;
}
.authorization__wrapper {
    display: flex;
    text-align: center;
}
.authorization__close, .registration__close {
    height: 53px;
}
.authorization__log-em, .authorization__pass, .registration__log-em, .registration__pass {
    margin-top: 30px;
}
.authorization__link, .registration__link {
    display: block;
    text-align: right;
    margin-top: 7px;
    color: #038fde;
}
.authorization__button-sign, .registration__button-sign {
    margin: 27px auto 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.authorization__button-sign a {
    padding: 8px 17px;
    font-size: 14px;
}
.authorization__remember {
    margin-top: 4px;
}
.blog-card {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    overflow: hidden;
    transition: .75s;
    height: 273px;
}
.blog-card__overlay-desc, .faq-dropdown__content-wrapper, .faqhome-dropdown__content-wrapper {
    height: 0;
    overflow: hidden;
}
.blog-card:before {
    content: '';
    position: absolute;
    inset: 0;
    display: block;
    background-image: linear-gradient(to top, rgba(0, 0, 0, .7), transparent), var(--bg-image);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: .75s;
    z-index: -1;
}
.blog-card:hover:before {
    transform: scale(1.1);
    transition: .75s;
}
.blog-card__container {
    border-radius: 10px;
    overflow: hidden;
}
.blog-card__overlay {
    padding: 0 30px 20px;
    line-height: 1.2;
    color: #fff;
    bottom: 0;
}
.button, .create-new-ticket__button.orange:hover {
    color: #fff!important;
}
.blog-card__overlay-title {
    margin-bottom: 10px;
    font-size: 21px;
}
.blog-card__overlay-desc {
    display: none;
    opacity: 0;
    font-size: 14px;
}
.box {
    max-width: 868px;
    padding: 24px 30px;
    margin: 35px auto 0;
}
.button {
    display: flex;
    position: relative;
    top: auto;
    right: auto;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 32px;
    background: #2B56F5;
    box-shadow: 0 0 24px rgba(43, 86, 245, 0.1);
    border-radius: 32px;
    width: auto;
    height: 70px;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: normal;
    color: #FFFFFF;
    text-align: center !important;
    z-index: 3;
    margin: auto;
    cursor: pointer;
    white-space: nowrap;
    transition: 0.2s;
}
.button:hover {
    box-shadow: 0 0 0 5px rgba(43, 86, 245, 0.25);
}
.card-service__footer .button {
    height: auto;
    padding: 10px 16px;
    font-size: 14px;
    margin: 0;
}
.button.chat-page__aside-header-button {
    font-size: 18px;
}
.confirmem-page__title, .confirmemnew-page__title {
    margin: 0;
    color: #545454;
    border-bottom: 1px solid #ced4da;
    font-weight: 500;
    text-align: left;
}
.confirmem-page, .confirmemnew-page {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    align-items: center;
    justify-content: center;
    z-index: 10010;
}
.confirmem-page.is-open, .confirmemnew-page.is-open {
    display: flex;
}
.confirmem-page-b, .confirmemnew-page-b {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, .03);
}
.confirmem-page__title {
    padding: 16px;
    font-size: 22px;
}
.confirmem-page__content {
    font-size: 14px;
    padding: 16px 24px;
    border-bottom: 1px solid #ced4da;
}
html.dark .confirmem-page__content span, .confirmem-page__content span {
    color: #038fde;
}
.confirmem-page__buttons {
    padding: 16px;
    display: flex;
    justify-content: space-between;
}
.confirmem-page__buttons a {
    font-size: 14px;
    padding: 8px 17px;
}
.confirmem-page__buttons.confirmem_buttons button.button {
    height: 40px;
    font-weight: 500;
    font-size: 14px;
}
.card-notification__close, .confirmem-page__close, .confirmemnew-page__close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 8px;
    cursor: pointer;
}
.confirmem-page__overlay, .confirmemnew-page__overlay {
    position: fixed;
    inset: 0;
    display: none;
    background-color: rgba(0, 0, 0, .8);
    z-index: 9999;
}
.confirmem-page__overlay.is-open {
    display: block;
}
.confirmemnew-page__title {
    padding: 16px;
    font-size: 22px;
}
html.dark .confirmemnew-page__title {
    color: #ededed;
}
.confirmemnew-page__button {
    display: flex;
    justify-content: space-between;
}
.confirmemnew-page__button a {
    font-size: 14px;
    padding: 8px 17px;
}
.faq-dropdown__content ul, .faqhome-dropdown__content ul {
    font-size: 12px;
    margin: 0 0 10px;
    padding: 0 0 0 21px;
    list-style: initial;
}
.confirmemnew-page__wrapper {
    padding: 16px 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.confirmemnew-page__email {
    width: 100%;
    flex: 0 0 auto;
    height: auto;
}
.create-new-ticket-overlay {
    position: fixed;
    inset: 0;
    display: none;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1000;
}
.create-new-ticket-overlay--is-open {
    display: flex;
    align-items: center;
}
.create-new-ticket {
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
    border-radius: 8px;
    background-color: #fff;
    z-index: 2;
}
html.dark .create-new-ticket {
    background: #000;
}
.create-new-ticket__title {
    font-size: 14px;
    font-weight: 500;
}
.create-new-ticket__textarea {
    margin-top: 27px;
}
.create-new-ticket__textarea .input__stroke {
    width: 100%;
    min-height: 108px;
    min-width: 100%;
    max-width: 100%;
    padding: 6px 12px;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    font-size: 14px;
    outline: 0;
}
.create-new-ticket__footer {
    display: flex;
    justify-content: flex-end;
    border-top: 1px solid #e8e8e8;
    padding: 16px;
}
.faq-dropdown__button, .faqhome-dropdown__button {
    align-items: center;
    width: 100%;
    display: flex;
    transition: .5s;
    cursor: pointer;
}
.create-new-ticket__button+.create-new-ticket__button {
    margin-left: 5px;
}
.create-new-ticket__button.orange {
    color: #212529!important;
    background-image: none;
    background-color: #fa8c16;
}
.faq-dropdown__button {
    justify-content: space-between;
    padding: 32px 42px;
    font-size: 18px;
    color: #038fde;
}
.faq-dropdown__button:hover {
    color: #026fac;
}
.faq-dropdown__arrow {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #038fde;
    transition: .5s;
}
.faq-dropdown:hover .faq-dropdown__arrow {
    border-bottom-color: #026fac;
}
.faq-dropdown__content {
    padding: 4px 43px 32px;
    font-size: 15px;
}
html.dark .faq-dropdown__content {
    color: #e0e0e0;
}
.faqhome-dropdown {
    max-width: 1158px;
    margin: 0 auto;
}
.faqhome-dropdown__button {
    justify-content: space-between;
    color: #545454;
    position: relative;
    font-size: 22px;
    font-weight: 600;
    padding: 20px 0;
}
.faqhome-dropdown__amount {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #52a9ff;
    transition: .5s;
    cursor: pointer;
    border: 1px solid #52a9ff;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin-right: 57px;
    position: relative;
    font-size: 40px;
}
.faqhome-dropdown__amount:after {
    content: '';
    position: absolute;
    height: .1px;
    width: 30px;
    margin: auto;
    overflow: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: -110px;
    border: 1px solid #52a9ff;
}
.card-reviews-mini__icon, .card-reviews__title:before {
    right: 0;
    overflow: auto;
    left: 0;
    margin: auto;
    position: absolute;
}
.faqhome-dropdown__text {
    flex: 1;
    text-align: left;
}
html.dark .faqhome-dropdown__text {
    color: #ededed;
}
.faqhome-dropdown__arrow {
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    border-top: 16px solid #038fde;
    transition: .5s;
}
.faqhome-dropdown:hover .faqhome-dropdown__arrow {
    border-bottom-color: #026fac;
}
.forgotpass-page__footer input:focus, .input__stroke:focus {
    border-color: #64c6fd;
}
.faqhome-dropdown__content {
    display: block;
    padding: 4px 43px 32px;
    font-size: 15px;
}
html.dark .faqhome-dropdown__content {
    color: #e0e0e0;
}
html.dark .forgotpass-page__title {
    color: #ededed;
}
.forgotpass-page__content {
    font-size: 14px;
    margin: 0 0 20px;
}
html.dark .forgotpass-page__content {
    color: #e0e0e0;
}
.forgotpass-page__footer input {
    font-size: 14px;
    outline: 0;
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 9px 12px;
    opacity: .6;
    min-width: 350px;
}
html.dark .forgotpass-page__footer input {
    border: 1px solid #495762;
    background-color: #1b1c2c;
    color: #fff;
}
html.dark .forgotpass-page__footer input:focus {
    border-color: none;
}
.forgotpass-page__footer-help, .profile-page__error-hint {
    margin: 10px 0;
    font-size: 12px;
    color: #ff0100;
}
.forgotpass-page__button a {
    font-size: 14px;
    padding: 8px 17px;
}
.input, .soldout-service-slider {
    position: relative;
}
.input__stroke {
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    font-size: 14px;
    outline: 0;
}
.input__stroke::-moz-placeholder {
    color: #999;
}
.input__stroke:-ms-input-placeholder {
    color: #999;
}
.input__stroke::placeholder {
    color: #999;
}
.card-notification__title:hover, .card-service-mini__title:hover, .card-service__title:hover {
    color: #026fac;
}
.input__stroke:not(.input__stroke:-moz-placeholder-shown)~.input__label {
    top: -8px;
    padding: 0 2px;
    font-size: 11px;
    color: #999;
    background-color: #fff;
    opacity: 1;
}
.input__stroke:not(.input__stroke:-ms-input-placeholder)~.input__label {
    top: -8px;
    padding: 0 2px;
    font-size: 11px;
    color: #999;
    background-color: #fff;
    opacity: 1;
}
.input__stroke:not(.input__stroke:placeholder-shown)~.input__label {
    top: -8px;
    padding: 0;
    font-size: 11px;
    color: #999;
    background-color: #fff;
    opacity: 1;
}
html.dark .input__stroke:not(.input__stroke:-moz-placeholder-shown)~.input__label {
    background-color: #08091b;
    color: #038fde;
}
html.dark .input__stroke:not(.input__stroke:-ms-input-placeholder)~.input__label {
    background-color: #08091b;
    color: #038fde;
}
html.dark .input__stroke:not(.input__stroke:placeholder-shown)~.input__label {
    background-color: #08091b;
    color: #038fde;
}
html.dark .input__stroke {
    color: #fff;
    background-color: #1b1c2c;
    border: 1px solid #495762;
}
.input__label {
    inset: 9px 0 auto 12px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 14px;
    opacity: 0;
    transition: .35s;
    pointer-events: none;
}
.card-notification {
    position: fixed;
    bottom: 12px;
    left: 12px;
    z-index: 10;
}
.card-notification .scroll-area__container {
    padding: 10px;
}
.card-notification__item {
    margin-top: 10px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 12px rgba(0, 0, 0, .4);
    transition: .75s;
}
.card-reviews, .card-service-mini, .support-block {
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, .03);
}
.card-notification__item:hover {
    box-shadow: 0 0 12px rgba(0, 0, 0, .8);
}
.card-notification__container {
    cursor: pointer;
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    width: 300px;
    min-height: 66px;
    height: auto;
}
.card-notification__container:before {
    font-family: Gaxon;
    content: '';
    font-size: 28px;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 11px;
    transform: translateY(-50%);
}
.card-notification__info {
    display: flex;
    flex-direction: column;
    padding: 15px 15px 15px 60px;
}
.card-notification__title {
    color: #038fde;
    font-size: 14px;
}
.card-notification__message {
    margin-top: 3px;
    font-size: 14px;
}
.pagination {
    display: flex;
    justify-content: flex-start;
    margin: 30px 0 10px;
}
.pagination>:first-child {
    border-radius: 5px 0 0 5px;
}
.pagination>:last-child {
    border-radius: 0 5px 5px 0;
}
.pagination__item {
    background-color: #fff;
    color: #038fde;
    display: block;
    text-align: center;
    padding: 8px 12px;
    border: 1px solid #dee2e6;
    line-height: 1.25;
    margin: 0 0 0 -1px;
}
.pagination__item:not(.pagination__item--is-active, .pagination__item--is-disabled):hover {
    background-color: #ebebeb;
}
html.dark .pagination__item:not(.pagination__item--is-active:hover, html.dark .pagination__item--is-disabled):hover:hover {
    background-color: #038fde;
}
html.dark .pagination__item {
    background-color: #1b1c2c;
    color: #e0e0e0;
    border: 1px solid #495762;
}
.pagination__item--is-active {
    background-color: #038fde;
    color: #fff;
}
html.dark .pagination__item--is-active {
    background-color: #038fde;
}
html.dark .faq-page__box>*+:before, html.dark .faqhome-page__box>*+:before {
    background-color: #495762;
}
.pagination__item--is-disabled {
    color: #adb5bd;
}
html.dark .pagination__item--is-disabled {
    background-color: #495762;
    color: #737f8a;
}
.registration__button-sign a {
    padding: 8px 17px;
    font-size: 14px;
}
.registration__footer-terms {
    text-align: center;
    margin-top: 27px;
    margin-bottom: 14px;
    font-size: 14px;
}
.registration__footer-terms a {
    color: #038fde;
}
.registration__password {
    margin-top: 10px;
}
.registration__password-repeat {
    margin-top: 30px;
}
.card-reviews {
    background-color: #fff;
    border-radius: 10px;
    transition: .5s;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 60px;
    margin-top: 65px;
}
.card-reviews__title {
    font-size: 22px;
    text-align: center;
    align-items: center;
    position: relative;
    padding-top: 75px;
    color: #545454;
    z-index: 999;
    font-weight: 600;
}
.card-reviews__title:before {
    content: '';
    width: 75px;
    height: .1px;
    top: 0;
    bottom: -130px;
    border: 1px solid #52a9ff;
}
.card-service__body li:before, .card-service__list-item:before {
    content: "";
    border-radius: 50%;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 10px;
    background-image: linear-gradient(to right, #2b56f5 0%, #46bdf4 100%);
}
.card-reviews__content {
    font-size: 14px;
    color: #545454;
    padding: 30px 15px 20px;
    z-index: 999;
}
.card-reviews-mini__icon {
    width: 121px;
    height: 121px;
    top: -260px;
    bottom: 0;
}
.card-reviews__background-image {
    width: 110px;
    height: 88px;
    position: absolute;
    bottom: 23px;
    right: 15px;
    z-index: 0;
    background-image: url("/static/layout/reviews.svg");
}
html.dark .card-reviews__background-image {
    color: #ededed;
    background-image: url("/static/layout/reviews_black.svg")!important;
}
.card-reviews__stars {
    margin: 0 auto 22px;
    width: 142px;
    height: 26px;
    z-index: 999;
}
.card-service__body li, .card-service__list-item {
    margin-bottom: 7px;
    list-style: none;
}
.scroll-area {
    position: relative;
}
.scroll-area__thumb {
    position: absolute;
    inset: 4px 4px 4px auto;
    width: 6px;
    border-radius: 4px;
    background: grey;
    opacity: .4;
}
.card-service, .card-service-mini {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    transition: .5s;
    cursor: pointer;
}
.card-service-mini__header, .card-service__header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    border-bottom: 1px solid #d4d4d4;
}
.card-service__title {
    flex: 1;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 0 0 0 15px;
    font-size: 18px;
    text-decoration: none;
    transition: .5s;
    color: #545454;
    font-weight: 600;
}
.card-service-mini__icon, .card-service__icon {
    height: 100%;
    width: auto;
    border-top-right-radius: 10px;
    overflow: hidden;
}
.card-service-mini__sale-sign, .card-service__sale-sign {
    position: absolute;
    font-size: 16px;
    top: 12px;
    right: 4px;
    font-weight: 700;
    transform: rotate(45deg);
    color: #fff;
}
.card-service__body {
    padding: 22px 15px 20px;
    display: flex;
    justify-content: space-between;
    position: relative;
    min-height: 160px;
    cursor: default;
}
.card-service__body ul {
    width: 300px;
    position: absolute;
}
.card-service__body a, .card-service__link {
    font-size: 14px;
    text-decoration: none;
    color: #038fde;
}
.card-service__body li {
    font-size: 14px;
}
.card-service__background-image {
    position: absolute;
    right: -60px;
    top: 5px;
    width: 128px;
    height: 128px;
    border-radius: 20px;
    filter: grayscale(90%);
    background-size: cover;
    opacity: .07;
    transition: .5s;
}
.card-service-mini__footer, .card-service__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #d4d4d4;
    padding: 13px 15px;
    color: #545454;
    cursor: default;
}
.card-service-mini__price-wrapper, .card-service__price-wrapper {
    display: flex;
    align-items: flex-start;
}
.card-service__price--new {
    color: #038fde;
    font-weight: 700;
    font-size: 18px;
}
.card-service__price--old {
    text-decoration: line-through;
    color: #868686;
    font-size: 14px;
    margin-left: 5px;
    padding-top: 3px;
}
.card-service-mini__amount, .card-service__amount {
    color: #868686;
    font-size: 11px;
    padding-top: 7px;
    text-decoration: none;
}
.card-service-mini__title {
    flex: 1;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 0 0 0 15px;
    font-size: 20px;
    text-decoration: none;
    transition: .5s;
    color: #545454;
}
.card-service-mini__price--new {
    color: #038fde;
    font-weight: 700;
    font-size: 18px;
}
.card-service-mini__price--old {
    text-decoration: line-through;
    color: #868686;
    font-size: 14px;
    margin-left: 5px;
    padding-top: 3px;
}
.service-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(max(255px, calc(20% - 40px)), 1fr));
    gap: 40px;
}
.soldout-service-card {
    background-color: #fff;
    border-radius: 10px;
    transition: .75s;
}
.soldout-service-card:hover {
    box-shadow: 0 0 0 var(--highlight-color, transparent);
}
.soldout-service-card__title {
    padding: 15px;
    min-height: 100px;
    border-bottom: 1px solid #d4d4d4;
    color: #545454;
    font-size: 20px;
}
.soldout-service-card__item-sold {
    color: #868686;
}
.soldout-service-card__price-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
    min-height: 100px;
}
.soldout-service-card__price--new {
    display: flex;
    color: #038fde;
    font-weight: 700;
    font-size: 18px;
    flex-wrap: wrap;
}
.soldout-service-card__price--new span {
    display: block;
    width: 100%;
}
.soldout-service-card__price--new .soldout-service-card__price--old {
    margin: 0;
}
.soldout-service-card__price--old {
    text-decoration: line-through;
    color: #868686;
    font-size: 14px;
    margin-left: 5px;
    padding-top: 3px;
}
.soldout-service-slider__container {
    display: flex;
    overflow: hidden;
    padding: 5px;
}
.soldout-service-slider__item {
    min-width: 395px;
    padding: 0 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.soldout-service-slider__item:first-child {
    padding-left: 0;
}
.soldout-service-slider__item:last-child {
    padding-right: 0;
}
.soldout-service-slider__button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    color: #fff;
    background-color: grey;
    cursor: pointer;
}
.soldout-service-slider__button:hover:not(.soldout-service-slider__button--is-disable) {
    background-color: #a9a9a9;
}
.soldout-service-slider__button:active:not(.soldout-service-slider__button--is-disable) {
    background-color: grey;
}
.soldout-service-slider__button--is-disable {
    opacity: .5;
    cursor: default;
}
.soldout-service-slider__button--left {
    left: -10px;
}
.soldout-service-slider__button--right {
    right: -10px;
}
.faq-page__box, .support-chat-block {
    background-color: #fff;
}
.support-chat-block__header {
    display: flex;
    align-items: center;
    padding: 16px;
    border-bottom: 1px solid #e8e8e8;
}
html.dark .support-chat-block__header {
    background: #000;
}
.support-chat-block__header h3 {
    font-size: 18px;
    color: #545454;
    font-weight: 500;
}
.support-chat-block__body {
    background-color: #fbfbfb;
    height: calc(100vh - 248px);
}
html.dark .support-chat-block__body {
    background: #1b1c2c;
}
.support-chat-block__body-b {
    display: flex;
    padding: 16px;
    justify-content: right;
}
.support-chat-block__body-reply {
    max-width: 100%;
    display: inline-block;
    border-radius: 20px 20px 0;
    background-color: #e6faff;
    border-color: #e8e8e8;
    padding: 18px 26px;
    font-size: 14px;
}
html.dark .support-chat-block__body-reply {
    background-color: rgba(255, 255, 255, .12);
    border: 1px solid #495762;
    color: #e0e0e0;
}
.support-chat-block__body-chat-date {
    color: #8c8c8c;
    margin: 4px 0 0;
}
.support-chat-block__body-chat-avatar {
    display: flex;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin: 0 0 0 16px;
    align-self: flex-end;
}
.support-chat-block__body-answer {
    display: inline-block;
    border-radius: 20px 20px 20px 0;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    min-width: auto;
    margin: 0 16px;
    padding: 18px 26px;
    font-size: 14px;
}
html.dark .support-chat-block__body-answer {
    background-color: #08091b;
    border: 1px solid #495762;
    color: #e0e0e0;
}
.support-chat-block__footer {
    border-top: 1px solid #e8e8e8;
    padding: 12px 30px;
    height: 94px;
    position: relative;
}
html.dark .support-chat-block__footer {
    background: #000;
}
.support-chat-block__footer textarea {
    color: #000;
    width: 100%;
    height: 42px;
    padding: 8px 17px;
    opacity: .6;
    font-size: 14px;
    outline: 0;
}
.support-chat-block__footer textarea::-webkit-input-placeholder {
    color: #fff;
}
.support-chat-block__footer textarea:-moz-placeholder {
    color: #fff;
}
.support-chat-block__footer textarea::-moz-placeholder {
    color: #fff;
}
.support-chat-block__footer textarea:-ms-input-placeholder {
    color: #fff;
}
.support-chat-block__footer textarea:focus {
    background-color: #e5e5e5;
}
.support-chat-block__button {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 20px;
    top: 10px;
}
.support-chat-block__button-grad {
    cursor: pointer;
    position: absolute;
    width: 45px;
    height: 45px;
    z-index: 40;
    border-radius: 50%;
    background: linear-gradient(to left, #2b56f5, #52a9ff, #2b56f5);
    background-size: 200%;
    transition: .5s;
}
.support-chat-block__button-icon {
    background: url("/assets/email-icon.svg") 9px 9px/20px 20px no-repeat;
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
}
.support-chat-empty-block__body {
    display: flex;
    flex-direction: column;
    background-color: #fbfbfb;
    min-height: 920px;
    align-items: center;
    justify-content: center;
}
.support-block, .user-sign-popup {
    background-color: #fff;
    border-radius: 10px;
}
html.dark .support-chat-empty-block__body {
    background: #1b1c2c;
}
html.dark .balanceup-page__block-bonuses, html.dark .balanceup-page__block-card, html.dark .balanceup-page__block-promo, html.dark .balanceup-page__block-questions, html.dark .balanceup-page__block-table, html.dark .freeboost-page-package__block {
    background-color: #08091b;
}
.support-chat-empty-block__body h1 {
    font-weight: 500;
    font-size: 24px;
    color: #8c8c8c;
    margin: 0 0 18px;
}
.support-chat-empty-block__body a {
    font-size: 24px;
    color: #038fde;
}
.support-chat-empty-block__body-icon {
    width: 70px;
    height: 70px;
    font-size: 70px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    speak: none;
    font-style: normal;
    font-weight: 500;
    font-variant: normal;
    text-transform: none;
}
.support-chat-empty-block__body-icon:before {
    font-family: gaxon;
    content: '\e932';
    color: #979797;
}
.support-block {
    max-width: 868px;
    padding: 24px 30px;
    margin: 35px auto 0;
    text-align: center;
}
.support-block__content {
    font-size: 16px;
    margin: 0 0 32px;
    color: #545454;
    line-height: 1.2;
}
.support-block__button {
    font-size: 14px;
    margin: 0 auto;
    padding: 9px 17px;
}
.user-sign-popup {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
    width: 335px;
    height: auto;
    z-index: 11;
}
.user-sign-popup__wrapper {
    padding: 69px 24px 0;
    display: flex;
    text-align: center;
}
.user-sign-popup__button {
    color: #038fde;
    width: 50%;
    padding: 9px 16px;
    font-size: 14px;
    border: 1px solid #038fde;
    cursor: pointer;
}
.user-sign-popup__button:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.user-sign-popup__button:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.user-sign-popup__button.is-active {
    color: #fff;
    background-color: #038fde;
}
.auth-page__create-account:hover, .auth-page__restore-password:hover {
    color: #026fac;
}
.user-sign-popup__tab {
    display: none;
}
.user-sign-popup__tab.is-open {
    display: block;
}
.user-sign-popup__overlay {
    position: fixed;
    inset: 0;
    display: none;
    background-color: rgba(0, 0, 0, .8);
    z-index: 10;
}
.balanceup-page__block-bonuses, .balanceup-page__block-card, .balanceup-page__block-promo, .balanceup-page__block-questions, .balanceup-page__block-table, .freeboost-page-package__block {
    background-color: #fff;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, .03);
}
.user-sign-popup__overlay.is-open {
    display: block;
}
.active-letter-page .body__main, .forgpass-page .body__main {
    height: 100%}
.api-page__title, .faq-page__title {
    padding: 21px 0 0;
}
.auth-page__box {
    max-width: 420px;
    padding: 35px 35px 46px;
    margin-top: 28vh;
}
.auth-page__title, .registration-page__title {
    margin: 0 0 32px;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
}
.auth-page__inputs>*+*, .registration-page__inputs>*+* {
    margin-top: 28px;
}
.auth-page__restore-password, .registration-page__restore-password {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 5px 0 0 auto;
    font-size: 14px;
    color: #038fde;
}
.auth-page__remember-me {
    display: block;
    margin-top: 7px;
    font-size: 14px;
}
.auth-page__remember-me>*+* {
    margin-left: 3px;
}
.auth-page__create-account {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 30px auto 0;
    font-size: 14px;
    color: #038fde;
}
.balanceup-page__block, .partnercab-page__block, .withdrawal-page__block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
html.dark .balanceup-page__block-table-b tbody {
    color: #fff;
}
.balanceup-page__block-card {
    flex-basis: 33.333333%;
    border-radius: 10px;
    padding: 24px;
}
.balanceup-page__block-card select {
    position: relative;
    color: #545454;
    font-size: 14px;
    padding: 5px 10px;
    height: 38px;
    width: 100%;
    outline: 0;
    border: 1px solid #ced4da;
    border-radius: 4px;
    opacity: .6;
}
.balanceup-page__block-card select:focus {
    border-color: #64c6fd;
    opacity: 1;
}
.balanceup-page__block-questions-border, .balanceup-page__block-table tr {
    border-bottom: 1px solid #e8e8e8;
}
.balanceup-page__block-card select option {
    font-weight: 500;
    padding: 0 2px 1px;
    color: #999;
}
html.dark .balanceup-page__block-card select option {
    color: #e0e0e0;
}
html.dark .balanceup-page__block-card select {
    background-color: #1b1c2c;
    color: #e0e0e0;
}
.balanceup-page__block-card-title {
    font-weight: 500;
    font-size: 20px;
    color: #545454;
    margin: 0 0 18px;
}
.balanceup-page__block-card-input, .balanceup-page__block-card>*+select, .profile-page__button-row {
    margin-top: 27px;
}
.balanceup-page__block-card-help {
    margin: 10px 0 0;
    color: #ff0100;
    font-size: 12px;
}
.balanceup-page__block-card-button {
    padding: 8px 17px;
    font-size: 14px;
    margin-top: 27px;
}
.balanceup-page__block-bonuses, .balanceup-page__block-promo {
    flex-basis: 16%;
    max-height: 500px;
    border-radius: 10px;
    padding: 24px;
}
.balanceup-page__block-promo-full {
    flex-basis: 33.33333%}
.balanceup-page__block-promo-title {
    font-weight: 500;
    font-size: 20px;
    color: #545454;
    margin: 0 0 18px;
}
.balanceup-page__block-promo-help {
    margin: 10px 0 17px;
    color: #ff0100;
    font-size: 12px;
}
.balanceup-page__block-promo-absence {
    font-size: 14px;
    margin: 15px 0 27px;
}
.balanceup-page__block-promo-absence a {
    font-size: 14px;
    color: #038fde;
}
html.dark .balanceup-page__block-promo-absence {
    color: #e0e0e0;
}
.balanceup-page__block-promo-button {
    padding: 8px 17px;
    font-size: 14px;
}
.balanceup-page__block-bonuses-disable {
    display: none;
}
.balanceup-page__block-bonuses-list-title {
    font-size: 15px;
    font-weight: 500;
    color: #4800ff;
    line-height: 2;
}
.balanceup-page__block-bonuses-title {
    font-weight: 500;
    font-size: 20px;
    color: #545454;
    margin: 0 0 18px;
}
html.dark .balanceup-page__block-bonuses-title {
    color: #ededed;
}
.balanceup-page__block-bonuses-help {
    margin: 10px 0 17px;
    color: #ff0100;
    font-size: 12px;
}
.balanceup-page__block-bonuses-absence {
    font-size: 14px;
    margin: 15px 0 27px;
}
.balanceup-page__block-bonuses-absence a {
    font-size: 14px;
    color: #038fde;
}
html.dark .balanceup-page__block-bonuses-absence {
    color: #e0e0e0;
}
html.dark .balanceup-page__block-table th, html.dark .balanceup-page__block-table-title, html.dark .home-page__title-repeats {
    color: #ededed;
}
.balanceup-page__block-bonuses-button {
    padding: 8px 17px;
    font-size: 14px;
}
.balanceup-page__block-questions {
    flex-basis: 30%;
    border-radius: 10px;
    padding: 5px 24px 15px;
}
.balanceup-page__block-questions-border .faq-dropdown__content-wrapper {
    padding: 0 24px 0 7px;
}
.balanceup-page__block-questions-border .faq-dropdown__content {
    font-size: 14px;
    padding: 10px 24px 13px 7px;
}
.balanceup-page__block-questions-border .faq-dropdown__button {
    font-size: 15px;
    padding: 20px 30px 20px 5px;
}
html.dark .balanceup-page__block-questions-border {
    border-bottom: 1px solid #495762;
}
.balanceup-page__block-table {
    margin: 30px 0 0;
    border-radius: 10px;
    padding: 24px;
    width: 100%}
.balanceup-page__block-table-title {
    padding: 12px 24px;
    font-size: 20px;
    color: #545454;
    font-weight: 500;
}
.balanceup-page__block-table-b {
    padding: 0 0 10px;
}
.balanceup-page__block-table-b table {
    border-spacing: 0px;
    text-align: center;
}
.balanceup-page__block-table table {
    width: 100%;
    font-size: 14px;
    border-collapse: collapse;
}
html.dark .balanceup-page__block-table table {
    border-bottom: 2px solid #495762;
}
.balanceup-page__block-table tr {
    height: 50px;
}
.balanceup-page__block-table th {
    color: #545454;
    text-transform: uppercase;
    font-size: 11px;
    padding: 18px 15px 15px;
    font-weight: 500;
}
.faq-page__box>*+*, .faqhome-page__box>*+*, .profile-page__select, .registration-page__input-row {
    position: relative;
}
.faq-page__box>*+:before, .faqhome-page__box>*+:before {
    content: '';
    position: absolute;
    inset: 0 40px auto;
    display: block;
    height: 1px;
    background-color: #e8e8e8;
}
.freeboost-page-package__block {
    max-width: 720px;
    border-radius: 10px;
    padding: 35px 45px;
    margin: 35px auto 0;
}
html.dark .freeboost-page-package__body, html.dark .freeboost-page-package__footer {
    background: rgba(255, 255, 255, .12);
}
.freeboost-page-package__title {
    margin: 0 40px;
    display: flex;
    justify-content: space-between;
}
.freeboost-page-package__title h1 {
    margin: 0 0 0 40px;
    text-align: left;
    font-weight: 500;
    font-size: 36px;
}
.freeboost-page-package__title-icon {
    max-width: 87px!important;
    max-height: 87px!important;
}
.freeboost-page-package__button-title-opacity {
    cursor: default;
    opacity: .7;
}
.freeboost-page-package__button-title-opacity a {
    opacity: 1;
}
.freeboost-page-package__body, .freeboost-page__body {
    margin: 38px 0 0;
    padding: 22px 50px 35px;
    background-color: #f5f5f5;
    border-radius: 10px;
}
.freeboost-page-package__body p {
    margin: 0 0 18px;
    color: #545454;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}
.freeboost-page-package__footer, .freeboost-page__footer {
    margin: 36px 0 0;
    padding: 22px 50px 35px;
    background-color: #f5f5f5;
    border-radius: 10px;
}
.freeboost-page-package__footer h2 {
    font-size: 18px;
    font-weight: 500;
}
.freeboost-page-package__button {
    background: linear-gradient(90deg, #fe2a71 0%, #46bcf4 100%), #c4c4c4;
    font-size: 14px;
    margin: 0 auto;
    height: auto;
    width: auto;
    white-space: normal;
}
.freeboost-page__block {
    max-width: 720px;
    border-radius: 10px;
    padding: 35px 45px;
    margin: 45px auto 0;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, .03);
    background-color: #fff;
}
html.dark .freeboost-page__block {
    background-color: #08091b;
}
html.dark .freeboost-page__body, html.dark .freeboost-page__footer {
    background: rgba(255, 255, 255, .12);
}
.freeboost-page__title {
    border-radius: 10px;
    background: linear-gradient(89.91deg, #2b56f5 .07%, #46bdf4 97.31%);
    padding: 35px 50px;
}
.freeboost-page__title h1 {
    font-weight: 500;
    line-height: 42px;
    color: #fff;
    margin: 0;
}
.freeboost-page__body h3, .freeboost-page__footer h2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}
.freeboost-page__list {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
}
.freeboost-page__list a {
    background: 15px/18px 18px no-repeat #fff;
    display: block;
    font-size: 18px;
    margin: 4px 0 0;
    padding: 20px 20px 20px 37px;
}
.freeboost-page__list a:first-child {
    border-radius: 10px 10px 0 0;
}
.freeboost-page__list a:last-child {
    border-radius: 0 0 10px 10px;
}
html.dark .mapsite-page__block, html.dark .operations-page__block, html.dark .orders-page__block {
    background-color: #08091b;
}
.freeboost-page__button {
    background: linear-gradient(90deg, #fe2a71 0%, #46bcf4 100%), #c4c4c4;
    font-size: 14px;
    margin: 0 auto;
    height: auto;
    width: auto;
    white-space: normal;
}
.support-hint {
    max-width: 720px;
}
.home-page__title {
    margin-bottom: 30px;
    font-weight: 800;
    font-size: 56px;
    line-height: 66px;
    text-align: left;
    color: #fff;
}
.home-page__tagline {
    font-weight: 800;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
}
.home-page__banner-actions {
    display: grid;
    max-width: 572px;
    margin-top: 52px;
    grid-template-columns: repeat(auto-fit, minmax(266px, 1fr));
    -moz-column-gap: 40px;
    column-gap: 40px;
    row-gap: 30px;
}
.home-page__banner-link {
    display: grid;
    height: 45px;
    border: 2px solid #fff;
    border-radius: 4px;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    transition: .25s;
    grid-template-columns: auto auto;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.home-page__banner-link:hover {
    transform: scale(1.02);
}
.home-page__title-repeats, .blog-page__title {
    position: relative;
    font-size: 40px;
    text-align: center;
    color: #303030;
    display: flex;
    justify-content: center;
    padding-top: 32px;
    margin: 0 0 43px 0;
    font-weight: 500;
}
.home-page__title-repeats::before, .blog-page__title::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -14px;
    transform: translateX(-50%);
    width: 115px;
    height: 4px;
    background-color: #2B56F5;
    border-radius: 5px;
}
/*.home-page__title-repeats.n1, .home-page__title-repeats.n2, .home-page__title-repeats.n3, .home-page__title-repeats.n4, .home-page__title-repeats.n5, .home-page__title-repeats.n6 {
    margin: 50px 0 75px;
}*/
.home-page__title-repeats.n1, .home-page__title-repeats.n2, .home-page__title-repeats.n3, .home-page__title-repeats.n4, .home-page__title-repeats.n5, .home-page__title-repeats.n6 {
    position: relative;
    font-size: 40px;
    text-align: center;
    color: #303030;
    display: flex;
    justify-content: center;
    padding-top: 32px;
    margin: 0 0 43px 0;
    font-weight: 500;
}
.home-page__title-repeats.n1 a, .home-page__title-repeats.n2 a, .home-page__title-repeats.n3 a, .home-page__title-repeats.n4 a, .home-page__title-repeats.n5 a, .home-page__title-repeats.n6 a {
    color: #303030;
}
.home-page__features-grid {
    display: grid;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    grid-template-columns: auto auto;
    row-gap: 50px;
    -moz-column-gap: 41px;
    column-gap: 41px;
}
.home-page__why-necessary {
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 56px;
}
.home-page__why-necessary>*+* {
    margin-left: 37px;
}
.package-item-page__container {
    max-width: 100%;
    margin-top: 20px;
}
.package-item-page__header {
    padding: 24px 24px 20px;
}
.package-item-page__body {
    padding: 24px 24px 32px;
}
.package-item-page__desc {
    margin-top: 45px;
}
.package-item-page__header-container {
    display: flex;
    align-items: center;
}
.package-item-page__img {
    width: 200px;
    height: 200px;
    margin-left: 32px;
}
.package-page__title {
    margin: 0 auto 32px;
    font-size: 22px;
    text-align: center;
    color: #545454;
}
.package-page__slider {
    margin-top: 204px;
}
.mapsite-page__block {
    padding: 24px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, .03);
}
.mapsite-page__block-list {
    margin: 0 0 10px;
}
.mapsite-page__block ul {
    line-height: 1.3;
    padding: 0 0 0 40px;
    list-style-type: disc;
}
.mapsite-page__block ul ul * {
    list-style-type: circle;
}
html.dark .mapsite-page__block ul {
    color: #e0e0e0;
}
.mapsite-page__block a {
    color: #038fde;
    font-size: 14px;
}
.operations-page__title, .orders-page__title, .partnercab-page__title, .updates-page__title, .withdrawal-page__title {
    font-weight: 500;
    padding: 20px 0 0;
}
.operations-page__block, .orders-page__block, .updates-page__block {
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, .03);
    background-color: #fff;
    border-radius: 10px;
    margin: 40px 0 0;
}
.operations-page__block-table {
    font-size: 11px;
    padding: 24px 24px 31px;
    color: #545454;
}
.operations-page__block-table table {
    width: 100%;
    border-spacing: 0px;
    text-align: center;
    margin: 0 0 20px;
}
.operations-page__block tr {
    display: table-row;
}
.operations-page__block td {
    border-left: 1px solid #e8e8e8;
    border-bottom: 2px solid #e8e8e8;
    padding: 15px;
}
.operations-page__block td:last-child {
    border-right: 1px solid #e8e8e8;
}
.operations-page__block td select {
    border: 1px solid #ced4da;
    padding: 9px 27px;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    font-size: 14px;
}
html.dark .operations-page__block td select {
    background-color: #1b1c2c;
    color: #fff;
    border: 1px solid #495762;
}
.operations-page__block td input {
    border: 1px solid #ced4da;
    padding: 10px 26px;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    font-size: 14px;
}
html.dark .operations-page__block td input {
    border: 1px solid #495762;
    background-color: #1b1c2c;
    color: #fff;
}
html.dark .operations-page__block td input:focus {
    border-color: none;
}
.operations-page__block th, .orders-page__block td, .partnercab-page__block-table td, .withdrawal-page__block-table td {
    border-top: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
}
.operations-page__block th:last-child, .orders-page__block td:last-child, .orders-page__block th:last-child, .partnercab-page__block-table td:last-child, .partnercab-page__block-table th:last-child, .withdrawal-page__block-table td:last-child, .withdrawal-page__block-table th:last-child {
    border-right: 1px solid #e8e8e8;
}
html.dark .operations-page__block th, html.dark .orders-page__block td, html.dark .partnercab-page__block-table td, html.dark .updates-page__block td, html.dark .withdrawal-page__block-table td {
    border-top: 1px solid #495762;
    border-left: 1px solid #495762;
}
html.dark .operations-page__block td {
    border-bottom: 1px solid #495762;
    border-left: 1px solid #495762;
    border: 1px solid #495762;
    color: #e0e0e0;
}
.operations-page__block th {
    border-bottom: 2px solid #e8e8e8;
    padding: 15px;
    font-weight: 500;
}
html.dark .operations-page__block th {
    border-bottom: 1px solid #495762;
    color: #ededed;
}
html.dark .operations-page__block th:last-child {
    border-right: 1px solid #495762;
}
.operations-page__block tbody a, .operations-page__block thead a {
    text-decoration: none;
    color: #037fde;
    font-size: 11px;
}
.partnercab-page__block-table th a, .withdrawal-page__block-table th a {
    color: #038fde;
}
.operations-page__block tbody {
    display: table-row-group;
    vertical-align: middle;
}
.operations-page__block tbody td {
    padding: 16px 12px;
    border-bottom: 1px solid #e8e8e8;
    margin: 0 0 10px;
}
.orders-page__align, .partnercab-page__align, .updates-page__align, .withdrawal-page__align {
    text-align: center;
}
.orders-page__block-table {
    font-size: 11px;
    padding: 24px 24px 31px;
    color: #545454;
}
.orders-page__block tr:nth-of-type(2n), .updates-page__block tbody tr:nth-child(2n) {
    background: #f8f8f8;
}
.orders-page__block-table table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    margin: 0 0 20px;
}
.orders-page__block tr {
    display: table-row;
}
html.dark .partnercab-page__block-earned, html.dark .partnercab-page__block-pard {
    background-color: #08091b;
}
html.dark .orders-page__block tr:nth-of-type(2n) {
    background: 0 0;
}
.orders-page__block td {
    border: 1px solid #e8e8e8;
    padding: 16px;
}
html.dark .orders-page__block td {
    border: 1px solid #495762;
    color: #e0e0e0;
}
html.dark .partnercab-page__block-earned-bonuses, html.dark .partnercab-page__block-earned-ref, html.dark .partnercab-page__block-earned-title--bon, html.dark .partnercab-page__block-earned-title--ref, html.dark .partnercab-page__block-pard-title--terms {
    color: #ededed;
}
.orders-page__block th {
    border: 1px solid #e8e8e8;
    border-bottom: 2px solid #e8e8e8;
    padding: 15px;
    font-weight: 500;
}
html.dark .orders-page__block th {
    color: #ededed;
    border: 1px solid #495762;
    border-bottom: 1px solid #495762;
}
.orders-page__block tbody {
    display: table-row-group;
    vertical-align: middle;
}
.badge {
    display: inline-block;
    padding: .4rem .6rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .4rem;
}
.badge-success {
    color: #fff;
    background-color: #52c41a;
}
.badge-danger {
    color: #fff;
    background-color: #f5222d;
}
.partnercab-page__block-earned, .partnercab-page__block-pard {
    text-align: left;
    flex-basis: 49%;
    border-radius: 10px;
    padding: 24px;
    background-color: #fff;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, .03);
}
.partnercab-page__block-earned-title--bon {
    font-weight: 500;
    font-size: 20px;
    color: #545454;
    margin: 0 0 12px;
}
.partnercab-page__block-earned-bonuses {
    font-size: 30px;
    color: #545454;
    padding-bottom: 35px;
    font-weight: 700;
}
.partnercab-page__block-earned-title--ref {
    padding-top: 18px;
    font-weight: 500;
    font-size: 20px;
    color: #545454;
    margin: 0 0 12px;
}
.partnercab-page__block-earned-ref {
    font-size: 30px;
    color: #545454;
    margin: 0 0 29px;
    font-weight: 700;
}
.partnercab-page__block-pard-title--terms {
    font-weight: 500;
    font-size: 20px;
    color: #545454;
    margin: 0 0 12px;
}
.partnercab-page__block-pard-percent {
    padding-bottom: 24px;
    font-size: 14px;
}
html.dark .partnercab-page__block-pard-percent {
    color: #e0e0e0;
}
.partnercab-page__block-pard-title--link {
    font-weight: 500;
    font-size: 20px;
    color: #545454;
    margin: 0 0 12px;
}
html.dark .partnercab-page__block-pard-title--link {
    color: #ededed;
}
.partnercab-page__block-pard-buttons {
    display: flex;
    padding-top: 30px;
}
.partnercab-page__block-pard-copy {
    background: #52c41a;
    margin: 0;
}
.partnercab-page__block-pard-copy:hover {
    background: #28a745;
}
.partnercab-page__block-pard-funds {
    background: #fa8c16;
    margin: 0;
}
html.dark .partnercab-page__block-pard-funds {
    background: #038fde;
}
html.dark .partnercab-page__block-table, html.dark .withdrawal-page__block-conclusion, html.dark .withdrawal-page__block-earned, html.dark .withdrawal-page__block-table {
    background-color: #08091b;
}
.partnercab-page__block-pard input {
    width: 66%}
.partnercab-page__block-table {
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, .03);
    background-color: #fff;
    border-radius: 10px;
    margin: 33px 0 0;
}
.partnercab-page__block-table-b {
    font-size: 11px;
    padding: 24px 24px 20px;
    color: #545454;
}
.partnercab-page__block-table-b table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    margin: 0 0 20px;
}
.partnercab-page__block-table tr {
    display: table-row;
}
.partnercab-page__block-table td {
    border: 1px solid #e8e8e8;
    padding: 16px;
    width: 100%}
html.dark .partnercab-page__block-table td {
    border: 1px solid #495762;
    color: #e0e0e0;
}
html.dark .withdrawal-page__block-earned-bonuses, html.dark .withdrawal-page__block-earned-title--bon {
    color: #ededed;
}
.partnercab-page__block-table th {
    border: 1px solid #e8e8e8;
    border-bottom: 2px solid #e8e8e8;
    padding: 15px;
    font-weight: 500;
}
html.dark .partnercab-page__block-table th {
    color: #ededed;
    border: 1px solid #495762;
    border-bottom: 1px solid #495762;
}
.partnercab-page__block-table tbody {
    display: table-row-group;
    vertical-align: middle;
}
.withdrawal-page__block-conclusion, .withdrawal-page__block-earned {
    text-align: left;
    flex-basis: 49%;
    border-radius: 10px;
    padding: 24px;
    background-color: #fff;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, .03);
}
.withdrawal-page__block-earned-title--bon {
    font-weight: 500;
    font-size: 20px;
    color: #545454;
    margin: 0 0 12px;
}
.withdrawal-page__block-earned-bonuses {
    font-size: 30px;
    color: #545454;
    padding-bottom: 35px;
    font-weight: 700;
}
.chat-page__container, .profile-page__form-row, .withdrawal-page__block-conclusion-row {
    display: flex;
}
.profile-page__form-col, .withdrawal-page__block-conclusion-row>* {
    flex: 1;
}
.withdrawal-page__block-conclusion-row>*+* {
    margin-left: 27px;
}
.withdrawal-page__block-conclusion-sum input {
    width: 100%}
.withdrawal-page__block-conclusion-qiwi {
    margin-top: 0!important;
}
.chat-page__content, .withdrawal-page__block-conclusion-qiwi input {
    width: 100%}
.withdrawal-page__block-conclusion-qiwi--help, .withdrawal-page__block-conclusion-sum--help {
    margin: 10px 0 30px;
    font-size: 12px;
    color: #ff0100;
}
.button.withdrawal-page__block-conclusion-button {
    margin: 0;
}
.withdrawal-page__block-table {
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, .03);
    background-color: #fff;
    border-radius: 10px;
    margin: 33px 0 0;
}
.withdrawal-page__block-table-b {
    font-size: 11px;
    padding: 24px 24px 20px;
    color: #545454;
}
.withdrawal-page__block-table-b table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    margin: 0 0 20px;
}
.withdrawal-page__block-table tr {
    display: table-row;
}
.withdrawal-page__block-table td {
    border: 1px solid #e8e8e8;
    padding: 16px;
    width: 100%}
html.dark .withdrawal-page__block-table td {
    border: 1px solid #495762;
    color: #e0e0e0;
}
.withdrawal-page__block-table th {
    border: 1px solid #e8e8e8;
    border-bottom: 2px solid #e8e8e8;
    padding: 15px;
    font-weight: 500;
}
html.dark .withdrawal-page__block-table th {
    color: #ededed;
    border: 1px solid #495762;
    border-bottom: 1px solid #495762;
}
.withdrawal-page__block-table tbody {
    display: table-row-group;
    vertical-align: middle;
}
.profile-page__file-loader-row {
    margin-bottom: 37px;
}
.profile-page__form-col+.profile-page__form-col {
    margin-left: 32px;
}
.profile-page__form-col>*+.input {
    margin-top: 27px;
}
.profile-page__file-loader {
    width: 150px;
    height: 150px;
    border: 2px dashed #999;
    border-radius: 7px;
}
.chat-page__aside, .updates-page__block td:last-child, .updates-page__block th:last-child {
    border-right: 1px solid #e8e8e8;
}
.profile-page__tagline {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    color: #545454;
}
.registration-page__have-account a, .registration-page__offer a {
    color: #038fde;
}
.profile-page__tagline+.input {
    margin-top: 18px;
}
.profile-page__select:before {
    content: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 16'%3E%3Cpath fill='%23bbb' d='M 4 0 L 0 6.5 L 8 6.5 L 4 0 z M 0 9.5 L 4 16 L 4 16 L 8 9.5 z'/%3E%3C/svg%3E");
    position: absolute;
    inset: 1px 1px 1px auto;
    display: block;
    width: 7px;
    padding: 9px 5px;
    background-color: #fff;
}
.registration-page__box {
    max-width: 420px;
    padding: 35px 35px 46px;
    margin-top: 14.5vh;
}
html.dark .registration-page__title {
    color: #ededed;
}
.registration-page__offer a:hover, .registration-page__restore-password:hover {
    color: #026fac;
}
.registration-page__send-message {
    position: absolute;
    top: calc(100% + 4px);
    right: 0;
    display: block;
    font-size: 14px;
    color: #038fde;
}
.registration-page__offer {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 30px auto 0;
    font-size: 14px;
    text-align: center;
    line-height: 1.4;
}
html.dark .registration-page__offer {
    color: #e0e0e0;
}
.registration-page__separator {
    margin: 30px 0 16px;
    border-top: 1px solid #e8e8e8;
}
html.dark .registration-page__separator {
    border-top: 1px solid #495762;
}
.registration-page__have-account {
    font-size: 14px;
    text-align: center;
}
.registration-page__have-account a:hover {
    color: #026fac;
}
html.dark .registration-page__have-account, html.dark .rules-page {
    color: #e0e0e0;
}
html.dark .rules-page__content, html.dark .rules-page__content h1 {
    color: #ededed;
}
.rules-page__title {
    padding: 20px 0 0;
}
.rules-page__content {
    font-size: 14px;
    line-height: 18px;
}
.rules-page__content h1 {
    line-height: 1.2;
    font-weight: 500;
    font-size: 22px;
    color: #545454;
    margin: 0 0 18px;
}
.chat-page__aside-tab-button:hover, .rules-page__content a {
    color: #038fde;
}
.rules-page__content p {
    margin: 0 0 14px;
}
.rules-page__content ol {
    padding: 0 0 0 40px;
    list-style: decimal;
}
.rules-page__content>ol {
    margin: 0 0 10px;
}
.chat-page .body__main {
    padding: 1px 0 0;
}
.chat-page__aside {
    width: 100%;
    max-width: 300px;
    background-color: #fff;
}
html.dark .chat-page__aside {
    background: #000;
}
.chat-page__aside-header {
    padding: 25px 0;
    border-bottom: 1px solid #e8e8e8;
}
.chat-page__aside-header-button .fa {
    margin-right: 5px;
}
.chat-page__uncollapse-button {
    display: none;
    font-size: 22px;
}
.chat-page__aside-tab-button {
    width: 50%;
    padding: 10px;
    border-bottom: 1px solid #e8e8e8;
    font-size: 14px;
    cursor: pointer;
}
.chat-page__aside-tab-button.is-active {
    color: #038fde;
    border-bottom: 3px solid #038fde;
}
.chat-page__aside-tickets-container {
    display: block;
}
.chat-page__aside-tickets-container.is-open {
    display: none;
}
.chat-page__aside-ticket {
    display: block;
    padding: 12px 8px;
    overflow: hidden;
    color: #545454;
}
.chat-page__aside-ticket:hover {
    background-color: #f9f9f9;
}
html.dark .chat-page__aside-ticket:hover {
    background-color: rgba(255, 255, 255, .12);
}
.chat-page__aside-ticket-title {
    font-size: 14px;
}
html.dark .chat-page__aside-ticket-title {
    color: #e8e8e8;
}
.chat-page__aside-ticket-status {
    font-size: 11px;
    color: #b5b5b5;
}
.updates-page__pagination {
    font-size: 14px;
    margin: 10px 0;
}
html.dark .updates-page__block {
    background-color: #08091b;
}
.updates-page__block-table {
    font-size: 11px;
    padding: 24px 24px 31px;
    color: #545454;
}
.updates-page__block-table-summary {
    text-align: left;
    font-size: 14px;
}
html.dark .updates-page__block-table-summary {
    color: #e0e0e0;
}
.updates-page__block-table table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    margin: 0 0 20px;
}
.updates-page__block tr {
    display: table-row;
}
.updates-page__block td {
    border-top: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    border: 1px solid #e8e8e8;
    padding: 16px;
}
html.dark .updates-page__block td {
    color: #e0e0e0;
    border: 1px solid #495762;
}
.updates-page__block th {
    border: 1px solid #e8e8e8;
    border-bottom: 2px solid #e8e8e8;
    padding: 15px;
    font-weight: 500;
}
html.dark .updates-page__block th {
    color: #ededed;
    border: 1px solid #495762;
    border-bottom: 1px solid #495762;
}
.updates-page__block thead a {
    color: #037fde;
}
.updates-page__block tbody {
    display: table-row-group;
    vertical-align: middle;
}
.updates-page__block tbody a {
    text-decoration: none;
    color: #037fde;
    font-size: 11px;
}
html.dark .updates-page__block tbody tr:nth-child(2n) {
    background-color: #1b1c2c;
}
.header__dropdown-text-mob {
    display: none;
}
.header__dropdown-text-link {
    display: block;
}
.header__dropdown-text-link-mob {
    display: none;
}
@media screen and (min-width:575px) {
    .confirmem-page-b, .confirmemnew-page-b {
        width: 500px;
    }
}@media screen and (min-width:768px) {
    .support-chat-block__header {
        min-height: 82px;
    }
}@media screen and (max-width:10000px) {
    .scroll-area__thumb {
        display: none!important;
    }
}@media screen and (max-width:1919px) {
    .package-item-page__img {
        display: none;
    }
}@media screen and (max-width:1500px) {
    .card-advantage__count {
        font-size: 80px;
        margin: 40px 20px 20px;
    }
}@media screen and (max-width:1450px) {
    .box, .support-block {
        max-width: 100%}
}@media screen and (max-width:1366px) {
    .freeboost-page-package__block, .support-hint {
        max-width: 100%}
    .freeboost-page-package__title {
        flex-direction: column;
        margin: 0 25px;
        align-items: center;
    }
    .freeboost-page-package__title h1 {
        margin: 20px 0 18px;
        font-size: 23px;
        text-align: center;
    }
    .freeboost-page-package__body {
        margin: 31px 0 0;
        padding: 22px 20px 35px;
    }
    .freeboost-page-package__body p {
        margin: 0 0 14px;
        font-size: 18px;
        text-align: center;
    }
    .freeboost-page-package__footer {
        padding: 22px 20px 35px;
        font-size: 18px;
    }
    .freeboost-page__block {
        padding: 35px 10px;
        max-width: 100%}
    .freeboost-page__title {
        padding: 35px 20px;
    }
    .freeboost-page__body, .freeboost-page__footer {
        padding: 22px 20px 35px;
    }
}@media screen and (max-width:1318px) {
    .partnercab-page__block-pard-buttons {
        display: block;
    }
}@media screen and (max-width:1200px) {
    .box {
        padding: 24px 20px;
    }
}@media screen and (max-width:1199px) {
    .balanceup-page__block-card {
        flex-basis: 100%;
        margin-bottom: 20px;
    }
    .balanceup-page__block-card-full {
        flex-basis: 48%;
        margin-bottom: 0;
    }
    .balanceup-page__block-bonuses, .balanceup-page__block-promo, .partnercab-page__block-earned, .partnercab-page__block-pard, .withdrawal-page__block-conclusion, .withdrawal-page__block-earned {
        flex-basis: 48%}
    .balanceup-page__block-questions {
        margin: 30px 0 0;
        width: 100%;
        flex-basis: 100%}
    .partnercab-page__block-pard input {
        width: 100%}
}@media screen and (max-width:1002px) {
    .freeboost-page__list a {
        background-position: 15px 20px;
    }
}@media (max-width:991px) {
    .aside {
        position: fixed;
        inset: 0 100% 0 auto;
    }
    .header__logo {
        width: 90px;
    }
}@media screen and (max-width:991px) {
    .card-advantage {
        max-width: 100%;
        padding-bottom: 20px;
    }
    .card-advantage__count {
        position: absolute;
        top: 10px;
        left: 10px;
        font-size: 30px;
        margin: 0;
    }
    .card-advantage__header {
        padding-left: 70px;
    }
    .card-advantage__footer {
        padding: 0 40px;
    }
    .aside__backdrop {
        position: fixed;
        inset: 0;
        display: none;
    }
    .header__logo-aside, .soldout-service-slider__item:first-child {
        padding-left: 15px;
    }
    .header__logo {
        width: 114px;
        height: auto;
    }
    .header__controlls {
        padding-right: 25px;
    }
    .header__hamburger-icon::before {
        content: '\e9a4' !important;
        font-size: 19px;
    }
    .soldout-service-slider__item:last-child {
        padding-right: 15px;
    }
    .soldout-service-slider__item {
        min-width: 50%}
    .balanceup-page__block-bonuses, .balanceup-page__block-card, .balanceup-page__block-card-full, .balanceup-page__block-promo {
        flex-basis: 100%;
        margin: 30px 0 0;
    }
    .freeboost-page-package__block, .freeboost-page__block {
        max-width: 720px;
    }
    .home-page__features-grid {
        grid-template-columns: auto;
        row-gap: 20px;
    }
    .header__home-link {
        transform: none;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
}@media screen and (max-width:862px) {
    .operations-page__block td input {
        padding: 11px 17px;
    }
}@media screen and (max-width:768px) {
    .support-chat-block__body {
        height: calc(100vh - 262px);
    }
    .chat-page__container {
        flex-direction: column;
    }
    .chat-page__aside {
        max-width: 100%;
        overflow: hidden;
    }
    .chat-page__aside-header {
        display: flex;
        justify-content: space-between;
        padding: 18px 23px;
    }
    .chat-page__uncollapse-button {
        display: block;
    }
}@media screen and (max-width:767px) {
    .faq-dropdown__button, .faqhome-dropdown__button {
        font-size: 14px;
    }
    .faqhome-dropdown__amount {
        font-size: 29px;
        width: 50px;
        height: 50px;
        margin-right: 25px;
    }
    .faqhome-dropdown__amount:after, .header-dropdown__arrow, .header__dropdown-text {
        display: none;
    }
    .header__dropdown-text-mob {
        display: block;
    }
    .header__dropdown-text-link {
        display: none;
    }
    .header__dropdown-text-link-mob {
        display: block;
    }
    .faqhome-dropdown__text {
        font-size: 16px;
    }
    .header__controlls>*+* {
        margin: 0;
    }
    .service-grid {
        grid-template-columns: 1fr;
    }
    .freeboost-page-package__block, .freeboost-page__block {
        max-width: 540px;
    }
    .withdrawal-page__block-conclusion-qiwi input, .withdrawal-page__block-conclusion-sum input {
        width: 100%}
    .partnercab-page__block-earned, .partnercab-page__block-pard, .withdrawal-page__block-conclusion {
        flex-basis: 100%;
        margin: 30px 0 0;
    }
    .partnercab-page__block-pard-buttons {
        display: flex;
    }
    .withdrawal-page__block-earned {
        flex-basis: 100%;
        margin: 0;
    }
    .withdrawal-page__block-earned-bonuses {
        padding: 0;
    }
}@media screen and (max-width:719px) {
    .soldout-service-slider__item {
        min-width: 100%;
        padding: 0 20px!important;
    }
}@media screen and (max-width:663px) {
    .balanceup-page__block-table-b table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}@media screen and (max-width:650px) {
    .profile-page__form-row {
        flex-direction: column;
    }
    .profile-page__form-col {
        margin-left: 0!important;
    }
    .profile-page__form-col+.profile-page__form-col {
        margin-top: 32px;
    }
    .profile-page__select:before {
        padding: 5px;
    }
}@media screen and (max-width:604px) {
    .freeboost-page__block {
        width: 100%}
}@media screen and (max-width:576px) {
    .header__container {
        height: 55px;
    }
    .support-chat-block__body {
        height: calc(100vh - 232px);
    }
    .auth-page__box {
        padding: 26px 26px 15px;
    }
    .registration-page__box {
        padding: 26px 26px 35px;
    }
}@media (max-width:991px) {
    .header-dropdown__button {
        font-size: 15px;
    }
    .header__current-lang-flag {
        height: 19px;
        width: 19px;
        margin: 0 5px 0 0;
    }
    .currency-header-dropdown .header__dropdown-lang-ico {
        height: 19px;
        width: 19px;
    }
}@media (max-width:575px) {
    .header-dropdown__link {
        padding: 11px 14px;
        font-size: 12px;
    }
}@media screen and (max-width:575px) {
    .activation-letter-b, .forgotpass-page-b {
        padding: 26px 26px 15px;
    }
    .activation-letter__title, .forgotpass-page__title {
        font-size: 17px;
        margin: 0 0 24px;
    }
    .activation-letter__button a, .forgotpass-page__button a {
        font-size: 11px;
        padding: 6px 13px;
    }
    .api__card-header-title {
        margin: 0 0 14px;
        padding: 9px 18px;
    }
    .api__card td, .api__card th {
        font-size: 12px;
        padding: 11px;
    }
    .authorization, .user-sign-popup {
        width: 100%}
    .authorization__body, .confirmemnew-page__wrapper, .registration__body {
        padding: 12px 18px;
    }
    .authorization__log-em, .authorization__pass, .registration__log-em, .registration__pass, .registration__password-repeat {
        margin-top: 15px;
    }
    .authorization__link, .registration__link {
        font-size: 12px;
        margin-top: 3px;
    }
    .authorization__button-sign, .registration__button-sign {
        margin: 20px auto 0;
    }
    .authorization__button-sign a {
        padding: 7px 12px;
        font-size: 11px;
    }
    .authorization__remember {
        font-size: 13px;
    }
    .body__main {
        padding: 14px 24px 19px;
    }
    .box {
        margin-top: 24px;
        padding: 18px 15px;
    }
    .auth-page__create-account, .auth-page__remember-me, .auth-page__restore-password, .bread-crumbs__item, .card-notification__message, .card-notification__title {
        font-size: 12px;
    }
    .button {
        font-size: 11px;
        padding: 7px 19px;
    }
    .confirmem-page-b, .confirmemnew-page-b {
        max-width: 98%}
    .confirmem-page__title, .confirmemnew-page__title {
        font-size: 17px;
        padding: 12px;
    }
    .confirmem-page__content {
        font-size: 12px;
        padding: 12px 18px;
    }
    .confirmem-page__buttons, .support-chat-block__header {
        padding: 12px;
    }
    .confirmem-page__buttons a, .confirmemnew-page__button a {
        font-size: 10.5px;
        padding: 7px 13px;
    }
    .forgotpass-page__content {
        font-size: 12px;
        margin: 0 0 15px;
    }
    .header__current-lang-flag {
        height: 19px;
        width: 19px;
        margin: 0 5px 0 0;
    }
    .header__hamburger-icon {
        height: 19px;
        width: 19px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .input__stroke {
        height: 27px;
        font-size: 12px;
    }
    .card-notification__info {
        padding: 18px 15px 15px 60px;
    }
    .pagination__item {
        padding: 6px 8px;
        font-size: 12px;
    }
    .registration__button-sign a {
        padding: 7px 12px;
        font-size: 11px;
    }
    .registration__footer-terms {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .auth-page__title, .card-service-mini__title, .card-service__title, .registration-page__title {
        font-size: 16px;
    }
    .card-service-mini__price--old, .card-service__price--old {
        font-size: 10.5px;
    }
    .card-service-mini__amount, .card-service__amount {
        padding-top: 2px;
    }
    .service-grid {
        gap: 24px;
    }
    .soldout-service-card__title, .support-chat-block__button-icon {
        font-size: 15px;
    }
    .soldout-service-card__price--old {
        font-size: 10.5px;
    }
    .support-chat-block__header h3 {
        font-size: 14px;
    }
    .support-chat-block__body-answer, .support-chat-block__body-reply {
        font-size: 12px;
        padding: 14px 20px;
    }
    .support-chat-block__body-chat-date {
        margin: 3px 0 0;
    }
    .support-chat-block__footer textarea {
        padding: 6px 12px;
        font-size: 12px;
    }
    .support-chat-empty-block__body h1 {
        margin: 0 0 14px;
        font-size: 18px;
    }
    .support-chat-empty-block__body a {
        font-size: 18px;
    }
    .support-chat-empty-block__body-icon {
        padding-left: 5px;
        font-size: 52px;
        line-height: 1.9;
    }
    .support-block {
        padding: 18px 15px;
    }
    .support-block__content {
        font-size: 13.5px;
        margin: 0 0 21px;
    }
    .support-block__button {
        max-height: 25px;
        padding: 7px 11px;
        font-size: 11px;
    }
    .user-sign-popup__button {
        font-size: 12px;
        padding: 7px 12px;
    }
    .api-page__title, .faq-page__title {
        font-size: 26px;
        padding: 0 0 13px;
        margin: 9px 0 24px;
    }
    .auth-page__button, .registration-page__button {
        font-size: 10px;
    }
    .balanceup-page__block-bonuses-title, .balanceup-page__block-card-title, .balanceup-page__block-promo-title {
        font-size: 15px;
        margin: 0 0 14px;
    }
    .balanceup-page__block-card>*+select {
        margin-top: 20px;
    }
    .balanceup-page__block-card-help {
        margin: 10px 0 0;
    }
    .balanceup-page__block-bonuses-button, .balanceup-page__block-card-button, .balanceup-page__block-promo-button {
        padding: 6px 13px;
        font-size: 11px;
    }
    .balanceup-page__block-bonuses-help, .balanceup-page__block-promo-help {
        margin: 10px 0 26px;
    }
    .balanceup-page__block-bonuses-absence, .balanceup-page__block-promo-absence {
        margin: 10px 0 15px;
        font-size: 12px;
    }
    .balanceup-page__block-questions {
        padding: 5px 18px 28px;
    }
    .balanceup-page__block-questions-border .faq-dropdown__content-wrapper {
        padding: 0 18px 0 5px;
    }
    .balanceup-page__block-questions-border .faq-dropdown__content, .mapsite-page__block a, .registration-page__have-account, .registration-page__offer, .registration-page__send-message {
        font-size: 12px;
    }
    .balanceup-page__block-questions-border .faq-dropdown__button {
        padding: 15px 23px 15px 3px;
    }
    .balanceup-page__block-table, .partnercab-page__block-earned {
        padding: 18px;
    }
    .balanceup-page__block-table-title {
        font-size: 15px;
        padding: 9px 18px;
    }
    .balanceup-page__block-table-b {
        padding: 0 0 13px;
    }
    .balanceup-page__block-table th {
        font-size: 12px;
        padding: 13px 11px 11px;
    }
    .freeboost-page__button {
        max-height: 39px;
        padding: 7px 11px;
        font-size: 11px;
    }
    .operations-page__title, .orders-page__title, .partnercab-page__title, .updates-page__title, .withdrawal-page__title {
        font-size: 26px;
        padding: 14px 0 13px;
        margin: 0;
    }
    .operations-page__block-table, .orders-page__block-table {
        padding: 18px 18px 28px;
    }
    .operations-page__block, .orders-page__block, .partnercab-page__block-table, .updates-page__block, .withdrawal-page__block-table {
        margin: 20px 0 0;
    }
    .operations-page__block td {
        font-size: 12px;
        padding: 7px 11px;
    }
    .operations-page__block td input {
        padding: 6px 13px;
    }
    .operations-page__block th {
        font-size: 12px;
        padding: 11px;
    }
    .orders-page__block td, .orders-page__block th {
        font-size: 12px;
        padding: 11px;
    }
    .partnercab-page__block-earned-title--bon {
        font-size: 15px;
        margin: 0 0 9px;
    }
    .partnercab-page__block-earned-bonuses {
        font-size: 22.5px;
        padding-bottom: 5px;
    }
    .partnercab-page__block-earned-title--ref {
        font-size: 15px;
        margin: 0 0 9px;
    }
    .partnercab-page__block-earned-ref {
        font-size: 22.5px;
        margin: 0;
    }
    .partnercab-page__block-pard, .withdrawal-page__block-conclusion {
        padding: 18px;
        margin: 25px 0 0;
    }
    .partnercab-page__block-pard-title--terms {
        font-size: 15px;
        margin: 0 0 9px;
    }
    .partnercab-page__block-pard-percent {
        font-size: 12px;
        padding-bottom: 18px;
    }
    .partnercab-page__block-pard-title--link {
        font-size: 15px;
        margin: 0 0 9px;
    }
    .partnercab-page__block-table-b {
        padding: 18px 18px 14px;
    }
    .partnercab-page__block-table td, .partnercab-page__block-table th {
        font-size: 12px;
        padding: 11px;
    }
    .withdrawal-page__block-earned {
        padding: 18px;
        margin: 20px 0 0;
    }
    .withdrawal-page__block-earned-title--bon {
        font-size: 15px;
        margin: 0 0 9px;
    }
    .withdrawal-page__block-earned-bonuses {
        font-size: 22.5px;
        padding-bottom: 5px;
    }
    .withdrawal-page__block-conclusion-row {
        flex-direction: column;
    }
    .withdrawal-page__block-conclusion-row>*+* {
        margin-left: 0;
        margin-top: 27px;
    }
    .withdrawal-page__block-conclusion-qiwi input, .withdrawal-page__block-conclusion-sum input {
        min-height: 34px;
        font-size: 11px;
    }
    .withdrawal-page__block-conclusion-button {
        padding: 7px 13px;
        font-size: 10.5px;
    }
    .withdrawal-page__block-table-b {
        padding: 18px 18px 14px;
    }
    .withdrawal-page__block-table td, .withdrawal-page__block-table th {
        font-size: 12px;
        padding: 11px;
    }
    .updates-page__block-table {
        padding: 18px 18px 28px;
    }
    .updates-page__block tbody a, .updates-page__block thead, .updates-page__block-table-summary {
        font-size: 12px;
    }
    .updates-page__block-table table {
        margin: 0 0 12px;
    }
    .updates-page__block td, .updates-page__block th {
        font-size: 12px;
        padding: 11px;
    }
}@media screen and (max-width:560px) {
    .body__main {
        padding: 16px 16px 64px;
    }
    .home-page__banner {
        margin-left: -12px;
        margin-right: -12px;
        width: calc(100% + 24px) !important;
    }
    .header__controlls {
        padding-right: 12px;
    }
    .header__logo-aside, .soldout-service-slider__item:first-child {
        padding-left: 12px;
    }
    .header__hamburger {
        width: 39px;
        margin-left: -12px;
    }
    #footer {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
    .home-page__title-repeats, .blog-page__title {
        padding-top: 24px;
        margin-bottom: 48px;
    }
    .home-page__title-repeats::before, .blog-page__title::before {
        bottom: -20px;
    }
}@media screen and (max-width:550px) {
    .freeboost-page-package__title h1 {
        font-size: 25px;
        margin: 20px 0 14px;
    }
    .freeboost-page-package__body p {
        font-size: 14px;
        margin: 0 0 11px;
    }
    .freeboost-page-package__button, .freeboost-page-package__footer h2 {
        font-size: 14px;
        margin: 0 0 14px;
    }
    .freeboost-page__title {
        padding: 35px 5px;
    }
    .freeboost-page__title h1 {
        font-size: 25px;
        line-height: 30px;
    }
    .freeboost-page__body h3, .freeboost-page__footer h2 {
        font-size: 14px;
        margin: 0 0 14px;
    }
    .freeboost-page__body, .freeboost-page__footer {
        padding: 22px 5px 35px;
    }
}@media screen and (max-width:420px) {
    .orders-page__block-table table, .partnercab-page__block-table-b table, .updates-page__block-table table, .withdrawal-page__block-table-b table {
        text-indent: initial;
    }
    .api__card-table-wrapper, .orders-page__block-table, .partnercab-page__block-table-b, .updates-page__block-table, .withdrawal-page__block-table-b {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}@media screen and (max-width:400px) {
    .operations-page__block-table table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}@media screen and (max-width:395px) {
    .support-block__button {
        text-align: center;
    }
    .freeboost-page-package__button {
        width: 100%;
        height: 100%;
        text-align: center;
    }
}@media screen and (max-width:346px) {
    .freeboost-page__button {
        width: 100%;
        height: 100%;
        text-align: center;
    }
}@media screen and (max-width:238px) {
    .orders-page__title, .partnercab-page__title, .updates-page__title, .withdrawal-page__title {
        padding: 14px 5px 13px;
    }
}@media screen and (max-width:1200px) {
    .support-block {
        padding: 24px 20px;
    }
}
@media (max-width: 991px) {

    @keyframes scroll-vision {
        0% {
            opacity: 1;
            margin-top: 0;
        }
        100% {
            opacity: 0;
            margin-top: -50px;
        }
    }
    .package-item-page__header-container .scroll-area__container.js-container {
        position: relative;
    }
    .package-item-page__header-container .scroll-area__container.scroll-mob-animate::before {
        content: '';
        background-image: url("/static/layout/tap-svg.svg");
        display: block;
        position: absolute;
        z-index: 3;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100% auto;
        width: 100px;
        height: 100px;
        top: 50%;
        left: 50%;
        margin-top: 0;
        margin-left: -50px;
        opacity: 0;
        animation-name: scroll-vision;
        animation-delay: 2s;
        animation-duration: 2s;
        animation-iteration-count: infinite;
    }
    html.dark .package-item-page__header-container .scroll-area__container.scroll-mob-animate::before {
        background-image: url("/static/layout/tap-svg-darck.svg");
    }
}
.package-item-page__header-container .select-service-button {
    cursor: pointer;
}
html.dark .footer_svg {
    filter: invert(1);
}

html.dark #footer {
    background-color: #08091b;
}

html.dark .a_tip {
    color: white;
}

html.dark .footer_button {
    border: white solid 1px !important;
}

html.dark .lang {
    color: white !important;
}

html.dark span {
    color: white;
}

html.dark .footer_big_title {
    color: white;
}

html.dark #footer p {
    color: white;
}

.anim {
    transition: 0.5s;
}

.anim:hover {
    text-shadow: 0 0 black;
}

.footer_button {
    transition: 0.25s;
    display: block;
    width: 121px;
}

.footer_button:hover {
    transform: scale(1.3);
}

.a_tip {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #545454;
    transition: 0.75s;
}

.a_tip:hover {
    color: #026fac;
}

.img-block1 > div > img {
    transition: .5s;
    filter: grayscale(1);
    opacity: 0.3;
}

html.dark .img-block1 > div > img {
    transition: .5s;
    filter: grayscale(1);
    opacity: 1;
}

.img-block1 > div > img:hover {
    filter: grayscale(0);
    opacity: 1;
}

.img-block12 img {
    transition: .5s;
    filter: grayscale(1);
    opacity: 0.3;
}

html.dark .img-block12 img {
    transition: .5s;
    filter: grayscale(1);
    opacity: 1;
}

.img-block12 img:hover {
    filter: grayscale(0);
    opacity: 1;
}
.img-block1 div.img-block12 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.active_language {
    border: #0ABBFF 1px solid;
    border-radius: 50%;
}

#footer {
    height: auto;
    transition: 1s;
    width: 100%;
    padding: 22px 130px 15px 130px;
    background: #ffffff;
    display: block;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    min-height: 270px;
}

.footer_stream {
    width: 260px;
}

.footer_title {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #545454;
}

.footer_big_title {
    font-style: normal;
    font-size: 18px;
    font-weight: 600;
    color: #545454;
}

.footer_link {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #038FDE;
    margin-top: 10px;
}

.footer_tip {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #545454;
}

.ok {
    object-fit: none;
}

.stream_container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.footer_stream_2 {
    margin-left: 110px;
}

.language-block2 {
    display: none;
}

.a_tip-block2 {
    display: none;
    order: 5;
}
@media (max-width: 1890px) {

    #footer {
        padding-right: 50px;
    }

    .payment-block {
        grid-row: 2;
        grid-column: 1 / 5;
        width: auto !important;
        margin-top: 20px;
    }

    .footer_stream {
        width: 235px;
    }

    .footer_stream_2 {
        margin-left: 90px;
    }

    .footer_big_title {
        display: inline;
    }
    .img-block1 {
        display: flex;
        justify-content: space-between;
        gap: 25px;
    }
    .img-block1 > p {
        align-self: center;
    }
    .img-block1 div {
        flex: 1 0 auto;
    }
}
.currency-header-dropdown .header__dropdown-lang-ico {
    display: block;
    width: 20px;
    height: 20px;
    background-color: transparent;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}
.header__dropdown-lang-ico.lang-ico-RUB {
    background-image: url("/static/layout/rub.svg");
}
.header__dropdown-lang-ico.lang-ico-USD {
    background-image: url("/static/layout/usd.svg");
}
.header__current-lang-flag.lang-ico-RU {
    background-image: url("/static/layout/ru.svg");
}
.header__current-lang-flag.lang-ico-EN {
    background-image: url("/static/layout/en.svg");
}
.header-dropdown__icon.lang-ico-RU {
    background-image: url("/static/layout/ru.svg");
}
.header-dropdown__icon.lang-ico-EN {
    background-image: url("/static/layout/en.svg");
}
.currency-header-dropdown a .header__dropdown-lang-ico {
    margin-right: 4px;
}
.parent-page-box-bg {
    position: relative;
    padding-bottom: 40px;
    margin-bottom: -40px;
}
.parent-page-box-bg::before {
    content: '';
    position: absolute;
    background-image: url("/static/layout/parent-page-box-bg.svg");
    width: 254px;
    height: 100%;
    background-repeat: repeat-y;
    background-size: 100% auto;
    background-position: center top;
    top: 0;
    left: 0;
    z-index: -1;
}
.parent-page-box-bg:after {
    content: '';
    position: absolute;
    background-image: url("/static/layout/parent-page-box-bg.svg");
    width: 254px;
    height: 100%;
    background-repeat: repeat-y;
    background-size: 100% auto;
    background-position: center top;
    top: 0;
    right: 0;
    z-index: -1;
}
.new-des-pagination .pagination {
    margin: 16px 0 0 0;
    display: flex;
    justify-content: center;
    padding: 32px 0 8px 0;
    position: relative;
}
.new-des-pagination .pagination:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #303030;
    opacity: 0.1;
}
.new-des-pagination .pagination a.pagination__item {
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 16px;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #2B56F5;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 4px;
}
.new-des-pagination .pagination a.pagination__item.pagination__item--is-active {
    background: #2B56F5;
    color: #FFFFFF;
}
.new-des-pagination .pagination a.pagination__item:first-child, .new-des-pagination .pagination a.pagination__item:last-child {
    background: #F4F6FE;
}
.new-des-pagination .pagination a.pagination__item path {
    fill: #2B56F5;
}
.new-des-pagination .pagination a.pagination__item.pagination__item--is-disabled:first-child, .new-des-pagination .pagination a.pagination__item.pagination__item--is-disabled:last-child {
    opacity: 0.5;
}
.new-des-pagination .pagination a.pagination__item:first-child {
    margin-right: auto;
    margin-left: 0;
}
.new-des-pagination .pagination a.pagination__item:last-child {
    margin-left: auto;
    margin-right: 0;
}
.footer_big_m1 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
}
.footer_big_m2 {
    display: flex;
    flex-direction: column;
    margin-left: 2px;
}
.footer_big_m3 {
    margin: 11px 0;
    line-height: 20px;
}
.footer_big_m3 img {
    vertical-align: middle;
    margin-right: 2px;
}
.footer_big_m3 span {
    line-height: 20px;
}
.footer_big_m4 {
    margin: 11px 0 17px;
    line-height: 22px;
}
.footer_big_m4 img {
    vertical-align: bottom;
}
.footer_big_m4 span {
    margin-left: 2px;
    line-height: 22px
}
.img-block1 div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.footer_big_title.footer_big_title2 {
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
}
a.footer_link.footer_button {
    border: black solid 1px;
    padding: 6px;
    border-radius: 2px;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
}
.footer_stream.footer_grid4 .footer_title {
    margin-top: 8px;
}
.footer_stream.footer_grid1 .footer_own_title  {
    padding: 12px 0;
    font-size: 18px;
    font-weight: 600;
}
@media (max-width:1280px) {
    .new-des-pagination .pagination a.pagination__item {
        width: 40px;
        height: 40px;
        border-radius: 16px;
        font-size: 16px;
        line-height: 19px;
        margin: 0 4px;
    }
}
@media (max-width:991px) {
    .currency-header-dropdown .header__dropdown-lang-ico {
        height: 21px;
        width: 21px;
    }
    .new-des-pagination .pagination a.pagination__item {
        display: none;
    }
    .new-des-pagination .pagination a.pagination__item:first-child, .new-des-pagination .pagination a.pagination__item:last-child, .new-des-pagination .pagination a.pagination__item.act-mob-pagination {
        display: flex;
    }
}
@media (max-width:767px) {
    .currency-header-dropdown .header__dropdown-lang-text {
        display: none;
    }
}
@media (max-width:800px) {
    .home-page__title.home-page__title-mob-centr {
        justify-content: center !important;
        max-width: none;
    }
}
@media (max-width: 1600px) {
    .home-page__title-repeats, .blog-page__title {
        font-size: 32px;
        line-height: 38px;
    }
    .home-page__title-repeats.n1, .home-page__title-repeats.n2, .home-page__title-repeats.n3, .home-page__title-repeats.n4, .home-page__title-repeats.n5, .home-page__title-repeats.n6 {
        font-size: 32px;
        line-height: 38px;
    }
}
@media (max-width: 991px) {
    .home-page__title-repeats {
        font-size: 28px;
        line-height: 33px;
    }
    .home-page__title-repeats, .blog-page__title {
        font-size: 28px;
        line-height: 33px;
    }
    .home-page__title-repeats.n1, .home-page__title-repeats.n2, .home-page__title-repeats.n3, .home-page__title-repeats.n4, .home-page__title-repeats.n5, .home-page__title-repeats.n6 {
        font-size: 28px;
        line-height: 33px;
    }
    .scroll-left-sidebar {
        height: 100vh;
    }
}
@media (max-width: 1890px) {
    .img-block1 div.img-block12 {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        width: auto;
        gap: 15px;
    }
    .img-block1 div {
        width: calc(33.333% - 15px);
    }
    .img-block1 div:first-child {
        position: relative;
        top: 6px;
    }
    .img-block1 div:first-child > img:nth-child(2) {
        position: relative;
        top: -3px;
    }
}
@media (max-width: 1290px) {
    .img-block1 {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        text-align: left;
        width: 100%;
        gap: 0;
    }
    .img-block1 > p {
        align-self: flex-start;
    }
    #footer {
        height: auto;
        padding: 40px 22px 70px;
    }
    .stream_container {
        display: flex;
        flex-wrap: wrap;
    }
    .stream_container .footer_stream.footer_grid1 {
        width: 100%;
        margin-bottom: 10px;
        order: 0;
    }
    .stream_container .footer_stream.footer_grid2 {
        order: 1;
    }
    .stream_container .footer_stream.footer_grid3 {
        order: 2;
    }
    .stream_container .footer_stream.footer_grid4 {
        order: 3;
    }
    .stream_container .footer_stream.footer_grid2, .stream_container .footer_stream.footer_grid3, .stream_container .footer_stream.footer_grid4 {
        width: calc(100% / 3);
        margin-bottom: 10px;
        margin-right: 0;
        margin-left: 0;
    }
    .stream_container .footer_stream.footer_grid6 {
        order: 4;
        width: 100% !important;
        margin-top: 0;
    }
    .stream_container .footer_stream.footer_grid5 {
        order: 5;
        margin-top: 10px;
    }
    .parent-page-box-bg::before, .parent-page-box-bg::after {
        display: none !important;
    }
}
@media (max-width: 700px) {
    .stream_container .footer_stream.footer_grid2, .stream_container .footer_stream.footer_grid3 {
        width: calc(100% / 2);
        margin-bottom: 10px;
        margin-right: 0;
        margin-left: 0;
    }
    .stream_container .footer_stream.footer_grid4 {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
        margin-left: 0;
    }
    .img-block1 div {
        width: auto;
        gap: 15px;
    }
    .img-block1 div.img-block12 {
        flex-direction: column;
        gap: 0;
        width: 100%;
    }
}
.article-block__date {
    font-size: 14px;
}
.article-block-description {
    margin-top: 20px;
}

@media (max-width: 991px) {
    .button {
        display: flex;
        width: 100%;
        padding: 16px;
        height: 72px;
        border-radius: 32px;
        font-size: 20px;
        line-height: normal;
        position: relative;
    }
    .card-service__footer .button {
        width: auto;
    }
}
@media (max-width: 1280px) {
    .language-block1 {
        display: none;
    }
    .a_tip-block1 {
        display: none;
    }
    .language-block2 {
        display: flex;
        width: auto !important;
        text-align: right;
    }
    .a_tip-block2 {
        display: block;
        width: 100%;
    }
}

.input-form-text{
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 16px;
    gap: 16px;
    isolation: isolate;
    width: calc(100% - 32px);
    height: 70px;
    background: #FFFFFF;
    box-shadow: 0 4px 24px rgba(43, 86, 245, 0.1);
    border-radius: 32px;
    flex-wrap: nowrap;
    margin: 0;
}
button.submit {
    display: flex;
    position: relative;
    top: auto;
    right: auto;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #2b56f5;
    box-shadow: 0 0 24px rgba(43,86,245,.1);
    border-radius: 32px;
    width: 256px;
    height: 70px;
    margin: 0 auto;
    cursor: pointer;
    white-space: nowrap;
    padding: 16px 32px;
    border: none;
    overflow: hidden;
    color: #FFFFFF;
    text-align: center;
    flex: 0 0 256px;
    leading-trim: both;
    text-edge: cap;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: 0.2s;
}
button.submit[disabled="disabled"] {
    width: 287px;
    opacity: 0.5;
    cursor: no-drop;
}
.form-block {
    display: flex;
    gap: 24px;
}
.input-form-text .form-group input {
    width: 100%;
    display: flex;
    align-items: center;
    font-feature-settings: 'liga' off;
    color: #303030;
    outline: none;
    height: 36px;
    padding: 0;
    border: none;
    border-radius: 3px;
    position: relative;
    top: 0;
    overflow: hidden;
    font-feature-settings: 'liga' off;
    text-overflow: ellipsis;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.description, .description p {
    display: block;
    text-align: center;
    margin-bottom: 24px;
    color: #303030;
    font-style: normal;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
}
.form-block.form-block-after {
    flex-direction: column;
}

.dt-card .quote-container {
    margin: 0;
    padding: 0;
}

.dt-card .quote-container {
    margin: 0;
    padding: 0;
}

button.submit.submit-after {
    flex: 0 0 auto;
    width: 300px;
    opacity: 0.5;
}

.dt-card .title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin-bottom: 42px;
    width: 100%;
}

.dt-card .title h2 {
    display: block;
    color: #303030;
    font-style: normal;
    position: relative;
    margin: 0;
    line-height: normal;
    font-size: 28px;
    font-weight: 600;
    background: NONE;
}

.dt-card .title h2:before {
    content: '';
    display: block;
    width: 100%;
    max-width: 256px;
    height: 4px;
    position: absolute;
    top: 100%;
    margin: 10px auto 0 auto;
    border-radius: 4px;
    background: #2B56F5;
    left: 50%;
    transform: translate(-50%, -50%);
}

.timer-block {
    display: inline;
    margin: 0 5px;
}

@media (max-width: 870px) {
    .form-block {
        flex-direction: column;
    }
    button.submit {
        flex: 0 0 auto;
        max-width: 100%;
        height: 70px;
    }
    .input-form-text {
        height: 70px;
        width: 100%;
    }
    .dt-card .title h2 {
        font-size: 26px;
        font-weight: 500;
    }
    .description {
        font-size: 18px;
        font-weight: 400;
        line-height: 21px;
    }
}
.dt-card.paddings {
    padding-bottom: 60px;
}
.quote-container .dt-card.paddings {
    padding-top: 84px;
}
.confirmem-page__buttons.confirmem_buttons {
    height: auto;
}
@media (max-width: 991px) {
    .confirmem-page__buttons.confirmem_buttons button.button {
        height: 40px;
        font-weight: 500;
        font-size: 14px;
        padding: 8px 17px;
        width: auto;
    }
}

@media (max-width: 450px) {
    .confirmem-page__buttons.confirmem_buttons button.button {
        font-size: 12px;
    }
}
.create-new-ticket__footer a.button, .create-new-ticket__footer button.button {
    height: 40px;
    font-weight: 500;
    font-size: 14px;
}
.confirmemnew-page__button .button {
    height: auto;
    margin-top: 28px;
}
.button.disabled {
    opacity: 0.5;
}
.faq-dropdown__content ol {
    list-style-type: decimal;
    margin: 0 0 10px;
    padding: 0 0 0 20px;
}
.faq-dropdown__content ol li {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 5px 0;
}
.kc-texts-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    margin-bottom: 32px;
    font-size: 16px;
}
.kc-texts-list .kc-title {
    margin-bottom: 18px;
    font-size: 18px;
}
.kc-texts-list a:hover {
    text-decoration: underline;
}
.article-bot-block {
    display: flex;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
}
.article-author-block {
    display: flex;
    height: 102px;
    align-items: center;
    gap: 16px;
    flex: 1 0 0;
}
.article-share-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    flex: 1 0 0;
    align-self: stretch;
}
.article-share-block .article-share-top {
    display: flex;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    color: #303030;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.article-share-block .article-share-top:before {
    content: '';
    height: 2px;
    flex: 1 0 0;
    background: #2B56F5;
}
.article-share-block .article-share-top:after {
    content: '';
    height: 2px;
    flex: 1 0 0;
    background: #2B56F5;
}
.article-share-block .share-btn {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}
.article-share-block .article-share-but-item {
    background: #07F;
    display: flex;
    height: 48px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    border-radius: 16px;
    cursor: pointer;
}
.article-share-block .article-share-but-item[data-id="vk"] {
    background: #07F;
}
.article-share-block .article-share-but-item[data-id="tw"] {
    background: #03A9F4;
}
.article-share-block .article-share-but-item[data-id="fb"] {
    background: #1877F2;
}
@media (max-width: 991px) {
    .article-bot-block {
        flex-wrap: wrap;
    }
    .article-author-block {
        height: 0;
        flex: 1 0 100%;
    }
    .article-share-block {
        flex: 1 0 100%;
        gap: 20px;
    }
}
.service-grid-advantage .card-advantage {
    width: 100%;
    padding: 0 15px;
}
.service-grid-advantage .card-advantage__footer {
    padding: 0;
}
.article-home-title {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}
.article-home-title .button {
    display: flex;
    width: 256px;
    height: 48px;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 32px;
    background: #2B56F5;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
 }
p.a_tip, p.a_tip:hover {
    color: #545454;
}

/* Styles moved from critical.css (non-critical) */
.freeboost-page-package__body .form-group .profile-page__error-hint {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 5px;
    font-size: 14px;
}
.reviews-site-block:not(.reviews-site-home) {
    max-width: 1035px;
    margin: 0 auto;
}
.model-for-tag-more {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.model-for-tag-more.model-open {
    display: flex;
}
.model-for-tag-more-content {
    position: relative;
    z-index: 5;
    border-radius: 10px;
    box-shadow: 0 0 5px 5px rgba(0,0,0,.03);
    background-color: #fff;
    max-width: 320px;
    width: calc(100% - 30px);
}
.model-for-tag-more-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    background-color: rgba(0, 0, 0, .8);
}
.model-for-tag-more-title {
    padding: 16px;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ced4da;
    font-weight: 500;
}
.model-for-tag-more-text {
    font-size: 14px;
    padding: 16px;
}
.model-for-tag-more-close {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 5px;
    cursor: pointer;
    font-size: 16px;
    margin-top: -3px;
}
.model-for-tag-more-title .mftm-title {
    display: flex;
    align-items: center;
}
.model-for-tag-more-title .mftm-title .stmi-ico {
    display: block;
    width: 18px;
    height: 18px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 8px;
}
.order-status-block {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    gap: 4px;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    color: #FE2C55;
    flex: none;
}
.order-status-text {
    display: inline;
    text-align: center;
    padding: 0;
    color: #303030;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    white-space: normal;
}
.quote-container .form-group.field-order-recaptcha {
    margin: 0 auto;
}
.profile-page__error-hint a {
    color: #2B56F5;
}
@media (max-width: 540px) {
    .yvd-result-item { grid-template-columns: 90px 1fr; }
    .yvd-result-item-thumbnail img { width: 90px; height: 56px; }
}
@keyframes gradient {
    0% {
        background-position: 80% 0;
    }
    50% {
        background-position: 20% 100%;
    }
    100% {
        background-position: 80% 0;
    }
}