<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wrapper,
body,
html {
    height: 100%;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Quicksand", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
    margin: 0;
    padding: 0;
}
a,
a.button,
a.button:hover {
    text-decoration: none;
}
.btn,
a {
    cursor: pointer;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
textarea {
    color: #000;
    line-height: 1.2;
}
.btn,
.header,
.header__search-form,
.static-content ol li {
    position: relative;
}
#preloader,
body {
    background: #fff;
}
#preloader,
.swiper-container,
.wrapper,
hr {
    overflow: hidden;
}
.board-adv__title,
.footer__nav a,
.upper,
.view__aside-title {
    text-transform: uppercase;
}
.btn-favourites.open .open_fav svg,
.header__nav-item--user.active .header__nav-user svg,
.view__ctrl-btn.active svg,
body.dark .header__nav-item--theme svg,
body.dark .view__ctrl-list svg {
    fill: #ffffff;
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
}
body {
    min-width: 320px;
    min-height: 100%;
    font-size: 14px;
    font-weight: 400;
}
.btn,
hr {
    background: #ececec;
}
.container {
    max-width: 1570px;
    margin: 0 auto;
    padding: 0 15px;
}
.container:after {
    display: block;
    clear: both;
    content: " ";
}
.wrapper {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.btn,
.footer__nav {
    -webkit-box-align: center;
}
.col {
    width: 20%;
    margin-bottom: 15px;
    padding: 0 5px;
}
ol,
ul {
    list-style-type: none;
}
h1 {
    font-size: 32px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 18px;
}
hr {
    height: 1px;
    margin: 32px 0;
    border: 0;
}
blockquote,
q {
    font-style: italic;
    display: block;
    text-align: center;
}
a {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    color: #2D3841;
}
.btn,
input,
select,
textarea {
    width: 100%;
    -webkit-transition: 0.2s ease-in-out;
    font-size: 14px;
    transition: 0.2s ease-in-out;
}
[class*="icon-"] {
    display: inline-block;
    vertical-align: top;
}
img[align="left"],
img[style*="float: left"],
img[style*="float:left"] {
    margin: 0 20px 5px 0;
}
img[align="right"],
img[style*="float: right"],
img[style*="float:right"] {
    margin: 0 0 5px 20px;
}
.static-content blockquote {
    padding-left: 20px;
    text-align: left;
    border-left: 2px solid #ececec;
}
.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%);
    border-radius: 50%;
    background: #2D3841;
}
.static-content ol {
    margin: 20px 0;
    list-style-position: inside;
    list-style-type: decimal;
    counter-reset: item;
}
.footer__logo,
.icon-svg,
.item,
.static-content ol li {
    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 10px;
    text-align: left;
    border-bottom: 1px solid #9a9bae;
}
.static-content table td {
    padding: 15px 10px;
}
.static-content table tr:nth-child(odd) td {
    background-color: #f1f4fa;
}
.btn {
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 13px 15px;
    color: #838383;
    border: none;
    border-radius: 5px;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.btn.disabled,
.btn[disabled="disabled"],
.btn[disabled] {
    cursor: not-allowed;
    color: #b9bbc1;
    background: #ebebeb;
}
.btn--more {
    max-width: 300px;
    margin: 5px auto 44px;
}
input,
select,
textarea {
    display: block;
    height: 40px;
    padding: 0 20px;
    text-overflow: ellipsis;
    border: 1px solid transparent;
    border-radius: 5px;
    background-color: #ececec;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #000;
}
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #000;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #000;
}
input:focus::-moz-placeholder,
select:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    opacity: 1;
    color: transparent;
}
input:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}
input:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: transparent;
}
input:focus::-ms-input-placeholder,
select:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
    color: transparent;
}
input:focus::placeholder,
select:focus::placeholder,
textarea:focus::placeholder {
    color: transparent;
}
.form_holder .button_custom.active input,
body.dark .header,
input:focus,
select:focus,
textarea:focus {
    border-color: #2D3841;
}
input.disabled,
input[disabled="disabled"],
input[disabled],
select.disabled,
select[disabled="disabled"],
select[disabled],
textarea.disabled,
textarea[disabled="disabled"],
textarea[disabled] {
    background-color: #f3f3f3;
}
input:-moz-read-only,
select:-moz-read-only,
textarea:-moz-read-only {
    color: #838383;
}
input:read-only,
select:read-only,
textarea:read-only {
    color: #838383;
}
textarea {
    height: 150px;
    padding: 10px 15px;
    resize: none;
}
.header__nav-link svg,
.header__search-toggler,
.header__theme,
input[type="file"] {
    display: none;
}
input[type="file"] + label {
    font-size: 14px;
    line-height: 24px;
    display: block;
    padding: 25px 15px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    text-align: center;
    color: #ececec;
    border: 1px dashed #c4c4c4;
    background: #fff;
}
input[type="file"] + label:hover {
    border-color: #696969;
    background: #e9e9e9;
}
select {
    display: block;
    -webkit-transition: none;
    transition: none;
    border-radius: 0;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.icon-user {
    width: 21px;
    height: 24px;
}
.icon-theme {
    width: 33px;
    height: 28px;
}
.icon-category,
.icon-channels,
.icon-close,
.icon-home,
.icon-search,
.icon-video {
    width: 24px;
    height: 24px;
}
.icon-models {
    width: 23px;
    height: 24px;
}
.footer {
    display: table-row;
    height: 1px;
}
.footer__holder,
.footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
}
.footer__wrap {
    padding: 30px 0;
}
.footer__holder {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer__logo {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
    margin-right: 20px;
    justify-content: center;
}
.footer__logo em {
    font-style: normal;
    color: #2D3841;
}
body.white .footer__logo {
    color: #000;
}
.footer__box {
    text-align: right;
}
.board-adv__title,
.empty-content,
.form_holder .toggle-button,
.item__name,
.member__drop .header__nav-link,
.page-error,
.popup__ctrl,
.view__aside-title,
.view__info-img .no-thumb {
    text-align: center;
}
.footer__nav {
    display: flex;
    margin: 0 -15px 20px;
    -ms-flex-align: center;
    align-items: center;
}
.header__nav-item--theme,
.header__nav-item--user {
    margin-left: 30px;
    cursor: pointer;
}
.footer__nav-item {
    padding: 0 15px;
}
.footer__nav a {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
.footer__copy {
    font-size: 12px;
    font-weight: 400;
    color: #838383;
}
.header {
    margin-bottom: 20px;
    padding: 17px 0;
    border-bottom: 1px solid #f0f0f0;
}
.head__holder,
.header__left,
.header__nav,
.header__right,
.header__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header__left {
    min-width: 1px;
    max-width: 830px;
    padding-right: 60px;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header__logo {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
    margin-right: 20px;
}
@media (max-width: 395px) {
    .footer__logo,
    .header__logo {
        font-size: 24px;
    }
}
.header__logo em {
    font-style: normal;
    color: #2D3841;
}
.header__logo span {
    font-size: 40px;
}
.btn-favourites ul a:hover,
.popup__form-link,
.popup__form-link.second:hover,
body.white .header__logo {
    color: #000;
}
.header__search {
    width: 100%;
    max-width: 470px;
}
.header__search input {
    padding-right: 50px;
}
.header__search-btn {
    position: absolute;
    top: 50%;
    right: 20px;
    padding: 0;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    background-color: transparent;
}
#preloader,
.dot {
    right: 0;
    bottom: 0;
}
.header__search-btn:before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "";
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    opacity: 0.8;
    border-radius: 50%;
    background-color: #2D3841;
}
.header__search-btn svg {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.header__nav-item {
    padding: 0 2px;
}
.header__nav-link {
    font-weight: 500;
    display: block;
    padding: 10px 28px;
    color: #000;
    border-radius: 5px;
}
.header__nav-link.active {
    color: #fff;
    background-color: #2D3841;
}
.header__nav-item--theme svg {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.btn-favourites,
.form_holder .col,
.header__nav-item--user,
.play__list-player .player,
.row.popup__form-box {
    position: relative;
}
.header__nav-user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ececec;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header__nav-user svg {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
#preloader {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    margin: 0 auto;
}
#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%);
}
.preloader-block {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: 1.7s ease-in-out infinite rotate-move;
    animation: 1.7s ease-in-out infinite rotate-move;
    -webkit-filter: url("#goo");
    filter: url("#goo");
}
.dot {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    margin: auto;
    border-radius: 50%;
    background-color: #000;
}
.dot-3 {
    -webkit-animation: 1.7s infinite dot-3-move, 4s infinite index;
    animation: 1.7s infinite dot-3-move, 4s infinite index;
    background-color: #f74d75;
}
.dot-2 {
    -webkit-animation: 1.7s infinite dot-2-move, 4s -2s infinite index;
    animation: 1.7s infinite dot-2-move, 4s -2s infinite index;
    background-color: #10beae;
}
.dot-1 {
    -webkit-animation: 1.7s infinite dot-1-move, 4s -1s infinite index;
    animation: 1.7s infinite dot-1-move, 4s -1s infinite index;
    background-color: #ffe386;
}
@-webkit-keyframes dot-3-move {
    20% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    45% {
        -webkit-transform: translateY(-12px) scale(0.45);
        transform: translateY(-12px) scale(0.45);
    }
    60%,
    80% {
        -webkit-transform: translateY(-50px) scale(0.45);
        transform: translateY(-50px) scale(0.45);
    }
    100% {
        -webkit-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
    }
}
@keyframes dot-3-move {
    20% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    45% {
        -webkit-transform: translateY(-12px) scale(0.45);
        transform: translateY(-12px) scale(0.45);
    }
    60%,
    80% {
        -webkit-transform: translateY(-50px) scale(0.45);
        transform: translateY(-50px) scale(0.45);
    }
    100% {
        -webkit-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
    }
}
@-webkit-keyframes dot-2-move {
    20% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    45% {
        -webkit-transform: translate(-10px, 6px) scale(0.45);
        transform: translate(-10px, 6px) scale(0.45);
    }
    60%,
    80% {
        -webkit-transform: translate(-40px, 20px) scale(0.45);
        transform: translate(-40px, 20px) scale(0.45);
    }
    100% {
        -webkit-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
    }
}
@keyframes dot-2-move {
    20% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    45% {
        -webkit-transform: translate(-10px, 6px) scale(0.45);
        transform: translate(-10px, 6px) scale(0.45);
    }
    60%,
    80% {
        -webkit-transform: translate(-40px, 20px) scale(0.45);
        transform: translate(-40px, 20px) scale(0.45);
    }
    100% {
        -webkit-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
    }
}
@-webkit-keyframes dot-1-move {
    20% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    45% {
        -webkit-transform: translate(10px, 6px) scale(0.45);
        transform: translate(10px, 6px) scale(0.45);
    }
    60%,
    80% {
        -webkit-transform: translate(40px, 20px) scale(0.45);
        transform: translate(40px, 20px) scale(0.45);
    }
    100% {
        -webkit-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
    }
}
@keyframes dot-1-move {
    20% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    45% {
        -webkit-transform: translate(10px, 6px) scale(0.45);
        transform: translate(10px, 6px) scale(0.45);
    }
    60%,
    80% {
        -webkit-transform: translate(40px, 20px) scale(0.45);
        transform: translate(40px, 20px) scale(0.45);
    }
    100% {
        -webkit-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1);
    }
}
@-webkit-keyframes rotate-move {
    55% {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0);
    }
    100%,
    80% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
@keyframes rotate-move {
    55% {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0);
    }
    100%,
    80% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
@-webkit-keyframes index {
    0%,
    100% {
        z-index: 3;
    }
    33.3% {
        z-index: 2;
    }
    66.6% {
        z-index: 1;
    }
}
@keyframes index {
    0%,
    100% {
        z-index: 3;
    }
    33.3% {
        z-index: 2;
    }
    66.6% {
        z-index: 1;
    }
}
.board-adv__holder {
    padding: 20px 60px 60px;
    border-radius: 5px;
    background-color: #f0f0f0;
}
.head__sort-btn,
.head__sort-drop {
    background: #ececec;
    overflow: hidden;
}
.board-adv__title {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 20px;
    letter-spacing: 0.4em;
    color: #838383;
}
.block-share .row,
.btn-favourites ul li,
.head,
.head__drop-list {
    margin-bottom: 10px;
}
.head__sort,
.head__title,
.popup__title {
    letter-spacing: -0.02em;
}
.board-adv__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.board-adv__col {
    overflow: hidden;
    width: 310px;
    height: 250px;
    padding: 0 5px;
}
.board-adv__col--mob,
.checkbox input[type="checkbox"] {
    display: none;
}
.board-adv__col a {
    display: block;
    overflow: hidden;
    width: 300px;
    height: 250px;
    background-color: #c8c8c8;
}
.board-adv__col embed,
.board-adv__col iframe,
.board-adv__col img,
.board-adv__col object {
    width: 100%;
    height: 100%;
    vertical-align: bottom;
}
.checkbox,
.radio {
    display: block;
    cursor: pointer;
}
.checkbox input[type="checkbox"]:checked + span:after,
.radio input[type="radio"]:checked + span:after,
input[type="checkbox"]:checked + label:after {
    opacity: 1;
}
.checkbox input[type="checkbox"]:checked + span:before,
input[type="checkbox"]:checked + label:before {
    border-color: #2D3841;
    background-color: #2D3841;
}
.checkbox span,
.radio span {
    font-size: 14px;
    line-height: 1.2;
    position: relative;
    display: block;
    padding: 0 0 0 30px;
}
.checkbox span:before,
.list-selector-popup .button-group label:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    margin: -10px 0 0;
    content: "";
    border: 1px solid #ececec;
    border-radius: 5px;
}
.checkbox span:after,
.list-selector-popup .button-group label:after {
    position: absolute;
    top: 50%;
    left: 7px;
    display: block;
    width: 6px;
    height: 9px;
    margin: -6px 0 0;
    content: "";
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.head__title {
    font-size: 22px;
    font-weight: 600;
    min-width: 1px;
    padding-right: 10px;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.head__sort {
    font-size: 12px;
    font-weight: 500;
    position: relative;
    z-index: 2;
    width: 135px;
    color: #000;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}
.head__sort-btn {
    position: relative;
    padding: 6px 30px 6px 20px;
    cursor: pointer;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-radius: 5px;
}
.head__sort-btn:before {
    position: absolute;
    top: 9px;
    right: 20px;
    width: 6px;
    height: 6px;
    content: "";
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    border: 1px solid #000;
    border-width: 1px 1px 0 0;
}
.head__sort-drop,
.item__name {
    -webkit-transition: 0.2s ease-in-out;
}
.head__sort.open .head__sort-btn {
    color: #2D3841;
    border-radius: 5px 5px 0 0;
}
.head__sort.open .head__sort-btn:before {
    top: 11px;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    border-color: #2D3841;
}
.head__sort-drop {
    position: absolute;
    top: 100%;
    left: 0;
    visibility: hidden;
    width: 100%;
    transition: 0.2s ease-in-out;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 0;
    border-top: 1px solid #2D3841;
    border-radius: 0 0 5px 5px;
}
.head__sort.open .head__sort-drop {
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.head__sort-item {
    display: block;
    padding: 6px 20px;
    color: #000;
}
.head__btn {
    font-size: 12px;
    width: 90px;
    padding: 9px 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}
.head__drop {
    position: relative;
    z-index: 3;
}
.head__drop-btn,
.radio input[type="radio"],
.tags--mobile-only {
    display: none;
}
.head__drop-list,
.item__list {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
}
.head__drop-list {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.head__drop-list li:not(:last-child) {
    margin-right: 30px;
}
.head__drop-list a {
    font-size: 22px;
    font-weight: 600;
    color: #000;
}
.head__drop-list a.active,
body.dark .js-head-link.active {
    color: #2D3841;
}
.item__img {
    display: block;
    overflow: hidden;
    width: 150px;
    height: 150px;
    margin: 0 auto 6px;
    border-radius: 50%;
}
.item__name {
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin-bottom: 6px;
    transition: 0.2s ease-in-out;
    color: #000;
}
.item__list {
    line-height: 1;
    display: flex;
    margin: 0 -5px;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.item__list-elem,
.popup__form-row,
.view__ctrl,
.view__ctrl-left,
.view__rate-info,
.view__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
}
.item__list-elem {
    font-size: 12px;
    line-height: 1;
    display: flex;
    padding: 0 5px;
    color: #838383;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.item__list-elem svg {
    line-height: 1;
    width: 14px;
    height: 14px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    fill: #838383;
}
.item__list-elem span {
    line-height: 1;
    padding-left: 4px;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.popup {
    position: relative;
    max-width: 485px;
    margin: 0 auto;
    padding: 40px 50px 50px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 34px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 34px rgba(0, 0, 0, 0.25);
}
.popup__overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.8);
}
.popup__close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.popup__close svg {
    width: 100%;
    height: 100%;
    display: none;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.popup__title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 25px;
}
.popup__form-box,
.popup__form-row,
.tags {
    margin-bottom: 20px;
}
.popup__form-row {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.bottom .popup__form-login {
    margin-bottom: 45px;
    color: #fff;
    background-color: #2D3841;
}
.image.popup__form-box input {
    margin-top: 10px;
}
.footer-margin,
.popup__ctrl-btn {
    margin-top: 15px;
}
.popup__ctrl-txt {
    font-size: 12px;
    max-width: 350px;
    margin: 0 auto 30px;
    color: #838383;
}
.radio span:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    margin: -8px 0 0;
    content: "";
    border: 1px solid #ececec;
    border-radius: 50%;
}
.radio span:after {
    position: absolute;
    top: 50%;
    left: 4px;
    display: block;
    width: 8px;
    height: 8px;
    margin: -4px 0 0;
    content: "";
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    opacity: 0;
    border-radius: 50%;
    background: #2D3841;
}
.thumb__img,
.thumb__img:before {
    z-index: 1;
    -webkit-transition: 0.2s ease-in-out;
}
.slider {
    margin-bottom: 50px;
}
.slider .swiper-slide {
    width: 165px;
}
.slider .swiper-slide .no-thumb {
    color: #838383;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ececec;
}
.slider .swiper-slide:not(:last-child) {
    margin-right: 60px;
}
.tags__title,
.view__title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: -0.02em;
}
.tags__list-item a,
.thumb__time {
    font-size: 12px;
    border-radius: 5px;
}
.tags__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.form_holder .toggle-button:last-child,
.tags__list-item {
    margin-bottom: 5px;
}
.tags__list-item:not(:last-child) {
    margin-right: 5px;
}
.tags__list-item a {
    font-weight: 500;
    line-height: 1;
    display: block;
    padding: 9px 20px;
    color: #838383;
    background-color: #ececec;
}
.tags__list-item--add a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.tags__list-item .all em,
.tags__list-item.show-all .all span,
.tags__list-item.tags__list-item--add.current {
    display: none;
}
.tags__list-item.show-all .all em,
.tags__list-item.tags__list-item--add.current.show,
.thumb,
.thumb__img {
    display: block;
}
.thumb {
    color: #000;
}
.thumb__img {
    position: relative;
    overflow: hidden;
    margin-bottom: 6px;
    padding-bottom: 56.25%;
    transition: 0.2s ease-in-out;
    border-radius: 5px;
}
.thumb__img .no-thumb {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ececec;
    position: absolute;
}
.thumb__img:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    transition: 0.2s ease-in-out;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}
.thumb__time,
.view__video-btn {
    -webkit-transition: 0.2s ease-in-out;
    opacity: 0.8;
}
.body.dark .submit.popup__form-login:disabled:hover,
.header__nav-item--user.active .header__nav-user,
.view__rate-bar .line {
    background-color: #2D3841;
}
.thumb__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;
}
.thumb__time {
    line-height: 0.8;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 5px;
    transition: 0.2s ease-in-out;
    color: #000;
    background: #fff;
}
.thumb svg {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 30%;
    height: 30%;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0);
    transform: translate3d(-50%, -50%, 0) scale(0);
    fill: #fff;
}
.view__aside-item img,
.view__video img {
    width: 100%;
    display: block;
}
.checkbox.second input,
.hidden,
.list-selector-popup .button-group input,
.tags__list-item,
.thumb__img .icon-svg.icon-video,
.view__content,
body .dark-logo,
body .light-logo {
    display: none;
}
.thumb__name {
    line-height: 1.4;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.view__wrap {
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.view__block {
    min-width: 1px;
    margin-bottom: 50px;
    padding-right: 20px;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.view__video {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 5px;
}
.view__video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.view__video-btn svg {
    width: 100%;
    height: 100%;
    fill: #fff;
}
.view__video-join {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    padding: 18px 15px;
    color: #fff;
    background-color: #000;
}
.view__aside {
    width: 350px;
    padding: 15px 25px 30px;
    border-radius: 5px;
    background: #f0f0f0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}
.view__aside-title {
    font-size: 12px;
    margin-bottom: 15px;
    letter-spacing: 0.2em;
    color: #838383;
}
.view__aside-item:not(:last-child) {
    margin-bottom: 20px;
}
.tags__list-item--add.show,
.tags__list-item.current,
.tags__list-item.show-all,
.view__aside-item a,
.view__content.active,
body.dark .dark-logo,
body.white .light-logo {
    display: block;
}
.view__rate {
    width: 190px;
}
.view__rate-info {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.view__rate-info span {
    font-size: 14px;
    line-height: 18px;
    padding: 2px;
    color: #838383;
}
.view__rate-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.view__rate-btn {
    display: block;
    width: 30px;
    height: 30px;
}
.view__rate-btn.rate-like {
    margin-right: 7px;
}
.view__rate-btn.rate-dislike {
    margin-left: 7px;
}
.view__rate-btn svg {
    width: 100%;
    height: 100%;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    fill: #838383;
}
.view__rate-bar {
    position: relative;
    width: 100%;
    height: 5px;
    margin-top: 5px;
    border-radius: 3px;
    background-color: #ececec;
}
.view__rate-bar .line {
    position: absolute;
    top: 0;
    left: 0;
    height: 5px;
    border-radius: 3px;
}
.view__ctrl {
    display: flex;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.view__ctrl-left {
    display: flex;
    min-width: 1px;
    padding-right: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.view__ctrl-right {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}
.view__ctrl-list,
.view__ctrl-list-item,
.view__ctrl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.view__ctrl-list-item:not(:last-child) {
    margin-right: 20px;
}
.view__ctrl-list svg {
    width: 18px;
    height: 18px;
    fill: #000;
}
.view__ctrl-list span {
    padding-left: 5px;
}
.view__ctrl-btn:not(:last-child) {
    margin-right: 6px;
}
.block-sorting .item.active,
.btn-favourites.open .open_fav,
.view__ctrl-btn.active {
    color: #fff;
    background-color: #2D3841;
}
.view__ctrl-btn svg {
    width: 18px;
    height: 18px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    fill: #838383;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}
.view__ctrl-btn span {
    padding-left: 9px;
}
.view__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.view__info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #000;
    padding: 5px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.view__info-item:not(:last-child) {
    margin-right: 20px;
}
.view__info-img {
    display: block;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}
.view__info-img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.view__info-img .no-thumb {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    background: #2D3841;
    color: #fff;
}
.view__info-box {
    display: block;
    min-width: 1px;
    padding-left: 10px;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.view__info-name {
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin-bottom: 4px;
}
.view__comment-area,
.view__comment-item,
.view__info-list,
.view__info-list-elem {
    display: -webkit-box;
    display: -ms-flexbox;
}
.view__info-list {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.view__info-list-elem {
    font-size: 12px;
    line-height: 1;
    display: flex;
    color: #838383;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.form_holder .bottom .btn,
.view__info-list-elem:not(:last-child) {
    margin-right: 10px;
}
.view__info-list-elem svg {
    width: 14px;
    height: 14px;
    margin-right: 4px;
    fill: #838383;
}
.view__content-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}
.view__content-title .hint {
    font-size: 14px;
    font-weight: 400;
}
.view__content-txt {
    margin-bottom: 10px;
    color: #838383;
}
.view__comment {
    max-width: 805px;
}
.form_holder .btn.submit,
.view__comment-inputbox {
    max-width: 300px;
    margin-bottom: 10px;
}
.view__comment-area {
    display: flex;
    margin-bottom: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.view__comment-area textarea {
    min-width: 1;
    height: 100px;
    margin-right: 10px;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.submit.btn,
.view__comment-area button {
    width: 95px;
}
.view__comment-item {
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.view__comment-item:not(:last-child) {
    margin-bottom: 20px;
}
.view__comment-item-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 50%;
    background-color: #ececec;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}
.view__comment-item-img .no-thumb {
    font-size: 10px;
    text-align: center;
}
.view__comment-item-img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.view__comment-item-img svg {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.view__comment-item-info {
    min-width: 1px;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.view__comment-item-name {
    font-size: 14px;
    font-weight: 500;
}
.view__comment-item-time {
    font-size: 12px;
    font-weight: 400;
    padding-left: 8px;
    color: #838383;
}
.view__comment-item-txt {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    max-width: 650px;
    margin-top: 5px;
}
.view__tags-wrap {
    margin: 0 -15px;
}
@media (max-width: 1440px) {
    .board-adv__holder {
        padding: 20px 10px 60px;
    }
}
@media (max-width: 1365px) {
    .col {
        width: 25%;
    }
    .header__left {
        padding-right: 20px;
    }
    .header__nav-link {
        padding: 10px 20px;
    }
    .header__nav-item--theme,
    .header__nav-item--user {
        margin-left: 20px;
    }
}
@media (max-width: 1280px) {
    .board-adv__row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .board-adv__col:last-child {
        display: none;
    }
    .view__ctrl {
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .view__ctrl-left {
        flex-direction: row-reverse;
        width: 100%;
        margin-bottom: 20px;
        padding: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
    }
    .head__drop {
        width: 100%;
        max-width: 250px;
    }
    .head__drop-btn {
        font-size: 22px;
        font-weight: 600;
        line-height: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-right: 20px;
        -webkit-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .head__drop-btn:before {
        position: absolute;
        top: 4px;
        right: 0;
        width: 10px;
        height: 10px;
        content: "";
        -webkit-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        border: 2px solid #000;
        border-width: 2px 2px 0 0;
    }
    .head__drop-btn.active {
        color: #2D3841;
    }
    .head__drop-btn.active:before {
        top: 8px;
        -webkit-transform: rotate(315deg);
        transform: rotate(315deg);
        border-color: #2D3841;
    }
    .head__drop-list {
        position: absolute;
        top: 100%;
        left: 0;
        display: block;
        visibility: hidden;
        overflow: hidden;
        padding-top: 5px;
        -webkit-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
        opacity: 0;
        border-radius: 0 0 10px;
        background-color: #fff;
    }
    .head__drop-list.active {
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    .head__drop-list li:not(:last-child) {
        margin: 0;
    }
    .head__drop-list a.active {
        color: #fff !important;
        background-color: #2D3841;
    }
    .head__drop-list a {
        font-size: 18px;
        display: block;
        padding: 5px 10px;
    }
}
@media (max-width: 1024px) {
    .header__search-form,
    .header__search-toggler:before {
        position: absolute;
        left: 0;
        -webkit-transition: 0.2s ease-in-out;
    }
    .header__nav-link svg,
    .header__theme,
    .header__wrap {
        display: block;
    }
    .header__nav-link.active svg,
    .header__nav-user.active svg {
        fill: #2D3841;
    }
    .header__nav-link.active:before,
    .header__nav-user.active:before {
        background-color: #2D3841;
    }
    .container {
        padding: 0 10px;
    }
    .col {
        width: 33.333%;
    }
    .icon-theme {
        width: 35px;
        height: 30px;
    }
    .header {
        padding: 10px 0 0;
        border: none;
    }
    .header__left {
        max-width: 100%;
        margin-bottom: 10px;
        padding: 0 10px;
    }
    .header__right,
    .view__tags-wrap {
        margin: 0 -10px;
    }
    .header__logo,
    .header__nav-item--user {
        margin: 0;
    }
    .header__search {
        width: auto;
        max-width: inherit;
    }
    .header__search.active .header__search-form {
        top: 2px;
    }
    .header__search-form {
        top: -100%;
        right: 45px;
        padding: 10px;
        transition: 0.2s ease-in-out;
        background-color: #fff;
    }
    .header__search-toggler {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 24px;
        height: 24px;
    }
    .header__search-toggler:before {
        z-index: -1;
        top: 0;
        width: 20px;
        height: 20px;
        content: "";
        transition: 0.2s ease-in-out;
        opacity: 0.8;
        border-radius: 50%;
        background-color: #2D3841;
    }
    .header__nav-link:before,
    .header__nav-user:before {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        height: 2px;
        content: "";
    }
    .header__search-toggler svg {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transform-origin: center;
        transform-origin: center;
    }
    .header__search-toggler .icon-close,
    .header__search-toggler.active .icon-search {
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
    }
    .header__search-toggler.active:before {
        opacity: 0;
    }
    .header__search-toggler.active .icon-close {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }
    .header__nav {
        width: 100%;
        background-color: #ececec;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .header__nav-link,
    .header__nav-user {
        position: relative;
        width: 64px;
        height: 50px;
        border-radius: 0;
    }
    .header__nav-link {
        font-size: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .header__nav-link:before {
        background-color: transparent;
    }
    .header__nav-link.active {
        background: 0 0;
    }
    .header__nav-item--theme,
    .view__aside {
        display: none;
    }
    .header__nav-user {
        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;
    }
    .header__nav-user:before {
        background-color: transparent;
    }
    .header__nav-user.active {
        background: 0 0;
    }
    .view__block {
        padding: 0;
    }
    .member__drop .header__nav-link {
        font-size: 14px;
        width: 100%;
    }
    body.dark .header__search-form {
        background: #000;
    }
    body.dark .header__search-toggler .icon-svg,
    body.dark .icon-theme {
        fill: #ffffff;
    }
}
.btn-favourites ul,
.member__drop {
    top: 100%;
    opacity: 0;
    visibility: hidden;
}
@media (max-width: 991px) {
    .board-adv__col:nth-child(3) {
        display: none;
    }
}
@media (max-width: 767px) {
    .footer__box,
    .footer__holder,
    .static-content p {
        text-align: center;
    }
    .view__comment,
    .view__comment-item-txt {
        max-width: 100%;
    }
    .col {
        width: 50%;
        margin-bottom: 10px;
    }
    .footer__wrap {
        padding: 30px 0 20px;
    }
    .footer__holder {
        display: block;
    }
    .footer__logo,
    .view__block {
        margin-bottom: 20px;
    }
    .footer__nav {
        margin-bottom: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footer__nav-item,
    .tags,
    .view__ctrl-left,
    .view__ctrl-list-item,
    .view__info,
    .view__info-item,
    .view__rate {
        margin-bottom: 10px;
    }
    .header__nav-item {
        padding: 0;
    }
    .popup {
        padding: 20px 20px 30px;
    }
    .slider .swiper-slide:not(:last-child) {
        margin-right: 20px;
    }
    .tags--desktop-only {
        display: none;
    }
    .tags--mobile-only,
    .tags--mobile-only .tags__list-item.current,
    .tags--mobile-only .tags__list-item:nth-child(-n + 8) {
        display: block;
    }
    .view__video-join {
        font-size: 20px;
        padding: 17px 10px;
    }
    .view__rate {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }
    .view__ctrl-list {
        padding-right: 10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .view__ctrl-list-item:not(:last-child) {
        margin-right: 5px;
    }
    .view__comment-inputbox {
        max-width: 100%;
        margin: 0 0 10px;
    }
    .view__comment-area {
        display: block;
        width: 100%;
        margin: 0;
    }
    .block-share .row,
    .view__comment-area textarea {
        margin: 0 0 10px;
    }
}
@media (max-width: 660px) {
    .board-adv__holder {
        padding: 0;
        background: 0 0;
    }
    .board-adv__col,
    .board-adv__title {
        display: none;
    }
    .board-adv__col--mob {
        display: block;
        width: 300px;
    }
}
.btn-favourites ul,
.js-open-suggest {
    background-color: #ececec;
    border-radius: 5px;
    transition: 0.3s;
}
@media (max-width: 479px) {
    .col,
    .head--sort .head__sort,
    .view__ctrl-nav,
    .view__ctrl-right {
        width: 100%;
    }
    .load-more {
        display: flex;
        justify-content: center;
    }
    .btn--more {
        margin: 0 0 20px;
    }
    .head--sort .head__holder {
        display: block;
    }
    .head--sort .head__title {
        margin-bottom: 5px;
        padding: 0;
    }
    .view__ctrl-btn {
        width: 33.333%;
    }
    .view__ctrl-btn span {
        display: none;
    }
}
@media (max-width: 410px) {
    .header__nav-link,
    .header__nav-user {
        width: 50px;
    }
}
@media (max-width: 380px) {
    .view__ctrl-list span {
        font-size: 12px;
    }
}
@media (min-width: 1024px) {
    .btn:hover,
    .head__sort-item:hover,
    .header__nav-link:hover {
        color: #fff;
        background-color: #2D3841;
    }
    .footer__nav a:hover,
    .head__drop-list a:hover,
    .head__sort-btn:hover,
    .item:hover .item__name,
    .popup__form-link:hover,
    .thumb:hover,
    .view__info-item:hover {
        color: #2D3841;
    }
    .header__search-btn:hover:before {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    .header__nav-item--theme:hover,
    .header__nav-user:hover svg,
    .header__search-btn:hover svg,
    .popup__close:hover svg,
    .view__comment-item-img:hover svg,
    .view__rate-btn:hover svg {
        fill: #2D3841;
    }
    .head__sort-btn:hover:before {
        border-color: #2D3841;
    }
    .popup__form-login:hover {
        background-color: #024ebf;
    }
    .tags__list-item a:hover {
        color: #fff;
        background-color: #000;
    }
    .thumb:hover .thumb__img:before {
        opacity: 1;
    }
    .thumb:hover .thumb__time {
        top: -100%;
    }
    .thumb:hover svg {
        -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
        transform: translate3d(-50%, -50%, 0) scale(1);
    }
    .view__video-btn:hover {
        -webkit-transform: translate(-50%, -50%) scale(1.15);
        transform: translate(-50%, -50%) scale(1.15);
        opacity: 1;
    }
    .view__ctrl-btn:hover svg {
        fill: #fff;
    }
}
.member__drop {
    position: absolute;
    z-index: 10;
    padding: 10px;
    width: 140px;
    left: 0;
    border-radius: 5px;
    background: #ececec;
    transform: translate(-95px, 25px) scale(0.5);
    transition: 0.3s;
    -webkit-box-shadow: 11px 16px 44px 15px rgb(34 60 80 / 20%);
    -moz-box-shadow: 11px 16px 44px 15px rgba(34, 60, 80, 0.2);
    box-shadow: 11px 16px 44px 15px rgb(34 60 80 / 20%);
    cursor: auto;
}
.header__nav-item--user.active .member__drop {
    transform: translate(-95px, 25px) scale(1);
    opacity: 1;
    visibility: visible;
}
.member__drop.size {
    width: 220px;
}
.header__nav-item--user.active .member__drop.size {
    transform: translate(-175px, 25px) scale(1);
}
.member__drop .name {
    font-size: 16px;
    color: #2D3841;
    margin-bottom: 10px;
}
body.dark,
body.dark .block-size .custom-size .field-label,
body.dark .block-video.view .view__title,
body.dark .empty-content.text_page,
body.dark .footer__nav a,
body.dark .head__title,
body.dark .header__nav-link,
body.dark .item__name,
body.dark .js-head-link,
body.dark .letter,
body.dark .submit.popup__form-login,
body.dark .thumb,
body.dark .view__content-txt,
body.dark .view__info-name,
body.dark .view__rate-info span {
    color: #fff;
}
.kt-player {
    position: absolute !important;
}
.btn-favourites .open_fav {
    height: 40px;
}
.btn-favourites ul {
    position: absolute;
    right: 0;
    width: 170px;
    padding: 8px;
    transform: scale(0);
    -webkit-box-shadow: 11px 16px 44px 15px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 11px 16px 44px 15px rgba(34, 60, 80, 0.2);
    box-shadow: 11px 16px 44px 15px rgba(34, 60, 80, 0.2);
}
.btn-favourites.open ul {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.btn-favourites ul li:last-child {
    margin-bottom: 0;
}
.btn-favourites ul a {
    color: #838383;
    transform: 0.3s;
}
.block-share .field-label.view__content-txt {
    margin-top: 11px;
    margin-right: 5px;
    width: 100%;
}
.block-size {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.block-size .custom-size {
    margin-top: 15px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.block-size .custom-size .field-label {
    margin-right: 5px;
    color: #838383;
}
.block-size .custom-size input {
    max-width: 85px;
}
.embed-button {
    margin-right: 15px;
    width: auto;
}
.row.view__comment-area {
    flex-wrap: nowrap;
}
.flex {
    display: flex;
    flex-wrap: wrap;
}
.list-models .flex .item {
    width: 12.5%;
    padding: 0 5px;
    margin-bottom: 10px;
}
@media (max-width: 1260px) {
    .list-models .flex .item {
        width: 14.2%;
    }
}
@media (max-width: 1100px) {
    .list-models .flex .item {
        width: 16.66%;
    }
}
@media (max-width: 950px) {
    .list-models .flex .item {
        width: 20%;
    }
}
@media (max-width: 800px) {
    .list-models .flex .item {
        width: 25%;
    }
}
@media (max-width: 645px) {
    .list-models .flex .item {
        width: 33.33%;
    }
}
@media (max-width: 505px) {
    .list-models .flex .item {
        width: 50%;
    }
    .list-models .flex .item .item__img {
        width: 140px;
        height: 140px;
    }
}
.list-models .flex .item .no-thumb {
    background: #ececec;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.list-models .flex .item .item__name {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.bottom .submit {
    width: 100%;
}
.fancybox-close {
    top: 12px;
    right: 13px;
    background-image: url("../images/close.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 24px;
    height: 24px;
    transition: 0.3s;
    opacity: 1;
}
.fancybox-close:hover {
    opacity: 0.5;
}
.popup__form-login::placeholder {
    color: #fff;
}
.form_holder {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.form_holder .bottom {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
@media (max-width: 639px) {
    .form_holder .bottom {
        flex-direction: column;
    }
    .form_holder .bottom .btn {
        margin-right: 0;
    }
}
.form_holder .bottom .btn:last-child {
    margin-right: 0;
}
.btn::placeholder {
    color: #fff;
}
.form_holder .button_custom {
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 10;
}
.form_holder .toggle-button input {
    width: 20px;
    height: 20px;
    position: relative;
}
.form_holder .thumb__name {
    -webkit-line-clamp: 1;
}
.form_holder .toggle-button input::before {
    content: "";
    width: 10px;
    height: 10px;
    background: #2D3841;
    position: absolute;
    left: 4px;
    top: 4px;
    border-radius: 2px;
    transform: scale(0);
    transition: 0.3s;
}
.form_holder .button_custom.active input::before {
    transform: scale(1);
}
.fav__drop span {
    padding-left: 0;
}
.form_holder .item-control-holder {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.form_holder .toggle-button {
    cursor: pointer;
    margin-bottom: 10px;
}
.play__list-player .sponsor {
    margin: 10px 0;
}
.play__list-player .sponsor img {
    width: 100%;
}
.fancybox-skin {
    overflow: hidden;
    border-radius: 5px;
}
.js-open-suggest {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 30px;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    color: #838383;
    cursor: pointer;
}
.popup__form-box .list-selector-popup {
    position: absolute;
    background: #fff;
    width: 100%;
    height: 140px;
    z-index: 2;
    overflow: hidden;
    bottom: 0;
    -webkit-box-shadow: 0 4px 34px rgb(0 0 0 / 25%);
    box-shadow: 0 4px 34px rgb(0 0 0 / 25%);
    padding: 8px;
    border-radius: 5px;
}
.list-selector-popup .button-group {
    display: flex;
    flex-wrap: wrap;
    overflow-y: scroll;
    height: 100%;
    padding-top: 10px;
    padding-bottom: 30px;
}
.list-selector-popup .filter {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 4px;
}
.list-selector-popup .button-group .item {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 10px;
    margin-right: 8px;
}
.list-selector-popup .button-group label {
    padding-left: 25px;
    position: relative;
}
.checkbox-group label {
    display: block;
    margin-bottom: 10px;
}
.row_item-profile {
    margin-bottom: 40px;
}
.empty-content {
    width: 100%;
    padding: 20px 0;
    color: red;
}
.empty-content.text_page {
    text-align: left;
    color: #000;
}
.empty-content.text_page p {
    margin-bottom: 15px;
}
.empty-content.text_page p a {
    cursor: pointer;
    transition: 0.3s;
}
input[type="button"]:disabled:hover {
    background: #2D3841;
}
body.dark {
    background: #000;
}
.page-error {
    font-size: 40px;
    margin-bottom: 20px;
    color: red;
}
.text_page-list li {
    margin-bottom: 10px;
    color: red;
}
body.dark .js-open-suggest:hover {
    background: #2D3841;
    color: #fff;
}
body.dark .view__video-join {
    border: 1px solid #4e4e4e;
}
body.dark .view__ctrl {
    border-bottom: 1px solid #4e4e4e;
}
body.dark .btn--more,
body.dark .btn.submit,
body.dark .head__btn,
body.dark .list-models .flex .item .no-thumb,
body.dark .member__drop .header__nav-link,
body.dark .slider .swiper-slide .no-thumb,
body.dark .tags__list-item a,
body.dark .thumb__img .no-thumb {
    color: #000;
}
body.dark .board-adv__holder,
body.dark .view__aside {
    background: #3a3a3a;
}
body.dark .header__search-form input {
    background: #fff;
}
body.dark .head__sort-drop {
    box-shadow: 11px 16px 44px 15px rgb(34 60 80 / 20%);
}
.generic-error {
    color: #f90000;
}
@media (max-width: 1280px) {
    .btn-favourites ul {
        right: auto;
        left: 0;
    }
}
@media (max-width: 1450px) {
    .head__drop-list a {
        font-size: 20px;
    }
}
.head__drop-btn {
    cursor: pointer;
}
.head__drop.active .head__drop-btn {
    color: #2D3841;
}
.head__drop.active .head__drop-btn:before {
    top: 8px;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    border-color: #2D3841;
}
.head__drop.active .head__drop-list {
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.success {
    color: green;
}
.blockUI {
    background: #ebeef0 !important;
    opacity: 0.8 !important;
}
body.dark .blockUI {
    background: #000 !important;
}
.block-sorting {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 15px;
}
.block-sorting .item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 35px;
    border-radius: 5px;
    color: #000;
    font-weight: 500;
    margin: 4px;
    background: #ececec;
    transition: 0.3s;
}
@media (min-width: 1025px) {
    .js-open-suggest:hover {
        color: #fff;
        background-color: #000;
    }
    .empty-content.text_page p a:hover {
        color: #696969;
    }
    body.dark .btn.submit:hover,
    body.dark .btn:hover,
    body.dark .member__drop .header__nav-link:hover {
        color: #fff;
    }
    body.dark .tags__list-item a:hover {
        background: #2D3841;
        color: #fff;
    }
    body.dark .footer__nav a:hover,
    body.dark .js-head-link:hover,
    body.dark .view__info-name:hover {
        color: #2D3841;
    }
    .block-sorting a:hover {
        color: #fff;
        background-color: #2D3841;
    }
}
.letter {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000;
    width: 100%;
    border-bottom: 2px solid #4e4e4e;
}
.channels-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.channels-wrapper .swiper-slide {
    width: 12.5%;
    margin-bottom: 15px;
}
@media (max-width: 1300px) {
    .channels-wrapper .swiper-slide {
        width: 14.2%;
    }
}
@media (max-width: 1130px) {
    .channels-wrapper .swiper-slide {
        width: 16.66%;
    }
}
@media (max-width: 1023px) {
    .channels-wrapper .swiper-slide {
        width: 20%;
    }
}
@media (max-width: 820px) {
    .channels-wrapper .swiper-slide {
        width: 25%;
    }
}
@media (max-width: 665px) {
    .channels-wrapper .swiper-slide {
        width: 33.33%;
    }
}
@media (max-width: 500px) {
    .channels-wrapper .swiper-slide {
        width: 50%;
    }
}
@media (max-width: 375px) {
    .channels-wrapper .item .item__img {
        width: 130px;
        height: 130px;
    }
}
</pre></body></html>