

/* 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 */


/* Start:/local/templates/spiritfit-v3/components/custom/form.request.new/on.page.block/style.css?175037966212161*/
/*.form-request-new__fields-list {*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    align-items: baseline;*/
/*    flex-wrap: wrap;*/
/*    justify-content: flex-start;*/
/*    margin: -25px -25px 25px;*/
/*}*/
/*.form-request-new__field {*/
/*    width: calc(33.3% - 50px);*/
/*    margin: 25px;*/
/*    flex: 0 0 calc(33.3% - 50px);*/
/*    position: relative;*/
/*}*/

/*label.form-request-new__label{*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    font-weight: 500;*/
/*    font-size: 14px;*/
/*    pointer-events: none;*/
/*    transform: translate(12px,28px);*/
/*    transition: transform ease .35s;*/
/*}*/
/*label.form-request-new__label.select-item {*/
/*    transform: none;*/
/*    top: -28px;*/
/*}*/
/*.form-request-new__field.is-focused label.form-request-new__label,*/
/*.form-request-new__field.is-not-empty label.form-request-new__label{*/
/*    transform: none;*/
/*}*/
/*.form-request-new__none, .form-request-new__error {*/
/*    position: absolute;*/
/*    right: 0;*/
/*    bottom: -17px;*/
/*    font-size: 12px;*/
/*    font-weight: 500;*/
/*    background-image: linear-gradient(90deg, #E03838 3.26%, #7B27EF 98.07%);*/
/*    -webkit-background-clip: text;*/
/*    -webkit-text-fill-color: transparent;*/
/*    display: none;*/
/*}*/

/*.is-empty .form-request-new__none{*/
/*    display: block;*/
/*}*/
/*.is-error .form-request-new__error{*/
/*    display: block;*/
/*}*/

/*.form-request-new__footer {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: flex-end;*/
/*    flex-wrap: nowrap;*/
/*    margin: 0 -25px;*/
/*}*/
/*.form-request-new__field_agreement {*/
/*    width: auto;*/
/*    margin: 25px;*/
/*}*/
/*.form-request-new__buttons {*/
/*    margin: 25px;*/
/*    width: calc(33.3% - 50px);*/
/*    min-width: 200px;*/
/*    text-align: center;*/
/*}*/
/*.form-request-new__field.code-field{*/
/*    width: calc(33.3% - 50px);*/
/*    flex:0 0 calc(33.3% - 50px);*/
/*}*/
/*.form-request-new__code {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*}*/

/*.form-request-new__fields-list .select2-container--default.select2-container--disabled .select2-selection--single {*/
/*    background-color: #eee0!important;*/
/*    cursor: default;*/
/*}*/
/*input.form-request-new__input.code-input {*/
/*    font-size: 26px;*/
/*}*/
/*.code-field label.form-request-new__label{*/
/*    transform: none;*/
/*}*/
/*.subscription__sent-text {*/
/*    text-align: center;*/
/*    margin-bottom: 10px!important;*/
/*    font-size: 14px!important;*/
/*}*/
/*.subscription__sent-tel {*/
/*     margin-bottom: 0;*/
/*    font-size: 20px;*/
/*    font-weight: 500;*/
/*}*/

/*    !*AUTOFILL*!*/
/*input:-webkit-autofill,*/
/*input:-webkit-autofill:hover,*/
/*input:-webkit-autofill:focus,*/
/*input:-webkit-autofill:active {*/
/*    -webkit-transition-delay: 9999s;*/
/*    -webkit-transition: color 9999s ease-out, background-color 9999s ease-out;*/
/*    outline: none;*/
/*    -webkit-box-shadow: inset 0 0 0 50px #fff !important;*/

/*}*/
/*!*AUTOFILL*!*/


/*.message-modal {*/
/*    background: #0000006e;*/
/*    z-index: 0;*/
/*    display: none;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    position:static;*/
/*}*/
/*.message-modal.active{*/
/*    z-index: 1000;*/
/*    position: fixed;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    top: 0;*/
/*    left: 0;*/
/*}*/

/*.message-body {*/
/*    padding: 50px 100px;*/
/*    background: white;*/
/*    color: black;*/
/*    border-radius: 3px;*/
/*    font-size: 32px;*/
/*    font-weight: 500;*/
/*    position: relative;*/
/*    max-width: 100%;*/
/*}*/

/*.form-request-new__field span.field-error {*/
/*    font-size: 12px;*/
/*    font-weight: 500;*/
/*    color: #ff4701;*/
/*    float: right;*/
/*}*/

/*@media screen and (max-width: 1024px) {*/
/*    .form-request-new__fields-list{*/
/*        flex-direction: column;*/
/*        margin: 50px 0 25px;*/
/*    }*/
/*    .form-request-new__field {*/
/*        width: calc(100% - 50px);*/
/*        flex: 0 0 calc(100% - 50px);*/
/*    }*/
/*    .form-request-new__footer{*/
/*        margin:0*/
/*    }*/
/*}*/

/*@media screen and (max-width: 849px) {*/
/*    .form-request-new__footer {*/
/*        display: flex;*/
/*        justify-content: center;*/
/*        align-items: center;*/
/*        flex-wrap: nowrap;*/
/*        !* margin: 0 -25px; *!*/
/*        flex-direction: column;*/
/*    }*/
/*}*/
/*@media screen and (max-width: 496px) {*/
/*    .form-request-new__field{*/
/*        margin:15px 0;*/
/*        width: 100%;*/
/*        flex: 0 0 100%*/
/*    }*/
/*    .form-request-new__field.code-field {*/
/*        width: calc(80% - 50px);*/
/*        flex: 0 0 calc(80% - 50px);*/
/*    }*/
/*    .message-body {*/
/*        font-size: 26px;*/
/*    }*/
/*}*/
/*@media screen and (max-width: 768px) {*/
/*    .form-request-new__field.code-field {*/
/*        width: calc(50% - 50px);*/
/*        flex: 0 0 calc(50% - 50px);*/
/*    }*/
/*    .message-body {*/
/*        !* width: 100%; *!*/
/*        padding: 30px 50px;*/
/*        text-align: center;*/
/*    }*/
/*}*/

/*.form-standart__plate {*/
/*    border: 2px solid black;*/
/*    padding: 75px 8% 100px;*/
/*}*/
/*.form-standart__title.h2 {*/
/*    text-align: center;*/
/*    margin-bottom: 52px;*/
/*}*/
/*a.subscription__code {*/
/*    font-size: 14px;*/
/*    text-decoration: underline;*/
/*}*/
/*input.sms-code__input-container {*/
/*    font-size: 24px;*/
/*    width: 50px;*/
/*    margin: 0 10px;*/
/*    padding: 10px;*/
/*    color: black;*/
/*    text-align: center;*/
/*    border: 1px solid;*/
/*    border-radius: 5px;*/
/*}*/
/*.sms-code__row {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*}*/



.form-standart.form-request-container {
    border: 2px solid black;
    padding: 75px 8% 100px;
    min-height: 650px;
}
h2.form-request__title.h2 {
    text-align: center;
}
.form-request__fields {
    margin-top: 52px;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.form-request__field-row {
    width: calc(33.3% - 33px);
    margin: 25px;
    flex: 0 0 calc(33.3% - 33px);
    position: relative;
}
.form-request__field-row:nth-child(3n+1){
    margin-left: 0;
}
.form-request__field-row:nth-child(3n){
    margin-right: 0;
}
.form-request__field-row.form-request__field_checkbox{
    margin:25px 0;
}
label.form-request-new__label {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 500;
    font-size: 14px;
    pointer-events: none;
    transform: translate(12px,28px);
    transition: transform ease .35s;
}
span.form-request__field-placeholder {
    font-weight: 500;
    font-size: 14px;
    pointer-events: none;
    opacity: 0.5;
}
input.form-request__field-input {
    line-height: 32px;
    padding: 0;
    font-size: 18px;
}


.select2-container--block .select2-selection__rendered{
    padding-left: 0!important;
}
.select2-container--block.select2-container .select2-selection--single{
    height: unset;
}
.select2-container--block.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 32px;
    min-height: 32px;
}
.select2-container--block .select2-search--dropdown .select2-search__field {
    border: none;
    border-bottom: 2px solid black;
    line-height: 32px;
    font-size: 18px;
    color: black;
    padding: 0;
    margin-bottom: 5px;
}
.select2-black .select2-container--block .select2-dropdown{
    background:transparent;
}
.select2-container--block .select2-results__options {
    max-height: 260px;
    overflow: auto;
}
.select2-container--block span.select2-dropdown.select2-dropdown--above {
    display: flex;
    flex-direction: column-reverse;
    transform: translateY(73px);
}
.select2-container--block span.select2-dropdown.select2-dropdown--above  .select2-search__field{
    margin-top: 5px;
}
.select2-container--block span.select2-selection__arrow {
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 100%;
    position: absolute;
}
.select2-container--block  span.select2-selection__arrow:before {
    content: '';
    position: absolute;
    top: 6px;
    right: 14px;
    display: block;
    width: 9px;
    height: 9px;
    border: 2px solid currentColor;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.form-request__input-message {
    float: right;
    font-size: 14px;
    font-weight: 600;
}
.form-request__field-row.form-request__field_agreement {
    width: 100%;
}
.form-request__field_agreement .form-request__input-message{
    float: unset;
}
.form-request__agreements {
    width: 50%;
    flex: 0 0 50%;
}
.form-request__footer {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-end;
}


.form-request__step-code{
    display: none;
}
.step-code .form-request__step-reg{
    display: none;
}
.step-code .form-request__step-code{
    display: flex;
    justify-content: flex-end;
}

.form-request-container .escapingBallG-animation.active {
    display: block;
    opacity: 1;
    transform: translateY(-45px);
}
span.b-checkbox__text a {
    text-decoration: underline;
}
.form-request__step-code {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    align-content: center;
}
.subscription__sent {
    font-size: 16px;
    text-align: center;
}
.subscription__sent-tel {
    font-size: 24px;
    margin-top: 12px;
}
.form-request__field-row.code-field {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
input.sms-code__input-container {
    border: 2px solid black;
    font-size: 24px;
    width: 50px;
    margin: 0 10px;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
}
button.text-btn {
    display: block;
    margin: auto;
    background: none;
    border: none;
    text-decoration: underline;
    font-size: 16px;
    margin-top: 12px;
    cursor: pointer;
}
button.text-btn.reload-btn {
    font-size: 14px;
}
.form-request__submit {
    margin-top: 24px;
}
form.form-request {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.form-request-container .popup__modal-info {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 24px;
}
span.form-request__input-message {
    height: 16px;
}

@media screen and (max-width: 1230px) {
    .form-request__fields {
        flex-direction: column;
    }
    .form-request__field-row {
        margin: 25px 0;
        width: 100%;
    }
    .form-request__field-row.code-field {
        width: 50%;
    }
}
@media screen and (max-width: 988px) {
    .form-request__footer {
        flex-direction: column;
    }
    .form-request__agreements {
        width: 100%;
        flex: 0 0 100%;
    }
}
@media screen and (max-width: 768px) {
    .form-request__buttons {
        margin: 0;
        width: 100%;
    }
    .form-request__buttons input.button-outline{
        width: 100%;
        border-width: 2px;
    }

    .form-request__field-row.code-field{
        width: 100%;
        flex: unset;
    }
    .step-code .form-request__step-code{
        justify-content: center;
    }
}
@media screen and (max-width: 525px) {
    h2.form-request__title.h2 {
        font-size: 20px;
        text-align: start;
    }
    .form-request__fields {
        margin-top: 12px;
    }
    .form-request__field-row {
        margin: 16px 0 0;
    }
    span.form-request__field-placeholder {
        font-size: 12px;
    }
    input.form-request__field-input {
        font-size: 16px;
        line-height: 22px;
    }
    .form-standart.form-request-container {
        padding: 24px 12px;
    }
}

input.form-request__field-input:-webkit-autofill,
input.form-request__field-input:-webkit-autofill:hover,
input.form-request__field-input:-webkit-autofill:focus,
input.form-request__field-input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px #fff inset !important;
    -webkit-text-fill-color: black !important;
}
/* End */


/* Start:/local/templates/spiritfit-v3/components/bitrix/news.detail/photo.slider/style.css?17503796627484*/
.photo-slider__body {
    position: relative;
}
.photo-slider__body.default{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.photo-slider__body.reverse-default{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
.photo-slider__text {
    width: 40%;
    position: relative;
    z-index: 10;
    top: 50%;
    /*transform: translateY(-50%);*/
    min-height: 500px;
    padding: 50px;
}
.default:not(.bg-text) .photo-slider__text,
.reverse-default:not(.bg-text) .photo-slider__text{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.photo-slider__photo {
    max-height: 820px;
}
.default .photo-slider__photo,
.reverse-default .photo-slider__photo{
    width: 50%;
}
.default .photo-slider__text,
.reverse-default .photo-slider__text{
    max-height: 80%;
    width: 50%;
}
.bg-text .photo-slider__text{
    max-height: 90%;
}
.bg.photo-slider__body{
    background-color: #f5f5f4;
}
.bg-text.photo-slider__body {
    position: relative;
}
.bg-text .photo-slider__text {
    position: absolute;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-color: #f5f5f4;
    width: 40%;
    padding: 40px;
    min-height: unset;
}
.bg-text.reverse-default .photo-slider__text{
    left: 0;
}
.bg-text .photo-slider__photo{
    width: 80%;
}

.bg-text .slick-dots{
    position: absolute!important;
    top:0;
    margin-top:0!important;
}
.bg-text.default .slick-dots{
    right: 0;
}
.bg-text.reverse-default .slick-dots{
    left: 0;
}
.bg-text .photo-slider__text-slick {
    overflow-y: auto;
    overflow-x: hidden;
}
.bg-text .photo-slider__text-slick{
    padding: 0 30px;
}
.bg-text .photo-slider__arrows{
    padding: 0 25px;
}
.photo-slider__text-slick::-webkit-scrollbar{
    width: 4px;
    height: 4px;
    cursor: default;
}
.photo-slider__text-slick::-webkit-scrollbar-track {
    background-color: #fff;
    cursor: default;
}
.photo-slider__text-slick::-webkit-scrollbar-thumb {
    background: #7827F6;
    cursor: default;
    border-radius: 4px;
}


.photo-slider__photo-item {
    object-fit: cover;
    object-position: center;
    max-height: 815px;
}
.photo-slider__mobile-app-icons {
    display: flex;
    justify-content: center;
}




h2.photo-slider__title {
    margin-bottom: 52px;
    text-align: center;
}
.photo-slider__text-item {
    text-align: center;
    line-height: 1.7em;
}
.photo-slider__block .slick-dots li>button{
    display: block;
    width: 12px;
    height: 12px;
    margin: 6px;
    font-size: 0;
    background-color: transparent;
    border: 1px solid black;
    transition: background-color .15s ease 0s,border-color .15s ease 0s;
}
.photo-slider__block .slick-dots li {
    display: inline-block;
}
.photo-slider__block ul.slick-dots {
    margin: 30px auto 0;
    display: block;
    max-width: fit-content;
}
.photo-slider__text-btn-slick {
    text-align: center;
}
.photo-slider__text-slick {
    margin-bottom: 30px;
    padding: 0 60px;
}
.photo-slider__arrows {
    width: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 50px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
}
.photo-slider__arrow {
    height: 45px;
    width: 45px;
    border: 1px solid rgba(0,0,0,0);
    cursor: pointer;
    box-sizing: border-box;
    background-color: rgba(0,0,0,0.05);
    border-radius: 50%;
}
.photo-slider__arrow:before, .photo-slider__arrow:after{
    content: '';
    height: 2px;
    width: 20px;
    background-image: linear-gradient(45deg,#e43932 3.26%,#7827f6 98.07%);
    position: absolute;
}
.photo-slider__arrow.right:before{
    transform: rotate(45deg) translateX(20px);
}
.photo-slider__arrow.right:after{
    transform: rotate(315deg) translateX(-10px) translateY(30px);
}
.photo-slider__arrow.left:before{
    transform: rotate(135deg) translateX(5px) translateY(-15px);
}
.photo-slider__arrow.left:after{
    transform: rotate(225deg) translateX(-25px) translateY(-15px);
}
.bg-text.default .slick-dots {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
}
.video-container {
    padding: 69px 0;
    position: relative !important;
}

.video-container video{
    height: 100%;
    width: 100%;
    border-radius: 24px;
}
.video-controls {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
}

.video-controls button{
    display: none;
    margin: auto;
    width: 96px;
    height: 96px;
    border: none;
    border-radius: 50%;
    background-position: 36px center;
    background-repeat: no-repeat;
    background-size: 36px;
    background-color: #FFFFFFC4;
}
.video-controls.stopped button[data-state="play"]{
    display: block;
}
.video-controls.playing button[data-state="pause"]{
    display: block;
}
.video-controls button[data-state="pause"]{
    transition: 0.3s;
    opacity: 0;
}
.video-container:hover button[data-state="pause"]{
    opacity: 1;
}


@media screen and (max-width: 1200px){
    .photo-slider__text-slick{
        padding: 0 40px;
    }
    .photo-slider__text{
        padding: 30px;
    }
    .photo-slider__arrows{
        padding: 0 15px;
    }
}
@media screen and (max-width: 1280px) {
    h2.photo-slider__title {
        margin: 24px 0;
        font-size: 32px;
    }
    .photo-slider__body.default,
    .photo-slider__body.reverse-default{
        flex-direction: column-reverse;
    }
    .default .photo-slider__text, .default .photo-slider__photo,
    .reverse-default .photo-slider__text, .reverse-default .photo-slider__photo{
        width: 80%;
    }
    .bg-text .photo-slider__text{
        position: unset;
        transform: unset;
    }
    .bg-text .photo-slider__text{
        min-height: unset;
    }
    .bg-text.photo-slider__body {
        display: flex;
    }
    .photo-slider__arrows {
        width: calc(100% + 160px);
         padding: unset;
        margin: 0 -80px;
    }
}
@media screen and (max-width: 768px) {
    .photo-slider__text {
        padding: 24px;
    }
}
@media screen and (max-width: 425px) {
    .default .photo-slider__text, .default .photo-slider__photo,
    .reverse-default .photo-slider__text, .reverse-default .photo-slider__photo{
        width: 100%;
    }
    .bg-text .photo-slider__text-slick{
        padding: 0;
        margin-bottom: 24px;
    }
    .photo-slider__arrows {
        width: 100%;
        padding: 0 12px!important;
        margin: unset;
    }
    .photo-slider__body {
        margin: 0 -12px;
    }
    .photo-slider__arrow {
        background-color: rgb(0 0 0 / 50%);
    }
    .photo-slider__text-slick {
        padding: 0;
        margin-bottom: 24px;
    }
    .photo-slider__block ul.slick-dots{
        display: none!important;
    }
    .photo-slider__progress-bar{
        width: 100%;
        height: 5px;
        z-index: 10;
        border-radius: 10px;
        overflow: hidden;
        background-color: #dfdfdf;
        background-image: linear-gradient(45deg,#e43932 3.26%,#7827f6 98.07%);
        background-repeat: no-repeat;
        background-size: 0 100%;
        transition: background-size .4s ease-in-out;
    }
    .photo-slider__text-item{
        font-size: 16px;
    }
    .photo-slider__text-btn-slick {
        margin-top: 24px;
    }
    .video-container{
        padding: 0;
    }
    .video-container video{
        padding: 12px;
    }
}


/* 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 */
/* /local/templates/spiritfit-v3/components/custom/form.request.new/on.page.block/style.css?175037966212161 */
/* /local/templates/spiritfit-v3/components/bitrix/news.detail/photo.slider/style.css?17503796627484 */
