/* ----main---- */
.html-sports_wrapper * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.html-sports_wrapper {
    scroll-behavior: smooth;
    font-family: 'SMSans';
    font-feature-settings: 'ss01' on, 'clig' off, 'liga' off;
    margin: auto;
    /*max-width: 1920px;*/
    min-width: 320px;
}

.html-sports_wrapper p{
    font-feature-settings: 'clig' off, 'liga' off;
}

.html-sports_container {
    margin: auto;
}

.html-sports_img_responsive {
    max-width: 100%;
    height: auto;
    display: block;
    transition: .3s;
}

:root {
    --block-padding-main: 96px;
    --block-margin-bottom-main: 96px;
    --block-padding-secondary: 56px;
    --title-margin: 32px;
}

@media (max-width: 1919px) {
	:root {
        --block-padding-secondary: 48px;
        --title-margin: 28px;
    }
}

@media (max-width: 1439px) {
	:root {
        --block-padding-main: 72px;
        --block-margin-bottom-main: 72px;
    }
}

@media (max-width: 1023px) {
	:root {
        --block-padding-secondary: 32px;
    }
}

@media (max-width: 767px) {
	:root {
        --block-padding-main: 56px;
        --block-margin-bottom-main: 56px;
    }
}

/* ----main---- */



/* ----html-sports_top---- */
.html-sports_top {
    overflow: hidden;
}

.html-sports_content{
    margin-bottom: var(--block-margin-bottom-main);
}

.html-sports_top__title {
    color:  #000;
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: 52px;
    letter-spacing: 1.4px;
    padding: 0;
    margin: 0 0 16px 0;
}

.html-sports_top__items {
    display: flex;
    flex-direction: column;
    grid-gap: 18px;
}

.html-sports_top_grid__item {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.html-sports_top__item {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.html-sports_top__items-variation{
    grid-gap: 18px;
}

.html-sports_top__items-variation1{
    display: grid;
    grid-template-columns: repeat(4,1fr);    
}

.html-sports_top__items-variation1 .html-sports_top_grid__item:nth-child(1){
    grid-column: 2 span;
}

.html-sports_top__items-variation2{
    display: grid;
    grid-template-columns: repeat(4,1fr); 
}

.html-sports_top__items-variation2 .html-sports_top_grid__item:nth-child(3){
    grid-column: 2 span;
}

.html-sports_top__items-variation3{
    display: grid;
    grid-template-columns: repeat(2,1fr); 
}

.html-sports_top__items-variation4{
    display: grid;
    grid-template-columns: repeat(4,1fr); 
}

.html-sports_top_grid__item img{
    transition: all 1.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    width: 100%;
}

.html-sports_top_grid__item:hover img {
    transform: scale(1.02);
}

.html-sports_top__item img {
/*    height: 100%;*/
}

.html-sports_top__link-inner {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    z-index: 3;
}

.html-sports_top__item--dv {
    width: 100%;
}

.html-sports_top__item--pv {
    display: none;
}

.html-sports_top__item-bottom {
    position: absolute;
    bottom: 24px;
    left: 24px;
    padding-right: 15px;
    z-index: 5;
}

.html-sports_top__title-bottom {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin: 0;
}

.html-sports_top__btn {
    font-feature-settings: 'clig' off, 'liga' off;
    display: inline-block;
    padding: 6px 12px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #333333;
    background-color: #FFFFFF;
    text-decoration: none;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #E3E3E3;
    transition: all .2s ease-out;
}

.html-sports_top__item-new{
    width: max-content;
    padding: 4px 8px;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    color: #fff;
    background-color: #21D797;
    margin-bottom: 12px;
}

img.html-sports_top__item-close{
    width: 14px;
    height: 14px;
    position: absolute;
    right: 15px;
    top: 15px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 3;
    cursor: pointer;
}

.html-sports_top__item.active img.html-sports_top__item-close{
    visibility: visible;
    opacity: 1;
}

.html-sports_top__item.active .html-sports_top__title-bottom{
    color: #fff;
}


.html-sports_top__item.active{
    background-color: rgb(0 0 0 / 50%);
}

@media not all and (pointer: coarse) {
    .html-sports_top__btn:hover {
        border-color: #B5CAFF;
    }
}

.html-sports_top__btn-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.html-sports_top__btn-wrap--acc {
    max-width: 280px;
}

.html-sports_top__btn--t {
    background-color: transparent;
    border: 1px solid rgba(51, 51, 51, 0.35);
}

.html-sports_top__btn:hover {
    border-color: #B5CAFF;
}



/* ----TABY KATEGORIY---- */
.html-sports_top_hidden-link{
    cursor: pointer;
    display: none;
}
.html-sports_top_hidden-link:hover{
    border-color: #B5CAFF;
}
.html-sports_top_hidden-list {
    width: 40%;
    background-color: rgba(214, 157, 77, 0.875);
    flex-direction: column;
    gap: 8px;
    display: none;
    
}

.html-sports_top_hidden-list.active {
    display: flex;
}

.html-sports_top_links-cont {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.html-sports_top__btn-wrap {
    width: 100%;
  
}
.html-sports_top__item-bottom{
    width: calc(100% - 24px);
}
/* ----TABY KATEGORIY---- */

/* More Button / Dropdown Menu */

.more {
    display: none;
    position: relative;
}

.more-btn,
.more-menu-btn {
    border-radius: 4px;
    border: 0 none;
    /* line-height: normal; */
    overflow: visible;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    width: 100%;
    height: 100%;
    text-align: left;
    outline: none;
    cursor: pointer;
}

.more-dot {
    background-color: #333;
    margin: 0 auto;
    display: inline-block;
    width: 3px;
    height: 3px;
    margin-right: 1px;
    border-radius: 50%;
    transition: background-color 0.3s;
}

.more-menu {
    position: absolute;
    bottom: 45px;
    right: 0px;
    z-index: 900;
    float: left;
    padding: 10px 0;
    margin-top: 9px;
    background-color: #fff;
    border: 1px solid #ccd8e0;
    border-radius: 4px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    opacity: 0;
    transform: translate(0, 15px) scale(.95);
    transition: transform 0.1s ease-out, opacity 0.1s ease-out;
}

.more-menu-caret {
    position: absolute;
    bottom: -10px;
    right: 12px;
    width: 18px;
    height: 10px;
    float: left;
    overflow: hidden;
}

.more-menu-caret-outer,
.more-menu-caret-inner {
    position: absolute;
    display: inline-block;
    margin-left: -1px;
    font-size: 0;
    line-height: 1;
}

.more-menu-caret-outer {
    border-top: 10px solid #c1d0da;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    height: auto;
    left: 0;
    top: 0;
    width: auto;
}

.more-menu-caret-inner {
    top: -1px;
    left: 1px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #fff;
}

.more-menu-items {
    margin: 0;
    list-style: none;
    padding: 0;
}

.more-menu-item {
    display: block;
}

.more-menu-btn {
    min-width: 100%;
    color: #66757f;
    cursor: pointer;
    display: block;
    font-size: 13px;
    line-height: 18px;
    padding: 5px 20px;
    position: relative;
    white-space: nowrap;
    text-decoration: none;
    box-sizing: border-box;
}


.more-btn:hover .more-dot,
.show-more-menu .more-dot {
    background-color: #516471;
}

.show-more-menu .more-menu {
    opacity: 1;
    transform: translate(0, 0) scale(1);
    pointer-events: auto;
}

.html-sports_top__item_video-mp {
    display: none;
}

.html-sports_top__item_video {
    pointer-events: none;
    max-width: 100%;
    transform: scale(1.06);
    position: relative;
    z-index: -1;
}

/* ----media---- */

@media (max-width: 1919px) {
    .html-sports_anchors-block {
        margin-bottom: 35px;
    }
    .html-sports_top__title {
        font-size: 38px;
        line-height: 48px;
        letter-spacing: 1.2px;
        margin: 5px 0 30px 0;
    }
    .more {
        display: inline-block;
    }
    .html-sports_btn__hide_mobile {
        display: none !important;
    }
}

@media (max-width: 1439px) {
    .html-sports_top__title {
        font-size: 32px;
        line-height: 38px;
        margin: 5px 0 16px;
    }
    .html-sports_anchors-block {
        margin-bottom: 16px;
    }
    .html-sports_top__item--dv {
        display: none;
    }
    .html-sports_top__item--pv {
        display: block;
        width: 100%;
    }
    .html-sports_top__link-inner{
        pointer-events: none;
    }
    
}

@media (max-width: 1023px) {
    .html-sports_top__items {
        gap: 14px;
    }
    .html-sports_top__title {
        font-size: 28px;
        line-height: 36px;
        letter-spacing: 1px;
        margin: 16px 0;
    }
    .html-sports_top__title-bottom {
        font-size: 14px;
        line-height: 20px;
    }
    .html-sports_top__btn {
        padding: 6px 12px;
        font-size: 12px;
        line-height: 16px; 
    }
    .html-sports_top__item-bottom {
        bottom: 17px;
        padding-right: 10px;
    }
    .html-sports_top__btn-wrap{
        /*display: none;*/
    }
    .html-sports_top__items-variation{
        gap: 14px;
    }
}

@media (max-width: 767px) {
    .html-sports_top__title {
        font-size: 22px;
        line-height: 30px;
        letter-spacing: .8px;
    }
    .html-sports_top__title-bottom {
        font-size: 18px;
        line-height: 26px;
    }
    .html-sports_top__item-bottom {
        bottom: 13px;
        left: 23px;
        padding-right: 9px;
    }
    .html-sports_top__btn {
        font-size: 12px;
        line-height: 16px;
    }
    .html-sports_top__btn--t {
        background-color: #fff;
        border: none;
    }
    .html-sports_btn__hide_mobile--visible {
        display: block!important;
    }
    .more-menu-hide--db {
        display: none!important;
    }
    .html-sports_top__btn-wrap {
        max-width: 240px;
    }
    .html-sports_top__title {
        font-size: 20px;
        line-height: 32px;
        letter-spacing: 1.8px;
        margin: 5px 0 13px;
    }
    .html-sports_anchors_a a {
        font-size: 14px;
        line-height: 24px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .html-sports_top__item-bottom {
        bottom: 12px;
        left: 8px;
    }
    .html-sports_top__items {
        grid-gap: 8px;
    }
    .html-sports_top__items-variation{
        grid-gap: 8px;
    }    
    .html-sports_top__items-variation1{
        grid-template-rows: repeat(2, 1fr);
        grid-template-columns: repeat(2, 1fr);
    }
    .html-sports_top__items-variation1 .html-sports_top_grid__item:nth-child(1){
        grid-column: unset;
        grid-row-end: span 2;
    }
    .html-sports_top__items-variation2{
        grid-template-rows: repeat(2, 1fr);
        grid-template-columns: repeat(2, 1fr);
    }
    .html-sports_top__items-variation2 .html-sports_top_grid__item:nth-child(1){
        grid-row-start: 1;
        grid-column-start: 1;
    }
    .html-sports_top__items-variation2 .html-sports_top_grid__item:nth-child(2){
        grid-row-start: 2;
        grid-column-start: 1;
    }
    .html-sports_top__items-variation2 .html-sports_top_grid__item:nth-child(3){
        grid-row-end: span 2;
        grid-column-start: 2;
    }
    .html-sports_top__items-variation3{
        grid-template-columns: repeat(2, 1fr);
    }
    .html-sports_top__items-variation4{
        grid-template-rows: repeat(2, 1fr);
        grid-template-columns: repeat(2, 1fr);
    }
    .html-sports_top__item--dv {
        display: block;
    }
    .html-sports_top__item--pv {
        display: none;
    }
    .html-sports_top__title-bottom {
        font-size: 14px;
        line-height: 20px;
        max-width: 120px;
    }
    .html-sports_top__item-new{
        margin-bottom: 4px;
    }
    .html-sports_top__item_video-dv {
        display: none;
    }
    .html-sports_top__item_video-mp {
        display: block;
    }
}

@media(max-width: 500px) {
    .html-sports_top__title-bottom {
        max-width: 100%;
    }
}
/* ----html-sports_top---- */



/* ----html-sports_s1_anchors-block---- */
.html-sports_s1_anchors-block {
    position: sticky;
    margin: 0;
    z-index: 100;
    background: #fff;
    left: 0;
    top: 0;
    max-width: 100%;
    width: 100%;
}

.html-sports_s1_anchors-block ul {
    padding: 0;
    list-style: none;
    display: flex;
    column-gap: 30px;
}

.html-sports_anchors_a a {
    text-decoration: none;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    font-weight: 500;
    display: flex;
    align-items: center;
    padding: 16px 10px 16px 0;
    height: 24px;
    box-sizing: content-box;
}

.html-sports_anchors_a a:hover {
    opacity: 0.8;
}

.html-sports_anchors_a img {
    vertical-align: middle;
    margin-right: 7px;
}

.html-sports_achors_b_fix {
    -webkit-box-shadow: 0px 5px 5px -5px rgba(34, 60, 80, 0.6);
    -moz-box-shadow: 0px 5px 5px -5px rgba(34, 60, 80, 0.6);
    box-shadow: 0px 5px 5px -5px rgba(34, 60, 80, 0.6);
}

.html-sports_s1_anchors-block2 .html-sports_s1_anchors-block-wrap {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 22px;
  }
  .html-sports_s1_anchors-block2.html-sports_s1_anchors-block ul {
	align-items: center;
	margin: 0;
  }
  .html-sports_s1_anchors-block2 .html-sports_anchors_a_link {
    transition: 0.5s all ease;
	height: max-content;
	cursor: pointer;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid #1551e5;
	font-size: 12px;
	font-weight: 500;
	line-height: 16px;
	letter-spacing: 0.5px;
	padding: 0;
	margin: 0;
	color: #1551e5;
	padding: 14px 24px;
  }

  .html-sports_s1_anchors-block2 .html-sports_anchors_a_link:hover {
	color: #fff;
	opacity: 1;
  }

  .html-sports_s1_anchors-block2 .html-sports_anchors_a_link:hover {
	background: #1551e5;
  }

  .html-sports_s1_anchors-block2 .html-sports_feautures__item_column {
	display: flex;
	flex-direction: column;
  }

  @media (max-width: 1439px) {
	.html-sports_s1_anchors-block2 .html-sports_s1_anchors-block-wrap {
	  margin-bottom: 16px;
	}

	.html-sports_s1_anchors-block2 .html-sports_anchors_a_link {
	  padding: 10px 12px;
	  font-size: 10px;
	  line-height: 12px;
	  letter-spacing: -0.20000000298023224px;
	}
  }

  @media (max-width: 767px) {
    .html-sports_s1_anchors-block {
        margin: 0 0 10px 0;
        overflow-x: scroll;
        scroll-snap-type: x mandatory;
    }
    
    .html-sports_s1_anchors-block ul {
        column-gap: 6px;
    }

    .html-sports_s1_anchors-block2.html-sports_s1_anchors-block {
        margin-bottom: 0;
        overflow-x: unset;
        scroll-snap-type: unset;
      }
  
      .html-sports_s1_anchors-block2.html-sports_s1_anchors-block ul {
        max-width: 100%;
      }
  
      .html-sports_s1_anchors-block2 .html-sports_s1_anchors-block-wrap {
        flex-direction: column;
        gap: 8px;
        margin-bottom: 0;
        padding-bottom: 24px;
        width: 100%;
      }
  
      .html-sports_s1_anchors-block2 .html-sports_s1_anchors-block-nav {
        overflow-x: scroll;
        scroll-snap-type: x mandatory;
        width: calc(100% + 32px);
        position: relative;
        padding-left: 16px;
      }
  
      .html-sports_s1_anchors-block2 .html-sports_anchors_a_link {
        width: 100%;
        padding: 10px;
        font-size: 10px;
        line-height: 12px;
        letter-spacing: -0.20000000298023224px;
        text-align: center;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
      }
  
      .html-sports_s1_anchors-block2 .html-sports_anchors_a a {
          padding: 16px 10px 10px 0;
      }
}
     
/* ----html-sports_s1_anchors-block---- */



/* ----blok - kategorii ---> Modal-tags---- */
.html-sports_top_tag {
    display: none;
}
@media (max-width: 1439px) {
    
    .html-sports_top_tag {
        width: 100%;
        max-width: 532px;
        max-height: 650px;
        box-sizing: border-box;
        padding: 16px 24px 24px 24px;
        background: #fff;
        position: fixed;
        top: 10%;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 102;
        opacity: 0;
    }
    .html-sports_top_tag__close {
        width: 44px;
        height: 44px;
        position: absolute;
        top: 8px;
        right: 10px;
        cursor: pointer;
        display: block;
        background-image: url(https://cdn.sportmaster.ru/upload/content/cmsgate/ru_sm/smprod/dip_content/2023/static/beg_ligi_28_02/close.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: auto;
    }

    .html-sports_top_tag__detail {
        padding-right: 20px;
        background-color: white;
    }

    .html-sports_top_tag__title {
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 36px;
        letter-spacing: 2.2px;
        text-transform: uppercase;
        color: #000;
        margin: 0;
    }

    .html-sports_top_tag__body {
        max-height: 400px;
        margin-top: 24px;
        overflow-y: auto;
    }

    .html-sports_top_tag__list{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 16px;
    }
    .html-sports_top_tag__item {
        position: relative;
        transition: all 0.5s ease;
        font-feature-settings: 'clig' off, 'liga' off;
        text-decoration: none;
        display: block;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px; 
        color: #000;
    }

    .html-sports_top_tag__item:hover{
        color: #1551E5;
    }

    .html-sports_top_tag__img path{
        transition: all 0.5s ease;
    }

    .html-sports_top_tag__link:hover .html-sports_top_tag__img path{
        fill: #1551E5;
    }

    .html-sports_top_tag__link{
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 4px;
        font-weight: 400;
        color: #333333;
        margin-top: 32px;
    }

    #html-sports_top_tag_overlay {
        z-index: 101;
        position: fixed;
        background-color: #000;
        opacity: 0.4;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        cursor: pointer;
        display: none;
    }

    .html-sports_top_tag__close:hover {
        transform: rotate(180deg);
        transition: 0.2s;
    }

    .html-sports_top_links-cont{
        display: none;
    }
}
@media (max-width: 1023px) {
    .html-sports_top__link-inner, .html-sports_top__link:not(.html-sports_top__link_check) {
        pointer-events: none;
    }
    .html-sports_top_tag__title{
        font-size: 24px;
        line-height: 36px;
    }
}

@media (max-width: 767px) {
    .html-sports_top_tag__close {
        width: 32px;
        height: 32px;
        top: 5px;
        right: 5px;
    }
    .html-sports_top_tag {
        max-width: 532px;
        max-height: 354px;
        width: 89%;
        padding: 16px;
    }
    .html-sports_top_tag__title {
        font-size: 14px;
        line-height: 22px; 
        letter-spacing: 1.3px;
    }
    .html-sports_top_tag__body {
        margin-top: 20px;
        max-height: 222px;
    }
    .html-sports_top_tag__link{
        margin-top: 16px;
    }
    .html-sports_top_tag__list{
        grid-template-columns: 1fr;
    }
}
/* ----blok - kategorii ---> Modal-tags---- */



/* ----BLOK - DRUGIE KATEGORII(SLIDER)---- */
.html-sports_category {
    position: relative;
    margin-bottom: var(--block-margin-bottom-main);
}

.html-sports_category__slider {
    position: relative;
    overflow: hidden;
}

.html-sports_category__item {
    position: relative;
    overflow: hidden;
    background-color: #F4F4F4;
}

.html-sports_category__title {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 1.2px;
    color: #000000;
    margin: 0 auto 32px;
}

.html-sports_category__description {
    position: absolute;
    bottom: 24px;
    left: 24px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #000;
}

.html-sports_category__item img {
    transition: all 1.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.html-sports_category__item:hover img {
    transform: scale(1.02);
}

.swiper-button-next.swiper-button-next-3,
.swiper-button-prev.swiper-button-prev-3 {
    width: 56px;
    height: 56px;
    background: rgba(255, 255, 255, 0.8);
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

.swiper-button-next.swiper-button-next-3::after,
.swiper-button-prev.swiper-button-prev-3::after {
    display: none;
}

.swiper-button-prev.swiper-button-prev-3 {
    left: 0%;
}

.swiper-button-next.swiper-button-next-3 {
    right: 0%;
}
        
@media (max-width: 1919px) {
    .html-sports_category__title {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 1px;
        margin: 0 auto 28px;
    }
}

@media (max-width: 1439px) {
    .html-sports_category__title {
        font-size: 26px;
        line-height: 34px; 
        letter-spacing: .8px;
        margin: 0 auto 20px;
    }
    .html-sports_category{
        padding-bottom: 28px;
    }
}

@media (max-width: 1023px) {
    .html-sports_category__title {
        font-size: 24px;
        line-height: 32px; 
        letter-spacing: .8px;
    }
    .html-sports_category__description {
        font-size: 14px;
        line-height: 20px; 
    }
}

@media (max-width: 767px) {
    .html-sports_category__title {
        font-size: 20px;
        line-height: 26px; 
        letter-spacing: .6px;
        width: 90%;
        margin: 0 0 16px;
    }
    .html-sports_category__description {
        font-size: 12px;
        line-height: 16px;
        text-align: center;
        width: 100%;
        padding: 10px 2px 0;
        position: relative;
        top: unset;
        bottom: unset;
        left: unset;
        display: inline-block;
    }
    .html-sports_category__item{
        background-color: unset;
    }
    .html-sports_category__slider{
        width: calc(100% + 5.1%);
        width: calc(100% + 16px);
    }
}
/* ----BLOK - DRUGIE KATEGORII(SLIDER)---- */


/* ----BLOK S BANNEROM, VARIACIYA Р Р†РІР‚С›РІР‚вЂњ2---- */
.html-sports_card__banner {
    margin-bottom: var(--block-margin-bottom-main);
    background-image: url(https://cdn.sportmaster.ru/upload/content/cmsgate/ru_sm/smprod/dip_content/2023/static/vidy_sporta/snowboard_12/banner2_cart.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 170px;
    padding-bottom: 170px;
    position: relative;
}

.html-sports_card__banner-link {
    text-decoration: none;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 5;
}

.html-sports_card__banner-content {
    padding-left: 132px;
    max-width: 450px;
    box-sizing: content-box;
}

.html-sports_card__banner-title {
    font-size: 30px;
    color: #fff;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin: 0 0 6px;
}

.html-sports_card__banner-text {
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    margin: 0 0 24px;
}

.html-sports_card__banner-button {
    font-feature-settings: 'clig' off, 'liga' off;
    position: relative;
    text-decoration: none;
    color: #1551E5;
    background-color: #fff;
    border: 1px solid #fff;
    padding: 16px 32px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.5s ease;
    z-index: 5;
}

.html-sports_card__banner-button:hover{
    color: #fff;
    background-color: transparent;
}

@media (max-width: 1919px) {
    .html-sports_card__banner-content {
        padding-left: 48px;
    }

    .html-sports_card__banner-title {
        font-size: 28px;
    }

    .html-sports_card__banner-button {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.5px;
    }
    .html-sports_card__banner {
        background-image: url(https://cdn.sportmaster.ru/upload/content/cmsgate/ru_sm/smprod/dip_content/2023/static/vidy_sporta/snowboard_12/banner2_cart_1919_v2.webp);
    }
}

@media (max-width: 1439px) {
    .html-sports_card__banner {
        padding-top: 127px;
        padding-bottom: 127px;
    }

    .html-sports_card__banner-content {
        padding-left: 32px;
        max-width: 340px;
    }

    .html-sports_card__banner-title {
        font-size: 26px;
        line-height: 36px;
    }

    .html-sports_card__banner-text {
        font-size: 14px;
    }
}

@media (max-width: 1023px) {
    .html-sports_card__banner {
        padding-top: 145px;
        padding-bottom: 145px;
        /*background-position: center right -350px;*/
    }

    .html-sports_card__banner-content {
        padding-left: 32px;
        max-width: 340px;
    }

    .html-sports_card__banner-title {
        font-size: 24px;
        letter-spacing: 2.2px;
    }
    .html-sports_card__banner {
        background-image: url(https://cdn.sportmaster.ru/upload/content/cmsgate/ru_sm/smprod/dip_content/2023/static/vidy_sporta/snowboard_12/banner2_cart_1023.webp);
    }
}

@media (max-width: 767px) {
    .html-sports_card__banner {
        padding-top: calc(100% * (360 / 420));
        padding-bottom: 24px;
        background-position: top center;
        background-image: url(https://cdn.sportmaster.ru/upload/content/cmsgate/ru_sm/smprod/dip_content/2023/static/vidy_sporta/snowboard_12/banner2_cart_767.webp);
    }

    .html-sports_card__banner-content {
        padding-left: 14px;
    }

    .html-sports_card__banner-title {
        font-size: 18px;
        line-height: 26px;
        letter-spacing: 1.6px;
    }

    .html-sports_card__banner-text {
        margin-bottom: 20px;
    }

    .html-sports_card__banner-button {
        padding: 8px 16px;
        font-size: 10px;
        line-height: 12px;
        letter-spacing: -0.2px;
    }
}
/* ----BLOK S BANNEROM, VARIACIYA Р Р†РІР‚С›РІР‚вЂњ2---- */


/* ----BLOK S BANNEROM, VARIACIYA 3---- */
.html-sports_subjects {
    box-sizing: border-box;
    position: relative;
    background-image: url(https://cdn.sportmaster.ru/upload/content/cmsgate/ru_sm/smprod/dip_content/2025/static/vidy_sporta/velosport/28_04/html_sports_subjects_img1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: var(--block-margin-bottom-main);
    padding: 56px 48px;
}
.html-sports_subjects__content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.html-sports_subjects__text {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
    max-width: 726px;
}
.html-sports_subjects__title {
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 500;
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 1px;
}
.html-sports_subjects__subtitle {
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0px;
}
.html-sports_subjects__box {
    display: grid;
    grid-template-columns: 197px 178px;
    gap: 16px;
}
.html-sports_subjects__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    text-decoration: none;
    transition: all 0.4s ease;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: uppercase;
    padding: 13px 24px;
}
.html-sports_subjects__btn1 {
    background: #fff;
    color: #283269;
}
.html-sports_subjects__btn1:hover {
    color: #fff;
    border-color: #fff;
    background: transparent;
}
.html-sports_subjects__btn2 {
    background: #F6A200;
    color: #283269;
}
.html-sports_subjects__btn2:hover {
    color: #F6A200;
    background: #283269;
    border-color: #F6A200;
}
@media (max-width: 1919px) {
    .html-sports_subjects__title {
        font-size: 22px;
        line-height: 30px;
        letter-spacing: 0.8px;
    }
    .html-sports_subjects__text {
        max-width: 528px;
    }
}
@media (max-width: 1439px) {
    .html-sports_subjects__text {
        max-width: 418px;
    }
    .html-sports_subjects {
        padding: 21px 32px;
    }
    .html-sports_subjects__subtitle {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0px;
    }
}
@media (max-width: 1023px) {
    .html-sports_subjects__title {
        font-size: 20px;
        line-height: 26px;
        letter-spacing: 0.8px;
    }
    .html-sports_subjects__text {
        max-width: 57%;
    }
}
@media (max-width: 767px) {
    .html-sports_subjects {
        background-image: url(https://cdn.sportmaster.ru/upload/content/cmsgate/ru_sm/smprod/dip_content/2025/static/vidy_sporta/velosport/28_04/html_sports_subjects_img1_MV.webp);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding: 11px 16px;
    }
    .html-sports_subjects__title {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0.6px;
    }
    .html-sports_subjects__content, .html-sports_subjects__box{
        gap: 12px;
    }
    .html-sports_subjects__btn {
        font-size: 10px;
        line-height: 12px;
        letter-spacing: -0.2px;
        padding: 8px 16px;
    }
    .html-sports_subjects__box {
        grid-template-columns: minmax(136px, 197px) minmax(125px, 164px);
    }
    .html-sports_subjects__text {
        max-width: 96%;
    }
}
@media (max-width: 365px) {
    .html-sports_subjects__box {
        grid-template-columns: repeat(2,1fr);
    }
}
/* ----BLOK S BANNEROM, VARIACIYA 3---- */

/* ---- BLOK-SO-SPISKOM-USLUG ---- */
.html-sports_handling {    
    overflow: hidden;
    max-width: 1920px;
    margin: 0 auto;
    margin-top: calc(-1 * var(--block-margin-bottom-main));
    padding-top: var(--block-margin-bottom-main);
    margin-bottom: var(--block-margin-bottom-main);
}
.html-sports_handling_slide {
    text-decoration: none;
    position: relative;
    box-sizing: border-box;
    min-height: 280px;
    padding: 48px;
}
.html-sports_handling_slide__img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}
.html-sports_handling_slide__info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    z-index: 3;
    height: 100%;
}
.html-sports_handling_slide__text {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
    max-width: 330px;
}
.html-sports_handling_slide__title {
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 1px;
    color: #fff;
}
.html-sports_handling_slide__subtitle {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #fff;
}
.html-sports_handling_slide__link {
    margin: 0;
    max-width: max-content;
    border: 1px solid transparent;
    box-sizing: border-box;
    transition: all 0.4s ease;
    margin-top: auto;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: uppercase;
    padding: 14px 24px;
}
.html-sports_handling__bgOrange {
    background: #F6A200;
    color: #1D244A;
}
.html-sports_handling__bgOrange:hover {
    background: #fff;
}
.html-sports_handling__bgWhite {
    background: #fff;
    color: #1D244A;
}
.html-sports_handling__blue {
    color: #0237B5;
}
.html-sports_handling__bgWhite:hover, .html-sports_handling__bgWhite.html-sports_handling__blue:hover {
    background: #F6A200;
    color: #fff;
}
.html-sports_handling_slide__price {
    margin: 0;
    width: max-content;
    position: relative;
    left: 21%;
    margin: 20px 0;
    background: #FF0016;
    color: #fff;
    border-radius: 40px;
    padding: 5px 15px;
    font-weight: 500;
    font-size: 19.89px;
    line-height: 100%;
    letter-spacing: 0.57px;
}
.html-sports_handling_slide__price span {
    font-weight: 500;
    font-size: 11.24px;
    line-height: 100%;
    letter-spacing: 0.57px;
}
.html-sports_handling_slide__icon {
    width: max-content;
    height: auto;
    display: block;
}
.html-sports_handling__cont {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
    margin-bottom: 13px;
}
.html-sports_handling_box {
    display: flex;
    flex-direction: row;
    gap: 10px;
    position: absolute;
    right: 0;
}
.html-sports_handling_arrow {
    cursor: pointer;
}
.swiper-scrollbar.swiper-scrollbar-horizontal.swiper-scrollbar-handling {
    bottom: 0;
}
.html-sports_handling__slider {
    width: calc(100% + 456px);
    position: relative;
    left: -228px;
    padding-left: 228px;
}
.br-767 {
    display: none;
}
@media (max-width: 1919px) {
    .html-sports_handling__slider {
        width: calc(100% + 176px);
        left: -88px;
        padding-left: 88px;
    }
    .html-sports_handling_slide__text {
        max-width: 286px;
    }
    .html-sports_handling_slide__title {
        font-size: 22px;
        line-height: 30px;
        letter-spacing: 0.8px;
    }
    .html-sports_handling_slide__price {
        left: 33%;
    }
    .html-sports_handling_slide__info {
        gap: 16px;
    }
}
@media (max-width: 1439px) {
    .html-sports_handling_slide__text {
        max-width: 233px;
    }
    .html-sports_handling_slide {
        min-height: 264px;
        padding: 32px;
    }
    .html-sports_handling_slide__price {
        left: 47%;
        margin: 10px 0 26px 0;
    }
    .html-sports_handling_slide__info {
        gap: 12px;
    }
}
@media (max-width: 1023px) {
    .html-sports_handling__slider {
        width: calc(100% + 128px);
        left: -64px;
        padding-left: 64px;
    }
    .html-sports_handling_slide__title {
        font-size: 20px;
        line-height: 26px;
        letter-spacing: 0.8px;
    }
    .html-sports_handling_slide__text {
        max-width: 215px;
    }
    .br-767 {
        display: block;
    }
    .html-sports_handling_slide__info {
        gap: 20px;
    }
}
@media (max-width: 767px) {
    .html-sports_handling__slider {
        width: calc(100% + 32px);
        left: -16px;
        padding-left: 16px;
    }
    .html-sports_handling_box {
        display: none;
    }
    .html-sports_handling__cont {
        margin-bottom: 0;
        margin-top: 15px;
    }
    .html-sports_handling_slide {
        min-height: 453px;
        padding: 16px;
    }
    .html-sports_handling_slide__title {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0.6px;
    }
    .html-sports_handling_slide__info {
        justify-content: end;
        gap: 4px;
    }
    .html-sports_handling_slide__link {
        padding: 14px;
        margin-top: 12px;
    }
    .html-sports_handling_slide__price {
        left: 4px;
        top: 20px;
        margin: 0;
        position: absolute;
    }
    .br-767 {
        display: none;
    }
    .html-sports_handling_slide__text {
        max-width: 100%;
    }
}
@media (max-width: 640px) {
    .html-sports_handling_slide {
        min-height: 480px;
    }
    .html-sports_handling_slide__link {
        max-width: 100%;
    }
}
@media (max-width: 500px) {
    .html-sports_handling_slide {
        min-height: 380px;
    }
}
/* ---- BLOK-SO-SPISKOM-USLUG ---- */



/* ---- BLOK-Cifrovaja-sportivnaja-platforma ---- */
.html-sports_cp {
    overflow: hidden;
    background: #F5F7FF;
    padding: var(--block-padding-main) 0;
}
.html-sports_cp__title {
    padding: 0;
    margin: 0;
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 1.2px;
}
.html-sports_cp__subtitle {
    padding: 0;
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #939393;
    width: 100%;
    max-width: 518px;
    margin-top: 8px;
}
.html-sports_cp_list {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 18px;
    margin-top: 48px;
}
.html-sports_cp_list__item {
    min-height: 158px;
    transition: all 0.4s ease;
    text-decoration: none;
    border-radius: 16px;
    display: grid;
    grid-template-columns: 96px auto;
    align-items: center;
    gap: 18px;
    padding: 36px 124px 36px 16px;
}
.html-sports_cp_list__item:nth-child(1) {
    background: linear-gradient(180deg, #15B3E5 0%, #1551E5 100%),
    linear-gradient(157.46deg, #88AAFF 9.43%, #9E49F3 99.32%),
    linear-gradient(180deg, #15B3E5 0%, #1551E5 100%);
}
.html-sports_cp_list__item:nth-child(2) {
    background: linear-gradient(180deg, #3068F3 0%, #1915E5 100%),
    linear-gradient(190.61deg, #F9C4C6 -1.93%, #D78D8F 100.44%),
    linear-gradient(180deg, #3068F3 0%, #1915E5 100%);
}
.html-sports_cp_list__icon {
    display: block;
    width: 100%;
    object-fit: cover;
}
.html-sports_cp_list__info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.html-sports_cp_list__title {
    padding: 0;
    margin: 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #fff;
}
.html-sports_cp_list__subtitle {
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #E3E3E3;
}
.html-sports_cp_list__link {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    margin-top: 4px;
}
.html-sports_cp_list__link svg {
    transition: .3s;
    position: relative;
}
.html-sports_cp_list__link:hover svg {
    transform: translateX(5px);
}
.html-sports_cp_slide {
    text-decoration: none;
    display: flex;
    flex-direction: column;
}
.html-sports_cp_slide__icon {
    display: block;
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
    max-width: 96px;
}
.html-sports_cp_slide__title {
    color: #000;
    padding: 0;
    margin: 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0px;
    margin-top: 16px;
}
.html-sports_cp_slide__subtitle {
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #333333;
    margin-top: 8px;
}
.html-sports_cp_slide__link {
    color: #000;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #1551E5;
    margin-top: 4px;
}
.html-sports_cp_slide__link svg {
    transition: .3s;
    position: relative;
}
.html-sports_cp_slide__link:hover svg {
    transform: translateX(5px);
}
.html-sports_cp_swiper {
    margin-top: 48px;
}


@media (max-width: 1919px) {
    .html-sports_cp__title {
        font-size: 30px;
        letter-spacing: 1px;
    }
    .html-sports_cp_list__item {
        padding: 48px 16px;
    }
}
@media (max-width: 1439px) {
    .html-sports_cp__title {
        font-size: 26px;
        line-height: 34px;
        letter-spacing: .8px;
    }
}
@media (max-width: 1023px) {
    .html-sports_cp__title {
        font-size: 24px;
        line-height: 32px;
    }
    .html-sports_cp__subtitle {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0px;
    }
    .html-sports_cp_list__item {
        grid-template-columns: 72px auto;
        padding: 24px 16px 24px 8px;
        gap: 8px;
    }
    .html-sports_cp_list__title {
        font-size: 16px;
        line-height: 22px;
    }
    .html-sports_cp_list__subtitle {
        line-height: 20px;
    }
    .html-sports_cp_list {
        gap: 14px;
    }
    .html-sports_cp_slide__title {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0px;
    }
    .html-sports_cp_slide__subtitle {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0px;
    }
    .html-sports_cp_slide__link {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0px;
    }
    .html-sports_cp_slide__icon {
        max-width: 72px;
    }
}
@media (max-width: 767px) {
    .html-sports_cp__title {
        font-size: 20px;
        line-height: 26px;
        letter-spacing: .6px;
    }
    .html-sports_cp_list {
        display: flex;
        flex-direction: column;
    }
    .html-sports_cp_list__item {
        min-height: 186px;
    }
    .html-sports_cp_slide__link {
        margin-top: 8px;
    }
    .html-sports_cp .swiper-scrollbar.swiper-scrollbar-horizontal.swiper-scrollbar-cp {
        position: unset;
        margin-top: 16px;
    }
}
/* ---- BLOK-Cifrovaja-sportivnaja-platforma ---- */



/* ----BLOK - REKOMENDACIYA EKSPERTOV - VARIANT Р Р†РІР‚С›РІР‚вЂњ1 ---- */
.html-sports_recommend {
    overflow: hidden;
    padding: var(--block-padding-secondary) 0;
    margin-bottom: var(--block-margin-bottom-main);
    background-color: #F2F6FF;
}

.html-sports_recommend__body {
    position: relative;
}

.html-sports_recommend__title {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 1.2px;
    color: #000000;
    margin: 0 0 32px 0;
}

.html-sports_recommend__subtitle {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    padding: 0 0 var(--title-margin) 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px;
}

.html-sports_recommend__title img {
    width: 70px;
}

.html-sports_recommend__wrap {
    position: relative;
    overflow: hidden;
}

.html-sports_recommend__row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.html-sports_recommend__row .html-sports_recommend__item {
    transition: .3s;
    position: relative;
    overflow: hidden;
    z-index: 2;
    transition: .3s;
    width: 33.33%;
}

.html-sports_recommend__row .html-sports_recommend__item .html-sports_img_responsive:hover {
    transform: scale(1.02);
}

.html-sports_recommend__item {
    position: relative;
}

.html-sports_recommend__description {
    position: absolute;
    bottom: 24px;
    left: 24px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #000;
}

.html-sports_recommend_select__row {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 0 0 var(--title-margin) 0;
}

.html-sports_recommend_select__img {
    width: 24%;
}

.html-sports_recommend_select__description {
    position: relative;
    width: 75%;
    background-color: #fff;
    padding: 32px;
}

.html-sports_recommend_select__heading {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #F6A200;
    margin: 0 0 8px 0;
}

.html-sports_recommend_select__text {
    font-feature-settings: 'clig' off, 'liga' off;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    max-width: 610px;
    margin: 0;
}

.html-sports_recommend_select__quotes {
    position: absolute;
    right: 32px;
    top: 32px;
}

@media (max-width: 1919px) {
    .html-sports_recommend__title {
        font-size: 30px;
        letter-spacing: 1px;
        margin: 0 0 var(--title-margin) 0;
    }
    .html-sports_recommend__subtitle {
        padding: 0 0 var(--title-margin) 0;
    }
    .html-sports_recommend__subtitle span:first-child {
        width: 93px;
    }
    .html-sports_recommend__subtitle span img {
        width: 100%;
    }
    .html-sports_recommend_select__img {
        width: 37%;
    }
}

@media (max-width: 1439px) {
    .html-sports_recommend__title {
        font-size: 26px;
        line-height: 34px;
        letter-spacing: .8px;
    }
    .html-sports_recommend__subtitle span:first-child {
        width: 70px;
    }
    .html-sports_recommend_select__img {
        width: 41%;
    }
}

@media (max-width: 1023px) {
    .html-sports_recommend__title {
        font-size: 24px;
        line-height: 32px;
    }
    .html-sports_recommend__subtitle {
        font-size: 16px;
        line-height: 22px;
    }
    .html-sports_recommend_select__description {
        font-size: 14px;
        line-height: 20px;
    }
    .html-sports_recommend__body {
        margin-bottom: 24px;
    }
}

@media (max-width: 767px) {
    .html-sports_recommend__title {
        font-size: 20px;
        line-height: 26px;
        letter-spacing: .6px;
        margin-bottom: 16px;
    }
    .swiper-scrollbar.swiper-scrollbar-recommend.swiper-scrollbar-horizontal {
        bottom: -25px;
    }
    .html-sports_recommend_select__row{
        flex-direction: column;
        gap: 16px;
    }
    .html-sports_recommend_select__img, .html-sports_recommend_select__description, .html-sports_recommend_select__img img {
        width: 100%;
    }
    .html-sports_recommend_select__description {
        padding: 48px 24px;
    }
}
/* ----BLOK - REKOMENDACIYA EKSPERTOV - VARIANT Р Р†РІР‚С›РІР‚вЂњ1 ---- */



/* ----BLOK - REKOMENDATSII EKSPERTOV -VARIANT Р Р†РІР‚С›РІР‚вЂњ2 ---- */
.html-sports_recommend__download{
    position: absolute;
    right: 12px;
    top: 12px;
    background: #00000040;
    padding: 3px 13px 3px 6px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    font-weight: 500;
    font-size: 9px;
    line-height: 11px;
    z-index: 2;
    color: #fff;
}

.html-sports_recommend__var2 .html-sports_recommend__description{
    position: relative;
    left: unset;
    top: unset;
    bottom: unset;
}

.html-sports_recommend__box{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 16px 24px;
    background-color: #ffffff;
    gap: 58px;
}

.html-sports_recommend__link{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.html-sports_recommend__box__subtitle{
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #1551e5;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 4px;
}

.html-sports_recommend__box__subtitle span{
    display: flex;
    align-items: center;
}

.html-sports_recommend__box__subtitle svg{
    transition: .3s;
}

.html-sports_recommend_img__box{
    overflow: hidden;
}

.html-sports_recommend__var2 .html-sports_recommend__item:hover .html-sports_img_responsive{
    transform: scale(1.02);
}

@media (max-width: 1919px){
    .html-sports_recommend__box{
        gap: 50px;
    }
}

@media (max-width: 1439px){
    .html-sports_recommend__box {
        gap: 34px;
    }
}
/* ----BLOK - REKOMENDATSII EKSPERTOV -VARIANT Р Р†РІР‚С›РІР‚вЂњ2 ---- */



/* ----BLOK - SPORTIVNAYA PLATFORMA---- */
.html-sports_popular {
    overflow: hidden;
    margin-bottom: var(--block-margin-bottom-main);
}

.html-sports_popular__content {
    position: relative;
}

.html-sports_popular__title {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 1.2px;
    color: #000000;
    margin: 0 auto 32px;
}

.html-sports_popular__subtitle {
    color: #333;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

.html-sports_popular__wrap {
    position: relative;
    margin: 36px 0;
}

.html-sports_popular__items {
    max-width: 1920px;
    margin: auto;
    position: relative;
}

.html-sports_popular__items-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}

.html-sports_popular__item {
    text-decoration: none;
    position: relative;
}

.html-sports_popular__img-block {
    position: relative;
    overflow: hidden;
}

.html-sports_popular__item:hover .html-sports_img_responsive {
    transform: scale(1.02);
    opacity: .9;
}

.html-sports_popular__icon-block {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 2;
}
.html-sports_popular__icon-block span {
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    margin-left: 8px;
}

.html-sports_img_icon {
    width: 48px;
}

.html-sports_popular__desc-wrap-bg {
    height: 25%;
    width: 100%;
    background-color: #fff;
}

.html-sports_popular__desc-wrap {
    display: flex;
    flex-direction: column;
    padding: 16px;
    min-height: 140px;
    box-shadow: 0 5px 7px 2px #f2f2f2;
    box-sizing: content-box;
}

.html-sports_popular__description {
    font-feature-settings: 'clig' off, 'liga' off;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.5px;
    color: #000;
    text-decoration: none;
}

.html-sports_popular__description-secondary {
    font-feature-settings: 'clig' off, 'liga' off;
    margin: 0 0 8px 0;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.5px;
    color: #000;
    text-decoration: none;
    transition: all 0.5s ease;
}

.html-sports_popular__description-secondary:hover {
    color: #1551E5;
}

.html-sports_popular__rating {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 2px;
}

.html-sports_popular__rating img:first-child {
    margin-right: 5px;
}

.html-sports_popular__rating span {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #BABABA;
    margin-right: 12px;
}

.swiper-button-next.swiper-button-next-2,
.swiper-button-prev.swiper-button-prev-2 {
    width: 56px;
    height: 56px;
    background: rgba(255, 255, 255, 0.8);
    top: 50%;
    transform: translateY(-110%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-button-next.swiper-button-next-2::after,
.swiper-button-prev.swiper-button-prev-2::after {
    display: none;
}

.swiper-button-prev.swiper-button-prev-2 {
    left: 9.5%;
}

.swiper-button-next.swiper-button-next-2 {
    right: 9.5%;
}

.swiper-scrollbar.swiper-scrollbar-horizontal {
    left: 1%;
    bottom: -36px;
    z-index: 10;
    cursor: pointer;
    width: 30%;
    margin: 0 auto 0;
    background: none;
    position: relative;
    overflow-x: hidden;
    height: 3px;
}

.swiper-scrollbar-drag {
    background: #BABABA;
}

.swiper-scrollbar-drag::before {
    content: "";
    position: absolute;
    width: 100vw;
    top: 0;
    bottom: 0;
    margin: 0 6px;
    background: #e3e3e3;
}

.swiper-scrollbar-drag::before {
    right: 100%;
}

.swiper-scrollbar-drag::after {
    content: "";
    position: absolute;
    width: 100vw;
    top: 0;
    bottom: 0;
    margin: 0 6px;
    background: #e3e3e3;
}

.swiper-scrollbar-drag::after {
    left: 100%;
}   

@media (max-width: 1919px) {
    .html-sports_popular__title {
        font-size: 30px;
        letter-spacing: 1px;
        margin: 0 auto 28px;
    }
    .html-sports_popular__description {
        font-size: 12px;
        line-height: 16px;
    }
    .html-sports_popular__description-secondary {
        font-size: 14px;
        line-height: 20px;
    }
}

@media (max-width: 1439px) {
    .html-sports_popular__title {
        font-size: 26px;
        line-height: 34px;
        letter-spacing: .8px;
        margin: 0 auto 32px;
    }
    .swiper-button-prev.swiper-button-prev-2 {
        left: 6.3%;
    }
    .swiper-button-next.swiper-button-next-2 {
        right: 6.3%;
    }
}

@media (max-width: 1023px) {
    .swiper-button-prev.swiper-button-prev-2,
    .swiper-button-next.swiper-button-next-2 {
        display: none;
    }
    .html-sports_popular__title {
        font-size: 24px;
        line-height: 32px;
    }
    .html-sports_popular__items-wrap {
        margin-left: 0;
    }
    .html-sports_popular__description br {
        display: none;
    }
    .swiper-button-next.swiper-button-next-2,
    .swiper-button-prev.swiper-button-prev-2 {
        display: none;
    }
    .html-sports_popular__subtitle {
        font-size: 16px;
        line-height: 22px;
    }
    .html-sports_popular__desc-wrap {
        padding: 16px 12px;
        min-height: 132px;
    }
    .html-sports_popular__description-secondary {
        font-size: 12px;
        line-height: 16px; 
        letter-spacing: normal;
    }
    .html-sports_popular__description {
        font-size: 11px;
        letter-spacing: normal;
    }
}

@media (max-width: 767px) {
    .html-sports_popular__title {
        font-size: 20px;
        line-height: 26px;
        letter-spacing: .6px;
        margin-bottom: 24px;
    }
    .html-sports_popular__subtitle {
        font-size: 12px;
        line-height: 16px;
    }
    .html-sports_popular__wrap {
        margin: 16px 0;
        padding: 0 14px;
    }
    .html-sports_popular__description {
        font-size: 12px;
        line-height: 16px;
    }
    .swiper-scrollbar.swiper-scrollbar-popular.swiper-scrollbar-horizontal {
        bottom: -20px;
    }
}
/* ----BLOK - SPORTIVNAYA PLATFORMA---- */



/* ----BLOK - EKIPIROVACHNYE CENTRY---- */
.html-sports_exp_rec{
    margin-bottom: var(--block-margin-bottom-main);
}
.html-sports_exp_rec__title{
    margin: 0;
    color: #000;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 1.2px;
    font-weight: 500;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 16px;
}
.html-sports_exp_rec__title br{
    display: none;
}
.html-sports_exp_rec__subtitle{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
    margin-top: 28px;
}
.html-sports_exp_rec__text{
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}
.html-sports_exp_rec__btn{
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    background-color: #1551E5;
    text-decoration: none;
    border: 1px solid #1551E5;
    font-feature-settings: 'clig' off, 'liga' off;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; 
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 16px 32px;
}
.html-sports_exp_rec__btn:hover{
    color: #1551E5;
    background-color: transparent;
}
.html-sports_exp_rec__box{
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 32px;
}
.html-sports_exp_rec__box-img:nth-child(1){
    grid-row-end: span 2;
}
.html-sports_exp_rec__box-img:nth-child(2){
    grid-column: 2 / 4;
}
.html-sports_exp_rec__box-img:nth-child(3){
    grid-row-start: 2;
    grid-column-start: 2;
}
.html-sports_exp_rec__box-img:nth-child(4){
    grid-row-start: 2;
    grid-column-start: 3;
}
.html-sports_exp_rec__box-img:nth-child(5){
    grid-row-start: 1;
    grid-column-start: 4;
    grid-row-end: span 2;
}
.html-sports_exp_rec__list{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 20px;
    margin-top: 32px;
}
.html-sports_exp_rec__list-item{
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 8px 8px 25px 8px;
    border-bottom: 1px solid #E3E3E3;
    gap: 12px;
}
.html-sports_exp_rec__list-city{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.html-sports_exp_rec__list-adress{
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}
.html-sports_exp_rec__list-link{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.html-sports_exp_rec__box-pic{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.html-sports_exp_rec__button{
    margin-top: 20px;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #1551E5;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    cursor: pointer;
}
.html-sports_exp_rec__button svg{
    transition: all .3s;
}
.html-sports_exp_rec__button-show svg{
    transform: rotate(180deg);
}
@media (max-width: 1919px){
    .html-sports_exp_rec__box, .html-sports_exp_rec__list{
        gap: 15px;
    }
    .html-sports_exp_rec__list-item{
        padding: 8px 8px 20px 8px;
    }
    .html-sports_exp_rec__title{
        font-size: 30px;
        letter-spacing: 1px;
    }
    .html-sports_exp_rec__list{
        margin-top: 24px;
    }
}
@media (max-width: 1439px){
    .html-sports_exp_rec__title{
        font-size: 28px;
        width: fit-content;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: start;
        gap: 0;
    }
    .html-sports_exp_rec__title br{
        display: block;
    }
    .html-sports_exp_rec__title span{
        position: relative;
    }
    .html-sports_exp_rec__title span::after{
        content: "";
        position: absolute;
        left: 101%;
        top: 2px;
        background: url("https://cdn.sportmaster.ru/upload/content/cmsgate/ru_sm/smprod/dip_content/2022/static/ski_31_10/exp_rec-title-logo.png");
        width: 318px;
        height: 33px;
    }
    .html-sports_exp_rec__title .html-sports_img_responsive{
        display: none;
    }
    .html-sports_exp_rec__btn{
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.5px;
        padding: 14px 24px;
    }
    .html-sports_exp_rec__box, .html-sports_exp_rec__list{
        gap: 13px;
    }
    .html-sports_exp_rec__title{
        font-size: 26px;
        line-height: 34px;
        letter-spacing: .8px;
    }
    .html-sports_exp_rec__list{
        gap: 12px;
    }
}
@media (max-width: 1023px){
    .html-sports_exp_rec__title{
        font-size: 24px;
        line-height: 32px;
    }
    .html-sports_exp_rec__subtitle{
        margin-top: 16px;
    }
    .html-sports_exp_rec__text{
        font-size: 16px;
        line-height: 22px;
    }
    .html-sports_exp_rec__list{
        grid-template-columns: repeat(2,1fr);
    }
}
@media (max-width: 767px){
    .html-sports_exp_rec__title{
        font-size: 20px;
        line-height: 26px;
        letter-spacing: .6px;
    }
    .html-sports_exp_rec__title span::after{
        display: none;
    }
    .html-sports_exp_rec__title .html-sports_img_responsive{
        display: block;
        margin-top: 6px;
    }
    .html-sports_exp_rec__subtitle{
        flex-direction: column;
    }
    .html-sports_exp_rec__btn{
        padding: 10px;
        font-size: 10px;
        line-height: 12px;
        letter-spacing: -0.2px;
    }
    .html-sports_exp_rec__box, .html-sports_exp_rec__list{
        gap: 8px;
    }
    .html-sports_exp_rec__list{
        grid-template-columns: 1fr;
        
    }
    .html-sports_exp_rec__box{
        grid-template-rows: repeat(3, auto);
        grid-template-columns: repeat(2, 1fr);
    }
    .html-sports_exp_rec__box-img:nth-child(1), .html-sports_exp_rec__box-img:nth-child(2), .html-sports_exp_rec__box-img:nth-child(3), .html-sports_exp_rec__box-img:nth-child(4),
    .html-sports_exp_rec__box-img:nth-child(5){
        grid-row: unset;
        grid-column: unset;
    }
    .html-sports_exp_rec__box-img:nth-child(1){
        grid-row-end: span 2;
        grid-row-start: 1;
    }
    .html-sports_exp_rec__box-img:nth-child(2){
        grid-column: span 2;
        grid-row: 1 / 1;
        grid-row-start: span 1;
    }
    .html-sports_exp_rec__box-img:nth-child(3){
        grid-row-start: 1;
        grid-column-start: 2;
    }
    .html-sports_exp_rec__box-img:nth-child(4){
        grid-row-start: 3;
        grid-column-start: 1;
    }
    .html-sports_exp_rec__box-img:nth-child(5){
        grid-row-start: 2;
        grid-column-start: 2;
        grid-row-end: span 2;
    }
    .html-sports_exp_rec__box-pic{
        width: unset;
        height: unset;
    }
    .html-sports_exp_rec__box-img{
        height: max-content;
    }
}
/* ----BLOK - EKIPIROVACHNYE CENTRY---- */



/* ----BLOK - PRO SERVYISY---- */
.html-sports_territory {
    overflow: hidden;
    padding: var(--block-padding-main) 0;
    background-color: #F5F5F5;
}

.html-sports_territory__title {
    color: #000;
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 1.2px;
    margin: 0 0 36px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px;
}

.html-sports_territory__tabs_nav {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 0 0 var(--title-margin) 0;
}

.html-sports_territory__tabs_nav_item {
    color: #BABABA;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    cursor: pointer;
}

.html-sports_territory__tabs_nav_item--active {
    padding-bottom: 3px;
    border-bottom: 2px solid #1551E5;
    color: #000;
}

.html-sports_territory__tabs_body {
    padding: 32px 0 0 0;
    border-top: 1px solid rgba(186, 186, 186, 0.5);
    padding: 32px 0 0 0;
    display: none;
}

.html-sports_territory__tabs_body--active {
    display: block;
}

.html-sports_territory_tab__title {
    color: #000;
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 1.2px;
    margin: 0 0 var(--title-margin) 0;
}

.html-sports_territory__subtitle--mv {
    display: none;
}

.html-sports_territory__row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    align-items: stretch;
}

.html-sports_territory__left {
    width: 30%;
}

.html-sports_territory__right {
    width: 68%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.html-sports_territory__subtitle {
    color: #333;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    margin: 0 0 16px 0;
}

.html-sports_territory__description {
    font-feature-settings: 'clig' off, 'liga' off;
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    padding: 0;
}

.html-sports_territory__link {
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: .3s;
    padding-top: 24px;
}
.html-sports_territory__link:hover {
    transform: translateX(10px);
}

.html-sports_territory__link span{
    font-feature-settings: 'clig' off, 'liga' off;
    color: #1551E5;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin: 0;
    padding: 0;
    margin-right: 3px;
}

.html-sports_question {
    width: 100%;
    padding: 65px 0 0 0;
}

.html-sports_stream {
    display: none;
}

.html-sports_question__title {
    color: #333;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    margin: 0 0 24px 0;
}

.html-sports_question__body {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.html-sports_question__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: flex-start;
    grid-gap: 24px 18px;
    flex-wrap: wrap;
    margin: 0 0 24px 0;
}

.html-sports_question__wrap {
    width: 100%;
}

.html-sports_question__item {
    padding: 16px;
    background-color: #fff;
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all .2s;
}

.html-sports_question__item:hover {
    box-shadow: 0px 0px 0px 1px rgb(137 170 255);
}

.html-sports_question__text {
    font-feature-settings: 'clig' off, 'liga' off;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.html-sports_question__bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.html-sports_question__price {
    font-feature-settings: 'clig' off, 'liga' off;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.html-sports_question__price span {
    font-weight: 500;
}

.html-sports_question__price--free {
    color:  #1551E5;
    font-size: 16px;
    font-style: normal;
}

.html-sports_question__link {
    font-feature-settings: 'clig' off, 'liga' off;
    color: #1551E5;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-decoration: none;
}

.html-sports_stream__title {
    font-feature-settings: 'clig' off, 'liga' off;
    color:  #333;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    margin: 0 0 24px 0;
}

.html-sports_stream__title--mv {
    display: none;
}

.html-sports_question__description {
    font-feature-settings: 'clig' off, 'liga' off;
    color:  #939393;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 24px 0;
}

.html-sports_question__link-bottom {
    font-feature-settings: 'clig' off, 'liga' off;
    display: inline-block;
    padding: 16px 32px;
    color: #1551E5;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #1551E5;
    transition: all .3s;
}

.html-sports_question__link-bottom:hover {
    background-color: #1551E5;
    color: #fff;
}

.html-sports_question__description--mv, .html-sports_question__link-bottom--mv {
    display: none;
}

.html-sports_territory__video {
    cursor: pointer;
    margin: 32px 0 12px 0;
}

.html-sports_territory__video img {
    height: 340px;
}

.html-sports_territory__stream {
    width: 62%;
    height: 340px;
}

.html-sports_territory__text {
    margin: 0 0 32px 0;
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.html-sports_territory__subtitle--video {
    margin: 0 0 32px 0;
}

.html-sports_territory__right_video_wrap--mv {
    display: none;
}

@media (max-width: 1919px) {
    .html-sports_territory__tabs_body {
        padding: 32px 0 0 0;
    }
    .html-sports_territory__title {
        margin: 0 0 28px 0;
        font-size: 30px;
        letter-spacing: 1px;
        gap: 10px;
    }
    .html-sports_territory__title img {
        width: 90px;
    }
    .html-sports_territory_tab__title {
        font-size: 30px;
        letter-spacing: 1px;
    }
    .html-sports_territory__left {
        width: 40%;
    }
    .html-sports_territory__right {
        width: 57%;
    }

    .html-sports_stream {
        width: 23%;
    }
    .html-sports_question__items {
        gap: 18px;
        margin: 0 0 18px 0;
    }

    .html-sports_territory__stream {
        width: 100%;
    }
}

@media (max-width: 1439px) {
    .html-sports_territory__title {
        font-size: 26px;
        line-height: 34px;
        letter-spacing: .8px;
        margin: 0 0 36px 0;
    }
    .html-sports_territory_tab__title {
        font-size: 26px;
        line-height: 34px;
        letter-spacing: .8px;
    }
    .html-sports_territory__left {
        width: 47%;
    }
    .html-sports_territory__right {
        width: 50%;
    }
    .html-sports_territory__link {
        padding-top: 16px;
    }
    .html-sports_question__items {
        margin: 0 0 32px 0;
    }

    .html-sports_question__title {
        margin: 0 0 18px 0
    }
    .html-sports_stream {
        width: 33%;
    }
    .html-sports_stream__title {
        margin: 0 0 18px 0;
    }

    .html-sports_question__text {
        font-size: 12px;
        line-height: 16px;
    }
    .html-sports_question__price--free {
        font-size: 14px;
        line-height: 20px;
    }
    .html-sports_question__link-bottom {
        padding: 14px 24px;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.5px;
    }
    .html-sports_territory__video img {
        height: 255px;
    }
    .html-sports_territory__stream {
        height: 255px;
    }
}

@media (max-width: 1023px) {
    .html-sports_territory__title {
        font-size: 24px;
        line-height: 32px;
    }
    .html-sports_territory_tab__title {
        font-size: 24px;
        line-height: 32px;
        margin: 0 0 28px 0;
    }
    .html-sports_territory__subtitle {
        font-size: 16px;
        line-height: 22px;
    }
    .html-sports_territory__left {
        width: 48%;
    }
    .html-sports_territory__right {
        width: 48%;
    }
    .html-sports_question {
        padding: 52px 0 0 0;
        width: 100%;
    }
    .html-sports_question__title {
        font-size: 16px;
        line-height: 22px;
        margin: 0 0 32px 0;
    }
    .html-sports_territory__link span {
        font-size: 14px;
    }

    .html-sports_question__items {
        grid-gap: 8px;
        grid-template-columns: repeat(2, 1fr);
        margin: 0 0 28px 0;
    }

    .html-sports_question__description {
        margin: 0 0 25px 0;
    }
    .html-sports_question__link-bottom {
        width: 100%;
    }
    .html-sports_stream {
        width: 40%;
    }
    .html-sports_stream__title {
        margin: 0 0 32px 0;
        font-size: 16px;
        line-height: 22px;
    }

    .html-sports_territory__right_video_wrap {
        display: none;
    }

    .html-sports_territory__video img {
        height: auto;
    }
    .html-sports_territory__video {
        margin: 24px 0 12px 0;
        position: relative;
        padding-bottom: 60%;
    }
    .html-sports_territory__video img {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .html-sports_territory__stream {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 767px) {
    .html-sports_territory {
        background: #F2F6FF;  
    }
    .html-sports_territory__title {
        font-size: 20px;
        line-height: 26px;
        letter-spacing: .6px;
        margin: 0 0 24px 0;
    }
    .html-sports_territory__title img {
        width: 70px;
    }
    .html-sports_territory__tabs_nav {
        gap: 30px;
        overflow-x: scroll;
        padding: 0;
    }
    .html-sports_territory__tabs_nav_item {
        font-size: 16px;
        line-height: 22px;
    }
    .html-sports_territory__row {
        flex-direction: column;
    }
    .html-sports_territory__left, .html-sports_territory__right {
        width: 100%;
    }
    .html-sports_territory__link {
        padding-top: 28px;
    }
    .html-sports_territory_tab__title {
        display: none;
    }
    .html-sports_territory__subtitle {
        display: none;
    }
    .html-sports_territory__subtitle--mv {
        display: block;
        margin: 0 0 24px 0;
    }
    .html-sports_territory__tabs_body {
        border-top: none;
        padding: 24px 0 0 0;
    }
    .html-sports_territory__left {
        margin: 0 0 24px 0;
    }
    .html-sports_territory .html-sports_img_responsive{
        width: 100%;
    }
    .html-sports_territory__description {
        font-size: 14px;
        line-height: 20px;
    }
    .html-sports_question__body {
        flex-direction: column;
    }
    .html-sports_stream {
        display: block;
    }
    .html-sports_question__wrap, .html-sports_stream, .html-sports_question__item {
        width: 100%;
    }
    .html-sports_question__wrap {
        padding: 0;
    }
    .html-sports_question {
        padding: 24px 0 0 0;
    }
    .html-sports_question__title {
        margin: 0 0 24px 0;
    }
    .html-sports_question__items {
        margin: 0 0 25px 0;
        grid-template-columns: repeat(1, 1fr);
    }
    .html-sports_question__item {
        height: auto;
    }
    .html-sports_question__text {
        margin: 0 0 20px 0;
    }
    .html-sports_question__description {
        margin: 0px 0 25px 0;
    }
    .html-sports_question__link-bottom {
        display: block;
        font-size: 10px;
        line-height: 12px;
        letter-spacing: -0.2px;
        padding: 10px 0;
        width: 100%;
    }
    .html-sports_stream__title {
        display: none;
    }
    .html-sports_stream__title--mv {
        display: block;
        margin: 0 0 24px 0;
        font-size: 16px;
        line-height: 22px;
    }
    .html-sports_question__description--mv {
        display: block;
        margin: 40px 0 24px 0;
    }
    .html-sports_question__link-bottom--mv {
        display: block;
        font-size: 10px;
        line-height: 12px;
        letter-spacing: -0.2px;
        padding: 10px 0;
    }
    .html-sports_question__link-bottom--printing {
        display: block;
        font-size: 10px;
        line-height: 12px;
        letter-spacing: -0.2px;
        padding: 10px 0;
    }
}

/*POPUP*/
#service-page_overlay {
    z-index: 3;
    position: fixed;
    background-color: #000;
    opacity: 0.4;
    -moz-opacity: 0.4;
    filter: alpha(opacity=40);
    width: 100%; 
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
}

.html-sports_service-page_pop-up_close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    display: block;
    background-image: url(https://cdn.sportmaster.ru/upload/content/cmsgate/ru_sm/smprod/banners/pages/static/service/skates/popup_close.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.html-sports_service-page_pop-up_close:hover {
    transform: rotate(180deg);
    transition: 0.2s;
}

.html-sports_service-page_pop-up--all {
    width: 100%;
    max-width: 718px;
    box-sizing: border-box;
    padding: 60px;
    background: #fff;
    position: fixed;
    top: 10%;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
    opacity: 0;
    z-index: 14;
}

.html-sports_service-page_pop-up--all img {
    max-width: 100%;
}

.html-sports_service-page_pop-up_h {
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
}

.html-sports_service-page_pop-up_h1{
    font-weight: 500;
    padding-bottom: 24px;
    text-transform: uppercase;
}

.html-sports_service-page_pop-up--wrap {
    display: flex;
    justify-content: space-between;
    gap: 36px;
}

.html-sports_service-page_pop-up--wrap_t {
    font-size: 16px;
    line-height: 1.1;
    flex: 7;
}

.html-sports_service-page_pop-up--wrap_img {
    flex: 3;
}

.html-sports_service-page_pop-up_t {
    padding-bottom: 16px;
}

.html-sports_service-page_pop-up_bold {
    font-weight: 500;
    padding-bottom: 8px;
}

.html-sports_service-page_pop-up_list {
    padding: 0;
    padding-bottom: 16px;
    margin: 0;
}

.html-sports_service-page_pop-up_list li {
    padding: 0;
    margin: 0;
    padding-left: 20px;
    padding-bottom: 8px;
    list-style: none;
    position: relative;
}

.html-sports_service-page_pop-up_list li:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 10px;
}

.html-sports_service-page_pop-up{
    cursor: pointer;
}

.serv-page-konki__price-item:hover {
    -webkit-box-shadow: 0px 0px 0px 1px rgb(137, 170, 255);
    -moz-box-shadow: 0px 0px 0px 1px rgba(137, 170, 255, 1);
    box-shadow: 0px 0px 0px 1px rgb(137 170 255);
}

.serv-page-konki__price-item:hover .serv-page-konki__price-item_more{
    color: #89aaff;
}

.serv-page-konki__price-item_price--blue {
    color: #1551e5;
    font-size: 16px;
    line-height: normal;
}

@media screen and (max-width: 767px) {
    .html-sports_service-page_pop-up--all {
        max-width: 97%;
        padding: 20px;
    }
    .html-sports_service-page_pop-up--wrap { 
        gap: 18px;
        flex-direction: column;
        align-items: center;
    }
    .html-sports_service-page_pop-up--wrap_t {
        order: 2;
    }
    .html-sports_service-page_pop-up--wrap_img {
        order: 1;
    }
    
}
/* ----BLOK - PRO SERVYISY---- */



/* ----BLOK - SERVIS PO PODBORU TOVARA---- */
        /* --MP APP-- */
.html-sports_mob-res {
    display: none;
}

.html-sports_desk-res {
    display: block;
}

.html-sports_app-parts_link {
    pointer-events: none;
}

img.html-sports_app-parts_link {
    width: 148px;
}

.html-sports_app-container {
    overflow: hidden;
    position: relative;
    padding-bottom: var(--block-padding-main);
    display: none;
}

.html-sports_app-container-wrapper {
    position: relative;
    height: 236px;
    background: #F2F6FF;
    align-items: center;
    justify-content: space-between;
    display: none;
}

.html-sports_left-side {
    width: 30%;
    margin-left: 3%;
}

.html-sports_app-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #000;
    margin: 15px 0 10px 0px;
    max-width: 340px;
}

.html-sports_app-description {
    font-feature-settings: 'clig' off, 'liga' off;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin-bottom: 3px;
}

.html-sports_bottom-part {
    display: flex;
    align-items: center;
    gap: 9px;
    padding-right: 21.7%;
    display: none;
}

.html-sports_app-qr {
    width: 130px;
    object-fit: cover;
}

.html-sports_app-parts {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 6px;
}

.html-sports_app-parts_link {
    pointer-events: none;
    width: 126px;
}

.html-sports_app_img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.html-sports_app_bg {
    display: none;
}

.html-sports_app_second-text {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #FFFFFF;
    max-width: 450px;
    padding-top: 30px;
    margin: 0;
}

.html-sports_app_second-text-wrapper {
    width: 16.5%;
    display: flex;
    margin-right: -9%;
    height: 100%;
}

.html-sports_app_second-text-wrapper picture {
    align-self: flex-end;
}

.html-sports_app-button {
    font-feature-settings: 'clig' off, 'liga' off;
    display: inline-block;
    font-size: 11px;
    line-height: 12px;
    font-weight: 500;
    letter-spacing: -0.2px;
    color: #1551E5;
    text-transform: uppercase;
    border: 1px solid #1551E5;
    padding: 10px;
    text-decoration: none;
    align-items: center;
    margin-bottom: 10px;
}

.html-sports_app-button:nth-child(2) {
    max-width: 180px;
}

.html-sports_wrap-buttons {
    display: flex;
    -ms-dispay: flex;
    flex-direction: column;
    -ms-flex-direction: column;
    max-width: 150px;
    margin-bottom: 10px;
}

.html-sports_app-button img {
    width: 5px;
    margin-left: 10px;
    margin-right: 3px;
}

@media (max-width: 1919px) {
    .html-sports_app-title {
        font-size: 16px;
        line-height: 28px;
    }
    .html-sports_bottom-part {
        padding-right: 12%;
        gap: 12px;
    }
    .html-sports_app_second-text-wrapper {
        width: 22.5%;
        margin-right: -6%;
    }
    .html-sports_app_left__title {
        font-size: 28px;
    }
    .html-sports_left-side {
        width: 30%;
        margin-left: 4.5%;
    }
}

@media (max-width: 1439px) {
    .html-sports_app-container {
        padding-top: 130px;
    }
    .html-sports_app-container-wrapper {
        height: 180px;
    }
    .html-sports_left-side {
        margin-left: 3.5%;
        max-width: 230px;
    }
    .html-sports_app-title {
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 1.3px;
    }
    .html-sports_app-description {
        font-size: 14px;
        line-height: 20px;
    }
    .html-sports_app-container {
        padding-top: 40px;
    }
    .html-sports_bottom-part {
        padding-right: 13%;
        gap: 6px;
    }
    .html-sports_app_second-text-wrapper {
        margin-right: -18%;
    }
    .html-sports_app-parts_link {
        pointer-events: auto;
        width: 96px;
    }
    .html-sports_app-qr {
        width: 100px;
    }
    .html-sports_app_second-text-wrapper {
        width: 21.5%;
        margin-right: -12%;
    }
}

@media (max-width: 1023px) {
    .html-sports_app-container-wrapper {
        height: 180px;
    }
    .html-sports_app_second-text-wrapper {
        margin-right: 0;
        width: 27.5%;
    }
    .html-sports_app-description {
        max-width: 200px;
    }
    .html-sports_left-side {
        margin-left: 4.5%;
        width: 32%;
    }
    .html-sports_app-title {
        margin: 15px 0 5px 0px;
    }
    .html-sports_bottom-part {
        padding-right: 13%;
        gap: 10px;
    }
    .html-sports_app-qr {
        width: 93px;
        display: none;
    }
}

@media (max-width: 767px) {
    .html-sports_app-container {
        display: block;
        padding: 0;
    }
    .html-sports_app-container-wrapper {
    display: flex;
    }
    .html-sports_app-parts_link {
        pointer-events: auto;
        width: 106px;
    }

    .html-sports_app-img img {
        max-width: 80%;
        margin-left: -27px;
    }
    .html-sports_app-img {
        position: static;
        padding-top: 20px;
        max-height: 100%;
        width: 76%;
        margin: auto;
    }
    .html-sports_app-parts {
        display: flex;
        flex-wrap: wrap;
    }
    .html-sports_mob-res {
        display: block;
    }
    .html-sports_desk-res {
        display: none;
    }
    .html-sports_app-container-wrapper {
        flex-direction: column;
        width: 100%;
        align-items: start;
        height: auto;
        padding: 0 30px 10px;
    }
    .html-sports_app_second-text {
        text-transform: none;
        letter-spacing: 1.2px;
    }
    .html-sports_app_second-text-wrapper {
        flex-direction: column-reverse;
        order: -1;
        width: 100%;
        gap: 10px;
        margin: 0 auto;
        padding-top: 0;
    }
    .html-sports_left-side {
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin: 20px 0 0 0;
    }
    .html-sports_app-title {
        margin-bottom: 0;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 1.3px;
        max-width: 100%;
    }
    .html-sports_app-title br {
        display: none;
    }
    .html-sports_app_second-text {
        padding: 0;
        margin-bottom: 10px;
    }
    .html-sports_app_second-text-wrapper picture {
        position: relative;
        width: 100%;
        text-align: center;
    }
    .html-sports_app-parts {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 12px;
        max-width: 246px;
        padding-bottom: 24px;
    }
    .html-sports_app-description {
        margin-bottom: 20px;
        margin-top: 5px;
        font-size: 14px;
        line-height: 20px;
        max-width: 100%;
    }
    .html-sports_bottom-part {
        display: flex;
        align-items: start;
        padding: 0;
    }
    .html-sports_wrap-buttons {
        margin: 0;
    }
}
/*
.html-sports_af--mp,
.html-sports_af--mp--btn {
    display: none;
}*/
        /* --MP APP-- */

        /* --All APP-- */
        .html-sports_app {
            background-color: #F2F6FF;
            padding: var(--block-padding-main) 0;
            overflow: hidden;
        }      
        
        .html-sports_app__body {
            display: flex;
            /* gap: 6.5%; */
            justify-content: space-between;
            align-items: center;
        }

        .html-sports_app__left {
            /* width: 38%; */
            /* padding-top: 110px; */
            z-index: 1;
        }

        .html-sports_app__right {
            width: 45%;
        }

        .html-sports_app_left__title {
            color: #000;
            font-size: 44px;
            font-style: normal;
            font-weight: 500;
            line-height: 52px; 
            letter-spacing: 1.4px;
            margin: 0 0 36px 0;
        }

        .html-sports_app__list {
            list-style-type: none;
            margin: 0 0 64px 0;
            padding: 0;
        }

        .html-sports_app_list__item {
            display: flex;
            align-items: center;
            gap: 24px;
            margin: 0 0 16px 0;
        }

        .html-sports_app_list__item:last-child {
            margin: 0;
        }

        .html-sports_app_list__img {
            width: 60px;
            min-width: 60px;
        }

        .html-sports_app_list__text {
            width: 100%;
            font-size: 22px;
            font-style: normal;
            font-weight: 500;
            line-height: 30px; 
            letter-spacing: .8px;
        }

        .html-sports_app_stores {
            display: flex;
            align-items: center;
            flex-direction: row;
            gap: 8px;
        }

        .html-sports_app_stores__links {
            display: flex;
            flex-direction: column;
            gap: 4px;
        }

        .html-sports_app_stores_mark{
            font-size: 16px;
            font-weight: 500;
            line-height: 24px;
            align-self: flex-end;
            position: relative;
            margin-left: 10px;
        }
        .html-sports_app_stores_mark:before {
            position: absolute;
            top: -55px;
            width: 53px;
            height: 49.5px;
            content: "";
            background-image: url(https://cdn.sportmaster.ru/upload/content/cmsgate/ru_sm/smprod/dip_content/2023/news/36441444_01_11/arrow.svg);
            background-repeat: no-repeat;
        }

        .html-sports_app_stores__link {
            pointer-events: none;
        }

        .html-sports_app_stores__link img{
            max-width: unset;
        }

@media (max-width: 1919px) {
    .html-sports_app__left {
        width: 62%;
    }
    .html-sports_app_left__title {
        font-size: 38px;
        line-height: 48px;
        letter-spacing: 1.2px;
    }
    .html-sports_app_list__text {
        font-size: 18px;
        line-height: 26px; 
        letter-spacing: .6px;
        width: 100%;
    }
    .html-sports_app__right {
        width: 55%;
        margin-left: -150px;
    }
    .html-sports_app__right video {
        max-width: 117%;
        margin-left: 20px;
    }
    .html-sports_app_stores__link img{
        max-width: 119px;
    }
    .html-sports_app_stores__qr img{
        max-width: 156px;
        height: 156px;
    }
}

@media (max-width: 1439px) {
    .html-sports_app__left {
        padding-top: 0;
        width: 65%;
    }
    .html-sports_app_left__title {
        font-size: 32px;
        line-height: 38px;
        margin: 0 0 24px 0;
    }
    .html-sports_app_list__item {
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 1.3px;
        gap: 16px;
        margin: 0px 0 4px 0;
    }
    .html-sports_app__right {
        width: 47%;
    }
    .html-sports_app__right video {
        max-width: 110%;
        margin-left: -10px;
    }

    .html-sports_app__list {
        margin: 0 0 48px 0;
        width: 81%;
    }

    .html-sports_app_stores_mark {
        font-size: 14px;
        line-height: 20px;
    }
    .html-sports_app_stores__link {
        pointer-events: auto;
    }
    .html-sports_app_list__text {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: .6px;
    }
    .html-sports_app_stores__link img{
        max-width: 90px;
    }
    .html-sports_app_stores__qr img{
        max-width: 120px;
        height: 120px;
    }
}

@media (max-width: 1023px) {
    .html-sports_app_left__title {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: .8px;
        max-width: 390px;
    }
    .html-sports_app__left {
        width: 67%;
    }
    .html-sports_app__list {
        margin: 0 0 48px 0;
    }
    .html-sports_app_list__item {
        gap: 16px;
        margin: 0 0 4px 0;
    }
    .html-sports_app__right video {
        max-width: 160%;
        margin-left: -90px;
    }

    .html-sports_app_stores_mark{
        font-size: 12px;
        line-height: 16px;
        width: 100%;
        max-width: 112px;
        margin-left: 7px;
    }
    .html-sports_app_stores_mark:before {
        width: 30px;
        height: 30px;
        top: -35px;
        background-size: cover;
    }
}

@media (max-width: 767px) {
    .html-sports_app__body {
        flex-direction: column;
        padding-bottom: 0;
    }
    .html-sports_app__left {
        order: 2;
        width: 100%;
    }
    .html-sports_app__right {
        order: 1;
        width: 100%;
        margin: 0 0 32px 0;
    }
    .html-sports_app_left__title {
        font-size: 22px;
        line-height: 30px;
        letter-spacing: .8px;
        margin: 0 0 18px 0;
        width: 98%;
    }
    .html-sports_app_stores__qr {
        display: none;
    }
    .html-sports_app_stores {
        width: 100%;
        gap: 20px;
    }
    .html-sports_app_stores__links {
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
    }
    .html-sports_app_stores__link {
        width: 140px;
    }
    .html-sports_app__list {
        margin: 0;
        width: 98%;
    }
    .html-sports_app__right video {
        max-width: 113%;
        width: 113%;
        margin-left: -6%;

    }

    .html-sports_app_list__item {
        gap: 12px;
        margin: 0 0 12px 0;
    }
    .html-sports_app_list__text {
        width: 100%;
        line-height: 20px;
        font-size: 14px;
        letter-spacing: .4px;
    }
    .html-sports_app_list__img {
        width: 40px;
        min-width: 40px;
    }
    .html-sports_app_stores__link img{
        max-width: 100%;
    }
    .html-sports_app_stores_text_mv{
        display: none;
    }
    .html-sports_app_stores__links{
        flex-direction: column;
        width: unset;
        margin-top: 26px;
    }
    .html-sports_app_stores{
        position: relative;
    }
    .html-sports_app_stores_mark{
        margin-left: 0;
        font-size: 14px;
        line-height: 20px;
        position: absolute;
        top: calc(50% + 13px);
        transform: translateY(-50%);
        left: 160px;
    }
}
       /* --All APP-- */

       /* --Slider-Stories APP-- */
.html-sports_app_jackets__mp_phone {
    display: block;
}
.html-sports_app_jackets__mp_phone-img {
    position: relative;
    height: 715px;
}
.html-sports_app_jackets__mp_phone-img img {
    -o-object-fit: contain;
    object-fit: contain;
    height: 100%;
    display: block;
    max-width: 100%;
    margin: auto;
}
.html-sports_app_jackets__sliderMP-wr {
    position: absolute;
    top: 0;
    left: calc(1% / 2);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.html-sports_app_jackets__sliderMP {
    padding-bottom: 12%;
}
.html-sports_app_jackets__swiperMP.swiper-container {
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.html-sports_app_jackets__swiperMP .swiper {
    width: 100%;
    height: 100%;
}
.html-sports_app_jackets__swiperMP .swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: transform 0.3s ease;
    opacity: 0;
    padding: 20px 0;
}
.html-sports_app_jackets__swiperMP .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.3s ease;
}
.html-sports_app_jackets__swiperMP .swiper-slide-active {
    opacity: 1;
}
.html-sports_app_jackets__swiperMP .swiper-slide-prev,
.html-sports_app_jackets__swiperMP .swiper-slide-next {
    opacity: 1;
}
.html-sports_app_jackets__swiperMP .swiper-slide-prev {
    opacity: 1;
}
.html-sports_app_jackets__swiperMP .swiper-slide::after {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% - 20px * 2);
    display: block;
    border-radius: 29px;
    background-color: rgba(255, 255, 255, 0.1);
    z-index: -1;
    -webkit-filter: blur(7px);
    filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    -webkit-filter: drop-shadow(2px 4px 6px black);
    filter: drop-shadow(2px 4px 6px black);
    transition: all 0.3s ease;
}

@media (max-width: 1919px) {
    .html-sports_app_jackets__mp_phone-img {
        height: 620px;
    }
    .html-sports_app_jackets__mp_phone {
        margin: 0 auto;
    }
}

@media (max-width: 1439px) {
    .html-sports_app_jackets__mp_phone-img {
        height: 475px;
    }
    .html-sports_app_jackets__swiperMP .swiper-slide::after {
        border-radius: 16px;
    }
}

@media (max-width: 1023px) {
    .html-sports_app_jackets__mp_phone-img {
        margin-left: -45px;
    }
    .html-sports_app_jackets__mp_phone-img img {
        width: initial;
        height: 100%;
    }
}

@media (max-width: 640px) {
    .html-sports_app_jackets__mp_phone-img {
        margin-left: 0;
    }
    .html-sports_app_jackets__mp_phone-img,
    .html-sports_app_jackets__mp_phone-img img {
        height: 100vw;
        width: 100%;
    }
}

@media (max-width: 378px) {
    .html-sports_app_jackets__swiperMP .swiper-slide::after {
        border-radius: 13px;
    }
}
       /* --Slider-Stories APP-- */

/* ----BLOK - SERVIS PO PODBORU TOVARA---- */


/* ----BLOK BRENDOV---- */
.html-sports_brands__title {
    color:  #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 1.2px;
    margin: 0 0 32px 0;
}

.html-sports_brands {
    margin-bottom: var(--block-margin-bottom-main);
}

.html-sports_brands__slider {
    position: relative;
    overflow: hidden;
/*    padding: 0 30px;*/
}

.html-sports_brands .swiper-wrapper {
    height: auto;
}

.html-sports_brands .swiper-slide {
    height: auto;
    margin: auto 38px;
}

.html-sports_brands .swiper-button-next,
.html-sports_brands .swiper-button-prev {
    width: 45px;
    height: 45px;
    color: transparent;
    top: 22px;
    top: 50%;
    margin-top: -22.5px;
}

.html-sports_brands .swiper-button-next,
.html-sports_brands .swiper-rtl .swiper-button-prev {
    right: -0px;
    justify-content: flex-end;
    /*background-image: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1));*/
    background-color: #fff;
}

.html-sports_brands .swiper-button-next,
.html-sports_brands .swiper-rtl .swiper-button-prev:focus-visible {
    outline: none;
}

.html-sports_brands .swiper-button-next,
.html-sports_brands .swiper-rtl .swiper-button-prev:focus {
    outline: none;
}

.html-sports_brands .swiper-button-prev,
.html-sports_brands .swiper-rtl .swiper-button-next {
    left: 0px;
    right: auto;
    justify-content: flex-start;
    /*background-image: linear-gradient(to left, rgba(255,255,255,0), rgba(255,255,255,1));*/
    background-color: #fff;

}
.html-sports_brands .swiper-button-next:after, .html-sports_brands .swiper-rtl .swiper-button-prev:after {
    width: 0;
}
.html-sports_brands .swiper-button-prev:after, .html-sports_brands .swiper-rtl .swiper-button-next:after {
    width: 0;
}

.html-sports_brands .swiper-button-prev,
.html-sports_brands .swiper-rtl .swiper-button-next:focus-visible {
    outline: none;
}

.html-sports_brands .swiper-button-prev,
.html-sports_brands .swiper-rtl .swiper-button-next:focus {
    outline: none;
}

.html-sports_brands .swiper-button-next.swiper-button-disabled,
.html-sports_brands .swiper-button-prev.swiper-button-disabled {
    cursor: pointer;
    pointer-events: auto;
    opacity: 0;
}

.html-sports_brands_wrap {
    display: flex;
    align-content: flex-start;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}

.html-sports_brands_item {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in;
    width: auto;
}

.html-sports_brands_item img {
    transition: all 0.3s ease-in;
    filter: grayscale(100%) brightness(0);
}

.html-sports_brands_item img:hover {
    filter: none;
}

.html-sports_brands__item {
    list-style-type: none;
}

.swiper-wrapper {
    height: auto;
}

.swiper-slide {
    height: auto;
}

@media (max-width: 1919px) {
    .html-sports_brands__title {
        font-size: 30px;
        letter-spacing: 1px;
    }
}
@media (max-width: 1439px){
    .html-sports_brands .swiper-slide {
        margin: auto 28px;
    }
    .html-sports_brands__title {
        font-size: 26px;
        line-height: 34px;
        letter-spacing: .8px;
    }
    .html-sports_brands .swiper-button-next, .html-sports_brands .swiper-button-prev{
        display: none;
    }
}

@media (max-width: 1023px){
    .html-sports_brands__title {
        font-size: 24px;
        line-height: 32px;
        margin: 0 0 24px 0;
    }    
}

@media (max-width: 767px) {
    .html-sports_brands_item img {
        width: 80%;
    }
    .html-sports_brands .swiper-button-next, .html-sports_brands .swiper-button-prev {
        width: 45px;
    }
    .html-sports_brands .swiper-slide {
        margin: auto 16px;
    }
    .html-sports_brands__title {
        font-size: 20px;
        line-height: 26px;
        letter-spacing: .6px;
    }
}
/* ----BLOK BRENDOV---- */



/* ----BLOK S BANNEROM, VARIAР  Р Р‹IA Р Р†РІР‚С›РІР‚вЂњ1---- */
.html-sports_banner_favorite{
    margin-bottom: var(--block-margin-bottom-main);
}

.html-sports_favorite{
    background-image: url(https://cdn.sportmaster.ru/upload/content/cmsgate/ru_sm/smprod/dip_content/2023/static/vidy_sporta/beg_03_10/banner_vs_img1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 87px 48px;            
}

.html-sports_favorite-info{     
    width: max-content;
    margin: 0;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    padding: 8px 16px;                      
}

p.html-sports_favorite-info{
    font-feature-settings: 'ss01' on, 'clig' off, 'liga' off;   
}

.html-sports_favorite-info:after{
    content: "";
    display: block;
    background-color: #FF0016;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: calc(100% + 10px);
    height: 30px;
    position: absolute;
    left: -5px;
    top: 0;
    transform: skewX(-15deg);
    z-index: 1;
}

.html-sports_favorite-info * {
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}

.html-sports_favorite-hidden{
    overflow: hidden;
    margin-bottom: 12px; 
}

.html-sports_favorite-title{
    text-transform: uppercase;
    margin: 0;
    color: #fff;
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 4px;
    margin-bottom: 8px;
}

.html-sports_favorite-subtitle{
    margin: 0;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
}

.html-sports_favorite_app-links{
    width: 100%;
    max-width: 320px;
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-template-rows: repeat(2, 1fr);
    gap: 4px;
}

.html-sports_favorite_app-qr{
    width: 76px;
    grid-row-end: span 2;
}

.html-sports_favorite_app--btn{
    display: block;
    pointer-events: none;
    width: 118px;
}

.html-sports_favorite_app-img{
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.html-sports_favorite-title br, .html-sports_favorite-subtitle br{
    display: none;
}

.html-sports_favorite-cash{
    display: none;
}

.html-sports_favorite_img-mv{
    display: none;
}

@media (max-width: 1919px){
    .html-sports_favorite{
        padding: 75px 48px;
    }
    .html-sports_favorite-title{
        font-size: 28px;
    }
    .html-sports_favorite-subtitle{
        width: 100%;
        max-width: 528px;
    }
}
@media (max-width: 1439px){
    .html-sports_favorite{
        background-image: url(https://cdn.sportmaster.ru/upload/content/cmsgate/ru_sm/smprod/dip_content/2023/static/vidy_sporta/beg_03_10/banner_vs_img1-1440.webp);
        padding: 21px 33px;                
    }            
    .html-sports_favorite-title{
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 6px;
    }
    .html-sports_favorite-title br{
        display: block;
    }
    .html-sports_favorite-subtitle{
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
        max-width: 440px;
    }
}
@media (max-width: 1023px){
    .html-sports_favorite{
        background-image: url(https://cdn.sportmaster.ru/upload/content/cmsgate/ru_sm/smprod/dip_content/2023/static/vidy_sporta/beg_03_10/banner_vs_img1-1023.webp);                
    }
    .html-sports_favorite-title{
        font-size: 24px;
        line-height: 36px;
        letter-spacing: 2.2px;
    }
    .html-sports_favorite-subtitle{
        max-width: 100%;
    }
    .html-sports_favorite-subtitle br{
        display: block;
    }
}
@media (max-width: 767px){
    .html-sports_favorite{
        background-image: url(https://cdn.sportmaster.ru/upload/content/cmsgate/ru_sm/smprod/dip_content/2023/static/vidy_sporta/beg_03_10/banner_vs_img1-767-v2.webp);
        background-position: right;                
        padding: 45% 16px 24px 16px;
    }
    .html-sports_favorite-title{
        font-size: 18px;
        line-height: 26px;
    }
    .html-sports_favorite_app-links{
        max-width: 240px;
        grid-template-columns: repeat(2,1fr);
    }
    .html-sports_favorite_app-qr{
        display: none;
    }
    .html-sports_favorite-cash{
        display: block;
        width: 100%;
        max-width: 116px;
        margin-bottom: 26px;
    }
    .html-sports_favorite_img-mv{
        width: 100%;
        height: auto;
    }
}
@media (max-width: 450px){
    .html-sports_favorite{
        padding-top: 30px;
    }
    .html-sports_favorite-cash{
        max-width: 106px;
    }
}
/* ----BLOK S BANNEROM, VARIAР  Р Р‹IA Р Р†РІР‚С›РІР‚вЂњ1---- */



/* ----BLOK - FUNKCII VYGODY, VARIATCIA Р Р†РІР‚С›РІР‚вЂњ1---- */
.html-sports_feautures{
    position: relative;
    margin-bottom: var(--block-margin-bottom-main);
}

.html-sports_feautures__title{
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 1.2px;
    color: #000000;
    margin: 0 auto 32px;
}

.html-sports_feautures .html-sports_feautures__list{
    display: grid;
    gap: 18px;
}

.html-sports_feautures-variation1 .html-sports_feautures__list{
    grid-template-columns: repeat(3,1fr);
}

.html-sports_feautures__item{
    /* display: flex;
    flex-direction: column; */
    cursor: pointer;
    color: #000;
    text-decoration: none;
}

.html-sports_feautures__item-img{
    width: 96px;
    height: 96px;
    margin-bottom: 16px;
}

.html-sports_feautures__item-title{
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 4px 0;
}

p.html-sports_feautures__item-title{
    font-feature-settings: 'ss01' on, 'clig' off, 'liga' off;
}

.html-sports_feautures__item-desc{
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 4px 0;
}

.html-sports_feautures__item-link{
    text-decoration: none;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 4px;
    transition: all 0.5s ease;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #1551E5;
}

.html-sports_feautures__service{
    display: none;
    flex-direction: column;
}

.html-sports_feautures__service-link{
    width: fit-content;
    padding: 8px;
    color: #1551E5;
    text-transform: uppercase;
    border: 1px solid #1551E5;
    text-decoration: none;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 10px;
    line-height: 12px;
    font-weight: 500;
    letter-spacing: -0.2px;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 8px;
    margin-top: 12px;
}

@media (max-width: 1919px){
    .html-sports_feautures__title {
        font-size: 30px;
        letter-spacing: 1px;
        margin: 0 auto 28px;
    }
}

@media (max-width: 1439px){
    .html-sports_feautures__title {
        font-size: 26px;
        line-height: 34px;
        letter-spacing: .8px;
        margin: 0 auto 20px;
    }
}

@media (max-width: 1023px){
    .html-sports_feautures__title {
        font-size: 24px;
        line-height: 32px;
    }

    .html-sports_feautures__item-img{
        width: 72px;
        height: 72px;
    }

    .html-sports_feautures__item-title {
        font-size: 16px;
        line-height: 22px;
    }

    .html-sports_feautures__item-desc{
        margin-bottom: 8px;
    }

}

@media (max-width: 767px){
    .html-sports_feautures .html-sports_feautures__list{
        gap: 16px;
    }
    .html-sports_feautures-variation1 .html-sports_feautures__list{
        display: flex;
        flex-direction: row;
        gap: 0;
    }

    .html-sports_feautures__title {
        font-size: 20px;
        line-height: 26px;
        letter-spacing: .6px;
        width: 90%;
        margin: 0 0 16px;
    }

    .html-sports_feautures__item-desc{
        font-size: 12px;
        line-height: 16px;
    }

    .html-sports_feautures__item-link{
        line-height: 20px;
    }

    .html-sports_feautures__item{
        padding-bottom: 8px;
    }
}
    /* ----BLOK - FUNKTCII VYGODY, MODALKA---- */
    .html-sports_feautures__toner{
        z-index: 11;
        position: fixed;
        background-color: #000;
        opacity: 0.4;
        -moz-opacity: 0.4;
        filter: alpha(opacity = 40);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        cursor: pointer;
        display: none;
    }
    .html-sports_feautures__modal {
        width: 100%;
        max-width: 534px;
        box-sizing: border-box;
        padding: 56px;
        background: #fff;
        position: fixed;
        top: 10%;
        left: 0;
        right: 0;
        margin: auto;
        display: none;
        opacity: 0;
        z-index: 14;
    }
    .html-sports_feautures__modal-close{
        width: 20px;
        height: 20px;
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
        display: block;
        background-image: url(https://cdn.sportmaster.ru/upload/content/cmsgate/ru_sm/smprod/banners/pages/static/service/skates/popup_close.png);
        background-repeat: no-repeat;
        background-position: center center;
    }
    .html-sports_feautures__modal-title{
        font-weight: 500;
        font-size: 26px;
        line-height: 36px;
        letter-spacing: .8px;
        margin-bottom: var(--title-margin);
    }
    .html-sports_feautures__modal-subtitle{
        font-feature-settings: 'clig' off, 'liga' off;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 16px;
    }
    .html-sports_feautures__modal_qrcode{
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 26px;
        margin-bottom: 18px;
    }
    .html-sports_feautures__modal_qrcode-img{
        display: block;
        width: 100%;
        max-width: 156px;
        height: 156p;
    }
    .html-sports_feautures__modal_qrcode-text{
        margin: 0;
        font-weight: 500;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 1.56px;
    }
    .html-sports_feautures__modal_qrcode-box{
        display: flex;
        flex-direction: column;
        gap: 6px;
    }
    .html-sports_feautures__modal-app_stores{
        width: fit-content;
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 4px;
    }
    .html-sports_feautures__modal-app_stores-link{
        display: block;
        width: max-content;
        text-decoration: none;
    }
    .html-sports_feautures__modal_line{
        background: #E3E3E3;
        width: 100%;
        height: 1px;
        margin: 0 0 16px 0;
    }
    .html-sports_feautures__modal_line{
        display: none;
    }
    @media (max-width: 767px){
        .html-sports_feautures__modal{
            padding: 28px 14px;
            max-width: 97%;
        }
        .html-sports_feautures__modal-title{
            font-size: 18px;
            line-height: 26px;
            letter-spacing: .6px;
        }
        .html-sports_feautures__modal_qrcode{
            display: none;
        }
        .html-sports_feautures__modal_line{
            display: flex;
        }
    }
/* ----BLOK - FUNKCII VYGODY, VARIATCIA Р Р†РІР‚С›РІР‚вЂњ1---- */



/* ----BLOK - FUNKCII VYGODY, VARIATCIA Р Р†РІР‚С›РІР‚вЂњ2---- */
.html-sports_feautures-variation2 .html-sports_feautures__list{
    grid-template-columns: repeat(2,1fr);
}

@media (max-width: 767px){
    .html-sports_feautures-variation2 .html-sports_feautures__list{
        display: flex;
        flex-direction: row;
        gap: 0;
    }
}
/* ----BLOK - FUNKCII VYGODY, VARIATCIA Р Р†РІР‚С›РІР‚вЂњ2---- */


/* ----BLOK - FUNKCII VYGODY, VARIATCIA Р Р†РІР‚С›РІР‚вЂњ3---- */
.html-sports_feautures-variation3 .html-sports_feautures__list{
    grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 767px){
    .html-sports_feautures-variation3 .html-sports_feautures__list{
        display: flex;
        flex-direction: row;
        gap: 0;
    }
    .html-sports_feautures__swiper{
        width: calc(100% + 32px);
    }
    .swiper-scrollbar.swiper-scrollbar-horizontal.swiper-scrollbar-feautures{
        bottom: 0;
        margin-top: 16px;
    }
    .html-sports_feautures{
        overflow: hidden;
    }
}

/* ----BLOK - FUNKCII VYGODY, VARIATCIA Р Р†РІР‚С›РІР‚вЂњ3---- */


/* ----BLOK - REKOMENDACIIA EKSPERTOV KOMPLEKTY---- */
.html-sports_complect-header {
    padding: 0 0 var(--title-margin) 0;
}

.html-sports_complect-title {
    font-style: italic;
    font-weight: 900;
    font-size: 110px;
    line-height: 110px;
    letter-spacing: 15px;
    text-transform: uppercase;
    color: #000000;
    opacity: 0.06;
    margin: 0;
}

.html-sports_complect-subtitle {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 1.2px;
    font-style: normal;
    font-weight: 500;
    margin: 0;
    z-index: 2;
}

.html-sports_complect-nowrap{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.html-sports_complect-swiper-wrapper {
    left: 0;
    height: auto;
    margin: 0;
    padding: 0;
    list-style: none;
    padding-bottom: 20px;
}

.html-sports_complect-content-wrap {
    display: flex;
    gap: 20px;
}

.html-sports_complect-slide-desc-wrap {
    padding: 16px 10px 10px 0;
}

.html-sports_complect-slide-link,
.html-sports_complect-slide-desc,
.swiper-slide {
    display: inline-block;
    z-index: 6;
}

.html-sports_complect-slide-link {
    height: auto;
}

.html-sports_complect-slide-desc-price {
    font-weight: 500;
    margin-right: 10px;
    margin-bottom: 16px;
}

.html-sports_complect-slide-desc-oldprice {
    font-weight: 500;
    font-size: 14px;
    color: #BABABA;
    position: relative;
}

.html-sports_complect-slide-desc-oldprice:before {
    position: absolute;
    top: -5px;
    content: url(https://cdn.sportmaster.ru/upload/content/cmsgate/ru_sm/smprod/dip_content/2022/news/35145880_16_09/line.svg);
}

.html-sports_complect .swiper-horizontal>.swiper-scrollbar,
.html-sports_complect .swiper-scrollbar.swiper-scrollbar-horizontal {
    left: 1%;
    bottom: 20px;
    z-index: 50;
    cursor: pointer;
    width: 30%;
    margin: 0 auto 0;
    background: none;
    position: relative;
    overflow-x: hidden;
    height: 3px;
}

.html-sports_complect-wrap .swiper-scrollbar-drag {
    background: #BABABA;
}

.html-sports_complect-wrap .swiper-scrollbar-drag::before {
    content: "";
    position: absolute;
    width: 100vw;
    top: 0;
    bottom: 0;
    margin: 0 6px;
    background: #e3e3e3;
}

.html-sports_complect .swiper-scrollbar-drag::before {
    right: 100%;
}

.html-sports_complect-wrap .swiper-scrollbar-drag::after {
    content: "";
    position: absolute;
    width: 100vw;
    top: 0;
    bottom: 0;
    margin: 0 6px;
    background: #e3e3e3;
}

.html-sports_complect .swiper-scrollbar-drag::after {
    left: 100%;
}

.html-sports_complect .swiper-scrollbar.swiper-scrollbar-horizontal.swiper-scrollbar-popular,
.html-sports_complect .swiper-scrollbar.swiper-scrollbar-horizontal.swiper-scrollbar-popular-3,
.html-sports_complect .swiper-scrollbar.swiper-scrollbar-horizontal.swiper-scrollbar-people {
    top: 0;
    margin-top: 27px;
}

.html-sports_complect {
    margin-bottom: var(--block-margin-bottom-main);
}

.html-sports_complect-slider-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    width: 64%;
}

.swiper.html-sports_complect-swiper {
    margin-left: 0;
    width: 100%;
}

.html-sports_complect-slider-wrap .swiper-button-prev.swiper-button-prev-2{
    background: rgba(0, 0, 0, 0.5);
    left: 0;
}

.html-sports_complect-slider-wrap .swiper-button-next.swiper-button-next-2{
    background: rgba(0, 0, 0, 0.5);
    right: 0;
}

.html-sports_complect__ans-button-wrap {
    width: 100%;
    padding: 30px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #333333;
}

.html-sports_complect__ans-button-text {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
    margin: 0;
}

.html-sports_complect__two-button-wrap {
    display: flex;
    gap: 10px;
}

.html-sports_complect__ans-button {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    border: 1px solid #1551E5;
    text-align: center;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    padding: 14px 24px;
    background-color: #1551E5;
    transition: 0.5s all ease;
}

.html-sports_complect__ans-button:hover {
    background-color: transparent;
    border: 1px solid #fff;
}

.html-sports_complect__ans-button--tr {
    background-color: transparent;
    border: 1px solid #fff;
}

.html-sports_complect__ans-button--tr:hover {
    background-color: #1551E5;
    border: 1px solid #1551E5;
}

.html-sports_complect-block-image {
    position: relative;
}

.html-sports_complect-block-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top center;
    max-width: 500px;
}

.html-sports_complect-slide-img {
    width: 100%;
    height: 85%;
    object-fit: cover;
}

.html-sports_complect-slide-desc {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    text-decoration: none;
    margin: 0;
}

p.html-sports_complect-slide-desc{
    font-feature-settings: 'ss01' on, 'clig' off, 'liga' off;
}

.html-sports_complect-tab-header {
    list-style: none;
    padding: 0;
    margin: 0 0 var(--title-margin) 0;
    display: flex;
    gap: 8px;
}

.html-sports_complect-tab {
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    color: #333;
    transition: 0.5s all ease;
    cursor: pointer;
    padding: 6px 12px;
    border-radius: 4px;
    background: #F5F5F5;
}

.html-sports_complect-tab.is-active, .html-sports_complect-tab:hover {
    color: #fff;
    background: #1551E5;
}

.html-sports_complect-tab-gen{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
    padding: 0;
    margin: 0 0 var(--title-margin) 0;
}

.html-sports_complect-tab-gen-item{
    cursor: pointer;
    list-style-type: none;
    color: #BABABA;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    transition: 0.5s all ease;
    border-bottom: 2px solid transparent;
    padding-bottom: 3px;
}

.html-sports_complect-tab-gen-item:hover, .html-sports_complect-tab-gen-item.is-active{
    border-color: #1551E5;
    color: #000;
}

.html-sports_complect__tab {
    display: none;
    align-items: center;
    flex-wrap: wrap;
}

.html-sports_complect__tab.is-active {
    display: flex;
}

.html-sports_complect-wrap .swiper-scrollbar.swiper-scrollbar-horizontal{
    position: relative;
    top: 0;
}

.html-sports_complect.man-active .html-sports_complect__tab[data-tab-target="woman"],
.html-sports_complect.woman-active .html-sports_complect__tab[data-tab-target="man"] {
    display: none;
}

.html-sports_complect-wrap-before{
    display: none;
}

@media (max-width: 1919px){
    .html-sports_complect__tab.is-active {
        display: grid;
        grid-template-columns: repeat(3,1fr);
        align-items: start;
    }
    .html-sports_complect-slider-wrap, .html-sports_complect-block-image img{
        width: 100%;
        max-width: 100%;
    }
    .html-sports_complect-slider-wrap{
        grid-column: 2 span;
    }
    .html-sports_complect__ans-button-wrap{
        grid-column: 3 span;
    }
    .html-sports_complect-slide-desc{
        font-size: 14px;
        line-height: 20px;
    }
    .html-sports_complect__ans-button{
        padding: 14px 24px;
    }
    .html-sports_complect-subtitle {
        font-size: 30px;
        letter-spacing: 1px;
    }
    .html-sports_complect-title {
        font-size: 90px;
        line-height: 92px;
        letter-spacing: 12px;
    }
    .swiper.html-sports_complect-swiper{
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .html-sports_complect-slider-wrap{
        height: 100%;
    }

}

@media (max-width: 1439px) {
    .html-sports_complect__ans-button-wrap {
        padding: 20px 32px;
    }

    .html-sports_complect-title {
        font-size: 70px;
        line-height: 72px;
        letter-spacing: 9px;
    }

    .html-sports_complect-subtitle img {
        width: 110px;
    }

    .html-sports_complect-content-wrap{
        gap: 16px;
    }

    .html-sports_complect-subtitle{
        font-size: 26px;
        line-height: 34px;
        letter-spacing: .8px;
    }
}

@media (max-width: 1023px) {
    .html-sports_complect-title {
        font-size: 52px;
        line-height: 52px;
        letter-spacing: 6.3px;
    }

    .html-sports_complect-subtitle {
        font-size: 24px;
        line-height: 32px;
    }

    .html-sports_complect-subtitle img {
        width: 90px;
    }

    .html-sports_complect__ans-button-text {
        font-size: 16px;
        line-height: 20px;
    }

    .html-sports_complect-slider-wrap .swiper-button-prev.swiper-button-prev-2, .html-sports_complect-slider-wrap .swiper-button-next.swiper-button-next-2{
        display: flex;
    }

    .html-sports_complect__ans-button-wrap{
        gap: 15px;
    }

}


@media (max-width: 640px) {
    .html-sports_complect-content-wrap {
        justify-content: unset;
        flex-direction: unset;
        position: relative;
        background: #333;
        padding: 18px;
        margin-bottom: 0;
    }

    .html-sports_complect-content-wrap *{
        z-index: 1;
    }

    .html-sports_complect-title {
        font-size: 34px;
        line-height: 36px;
        letter-spacing: 4.3px;
    }

    .html-sports_complect-subtitle {
        font-size: 18px;
        line-height: 26px;
        letter-spacing: 1.6px;
    }

    .html-sports_complect-subtitle img {
        height: fit-content;
        width: 82px;
    }

    .html-sports_complect-tab-header {
        margin: 20px 0;
    }

    .html-sports_complect-tab {
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 1.3px;
    }

    .html-sports_complect-block-image,
    img.html-sports_complect-img {
        height: auto;
    }

    .html-sports_complect-slide-link,
    .html-sports_complect-slide-desc,
    .html-sports_complect-slide-desc-oldprice {
        font-size: 12px;
        line-height: 18px;
    }

    .html-sports_complect-slide-desc{
        display: none;
    }

    .html-sports_complect__ans-button-text {
        font-size: 18.75px;
        font-style: normal;
        font-weight: 500;
        line-height: 25.781px;
        text-align: left;
        width: 100%;
    }

    .html-sports_complect__two-button-wrap{
        width: 100%;
    }

    .html-sports_complect-slider-wrap {
        width: 100%;
        margin-top: -60px;
    }

    .html-sports_complect-swiper-wrapper {
        padding-bottom: 6px;
    }

    .html-sports_complect-slide-desc-wrap {
        padding-top: 10px;
    }

    .swiper.html-sports_complect-swiper {
        position: relative;
        overflow: hidden;
        margin-left: 30px;
        padding: 10px 10px 10px 0;
        margin-bottom: 0;
        max-width: 100%;
        height: unset;
    }

    .html-sports_complect-header {
        padding-top: 0;
        padding-bottom: 20px;
    }

    .html-sports_complect-title {
        font-size: 56px;
        letter-spacing: 4px;
    }

    .html-sports_complect-subtitle {
        font-size: 20px;
        line-height: 26px;
        letter-spacing: .6px;
    }

    .html-sports_complect__ans-button-wrap {
        padding: 0;
        margin-top: 5px;
    }
    .html-sports_complect-slide-img {
        height: auto;
        width: auto;
        max-width: 100%;
    }

    .html-sports_complect__tab.is-active, .html-sports_complect__ans-button-wrap, .html-sports_complect__two-button-wrap{
        display: flex;
        flex-direction: column;
    }

    .html-sports_complect-block-image img{
        padding-right: 90px;
    }

    .html-sports_complect-slider-wrap .swiper-button-prev.swiper-button-prev-2, .html-sports_complect-slider-wrap .swiper-button-next.swiper-button-next-2{
        display: none;
    }

    .html-sports_complect-wrap{
        position: relative;
        overflow: hidden;
    }

    .html-sports_complect-wrap-before{
        display: block;
        position: absolute;
        z-index: 1;
        top: 50px;
        right: 0;
        width: 72%;
    }

    .html-sports_complect__two-button-wrap, .html-sports_complect__ans-button-wrap{
        gap: 19px;
    }

}

@media (max-width: 500px) {
    .html-sports_complect-title {
        font-size: 42px;
        letter-spacing: 2px;
    }

    .html-sports_complect-slider-wrap .swiper-scrollbar {
        bottom: 0;
    }
}
/* ----BLOK - REKOMENDACIIA EKSPERTOV KOMPLEKTY---- */

.html-sports_af--mp, .html-sports_af--mp--btn{
    display: none;
}

/* ----BLOK - BENEFIST---- */
.html-sports_benefits {
    background-color: #F5F7FF;
    margin-bottom: var(--block-margin-bottom-main);
}
.html-sports_benefits__list {
    margin: 0;
    padding: 24px;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 18px;
}
.html-sports_benefits__item {
    display: flex;
    align-items: center;
    gap: 8px;
}
.html-sports_benefits__last {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 18px;
    grid-column: 2 span;
}
.html-sports_benefits__title {
    color: #000;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'SMSans';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    max-width: 130px;
    margin: 0;
}
@media (max-width: 1023px) {
    .html-sports_content {
        margin-bottom: 14px;
    }
    .html-sports_benefits__list {
        padding: 24px 12px;
        gap: 14px;
    }
    .html-sports_benefits__title {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0px;
    }
}
@media (max-width: 767px) {
    .html-sports_benefits__list {
        overflow: scroll;
        gap: 16px;
        padding: 24px 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .html-sports_benefits__item {
        gap: 4px;
    }
    .html-sports_content {
        margin-bottom: 8px;
    }
}
/* ----BLOK - BENEFIST---- */