* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Reset and base styles  */
* {
    padding: 0px;
    margin: 0px;
    border: none;
}

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

/* Links */

a,
a:link,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

/* Common */

aside,
nav,
footer,
header,
section,
main {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-size: inherit;
    font-weight: inherit;
}

ul,
ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

address {
    font-style: normal;
}

/* Form */

input,
textarea,
button,
select {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
}

input::-ms-clear {
    display: none;
}

button,
input[type="submit"] {
    display: inline-block;
    box-shadow: none;
    background-color: transparent;
    background: none;
    cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
    outline: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

label {
    cursor: pointer;
}

legend {
    display: block;
}

input[type="file"] {
    max-width: 100%;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

a {
    color: #000;
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: "Mulish", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    line-height: 1.5;
    color: #333;
    font-size: 17px;
}

.header,
.content-wrapper,
.container,
.content,
.footer {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
}

.header {
    height: auto;
    background: #fff;
    color: #000;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    padding: 30px 0;
    border-bottom: 10px solid #ffde00;
}

.footer {
    height: auto;
    background: #efefef;
    color: #6a6a6a;
    -webkit-box-flex: 0;
    margin: 100px 0 0 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}

.footer__item {
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
    font-size: 15px;
}
.footer__item-right {
}
.footer__item-left {
}

.content-wrapper {
    margin: 0 auto;
    flex-direction: column;
    min-height: 100%;
    max-width: 1200px;
}

.container {
    flex-wrap: nowrap;
    flex: 1 0 auto;
}

.content {
    width: 100%;
    flex-direction: column;
    flex: 1 1 auto;
    order: 0;
}

.center__block {
    margin: 0 auto;
    flex-direction: column;
    height: 100%;
    width: 1200px;
    max-width: 1200px;
    display: flex;
}

/* внутри шапки */

.header__item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.header__item-left {
    display: flex;
    align-items: center;
    column-gap: 3%;
}

.logo {
    line-height: 1.2;
    display: flex;
}

.logo img {
    margin: 0 10px 0 0;
    border-radius: 6px;
}

.logo span {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 900;
}

.entrance a {
    background: #eee url(https://simpsonslive.ru/wp-content/themes/TheSimpsons/img/user-empty.png) 50% 50% no-repeat;
    padding: 0 20px;
    background-size: 22px;
    display: block;
    border-radius: 6px;
    height: 40px;
}

.entrance a:hover {
    background-image: url(https://simpsonslive.ru/wp-content/themes/TheSimpsons/img/user.png);
}

.custom-search-form {
    max-width: 500px;
    margin: 0 auto;
    min-width: 400px;
}

.search-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.search-input {
    width: 100%;
    padding: 13px 10px;
    padding-right: 50px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    font-size: 16px;
    outline: none;
    transition: all 0.3s ease;
}

.search-input:focus {
    border-color: #000;
}

.search-button {
    position: absolute;
    right: 5px;
    top: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    transition: transform 0.3s ease;
}

.search-button:hover {
    transform: scale(1.1);
}

.search-button svg {
    color: #666;
}

.search-input:focus + .search-button svg {
    color: #000;
}

/* кнопка */

.button__site {
    background-color: #ffde00;
    color: #000000;
    border-radius: 6px;
    padding: 10px 24px;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    outline: none;
}

.button__site:hover,
.button__site:focus {
    background-color: #000000;
    color: #ffffff;
}

/* мелкие стили на главной */

.head__index {
    margin: 15px 0 0 0;
    padding: 0 0 10px 0;
    font-weight: 900;
    font-size: 20px;
}

.recent-comment .comment-wrap {
    display: flex;
    flex-direction: column;
}

.recent-comment::before {
    display: flex;
}

.comment-wrap p {
    font-size: 13px;
    color: #878787;
}

.comment-author-link a {
    color: #333;
}

.comment-post a {
    color: #333;
}

.comment-post a::before {
    content: "«";
}

.comment-post a::after {
    content: "»";
}

.comment-avatar img {
    border-radius: 6px;
}
.comment-author-link {
    display: block;
    font-size: 15px;
    font-weight: bold;
    color: #878787;
}

.comment-excerpt {
    line-height: 1.3;
    display: block;
    margin: 3px 0 8px 0;
    font-size: 15px;
}
.recent-comments-list > li {
    margin-bottom: 15px;
    display: block;
    padding: 10px;
    border-radius: 6px;
    background: #eee;
}

.recent-comment .comment-wrap {
    margin: 0 0 0 10px;
}

.comment-excerpt {
    color: #333;
}

.about__simpsons {
    text-align: justify;
}
.about__simpsons p {
    padding: 0 0 15px 0;
}

.more__block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 0 25px 0;
}
.more__block-item {
    width: 32%;
    text-align: center;
}
.more__block-item a {
    display: block;
    padding: 15px 0;
    background: #ffde00;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.more__block-item a:hover {
    background: #000;
    color: #fff;
}

/* бургер меню */

.menu__mobile {
    display: flex;
    justify-content: center;
    margin: 0;
}
.menu__list {
    width: 100%;
    height: 800px;
    padding: 0 10px;
    margin: 0;
    background-color: #1f1f1f;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translate(0, 1000px);
    -ms-transform: translate(0, 1000px);
    transform: translate(0, 1000px);
    z-index: 50000;
    top: 0;
    right: 0;
    position: fixed;
    display: none;
    color: #fff;
}

.menu__list a {
    color: #fff;
}

.menu__list-links {
    padding: 0;
    margin: 0 0 15px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.menu__list-links span {
    display: block;
    width: 100%;
    margin: 5px 0 15px 0;
}

.menu__list-links li {
    width: 40%;
    font-size: 17px;
    padding: 0 0 5px 0;
}

.menu__list-links li a {
    color: #fff;
}
.menu__burger,
.menu__mobile {
    display: none;
}
.close {
    color: #fff;
    margin: 0;
    padding: 10px 0;
    font-weight: 600;
    text-align: center;
}

/* оформление страниц */

.page__site {
    padding: 20px 0;
}

/* слайдер */

.take__season {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -3px 25px -3px;
}
.take__season-item {
    background: #ffde00;
    border-radius: 6px;
    margin: 0 3px 0 3px;
}
.take__season-item a {
    display: flex;
    height: 110px;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}

.take__season-item.active {
    background: #dfc200;
}

.take__season-item.active a {
}

.slick-arrow {
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: 37%;
}

.slick-n {
    right: -8px;
}
.slick-p {
    left: -8px;
    transition: transform 0.6s ease;
}

.slick-arrow svg {
    transition: transform 0.4s ease; /* Плавное увеличение за 0.3 секунды */
}

.slick-arrow:hover svg {
    transform: scale(1.2); /* Увеличиваем на 10% */
}

/* Страница с серией */

.episode__block-one {
    display: flex;
    flex-direction: column;
}

.episode__block-name {
    display: flex;
    flex-direction: column;
    margin: 0 0 0 10px;
}

.episode__block-supone {
    display: flex;
    flex-direction: row;
    align-items: end;
}

.episode__block-preview {
    width: 122px;
    height: 88px;
    border-radius: 6px;
}

.breadcrumbs {
    font-size: 15px;
    margin: 0 0 20px 0;
}

.breadcrumbs ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.breadcrumbs li {
    margin-right: 5px;
    display: flex;
    align-items: center;
}

.breadcrumbs li:after {
    content: "/";
    margin-left: 5px;
    color: #999;
}

.breadcrumbs li:last-child:after {
    content: "";
}

.breadcrumbs a {
    color: #000;
    text-decoration: none;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.breadcrumbs span {
    color: #666;
}

.episode__block-name h1 {
    font-size: 22px;
    font-weight: 600;
}

.episode__block-name h2 {
    color: #9d9d9d;
    font-size: 16px;
}

.date__efir {
    margin-bottom: 5px;
}

.tags__episode {
    display: flex;
    margin: 0 0 20px 0;
}
.tags__episode a {
    padding: 1px 10px;
    background: #000;
    border-radius: 4px;
    color: #fff;
    margin: 0 5px 0 0;
    line-height: normal;
    cursor: pointer;
    font-size: 14px;
    text-transform: capitalize;
}

.rating__episode {
    display: flex;
    margin: 15px 0 0 0;
    justify-content: space-between;
    position: relative;
}

/* Стили для всплывающих смайлов */
.emoji-popup {
    position: absolute;
    font-size: 20px;
    pointer-events: none;
    animation: pop-up 1.2s ease-out forwards;
    z-index: 1000;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    user-select: none;
    left: 50%;
    transform: translateX(-50%);
    top: -25px;
}

@keyframes pop-up {
    0% {
        opacity: 0;
        transform: translate(-50%, 10px) scale(0.3) rotate(0deg);
    }
    40% {
        opacity: 1;
        transform: translate(-50%, 0) scale(1.3) rotate(10deg);
    }
    100% {
        opacity: 0;
        transform: translate(-50%, -10px) scale(0.5) rotate(0deg);
    }
}

.link__top {
    display: flex;
    font-size: 15px;
}
.link__top a {
    background: #eeeeee;
    border-radius: 6px;
    padding: 0 10px;
    margin: 0 0 0 10px;
    height: 35px;
    display: flex;
    align-items: center;
}

.link__top a:hover {
    background: #d7d7d7;
}

.post-ratings img {
    margin: 0;
    height: 35px;
}
.rating__like img:nth-child(1) {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.rating__like img:nth-child(2) {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.post-ratings-loading {
    position: absolute;
    top: 0;
    left: 0;
    background: #eeeeee;
    width: 140px;
    font-size: 15px;
    text-align: center;
    height: 35px;
    padding: 7px 0 0 0;
    border-radius: 6px;
}

.post-ratings-loading img {
    margin: 0 4px 0 0;
    vertical-align: middle;
}

.post-ratings {
    display: flex;
    justify-content: left;
}

.rating__like {
    position: relative;
    flex-direction: row-reverse;
    display: flex;
}

.rating__like-score {
    position: absolute;
    display: flex;
    left: 60px;
    background: #eeeeee;
    height: 35px;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
}

.favorites {
    margin-top: 12px;
}

.favorites a {
    padding: 2px 12px;
    background: #d7d7d7;
    border-radius: 6px;
    line-height: normal;
    cursor: pointer;
    font-size: 15px;
}

.simplefavorite-button {
    padding: 4px 15px;
    background: #eee;
    border-radius: 6px;
    line-height: normal;
}

.simplefavorite-button img {
    width: 17px;
    vertical-align: middle;
}

.simplefavorite-button.active {
    background: #ed1d1d;
    opacity: 1 !important;
    padding: 2px 10px;
}

.favorites-left {
    position: relative;
}

.favorites-del img {
    cursor: pointer;
    width: 17px !important;
    vertical-align: middle;
    padding: 0 0 2px 0;
}

.favorites-del {
    display: flex;
    position: absolute;
    top: 4%;
    left: 3%;
}

.favorites-del a.simplefavorite-button.active {
    padding: 2px 8px !important;
}

.favorites-del a.simplefavorite-button {
    padding: 2px 8px !important;
}

.episode__block-two {
    margin: 25px 0 0 0;
}

.episode__intop {
    display: inline-block;
}

.episode__intop a {
    display: flex;
    align-items: center;
    background: #efefef;
    padding: 2px 8px;
    border-radius: 6px;
}
.episode__intop span {
    margin: 0 0 0 6px;
    font-size: 15px;
}

.episode__intop img {
    width: 16px;
}

.episode__block-content {
    margin-bottom: 5px;
}

/* табы */
.tabs {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
}
.sup-tabs {
    display: flex;
    flex-direction: row;
}
.tab {
    padding: 5px 10px;
    background: #eee;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 6px 6px 0 0;
}
.tab.active {
    background: #ffde00;
    font-weight: bold;
}

.tab__otherbutton {
    background: #ffde00;
    font-weight: bold;
    margin: 0;
}

.tab-content {
    display: none;
}
.tab-content.active {
    display: flex;
}
iframe {
    width: 100%;
    height: 560px;
    border: none;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.allplay__control--overlaid
 {background: red!important; }

.video__player {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.video__player-right {
    width: 32%;
    border: 1px solid #d7d7d7;
    border-radius: 6px;
}

.video__player-right h3 {
    padding: 10px 10px 0 10px;
    margin: 0;
    font-size: 16px;
}

.video__player-right h4 {
    padding: 0 10px 5px 10px;
    margin: 0;
    color: #777777;
    font-size: 15px;
}

.video__player-left {
    width: 67%;
}

.posts-list {
    max-height: 627px;
    overflow-y: auto;
    scroll-behavior: smooth;
    padding: 0;
}
.posts-list::-webkit-scrollbar {
    width: 6px;
}

.posts-list::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.posts-list::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 6px;
}

.posts-list::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.post-item {
    transition: all 0.3s;
}

.post-item:hover {
    background: #eee;
}

.post-link {
    display: flex;
    align-items: normal;
    padding: 7px 10px;
    text-decoration: none;
}

.post-thumbnail {
    width: 70px;
    height: 52px;
    margin-right: 10px;
    flex-shrink: 0;
    border-radius: 6px;
}

.post-title {
    font-size: 15px;
}
.post-title p {
    font-size: 15px;
    color: #000;
    font-weight: 600;
}
.post-title span {
    font-size: 14px;
    color: #777777;
}
/* Стиль для текущей записи */

.current-post {
    background: #eee;
}

.current-post .post-title {
    font-weight: bold;
    color: #000;
}

.episode__block-nexprev {
    display: flex;
    justify-content: space-between;
    margin: 10px 0 0 0;
}

.episode__block-nexprev a {
    padding: 4px 24px;
}

.episode__block-nexprev-p,
.episode__block-nexprev-n {
    display: flex;
}

.telegram {
    background: #36acf2;
    color: #fff;
    border-radius: 6px;
    padding: 8px 0 8px 15px;
    margin: 0 0 20px;
}

/* эпизоды в сезоне */

.seasons__links {
    display: flex;
    margin: 15px 0 25px 0;
}
.seasons__links a {
    background-color: #000;
    color: #fff;
    border-radius: 6px;
    padding: 5px 10px;
    font-size: 15px;
    margin: 0 5px 0 0;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    outline: none;
}
.seasons__links a:hover {
    background-color: #ffde00;
    color: #000000;
}

.episode__category,
.favorites-list {
    display: flex;
    flex-direction: column;
}
.episode__season {
    display: flex;
    flex-direction: row;
    margin: 0 0 20px 0;
}
.episode__season-img {
    position: relative;
}
.episode__season-img img {
    border-radius: 6px;
    width: 225px;
    height: auto;
}

.episode__season-img a {
    display: block;
}

.episode__season-rating {
    position: absolute;
    top: 83%;
    left: 0;
    background: #ffde00;
    font-size: 12px;
    padding: 0px 10px;
    visibility: visible;
    transition:
        opacity 0.3s ease,
        visibility 0.3s ease;
}

.episode__season-img:hover .episode__season-rating {
    opacity: 0;
    visibility: hidden;
}

.episode__season-item {
    margin: 0 0 0 15px;
}
.episode__season-brief {
    padding: 10px 0 0 0;
}
.episode__season-title {
    font-weight: 600;
}

/* Избранное */

.img-favorites img {
    height: 164px;
}

.simplefavorites-clear {
    background-color: #000000;
    color: #ffffff;
    border-radius: 6px;
    padding: 5px 10px;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    outline: none;
}

.simplefavorites-clear:hover,
.simplefavorites-clear:focus {
    background-color: #ffde00;
    color: #000000;
}

.no-favorites {
    margin: 0 0 15px 0;
}

/* Поиск страница */

.search__head-mobile {
    display: block;
    width: 100%;
    color: #000;
}

.search__inuput-page {
    position: relative;
    margin: 0 0 20px 0;
}

.search__result {
    display: flex;
    flex-direction: column;
}
.search__item {
    margin: 0 0 20px 0;
    border-bottom: 1px dashed #9d9d9d;
    padding: 0 0 8px 0;
}
.search__item-title {
    padding: 0 0 4px 0;
}
.search__item-excerpt {
    font-size: 15px;
}
.search-pagination .page-numbers {
    display: inline-block;
    padding: 3px 12px;
    margin: 0 2px 10px 2px;
    border-radius: 6px;
    border: 1px solid #ddd;
    text-decoration: none;
    color: #333;
}

.search-pagination .page-numbers.current {
    background-color: #f0f0f0;
    font-weight: bold;
}

.search-pagination .page-numbers:hover {
    background-color: #f5f5f5;
}

.search-pagination .page-numbers.dots {
    border: none;
}

.search__resultzero {
    text-align: center;
}

.screen-reader-text {
    display: none;
}

.excerpt_part strong {
    text-decoration: underline;
}

/* Факты серии */

.interesting__fact {
    margin: 20px 0;
    background: #eeeeee;
    padding: 10px;
    border-radius: 6px;
}

.interesting__fact-head {
    font-size: 17px;
    font-weight: 600;
    padding: 0 0 5px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #d1d1d1;
}

.slider_item {
    font-size: 16px;
    padding: 0 0 5px 12px;
    background: url(https://simpsonslive.ru/simps/wp-content/themes/TheSimpsons/img/square.png) 0 10px no-repeat;
    background-size: 5px;
}

/* Профиль фаната */

.user-profile-head {
    display: flex;
    flex-direction: row;
    line-height: 1;
}

.user-profile-head img {
    border-radius: 6px;
}

.um-profile .um-profile-body {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    max-width: 100% !important;
}

.um-header {
    padding: 20px 10px !important;
    border-bottom: none !important;
    background: #eee;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.um-profile-edit {
    margin-right: 10px !important;
}

.um-profile-nav {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

div.uimob500 .um-profile-nav-item a {
    margin-left: 10px !important;
}

.um-profile-edit i {
    font-size: 25px !important;
}

div.uimob500 .um-header .um-meta-text {
    padding: 0 !important;
}

.um-profile-edit {
    top: 5px !important;
}
.picker__box,
.picker__nav--next:hover,
.picker__nav--prev:hover,
.um .um-field-group-head,
.um .um-members-pagi span.current,
.um .um-members-pagi span.current:hover,
.um .um-profile-nav-item.active a,
.um .um-profile-nav-item.active a:hover,
.um-modal-btn,
.um-modal-btn.disabled,
.um-modal-btn.disabled:hover,
.um-modal-header,
.upload,
div.uimob800 .um-account-side li a.current,
div.uimob800 .um-account-side li a.current:hover {
    background: #6c6c6c !important;
}

.um .um-cover-add:hover,
.um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i,
.um .um-field-radio.active:not(.um-field-radio-state-disabled) i,
.um .um-item-meta a,
.um .um-member-less a:hover,
.um .um-member-more a:hover,
.um .um-member-name a:hover,
.um .um-members-pagi a:hover,
.um .um-profile-subnav a.active,
.um .um-tip:hover,
.um-account-name a:hover,
.um-account-nav a.current,
.um-account-side li a.current span.um-account-icon,
.um-account-side li a.current:hover span.um-account-icon,
.um-dropdown li a:hover,
i.um-active-color,
span.um-active-color {
    color: #333 !important;
}

.um .um-form input[type="password"],
.um .um-form input[type="search"],
.um .um-form input[type="tel"],
.um .um-form input[type="text"],
.um .um-form textarea {
    color: #333 !important;
    border-radius: 6px;
}

.um a.um-button,
.um a.um-button.um-disabled:active,
.um a.um-button.um-disabled:focus,
.um a.um-button.um-disabled:hover,
.um input[type="submit"].um-button,
.um input[type="submit"].um-button:focus {
    background: #ffde00 !important;
    color: #000 !important;
}

.um .um-button.um-alt,
.um input[type="submit"].um-button.um-alt {
    background: #eee !important;
}

.um a.um-button:hover,
.um input[type="submit"].um-button:hover {
    background-color: #000 !important;
    color: #fff !important;
}

.um-profile-note span {
    margin-top: 15px !important;
}

.um .um-field-label {
    color: #333 !important;
}

.um-field-half {
    width: 100% !important;
    float: initial !important;
}

.um-profile.um-viewing .um-field-label {
    border-bottom: 1px solid #e0e0e0 !important;
}

.um-field .select2.select2-container .select2-selection.select2-selection--multiple,
.um-search-filter .select2.select2-container .select2-selection.select2-selection--multiple {
    color: #333 !important;
    border-radius: 6px !important;
}

.um-profile.um .um-profile-edit-a.active,
.um-profile.um .um-profile-headericon a:hover {
    color: #000 !important;
}

.um-profile.um .um-name a {
    color: #333 !important;
}

.um-profile.um .um-name a:hover {
    color: #000 !important;
}

.um-meta-text {
    font-size: 14px !important;
}

div.uimob800 .um-profile-nav-item a {
    margin-left: 10px !important;
}

.um-modal-btn.alt {
    color: #ffffff !important;
}

.um-item-meta span {
    font-size: 14px !important;
}

.um-field-checkbox-option,
.um-field-radio-option {
    margin: 0 0 0 25px !important;
}

.um-profile-note,
.um-item-link {
    padding: 0 !important;
}

.um-item {
    padding: 15px 0 5px 0 !important;
    margin: 0;
}

.um-item-meta a {
    border-bottom: none !important;
}

.um-item-link i {
    display: none;
}

body .um .um-profile-photo a.um-profile-photo-img,
body .um .um-profile-photo img,
body .um .um-profile-photo span.um-profile-photo-overlay,
body .um-directory .um-members-wrapper .um-members .um-member .um-member-photo.radius-1 a img {
    border-radius: 6px !important; /* Круглая аватарка */
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
}

body .um-profile-photo a.um-profile-photo-img {
    border: 0 !important;
    border-bottom: 0 !important;
}

.um-246.um .um-profile-photo a.um-profile-photo-img {
    width: 155px !important;
    height: 155px !important;
}

.um-directory .um-members-wrapper .um-members.um-members-grid .um-member .um-member-photo a img {
    border: 0 !important;
}

.um-directory .um-members-wrapper .um-members.um-members-grid .um-member .um-member-photo {
    padding: 15px 0 8px 0 !important;
}

.um-directory .um-members-wrapper .um-members .um-member {
    border: 1px solid #eee !important;
    border-radius: 6px !important;
}

.um-directory .um-members-wrapper .um-members.um-members-grid .um-member {
    margin-bottom: 15px !important;
}

/* Новая серия на главной */

.new__episode {
    display: flex;
    position: relative;
    margin: 0;
}
.new__episode-img a {
    display: block;
}
.new__episode-img img {
    width: 100%;
    border-radius: 6px;
}
.new__episode-info {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.1));
    padding: 0 0 0 20px;
    border-radius: 6px;
}

.new__episode-link {
    color: #fff;
}

.new__episode-imgs {
    display: none;
}
.new__episode-imgf {
    display: inline;
}

.other__newepisode {
    display: flex;
    flex-direction: row;
    margin: 20px 0 25px 0;
    justify-content: space-between;
    flex-wrap: wrap;
}

.block__compilation {
    display: flex;
    flex-direction: row;
    margin: 0 0 25px 0;
    justify-content: initial;
    gap: 15px;
    flex-wrap: wrap;
}
.other__newepisode-item,
.podborka__block {
    position: relative;
    display: flex;
    width: 19%;
}
.podborka__block {
    margin: 0 0 14px 0;
}

.podborka__block span {
    display: block;
}

.podborka-count {
    padding: 1px 5px;
    margin: 0;
    font-size: 13px;
    background: #000000;
    color: #ffffff;
    border-radius: 6px;
    display: inline-block;
    position: absolute;
    bottom: 2%;
    left: 3%;
}

.other__newepisode-title {
    text-align: center;
    position: absolute;
    top: 0;
    opacity: 1;
    visibility: visible;
    transition:
        opacity 0.3s ease,
        visibility 0.3s ease;
    width: 100%;
    height: 100%;
    line-height: 1.2;
    padding: 10px 7px 0 7px;
    color: #fff;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.3));
    border-radius: 6px;
}

.other__newepisode-item:hover .other__newepisode-title,
.podborka__block:hover .other__newepisode-title {
    opacity: 0;
    visibility: hidden;
}

.other__newepisode-img {
    width: 100%;
}
.other__newepisode-img img {
    border-radius: 6px;
    width: 100%;
}

/* табы на странице*/

.page__tabs-container {
    margin: 20px auto;
}

.page__tabs-header {
    display: flex;
    border-bottom: 1px solid #eee;
}

.page__tab-btn {
    padding: 0 12px 14px 12px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 15px;
    margin: 0 10px 0 0;
    transition: all 0.3s ease;
    border-bottom: 2px solid transparent;
}

.page__tab-btn:hover {
    border-bottom: 2px solid #afafaf;
}

.page__tab-btn--active {
    border-bottom: 2px solid #000;
    color: #000;
    font-weight: bold;
}

.page__tabs-content {
    padding: 20px 0;
}

.page__tab-pane {
    display: none;
}

.page__tab-pane--active {
    display: block;
    animation: fadeIn 0.5s;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* 404 */

.page__404 {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.page__404-title {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
}

.homer-404 {
    overflow: hidden;
    text-align: right;
}

.homer-404,
.page__404-text {
    width: 50%;
}

.homer-404 video {
    border-radius: 6px;
    width: 85%;
}

@media (max-width: 1920px) {
}
@media (max-width: 1200px) {
    .center__block,
    .content-wrapper {
        padding: 0 10px;
    }
    .block__compilation {
        gap: 12px;
    }
    .slick-arrow {
        display: none !important;
    }
    .video__player {
        flex-direction: column;
    }
    .video__player-right,
    .video__player-left {
        width: 100%;
    }
    .video__player-right {
        margin: 15px 0 0 0;
    }
    .posts-list {
        max-height: 500px;
    }
}
@media (max-width: 1024px) {
    .block__compilation {
        gap: 10px;
    }
}

@media (max-width: 960px) {
    .homer-404 video {
        width: 85%;
    }
    .posts-list {
        max-height: 400px;
    }
}

@media (max-width: 862px) {
    .episode__season-brief,
    .search__head {
        display: none;
    }
    iframe {
        height: 450px;
    }
    .block__compilation {
        gap: 9px;
    }
    .search__form-mobile {
        max-width: 100%;
        margin: 0 auto;
        min-width: auto;
    }
    .search-input-mobile {
        background: #ffffff;
        border: none;
    }
    .episode__category {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .favorites-list {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: left;
        column-gap: 5%;
    }
    .episode__season {
        flex-direction: column;
        width: 30%;
    }
    .episode__season-item {
        margin: 3px 0 0 0;
        text-align: center;
        font-size: 15px;
    }
    .episode__season-img img {
        width: 100%;
    }
    .img-favorites img {
        height: auto;
    }
    .interesting__fact {
        margin: 20px 0;
        background: #eeeeee;
        padding: 10px 15px;
        border-radius: 6px;
    }
    .fans__talk {
        margin: 0 -10px;
    }
    .recent-comments-list > li {
        border-radius: 0;
    }
    .menu__burger,
    .menu__list,
    .menu__mobile {
        display: block;
    }
}

@media (max-width: 760px) {
    .episode__block-preview,
    .other__newepisode-item.episode5 {
        display: none;
    }
    .other__newepisode-item,
    .podborka__block {
        width: 23%;
    }
    .episode__block-name {
        margin: 0;
    }
    .custom-search-form {
        min-width: 290px;
    }
    .block__compilation {
        gap: 17px;
    }
}

@media (max-width: 680px) {
    .page__404 {
        flex-direction: column;
    }
    .podborka__block {
        width: 32%;
    }
    .block__compilation {
        gap: 9px;
    }
    .homer-404,
    .page__404-text,
    .homer-404 video {
        width: 100%;
        text-align: center;
    }
    .homer-404 {
        margin-top: 20px;
    }
    iframe {
        height: 450px;
    }
    .new__episode-imgf {
        display: none;
    }
    .new__episode-imgs {
        display: inline;
    }
    .other__newepisode-title span {
        display: block;
    }
    .other__newepisode-title {
        font-size: 15px;
    }
}

@media (max-width: 475px) {
    .posts-list {
        max-height: 200px;
    }
    .more__block-item a {
        padding: 10px 0;
    }
    .block__compilation {
        gap: initial;
        justify-content: space-between;
    }
    iframe {
        height: 320px;
    }
    .other__newepisode-item.episode4 {
        display: none;
    }
    .other__newepisode-item {
        width: 31%;
    }

    .podborka__block {
        width: 48%;
    }

    .episode__season {
        width: 47%;
    }
    .new__episode-link,
    .other__newepisode-title {
        font-size: 15px;
    }
}
@media (max-width: 400px) {
}
