

/* 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 */
/* /local/components/custom/shedule.club/templates/profitator.style/style.css?175037966111346 */
/* /local/templates/spiritfit-v3//css/select2-light-theme.css?17503796625784 */
