@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap');
@font-face {
    font-family: "icomoon";
    src: url(../fonts/icomoon.eot?5ad4u1);
    src: url(../fonts/icomoon.eot?5ad4u1#iefix) format("embedded-opentype"), url(../fonts/icomoon.ttf?5ad4u1) format("truetype"), url(../fonts/icomoon.woff?5ad4u1) format("woff"), url(../fonts/icomoon.svg?5ad4u1#icomoon) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-back:before {
    content: "\e900";
}
.icon-next:before {
    content: "\e901";
}
.icon-film:before {
    content: "\f008";
}
.icon-close:before {
    content: "\f00d";
}
.icon-change:before {
    content: "\f074";
}
.icon-backend:before {
    content: "\f07c";
}
.icon-like:before {
    content: "\f164";
}
.icon-dis-like:before {
    content: "\f165";
}
.icon-hashtag:before {
    content: "\f292";
}
.icon-search:before {
    content: "\e913";
}
.icon-home:before {
    content: "\e902";
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
button,
input,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}
fieldset,
img {
    border: 0;
}
img,
object,
embed {
    vertical-align: bottom;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: 400;
}
ol,
ul {
    list-style: none;
    font-size: 0;
}
caption,
th {
    text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}
q:before,
q:after {
    content: "";
}
a * {
    cursor: pointer;
}
input,
textarea {
    outline: none;
}
a {
    text-decoration: none;
}
input {
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
}
* {
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
:before,
:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.hidden {
    display: none;
}
body {
    font-size: 16px;
    font-family: 'Noto Sans', sans-serif;
    background: #fffcfc;
    color: #000;
}
body.no-scroll {
    overflow: hidden;
}
.container {
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
}
header {
    position: relative;
    margin-bottom: 10px;
    background-color: #2b437a;
    -webkit-box-shadow: 0 0 9px rgba(43, 43, 75, 1);
    box-shadow: 0 0 9px rgba(43, 43, 75, 1);
}
header .header-wrapper.active-search .search-block {
    top: 13px;
    -webkit-box-shadow: 0 0 9px rgba(43, 43, 75, 0.1);
    box-shadow: 0 0 9px rgba(43, 43, 75, 0.1);
}
@media (max-width: 441px) {
    header .header-wrapper.active-search .search-block {
        right: 39px;
    }
}
header .header-wrapper.active-menu .navigation {
    left: 0;
    margin-left: -10px;
}
.header-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0;
    position: relative;
}
.header-wrapper .navigation {
    position: absolute;
    display: block;
    left: -110%;
    top: 0;
    bottom: 0;
    background-color: #fff;
    width: 320px;
    height: 100vh;
    z-index: 4;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 999999;
    -webkit-box-shadow: 0 0 9px rgba(43, 43, 75, 0.06);
    box-shadow: 0 0 9px rgba(43, 43, 75, 0.06);
}
@media (max-width: 375px) {
    .header-wrapper .navigation {
        width: 275px;
    }
}
.header-wrapper .navigation ul {
    display: block;
    padding: 65px 40px 0;
}
@media (max-width: 375px) {
    .header-wrapper .navigation ul {
        padding: 60px 25px 0;
    }
}
.header-wrapper .navigation ul li {
    margin-bottom: 39px;
}
.header-wrapper .navigation ul li i {
    margin-right: 12px;
    font-size: 15px;
    display: inline-block;
}
@media (max-width: 375px) {
    .header-wrapper .navigation ul li i {
        font-size: 16px;
        margin-right: 10px;
    }
}
.header-wrapper .navigation ul li a {
    font-size: 15px;
    font-weight: 400;
    color: #000;
    display: inline-block;
    text-transform: uppercase;
}
@media (max-width: 375px) {
    .header-wrapper .navigation ul li a {
        font-size: 15px;
    }
}
@media (min-width: 1023px) {
    .header-wrapper .navigation ul li:hover a {
        color: #2b437a;
    }
}
.header-wrapper .navigation ul .active {
    color: #2b437a;
}
.header-wrapper .navigation .button-close-nav {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.header-wrapper .navigation .button-close-nav i {
    font-size: 20px;
    color: #545454;
}
.header-wrapper .show {
    left: 0;
    margin-left: -10px;
}
.header-wrapper .burger {
    display: block;
    background: none;
    border: 0;
    cursor: pointer;
}
.header-wrapper .burger-item {
    display: block;
    width: 20px;
    height: 3px;
    background-color: #ffffff;
    position: relative;
}
.header-wrapper .burger-item:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    position: absolute;
    bottom: 7px;
}
.header-wrapper .burger-item:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    position: absolute;
    top: 7px;
}
.header-wrapper .logo-holder img {
    display: block;
    width: 100%;
    height: auto;
}
.header-wrapper .logo-holder a {
    display: inline-block;
    margin: 0 25px;
}
.header-wrapper .search-open{
    display: flex;
    align-items: center;
}
.header-wrapper .search-open .button-open-search {
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    position: relative;
    cursor: pointer;
}
.header-wrapper .search-open .button-open-search i {
    font-size: 20px;
    display: inline-block;
    vertical-align: top;
    color: #ffffff;
}
.header-wrapper .search-open .button-open-search i:nth-child(2) {
    right: -13px;
    top: 10px;
    display: none;
}
.header-wrapper .search-block {
    position: absolute;
    display: block;
    right: 50px;
    top: -70px;
    width: 90%;
    z-index: 2;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
@media (max-width: 775px) {
    .header-wrapper .search-block {
        width: 85%;
    }
}
@media (max-width: 560px) {
    .header-wrapper .search-block {
        width: 82%;
    }
}
@media (max-width: 441px) {
    .header-wrapper .search-block {
        width: 75%;
    }
}
.header-wrapper .open-form .form {
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}
.header-wrapper .open-form .input {
    position: relative;
    padding: 10px 0 10px 20px;
    font-size: 18px;
    font-weight: 400;
    color: #a1a1a1;
    width: 100%;
    border: none;
    border-radius: 1px;
}
.header-wrapper .open-form .search-btn {
    position: absolute;
    right: 14px;
    top: 9px;
    background: #fff;
    border: none;
    cursor: pointer;
}
.header-wrapper .open-form .search-btn i {
    font-size: 20px;
}
.title {
    font-size: 22px;
    font-weight: 700;
}
@media (max-width: 425px) {
    .title {
        font-size: 18px;
    }
}
.description,
.description .title {
    margin-bottom: 10px;
}
@media (max-width: 425px) {
    .description .title {
        margin-bottom: 10px;
    }
}
.description .text {
    font-size: 15px;
    font-weight: 300;
    color: #545454;
    line-height: 1.5;
    max-height: 90px;
    overflow-y: scroll;
}
@media (max-width: 425px) {
    .description .text {
        font-size: 12px;
    }
}
.video {
    margin-bottom: 20px;
}
.video .title-block-sorting {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 10px;
}
@media (max-width: 661px) {
    .video .title-block-sorting {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.video .title-block-sorting .title-block {
    width: 50%;
}
@media (max-width: 661px) {
    .video .title-block-sorting .title-block {
        width: 100%;
        margin-bottom: 10px;
    }
}
.video .title-block-sorting .sorting-holder {
    width: 50%;
    font-size: 0;
    text-align: right;
}
@media (max-width: 661px) {
    .video .title-block-sorting .sorting-holder {
        text-align: center;
        width: 100%;
    }
}
.video .title-block-sorting .sorting-holder a {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #272727;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    margin-left: 20px;
}
@media (max-width: 425px) {
    .video .title-block-sorting .sorting-holder a {
        font-size: 12px;
    }
}
@media (min-width: 1023px) {
    .video .title-block-sorting .sorting-holder a:hover {
        color: #2b437a;
    }
}
.video .title-block-sorting .sorting-holder a:first-child {
    margin-left: 0;
}
.video .title-block-sorting .sorting-holder .active {
    color: #2b437a;
}
.video .pagination-list {
    text-align: center;
}
.video .pagination-list li {
    margin: 5px;
    display: inline-block;
}
.video .pagination-list li a {
    font-weight: 400;
    font-size: 18px;
    color: #ffffff;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    display: block;
    padding: 13px 20px;
    -webkit-box-shadow: 0 0 9px rgba(43, 43, 75, 0.06);
    box-shadow: 0 0 9px rgba(43, 43, 75, 0.4);
    background: #fd3838;
    border-radius: 5px;
}
.video .pagination-list li a .item-svg {
    width: 14px;
    height: 14px;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}
.video .pagination-list li a .next {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
@media (min-width: 1023px) {
    .video .pagination-list li a:hover {
        box-shadow: 0 0 9px rgba(43, 43, 75, 0.08);
        background: #c50000;
    }
    .video .pagination-list li a:hover .item-svg {
        fill: #2b437a;
    }
}
.video .pagination-list li .active {
    background: #c50000;
}
@media (max-width: 529px) {
    .video .pagination-list li a {
        display: none;
    }
    .video .pagination-list li {
        margin: 0;
    }
    .video .pagination-list li:first-child a,
    .video .pagination-list li:last-child a,
    .video .pagination-list li a.active {
        display: inline-block;
        margin: 5px;
    }
}
.content-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px 0 0;
}
.content-holder a {
    display: block;
    color: #000;
}
.content-holder .thumb-item {
    width: 33.333%;
    padding: 0 10px 0 0;
    margin-bottom: 10px;
}
@media (max-width: 705px) {
    .content-holder .thumb-item {
        width: 50%;
    }
}
.content-holder .thumb-item .wrap-image {
    border: 2px solid transparent;
    overflow: hidden;
    border-radius: 1px;
    position: relative;
    padding-bottom: 58%;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    border-radius: 5px;
}
.content-holder .thumb-item .wrap-image img {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.content-holder .thumb-item .wrap-image span {
    position: absolute;
    border-radius: 1px;
    font-size: 15px;
    color: #fff;
    padding: 7px;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    opacity: 1;
}
.content-holder .thumb-item .wrap-image .label {
    background: rgba(71, 127, 255, 0.7);
    font-weight: 700;
    right: 10px;
    top: 10px;
    border-radius: 5px;
}
.content-holder .thumb-item .wrap-image .duration {
    background: rgba(218, 2, 2, 0.7);
    font-weight: 300;
    right: 10px;
    bottom: 10px;
    border-radius: 5px;
}
.content-holder .thumb-item .name-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding: 10px 2px;
}
.content-holder .thumb-item .name-block .title-media {
    font-weight: 700;
    font-size: 15px;
    margin-right: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.content-holder .thumb-item .name-block .likes {
    white-space: nowrap;
    font-size: 15px;
    color: #00b51e;
}
@media (min-width: 1023px) {
    .content-holder .thumb-item:hover .img-holder {
        border: 2px solid #2b437a;
    }
    .content-holder .thumb-item:hover .img-holder span {
        opacity: 0;
    }
    .content-holder .thumb-item:hover .name-block .title-media p {
        color: #2b437a;
    }
}
.categories {
    margin-bottom: 20px;
}
.categories .title-block {
    margin-bottom: 10px;
}
.categories .categories-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.categories .categories-holder a {
    display: block;
    color: #000;
}
.categories .categories-holder .categories-block {
    width: 33.3333%;
    padding: 0 2px;
}
.categories .categories-holder.sponsors .categories-block{
  width: 25%;
}
@media (max-width: 1000px) {
    .categories .categories-holder .categories-block {
        width: 50%;
        margin: 0;
    }
    .categories .categories-holder.sponsors .categories-block{
    width: 33.333%;
  }
}
@media (max-width: 375px) {
  .categories .categories-holder.sponsors .categories-block,
    .categories .categories-holder .categories-block {
        width: 100%;
        margin-bottom: 10px;
    }
}
.categories .categories-holder .categories-block .img-holder {
    border: 2px solid transparent;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    padding-bottom: 66%;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}

.categories .categories-holder .categories-block .img-holder .no-thumb{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.categories .categories-holder .categories-block .img-holder img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.categories .categories-holder .categories-block .sub-title-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 2px;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}
.categories .categories-holder .categories-block .sub-title-holder .sub-title {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-weight: 700;
}
.categories .categories-holder .categories-block .sub-title-holder .content {
    white-space: nowrap;
    color: #a6a8ab;
    font-size: 15px;
    font-weight: 300;
}
.categories .categories-holder .categories-block .sub-title-holder .content .icon-film {
    font-size: 12px;
    margin-left: 6px;
    color: #272727;
}
@media (min-width: 1023px) {
    .categories .categories-holder .categories-block:hover .img-holder {
        border: 2px solid #2b437a;
    }
    .categories .categories-holder .categories-block:hover .sub-title-holder {
        color: #2b437a;
    }
    .categories .categories-holder .categories-block:hover .icon-film {
        color: #2b437a;
    }
    .categories .categories-holder .categories-block:hover .item-svg {
        fill: #2b437a;
    }
}
.categories .btn {
    text-align: center;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}
.categories .btn a {
    padding: 15px 10px;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-shadow: 0 0 9px rgba(43, 43, 75, 0.06);
    box-shadow: 0 0 9px rgba(43, 43, 75, 0.3);
    background: #2b437a;
    border-radius: 5px;
}
@media (min-width: 1023px) {
    .categories .btn:hover a {
        color: #fff;
        box-shadow: 0 0 9px rgba(43, 43, 75, 0.08);
        background: #385eb3;
    }
}
.tags {
    margin-bottom: 10px;
}
.tags .title-block {
    margin-bottom: 17px;
}
.tags .tags-holder ul {
    overflow: hidden;
}
.tags .tags-holder .col {
    width: 20%;
    float: left;
    padding-right: 5px;
}
@media (max-width: 1000px) {
    .tags .tags-holder .col {
        width: 25%;
    }
}
@media (max-width: 760px) {
    .tags .tags-holder .col {
        width: 50%;
    }
}
.tags .tags-holder .col .item {
    margin-bottom: 22px;
}
.tags .tags-holder li {
    margin-bottom: 20px;
}
.tags .tags-holder li a {
    font-weight: 400;
    font-size: 18px;
    color: #fd3838;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
@media (max-width: 420px) {
    .tags .tags-holder li a {
        font-size: 15px;
    }
}
@media (min-width: 1023px) {
    .tags .tags-holder li a:hover {
        color: #2b437a;
    }
}
.tags .tags-holder li .active {
    color: #2b437a;
}
.tags .tags-holder li a i{
  font-size: 14px;
  margin:0 5px 0 1px;
}
footer {
    margin-top: 20px;
    -webkit-box-shadow: 0 0 9px rgba(43, 43, 75, 1);
    box-shadow: 0 0 9px rgba(43, 43, 75, 1);
    background-color: #2b437a;
}
footer .footer-holder ul {
    text-align: center;
    padding: 20px 0;
}
footer .footer-holder ul li {
    display: inline-block;
    margin: 0 12px;
}
@media (max-width: 510px) {
    footer .footer-holder ul li {
        display: block;
        margin-bottom: 10px;
    }
}
footer .footer-holder ul li a {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
}
@media (min-width: 1023px) {
    footer .footer-holder ul li a:hover {
        text-decoration: underline;
    }
}
@media (max-width: 425px) {
    footer .footer-holder ul li a {
        font-size: 14px;
    }
}
footer .footer-holder .row {
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
}
footer .footer-holder .row:last-child {
    margin-bottom: 0;
}
footer .footer-holder .row .footer-title {
    display: block;
    margin-bottom: 19px;
}
footer .footer-holder .row .footer-description a {
    color: #272727;
}
footer .footer-description {
    padding-bottom: 20px;
    color: #ccc;
}
.name-block {
    font-size: 22px;
    font-weight: 500;
}
.content-video .main-content{
  width: 70%;
}
.content-video .content-holder{
    margin: 0;
}
.content-video .banner-holder{
  padding: 0 10px;
  width: 30%;
  text-align: center;
}
@media (max-width: 1200px) {
    .content-video .main-content,
    .content-video .banner-holder{
      width: 100%;
    }
    .content-video .banner-holder{
      padding: 10px 0;
    }
}
.content-video .main-content .title-block {
    margin-bottom: 10px;
}
.content-video .main-content .player-holder .text-video {
    font-size: 15px;
    font-weight: 400;
    color: #272727;
    line-height: 1.5;
    margin-bottom: 20px;
}
.content-video .main-content .player-holder .video-tag,
.content-video .main-content .player-holder .categories {
    font-size: 0;
    margin-bottom: 20px;
}
.content-video .main-content .player-holder .video-tag .tag-title,
.content-video .main-content .player-holder .categories .tag-title {
    font-size: 15px;
    font-weight: 500;
    margin-right: 10px;
    display: inline-block;
}
.content-video .main-content .player-holder .video-tag a,
.content-video .main-content .player-holder .categories a {
    font-size: 15px;
    font-weight: 300;
    color: #272727;
    margin-right: 6px;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    display: inline-block;
    text-decoration: underline;
}
@media (min-width: 1023px) {
    .content-video .main-content .player-holder .video-tag a:hover,
    .content-video .main-content .player-holder .categories a:hover {
        color: #2b437a;
        text-decoration: none;
    }
}
.content-video .main-content .player-holder .video-tag .active,
.content-video .main-content .player-holder .categories .active {
    color: #ec5875;
}
.content-video .main-content .player-holder .video-tag .categories,
.content-video .main-content .player-holder .categories .categories {
    margin-bottom: 6px;
}
.content-video .comment-btn {
    display: inline-block;
    border: none;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    -webkit-box-shadow: 0 0 9px rgba(43, 43, 75, 0.06);
    box-shadow: 0 0 9px rgba(43, 43, 75, 0.4);
    background: #2b437a;
    padding: 13px;
}
@media (min-width: 1023px) {
    .content-video .comment-btn:hover {
        color: #fff;
        box-shadow: 0 0 9px rgba(43, 43, 75, 0.08);
        background: #385eb3;
    }
}
.content-video .comments-leave.feedback{
    display: block;
}
.content-video .comments-leave {
    margin: 20px 0;
    display: none;
}
.content-video .comments-leave .block-comments,
.content-video .comments-leave .block-feedback {
    max-width: 522px;
    margin-bottom: 20px;
}
.content-video .comments-leave .block-feedback .row {
    margin-bottom: 10px;
}
.content-video .comments-leave .block-comments form,
.content-video .comments-leave .block-feedback form {
    width: 100%;
}
.content-video .comments-leave .block-comments form input,
.content-video .comments-leave .block-feedback form input {
    border: none;
    border-radius: 1px;
    padding: 13px 0 13px 15px;
    font-size: 13px;
    font-weight: 400;
    color: #272727;
    width: 100%;
    margin-bottom: 6px;
    -webkit-box-shadow: 0 0 9px rgba(43, 43, 75, 0.06);
    box-shadow: 0 0 9px rgba(43, 43, 75, 0.06);
    border: 1px solid #e0e0e0;
    border-radius: 5px;
}
.content-video .comments-leave .block-comments form textarea,
.content-video .comments-leave .block-feedback form textarea {
    border: none;
    border-radius: 1px;
    padding: 13px 0 0 15px;
    font-family: 'Noto Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #272727;
    height: 110px;
    width: 100%;
    resize: none;
    -webkit-box-shadow: 0 0 9px rgba(43, 43, 75, 0.06);
    box-shadow: 0 0 9px rgba(43, 43, 75, 0.06);
    border: 1px solid #e0e0e0;
    border-radius: 5px;
}
.content-video .comments-leave .comments {
    margin-top: 35px;
}
.content-video .comments-leave .comments .title-block {
    margin-bottom: 26px;
}
.content-video .comments-leave .comments .item {
    overflow: hidden;
    margin-bottom: 10px;
    min-height: 50px;
}
.content-video .comments-leave .comments .item .avatar {
    float: left;
    display: inline-block;
    width: 43px;
    height: 43px;
    background: #74bdb0;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin-right: 9px;
    top: 3px;
}
.content-video .comments-leave .comments .item:nth-child(2n) .avatar {
    background: #f0f;
}
.content-video .comments-leave .comments .item .avatar span {
    display: block;
    position: absolute;
    left: 11px;
    top: 13px;
    color: #fff;
}
.content-video .comments-leave .comments .item .message .msg-title {
    display: inline-block;
    margin-right: 15px;
    font-size: 15px;
    font-weight: 500;
    color: #272727;
}
.content-video .comments-leave .comments .item .message .date {
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    color: #a6a8ab;
}
.content-video .comments-leave .comments .item .message .msg-text {
    color: #545454;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 300;
}
@media (max-width: 664px) {
    .content-video .comments-leave .comments .item .message .msg-text {
        max-width: 400px;
    }
}
@media (max-width: 353px) {
    .content-video .comments-leave .comments .item .message .msg-text {
        max-width: 245px;
    }
}
.content-video .main-content .player-holder .player {
    margin-bottom: 10px;
}
.views-data-like {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.views-data-like .rating-container {
    display: inline-block;
    font-size: 0;
    position: relative;
}
@media (max-width: 1018px) {
    .views-data-like .rating-container {
        display: block;
        text-align: center;
        margin-right: 0;
    }
}
.views-data-like .rating-container .voters {
    font-size: 15px;
    font-weight: 400;
    color: #a6a8ab;
    line-height: 1.5;
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.views-data-like .rating-container .rate-btn {
    padding: 10px 19px 9px;
    border-radius: 1px;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    display: inline-block;
    border-radius: 5px;
}
@media (min-width: 1023px) {
    .views-data-like .rating-container .rate-btn:hover {
        background-color: #272727;
    }
}
.views-data-like .rating-container .rate-like {
    background-color: #00b51e;
    margin-right: 20px;
}
.views-data-like .rating-container .rate-dislike {
    background-color: #fd3838;
}
.views-data-like .views-data {
    display: inline-block;
}
.views-data-like .views-data .statistic .item {
    display: inline-block;
    margin-right: 10px;
}
.views-data-like .views-data .statistic .item:last-child {
    margin-right: 0;
}
.views-data-like .views-data .statistic .item .item-text {
    font-size: 14px;
    font-weight: 500;
    color: #2b2b2b;
}
.views-data-like .views-data .statistic .item .item-text span {
    margin-left: 8px;
    font-weight: 300;
    color: #a6a8ab;
}
.related {
    margin-bottom: 54px;
}
.related .title-block {
    margin-bottom: 18px;
}
.related .btn {
    text-align: center;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}
.related .btn span {
    padding: 15px 0;
    border-radius: 1px;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    display: block;
    cursor: pointer;
    -webkit-box-shadow: 0 0 9px rgba(43, 43, 75, 0.06);
    box-shadow: 0 0 9px rgba(43, 43, 75, 0.4);
    background: #2b437a;
    border-radius: 5px;
}
@media (min-width: 1023px) {
    .related .btn:hover span {
        color: #fff;
        background: #385eb3;
        box-shadow: 0 0 9px rgba(43, 43, 75, 0.06);
    }
}
.lazyload,
.lazyloading {
    opacity: 0;
}
.lazyloaded {
    opacity: 1;
    -webkit-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}
.player-wrap {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
#kt_player {
    position: absolute !important;
}
.tags-wrap.content-holder {
    margin: 0;
}
.tags-wrap {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    column-count: 5;
    display: block;
}
@media (max-width: 1400px) {
    .tags-wrap {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }
}
@media (max-width: 992px) {
    .tags-wrap {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}
@media (max-width: 767px) {
    .tags-wrap {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
    .views-data-like .views-data .statistic .item {
        display: none;
    }
}
@media (max-width: 480px) {
    .tags-wrap {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .content-holder .thumb-item {
        width: 100%;
    }
}
@media (max-width: 390px) {
    .views-data-like {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .views-data-like .rating-container {
        margin-bottom: 20px;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .views-data-like .rating-container .rate-like {
        margin-right: 0;
    }
    .views-data-like .rating-container .rate-btn {
        display: block;
        width: 45%;
        float: left;
    }
    .content-video .comment-btn,
    .views-data-like .btn-inner {
        width: 100%;
    }
}
.tags-wrap .item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 5px;
}
@media (max-width: 992px) {
    .tags-wrap .item {
        padding: 0 10px 10px;
    }
}
.tags-wrap .item .tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-transition: color 0.1s, background 0.1s;
    -o-transition: color 0.1s, background 0.1s;
    transition: color 0.1s, background 0.1s;
    color: #6b6b6b;
    font-size: 16px;
    line-height: 18px;
    border-radius: 5px;
    padding: 5px;
}
.tags-wrap .item .tag .name {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.tags-wrap .item .tag .count {
    color: #3e3e3e;
    -webkit-transition: color 0.1s;
    -o-transition: color 0.1s;
    transition: color 0.1s;
    padding: 0 0 0 5px;
}
@media (min-width: 1023px) {
    .tags-wrap .item .tag:hover {
        color: #fff;
        background: #467fff;
    }
    .tags-wrap .item .tag:hover .count {
        color: #fff;
    }
}
@media (max-width: 900px) {
    .views-data-like .views-data {
        display: none;
    }
}
.tags-wrap .item.letter {
    border-radius: 5px;
    background-color: #fd3838;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    padding: 6px 10px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 20px 0 10px;
    text-align: center;
    display: inline-block;
}
.tags-wrap .item.letter:first-child {
    margin-top: 0;
}
.success {
    color: #fd3838;
}
.page-error {
    text-align: center;
    font-size: 27px;
    margin-bottom: 20px;
    color: #fd3838;
}
