@-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;
}
.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: 100%;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    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;
}
.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;
}
/* Форма в оформлении */
#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: 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; /* Указываем, что слой кликабельный */
}
.can_buy .value {
    white-space: nowrap;
}

.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;
    }
}

.page-card__slick .slick-slide {
    margin-bottom: 25px;
}