.flow-container{
    width: 1280px;
    margin: 0 auto;
}
.flow-title{
    float: left;
    font-size: 35px;
    color: rgb(50, 50, 50);
    
}
.flow-open-chat-button{
    float: right;
    background: #1b75bb;
    color: white;
    padding: 7px 15px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.2s;
    margin-left: 10px;
}
.flow-open-chat-button:hover{
    background: #faaf41;
}
.flow-theme-wrapper{
    float: right;
}
.flow-header{
    padding-right: 350px;
    box-sizing: border-box;
    margin-top: 20px;
}
.flow-header{
    overflow: hidden;
}
.flow-left-block{
    float: left;
    width: calc(100% - 350px);
}
.flow-right-block{
    float: right;
    padding-top: 10px;
}
.flow-video{
    margin-top: 10px;
}
.flow-video iframe{
    height: 500px;
}
.flow-body{
    overflow: hidden;
}
.flow-right-block{
    width: 350px;
}
.flow-chat{
    
    
}
.flow-theme-wrapper{
    background: white;
    border: 1px solid rgb(180, 180, 180);
    width: 60px;
    height: 20px;
    margin-top: 6.5px;
    cursor: pointer;
    border-radius: 3px;
}
.flow-theme-body{
    width: 30px;
    height: 100%;
    background: gray;
}
.flow-chat-wrapper{
    border: 1px solid rgb(220, 220, 220);
    box-sizing: border-box;
    border-left: 0px solid transparent;
    height: 500px;
    overflow-y: hidden;
}
.flow-chat{
    position: relative;
    height: 100%;
    overflow-y: hidden;
}
.flow-chat-footer{
    height: 45px;
    width: 100%;
    bottom: 0px;
    position: absolute;
    border-top: 1px solid rgb(220, 220, 220);
}
.flow-chat-img{
    right: 40px;
    bottom: 0px;
    height: 45px;
    width: 30px;
    cursor: pointer;
    position: absolute;
    right: 40px;
    bottom: 0px;
}
.flow-chat-img svg{
    fill: gray;
    height: 20px;
    position: absolute;
    bottom: 12.5px;
    right: 5px;
    transition: 0.2s;
}
.flow-chat-img:hover svg{
    fill: #faaf41;
}
.flow-chat-send{
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: 45px;
    width: 40px;
    cursor: pointer;
}
.flow-chat-send svg{
    fill: #1b75bb;
    height: 22px;
    position: absolute;
    bottom: 11.5px;
    right: 10px;
    transition: 0.2s;
}
.flow-chat-send:hover svg{
    fill: #faaf41;
}
.flow-chat-input{
    float: left;
    width: calc(100% - 80px);
    border: 0px solid transparent;
    height: max-content;
    outline: none;
    box-sizing: border-box;
    padding-left: 10px;
    resize: none;
    position: absolute;
    font-size: 16px;
    overflow: hidden;
    bottom: 0px;
    min-height: 45px;
    color: rgb(60, 60, 60);
    padding-top: 12.5px;
    padding-bottom: 10px;
}
.flow-chat-item-user-wrapper{
    overflow: hidden;
}
.flow-chat-item-ava{
    float: left;
    text-align: center;
    line-height: 25px;
    color: white;
    background: #1b75bb;
}
.flow-chat-item-title{
    float: left;
    line-height: 25px;
    margin-left: 7px;
    color: gray;
    margin-right: 10px;
    
}
.flow-chat-header{
    padding: 10px;
    box-sizing: border-box;
    overflow-y: auto;
    height: calc(100% - 46px);
    
}
.flow-chat-item-ava{
    height: 25px;
    width: 25px;

    background-size: cover ;
    border-radius: 500px;
}
.flow-chat-item-text{
    color: rgb(60, 60, 60);
    margin-top: 2.5px;
}
.flow-chat-item{
    margin-bottom: 10px;
}
.flow-program-header{
    margin-top: 10px;
    height: 40px;
    line-height: 40px;
    background: #262d3e;
    color: white;
    font-size: 20px;
    padding-left: 19px;
    box-sizing: border-box;
}
.flow-program-day{
    height: 40px;
    background: rgb(170, 170, 170);
    color: white;
    font-size: 18px;
    padding-left: 19px;
    box-sizing: border-box;
    line-height: 40px;
    border-bottom: 1px solid rgb(209, 209, 209);
}
.flow-program-table-container{
    background: rgb(170, 170, 170);
    box-sizing: border-box;
    transition: 0.3s;
    
}
.flow-program-table-container table{
    border-spacing: 0px;
    color: white;
    width: 100%;
    box-sizing: border-box;
    padding: 5 10px;
    
}
.flow-program-table-container{
    max-height: 110px;
    overflow: hidden;
}
.flow-program-table-container table tr{
    height: 35px;
}
.flow-program-table-container table td{
    padding-top: 2.5px;
    padding-bottom: 2.5px;
}
.flow-programm-table-time{
    height: 30px;
    width: 50px;
    line-height: 30px;
    text-align: center;
    background: rgb(170, 170, 170);
    

}
.flow-programm-table-title{
    width: calc(100% - 120px);
    padding-left: 10px;
    box-sizing: border-box;
    font-size: 18px;
}
.fpt-active{
    background: #faaf41;
    border-radius: 5px;
    
}
.flow-programm-table-age{
    text-align: right;
    padding-right: 10px;
    box-sizing: border-box;
}
.flow-program-table-open{
    background: rgb(140, 140, 140);
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    
}
.flow-program-table-open svg{
    height: 20px;
    width: 20px;
    margin-top: 10px;
    fill: white;
    transition: 0.5s all;
}
.flow-program-table-open:hover svg{
    fill: #faaf41;
}
.flow-flowlist-item-img{
    width: 100%;
    height: 120px;
    background: lightblue;
    background-size: cover !important;
}
.flow-flowlist-line{
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 20px;
}
.flow-flowlist-item{
    
}
.flow-flowlist a{
    float: left;
    margin-left: 20px;
    width: calc(25% - 15px);
}
.flow-flowlist-item:nth-child(1){
    
}
.flow-flowlist a:nth-child(1){
    margin-left: 0px;
}
.flow-flowlist-item-title{
    font-size: 18px;
    margin-top: 5px;
    color: rgba(0,0,0,0.85);
}
.standart-window{
    width: 300px;
    float: right;
    height: 450px;
    background: yellowgreen;
    margin-top: 10px;
}
.flow-chat-wrapper-online{
    display: none;
}

@media screen and (max-width: 600px) {
    .flow-container{
        width: 100%;
    }
    .flow-header{
        padding-right: 0px;
    }
    .flow-title{
        font-size: 20px;
        line-height: 35px;
        padding-left: 15px;
    }
    .flow-left-block{
        float: none;
        width: 100%;
    }
    .flow-right-block{
        width: 100%;
        float: none;
    }
    .flow-video iframe {
        height: 180px;
    }
    .flow-open-chat-button{
        display: none;
    }
    .flow-theme-wrapper{
        margin-right: 15px;
    }
    .flow-flowlist-item{
        width: 90%;
        margin-left: 5%;
        float: none;
    }
    .flow-flowlist-item:nth-child(1){
        margin-left: 5%;
    }
    .flow-flowlist-item-img{
        height: 162px;
        
    }
    .flow-flowlist-item-title{
        font-size: 16px;
    }
    .flow-flowlist-line{
        margin: 0px;
    }
    .flow-flowlist-item{
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .flow-program-title{
        font-size: 16px;
    }
    .flow-program-day{
        font-size: 16px;
    }
    .flow-programm-table-time{
        font-size: 16px;
    }
    .flow-programm-table-title{
        font-size: 16px;
        padding-left: 5px;
        line-height: 30px;
    }
    .flow-programm-table-age{
        font-size: 14px;
    }
    .flow-program-table-container table {
        padding: 5px;
        
    }
    .standart-window{
        float: none;
        margin: 30px auto;
    }
    .flow-chat-wrapper{
        display: none;
    }
    .flow-chat-wrapper-online{
        display: block;
    }
    .flow-chat-item-title{
        font-size: 14px;
    }
    .flow-chat-item-text{
        font-size: 14px;
    }
    .flow-chat-input {
        font-size: 14px;
        line-height: 22.5px;
    }
}