

/* Start:/local/templates/spiritfit-v3/components/bitrix/system.pagenavigation/.default/style.css?17503796623019*/
.bx-pagination {
    margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
    text-align: center;
    position: relative;
}
.bx-pagination .bx-pagination-container ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
    display: inline-block;
    margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    -ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    background: transparent;
    padding: 8px 15px;
    display: block;
    min-width: 32px;
    color: #444;
    font-size: 16px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e2e2e2;
}
.bx-pagination .bx-pagination-container ul li a {
    text-decoration: none;
    display: block;
    border-radius: 16px;
    color: #444;
    vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li.pag-active span{
    border: 1px solid;
    border-image: linear-gradient(90deg, #E23834 3.26%, #7A27F1 98.07%) 1;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.pag-prev a span,
.bx-pagination .bx-pagination-container ul li.pag-next a span {
    line-height: 28px;
    padding: 0 18px;
    color: #444;
    position: relative;
    display: inline-block;
}
.bx-pagination-container svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.pag-prev span,
.bx-pagination .bx-pagination-container ul li.pag-next span{
    color: #aab1b4;
    line-height: 28px;
    padding: 0 18px;
    position: relative;
    display: inline-block;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.pag-next a:hover span {
    background: #fff;
    border-color: #DADADA;
    color: #000;
}

/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.apg-active span{
    background: #3bc915;
    color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.pag-active span{
    background: #F9A91D;
    color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.pag-active span{
    background: #E22B2B;
    color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.pag-active span{
    background: #0083d1;
    color: #fff;
}
.pag-prev span,
.pag-next span{
    border:none!important;
}
/* End */


/* Start:/local/templates/spiritfit-v3/components/bitrix/news.list/abonement.main/style.css?175037966212967*/
.b-cards-slider__item.abonement {
    width: 410px;
    color: white;
    position: relative;
    margin: 0 15px;
    transition: transform 0.3s;
}
/*.b-cards-slider__item.abonement:first-child{*/
/*    margin-left: 0;*/
/*}*/
/*.b-cards-slider__item.abonement:last-child{*/
/*    margin-right: 0;*/
/*}*/
.slider-abonement__item-picture {
    height: 253px;
    background-size: cover;
    background-position: 50%;
}
.slider-abonement__item-title {
    font-weight: 300;
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    /* padding: 16px 51px; */
    margin-bottom: 20px;
    position: relative;
}
.slider-abonement__item-title b{
    font-size: 32px;
    font-weight: 400;
}
.slider-abonement__item-info {
    padding: 24px 32px;
    height: 100%;
    background: #000000;
}

.gift .slider-abonement__item-info{
    position: relative;
}
.gift a.abonement-item__btn{
    position: absolute;
    bottom: 24px;
    width: 70%;
    transform: translateX(-50%);
    left: 50%;
}

.slider-abonement__item-price,
.slider-abonement__gift-text{
    font-size: 17px;
    font-weight: 300;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 30px;
    min-height: 50px;
}
.abonement-price {
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
    background: linear-gradient(90deg, #E23834 3.26%, #8428DD 98.07%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-left:15px;
}
.slider-abonement__item-balance {
    margin-top: 12px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
span.slider-abonement__item-balance-count {
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
}
.abonement-sale-container {
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 10px 50%;
    padding: 13px 0;
    padding-left: 40px;
    padding-right: 12px;
    background-color: #131313;
    border-radius: 7px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.abonement-clue {
    width: 18px;
    height: 18px;
}
.abonement-clue svg{
    width: 100%;
    height: 100%;
}
.abonement-sale-date {
    font-size: 14px;
    font-weight: 300;
    color: #868686;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-top: 0;
}
.slider-abonement__item-sale {
    margin-top: 30px;
    position: relative;
    padding-bottom: 8px;
}
.slider-abonement__item-include-list {
    width: 100%;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    overflow-y: auto;
    overflow-x: hidden;
}
.abonement__item-include-item{
    background-image: url(/local/templates/spiritfit-v3/components/bitrix/news.list/abonement.main/./img/abonement-check-mark.svg);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 0 3px;
    padding-left: 20px;
    margin-bottom: 6px;
}
.abonement__item-include-item.percent{
    background-image: url('/local/templates/spiritfit-v3/img/icons/percent.png');
}
a.abonement-item__btn {
    width: 80%;
    display: block;
    margin: 16px auto 0;

}
.slider-abonement__item-include-list::-webkit-scrollbar {
    width: 5px;
}
.slider-abonement__item-include-list::-webkit-scrollbar-track {
    background: rgba(137, 137, 137, 0.58);
}
.slider-abonement__item-include-list::-webkit-scrollbar-thumb {
    background-image: linear-gradient(135deg, #E23834 3.26%, #8428DD 98.07%);    /* цвет бегунка */
    border-radius: 3px;       /* округлось бегунка */
}
.abonement__item-include-item.inactive {
    filter: grayscale(1);
    color: #464646;
}
span.rub {
    font-size: 24px;
    margin-left: 4px;
}

.base-price span.rub {
    font-size: 15px;
    margin-left: 2px;
}

@media screen and (max-width: 768px) {
    .slider-abonement__item-title{
        font-size: 18px;
    }
    .slider-abonement__item-title b{
        font-size: 26px;
    }
    .slider-abonement__item-price{
        font-size: 16px;
    }
}
@media screen and (max-width: 600px) {
    .slider-abonement__item-price, .slider-abonement__gift-text{
        align-items: baseline;
    }
    .b-cards-slider .slick-track {
        display: flex !important;
        align-items: center !important;
        flex-direction: row !important;
    }
    .b-cards-slider__item.abonement {
        position: relative;
        margin: 0 15px;
        transform: scale(0.95);
        width: 65vw;
        min-width: 270px;
        transition: transform .3s;
        color: white;
    }
    .b-cards-slider__item.abonement.slick-current {
        content: none;
        height: unset;
        transform: scale(1.0);
    }
    .slider-abonement__item-title {
        font-size: 20px;
    }

    .abonement-item__btn, .slider-abonement__item-price, .slider-abonement__item-include-list, .slider-abonement__item-sale  {
        transition: all .3s !important;
    }
    .b-cards-slider__item .slider-abonement__item-price {
        opacity: 0;
        transform: scaleY(0);
        font-size: 16px;
        margin-bottom: 0;
        margin-top: 24px;
    }
    .slick-current .slider-abonement__item-price {
        opacity: 1;
        transform: scaleY(1);
    }
    .abonement-price,
    span.slider-abonement__item-balance-count{
        font-size: 28px;
        line-height: 100%;
    }
    span.rub {
        font-size: 20px;
        margin-left: 3px;
    }
    .base-price span.rub {
        font-size: 15px;
        margin-left: 2px;
    }
    .slider-abonement__item-sale {
        padding-bottom: 12px;
        margin-bottom: 16px;
        position: relative;
        margin-top: 0;
    }
    .slider-abonement__item-sale {
        padding-bottom: 12px;
        margin-bottom: 16px;
        position: relative;
        margin-top: 24px;
    }
    .slider-abonement__item-include-list {
        margin-top: 12px;
        font-size: 12px;
    }
    span.abonement-sale-date {
        font-size: 11px;
        font-weight: 300;
        color: #868686;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .abonement-sale-container {
        font-size: 13px;
        margin-bottom: 7px;
    }
    /*.slick-current .slider-abonement__item-include-list {*/
    /*    !*margin-bottom: 80px;*!*/
    /*    font-size: 12px;*/
    /*}*/
    .slick-current .slider-abonement__item-sale {
        margin-bottom: 80px;
    }
    a.abonement-item__btn {
        position: absolute;
        bottom: 26px;
        left: 50%;
        transform: translateX(-50%);
        width: 70%;
    }
    .b-cards-slider__item .abonement-item__btn {
        opacity: 0;
    }
    .slick-current .abonement-item__btn {
        opacity: 1;
        z-index: 100;
    }
    .abonement-sale-date {
        font-size: 11px;
        font-weight: 300;
        color: #868686;
        position: absolute;
        bottom: 0;
        left: 0;
    }
}

@media screen and (max-width: 484px) {
    .b-cards-slider__item.abonement{
        margin: 0;
    }
    .slider-abonement__item-info {
        padding: 24px 20px;
    }
    .slider-abonement__item-title {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .slider-abonement__item-title b {
        font-size: 18px;
        font-weight: 400;
    }
    .abonement-price,
    span.slider-abonement__item-balance-count{
        font-size: 22px;
    }
    span.rub {
        font-size: 18px;
        margin-left: 3px;
    }
    span.abonement-sale-date {
        font-size: 11px;
    }
    .abonement-sale-container {
        margin-bottom: 7px;
        padding: 10px 0;
        padding-left: 40px;
        padding-right: 6px;
    }
}

button.slider-section__item {
    background: #F5F5F4;
    border: none;
    margin: 0;
    display: block;
    color: black;
    padding: 15px;
    width: 250px;
    text-align: center;
    cursor: pointer;
}
.sliders-section__controls {
    display: flex;
    margin-bottom: 50px;
}
button.slider-section__item.active {
    background: linear-gradient(90deg, #E23834 3.26%, #7A27F1 98.07%);
    color: white;
}
@media screen and (max-width: 768px){
    .sliders-section__controls {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }
    button.slider-section__item {
        width: 100%;
    }
}

.abonement-sale-container{
    margin-bottom: 7px;
}
.abonement-price.white-text {
    background: none;
    color: white;
    -webkit-text-fill-color: unset;
}

.with-base {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
span.base-price {
    position: relative;
    color: white;
    background: #a1a1a1;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
}

span.base-price:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: calc(50% - 1px);
    width: 100%;
    height: 2px;
    background-color: #a1a1a1;
}


a.button.abonement-item__btn {
    padding: 22px 22px;
}

.b-cards-slider__item{
    opacity: 0;
    transition:opacity .3s ease-out;
}
.slick-initialized .b-cards-slider__item{
    opacity:1;
}

button.slider-section__item{
    position: relative;
}

/*@media screen and (max-width: 768px) {*/
/*    button.slider-section__item:after {*/
/*        content: '';*/
/*        width: 12px;*/
/*        height: 12px;*/
/*        border-width: 1px;*/
/*        border-right: solid;*/
/*        border-bottom: solid;*/
/*        position: absolute;*/
/*        right: 12px;*/
/*        transform: rotate(225deg) translate(-1px, -6px);*/
/*        transition: 0.3s;*/
/*        opacity: 0.5;*/
/*    }*/

/*    button.slider-section__item:not(.active):after{*/
/*        opacity: 0;*/
/*        transition: 0s;*/
/*    }*/

/*    button.slider-section__item.closed:after{*/
/*        opacity: 1;*/
/*        transform: rotate(45deg) translate(-3px, 1px);*/
/*        transition: 0.3s;*/
/*    }*/
/*}*/

.tippy-box ul {
    list-style: disc;
    padding-left: 16px;
}
.abonement__item-include__value.with-clue {
    position: relative;
    padding-right: 22px;
}
.abonement__item-include__value.with-clue .clue-item{
    width: 18px;
    height: 18px;
    position: absolute;
    top:0;
    right: 0;

}
.abonement__item-include__value.with-clue .clue-item svg{
    width: 100%;
    height: 100%;
}
/*.abonement__item-include__value.with-clue:after {*/
/*    content: '';*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 0;*/
/*    background: url('/local/templates/spiritfit-v3/img/icons/question-mark.svg');*/
/*    background-size: cover;*/
/*}*/

.tippy-box[data-theme~='abonement.slider'] {
    background-color: white;
    color: black;
    font-weight: 600;
    max-width: calc(100vw - 10px);
    box-shadow: 3px 2px 6px 0 #00000045;
    border-radius: 8px;
}
.tippy-box[data-theme~='abonement.slider'] .tippy-content{
    padding: 16px !important;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
}
.tippy-box[data-theme~='abonement.slider'] .tippy-arrow{
    color: white;
}
.b-cards-slider__item.abonement.zenit .slider-abonement__item-info{
    background: linear-gradient(180deg, #0550A5 0%, #001F4B 100%);
    color: white;
    position: relative;
}
.b-cards-slider__item.abonement.zenit .slider-abonement__item-info:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/local/templates/spiritfit-v3/img/abonement-zenit-background.svg);
    background-size: cover;
    pointer-events: none;
}
.b-cards-slider__item.abonement.zenit .slider-abonement__item-title b{
    text-transform: uppercase;
    font-weight: 700;
}
.zenit-logo {
    width: 90px;
    aspect-ratio: 1.57;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 6px auto 0;
}
.b-cards-slider__item.abonement.zenit .gradient-text{
    background: white;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.b-cards-slider__item.abonement.zenit span.base-price{
    background: white;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0.7;
}
.b-cards-slider__item.abonement.zenit span.base-price:before{
    background: white;
}
.b-cards-slider__item.abonement.zenit .abonement-sale-date{
    color: white;
    opacity: 0.7;
}
.b-cards-slider__item.abonement.zenit .button{
    background: linear-gradient(90deg, #03326B 0%, #0550A5 35.05%, #009BD3 71.12%, #0550A5 103.07%);
}
.b-cards-slider__item.abonement.zenit .abonement-sale-container{
    background-color: #FFFFFF1A;
}
.b-cards-slider__item.abonement.zenit .abonement__item-include-item{
    background-image: url(/local/templates/spiritfit-v3/components/bitrix/news.list/abonement.main/./img/abonement-check-mark-white.svg);
}
.b-cards-slider__item.abonement.zenit .abonement__item-include-item.inactive{
    color: white;
    opacity: 0.3;
}
/* End */


/* Start:/local/templates/spiritfit-v3//vendor/slick/slick.css?17503796621776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/spiritfit-v3//css/slick.css?17503796624063*/
.b-cards-slider__arrow.b-cards-slider__arrow--right::before, .b-cards-slider__arrow.b-cards-slider__arrow--right::after {
    background: linear-gradient(45deg, #E43932 3.26%, #7827F6 98.07%);
}
.b-cards-slider__arrow.b-cards-slider__arrow--right::before, .b-cards-slider__arrow.b-cards-slider__arrow--right::after {
    background: linear-gradient(45deg, #E43932 3.26%, #7827F6 98.07%);
}
.b-cards-slider__arrow-wrapper--right {
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 8%, rgba(255,255,255,1) 100%);
}
.b-cards-slider__arrow-wrapper {
    height: 100%;
    background-color: transparent;
    position: absolute;
    top: 50%;
    width: 100%;
    /* transform: translateY(-50%); */
    z-index: 100;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: background-color .3s;
}
.b-cards-slider__arrow-wrapper--right {
    right: -20px;
    transform: translate(100%, -50%);
    align-items: flex-start;
}

.b-cards-slider__arrow {
    height: 45px;
    width: 45px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    box-sizing: border-box;
}
.b-cards-slider__arrow::before, .b-cards-slider__arrow::after {
    content: '';
    height: 6px;
    width: 30px;
    position: absolute;
}
.b-cards-slider__arrow--right::before {
    transform: rotate(45deg);
    right: 10px;
}
.b-cards-slider__arrow--right::after {
    transform: rotate(-45deg);
    right: 10px;
}
.b-cards-slider__arrow::before {
    top: 10px;
}
.b-cards-slider__arrow::after {
    bottom: 11px;
}

.b-cards-slider__arrow-wrapper--left {
    left: -20px;
    transform: translate(-100%, -50%);
    align-items: flex-end;
}

.b-cards-slider__arrow--left::before {
    transform: rotate(-45deg);
    left: 10px;
}
.b-cards-slider__arrow::before {
    top: 10px;
}
.b-cards-slider__arrow--left::after {
    transform: rotate(45deg);
    left: 10px;
}
.b-cards-slider__arrow::after {
    bottom: 11px;
}
.b-cards-slider__arrow.b-cards-slider__arrow--left::before, .b-cards-slider__arrow.b-cards-slider__arrow--left::after {
    background: linear-gradient(45deg, #E43932 3.26%, #7827F6 98.07%);
}

.slick-disabled{
    display: none!important;
}
.b-cards-slider__arrow.b-cards-slider__arrow--left{
    right: 0;
}

@media screen and (max-width: 1440px) {
    .b-cards-slider__arrow-wrapper--left {
        left: 50px;
        box-shadow: unset;
        width: 100px;
        background: transparent;
    }
    .b-cards-slider__arrow-wrapper--right {
        right: 50px;
        box-shadow: unset;
        width: 100px;
        background: transparent;
    }
    .b-cards-slider__arrow {
        border-radius: 50%;
        background: #000000c9;
    }
    .b-cards-slider__arrow::before, .b-cards-slider__arrow::after {
        height: 4px;
        width: 19px;
    }
    .b-cards-slider__arrow::before {
        top: 15px;
    }
    .b-cards-slider__arrow::after {
        bottom: 15px;
    }
}
@media screen and (max-width: 956px) {
    .b-cards-slider__arrow-wrapper--left, .b-cards-slider__arrow-wrapper--right{
        box-shadow: unset;
        width: 40px;
        background: transparent;
    }
    .b-cards-slider__arrow::before, .b-cards-slider__arrow::after {
        height: 3px;
        width: 15px;
    }
    .b-cards-slider__arrow {
        border-radius: 50%;
        background: #000000c9;
    }
    .b-cards-slider__arrow::before {
        top: 17px;
    }
    .b-cards-slider__arrow--left::before {
        transform: rotate(-45deg);
        left: 13px;
    }
    .b-cards-slider__arrow::after {
        bottom: 16px;
    }
    .b-cards-slider__arrow--left::after {
        transform: rotate(45deg);
        left: 13px;
    }
    .b-cards-slider__arrow-wrapper--left{
        left: 60px;
    }
    .b-cards-slider__arrow-wrapper--right{
        right: 60px;
    }
    .b-cards-slider__arrow--right::before{
        right: 13px;
    }
    .b-cards-slider__arrow--right::after{
        right: 13px;
    }
}

.slick-track {
    margin-left: 0!important;
}


/* End */
/* /local/templates/spiritfit-v3/components/bitrix/system.pagenavigation/.default/style.css?17503796623019 */
/* /local/templates/spiritfit-v3/components/bitrix/news.list/abonement.main/style.css?175037966212967 */
/* /local/templates/spiritfit-v3//vendor/slick/slick.css?17503796621776 */
/* /local/templates/spiritfit-v3//css/slick.css?17503796624063 */
