@media screen and (max-width: 1400px) {
    .broker__desc {
        width: 368px;
    }
}

@media screen and (max-width: 1300px) {


}

@media screen and (max-width: 1235px) {


}

@media screen and (max-width: 1140px) {


}

@media screen and (max-width: 1050px) {

}

@media screen and (max-width: 930px) {
    .youtube__list {
        grid-gap: 1.6rem;
    }
}

@media screen and (max-width: 860px) {
    #app section.youtube h3 {
        font-size: 1.6rem !important;
        line-height: 2rem;
    }

    .youtube {
        padding: 4rem 0 4rem 0;
    }

    .youtube__info {
        display: flex;
        flex-direction: column;
        gap: 1.7rem;
    }

    .youtube__text {
        font-size: 1.8rem;
        line-height: 2.2rem;
    }

    .youtube__text.-sub{
        font-size: 1.4rem;
        line-height: 2rem;
        margin-bottom: 2rem;
    }

    .youtube__title {
        font-size: 2rem;
        line-height: 2.4rem;
    }

    .youtube__video {
        margin: 2.4rem 0;
    }

    .youtube__wrap-title {
        margin-bottom: 2.4rem;
        font-size: 1.8rem;
        line-height: 2.3rem;
        max-width: 25rem;
    }

    .youtube__sorts {
        margin-bottom: 1.6rem;
        overflow-x: auto;
        width: max-content;
    }

    .youtube__sort {
        font-size: 1.4rem;
        line-height: 1.4rem;
        padding: 1.3rem 2rem;
    }

    .youtube__list {
        flex-direction: column;
    }

    .youtube__item {
        width: 100%;
    }

    .youtube__poster-play {
        width: 4rem;
        height: 4rem;
    }

    .kinescope-popup .kinescope-play-btn {
        width: 4rem;
        height: 4rem;
    }

    .youtube__lock {
        padding: 1.1rem 3rem;
    }

    .youtube__poster img{
        
    }
}

@media screen and (max-width: 767px) {

}









