.caption,
.title {
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    color: #1e242e;
}
.caption {
    font-size: 24px;
    line-height: 135%;
    color: #fff;
}

.page-top {
    padding-top: 32px;
}
.page-top__body {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 16px;
    padding-top: 26px;
    border-bottom: 1px solid #e5effe;
}
.page-top__body-box .share,
.page-top__body_wrap .page-top__title br {
    display: none;
}
.page-top__title {
    max-width: calc(100% - 180px);
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    color: #202732;
}
.page-top__vendor-code {
    font-size: 14px;
    line-height: 145%;
    color: #8e9297;
}
.breadcrumbs ul,
.nav-links,
.nav-links__body,
.navigation {
    display: flex;
    align-items: center;
}
.breadcrumbs ul li {
    display: flex;
    white-space: nowrap;
}
.breadcrumbs ul li a {
    white-space: nowrap;
    color: #8e9297;
    transition: color 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.breadcrumbs ul li a:hover {
    color: #babec4;
    transition: color 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.breadcrumbs ul li::after {
    content: "/";
    position: relative;
    margin: 0 3px;
}
.page-link {
    font-size: 16px;
    font-weight: 300;
    color: #666;
    line-height: 1.5;
    width: 127px;
    text-align: center;
    padding: 7px 5px;
    background-color: transparent;
    border: 1px solid #313131;
}
.page-link:hover {
    color: #c5ccc8;
    background-color: #006b2b;
}
.breadcrumbs ul li,
.breadcrumbs ul li::after,
.page-numbers {
    font-size: 14px;
    line-height: 145%;
    color: #8e9297;
}
.page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    margin: 5px;
}
.page-numbers.current,
.page-numbers:hover {
    background-color: #a9ff35;
    color: #202732;
    transition: all 0.3s;
}
.page-numbers.next,
.page-numbers.prew {
    width: auto;
    font-size: 14px;
    line-height: 145%;
    color: #202732;
    margin: 0;
}
.page-numbers.next svg,
.page-numbers.prew svg {
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
    object-fit: contain;
}
.page-numbers.prew {
    margin-right: 45px;
}
.page-numbers.prew svg {
    margin-right: 8px;
    transition: all 0.3s;
}
.page-numbers,
.page-numbers.next:hover,
.page-numbers.prew:hover {
    background-color: transparent;
    transition: all 0.3s;
}
.page-numbers.prew:hover svg {
    transform: translateX(-8px);
    transition: all 0.3s;
}
.page-numbers.next {
    margin-left: 45px;
}
.page-numbers.next svg {
    margin-left: 8px;
    transition: all 0.3s;
}
.page-numbers.next:hover svg {
    transform: translateX(8px);
    transition: all 0.3s;
}
.slick-dots li {
    height: 5px;
    margin: 3px;
}
.slick-dots li button {
    font-size: 0;
    width: 6px;
    height: 3px;
    background: #ededed;
    border-radius: 3px;
    transition: all 0.3s;
}
.slick-dots li.slick-active {
    height: 5px;
}
.slick-dots li.slick-active button {
    width: 10px;
    height: 100%;
    background: #a9ff35;
    border-radius: 3px;
    transition: all 0.3s;
}
.list__items,
.slick-dots li {
    display: flex;
    align-items: center;
}
.list__item {
    display: inline-flex;
    white-space: nowrap;
    font-weight: 600;
    line-height: 120%;
    font-size: 32px;
    color: rgba(30, 36, 46, 0.25);
    margin-right: 57px;
    transition: color 0.3s;
}
.list__item:hover {
    color: #1e242e7e;
}
.list__item:last-child {
    margin-right: 0;
}
.list__item.active {
    color: #1e242e;
    font-size: 40px;
}
.arrow {
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.arrow svg {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}
.arrow svg * {
    transition: all 0.3s;
}
.arrow:hover svg * {
    fill: #da251d;
    transition: all 0.3s;
}
.line {
    width: 100%;
    height: 1px;
    background: #e5effe;
}
@media (max-width: 1600px) {
    .search {
        width: 300px;
    }
    .list__item {
        margin-right: 50px;
    }
}
@media (max-width: 1430px) {
    .search {
        width: 250px;
    }
    .title {
        font-size: 28px;
    }
    .list__item {
        font-size: 30px;
        margin-right: 30px;
    }
}
@media (max-width: 1320px) {
    .caption {
        font-size: 22px;
    }
}
@media (max-width: 1190px) {
    .page-top,
    .page-top__body {
        padding-top: 20px;
    }
    .page-top__body {
        padding-bottom: 10px;
    }
    .page-top__title {
        font-size: 28px;
    }
    .caption {
        font-size: 20px;
    }
    .logo {
        height: 40px;
    }
    .burger {
        padding: 12px;
    }
    .burger__icon {
        margin-right: 0;
    }
    .burger__caption {
        display: none;
    }
    .services-item {
        flex-wrap: wrap;
    }
    .services-item__coll {
        width: 100%;
        margin-bottom: 2px;
    }
    .list__item,
    .list__item.active {
        font-size: 26px;
    }
}
@media (max-width: 1010px) {
    .caption {
        font-size: 22px;
    }
    .search {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        height: 78px;
        z-index: 100;
        background-color: #1e242e;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s;
    }
    .search.active {
        opacity: 1;
        visibility: visible;
        transition: all 0.3s;
    }
    .search__field {
        border: 0;
        border-radius: 0;
        padding: 11px 52px;
    }
    .search__btn {
        width: 18px;
        height: 18px;
        right: auto;
        left: 22px;
    }
    .search__clear {
        display: block;
    }
    .burger {
        margin-left: 15px;
    }
    .services-item__coll {
        width: calc(50% - 1px);
    }
    .list__item,
    .list__item.active {
        font-size: 24px;
    }
    .page-numbers.prew {
        margin-right: 15px;
    }
    .page-numbers.prew svg {
        margin-right: 5px;
    }
    .page-numbers.next {
        margin-left: 15px;
    }
    .page-numbers.next svg {
        margin-left: 5px;
    }
}
@media (max-width: 760px) {
    .logo {
        height: 22px;
    }
    .logo img:first-child {
        display: none;
    }
    .logo img:last-child {
        display: block;
    }
    .wrapper {
        padding: 0 16px;
    }
    .page-top__body {
        padding: 18px 7px 6px 2px;
    }

    .page-top__body_wrap .page-top__title {
        width: 100%;
        line-height: 130%;
        letter-spacing: -0.12px;
    }
    .page-top__body_wrap .page-top__title br {
        display: block;
    }
    .page-top__body-box {
        width: 100%;
        margin-top: 11px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .page-top__body-box .share {
        display: inline-flex;
    }
    .page-top__title {
        max-width: 100%;
        font-size: 16px;
    }
    .page-top__vendor-code {
        font-size: 12px;
        line-height: 135%;
    }
    .caption {
        font-size: 16px;
    }
    .share {
        font-size: 12px;
        line-height: 135%;
    }
    .share__icon {
        width: 16px;
        height: 16px;
    }
    .share__icon svg {
        width: 10px;
        height: 12px;
    }
    .title {
        font-size: 18px;
    }
    .search {
        height: 60px;
    }
    .burger {
        margin-left: 0;
        padding: 0;
        background: 0 0;
        border-radius: 0;
    }
    .burger::before {
        background-color: transparent;
        border-radius: 0;
    }
    .burger__icon {
        width: 18px;
        height: 18px;
    }
    .burger__icon span {
        background-color: #a9ff35;
    }
    .burger.active .burger__icon span:first-child {
        top: 6px;
    }
    .burger.active .burger__icon span:last-child {
        top: -6px;
    }
    .breadcrumbs ul li {
        align-items: center;
    }
    .breadcrumbs ul li,
    .breadcrumbs ul li::after {
        font-size: 10px;
        line-height: 135%;
    }
    .breadcrumbs ul li a {
        padding: 6px 12px;
        background: #ededed;
        border-radius: 40px;
    }
    .page-numbers {
        margin: 0;
    }
    .page-numbers.prew,
    .page-numbers.prew svg {
        margin-right: 0;
    }
    .page-numbers.next span,
    .page-numbers.prew span {
        display: none;
    }
    .page-numbers.next,
    .page-numbers.next svg {
        margin-left: 0;
    }
    .tab {
        font-size: 8px;
        padding: 3px 8px;
        border-radius: 20px;
        margin: 1px;
    }
    .link {
        font-size: 12px;
    }
    .link svg {
        margin-left: 8px;
    }
    .checbox {
        font-size: 10px;
    }
    .services-item__coll {
        height: 40px;
        padding: 5px 20px 5px 15px;
    }
    .list__item {
        white-space: nowrap;
        margin-right: 20px;
    }
    .list__item,
    .list__item.active {
        font-size: 20px;
    }
}
@media (max-width: 370px) {
    .page-numbers {
        width: 24px;
        height: 24px;
    }
    .page-numbers.next svg,
    .page-numbers.prew svg {
        width: 20px;
        height: 20px;
    }
}
.tab {
    display: inline-flex;
    font-weight: 600;
    font-size: 12px;
    line-height: 145%;
    text-transform: uppercase;
    color: #fff;
    padding: 4px 10px;
    border-radius: 20px;
    margin: 2.5px;
}
.tab--new {
    background-color: #e8564e;
}
.tab--discount {
    background-color: #3e45ef;
}
.tab--hit {
    background-color: #9860f7;
}
.tab--news {
    color: #fff;
    background-color: #1e242e;
}
.tab--laptops {
    color: #fff;
    background: linear-gradient(45deg, #2b3547 0, #2b3547 0.01%, #3b414b 100%);
}
.field {
    width: 100%;
    font-family: "Montserrat", sans-serif;
    /*background-color: transparent;*/
    font-size: 14px;
    line-height: 145%;
    color: #8e9297;
    padding: 12px 26px 16px;
    /*border: 1px solid #fff;*/
    position: relative;
    -moz-appearance: none;
    -webkit-appearance: none;
    transition: all 0.3s ease;
    resize: none;
}
.field::-webkit-input-placeholder {
    color: #8e9297;
}
.field:-moz-placeholder,
.field::-moz-placeholder {
    color: #8e9297;
}
.field:-ms-input-placeholder {
    color: #8e9297;
}
.field:focus {
    border-color: #a9ff35;
    color: #a9ff35;
}
.checbox {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 145%;
    color: #fff;
    cursor: pointer;
}
.checbox a {
    color: #2c351f;
    text-decoration: underline;
    transition: all 0.3s;
}
.checbox a:hover {
    text-decoration: none;
    transition: all 0.3s;
}
.checbox small {
    font-size: 10px;
    line-height: 135%;
    color: #8e9297;
    margin-left: 4px;
    position: relative;
    top: -3px;
}
.checbox__icon,
.checbox__icon svg {
    position: relative;
    transition: all 0.3s;
}
.checbox__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    background-color: transparent;
    border: 1px solid #a9ff35;
    border-radius: 2px;
    margin-right: 8px;
}
.checbox__icon svg {
    width: 10px;
    height: 10px;
    left: 0;
    top: 1px;
    opacity: 0;
}
.checbox__caption {
    max-width: calc(100% - 25px);
}
.checbox_dark {
    color: #202732;
}
.checbox input[type="checkbox"]:checked + .checbox__icon,
.checbox input[type="radio"]:checked + .checbox__icon {
    background-color: #a9ff35;
    transition: all 0.3s;
}
.checbox input[type="checkbox"]:checked + .checbox__icon svg,
.checbox input[type="radio"]:checked + .checbox__icon svg {
    opacity: 1;
    transition: all 0.3s;
}
.checbox_gray {
    color: #1e242e;
}
.checbox_gray .checbox__icon {
    border-color: #1e242e;
}
.checbox_gray input[type="checkbox"]:checked + .checbox__icon,
.checbox_gray input[type="radio"]:checked + .checbox__icon {
    background-color: #e5effe;
    border-color: #e5effe;
    transition: all 0.3s;
}
.checbox-item {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.checbox-item__caption {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    height: 43px;
    border: 1px solid #dae2ec;
    font-size: 16px;
    line-height: 145%;
    color: #202732;
    border-radius: 8px;
    transition: all 0.3s;
}

.checbox-item__caption {
    text-transform: inherit;
}

@media (max-width: 760px) {
    .checbox-item__caption {
        font-size: 12px;
        line-height: 1.3;
        white-space: normal;
        text-align: center;

    }

}
.checbox-item__color-bg {
    width: 23px;
    height: 23px;
    border-radius: 4px;
}
.checbox-item input[type="checkbox"]:checked + .checbox-item__caption,
.checbox-item input[type="radio"]:checked + .checbox-item__caption {
    border: 3px solid #a9ff35;
    transition: all 0.3s;
}
.checbox-item input[disabled] + .checbox-item__caption {
    background-color: #f1f7ff;
    border-color: #f1f7ff;
    color: #8e9297;
    transition: all 0.3s;
}

.dragscroll {
    overflow: auto;
}
.dragscroll::-webkit-scrollbar {
    width: 24px;
    height: 8px;
    background-color: rgba(48, 51, 60, 0.8);
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    display: none;
}
.dragscroll::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: none;
}
.dragscroll::-webkit-scrollbar-thumb:hover {
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.dragscroll::-webkit-scrollbar-button:vertical:start:decrement {
    display: none;
}
.dragscroll::-webkit-scrollbar-button:vertical:end:increment {
    display: none;
}
.dragscroll::-webkit-scrollbar-button:horizontal:start:decrement {
    display: none;
}
.dragscroll::-webkit-scrollbar-button:horizontal:end:increment {
    display: none;
}
.vertical.dragscroll {
    width: 270px;
    height: 380px;
    float: left;
    padding: 10px;
}
.free.dragscroll {
    float: right;
    width: 400px;
    height: 400px;
}
.free,
.horizontal {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: grab;
}
.free:active,
.horizontal:active {
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: grabbing;
}

.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;
}
.modal__closed {
    position: absolute;
    width: 24px;
    height: 24px;
    top: -30px;
    right: 0;
    cursor: pointer;
}
.form__password.active svg path,
.modal__closed:hover svg * {
    stroke: #fff;
    transition: all 0.3s;
}
.modal__top {
    margin-bottom: 18px;
}
.modal__top-nav {
    display: flex;
    justify-content: center;
}
.modal__top-link {
    font-weight: 600;
    display: inline-flex;
    color: rgba(255, 255, 255, 0.5);
    border-bottom: 3px solid transparent;
    transition: all 0.3s;
}
.modal__top-link.active {
    border-color: #a9ff35;
}
.modal__top-link.active,
.modal__top-link:hover {
    color: #fff;
    transition: all 0.3s;
}
.modal__top-link + .modal__top-link {
    margin-left: 20px;
}
.modal__title {
    font-weight: 600;
    text-align: center;
    color: #fff;
}
.modal__subtitle {
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
    line-height: 145%;
    color: #fff;
}
.modal__subtitle a {
    color: #a9ff35;
    text-decoration: underline;
}
.modal__body-content {
    color: #000000;
}

.modal__body-content p,
.modal__body-content ol li,
.modal__body-content ul li {
    font-size: 16px;
    line-height: 145%;
    margin-bottom: 10px;
}
.modal__body-content p {
    margin-bottom: 20px;
}
.modal__body-content ol,
.modal__body-content ul {
    margin-left: 20px;
    margin-bottom: 20px;
}
.modal__body-content ol li {
    list-style: auto;
}
.modal__body-content ul li {
    list-style: disc;
}
.modal_white {
    background-color: #fff;
}
.modal_white .modal__title {
    color: #1e242e;
}
.modal_white .modal__subtitle {
    color: #303948;
}
.modal_white .form__caption {
    color: #8e9297;
    background-color: #fff;
}
.modal_white .form__link {
    color: #61637f;
}
.modal_white .checbox {
    color: #1e242e;
}
.modal_white .checbox a {
    color: #adb2b9;
    text-decoration: none;
}
.modal_white .checbox__icon {
    border-color: #e5effe;
}
.modal_white .checbox input[type="checkbox"]:checked + .checbox__icon,
.modal_white .checbox input[type="radio"]:checked + .checbox__icon {
    background-color: #e5effe;
    transition: all 0.3s;
}
.product-modal__wrap {
    margin-top: -18px;
}
.product-modal__img {
    width: 238px;
    height: 181px;
    margin: 0 auto;
}
.card-modal__img img,
.card-modal__slide-img img,
.product-modal__img img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.product-modal__desc {
    font-size: 14px;
    line-height: 140%;
    color: #202732;
    height: 40px;
    overflow: hidden;
    margin-bottom: 16px;
}
.card-modal__bottom .form__link,
.product-modal__bottom .form__link {
    width: 100%;
    justify-content: center;
}
.card-modal {
    max-width: 500px;
    padding-left: 20px;
    padding-right: 20px;
}
.card-modal__wrap {
    display: flex;
    align-items: center;
    border: 1px solid #f2f2f2;
    margin-bottom: 10px;
}
.card-modal__img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 162px;
    height: 124px;
}
.card-modal__desc {
    width: calc(100% - 162px);
    font-size: 14px;
    line-height: 140%;
    color: #202732;
    padding-right: 24px;
}
.card-modal__bottom {
    padding-bottom: 15px;
    border-bottom: 1px solid #f2f2f2;
}
.card-modal__recommendations {
    margin-top: 35px;
}
.card-modal__recommendations-body {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.card-modal__slick {
    width: calc(100% - 56px);
    margin-right: -12px;
}
.card-modal__slide-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 12px);
    height: 91px;
    border: 1px solid #ededed;
    padding: 8px 15px;
    cursor: pointer;
    transition: all 0.3s;
}
.card-modal__slide-img:hover {
    border-color: #a9ff35;
    transition: all 0.3s;
}
.card-modal .arrow:hover svg * {
    fill: none;
    stroke: #a9ff35;
    transition: all 0.3s;
}
@media (max-width: 500px) {
    .card-modal {
        padding-left: 15px;
        padding-right: 15px;
    }
    .card-modal__img {
        width: 110px;
        height: 100px;
    }
    .card-modal__desc {
        width: calc(100% - 110px);
        padding-right: 12px;
    }
    .card-modal__recommendations {
        margin-top: 20px;
    }
    .card-modal__recommendations-body {
        margin-top: 15px;
    }
}

.recommendations__body,
.youtube__body,
.hits .new_body_container,
.main-blog__body,
.hits_body_container {
    padding-left: 15px;
    padding-right: 15px;
    margin-right: -15px;
    margin-left: -15px;
    overflow: hidden;
}
.new_category {
    flex-wrap: wrap;
    display: flex;
    gap: 12px;
}
div.fixed-nav {
    z-index: 90;
}
.new__swiper-pagination,
.hit-pagination,
.about__youtube-pagination {
    margin-top: 15px;
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: center;
}
.new__swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet,
.hit-pagination.swiper-pagination-bullets .swiper-pagination-bullet,
.about__youtube-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
    width: 12px;
    cursor: pointer;
    height: 12px;
    border-radius: 100%;
    background-color: #bababa;
}
.new__swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active ,
.hit-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active,
.about__youtube-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
    opacity: 1;
    background: #a9ff35;
}
.share-widget {
    right: 0;
    left: auto;
}
.swiper-container-horizontal>.swiper-pagination-bullets {
    display: flex;
    justify-content: center;
    bottom: -36px;
}
.show_more_menu {
    color: #FFF;
}
@media (max-width: 1010px) {
    header._header-scroll {
        position: sticky;
        top: 0;
        left: 0;
        background-color: #1e242e;
    }
}
@media (max-width: 760px) {
    .article .hits.bg-white-gray {
        margin-left: -16px;
        margin-right: -16px;
    }
}

.article .breadcrumbs ul {
    margin: 0;
}
.card-img-top {
    margin-bottom: 20px;
}
.hits.pt-0 {
    padding-top: 0;
}
.search__field {
    padding: 11px 60px 11px 16px;
}
@media (max-width: 1010px) {
    .search__field {
        padding: 11px 60px 11px 52px;
    }
}
.complects-top .cs-tabs-item {
    max-width: 215px;
}
.article__text ol, .article__text ul ,
#sect-desk ol, #sect-desk ul {
    margin-top: 20px;
    padding-left: 20px;
    list-style-type: initial;
}
.article__text ol ,
#sect-desk ol {
    list-style-type: decimal;
}
.hits__slide .card__price,
.catalog-filter__row .card__price {
    text-decoration: none;
}
.swiper {
    overflow: hidden;
}
.video-box {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.video-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
}
.fancybox-gallery .fancybox-slide [data-fancybox-prev] {
    left: 20px !important;
}
.fancybox-gallery .fancybox-slide [data-fancybox-next] {
    right: 20px !important;
}
@media (min-width: 992px) {
    .fancybox-gallery .fancybox-slide {
        padding-left: 115px;
        padding-right: 115px;
    }
    .fancybox-gallery .fancybox-navigation [data-fancybox-prev] {
        left: 115px !important;
    }
    .fancybox-gallery .fancybox-navigation [data-fancybox-next] {
        right: 115px !important;
    }
}

.fancybox-thumbs__list a svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    transform: translate(-50%, -50%);
}


@media (min-width: 1400px) {
    .page-card__wrap-top {
        justify-content: flex-start;
        gap: 16px;
    }
    .page-card__right {
        margin-right: auto;
        margin-left: auto;
    }
}
.page-card__swiper-wrap  {
    position: relative;
    align-self: flex-start;

}
.page-card__swiper-wrap >.page-card__swiper-slide-has-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}
.page-card__swiper-wrap >.page-card__swiper-slide-has-video:not(.is-open) {
    visibility: hidden;
    opacity: 0
}

/* Question */
.add-question {
    margin-bottom: 40px;
}
#question-editor {
    display: block;
    margin-bottom: 16px;
}
textarea {
    color: #000000;
    max-width: 500px;
    height: 100px;
    width: 100%;
    border: 1px solid #8E9297;
    padding: 14px;
}
textarea:focus {
    color: #000000;
}
.question-item {
    border-bottom: 1px solid #8E9297;
    margin-bottom: 25px;
}

.question-item-header {
    display: flex;
    gap: 10px;
}

.question-item .fio {
    font-size: 20px;
    font-weight: 600;
}

.question-item .question {
    padding: 12px 0 25px;
}

.answer-title, .answer {
    margin-left: 25px;
}

.answer {
    padding-bottom: 25px;
}

.answer-title {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 12px;
}

.review-item:last-of-type {
    border: 0;
}

.search-box {
    margin-top: 28px;
    margin-bottom: 20px;
}
.search-box.search-box .search-box__wrapper.search-box__wrapper {
    margin-left: 0 !important;
}

.search-box .search-box__wrapper .search {
    height: 52px;
    max-width: 516px;
}
.search-box .search__field {
    border: 2px solid #F6F6F6;
    height: 52px;
    padding: 11px 16px 11px 50px;
}

.search-box.search-box .search-box__wrapper .search .search__field:not(:focus) {
    background-color: #ffffff !important;
}

.search-box .search__btn {
    width: 22px;
    height: 22px;
    top: calc(50% - 10px);
    left: 20px;
    right: auto;
}

.search-box .search {
    z-index: 1;
}

.catalog-filter__row.is-list .card__top .card__tabs {
    z-index: 11;
}
.catalog-filter__row.is-list .card__top .card__tabs .card__tab {
    display: inline-flex;
    font-weight: 600;
    font-size: 10px;
    line-height: 145%;
    text-transform: uppercase;
    color: #fff;
    padding: 3px 5px 1px;
    border-radius: 20px;
    margin: 2.5px;
}

.tabs {
    position: relative;
}

.tabs__nav {
    display: flex;
    gap: 5px;
    margin-bottom: 20px;
    background: #F2F7FE;
    border-radius: 5px;
}

.tabs__btn {
    width: 50%;
    padding: 16px 20px;
    margin: 5px;
    background: #F2F7FE;
    color: #020202;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    transition: background 0.3s ease;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
}

.tabs__btn:hover {
    background: #A9FF35;
}

.tabs__btn.active {
    background: #A9FF35;
    color: #020202;
}

.tabs__content {
    position: relative;
}
.tabs__content:focus {
    color: #020202;
}
.tabs__panel {
    display: none;
}

.tabs__panel[aria-hidden="false"] {
    display: block;
}

.tabs--inner {
    background: none;
}
.tabs--inner .tabs__nav {
    background: none;
    justify-content: center;
    gap: 10px;
}
.tabs--inner .tabs__btn {
    padding: 11px 7px;
    margin: 0;
    box-shadow: 0 0 0 1px #989B9F;
    width: auto;
    font-size: 12px;
    background: none;
}

.tabs--inner .tabs__btn:hover,
.tabs--inner .tabs__btn.active {
    background: none;
    color: #020202;
    box-shadow: 0 0 0 2px #A8FF36;
}

.js-price-old.old-price {
    text-decoration: line-through;
}
.js-price-discount {
    font-size: 17px;
}

.js-price {
    font-size: 17px;
}


.card__button.active svg line {
    stroke: #abff4a;
    fill: #abff4a;
}

.favorites--js.active svg path {
    fill: #abff4a;
    transition: all 0.3s;
}

@media (max-width: 1010px) {
    .search-box .search__btn {
    }
    .search-box .search__field {
        border-radius: 4px;
    }
    .search-box .search {
        position: relative;
        width: 100%;
        height: 60px;
        opacity: 1;
        visibility: visible;
        background: #ffffff;
        border-radius: 4px;
    }
}

@media (max-width: 768px) {
    .no-result__body {
        height: auto;
    }
    .no-result__body:before {
        position: relative;
        min-height: 257px;
    }
    .no-result__title {
        font-size: 24px;
    }
    .no-result__text {
        font-size: 16px;
    }
    .search-box {
        margin: 20px 0;
    }

}
@media (max-width: 767px) {
    .modal__body-content p,
    .modal__body-content ol li,
    .modal__body-content ul li {
        font-size: 15px;
    }
}