/* video page */

.video_item.also_like_item {
    padding-bottom: 30px;
    min-height: 467px;
    box-sizing: border-box;
}

.video_item .img_wrapper {
    height: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video_item .img_wrapper img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.video_item .img_wrapper svg {
    position: absolute;
}

.video_item .img_wrapper svg path {
    transition: .3s;
}

.video_item .img_wrapper:hover svg path:nth-child(1) {
    fill: #FF0000;
    opacity: 1;
}

.video_item.also_like_item .info_wrap {
    padding: 20px 30px 0;
}

.video_item.also_like_item .tags {
    margin-bottom: 0;
}

.video_item.also_like_item p.info {
    margin-top: 20px !important;
}

.videosPage .article-text ul:not(.slick-dots),
.videosPage .article-text ol:not(.slick-dots) {
    margin: 30px 0 0;
    padding-left: 0;
}

.videosPage .main-block.articles {
    margin-bottom: 120px;
}

.videosPage .text-page__sidebar {
    padding-bottom: 30px;
    margin-bottom: 0;
}

.videosPage .help_center_aside__block {
    display: none;
}

.videosPage .article-text {
    margin-bottom: 0;
}

@media only screen and (max-width: 1919px) {
    .video_item.also_like_item {
        min-height: 473px;
    }
    .video_item .img_wrapper {
        height: 216px;
    }
}

@media only screen and (max-width: 1279px) {
    .video_item.also_like_item {
        min-height: 406px;
    }
    .video_item .img_wrapper {
        height: 165px;
    }
    .video_item.also_like_item .info_wrap {
        padding: 20px 20px 0;
    }
    .videosPage .main-block.articles {
        margin-bottom: 100px;
    }
}

@media only screen and (max-width: 1023px) {
    .video_item.also_like_item {
        margin-bottom: 20px;
        padding-bottom: 25px;
        min-height: 420px;
    }
    .video_item .img_wrapper {
        height: 131px;
    }
    .video_item .img_wrapper svg {
        width: 40px;
        height: 28px;
    }
    .video_item.also_like_item .info_wrap {
        padding: 20px 15px 0;
    }
    .videosPage .article-text ul:not(.slick-dots),
    .videosPage .article-text ol:not(.slick-dots) {
        margin: 40px 0 0;
    }
    .videosPage .text-page__sidebar {
        margin-bottom: -10px;
    }
}

@media only screen and (max-width: 767px) {
    .video_item.also_like_item {
        padding-bottom: 30px;
        min-height: 451px;
    }
    .video_item .img_wrapper {
        height: 259px;
    }
    .video_item .img_wrapper svg {
        width: 60px;
        height: 42px;
    }
    .video_item.also_like_item .info_wrap {
        padding: 20px 30px 0;
    }
    .videosPage .main-block.articles .text-page__sidebar {
        margin-top: 80px;
    }
    .videosPage .help_center_aside__block {
        display: block;
    }
    .videosPage .text-page__sidebar {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 479px) {
    .video_item.also_like_item {
        padding-bottom: 25px;
        min-height: 400px;
    }
    .video_item .img_wrapper {
        min-height: 164px;
        height: auto;
    }
    .video_item.also_like_item .info_wrap {
        padding: 20px 20px 0;
    }
    .videosPage .main-block.articles .text-page__sidebar {
        margin-top: 80px;
    }
}

/* video page */

.video-article .main-block {
    margin-bottom: 120px;
}

.video-page h1 {
    margin: 0 0 40px;
    font-family: "Montserrat-Bold", sans-serif;
    font-size: 48px;
    line-height: 58px;
    color: #2B2B2B;
}

.video-page .date_tag__block {
    margin-bottom: 40px;
}

.video-box {
    width: 100%;
    height: 637px;
}

.video-box object {
    height: 637px;
    width: 100%;
}

.video-box object embed {
    height: 637px;
    width: 100%;
}

.video_helper {
    position: absolute;
    height: 637px;
}

.video-content {
    width: 100%;
    height: 100%;
}

.video-article .text-page__sidebar-wrapper {
    display: none;
}

@media only screen and (max-width: 1919px) {
    .video-page h1 {
        margin-top: -10px;
    }
    .video-page .date_tag__block {
        margin-bottom: 54px;
    }
    .video-box {
        height: 654px;
    }
    .video-box object {
        height: 654px;
    }
    .video-box object embed {
        height: 654px;
    }
    .video_helper {
        height: 654px;
    }
}

@media only screen and (max-width: 1279px) {
    .video-article .main-block {
        margin-bottom: 100px;
    }
    .video-page .date_tag__block {
        margin-bottom: 40px;
    }
    .video-box {
        height: 510px;
    }
    .video-box object {
        height: 510px;
    }
    .video-box object embed {
        height: 510px;
    }
    .video_helper {
        height: 510px;
    }
}

@media only screen and (max-width: 1023px) {
    .video-box {
        height: 399px;
    }
    .video-box object {
        height: 399px;
    }
    .video-box object embed {
        height: 399px;
    }
    .video_helper {
        height: 399px;
    }
    .video-article .text-page__sidebar-wrapper {
        display: flex;
    }
}

@media only screen and (max-width: 767px) {
    .video-article .main-block {
        margin-bottom: 80px;
    }
    .video-page h1 {
        margin-top: 40px;
        font-size: 38px;
        line-height: 48px;
    }
    .video-page .date_tag__block {
        margin-bottom: 30px;
    }
    .video-box {
        height: 248px;
    }
    .video-box object {
        height: 248px;
    }
    .video-box object embed {
        height: 248px;
    }
    .video_helper {
        height: 248px;
    }
    .video-page .tags_part {
        justify-content: center;
    }
    .video-page .also_like__block.main-slider {
        padding-top: 80px;
    }
}

@media only screen and (max-width: 479px) {
    .video-page h1 {
        margin: 40px 0 30px;
        font-size: 30px;
        line-height: 38px;
    }
    .video-box {
        height: 50vw;
    }
    .video-box object {
        height: 50vw;
    }
    .video-box object embed {
        height: 50vw;
    }
    .video_helper {
        height: 50vw;
    }
    .video-page .tags_part {
        justify-content: center;
    }
    .video-page .also_like__block .also_like__block-title {
        margin-bottom: 40px;
    }
}

/* video page - js-alsolike-slider */

.video-slider .img_wrapper {
    height: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-slider .img_wrapper img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.video-slider .img_wrapper svg {
    position: absolute;
}

.video-slider .img_wrapper svg path {
    transition: .3s;
}

.video-slider .img_wrapper:hover svg path:nth-child(1) {
    fill: #FF0000;
    opacity: 1;
}

.video-slider .also_like_item {
    margin-right: 30px;
    padding-bottom: 30px;
    width: 357px;
    min-height: 467px;
    box-sizing: border-box;
}

.video-slider .also_like_item .tags {
    margin: 0;
}

.video-slider .also_like_item .info_wrap {
    padding: 20px 30px 0;
}

.video-slider .also_like_item p.info {
    margin: 20px 0 40px;
}

.video-slider .also_like_item p.date {
    padding-left: 30px;
}

.video-slider .also_like-carousel .slick-list {
    padding-bottom: 48px;
}

@media only screen and (max-width: 1919px) {
    .video-slider .img_wrapper {
        height: 216px;
    }
    .video-slider .also_like_item {
        width: 367px;
        min-height: 473px;
    }
    .video-slider .also_like-carousel .slick-list {
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 1279px) {
    .video-slider .img_wrapper {
        height: 165px;
    }
    .video-slider .also_like_item {
        width: 281px;
        min-height: 400px;
    }
    .video-slider .also_like_item .info_wrap {
        padding: 20px 20px 0;
    }
    .video-slider .also_like_item p.info {
        margin: 20px 0 30px;
    }
    .video-slider .also_like-carousel .slick-list {
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 1023px) {
    .video-slider .img_wrapper {
        height: 131px;
    }
    .video-slider .also_like_item {
        margin-right: 20px;
        width: 223px;
        min-height: 383px;
    }
    .video-slider .also_like_item .info_wrap {
        padding: 20px 15px 0;
    }
}

@media only screen and (max-width: 767px) {
    .video-slider .img_wrapper {
        height: 123px;
    }
    .video-slider .also_like_item {
        width: 210px;
        min-height: 399px;
    }
    .video-slider .also_like_item .info_wrap {
        padding: 15px 10px 0;
    }
}

@media only screen and (max-width: 479px) {
    .video-slider .img_wrapper {
        min-height: 164px;
        height: auto;
    }
    .video-slider .also_like_item {
        width: calc(100vw - 40px);
    }
    .video-slider .also_like_item .info_wrap {
        padding: 20px 20px 0;
    }
}