

/* Start:/local/templates/spiritfit-v3/components/bitrix/news.detail/training/style.css?17503796627883*/
.personal-training__main.content-center {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.personal-training__main-video,
.personal-training__main-text{
    width: calc(50% - 20px);
    flex:0 0 calc(50% - 20px);
}
.personal-training__main-video video {
    width: 100%;
    border-radius: 10px;
}
.personal-training__main-text {
    background: #f5f5f4;
    padding: 30px;
    font-weight: 300;
    font-size: 18px;
}
h2.personal-training__main-title {
    margin-bottom: 20px;
    text-align: center;
}
a.button.card-btn {
    position: absolute;
    bottom: 30px;
}
.utp-slider{
    margin-top:40px!important;
}


@media screen and (max-width: 1199px) {
    .personal-training__main-video{
        width: calc(50% - 10px);
        flex: 0 0 calc(50% - 10px);
    }
    .personal-training__main-video {
        z-index: 20;
    }
    .personal-training__main-text {
        flex: 0 0 55%;
        transform: translateX(-50px);
        padding: 50px 80px;
        z-index: 10;
    }
    h2.personal-training__main-title {
        font-size: 24px;
    }
    .b-image-block__text-content h2 {
        font-size: 24px;
    }
/*     .b-image-block__content.b-image-block__content_reverse {
        padding: 50px 0 80px;
    } */
}
@media screen and (max-width: 767px) {
    .personal-training__main.content-center {
        display: flex;
        flex-direction: column;
    }
    .personal-training__main-video {
        width: 100%;
        flex: 0 0 100%;
    }
    .personal-training__main-text {
        width: 100%;
        flex: 0 0 100%;
        transform: none;
        padding: 50px 20px;
    }
    .b-image-block__content {
        display:block !important;
    }
}
@media screen and (max-width: 480px) {
    button.trainer-block__club-control {
        font-size: 16px;
        max-width: 80vw;
    }
    .personal-training__main-text {
        text-align: center;
    }
}

.banner-detail__img {
    height: 650px;
    width: 100%;
    background-size: cover;
    background-position: 50%;
}
.banner-detail__description-title{
    margin-top:32px;
    font-weight: 400;
    font-size: 48px;
    line-height: 48px;
}
.banner-detail__description-content {
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
    margin-top:32px;
}

.banner-detail__description-content h3 {
    font-weight: 800;
    font-size: 22px;
}
.banner-detail__description-content {
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
    margin-top: 32px;
}
.banner-detail__description-content iframe{
    width: 100%;
    height: max-content;
    min-height: 600px;
}
.banner-detail__description-content li {
    margin: 15px 0;
}
.banner-detail__description-content ul {
    list-style: inside;
}
.banner-detail__description-content b {
    font-weight: bold;
}
.banner-detail__description-content h3 {
    font-weight: 800;
    font-size: 22px;
    margin-bottom: 15px;
}
.banner-detail__description-content div{
    margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
    .banner-detail__description-content{
        font-size: 18px;
        line-height: 28px;
    }
    .banner-detail__description-content iframe{
        min-height: 300px;
    }
}

.header-info {
    width: 550px;
    margin-left: auto;
    max-width: 100%;
    height: 650px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
h2.header-info__title {
    font-size: 40px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
    position: relative;
}
.header-info__title-background {
    background-color: #fff;
    padding: 3px 0;
}
.header-info__title-text.bg-gradient {
    padding: 10px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    background-image: linear-gradient(90deg, #E23834 0%, #7A27F1 100%);
}
.header-info__description {
    margin-top: 32px;
    font-weight: 300;
    line-height: 1.6;
    color: #fff;
    font-size: 20px;
}
.header-info__actions{
    margin-top: 32px;
    width: 100%;
}
.header-info__actions .select2-black.select-bg-black {
    width: 100%;
    color: white;
}
.header-info__action-container {
    margin-top: 32px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    justify-content: space-between;
}

.header-info__action-container a.button{
    padding: 24px !important;
}

@media screen and (max-width: 768px) {
    h2.header-info__title{
        font-size: 32px;
    }
    .header-info{
        width: 100%;
    }
    .header-info__description {
        font-size: 18px;
        margin-top: 24px;
    }
    .header-info__actions{
        margin-top: 24px;
    }
    .header-info__action-container {
        margin-top: 24px;
        flex-direction: column;
        align-items: stretch;
        gap: 24px;
        justify-content: flex-start;
    }
}
@media screen and (max-width: 425px) {
    h2.header-info__title{
        font-size: 28px;
    }
}

/*.advantages_list {*/
/*    display: grid;*/
/*    grid-template-columns: repeat(4, 1fr);*/
/*    grid-gap: 32px;*/
/*}*/

.advantage-item {
    background: #F5F5F4;
    color: black;
    border-radius: 32px;
    padding: 25px;
    position: relative;
    min-height: 305px !important; 
    overflow: hidden;
    margin: 0 16px;
    height: 100% !important;
}
.advantage-item-title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 800;
    text-transform: uppercase;
    z-index: 10;
    position: relative;
}
.advantage-item-description {
    margin-top: 10px;
    font-size: 16px;
    line-height: 20px;
    position: relative;
    z-index: 10;
}
.advantage-item-number {
    position: absolute;
    right: 15px;
    bottom: -15px;
    font-size: 188px;
    line-height: 136px;
    font-weight: 800;
    /* color: #49188C; */
    z-index: 1;
    background: linear-gradient(180deg, #E43932 0%, #7827F6 74.55%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.advantage-item-title,
.advantage-item-description{
    width: 70%;
}
@media screen and (max-width: 1680px) {
    .advantages_list{
        margin: 0 -12px;
    }
    .advantage-item{
        margin: 0 12px;
    }
}
@media screen and (max-width: 944px) {
    .advantages_list{
        margin: 0 -16px;
    }
    .advantage-item{
        margin: 0 16px;
    }
}
@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 768px) {

}
@media screen and (max-width: 564px) {

    .advantage-item-title{
        font-size: 16px;
    }
    .advantage-item-description{
        font-size: 14px;
    }
    .advantage-item-number {
        font-size: 100px;
        line-height: 130px;
        bottom: -30px;
    }
    .advantage-item{
        min-height: 140px;
    }
}

@media screen and (max-width: 1440px) {
    .advantages_list {
        padding-bottom: 80px;
    }
    .advantages_list .b-cards-slider__arrow-wrapper--right{
        height: 100%;
        top: 0;
        transform: translate(100%, 0%);
    }
    .advantages_list .b-cards-slider__arrow-wrapper--left{
        height: 100%;
        top: 0;
        transform: translate(-100%, 0%);
    }
    .advantages_list .b-cards-slider__arrow{
        bottom: 0;
        top: unset;
    }
    .advantages_list ul.slick-dots {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        display: flex;
        align-items: center;
        flex-direction: row;
        height: 80px;
    }

    .advantages_list ul.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;
    }

}
/* End */


/* Start:/local/templates/spiritfit-v3/components/bitrix/news.detail/text.block/style.css?17503796623902*/
.text-block {
    margin-top: 48px;
}
.text-block__content {
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
    margin-top: 32px;
}
.text-block__title {
    margin-top: 32px;
    font-weight: 400;
    font-size: 48px;
    line-height: 48px;
}

@media screen and (max-width: 425px) {
    .text-block__content  {
        font-size: 18px;
        line-height: 30px;
    }
}

.text-block__content  div {
    margin-bottom: 15px;
}
.text-block__content  ul {
    list-style: unset;
    padding-left: 50px;
    margin: 15px 0;
}
.text-block__content  ol {
    list-style: auto;
    padding-left: 50px;
    margin: 15px 0;
}
.text-block__content  li {
    padding-left: 20px;
    margin: 5px 0;
}
.text-block__content img{
    max-height: 700px;
    width: 100%;
    object-fit: cover;
}
.text-block-advantages .advantages_list{
    margin: 0 -16px;
}
.text-block-advantages .advantage-item {
    background: #F5F5F4;
    color: black;
    border-radius: 32px;
    padding: 25px;
    position: relative;
    min-height: 172px;
    overflow: hidden;
    margin: 0 16px;
    height: 100%;
}
.text-block-advantages .advantage-item-title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 800;
    text-transform: uppercase;
    z-index: 10;
    position: relative;
}
.text-block-advantages .advantage-item-description {
    margin-top: 10px;
    font-size: 16px;
    line-height: 20px;
    position: relative;
    z-index: 10;
}
/*.text-block-advantages .advantage-item-number {*/
/*    position: absolute;*/
/*    right: 25px;*/
/*    bottom: -10px;*/
/*    font-size: 188px;*/
/*    line-height: 136px;*/
/*    font-weight: 800;*/
/*    !* color: #49188C; *!*/
/*    z-index: 1;*/
/*    background: linear-gradient(180deg, #E43932 0%, #7827F6 74.55%);*/
/*    -webkit-background-clip: text;*/
/*    -webkit-text-fill-color: transparent;*/
/*}*/
/*.text-block-advantages .advantage-item-number{*/
/*    */
/*}*/

.text-block-advantages .advantage-item-title,
.text-block-advantages .advantage-item-description{
    width: 70%;
}
@media screen and (max-width: 1680px) {
    .text-block-advantages .advantages_list{
        margin: 0 -12px;
    }
    .text-block-advantages .advantage-item{
        margin: 0 12px;
    }
}
@media screen and (max-width: 944px) {
    .text-block-advantages .advantages_list{
        margin: 0 -16px;
    }
    .text-block-advantages .advantage-item{
        margin: 0 16px;
    }
}
@media screen and (max-width: 564px) {

    .text-block-advantages .advantage-item-title{
        font-size: 16px;
    }
    .text-block-advantages .advantage-item-description{
        font-size: 14px;
    }

    .text-block-advantages .advantage-item{
        min-height: 140px;
    }
}

@media screen and (max-width: 1440px) {
    .text-block-advantages .advantages_list {
        padding-bottom: 80px;
    }
    .text-block-advantages .advantages_list .b-cards-slider__arrow-wrapper--right{
        height: 100%;
        top: 0;
        transform: translate(100%, 0%);
    }
    .text-block-advantages .advantages_list .b-cards-slider__arrow-wrapper--left{
        height: 100%;
        top: 0;
        transform: translate(-100%, 0%);
    }
    .text-block-advantages .advantages_list .b-cards-slider__arrow{
        bottom: 0;
        top: unset;
    }
    .text-block-advantages .advantages_list ul.slick-dots {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        display: flex;
        align-items: center;
        flex-direction: row;
        height: 80px;
    }

    .text-block-advantages .advantages_list ul.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;
    }

}
/* 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/components/custom/shedule.club/templates/profitator.style/style.css?175037966111346*/
.b-timetable{margin-bottom:85px;position:relative}
.b-timetable__switch-holder{position:relative;width:280px; display:inline-block;}
@media screen and (max-width:768px){.b-timetable__switch-holder{width:100%;padding:0;margin:0}.b-timetable__switch-holder:after{display:none}}
.b-timetable__heading{display:flex;margin-bottom:50px;flex-direction: column;}
.b-timetable__head{padding:5px 15px 20px;margin-bottom:45px;font-weight:700;font-size:18px;letter-spacing:.02em;text-transform:uppercase;border-bottom:1px solid}
.timetable__filter .timetable__filter-dept{
    width: 280px;
}
h1.timetable__title-custom {
    margin-top: 0;
}
span.b-timetable__head-day {
    transition: all 0.3s;
}
.b-timetable__column{
    width: 14.28%;
    flex-shrink: 0
}
.b-timetable__head-day{
    font-weight: 500;
}
.b-timetable__head{
    cursor: pointer;
    font-weight: 100!important;
    margin-bottom: 0!important;
}
.b-timetable-item{
    display:none;
}
.b-timetable__column.active .b-timetable-item{
    display:block;
}
.b-timetable__content{
    display:block!important;
}
.b-timetable__header {
    display: flex;
    margin-bottom: 45px;
}


.b-timetable__day-times {
    display: inline-block;
    width: 20%;
    flex: 0 0 20%;
    /*min-width: 265px;*/
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
    -ms-overflow-style: none;  /* IE и Edge */
    scrollbar-width: none;  /* Firefox */
}
.b-timetable__day-times::-webkit-scrollbar {
    display: none;
}

.b-timetable__training-item {
    margin: 20px 0;
    padding: 20px 20px;
    border: 2px solid;
    /*min-width: 265px;*/
    cursor:pointer;
}
.training-item__name {
    font-weight: 500;
    margin-bottom: 20px;
}
.training-item__body {
    font-weight: 100;
}
.b-timetable__training-item.active{
    border: 2px solid #ff7628;
}

.b-timetable__day-item{
    display:none;
}
.b-timetable__day-item.active{
    display:flex;
}
.training-item__block{
    display:none;
}
.training-item__block.active {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
}
.b-timetable__day-trainings {
    width: 80%;
    flex: 0 0 80%;
    /*padding: 0 50px;*/
    padding-left: 50px;
}
.training-item__desc-body {
    font-weight: 100;
}
.training-item__desc {
    width: 60%;
    padding: 20px;
    border: 2px solid;
    height: max-content;
    max-width: 600px;
}
.training-item__desc-body {
    font-weight: 100;
}
.training-item__photo{
    width: 40%;
    margin-left: 20px;
}
.training-item__photo img{
    width: 100%;
}
.training-item__photo video{
    width: 100%;
}

/*LOADING*/
.timetable-overlay .escapingBallG-animation {
    display: block;
    opacity: 1;
    width: 125px;
    height: 43px;
    /* margin: auto; */
    /* margin: -42px auto 0; */
    transition: opacity 0.3s;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
}

.escapingBallG{
    background-color: #FC6120;
    position:absolute;
    top:0;
    left:0;
    width:30px;
    height:30px;
    border-radius:21px;
    -o-border-radius:21px;
    -ms-border-radius:21px;
    -webkit-border-radius:21px;
    -moz-border-radius:21px;
    animation-name:bounce_escapingBallG;
    -o-animation-name:bounce_escapingBallG;
    -ms-animation-name:bounce_escapingBallG;
    -webkit-animation-name:bounce_escapingBallG;
    -moz-animation-name:bounce_escapingBallG;
    animation-duration:1.5s;
    -o-animation-duration:1.5s;
    -ms-animation-duration:1.5s;
    -webkit-animation-duration:1.5s;
    -moz-animation-duration:1.5s;
    animation-iteration-count:infinite;
    -o-animation-iteration-count:infinite;
    -ms-animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-iteration-count:infinite;
    animation-timing-function:linear;
    -o-animation-timing-function:linear;
    -ms-animation-timing-function:linear;
    -webkit-animation-timing-function:linear;
    -moz-animation-timing-function:linear;
    animation-delay:0s;
    -o-animation-delay:0s;
    -ms-animation-delay:0s;
    -webkit-animation-delay:0s;
    -moz-animation-delay:0s;
    transform:scale(0.5, 1);
    -o-transform:scale(0.5, 1);
    -ms-transform:scale(0.5, 1);
    -webkit-transform:scale(0.5, 1);
    -moz-transform:scale(0.5, 1);
}




/*LOADING*/

.timetable-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #000000ab;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    display: none;
}
.timetable-overlay.active{
    display: flex;
}

.timetable-controls {
    margin-top: 50px;
}
button.show-filters {
    margin-left: 100px;
    background: none;
    color: currentColor;
    padding: 5px;
    border:none;
    border-bottom: 2px dashed;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    padding-right: 50px;
}
button.show-filters .btn-arrow{
    margin: auto;
    top: 5px;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 100%;
    position: absolute;
    transition: 1s;
}

button.show-filters .btn-arrow:before{
    content: '';
    position: absolute;
    top: 2px;
    right: 14px;
    display: block;
    width: 9px;
    height: 9px;
    border: 2px solid currentColor;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    transition: 1s;
}
button.show-filters .btn-arrow.up:before{
    transform: rotate(225deg);
    top: 9px;
}
.b-timetable__training-item:first-child{
    margin-top:0;
}

.training-item__coach {
    margin: 0 0 20px;
    font-weight: 500;
    font-size: 18px;
}
.b-timetable__body, .filter-not-found {
    min-height: 500px;
}
.filter-not-found h3{
    font-size: 20px;
    font-weight: 500;
    margin: 20px 0;
}


/*FILTERS*/
.b-timetable__filter {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 24px;
    border: solid 1px;
    padding: 30px;
    margin-top: 30px;
}
.b-timetable__filter.hidden{
    display: none;
}
.b-timetable__filter-checkbox {
    display: flex;
    justify-content: space-between;
}
button.b-timetable__filter-clear {
    background: none;
    border: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: currentColor;
    float: right;
    cursor: pointer;
}

@media screen and (max-width: 968px) {
    .b-timetable__filter{
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width: 525px){
    button.b-timetable__filter-clear{
        float: unset;
    }
}
img.b-timetable__filter-clear-closer {
    width: 20px;
    height: 20px;
    margin-right: 15px;
    border: dotted 1px;
    border-radius: 50%;
    padding: 2px;
}
.b-timetable__filter-checkbox .b-checkbox__text{
    padding-left: 30px;
}
@media screen and (max-width: 1024px){
    .b-timetable__column {
        width: 150px;
    }
    .b-timetable__header {
        overflow-x: auto;
        overflow-y: hidden;
    }
}
@media screen and (max-width: 968px){
    .b-timetable__day-trainings {
        width: 70%;
        flex: 0 0 70%;
    }
    .b-timetable__day-times {
        width: 30%;
        flex: 0 0 30%;
    }
    .training-item__photo{
        display: none;
    }
    .training-item__desc {
        width: 100%;
    }
    .training-item__coach{
        font-size: 16px;
    }

}
@media screen and (max-width: 768px){
    .b-timetable__heading{
        margin-bottom: 24px;
    }
    button.show-filters {
        margin: 20px 0;
        border: none;
        border-bottom: 2px dashed;
        width: 100%;
        text-align: left;
    }
    .b-timetable__filter{
        grid-gap: 12px;
        padding: 20px;
    }
    .b-timetable__column{
        width: max-content;
        padding-bottom: 12px;
        border-bottom: 2px solid;
    }
    .b-timetable__column.active{
        border-image: linear-gradient(270deg, #E23834 0%, #7A27F1 100%) 1;
    }
    .b-timetable__head {
        display: flex;
        flex-direction: column;
        padding: 8px;
        width: max-content;
        align-items: center;
        border-bottom: none;
    }
    span.b-timetable__head-day {
        font-size: 16px;
        line-height: 18px;
        text-transform: capitalize;
    }
    span.b-timetable__head-date {
        font-size: 14px;
        line-height: 18px;
        font-weight: 500;
    }

    .b-timetable__column.active .b-timetable__head{
        background-image: linear-gradient(360deg, #E23834 0%, #8428DD 100%);
        border-radius: 6px;
        color: white;
    }
    .b-timetable__header{
        margin-bottom: 24px;
    }

    .b-timetable__day-times {
        width: 100%;
        flex: 0 0 100%;
    }
    .b-timetable__training-item-container {
        margin-top: 12px;
    }

    .b-timetable__training-item{
        margin: 0;
        position: relative;

    }
    .b-timetable__training-item:after {
        content: '';
        width: 14px;
        height: 14px;
        border-top: 2px solid;
        border-right: 2px solid;
        display: block;
        position: absolute;
        top: 12px;
        right: 15px;
        transform: rotate(135deg);
        transition: 0.3s;
    }
    .b-timetable__training-item.active:after{
        transform: rotate(-45deg) translate(-4px, 3px);
    }
    .training-item__block{
        border: none;
        margin-top: 12px;
    }
    .training-item__block.active {
        border: none;
        border-image: unset;
    }
    .training-item__desc{
        border: none;
        padding: 0;
    }
    .training-item__desc .training-item__name {
        display: none;
    }
    .training-item__hall {
        display: none;
    }

    .get-trialworkout{
        border: none!important;
        color: white;
        background: linear-gradient(90deg, #E23834 3.26%, #7A27F1 98.07%)!important;
    }
}


@media screen and (max-width: 654px){
    .b-timetable__day-trainings {
        padding: 0 0 0 20px;
    }
}
@media screen and (max-width: 478px){
    .b-timetable__training-item {
        padding: 10px;
    }
    .training-item__desc-body{
        font-size: 14px;
    }
    .b-timetable__day-trainings {
        width: 60%;
        flex: 0 0 60%;
    }
    .b-timetable__filter-checkbox {
        display: flex;
/*         flex-direction: column; */
    }
    label.b-checkbox {
        margin: 10px 0;
    }
}

.get-trialworkout {
    width: 100%;
    border: solid;
    padding: 15px;
    /* margin: 20px 0; */
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 20px;
    cursor: pointer;
    background: none;
}



.training-item__hall {
    margin-top: 20px;
    font-weight: 600;
}
.training-item__body {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.training-hall {
    font-weight: 400;
}
.b-timetable-filter__second-row {
    margin-top: 30px;
}

@media screen and (max-width: 1440px) {
    .training-item__body {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .training-hall {
        font-size: 16px;
        margin-top: 10px;
    }
}
.sign-up-status{
    margin-top: 4px;
    font-size: 14px;
    line-height: 20px;
    padding: 0 8px;
    border-radius: 16px;
    width: max-content;
}
.sign-up-status.active{
    background: #E43932;
    color: white;
}
.sign-up-status.wait{
    background: #7827F6;
    color: white;
}
/* End */


/* Start:/local/templates/spiritfit-v3//css/select2-light-theme.css?17503796625784*/
.select2-container--light{
    background: #F5F5F4;
    border-radius: 8px;
    padding: 10px;
    color:black;
    height: 48px;
}

.select2-container--light span.select2-selection.select2-selection--single{
    border:none;
    line-height: 28px;
}
.select2-container--light .select2-selection__arrow{
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 100%;
}
.select2-container--light  .select2-selection__arrow:before{
    content: '';
    position: absolute;
    right: 14px;
    display: block;
    width: 9px;
    height: 9px;
    border: 2px solid currentColor;
    border-width: 0 2px 2px 0;
    top: 50%;
    transform: rotate(45deg) translate(-50%,-50%);
}
.select2-container--light.select2-container--open:not(.select2-container--below) {
    padding: 0;
}
.select2-container--light .select2-dropdown {
    background: none;
    border: none;
    border-radius: 0;
    margin-top: -48px;
}
.select2-container--light .select2-search--dropdown {
    margin-bottom: 5px;
    padding: 0;
}
.select2-container--light .select2-search__field {
    background-color: #F5F5F4;
    font-size: 18px;
    padding: 13px 20px!important;
    border-radius: 8px;
    color:black;
    outline: none;
    border:none;
}
.select2-container--light.dropdown-black .select2-search__field {
    background-color: #232323;
    color:white;
}
.select2-container--light .select2-results__options {
    padding: 10px 20px;
    background-color: #F5F5F4;
    border-radius: 8px;
    max-height: 200px;
    overflow-y: auto;
}
.select2-container--light.dropdown-black .select2-results__options{
    background-color: #232323;
}
.select2-container--light .select2-results__option {
    padding: 10px 20px!important;
    color: black;
    padding-left: 60px!important;
    position: relative;
}

.select2-container--light.dropdown-black .select2-results__option{
    background-color: #232323;
    color:white;

}

.select2-container--light .select2-selection--multiple .select2-search__field{
    background-color: #F5F5F4;
    color:black
}
.select2-container--light.select2-container--open .select2-selection--multiple .select2-search__field{
    background-color: #232323;
    color:white
}

.select2-container--light .select2-selection--multiple{
    height: 48px;
}
.select2-container--light .select2-selection--multiple .select2-search__field{
    display: block;
    margin: 0!important;
    width: 100%!important;
}
.select2-container--light .select2-selection--multiple{
    margin:-10px
}
.select2-container--light .select2-selection--multiple .select2-selection__rendered{
    width: 100%;
    padding: 0!important;
}
.select2-container--light .select2-search--inline{
    width: 100%;
}
.select2-container--light span.select2-selection__clear {
    display: none;
}
.select2-container--light li.select2-selection__choice {
    display: none;
}
.select2-container--light .select2-results__option.select2-results__option--highlighted{
    background: #e2e2e2;
}

.select2-container--light.dropdown-black .select2-results__option.select2-results__option--highlighted{
    background: black;
}

/*.select2-container--light .select2-results__option[aria-selected="true"]{*/
/*    background: linear-gradient(90deg,#e23834 3.26%,#7a27f1 98.07%)!important;*/
/*    color:white;*/
/*}*/
/*.select2-container--light.dropdown-black .select2-results__options[aria-multiselectable="true"]{*/
/*    margin-top:50px*/
/*}*/


.select2-container--light.dropdown-black .select2-results__option:before{
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    border: 2px solid #FFEDED;
    opacity: 0.19;
    border-radius: 5px;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}
/*.select2-container--light.dropdown-black .select2-results__option.select2-results__option--highlighted:after {*/
/*    width: 16px;*/
/*    height: 16px;*/
/*    content: '';*/
/*    display: block;*/
/*    position: absolute;*/
/*    background: linear-gradient(90deg, #E23834 3.26%, #7A27F1 98.07%);*/
/*    left: 26px;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    border-radius: 2px;*/
/*}*/
.select2-container--light .select2-results__option[aria-selected="true"]{
    color: white;
}
.select2-container--light .select2-results__option[aria-selected="true"]:after {
    width: 16px;
    height: 16px;
    content: '';
    display: block;
    position: absolute;
    background: linear-gradient(90deg, #E23834 3.26%, #7A27F1 98.07%);
    left: 26px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 2px;
}

.selected-options {
    position: absolute;
    bottom: 120%;
    left: 90%;
    border-radius: 16px;
    background: #F5F5F4;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.09);
    padding: 20px 24px;
    width: max-content;
    min-width: 390px;
    opacity: 0;
    transition: 0.3s;
    z-index: 10000;
}
@media screen and (max-width: 768px) {
    .selected-options{
        display: none;
    }
}
span.selected-options-list__title {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    display: block;
    margin-bottom: 8px;
}
span.selected-options-list__item {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    display: block;
}
.selected-options-count {
    border-radius: 4px;
    background: linear-gradient(180deg, #E43932 0%, #7827F6 100%);
    padding: 5px;
    width: 32px;
    color: white;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.select2-container--light .select2-search--inline .select2-search__field {
    padding-right: 56px!important;
    text-overflow: ellipsis;
}
.select2-container:hover .selected-options{
    opacity: 1;
}
/* 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//css/map-main.css?17503796625219*/
.b-map_page.b-map_page-main .b-map__map{
    height: 845px;
}
.leaflet-control-attribution.leaflet-control {
    display: none;
}
.leaflet-layer {
    filter: contrast(1) grayscale(1) invert(0) brightness(1.1);
}
.b-map__map-wrap {
    position: relative;
}
.b-map__content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    height: 100%;
    pointer-events: none;
    width: 100%;
}
.b-map__info-plate {
    width: 530px;
    background: rgba(0, 0, 0, 0.9);
    color: white;
    padding: 50px 64px;
    height: 845px;
    pointer-events: auto;
    position: relative;
    display: inline-block;
    z-index: 101;
}
.b-map__switch-holder {
    padding: 0;
    margin-bottom: 12px;
}
.b-map_page.b-map_page-main .b-map__info-title{
    font-size: 32px;
    margin-bottom: 22px;
    line-height: 36px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.b-map__contact-item-descr {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
    margin-bottom: 20px;
}
a.b-map__contact-item-descr-more {
    display: block;
    transform: translate(0px, -19px);
    background: linear-gradient(90deg, #E23834 3.26%, #7A27F1 98.07%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-left: auto;
    width: max-content;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    text-decoration-line: underline;
}
.b-map_page.b-map_page-club .b-map__contacts {
    margin-bottom: 30px;
}
.b-map__contact-item.b-map__address {
    margin-bottom: 10px;
    margin-top: 25px;
}
.b-map__contact-item {
    margin: 15px 0 15px;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}
a.b-map__button {
    width: 100%;
    margin:10px 0;
}
.b-map__contact-item a {
    color: currentColor;
    text-decoration: underline;
    text-transform: none;
}
a.invisible-link[href] {
    color: currentColor;
    text-decoration: none;
}
@media screen and (max-width: 1024px) {
    .b-map__contact-item-descr{
        max-height: unset;
    }
}
.b-map__info-plate-closer {
    position: absolute;
    right: 20px;
    top: 20px;
}
.b-map {
    position: relative;
}
.b-map__contact-full-descr-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    background: #000000bd;
}
.b-map__contact-full-descr {
    width: 600px;
    padding: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
}
.b-map__contact-full-close {
    background-image: url(/local/templates/spiritfit-v3/img/icons/closer-default.svg);
    position: absolute;
    width: 25px;
    height: 25px;
    background-size: contain;
    top: 15px;
    right: 15px;
    background-repeat: no-repeat;
    transition: 0.3s;
    transform: rotate(0deg);
}
.b-map__contact-full-close:hover{
    transform: rotate(180deg);
}
.b-map__row-item {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    flex-direction: row;
    margin-right: 20px;
    margin-bottom: 10px;
}
.b-map__contact-item.row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.b-map__row-item:before{
    content: '';
    width: 20px;
    height: 20px;
    background-size: contain;
    background-position: center;
    display: block;
    margin-right: 5px;
}
.b-map__row-item.worktime:before{
    background-image: url(/local/templates/spiritfit-v3/img/icons/time-icon.svg);
}
.b-map__row-item.timetable:before {
    background-image: url(/local/templates/spiritfit-v3/img/icons/gym-icon.svg);
}
.b-map_page.b-map_page-main .b-map__contacts {
    margin-bottom: 30px;
}
.b-map__min-price>span {
    font-size: 32px;
    margin-left: 5px;
    background: linear-gradient(90deg, #E23834 3.26%, #7A27F1 98.07%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1199px) {
    .b-map_page.b-map_page-main .b-map__info-title {
        font-size: 26px;
    }
    .b-map__contact-item {
        font-size: 16px;
    }
}
@media screen and (max-width: 768px) {
    .b-map__content {
        position: unset;
        top: 0;
        /*height: 50%;*/
    }
    .b-map__content .content-center {
        padding-left: 0px;
        padding-right: 0px;
    }
    .b-map__info-plate {
        background: #000000f0;
        /* margin: 0 -15px; */
        /* width: calc(100% + 30px); */
        position: relative;
        height: auto;
        margin-top: -35px;
        width: 100%;
        padding: 50px;
    }
    .b-map__info, .b-map__buttons, .b-map__switch-holder{
        margin-left: 0;
        margin-right: 0;
    }
    .b-map__info {
/*         overflow: auto;
        max-height: 300px; */
        margin-bottom: 20px;
    }
/*     .b-map__map-wrap{
        height: 900px;
    } */
    .b-map_page.b-map_page-main .b-map__map {
        height: 300px;
    }
    .b-map_page.b-map_page-main .b-map__info-title{
        margin-bottom: 18px;
    }
}

@media screen and (max-width: 425px){
    .b-map__info-plate{
        padding: 25px;
    }
}

.b-map__button.hidden{
    display: none;
}
/* End */


/* 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/blog/style.css?1750379662814*/
.blog-cards{
    position: relative;
    overflow: hidden;
}
.blog-card__item {
    width: 500px;
    margin: 0 20px;
}
.blog-card__img {
    height: 250px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.blog-card__tag {
    position: absolute;
    top: 25px;
    left: 25px;
    background: linear-gradient(90deg,#e23834 3.26%,#7a27f1 98.07%);
    color: white;
    padding: 5px 10px;
}
.blog-card__content {
    background-color: #f5f5f4;
    padding: 25px;
}

.blog-card__item:not(:first-child){
    opacity: 0;
    display: none;
    transition:opacity .3s ease-out;
}
.slick-initialized .blog-card__item{
    display: block;
    opacity:1;
}
@media screen and (max-width: 456px) {
    .blog-card__item {
        margin: 0 5px;
    }
}
/* End */
/* /local/templates/spiritfit-v3/components/bitrix/news.detail/training/style.css?17503796627883 */
/* /local/templates/spiritfit-v3/components/bitrix/news.detail/text.block/style.css?17503796623902 */
/* /local/templates/spiritfit-v3//vendor/slick/slick.css?17503796621776 */
/* /local/templates/spiritfit-v3//css/slick.css?17503796624063 */
/* /local/components/custom/shedule.club/templates/profitator.style/style.css?175037966111346 */
/* /local/templates/spiritfit-v3//css/select2-light-theme.css?17503796625784 */
/* /local/templates/spiritfit-v3/components/custom/form.request.new/on.page.block/style.css?175037966212161 */
/* /local/templates/spiritfit-v3//css/map-main.css?17503796625219 */
/* /local/templates/spiritfit-v3/components/bitrix/system.pagenavigation/.default/style.css?17503796623019 */
/* /local/templates/spiritfit-v3/components/bitrix/news.list/blog/style.css?1750379662814 */
