
/* Base Styles */
body {
    font-size: 1.1111111111111112vw;
}

/* Min Font Size */
@media screen and (max-width:991px) {
    body {font-size: 11.011111111111111px;}
}

a {color: inherit;}

textarea {
    resize: none;
}


.swiper-pagination-bullet {
    display: inline-block;
    width: 0.37em;
    height: 0.37em;
    background: rgba(0, 0, 0);
    margin: 0 0.31em;
    border-radius: 100em;
    transition: all 0.3s;
    cursor: pointer;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom,-3em)!important;
    top: var(--swiper-pagination-top,auto);
    left: 0;
    width: 100%;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #353432;
}

@media only screen and (max-width: 991px) {
    .swiper-pagination-bullet {
        display: inline-block;
        width: 6px;
        height: 6px;
        margin: 0 5px;
        border-radius: 100em;
        transition: all 0.3s;
        cursor: pointer;
    }

    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: var(--swiper-pagination-bottom,-7vw)!important;
        top: var(--swiper-pagination-top,auto);
        left: 0;
        width: 100%;
    }
}

@media only screen and (max-width: 479px) {
    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: var(--swiper-pagination-bottom, 21vw) !important;
    }
}

.iti {
    border-radius: 100em!important;
}

.iti.iti--allow-dropdown {
    width: 100%!important;
}

.iti__selected-flag {
    border-radius: 100em;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0) inset !important;
    box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0) inset !important;
    -webkit-text-fill-color: #000 !important;
}

input:-internal-autofill-selected {
    background-color: light-dark(rgb(232, 240, 254), rgba(70, 90, 126, 0.4)) !important;
}

.iti__country {
    padding: 0.63em 0.63em !important;
    outline: 0;
}

.iti__country-list {
    width: 19em;
    overflow-x: hidden;
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    box-shadow: 0px 0px 0px rgba(0,0,0,.0) !important;
    background-color: #fff;
    border: 0px solid #ccc !important;
    white-space: nowrap;
    max-height: 15em;
    overflow-y: auto;
    border-radius: 1.25em!important;
    -webkit-overflow-scrolling: touch;
}

/* Styles for screens smaller than 991px */
@media (max-width: 991px) {
    .iti__selected-dial-code {
        font-size: 2.08vw;
    }

    .iti__country {
        padding: 1.30vw !important;
    }

    .iti__country-list {
        width: 42.5vw;
        max-height: 31.25vw;
        overflow-y: auto;
        border-radius: 2.60vw!important;
        -webkit-overflow-scrolling: touch;
    }
}

/* Styles for screens smaller than 479px */
@media (max-width: 479px) {
    .iti__selected-dial-code {
        font-size: 4.27vw;
    }

    .iti__country {
        padding: 2.67vw !important;
    }

    .iti__country-list {
        width: 100%!important;
        overflow-y: auto;
        border-radius: 5.33vw!important;
        -webkit-overflow-scrolling: touch;
        font-size: 4.27vw;
    }

    .iti-mobile .iti--container {
        top: 21vw!important;
        bottom: 6vw!important;
        left: 6vw!important;
        right: 6vw!important;
    }
}
.tabs-product .tabs_product_arrow {
  transition: transform 0.3s ease; /* Плавный переход */
  transform: rotate(0deg); /* Исходное состояние */
}

/* При наведении на .tabs-product, если он активен */
.tabs-product.active .tabs_product_arrow {
  transform: rotate(180deg); /* Поворот на 180 градусов */
}

.navbar_layout {
    width: 100%;
}
.hero_video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}
@media (orientation: landscape) {
    .hero_video_desctop {
        display: block;
    }
    .hero_video_mobile {
        display: none;
    }
}
@media (orientation: portrait) {
    .hero_video_desctop {
        display: none;
    }
    .hero_video_mobile {
        display: block;
    }
}
.product-item-container {
    height: 100%;
}

.scroller-wrapper {
    display: flex;
}
[data-animated="true"] .scroller-wrapper {
    width: max-content;
    flex-wrap: nowrap;
    animation: scroll var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite;
}
@keyframes scroll {
    to {
        transform: translate(var(--_translation-value));
    }
}
.lang__link {
    cursor: pointer;
}
.iti__selected-country-primary {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}
html.lenis {
    height: auto;
}
.lenis.lenis-smooth {
    scroll-behavior: auto;
}
.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}
.lenis.lenis-stopped {
    overflow: hidden;
}
.trening_card:hover .trening_card_image {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}
.filter_clear {
    display: flex !important;
}  
.range-plugin {
    width: 100% !important;
}
.button {
    cursor: pointer;
}
.button,
.button:hover {
    text-decoration: none;
}
.button .navbar_link_line {
    transition: all 0.2s ease;
}
.button:hover .navbar_link_line {
    width: 100% !important;
}
.form-item_7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
}
.form-item_8 {
    flex-direction: row;
    gap: 15px;
    align-items: center;
}
.bx-filter.bx-blue .bx-filter-section {
    padding: 0px;
    background: none;
}
.bx-filter .bx-filter-title {
    display: none;
}
.bx-filter-input-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
}
.checkbox-wrapper {
    margin: 5px 0px;
}
.bx-filter .bx-filter-popup-result.right {
    left: auto;
    right: 0px;
    margin-top: 0px;
}
.bx-filter.bx-blue .btn-themes {
    background-color: var(--color--graphite);
    border-color: var(--color--graphite);
    color: var(--color--white);
}
.bx-filter.bx-blue .btn-themes:hover {
    background-color: var(--color--graphite);
    border-color: var(--color--graphite);
    color: var(--color--white);
    opacity: 0.8;
}
.btn-link {
    color: var(--color--graphite);
}
.btn-link:hover {
    color: var(--color--graphite);
    text-decoration: none;
}
.bx-filter .bx-filter-button-box {
    padding-top: 20px;
}
.hero.w-form.active {
    height: auto !important;
    display: block !important;
}
.nav-bg-opacity.active {
    display: block !important;
    opacity: 1 !important;
}
.navbar_burger.active {
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg);
    transform-style: preserve-3d;
    width: 100%;
}
#sr-nav-btn-mob.active .navbar_cross {
    opacity: 1 !important;
}
#sr-nav-btn-mob.active .navbar_burger_icon {
    opacity: 0 !important;
}
#sr-nav-btn-mob.active .navbar_cross {
    opacity: 1 !important;
}

@media screen and (max-width: 479px) {
    .section-hero_catalog.fef {
        padding-top: 27vw;
    }
}
.card-product_anim-dropdown.active {
    height: auto !important;
}
.modal-dialog {
    max-width: 725px;
}
.modal.show {
    opacity: 1;
}