@font-face {
    font-family: "icomoon";
    src: url("../fonts/icomoon.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.list-videos .item .img,
.thumb-link .img {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    background: #1f2125;
    overflow: hidden;
    border-radius: 10px;
}

.list-videos .item .img img,
.thumb-link .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* play_white override */

.player-link .play-icon::before {
    content: none !important;
}


body, ul, ol, li, h1, h2, h3, form, input, p {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

* {
    outline: none;
    text-decoration: none;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

em {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

h1, h2, h3 {
    font-size: 100%;
    font-weight: normal;
}

a * {
    cursor: pointer;
}

html {
    height: 100%;
    background-color: #16171b;
    font-size: 62.5%;
}

body {
    font-family: 'Open Sans', sans-serif;
    min-height: 100%;
    min-width: 320px;
    position: relative;
    color: #212121;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
}

a {
    color: #212121;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
}

.no-touch a:hover {
    color: #ea1853;
}

input {
    font-size: 13px;
    line-height: 1.2;
    font-family: 'Open Sans', sans-serif;;
}

.container {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.icon:before {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-drop_arrow1:before {
    content: "\e95d";
}

.icon-rss1:before {
    content: "\e960";
}

.icon-top_models1:before {
    content: "\e965";
}

form label {
    display: block;
    margin: 0 0 7px;
    line-height: 1.2;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}

.toggle-button {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background-color 0.3s, color 0.3s, border 0.3s, box-shadow .3s, border-color .3s;
    transition: background-color 0.3s, color 0.3s, border 0.3s, box-shadow .3s, border-color .3s;
    cursor: pointer;
    line-height: 17px;
    text-transform: uppercase;
    padding: 10px 20px;
    min-height: 70px;
    border: 2px solid transparent;
    border-radius: 10px;
    background-color: #2e2f35;
    color: #8b8f96;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.toggle-button * {
    cursor: pointer;
}

.toggle-button input::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border: 2px solid #d4d4d4;
    background-color: #ffffff;
    border-radius: 50%;
    z-index: 1;
    -webkit-transition: border 0.3s, background-color 0.3s, box-shadow .3s, color .3s;
    transition: border 0.3s, background-color 0.3s, box-shadow .3s, color .3s;
}
.header__close {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    border: 1px solid #222;
    display: flex;
    line-height: 1.2;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    background: #444;
    padding: 5px 10px;
    color: #fff !important;
    font-size: 16px;
    margin-left: 4px;
    margin-right: 8px;
    position: absolute;
    right: 0;
    top: 10px;
}

.toggle-button:hover label:before {
    border-color: #fff;
    background: #3b3d44;
}

.toggle-button.active {
    color: #ffffff;
    background-color: #ea1853;
}

.member-links {
    order: 3
}

.member-links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.member-links li {
    padding: 0 20px 0 0;
    color: #fff;
}

.member-links a {
    background-color: transparent;
    -webkit-transition: background-color 0.3s, box-shadow .3s, color .3s;
    transition: background-color 0.3s, box-shadow .3s, color .3s;
    line-height: 30px;
    display: block;
    display: block;
    margin: 0 -20px 0 0;
    border-radius: 10px;
    padding: 0 17px;
    color: #8b8f96;
    font-size: 13px;
    letter-spacing: 0.33px;
}

.no-touch .member-links a:hover {
    color: #fff;
    box-shadow: 0 8px 10px rgba(29, 4, 11, 0.25);
    background-color: #ea1853;
}

.header {
    z-index: 20;
    padding: 8px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #16171b;
    position: relative;
    z-index: 1;
    z-index: 4;
}

.logo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    padding-top: 3px
}

.logo a {
    display: block;
    position: relative;
}

.search {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 10px 0 19px;
}

.search form {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 927px;
    flex: 0 1 927px;
    position: relative;
    padding: 0 10px 0 0;
    border-radius: 20px;
}

.search .search-text input {
    width: 100%;
    border: 0;
    background: none;
    border-radius: 10px;
    background-color: #2e2f35;
    color: #8b8f96;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    padding: 10px 65px 10px 20px;
    letter-spacing: 0.38px;
}

.search-text input::-webkit-input-placeholder {
    color: #8b8f96;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.search-text input:-ms-input-placeholder {
    color: #8b8f96;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.search-text input::-ms-input-placeholder {
    color: #8b8f96;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.search-text input::placeholder {
    color: #8b8f96;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.search-text input:focus::-webkit-input-placeholder {
    color: transparent;
}

.search-text input:focus:-ms-input-placeholder {
    color: transparent;
}

.search-text input:focus::-ms-input-placeholder {
    color: transparent;
}

.search-text input:focus::placeholder {
    color: transparent;
}

.search .search-text input:focus {
    outline: none;
}

.search .search-button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
    font-size: 0;
    line-height: 49px;
    color: #fff;
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 61px;
    border-radius: 0 10px 10px 0;
    background-color: #ea1853;
    padding: 10px 20px;
    line-height: 20px;
}

.search .search-button:before {
    content: "\e94a";
    font-size: 20px;
}

.no-touch .search .search-button:hover {
    background-color: #3b3d44;
}

.header + nav {
    border-left: 0;
    border-right: 0;
    box-shadow: 0 5px 38px rgba(0, 0, 0, 0.09);
    background-color: #2e2f35;
    position: relative;
    padding: 0 0 0 55px;
}

@media screen and (max-width: 1152px) {
    .header + nav {
        padding: 0;
    }
}

.navigation {
    position: relative;
}

.navigation .button {
    display: none;
    width: 100%;
    padding: 8px 0;
    margin: 0;
    border: none;
    background: transparent;
    height: 38px;
    cursor: pointer;
}

.navigation .button .icon {
    display: inline-block;
    height: 20px;
    width: 29px;
    position: relative;
}

.navigation .button .ico-bar {
    background: #fff;
    height: 4px;
    width: 100%;
    position: absolute;
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
    left: 0;
}

.navigation .button .ico-bar:first-child {
    top: 0;
}

.navigation .button .ico-bar:nth-child(2) {
    top: 8px;
}

.navigation .button .ico-bar:nth-child(3) {
    top: 16px;
}

.navigation.open .button .ico-bar {
    background: #ea1853;
    left: 4px;
}

.navigation.open .button .ico-bar:first-child {
    top: -2px;
    -webkit-transform: rotate(45deg) translate(5px, 9px);
    transform: rotate(45deg) translate(5px, 9px);
}

.navigation.open .button .ico-bar:nth-child(3) {
    top: 14px;
    -webkit-transform: rotate(-45deg) translate(2px, -6px);
    transform: rotate(-45deg) translate(2px, -6px);
}

.navigation.open .button .ico-bar:nth-child(2) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

.navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1350px;
    padding: 0 10px;
    width: 100%;
    margin: 0 auto;
}

.navigation .primary {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.navigation .primary li:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}

.navigation .primary a {
    display: block;
    padding: 16px 20px;
    text-transform: none;
    position: relative;
    -webkit-transition: color 0.3s, border-color .3s;
    transition: color 0.3s, border-color .3s;
    white-space: nowrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    font-size: 15px;
    color: #ffffff;
}

@media screen and (max-width: 1400px) {
    .navigation .primary a {
        padding: 16px 8px;
    }
}

.navigation .primary a:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background-color: #ea1853;
    height: 2px;
    width: 0;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
}

.navigation .primary .selected a::before {
    width: 100%;
}

.no-touch .navigation .primary a:hover::before {
    width: 100%;
}

.no-touch .navigation .primary a:hover {
    color: #ea1853;
}

.navigation .primary .selected a {
    color: #ea1853;
    pointer-events: none;
    border-color: #ea1853;
}

#item1 {
    position: relative;
    font-size: 0;
    height: 100%;
}

#item1::after {
    position: absolute;
    content: "\e94b";
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.navigation .primary .selected a::before {
    width: 100%;
}

.navigation .primary .drop {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navigation .primary .drop > a {
    position: relative;
    -webkit-transition: background-color 0.3s, border-radius 0.3s, box-shadow .3s;
    transition: background-color 0.3s, border-radius 0.3s, box-shadow .3s;
    padding: 16px 31px 16px 41px;
}

.navigation .primary .drop > a:after {
    position: absolute;
    z-index: 1;
    content: "\e914";
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 6px;
    top: calc(50% - 1px);
    right: 11px;
    width: auto;
    left: auto;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.navigation .primary .drop > a:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e910";
    font-size: 20px;
    position: absolute;
    top: 14px;
    left: 15px;
    background: transparent;
}

.navigation .primary ul {
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 10;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s, -webkit-transform 0.3s;
    overflow: hidden;
    box-shadow: 0 8px 10px rgba(29, 4, 11, 0.25);
    border-radius: 0 0 10px 10px;
    background-color: #2e2f35;
}

.navigation .primary ul li {
    display: block;
}

.navigation .primary ul li a:before {
    display: none;
}

.navigation .primary .drop:focus ul, .navigation .primary .drop:hover ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.navigation .primary .drop:hover > a {
    color: #fff;
    box-shadow: 0 8px 10px rgba(29, 4, 11, 0.25);
    background-color: #ea1853;
}

.navigation .primary .drop:hover > a::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.no-touch .navigation .primary ul li a:hover {
    background-color: #3b3d44;
    color: #fff;
}

.navigation .secondary li:first-child {
    border-left: none;
}

.navigation .secondary a {
    text-decoration: none;
    padding: 17px 6px;
    position: relative;
    display: block;
    white-space: nowrap;
}

.navigation .secondary a:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background-color: #ea1853;
    height: 3px;
    width: 0;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
}

.no-touch .navigation .secondary a:hover {
    color: #ea1853;
}

.no-touch .navigation .secondary a:hover::before {
    width: 100%;
}

.footer {
    background-color: #16171b;
    box-shadow: 0 -5px 38px rgba(0, 0, 0, 0.09);
    padding: 0 10px;
}

.footer .footer-wrap {
    max-width: 1885px;
    margin: 0 auto;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    color: #797979;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.33px;
    padding: 0 10px;
    position: relative;
}

.footer .footer-wrap .footer-logo {
    content: '';
    width: 350px;
    height: 55px;
    position: absolute;
    display: inline-block;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.footer a {
    color: #797979;
    text-decoration: underline;
}

.footer a:hover {
    color: #797979;
}

.footer .nav {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 25px;
}

.footer .nav li {
    margin: 0 40px 0 0;
}

.footer .nav li:last-child {
    margin: 0;
}

.footer .nav a {
    display: block;
    background-color: transparent;
    text-decoration: none;
    -webkit-transition: background-color 0.3s, color 0.3s, box-shadow .3s;
    transition: background-color 0.3s, color 0.3s, box-shadow .3s;
    padding: 0 10px 14px;
    color: #fefefe;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.38px;
    position: relative;
}

.footer .nav a::before {
    display: inline-block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    border-radius: 1px;
    background-color: #ea1853;
    transition: width 0.3s;
}

.no-touch .footer .nav a:hover {
    color: #ea1853;
}

.no-touch .footer .nav a:hover::before {
    width: 100%;
}

.footer .copyright {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
}

.footer .copyright a {
    color: #ffff;
    padding: 0 4px;
    text-decoration: none;
    line-height: 24px;
}

.footer .copyright br {
    display: none;
}

.footer .txt {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0 auto 35px;
    max-width: 1136px;
    color: #8b8f96;
    font-size: 10px!important;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.33px;
}

.box {
    margin: 0 0 20px;
    width: 100%;
}

.headline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 25px;
    padding: 30px 0 0;
    width: 100%;
}

h1, h2, h3 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    font-size: 24px;
    line-height: 26px;
    font-weight: 400;
    color: #ffffff;
}

h3 {
    font-size: 20px;
    line-height: 24px;
}

h1 a, h2 a {
    color: #fff;
    transition: color .3s;
    line-height: 26px;
    font-weight: 400;
}

h1 a:hover, h2 a:hover {
    color: #ea1853;
}

.icon type-sort last_content_date {
    content: "\e90c";
}

.headline .button {
    padding: 7px 15px;
    color: #fff;
    background-color: #ea1853;
    margin: 2px 0 2px 3px;
    border-radius: 10px;
}

.no-touch .headline .button:hover {
    color: #fff;
    background-color: #3b3d44;
}

.headline .button.icon {
    position: relative;
    padding: 7px 15px 7px 25px;
}

.headline .button.icon:before {
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.headline .button span {
    padding: 0 9px;
    -webkit-transition: padding 0.3s;
    transition: padding 0.3s;
}

.headline .button-info {
    padding: 7px 15px 7px 30px;
    border-radius: 3px;
    border-radius: 10px;
    margin: 0 0 0 3px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 2px 0;
    position: relative;
    border-radius: 0 10px 10px 0;
    background-color: #34363c;
    color: #8b8f96;
}

.headline .button-info:before {
    content: "\e90a";
    position: absolute;
    left: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.headline .button-info + .button {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    border-radius: 10px 0 0 10px;
}

.tags-cloud {
    padding: 30px 0 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.tags-cloud a {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    padding: 13px 20px 10px 20px;
    margin: 0 0 10px 0;
    border-radius: 10px;
    background-color: #212121;
    color: #fff;
    transition: color .3s, border-color .3s, background .3s, box-shadow .3s;
}

.no-touch .tags-cloud a:hover {
    color: #ea1853;
}

.tags-cloud::after {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    background: transparent;
}

.footer-margin {
    padding: 5px 10px 5px 10px;
    background-color: #2e2f35;
}

.margin-fix {
    margin: -22px 0 0 -10px;
    font-size: 0;
    line-height: 0;
}

.margin-fix::after .margin-fix::before {
    content: "";
    display: table;
    width: 100%;
    overflow: hidden;
    clear: both;
}

.list-videos .item {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    background: transparent;
    vertical-align: top;
    cursor: pointer;
    margin: 20px 0 0 10px;
    width: calc(25% - 10px);
    cursor: pointer;
    border-radius: 10px;
    transition: background .3s, box-shadow .3s;
}

.list-videos .item > a {
    border-radius: 10px;
    transition: background .3s, box-shadow .3s;
}

.list-videos .item:hover > a {
    box-shadow: -1px 2px 21px rgba(15, 15, 15, 0.6);
    background-color: #2e2f35;
}

.list-videos .item a {
    display: block;
    font-size: 12px;
    line-height: 1.2;
}

.item .positive {
    color: #47b119;
}

.item [class*="ico-fav"] {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 30px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 16px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s, color .3s, background .3s;
    transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s, color .3s, background .3s;
    transition: transform 0.3s, opacity 0.3s, visibility 0.3s, color .3s, background .3s;
    transition: transform 0.3s, opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s, color .3s, background .3s;
    transition: transform 0.3s, opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s, color .3s, background .3s;
}

.no-touch .item:hover [class*="ico-fav"] {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.content {
    max-width: 1570px;
    padding: 0 10px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.headline .button-info {
    margin-right: auto;
}

.info-holder {
    width: 100%;
}

.info-holder:after {
    content: "";
    display: block;
    clear: both;
}

.info-buttons {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 10px 36px;
}

@media screen and (min-width: 992px) {
    .info-buttons {
        padding: 0 10px 36px;
    }
}

.block-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    margin: 0 0 50px;
}

.block-video .video-holder {
    flex-shrink: 1;
    flex-grow: 1;
    min-width: 1px;
}

.block-video .player {
    margin: 0 0 2rem;
}

.block-video .player .player-wrap {
    width: 100%;
    height: auto;
    position: relative;
    background: #232323;
}

.block-video .player .player-wrap #kt_player {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.rating-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 3rem;
    position: relative;
}

.rating-container .rating_circle {
    position: relative;
    width: 40px;
    height: 40px;
    display: block;
}

.rating-container .rating_circle svg {
    width: 40px;
    height: 40px;
}

.rating-container .rating_circle .object_rating {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    color: #12bb1e;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
}

.rate-dislike, .rate-like {
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    width: 26px;
    height: 26px;
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

.rate-like {
    margin: 0 5px 0 0;
}

.rate-dislike {
    margin: 0 10px 0 0;
}

.rate-dislike:before, .rate-like:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    font-size: 25px;
    color: #8b8f96;
    content: "\e937";
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.rate-dislike:before {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
}

.no-touch .rate-dislike:hover::before {
    color: #ea1853;
}

.no-touch .rate-like:hover::before {
    color: #47b119;
}

.rating-container .rating {
    min-width: 42px;
    text-align: center;
}

.btn-favourites {
    border-radius: 10px;
    background-color: #191a1d;
    display: block;
    position: relative;
    -webkit-transition: background-color 0.3s, border-radius 0.3s, border-color .3s, box-shadow .3s;
    transition: background-color 0.3s, border-radius 0.3s, border-color .3s, box-shadow .3s;
}

.btn-favourites .ico-favourite {
    display: block;
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 1;
    margin: 0 5px 0 0;
}

.btn-favourites .ico-favourite:before {
    content: "\e912";
}

.btn-favourites:hover {
    background-color: #ea1853;
    border-color: #ea1853;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 8px 10px rgba(29, 4, 11, 0.25);
}

.btn-favourites .drop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
    padding: 9px 26px 9px 12px;
    color: #8b8f96;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    font-size: 22px;
}

.btn-favourites:hover .drop {
    color: #ffffff;
}

.btn-favourites .drop:after {
    content: "\e95d";
    display: block;
    position: absolute;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    right: 14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 1;
    font-size: 6px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.btn-favourites:hover .drop:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.btn-favourites ul {
    border-radius: 0 10px 10px 10px;
    background-color: #2e2f35;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.btn-favourites:hover ul {
    display: block;
}

.btn-favourites:hover ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.btn-favourites ul li > a, .btn-favourites ul li > span {
    white-space: nowrap;
    display: block;
    font-weight: bold;
    background-color: transparent;
    -webkit-transition: background-color 0.3s, color .3s;
    transition: background-color 0.3s, color .3s;
    color: #8b8f96;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
}

.btn-favourites ul li > a {
    padding: 12px 15px;
}

.btn-favourites ul li > a:hover, .btn-favourites ul li > span:hover {
    background-color: #52555f;
    color: #fff;
}

.btn-favourites ul li > a:hover, .btn-favourites ul li > span:hover a {
    color: #fff;
}

.btn-favourites ul li > span:hover::before {
    color: #fff;
}

.btn-favourites ul li span {
    position: relative;
    padding: 1.2rem 3.8rem;
}

.btn-favourites ul li span:before {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 1.4rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 1.5rem;
    color: #ea1853;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    content: "\e906";
}

.btn-favourites ul li span a {
    padding: 0;
    color: #fff;
    text-decoration: underline;
}

.no-touch .btn-favourites ul li span a:hover {
    text-decoration: none;
}

.tabs-menu {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    padding: 2px 0;
}

.tabs-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
}

.tabs-menu li {
    margin-right: 4px;
    margin-bottom: 4px;
}

.tabs-menu li:last-child {
    margin: 0 0 4px;
}

.toggle-button.icon, .tabs-menu .toggle-button.icon {
    position: relative;
    padding: 1.1rem 1.5rem 1.1rem 4rem;
}

.toggle-button.icon:before, .tabs-menu .toggle-button.icon:before {
    position: absolute;
    left: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    font-size: 2rem;
    color: #212121;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.tabs-menu .toggle-button {
    padding: 9px 20px;
    padding: 9px 8px;
    white-space: nowrap;
    border: 0;
    min-height: auto;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    text-transform: capitalize;
    border-radius: 20px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    background-color: #34363c;
    color: #8b8f96;
}

.tabs-menu .toggle-button:before {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    display: inline-block;
    margin: 0 10px 0 0;
}

.tabs-menu [href="#tab_video_info"]:before {
    content: "\e911";
}

.tabs-menu .tab-info:before {
    content: "\e911";
}

.tabs-menu .tab-report:before {
    content: "\e90f";
}

.tabs-menu .tab-share:before {
    content: "\e90c";
}

.tabs-menu .tab-comments:before {
    content: "\e90d";
}

.tabs-menu .toggle-button.active {
    background-color: #ea1853;
    pointer-events: none;
    color: #fff;
}

.tabs-menu .toggle-button.active.icon::before {
    color: #fff;
}

.no-touch .toggle-button.icon:hover::before, .no-touch .tabs-menu .toggle-button.icon:hover::before {
    color: #fff;
}

.no-touch .tabs-menu .toggle-button:hover {
    background-color: #ea1853;
    color: #fff;
}

.tab-content {
    background: transparent;
    padding: 0 0 0 20px;
}

@media screen and (max-width: 992px) {
    .tab-content {
        padding: 0;
    }
}

.block-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.block-details .info {
    width: 100%;
    order: 0;
}

.block-details .item {
    color: #8b8f96;
    font-size: 14px;
    font-weight: 500;
    margin: 0 30px 2rem 0;
    display: inline-block;
}

.block-details .item:first-child {
    display: block;
    margin: 0 0 2rem;
}

.block-details .item:last-child {
    margin: 0;
}

.block-details .item img {
    margin: 1px;
}

.block-details .item a {
    display: inline-block;
    padding: 7px 20px;
    -webkit-transition: background-color 0.3s, color 0.3s, border-color .3s, color .3s;
    transition: background-color 0.3s, color 0.3s, border-color .3s, color .3s;
    margin: 2px 0 2px 3px;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.33px;
    border-radius: 10px;
    background-color: #34363c;
    color: #8b8f96;
}

.no-touch .block-details .item a:hover {
    color: #fff;
    background-color: #ea1853;
}

.block-details .item span {
    margin: 0 2.5rem 0 0;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #8b8f96;
}

.block-details .item span:before {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    display: inline-block;
    margin: 0 5px 0 0;
    position: relative;
    top: 1px;
}

.block-details .item span:nth-child(1):before {
    content: "\e940";
}

.block-details .item span:nth-child(2):before {
    content: "\e93e";
}

.block-details .item span:nth-child(3):before {
    content: "\e93f";
}

.block-details .item span.icon {
    padding-left: 20px;
}

.block-details .item span.icon:before {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    font-size: 15px;
}

.block-details .item span em {
    color: #fff;
    margin-left: 3px;
    padding: 0;
}

.block-details .item em {
    color: #fff;
    padding: 0 0 0 10px;
}

.list-sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 3rem;
}

.list-sort li {
    margin-right: 10px;
    padding: 2px 0;
    font-size: 24px;
    line-height: 26px;
    font-weight: 400;
}

.list-sort li:last-child {
    margin: 0;
}

.related-videos {
    width: 100%;
}

.related-videos {
    width: 100%;
    margin: 0 0 32px;
}

.related-videos .list-sort a, .related-videos .list-sort span {
    display: inline-block;
    position: relative;
    border-radius: 10px;
    background-color: #34363c;
    padding: 14px 26px;
    color: #8b8f96;
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
    transition: color .3s, background .3s, box-shadow .3s;
}

@media screen and (max-width: 992px) {
    .related-videos .list-sort a, .related-videos .list-sort span {
        padding: 12px 15px;
        font-size: 15px;
        line-height: 17px;
    }
}

.related-videos .list-sort span, .related-videos .list-sort a:hover {
    color: #fff;
    box-shadow: 0 8px 10px rgba(29, 4, 11, 0.25);
    background-color: #ea1853;
}

@media screen and (max-width: 1255px) {
    .member-links ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .header {
        padding: 10px;
    }
}

@media screen and (max-width: 1255px) {
    .info-buttons {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .tabs-menu {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        padding: 1rem 0 0;
    }

    .tabs-menu ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 1152px) {
    html {
        font-size: 58.5%;
    }

    .navigation .primary {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        top: calc(100% + 1px);
        left: 0;
        max-width: 330px;
        width: 100%;
        background-color: #1f2125;
        padding: 10px;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.28);
        box-shadow: 0 3px 7px rgba(0, 0, 0, 0.28);
        -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
        transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
        transition: transform 0.3s, opacity 0.3s, visibility 0.3s;
        transition: transform 0.3s, opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
        transition: transform 0.3s, opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
        z-index: 1000;
    }

    .navigation .primary ul {
        top: 46px;
    }

    .navigation .primary > li:first-child, .navigation .primary > li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        margin: 0 0 3px;
    }

    #item1 {
        height: 34px;
    }

    .navigation .primary a {
        padding: 9px 4px;
    }

    .navigation .primary .drop > a {
        padding: 9px 38px 9px 54px;
    }

    .navigation .button {
        display: block;
    }

    .secondary {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 10px;
        z-index: 5;
    }

    .navigation .secondary a {
        padding: 11px 6px;
    }

    .navigation.open .primary {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .block-details {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .block-details .info {
        padding: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }

    .info-buttons {
        margin: 0 0 1rem;
    }
}

@media screen and (max-width: 1040px) {
    .language-holder {
        margin: 5px auto 0 auto
    }

    .member-links {
        width: 100%;
    }

    .header {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .search form {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }

    .search {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        padding: 10px 0 10px 0;
    }

    .logo {
        margin: 0 auto;
    }

    .search .search-text input {
        padding: 10px 25px 10px 10px;
    }
}

@media screen and (max-width: 1024px) {
    html {
        font-size: 52.5%;
    }

    form [data-name="code"] {
        margin: 0 0 1.5rem;
    }
}

@media screen and (max-width: 860px) {
    .list-videos .item {
        width: calc(33.33% - 10px);
    }

    .block-video .video-holder {
        margin-right: 0;
    }

    .headline {
        margin: 0 0 10px;
    }
}

@media screen and (max-width: 785px) {
    .box {
        padding: 1.5rem 0 0;
    }

    .logo {
        margin: 5px auto 0 auto;
    }

    .header {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .headline {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 2rem 0 0;
    }

    .headline h1, h2 {
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        margin: 2px 0;
    }

    .footer .nav a {
        font-size: 13px;
    }

    .block-details .item span {
        margin: 0 1.5rem 0.5rem 0;
    }

    .block-details .item {
        margin: 0 10px 1rem 0;
    }

    .tab-content {
        padding: 0 1rem 1rem;
    }

    .list-sort {
        margin: 0 0 1rem;
    }

    .list-sort li {
        margin-right: 1rem;
    }
}

@media screen and (max-width: 650px) {
    html {
        font-size: 47.5%;
    }
}

@media screen and (max-width: 640px) {
    .list-videos .item {
        width: calc(50% - 10px);
    }

    .list-videos .item {
        margin: 5px 0 0 5px;
    }

    .margin-fix {
        margin: -5px 0 0 -5px;
    }

    .btn-favourites ul {
        left: inherit;
        right: 0;
        border-radius: 20px 0 20px 20px;
    }

    form [data-name="code"] {
        margin: 0 0 1rem;
    }

    .block-video {
        margin: 0 0 1.5rem;
    }

    .box {
        margin: 0 0 1.5rem;
    }
}

@media screen and (max-width: 560px) {
    .box {
        padding: 1rem 0 0;
    }
}

@media screen and (max-width: 420px) {
    .list-videos .item {
        width: calc(100% - 5px);
        margin: 5px 0 0 5px;
    }

    .navigation .primary {
        max-width: 100%;
    }
}

@supports (-webkit-overflow-scrolling: touch) {
    .content {
        cursor: pointer;
    }
}

.info-content {
    margin: -7px 0 17px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.info-content .listener-popunder {
    padding: 8px 20px;
    color: #212121;
    font-size: 13px;
    font-weight: 500;
    line-height: 14px;
    letter-spacing: 0.33px;
    display: inline-block;
    margin: 0 3px 3px 0;
    border-radius: 10px;
    background-color: #34363c;
    color: #8b8f96;
    transition: color .3s, box-shadow .3s, background .3s, border-color .3s;
}

.info-content .listener-popunder:hover {
    color: #fff;
}

.info-content .link {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding: 0;
    border: 0;
    margin-right: 10px;
    margin-bottom: 10px;
}

.info-content .link .name {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding: 6px 20px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.33px;
    border-radius: 10px 0 0 10px;
    background-color: #ea1853;
    transition: background .3s, color .3s;
}

.info-content .link:hover {
    box-shadow: none;
}

.info-content .link:hover .name {
    background-color: #32343a;
    color: #fff;
}

.info-content .link .name i {
    font-size: 16px;
    display: inline-block;
    margin: 0 10px 0 0;
}

.info-content .link .name i:before {
    content: "\e93b";
}

.info-content .link .name i.icon-top_models1:before {
    content: "\e93a";
}

.info-content .link .button-info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    border-radius: 0 10px 10px 0;
    padding: 6px 10px;
    font-size: 13px;
    line-height: 16px;
    font-weight: 300;
    background-color: #34363c;
    color: #8b8f96;
}

.info-content .link .button-info i {
    font-size: 14px;
    display: inline-block;
    margin: 0 5px 0 0;
}

.info-content .link .button-info i:before {
    content: "\e938";
}

.language-holder {
    order: 4;
    position: relative;
    padding: 7px 0 7px 20px;
}

.language-holder .selected {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    color: #8b8f96;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 0.33px;
    cursor: pointer;
    transition: color .3s;
}

.language-holder .selected span {
    display: inline-block;
    margin: 0 5px;
}

.language-holder .selected img {
    width: 15px;
    height: 15px;
    overflow: hidden;
    display: inline-block;
    margin: 0 0 1px;
}

.language-holder .selected i {
    font-size: 5px;
    transition: transform .3s;
}

.language-holder .selected i:before {
    content: "\e95d";
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.language-holder:hover .selected {
    color: #ea1853;
}

.language-holder:hover .selected i {
    transform: rotate(-180deg);
}

.language-holder:hover ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.rating_circle {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0 5px 0 0;
}

.rating_circle svg {
    width: 20px;
    height: 20px;
}

.e-c-base {
    fill: none;
    stroke: #494b4f;
    stroke-width: 20px
}

.e-c-progress {
    fill: none;
    stroke: #12bb1e;
    stroke-width: 20px
}

.headline [data-action=add_to_friends] span:before {
    content: "\e904";
}

.tags-cloud {
    padding-bottom: 0;
}

.list-videos .item video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
}

@keyframes loading {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 200% 0;
    }
}

.skeleton-item {
    list-style: none;
}

.skeleton-image {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background: linear-gradient(90deg, #2b2c31 25%, #3a3b41 50%, #2b2c31 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
    border-radius: 10px;
}

.skeleton-text {
    height: 14px;
    margin-top: 8px;
    background: linear-gradient(90deg, #2b2c31 25%, #3a3b41 50%, #2b2c31 75%);
    background-size: 200% 100%;
    animation: loading 1.5s infinite;
    border-radius: 6px;
}

.skeleton-text.medium {
    width: 70%;
}

.skeleton-text.short {
    width: 40%;
}

.player-link {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: block;
}

.player-wrap {
    position: relative;
}

.navigation {
    justify-content: center;
}

.navigation .primary {
    justify-content: center;
    gap: 10px;
}

.navigation .primary > li {
    flex: 0 0 auto;
}

@media screen and (max-width: 1152px) {
    .navigation {
        justify-content: center;
    }

    .navigation .button {
        margin: 0 auto;
    }

    .navigation .primary {
        justify-content: flex-start;
        gap: 0;
    }

    .navigation .primary > li {
        flex: 1 1 100%;
    }
}

@media screen and (max-width: 1152px) {
    .navigation .button {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .navigation .button .icon {
        margin: 0 auto;
    }
}

.player-link {
    background-color: transparent;
    background-position: center;
    background-size: cover;
}

.player-link::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.55));
}

.player-link::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 72px;
    height: 72px;
    margin: -36px 0 0 -36px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.55);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
}

.player-link span.play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    margin: -14px 0 0 -6px;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 22px solid #fff;
    z-index: 2;
}

.player .fp-poster {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.player .fp-poster img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    left: 0 !important;
    top: 0 !important;
    margin: 0 !important;
}

.player .fp-controls {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 44px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 12px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 60%, rgba(0, 0, 0, 0.75) 100%);
    z-index: 4;
}

.player .fp-controls a, .player .fp-controls .fp-time-duration {
    display: flex;
    align-items: center;
    color: #d8dbe0;
    font-size: 12px;
    line-height: 1;
}

.player .fp-time-duration {
    min-width: 40px;
    text-align: center;
}

.player .player-link .play-icon {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 84px;
    height: 84px;
    transform: translate(-50%, -50%);
    margin: 0;
    background: url("../images/play.webp") center/contain no-repeat;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    pointer-events: none;
}

.player .fp-poster img {
    opacity: 0;
    transition: opacity .2s;
}

.player .fp-poster img.is-ready {
    opacity: 1;
}

.player .fp-poster {
    z-index: 1;
}

.player .fp-poster img {
    opacity: 1 !important;
}

.player-link {
    z-index: 3;
}

.player .fp-controls {
    z-index: 5;
}


.player-link .play-icon::before {
    content: none;
}

.player .fp-controls.fade {
    opacity: 1 !important;
}

.player .fp-controls {
    font-size: 0;
    gap: 12px;
}

.player .fp-controls a {
    width: 22px;
    height: 22px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .9;
}

.player .fp-time-duration {
    font-size: 12px;
    color: #fff;
    opacity: .85;
}

.player .fp-controls a {
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 2px;
    box-sizing: border-box;
}
.related-videos {
    content-visibility: auto;
    contain-intrinsic-size: 900px;
}

.footer-margin {
    content-visibility: auto;
    contain-intrinsic-size: 220px;
}

.footer {
    content-visibility: auto;
    contain-intrinsic-size: 260px;
}

.bigClickTeasersBlock {
    content-visibility: auto;
    contain-intrinsic-size: 200px;
}

/* player: minimal static */
.player-wrapper {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    display: block;
    margin: 0 0 0rem;
}

.player-wrapper .player {
    width: 100%;
}

.player-stage {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding-bottom: 0;
    background: #121212;
    overflow: hidden;
    border-radius: 0;
    border: 1px solid #3b3d44;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
}

.player-link {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    background: #000;
}

.player-link::before, .player-link::after {
    content: none !important;
    display: none !important;
}

.player-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 0;
}

.player-link .play-icon::before {
    content: none;
}
.btn-box {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -34px;
    z-index: 111;
    display: flex;
    flex-direction: column;
    @media screen and (orientation: landscape) and (max-height: 415px) {
        bottom: -30px;
    }
}
.buy {
    @media screen and (orientation: landscape) and (max-height: 415px) {
        line-height: normal;
        display: flex;
        box-sizing: border-box;
        position: relative;
        justify-content: center;
        align-items: center;
    }
}
.btn {
    display: block;
    max-width: 480px;
    width: 89%;
    margin-left: auto;
    margin-right: auto;
    border: none;
    background: rgba(0, 0, 0, 0.6);
    color: rgb(255, 255, 255);
    font-size: 26px;
    line-height: normal;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    position: relative;
    z-index: 1;
    height: 120px;
    -webkit-box-shadow: 0px 2px 5px 2px rgba(255, 255, 255, 0.35);
    box-shadow: 0px 2px 5px 2px rgba(255, 255, 255, 0.35);
}
@media (max-width: 320px) {
    .btn {
        display: block;
        max-width: 480px;
        width: 89%;
        margin-left: auto;
        margin-right: auto;
        border: none;
        background: rgba(0, 0, 0, 0.6);
        color: rgb(255, 255, 255);
        font-size: 26px;
        line-height: normal;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        position: relative;
        z-index: 1;
        height: 120px;
        -webkit-box-shadow: 0px 2px 5px 2px rgba(255, 255, 255, 0.35);
        box-shadow: 0px 2px 5px 2px rgba(255, 255, 255, 0.35);
    }
}
.btn-text {
    display: inline-block;
    padding-right: 40px;
    position: relative;
    width: 100%;
    @media screen and (orientation: landscape) and (max-height: 415px) {
        line-height: normal;
        display: flex;
        padding: inherit;
        box-sizing: border-box;
        position: relative;
        justify-content: center;
        align-items: center;
    }
}
.btn-text1 {
    line-height: normal;
    display: flex;
    padding: inherit;
    box-sizing: border-box;
    position: relative;
    justify-content: center;
    align-items: center;
}

.btn-text::before {
    content: "";
    position: absolute;
    top: 50%;
    height: 0px;
    width: 0px;
    right: 50px;
    margin-top: -30px;
    border-width: 30px 0px 30px 48px;
    border-style: solid;
    border-color: transparent transparent transparent rgb(255, 255, 255);
    border-image: initial;
}

.price {
    color: rgb(153, 153, 153);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    padding-top: 10px;
}

.price-bg {
    display: inline-block;
    background: rgb(234, 229, 229);
    padding: 0px 2px 2px;
    width: 100%;
}

.player-duration {
    display: none;
}
/* mobile-only overrides to remove desktop layout */
html.mobile-only {
    font-size: 58.5%;
}

body.mobile-only .header {
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px;
}

body.mobile-only .member-links {
    width: 100%;
}

body.mobile-only .member-links ul {
    flex-wrap: wrap;
    justify-content: center;
}

body.mobile-only .logo {
    margin: 5px auto 0;
}

body.mobile-only .search {
    flex: 1 1 100%;
    padding: 10px 0;
}

body.mobile-only .search form {
    flex: 1 1 100%;
    padding: 0;
}

body.mobile-only .search .search-text input {
    padding: 10px 25px 10px 10px;
}

body.mobile-only .language-holder {
    margin: 5px auto 0 auto;
}

body.mobile-only .header + nav {
    padding: 0;
}

body.mobile-only .navigation {
    justify-content: center;
}

body.mobile-only .navigation .button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

body.mobile-only .navigation .primary {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    flex-wrap: wrap;
    top: calc(100% + 1px);
    left: 0;
    max-width: 100%;
    width: 100%;
    background-color: #1f2125;
    padding: 10px;
    transform: translateX(-100%);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.28);
    transition: transform 0.3s, opacity 0.3s, visibility 0.3s;
    z-index: 1000;
    justify-content: flex-start;
    gap: 0;
}

body.mobile-only .navigation .primary > li {
    flex: 1 1 100%;
    margin: 0 0 3px;
}

body.mobile-only #item1 {
    height: 34px;
}

body.mobile-only .navigation .primary a {
    padding: 9px 4px;
}

body.mobile-only .navigation .primary .drop > a {
    padding: 9px 38px 9px 54px;
}

body.mobile-only .navigation.open .primary {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

body.mobile-only .secondary {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    z-index: 5;
}

body.mobile-only .navigation .secondary a {
    padding: 11px 6px;
}

body.mobile-only .content {
    max-width: 100%;
    padding: 0 10px;
}

body.mobile-only .headline {
    margin: 0 0 10px;
    padding: 1rem 0 0;
    flex-wrap: wrap;
}

body.mobile-only .headline h1, body.mobile-only .headline h2 {
    width: 100%;
    flex: 1 1 100%;
    margin: 2px 0;
}

body.mobile-only .info-buttons {
    justify-content: center;
    margin: 0 0 0rem;
}

body.mobile-only .tabs-menu {
    flex: 1 1 100%;
    padding: 1rem 0 0;
}

body.mobile-only .tabs-menu ul {
    justify-content: center;
    flex-wrap: wrap;
}

body.mobile-only .tab-content {
    padding: 0 1rem 1rem;
}

body.mobile-only .block-video {
    margin: 0 0 1.5rem;
}

body.mobile-only .box {
    margin: 0 0 1.5rem;
    padding: 1rem 0 0;
}

body.mobile-only .list-sort {
    margin: 0 0 1rem;
}

body.mobile-only .list-sort li {
    margin-right: 1rem;
}

body.mobile-only .list-videos .item {
    width: calc(50% - 10px);
    margin: 5px 0 0 5px;
}

body.mobile-only .margin-fix {
    margin: -5px 0 0 -5px;
}

body.mobile-only .btn-favourites ul {
    left: inherit;
    right: 0;
    border-radius: 20px 0 20px 20px;
}

body.mobile-only .footer .nav a {
    font-size: 10px;
}

body.mobile-only .list-videos .item a {
    color: #fff;
}

body.mobile-only .list-videos .item .title {
    color: #fff;
    font-size: 13px;
    line-height: 1.35;
    margin: 8px 4px 6px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

body.mobile-only .list-videos .item .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 4px 8px;
    gap: 8px;
    color: #8b8f96;
    font-size: 12px;
    line-height: 1;
}

body.mobile-only .list-videos .item .duration, body.mobile-only .list-videos .item .views {
    display: flex;
    align-items: center;
    gap: 4px;
    background: #2e2f35;
    color: #cfd2d8;
    padding: 4px 6px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 500;
}

body.mobile-only .list-videos .item .duration:before {
    content: "\e940";
    font-family: "icomoon" !important;
    font-size: 12px;
    color: #8b8f96;
}

body.mobile-only .list-videos .item .views:before {
    content: "\e93e";
    font-family: "icomoon" !important;
    font-size: 12px;
    color: #8b8f96;
}

body.mobile-only .list-videos .item .rating {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #8b8f96;
    font-size: 11px;
    font-weight: 600;
}

body.mobile-only .list-videos .item .rating.positive {
    color: #47b119;
}

body.mobile-only .list-videos .item .rating.negative {
    color: #ea1853;
}

body.mobile-only .list-videos .item .rating .rating_circle {
    width: 14px;
    height: 14px;
    margin: 0;
}

body.mobile-only .list-videos .item .rating .rating_circle svg {
    width: 14px;
    height: 14px;
}

.hideThis {
    opacity: 1;
    transition: opacity 1s ease-in-out;
}
.showThis {
    display: none;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}
.player__control {
    width: 100%;
    height: 100%;
    padding: 40px 25px;
    display: flex;
    flex-direction: column;
    color: #fff;
    justify-content: center;
    align-items: stretch;
}
/*@media screen and (orientation: landscape) and (max-height: 450px) {*/
@media screen and (orientation: landscape) and (max-height: 768px) {
    .player__control {
        padding: 0 25px;
        margin-top: -15px;
    }
}
.player__agree {
    display: none;
}
.player__loader {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(105, 105, 105, 0.27);
    display: none;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.player__disclaimer {
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 7px;
}
.player__playContainer {
    border: none;
    background: #343434;
    padding: 45px 7px 45px 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    @media screen and (orientation: landscape) and (max-height: 768px) {
        padding: 25px 7px 35px 7px;
    }
}
.player__playContainer img {
    display: block;
    object-fit: contain;
    width: 50px;
    height: 56px;
}
.player__textBtn {
    color: #fff;
    text-align: left;
    margin-right: 21px;
}
.player__textBtn h2 {
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.3px;
}
.player__textBtn span {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.player__description {
    height: 30px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #fff;
    text-align: center;
    padding-top: 5px;
}

/*    */

.loaderItem {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    position: absolute;
    top: 40%;
    border: 3px solid;
    border-color: #fff #fff transparent transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}
.loaderItem::after,
.loaderItem::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 3px solid;
    border-color: transparent transparent #ff3d00 #ff3d00;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-sizing: border-box;
    animation: rotationBack 0.5s linear infinite;
    transform-origin: center center;
}
.loaderItem::before {
    width: 32px;
    height: 32px;
    border-color: #fff #fff transparent transparent;
    animation: rotation 1.5s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes rotationBack {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}


body .footer__default {
    display: block;
}
body .footer__agree {
    display: none;
}
body.agree .footer__default {
    display: none;
}
body.agree .footer__agree {
    display: block;
}
body.agree .player__default {
    display: none;
}
body.agree .player__agree {
    display: flex;
}

body.close .footer__default {
    display: none;
}
body.close .footer__agree {
    display: block;
}
body.close .player__default {
    display: none;
}
body.close .player__agree {
    display: flex;
}
body.close .header__close {
    display: block;
}

body.loader .player__default {
    display: none;
}
body.loader .player__loader {
    display: flex;
}
@media screen and (orientation: landscape) and (max-height: 768px) {
    .logo, .search, .video-info{
        display: none;
    }
    .header {
        padding: 0!important;
    }
    .player-wrapper .player {
        width: 100%;
        min-height: 60svh;
    }
    .player-stage {
        position: absolute;
        box-sizing: border-box;
        width: 100%;
        padding-bottom: 0;
        background: #121212;
        overflow: hidden;
        border-radius: 0;
        border: 1px solid #3b3d44;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        align-items: stretch;
        height: auto;
        min-height: 60%;
    }
    .player__control {
        padding: 0 20%;
        margin-top: 10px;
    }

}
