/* --------------- schedule --------------- */
.schedule .content__row{
    overflow: visible;
}
.content_no-bg{
    background: transparent;
}
.schedule .grey {
    margin-bottom: 0;
}
.schedule .content__item {
    padding: 0 33px;
}
.schedule  h1{
    font: 100 52px/51px 'Roboto', sans-serif;
    padding: 18px 0;
}
.schedule h1>span{
    padding: 23px 0 0 5px;
}
.schedule img{
    display: block;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}
.schedule__settings{
    text-align: justify;
    background: #262626;
    clear: both;
}
.schedule__settings>div{
    padding: 30px 27px 14px 30px;
    background: #262626;
    position: relative;
    top: 0;
}
.schedule__settings>div:after{
    content: '';
    display: inline-block;
    width: 100%;
    height: 0;
}
.schedule__settings-select{
    display: inline-block;
    vertical-align: top;
    width: 31.9%;
    position: relative;
}
.schedule__settings-select .ares-select{
    margin: 0;
    width: 100%;
}
.schedule__settings-select .ares-select__item{
    padding: 1px 0 0 30px;
}
.schedule__day{
    clear: both;
    overflow: hidden;
    position: relative;
}
.schedule__head div{
    background: #171717;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    font-weight: 300;
    position: relative;
    top: 0;
    padding: 17px 500px 13px 30px;
}

.schedule__head .fixed,
.schedule__settings .fixed {
    position: fixed;
    top: 20px;
    z-index: 10;
    width: 100%;
    -webkit-transform: translateZ(0);
}
.schedule__head .pos-bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    top: auto !important;
    z-index: 2;
    width: 100%;
}
.schedule__settings .fixed{
    top: 0;
    border-bottom: 1px solid #000;
    z-index: 15;
}
.schedule__head time{
    display: inline-block;
    vertical-align: top;
    font-size: 32px;
}
.schedule__next{
    position: absolute;
    right: 0;
    top: 0;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff !important;
    border-left: 1px solid #000;
    height: 100%;
    text-decoration: none !important;
    font-weight: 700;
    width: 212px;
    text-align: center;
    padding: 24px 40px;
    background: #171717;
    margin-bottom: 0;
    line-height: 16px !important;
}
.schedule__next:hover{
    background: #83febf;
    color: #000 !important;
}
.schedule__next .fa{
    font-size: 16px;
    position: absolute;
    top: 50%;
    right: 21px;
    margin-top: -7px;
}
.schedule__content{
    width: 25%;
    float: left;
    position: relative;
    border-left: 1px solid #000;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 800px;
    perspective: 800px;
    cursor: pointer;
}
.schedule__content>div{
    padding-bottom: 76%;
}
.schedule__content.opened .schedule__note {
    -webkit-transform: rotatey(-180deg);
    transform: rotatey(-180deg);
}
.schedule__content.opened .schedule__more {
    -webkit-transform: rotatey(-360deg) translateZ(1px);
    transform: rotatey(-360deg) translateZ(1px);
}
.schedule__note{
    background: #262626;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 500ms ease-in-out;
    transition: transform 500ms ease-in-out;
}
.schedule__note>.fa{
    position: absolute;
    top: 39px;
    left: 30px;
    color: #fff;
    font-size: 42px;
    display: none;
}
.note_imp>.fa{
    display: block;
}
.schedule__content:first-child{
    border-left: none;
}
.schedule__note h2{
    font-size: 33px;
    line-height: 42px;
    font-weight: 100;
    overflow: hidden;
    max-height: 100%;
    padding: 0;
}
.schedule__note>div{
    padding: 14px 30px 23px;
    /*height: 354px;*/
    height: 60%;
    overflow: hidden;
}
.note_imp>div{
    padding-left: 85px !important;
}
.schedule__info{
    background: #171717;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    height: 30%;
    font-size: 20px;
    font-weight: 300;
    color: #aaaaaa;
    padding: 12px 0 8px 30px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.schedule__info .fa {
    width: 20px;
    color: #fff;
    font-size: 20px;
    margin: 0 10px 0 0;
    text-align: center;
}
.schedule__info li {
    margin: 0 0 14px;
}
.schedule__more{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 500ms ease-in-out;
    transition: transform 500ms ease-in-out;
    -webkit-transform: rotatey(-180deg) translateZ(1px);
    transform: rotatey(-180deg) translateZ(1px);
    overflow: hidden;
}
.schedule__more div{
    overflow: hidden;
}
.schedule__more-info{
    text-align: center;
    display: block;
    background: #262626;
    padding: 10px;
    height: 20%;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.schedule__more-info a{
    width: auto;
    color: #fff;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    margin: 0;
    line-height: 16px;
    height: auto;
}
.schedule__more-info a>div{
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}
.schedule__more-info a>div>div{
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
.schedule__more-info a:hover{
    color: #000;
}
.schedule__photo {
    overflow: hidden;
    position: absolute;
    bottom: 20%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
}
.schedule__photo > div {
    display: block;
    float: left;
    border: 1px solid #000;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background-position: top center;
    background-size: cover;
}
.schedule__photo_type2 > div {
    height: calc(100% / 2);
    width: calc(100% / 2);
    border-left: none;
}
.schedule__photo_type3 > div {
    height: calc(100% / 3);
    width: calc(100% / 3);
    border-left: none;
}
.schedule__photo_type2 > div{
    border-left: none;
}

.schedule__photo_type3 > div:nth-child(-n+3) {
    border-bottom: none;
}
/* --------------- /schedule --------------- */

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

    /* --------------- schedule --------------- */
    .schedule h1>span {
        padding: 23px 0 0 5px;
        font-size: 26px;
    }
    .schedule__settings>div{
        padding: 20px 18px 4px 20px;
    }
    .schedule__settings-select .ares-select__item {
        padding: 1px 0 0 24px;
    }
    .schedule__settings-select .ares-select:after{
        right: 24px;
    }
    .schedule__head time {
        font-size: 26px;
    }
    .schedule__head div{
        padding: 20px 250px 16px 21px;
    }
    .schedule__content{
        width: 33.3%;
    }
    .schedule__note h2 {
        font-size: 21px !important;
        line-height: 35px;
    }
    .schedule__note>div {
        padding: 31px 29px 18px;
    }
    /* --------------- /schedule --------------- */

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

    /* --------------- schedule --------------- */
    .schedule__settings>div{
        padding: 20px 20px 4px 20px;
    }
    .schedule__settings-select .ares-select {
        height: 60px;
    }
    .schedule__settings-select {
        width: 32.2%;
    }
    .schedule__settings-select .ares-select__item {
        padding: 1px 0 0 20px;
        line-height: 57px;
    }
    .schedule__settings-select .ares-select:after {
        right: 19px;
        top: 22px;
    }
    .schedule__content {
        width: 50%;
    }
    /* --------------- /schedule --------------- */

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

    /* --------------- schedule --------------- */
    .schedule .content__item {
        padding: 0 19px;
    }
    .schedule h1 {
        font-size: 36px;
    }
    .schedule h1>span {
        padding: 21px 0 0 0;
        font-size: 22px;
    }
    .schedule__settings-select {
        width: 100%;
        margin-bottom: 10px;
    }
    .schedule__settings>div:after{
        display: none;
    }
    .schedule__settings>div{
        padding: 20px 20px 10px 20px;
    }
    .schedule__next{
        text-indent: -5000px;
        width: 63px;
        padding: 0;
    }
    .schedule__next .fa{
        text-indent: 0;
        right: 23px;
    }
    .schedule__head div{
        padding: 18px 80px 18px 20px;
    }
    .schedule__content {
        width: 100%;
    }
    .schedule__note>div {
        padding: 21px 18px 15px;
    }
    .schedule__info {
    }
    .schedule__more-info{
        padding: 20px 19px;
    }
    .schedule__settings .fixed {
        position: relative;
        top: 0 !important;
        z-index: 10;
        width: 100%;
        -webkit-transform: translateZ(0);
    }
    /* --------------- /schedule --------------- */

}