body{
    background: rgb(245, 245, 245);
}
.program-wrapper{
    width: 1280px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 30px;
    margin-bottom: 30px;
}
.program-container{
    width: 930px;
    float: left;
}
.program-title{
    float: left;
    font-size: 35px;

    color: rgba(0, 0, 0, 0.85);
}
.gmt-selector-wrapper{
    float: right;
}
.program-header{
    overflow: hidden;
}
.gmt-selector{
    border: 0px solid transparent;
    border-bottom: 1px solid #cecece;
    transition: 0.3s;
}
.gmt-selector:hover{
    border-bottom: 1px solid #faaf41;;
}
.program-slider-wrapper{
    width: 100%;
    height: 50px;
    margin-top: 30px;
}
.program-slider-item{
    display: inline-block;
    width: 4.761%;
    text-align: center;
    height: 50px;
    line-height: 25px;
    color: rgba(0, 0, 0, 0.80);
    font-size: 16px;
    cursor: pointer;
    transition: 0.2s;
    color: #1b75bb;
    box-sizing: border-box;
}
.program-slider-item:nth-child(1){
    border-left: 0px solid #0a4775;
}

.program-slider-item:hover{

    color: #faaf41;
}
.program-slider{
    width: 300%;
    overflow: hidden;
    white-space: nowrap;
    height: 60px;
    position: relative;
    font-size: 0px;
    background: #1b76bb09;
    transition: 0.3s all;
    left: 0;
}
.program-slider-container{
    width: calc(100% - 60px);
    margin-left: 30px;
    overflow: hidden;
    
}
.program-slider-item-active{
    background: #1b75bb;
    color: white;
}
.program-slider-item-active:hover{
    background: #1b75bb;
    color: white;
}
.program-table{
    width: 100%;
    margin-top: 43px;
    border-spacing: 0;
}
.program-table-line{
    line-height: 30px;
}
.program-table-time{
    font-size: 18px;
    text-align: center;
    width: 60px;
    padding-left: 30px;
    padding-right: 25px;
    color: #1b75bb;
}
.program-table-title{
    font-size: 18px;
    width: calc(100% - 110px);
    padding-top: 13px;
    padding-bottom: 13px;
    color: rgba(0, 0, 0, 0.85);
    
    line-height: 21px;
    padding-right: 15px;
}
.program-table-title span{
    font-size: 16px;
    
    font-weight: 100;
}
.program-table-age{
    font-size: 18px;
    color: rgb(189, 189, 189);

    width: 30px;
    text-align: right;
    padding-right: 40px;
}
.program-table-line:nth-child(odd){
    background: #1b76bb09;
}
.program-slider-wrapper{
    position: relative;
    width: calc(100% + 60px);
    left: -30px;
    user-select: none;
}
.program-slider-arrow svg{
    width: 30px;
    height: 30px;
    fill: #1b75bb;
}

.program-slider-arrow{
    position: absolute;
    top: 15px;
    left: 0px;
    cursor: pointer;
}
.program-slider-arrow g{
    fill: #1b75bb;
    transition: 0.1s;
}
.program-slider-right-arrow{
    right: 0px;
    left: unset;
}
.program-slider-arrow:hover g{
 fill: #faaf41;
}
.program-table-active-time{
 font-weight: bold;
 color: #faaf41;
 font-size: 20px;
}
.me-standart-window{
    margin-top:15px;
    width: 300px;
    height: 400px;
    background: yellowgreen;
    margin-bottom: 20px;
}
.me-standart-window-wrapper{
    width: 300px;
    float: right;
}

.program-b{
    background: white;
    padding: 30px 70px;
    margin-top: 30px;
    padding-bottom: 43px;
}
.program-item-weekday{
    margin-top: 9px;
    font-weight: bold;
}
.program-item-monthday{
    margin-top: -5px;
    font-weight: bold;
    
}
.program-slider-item{
    height: 60px;
}
.program-slider-item-active .program-item-weekday{
    font-weight: normal;
    font-size: 18px;
}
.program-slider-item-active .program-item-monthday{
    font-weight: normal;
    font-size: 18px;
}
.ptl-d .program-table-time{
    color: rgb(189, 189, 189);
}
.ptl-d .program-table-title{
    color: rgb(189, 189, 189);
}
.ptl-active{
    
}
.program-table-active-time{
    border-left: 3px solid #1b75bb;
    padding-left: 27px;
}
@media screen and (max-width: 600px) {
    .program-wrapper{
        width: 100%;
    }
    .program-title{
        text-align: center;
        float: unset;
    }
    .program-container{
        width: 100%;
    }
    .program-b{
        padding: 10px 0px;
    }
    .program-slider-wrapper{
        width: 100%;
        left: 0px;
    }
    .program-table-age{
        padding-right: 15px;
    }
    .program-table-time{
        padding-left: 15px;
        padding-right: 15px;
    }
    .me-standart-window-wrapper{
        width: 100%;
    }
    .me-standart-window{
        margin: 30px auto;
    }
    .me-standart-window:nth-child(2){
        display: none;
    }
    .program-item-weekday{
        font-size: 14px;
    }
    .program-item-monthday{
        font-size: 12px;
    }
    .program-slider-item-active .program-item-weekday {
        font-size: 14px;
    }
    .program-slider-item-active .program-item-monthday {
        font-size: 12px;
    }
    .program-table-active-time {
        padding-left: 12px;
    }

}