

/* Start:/local/templates/spiritfit-v3/components/custom/shedule.club/.default/style.css?17520277039462*/
.schedule-container{
    position:relative;
}
.schedule-container .container-loader{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    pointer-events: none;
    z-index: 1000;
    justify-content: center;
    align-items: center;
}
.schedule-container .container-loader .escapingBallG-animation{
    opacity: 1;
    display: block;
}
.schedule__switch-holder{
    position:relative;
    width:280px;
    display:inline-block;
}
@media screen and (max-width: 768px) {
    .schedule__switch-holder{
        width:100%;
        padding:0;
        margin:0
    }
    .schedule__switch-holder:after{
        display:none
    }
}

/* ===HEADING=== */
.schedule__heading{
    display:flex;
    margin-bottom:50px;
    flex-direction: column;
}

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;
    cursor: pointer;
}
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;
}
.popup-schedule__training-item:first-child{
    margin-top:0;
}
@media screen and (max-width: 768px){
    .schedule__heading{
        margin-bottom: 24px;
    }
    button.show-filters {
        margin: 20px 0;
        border: none;
        border-bottom: 2px dashed;
        width: 100%;
        text-align: left;
    }
}
/* ===HEADING=== */

/* ===FILTERS CONTAINER=== */
.schedule__filter {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 24px;
    border: solid 1px;
    padding: 30px;
    margin-top: 30px;
}
.schedule__filter-checkbox {
    display: flex;
    justify-content: space-between;
}
.schedule__filter.hidden{
    display: none;
}
button.schedule__filter-clear {
    background: none;
    border: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: currentColor;
    float: right;
    cursor: pointer;
}
.schedule-filter__second-row {
    margin-top: 30px;
}
.schedule__filter-clear .closer-img{
    width: 20px;
    height: 20px;
    margin-right: 15px;
    border: dotted 1px;
    border-radius: 50%;
}
.schedule__filter-clear .closer-img:before {
    content: "";
    width: 14px;
    display: block;
    border-bottom: 2px solid;
    transform: rotate(45deg) translate(7px, 4px);
}
.schedule__filter-clear .closer-img:after {
    content: "";
    width: 14px;
    display: block;
    border-bottom: 2px solid;
    transform: rotate(-45deg) translate(-3px, 6px);
}
.schedule__filter-checkbox {
    height: 100%;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 1024px) {
    .schedule__filter {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 768px) {
    .schedule__filter {
        grid-template-columns: 1fr;
    }
    button.schedule__filter-clear{
        float: unset;
    }
}
/* ===FILTERS CONTAINER=== */

/* ===SCHEDULE CONTENT=== */
.schedule__header {
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow-x: auto;
}
.schedule__content{
    display:block!important;
}
.schedule__head-date-wrap {
    width: max-content;
    margin: auto;
    padding: 6px 8px;
    font-weight: 400;
    border-radius: 8px;
}
.schedule__body{
    margin-top: 42px;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
}
.schedule__column{
    background: none;
    border: none;
    min-width: 135px;
    width: 100%;
    padding: 5px 15px 10px;
    font-size: 18px;
    letter-spacing: .02em;
    text-transform: uppercase;
    border-bottom: 1px solid;
    cursor: pointer;
    font-weight: 100;
    margin-bottom: 0;
    text-align: center;
}
.schedule__column.active .schedule__head-date-wrap {
    background: linear-gradient(180deg, #7827F6 0%, #E43932 100%);
    color: white;
}
@media screen and (max-width: 768px) {
    .schedule__column {
        width: max-content;
        padding-bottom: 12px;
        border-bottom: 2px solid;
        min-width: unset;
        padding: 0;
    }
    .schedule__column.active {
        border-image: linear-gradient(270deg, #E23834 0%, #7A27F1 100%) 1;
    }

    span.schedule__head-date {
        font-size: 14px;
        line-height: 18px;
        font-weight: 500;
    }
    .schedule__head-date-wrap{
        display: flex;
        flex-direction: column;
        padding: 8px;
        width: max-content;
        align-items: center;
        border-bottom: none;
        margin-bottom: 12px;
    }
    .schedule__column.active .schedule__head-date-wrap{
        background-image: linear-gradient(360deg, #E23834 0%, #8428DD 100%);
        border-radius: 6px;
        color: white;
    }
}

/* LEFT COLUMN */
.schedule__date-column{
    width: 0;
}
.schedule__date-column.active{
    width: 20%;
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
@media screen and (max-width: 1024px) {
    .schedule__date-column {
        width: 30%;
        flex: 0 0 30%;
    }
}
@media screen and (max-width: 768px) {
    .schedule__date-column {
        width: 100%;
        flex: 0 0 100%;
    }
}
.schedule__training-item {
    margin-top: 20px;
    padding: 20px 20px;
    border: 2px solid;
    cursor: pointer;
}
.schedule__training-item:first-child {
    margin-top: 0;
}
.schedule__training-item:not([data-virtual="true"]):first-child {
    margin-top: 0;
}
.schedule__training-item.active {
    border: 3px solid;
    border-image: linear-gradient(90deg, #E23834 3.26%, #7A27F1 98.07%) 1;
}
.schedule-training-item__name.preview-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.5rem 8px;
}
.schedule-training-item__body {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.schedule-training-time{
    font-weight: 200;
}


/* RIGHT COLUMN */
.schedule-training-item__block {
    width: 80%;
    flex: 0 0 80%;
    padding-left: 50px;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-between;
}
.schedule-training-item__block.embedded{
    display: none;
}

@media screen and (max-width: 1024px) {
    .schedule-training-item__block{
        width: 70%;
        flex: 0 0 70%;
        padding-left: 32px;
    }
}
@media screen and (max-width: 768px) {
    .schedule-training-item__block:not(.embedded){
        display: none!important;
    }
    .schedule-training-item__block.embedded{
        display: unset;
        padding-left: 0;
        width: 100%;
    }
    .schedule-training-item__block.embedded.hidden{
        display: none;
    }
}


/* SHEDULE DETAIL ITEM */
.schedule-training-item__desc {
    width: 60%;
    padding: 20px;
    border: 2px solid;
    height: max-content;
    max-width: 600px;
}

.schedule-training-item__media {
    width: 40%;
    margin-left: 20px;
}
.schedule-training-item__media video,
.schedule-training-item__media img{
    width: 100%;
}
@media screen and (max-width: 1200px) {
    .schedule-training-item__desc{
        width: 100%;
    }
    .schedule-training-item__media{
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .schedule-training-item__desc{
        width: 100%;
        border: none;
        max-width: unset;
        padding: 0;
    }
}
.schedule-training-item__name {
    font-weight: 500;
}
.schedule-training-item__header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.schedule-training-item__coach {
    margin: 0 0 20px;
    font-weight: 500;
    font-size: 18px;
    margin-top: 22px;
}
.schedule-training-item__desc-body {
    font-weight: 300;
    margin-top: 22px;
}
.schedule-training-item__hall {
    margin-top: 22px;
    font-weight: 600;
}
#get-trialworkout-button{
    margin-top: 24px;
    width: 100%;
    border-width: 2px;
}
/* ===SCHEDULE CONTENT=== */

.filter-not-found{
    min-height: 500px;
}
.filter-not-found h3{
    font-size: 20px;
    font-weight: 500;
    margin: 20px 0;
}

.schedule-auth-message {
    margin-top: 24px;
    width: 100%;
    text-align: center;
    font-weight: 300;
    font-size: 14px;
}
.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;
}


/* === POPUP с записью === */
.popup__modal-content .popup__schedule-sign-info{
    display: none;
    
}
.popup__modal-content.signup .popup__schedule-sign-info.signup-event{
    display: block;
}
.popup__modal-content.signdown .popup__schedule-sign-info.signdown-event{
    display: block;
}
.sign-info-image{
    display: block;
    width: max-content;
    margin: auto;
    max-width: 120px;
    aspect-ratio: 1;
}
/* === POPUP с записью === */
/* End */


/* Start:/local/templates/spiritfit-v3//css/select2-light-theme.css?17520277035784*/
.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/templates/spiritfit-v3/components/custom/shedule.club/.default/style.css?17520277039462 */
/* /local/templates/spiritfit-v3//css/select2-light-theme.css?17520277035784 */
