@media (max-width: 1200px) {

}

@media (max-width: 991px) {
    .section-wrapper {
        padding-top: 60px;
    }

/*-BURGER-*/
    .header-menu-body, .btn-header-info{
        display: none;
    }
    .burger-fon{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 11;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        backdrop-filter: blur(5px);
        transition: all .2s;
    }
    .burger-menu-wrapper{
        display: block;
        position: relative;
    }
    .burger-menu-wrapper .burger-icon, .burger-close{
        cursor: pointer;
    }
    .burger-menu-wrapper .burger-icon svg path, .burger-close svg path{
        stroke: var(--main-font-color);
        transition: all .2s;
    }
    .burger-close svg{
        width: 16px;
        height: 16px;
    }
    .burger-close svg path{
        stroke: var(--gray-bet);
        transition: all .2s;
    }
    .burger-menu-wrapper .burger-icon:hover svg path, .burger-close:hover svg path{
        stroke: var(--accent-violet);
        transition: all .2s;
    }
    .burger-close:hover svg path{
        stroke: var(--accent-violet);
        transition: all .2s;
    }
    .burger-menu{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 300px;
        transform: translateX(-320px);
        z-index: 15;
        background-color: var(--section-bg-dark);
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        overflow-y: auto;
        transition: all .2s;
    }
    .burger-menu.show{
        transform: translateX(0);
        transition: all .2s;
    }
    .burger-head{
        background-color: var(--header-bg);
        padding: 15px 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .burger-logo a{
        display: block;
        height: 20px;
    }
    .burger-logo a img{
        height: 100%;
        width: auto;
    }
    .wrapper-burger-top{
        width: 100%;
    }
    .burger-body{
        padding-top: 15px;
    }
    .burger-link{
        display: flex;
        align-items: center;
        justify-content: flex-start;
        color: var(--main-font-color);
        width: 100%;
        padding: 15px 20px;
        transition: all .2s;
    }
    .burger-link:hover{
        color: var(--accent-violet);
        transition: all .2s;
    }
    .burger-bot{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 20px;
    }
/*-BURGER END-*/
    .textpage {
        padding: 50px 0;
    }
    .all-streams {
        padding: 50px 0;
    }
    .review-area {
        padding: 50px 0;
    }
    .recommend-block {
        padding: 50px 0;
    }
    .new-streams {
        padding: 50px 0;
    }
    .wrapper-recommend-stream{
        margin-bottom: 30px;
    }
    .banner-streams {
        padding: 50px 0;
    }
    .wrapper-schedule .title {
        margin: 50px 0 30px 0;
    }
    .wrapper-feedbacks .title {
        margin: 80px 0 10px 15px;
    }

    .footer-info-column, .footer-menu-box{
        margin-bottom: 30px;
    }
    .container-banner.container{
        padding: 0;
        max-width: 100%;
    }
    .big-banner-wrapper {
        border-radius: 0;
    }
    .wrapper-feedbacks {
        margin: 0;
    }
    .wrapper-schedule{
        padding: 0 15px;
    }

    .review-form {
        margin-bottom: 50px;
    }
    .list-recommend {
        height: auto;
        width: 100%;
        margin-bottom: 10px;
    }
    .stream-page-bets {
        margin-bottom: 30px;
    }
    .bet-window {
        position: absolute;
        width: 90%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: rgba(36, 36, 36, 0.65);
        padding: 8px;
        border-radius: 12px;
    }
    .cost-bet {
        width: 90%;
        bottom: 6px;
        top: auto;
        padding: 5px;
        transform: translate(-50%, 0);
    }
    .video-container {
        height: 420px;
        min-height: 420px;
    }
    /*-MODALS-*/
    .tab-content {
        margin-top: 30px;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
    }
    .profile-static {
        width: 100%;
    }
    .profile-pic .image-place {
        margin-right: 25px;
    }

    .profile-pic {
        width: 100%;
        height: auto;
        display: flex;
        margin: 0 auto 30px;
        align-items: flex-start;
        justify-content: space-between;
    }




}
@media (max-width: 768px) {
    .modal-profile .modal-body {
        padding: 15px;
    }
    .nav-tabs .nav-item {
        margin: 0 15px 0 0;
    }
    .nav-tabs .nav-link {
        color: var(--gray);
        background-color: transparent;
        border: none;
        font-size: 16px;
        font-weight: 500;
        padding: 6px 7px;
        border-bottom: 3px solid transparent;
    }


    .title-menu-footer {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .footer-menu-box{
        margin-bottom: 15px;
    }
    .link-menu-footer {
        margin-bottom: 6px;
    }
    .poster-new-stream {
        width: 100%;
        height: 250px;
    }
    .wrapper-review-form {
        display: flex;
        align-items: flex-start;
        flex-direction: column-reverse;
    }
    .feedback-form {
        width: 100%;
    }
    .text-help-review {
        margin-top: 0;
        margin-bottom: 10px;
        width: 100%;
        margin-left: 0px;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
    }
    .review-form {
        margin-bottom: 50px;
    }


    .play-stream svg{
        width: 50px;
        height: 50px;
    }

    .fc .fc-toolbar {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    .fc .fc-button-group {
        padding: 5px 7px;
        margin-bottom: 10px;
    }
    .fc .fc-button {
        padding: 5px;
        line-height: 1;
        font-size: 14px;
    }
    .fc .fc-button .fc-icon {
        font-size: 18px;
    }
    .fc .fc-toolbar-title {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .fc-toolbar-chunk{
        width: auto;
    }

    .fc-toolbar-chunk:first-child {
        width: 100%;
    }
    .fc .fc-col-header-cell-cushion {
        font-size: 12px;
    }
    .fc .fc-daygrid-day-number {
        font-size: 13px;
        padding: 0;
    }
    .tab-pane {
        width: 75%;
        min-width: 100%;
        padding: 0;
    }
    .edit-profile-inputs .input-group {
        width: 75%;
        margin-right: 25px;
    }



}
@media (max-width: 576px) {
    .profile-pic {
        width: 100%;
        height: auto;
        display: flex;
        margin: 0 auto 30px;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .label-cost {
        margin-right: 5px;
        font-size: 13px;
    }
    .bet-window .text {
        font-size: 13px;
        margin: 10px 0 0;
    }

    .cost-bet .btn-blue {
        padding: 4px 20px;
        font-size: 14px;
        min-width: unset;
        margin: 0;
    }
    .cost-bet {
        padding: 5px 10px;
        border-radius: 12px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }


    .list-recommend .title {
        font-size: 22px;
    }
    .stream-rate-wrap .name-stream {
        margin-right: 5px;
        font-size: 14px;
    }
    .stream-rate-wrap .count-stream {
        font-size: 14px;
    }
    .btn-more {
        font-size: 16px;
    }
    .new-streams .title {
        font-size: 22px;
    }
    .slick-arrow.next-arrow {
        bottom: -25px;
        right: 15px;
        width: auto;
    }
    .slick-arrow.prev-arrow {
        bottom: -25px;
        right: 80px;
        width: auto;
    }
    .big-banner-wrapper {
        align-items: center;
        justify-content: flex-end;
    }
    .banner-info {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 20px;
    }
    .banner-btns .btn-gradient {
        margin-right: 15px;
    }
    .btn-gradient {
        font-size: 14px;
    }
    .btn-white {
        font-size: 14px;
    }
    .wrapper-schedule .title {
        font-size: 22px;
    }

    .fc .fc-toolbar-title {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .fc-scrollgrid-sync-inner {
        padding: 4px 7px;
    }
    .cost-input {
        font-size: 13px;
        padding: 3px 7px;
        max-width: 100px;
    }
}

@media (max-width: 425px) {
    .fc-scrollgrid-sync-inner {
        padding: 4px;
    }
}