html,
body {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    overflow: hidden;
    overflow-y: auto;
    /*scroll-behavior: smooth;*/
    -webkit-overflow-scrolling: touch;
}
html {
    margin-top: 0 !important;
}
html.bx-ios {
    overflow: hidden;
}
body {
    height: auto;
    min-height: 100%;
    margin: 0;
    overflow-x: hidden;
    flex: 0 0 auto;
}
.bx-ios body {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
/**/
.lh-point-wrap-icon {
    z-index: 9998;
}
/**/
.smartbanner {
    position: -webkit-sticky;
    position: sticky;
    flex: 0 0 auto;
    order: -1;
    z-index: 950;
}

/**/
.owl-carousel {
    width: auto;
}
.row-cols-2 > .owl-stage-outer,
.row-cols-lg-4 > .owl-stage-outer {
    max-width: 100%;
    flex: 0 0 100%;
}
.owl-carousel.row {
    display: flex;
}
/**/
.register-form {
}
.register-form .form-control[readonly] {
    background-color: #fff;
    opacity: 0.4;
}
.register-form__buttons {
    margin-top: 30px;
    display: flex;
}
.register-form__buttons .btn {
    width: 220px;
    max-width: 100%;
    background: #7797c3;
    border-color: #7797c3;
}
.register-form__timer {
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    width: 220px;
    max-width: 100%;
    padding: 2px 16px 2px;
    margin-left: 10px;
    border: 2px solid #7797c3;
    border-radius: 4px;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    pointer-events: none;
    cursor: pointer;
    color: #7797c3;
}
.register-form__timer--fill {
    background: #7797c3;
    pointer-events: auto;
    color: #fff;
}
/**/
.header__logo__mobile img {
    font-size: 10px;
}

.header__right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}

.header__wishlist {
    line-height: 18px;
    width: 20px;
    height: 19px;
    margin: 0;
    background-size: contain;
}

.header__search {
    width: 18px;
    height: 18px;
    margin: 0;
    background-size: contain;
}

.header__basket__link .icon {
    line-height: 14px;
    top: 0;
    width: 24px;
    height: 25px;
    background-size: contain;
}
.header__basket__link .icon.in {
    background-image: url('/local/templates/gts/build/images/header__basket_in.bec9132b.svg');
    background-size: contain;
}

.header__personal {
    width: auto;
    height: auto;
    min-height: 20px;
    padding-left: 22px;
    margin-top: 0;
    background-position: left center;
    background-size: 20px 20px;
    order: -1;
}
.header__personal-title {
    font-size: 10px;
    font-weight: 400;
    line-height: calc(13 / 10);
    padding-left: 3px;
    margin-right: -8px;
    color: #2D5FA3;
}
.header__personal__box {
    margin-left: 11px;
}

.header-contacts {
    max-width: 380px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .header__right {
        flex-direction: row-reverse;
    }

    .header__personal {
        margin-top: 0;
        order: initial;
    }
}
@media (min-width: 992px) {
    .header__right {
        gap: 19px;
    }

    .header__wishlist {
        line-height: 23px;
        width: 28px;
        height: 26px;
    }

    .header__search {
        height: 25px;
        width: 25px;
        background-size: 21px 21px;
    }

    .header__basket__link .icon {
        line-height: 18px;
        top: 5px;
        width: 27px;
        height: 28px;
    }

    .header__personal {
        min-height: 25px;
        padding-left: 25px;
        background-size: 24px 25px;
    }
    .header__personal-title {
        font-size: 13px;
        line-height: calc(18 / 13);
        padding-left: 9px;
        margin-right: 0;
    }
}
@media (min-width: 1200px) {
    .header-contacts {
        margin-left: 0px;
    }
}
/**/
.sports-front {
    margin: 24px 0 30px 0;
    color: #343434;

    --columns: 2;
}
.sports-front:first-child {
    margin-top: 0;
}
.sports-front:last-child {
    margin-bottom: 0;
}
.sports-front__head {
    margin-bottom: 24px;
}
.sports-front__title {
    font-weight: 700;
    font-size: 18px;
    line-height: calc(20 / 18);
    margin: 0;
}
.sports-front__title:after {
    content: "";
    width: 8px;
    height: 14px;
    margin-left: 6px;
    background: url("/images/title-arrow.svg") 0 0 no-repeat;
    display: inline-block;
    vertical-align: -2px;
}
.sports-front__list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(var(--columns), 1fr);
    grid-gap: 24px;
    gap: 24px;
}
.sports-front__item {
    padding: 0;
    margin: 0;
}
.sports-front__item a {
    text-decoration: none; 
    transition: all 0.3s ease; 
}
.sports-front__item a:hover {
    background-color: #f5f5f5; 
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); 
    cursor: pointer; 
}
.sports-front-item__title {
    transition: color 0.3s ease;
}
.sports-front-item__title:hover {
    color: #ff5722; /* Меняем цвет шрифта на оранжевый */
}

.sports-front-item {
    background: #d9d9d9;
    display: grid;
    text-decoration: none;
    color: inherit;
}
a.sports-front-item {
    text-decoration: none;
    color: inherit;
}
.sports-front-item__image {
    position: relative;
    display: flex;
    grid-area: 1 / 1 / 2 / 2;
}
.sports-front-item__image:before {
    content: "";
    width: 100%;
    padding-top: calc(359 / 266 * 100%);
    grid-area: 1 / 1 / 2 / 2;
    align-self: flex-start;
}
.sports-front-item__image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sports-front-item__title {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    line-height: calc(20 / 18);
    padding: 16px 10px;
    grid-area: 1 / 1 / 2 / 2;
    align-self: flex-end;
    color: #343434;
}

@media (min-width: 640px) {
    .sports-front {
        --columns: 4;
    }
}
@media (min-width: 768px) {
    .sports-front-item__title {
        font-size: 18px;
        padding: 16px 16px;
    }
}
@media (min-width: 992px) {
    .sports-front-item__title {
        padding: 24px 25px;
    }
}
/**/
.yandex-rateit {
    width: 100%;
    padding: 10px 10px 10px 10px;
    margin: 0 0 41px 0;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12), 0 0 3px 0 rgba(0, 0, 0, 0.06);
    justify-content: space-around;
}
.yandex-rateit__item {
    padding: 10px 10px;
}

.yandex-rateit-item {
    display: flex;
    flex-direction: column;
}
.yandex-rateit-item__head {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    display: flex;
    justify-content: center;
}
.yandex-rateit-item__title {
}
.yandex-rateit-item__rating-stars {
    margin-left: 6px;
    margin-top: 2px;
}
.yandex-rateit-item__descr {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.rating-star {
    position: relative;
    width: 80px;
    height: 16px;
    background: url("/images/star.gif") left -16px;
    overflow: hidden;
}
.rating-star__selected {
    height: 100%;
    background: inherit;
    background-position: left -32px;
}

@media (min-width: 576px) {
    .yandex-rateit {
        display: flex;
    }
}
/**/
.yandex-review {
    margin-top: 30px;
    margin-bottom: 40px;
}
.yandex-review__title {
    text-align: center;
}
.yandex-review__list {
    padding: 0;
    margin: 0 -10px -20px -10px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.yandex-review__item {
    width: 100%;
    padding: 0 10px 0 10px;
    margin: 0 0 20px 0;
    display: flex;
    flex: 0 0 auto;
}

.yandex-review-item {
    position: relative;
    min-width: 1px;
    padding: 15px;
    border: 2px solid #2d5fa3;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}
.yandex-review-item__name {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    margin: 0 0 14px 0;
    padding: 0;
    color: #1d1d1b;
}
.yandex-review-item__rating {
    margin-bottom: 20px;
}
.yandex-review-item__body {
}
.yandex-review-item__descr {
    margin-top: 20px;
}
.yandex-review-item__descr:first-child {
    margin-top: 0;
}
.yandex-review-item__descr-title {
    font-weight: bold;
}
.yandex-review-item__date {
    font-style: italic;
    margin-top: auto;
    padding-top: 15px;
}

@media (min-width: 576px) {
    .yandex-review__item {
        width: calc(100% / 2);
    }
}
@media (min-width: 992px) {
    .yandex-review__item {
        width: calc(100% / 3);
    }
}
/**/
/**/
.digi-dolyame-button {
    font-family: Avenir, Helvetica, Arial, sans-serif;
    font-weight: 400;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding: 12px;
    margin: 0;
    background: #fff;
    border: 1px solid rgb(199, 201, 204);
    display: flex;
    align-items: center;
    text-align: left;
    box-sizing: border-box;
    white-space: nowrap;
    color: #000;
}
.digi-dolyame-button *,
.digi-dolyame-button *:after,
.digi-dolyame-button *:before {
    box-sizing: inherit;
}
.digi-dolyame-button:hover {
    cursor: pointer;
}
.digi-dolyame-button:before {
    content: "";
    width: 96px;
    height: 30px;
    background: url("/images/dolyame-logo.svg") 0 0 / contain no-repeat;
    flex: 0 0 auto;
}
.digi-dolyame-button:after {
    content: url("/images/dolyame-info.svg");
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
}
.digi-dolyame-button__content {
    min-width: 1px;
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}
.digi-dolyame-button__text {
    font-size: 13px;
    line-height: 20px;
}
.digi-dolyame-button__price {
    font-size: 1.2em;
}
.digi-dolyame-button__sign {
    font-size: 10px;
    line-height: 16px;
    display: none;
    color: #646464;
}

@media (min-width: 1024px) {
    .digi-dolyame-button {
        margin-bottom: 20px;
    }
}
/**/
.digi-dolyame-modal {
    position: relative;
    font-family: Avenir, Helvetica, Arial, sans-serif;
    width: 600px;
    padding: 40px;
    box-shadow: 0 18px 30px rgba(51, 51, 51, 0.64);
    background: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    text-align: center;
    box-sizing: border-box;
}
.digi-dolyame-modal *,
.digi-dolyame-modal :after,
.digi-dolyame-modal :before {
    box-sizing: inherit;
}
.digi-dolyame-modal__header {
    font-size: 32px;
    line-height: 38px;
    width: 100%;
    margin-bottom: 16px;
    color: #000;
}
.digi-dolyame-modal__logo {
    margin-bottom: 32px;
}
.digi-dolyame-modal__title {
}
.digi-dolyame-modal__body {
}
.digi-dolyame-modal__body a {
    text-decoration: none;
    color: #1771e6;
}
.digi-dolyame-modal__body-text {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 8px;
    color: #000;
}
.digi-dolyame-modal__body-description {
    font-size: 12px;
    line-height: 20px;
    margin-top: 8px;
    color: #666;
}
.digi-dolyame-modal__body-image {
    margin: 16px 0;
}
.digi-dolyame-modal__steps {
}

.digi-dolyame-steps {
    font-size: 12px;
    padding: 20px 30px;
    background: #f6f7f8;
    text-align: left;
}
.digi-dolyame-steps__list {
    padding: 0;
    margin: 0 -5px 15px -5px;
    list-style: none;
    display: flex;
    justify-content: space-between;
}
.digi-dolyame-steps__list:last-child {
    margin-bottom: 0;
}
.digi-dolyame-steps__item {
    position: relative;
    padding: 0 5px 30px 5px;
    margin: 0;
    text-align: center;
    color: #666;
}
.digi-dolyame-steps__item:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    width: 20px;
    height: 20px;
    padding: 4px;
    border: 2px solid transparent;
    border-radius: 50%;
    background: #242424 content-box;
    transform: translateX(-50%) rotate(45deg);
}
.digi-dolyame-steps__item:nth-child(1):before {
    border-color: #6fadaa transparent transparent transparent;
}
.digi-dolyame-steps__item:nth-child(2):before {
    border-color: #6fadaa #6fadaa transparent transparent;
}
.digi-dolyame-steps__item:nth-child(3):before {
    border-color: #6fadaa #6fadaa #6fadaa transparent;
}
.digi-dolyame-steps__item:nth-child(4):before {
    background: none;
    border-color: #6fadaa;
}
.digi-dolyame-steps__item:nth-child(4):after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    width: 8px;
    height: 6px;
    border-left: 2px solid #6fadaa;
    border-bottom: 2px solid #6fadaa;
    transform: translate(0px, -6px) rotate(-52deg);
    transform-origin: 0 100%;
}
.digi-dolyame-steps__item-percent {
    font-size: 14px;
    font-weight: bold;
    color: #000;
}
.digi-dolyame-steps__info {
    position: relative;
    font-size: 12px;
    padding-left: 18px;
    margin: 10px 20px 0 20px;
}
.digi-dolyame-steps__info:before {
    position: absolute;
    content: "";
    top: 7px;
    left: 5px;
    width: 9px;
    height: 5px;
    border-left: 1px solid #6fadaa;
    border-bottom: 1px solid #6fadaa;
    transform: rotate(-52deg);
    transform-origin: 0 100%;
}
@media (orientation: landscape) and (max-width: 932px) and (min-height: 300px) {
    .header {
        background-color: #fff;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 301;
        padding-left: 15px;
        padding-right: 15px;
    }
    .container-md {
        margin-top: 99.5px;
    }
}
@media (max-width: 640px) {
    .header {
        background-color: #fff;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 301;
        padding-left: 15px;
        padding-right: 15px;
    }
    .container-md {
        margin-top: 71px;
    }
    .digi-dolyame-modal {
        padding: 16px;
    }
    .digi-dolyame-modal__header {
        font-size: 20px;
        line-height: 26px;
    }
    .digi-dolyame-modal__body-text {
        font-size: 16px;
    }
    .digi-dolyame-modal__body-description {
        font-size: 14px;
    }
    .digi-dolyame-modal__body-image {
        width: calc(100% + 32px);
        max-width: unset;
        min-width: unset;
        margin: 16px -16px;
    }

    .digi-dolyame-steps {
        padding: 15px 10px;
    }
    .digi-dolyame-steps__info {
        margin-left: 0;
        margin-right: 0;
    }
}
img.itc-lazy-load:not([src]) {
    opacity: 0;
}
/**/
.section-gallery-wrapper {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: flex;
    flex-direction: row;
    z-index: 2;
}
.section-gallery-wrapper__item {
    flex-grow: 1;
    margin-bottom: -4px;
}
.section-gallery-wrapper__item img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    border: 0;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    pointer-events: none;
}
.section-gallery-wrapper__item._active img {
    opacity: 1;
}
.section-gallery-wrapper__item-nav {
    display: block;
    position: relative;
    margin: 0px 2px 0px 0px;
    height: 100%;
}
.section-gallery-wrapper__item:last-of-type .section-gallery-wrapper__item-nav {
    margin-right: 0px;
}
.section-gallery-wrapper__item-nav:before {
    content: "";
    display: block;
    height: 1px;
    background-color: #cdcdcd;
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    cursor: pointer;
}
.section-gallery-wrapper__item_hidden {
    display: none;
}
._active .section-gallery-wrapper__item-nav::before {
    background-color: #2c5fa2;
}
/**/
.reviews-front {
    margin-bottom: 40px;
    --_columns: 1;
}
.reviews-front__head {
    margin-bottom: 24px;
}
.reviews-front__title {
    font-weight: 700;
    font-size: 18px;
    line-height: calc(20 / 18);
    margin: 0;
}
.reviews-front .reviews-front__link {
    color: inherit;
}
.reviews-front__link:after {
    content: "";
    width: 8px;
    height: 14px;
    margin-left: 6px;
    background: url("/images/title-arrow.svg") no-repeat;
    display: inline-block;
    vertical-align: -2px;
}
.reviews-front__body {
}
.reviews-front__list {
    width: auto;
    padding: 0;
    margin: 0 -10px -20px -10px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.reviews-front__list.owl-loaded {
    margin-bottom: 0;
}
.reviews-front .reviews-front__list {
    display: flex;
}
.reviews-front__item {
    padding: 0 10px;
    margin: 0 0 20px 0;
    display: flex;
    flex: 0 0 calc(100% / var(--_columns));
}
.owl-item .reviews-front__item {
    min-width: 1px;
    margin-bottom: 0;
    flex: 1 1 auto;
}
.reviews-front .owl-stage-outer {
    padding: 5px 0;
    margin: -5px 0;
}
.reviews-front .owl-stage {
    display: flex;
}
.reviews-front .owl-item {
    display: flex;
}
.reviews-front .owl-nav .owl-prev {
    left: -20px !important;
}
.reviews-front .owl-nav .owl-next {
    right: -20px !important;
}

.reviews-front-item {
    position: relative;
    min-width: 1px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.25);
    background: #fff;
    flex: 1 1 auto;
}
.reviews-front-item__head {
    margin-bottom: 5px;
    color: #a3a3a3;
}
.reviews-front-item__author {
    font-weight: bold;
    margin-right: 10px;
    color: #1d1d1b;
}
.reviews-front-item__date {
}
.reviews-front-item__info {
    position: relative;
    line-height: 18px;
    margin: 0 -5px 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #a3a3a3;
}
.reviews-front-item__rating {
    padding: 0 5px;
    display: flex;
}
.reviews-front-item__rating .stars {
    height: 14px;
}
.reviews-front-item__rating .stars span {
    width: 14px;
    height: 14px;
    background-size: 14px auto;
}
.reviews-front-item__rating .stars span.active {
    background-position: 0 bottom;
}
.reviews-front-item__region {
    padding: 0 5px;
}
.reviews-front-item__product {
    height: 42px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.reviews-front-item__product a {
    text-decoration: underline;
    color: inherit;
}
.reviews-front-item__product a:hover {
    text-decoration: none;
}
.reviews-front-item__comment {
    max-height: calc(21px * 9);
    /*display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;*/
    overflow: hidden;

    --wc-collapse-close-max-height: 189px;
}
.reviews-front-item__comment-detail {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    display: none;
    z-index: 10;
}
.is-overflow > .reviews-front-item__comment-detail {
    display: block;
}
.reviews-front-item__comment-detail:before {
    position: absolute;
    content: "";
    right: 100%;
    top: 0;
    bottom: 0;
    width: 35px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white 85%);
    pointer-events: none;
}
.all_nav .pages {
    margin: 5px 10px;
}
.all_nav > *{
	margin: 5px 0;
}

@media (min-width: 576px) {
    .reviews-front {
        --_columns: 2;
    }
}
@media (min-width: 768px) {
    .reviews-front {
        --_columns: 2;
    }
    .reviews-front .owl-nav .owl-prev {
        left: 0 !important;
    }
    .reviews-front .owl-nav .owl-next {
        right: 0 !important;
    }
}
@media (min-width: 992px) {
    .reviews-front {
        --_columns: 3;
    }
}
/**/
.author-box {
    position: relative;
    font-size: 16px;
}
.author-box--bg {
    padding: 25px 0 30px 0;
    background: #f0f0f0;
}
.author-box--bg:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 50%;
    width: 200vw;
    background: inherit;
    transform: translateX(-50%);
    pointer-events: none;
    z-index: -1;
}
.author-box__title {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 15px;
}
.author-box__body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 10px 20px;
    gap: 10px 20px;
}
.author-box__image {
    width: 200px;
    flex: 0 0 auto;
}
.author-box__image img {
    max-width: 100%;
}
.author-box__inner {
    min-width: 1px;
    flex: 1 1 auto;
}
.author-box__name {
    font-weight: bold;
    margin-bottom: 10px;
}
.author-box__descr {
    margin-bottom: 5px;
}
.author-box__experience {}
.author-box__position {}

@media (min-width: 576px) {
    .author-box__body {
        flex-direction: row;
    }
    .author-box__image {
        width: 150px;
    }
}
@media (min-width: 992px) {
    .author-box__image {
        width: 200px;
    }
}
.widgetApp.widget--show {
    display: none !important;
}
.deferred-products__opener {
    display: none !important;
}
