.video-wrapper {
    padding: 0 0 10px;
}
.video-container {
    float: left;

    width: calc(100% - 310px);
}
.width-wrap {
    position: relative;
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 10px;
}

.video-container {
    float: left;

    width: calc(100% - 310px);
}
    .video-container .video {
        position: relative;

        padding-top: 66%;
    }
        .video-container .video > img,
        .video-container .video iframe {
            display: block;
            position: absolute;

            top: 0;
            left: 0;

            width: 100%;
            height: 100%;
        }

    .video-about {
        margin-top: 5px;
        font-size: 14px;
        line-height: 24px;
    }
        .video-about a {
            display: inline-block;
            margin-bottom: 2px;
            padding: 0 10px;
            background: #000;
            border: 2px solid #333;
            border-radius: 5px;
            color: #fff;

            transition: 0.15s ease border-color;
        }
            .video-about a:hover {
                border-color: #f90;
            }

.video-aside {
    float: left;

    width: 310px;

    padding: 0 0 0 10px;
}
    .video-aside .video-aside-block {
        margin-bottom: 10px;
    }
        .video-aside .video-aside-block img,
        .video-aside .video-aside-block iframe {
            display: block;
        }
        
        @media (max-width: 1230px) {
    .spots .spot {
        width: 33.333333%;
    }
    .spots .spot:nth-child(4) {
        display: none;
    }
}
@media (max-width: 1100px) {
    .header .navigation li {
        float: none;

        padding: 0 10px;

        line-height: 40px;
    }
    .header .navigation a {
        height: 40px;
    }
}
@media (max-width: 1000px) {
    .spots .spot {
        width: 50%;
    }
    .spots .spot:nth-child(3) {
        display: none;
    }
    .list-section ul {
        -webkit-columns: 4;
        columns: 4;
    }
    .list-section ul.categories li {
        width: 33.333333%;
    }
    .video-container {
        float: none;

        width: 100%;

        margin-bottom: 10px;
    }
    .video-aside {
        float: none;
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .video-aside .video-aside-block {
        display: inline-block;
    }
}
@media (max-width: 760px) {
    .header .search {
        left: 10px;
        width: calc(100% + 20px);
        height: 50px;
        padding: 0 10px 10px;
    }
    .header .search .search-input {
        width: 100%;
    }
    .header .search .search-submit {
        top: 0;
        right: 10px;
    }
    .header .menu-switcher-container {
        float: right;
        z-index: 11;
        position: relative;
    }
    .menu-opened .header .menu-switcher-container .menu-switcher {
        border-bottom: 1px solid #fff;
    }
    .navigation .width-wrap ul {
        float: none;
        text-align: center;
    }
    .navigation .search {
        float: none;
        margin-top: 10px;
    }
    .navigation .search .search-input {
        width: 100%;
    }
    .list-section ul {
        -webkit-columns: 3;
        columns: 3;
    }
    .list-section ul.categories li {
        width: 50%;
    }
}
@media (max-width: 670px) {
    .spots .spot {
        width: 100%;
    }
    .spots .spot:nth-child(2) {
        display: none;
    }
    .video-aside .video-aside-block:nth-child(2) {
        display: none;
    }
}
@media (max-width: 560px) {
    .width-wrap {
        padding: 0 5px;
    }
    .navigation {
        padding: 5px 0;
    }
    .navigation .search {
        margin-top: 5px;
    }
    .navigation a {
        height: 34px;
        font-size: 12px;
        padding: 0 5px;
        line-height: 30px;
    }
    .list-section ul {
        -webkit-columns: 2;
        columns: 2;
    }
    .list-section ul.categories li {
        width: 100%;
    }
    .footer {
        padding: 10px 0;
    }
    .footer .footer-text {
        float: none;
        text-align: center;
        margin-bottom: 5px;
    }
    .footer .footer-copyright {
        float: none;
        text-align: center;
        margin-bottom: 5px;
    }
}
@media (max-width: 340px) {
    .spots .spot {
        width: 100%;
    }
    .list-section ul {
        -webkit-columns: 1;
        columns: 1;
    }
}

.fluid_video_wrapper {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}