@charset 'UTF-8';

@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon.eot?p4fh8");
    src: url("../fonts/icomoon.eot?p4fh8#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?p4fh8") format("truetype"), url("../fonts/icomoon.woff?p4fh8") format("woff"), url("../fonts/icomoon.svg?p4fh8#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-edit:before {
    content: "\e924";
}

.icon-edit2:before {
    content: "\e925";
}

.icon-earth:before {
    content: "\e921";
}

.icon-calendar:before {
    content: "\e922";
}

.icon-attention:before {
    content: "\e923";
}

.icon-arrow3:before {
    content: "\e900";
}

.icon-comments2:before {
    content: "\e901";
}

.icon-rss:before {
    content: "\e902";
}

.icon-share:before {
    content: "\e903";
}

.icon-social:before {
    content: "\e904";
}

.icon-twitter:before {
    content: "\e905";
}

.icon-dots:before {
    content: "\e906";
}

.icon-facebook:before {
    content: "\e907";
}

.icon-instagram:before {
    content: "\e908";
}

.icon-arrow:before {
    content: "\e909";
}

.icon-history:before {
    content: "\e90a";
}

.icon-check:before {
    content: "\e90b";
}

.icon-fire:before {
    content: "\e90c";
}

.icon-comments:before {
    content: "\e90d";
}

.icon-eye:before {
    content: "\e90e";
}

.icon-like:before {
    content: "\e90f";
}

.icon-refresh:before {
    content: "\e910";
}

.icon-upload:before {
    content: "\e911";
}

.icon-search:before {
    content: "\e912";
}

.icon-hd:before {
    content: "\e913";
}

.icon-camera:before {
    content: "\e914";
}

.icon-camera2:before {
    content: "\e915";
}

.icon-upload2:before {
    content: "\e916";
}

.icon-clock:before {
    content: "\e917";
}

.icon-info:before {
    content: "\e918";
}

.icon-flag:before {
    content: "\e919";
}

.icon-back:before {
    content: "\e91a";
}

.icon-heart:before {
    content: "\e91b";
}

.icon-bookmarks:before {
    content: "\e91c";
}

.icon-layers1:before {
    content: "\e91d";
}

.icon-arrow2:before {
    content: "\e91e";
}

.icon-send:before {
    content: "\e91f";
}

.icon-cross:before {
    content: "\e920";
}


*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    outline: 0;
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    min-width: 320px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

body.hidden {
    overflow: hidden;
    display: flex;
}

html {
    height: 100%;
}

.container {
    max-width: 90%;
    margin: 0 auto;
    padding: 0 10px;
}

@media (max-width: 1550px) {
    .container {
        max-width: 100%;
    }
}

.container:after {
    display: block;
    clear: both;

    content: ' ';
}

.container .container {
    padding: 0;
    max-width: 100%;
}

.hidden {
    display: none;
}

.wrapper {
    position: relative;
    z-index: 1;

    display: table;
    overflow: hidden;

    width: 100%;
    height: 100%;

    table-layout: fixed;
}

.wrapper:before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;

    width: 640px;
    height: 530px;

    content: '';

    background-image: url(../images/decor.svg);
    background-repeat: no-repeat;
}

.main__holder {
    margin-bottom: 60px;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -2px;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row--mod {
    margin: 0 -5px;
}

.col {
    width: 20%;
    margin-bottom: 4px;
    padding: 0 2px;
    position: relative;
}

.col--mod {
    margin-bottom: 15px;
    padding: 0 5px;
}

.more-video {
    margin-bottom: 80px;
}

.popup-overlay {
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    background-color: rgba(44, 40, 56, .9);
}

body {
    font-family: 'Roboto', 'sans-serif';
    font-size: 14px;
    font-weight: 400;
    line-height: 1.15;

    color: #343434;
    background: #fff;
}

button,
input,
optgroup,
select,
textarea {
    font-family: 'Roboto', 'sans-serif' !important;
}

ul,
ol {
    margin: 0;
    padding: 0;

    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', 'sans-serif';
    line-height: 1.15;

    margin: 0;
    padding: 0;

    color: #343434;
}

h1 {
    font-size: 26px;
    font-weight: 700;
}

h2 {
    font-size: 24px;
    font-weight: 700;
}

h3 {
    font-size: 22px;
    font-weight: 700;

    margin-bottom: 10px;
}

h4 {
    font-size: 20px;
    font-weight: 600;
}

h5 {
    font-size: 18px;
    font-weight: 300;
}

h6 {
    font-size: 16px;
    font-weight: 300;
}

p {
    margin: 0;
    padding: 0;
}

hr {
    overflow: hidden;

    height: 1px;
    margin: 32px 0;

    border: 0;
    background: #e9e9e9;
}

q,
blockquote {
    font-style: italic;

    display: block;

    text-align: center;
}

strong,
b {
    font-weight: 700;
}

a {
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-decoration: none;
    color: #f15651;
}

a.button {
    text-decoration: none;
}

a.button:hover {
    text-decoration: none;
}

[class*='icon-'] {
    display: inline-block;

    vertical-align: top;
}

img[style*='float: left'],
img[style*='float:left'],
img[align='left'] {
    margin: 0 20px 5px 0;
}

img[style*='float: right'],
img[style*='float:right'],
img[align='right'] {
    margin: 0 0 5px 20px;
}

.static-content blockquote {
    padding-left: 20px;

    text-align: left;

    border-left: 2px solid #ccc;
}

.static-content ul {
    margin: 20px 0;
}

.static-content ul li {
    position: relative;

    padding-left: 20px;
}

.static-content ul li:before {
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 5px;
    height: 5px;

    content: '';
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);

    background: #f00;
}

.static-content ol {
    margin: 20px 0;

    list-style-position: inside;
    list-style-type: decimal;

    counter-reset: item;
}

.static-content ol li {
    position: relative;

    display: block;
}

.static-content ol li:before {
    font-weight: 700;

    display: inline;

    content: counters(item, '.') '. ';
    counter-increment: item;
    vertical-align: top;
}

.static-content p {
    margin-bottom: 16px;
}

.static-content table {
    width: 100%;

    border-collapse: collapse;
}

.static-content table th {
    font-weight: 700;

    padding: 5px;

    text-align: left;

    border-bottom: 1px solid #000;
}

.static-content table td {
    padding: 5px;
}

.static-content table tr:nth-child(odd) td {
    background-color: #f4f4f4;
}

.upper {
    text-transform: uppercase;
}

.bold {
    font-weight: 700;
}

.bold.red {
    font-weight: 700;

    padding-left: 3px;
}

.red {
    color: #f15651;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -5px;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row--mod {
    margin: 0 -10px;
}

.columns {
    width: 100%;
    margin-bottom: 10px;
    padding: 0 5px;
}

.columns--mod {
    margin-bottom: 20px;
    padding: 0 10px;
}

.columns--2 {
    width: 50%;
}

.columns--3 {
    width: 33.333%;
}

.columns--4 {
    width: 25%;
}

.columns--5 {
    width: 20%;
}

.columns--6 {
    width: 16.66%;
}

.btn {
    font-family: 'Roboto';
    font-size: 20px;
    font-weight: 700;
    line-height: 1;

    position: relative;

    display: block;

    width: 100%;
    padding: 9px 10px;

    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-align: center;

    color: #f15651;
    border: none;
    border-radius: 20px;
    background: #ebeaea;
}

.btn:hover,
.btn:active,
.btn.active {
    background: #2c2838;
}

.btn.disabled,
.btn[disabled='disabled'],
.btn[disabled] {
    cursor: not-allowed;

    color: #ccc;
    border-color: #ccc;
    background: #8a8a8a;
}

textarea,
select,
input {
    font-size: 16px;
    line-height: 45px;

    display: block;
    overflow: hidden;

    width: 100%;
    height: 45px;
    padding: 0 20px;

    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-overflow: ellipsis;

    color: #343434;
    border: none;
    border-radius: 0;
    background-color: #fff;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .4);
}

textarea::-moz-placeholder,
select::-moz-placeholder,
input::-moz-placeholder {
    opacity: 1;
    color: rgba(0, 0, 0, .4);
}

textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: rgba(0, 0, 0, .4);
}

textarea:focus::-moz-placeholder,
select:focus::-moz-placeholder,
input:focus::-moz-placeholder {
    opacity: 1;
    color: transparent;
}

textarea:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder {
    color: transparent;
}

textarea:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder,
input:focus:-ms-input-placeholder {
    color: transparent;
}

textarea:focus::-ms-input-placeholder,
select:focus::-ms-input-placeholder,
input:focus::-ms-input-placeholder {
    color: transparent;
}

textarea:focus::placeholder,
select:focus::placeholder,
input:focus::placeholder {
    color: transparent;
}

textarea::-ms-clear,
select::-ms-clear,
input::-ms-clear {
    display: none;
}

textarea.disabled,
textarea[disabled='disabled'],
textarea[disabled],
select.disabled,
select[disabled='disabled'],
select[disabled],
input.disabled,
input[disabled='disabled'],
input[disabled] {
    background-color: #f3f3f3;
}

textarea {
    line-height: 1.2;

    height: 120px;
    padding: 15px 20px;

    resize: none;
}

input[type='file'] {
    display: none;
}

input[type='file']+label {
    font-size: 14px;
    line-height: 24px;

    display: block;

    padding: 25px 15px;

    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-align: center;

    color: #8a8a8a;
    border: 1px dashed #c4c4c4;
    background: #fff;
}

input[type='file']+label:hover {
    border-color: #696969;
    background: #e9e9e9;
}

select {
    display: block;

    border-radius: 0;
    background-color: #fff;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select-holder {
    font-size: 16px;

    width: 100%;
}

.select-holder .select2-container {
    width: 100% !important;
    min-height: 45px;
}

.select-holder .select2-container .select2-selection--single,
.select-holder .select2-selection--multiple {
    min-height: 45px;

    border-color: transparent;
    border-radius: 0;
}

.select-holder .select2-container .select2-selection--single:after,
.select-holder .select2-selection--multiple:after {
    position: absolute;
    top: 50%;
    right: 20px;

    width: 8px;
    height: 8px;
    margin-top: -6px;

    content: '';
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);

    border: 2px solid #000;
    border-width: 0 2px 2px 0;
}

.select-holder .select2-container.select2-container--open .select2-selection--single {
    border-color: #f15651;
}

.select-holder .select2-container.select2-container--open .select2-selection--single:after {
    margin-top: -3px;

    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.select-holder .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #f15651;
}

.select-holder .select2-container--default.select2-container--focus .select2-selection--multiple:after {
    margin-top: -3px;

    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.select-holder .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 43px;

    padding: 0 40px 0 20px;
}

.select-holder .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.select-holder .select2-container .select2-search--inline .select2-search__field {
    height: 40px;
    margin: 0;
}

.select-holder .select2-container--default .select2-selection--multiple .select2-selection__choice {
    line-height: 1;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;

    margin-top: 4px;
    padding: 9px 10px;

    color: #fff;
    border: none;
    background-color: #f15651;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
}

.select-holder .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    font-size: 16px;
    font-weight: 400;

    margin: 0 0 0 5px;

    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

    color: #fff;
}

.select-holder .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #000;
}

.select2-dropdown {
    border: 1px solid #f15651;
    border-radius: 0;
}

.select2-results .select2-results__option {
    font-size: 16px;

    padding: 10px 20px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: #f15651;
    background-color: #2c2838;
}

.select2-container--default .select2-results__option[aria-selected='true'] {
    color: #fff;
    background-color: #f15651;
}

.icon-night {
    width: 18px;
    height: 20px;
}

.icon-search {
    width: 14px;
    height: 14px;
}

.icon-close {
    width: 14px;
    height: 14px;
}

.icon-home {
    width: 20px;
    height: 20px;
}

.icon-new {
    width: 18px;
    height: 21px;
}

.icon-categories {
    width: 20px;
    height: 17px;
}

.icon-star {
    width: 20px;
    height: 20px;
}

.icon-history {
    width: 21px;
    height: 18px;
}

.icon-favorite {
    width: 20px;
    height: 18px;
}

.icon-later {
    width: 21px;
    height: 22px;
}

.icon-like {
    width: 23px;
    height: 21px;
}

.icon-comment {
    width: 19px;
    height: 17px;
}

.icon-add {
    width: 19px;
    height: 19px;
}

.icon-share {
    width: 19px;
    height: 19px;
}

.icon-send {
    width: 32px;
    height: 28px;
}

.icon-details {
    width: 20px;
    height: 6px;
}

.icon-edit {
    width: 35px;
    height: 35px;
}

.icon-info {
    width: 18px;
    height: 18px;
}

.icon-arrow {
    width: 26px;
    height: 35px;
}

.icon-settings {
    width: 20px;
    height: 20px;
}

.icon-play-next {
    width: 20px;
    height: 16px;
}

.icon-filter {
    width: 24px;
    height: 24px;
}

.icon-list-view {
    width: 18px;
    height: 20px;
}

.icon-grid-view {
    width: 20px;
    height: 20px;
}

.icon-pencil {
    width: 17px;
    height: 17px;
}

.icon-email {
    width: 18px;
    height: 16px;
}

.icon-key {
    width: 17px;
    height: 17px;
}

.icon-trash {
    width: 17px;
    height: 17px;
}

.icon-camera {
    width: 20px;
    height: 20px;
}

.icon-world {
    width: 20px;
    height: 20px;
}

.icon-facebook {
    width: 18px;
    height: 22px;

    fill: #4267b2;
}

.icon-instagram {
    width: 18px;
    height: 18px;

    fill: #c63599;
}

.icon-twitter {
    width: 20px;
    height: 20px;

    fill: #03a9f4;
}

.icon-snapchat {
    width: 20px;
    height: 20px;

    fill: #ffc32c;
}

.icon-change {
    width: 22px;
    height: 22px;
}

.icon-slide-show {
    width: 22px;
    height: 22px;
}

.icon-download {
    width: 20px;
    height: 20px;
}

.footer {
    display: table-row;

    height: 1px;
}

.footer__wrap {
    padding: 30px 0;

    text-align: center;

    border-top: 1px solid #000;
}

.footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 20px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer__nav-item {
    margin-bottom: 10px;
    padding: 0 10px;
}

.footer__nav-link {
    font-weight: 500;

    color: #000;
}

.footer__nav-link:hover {
    color: #f15651;
}

.footer__txt {
    margin-bottom: 10px;
}

.footer__txt span {
    opacity: .7;
    color: #2c2838;
}

.footer__copy {
    opacity: .7;
    color: #2c2838;
}

.header {
    position: relative;
    z-index: 10;
    z-index: 9999;

    padding-bottom: 35px;
}

.header__top {
    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;
}

.header__theme {
    margin-left: 22px;
}

.header__theme-btn {
    padding: 10px;
    display: inline-block;
    cursor: pointer;

    opacity: .9;
    border-radius: 0 0 16px 16px;
    background: #f15651;
    -webkit-box-shadow: 0 6px 8px rgba(21, 21, 21, .1);
    box-shadow: 0 6px 8px rgba(21, 21, 21, .1);
}

.header__theme-btn.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.3;
}

.header__theme-btn.vr {
    background: #fff;
}

.header__lang {
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -10px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__lang--mob {
    display: none;
}

.header__lang:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(50% - 1px);

    width: 1px;

    content: '';

    background-color: #000;
}

.header__lang-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 0 10px;

    color: #000;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__lang-item:hover span {
    color: #f15651;
}

.header__lang-item img {
    display: block;

    width: 24px;
}

.header__lang-item span {
    font-size: 12px;
    font-weight: 500;
    line-height: 1;

    padding-left: 5px;

    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-transform: uppercase;
}

.header__holder {
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding-left: 44px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header__sidebar {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 0;

    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header__sidebar-btn {
    position: relative;
    z-index: 2;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 18px;
    height: 14px;

    cursor: pointer;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__sidebar-btn .line {
    width: 100%;
    height: 2px;

    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

    background-color: #000;
}

.header__sidebar-btn .line:before,
.header__sidebar-btn .line:after {
    position: absolute;
    left: 0;

    width: 100%;
    height: 2px;

    content: '';
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

    background-color: #000;
}

.header__sidebar-btn .line:before {
    top: 0;
}

.header__sidebar-btn .line:after {
    bottom: 0;
}

.header__sidebar-btn:hover .line {
    background-color: #f15651;
}

.header__sidebar-btn:hover .line:before,
.header__sidebar-btn:hover .line:after {
    background-color: #f15651;
}

.header__sidebar-btn.active .line {
    background-color: transparent;
}

.header__sidebar-btn.active .line:before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.header__sidebar-btn.active .line:after {
    top: 0;
    bottom: auto;

    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.header__sidebar-drop {
    position: fixed;
    z-index: 1;
    top: -59px;
    left: -250px;

    visibility: hidden;
    overflow: hidden;

    width: 250px;
    height: 100vh;
    padding-top: 100px;

    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

    opacity: 0;
    background-color: #fff;
}

.header__sidebar-drop.active {
    left: -30px;

    visibility: visible;

    opacity: 1;
}

.header__sidebar-inner {
    overflow-y: scroll;

    max-height: calc(100vh - 100px);
    padding-bottom: 50px;
}

.header__sidebar-list {
    padding-bottom: 45px;

    border-bottom: 2px solid #ebeaea;
}

.header__sidebar-list:not(:last-child) {
    margin-bottom: 35px;
}

.header__sidebar-item:not(:last-child) {
    margin-bottom: 30px;
}

.header__sidebar-item a {
    font-size: 16px;
    line-height: 1;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 0 30px;

    opacity: .4;
    color: #2c2838;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__sidebar-item a:hover {
    opacity: 1;
    color: #f15651;
}

.header__sidebar-item a:hover svg {
    fill: #f15651;
}

.header__sidebar-item a:hover .icon-star {
    stroke: #f15651;
    fill: transparent;
}

.header__sidebar-item a.active {
    opacity: 1;
}

.header__sidebar-item a span {
    min-width: 1px;
    padding-left: 20px;

    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.header__sidebar-item-icon {
    width: 25px;

    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.header__sidebar-item-icon svg {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.header__sidebar-item-icon .icon-star {
    stroke: #000;
    fill: transparent;
}

.header__sidebar-form {
    padding: 0 30px;
}

.header__sidebar-search {
    position: relative;

    display: block;

    margin-bottom: 20px;
}

.header__sidebar-search-icon {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 10px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    height: 28px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__sidebar-search-icon svg {
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.header__sidebar-search-icon svg:hover {
    fill: #f15651;
}

.header__sidebar-input {
    font-size: 12px;
    font-weight: 400;
    line-height: 28px;

    width: 100%;
    min-width: 1px;
    height: 28px;
    padding: 5px 10px 5px 34px;

    color: #000;
    border: none;
    border-radius: 18px;
    background: #ebeaea;
}

.header__sidebar-categories li:not(:last-child) {
    margin-bottom: 15px;
}

.header__sidebar-categories li a {
    font-size: 16px;
    text-transform: uppercase;
    opacity: .4;
    color: #000;
}

.header__sidebar-categories li a:hover {
    opacity: 1;
    color: #f15651;
}

.header__logo-link {
    display: block;

    width: 157px;
}

.header__logo-link svg {
    width: 100%;
}

.header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -18px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__nav-item {
    padding: 0 18px;
}

@media (max-width: 1680px) {
    .header__nav-item {
        padding: 0 10px;
    }
}

.header__nav-item a {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;

    position: relative;

    display: inline-block;

    text-transform: uppercase;

    color: #000;
}

.header__nav-item a:hover {
    color: #f15651;
}

.header__nav-item a:before {
    position: absolute;
    bottom: -15px;

    width: 0;
    height: 5px;

    content: '';
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

    background-color: #000;
}

.header__nav-sub-drop a:before {
    display: none !important;
}

.header__nav-item a:active,
.header__nav-item a.active {
    color: #f15651;
}

.header__nav-item a:active:before,
.header__nav-item a.active:before {
    width: 100%;
}

.header__nav-sub {
    position: relative;
}

.header__nav-sub-btn {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;

    position: relative;

    padding-right: 15px;

    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-transform: uppercase;

    color: #000;
}

.header__nav-sub-btn:before {
    position: absolute;
    top: 4px;
    right: 0;

    content: '';
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

    border: 6px solid transparent;
    border-top: 6px solid #000;
}

.header__nav-sub-btn:hover {
    color: #f15651;
}

.header__nav-sub-btn:hover:before {
    top: -2px;

    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);

    border-top-color: #f15651;
}

.header__nav-sub-btn:hover>.header__nav-sub-drop {
    visibility: visible;

    opacity: 1;
}

.header__nav-sub-drop {
    position: absolute;
    top: 100%;
    left: 0;

    visibility: hidden;

    padding-top: 15px;

    cursor: default;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

    opacity: 0;
}

.header__nav-sub-list {
    position: relative;

    width: 200px;
    padding: 20px 20px;

    background-color: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .5);
}

.header__nav-sub-list:before {
    position: absolute;
    top: -18px;
    left: 13px;

    content: '';

    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

.header__nav-sub-item:not(:last-child) {
    margin-bottom: 10px;
}

.header__nav-sub-item a {
    line-height: 1.2;
}

.header__ctrl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__search-toggler {
    display: none;
}

.header__search form {
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 190px;
}

.header__search-input {
    font-weight: 400;
    line-height: 28px;

    width: 100%;
    min-width: 1px;
    height: 28px;
    padding: 5px 10px 5px 34px;

    color: #000;
    border: none;
    border-radius: 18px;
    background: #ebeaea;

    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.header__search-input::-webkit-input-placeholder {
    color: #a1a1a1;
}

.header__search-input::-moz-placeholder {
    opacity: 1;
    color: #a1a1a1;
}

.header__search-input:-ms-input-placeholder {
    color: #a1a1a1;
}

.header__search-input:focus::-moz-placeholder {
    opacity: 1;
    color: transparent;
}

.header__search-input:focus::-webkit-input-placeholder {
    color: transparent;
}

.header__search-input:focus:-ms-input-placeholder {
    color: transparent;
}

.header__search-input:focus::-ms-input-placeholder {
    color: transparent;
}

.header__search-input:focus::placeholder {
    color: transparent;
}

.header__search-btn {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 32px;
    height: 28px;
    padding: 0;

    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

    border: none;
    border-radius: 18px;
    background: transparent;

    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header__search-btn:hover svg {
    fill: #f15651;
}

.header__search-btn svg {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

    fill: #000;
}

.header__login {
    margin-left: 30px;
}

.header__login--mob {
    display: none;
}

.header__login-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -7px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__login-link {
    font-weight: 500;
    line-height: 1;

    padding: 0 7px;

    color: #000;
}

.header__login-link:hover {
    color: #f15651;
}

.header__user {
    position: relative;

    width: 104px;
}

.header__user.header__user--desktop {
    width: auto;
}

.header__user--mob {
    display: none;
}

.header__user-btn {
    position: relative;

    display: inline-block;

    padding-right: 20px;

    cursor: pointer;
}

.header__user-btn:before {
    position: absolute;
    top: 21px;
    right: 0;

    content: '';
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

    border: 6px solid transparent;
    border-top: 6px solid #000;
}

.header__user-btn:hover:before {
    top: 14px;

    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);

    border-top-color: #f15651;
}

.header__user-btn:hover .header__user-drop {
    visibility: visible;

    opacity: 1;
}

.header__user-btn:hover .header__user-drop.active {
    visibility: visible;

    opacity: 1;
}

.header__user-icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    position: relative;
}

.header__user-icon:after {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    background: #f15651;
    border-radius: 50%;
    opacity: 0;
    z-index: 2;
}

.header__user-icon.unread_messages:after {
    opacity: 1;
}

.header__user-icon img {
    display: block;

    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
}

.header__user-icon .comments__item-icon {
    overflow: visible;
}

.header__user-drop {
    position: absolute;
    z-index: 2;
    top: 100%;
    right: 0;

    visibility: hidden;

    padding-top: 8px;

    cursor: default;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

    opacity: 0;
}

.header__user-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -5px;

    white-space: nowrap;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__user-item {
    padding: 0 5px;
}

.header__user-item a {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;

    padding: 0 15px;

    color: #000;
}

.header__user-item a.unread_messages {
    color: #fff;
    background: #f15651;
}

.header__user-item a:hover {
    background-color: rgba(241, 86, 81, .3);
    color: #000;
}

.header--no-sidebar .header__sidebar {
    display: none;
}

.header--no-sidebar .header__holder {
    padding: 0;
}

#preloader {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    overflow: hidden;

    margin: 0 auto;

    background: #fff;
}

#preloader .preloader-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    overflow: hidden;

    margin: auto;
}

.preloader-center {
    position: absolute;
    top: 50%;
    left: 50%;

    width: auto;
    height: auto;

    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.tcon-loader--spinner360 {
    position: relative;

    display: block;

    width: 80px;
    height: 80px;

    -webkit-animation: tcon-spin360 .675s linear infinite forwards;
    animation: tcon-spin360 .675s linear infinite forwards;

    border-radius: 80%;
    background: #f1f1f1;
}

.tcon-loader--spinner360:before,
.tcon-loader--spinner360:after {
    position: absolute;

    display: block;

    content: '';
}

.tcon-loader--spinner360:before {
    z-index: 1;
    top: 0;
    right: 0;

    width: 50%;
    height: 80px;

    border-radius: 0 90px 90px 0;
    background: #000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#000));
    background-image: linear-gradient(#f1f1f1, #000);
}

.tcon-loader--spinner360:after {
    z-index: 1;
    top: 50%;
    left: 50%;

    width: 70px;
    height: 70px;

    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    border-radius: 80%;
    background: #fff;
}

@-webkit-keyframes tcon-spin360 {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes tcon-spin360 {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.tcon-visuallyhidden {
    position: absolute;

    overflow: hidden;
    clip: rect(0 0 0 0);

    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;

    border: 0;
}

.tcon-visuallyhidden:active,
.tcon-visuallyhidden:focus {
    position: static;

    overflow: visible;
    clip: auto;

    width: auto;
    height: auto;
    margin: 0;
}

.card-playlist {
    display: block;
}

.card-playlist:hover {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
}

.card-playlist__holder {
    position: relative;
}

.card-playlist__img {
    position: relative;

    overflow: hidden;

    padding-top: 56.25%;
}

.card-playlist__img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    -o-object-fit: cover;
    object-fit: cover;
}

.card-playlist__info {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;

    width: 190px;
    padding: 20px 25px;

    background-color: rgba(52, 21, 39, .8);
}

.card-playlist__info-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    height: 100%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.card-playlist__info-name {
    font-size: 18px;
    line-height: 17px;

    position: relative;

    margin-bottom: 18px;
    padding-bottom: 20px;

    text-align: center;

    color: #ebeaea;
}

.card-playlist__info-name:before {
    position: absolute;
    bottom: 0;
    left: 50%;

    width: 95px;
    height: 5px;

    content: '';
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);

    background-color: #f15651;
}

.card-playlist__info-val {
    font-size: 26px;
    line-height: 1;

    margin-bottom: 10px;

    text-align: center;

    color: #fff;
}

.card-playlist__ctrl {
    position: absolute;
    z-index: 1;
    right: 15px;
    bottom: 0;
}

.card-playlist__ctrl-btn {
    padding: 10px 0;
}

.card-playlist__ctrl-btn:hover svg {
    fill: #f15651;
}

.card-playlist__ctrl-btn svg {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

    fill: #fff;
}

.card-playlist__ctrl-drop {
    position: absolute;
    top: 0;
    right: calc(100% + 5px);

    visibility: hidden;

    width: 140px;
    padding: 17px 8px;

    cursor: default;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

    opacity: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, .14);
    box-shadow: 0 8px 16px rgba(0, 0, 0, .14);
}

.card-playlist__ctrl-drop.active {
    visibility: visible;

    opacity: 1;
}

.card-playlist__ctrl-item:not(:last-child) {
    margin-bottom: 10px;
}

.card-playlist__ctrl-item span {
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;

    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

    color: rgba(0, 0, 0, .4);
}

.card-playlist__ctrl-item span:hover {
    color: #f15651;
}

.card-playlist__ctrl-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -5px 10px;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.card-playlist__ctrl-radio {
    width: 50%;
    padding: 0 5px;
}

.card {
    display: block;
    position: relative;
}

.card::after,
.popup__sidebar-item:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #f00;
    display: block;
    transition: width .6s;
    z-index: -1;
}

.card:hover {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
}

.card:hover:after,
.popup__sidebar-item:hover:after {
    width: 100%;
    z-index: 1;
}

.card__holder {
    position: relative;

    overflow: hidden;

    padding-top: 56.25%;
}

.card__holder img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    -o-object-fit: cover;
    object-fit: cover;
}

.card__time {
    font-size: 12px;
    font-weight: 500;
    line-height: 1;

    position: absolute;
    right: 15px;
    bottom: 10px;

    padding: 2px 3px;

    color: #fff;
    background-color: rgba(0, 0, 0, .5);
}

.card__ctrl {
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 15px;
}

.card__ctrl-btn {
    padding: 5px 3px;

    background-color: rgba(0, 0, 0, .5);
}

.card__ctrl-btn:hover svg {
    fill: #f15651;
}

.card__ctrl-btn svg {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

    fill: #fff;
}

.card__ctrl-drop {
    position: absolute;
    top: calc(100% + 5px);
    right: 10px;

    visibility: hidden;

    width: 90px;
    padding: 17px 8px;

    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

    opacity: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 8px 16px #000;
    box-shadow: 0 8px 16px #000;
}

.card__ctrl-drop.active {
    visibility: visible;

    opacity: 1;
}

.card__ctrl-item:not(:last-child) {
    margin-bottom: 10px;
}

.card__ctrl-item span {
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;

    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

    color: rgba(0, 0, 0, .4);
}

.card__ctrl-item span:hover {
    color: #f15651;
}

.categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.categories__sidebar {
    width: 240px;
}

.categories__box {
    margin-bottom: 12px;
    padding: 10px 20px;

    background: #fff;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 16px rgba(0, 0, 0, .25);
}

.categories__box-item:not(:last-child) {
    margin-bottom: 10px;
}

.categories__box-item a {
    font-size: 16px;

    color: #000;
}

.categories__box-item a:hover {
    color: #f15651;
}

.categories__list {
    padding-bottom: 15px;

    background-color: #fff;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 16px rgba(0, 0, 0, .25);
}

.categories__list-title {
    font-size: 16px;
    font-weight: 700;

    margin-bottom: 10px;
    padding: 10px 20px;

    color: #fff;
    background-color: #341527;
}

.categories__list-item {
    margin-bottom: 10px;
    padding: 0 20px;
}

.categories__list-item a {
    font-size: 16px;

    color: #000;
}

.categories__list-item a:hover {
    color: #f15651;
}

.categories__list-more {
    padding: 0 20px;
}

.categories__list-more a {
    font-size: 16px;
    font-weight: 700;

    border-bottom: 1px solid transparent;
}

.categories__list-more a:hover {
    border-bottom-color: #f15651;
}

.categories__content {
    width: calc(100% - 240px);
    padding-left: 35px;
}

.categories__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -5px;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.categories__col {
    width: 25%;
    margin-bottom: 20px;
    padding: 0 5px;
}

.categories__col--channels {
    width: 20%;
}

.category-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    background-color: #fff;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 15px rgba(0, 0, 0, .25);

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.category-card:hover .category-card__info-name {
    color: #f15651;
}

.category-card__img {
    position: relative;

    width: calc(100% - 97px);
    padding-top: 61%;
    padding-top: 32%;
    max-width: 200px;
    overflow: hidden;
}

.list-sponsors .category-card__img {
    padding-top: 61%;
}

.category-card__img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 100%;
    height: auto;
    /* width: auto;
    left: 50%;
    transform: translateX(-50%); */

}

.category-card__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 97px;
    padding: 10px 10px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.category-card__info-name {
    font-weight: 700;

    position: relative;

    display: block;

    margin-bottom: 10px;
    padding-bottom: 13px;

    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

    color: #2c2838;
}

.category-card__info-name:before {
    position: absolute;
    bottom: 0;
    left: 0;

    width: 70px;
    height: 5px;

    content: '';

    background-color: #f15651;
}

.category-card__info-videos {
    font-size: 12px;
    font-weight: 400;

    color: #2c2838;
}

.category-card__info-videos span:last-child {
    padding-left: 4px;
}

.category-card__ctrl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.list-models .category-card__ctrl {
    flex-direction: column-reverse;
    align-items: flex-start;
}

.list-models .category-card__ctrl-rating {
    margin: 0 0 15px !important;
}

.category-card__ctrl-btn {
    font-size: 14px;

    width: 110px;

    color: #000;
}

.category-card__ctrl-btn:hover {
    color: #f15651;
}

.category-card__ctrl-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-left: 25px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.category-card__ctrl-rating span {
    font-size: 12px;
    font-weight: 500;

    display: block;

    margin-top: 7px;
    padding-left: 5px;

    color: #000;
}

.category-card--models .category-card__img {
    width: calc(100% - 230px);
    width: calc(100% - 152px);
    width: calc(100% - 129px);
    padding-top: 40%;
    padding-top: 64%;
}

.category-card--models .category-card__info {
    width: 230px;
    width: 152px;
    width: 129px;
    padding: 15px 20px;
    padding: 15px 11px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.checkbox {
    display: block;

    cursor: pointer;
}

.checkbox input[type='checkbox'] {
    display: none;
}

.checkbox input[type='checkbox']:checked+span:after,
.checkbox input[type='radio']:checked+span:after {
    opacity: 1;
}

.checkbox span {
    font-size: 16px;
    line-height: 1.15;

    position: relative;

    display: block;

    padding: 0 0 0 30px;

    color: #fff;
}

.checkbox span:before {
    position: absolute;
    top: 50%;
    left: 0;

    display: block;

    width: 16px;
    height: 16px;
    margin: -8px 0 0 0;

    content: '';

    background: rgba(255, 255, 255, .9);
}

.checkbox span:after {
    position: absolute;
    top: 50%;
    left: 5px;

    display: block;

    width: 5px;
    height: 8px;
    margin: -5px 0 0 0;

    content: '';
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);

    opacity: 0;
    border-right: 2px solid #f15651;
    border-bottom: 2px solid #f15651;
}

.comments__input {
    position: relative;
    width: 100%;
    display: block;

    margin-bottom: 40px;
}

.comments__input .field-error {
    margin: 5px;
}

.comments__input input,
.comments__input .textfield {
    padding: 0 72px 0 20px;
}

.comments__input .textfield {
    padding: 20px 72px 20px 20px;
}

.comments__input--message {
    position: absolute;
    bottom: 0;
    left: 0;

    visibility: hidden;

    width: 100%;
    margin: 0;

    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;

    opacity: 0;
}

.comments__input input,
.comments__input .textfield {
    -webkit-box-shadow: 0 -8px 20px rgba(21, 21, 21, .1);
    box-shadow: 0 -8px 20px rgba(21, 21, 21, .1);
}

.comments__input input:focus+button,
.comments__input .textfield:focus+button {
    opacity: 1;
}

.comments__input-send {
    position: absolute;
    top: 50%;
    right: 20px;

    width: 32px;
    height: 28px;
    margin: 0;
    padding: 0;

    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);

    opacity: .2;
    border: 0;
    outline: 0;
    background-color: transparent;
}

.comments__input-send svg {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.comments__input-send:hover svg {
    fill: #f15651;
}

.comments__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding-bottom: 30px;

    border-bottom: 1px solid #ebeaea;
}

.list-messages .load-more {
    margin: -15px 0 15px;
}

.list-messages .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.comments__item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;

    border-bottom: none;
}

.comments__item-left {
    width: 42px;
}

.comments__item-icon {
    display: block;
    overflow: hidden;

    width: 46px;
    height: 46px;

    border-radius: 50%;
    position: relative;
}


.comments__item-icon .no-thumb {
    border-radius: 50%;
    border-color: rgba(0, 0, 0, .6);
}

.comments__item-icon svg {
    width: 24px;
    fill: rgba(0, 0, 0, .6);
}

.comments__item-icon img {
    display: block;

    width: 100%;
    height: 100%;

    -o-object-fit: cover;
    object-fit: cover;
}

.comments__item-right {
    width: calc(100% - 42px);
    margin-top: 3px;
    padding-left: 15px;
}

.comments__item-head {
    margin-bottom: 10px;
}

.comments__item-name {
    font-size: 16px;
    line-height: 19px;

    display: block;
    display: inline-block;

    color: #000;
    transition: color .3s;
}

a.comments__item-name:hover {
    color: #f15651;
}

.comments__item-time {
    font-size: 14px;

    color: rgba(44, 40, 56, .4);
}

.comments__item-txt {
    font-size: 18px;
    line-height: 21px;

    margin-bottom: 25px;
}

.comments__item-ctrl {
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.comments__item-ctrl.show {
    padding-bottom: 70px;
}

.comments__item-ctrl.show .comments__input--message {
    visibility: visible;

    opacity: 1;
}

.comments__item-reply {
    font-size: 16px;
    font-weight: 500;

    margin-right: 30px;

    color: rgba(44, 40, 56, .4);
}

.comments__item-reply:hover,
.comments__item-reply.active {
    color: #f15651;
}

.comments__item-like {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.comments__item-like .comment-like {
    display: inline-block !important;
}

.comments__item-like-btn:hover svg,
.comments__item-like-btn.active svg {
    fill: #f15651;
}

.comments__item-like-btn svg {
    width: 27px;
    height: 25px;

    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

    fill: rgba(0, 0, 0, .4);
}

.comments__item-like span {
    font-size: 16px;
    line-height: 1;

    padding-left: 5px;

    color: rgba(44, 40, 56, .4);
}

.comments__item-subcomment {
    margin-top: 30px;
}

.filter__holder {
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 17px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.filter__title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1;

    padding-right: 15px;
}

.filter__btn {
    font-size: 14px;
    font-weight: 700;

    position: relative;

    padding-right: 20px;

    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

    color: #2c2838;
}

.filter__btn:after {
    position: absolute;
    top: 6px;
    right: 0;

    content: '';
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

    border: 6px solid transparent;
    border-top: 6px solid #2c2838;
}

.filter__btn.active {
    color: #f15651;
}

.filter__btn.active:after {
    top: -1px;

    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);

    border-top-color: #f15651;
}

.filter__btn:hover {
    color: #f15651;
}

.filter__btn:hover:after {
    border-top-color: #f15651;
}

.filter__drop {
    display: none;
}

.filter__drop-box {
    margin-bottom: 20px;
    padding: 20px 35px;

    background-color: #fff;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 16px rgba(0, 0, 0, .25);
}

.filter__drop-inner {
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 50%;
    margin-left: auto;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.filter__drop-inner:before {
    position: absolute;
    top: 28px;
    right: -10px;
    left: -10px;

    height: 1px;

    content: '';

    background-color: #bdbdbd;
}

.filter__drop-list {
    margin: 0 -10px;
}

.filter__drop-list:first-child .filter__drop-title,
.filter__drop-list:first-child .filter__drop-item {
    padding-left: 0;
}

.filter__drop-list:last-child .filter__drop-title,
.filter__drop-list:last-child .filter__drop-item {
    padding-right: 0;
}

.filter__drop-title {
    font-size: 12px;
    font-weight: 700;
    line-height: 1;

    margin-bottom: 12px;
    padding: 0 10px;
    padding-bottom: 16px;

    text-transform: uppercase;

    color: #4f4f4f;
}

.filter__drop-item {
    padding: 0 10px;
}

.filter__drop-item:not(:last-child) {
    margin-bottom: 10px;
}

.filter__drop-item a {
    font-size: 12px;
    line-height: 1;

    color: #9b9b9b;
}

.filter__drop-item a:hover {
    color: #f15651;
}

.frame-board {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 30px 0 0;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.frame-board__item {
    padding: 0 12px;
}

.gallery .grid {
    margin: 0 -6px 20px;
}

.gallery .grid-item,
.gallery .grid-sizer {
    width: 20%;
}

.gallery .grid-item.spot a {
    display: block;
    line-height: 0;
    margin: 0 6px 12px;
}

.gallery .grid-item.spot a img {
    width: 100%;
}

.gallery__item {
    position: relative;

    display: block;

    margin: 0 6px 12px;
}

.gallery__item:hover {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
}

.gallery__item:hover .gallery__item-overlay {
    visibility: visible;

    opacity: 1;
}

.gallery__item .gallery__item-img {
    position: relative;
    padding-bottom: 56%;
}

.gallery__item-img img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.gallery__item-overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    visibility: hidden;

    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

    opacity: 0;
    background-color: #fff;
    background-color: rgba(52, 21, 39, .8);
}

.gallery__item-btn {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;

    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.gallery__item-btn svg {
    width: 30px;
    height: 30px;

    fill: #f15651;
}

.lg-backdrop {
    background-color: rgba(52, 21, 39, .9);
}

.lg-actions .lg-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    background-color: #000;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.lg-actions .lg-next:hover svg {
    fill: #f15651;
}

.lg-actions .lg-next:before {
    content: '';
}

.lg-actions .lg-next svg {
    width: 23px;
    height: 15px;

    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

    fill: #fff;
}

.lg-actions .lg-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    background-color: #000;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.lg-actions .lg-prev:hover svg {
    fill: #f15651;
}

.lg-actions .lg-prev:after {
    content: '';
}

.lg-actions .lg-prev svg {
    width: 23px;
    height: 15px;

    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);

    fill: #fff;
}

.lg-toolbar .lg-icon {
    position: relative;

    width: 26px;
    margin: 0 15px;
}

.lg-toolbar .lg-icon:hover:before,
.lg-toolbar .lg-icon:hover:after {
    background-color: #f15651;
}

.lg-toolbar .lg-icon:before,
.lg-toolbar .lg-icon:after {
    position: absolute;
    top: 50%;
    left: 50%;

    width: 20px;
    height: 2px;

    content: '';
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

    background-color: #fff;
}

.lg-toolbar .lg-icon:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.lg-toolbar .lg-icon:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

#lg-counter {
    padding-top: 15px;

    color: #fff;
}

.head-ctrl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.head-ctrl .tooltip {
    font-size: 10px;

    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;

    display: block;

    padding: 2px 5px;

    text-align: center;

    color: #ebeaea;
    border-radius: 8px;
    background-color: #341527;
}

.head-ctrl__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.head-ctrl__comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-right: 28px;

    color: #2c2838;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.head-ctrl__comment:hover {
    color: #f15651;
}

.head-ctrl__comment:hover svg {
    fill: #f15651;
}

.head-ctrl__comment-icon {
    position: relative;

    width: 23px;
    margin-right: 15px;
}

.head-ctrl__comment-icon svg {
    width: 100%;
    height: 21px;

    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.head-ctrl__comment .tooltip {
    right: -10px;
    bottom: -1px;
}

.head-ctrl__comment-txt {
    font-size: 12px;
    font-weight: 500;
}

.head-ctrl__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-right: 28px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.head-ctrl__rating-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #000;
    margin: 0;
    padding: 0;

    cursor: pointer;

    border: 0;
    outline: 0;
    background-color: transparent;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.head-ctrl__rating-btn.dislike svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.head-ctrl__rating-btn.active svg {
    fill: #f15651;
}

.head-ctrl__rating-btn:hover svg {
    fill: #f15651;
}

.head-ctrl__rating-btn:not(:last-child) {
    margin-right: 25px;
}

.head-ctrl__rating-btn span {
    padding-left: 4px;
}

.head-ctrl__rating-btn svg {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.head-ctrl__subscribe {
    position: relative;
}

.head-ctrl__subscribe .tooltip {
    right: -8px;
    bottom: -5px;
}

.head-ctrl__subscribe-btn {
    font-size: 19px;

    width: 140px;

    color: #000;
}

.head-ctrl__subscribe-btn:hover {
    color: #f15651;
}

.head-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 30px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.head-nav__title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1;

    padding-right: 10px;
}

.head-nav__ctrl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.head-nav__ctrl-item {
    padding: 0 12px;
}

.head-nav__ctrl-item a {
    white-space: nowrap;
    font-size: 14px;
    font-weight: 500;

    position: relative;

    display: inline-block;

    color: #000;
}

.head-nav__ctrl-item.active a {
    color: #f15651;
}

.head-nav__ctrl-item a:before {
    position: absolute;
    bottom: -11px;
    left: 0;

    visibility: hidden;

    width: 100%;
    height: 4px;

    content: '';

    opacity: 0;
    background-color: #000;
}

.head-nav__ctrl-item a:hover {
    color: #f15651;
}

.head-nav__ctrl-item a.active {
    color: #f15651;
}

.head-nav__ctrl-item a.active:before {
    visibility: visible;

    opacity: 1;
}

.head-nav__btn {
    display: none;
}

.head-nav__sort {
    position: relative;

    margin-left: 25px;
}

.head-nav__sort-btn {
    font-weight: 700;

    position: relative;

    padding-right: 20px;

    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.head-nav__sort-btn:hover {
    color: #f15651;
}

.head-nav__sort-btn:hover:after {
    border-top-color: #f15651;
}

.head-nav__sort-btn:after {
    position: absolute;
    top: 5px;
    right: 0;

    content: '';
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

    border: 6px solid transparent;
    border-top: 6px solid #000;
}

.head-nav__sort-btn.active {
    color: #f15651;
}

.head-nav__sort-btn.active:after {
    top: -1px;

    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.head-nav__sort-drop {
    position: absolute;
    z-index: 3;
    top: calc(100% + 10px);
    right: 0;

    visibility: hidden;

    width: 133px;
    padding: 20px 10px;

    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

    opacity: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 16px rgba(0, 0, 0, .25);
}

.head-nav__sort-drop.active {
    visibility: visible;

    opacity: 1;
}

.head-nav__sort-item:not(:last-child) {
    margin-bottom: 5px;
}

.head-nav__sort-item a {
    color: #000;
}

.head-nav__sort-item a:hover {
    color: #f15651;
}

.head-nav .head-nav__ctrl-info {
    display: none;
}

.head-nav .head-nav__view {
    display: none;
}

.head-nav--filter {
    position: relative;
}

.icon-svg {
    display: block;
}

.one-album__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 20px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.one-album__head-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;

    padding-right: 15px;
}

.one-album__head-ctrl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.one-album__head-ctrl:hover {
    color: #f15651;
}

.one-album__head-ctrl:hover svg {
    fill: #f15651;
}

.one-album__head-ctrl svg {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.one-album__head-ctrl span {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;

    padding-left: 10px;
}

.one-album__gallery {
    position: relative;
}

.one-album__gallery .gallery {
    padding-bottom: 13px;
}

.one-album__gallery .playlist-view__rating-val {
    font-family: 'Lobster';
    font-style: inherit;

    position: absolute;
    top: auto;
    bottom: -20px;

    -webkit-transform: translate(0);
    transform: translate(0);
}

.one-album__gallery .playlist-view__rating-val span.title {
    font-size: 26px;
}

.one-album__ctrl-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 30px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.one-album__ctrl-txt {
    font-size: 12px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;

    margin-right: 25px;
}

@media (max-width: 992px) {
    .one-album__ctrl-txt {
        font-size: 12px;
    }
}

.one-album__ctrl-txt span {
    padding-right: 4px;
}

.one-album__ctrl-txt a {
    color: #000;
}

.one-album__ctrl-txt a:hover {
    color: #f15651;
}

.one-album__ctrl-download {
    font-size: 12px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    color: #000;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 992px) {
    .one-album__ctrl-download {
        font-size: 12px;
    }

}

.one-album__ctrl-download:hover {
    color: #f15651;
}

.one-album__ctrl-download:hover svg {
    fill: #f15651;
}

.one-album__ctrl-download svg {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.one-album__ctrl-download span {
    padding-left: 10px;
}

.one-album__ctrl .video__player-content {
    max-width: 870px;
}

.one-channel {
    margin-bottom: 80px;
}

.one-channel__messages {
    max-width: 870px;
    margin-bottom: 110px;
}

.one-channel__videos--mod {
    margin-bottom: 30px;
}

.one-channel__videos-head {
    margin-bottom: 20px;
}

.one-channel__videos-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
}

.one-channel__videos-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-left: 5px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.one-channel__videos-list li:not(:last-child) {
    margin-right: 30px;
}

.one-channel__videos-list li a {
    font-size: 14px;
    line-height: 1;

    position: relative;

    display: inline-block;

    color: #2c2838;
}

.one-channel__videos-list li a:after {
    position: absolute;
    right: -5px;
    bottom: -8px;
    left: -5px;

    visibility: hidden;

    height: 5px;

    content: '';
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

    opacity: 0;
    background-color: #341527;
}

.one-channel__videos-list li a:hover {
    color: #f15651;
}

.one-channel__videos-list li a.active {
    color: #f15651;
}

.one-channel__videos-list li a.active:after {
    visibility: visible;

    opacity: 1;
}

.one-channel__comment {
    position: relative;

    margin-bottom: 25px;
    padding: 30px 30px 60px;

    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

/* 
.one-channel__comment--mod {
    margin: 0;
} */

.one-channel__comment-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 25px;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.one-channel__comment-icon {
    display: block;
    overflow: hidden;

    width: 46px;
    height: 46px;

    border-radius: 50%;
}

.one-channel__comment-icon img {
    display: block;

    width: 100%;
    height: 100%;

    -o-object-fit: cover;
    object-fit: cover;
}

.one-channel__comment-info {
    width: calc(100% - 46px);
    margin-top: 3px;
    padding-left: 6px;
}

.one-channel__comment-name {
    font-size: 16px;
    line-height: 19px;

    display: inline-block;

    color: #000;
}

.one-channel__comment-date {
    font-size: 14px;

    color: rgba(44, 40, 56, .4);
}

.one-channel__comment-txt {
    font-size: 18px;
    line-height: 23px;
}

.one-channel__comment-link {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;

    position: relative;
    position: absolute;
    right: 16px;
    bottom: 26px;

    color: #9b9b9b;
}

.one-channel__comment-link:hover {
    color: #f15651;
}

.one-channel__comment-link:before {
    position: absolute;
    right: 0;
    bottom: -8px;
    left: 0;

    height: 5px;

    content: '';

    background-color: #341527;
}

.one-channel__holder {
    margin-bottom: 10px;
}

.one-channel__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 30px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.one-channel__head-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;

    padding-right: 10px;
}

.one-channel__board {
    margin-bottom: 20px;
}

.one-channel__board-img {
    position: relative;
    padding-bottom: 13%;
    display: block;
}

.one-channel__board-img img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.one-channel__board-img .no-thumb img {
    max-width: 25% !important;
    width: 25% !important;
}

.one-channel__content-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;

    margin-bottom: 5px;
}

.one-channel__content-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.one-channel__aside {
    width: 23%;
}

.one-channel__aside-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -5px;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.one-channel__aside-col {
    width: 50%;
    margin-bottom: 10px;
    padding: 0 5px;
}

.one-channel__aside-item {
    position: relative;
    z-index: 1;
    display: block;
    color: #fff;
}

.one-channel__aside-item:hover {
    color: #f15651;
}

.one-channel__aside-item:hover .one-channel__aside-overlay {
    visibility: visible;

    opacity: 1;
}

.one-channel__aside-item .one-channel__img-holder {
    position: relative;
    padding-top: 100%;
}

.one-channel__aside-item img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* -o-object-fit: cover;
    object-fit: cover; */
    /* -webkit-filter: grayscale(1) !important;
    filter: gray !important;
    filter: grayscale(1) !important; */
}

.one-channel__aside-item span {
    font-size: 18px;
    font-weight: 700;
    display: block;

    /* position: absolute; */
    z-index: 2;
    /* top: 50%; */
    /* left: 50%; */
    color: #000;
    margin: 5px 0 0;
    transition: color .3s;
    /* -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); */
}

.one-channel__aside-item:hover span {
    color: #f15651;
}

.one-channel__aside-item span.no-thumb {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    background: rgba(0, 0, 0, .8);
}

.one-channel__aside-item span.no-thumb img {
    opacity: .6;
}

.one-channel__aside-overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    visibility: hidden;

    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

    opacity: 0;
    background-color: rgba(52, 21, 39, .8);
}

.one-channel__main {
    width: 77%;
    padding-left: 8px;
}

.one-channel__main.width {
    width: 100%;
    padding-left: 0;
}

.one-channel__info {
    margin-bottom: 6px;
}

.one-channel__info-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 15px;
}

.one-channel__info-inner {
    width: 27%;
    padding: 15px 25px 40px;

    background-color: #fff;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 15px rgba(0, 0, 0, .25);
}

.one-channel__info-more {
    width: 73%;
    padding-left: 6px;
}

.one-channel__info-more-btn {
    display: none;
}

.one-channel__info-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    height: 100%;
    margin: 0 -3px;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.one-channel__info-row--mod {
    display: block;

    height: auto;
    margin: 0;
}

.one-channel__info-col {
    width: 50%;
    padding: 0 3px;
}

.one-channel__info-col--mod {
    width: auto;
    padding: 0;
}

.one-channel__info-col--mod:not(:last-child) {
    margin-bottom: 15px;
}

.one-channel__info-item {
    height: 100%;
    padding: 15px 25px 40px;

    background-color: #fff;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 15px rgba(0, 0, 0, .25);
}

.one-channel__info-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;

    min-height: 45px;
    margin-bottom: 14px;
}

.one-channel__info-title--mod {
    min-height: inherit;
    margin-left: 20px;
}

.one-channel__info-progress-head {
    font-size: 12px;
    line-height: 1;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 6px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.one-channel__info-progress-bar {
    position: relative;

    height: 15px;

    border-radius: 8px;
    background-color: #c4c4c4;
}

.one-channel__info-progress-bar .line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;

    border-radius: 8px;
    background-color: #f15651;
}

.one-channel__info-elem {
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding-left: 18px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.one-channel__info-elem:not(:last-child) {
    margin-bottom: 30px;
}

.one-channel__info-elem:before {
    position: absolute;
    top: 2px;
    left: 0;

    width: 8px;
    height: 8px;

    content: '';

    border-radius: 50%;
    background-color: #f15651;
}

.one-channel__info-elem-left {
    width: calc(100% - 65px);
    padding-right: 5px;
}

.one-channel__info-elem-right {
    width: 65px;

    text-align: center;
}

.one-channel__info-elem-subtitle {
    font-size: 12px;
    font-weight: 700;
}

.one-channel__info-elem span {
    font-size: 12px;
    font-weight: 400;
}

.one-channel__info-elem-link {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;

    position: relative;

    display: inline-block;

    color: #9b9b9b;
}

.one-channel__info-elem-link:hover {
    color: #f15651;
}

.one-channel__info-elem-link:before {
    position: absolute;
    right: 0;
    bottom: -8px;
    left: 0;

    height: 5px;

    content: '';

    background-color: #341527;
}

.one-channel__caption {
    font-family: 'Lobster';
    font-size: 26px;
    line-height: 1;

    margin-bottom: 10px;
    padding: 14px 22px;

    color: #ebeaea;
    background-color: #1d1d1d;
}

.one-model {
    margin-bottom: 80px;
}

.one-model__videos {
    margin-bottom: 40px;
}

.one-model__videos-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 30px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.one-model__videos-title {
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
}

.one-model__comments {
    max-width: 870px;
    margin-bottom: 40px;
}

.one-model__comments .success {
    margin: 0 0 15px;
}

.one-model__holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 44px;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.one-model__img {
    width: 31%;
    max-width: 380px;
}

.one-model__img-inner {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    position: relative;
    padding-bottom: 150%;
    display: block;
    width: 100%;
}

.one-model__img-inner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.one-model__content {
    width: 69%;
    width: calc(100% - 380px);
    padding-left: 44px;
}

.one-model__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 41px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.one-model__head--mobile {
    display: none;
}

.one-model__head-title {
    font-size: 26px;
    font-weight: 700;
    line-height: 1;

    padding-right: 15px;

    color: #f15651;
}

.one-model__info {
    position: relative;
}

.one-model__info-box {
    max-width: 680px;
    padding-right: 130px;
}

.one-model__info-subtitle {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;

    margin-bottom: 5px;

    color: #2c2838;
}

.one-model__info-descr {
    margin-bottom: 25px;
}

.one-model__info-descr p {
    font-size: 16px;
    line-height: 20px;
}

.one-model__info-list {
    margin-bottom: 30px;
}

.one-model__info-list li {
    font-size: 16px;
}

.one-model__info-list li:not(:last-child) {
    margin-bottom: 8px;
}

.one-model__info-list li span.bold {
    font-weight: 700;

    padding-right: 4px;

    color: #2c2838;
}

.one-model__info-link {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;

    display: inline-block;
    overflow: hidden;

    max-width: 400px;
    padding: 10px 20px;

    white-space: nowrap;
    text-overflow: ellipsis;

    border-radius: 14px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 15px rgba(0, 0, 0, .25);
}

.one-model__info-link:hover {
    background-color: #2c2838;
}

.one-model__info-videos {
    position: absolute;
    z-index: 5;
    right: 0;
    bottom: 80px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 120px;
    height: 120px;

    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;

    color: #ebeaea;
    border: 6px solid #f15651;
    border-radius: 50%;
    background-color: #fff;
    background-color: #341527;
    -webkit-box-shadow: 0 16px 19px rgba(0, 0, 0, .12);
    box-shadow: 0 16px 19px rgba(0, 0, 0, .12);

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.one-model__info-videos-val {
    font-family: 'Lobster';
    font-size: 40px;
    font-style: italic;

    letter-spacing: normal;
}

.one-model__info-videos-txt {
    font-size: 14px;
    font-weight: 700;

    text-transform: uppercase;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 52px 0 26px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagination__btn {
    font-size: 24px;
    font-weight: 400;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 96px;
    height: 64px;

    border: 1px solid #bbb;
    border-radius: 8px;
    background-color: #f9f9f9;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagination__btn:hover {
    color: #000;
}

.pagination__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;

    margin: 0 8px;

    border: 1px solid #bbb;
    border-radius: 8px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagination__list-item a {
    font-size: 24px;
    line-height: 1;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 64px;
    height: 64px;

    color: #2c2838;
    background-color: #f9f9f9;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagination__list-item a.active {
    font-weight: 700;

    color: #9b9b9b;
    background-color: #efefef;
}

.pagination__list-item a:not(.active):hover {
    color: #f15651;
}

.pagination__list-item:not(:last-child) a {
    border-right: 1px solid #bbb;
}

.pagination__list-item.arrow a {
    position: relative;
}

.pagination__list-item.arrow a:before {
    content: '';
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.pagination__list-item.arrow-prev a:before {
    margin-left: -10px;

    border: 8px solid transparent;
    border-right: 12px solid #2c2838;
}

.pagination__list-item.arrow-prev a:hover:before {
    border-right-color: #f15651;
}

.pagination__list-item.arrow-next a:before {
    margin-right: -10px;

    border: 8px solid transparent;
    border-left: 12px solid #2c2838;
}

.pagination__list-item.arrow-next a:hover:before {
    border-left-color: #f15651;
}

.pagination__list-item.disable.arrow-prev>a:before {
    border-right-color: rgba(74, 74, 74, .5);
}

.pagination__list-item.disable.arrow-next>a:before {
    border-left-color: rgba(74, 74, 74, .5);
}

.pagination__list-mobile {
    display: none;
}

.playlist-view__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 30px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.playlist-view__head-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1;

    padding-right: 10px;
}

.playlist-view__head-btn {
    font-size: 19px;
    font-weight: 700;
    line-height: 1;

    display: block;

    width: 205px;
    padding: 6px 15px;

    text-align: center;

    color: #000;
    border-radius: 15px;
    background-color: #ebeaea;
}

.playlist-view__head-btn:hover {
    color: #f15651;
}

.playlist-view__head-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.playlist-view__head-ctrl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.playlist-view__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.playlist-view__rating .video__player-rating-btn {
    margin-right: 25px;
}

.playlist-view__rating-val {
    font-style: italic;

    position: fixed;
    z-index: 5;
    top: 50%;
    right: 20px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 120px;
    height: 120px;

    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;

    color: #ebeaea;
    border: 6px solid #f15651;
    border-radius: 50%;
    background-color: #fff;
    background-color: #341527;
    -webkit-box-shadow: 0 16px 19px rgba(0, 0, 0, .12);
    box-shadow: 0 16px 19px rgba(0, 0, 0, .12);

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

.playlist-view__rating-val span.title {
    font-size: 26px;
    line-height: 1;

    display: block;

    margin-bottom: 5px;
}

.playlist-view__rating-val .rate {
    font-size: 36px;
    line-height: 1;
}

.playlist-view__rating-val sub {
    font-size: 20px;
    line-height: 1;

    bottom: 0;
}

.playlist-view__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.playlist-view__nav-item {
    margin-right: 25px;
}

.playlist-view__nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.playlist-view__nav-link:hover svg {
    fill: #f15651;
}

.playlist-view__nav-link:hover span {
    color: #f15651;
}

.playlist-view__nav-link.active svg {
    fill: #f15651;
}

.playlist-view__nav-link svg {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.playlist-view__nav-link span {
    padding-left: 5px;

    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

    color: #000;
}

.playlist-view__holder {
    margin-bottom: 40px;
}

.playlist-view__content {
    visibility: hidden;

    height: 0;

    opacity: 0;
}

.playlist-view__content.active {
    visibility: visible;

    height: auto;

    opacity: 1;
}

.playlist-view__content-inner {
    max-width: 870px;
}

.playlist__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 25px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.playlist__head-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 12px;
}

.playlist__head-ctrl {
    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;
}

.playlist__head-parent:not(:last-child) {
    margin-right: 30px;
}

.playlist__head-link {
    font-size: 14px;
    font-weight: 500;

    position: relative;
    z-index: 3;

    display: inline-block;

    padding-right: 20px;

    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

    color: #2c2838;
}

.playlist__head-link:before {
    position: absolute;
    top: 5px;
    right: 0;

    content: '';
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

    border: 6px solid transparent;
    border-top: 6px solid #000;
}

.playlist__head-link:hover {
    color: #f15651;
}

.playlist__head-link:hover:before {
    top: -2px;

    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);

    border-top-color: #f15651;
}

.playlist__head-link:hover>.playlist__head-drop {
    visibility: visible;

    opacity: 1;
}

.playlist__head-drop {
    position: absolute;
    top: 100%;
    right: 0;

    visibility: hidden;

    padding-top: 15px;

    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

    opacity: 0;
}

.playlist__head-drop-inner {
    position: relative;

    width: 200px;
    padding: 20px 20px;

    background-color: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .5);
}

.playlist__head-drop-inner:before {
    position: absolute;
    top: -18px;
    right: 23px;

    content: '';

    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

.playlist__head-item:not(:last-child) {
    margin-bottom: 10px;
}

.playlist__head-item a {
    color: #2c2838;
}

.playlist__head-item a:hover {
    color: #f15651;
}

.playlist__item {
    position: relative;
    z-index: 0;

    overflow: hidden;

    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.playlist__item:hover .playlist__item-overlay {
    visibility: visible;

    opacity: 1;
}

.playlist__item-img {
    position: relative;

    overflow: hidden;

    padding-top: 56.25%;
}

.playlist__item-img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    -o-object-fit: cover;
    object-fit: cover;
}

.playlist__item-info {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;

    width: 190px;
    padding: 20px 25px;

    background-color: rgba(52, 21, 39, .8);
}

.playlist__item-info-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    height: 100%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.playlist__item-title {
    font-size: 14px;
    line-height: 17px;

    position: relative;

    margin-bottom: 18px;
    padding-bottom: 20px;

    text-align: center;

    color: #ebeaea;
}

.playlist__item-title:before {
    position: absolute;
    bottom: 0;
    left: 50%;

    width: 95px;
    height: 5px;

    content: '';
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);

    background-color: #f15651;
}

.playlist__item-val {
    font-size: 26px;
    line-height: 1;

    margin-bottom: 10px;

    text-align: center;

    color: #fff;
}

.playlist__item-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.playlist__item-rate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding-right: 10px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.playlist__item-rate svg {
    width: 24px;
    height: 24px;

    fill: #ebeaea;
}

.playlist__item-rate span {
    font-size: 12px;
    font-weight: 500;

    padding-left: 3px;

    color: #ebeaea;
}

.playlist__item-author {
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;

    color: #ebeaea;
    border-bottom: 1px solid #f15651;
}

.playlist__item-overlay {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    visibility: hidden;

    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

    opacity: 0;
}

.playlist__item-overlay-inner {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    height: 50%;
    padding: 10px 20px 10px 50px;

    color: #ebeaea;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.playlist__item-overlay-inner--top {
    background-color: rgba(52, 21, 39, .8);
}

.playlist__item-overlay-inner--top:hover {
    color: #f15651;
}

.playlist__item-overlay-inner--bottom {
    background-color: rgba(241, 86, 81, .8);
}

.playlist__item-overlay-inner--bottom:hover {
    color: #341527;
}

.popup {
    overflow: hidden;
    width: 100%;
    background: #2c2838;
    background-image: url(../images/popup-decor.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, .8);
    box-shadow: 0 4px 16px rgba(0, 0, 0, .8);
}

.popup--sm {
    max-width: 420px;
    min-width: 420px;
}

@media (max-width: 550px) {
    .popup--sm {
        min-width: 280px;
    }
}

.popup--support {
    max-width: 490px;

    background: #fff;
    background-image: url(../images/popup-decor-02.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.popup--support .popup__close svg {
    fill: #2c2838;
}

.popup--support .popup__holder {
    padding: 50px 32px;
}

.popup--support .popup__title {
    font-size: 22px;

    text-transform: uppercase;

    color: #2c2838;
}

.popup--support .popup__form-inner {
    padding-bottom: 10px;
}

.popup--support .popup__form-box {
    margin-bottom: 20px;
}

.popup--support .popup__form-box .field-label {
    display: block;
    margin: 0 0 10px;
}

.popup--support .popup__form-box .profile__inputbox-buttons {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.popup--support .popup__form-box .profile__inputbox-radio:not(:last-child) {
    margin: 0 0 15px;
}

.popup--support .popup__form-box input,
.popup--support .popup__form-box textarea {
    height: 59px;

    opacity: .9;
    border: 1px solid #c4c4c4;
    background-color: #fff;
}

.popup--support .popup__form-box textarea {
    height: 113px;
}

.popup--support .popup__form-box input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 45px #fff !important;
    /* Цвет фона */
}

.popup--support .popup__form-btn {
    font-size: 20px;

    color: #fff;
    background-color: #341527;
}

.popup--support .popup__form-btn:hover {
    color: #f15651;
}

.popup--lg {
    overflow: visible;

    width: calc(100% - 60px);
    max-width: 1500px;

    background: #fff;
}

.popup--lg.video {
    width: 100%;
    max-width: 1695px;
}

.popup--lg .popup__holder {
    padding: 40px 15px 5px;
    padding: 15px 15px 5px;
}

.popup--lg .popup__close svg {
    fill: #2c2838;
}

.popup__close {
    position: absolute;
    top: 10px;
    right: 10px;

    margin: 0;
    padding: 0;

    cursor: pointer;

    border: 0;
    outline: 0;
    background-color: transparent;
}

.fancybox-margin.fancybox-lock .popup--lg.video .popup__close {
    right: 15px;
}

.popup--lg.video .popup__close {
    position: fixed;
    background: #fff;
    margin: 0;
    top: 0;
    right: 0;
    padding: 10px;
}

.black .popup--lg.video .popup__close {
    background: #f15651;
}

.popup__close svg {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

    fill: #fff;
}

.popup__close:hover svg {
    fill: #f15651;
}

.popup__holder {
    padding: 44px 25px 40px;
}

.popup__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;

    margin-bottom: 15px;

    text-align: center;

    color: #f15651;
}

.popup__form-inner {
    padding-bottom: 19px;
}

.popup__form-box {
    position: relative;

    margin-bottom: 25px;
    padding-top: 10px;
}

.popup__form-box input {
    line-height: 1;

    padding: 0 13px;

    border: 2px solid #ebeaea;
    background-color: #ebeaea;
}

.popup__form-box input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 45px #ebeaea !important;
    /* Цвет фона */
}

.popup__form-box .error-message {
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    top: -5px;
    left: 0;
    color: #f15651;
}

.popup__form-box .error {
    color: #f15651 !important;
    border: 2px solid #f15651 !important;
}

.popup__form-box.error .error-message {
    visibility: visible;

    opacity: 1;
}

.popup__form-btn {
    max-width: 174px;
    margin: 0 auto;
}

.popup__form-check .checkbox {
    display: inline-block;
}

.popup__form-txt {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;

    margin-top: 28px;

    color: #fff;
}

.popup__form-txt a {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.popup__form-txt a:hover {
    color: #f15651;
    border-bottom-color: transparent;
}

.popup__video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.popup__video-player {
    width: 68.8%;
    padding-right: 4px;
}

.popup__video-frame {
    margin: 0 0 16px;
}

.popup__video-title {
    font-size: 18px;
    font-weight: 700;

    margin-bottom: 17px;
}

.popup__video-frame img {
    display: block;

    width: 100%;
}

.popup__video-arrow {
    position: absolute;
    z-index: 2;
    top: 50%;

    margin: 0;
    padding: 0;

    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);

    border: 0;
    outline: 0;
    background-color: transparent;
}

.popup__video-arrow svg {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

    fill: #fff;
}

.popup__video-arrow:hover svg {
    fill: #f15651;
}

.popup__video-arrow--prev {
    left: -30px;
}

.popup__video-arrow--next {
    right: -30px;
}

.popup__video-arrow--next svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.popup__sidebar {
    width: 31.2%;
}

.popup__sidebar-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 10px -15px 0;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.popup__sidebar-link {
    margin-bottom: 10px;
    padding: 0 15px;
}

.popup__sidebar-link a {
    font-size: 12px;
    font-weight: 500;

    position: relative;

    display: inline-block;

    padding-bottom: 11px;

    color: #000;
}

.popup__sidebar-link a:before {
    position: absolute;
    bottom: 0;
    left: 0;

    visibility: hidden;

    width: 100%;
    height: 3px;

    content: '';

    opacity: 0;
    background-color: #000;
}

.popup__sidebar-link a.active {
    color: #f15651;
}

.popup__sidebar-link a.active:before {
    visibility: visible;

    opacity: 1;
}

.popup__sidebar-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -2px;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.popup__sidebar-col {
    width: 50%;
    margin-bottom: 4px;
    padding: 0 2px;
}

.popup__sidebar-item {
    position: relative;

    display: block;
    overflow: hidden;

    padding-top: 53%;
}

.popup__sidebar-item .vthumb,
.playlist-view__holder .card .vthumb,
.swiper-slide .vthumb {
    height: auto !important;
    position: static !important;
    padding: 0 !important;
}

.popup__sidebar-item img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    -o-object-fit: cover;
    object-fit: cover;
}

.popup__sidebar-time {
    font-size: 12px;
    line-height: 1;

    position: absolute;
    right: 5px;
    bottom: 5px;

    padding: 2px 3px;

    color: #fff;
    background-color: rgba(0, 0, 0, .5);
}

.popup__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    /* margin-top: 16px; */

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.popup__box-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 68.8%;
    padding-right: 4px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.black .popup__box-info {
    color: #fff;
}

.popup__box-item {
    font-size: 12px;
    font-size: 14px;
    font-weight: 700;
}

.popup__box-item a {
    font-weight: 400;
    font-size: 12px;
    font-size: 14px;
    position: relative;
    transition: color .3s;
}

.popup__box-item a:hover {
    color: #f15651;
}

.popup__box-item a:after {
    content: ',';
    color: #000;
}

.black .popup__box-item a:after {
    color: #fff;
}

.popup__box-item a:last-child:after {
    display: none;
}

.popup__box-ctrl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 31.2%;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.popup__box-ctrl-item {
    font-size: 12px;
    font-size: 14px;
    font-weight: 500;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-right: 33px;

    color: #000;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.popup__box-ctrl-item:last-child {
    margin: 0;
}

.popup__box-ctrl-item:hover {
    color: #f15651;
}

.popup__box-ctrl-item:hover svg {
    fill: #f15651;
}

.popup__box-ctrl-item span {
    line-height: 1;

    padding-left: 4px;
}

.popup__box-ctrl-item svg {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 24px;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.profile__sidebar {
    width: 220px;
    padding-right: 20px;
}

.profile__sidebar-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 20px;
    padding-bottom: 20px;

    border-bottom: 1px solid #ebeaea;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.profile__sidebar-img {
    overflow: hidden;

    width: 95px;
    height: 95px;

    border-radius: 50%;
}

.profile__sidebar-img img {
    display: block;

    width: 100%;
    height: 100%;

    -o-object-fit: cover;
    object-fit: cover;
}

.profile__sidebar-name {
    font-size: 18px;
    font-weight: 400;

    width: calc(100% - 95px);
    padding-left: 16px;
}

.profile__sidebar-list {
    padding-top: 20px;
}

.profile__sidebar-item {
    line-height: 1;
}

.profile__sidebar-item:not(:last-child) {
    margin-bottom: 20px;
}

.profile__sidebar-icon {
    display: inline-block;

    width: 20px;

    vertical-align: middle;
}

.profile__sidebar-link {
    font-size: 0;
    line-height: 0;

    display: inline-block;
}

.profile__sidebar-link:hover svg {
    fill: #f15651;
}

.profile__sidebar-link:hover span {
    color: #f15651;
}

.profile__sidebar-link svg {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.profile__sidebar-link span {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;

    display: inline-block;

    padding-left: 10px;

    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    vertical-align: middle;

    color: #000;
}

.profile__content {
    position: relative;

    width: calc(100% - 220px);
    padding-left: 20px;
}

.profile__content:before {
    position: absolute;
    top: 0;
    bottom: 60px;
    left: 0;

    width: 1px;

    content: '';

    background-color: #ebeaea;
}

.profile__headline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 20px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.profile__headline-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.profile__headline-name {
    font-size: 24px;
    font-weight: 500;

    margin-right: 16px;
}

.profile__headline-size {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.profile__headline-txt {
    font-size: 16px;
    font-weight: 400;

    margin-right: 6px;

    color: #bfbfbf;
}

.profile__headline-quantity {
    font-weight: 400;
    line-height: 1;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 34px;
    height: 34px;

    text-transform: uppercase;

    color: #f5f5f5;
    border-radius: 50%;
    background-color: #f15651;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.profile__headline-btn {
    font-size: 16px;
    font-weight: 400;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 134px;

    color: #000;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.profile__headline-btn:hover {
    color: #f15651;
}

.profile__headline-btn:hover svg {
    fill: #f15651;
}

.profile__headline-btn svg {
    margin-right: 10px;

    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.profile__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 20px;
    padding-bottom: 14px;

    border-bottom: 1px solid #ebeaea;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.profile__nav-item:not(:last-child) {
    margin-right: 20px;
}

.profile__nav-link {
    font-size: 16px;

    position: relative;

    display: inline-block;

    color: #000;
}

.profile__nav-link:hover {
    color: #f15651;
}

.profile__nav-link:after {
    position: absolute;
    bottom: -15px;
    left: 0;

    visibility: hidden;

    width: 100%;
    height: 2px;

    content: '';

    opacity: 0;
    background-color: #f15651;
}

.profile__nav-link.active:after {
    visibility: visible;

    opacity: 1;
}

.profile__nav-link.active:hover {
    color: #000;
}

.profile__nav-quantity {
    padding-left: 4px;

    color: #a6a6a6;
}

.profile__box {
    margin-bottom: 20px;
    padding: 20px 17px;

    border-radius: 4px;
    background-color: #ebeaea;
}

.profile__box-title {
    font-size: 18px;
    font-weight: 500;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 20px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.profile__box-name {
    padding-right: 10px;
}

.profile__box-percent {
    color: #f15651;
}

.profile__box-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -5px;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.profile__box-row:not(:last-child) {
    margin-bottom: 20px;
}

.profile__box-col {
    width: 50%;
    padding: 0 5px;
}

.profile__box-col--large {
    width: 100%;
}

.profile__box-txt {
    margin-bottom: 15px;

    color: #787878;
}

.profile__box-txt span:first-child {
    color: #000;
}

.profile__inputbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.profile__inputbox--textarea {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.profile__inputbox--textarea .profile__inputbox-title {
    padding-top: 10px;
}

.profile__inputbox-title {
    font-size: 15px;
    line-height: 1;

    min-width: 115px;
    padding-right: 20px;

    text-align: right;
    white-space: nowrap;
}

.profile__inputbox-title.empty {
    margin: 0;
}

.profile__inputbox-inner {
    width: 100%;
}

.profile__inputbox-inner .profile__box-txt {
    margin-top: 20px;
}

.profile__inputbox-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.profile__inputbox-radio:not(:last-child) {
    margin-right: 30px;
}

.profile__inputbox .radio input[type='radio']:checked+span:after,
.profile__inputbox .radio .checkbox:checked+span:after {
    opacity: 1;
}

.profile__inputbox .radio .checkbox:checked+span:before,
.profile__inputbox .radio input[type='radio']:checked+span:before {
    border-color: #f15651;
}

.profile__inputbox .radio span {
    font-size: 14px;
    font-weight: 400;

    padding: 0 0 0 30px;

    color: #000;
}

.profile__inputbox .radio span:before {
    position: absolute;
    top: 50%;
    left: 0;

    width: 20px;
    height: 20px;
    margin-top: -10px;

    content: '';
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

    border: 2px solid #000;
    border-radius: 50%;
}

.profile__inputbox .radio span:after {
    right: auto;
    left: 9px;

    height: 18px;

    border-color: #f15651;
}

.profile__inputbox-block {
    position: relative;

    display: block;

    width: 100%;
}

.profile__inputbox-block input {
    padding: 0 20px 0 60px;
}

.profile__inputbox-icon {
    position: absolute;
    top: 50%;
    left: 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 47px;

    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.profile__inputbox-icon:after {
    position: absolute;
    top: -5px;
    right: 0;
    bottom: -5px;

    width: 1px;

    content: '';

    background-color: #ebeaea;
}

.profile__inputbox-icon .icon-world {
    fill: rgba(0, 0, 0, .4);
}

.profile__upload-avatar {
    overflow: hidden;

    width: 76px;
    height: 76px;
    margin-bottom: 20px;

    border-radius: 50%;
}

.profile__upload-avatar img {
    display: block;

    width: 100%;
    height: 100%;

    -o-object-fit: cover;
    object-fit: cover;
}

.profile__upload-img {
    width: 215px;
    margin-bottom: 20px;
}

.profile__upload-img img {
    display: block;

    width: 100%;
}

.profile__upload-btn {
    font-size: 16px;
    font-weight: 400;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 196px;

    color: #fff;
    background-color: #f15651;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.profile__upload-btn:hover {
    color: #f15651;
}

.profile__upload-btn:hover svg {
    fill: #f15651;
}

.profile__upload-btn svg {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

    fill: #fff;
}

.profile__upload-btn span {
    padding-left: 10px;
}

.profile__change-btn {
    font-size: 18px;
    font-weight: 400;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 162px;
    margin: 0 auto;

    color: #fff;
    background-color: #f15651;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.profile__change-btn svg {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

    fill: #fff;
}

.profile__change-btn span {
    padding-left: 10px;
}

.profile__change-btn:hover {
    color: #f15651;
}

.profile__change-btn:hover svg {
    fill: #f15651;
}

.radio {
    display: block;

    cursor: pointer;
}

.radio input[type='radio'],
.radio .checkbox {
    display: none;
}

.radio input[type='radio']:checked+span,
.radio .checkbox:checked+span {
    color: #f15651;
}

.radio input[type='radio']:checked+span:after,
.radio .checkbox:checked+span:after {
    opacity: 1;
}

.radio span {
    font-size: 12px;
    font-weight: 500;
    line-height: 1;

    position: relative;

    display: block;

    padding: 0 20px 0 0;

    color: rgba(0, 0, 0, .4);
}

.radio span:after {
    position: absolute;
    right: 4px;
    bottom: 3px;

    display: block;

    width: 8px;
    width: 8px;
    height: 8px;
    height: 14px;

    content: '';
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);

    opacity: 0;
    border-right: 2px solid #4f3875;
    border-bottom: 2px solid #4f3875;
}

.streaming-slider {
    margin-top: 15px;
}

.streaming-slider__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 30px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.streaming-slider__title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1;

    padding-right: 15px;
}

.streaming-slider__ctrl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.streaming-slider__ctrl-btn {
    margin: 0;
    padding: 0;

    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

    opacity: .5;
    border: 0;
    outline: 0;
    background-color: transparent;
}

.streaming-slider__ctrl-btn svg {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.streaming-slider__ctrl-btn.prev svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.streaming-slider__ctrl-btn:not(:last-child) {
    margin-right: 27px;
}

.streaming-slider__ctrl-btn:hover {
    opacity: 1;
}

.streaming-slider__ctrl-btn:hover svg {
    fill: #f15651;
}

.streaming-slider__main {
    margin-bottom: 12px;
}

.streaming-slider__main-item {
    width: 307px;
}

.streaming-slider__main .swiper-button-next,
.streaming-slider__main .swiper-button-prev {
    top: 0;

    width: 63px;
    height: 100%;
    margin: 0;

    background-color: rgba(52, 21, 39, .6);
}

.streaming-slider__main .swiper-button-next:after,
.streaming-slider__main .swiper-button-prev:after {
    font-size: 22px;
    font-weight: 700;

    color: #fff;
}

.streaming-slider__main .swiper-button-next {
    right: 0;
}

.streaming-slider__main .swiper-button-prev {
    left: 0;
}

.tags__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-bottom: 35px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tags__head-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1;

    margin-bottom: 4px;
    padding-right: 15px;

    text-transform: uppercase;
}

.tags__head-ctrl {
    width: 100%;
    max-width: 1070px;
    max-width: 1200px;
    margin-left: auto;
}

.tags__alphabet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -2px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.tags__alphabet-item {
    margin-bottom: 4px;
    padding: 0 2px;
}

.tags__alphabet-link {
    font-family: 'Lobster';
    font-size: 28px;
    line-height: 1;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 38px;
    height: 38px;

    text-align: center;
    text-transform: uppercase;

    color: #fff;
    border-radius: 50%;
    background-color: #f15651;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tags__alphabet-link.all {
    width: 58px;
    border-radius: 19px;
}

.tags__alphabet-link:hover {
    background-color: #341527;
}

.tags__alphabet-link.active {
    background-color: #8b2e2b;
}

.tags__box {
    position: relative;

    padding: 34px 20px 26px 45px;

    background-color: #fff;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 16px rgba(0, 0, 0, .25);
}

.tags__box:not(:last-child) {
    margin-bottom: 20px;
}

.tags__box-decor {
    position: absolute;
    top: -7px;
    left: -35px;
}

.tags__box-decor span {
    font-family: 'Lobster';
    font-size: 28px;
    line-height: 1;

    position: absolute;
    top: 50%;
    left: calc(50% - 1px);

    -webkit-transform: translate(-50%, -50%) rotate(22deg);
    transform: translate(-50%, -50%) rotate(22deg);
    text-transform: uppercase;

    color: #fff;
}

.tags__box-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -4px;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tags__box-col {
    margin-bottom: 8px;
    padding: 0 4px;
}

.tags__box-link {
    font-size: 12px;
    line-height: 1;

    display: block;

    padding: 6px 20px;

    color: #ebeaea;
    background-color: #341527;
}

.tags__box-link:hover {
    color: #f15651;
}

.video__outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.video__sidebar {
    width: 32.5%;
}

.video__sidebar.playlist {
    width: 300px;
    min-width: 300px;
}

.video__sidebar-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -15px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.video__sidebar-link {
    margin-bottom: 10px;
    padding: 0 15px;
}

.video__sidebar-link a {
    font-size: 14px;
    font-weight: 500;

    position: relative;

    display: inline-block;

    padding-bottom: 11px;

    color: #000;
}

.video__sidebar-link a:before {
    position: absolute;
    bottom: 0;
    left: 0;

    visibility: hidden;

    width: 100%;
    height: 4px;

    content: '';

    opacity: 0;
    background-color: #000;
}

.video__sidebar-link a.active {
    color: #f15651;
}

.video__sidebar-link a.active:before {
    visibility: visible;

    opacity: 1;
}

.video__sidebar-link a:hover {
    color: #f15651;
}

.video__sidebar-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 0 -2px;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.video__sidebar-col {
    width: 50%;
    margin-bottom: 4px;
    padding: 0 2px;
}

.video__sidebar-item {
    position: relative;

    display: block;
    overflow: hidden;

    padding-top: 53%;
}

.video__sidebar-item:hover {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
}

.video__sidebar-item img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    -o-object-fit: cover;
    object-fit: cover;
}

.video__sidebar-time {
    font-size: 12px;
    line-height: 1;

    position: absolute;
    right: 5px;
    bottom: 5px;

    padding: 2px 3px;

    color: #fff;
    background-color: rgba(0, 0, 0, .5);
}

.video__player {
    width: 67.5%;
    padding-right: 10px;
}

.video__player.playlist {
    width: calc(100% - 300px);
}

@media (max-width: 1023px) {
    .video__player.playlist {
        width: 100%;
    }
}

.video__player-title {
    font-size: 22px;
    font-weight: 700;

    margin-bottom: 12px;
}

.video__player-inner {
    position: relative;

    margin-bottom: 30px;

    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.video__player-frame img {
    display: block;

    width: 100%;
}

.video__player-tools {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding: 11px 15px;

    background-color: #ebeaea;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1500px) {
    .video__player-tools {
        flex-direction: column;
        align-items: flex-start;
    }

    .video__player-tools.playlist {
        flex-direction: row;
        align-items: center;
    }
}

@media (max-width: 992px) {
    .video__player-tools {
        position: relative;
    }

    .video__player-tools-right {
        width: auto !important;
        position: absolute;
        right: 10px;
        top: 3px;
    }

    .video__player-tools-inner {
        padding-right: 30px;
    }
}

.video__player-tools-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding-right: 10px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.video__player-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    padding-right: 28px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.video__player-rating-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin: 0;
    padding: 0;

    cursor: pointer;

    border: 0;
    outline: 0;
    background-color: transparent;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.video__player-rating-btn:not(:last-child) {
    margin-right: 15px;
}

.video__player-rating-btn svg {
    margin-right: 4px;

    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

    fill: #2c2838;
}

.video__player-rating-btn span {
    font-size: 12px;
    font-weight: 500;
    line-height: 1;

    color: #2c2838;
}

.video__player-rating-btn:hover svg {
    fill: #f15651;
}

.video__player-rating-btn.dislike svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.video__player-rating-btn.active svg {
    fill: #f15651;
}

.video__player-ctrl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.video__player-link {
    font-size: 12px;
    font-weight: 500;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: color .3s;
}

.favourites-li.hidden {
    display: none;
}

.video__player-link,
.favourites-li {
    margin-right: 28px;
}

.video__player-link:last-child,
.favourites-li:last-child {
    margin-right: 0;
}

.video__player-link.active svg {
    fill: #f15651;
}

.video__player-link:hover svg {
    fill: #f15651;
}

.video__player-link:hover span {
    color: #f15651;
}

.video__player-link svg {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: inline-block;
    fill: #2c2838;
}

.video__player-link .done svg {
    fill: #f15651;
}

.video__player-link span {
    padding-left: 8px;

    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

    color: #2c2838;
}

.video__player-more {
    display: none;

    padding-top: 20px;
}

.video__player-more-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.video__player-more-download {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.video__player-more-category {
    line-height: 1;

    padding: 9px 20px;

    text-align: center;
    text-transform: uppercase;

    color: #9b9b9b;
    border: 1px solid #9b9b9b;
    margin-bottom: 10px;
    transition: all .3s;
}


.video__player-more-category.tag {
    color: #000;
    border-color: #000;
    background: #ebeaea;
}

.video__player-more-category.model {
    color: #fff;
    border-color: #000;
    background: #b8b2b2;
}

.video__player-more-category.sponsor {
    color: #fff;
    border-color: #000;
    background: #7a7a7a;
}

.video__player-more-category.download {
    color: #fff;
    border-color: #000;
    background: #000;
}


.video__player-more-category:not(:last-child) {
    margin-right: 10px;
}

.video__player-more-category:hover {
    color: #000;
    background: #f15651;
    border-color: #f15651;
}

.video__player-more-btn {
    position: relative;

    margin: 0;
    padding: 0;
    padding: 8px;

    cursor: pointer;

    border: 0;
    outline: 0;
    background-color: transparent;
}

.video__player-more-btn:before {
    position: absolute;
    top: 3px;
    right: 0;

    content: '';
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

    border: 10px solid transparent;
    border-top: 10px solid #000;
}

.video__player-more-btn:hover:before {
    border-top-color: #f15651;
}

.video__player-more-btn.active:before {
    top: -5px;

    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.video__player-tools-right {
    margin: 0 0 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}

@media (max-width: 1500px) {
    .video__player-tools-right {
        margin: 10px 0 0;
        width: 100%;
    }
}

.video__player-tools-right .video__player-more-category {
    padding: 0;
    border: none !important;
    color: #f15651;
    background: transparent !important;
    text-transform: none;
    margin: 0 10px 0 5px;
    text-decoration: underline;
    transition: color .3s;
}

.video__player-tools-right .video__player-more-category:hover {
    color: #f15651 !important;
    text-decoration: none;
}

.video__player-tools-sponsor {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
}

.video__player-tools-sponsor.sponsor_btn {
    justify-content: center;
    margin: 10px 0 0;
}

.video__player-tools-sponsor.sponsor_btn:first-child {
    margin-right: 10px;
}

.video__player-tools-sponsor.sponsor_btn .video__player-more-category {
    margin: 0 0 0 10px;
}

.video__player-tools-script {
    margin: 0 10px 0 0;
}

.video__player-content {
    display: none;

    margin-bottom: 60px;
}

.video__player-content.active {
    display: block;
}

.video__share-box:not(:last-child) {
    margin-bottom: 30px;
}

.video__share-title {
    font-weight: 500;

    margin-bottom: 10px;
}

.video__share input,
.video__share textarea {
    -webkit-box-shadow: 0 -8px 20px rgba(21, 21, 21, .1);
    box-shadow: 0 -8px 20px rgba(21, 21, 21, .1);
}

@media (max-width: 1580px) {
    .col {
        width: 25%;
    }

    .columns--4 {
        width: 33.333%;
    }

    .video__sidebar {
        width: 32.8%;
    }

    .video__player {
        width: 67.2%;
    }
}

@media (max-width: 1366px) {
    .col {
        width: 33.333%;
    }
}

@media (max-width: 1365px) {
    .header__nav {
        margin: 0 -10px;
    }

    .header__nav-item {
        padding: 0 10px;
    }

    .header__login {
        margin-left: 20px;
    }
}

@media (max-width: 1360px) {
    .frame-board__item:nth-child(4) {
        display: none;
    }
}

@media (max-width: 1280px) {
    .columns--6 {
        width: 20%;
    }

    .columns--5 {
        width: 25%;
    }

    textarea,
    select,
    input {
        font-size: 14px;
    }

    .select-holder {
        font-size: 14px;
    }

    .select2-results .select2-results__option {
        font-size: 14px;
    }

    .header__holder {
        padding-left: 30px;
    }

    .header__logo-link {
        width: 130px;
    }

    .header__nav {
        margin: 0 -8px;
    }

    .header__nav-item {
        padding: 0 8px;
    }

    .header__nav-item a {
        font-size: 12px;
    }

    .header__nav-item a:before {
        bottom: -8px;

        height: 3px;
    }

    .header__nav-sub-btn {
        font-size: 12px;
    }

    .header__nav-sub-btn:before {
        border: 4px solid transparent;
        border-top: 4px solid #000;
    }

    .header__nav-sub-btn:hover:before {
        top: 0;
    }

    .header__nav-sub-list {
        padding: 20px 15px;
    }

    .header__search form {
        width: 150px;
    }

    .header__login {
        margin-left: 10px;
    }

    .categories__col {
        width: 33.33%;
    }

    .categories__col--channels {
        width: 25%;
    }

    .category-card__ctrl {
        margin-top: 20px;

        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .category-card__ctrl-rating {
        margin-left: 5px;
    }

    .category-card--models {
        flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }

    .category-card--models .category-card__img {
        width: 100%;
        padding-top: 56.25%;
        padding-top: 148.25%;
        padding-top: 124.25%;
        max-width: 100%;
    }

    .category-card--models .category-card__info {
        width: 100%;
    }

    .popup__video-player {
        width: 62.5%;
    }

    .popup__sidebar {
        width: 32.5%;
    }

    .popup__box-info {
        width: 62.5%;
    }

    .popup__box-ctrl {
        width: 37.5%;
    }
}

@media (max-width: 1279px) {
    .comments__item-right {
        margin-top: 7px;
    }

    .comments__item-name {
        font-size: 14px;
        line-height: 1.2;
    }

    .comments__item-time {
        font-size: 12px;
    }

    .comments__item-txt {
        font-size: 16px;
        line-height: 1.2;
    }

    .comments__item-reply {
        font-size: 14px;
    }

    .comments__item-like span {
        font-size: 14px;
    }

    .video__sidebar-head {
        margin: 0 -7px;
    }

    .video__sidebar-link {
        padding: 0 7px;
    }

    .video__sidebar-link a {
        font-size: 12px;
    }

    .video__sidebar-link a:before {
        height: 3px;
    }

    .video__sidebar-item {
        padding-top: 54%;
    }
}

@media (max-width: 1180px) {
    .tags__alphabet {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media (max-width: 1040px) {
    .frame-board__item:nth-child(3) {
        display: none;
    }
}

@media (max-width: 1023px) {
    .main__holder {
        margin-bottom: 40px;
    }

    .columns--6 {
        width: 25%;
    }

    .columns--5 {
        width: 33.333%;
    }

    .header {
        padding: 15px 0 15px;

        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .header.search-open {
        padding-bottom: 60px;
    }

    .header__top {
        position: absolute;
        top: 0;
        right: 0;
    }

    .header__theme {
        margin: 17px 0 0;
    }

    .header__theme:first-child {
        display: none;
    }

    .header__theme-btn {
        border-radius: 16px 0 0 16px;
    }

    .header__lang--desktop {
        display: none;
    }

    .header__lang--mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        width: 130px;
        margin: 0 20px 30px;
    }

    .header__holder {
        padding: 0;
    }

    .header__sidebar {
        position: static;

        -webkit-transform: none;
        transform: none;
    }

    .header__sidebar-drop {
        top: 0;

        padding-top: 74px;
    }

    .header__sidebar-drop.active {
        left: 0;
    }

    .header__logo-link {
        margin-left: 30px;
    }

    .header__nav {
        display: none;
    }

    .header__ctrl {
        margin-right: 30px;
    }

    .header__search-toggler {
        display: block;
    }

    .header__search-toggler svg {
        width: 22px;
        height: 22px;
    }

    .header__search form {
        position: absolute;
        top: calc(100% + 15px);
        left: 0;

        visibility: hidden;

        width: 100%;

        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;

        opacity: 0;
    }

    .header__search form.open {
        visibility: visible;

        opacity: 1;
    }

    .header__search-input {
        padding-left: 20px;
    }

    .header__search-btn {
        display: none;
    }

    .header__login {
        margin-bottom: 30px;
        margin-left: 0;
        padding: 0 30px 25px;

        border-bottom: 2px solid #ebeaea;
    }

    .header__login--desktop {
        display: none;
    }

    .header__login--mob {
        display: block;
    }

    .header__user--desktop {
        display: none;
    }

    .header__user--mob {
        display: block;

        margin-bottom: 20px;
        padding: 0 18px;
    }

    .header__user--mob {
        padding: 0 15px;
    }

    .header__user-btn:hover:before {
        top: 21px;

        -webkit-transform: rotate(0);
        transform: rotate(0);

        border-top-color: #000;
    }

    .header__user-btn:hover .header__user-drop {
        visibility: hidden;

        opacity: 0;
    }

    .header__user-btn.active:before {
        top: 14px;

        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);

        border-top-color: #f15651;
    }

    .header__user-btn.active .header__user-drop {
        visibility: visible;

        opacity: 1;
    }

    .header__user-drop {
        right: auto;
        left: 0;

        margin-top: 10px;
        padding-bottom: 8px;

        background-color: #fff;
        -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
    }

    .header__user-box {
        display: block;

        margin: 0;
    }

    .header__user-item {
        padding: 0;
    }

    .header__user-item:not(:last-child) {
        margin-bottom: 10px;
    }

    .header__user-item a {
        display: block;
    }

    .header--no-sidebar .header__sidebar {
        display: block;
    }

    .card-playlist__img {
        padding-top: 62.25%;
    }

    .card-playlist__info-name {
        font-size: 14px;

        margin-bottom: 8px;
        padding-bottom: 12px;
    }

    .card-playlist__info-val {
        font-size: 20px;
    }

    .categories__sidebar {
        display: none;
    }

    .categories__box-item a {
        font-size: 14px;
    }

    .categories__content {
        width: 100%;
        padding: 0;
    }

    .categories__col--channels {
        width: 33.333%;
    }

    .categories__view-list {
        margin: 0 -30px;
    }

    .categories__view-list .categories__col {
        width: 100%;
        margin-bottom: 0;
        padding: 0;
    }

    .categories__view-list .categories__col:not(:last-child) {
        border-bottom: 2px solid #ebeaea;
    }

    .categories__view-list .category-card {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .categories__view-list .category-card__img {
        display: none;
    }

    .categories__view-list .category-card__info {
        width: 100%;
        padding: 16px 20px;
    }

    .categories__view-list .category-card__info-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .categories__view-list .category-card__info-name {
        margin: 0;
        padding: 0;
    }

    .categories__view-list .category-card__info-name:before {
        display: none;
    }

    .categories__view-list .category-card__info-videos span:last-child {
        display: none;
    }

    .filter__drop-inner {
        width: 100%;
        margin: 0;
    }

    .gallery .grid-item,
    .gallery .grid-sizer {
        width: 25%;
    }

    .head-ctrl {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .head-ctrl__subscribe {
        margin-right: 8px;
    }

    .head-nav__btn {
        position: relative;
        z-index: 3;

        display: block;
    }

    .head-nav__btn svg {
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .head-nav__btn.active svg {
        fill: #f15651;
    }

    .head-nav .head-nav__ctrl-info {
        display: block;

        width: 100%;
        padding-top: 10px;

        border-top: 1px solid #bdbdbd;
    }

    .head-nav .head-nav__view {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin-bottom: 20px;

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .head-nav .head-nav__view-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        margin: 0;
        padding: 0;

        border: 0;
        outline: 0;
        background-color: transparent;

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .head-nav .head-nav__view-item:not(:last-child) {
        margin-right: 15px;
    }

    .head-nav .head-nav__view-item.active svg {
        opacity: .4;

        fill: #f15651;
    }

    .head-nav .head-nav__view-item.active span {
        color: #f15651;
    }

    .head-nav .head-nav__view-item svg {
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .head-nav .head-nav__view-item span {
        font-size: 14px;
        font-weight: 500;

        padding-left: 10px;

        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

    .head-nav--filter .head-nav__ctrl {
        position: absolute;
        z-index: 2;
        top: -10px;
        right: -3px;

        visibility: hidden;
        flex-direction: column;

        padding: 40px 15px 20px;

        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;

        opacity: 0;
        background-color: #fff;
        -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, .25);
        box-shadow: 0 4px 15px rgba(0, 0, 0, .25);

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .head-nav--filter .head-nav__ctrl.active {
        visibility: visible;

        opacity: 1;
    }

    .head-nav--filter .head-nav__ctrl-item {
        padding: 0;
    }

    .head-nav--filter .head-nav__ctrl-item:not(:last-child) {
        margin-bottom: 10px;
    }

    .head-nav--filter .head-nav__sort {
        display: none;
    }

    .one-channel__content-title {
        display: none;
    }

    .one-channel__aside {
        display: none;
    }

    .one-channel__main {
        width: 100%;
        padding: 0;
    }

    .one-channel__info {
        margin-bottom: 15px;
    }

    .one-channel__info-title--mod {
        margin-left: 0;
    }

    .one-channel__caption--desktop {
        display: none;
    }

    .one-model__videos-head {
        margin-bottom: 20px;
    }

    .one-model__videos-title {
        font-size: 20px;
    }

    .one-model__holder {
        display: block;

        margin-bottom: 25px;
    }

    .one-model__img {
        width: 100%;
        margin-bottom: 20px;
        max-width: 380px;
        margin: 0 auto 20px;
    }

    .one-model__content {
        width: 100%;
        padding: 0;
    }

    .one-model__head--desktop {
        display: none;
    }

    .one-model__head--mobile {
        display: block;

        margin-bottom: 20px;
    }

    .one-model__head-title {
        font-size: 20px;

        margin-bottom: 20px;
        padding: 0;
    }

    .pagination__btn {
        font-size: 14px;

        width: 64px;
        height: 36px;
    }

    .pagination__list-item a {
        font-size: 14px;

        width: 36px;
        height: 36px;
    }

    .pagination__list-item.arrow-prev a:before {
        margin-left: -5px;

        border: 4px solid transparent;
        border-right: 6px solid #2c2838;
    }

    .pagination__list-item.arrow-next a:before {
        margin-right: -5px;

        border: 4px solid transparent;
        border-left: 6px solid #2c2838;
    }

    .playlist-view__head-btn {
        font-size: 16px;

        width: 140px;
    }

    .playlist__item-img {
        padding-top: 62.25%;
    }

    .playlist__item-title {
        margin-bottom: 8px;
        padding-bottom: 12px;
    }

    .playlist__item-val {
        font-size: 20px;
    }

    .playlist__item-overlay-inner {
        font-size: 26px;

        padding: 10px 20px 10px 25px;
    }

    .popup__video-player {
        width: 100%;
        padding: 0;
    }

    .popup__sidebar {
        display: none;
    }

    .profile {
        display: block;
    }

    .profile__sidebar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        width: 100%;
        margin-bottom: 30px;
        padding: 0;

        border-bottom: 1px solid #ebeaea;

        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .profile__sidebar-head {
        display: block;

        width: 200px;
        margin-bottom: 0;

        text-align: center;

        border-right: 1px solid #ebeaea;
        border-bottom: none;
    }

    .profile__sidebar-img {
        margin: 0 auto 20px;
    }

    .profile__sidebar-name {
        width: auto;
        padding: 0;
    }

    .profile__sidebar-list {
        width: calc(100% - 200px);
        padding-left: 20px;
    }

    .profile__content {
        width: 100%;
        padding: 0;
    }

    .profile__content:before {
        display: none;
    }

    .profile__nav-link {
        font-size: 15px;
    }

    .video__sidebar {
        display: none;
    }

    .video__player {
        width: 100%;
        padding: 0;
    }
}

@media (max-width: 767px) {
    .container {
        padding: 0 15px;
    }

    .container .container {
        padding: 0;
    }

    .col {
        width: 50%;
    }

    .columns--4 {
        width: 50%;
    }

    .columns--6 {
        width: 33.33%;
    }

    .columns--5 {
        width: 50%;
    }

    textarea,
    select,
    input {
        line-height: 35px;

        height: 35px;
        padding: 0 15px;
    }

    textarea {
        height: auto;
    }


    .select-holder .select2-container {
        min-height: 35px;
    }

    .select-holder .select2-container .select2-selection--single,
    .select-holder .select2-selection--multiple {
        min-height: 35px;
    }

    .select-holder .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 33px;
    }

    .select-holder .select2-container .select2-search--inline .select2-search__field {
        height: 30px;
    }

    .select-holder .select2-container--default .select2-selection--multiple .select2-selection__choice {
        padding: 5px 10px;
    }

    .footer__nav {
        margin-bottom: 10px;
    }

    .header__theme {
        margin: 13px 0 0;
    }

    .header__lang--mob {
        margin: 0 5px 30px;
    }

    .header__sidebar-list {
        padding-bottom: 30px;
    }

    .header__sidebar-list:not(:last-child) {
        margin-bottom: 30px;
    }

    .header__sidebar-item a {
        padding: 0 15px;
    }

    .header__sidebar-form {
        padding: 0 15px;
    }

    .header__logo-link {
        width: 103px;
        margin-left: 40px;
    }

    .header__ctrl {
        margin-right: 40px;
    }

    .header__login {
        padding: 0 15px 25px;
    }

    .card-playlist__img {
        padding-top: 56.25%;
    }

    .card-playlist__info {
        width: 150px;
        padding: 20px 10px;
    }

    .card-playlist__info-inner {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .card-playlist__info-name {
        font-size: 12px;
        line-height: 1.2;

        padding-bottom: 10px;

        text-align: left;
    }

    .card-playlist__info-name:before {
        left: 0;

        width: 100%;
        height: 3px;

        -webkit-transform: none;
        transform: none;
    }

    .card-playlist__info-val {
        font-size: 18px;

        text-align: left;
    }

    .card__time {
        right: 8px;
        bottom: 5px;
    }

    .categories__col {
        margin-bottom: 10px;
    }

    .categories__view-list {
        margin: 0 -15px;
    }

    .category-card {
        flex-direction: column;

        height: 100%;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }

    .category-card__img {
        width: 100%;
        max-width: 100%;
        padding-top: 100%;
        padding-top: 56%;
    }

    .list-sponsors .category-card__img {
        padding-top: 100%;
    }

    .category-card__info {
        width: 100%;
    }

    .category-card__ctrl {
        margin-top: 15px;
    }

    .category-card--mod {
        flex-direction: row;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
    }

    .category-card--mod .category-card__img {
        width: calc(100% - 97px);
    }

    .category-card--mod .category-card__info {
        width: 97px;
    }

    /* .category-card--models .category-card__img {
        padding-top: 61%;
    } */

    .category-card--models .category-card__info {
        padding: 10px 10px;
    }

    .comments__input {
        margin-bottom: 25px;
        width: 100%;
    }

    .comments__input--message {
        margin-bottom: 0;
    }

    .comments__input input,
    .comments__input .textfield {
        padding: 0 45px 0 15px;
    }

    .comments__input .textfield {
        padding: 15px 45px 15px 15px;
    }

    .comments__input-send {
        right: 15px;

        width: 22px;
        height: 25px;
    }

    .comments__input-send svg {
        width: 22px;
        height: 25px;
    }

    .comments__item:not(:last-child) {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .comments__item-txt {
        font-size: 14px;

        margin-bottom: 15px;
    }

    .comments__item-ctrl.show {
        padding-bottom: 50px;
    }

    .comments__item-reply {
        margin-right: 20px;
    }

    .comments__item-like-btn svg {
        width: 21px;
        height: 21px;
    }

    .gallery .grid-item,
    .gallery .grid-sizer {
        width: 33.333%;
    }

    .head-ctrl__rating {
        margin-right: 15px;
    }

    .head-ctrl__subscribe-btn {
        font-size: 12px;

        width: 90px;
    }

    .head-nav {
        display: block;

        margin-bottom: 20px;
    }

    .head-nav__title {
        margin-bottom: 12px;
        padding: 0;
    }

    .head-nav__sort {
        margin: 0 5px 0 auto;
    }

    .head-nav--filter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .head-nav--filter .head-nav__title {
        margin-bottom: 0;
    }

    .head-nav--filter .head-nav__ctrl {
        top: -2px;
    }

    .one-album__head {
        display: block;
    }

    .one-album__head-title {
        margin-bottom: 15px;
        padding: 0;
    }

    .one-channel__comment {
        padding: 15px 15px 35px;
    }

    .one-channel__comment-head {
        margin-bottom: 15px;
    }

    .one-channel__comment-info {
        margin-top: 5px;
    }

    .one-channel__comment-name {
        font-size: 14px;
    }

    .one-channel__comment-date {
        font-size: 12px;
    }

    .one-channel__comment-txt {
        font-size: 14px;
        line-height: 1.4;
    }

    .one-channel__comment-link {
        font-size: 12px;

        bottom: 21px;
    }

    .one-channel__head {
        display: block;

        margin-bottom: 10px;
    }

    .one-channel__head-title {
        margin-bottom: 20px;
        padding: 0;
    }

    .one-channel__board-img {
        height: 165px;
    }

    .one-channel__board-img img {
        height: 100%;

        -o-object-fit: cover;
        object-fit: cover;
    }

    .one-channel__info-holder {
        position: relative;

        display: block;

        padding-bottom: 40px;

        background-color: #fff;
        -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, .25);
        box-shadow: 0 4px 15px rgba(0, 0, 0, .25);
    }

    .one-channel__info-inner {
        width: 100%;
        padding: 20px 40px 5px;

        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .one-channel__info-more {
        display: none;

        width: 100%;
        padding: 15px 0 0;
    }

    .one-channel__info-more-btn {
        position: absolute;
        bottom: 10px;
        left: 50%;

        display: block;

        width: 20px;
        height: 20px;

        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .one-channel__info-more-btn.active:after {
        top: 1px;

        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .one-channel__info-more-btn:after {
        position: absolute;
        top: 7px;
        left: calc(50% - 6px);

        content: '';
        -webkit-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;

        border: 6px solid transparent;
        border-top: 6px solid #000;
    }

    .one-channel__info-row {
        flex-direction: column-reverse;

        margin: 0;

        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
    }

    .one-channel__info-row--mod {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;

        margin: 0 -15px;

        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
    }

    .one-channel__info-col {
        width: 100%;
        padding: 0;
    }

    .one-channel__info-col--mod {
        width: 50%;
        padding: 0 15px;
    }

    .one-channel__info-item {
        padding: 10px 40px 30px;

        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .one-channel__info-title {
        display: none;
    }

    .one-channel__info-title--mod {
        display: block;
    }

    .one-channel__info-elem:not(:last-child) {
        margin-bottom: 20px;
    }

    .one-channel__caption {
        font-size: 16px;

        padding: 10px 10px;
    }

    .one-model__videos-title {
        font-size: 14px;
    }

    .one-model__head-title {
        font-size: 14px;
    }

    .one-model__info-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column-reverse;

        max-width: 100%;
        padding-right: 100px;

        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
    }

    .one-model__info-subtitle {
        font-size: 12px;
    }

    .one-model__info-descr {
        margin-bottom: 0;
    }

    .one-model__info-descr p {
        font-size: 12px;
        line-height: 18px;
    }

    .one-model__info-list {
        margin-bottom: 20px;
    }

    .one-model__info-list li {
        font-size: 12px;
    }

    .one-model__info-link {
        font-size: 12px;

        margin-bottom: 15px;
    }

    .one-model__info-videos {
        top: 160px;
        bottom: auto;

        width: 88px;
        height: 88px;

        border-width: 4px;
    }

    .one-model__info-videos-val {
        font-size: 30px;
    }

    .one-model__info-videos-txt {
        font-size: 10px;
    }

    .pagination__btn {
        display: none;
    }

    .pagination__list {
        margin: 0;

        border: none;
        border-radius: 0;
    }

    .pagination__list-item {
        display: none;
    }

    .pagination__list-item.arrow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .pagination__list-item.arrow a {
        border: 1px solid #bbb;
    }

    .pagination__list-item.arrow-prev a {
        border-radius: 4px 0 0 4px;
    }

    .pagination__list-item.arrow-next a {
        border-radius: 0 4px 4px 0;
    }

    .pagination__list-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .pagination__list-mobile input {
        font-size: 14px;

        width: 56px;
        height: 36px;
        padding: 0 5px;

        text-align: center;

        border: 1px solid #bbb;
        border-width: 1px 1px 1px 0;
        -webkit-box-shadow: 0 1px 1px rgba(221, 221, 221, .5), inset 0 1px 3px rgba(153, 153, 153, .5);
        box-shadow: 0 1px 1px rgba(221, 221, 221, .5), inset 0 1px 3px rgba(153, 153, 153, .5);
    }

    .pagination__list-mobile-txt {
        padding: 0 10px;
    }

    .pagination__list-mobile-txt span:last-child {
        padding-left: 4px;

        color: #f15651;
    }

    .playlist-view__head {
        display: block;

        margin-bottom: 20px;
    }

    .playlist-view__head-title {
        margin-bottom: 12px;
        padding: 0;
    }

    .playlist-view__head-btn {
        font-size: 14px;

        width: 120px;
    }

    .playlist-view__head-ctrl {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .playlist-view__rating-val {
        width: 95px;
        height: 95px;
    }

    .playlist-view__rating-val span.title {
        font-size: 17px;
    }

    .playlist-view__rating-val .rate {
        font-size: 24px;
    }

    .playlist-view__rating-val sub {
        font-size: 16px;
    }

    .playlist-view__nav-item {
        margin-right: 15px;
    }

    .playlist-view__nav-link {
        padding: 3px 5px;

        border: 1px solid #000;
        border-radius: 4px;
    }

    .playlist-view__nav-link span {
        display: none;
    }

    .playlist-view__nav-link:hover {
        border-color: #f15651;
    }

    .playlist__head {
        display: block;
    }

    .playlist__head-title {
        font-size: 18px;

        margin-bottom: 25px;
    }

    .playlist__head-ctrl {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .playlist__head-link {
        font-size: 12px;
    }

    .playlist__head-link:before {
        top: 3px;

        border: 4px solid transparent;
        border-top: 4px solid #000;
    }

    .playlist__head-drop {
        right: auto;
        left: 0;
    }

    .playlist__head-drop-inner {
        width: 160px;
    }

    .playlist__head-drop-inner:before {
        right: auto;
        left: 13px;
    }

    .playlist__item-img {
        padding-top: 56.25%;
    }

    .playlist__item-info {
        width: 150px;
        padding: 20px 10px;
    }

    .playlist__item-info-inner {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .playlist__item-title {
        font-size: 12px;
        line-height: 1.2;

        padding-bottom: 10px;

        text-align: left;
    }

    .playlist__item-title:before {
        left: 0;

        width: 100%;
        height: 3px;

        -webkit-transform: none;
        transform: none;
    }

    .playlist__item-val {
        font-size: 18px;

        text-align: left;
    }

    .playlist__item-bottom {
        display: none;
    }

    .popup__box-info {
        width: 100%;
        margin-bottom: 15px;
    }

    .popup__box-ctrl {
        width: 100%;

        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .popup__box-ctrl-item {
        margin-right: 15px;
    }

    .profile {
        margin-bottom: 0;
    }

    .profile__sidebar-head {
        width: 130px;
    }

    .profile__sidebar-img {
        width: 75px;
        height: 75px;
    }

    .profile__sidebar-name {
        font-size: 16px;

        padding: 0 5px;
    }

    .profile__sidebar-list {
        width: calc(100% - 130px);
        padding-left: 10px;
    }

    .profile__sidebar-item:not(:last-child) {
        margin-bottom: 10px;
    }

    .profile__sidebar-link span {
        font-size: 12px;
    }

    .profile__headline-name {
        width: calc(100% - 110px);
        margin: 0;
        padding-right: 10px;
    }

    .profile__headline-size {
        width: 110px;
    }

    .profile__headline-btn {
        width: 34px;
        height: 34px;

        border-radius: 50%;
    }

    .profile__headline-btn svg {
        margin: 0;
    }

    .profile__headline-btn span {
        display: none;
    }

    .profile__nav {
        overflow: hidden;
        overflow-x: auto;

        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .profile__nav-wrap {
        position: relative;
        z-index: 1;
    }

    .profile__nav-wrap:after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;

        width: 40px;

        content: '';

        background: -webkit-gradient(linear, right top, left top, from(white), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0) 100%);
    }

    .profile__nav-item:last-child {
        padding-right: 30px;
    }

    .profile__nav-link span {
        white-space: nowrap;
    }

    .profile__box-title {
        margin-bottom: 15px;
    }

    .profile__box-row:not(:last-child) {
        margin-bottom: 0;
    }

    .profile__box-col {
        width: 100%;
        margin-bottom: 10px;
    }

    .profile__inputbox {
        display: block;
    }

    .profile__inputbox-title {
        display: block;

        margin-bottom: 10px;
        padding: 0;

        text-align: left;
    }

    .profile__upload-avatar {
        margin: 0 auto 20px;
    }

    .profile__upload-img {
        margin: 0 auto 20px;
    }

    .profile__upload-btn {
        margin: 0 auto;
    }

    .streaming-slider__head {
        margin-bottom: 15px;
    }

    .streaming-slider__title {
        font-size: 18px;
    }

    .streaming-slider__ctrl-btn:not(:last-child) {
        margin-right: 15px;
    }

    .streaming-slider__main-item {
        width: 180px;
    }

    .streaming-slider__main .swiper-button-next,
    .streaming-slider__main .swiper-button-prev {
        width: 38px;
    }

    .streaming-slider__main .swiper-button-next:after,
    .streaming-slider__main .swiper-button-prev:after {
        font-size: 18px;
    }

    .tags__head {
        display: block;

        margin-bottom: 21px;
    }

    .tags__head-title {
        margin-bottom: 15px;
    }

    .tags__alphabet-link {
        font-size: 18px;

        width: 28px;
        height: 28px;
    }

    .tags__box-decor {
        left: -20px;
    }

    .video__player-title {
        font-size: 16px;
    }

    .video__player-tools-inner {
        display: block;
    }

    .video__player-rating {
        margin-bottom: 10px;
    }

    .video__player-ctrl {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: none;
    }

    .video__player-ctrl.show {
        display: flex;
    }

    .video__player-link,
    .favourites-li {
        margin-right: 15px;
    }

    .favourites-li:last-of-type {
        margin-right: 0;
    }

    .video__player-link svg.icon-later {
        width: 17px;
        height: 19px;
    }

    .video__player-more {
        padding-top: 0;
    }

    .video__player-more-category {
        font-size: 12px;

        margin-top: 10px;
        padding: 5px 10px;
    }
}

@media (max-width: 680px) {
    .frame-board__item:nth-child(2) {
        display: none;
    }
}

@media (max-width: 580px) {
    .columns--6 {
        width: 50%;
    }


    .filter__drop-box {
        padding: 25px 15px 5px;
    }

    .filter__drop-inner {
        max-width: 280px;
        margin: 0 auto;
    }

    .filter__drop-inner:before {
        display: none;
    }

    .filter__drop-list {
        width: 50%;
        margin: 0 0 30px;
    }

    .filter__drop-list:nth-child(odd) .filter__drop-title,
    .filter__drop-list:nth-child(odd) .filter__drop-item {
        padding-left: 0;
    }

    .filter__drop-list:nth-child(even) .filter__drop-title,
    .filter__drop-list:nth-child(even) .filter__drop-item {
        padding-right: 0;
    }

    .filter__drop-title {
        border-bottom: 1px solid #bdbdbd;
    }
}

@media (max-width: 470px) {

    .gallery .grid-item,
    .gallery .grid-sizer {
        width: 50%;
    }
}

@media (max-width: 460px) {
    .col--mod {
        width: 100%;
    }

    .playlist__head-parent:not(:last-child) {
        margin-right: 20px;
    }

    .playlist__head-parent:last-child .playlist__head-drop {
        right: 0;
        left: auto;
    }

    .playlist__head-parent:last-child .playlist__head-drop-inner:before {
        right: 23px;
        left: auto;
    }

    .video__player-inner {
        margin-bottom: 15px;
    }

    .video__player-link {
        padding: 3px 5px;

        border: 1px solid #000;
        border-radius: 4px;
    }

    .video__player-link.active {
        border-color: #f15651;
    }

    .video__player-link:hover {
        border-color: #f15651;
    }

    .video__player-link span {
        display: none;
    }

    .video__player-more-inner {
        padding-top: 5px;
    }

    .video__player-more-category {
        margin: 5px 0 0 0;
    }

    .video__player-more-category:not(:last-child) {
        margin-right: 5px;
    }
}

@media (max-width: 440px) {
    .card-playlist__ctrl-drop {
        top: 0;
        right: 30px;

        padding: 8px;
    }

    .card__ctrl-drop {
        top: 0;
        right: 30px;

        padding: 8px;
    }
}

@media (max-width: 375px) {
    .categories__col {
        width: 50%;
    }

    .categories__col--channels {
        width: 50%;
    }

    .category-card__ctrl-btn {
        font-size: 11px;
    }

    .category-card__ctrl-rating span {
        font-size: 10px;

        margin-top: 3px;
    }

    .category-card__ctrl-rating svg {
        width: 16px;
        height: 15px;
    }

    .category-card--mod {
        flex-direction: column;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }

    .category-card--mod .category-card__img {
        width: 100%;
    }

    .category-card--mod .category-card__info {
        width: 100%;
    }

    .head-ctrl {
        flex-direction: column;

        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }

    .head-ctrl__left {
        margin-bottom: 15px;
    }

    .head-ctrl__rating {
        margin: 0;
    }

    .one-channel__info-inner {
        padding: 20px 15px 5px;
    }

    .one-channel__info-item {
        padding: 10px 15px 30px;
    }

    .playlist-view__head-btn {
        margin-top: 10px;
    }

    .playlist-view__head-ctrl {
        display: block;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .header__logo-link {
        height: 49px;
    }

    .header__search-input {
        line-height: 1;
    }
}

.no-thumb {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px solid #f15651;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.no-thumb img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: static !important;
    max-width: 60% !important;
    -webkit-filter: grayscale(1) !important;
    filter: gray !important;
    filter: grayscale(1) !important;
    width: 60% !important;
    height: auto !important;
    transform: translateX(0);
}

.player-wrap {
    position: relative;
}

#kt_player {
    position: absolute !important;
}

.rating-container {
    position: relative;
}

.rating-container .voters {
    position: absolute;
    left: 0;
    bottom: 100%;
    z-index: 99999;
    background: #ebeaea;
}

.rating-container .voters.transparent,
.head-ctrl__rating .voters {
    background: transparent;
}

@media (max-width: 767px) {
    .rating-container .voters {
        position: static;
        left: 0;
        bottom: 0;
        z-index: 99999;
        background: transparent;
    }
}

.fancybox-overlay {
    background: rgba(44, 40, 56, .9);
}

.fancybox-close {
    top: -0;
    right: -0;
    opacity: 0;
}

.generic-error {
    color: #f00;
}

.captcha-control img {
    margin: 0 0 10px;
}

form .list-selector-popup {
    position: absolute;
    width: 100%;
    height: 160px;
    left: 0;
    bottom: 52px;
    border-radius: 5px;
    -webkit-box-shadow: -1px 1px 5px rgba(207, 207, 207, 0.65);
    box-shadow: -1px 1px 5px rgba(207, 207, 207, 0.65);
    z-index: 10000;
    background-color: #f9f9f9;
}

form .list-selector-popup:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #f9f9f9;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    -webkit-box-shadow: -1px 1px 5px rgba(207, 207, 207, 0.65);
    box-shadow: -1px 1px 5px rgba(207, 207, 207, 0.65);
    bottom: -5px;
    z-index: 10000;
}

form .list-selector-popup:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 7px;
    background-color: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    z-index: 10001;
}

form .list-selector-popup .button-group {
    overflow-y: scroll;
    overflow-x: hidden;
    position: absolute;
    top: 8px;
    left: 8px;
    bottom: 30px;
    right: 8px;
}

form .list-selector-popup .button-group .group-title {
    margin: 0 5px 10px 0;
    padding: 3px;
    line-height: 1.2;
    background: #c8c8c8;
    font-weight: 800;
}

form .list-selector-popup .button-group .item {
    display: inline-block;
    width: 31%;
    padding: 3px 0 10px;
    vertical-align: top;
}

.fancybox-inner form .list-selector-popup .button-group .item {
    width: 49%;
    width: 100%;
}

.fancybox-outer,
.fancybox-inner {
    height: auto !important;
}

form .list-selector-popup .button-group .item label {
    color: #212121;
    font-size: 12px;
    cursor: pointer;
    position: relative;
    padding: 0 0 0 25px;
}

form .list-selector-popup .filter {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #c8c8c8;
    border: none;
}

form .list-selector-popup .filter input {
    width: 100%;
    height: 100%;
    padding: 8px 10px;
    border: none;
    background-color: #fff;
    color: #212121;
    font-weight: 400;
    line-height: 14px;
}

.js-url {
    position: fixed;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8041;
}

.width_popup {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 0;
    height: 0;
    max-width: 1500px;
}

.black .popup-overlay {
    background-color: rgba(44, 40, 56, 0.9);
}

.black {
    color: #8b8f96;
    background: #16171b;
}

.black .header__search-toggler svg {
    fill: #fff;
}

.black h1,
.black h2,
.black h3,
.black h4,
.black h5,
.black h6 {
    color: #fff;
}

.black hr {
    background: #e9e9e9;
}

.black a {
    color: #f15651;
}

.black .static-content blockquote {
    border-left: 2px solid #ccc;
}

.black .static-content ul li:before {
    background: red;
}

.black .static-content table th {
    border-bottom: 1px solid #000;
}

.black .static-content table tr:nth-child(odd) td {
    background-color: #f4f4f4;
}

.black .red {
    color: #f15651;
}

.black .btn {
    color: #f15651;
    background: #000;
}

.black .btn:hover,
.black .btn:active,
.black .btn.active {
    background: #2c2838;
}

.black .btn.disabled,
.black .btn[disabled=disabled],
.black .btn[disabled] {
    color: #ccc;
    border-color: #ccc;
    background: #8a8a8a;
}

.black textarea,
.black select,
.black input {
    background-color: #2e2f35;
    color: #8b8f96;
}

.black textarea::-webkit-input-placeholder,
.black select::-webkit-input-placeholder,
.black input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.black textarea::-moz-placeholder,
.black select::-moz-placeholder,
.black input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.black textarea:-ms-input-placeholder,
.black select:-ms-input-placeholder,
.black input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.black textarea.disabled,
.black textarea[disabled=disabled],
.black textarea[disabled],
.black select.disabled,
.black select[disabled=disabled],
.black select[disabled],
.black input.disabled,
.black input[disabled=disabled],
.black input[disabled] {
    background-color: #f3f3f3;
}

.black input[type=file]+label {
    color: #8a8a8a;
    border: 1px dashed #c4c4c4;
    background: #fff;
}

.black input[type=file]+label:hover {
    border-color: #696969;
    background: #e9e9e9;
}

.black select {
    background-color: #fff;
}

.black .streaming-slider__ctrl-btn svg {
    fill: #fff;
}

.black .streaming-slider__ctrl-btn svg:hover {
    fill: #f15651;
}

.black .select-holder .select2-container .select2-selection--single:after,
.black .select-holder .select2-selection--multiple:after {
    border: 2px solid #fff;
    border-width: 0 2px 2px 0;
}

.black .select-holder .select2-container.select2-container--open .select2-selection--single {
    border-color: #f15651;
}

.black .select-holder .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #f15651;
}

.black .select-holder .select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #fff;
    background-color: #f15651;
}

.black .select-holder .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
}

.black .select-holder .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff;
}

.black .select2-dropdown {
    border: 1px solid #f15651;
    background: #000;
}

.black .select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: #f15651;
    background-color: #2c2838;
}

.black .select2-container--default .select2-results__option[aria-selected=true] {
    color: #fff;
    background-color: #f15651;
}

.black .icon-facebook {
    fill: #4267b2;
}

.black .icon-instagram {
    fill: #c63599;
}

.black .icon-twitter {
    fill: #03a9f4;
}

.black .icon-snapchat {
    fill: #ffc32c;
}

.black .footer__nav-link {
    color: #fff;
}

.black .footer__nav-link:hover {
    color: #f15651;
}

.black .footer__txt span {
    color: #8b8f96;
}

.black .footer__copy {
    color: #8b8f96;
}

.black .header__theme-btn {
    background: #f15651;
    -webkit-box-shadow: 0 6px 8px rgba(21, 21, 21, 0.1);
    box-shadow: 0 6px 8px rgba(21, 21, 21, 0.1);
}

.black .header__theme-btn svg {
    fill: #fff;
}

.black .header__lang:before {
    background-color: #fff;
}

.black .header__lang-item {
    color: #8b8f96;
}

.black .header__lang-item:hover span {
    color: #f15651;
}

.black .header__sidebar-btn .line {
    background-color: #fff;
}

.black .header__sidebar-btn .line:before,
.black .header__sidebar-btn .line:after {
    background-color: #fff;
}

.black .header__sidebar-btn:hover .line {
    background-color: #f15651;
}

.black .header__sidebar-btn:hover .line:before,
.black .header__sidebar-btn:hover .line:after {
    background-color: #f15651;
}

.black .header__sidebar-btn.active .line {
    background: transparent;
}

.black .header__sidebar-drop {
    background-color: #2e2f35;
}

.black .header__sidebar-list {
    border-bottom: 2px solid #ebeaea;
}

.black .header__sidebar-item a {
    color: #fff;
}

.black .header__sidebar-item a svg {
    fill: #fff;
}

.black .header__sidebar-item a:hover {
    color: #f15651;
}

.black .header__sidebar-item a:hover svg {
    fill: #f15651;
}

.black .header__sidebar-item a:hover .icon-star {
    stroke: #f15651;
    fill: transparent;
}

.black .header__sidebar-item-icon .icon-star {
    stroke: #fff;
    fill: transparent;
}

.black .header__sidebar-search-icon svg:hover {
    fill: #f15651;
}

.black .header__sidebar-input {
    background-color: #16171b;
    color: #8b8f96;
}

.black .header__sidebar-search-icon svg {
    fill: #fff;
}

.black .header__sidebar-categories li a {
    color: #fff;
}

.black .header__sidebar-categories li a:hover {
    color: #f15651;
}

.black .header__nav-item a {
    color: #fff;
}

.black .header__nav-item a:hover {
    color: #f15651;
}

.black .header__nav-item a:before {
    background-color: #f15651;
}

.black .header__nav-item a:active,
.black .header__nav-item a.active {
    color: #f15651;
}

.black .header__nav-sub-btn {
    color: #fff;
}

.black .header__nav-sub-btn:before {
    border: 6px solid transparent;
}

.black .header__nav-sub-btn:hover {
    color: #f15651;
}

.black .header__nav-sub-btn:hover:before {
    border-top-color: #f15651;
}

.black .header__nav-sub-list {
    background-color: #2e2f35;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
}

.black .header__nav-sub-list:before {
    border: 10px solid transparent;
    border-bottom: 10px solid #2e2f35;
}

.black .header__search-input {
    background-color: #2e2f35;
    color: #8b8f96;
}

.black .header__search-input::-webkit-input-placeholder {
    color: #a1a1a1;
}

.black .header__search-input::-moz-placeholder {
    color: #a1a1a1;
}

.black .header__search-input:-ms-input-placeholder {
    color: #a1a1a1;
}

.black .header__search-btn {
    background: transparent;
}

.black .header__search-btn:hover svg {
    fill: #f15651;
}

.black .header__search-btn svg {
    fill: #fff;
}

.black .header__login-link {
    color: #fff;
}

.black .header__login-link:hover {
    color: #f15651;
}

.black .header__user-btn:before {
    border: 6px solid transparent;
    border-top: 6px solid #fff;
}

.black .header__user-btn:hover:before {
    border-top-color: #f15651;
}

.black .header__user-icon img {
    -o-object-fit: cover;
    object-fit: cover;
}

.black .header__user-item a {
    color: #fff;
}

.black .header__user-item a:hover {
    background-color: rgba(241, 86, 81, 0.3);
}

.black #preloader {
    background: #fff;
}

.black .tcon-loader--spinner360 {
    -webkit-animation: tcon-spin360 0.675s linear infinite forwards;
    animation: tcon-spin360 0.675s linear infinite forwards;
    background: #f1f1f1;
}

.black .tcon-loader--spinner360:before {
    background: #000;
}

.black .tcon-loader--spinner360:after {
    background: #fff;
}

.black .tcon-visuallyhidden {
    clip: rect(0 0 0 0);
    border: 0;
}

.black .card-playlist:hover {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}

.black .card-playlist__img img {
    -o-object-fit: cover;
    object-fit: cover;
}

.black .card-playlist__info {
    background-color: rgba(52, 21, 39, 0.8);
}

.black .card-playlist__info-name {
    color: #ebeaea;
}

.black .card-playlist__info-name:before {
    background-color: #f15651;
}

.black .card-playlist__info-val {
    color: #fff;
}

.black .card-playlist__ctrl-btn:hover svg {
    fill: #f15651;
}

.black .card-playlist__ctrl-btn svg {
    fill: #fff;
}

.black .card-playlist__ctrl-drop {
    background-color: #fff;
    -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.14);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.14);
}

.black .card-playlist__ctrl-item span {
    color: rgba(255, 255, 255, 0.8);
}

.black .card-playlist__ctrl-item span:hover {
    color: #f15651;
}

.black .card:hover {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}

.black .card__holder img {
    -o-object-fit: cover;
    object-fit: cover;
}

.black .card__time {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
}

.black .card__ctrl-btn {
    background-color: rgba(0, 0, 0, 0.5);
}

.black .card__ctrl-btn:hover svg {
    fill: #f15651;
}

.black .card__ctrl-btn svg {
    fill: #fff;
}

.black .card__ctrl-drop {
    background-color: #fff;
    -webkit-box-shadow: 0 8px 16px #000;
    box-shadow: 0 8px 16px #000;
}

.black .card__ctrl-item span {
    color: rgba(255, 255, 255, 0.8);
}

.black .card__ctrl-item span:hover {
    color: #f15651;
}

.black .categories__box {
    background: #2e2f35;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}

.black .categories__box-item a {
    color: #fff;
}

.black .categories__box-item a:hover {
    color: #f15651;
}

.black .categories__list {
    background-color: #2e2f35;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}

.black .categories__list-title {
    color: #fff;
    background-color: #000;
}

.black .categories__list-item a {
    color: #fff;
}

.black .categories__list-item a:hover {
    color: #f15651;
}

.black .categories__list-more a {
    border-bottom: 1px solid transparent;
}

.black .categories__list-more a:hover {
    border-bottom-color: #f15651;
}

.black .category-card {
    background-color: #2e2f35;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
}

.black .category-card:hover .category-card__info-name {
    color: #f15651;
}

.black .category-card .category-card__ctrl-rating svg {
    fill: #fff;
}

.black .category-card__img img {
    -o-object-fit: cover;
    object-fit: cover;
}

.black .category-card__info-name {
    color: #fff;
}

.black .category-card__info-name:before {
    background-color: #f15651;
}

.black .category-card__info-videos {
    color: #fff;
}

.black .category-card__ctrl-btn {
    color: #fff;
}

.black .category-card__ctrl-btn:hover {
    color: #f15651;
}

.black .category-card__ctrl-rating span {
    color: #fff;
}

.black .checkbox span {
    color: #fff;
}

.black .checkbox span:before {
    background: rgba(255, 255, 255, 0.9);
}

.black .checkbox span:after {
    border-bottom: 2px solid #f15651;
}

.black .comments__input input,
.black .comments__input .textfield {
    -webkit-box-shadow: 0 -8px 20px rgba(21, 21, 21, 0.1);
    box-shadow: 0 -8px 20px rgba(21, 21, 21, 0.1);
}

.black .comments__input-send {
    border: 0;
    opacity: 1;
}

.black .comments__input-send svg {
    fill: #fff;
}

.black .comments__input-send:hover svg {
    fill: #f15651;
}

.black .comments__item:not(:last-child) {
    border-bottom: 1px solid #ebeaea;
}

.black .comments__item-icon .no-thumb {
    border-color: #8b8f96;
}

.black .comments__item-icon svg {
    fill: #8b8f96;
}

.black .comments__item-icon img {
    -o-object-fit: cover;
    object-fit: cover;
}

.black .comments__item-name {
    color: #fff;
}

.black a.comments__item-name:hover {
    color: #f15651;
}

.black .comments__item-time {
    color: #8b8f96;
}

.black .comments__item-reply {
    color: #8b8f96;
}

.black .comments__item-reply:hover,
.black .comments__item-reply.active {
    color: #f15651;
}

.black .comments__item-like-btn:hover svg,
.black .comments__item-like-btn.active svg {
    fill: #f15651;
}

.black .comments__item-like-btn svg {
    fill: rgba(255, 255, 255, 0.8);
}

.black .comments__item-like span {
    color: rgba(44, 40, 56, 0.4);
}

.black .filter__btn {
    color: #fff;
}

.black .filter__btn:after {
    border: 6px solid transparent;
    border-top: 6px solid #fff;
}

.black .filter__title {
    color: #fff;
}

.black .filter__btn.active {
    color: #f15651;
}

.black .filter__btn.active:after {
    border-top-color: #f15651;
}

.black .filter__btn:hover {
    color: #f15651;
}

.black .filter__btn:hover:after {
    border-top-color: #f15651;
}

.black .filter__drop-box {
    background-color: #2e2f35;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}

.black .filter__drop-inner:before {
    background-color: #bdbdbd;
}

.black .filter__drop-title {
    color: #fff;
}

.black .filter__drop-item a {
    color: #fff;
}

.black .filter__drop-item a:hover {
    color: #f15651;
}

.black .gallery__item:hover {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}

.black .gallery__item-overlay {
    background-color: #fff;
    background-color: rgba(52, 21, 39, 0.8);
}

.black .gallery__item-btn svg {
    fill: #f15651;
}

.black .lg-backdrop {
    background-color: rgba(52, 21, 39, 0.9);
}

.black .lg-actions .lg-next {
    background-color: #000;
}

.black .lg-actions .lg-next:hover svg {
    fill: #f15651;
}

.black .lg-actions .lg-next svg {
    fill: #fff;
}

.black .lg-actions .lg-prev {
    background-color: #000;
}

.black .lg-actions .lg-prev:hover svg {
    fill: #f15651;
}

.black .lg-actions .lg-prev svg {
    fill: #fff;
}

.black .lg-toolbar .lg-icon:hover:before,
.black .lg-toolbar .lg-icon:hover:after {
    background-color: #f15651;
}

.black .lg-toolbar .lg-icon:before,
.black .lg-toolbar .lg-icon:after {
    background-color: #fff;
}

.black #lg-counter {
    color: #fff;
}

.black .head-ctrl .tooltip {
    color: #fff;
    background-color: #f15651;
}

.black .head-ctrl__comment {
    color: #8b8f96;
}

.black .head-ctrl__comment svg {
    fill: #8b8f96;
}

.black .head-ctrl__comment:hover {
    color: #f15651;
}

.black .head-ctrl__comment:hover svg {
    fill: #f15651;
}

.black .head-ctrl__rating-btn {
    color: #8b8f96;
    border: 0;
}

.black .head-ctrl__rating-btn svg {
    fill: #8b8f96;
}

.black .head-ctrl__rating-btn.active svg {
    fill: #f15651;
}

.black .head-ctrl__rating-btn:hover svg {
    fill: #f15651;
}

.black .head-ctrl__subscribe-btn {
    color: #fff;
}

.black .head-ctrl__subscribe-btn:hover {
    color: #f15651;
}

.black .head-nav__ctrl-item a {
    color: #8b8f96;
}

.black .head-nav__ctrl-item.active a {
    color: #f15651;
}

.black .head-nav__ctrl-item a:before {
    background-color: #000;
}

.black .head-nav__ctrl-item a:hover {
    color: #f15651;
}

.black .head-nav__ctrl-item a.active {
    color: #f15651;
}

.black .head-nav__sort-btn:hover {
    color: #f15651;
}

.black .head-nav__sort-btn:hover:after {
    border-top-color: #f15651;
}

.black .head-nav__sort-btn:after {
    border: 6px solid transparent;
    border-top: 6px solid #fff;
}

.black .head-nav__sort-btn.active {
    color: #f15651;
}

.black .head-nav__sort-drop {
    background-color: #2e2f35;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}

.black .head-nav__sort-item a {
    color: #fff;
}

.black .head-nav__sort-item a:hover {
    color: #f15651;
}

.black .one-album__head-ctrl svg {
    fill: #8b8f96;
}

.black .one-album__head-ctrl:hover {
    color: #f15651;
}

.black .one-album__head-ctrl:hover svg {
    fill: #f15651;
}

.black .one-album__ctrl-txt a {
    color: #fff;
}

.black .one-album__ctrl-txt a:hover {
    color: #f15651;
}

.black .one-album__ctrl-download {
    color: #fff;
    fill: #fff;
}

.black .one-album__ctrl-download:hover {
    color: #f15651;
}

.black .one-album__ctrl-download:hover svg {
    fill: #f15651;
}

.black .one-channel__videos-list li a {
    color: #2c2838;
}

.black .one-channel__videos-list li a:after {
    background-color: #341527;
}

.black .one-channel__videos-list li a:hover {
    color: #f15651;
}

.black .one-channel__videos-list li a.active {
    color: #f15651;
}

.black .one-channel__content-title {
    color: #fff;
}

.black .one-channel__comment {
    background-color: #2e2f35;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.black .one-channel__comment-icon img {
    -o-object-fit: cover;
    object-fit: cover;
}

.black .one-channel__comment-name {
    color: #fff;
}

.black .one-channel__comment-date {
    color: rgba(255, 255, 255, 0.9);
}

.black .one-channel__comment-link {
    color: #9b9b9b;
}

.black .one-channel__comment-link:hover {
    color: #f15651;
}

.black .one-channel__comment-link:before {
    background-color: #9b9b9b;
}

.black .one-channel__aside-item {
    color: #fff;
}

.black .one-channel__aside-item:hover {
    color: #f15651;
}

.black .one-channel__aside-item img {
    -o-object-fit: cover;
    object-fit: cover;
    /* -webkit-filter: grayscale(1) !important;
    filter: gray !important;
    filter: grayscale(1) !important; */
}

.black .one-channel__aside-item span {
    color: #fff;
}

.black .one-channel__aside-item span {
    color: #fff;
}

.black .one-channel__aside-item:hover span {
    color: #f15651;
}

.black .one-channel__aside-item span.no-thumb {
    background: rgba(0, 0, 0, 0.8);
}

.black .one-channel__aside-item span.no-thumb img {
    opacity: 0.2;
}

.black .one-channel__aside-overlay {
    background-color: rgba(52, 21, 39, 0.8);
}

.black .one-channel__info-inner {
    background-color: #2e2f35;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
}

.black .one-channel__info-item {
    background-color: #2e2f35;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
}

.black .one-channel__info-progress-bar {
    background-color: #c4c4c4;
}

.black .one-channel__info-progress-bar .line {
    background-color: #f15651;
}

.black .one-channel__info-elem:before {
    background-color: #f15651;
}

.black .one-channel__info-elem-link {
    color: #9b9b9b;
}

.black .one-channel__info-elem-link:hover {
    color: #f15651;
}

.black .one-channel__info-elem-link:before {
    background-color: #9b9b9b;
}

.black .one-channel__caption {
    color: #ebeaea;
    background-color: #1d1d1d;
}

.black .one-model__img-inner {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background: #000;
}

.black .one-model__head-title {
    color: #f15651;
}

.black .one-model__info-subtitle {
    color: #fff;
}

.black .one-model__info-list li span.bold {
    color: #fff;
}

.black .one-model__info-link {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
}

.black .one-model__info-link:hover {
    background-color: #2c2838;
}

.black .one-model__info-videos {
    color: #ebeaea;
    border: 6px solid #f15651;
    background-color: #fff;
    background-color: #341527;
    -webkit-box-shadow: 0 16px 19px rgba(0, 0, 0, 0.12);
    box-shadow: 0 16px 19px rgba(0, 0, 0, 0.12);
}

.black .pagination__btn {
    border: 1px solid #2e2f35;
    background-color: #2e2f35;
}

.black .pagination__btn:hover {
    color: #ffffff;
    background-color: #52555f;
}

.black .pagination__list {
    border: 1px solid #16171b;
}

.black .pagination__list-item a {
    background-color: #2e2f35;
    color: #8b8f96;
}

.black .pagination__list-item:not(:last-child) a {
    border-right: 1px solid #16171b;
}

.black .pagination__list-item a.active {
    color: #fff;
    background-color: #f15651;
    border-color: #f15651;
}

.black .pagination__list-item a:not(.active):hover {
    color: #f15651;
}

.black .pagination__list-item.arrow-prev a:before {
    border: 8px solid transparent;
}

.black .pagination__list-item.arrow-prev a:hover:before {
    border-right-color: #f15651;
}

.black .pagination__list-item.arrow-next a:before {
    border: 8px solid transparent;
    border-left: 12px solid #2c2838;
}

.black .pagination__list-item.arrow-next a:hover:before {
    border-left-color: #f15651;
}

.black .pagination__list-item.disable.arrow-prev>a:before {
    border-right-color: rgba(74, 74, 74, 0.5);
}

.black .pagination__list-item.disable.arrow-next>a:before {
    border-left-color: rgba(74, 74, 74, 0.5);
}

.black .playlist-view__head-btn {
    color: #fff;
    background-color: #ebeaea;
}

.black .playlist-view__head-btn:hover {
    color: #f15651;
}

.black .playlist-view__rating-val {
    color: #ebeaea;
    border: 6px solid #f15651;
    background-color: #fff;
    background-color: #341527;
    -webkit-box-shadow: 0 16px 19px rgba(0, 0, 0, 0.12);
    box-shadow: 0 16px 19px rgba(0, 0, 0, 0.12);
}

.black .playlist-view__nav-link:hover svg {
    fill: #f15651;
}

.black .playlist-view__nav-link:hover span {
    color: #f15651;
}

.black .playlist-view__nav-link.active svg {
    fill: #f15651;
}

.black .playlist-view__nav-link span {
    color: #fff;
}

.black .playlist__head-link {
    color: #2c2838;
}

.black .playlist__head-link:before {
    border: 6px solid transparent;
}

.black .playlist__head-link:hover {
    color: #f15651;
}

.black .playlist__head-link:hover:before {
    border-top-color: #f15651;
}

.black .playlist__head-drop-inner {
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
}

.black .playlist__head-drop-inner:before {
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

.black .playlist__head-item a {
    color: #2c2838;
}

.black .playlist__head-item a:hover {
    color: #f15651;
}

.black .playlist__item-img img {
    -o-object-fit: cover;
    object-fit: cover;
}

.black .playlist__item-info {
    background-color: rgba(52, 21, 39, 0.8);
}

.black .playlist__item-title {
    color: #ebeaea;
}

.black .playlist__item-title:before {
    background-color: #f15651;
}

.black .playlist__item-val {
    color: #fff;
}

.black .playlist__item-rate svg {
    fill: #ebeaea;
}

.black .playlist__item-rate span {
    color: #ebeaea;
}

.black .playlist__item-author {
    color: #ebeaea;
    border-bottom: 1px solid #f15651;
}

.black .playlist__item-overlay-inner {
    color: #ebeaea;
}

.black .playlist__item-overlay-inner--top {
    background-color: rgba(52, 21, 39, 0.8);
}

.black .playlist__item-overlay-inner--bottom {
    background-color: rgba(241, 86, 81, 0.8);
}

.black .playlist__item-overlay-inner--bottom:hover {
    color: #341527;
}

.black .popup {
    background: #2c2838;
    background-size: contain;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.8);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.8);
}

.black .popup--support {
    background: #16171b;
    background-size: contain;
}

.black .popup--support .popup__close svg {
    fill: #fff;
}

.black .popup--support .popup__title {
    color: #fff;
}

.black .popup--support .popup__form-box .field-label {
    color: #fff;
}

.black .popup--support .popup__form-box input,
.black .popup--support .popup__form-box textarea {
    border: 1px solid #2e2f35;
    background-color: #2e2f35;
    color: #8b8f96;
}

.black .popup--support .popup__form-box input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 45px #fff !important;
}

.black .popup--support .popup__form-btn {
    color: #fff;
    background-color: #34363c;
}

.black .popup--support .popup__form-btn:hover {
    color: #f15651;
}

.black .popup--lg {
    background: #16171b;
}

.black .popup--lg .popup__close svg {
    fill: #fff;
}

.black .popup__close {
    border: 0;
}

.black .popup__close svg {
    fill: #fff;
}

.black .popup__close:hover svg {
    fill: #f15651;
}

.black .popup__title {
    color: #f15651;
}

.black .popup__form-box input {
    border: 2px solid #ebeaea;
    background-color: #ebeaea;
    color: #000;
}

.black .popup__form-box input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 45px #ebeaea !important;
}

.black .popup__form-box .error-message {
    color: #f15651;
}

.black .popup__form-box .error {
    color: #f15651 !important;
    border: 2px solid #f15651 !important;
}

.black .popup__form-txt {
    color: #fff;
}

.black .popup__form-txt a {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.black .popup__form-txt a:hover {
    color: #f15651;
}

.black .popup__video-title {
    color: #fff;
}

.black .popup__video-arrow {
    border: 0;
}

.black .popup__video-arrow svg {
    fill: #fff;
}

.black .popup__video-arrow:hover svg {
    fill: #f15651;
}

.black .popup__sidebar-link a {
    color: #fff;
}

.black .popup__sidebar-link a:before {
    background-color: #f15651;
}

.black .popup__sidebar-link a.active {
    color: #f15651;
}

.black .popup__sidebar-item img {
    -o-object-fit: cover;
    object-fit: cover;
}

.black .popup__sidebar-time {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
}

.black .popup__box-item a:hover {
    color: #f15651;
}

.black .popup__box-ctrl-item {
    color: #fff;
    fill: #fff;
}

.black .popup__box-ctrl-item:hover {
    color: #f15651;
}

.black .popup__box-ctrl-item:hover svg {
    fill: #f15651;
}

.black .profile__sidebar-head {
    border-bottom: 1px solid #ebeaea;
}

.black .profile__sidebar-img img {
    -o-object-fit: cover;
    object-fit: cover;
}

.black .profile__sidebar-link svg {
    fill: #fff;
}

.black .profile__sidebar-link:hover svg {
    fill: #f15651;
}

.black .profile__sidebar-link:hover span {
    color: #f15651;
}

.black .profile__sidebar-link span {
    color: #fff;
}

.black .profile__content:before {
    background-color: #ebeaea;
}

.black .profile__headline-txt {
    color: #bfbfbf;
}

.black .profile__headline-quantity {
    color: #f5f5f5;
    background-color: #f15651;
}

.black .profile__headline-btn {
    color: #fff;
}

.black .profile__headline-btn:hover {
    color: #f15651;
}

.black .profile__headline-btn:hover svg {
    fill: #f15651;
}

.black .profile__nav {
    border-bottom: 1px solid #ebeaea;
}

.black .profile__nav-link {
    color: #fff;
}

.black .profile__nav-link:hover {
    color: #f15651;
}

.black .profile__nav-link:after {
    background-color: #f15651;
}

.black .profile__nav-link.active:hover {
    color: #fff;
}

.black .profile__nav-quantity {
    color: #a6a6a6;
}

.black .profile__box {
    background-color: #ebeaea;
}

.black .profile__box-percent {
    color: #f15651;
}

.black .profile__box-txt {
    color: #787878;
}

.black .profile__box-txt span:first-child {
    color: #fff;
}

.black .profile__inputbox .radio .checkbox:checked+span:before,
.black .profile__inputbox .radio input[type=radio]:checked+span:before {
    border-color: #f15651;
}

.black .profile__inputbox .radio span {
    color: #fff;
}

.black .profile__inputbox .radio span:before {
    border: 2px solid #fff;
}

.black .profile__inputbox .radio span:after {
    border-color: #f15651;
}

.black .profile__inputbox-icon:after {
    background-color: #ebeaea;
}

.black .profile__inputbox-icon .icon-world {
    fill: rgba(255, 255, 255, 0.8);
}

.black .profile__upload-avatar img {
    -o-object-fit: cover;
    object-fit: cover;
}

.black .profile__upload-btn {
    color: #fff;
    background-color: #f15651;
}

.black .profile__upload-btn:hover {
    color: #f15651;
}

.black .profile__upload-btn:hover svg {
    fill: #f15651;
}

.black .profile__upload-btn svg {
    fill: #fff;
}

.black .profile__change-btn {
    color: #fff;
    background-color: #f15651;
}

.black .profile__change-btn svg {
    fill: #fff;
}

.black .profile__change-btn:hover {
    color: #f15651;
}

.black .profile__change-btn:hover svg {
    fill: #f15651;
}

.black .radio input[type=radio]:checked+span,
.black .radio .checkbox:checked+span {
    color: #f15651;
}

.black .radio span {
    color: rgba(255, 255, 255, 0.8);
}

.black .radio span:after {
    border-bottom: 2px solid #4f3875;
}

.black .streaming-slider__ctrl-btn {
    border: 0;
}

.black .streaming-slider__ctrl-btn:hover svg {
    fill: #f15651;
}

.black .streaming-slider__main .swiper-button-next,
.black .streaming-slider__main .swiper-button-prev {
    background-color: rgba(52, 21, 39, 0.6);
}

.black .streaming-slider__main .swiper-button-next:after,
.black .streaming-slider__main .swiper-button-prev:after {
    color: #fff;
}

.black .tags__alphabet-link {
    color: #fff;
    background-color: #f15651;
}

.black .tags__alphabet-link:hover {
    background-color: #341527;
}

.black .tags__alphabet-link.active {
    background-color: #8b2e2b;
}

.black .tags__box {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}

.black .tags__box-decor span {
    color: #fff;
}

.black .tags__box-link {
    color: #ebeaea;
    background-color: #341527;
}

.black .tags__box-link:hover {
    color: #f15651;
}

.black .video__sidebar-link a {
    color: #fff;
}

.black .video__sidebar-link a:before {
    background-color: #f15651;
}

.black .video__sidebar-link a.active {
    color: #f15651;
}

.black .video__sidebar-link a:hover {
    color: #f15651;
}

.black .video__sidebar-item:hover {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}

.black .video__sidebar-item img {
    -o-object-fit: cover;
    object-fit: cover;
}

.black .video__sidebar-time {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
}

.black .video__player-tools {
    background-color: #2e2f35;
}

.black .video__player-rating-btn {
    border: 0;
}

.black .video__player-rating-btn svg {
    fill: #fff;
}

.black .video__player-rating-btn span {
    color: #fff;
}

.black .video__player-rating-btn:hover svg {
    fill: #f15651;
}

.black .video__player-rating-btn.active svg {
    fill: #f15651;
}

.black .video__player-link.active svg {
    fill: #f15651;
}

.black .video__player-link:hover svg {
    fill: #f15651;
}

.black .video__player-link:hover span {
    color: #f15651;
}

.black .video__player-link svg {
    fill: #fff;
}

.black .video__player-link .done svg {
    fill: #f15651;
}

.black .video__player-link span {
    color: #fff;
}

.black .video__player-more-category {
    color: #fff;
    border: 1px solid #fff;
}

.black .video__player-more-category:hover {
    color: #fff;
    border-color: #f15651;
}

.black .video__player-more-category.tag {
    color: #fff;
    border: 1px solid #34363c;
    background: #34363c;
}

.black .video__player-more-category.tag:hover {
    color: #fff;
    border-color: #f15651;
    background: #f15651;
}

.black .video__player-more-category.sponsor {
    color: #fff;
    border-color: #f15651;
    background: #f15651;
}

.black .video__player-more-category.sponsor:hover {
    color: #fff;
    border-color: #7a7a7a;
    background: #7a7a7a;
}


.black .video__player-more-btn {
    border: 0;
}

.black .video__player-more-btn:before {
    border: 10px solid transparent;
    border-top: 10px solid #fff;
}

.black .video__player-tools-sponsor {
    color: #fff;
}

.black .video__player-more-btn:hover:before {
    border-top-color: #f15651;
}

.black .video__share input,
.black .video__share textarea {
    -webkit-box-shadow: 0 -8px 20px rgba(21, 21, 21, 0.1);
    box-shadow: 0 -8px 20px rgba(21, 21, 21, 0.1);
}

.black .header__nav-sub-btn:before {
    border: 4px solid transparent;
    border: 6px solid transparent;
    border-top: 6px solid #fff;
}

.black .header__login {
    border-bottom: 2px solid transparent;
}

.black .header__user-btn:hover:before {
    border-top-color: #f15651;
}

.black .header__user-btn.active:before {
    border-top-color: #f15651;
}

.black .header__user-drop {
    background-color: transparent;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}

.black .categories__view-list .categories__col:not(:last-child) {
    border-bottom: 2px solid #ebeaea;
}

.black .categories__view-list .category-card {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.black .head-nav__btn.active svg {
    fill: #f15651;
}

.black .head-nav .head-nav__view-item {
    border: 0;
}

.black .head-nav .head-nav__view-item.active svg {
    fill: #f15651;
}

.black .head-nav .head-nav__view-item.active span {
    color: #f15651;
}

.black .head-nav--filter .head-nav__ctrl {
    background-color: transparent;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
}

.black .pagination__list-item.arrow-prev a:before {
    border: 4px solid transparent;
    border-right: 6px solid #fff;
}

.black .pagination__list-item.arrow-next a:before {
    border: 4px solid transparent;
    border-left: 6px solid #fff;
}

.black .profile__sidebar {
    border-bottom: 1px solid #ebeaea;
}

.black .profile__sidebar-head {
    border-bottom: none;
}

.black .one-channel__board-img img {
    -o-object-fit: cover;
    object-fit: cover;
}

.black .one-channel__info-holder {
    background-color: #16171b;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
}

.black .one-channel__info-inner {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.black .one-channel__info-more-btn:after {
    border: 6px solid transparent;
}

.black .one-channel__info-item {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.black .pagination__list-mobile input {
    border: 1px solid #bbb;
    -webkit-box-shadow: 0 1px 1px rgba(221, 221, 221, 0.5), inset 0 1px 3px rgba(153, 153, 153, 0.5);
    box-shadow: 0 1px 1px rgba(221, 221, 221, 0.5), inset 0 1px 3px rgba(153, 153, 153, 0.5);
}

.black .pagination__list-mobile-txt span:last-child {
    color: #f15651;
}

.black .playlist-view__nav-link {
    border: 1px solid #000;
}

.black .playlist-view__nav-link:hover {
    border-color: #f15651;
}

.black .playlist__head-link:before {
    border: 4px solid transparent;
}

.black .profile__nav-wrap:after {
    background: -webkit-gradient(linear, right top, left top, from(white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0) 100%);
}

.black .filter__drop-title {
    border-bottom: 1px solid #bdbdbd;
}

.black .video__player-link {
    border: 1px solid transparent;
}

.black .no-thumb {
    border: 1px solid #f15651;
}

.black .no-thumb img {
    -webkit-filter: grayscale(1) !important;
    filter: gray !important;
    filter: grayscale(1) !important;
}

.black .rating-container .voters {
    background: #ebeaea;
}

.black .rating-container .voters.transparent {
    background: transparent;
}

.black .rating-container .voters {
    background: transparent;
}

.black .fancybox-overlay {
    background: rgba(0, 0, 0, 0.9);
}

.black .generic-error {
    color: red;
}

.black form .list-selector-popup {
    -webkit-box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.65);
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.65);
    background-color: #000;
}

.black form .list-selector-popup:after {
    background-color: transparent;
    display: none;
}

.black form .list-selector-popup:before {
    background-color: transparent;
    display: none;
}

.black form .list-selector-popup .button-group .group-title {
    background: #c8c8c8;
}

.black form .list-selector-popup .button-group .item label {
    color: #212121;
}

.black form .list-selector-popup .filter {
    background: #c8c8c8;
}

.black form .list-selector-popup .filter input {
    background-color: #2e2f35;
    color: #8b8f96;
}

.black .footer__wrap {
    border-top: 1px solid #8b8f96;
    background: #000;
}

.empty-content {
    line-height: 22px;
}

.empty-content .head-nav__title {
    margin: 20px 0 10px;
}

.empty-content .head-nav__title:first-child {
    margin: 0 0 10px;
}

.fancybox-skin {
    background: transparent !important;
    box-shadow: none !important;
}

#list_videos_most_recent_videos {
    margin: 30px 0 0;
}

.vthumb {
    display: none;
}

.vthumb {
    height: auto;
}

.vthumb video {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    z-index: 3;
    background: #000;
}



.user-box .thumbs-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px -45px 0 0;
}

@media screen and (max-width: 1550px) {
    .user-box .thumbs-holder {
        margin: -15px -15px 0 0;
    }
}

.user-box .thumbs-holder .item {
    width: 12.5% !important;
    padding: 15px 45px 0 0 !important;
}

@media screen and (max-width: 1550px) {
    .user-box .thumbs-holder .item {
        padding: 15px 15px 0 0 !important;
        width: 14.28% !important;
    }
}

@media screen and (max-width: 1250px) {
    .user-box .thumbs-holder .item {
        width: 16.66% !important;
    }
}

@media screen and (max-width: 992px) {
    .user-box .thumbs-holder .item {
        width: 20% !important;
    }
}

@media screen and (max-width: 767px) {
    .user-box .thumbs-holder .item {
        width: 25% !important;
    }
}

@media screen and (max-width: 550px) {
    .user-box .thumbs-holder .item {
        width: 33.33% !important;
    }
}

@media screen and (max-width: 400px) {
    .user-box .thumbs-holder .item {
        width: 50% !important;
    }
}

.user-box .thumbs-holder .item .link {
    display: block;
    line-height: 0;
}

.user-box .thumbs-holder .item .img-holder {
    position: relative;
    padding-bottom: 100%;
    border-radius: 50%;
}

.user-box .thumbs-holder .item .img-holder .no-thumb {
    border-radius: 50%;
    overflow: hidden;
}

.user-box .thumbs-holder .item .img-holder img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    overflow: hidden;
    border-radius: 50%;
}

.user-box .thumbs-holder .item .img-holder img.js-logo {
    border-radius: 0;
    border: none;
}

.user-box .thumbs-holder .item .img-holder .no-avatar {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #c0c0c0;
    background-color: #e8e8e8;
    border-radius: 50%;
    overflow: hidden;
}

.user-box .thumbs-holder .item .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 18px;
    padding: 5px 0 0;
    text-align: center;
    font-weight: 400;
    color: #000;
    transition: color .3s;
}

.user-box .thumbs-holder .item .link:hover .title {
    color: #f00;
}

.community-btns {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.community-btns .btn {
    width: auto;
    margin: 10px 10px 0 0;
    color: #000;
    height: auto;
}

.black .community-btns .btn {
    background: #c0c0c0;
}

.community-btns .btn:hover {
    color: #fff;
    background: #f15651 !important;
}

.community-btns .text-form {
    width: 100%;
    margin: 0 0 10px;
}

.conversations_messages {
    position: absolute;
    left: 0;
    top: 0;
    color: #000;
}

.conversations_messages span {
    color: #f00;
}

.load-more {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

._10fa4,
._1cafe {
    background-color: #f15651 !important;
}

.loader {
    border-left: 0.5em solid #f15651 !important;
}

.models_cs {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.spots-main .holder {
    padding: 0 6px 12px;
}

.spots-main .spot {
    padding-bottom: 83.333%;
    position: relative;
    overflow: hidden;
}

.spots-main .spot .inner {
    position: absolute;
    width: 300px;
    height: 250px;
}

@media screen and (max-width: 1870px) {
    .list-models .columns--mod {
        width: 20%;
    }
}

@media screen and (max-width: 1400px) {
    .list-models .columns--mod {
        width: 25%;
    }
}

@media (max-width: 1280px) {
    .list-models .columns--mod {
        width: 20%;
    }
}

@media (max-width: 1023px) {
    .list-models .columns--mod {
        width: 25%;
    }
}

@media (max-width: 767px) {
    .list-models .columns--mod {
        width: 33.33%;
    }
}

@media (max-width: 580px) {
    .list-models .columns--mod {
        width: 50%;
    }
}

.asg-vast-overlay {
	cursor: pointer;
}

.block-flagging .checkbox span {
    color: #000;
}

.block-flagging .checkbox span:before {
    background: #ebeaea;
}

.block-flagging .popup__form-check .checkbox {
    position: relative;
}

.block-flagging .popup__form-check .checkbox .radio {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
}

.block-flagging .popup__form-check {
    margin: 0 0 5px;
}

.block-flagging form {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
}

.block-flagging .block-radios {
    min-width: 250px;
}

@media (max-width: 580px) {
    .block-flagging form {
        flex-wrap: wrap;
    }
    .block-flagging .block-radios {
        min-width: 100%;
    }
}
