@-webkit-keyframes rotateStar {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}
@keyframes rotateStar {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes mainPoint {
    0%,
    to {
        transform: scale(0.8);
    }
    50% {
        transform: scale(1.05);
    }
}
@keyframes mainPoint {
    0%,
    to {
        transform: scale(0.8);
    }
    50% {
        transform: scale(1.05);
    }
}
@-webkit-keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}
@keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}
@-webkit-keyframes endPoint {
    0%,
    to {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}
@keyframes endPoint {
    0%,
    to {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}
@font-face {
    font-family: "TTCommons";
    src: url("../fonts/TT Commons Regular/TT Commons Regular.eot");
    src: url("../fonts/TT Commons Regular/TT Commons Regular.eot?#iefix")
    format("embedded-opentype"),
    url("../fonts/TT Commons Regular/TT Commons Regular.woff") format("woff"),
    url("../fonts/TT Commons Regular/TT Commons Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}
/* .main {
  overflow: hidden;
} */
.main-container {
    position: relative;
    z-index: 10;
}

.wrapper {
    max-width: 1630px;
    margin: 0 auto;
    padding: 0 15px;
}
.bg-dark-blue {
    background: #1E242E;
}
.bg-white {
    background: #fff;
}
.bg-blue {
    background: #f1f7ff;
}
.bg-white-gray {
    background: #ededed;
}
.bg-gray {
    background: #F8F8F8;
}
.c-white {
    color: #fff;
}
.fancybox-slide--html {
    padding: 0;
}
.fancybox-button {
    display: none;
}
.flex,
.flex-center {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flex-center {
    justify-content: center;
}
.img-cover img,
.svg-cover svg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.img-contain img,
.logo img,
.svg-contain svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.logo {
    height: 42px;
    display: block;
}
.logo img {
    -o-object-position: left;
    object-position: left;
}
.breadcrumbs ul li:last-child::after,
.logo img:last-child {
    display: none;
}

.btn.oncart::before{
    background: #fff;
    border: 1px solid #a9ff35;
}
html body .noUi-horizontal .noUi-handle.noUi-handle-upper {
    right: -10px;
}

.fl-row {
    flex-direction: row;
}
.fl-wrap {
    flex-wrap: wrap;
}

.mb-15 {
    margin-bottom: 15px;
}
.mb-20 {
    margin-bottom: 20px;
}

.modal__body .text p {
    margin-bottom: 20px;
}
.modal--w-md {
    max-width: 776px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-45 {
    margin-bottom: 45px;
}
.fw-bold {
    font-weight: 600;
}
.btn--sm {
    padding: 13px 55px;
}

.fancybox-slide:focus,
.modal:focus {
    color: #000000;
}
.modal__body {
    color: #000000;
}

.btn {
    font-family: "Montserrat", sans-serif;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 125%;
    color: #202732;
    padding: 16px 24px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s;
}
.btn:focus {
    color: #202732;
}
.btn::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #a9ff35;
    border-radius: 4px;
    z-index: 1;
}
.btn::after,
.btn::before,
.btn:hover::before {
    transition: opacity 0.3s ease-in-out;
}
.btn::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(45deg, #2b3547 0, #2b3547 0.01%, #3b414b 100%);
    border-radius: 5px;
}
.btn span,
.btn svg {
    position: relative;
    z-index: 10;
}
.btn--dark,
.btn--item {
    background: 0 0;
    color: #a9ff35;
    border: 1px solid #a9ff35;
}
.btn--dark::after,
.btn--dark::before,
.btn--item::after,
.btn--item::before,
.checbox input,
.checbox-item input {
    display: none;
}
.btn--item.btn--purple {
    color: #8d839f;
    border-color: #8d839f;
}
.btn--item.btn--purple:hover {
    background-color: #8d839f;
    transition: all 0.3s;
}
.btn--dark:hover,
.btn--item:hover {
    background-color: #a9ff35;
    transition: all 0.3s;
}
.btn--dark {
    color: #202732;
    border: 1px solid #1e242e;
}
.btn--dark:hover {
    border-color: #a9ff35;
}
.btn:hover {
    color: #fff;
}
.btn:hover::before {
    opacity: 0;
}
.btn--link {
    background: none;
    color: #a9ff35;
}
.btn--link:after,
.btn--link:before {
    display: none;
}
.btn--link:hover {
    color: #a9ff35;
}
.btn--empty {
    color: #202732;
    box-shadow: 0 0 0 1px #a9ff35 inset;
}
.btn--empty:after,
.btn--empty:before {
    display: none;
}
.btn--empty:after {

}
.btn--empty:hover:before {
    display: block;
    opacity: 1;
    background-color: #a9ff35;
}

.btn--empty:hover {
    color: #202732;
}
.link {
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 125%;
    color: #a9ff35;
}
.link svg {
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-left: 12px;
}
.btn:hover,
.link,
.link svg,
.link svg * {
    transition: all 0.3s;
}
.link--purple {
    color: #9860f7;
}
.link--purple svg * {
    stroke: #9860f7;
    transition: all 0.3s;
}
.link:hover {
    text-decoration: underline;
}
.link:hover svg {
    transform: translateX(5px);
    transition: transform 0.3s;
}

.bg-white {
    background: #fff;
    position: relative;
}
.more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    background: #a9ff35;
    border: none;
    color: #202732;
    font-size: 14px;
    cursor: pointer;
    transition: all .3s;
}
.more-btn:after,
.more-btn:before {
    background: transparent;
}
.more-btn:hover,
.more-btn:focus {
    color: #ffffff;
    border-color: transparent;
}
.more-btn__text-hide {
    display: none;
}
.is-hide .more-btn__text-show {
    display: none;
}
.is-hide .more-btn__text-hide {
    display: block;
}
.more-btn:focus:after,
.more-btn:hover:after {
    background: linear-gradient(45deg, #2b3547 0, #2b3547 0.01%, #3b414b 100%);
}
.more-btn._hide {
    display: none;
}
.js-hidden-group.is-hidden {
    display: none;
}
.btn-more-chars {
    display: none;
}
.btn-more-chars.is-show {
    display: flex;
}
.w916 {
    max-width: 916px;
}
.wrapper--sm {
    max-width: 1270px;
}
.dn {
    display: none;
}


.hr {
    background: #202732;
    height: 0.5px;
    width: 100%;
    margin-bottom: 12px;
}

.fancybox-gallery .fancybox-bg {
    opacity: 1 !important;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    background: #fff !important;
}

.fancybox-button svg path {
    fill: #abff4a !important;
    stroke-width: 0;
}

#one-click-modal {
    max-width: 674px;
}
.text_success {
    text-align: center;
}


#registration-modal {
    padding: 30px 15px 25px;
    background-color: #303948;
    border-radius: 10px;
    margin: 50px 15px;
    width: calc(100% - 30px);
    max-width: 364px;
    overflow: visible;
    position: relative;
}

#registration-modal button.fancybox-button.fancybox-close-small {
    display: none;
}


.disabled {
    cursor: auto;
    /* background: #000; */

}
.page-card-order_item.found-cheaper-coursor {
    cursor: pointer;
}
.page-card-order_items {
    gap: 14px;
}
.page-card-order_items .page-card-order_item {
    color: #202732;
    align-items: center;
    justify-content: center;
    width: calc(50% - 6px);
    height: 70px;
    padding-bottom: 24px;
}
.social-link-big .social-link-big__text {
    margin-left: 14px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20.3px;
}

.social-link-big img {
    flex: 0 0 auto;
    max-width: 26px;
    transition: all .3s ease;
}
.social-link-big:hover img {
    transform: scale(1.1, 1.1);
}
@media (max-width: 400px) {
    .page-card-order_items {
        flex-wrap: wrap;
    }
    .page-card-order_items .page-card-order_item {
        width: 100%;
    }
}
/* Форма в оформлении */
#entry-modal {
    padding: 30px 15px 25px;
    background-color: #303948;
    border-radius: 10px;
    margin: 50px 15px;
    width: calc(100% - 30px);
    max-width: 364px;
    overflow: visible;
    position: relative;
}

#entry-modal .fancybox-close-small {
    display: none;
}

.hide {
    display: none !important;
}

.hide.active_product {
    display: block !important;
}
.mb-30 {
    margin-bottom: 30px;
}
.pb-30 {
    padding-bottom: 30px;
}
.title .icon {
    width: 30px;
}
.title .icon svg {
    height: 100%;
}
.checbox_hidden {
    display: none;
}

a.checbox-item.js-prop-link.checbox_hidden.show {
    display: block;
}

label.checbox.checbox_dark.disabled {
    display: none;
}
@media (max-width: 768px) {
    .mb-sm-15 {
        margin-bottom: 15px;
    }
}

@media (max-width: 760px) {
    .fixed-nav ~ .bx-context-toolbar-empty-area  div.open-cmm.cmm-tooltip-wrap {
        bottom: 130px!important;
    }
    div.open-cmm.cmm-tooltip-wrap {
        left: 15px;
        bottom: 70px !important;
    }
}

@media (max-width: 992px) {
    .tab-nav {
        width: auto;
        white-space: nowrap;
    }

    .tab-nav .tab-link {
        color: #8e9297;
        margin-right: 30px;
        display: inline-block;
    }
}

@media (max-width: 992px) {
    .sticky-wrapper {
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .sticky-wrapper::-webkit-scrollbar {
        width: 0;
    }

    .sticky-wrapper.active {
        position: fixed;
        left: 0;
        top: 0;
        background: #fff;
        margin-top: 0;
        padding: 20px 50px 10px;
        z-index: 10;
    }
}

@media (max-width: 992px) {
    .sticky-wrapper.active .top-item-panel {
        display: flex !important;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: stretch;
        align-content: stretch;
    }

    .sticky-wrapper.active {
        padding: 20px 10px 10px;
        z-index: 2000;
    }
    .tab-nav {
        width: auto;
        white-space: nowrap;
        width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .sticky-wrapper .to-cart {
        margin-left: auto;
        margin-right: 20px;
    }

    .sticky-wrapper.active .top-item-panel {
        display: none !important;
    }

    .sticky-wrapper.active {
        margin-top: 65px;
    }
}

@media (max-width: 992px) {
    .fancybox-navigation .fancybox-button--arrow_left {
        left: 0 !important;
    }

    .fancybox-thumbs.fancybox-thumbs-y{
        display: none;
    }

    button.fancybox-button.fancybox-button--arrow_right {
        right: 20px !important;
    }

    .found-cheaper-modal {
        padding: 20px;
        min-width: auto;
    }
}

button.fancybox-button.fancybox-button--close {
    right: 30px !important;
    padding: 7px;
    --size: 4rem;
    --marging-value: 2rem;
    color: #e21235;
    width: var(--size);
    height: var(--size);
    padding: 0.8rem;
    border-radius: 50%;
    box-shadow: 0 0.1rem 2rem #04061c1a;
    overflow: hidden;
    border-radius: 50%;
    display: block;
    top: 20px;
}

.sticky-wrapper.active .top-item-panel {
    display: flex !important;
}

.sticky-wrapper {
    display: none;
    z-index: 10;
}
.sticky-wrapper.active {
    top: 78px;
}


.fancybox-thumbs__list a::before {
    border: 2px solid #a9ff35 !important;
}

.found-modal {
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.found-cheaper-modal {
    max-width: 674px !important;
}


#card-modal {
    max-width: 674px;
}

#add-review-modal {
    max-width: 674px;
}

.out {
    position: fixed;
    width: 100%;
}
@media (max-width: 992px) {
    .sticky-wrapper.active {
        z-index: 10;
    }
}

.btn--reload:hover {
    color: #ffffff;
}
.btn--reload {
    width: 71px;
    height: 70px;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background: #000;
    display: none;
    z-index: 9999;
    opacity: 0.7;
}

.d-flex {
    display: flex;
}

.swiper-btn-circle {
    position: absolute;
    top: 50%;
    z-index: 50;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: #FFF;
    display: flex;
    align-items: center;
    border-radius: 100%;
    justify-content: center;
    cursor: pointer;
    left: 0;
    padding: 0;
    transition: background-color;
    &.swiper-button-disabled {
        opacity: 0.5;
        cursor: not-allowed;
    }

    &:hover {
        background: #a9ff35;;
    }
    &.next {
        right: 0;
        left: auto;
    }
    svg {
        width: 7px;
        height: 10px;
        transition: fill 0.3s;
        fill: #8e9297;

    }
}

.table-wrap {
    overflow-x: auto;
    overflow-y: hidden;
}
.table-wrap table {
    border-left: 1px solid #00000042;
    border-top: 1px solid #00000042;
}
.table-wrap tr td {
    padding: 10px;
    border-bottom: 1px solid #00000042;
    border-right: 1px solid #00000042;
}
.hidden-mob-up {
    display: none;
}
.iframe-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; /* Слой поверх iframe */
    cursor: pointer; /* Указываем, что слой кликабельный */
}
.card__box .can_buy {
    margin-top: 8px;
}
.can_buy {
    display: flex;
    color: #8E9297;
    gap: .5em;
}
.can_buy .value {
    white-space: nowrap;
}

.can_buy .value {
    color: #202732;
}

.can_buy .value.yellow {
    color: #A9FF35;
}
.can_buy .value.green {
    color: #A9FF35;
}

.can_buy .value.red {
    color: #A9FF35;
}

.noUi-connect {
    background: #a9ff35 !important;
}


.noUi-connects {
    border-radius: 20px!important;
}

.noUi-horizontal .noUi-handle {
    width: 25px!important;
    height: 25px!important;
    right: -17px;
    top: -10px;
    border: 1px solid #A9FF35!important;
    border-radius: 50%!important;
}

.noUi-horizontal {
    height: 8px!important;
}

.form__caption.active {
    display: none;
}

#one-click-modal {
    max-width: 470px;
}
.noUi-target {
    background: #FAFAFA;
    border-radius: 4px;
    border: 1px solid #D3D3D3;
    box-shadow: 0px 0px 6px 0px #A9FF35;
    margin-top: 16px!important;
}

.noUi-handle:before, .noUi-handle:after {
    display: none;
}
@media (max-width: 760px) {
    .hidden-mob {
        display: none;
    }
    .hidden-mob-up {
        display: block;
    }
}
@media (max-width: 1023px) {
    .fl-row {
        flex-direction: column;
    }
}
@media (max-width: 767px) {
    .btn--mob {
        height: 50px;
    }
    .btn--full-mob {
        width: 100%;
    }

    .mb-45 {
        margin-bottom: 25px;
    }
    .mb-40 {
        margin-bottom: 30px;
    }
}

.is-few-slides .slick-track {
    height: auto !important;
}
.is-few-slides .slick-slide:last-of-type {
    margin-bottom: 0;
}
.accordion-indicator {
    display: none;
}
.accordion-base__header {
    margin-bottom: 30px;
}
.online-consult.online-consult {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    font-size: 16px;
    color: #A9FF35;
}
.online-consult svg {
    width: 15px;
    height: 14px;
}
.menu__item-consult {
    padding-right: 30px;
}
@media (max-width: 768px) {
    .accordion-base__content {
        display: none;
        height: 0;
        margin-top: 30px;
        overflow: hidden;
        transition: height 0.3s ease;
    }

    .accordion-base.is-open .accordion-base__content {
        height: auto;
    }

    .accordion-base__header {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        cursor: pointer;
        position: relative;
        border: 1px solid #e5effe;
        border-radius: 24px;
        padding: 20px 50px 20px 30px;
    }

    .accordion-indicator {
        display: block;
        position: absolute;
        right: 30px;
        top: 50%;
        transform: translateY(-50%) rotate(90deg);
        font-size: 18px;
        font-weight: bold;
        transition: transform 0.3s ease;
    }

    .accordion-indicator.is-closed {
        transform: translateY(-50%) rotate(90deg);
    }

    .accordion-indicator.is-open {
        transform: translateY(-50%) rotate(-90deg);
    }
}


.consult {
    margin-top: 30px;
}

.consult__wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
}
/* LEFT */
.consult__left {
    flex: 1;
    padding: 24px;
    border: 1px solid #424C60;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1093px;

    background:
            linear-gradient(103.94deg, #2B3547 2.82%, #1E242E 96.67%),
            linear-gradient(0deg, #2B3547, #2B3547);
}

/* HEADER */
.consult__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.consult__header-left {

}
.consult__line {
    background: #424C60;
    height: 1px;
    margin-left: -24px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: calc(100% + 48px);
}
.consult__title {
    margin-bottom: 32px;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
}
.consult__header-title {
    margin-bottom: 8px;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}
.consult__header-under-title {
    font-size: 14px;
    color: #fff;
}
.consult__clear {
    color: #AAB2C5;
    background: none;
    border: none;
    cursor: pointer;
    background: #3B4860;
    font-size: 14px;
    border-radius: 4px;
    padding: 18px 16px;
}
.consult__clear:hover {
    background: #374a63;
}
/* TEXTAREA */
.consult__textarea {
    flex: 1;
    resize: none;

    background: #202732;
    border: 1px solid #293344;
    border-radius: 4px;
    min-height: 351px;
    max-width: 100%;
    padding: 13px 18px;
    font-size: 14px;
    color: #fff;
}
.consult__textarea:focus {
    color: #fff;
}
/* BOTTOM */
.consult__bottom {
    display: flex;
    flex-direction: column;
}

/* INPUT + BTN */
.consult__row {
    display: flex;
    gap: 14px;
}

.consult__input {
    flex: 1;
    height: 91px;
    resize: none;
    width: 100%;
    max-width: initial;
    background: #202732;
    border: 1px solid #293344;
    border-radius: 4px;

    padding: 13px 18px;
    font-size: 14px;
    color: #fff;
}
.consult__input:focus {
    color: #fff;
}
.consult__textarea::placeholder,
.consult__input::placeholder {
    color: #fff;
    font-size: 14px;
    opacity: 1;
}

/* старые браузеры */
.consult__textarea::-webkit-input-placeholder,
.consult__input::-webkit-input-placeholder {
    color: #fff;
}

.consult__textarea:-ms-input-placeholder,
.consult__input:-ms-input-placeholder {
    color: #fff;
}

.consult__textarea::-ms-input-placeholder,
.consult__input::-ms-input-placeholder {
    color: #fff;
}
.consult__input::-webkit-input-placeholder {
    opacity: .5;
}
.consult__input:-ms-input-placeholder {
    opacity: .5;
}
.consult__input::-ms-input-placeholder {
    opacity: .5;
}
.consult__input::placeholder {
    opacity: .5;
}
/* BUTTON */
.consult__btn {
    width: 162px;
}

/* FILTERS */
.consult__filters {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    margin-top: 14px;
}

/* TAGS */
.consult__tags {
    display: flex;
    gap: 14px;
    margin-left: auto;
    margin-bottom: 13px;
}

.consult__tag {
    background: #3B4860;
    border: 0;
    border-radius: 4px;
    padding: 12px 16px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

.consult__bottom-waiting {
    font-size: 12px;
    opacity: .5;
    color: #fff;
}
/* RIGHT */
.consult__right {
    max-width: 479px;
    min-height: 463px;
    padding: 24px;
    border-radius: 20px;
    background: #2B3547;
}

.consult__rec-title {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.consult__rec-text {
    font-size: 14px;
    color: #fff;
}


.custom-select-hidden {
    display: none;
}

.custom-select {
    position: relative;
    width: 100%;
    cursor: pointer;
}

.custom-select__trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    border-radius: 4px;
    background: #3B4860;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
.custom-select__trigger .icon {
    width: 16px;
    height: 16px;
    transform: rotate(90deg);
    transition: all .2s ease-in-out;
}

.custom-select__dropdown {
    position: absolute;
    width: 100%;
    top: calc(100% + 4px);
    left: 0;
    background: #3B4860;
    padding: 10px 0;
    border-radius: 4px;
    max-height: 308px;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    box-shadow: 0 -8px 8px 0 #33333308;

    transition: 0.2s;
    z-index: 20;
}

.custom-select.open .custom-select__trigger .icon {
    transform: scale(-1, -1) rotate(90deg);
}

.custom-select.open .custom-select__dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.custom-select__dropdown.top {
    top: auto;
    bottom: calc(100% + 4px);
}

.custom-select__item {
    display: flex;
    gap: 8px;
    padding: 10px;
    align-items: center;
    cursor: pointer;
    color: #fff;
}

.custom-select__item:hover {
    background: #4c5c7c;
}

.custom-select__check {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #fff;
    position: relative;
    transition: 0.2s;
}

.custom-select__check.checked {
}

.custom-select__check.checked::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
}

.custom-select__check-text {
    font-size: 14px;
}

.selects-sm .custom-select__trigger {
    padding: 10px 16px;
}
.consult__faq {
    margin-top: 100px;
}
.consult__faq-title {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
}
.consult__faq-accordions {
    margin-top: 26px;
}
.base-page-accordion .accordion-base__header {
    display: flex;
    justify-content: space-between;
    background: #fff;
    border: 1px solid #2B3547;
    font-size: 20px;
    color: #2B3547;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 0;
    cursor: pointer;
}

.base-page-accordion .accordion-base__content {
    display: none;
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
}
.base-page-accordion .accordion-indicator {
    transform: rotate(90deg);
    display: block;
}

.base-page-accordion.is-open .accordion-indicator {
    transform: rotate(-90deg);
}
.base-page-accordion__content {
    padding: 30px;
    font-size: 16px;
    line-height: 24px;
}
.faq-box {
    margin-top: 48px;
    margin-bottom: 54px;
}
.faq-box__list {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 16px;
}
.consult-accordion {
    margin-bottom: 6px;
}
.consult-accordion .accordion-base__header {
    display: flex;
    justify-content: space-between;
    background: #2B3547;
    font-size: 20px;
    color: #fff;
    padding: 35px 40px;
    border-radius: 20px;
    margin-bottom: 0;
    cursor: pointer;
}
.consult-accordion .accordion-indicator {
    transform: rotate(90deg);
    display: block;
}

.consult-accordion .accordion-base__content {
    display: none;
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
}
.consult-accordion__content {
    color: #fff;
    padding: 30px 40px;
}

.consult__seo {
    margin-top: 100px;
}
.consult__seo-text {
    color: #fff;
    margin-bottom: 6px;
    font-size: 16px;
}
.consult__seo-trigger {
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    text-decoration: underline;
}
.consult__seo-trigger:hover {
    text-decoration: none;
}
/* БАЗА СКРЫТИЕ РАСКРЫТИЕ */
.toggle-box__content {
    position: relative;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

/* CLAMP (основной вариант) */
.toggle-box[data-lines] .toggle-box__content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* СОСТОЯНИЕ СВЕРНУТО */
.toggle-box:not(.is-open)[data-lines="2"] .toggle-box__content { -webkit-line-clamp: 2; }
.toggle-box:not(.is-open)[data-lines="3"] .toggle-box__content { -webkit-line-clamp: 3; }
.toggle-box:not(.is-open)[data-lines="4"] .toggle-box__content { -webkit-line-clamp: 4; }
.toggle-box:not(.is-open)[data-lines="5"] .toggle-box__content { -webkit-line-clamp: 5; }

/* РАСКРЫТО */
.toggle-box.is-open .toggle-box__content {
    -webkit-line-clamp: unset;
    max-height: 1000px;
}


.toggle-box__trigger {
    margin-top: 6px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
}
.toggle-box__trigger:focus {
    color: #fff;
}
/* ГРАДИЕНТ затемнения */
.toggle-box:not(.is-open) .toggle-box__content::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;

    background: linear-gradient(transparent, #202732);
}

/* скрытие если не нужен */
.toggle-box.is-short .toggle-box__trigger {
    display: none;
}

.seo-box {
    margin: 30px 0;
}
.seo-box h2 {
    font-size: 28px;
    color: #202732;
    margin-bottom: 24px;
}
.seo-box h4 {
    color: #202732;
}
.seo-box h3 {
    font-size: 22px;
    color: #202732;
    margin-bottom: 16px;
    margin-top: 24px;
}
.seo-box p {
    line-height: 20px;
    margin-bottom: 16px;
}
.seo-box p a {
    color: #a9ff35;
}
.seo-box.seo-box.seo-box ul {
    margin: 24px 0;
    padding-left: 0;
}
.seo-box ul li {
    list-style: none;
    position: relative;
    padding: 4px 0 2px 16px;
}
.seo-box ul li:before {
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    content: '';
    background: #000;
    border-radius: 50%;
}
@media (max-width: 768px) {
    .seo-box h2 {
        font-size: 22px;
    }
    .seo-box h3 {
        margin-top: 20px;
        margin-bottom: 12px;
        font-size: 18px;
    }
    .mb-sm-15 {
        margin-bottom: 15px;
    }
}

.card-modal-titleblock {}
.card-sticky-menu__item a:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: transparent;
}
.card-sticky-menu__item a {
    display: block;
    position: relative;
    padding: 0 15px 5px;
    color: #202732;
    font-weight: 500;
}
.card-sticky-menu__item a.is-active:before {
    background: #a9ff35;
}
.card-sticky-menu__list {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.card-sticky-menu__item {
    flex: 0 0 auto;
    color: #000;
}
.card-sticky-menu__item a.is-active {

}
.sticky-wrapper.sticky-wrapper.active {
    padding-bottom: 0;
}