@charset "utf-8";
@media screen and (max-width: 1260px) {
    .concert .item {
        width: 620px;
    }

    .concert .item .descr {
        width: 440px;
    }

    .concert .item .bot, .concert .item .place {
        width: 460px;
    }

    .video-block .descr {
        width: 580px;
        height: 120px;
    }

    .video-block .descr .bot {
        width: 600px;
    }

    .video-block .descr .place {
        width: 580px;
    }

    .video-block .video {
        width: 620px;
    }

    .video-block .video #mainVideo .videoPreview{
        width: 100%;
    }

    .seans-table .line .name {
        width: 100px;
    }

    .seans-table .line .time {
        padding: 0 11px;
    }

    .inner-descr .descr .descr-cols .item {
        float: none;
        width: auto;
    }
    .event-data .item {
        width: 260px;
    }
    .event-data .item .place-data {
        width: 195px;
    }

    .inner-descr .descr {
        width: 458px;
    }

    .inner-descr .descr .line .text {
        width: 260px;
    }

    .inner-descr .descr .line.description .text {
        width: 260px;
        margin-left: 0;
    }

}
