/* Core global styles */
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;
}
.card-advantage {
    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 .card-advantage-mini__footer, html.dark .card-advantage-mini__header, html.dark .card-advantage__footer, html.dark .card-advantage__header {
    color: #ededed;
}
.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;
}
.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;
}
html.dark .article-block {
    color: #e0e0e0;
}
.box {
    border-radius: 32px;
}
.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, .create-new-ticket__button.orange:hover {
    color: #fff!important;
}
.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;
}
.card-notification__close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 8px;
    cursor: pointer;
}
.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;
}
.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;
}
.create-new-ticket__footer a.button, .create-new-ticket__footer button.button {
    height: 40px;
    font-weight: 500;
    font-size: 14px;
}
.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:focus {
    border-color: #64c6fd;
}
.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;
}
.pagination__item--is-disabled {
    color: #adb5bd;
}
html.dark .pagination__item--is-disabled {
    background-color: #495762;
    color: #737f8a;
}
.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-reviews-mini__icon {
    right: 0;
    overflow: auto;
    left: 0;
    margin: auto;
    position: absolute;
}
.card-reviews-mini__icon {
    width: 121px;
    height: 121px;
    top: -260px;
    bottom: 0;
}
.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__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;
}
.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;
}
.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;
}
.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;
}
.user-sign-popup__overlay.is-open {
    display: block;
}
.profile-page__button-row {
    margin-top: 27px;
}
.profile-page__error-hint {
    margin: 10px 0;
    font-size: 12px;
    color: #ff0100;
}
.profile-page__file-loader-row {
    margin-bottom: 37px;
}
.profile-page__form-row {
    display: flex;
}
.profile-page__form-col {
    flex: 1;
}
.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;
}
.profile-page__tagline {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    color: #545454;
}
.profile-page__tagline+.input {
    margin-top: 18px;
}
.profile-page__select {
    position: relative;
}
.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;
}
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;
}
.rules-page__box {
    padding: 24px;
}
.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__container {
    display: flex;
}
.chat-page__aside {
    width: 100%;
    max-width: 300px;
    background-color: #fff;
}
.chat-page__aside {
    border-right: 1px solid #e8e8e8;
}
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;
}
.chat-page__content {
    width: 100%}
.support-hint {
    max-width: 720px;
}
.header__dropdown-text-mob {
    display: none;
}
.header__dropdown-text-link {
    display: block;
}
.header__dropdown-text-link-mob {
    display: none;
}
.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;
}
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;
}
.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;
}
.article-block__date {
    font-size: 14px;
}
.article-block-description {
    margin-top: 20px;
}
.service-grid-advantage .card-advantage {
    width: 100%;
    padding: 0 15px;
}
.service-grid-advantage .card-advantage__footer {
    padding: 0;
}
p.a_tip, p.a_tip:hover {
    color: #545454;
}
.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;
}
.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;
}
.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;
}
.quote-container .form-group.field-order-recaptcha {
    margin: 0 auto;
}
.profile-page__error-hint a {
    color: #2B56F5;
}
.button.disabled {
    opacity: 0.5;
}
.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;
}
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;
}
.dt-card.paddings {
    padding-bottom: 60px;
}
.quote-container .dt-card.paddings {
    padding-top: 84px;
}
@keyframes gradient {
    0% {
        background-position: 80% 0;
    }
    50% {
        background-position: 20% 100%;
    }
    100% {
        background-position: 80% 0;
    }
}

/* Core responsive */
@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: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:1200px) {
    .box {
        padding: 24px 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%}
    .header__home-link {
        transform: none;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
}
@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) {
    .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;
    }
    .header__controlls>*+* {
        margin: 0;
    }
    .service-grid {
        grid-template-columns: 1fr;
    }
}
@media screen and (max-width:719px) {
    .soldout-service-slider__item {
        min-width: 100%;
        padding: 0 20px!important;
    }
}
@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:576px) {
    .header__container {
        height: 55px;
    }
    .support-chat-block__body {
        height: calc(100vh - 232px);
    }
}
@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) {
    .body__main {
        padding: 14px 24px 19px;
    }
    .box {
        margin-top: 24px;
        padding: 18px 15px;
    }
    .bread-crumbs__item, .card-notification__message, .card-notification__title {
        font-size: 12px;
    }
    .button {
        font-size: 11px;
        padding: 7px 19px;
    }
    .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;
    }
    .card-service-mini__title, .card-service__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__header {
        padding: 12px;
    }
    .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;
    }
}
@media screen and (max-width:560px) {
    .body__main {
        padding: 16px 16px 64px;
    }
    .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;
    }
}
@media screen and (max-width:395px) {
    .support-block__button {
        text-align: center;
    }
}
@media screen and (max-width:1200px) {
    .support-block {
        padding: 24px 20px;
    }
}
@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;
    }
}
@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;
    }
    .scroll-left-sidebar {
        height: 100vh;
    }
}
@media (max-width:767px) {
    .currency-header-dropdown .header__dropdown-lang-text {
        display: none;
    }
}
@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%;
    }
}
@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%;
    }
}
@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;
    }
}
@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;
    }
}
@media (max-width: 540px) {
    .yvd-result-item { grid-template-columns: 90px 1fr; }
    .yvd-result-item-thumbnail img { width: 90px; height: 56px; }
}

/* === Styles moved from critical.css (non-first-paint) ===
 * Sidebar, dark mode, user panel, hints, tags, form validation, responsive */
.button.button-left-link {
    height: auto;
    padding: 10px 16px;
    font-size: 14px;
    margin: 22px 0 0 0;
}
html.dark .aside-dropdown__button, html.dark .aside__nav, html.dark .body-title, html.dark .header-dropdown__button, html.dark .header-dropdown__link, html.dark .header__hamburger {
    color: #e0e0e0;
}
.aside-user-panel--is-close .hint__popover {
    display: none;
}
html.dark .body {
    background-color: #1b1c2c;
}
html.dark .aside, html.dark .header, html.dark .header__hamburger:hover {
    background-color: #08091b;
}
html.dark .body__aside-menu {
    border-right: 1px solid #08091b;
}
html.dark .header-dropdown__link:hover, html.dark .header-dropdown__list {
    background-color: #1b1c2c;
}
.aside {
    width: 256px;
    height: 100%;
    transition: 0.2s;
    z-index: 9999;
}
.aside * {
    transition: 0.2s;
}
.aside-dropdown__link--is-active, .aside-navlist__link--is-active, .link-active-sidebar, .aside-dropdown__link.hover-active {
    background-color: #e6faff;
}
.aside__nav {
    padding: 24px;
}
.aside__separator {
    margin: 24px auto;
    width: 100%;
    border-top: 1px solid #e8e8e8;
}
html.dark .aside__separator {
    border-top: 1px solid #495762;
}
.aside__backdrop {
    position: static;
    z-index: -1;
}
.aside-body, .aside-footer {
    width: 100%;
}
.aside-body__tagline {
    display: block;
    width: 100%;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #2B56F5;
    margin-bottom: 8px;
}
.aside-body__tagline:hover {
    color: #026fac;
}
html.dark .link-active-sidebar {
    background-color: #2b57f5;
}
.link-active-sidebar:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    height: 100%;
    width: 2px;
    background-color: #038fde;
}
.aside-dropdown {
    position: relative;
    font-size: 14px;
}
.scroll-left-sidebar .aside-dropdown {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    font-feature-settings: 'liga' off;
    color: #303030;
    display: flex;
    flex-wrap: wrap;
}
.scroll-left-sidebar .aside-dropdown::before {
    content: '';
    position: absolute;
    top: 0;
    left: -6px;
    width: calc(100% + 12px);
    height: 36px;
    background: transparent;
    z-index: 0;
}
.scroll-left-sidebar .aside-dropdown.dropdown-active::before {
    background: #e6faff;
}
.scroll-left-sidebar .aside-dropdown.dropdown-active.active_not_bg::before {
    display: none;
}
.scroll-left-sidebar .aside-dropdown::after {
    content: '';
    position: absolute;
    top: 0;
    right: -6px;
    left: auto;
    width: 2px;
    height: 36px;
    background: transparent;
    z-index: 0;
}
.scroll-left-sidebar .aside-dropdown.dropdown-active::after {
    background: #038fde;
}
.scroll-left-sidebar .aside-dropdown.dropdown-active.active_not_bg::after {
    display: none;
}
.scroll-left-sidebar a.aside-dropdown__button {
    position: relative;
    color: #303030;
}
.scroll-left-sidebar a.aside-dropdown__button:hover {
    color: #038fde;
}
.scroll-left-sidebar a.aside-dropdown__link {
    color: #303030;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
}
.scroll-left-sidebar a.aside-dropdown__link:hover {
    color: #038fde;
}
.aside-dropdown__button {
    display: flex;
    width: auto;
    padding: 8px 10px 8px 0;
    align-items: center;
    cursor: pointer;
    flex: 0 0 auto;
    max-width: 100%;
    z-index: 1;
}
.aside-dropdown__button:hover {
    color: #038fde;
}
.aside-dropdown__button .aside-dropdown__icon {
    color: #2B56F5;
}
.aside-dropdown__arrow {
    position: absolute;
    top: 15px;
    right: 0;
}
.aside-dropdown__link, .aside-navlist__link {
    position: relative;
    text-decoration: none;
    transition: .5s;
}
.aside-dropdown__arrow-icon {
    display: flex;
    align-items: center;
}
.aside-dropdown__arrow-icon::before {
    content: '';
    background-image: url("/static/layout/svg-icons/ico-left-menu-blu.svg");
    width: 12px;
    height: 7px;
    opacity: 0.8;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
}
.aside-dropdown__link--is-active:before, .aside-navlist__link--is-active:before, .aside-dropdown__link.hover-active:before {
    content: '';
    inset: 0 0 auto auto;
    display: block;
    height: 100%;
    width: 2px;
    background-color: #038fde;
}
.aside-dropdown__icon {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 16px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    flex: 0 0 20px;
}
.aside-header__link-icon, .aside-navlist__link-icon {
    margin-right: 16px;
    width: 20px;
    text-align: center;
}
.scroll-left-sidebar .aside-dropdown .aside-dropdown__list {
    height: auto;
    overflow: hidden;
    max-height: 0;
    visibility: hidden;
    width: 100%;
}
.scroll-left-sidebar .aside-dropdown.dropdown-active .aside-dropdown__list {
    max-height: 1000px;
    visibility: visible;
}
.aside-dropdown__link {
    display: block;
    width: 100%;
    padding: 6px 0 6px 36px;
    color: #545454;
}
.aside-dropdown__link:hover, .aside-navlist__link:hover, .aside-select__link:hover, .bread-crumbs a:visited {
    color: #038fde;
}
.aside-dropdown__link .aside-navlist__link-icon, .aside-navlist__link .aside-navlist__link-icon, .aside-select__link .aside-navlist__link-icon {
    color: #2B56F5;
}
.aside-dropdown__link--is-active:before, .aside-dropdown__link.hover-active:before {
    position: absolute;
}
.aside-header__tagline {
    font-size: 16px;
}
.aside-header__auth {
    display: flex;
    flex-direction: column;
    margin-top: 25px;
    padding-left: 10px;
}
.aside-header__link {
    display: flex;
    font-size: 14px;
}
.aside-navlist__tagline {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-left: 0;
    margin-bottom: 12px;
    font-size: 16px;
    transition: .5s;
}
.aside-navlist__list {
    display: flex;
    flex-direction: column;
}
.aside-navlist__link {
    display: flex;
    align-items: center;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    padding: 13px 0 12px 0;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    font-feature-settings: 'liga' off;
    color: #303030;
}
.aside-navlist__link--is-active:before {
    position: absolute;
}
.aside-select {
    position: absolute;
    display: none;
    width: auto;
    opacity: 0;
}
.aside-select__list {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-radius: 4px;
    background-color: #fff;
    overflow: hidden;
}
.aside-select__link {
    display: block;
    width: 100%;
    padding: 12px 30px 12px 34px;
    color: #545454;
    text-decoration: none;
    transition: .5s;
}
.aside-user-nav .aside-dropdown__icon {
    width: 20px;
    height: 20px;
    display: flex;
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    flex: 0 0 20px;
    margin-right: 16px;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.aside-user-nav .aside-dropdown__icon:before {
    content: "\f2be"
}
.aside-user-panel__header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    cursor: pointer;
}
.aside-user-panel__avatar {
    width: 100%;
    height: auto;
    border-radius: 50%;
    background-color: #e8e8e8;
    display: block;
}
.aside-user-panel__username {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #303030;
}
html.dark .aside-user-panel__username {
    color: #fff;
}
.aside-user-panel__username-arrow:before {
    content: '\e93a';
    width: 1em;
    height: .5em;
    font-family: gaxon;
    margin-left: 4px;
}
.aside-user-panel__popover-header {
    padding: 12px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    background-image: linear-gradient(177deg, #09bbfe, #5a42ec);
}
.aside-user-panel__popover-item {
    display: block;
    padding: 7px 15px;
    font-size: 14px;
    line-height: 1.3;
    color: #545454;
}
html.dark .aside-user-panel__popover-item {
    color: #fff;
    background-color: #1b1c2c;
}
html.dark .aside-user-panel__button, html.dark .bread-crumbs__item {
    color: #e0e0e0;
}
.aside-user-panel__popover-item:last-child {
    padding-bottom: 14px;
}
.aside-user-panel__popover-item .fa {
    margin-right: 2px;
}
.aside-user-panel__popover-item:hover {
    background-color: #f8f9fa;
}
.aside-user-panel__body {
    width: auto;
    margin-top: 4px;
    display: flex;
    flex-direction: column;
}
.aside-user-panel__body a {
    display: inline-block;
    background: #F4F6FE;
    border-radius: 11px;
    padding: 4px 16px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #2B56F5;
    width: 100%;
    text-align: center;
}
.aside-user-panel__body a.aside-user-panel_select__balance {
    background: #fff;
    color: #2B56F5;
    border: 1px solid #F4F6FE;
    margin-top: 3px;
}
.aside-user-panel__balance {
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    font-size: 14px;
    color: #038fde;
}
.aside-user-panel__footer {
    margin-top: 22px;
}
.aside-user-panel__control {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 0;
    flex-wrap: nowrap;
    gap: 16px;
}
.aside-user-panel__button {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.aside-user-panel__button:before {
    display: block;
    width: 20px;
    height: 20px;
}
.aside-user-panel__button.chat {
    color: #545454;
}
.aside-user-panel__counter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    border-radius: 50%;
    margin-left: 8px;
    font-size: 12px;
    color: #212121;
    background: none;
    line-height: inherit;
    font-weight: 500;
}
.aside-navlist__link .aside-user-panel__counter{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:16px;
    height:16px;
    border-radius:50%;
    margin-left:5px;
    font-size:12px;
    color:#fff;
    background-color:red
}
html.dark .aside-user-panel__counter {
    color: #212121;
}
.hint__popover, .popover__context {
    border-radius: 4px;
    transition: .75s;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.aside-user-panel__link {
    display: flex;
    align-items: center;
    padding: 7px 15px;
    font-size: 14px;
    color: #545454;
}
.popover__context {
    top: calc(100% - 2px);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background-color: #fff;
    opacity: 0;
    pointer-events: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .12);
    z-index: 99;
}
.popover__context--is-open {
    opacity: 1;
    top: calc(100% + 5px);
    pointer-events: auto;
}
.hint__popover {
    padding: 4px 8px;
    background-color: #000;
    font-size: 12px;
    text-align: center;
    color: #fff;
    bottom: calc(100% - 3px);
    opacity: 0;
    pointer-events: none;
    z-index: 9;
}
.hint__popover:before {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    display: block;
    border: 4px solid transparent;
    border-top-color: #000;
}
.hint:hover .hint__popover {
    bottom: calc(100% + 2px);
    opacity: 1;
}
.funds-method-inb-hover .hint__popover {
    width: auto;
    max-width: none;
    white-space: nowrap;
}
html.dark .bread-crumbs__item a span {
    color: #303030;
}
.aside-uph-avatar {
    display: block;
    flex: 0 0 48px;
    width: 48px;
    height: auto;
    margin-right: 8px;
}
.aside-uph-avatar-info {
    width: auto;
    flex: 0 0 auto;
    max-width: calc(100% - 56px);
    display: flex;
    flex-direction: column;
}
.aside-user-panel__control .hint-bg-my {
    background: #F4F6FE;
    border-radius: 16px;
    display: flex;
    height: 48px;
    min-width: 48px;
    margin: 0;
    align-items: center;
    justify-content: center;
    padding: 16px;
    transition: 0.2s;
}
.aside-menu-close {
    display: none;
    position: absolute;
    top: 24px;
    right: 0;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: #F4F6FE;
    border-radius: 16px 0 0 16px;
    cursor: pointer;
    transform: rotateY(0deg);
    transition: 0.2s;
}
.tag-list {
    display: flex;
    align-items: center;
    margin-top: 0;
    overflow-x: auto;
    padding: 15px 0 15px 0 !important;
}
.tag-list + .service-final-card {
    margin-top: 24px;
}
.tag-list-child {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    gap: 16px;
    width: 100%;
    flex-wrap: wrap;
}
.tag-item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    gap: 10px;
    background: #FFFFFF;
    box-shadow: 0 0 16px rgba(43, 86, 245, 0.1);
    border-radius: 32px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #2B56F5;
    margin: 0;
    white-space: nowrap;
}
.free-tag-list .tag-item {
    color: #fff;
    background: linear-gradient(149deg, rgba(24,187,156,1) 0%, rgba(106,57,175,1) 42%, rgba(187,24,148,1) 72%, rgba(115,53,134,1) 100%);
    animation: gradient 10s infinite linear;
    background-size: 400%;
}
.tag-item:last-child {
    margin-right: 0;
}
.form-group .profile-page__error-hint {
    color: #ff0100;
    font-size: 14px;
    line-height: 19px;
    opacity: 1;
    font-weight: 400;
    top: -5px;
    height: 20px;
    background: none;
    position: absolute;
    margin: 0;
    padding: 0;
}
.form-group.field-orderguest-recaptcha .profile-page__error-hint {
    top: 0;
    position: relative;
}
.form-group .input__label {
    order: 0;
}
.form-group .input__stroke {
    order: 1;
}
.form-group .profile-page__error-hint {
    order: 0;
}
.form-group.has-error .input__stroke:placeholder-shown + .input__label {
    display: block;
    top: 11px;
}
.aside-navlist__link-icon.aside-navlist__link-icon-svg {
    display: flex;
    align-items: center;
    justify-content: center;
}
.aside-navlist__link-icon.aside-navlist__link-icon-svg svg {
    width: 20px;
    height: auto;
}
.aside-navlist__link-icon.aside-navlist__link-icon-svg svg path {
    fill: #2B56F5;
}
.form-group input.input__stroke:disabled {
    -webkit-text-fill-color: #303030;
    opacity: 1;
}
.iframe_pr {
    width: 100%;
    max-width: 100%;
    min-height: 300px;
}
@media (min-width: 992px) {
    .header__home-link--is-active .header__hamburger-icon:before {
        content: '\e9ab'
    }
    .aside.js-aside-menu.header__home-link--is-active .aside-user-panel__footer {
        margin-top: 0;
    }
    .aside.js-aside-menu.header__home-link--is-active .aside-user-panel__control {
        flex-wrap: wrap;
    }
    .aside.js-aside-menu.header__home-link--is-active .aside-user-panel__control .hint-bg-my {
        margin: 0 0 15px 0;
    }
    .aside-menu-close.header__home-link--is-active {
        transform: rotateY(180deg);
    }
    .aside.js-aside-menu.header__home-link--is-active .popover.js-popover {
        display: none;
    }
    .aside.js-aside-menu.header__home-link--is-active .aside__nav {
        padding: 24px 0;
    }
    .header__home-link--is-active .aside-body__tagline {
        display: none;
    }
    .header__home-link--is-active .mCustomScrollBox {
        position: relative;
        overflow: visible;
    }
    .header__home-link--is-active .mCSB_container {
        overflow: visible;
    }
    .header__home-link--is-active .aside-dropdown__icon {
        margin-right: 0;
    }
    .header__home-link--is-active .aside-dropdown .aside-dropdown__arrow {
        display: none;
    }
    .header__home-link--is-active .aside-dropdown__button .aside-dropdown__text {
        display: none;
    }
    .header__home-link--is-active .aside-dropdown__button {
        padding: 8px 0 8px 0 !important;
        justify-content: center;
    }
    .header__home-link--is-active .aside-navlist__link {
        padding: 8px 0 8px 0 !important;
        justify-content: center;
    }
    .header__home-link--is-active .aside-navlist__link .aside-navlist__link-text {
        display: none;
    }
    .header__home-link--is-active .aside-navlist__link .aside-navlist__link-icon.aside-navlist__link-icon-svg {
        margin: 0;
    }
}
@media (max-width: 1600px) {
    .tag-item {
        font-size: 14px;
        line-height: 17px;
    }
}
@media (max-width:991px) {
    .aside {
        position: fixed;
        inset: 0 100% 0 auto;
    }
    .aside__backdrop {
        position: fixed;
        inset: 0;
        display: none;
    }
    .tag-list-child {
        width: auto;
        flex-wrap: nowrap;
    }
}
@media screen and (max-width:560px) {
    .tag-list + .service-final-card {
        margin-top: 9px;
    }
    .tag-list {
        margin-top: -15px;
    }
    .tag-list + .tag-list {
        margin-top: 0;
    }
}

.auth-page__form .form-group .profile-page__error-hint {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    font-size: 12px;
}

@media screen and (min-width:992px) {
    .jq-open-left-menu .header__hamburger-icon::before {
        content: '\e9ab';
    }
    .jq-open-left-menu .aside__nav {
        padding: 24px 0;
    }
    .jq-open-left-menu .aside {
        width: 80px;
    }
    .jq-open-left-menu .popover.jq-popover {
        display: none;
    }
    .jq-open-left-menu .aside-user-panel__control {
        flex-wrap: wrap;
    }
    .jq-open-left-menu .aside-user-panel__footer {
        margin-top: 0;
    }
    .jq-open-left-menu .aside-body__tagline {
        display: none;
    }
    .jq-open-left-menu .aside-dropdown__button .aside-dropdown__text {
        display: none;
    }
    .jq-open-left-menu .aside-dropdown__button {
        padding: 8px 0 !important;
        justify-content: center;
    }
    .jq-open-left-menu .aside-dropdown .aside-dropdown__arrow {
        display: none;
    }
    .jq-open-left-menu .aside-dropdown__icon {
        margin-right: 0;
    }
    .jq-open-left-menu .aside-navlist__tagline {
        display: none;
    }
    .jq-open-left-menu .aside-navlist__link-text {
        display: none;
    }
    .jq-open-left-menu .aside-navlist__link-icon {
        margin-right: 0;
    }
    .jq-open-left-menu .aside-navlist__link {
        justify-content: center;
    }
    .jq-open-left-menu .scroll-left-sidebar .aside-dropdown .aside-dropdown__list {
        background: #fff;
        max-height: calc(100vh - 92px);
        visibility: hidden;
        position: fixed;
        left: 80px;
        height: auto;
        display: block;
        opacity: 0;
        overflow-y: auto;
        top: auto;
        bottom: auto;
        box-shadow: 0 4px 8px rgba(0,0,0,.08);
        border-radius: 4px;
        z-index: 9999;
        padding: 0;
    }
    .jq-open-left-menu .scroll-left-sidebar .aside-dropdown .aside-dropdown__list .aside-dropdown__list-item {
        clear: both;
        flex: 0 0 auto;
        width: 100%;
    }
    .jq-open-left-menu .scroll-left-sidebar .aside-dropdown .aside-dropdown__list .aside-dropdown__list-item .aside-left-text {
        white-space: nowrap;
    }
    .jq-open-left-menu .scroll-left-sidebar .aside-dropdown:hover .aside-dropdown__list {
        visibility: visible;
        opacity: 1;
    }
    .jq-open-left-menu .scroll-left-sidebar .aside-dropdown__link {
        padding: 12px 36px 12px 36px;
    }
    .jq-open-left-menu .scroll-area__container.js-container {
        width: calc(100% - 80px);
    }
    .jq-open-left-menu .scroll-left-sidebar .aside-dropdown {
        justify-content: center;
    }
    .jq-open-left-menu .scroll-left-sidebar .aside-dropdown .aside-dropdown__list {
        width: auto;
    }
}
@media screen and (max-width:991px) {
    .jq-open-left-menu .aside.jq-aside-menu {
        right: calc(100% - 256px);
        width: 256px;
        box-shadow: rgba(0, 0, 0, 0.4) 0 0 0 1999px;
    }
    .jq-open-left-menu .aside__backdrop {
        display: block;
    }
    .scroll-left-sidebar .aside__nav {
        padding-bottom: 150px;
    }
}
@media screen and (max-width:1280px) {
    .iframe_pr {
        min-height: 400px;
    }
}
@media screen and (max-width:576px) {
    .iframe_pr {
        min-height: 450px;
    }
}

/* === Section title (used globally across all pages) === */
.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 {
    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;
}
html.dark .home-page__title-repeats {
    color: #ededed;
}
@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;
    }
}
@media screen and (max-width:560px) {
    .home-page__title-repeats, .blog-page__title {
        padding-top: 24px;
        margin-bottom: 48px;
    }
    .home-page__title-repeats::before, .blog-page__title::before {
        bottom: -20px;
    }
}

/* --- Merged from fix.css --- */
.card {
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.03);
}
.card__highlight-flicker {
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
}
.card.card-greyscale .card-header img.card-img {
    opacity: 0.2;
    filter: grayscale(90%);
    -webkit-filter: grayscale(90%);
    transition: 0.5s;
}
.card.card-greyscale:hover .card-header img.card-img {
    opacity: 1;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}
.model-mini-banner {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    visibility: visible;
    opacity: 1;
    transition: 0.2s;
}
.model-mini-banner-container {
    width: 100%;
    position: relative;
    background-color: #fff;
    max-width: 480px;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 100%;
    display: block;
    background-position: center center;
    border-radius: 10px;
    z-index: 10;
}
.model-mini-banner-close {
    color: #000;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    cursor: pointer;
    z-index: 9;
}
.model-mini-banner-item {
    padding: 20px 15px;
    text-align: center;
    color: #000;
    display: flex;
    flex-wrap: nowrap;
    max-height: calc(100vh - 30px);
    height: auto;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    position: relative;
    gap: 15px;
}
.mmb-item-content {
    display: flex;
    width: 100%;
    height: auto;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 15px;
}
.mmb-item-title {
    font-size: 24px;
    font-weight: bold;
}
.mmb-item-image {
    display: flex;
    align-items: center;
    justify-content: center;
}
.mmb-item-image img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 0;
}
.mmb-item-button {
    padding: 15px 15px 0 15px;
    box-shadow: 0 -3px 3px -3px rgba(0,0,0,0.3);
    margin: 0 -15px;
    width: calc(100% + 30px);
}
.mmb-item-button a {
    display: inline-block;
    padding: 12px 40px;
    border-radius: 30px;
    line-height: 1;
    font-size: 18px;
    max-width: 100%;
    color: #000;
}
.model-mini-banner-close-bg {
    display: block;
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.article-block .typography-block.typography-block-style-list.typography-block-category ul {
    list-style-type: none;
}
.article-block .typography-block.typography-block-style-list.typography-block-category li::before {
    content: "\2713 " !important;
    width: 0 !important;
    height: 0 !important;
    border-radius: 0 !important;
    display: inline !important;
    margin-right: 0 !important;
    background-image: none !important;
    background-color: inherit;
    color: inherit;
}
.article-block .generated-list {
    list-style-type: none;
}
.article-block .generated-list-item:before {
    content: "\2713 " !important;
    width: 0 !important;
    height: 0 !important;
    border-radius: 0 !important;
    display: inline !important;
    margin-right: 0 !important;
    background-image: none !important;
}
.active > span {
    vertical-align: top;
}
.box {
    max-width: 1035px;
}
.youtube-player {
    width: 560px;
}
@media (max-width: 675px) {
    .youtube-player {
        width: 100%;
    }
}
.form-block.form-block-reCaptcha {
    margin-top: 30px;
}