@-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: #F9F9F9;
}
.bg-gray {
    background:#F5FAF9;
}
.c-white {
    color: #fff;
}
.fancybox-slide--html {
    padding: 0;
}
.fancybox-button {
    display: none;
}
.flex,
.flex-center {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.gap-8 {
    gap: 8px;
}
.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 {
    color: #202732;
}
.btn.oncart:hover {
    color: #ffffff;
}
.btn.oncart::before{
    background: #fff;
    border: 1px solid #EA4C2F;
}
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-10 {
    margin-bottom: 10px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-40 {
    margin-bottom: 40px;
}

.mt-20 {
    margin-top: 20px;
}
.mt-40 {
    margin-top: 40px;
}

.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;
}
.highlight {
    color: #EA4C2F;
}
.btn {
    font-family: "Montserrat", sans-serif;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 125%;
    border: 1px solid transparent;
    color: #ffffff;
    padding: 16px 24px;
    border-radius: 100px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s;
}
.btn:focus {
    color: #ffffff;
}
.btn::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #EA4C2F;
    border-radius: 100px;
    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: #414141;
    border-radius: 100px;
}
.btn span,
.btn svg {
    position: relative;
    z-index: 10;
}
.bx-blue .btn.btn-default.SDEK_selectPVZ {
    background: #EA4C2F;
    border-color: #EA4C2F;
}
.bx-blue .btn.btn-default.SDEK_selectPVZ:hover {
    background: #414141;
    border-color: #414141;
}
.btn.SDEK_selectPVZ::after,
.btn.SDEK_selectPVZ::before {
    display: none;
}
.btn--dark,
.btn--item {
    background: 0 0;
    color: #EA4C2F;
    border: 1px solid #EA4C2F;
}
.btn--dark::after,
.btn--dark::before,
.btn--item::after,
.btn--item::before,
.checbox input,
.checbox-item input {
    display: none;
}
.btn--item.btn--purple {
    color: #202732;
    border-color: #202732;
    transition: all 0.3s;
}
.btn--item.btn--purple:hover {
    background-color: #414141;
    color: #ffffff;
}
.btn--dark:hover,
.btn--item:hover {
    color: #ffffff;
    background-color: #EA4C2F;
    transition: all 0.3s;
}
.btn--dark {
    border: 1px solid #EA4C2F;
}
.btn--dark:hover {
    border-color: #EA4C2F;
}
.btn:hover {
    color: #fff;
}
.btn:hover::before {
    opacity: 0;
}
.btn--link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    background: none;
    color: #EA4C2F;
}

.btn--link:after,
.btn--link:before {
    display: none;
}
.btn--link:hover {
    color: #EA4C2F;
}
.btn--empty {

}
.btn--empty {
    border: 1px solid #EA4C2F;
    color: #EA4C2F;
}
.btn--xl {
    width: 100%;
    max-width: 289px;
}
.btn--xxl {
    width: 100%;
    max-width: 383px;
}
.btn--empty:after,
.btn--empty:before {
    display: none;
}
.btn--empty:hover:after,
.btn--empty:hover:before,
.btn--empty:hover,
.btn--empty:hover {
    color: #ffffff;
    background-color: #EA4C2F;
    transition: all 0.3s;
}
.btn--color-black {
    color: #202732;
}
.btn.disabled {
    opacity: .5;
}
.btn[disabled],
.btn--disabled {
    opacity: .5;
}
.btn-timer__start-text {
    display: block;
}
.btn-timer__disabled-text {
    display: none;
}
.btn--disabled .btn-timer__start-text {
    display: none;
}
.btn--disabled .btn-timer__disabled-text {
    display: block;
}
.link {
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 125%;
    color: #EA4C2F;
}
.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: #EA4C2F;
}
.link--purple svg * {
    stroke: #EA4C2F;
    transition: all 0.3s;
}
.link:hover {
    text-decoration: underline;
}
.link:hover svg {
    transform: translateX(5px);
    transition: transform 0.3s;
}
.hits__link {
    margin-left: auto;
}
.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;
    background: transparent;
    border: 1px solid #8E9297;
    color: #8E9297;
    font-size: 14px;
    cursor: pointer;
}
.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;
}

[data-drag-scroll] {
    overflow-x: auto;
    cursor: grab;
    user-select: none;
}

[data-drag-scroll].is-dragging {
    cursor: grabbing;
}
[data-drag-scroll]::-webkit-scrollbar {
    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: #EA4C2F !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: #F9F9F9;
    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;
}
.seo-box {

}
.seo-box h2 {
    margin-bottom: 24px;
}
.seo-box h3 {
    margin-bottom: 24px;
}
.seo-box p {
    line-height: 20px;
    margin-bottom: 16px;
}
.seo-box p a {
    color: #EA4C2F;
}
.seo-box ul {
    margin: 24px 0;
}
.seo-box ul li {
    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: 24px;
    }
    .seo-box h3 {
        margin-top: 20px;
        margin-bottom: 12px;
        font-size: 20px;
    }
    .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;
    }
    .main {
        overflow: hidden;
    }
}

@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 #EA4C2F !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: #EA4C2F;;
    }
    &.next {
        right: 0;
        left: auto;
    }
    svg {
        width: 7px;
        height: 10px;
        transition: fill 0.3s;
        fill: #8e9297;

    }
}

/* Таблица */
.table-wrap {
    overflow-x: auto;
    overflow-y: hidden;
    margin-bottom: 24px;
    margin-top: 24px;
}

.table-wrap table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-family: inherit;
    font-size: 14px;
    color: #2a323e;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.08);
    box-shadow: 0 4px 12px rgba(0,0,0,0.04);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 24px;
}
.table-wrap table:last-of-type {
    margin-bottom: 0;
}
.table-wrap td,
.table-wrap th {
    padding: 12px 14px;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    text-align: left;
}

.table-wrap th {
    font-weight: 500;
    color: #8e9297;
    background: rgba(42, 50, 62, 0.04);
}

.table-wrap tr:nth-child(even) td {
    background: rgba(0,0,0,0.015);
}

.table-wrap tr:hover td {
    background: rgba(234, 76, 47, 0.04);
}

.table-wrap td.accent {
    color: #EA4C2F;
    font-weight: 500;
}

.table-wrap tr:last-child td {
    border-bottom: none;
}

.table-wrap table tr:first-child th:first-child {
    border-top-left-radius: 8px;
}
.table-wrap table tr:first-child th:last-child {
    border-top-right-radius: 8px;
}
.hidden-mob-up {
    display: none;
}
.iframe-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
}

.can_buy {
    display: flex;
    color: #8E9297;
    gap: .5em;
}
.can_buy .value {
    white-space: nowrap;
}

.can_buy .value {
    color: #202732;
}

.can_buy .value.yellow {
    color: #34B82D;
    font-weight: 400;
}
.can_buy .value.green {
    color: #34B82D;
    font-weight: 400;
}

.can_buy .value.red {
    color: red;
    font-weight: 400;
}

.noUi-connect {
    background: #EA4C2F !important;
}


.noUi-connects {
    border-radius: 20px!important;
}

.noUi-horizontal .noUi-handle {
    width: 25px!important;
    height: 25px!important;
    right: -17px;
    top: -10px;
    border: 1px solid #EA4C2F!important;
    border-radius: 50%!important;
}

.noUi-horizontal {
    height: 8px!important;
}

.form__caption.active {
    display: none;
}
.color-base {
    color: #EA4C2F;
}
#one-click-modal {
    max-width: 470px;
}
.noUi-target {
    background: #DAE2EC;
    border-radius: 4px;
    border: 0;
    box-shadow: none;
    margin-top: 16px!important;
}

.noUi-handle:before, .noUi-handle:after {
    display: none;
}
.mr-auto {
    margin-right: auto;
}
@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;
    }
}

.page-card__slick .slick-slide {
    margin-bottom: 25px;
}

.accordion-indicator {
    display: none;
}
.accordion-base__header {
    margin-bottom: 30px;
}
.accordion-base__header h2 {
    font-size: 32px;
}
@media (max-width: 768px) {
    .btn.oncart svg path {
        fill: #EA4C2F;
    }
    .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-base__header h2 {
        font-size: 26px;
    }
    .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);
    }
}

.contact__img {
    max-width: 400px;
    width: 100%;
    margin: 0 auto 20px;
}
.contact_data_row {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 10px;
}
.contact_data span.title_text {
    color: #909090;
    margin-bottom: 10px;
    margin-top: 10PX;
    display: inline-block;
    font-size: 16px;
}
.contact_data_col {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-weight: 500;
}
.contact_data_col svg {
    display: inline-block;
    margin-bottom: -2px;
    margin-right: 2px;
}
.contact_data_col a {
    display: flex;
    gap: 5px;
    align-items: center;
    color: #202732;
}

.ya-points {
    display: none;
    /*display: flex;*/
    align-items: flex-start;
    justify-content: flex-start;
    gap: 6px;
    margin-bottom: 10px;
}
.ya-points__count {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 2px;
    height: 16px;
    border-radius: 20px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    padding: 2px 5px 2px 2px;
    background: linear-gradient(90deg, #FB585B 0%, #8941EA 100%);
}

.ya-points__count svg {
    width: 12px;
    height: 12px;
}

.ya-points__text {
    color: #1B1C1B;
}

.simplebar-scrollbar:before {
    background: #EA4C2F;
}

.simplebar-track.simplebar-vertical[style*="visibility: visible"] .simplebar-scrollbar {
    opacity: 1 ;
    transition: none ;
}
.simplebar-track.simplebar-vertical[style*="visibility: visible"] .simplebar-scrollbar:before {
    opacity: 1 ;
}

.animation-img img {
    transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.animation-img:hover img {
    transform: scale(1.15);
    filter: brightness(1.05);
}


.tags-link {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    flex-wrap: wrap;
}
.tags-link__item {
    border-radius: 100px;
    background: #F9F9F9;
    padding: 8px 20px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #202732;
}
.tags-link__item:hover,
.tags-link__item.is-active {
    color: #ffffff;
    background: #EA4C2F;
}