html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    outline: none;
}
a:focus, a:active{outline: none}
* {
    -webkit-tap-highlight-color: transparent;
}

header .inside-header .logo, header .inside-header .logo:focus, header .inside-header .logo:hover, header .inside-header .logo:active , header .inside-header .logo svg, header .inside-header .logo svg:focus {
    outline: none !important;
    border: 0 !important;
    background-color: transparent;
    text-decoration: none!important;
    outline: 0;
    -webkit-background-clip: content-box;
    outline: 0!important;
    outline-color: transparent!important;
    outline-width: 0!important;
    outline-style: none!important;
    box-shadow: 0 0 0 0 rgba(0,123,255,0)!important;
    border: 0px !important;
    padding: 0;
}

article, aside, figure, figcaption, footer, header, hgroup, nav, section, summary {
    display: block;
}

.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
    margin-bottom: 26px;
}

.noUi-base,
.noUi-connects {
    width: calc(100% - 60px);
    height: 100%;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

.noUi-connects {
    overflow: hidden;
    z-index: 0;
}

.noUi-connect,
.noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0 0;
    transform-style: flat;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
    left: 0;
    right: auto;
}

.noUi-horizontal .noUi-origin {
    height: 0;
}

.noUi-handle {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    width: 60px;
    height: 30px;
    top: -12px;
    right: -30px;
    border: none;
    color: #f7a856;
    border-radius: 7px;
    font-size: 16px;
    font-weight: 700;
    z-index: 16;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: -webkit-gradient(linear, right top, left top, from(#AF2255), to(#F7A856));
    background: -webkit-linear-gradient(right, #AF2255 0%, #F7A856 100%);
    background: -o-linear-gradient(right, #AF2255 0%, #F7A856 100%);
    background: linear-gradient(270deg, #AF2255 0%, #F7A856 100%);
}

.noUi-handle::before {
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    z-index: -1;
    border-radius: 5px;
    position: absolute;
    background-color: #2f182a;
    content: '';
    display: block;
}

.noUi-handle:hover {
    color: #150E15;
}

.noUi-handle:hover::before {
    opacity: 0;
    visibility: hidden;
}

.noUi-touch-area {
    height: 100%;
    width: 100%;
}
@supports (-webkit-touch-callout: none) {
    html {
        -webkit-tap-highlight-color: rgba(201, 224, 253, 0.4);
    }
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

.noUi-horizontal {
    height: 8px;
}

.noUi-target {
    background: #5F3F58;
    border-radius: 3px;
}

.noUi-connects {
    border-radius: 3px;
}

.noUi-connect {
    background: linear-gradient(270deg, #D5778C 0%, #F7A856 100%);
}

.noUi-draggable {
    cursor: ew-resize;
}

.noUi-pips,
.noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-pips {
    position: absolute;
    color: #999;
}

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center;
}

.noUi-marker {
    position: absolute;
    background: #CCC;
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%;
}

.noUi-value-horizontal {
    transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
    transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px;
}

.noUi-tooltip {
    position: absolute;
    top: 5px;
    width: 100%;
    text-align: center;
}

body {
    min-width: 300px;
    font-size: 17px;
    line-height: 1.4;
    color: #D0A3AE;
    font-family: Arial, sans-serif;
    font-weight: 400;
    background-color: #37293E;
}

@media (max-width: 767px) {
    body {
        font-size: 14px;
    }
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.link-light {
    color: white;
}

.link-light:hover {
    text-decoration: underline;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    min-height: 100%;
}

a {
    color: #474747;
}

a:hover {
    text-decoration: underline;
}

a, button {
    cursor: pointer;
    text-decoration: none;
}

a.link-underline {
    text-decoration: underline;
    color: #3c3340;
}

a.link-underline:hover {
    text-decoration: none;
}

input {
    font-family: inherit;
}

input:focus, textarea:focus {
    outline: none;
}

.text-center {
    text-align: center;
}

.text-uppercase {
    text-transform: uppercase;
}

.brand-color {
    color: #fce6d0;
}

.brand-list {
    color: #fce6d0;
}

.brand-list:hover, .brand-list:focus {
    color: #fce6d0;
    text-decoration: none;
}

a:focus, button:focus {
    outline: none !important;
}

b {
    font-weight: 700;
}

.object-fit {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

* html .page-wrapper {
    height: 100%;
}

.center-bl {
    max-width: 1000px;
    margin: 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
}

@media (max-width: 767px) {
    .center-bl {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.border-none {
    border: 0 !important;
}

.vertical-middle-wrapper {
    width: 100%;
    content: '';
    display: table;
    height: 100%;
    vertical-align: middle;
}

.vertical-middle-wrapper > * {
    vertical-align: middle !important;
    height: 100% !important;
    display: table-cell !important;
}

img {
    max-width: 100%;
}

h2, .like-h2 {
    margin-bottom: 10px;
    font-size: 35px;
    color: #D0A3AE;
    line-height: 40px;
    font-weight: 400;
}
.comment-h2 {
    margin-top: 30px;
}

#comment div[class^="CommentItemBody__BodyContent"] a {
    color: #f7a856 !important;
}
#comment [data-test-id="login-with-password"] {
    color: #f7a856 !important;
}

@media (max-width: 767px) {
    h2, .like-h2 {
        margin-bottom: 10px;
        font-size: 28px;
    }

    .like-h2 {
        padding-top: 5px;
    }
    .comment-h2 {
        margin-top: 25px;
    }
}

h1, .like-h1 {
    margin-bottom: 22px;
    font-size: 36px;
    line-height: 44px;
    color: #D0A3AE;
    font-weight: 700;
    text-align: center;
}

@media (max-width: 767px) {
    h1, .like-h1 {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 15px;
    }
}

/* player banner */


.turkplayBannerContainer {
    line-height: 0;
    width: 960px;
    height: 50px;
    background: #3C3141;
    border-radius: 0px 0px 14px 14px;
    font-size: 14px;
    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;
    padding: 8px;
    gap: 46px;
}

.turkplayBannerLeftBlock {
    display: flex;
    align-items: center;
    gap: 20px;
}

.turkplayBannerLeftBlockText {
    color: #D5778C;
    font-family: Arial;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.turkplayBannerLeftBlockIcon {

}

.turkplayBannerRightBlock {
    display: flex;
    align-items: center;
}

.turkplayBannerRightBlockButton {
    display: flex;
    align-items: center;
    gap: 7px;
    cursor: pointer;
}
.turkplayBannerRightBlockButton:hover {
    text-decoration: none;
}

.turkplayBannerRightBlockButton:hover .turkplayBannerButtonText,
.turkplayBannerRightBlockButton:active .turkplayBannerButtonText{
    color: #AF223C;
}

.turkplayBannerRightBlockButton:hover .turkplayBannerButtonIcon path,
.turkplayBannerRightBlockButton:active .turkplayBannerButtonIcon path {
    fill: #AF223C;
}


.tg-btn {
    margin-right: 44px;
}

.vk-btn {
    margin-right: 40px;
}

.turkplayBannerButtonIcon svg {
    margin-top: -5px;
}

.turkplayBannerButtonTextBlock {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.turkplayBannerButtonText {
    color: #F7A856;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.turkplayBannerButtonLine {
    width: 100%;
    height: 3px;
    background: #AF223C;
}

.for-small-screen {
    display: none;
}

@media screen and (max-width: 980px) {
    .turkplayBannerContainer {
        width: 100%;
    }
}

@media screen and (max-width: 780px) {
    .turkplayBannerContainer {
        width: 100%;
    }
    .turkplayBannerLeftBlockText {
        font-size: 16px;
    }
    .turkplayBannerButtonText {
        font-size: 14px;
    }
}

@media screen and (max-width: 670px) {
    .turkplayBannerRightBlock {
        align-items: flex-end;
    }
    .turkplayBannerContainer {
        height: 45px;
        border-radius: initial;
        gap: 16px;
        justify-content: space-between;
        padding: 8px 14px 8px 14px;
    }
    .turkplayBannerLeftBlockText {
        color: #D5778C;
        font-family: Arial;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .turkplayBannerLeftBlockIcon svg {
        width: 30px;
        height: 30px;
    }
    .for-big-screen {
        display: none;
    }
    .for-small-screen {
        display: flex !important;
    }
    .turkplayBannerLeftBlock {
        gap: 20px;
    }
    .tg-btn {
        margin-right: 0;
        gap: 4px !important;
    }
    .tg-btn svg {
        width: 20px;
        height: 17px;
        margin-top: 0;
    }
    .vk-btn svg {
        width: 24px;
        height: 16px;
        margin-top: 0;
    }
    .vk-btn{
        margin-right: 20px;
        gap: 5px !important;
    }
    .ok-btn svg {
        width: 12px;
        height: 23px;
        margin-top: 0;
    }
    .ok-btn {
        width: 23px;
    }
    .ok-btn .turkplayBannerButtonIcon {
        margin-bottom: -1px;
    }
}
@media(max-width: 360px) {
    .turkplayBannerContainer {
        gap: 4px;
        justify-content: space-between;
        padding: 8px 10px;
    }
    .turkplayBannerLeftBlock {

    }
}

/* end */

.box-all-text h2 {
    opacity: 1 !important;
}

.custom-check {
    padding-left: 22px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-check span {
    font-size: 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.custom-check span:before {
    width: 15px;
    height: 15px;
    left: 0;
    top: 1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    z-index: 1;
    display: block;
    content: '';
    border: 1px solid black;
    border-radius: 2px;
}

.custom-check span:after {
    position: absolute;
    top: 4px;
    font-size: 9px;
    left: 3px;
    z-index: 2;
    opacity: 0;
    content: "\e902";
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.custom-check span b {
    font-weight: 400;
    color: #afb1bd;
}

.custom-check input {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -2;
    visibility: hidden;
    opacity: 0;
}

.custom-check input:checked + span:after {
    opacity: 1;
}

.light-text {
    color: #82828b;
}

.custom-input {
    position: relative;
}

.custom-input input {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    color: #000000;
    background-color: #f9f9fb;
    border: 1px solid #f9f9fb;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.custom-input input:disabled {
    border: 1px solid #d8d8d8;
}

.custom-input.with-ico input {
    padding-right: 45px;
}

.custom-input.with-ico i {
    top: 10px;
    right: 15px;
    position: absolute;
    z-index: 2;
    font-size: 18px;
    color: #474747;
}

.custom-input, .custom-textarea {
    margin-bottom: 30px;
    position: relative;
}

.custom-input .box-for-information, .custom-textarea .box-for-information {
    padding: 4px 14px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 12px;
    line-height: 16px;
    color: #818181;
}

.custom-input .box-for-information img, .custom-textarea .box-for-information img {
    width: 12px;
    margin-right: 5px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.custom-textarea textarea {
    width: 100%;
    height: 200px;
    padding: 12px 15px;
    font-size: 14px;
    color: #000000;
    background-color: #f9f9fb;
    font-weight: 300;
    resize: none;
    border: 1px solid #f9f9fb;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    font-family: Arial, sans-serif;
    color: #f7a856;
    font-weight: 400;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #f7a856;
    font-family: Arial, sans-serif;
    font-weight: 400;
}

input.placeholder-light:-ms-input-placeholder, textarea.placeholder-light:-ms-input-placeholder {
    color: #f7a856;
    font-family: Arial, sans-serif;
    font-weight: 400;
}

input:disabled::-webkit-input-placeholder, textarea:disabled::-webkit-input-placeholder {
    color: #f7a856;
}

input:disabled::-moz-placeholder, textarea:disabled::-moz-placeholder {
    color: #f7a856;
}

input.placeholder-light:disabled:-ms-input-placeholder, textarea.placeholder-light:disabled:-ms-input-placeholder {
    color: #f7a856;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: 1;
}

.ui-state-disabled span, .ui-widget-content .ui-state-disabled span, .ui-widget-header .ui-state-disabled span {
    color: #a7a7a7;
}

.select2-results__option.loading-results {
    display: none;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: transparent !important;
}

.select2-container--default .select2-results__option[aria-selected=true]:before {
    position: absolute;
    top: 12px;
    right: 13px;
    font-size: 16px;
    color: #182233;
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e903";
}


.ui-datepicker table {
    margin-bottom: 0;
}

.dark-btn {
    padding: 16px;
    border-radius: 16px;
    overflow: hidden;
    background-color: #150e15;
    cursor: pointer;
    color: #f7a856;
    text-align: center;
    border: 2px solid #150e15;
    font-weight: 700;
    font-size: 18px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: inline-block;
    position: relative;
}

.dark-btn span {
    border-bottom: 3px solid #af223c;
}

.dark-btn:hover {
    border: 2px solid #AF223C;
}

.dark-btn:hover span {
    border-bottom: 3px solid transparent;
}

.brand-btn {
    padding: 13px 10px 13px;
    border-radius: 16px;
    overflow: hidden;
    background: -webkit-gradient(linear, right top, left top, from(#A690B7), to(#D498A6));
    background: -webkit-linear-gradient(right, #A690B7 0%, #D498A6 100%);
    background: -o-linear-gradient(right, #A690B7 0%, #D498A6 100%);
    background: linear-gradient(270deg, #A690B7 0%, #D498A6 100%);
    cursor: pointer;
    text-align: center;
    border: 0;
    color: #150e15;
    font-weight: 700;
    font-size: 18px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: inline-block;
    position: relative;
}

.brand-btn:hover {
    text-decoration: none;
    background: #ECBC9A;
}

.brand-btn.dark {
    background: -webkit-gradient(linear, right top, left top, from(#af2255), to(#f7a856));
    background: -webkit-linear-gradient(right, #af2255 0%, #f7a856 100%);
    background: -o-linear-gradient(right, #af2255 0%, #f7a856 100%);
    background: linear-gradient(270deg, #af2255 0%, #f7a856 100%);
}

.brand-btn.dark > span {
    color: #f7a856;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.brand-btn.dark > span svg {
    margin-right: 10px;
}

.brand-btn.dark:before {
    top: 2px;
    right: 2px;
    left: 2px;
    bottom: 2px;
    position: absolute;
    border-radius: 16px;
    z-index: 0;
    content: '';
    display: block;
    background-color: #211421;
}
@media screen and (max-width: 1000px) {
    #comment {
        max-width: 100%;
    }
    #comment img {
        max-width: 100%;
    }
}
.brand-btn.dark:hover:before {
    background: -webkit-gradient(linear, right top, left top, from(#AF2255), to(#f7a856));
    background: -webkit-linear-gradient(right, #AF2255 0%, #f7a856 100%);
    background: -o-linear-gradient(right, #AF2255 0%, #f7a856 100%);
    background: linear-gradient(270deg, #AF2255 0%, #f7a856 100%);
}

.brand-btn.dark:hover span {
    color: #150E15;
}
.brand-btn.dark:hover span svg > * {
    fill: #150E15;
}

.brand-btn.block {
    display: block;
}

.brand-btn i {
    margin-right: 10px;
    margin-bottom: 4px;
}

.brand-btn.right-ico {
    padding: 13px 10px 12px;
}

.brand-btn.right-ico i {
    margin-left: 10px;
    margin-right: 0;
    font-size: 10px;
}

.brand-btn.right-ico.down i {
    padding: 3px 0 0;
    position: relative;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block;
}

.btn-new-episots span {
    position: relative;
}

.btn-new-episots span:before {
    content: '';
    position: absolute;
    display: block;
    top: 6px;
    right: -25px;
    width: 14px;
    height: 10px;
    background: url("data:image/svg+xml,%3Csvg%20width%3D%2714%27%20height%3D%2710%27%20viewBox%3D%270%200%2014%2010%27%20fill%3D%27none%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%3Cpath%20d%3D%27M9.80176%204L6.53333%201.63265L7.80126%206.1267e-07L13.5774%204.18367C13.8434%204.37638%2014%204.67882%2014%205C14%205.32118%2013.8434%205.62362%2013.5774%205.81633L7.80126%2010L6.53333%208.36735L9.80176%206L-1.74846e-07%206L-2.62268e-07%204L9.80176%204Z%27%20fill%3D%27%23150E15%27%2F%3E%3C%2Fsvg%3E") no-repeat;
}

.btn-border-red {
    color: #ECBC9A;
    font-size: 17px;
    font-weight: 700;
    display: inline-block;
    border: 0;
    border-bottom: 3px solid #AF4E22;
}

@media (max-width: 767px) {
    .btn-border-red {
        font-size: 16px;
        height: 25px;
        position: relative;
        bottom: 4px;
    }
}

.btn-border-red:hover {
    text-decoration: none;
    color: #AF4E22;
}

.rating {
    --uiRatingColor: var(--ratingColor, #482b37);
    --uiRatingColorActive: var(--ratingColorActive, #af223c);
    display: var(--ratingDisplay, flex);
    font-size: var(--ratingSize, 1rem);
    color: var(--uiRatingColor);
}

.rating__control:nth-of-type(1):focus ~ .rating__item:nth-of-type(1)::before,
.rating__control:nth-of-type(2):focus ~ .rating__item:nth-of-type(2)::before,
.rating__control:nth-of-type(3):focus ~ .rating__item:nth-of-type(3)::before,
.rating__control:nth-of-type(4):focus ~ .rating__item:nth-of-type(4)::before,
.rating__control:nth-of-type(5):focus ~ .rating__item:nth-of-type(5)::before {
    content: "";
    position: absolute;
    top: -.15em;
    right: 0;
    bottom: -.15em;
    left: 0;
    z-index: -1;
}

.rating__item {
    padding: 0 7px;
    cursor: pointer;
    position: relative;
}

.rating__star {
    display: block;
    width: 1em;
    height: 1em;
    fill: currentColor;
    stroke: var(--ratingStroke, #222);
    stroke-width: var(--ratingStrokeWidth, 1px);
}

.rating:hover,
.rating__control:nth-of-type(1):checked ~ .rating__item:nth-of-type(1),
.rating__control:nth-of-type(2):checked ~ .rating__item:nth-of-type(-n+2),
.rating__control:nth-of-type(3):checked ~ .rating__item:nth-of-type(-n+3),
.rating__control:nth-of-type(4):checked ~ .rating__item:nth-of-type(-n+4),
.rating__control:nth-of-type(5):checked ~ .rating__item:nth-of-type(-n+5) {
    color: var(--uiRatingColorActive);
}

.rating__item:hover ~ .rating__item {
    color: var(--uiRatingColor);
}

/*
=====
SETTINGS
=====
*/

.rating {
    --ratingSize: 30px;
    --ratingColor: #482b37;
    line-height: 0;
    --ratingColorActive: #af223c;
}

.wrapper-toggle-text::-webkit-scrollbar {
    width: 5px;
}

.wrapper-toggle-text::-webkit-scrollbar-track {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), rgba(213, 119, 140, 0.3);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), rgba(213, 119, 140, 0.3);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), rgba(213, 119, 140, 0.3);
    border-radius: 2px;
}

.wrapper-toggle-text::-webkit-scrollbar-thumb {
    background-color: #AF223C;
    border-radius: 2px;
    outline: none;
}

header {
    height: 60px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: #3C3141;
    transition: top 0.8s ease-in-out;
}

header .inside-header {
    height: 60px;
    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;
}

header .inside-header .logo {
    line-height: 0;
    position: relative;
    width: 264px;
    height: 39px;
    background: url(../images/logo.5f0af257d5d3cb6f2d42..svg) center center no-repeat;
}

header .inside-header .logo:hover {
    background: url(../images/logo_hover.7551c09d7f681840f3ce..svg) center center no-repeat;
}

@media (max-width: 768px) {
    header .inside-header .logo {
        margin: 0;
        display: flex;
        justify-content: flex-start;
        background-size: contain;
    }
    header .inside-header .logo:hover {
        background-size: contain;
    }

    header .inside-header .logo svg {
        transition: 0.3s;
        outline: none!important;
        border: none!important;
        border: none;
        text-indent: -100vw;
    }

    header .inside-footer .logo svg {
        margin-left: 10px;
        transition: 0.3s;
        border: none;
    }

    header .inside-header .logo svg.click {
        margin-left: 10px;
        transform: scale(1.1);
        outline: none!important;
        border: none!important;
        text-indent: -100vw;
    }

    header .inside-footer .logo svg.click {
        transform: scale(1.1);
    }
}

header .inside-header .menu {
    margin-left: -40px;
}

@media (max-width: 767px) {
    header .inside-header .menu {
        display: none;
    }
}

header .inside-header .menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

header .inside-header .menu ul li {
    margin-right: 20px;
    font-size: 20px;
}

header .inside-header .menu ul li:last-child {
    margin-right: 0;
}

header .inside-header .menu ul li a {
    color: #F092A8;
    font-size: 19px;
}

header .inside-header .menu ul li a:hover {
    text-decoration: none;
    color: #AF4E22;
}

header .inside-header .box-search-header-wrapper {
    width: 250px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

@media (max-width: 767px) {
    header .inside-header .box-search-header-wrapper {
        width: 30px;
    }
}

header .inside-header .box-search-header-wrapper .box-input {
    position: relative;
    border-bottom: 3px solid #AF4E22;
}

header .inside-header .box-search-header-wrapper .box-input:hover span {
    color: #AF4E22;
}

header .inside-header .box-search-header-wrapper .box-input:hover i {
    background: -webkit-gradient(linear, right top, left top, from(#af223c), to(#af223c));
    background: -webkit-linear-gradient(right, #af223c 0%, #af223c 100%);
    background: -o-linear-gradient(right, #af223c 0%, #af223c 100%);
    background: linear-gradient(270deg, #af223c 0%, #af223c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #AF4E22;
}

@media (max-width: 767px) {
    header .inside-header .box-search-header-wrapper .box-input {
        border-bottom: 0;
    }
}

header .inside-header .box-search-header-wrapper .box-input span {
    width: 100%;
    height: 35px;
    padding-right: 40px;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    font-size: 17px;
    color: #D0A3AE;
    border: 0;
}

@media (max-width: 767px) {
    header .inside-header .box-search-header-wrapper .box-input span {
        display: none;
    }
}

header .inside-header .box-search-header-wrapper .box-input .icon-btn-search {
    position: absolute;
    z-index: 0;
    right: 8px;
    top: 4px;
    font-size: 24px;
    background: -webkit-gradient(linear, right top, left top, from(#D5778C), to(#F7A856));
    background: -webkit-linear-gradient(right, #D5778C 0%, #F7A856 100%);
    background: -o-linear-gradient(right, #D5778C 0%, #F7A856 100%);
    background: linear-gradient(270deg, #D5778C 0%, #F7A856 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #D5778C;
}

@media (max-width: 767px) {
    header .inside-header .box-search-header-wrapper .box-input .icon-btn-search {
        position: relative;
        right: initial;
        top: initial;
        font-size: 28px;
    }
}

header .mobile-header-box {
    display: none;
}

@media (max-width: 767px) {
    header .mobile-header-box {
        display: block;
        width: 32px;
        height: 32px;
    }
}

header .btn-menu-mobile {
    width: 30px;
    height: 30px;
    display: none;
    background: -webkit-gradient(linear, right top, left top, from(#D5778C), to(#F7A856));
    background: -webkit-linear-gradient(right, #D5778C 0%, #F7A856 100%);
    background: -o-linear-gradient(right, #D5778C 0%, #F7A856 100%);
    background: linear-gradient(270deg, #D5778C 0%, #F7A856 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #D5778C;
    font-size: 25px;
}

@media (max-width: 767px) {
    header .btn-menu-mobile {
        display: block;
    }
}
header .btn-menu-mobile .ico-burger {
    width: 32px;
    height: 32px;
    display: block;
}

footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: white;
    background-color: #3C3141;
}

@media (max-width: 767px) {
    footer {
        height: initial;
        padding: 0 0 26px;
    }
}

footer .inside-footer {
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    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;
}

@media (max-width: 767px) {
    footer .inside-footer {
        height: initial;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 24px;
    }
}

footer .inside-footer .logo {
    width: 221px;
    height: 42px;
    display: inline-block;
    margin-right: 73px;
    line-height: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    background: url(../images/logo.5f0af257d5d3cb6f2d42..svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
footer .inside-footer .logo:hover {
    background: url(../images/logo_hover.7551c09d7f681840f3ce..svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 768px) {
    footer .inside-footer .logo {
        display: flex;
        justify-content: center;
        margin-right: 0;
    }

    footer .inside-footer .logo svg {
        transition: 0.3s;
    }

    footer .inside-footer .logo svg.click {
        transform: scale(1.1);
    }
}

footer .inside-footer .email-link {
    color: #F092A8;
    font-size: 15px;
    margin-left: 0;
}

footer .inside-footer .email-link-right {
    margin-left: auto;
}

footer .inside-footer .email-link:hover {
    color: #AF4E22;
    text-decoration: none;
}

@media(max-width: 767px) {
    footer .inside-footer .email-link {
        width: 100%;
        text-align: center;
        margin: 20px auto 0;
        font-size: 15px;
    }
}

footer .inside-footer .social-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 767px) {
    footer .inside-footer .social-footer {
        width: 100%;
        margin-top: 30px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

footer .inside-footer .social-footer li {
    margin-left: 22px;
}

@media (max-width: 768px) {
    footer .inside-footer .social-footer li {
        margin-left: 16px;
    }
}
@media (max-width: 358px) {
    footer .inside-footer .social-footer li {
        margin-left: 12px;
    }
}

footer .inside-footer .social-footer li:first-child {
    margin-left: 0;
}

@media (max-width: 768px) {
    footer .inside-footer .social-footer li:nth-child(2) {
        margin-left: 0;
    }
    footer .inside-footer .social-footer li:first-child {
        margin-left: 16px;
        order: 5;
    }
}

footer .inside-footer .social-footer li a {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 14px;
    border: 2px solid #4e2d38;
    background-color: #150e15;
    color: #f7a856;
    font-size: 26px;
}

@media (max-width: 358px) {
    footer .inside-footer .social-footer li a {
        width: 48px;
        height: 48px;
    }
}

footer .inside-footer .social-footer li a:hover {
    text-decoration: none;
    background-color: #F7A856;
    border: 2px solid #F7A856;
    color: #150E15;
}

footer .pagination {
    padding: 11px 0;
    background: #47354E;
}

footer .pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

footer .pagination ul li {
    color: #ECBC9A;
    margin-right: 17px;
}

footer .pagination ul li a {
    color: #F092A8;
    text-decoration: none;
}

footer .pagination ul li a:HOVER {
    color: #ECBC9A;
}

.mobile-menu {
    top: 60px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 50;
    padding: 20px 0;
    display: none;
    background-color: #150e15;
    z-index: 999;
}

.mobile-menu .wrapper-b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.mobile-menu .one-btn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: calc(50% - 20px);
    margin: 0 10px 16px;
    padding: 1px;
    border-radius: 14px;
    display: block;
    text-align: center;
    border: 0;
    background-color: #2D2232;
    border: 1px solid #AF4E22;
    font-size: 16px;
    text-decoration: none;
}

.mobile-menu .one-btn:hover {
    background: -webkit-gradient(linear, right top, left top, from(#A690B7), to(#D498A6));
    background: -webkit-linear-gradient(right, #A690B7 0%, #D498A6 100%);
    background: -o-linear-gradient(right, #A690B7 0%, #D498A6 100%);
    background: linear-gradient(270deg, #A690B7 0%, #D498A6 100%);
    text-decoration: none;
    border: none;
}
.mobile-menu .one-btn:hover span {
    background: none;
    color: #2D2232;
    font-weight: 700;
}
.schedule_in_serial .title {
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    margin: 30px 0 20px;
    color: #FCE6D0;
}
.schedule_in_serial .schedule-item {
    font-size: 18px;
    line-height: 21px;
}
.schedule_in_serial .schedule-item:not(:last-child) {
    margin-bottom: 9px;
}
@media screen and (max-width: 767px) {
    .schedule_in_serial .title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 8px;
    }
}

.mobile-menu .one-btn:hover svg > * {
    fill: #2D2232;
}
.mobile-menu .one-btn:hover svg > mask {
    fill: white;
}
.mobile-menu .one-btn:hover svg > rect[mask] {
    stroke: #2D2232;
    fill: none;
}

@media screen and (min-width: 767px) {
    .mobile-menu .one-btn:hover span:active {
        background: linear-gradient(270deg, #D5778C 0%, #F7A856 100%);
        color: #150E15;
    }
    .mobile-menu .one-btn:hover span:active svg > * {
        fill: #150E15;
    }
}
.mobile-menu .one-btn-100pr {
    width: 100%;
    margin-bottom: 0px;
}

.list-serials {
    margin: 20px 0px 0px;
    padding: 20px 10px 0;
    background: #261A26;
    width: 100%;
    max-height: calc(100vh - 245px);
    height: 100%;
    overflow: scroll;
}
.list-serials.about {
    padding-bottom: 70vh !important;
    background: #150e15;
}

@supports (-webkit-touch-callout: none) {
    .list-serials {
        margin: 20px 0px 0px;
        padding: 20px 10px 60px;
        background: #261A26;
        width: 100%;
        height: calc(100vh - 245px);
        overflow: scroll;
    }
}

.list-serials li {
    display: block;
    width: 100%;
    margin-bottom: 28px;
}

.list-serials li a {
    display: flex;
    width: 100%;
}
.list-serials li a:hover, .list-serials li a:hover .left-side * {
    text-decoration: none;
    color: #af223c!important;
}

.list-serials .left-side {
    flex-grow: 1;
}

.list-serials .left-side .title {
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    color: #ECBC9A;
    margin-bottom: 4px;
}

.list-serials .left-side p {
    font-size: 14px;
    line-height: 17px;
    color: #ECBC9A;
    margin: 0px;
}

.list-serials .right-side {
    display: flex;
}

.list-serials .right-side .icon_heart {
    margin-right: 7px;
}

.list-serials .right-side p {
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    color: #D0A3AE;
}

.mobile-menu .one-btn span {
    padding: 7px 0;
    background: #2D2232;
    color: #ECBC9A;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 14px;
}

.mobile-menu .one-btn span div {
    margin-right: 10px;
}

.mobile-menu .one-btn:nth-child(3), .mobile-menu .one-btn:nth-child(4) {
    margin-bottom: 0;
}

.open-mobile-menu .icon-lines-icon {
    width: 25px;
    height: 25px;
    display: block;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNSAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wLjMyOTUwNSAwLjMyOTUwNUMwLjc2ODg0NSAtMC4xMDk4MzUgMS40ODExNiAtMC4xMDk4MzUgMS45MjA1IDAuMzI5NTA1TDE0LjY3MDUgMTMuMDc5NUMxNS4xMDk4IDEzLjUxODggMTUuMTA5OCAxNC4yMzEyIDE0LjY3MDUgMTQuNjcwNUMxNC4yMzEyIDE1LjEwOTggMTMuNTE4OCAxNS4xMDk4IDEzLjA3OTUgMTQuNjcwNUwwLjMyOTUwNSAxLjkyMDVDLTAuMTA5ODM1IDEuNDgxMTYgLTAuMTA5ODM1IDAuNzY4ODQ1IDAuMzI5NTA1IDAuMzI5NTA1WiIgZmlsbD0iI0M1NkI4MCIvPg0KICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTAuMzI5NTA1IDE0LjY3MDVDLTAuMTA5ODM1IDE0LjIzMTIgLTAuMTA5ODM1IDEzLjUxODggMC4zMjk1MDUgMTMuMDc5NUwxMy4wNzk1IDAuMzI5NTA1QzEzLjUxODggLTAuMTA5ODM1IDE0LjIzMTIgLTAuMTA5ODM1IDE0LjY3MDUgMC4zMjk1MDVDMTUuMTA5OCAwLjc2ODg0NSAxNS4xMDk4IDEuNDgxMTYgMTQuNjcwNSAxLjkyMDVMMS45MjA1IDE0LjY3MDVDMS40ODExNiAxNS4xMDk4IDAuNzY4ODQ1IDE1LjEwOTggMC4zMjk1MDUgMTQuNjcwNVoiIGZpbGw9IiNDNTZCODAiLz4NCjwvc3ZnPg0K) no-repeat center/contain;
}

.open-mobile-menu .icon-lines-icon:before {
    display: none;
}

.open-mobile-menu .mobile-menu {
    display: block;
}

html {
    height: 100%;
}

body {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.main-content {
    padding: 40px 0 70px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

@media (max-width: 767px) {
    .main-content {
        padding: 30px 0 60px;
    }
}

.text-simple-description {
    max-width: 820px;
}
.text-simple-description.text-about-description {
    max-width: 100%;
}

.text-simple-description.text-about-description h2, .text-simple-description.text-about-description h3 {
    text-align: center;
    line-height: 34px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.text-simple-description.text-about-description ul {
    margin-bottom: 15px;
}
.text-simple-description.text-about-description ul li {
    padding-left: 25px;
    position: relative;
    font-size: 17px !important;
}
.text-simple-description.text-about-description ul li::before {
    content: ' ';
    position: absolute;
    left: 10px;
    top: 9px;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: rgba(252, 230, 208, 0.8);
}
.text-simple-description.text-about-description img {
    max-width: 632px;
}

.text-simple-description p {
    margin-bottom: 10px;
    line-height: 24px;
    font-size: 17px;
}
.text-simple-description img {
    float: left;
    margin: 0 20px 4px 0;
    border-radius: 18px;
    width: 100%;
    max-width: 492px;
}

.page-description p {
    font-size: 16px;
}

.text-simple-description p:last-child {
    margin-bottom: 0;
}

.main-catalog-list {
    margin-bottom: 35px;
    position: relative;
}
.main-catalog-list.about-catalog-list {
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .text-simple-description img {
        width: 100%;
        height: auto;
        margin: 0 0 15px;
    }
    .main-catalog-list {
        margin-bottom: 40px;
    }
}

.inform-serial-about .wrapper-toggle-text h2 {
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
}
@media (max-width: 767px) {
    .inform-serial-about .wrapper-toggle-text h2 {
        font-size: 22px;
        line-height: 30px;
    }
}
.serial-about-btns {
    display: flex;
    gap: 26px;
    justify-content: flex-start;
}
.inform-serial-about .serial-about-btns {
    margin-top: 66px;
    margin-left: 3px;
}
@media (max-width: 767px) {
    .inform-serial-about .serial-about-btns {
        display: none;
    }
}
.serial-about-btns a {
    width: 70%;
}
.serial-about-btns a.desctop-trailer-episode, .inform-serial-about .mobile_block_detail .mobile-trailer-episode {
    width: 287px;
    height: calc(100% - 6px);
    top: 3px;
    position: relative;
    background: #150e15;
    border-radius: 14px;
    overflow: visible;
    color: #F7A856;
    padding: 10px;
}
.serial-about-btns a.desctop-trailer-episode:before, .inform-serial-about .mobile_block_detail .mobile-trailer-episode:before {
    content: "";
    position: absolute;
    top: -3px;
    bottom: -3px;
    left: -3px;
    right: -3px;
    background: linear-gradient(to left, #AF2255, #F7A856);
    border-radius: 14px;
    z-index: -1;
}
.serial-about-btns a.desctop-trailer-episode:hover, .inform-serial-about .mobile_block_detail a.mobile-trailer-episode:hover {
    color: #150e15;
    background: initial;
}
@media (max-width: 767px) {
    .inform-serial-about .mobile_block_detail .mobile-trailer-episode {
        width: calc(100% - 6px);
        left: 3px;
    }
    .mobile_block_detail a.mobile-trailer-episode {
        height: 51px;
        margin-bottom: 20px;
    }
    .mobile_block_detail .rating-wrapper-episode {
        background: #2D2232 !important;
    }
    .mobile_block_detail a.mobile-trailer-episode span {
        width: 98%;
    }
    .smotret-btn {
        margin-top: 30px !important;
    }
    .inform-serial-page.inform-serial-player {
        margin-bottom: 20px;
    }
}
.smotret-btn {
    margin-top: 30px;
}

.main-catalog-list .body-catalog {
    visibility: hidden;
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    opacity: 0;
}

.main-catalog-list .body-catalog .serials-column-5 {
    display: none;
}

.main-catalog-list .body-catalog.active {
    top: 0;
    opacity: 1;
    position: relative;
    visibility: visible;
}

.main-catalog-list .body-catalog.active .serials-column-5 {
    display: grid;
    margin-top: 20px;
}

.main-catalog-list .head-name-day {
    margin-bottom: 20px;
    padding: 12px 10px 9px;
    border-radius: 14px;
    background-color: #3C3141;
    color: #D0A3AE;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
}

@media (max-width: 767px) {
    .main-catalog-list .head-name-day {
        font-size: 14px;
        padding: 10px;
        border-radius: 8px;
    }
}

.head-catalog {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
    gap: 8px;
}
.head-catalog.without-margin {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .head-catalog.episodes {
        padding: 0 10px 20px;
    }
    .head-catalog {
        margin: 0 -10px 0 !important;
        padding: 0 10px 0;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        overflow: auto;
        position: relative;
    }

    .head-catalog::-webkit-scrollbar {
        width: 0 !important;
        height: 0;
        display: none !important;
        background: transparent;
    }
}

@media (max-width: 767px) {
    .head-catalog {
        justify-content: space-between;
        gap: 10px;
        flex-wrap: wrap;
    }
}

.head-catalog li {
    width: 222px;
    height: 37px;
    margin: 0;
    padding: 1px;
    border-radius: 14px;
    overflow: hidden;
    background-color: #AF4E22;
    cursor: pointer;
    white-space: nowrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (min-width: 1921px) {
    .head-catalog li {
        padding: 2px;
        border-radius: 14px;
    }
}
@media (max-width: 767px) {
    .head-catalog li {
        width: calc(50% - 10px);
        margin: 0;
        position: relative;
    }
}

.head-catalog li a {
    padding: 7px 0;
    border-radius: 14px;
    display: block;
    text-align: center;
    border: 0;
    background: #2D2232;
    color: #ECBC9A;
    font-size: 15px;
    font-weight: 400;
}

@media (max-width: 767px) {
    .head-catalog li a {
        padding: 7px 0;
    }
}

.head-catalog li:hover {
    background: -webkit-gradient(linear, right top, left top, from(#A690B7), to(#D498A6));
    background: -webkit-linear-gradient(right, #A690B7 0%, #D498A6 100%);
    background: -o-linear-gradient(right, #A690B7 0%, #D498A6 100%);
    background: linear-gradient(270deg, #A690B7 0%, #D498A6 100%);
    text-decoration: none;
    padding: 2px;
    height: 35px;
}

.head-catalog li:hover a {
    text-decoration: none;
    color: #F092A8;
    font-weight: 700;
}
.head-catalog li:not(.active):hover a {
    padding: 5px 0;
}
.head-catalog li.active:hover {
    height: 37px;
}

.head-catalog li:hover a:active {
    background: -webkit-gradient(linear, right top, left top, from(#A690B7), to(#D498A6));
    background: -webkit-linear-gradient(right, #A690B7 0%, #D498A6 100%);
    background: -o-linear-gradient(right, #A690B7 0%, #D498A6 100%);
    background: linear-gradient(270deg, #A690B7 0%, #D498A6 100%);
    color: #150E15;
}

.head-catalog li.active {
    background: -webkit-gradient(linear, right top, left top, from(#A690B7), to(#D498A6));
    background: -webkit-linear-gradient(right, #A690B7 0%, #D498A6 100%);
    background: -o-linear-gradient(right, #A690B7 0%, #D498A6 100%);
    background: linear-gradient(270deg, #A690B7 0%, #D498A6 100%);
    text-transform: none;
}



.head-catalog li.active a {
    color: #2D2232;
    font-weight: 700;
    background: -webkit-gradient(linear, right top, left top, from(#A690B7), to(#D498A6));
    background: -webkit-linear-gradient(right, #A690B7 0%, #D498A6 100%);
    background: -o-linear-gradient(right, #A690B7 0%, #D498A6 100%);
    background: linear-gradient(270deg, #A690B7 0%, #D498A6 100%);
}


.serials-column-4 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 28px 24px;
}

@media (max-width: 991px) {
    .serials-column-4 {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .serials-column-4 {
        grid-template-columns: 1fr 1fr;
        grid-gap: 18px 20px;
    }
}

.serials-column-5 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 20px 26px;
}

@media (max-width: 991px) {
    .serials-column-5 {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .serials-column-5 {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width: 520px) {
    .serials-column-5 {
        grid-template-columns: 1fr 1fr;
    }
}

.one-serial-episode {
    width: 100%;
    text-decoration: none;
}

.one-serial-episode:hover {
    text-decoration: none;
}

.one-serial-episode .box-img {
    height: 136px;
    margin-bottom: 37px;
    position: relative;
}

@media (max-width: 767px) {
    .one-serial-episode .box-img {
        height: 98px;
    }
}

.one-serial-episode .box-img .wrapper-img {
    height: 100%;
    line-height: 0;
    display: block;
    overflow: hidden;
    border-radius: 14px 14px 0 0;
}

@media (max-width: 767px) {
    .one-serial-episode .box-img .wrapper-img {
        border-radius: 8px 8px 0 0;
    }
}

.one-serial-episode .name p {
    color: #D0A3AE;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
}

@media (max-width: 767px) {
    .one-serial-episode .name p {
        font-size: 14px;
    }
}

.one-serial-episode .name p:hover {
    text-decoration: none;
}

.one-serial-episode .number {
    color: #F092A8;
    font-size: 17px;
    line-height: 1;
    margin-top: 3px;
    text-decoration: none;
}

@media (max-width: 767px) {
    .one-serial-episode .number {
        font-size: 16px;
    }
}

.one-serial-episode:hover .name p {
    color: #AF4E22;
    text-decoration: none;
}

.one-serial-episode:hover .number {
    color: #AF4E22;
    text-decoration: none;
}

.translate-serial {
    padding: 2px 10px 3px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -31px;
    color: #ECBC9A;
    font-size: 14px;
    font-weight: 700;
    border-radius: 13px;
    display: block;
    text-align: center;
    background: linear-gradient(180deg, rgba(34, 26, 38, 0.85) 0%, #221A26 47.8%);
}

@media (max-width: 767px) {
    .translate-serial {
        font-size: 14px;
        border-radius: 8px;
        padding: 1px 8px 2px;
        bottom: -28px;
    }
}

.translate-serial li {
    padding: 4px 0;
    position: relative;
    display: none;
    font-size: 14px;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.translate-serial li:not(:first-child) {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding-top: 5px;
}

.translate-serial li.full-width {
    max-width: 100%;
}

@media (max-width: 767px) {
    .translate-serial li {
        padding: 2.5px 0;
        font-size: 14px;
    }
}

.translate-serial li:nth-child(1), .translate-serial li:nth-child(2) {
    display: block;
}

.translate-serial li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: #615176;
}

.translate-serial li:nth-child(1) {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.translate-serial li:nth-child(1):before {
    display: none;
}

.one-day-block {
    margin-bottom: 26px;
}

@media (max-width: 767px) {
    .one-day-block {
        margin-bottom: 30px;
    }
    .one-day-block:first-child {
        margin-top: 20px;
    }
}

.one-day-block:last-child {
    margin-bottom: 0;
}

.one-height-episode .box-img {
    height: 244px;
    margin-bottom: 14px;
    position: relative;
    border-radius: 14px;
}

.one-height-episode .box-img .new-serial-box {
    display: inline-block;
    position: absolute;
    right: calc(50% - 43px);
    bottom: 10px;
    width: auto;
    padding: 1px 3px;
    background: linear-gradient(90deg, rgba(241,157,85,1) 0%, rgba(209,109,129,1) 100%);
    border-radius: 4px;
    height: 27px;
}

.one-height-episode .box-img .new-serial .wrapper {
    display: inline-block;
    color: #FCE6D0;
    background: #AF223C;
    border-radius: 3px;
    padding: 2px 15px;
    font-size: 14px;
    line-height: 17px;
    width: 86px;
}

@media (max-width: 767px) {
    .one-height-episode .box-img {
        height: auto;
        margin-bottom: 12px;
    }

    .one-height-episode .box-img .new-serial-box {
        padding: 1px 1px;
        text-align: center;
        bottom: 10px;
        height: 23px;
    }

    .one-height-episode .box-img .new-serial {
        display: inline-block;
    }
}

.one-height-episode .box-img .wrapper-img {
    height: 100%;
    display: block;
    line-height: 0;
    overflow: hidden;
    border-radius: 14px;
}
.one-height-episode .box-img .wrapper-img img {
    border-radius: 14px;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 767px) {
    .one-height-episode .box-img .wrapper-img, .one-height-episode .box-img .wrapper-img img {
        border-radius: 8px;
    }
}

.one-height-episode .name {
    min-height: 50px;
}

@media (max-width: 767px) {
    .one-height-episode .name {
        min-height: initial;
    }
}

.one-height-episode .name a {
    color: #F092A8;
    font-size: 17px;
    line-height: 20px;
    font-weight: 700;
}

@media (max-width: 767px) {
    .one-height-episode .name a {
        font-size: 15px;
        line-height: 17px;
    }
}

.one-height-episode:hover .name a {
    color: #ECBC9A;
    text-decoration: none;
}

.random-btn {
    margin: 20px 0 25px;
}

.mobile__visible {
    display: none;
}

@media (max-width: 767px) {
    .mobile__hidden {
        display: none!important;
    }

    .mobile__visible {
        display: inline-block;
    }

    .fancybox-slide--html {
        padding: 0;
    }
}

.custom-modal {
    width: 796px;
    position: absolute;
    top: 20px;
    height: auto;
    max-height: calc(100vh - 80px);
    left: calc(50% - 398px);
    display: none;
    z-index: 1;
}

.wrapper-custom-modal-box {
    height: 100%;
    width: 100%;
    border: 1px solid #615176;
    border-radius: 14px;
    overflow: auto;
}

@media(max-width: 768px) {
    .wrapper-custom-modal-box {
        border-radius: 0;
        border: none;
    }
}

.custom-modal-box {
    padding: 31px 29px 26px 31px;
    display: none;
    top: 0px;
    overflow: auto;
    height: 100%;
    background-color: #2D2232;
    border-radius: 14px;
    overflow-x: hidden;
}

@media(max-width: 768px) {
    .custom-modal-box {
        border-radius: 0;
        padding: 0 10px 12px 11px;
        overflow-y: hidden;
    }
}

.custom-modal-box::-webkit-scrollbar {
    width: 4px;
    /* С€РёСЂРёРЅР° РґР»СЏ РІРµСЂС‚РёРєР°Р»СЊРЅРѕРіРѕ СЃРєСЂРѕР»Р»Р° */
    background-color: #261A26;
}

.custom-modal-box::-webkit-scrollbar-thumb {
    background-color: #261A26;
    border-radius: 9em;
    width: 4px;
}

.custom-modal-box {
    scrollbar-width: thin;
    scrollbar-color: #261A26 #261A26;
}

#modal.open, #modalTrailer.open {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 50000;
    top: 0;
    background: rgba(0,0,0,0.6);
}

#modal.open .custom-modal, #modalTrailer.open .custom-modal {
    display: block;
}

#modal.open .custom-modal-box, #modalTrailer.open .custom-modal-box {
    display: flex;
    flex-direction: column;
}
.custom-modal .wrapper-toggle-text {
    flex-grow: 1;
}

@media (max-width: 768px) {
    #modal.open .custom-modal:before, #modalTrailer.open .custom-modal:before {
        display: none;
    }

    #modal.open .custom-modal .custom-modal-box, #modalTrailer.open .custom-modal .custom-modal-box {
        border: 0px;
    }
    #modal.open .custom-modal-box, #modalTrailer.open .custom-modal-box {
        justify-content: flex-start;
    }
}

.custom-modal .close, .swiper_modal_inner .close {
    z-index: 3000;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: -55px;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 1;
    color: #F092A8;
    font-size: 14px;
    background: -webkit-gradient(linear, right top, left top, from(#A690B7), to(#D498A6));
    background: -webkit-linear-gradient(right, #A690B7 0%, #D498A6 100%);
    background: -o-linear-gradient(right, #A690B7 0%, #D498A6 100%);
    background: linear-gradient(270deg, #A690B7 0%, #D498A6 100%);
}

@media (max-width: 991px) {
    .custom-modal .close {
        right: 15px;
        top: 15px;
    }
}

.custom-modal .close:before, .swiper_modal_inner .close:before {
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    position: absolute;
    content: '';
    display: block;
    background-color: #2D2232;
    border-radius: 10px;
}

.custom-modal .close:after, .swiper_modal_inner .close:after {
    width: 14px;
    height: 14px;
    display: inline-block;
    z-index: 2;
    content: '';
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNSAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wLjMyOTUwNSAwLjMyOTUwNUMwLjc2ODg0NSAtMC4xMDk4MzUgMS40ODExNiAtMC4xMDk4MzUgMS45MjA1IDAuMzI5NTA1TDE0LjY3MDUgMTMuMDc5NUMxNS4xMDk4IDEzLjUxODggMTUuMTA5OCAxNC4yMzEyIDE0LjY3MDUgMTQuNjcwNUMxNC4yMzEyIDE1LjEwOTggMTMuNTE4OCAxNS4xMDk4IDEzLjA3OTUgMTQuNjcwNUwwLjMyOTUwNSAxLjkyMDVDLTAuMTA5ODM1IDEuNDgxMTYgLTAuMTA5ODM1IDAuNzY4ODQ1IDAuMzI5NTA1IDAuMzI5NTA1WiIgZmlsbD0iI0M1NkI4MCIvPg0KICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTAuMzI5NTA1IDE0LjY3MDVDLTAuMTA5ODM1IDE0LjIzMTIgLTAuMTA5ODM1IDEzLjUxODggMC4zMjk1MDUgMTMuMDc5NUwxMy4wNzk1IDAuMzI5NTA1QzEzLjUxODggLTAuMTA5ODM1IDE0LjIzMTIgLTAuMTA5ODM1IDE0LjY3MDUgMC4zMjk1MDVDMTUuMTA5OCAwLjc2ODg0NSAxNS4xMDk4IDEuNDgxMTYgMTQuNjcwNSAxLjkyMDVMMS45MjA1IDE0LjY3MDVDMS40ODExNiAxNS4xMDk4IDAuNzY4ODQ1IDE1LjEwOTggMC4zMjk1MDUgMTQuNjcwNVoiIGZpbGw9IiNDNTZCODAiLz4NCjwvc3ZnPg0K) no-repeat center/contain;
    position: absolute;
    top: 13px;
    left: 13px;
}

.custom-modal .close svg, .swiper_modal_inner .close svg {
    display: none;
}

.custom-modal .close:hover, .swiper_modal_inner .close:hover {
    color: #2D2232;
    cursor: pointer;
}

.custom-modal .close:hover:before, .swiper_modal_inner .close:hover:before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #ECBC9A;
}

.custom-modal .close:hover:after, .swiper_modal_inner .close:hover:after {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNS4yLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i0KjQsNGAXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMTUgMTUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE1IDE1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7ZmlsbDojMkQyMjMyO30NCjwvc3R5bGU+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNOS4xLDcuNWw1LjYtNS42YzAuNC0wLjQsMC40LTEuMiwwLTEuNmMtMC40LTAuNC0xLjItMC40LTEuNiwwTDcuNSw1LjlMMS45LDAuM2MtMC40LTAuNC0xLjItMC40LTEuNiwwDQoJYy0wLjQsMC40LTAuNCwxLjIsMCwxLjZsNS42LDUuNmwtNS42LDUuNmMtMC40LDAuNC0wLjQsMS4yLDAsMS42YzAuNCwwLjQsMS4yLDAuNCwxLjYsMGw1LjYtNS42bDUuNiw1LjZjMC40LDAuNCwxLjIsMC40LDEuNiwwDQoJYzAuNC0wLjQsMC40LTEuMiwwLTEuNkw5LjEsNy41eiIvPg0KPC9zdmc+DQo=) no-repeat center/contain;
}

body.overflow {
    overflow: hidden;
}

#modal .bg-overlay, #modalTrailer .bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(21,14,21,0.2);
    display: none;
}

#modal.open .bg-overlay, #modalTrailer.open .bg-overlay {
    display: block;
}

@media (max-width: 767px) {
    #modal.open, #modalTrailer.open {
        top: 0px;
    }

    .custom-modal {
        padding: 0px;
        border: 0;
        height: 100%;
        width: 100%;
        max-height: 100%;
        left: 0px;
        top: 0px;
    }

    .custom-modal-box {
        width: 100%;
        border-radius: 0px;
        height: 100%;
    }

    .custom-modal .box-img-serial {
        margin: 0 -10px 11px;
        bottom: 0;
    }

    .custom-modal .box-img-serial .box-img {
        height: auto;
    }
}

.custom-modal .name-serial {
    margin-top: 15px;
    color: #F092A8;
    line-height: 30px;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 1px;
}

@media (max-width: 767px) {
    .custom-modal .name-serial {
        font-size: 22px;
        margin-top: 20px;
        margin-bottom: 0;
    }
}

.custom-modal .devise {
    color: #F092A8;
    font-size: 15px;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .custom-modal .devise {
        margin-bottom: 15px;
        font-size: 15px;
    }
}

.custom-modal .statistic-serial {
    margin-bottom: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.custom-modal .statistic-serial + p {
    margin-bottom: 13px;
}

@media (max-width: 767px) {
    .custom-modal .statistic-serial {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 16px;
    }
}

.custom-modal .statistic-serial ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.custom-modal .statistic-serial .info-serial {
    position: relative;
    color: #D0A3AE;
    line-height: 26px;
    text-transform: lowercase;
}
.custom-modal .statistic-serial .info-serial .data_closed, .custom-modal .statistic-serial .info-serial .genres_inner {
    display: inline-block;
}

.custom-modal .statistic-serial .info-serial span {
    color: #F092A8;
    margin: 0px 12px 0px 15px;
}

.custom-modal .statistic-serial .info-serial span:last-child {
    display: none;
}

@media (max-width: 768px) {
    .custom-modal .statistic-serial .info-serial span:last-child {
        display: inline-block;
    }
    .custom-modal .statistic-serial .info-serial .data_closed + span {
        display: none;
    }
}

@media (min-width: 769px) {
    .custom-modal .statistic-serial ul {
        width: 100%;
    }

    .custom-modal .statistic-serial .info-serial {
        width: 100%;
        padding-right: 65px;
    }
    .custom-modal .statistic-serial .info-serial br {
        display: none;
    }
    .custom-modal .statistic-serial .info-serial .genres_inner + span {
        display: none;
    }
}

@media (max-width: 767px) {
    .custom-modal .statistic-serial ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .custom-modal .statistic-serial .info-serial {
        text-align: center;
        line-height: 22px;
        font-size: 15px;
    }

    .custom-modal .statistic-serial .info-serial span {
        margin: 0px 5px 0px 8px;
    }

    .custom-modal .statistic-serial .goals .one-g {
        margin: 0px 5px !important;
    }
}

.custom-modal .statistic-serial ul li {
    margin-right: 16px;
    position: relative;
    color: #fce6d0;
}

@media (max-width: 767px) {
    .custom-modal .statistic-serial ul li {
        margin: 0 7px;
    }
}

.custom-modal .statistic-serial ul li:after {
    padding-left: 15px;
    display: inline-block;
    content: '/';
    color: #f7a856;
}

@media (min-width: 769px) {
    .custom-modal .statistic-serial ul li:nth-child(3):after {
        display: none;
    }

    .custom-modal .statistic-serial ul li:last-child {
        flex-grow: 1;
        text-align: right;
    }
}

.custom-modal .statistic-serial ul li:last-child:after {
    display: none;
}

.custom-modal .statistic-serial .goals {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 769px) {

    .custom-modal .statistic-serial .goals {
        /* flex-flow: column wrap; */
        align-items: flex-end;
        position: absolute;
        right: 0;
        top: 0;
    }
}

.custom-modal .statistic-serial .goals .one-g {
    margin-left: 0px;
    color: #D0A3AE;
    font-size: 17px;
    gap: 6px;
}

.custom-modal .statistic-serial .goals .one-g:not(:last-child) {
    margin-right: 8px;
}

@media (min-width: 769px) {
    .custom-modal .statistic-serial .goals .one-g {
        display: inline-flex;
        align-items: center;
    }
}

@media (max-width: 767px) {
    .custom-modal .brand-btn {
        font-size: 19px;
        padding-top: 11px;
    }
    .custom-modal .statistic-serial .goals {
        display: inline-flex;
        position: relative;
        top: 2px;
    }

    .custom-modal .statistic-serial .goals .one-g:nth-child(1) {
        margin-left: 0;
    }
}

.custom-modal .statistic-serial .goals .one-g i {
    margin-right: 3px;
    font-size: 16px;
    position: relative;
    bottom: 0px;
}
.custom-modal .statistic-serial .goals .one-g i svg {
    height: 18px;
    width: auto;
}
.custom-modal .statistic-serial .goals .one-g i.icon-kinopoisk svg {
    width: 18px;
}

.custom-modal .statistic-serial .goals .one-g i:before {
    color: #d5778c;
}

.custom-modal .fancybox-close-small {
    width: 40px;
    height: 40px;
    top: 0;
    right: -55px;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 1;
    color: #f7a856;
    font-size: 14px;
    background: -webkit-gradient(linear, right top, left top, from(#AF2255), to(#F7A856));
    background: -webkit-linear-gradient(right, #AF2255 0%, #F7A856 100%);
    background: -o-linear-gradient(right, #AF2255 0%, #F7A856 100%);
    background: linear-gradient(270deg, #AF2255 0%, #F7A856 100%);
}

@media (max-width: 991px) {
    .custom-modal .fancybox-close-small {
        right: 15px;
        top: 15px;
    }
    .custom-modal .statistic-serial .goals .one-g i {
        bottom: 1px;
    }
}

.custom-modal .fancybox-close-small:before {
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    position: absolute;
    content: '';
    display: block;
    background-color: #2f182a;
    border-radius: 10px;
}

.custom-modal .fancybox-close-small:after {
    width: 14px;
    height: 14px;
    display: inline-block;
    z-index: 2;
    content: '';
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNSAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wLjMyOTUwNSAwLjMyOTUwNUMwLjc2ODg0NSAtMC4xMDk4MzUgMS40ODExNiAtMC4xMDk4MzUgMS45MjA1IDAuMzI5NTA1TDE0LjY3MDUgMTMuMDc5NUMxNS4xMDk4IDEzLjUxODggMTUuMTA5OCAxNC4yMzEyIDE0LjY3MDUgMTQuNjcwNUMxNC4yMzEyIDE1LjEwOTggMTMuNTE4OCAxNS4xMDk4IDEzLjA3OTUgMTQuNjcwNUwwLjMyOTUwNSAxLjkyMDVDLTAuMTA5ODM1IDEuNDgxMTYgLTAuMTA5ODM1IDAuNzY4ODQ1IDAuMzI5NTA1IDAuMzI5NTA1WiIgZmlsbD0iI0M1NkI4MCIvPg0KICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTAuMzI5NTA1IDE0LjY3MDVDLTAuMTA5ODM1IDE0LjIzMTIgLTAuMTA5ODM1IDEzLjUxODggMC4zMjk1MDUgMTMuMDc5NUwxMy4wNzk1IDAuMzI5NTA1QzEzLjUxODggLTAuMTA5ODM1IDE0LjIzMTIgLTAuMTA5ODM1IDE0LjY3MDUgMC4zMjk1MDVDMTUuMTA5OCAwLjc2ODg0NSAxNS4xMDk4IDEuNDgxMTYgMTQuNjcwNSAxLjkyMDVMMS45MjA1IDE0LjY3MDVDMS40ODExNiAxNS4xMDk4IDAuNzY4ODQ1IDE1LjEwOTggMC4zMjk1MDUgMTQuNjcwNVoiIGZpbGw9IiNDNTZCODAiLz4NCjwvc3ZnPg0K) no-repeat center/contain;
}

.custom-modal .fancybox-close-small svg {
    display: none;
}

.custom-modal .fancybox-close-small:hover {
    color: #150E15;
}

.custom-modal .fancybox-close-small:hover:before {
    background-color: transparent;
}

.custom-modal .fancybox-close-small:hover:after {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNS4yLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i0KjQsNGAXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMTUgMTUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE1IDE1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7ZmlsbDojMkQyMjMyO30NCjwvc3R5bGU+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNOS4xLDcuNWw1LjYtNS42YzAuNC0wLjQsMC40LTEuMiwwLTEuNmMtMC40LTAuNC0xLjItMC40LTEuNiwwTDcuNSw1LjlMMS45LDAuM2MtMC40LTAuNC0xLjItMC40LTEuNiwwDQoJYy0wLjQsMC40LTAuNCwxLjIsMCwxLjZsNS42LDUuNmwtNS42LDUuNmMtMC40LDAuNC0wLjQsMS4yLDAsMS42YzAuNCwwLjQsMS4yLDAuNCwxLjYsMGw1LjYtNS42bDUuNiw1LjZjMC40LDAuNCwxLjIsMC40LDEuNiwwDQoJYzAuNC0wLjQsMC40LTEuMiwwLTEuNkw5LjEsNy41eiIvPg0KPC9zdmc+DQo=) no-repeat center/contain;
}

.custom-modal .brand-btn {
    min-height: 50px;
    padding: 12px 10px 10px;
}

@media (max-width: 767px) {
    .custom-modal .wrapper-toggle-text {
        overflow: auto;
        flex-grow: 1;
    }

    .custom-modal .statistic-serial .goals .one-g i svg {
        height: 14px;
        width: auto;
    }

    .custom-modal .statistic-serial .goals .one-g i.icon-kinopoisk svg {
        width: 14px;
    }

    .custom-modal .wrapper-toggle-text .description-modal {
        display: block;
        height: auto;
        font-size: 17px;
    }

    .custom-modal .wrapper-toggle-text .read-all {
        display: none;
    }
}

.description-modal {
    margin-bottom: 0;
    color: #D1BDAE;
    line-height: 24px;
}

.description-modal p {
    opacity: 0.8;
}
.wrapper-toggle-text.open .description-modal {
    margin-bottom: 0;
}
.description-player {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #D0A3AE;
    line-height: 24px;
    font-size: 17px;
    opacity: 0.8;
}
@media(max-width: 768px) {
  .description-player {
    font-size: 16px;
  }
}
.custom-modal .read-all {
    line-height: 19px;
    margin-top: 6px;
    display: flex;
    align-items: center;
}
.custom-modal .read-all a {
    display: flex;
    align-items: center;
    gap: 7px;
}
.custom-modal .read-all svg {
    position: relative;
    top: -1px;
}
.read-all {
    font-size: 16px;
}

.read-all a, .read-all-hide a {
    color: #F092A8;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.read-all a i, .read-all-hide a i {
    margin-left: 6px;
    font-size: 14px;
    color: #AF223C;
    position: relative;
}
.read-all-hide a i {
    transform: rotate(180deg);
}

.read-all a:hover i, .read-all-hide a:hover i {
    color: #ECBC9A;
}


.read-all a:hover, .read-all-hide a:hover {
    color: #ECBC9A;
    text-decoration: none;
}

.box-img-serial {
    margin-bottom: 12px;
    position: relative;
}

.box-img-serial .box-img {
    height: 328px;
    line-height: 0;
}

@media (max-width: 768px) {
    .box-img-serial .box-img iframe {
        height: 200px !important;
    }
}

.box-img-serial .player-btn {
    line-height: 0;
    top: 50%;
    left: 50%;
    margin-left: 12px;
    position: absolute;
    z-index: 5;
    cursor: pointer;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 767px) {
    .box-img-serial .player-btn {
        width: 40px;
        margin-left: 0;
    }
}

.box-img-serial .player-btn:hover {
    opacity: 0.8;
}

.filter-catalog {
    margin-bottom: 30px;
    padding: 22px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 28px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 16px;
    background-color: #261a26;
}
.filter-catalog.closed {
    display: none !important;
    padding: 0 !important;
}

@media (max-width: 767px) {
    .filter-catalog {
        padding: 20px 10px;
        margin-left: -8px;
        margin-right: -8px;
        border-radius: 0;
    }
}

.filter-catalog .button-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.filter-catalog .button-list .brand-btn {
    width: 100%;
    box-sizing: border-box;
    padding-top: 11px;
}

@media (max-width: 991px) {
    .filter-catalog .button-list .brand-btn {
        width: 48%;
        font-size: 19px;
    }
}

.filter-catalog .button-list .dark-btn {
    width: 290px;
    margin-right: 25px;
    padding: 13px 10px 11px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 991px) {
    .filter-catalog .button-list .dark-btn {
        width: 48%;
        margin-right: 0;
    }
}

.filter-catalog .button-list button, .filter-catalog .button-list a {
    height: 50px;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 14px;
    font-family: Arial, sans-serif;
}

.filter-catalog .button-list button:hover, .filter-catalog .button-list a:hover {
    text-decoration: none;
}


.ui-widget.ui-widget-content {
    height: 8px;
    background-color: transparent;
    border: 0;
}

.ui-state-default, .ui-button, .ui-button.ui-state-disabled:hover, .ui-button.ui-state-disabled:active {
    width: 60px;
    height: 30px;
    top: -11px;
    margin-left: -30px;
    border-radius: 7px;
    border: 0;
    cursor: pointer;
    border: none;
    background-color: transparent;
}

.open-search {
    overflow: hidden;
}

.open-search .box-search-find {
    display: block;
    position: fixed;
    top: 0px;
    z-index: 20000;
}

.open-search .box-search-find .close-search-bg {
    display: block;
}

.box-search-find {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 50;
}

.box-search-find .close-search-bg {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    cursor: pointer;
    bottom: 0;
    display: none;
    background: rgba(45, 34, 50, 0.8);
}

.box-search-find .top-box {
    background: #3C3141;
}

.box-search-find .top-box .inside {
    height: 60px;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 3px solid #AF4E22;
}

@media(max-width: 768px) {
    .box-search-find .top-box .inside {
        display: block;
        width: 100%;
    }
}

.box-search-find .top-box .inside .logo {
    width: 76px;
    margin-right: 36px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.box-search-find .button-search-finder {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 1px;
    right: -52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 14px;
    background: -webkit-gradient(linear, right top, left top, from(#A690B7), to(#D498A6));
    background: -webkit-linear-gradient(right, #A690B7 0%, #D498A6 100%);
    background: -o-linear-gradient(right, #A690B7 0%, #D498A6 100%);
    background: linear-gradient(270deg, #A690B7 0%, #D498A6 100%);
}
.box-search-find .button-search-finder:hover {
    background: #ECBC9A;
}

@media(max-width: 768px) {
    .box-search-find .button-search-finder {
        right: 0;
    }
}

.box-search-find .button-search-finder:hover:before {
    background: #ECBC9A;
}

.box-search-find .button-search-finder:hover i svg > * {
    fill: #2D2232;
    stroke: #2D2232;
}

.box-search-find .button-search-finder:before {
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    position: absolute;
    content: '';
    display: block;
    background-color: #2D2232;
    border-radius: 12px;
}

.box-search-find .button-search-finder i {
    color: #f7a856;
    font-size: 18px;
    position: relative;
    z-index: 2;
}

.box-search-find .box-founded {
    width: 100%;
    max-width: 1028px;
    left: 50%;
    padding: 34px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: fixed;
    top: 60px;
    background: #2D2232;
    border-radius: 0 0 14px 14px;
    padding-top: 16px;
    padding-bottom: 30px;
    overflow-y: auto;
}

.box-search-find .box-founded .no-search-box {
    padding: 0;
}

.box-search-find .box-founded .brand-btn {
    padding-left: 32px;
    padding-right: 35px;
}
.box-search-find .box-founded .brand-btn svg {
    float: right;
}
.box-search-find .box-founded .brand-btn.right-ico {
    text-align: left;
}
.box-search-find .box-founded .brand-btn.right-ico svg {
    margin-top: 7px;
}

@media (max-width: 767px) {
    .box-search-find .box-founded {
        padding: 10px;
        height: 100%;
    }

    .box-search-find .box-founded .no-search-box {
        padding: 0px;
    }
}

.box-search-find .box-founded .serials {
    margin-bottom: 25px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px;
}
.box-search-find .box-founded {
    max-height: calc(100% - 60px);
}

@media (max-width: 767px) {
    @supports (-webkit-touch-callout: none) {
        .box-search-find .box-founded  {
            max-height: calc(100% - 60px);
        }
    }

    .box-search-find .box-founded .serials {
        grid-template-columns: 1fr;
    }

    .box-search-find .box-founded .serials {
        overflow-y: visible;
    }

    .box-search-find .box-founded {
        border-radius: 0;
    }
}

.box-search-find .box-founded .search-text {
    color: #AF223C;
    margin-bottom: 20px;
}

.box-search-find .box-founded .search-text p {
    margin-bottom: 5px;
}

.wrapper-search-top {
    width: 100%;
    margin-right: 52px;
    position: relative;
    padding: 0px 0px;
}

@media(max-width: 768px) {
    .wrapper-search-top {
        z-index: 300;
    }
}

@media(max-width: 768px) {
    .wrapper-search-top .close-btn {
        width: 35px;
        height: 35px;
        position: absolute;
        top: 19px;
        display: block;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
}

.wrapper-search-top .close-btn {
    right: auto;
    left: 0;
    top: 8px;
    position: absolute;
    width: 17px;
    height: 30px;
}

.search-page .wrapper-search-top .close-btn {
    left: -20px;
    top: 0px;
}

@media(max-width: 768px) {
    .search-page .wrapper-search-top .close-btn {
        top: -7px;
    }
}

.wrapper-search-top .close-btn i {
    width: 19px;
    height: 2px;
    position: absolute;
    top: 15px;
    border-radius: 3px;
    right: 0px;
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: #F092A8;
}

.wrapper-search-top .close-btn i:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.wrapper-search-top .close-btn i:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.wrapper-search-top .close-btn:hover i {
    background: #ECBC9A;
}

.wrapper-search-top .input-box {
    width: 100%;
    height: 35px;
    padding-left: 30px;
    padding-right: 0;
    margin-top: 7px;
    color: #ECBC9A;
    font-size: 19px;
    background: transparent !important;
    border: 0;
    border-radius: 14px 14px 0 0;
}

@media(max-width: 768px) {
    .wrapper-search-top .input-box {
        height: 50px;
        margin-top: 0;
    }
}

.wrapper-search-top .input-box::placeholder {
    color: #D0A3AE;
}

.one-serials-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.one-serials-horizontal:hover {
    text-decoration: none;
}

.one-serials-horizontal .box-img {
    width: 140px;
    height: 198px;
    margin-right: 24px;
    border-radius: 14px;
    display: block;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    line-height: 0;
}

@media (max-width: 991px) {
    .one-serials-horizontal .box-img {
        width: 110px;
        height: 154px;
        margin-right: 15px;
    }
}

.one-serials-horizontal .text-box {
    width: 100%;
    position: relative;
}

.one-serials-horizontal .text-box .name {
    color: #ECBC9A;
    font-size: 15px;
    text-decoration: none;
    font-weight: 300;
}

@media (max-width: 767px) {
    .one-serials-horizontal .text-box .name {
        font-size: 14px;
    }
}

.one-serials-horizontal .text-box .name span {
    display: block;
    font-size: 21px;
    font-weight: 700;
}

@media (max-width: 991px) {
    .one-serials-horizontal .text-box .name span {
        font-size: 18px;
    }
}

.one-serials-horizontal .text-box .wrapper-name {
    min-height: 114px;
}

.box-imgserialserial {
    margin: 0px 10px;
    height: 400px;
    position: relative;
}
.box-imgserialserial .player_text {
    width: 100%;
    height: 400px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: #3C3141;
    color: #F092A8;
    font-size: 20px;
    padding: 172px 0;
    text-align: center;
    vertical-align: middle;
    transition: all 0.2s linear;
}
@media (max-width: 991px) {
    .box-imgserialserial .player_text {
        padding: 85px 20px;
        height: 204px;
    }
}
.box-imgserialserial iframe {
    max-width: 100%;
    max-height: 100%;
    position: relative;
    z-index: 1;
    transition: all 1s linear;
}
.box-imgserialserial.hidden {
    display: none;
}

@media (max-width: 991px) {
    .one-serials-horizontal .text-box .wrapper-name {
        min-height: 80px;
    }
}

.one-serials-horizontal .text-box .description {
    margin-bottom: 5px;
    color: #D0A3AE;
    font-size: 17px;
    line-height: 28px;
    text-transform: lowercase;
}

@media (max-width: 991px) {
    .one-serials-horizontal .text-box .description {
        font-size: 15px;
        line-height: 24px;
    }
}

.one-serials-horizontal .goals {
    margin-right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 767px) {
    .one-serials-horizontal .goals {
        margin-bottom: 10px;
    }
}

.one-serials-horizontal .goals .one-g {
    margin-right: 13px;
    font-size: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #D0A3AE;
    margin-top: -4px;
}

@media (max-width: 767px) {
    .one-serials-horizontal .goals .one-g {
        font-size: 16px;
    }
}

.one-serials-horizontal .goals .one-g i {
    margin-top: -4px;
    margin-right: 5px;
    font-size: 16px;
    color: #d5778c;
}

.one-serials-horizontal .bottom-statistic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 222px;
    position: absolute;
    bottom: -10px;
}
.box-founded .one-serials-horizontal .bottom-statistic .btn-border-red, .search-page .one-serials-horizontal .bottom-statistic .btn-border-red {
    bottom: 1px;
}
.one-serials-horizontal .bottom-statistic .btn-border-red {
    position: relative;
    bottom: 12px;
}

@media (max-width: 767px) {
    .one-serials-horizontal .bottom-statistic {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: -5px;
    }
    .box-founded .one-serials-horizontal .bottom-statistic .btn-border-red, .search-page .one-serials-horizontal .bottom-statistic .btn-border-red {
        bottom: 4px;
    }
}

.one-serials-horizontal .box-img:hover + .text-box .name,
.one-serials-horizontal .text-box .name:hover {
    color: #AF4E22;
}

.one-serials-horizontal:hover .text-box .name {
    color: #AF4E22;
}

.search-filter-page {
    margin-top: -5px;
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 767px) {
    .search-filter-page {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .read-all-mobile-description, .read-all-hide-mobile-description {
        font-size: 15px;
    }
}

.search-filter-page .wrapper-search-top {
    width: 100%;
    margin-right: 52px;
    position: relative;
    border-bottom: 3px solid #AF4E22;
}

.search-filter-page .wrapper-search-top {
    margin-right: 0;
}

.search-filter-page .wrapper-search-top .input-box {
    height: 35px;
    padding-right: 40px;
}

.search-filter-page .wrapper-search-top .input-box::placeholder {
    color: #D0A3AE;
}

.search-filter-page .wrapper-search-top .close-btn {
    width: 40px;
    height: 47px;
}

.search-filter-page .wrapper-search-top .close-btn i {
    top: 22px;
    right: 0px;
    left: auto;
}

.search-filter-page .brand-btn {
    width: 300px;
    margin-left: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: 700;
    line-height: 20px;
    font-family: Arial, sans-serif;
}

.search-filter-page .brand-btn i {
    display: none;
}

@media (max-width: 767px) {
    .search-filter-page .brand-btn {
        width: 100%;
        margin-top: 15px;
        margin-left: 0;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .search-filter-page .brand-btn i {
        display: block;
        margin-bottom: 0px;
        position: relative;
        top: -2px;
    }
}

.search-page-list {
    margin-bottom: 42px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 42px 24px;
}

@media (max-width: 767px) {
    .search-page-list {
        margin-bottom: 0;
        grid-template-columns: 1fr;
        grid-gap: 23px 24px;
        padding-bottom: 35px;
        overflow-y: visible;
        overflow-x: hidden;
    }
    .box-search-find .box-founded .serials {
        margin-bottom: 0;
    }
}

.search-page {
    margin-bottom: 0;
}

.inform-serial-page {
    padding: 34px 0 40px;
    background-color: #3C3141;
}
.inform-serial-page.inform-serial-about {
    background-color: initial;
    padding-bottom: 0;
    margin-bottom: -5px;
}
.inform-serial-page.inform-serial-player {
    background-color: initial;
    padding: 0;
    margin-bottom: 5px;
}

.inform-serial-page.desc_heigt_auto {
    padding: 34px 0;
}

@media (max-width: 767px) {
    .inform-serial-page.inform-serial-about {
        padding-top: 12px;
    }
    .inform-serial-page {
        padding: 21px 0 0;
    }
}

.big-description-episode .wrapper-toggle-text .description-modal {
    -webkit-line-clamp: 20;
    height: auto;
    overflow: hidden;
    position: relative;
}

.big-description-episode .wrapper-toggle-text .description-modal.height_auto:after {
    display: none;
}

.big-description-episode .wrapper-toggle-text .description-modal.height_auto .box-all-text:before {
    display: none;
}

.big-description-episode .wrapper-toggle-text .description-modal:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 20px;
    background: linear-gradient(0deg, rgba(38,26,38,1) 0%, rgba(149,143,149,0) 50%, rgba(255,255,255,0) 100%);
    bottom: 0px;
}

.nav-episode-container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-episode {
    margin: 0 auto 20px;
    padding: 10px 30px;
    display: inline-flex;
    gap: 30px;
    justify-content: space-evenly;
    border-radius: 14px;
    background-color: #3C3141;
    position: relative;
}

@media (max-width: 767px) {
    .nav-episode {
        margin: -11px 0 18px;
        padding: 10px 20px;
        justify-content: center;
        gap: 20px;
    }
    .wrapper-toggle-text {
        font-size: 16px !important;
    }
    .nav-episode li.admin-link,.nav-episode li.admin-link-sub {
        display: none;
    }
}

.nav-episode li {
    margin-bottom: 3px;
}
.nav-episode li.admin-link {
  position: absolute;
  right: -77px;
  top: 0px;
  background-color: #3C3141;
  width: 60px;
  height: 54px;
  text-align: center;
  line-height: 54px;
  border-radius: 14px;
}
.nav-episode li.admin-link a {
  border-bottom: none;
  width: 100%;
}
.nav-episode li.admin-link-sub {
  position: absolute;
  right: -141px;
  top: 0px;
  background-color: #3C3141;
  width: 60px;
  height: 54px;
  text-align: center;
  line-height: 54px;
  border-radius: 14px;
}
.nav-episode li.admin-link-sub a {
  border-bottom: none;
  width: 100%;
}
.nav-episode li.admin-link:hover a path, .nav-episode li.admin-link-sub:hover a path {
  fill: #AF4E22;
}

.nav-episode li a {
    display: inline-block;
    padding: 3px 0;
    border-bottom: 3px solid #AF4E22;
    color: #ECBC9A;
    font-size: 16px;
    font-weight: 700;
}

@media (max-width: 767px) {
    .nav-episode li a {
        font-size: 14px;
    }
}

.nav-episode li a:hover {
    text-decoration: none;
    color: #AF4E22;
}

.one-episode-page .head-catalog {
    margin-bottom: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.one-episode-page .head-catalog li {
    width: initial;
    display: inline-block;
}

@media (max-width: 768px) {
    .box-imgserialserial {
        width: 100%;
        position: relative;
        margin: 0;
        height: 204px;
    }
}

.one-serial-player {
    margin: 0px -10px;
}
.one-serial-player.one-player-page h2 {
    padding-top: 15px;
}

.one-serial-player h2 {
    padding-top: 40px;
    margin: 0px 10px;
    padding-bottom: 10px;
}

@media (max-width: 767px) {
    .one-serial-player h2 {
        font-size: 26px;
        line-height: 30px;
    }

    .one-serial-player {
        margin-top: -10px;
    }
}

.one-serial-player .box-img-serial {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .one-serial-player .box-img-serial {
        margin: 0 -10px;
    }

    .one-serial-player .box-img-serial .box-img {
        height: 200px;
    }
}

.one-serial-player .share-episode {
    background: #261A26;
    border-radius: 0px 0px 14px 14px;
    font-size: 14px;
    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;
    gap: 10px;
    margin: 0px 10px;
}

.one-serial-player .share-episode > span {
    font-size: 14px;
    line-height: 16px;
    color: rgba(252, 230, 208, 0.8);
}

@media (max-width: 767px) {
    .one-serial-player .share-episode {
        border-radius: 0;
        gap: 5px;
        margin: 0;
        justify-content: space-between;
    }
    .one-serial-player .share-episode > span {
        font-size: 12px;
        line-height: 14px;
    }
}

.one-serial-player .btn-social {
    padding: 4px 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    justify-content: center;
    font-weight: 700;
    border-radius: 3px;
    line-height: 19px;
    min-width: 130px;
}

.one-serial-player .btn-social .mobile {
    display: none;
}

@media (max-width: 767px) {
    .one-serial-player .btn-social {
        font-size: 12px;
        line-height: 16px;
        min-width: unset;
        display: flex;
        justify-content: center;
    }
    .one-serial-player .btn-social .mobile {
        display: block;
    }
    .one-serial-player .btn-social div {
        display: none;
    }
}

.one-serial-player .btn-social svg {
    margin-right: 5px;
    font-size: 18px;
}
.one-serial-player .btn-social svg > * {
    transition: all 0.2s linear;
}
.one-serial-player .btn-social:hover svg > * {
    fill: #fff;
}

@media (max-width: 767px) {
    .one-serial-player .btn-social i {
        font-size: 13px;
    }
    .one-serial-player .btn-social svg {
        width: 12px;
    }
    .one-serial-player .btn-social.color1 svg {
        width: 8px;
    }
}

.one-serial-player .btn-social:hover {
    text-decoration: none;
}

.one-serial-player .btn-social.color1 {
    border: 1px solid rgba(231, 125, 8, 0.3);
    color: #e77d08;
}

.one-serial-player .btn-social.color1:hover {
    border: 1px solid #e77d08;
    background: #e77d08;
    color: white;
}

.one-serial-player .btn-social.color2 {
    border: 1px solid rgba(79, 125, 179, 0.3);
    color: #618EFF;
}
.one-serial-player .btn-social.color2 path {
    fill: #618EFF;
}
@media (min-width: 767px) {
    .one-serial-player .btn-social.color2 svg {
        width: 17px;
        height: auto;
        position: relative;
        bottom: 1px;
    }
}

.one-serial-player .btn-social.color2:hover {
    border: 1px solid #618EFF;
    background: #618EFF;
    color: white;
}

.one-serial-player .btn-social.color3 {
    border: 1px solid rgba(79, 125, 179, 0.3);
    color: #53A6E3;
}

.one-serial-player .btn-social.color3:hover {
    border: 1px solid #53A6E3;
    background: #53A6E3;
    color: white;
}

.one-serial-player .btn-social.color3 i svg {
    width: 14px;
    fill: #53A6E3;
    transition: 0.3s;
}

.one-serial-player .btn-social.color3:hover i svg {
    fill: white;
}


.one-serial-player .btn-social i {
    display: block;
    height: 10px;
    width: 15px;
    position: relative;
}

.one-serial-player .btn-social i:before {
    position: absolute;
    top: -5px;
}

.one-serial-player .btn-social.color3 i {
    width: 12px;
    top: -6px;
    margin-right: 6px;
}

.mobile-trailer-episode {
    display: none !important;
}

@media (max-width: 767px) {
    .mobile-trailer-episode {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.big-description-episode h2 {
    margin-bottom: 15px;
    padding-right: 100px;
}

@media (max-width: 767px) {
    .big-description-episode h2 {
        padding-right: 0;
        line-height: 33px;
        text-align: center;
        margin-bottom: 13px;
    }
}

@media (max-width: 767px) {
    .big-description-episode .wrapper-toggle-text {
        display: none;
    }
}

.big-description-episode .bottom-statistic {
    margin-bottom: 15px;
    height: 25px;
}

.big-description-episode .inside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.inform-serial-about .big-description-episode .inside {
    margin-bottom: 20px;
}

.big-description-episode .inside .left-i {
    width: 222px;
    margin-right: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 767px) {
    .big-description-episode .inside .left-i {
        width: 103px;
        margin-right: 15px;
    }

    .big-description-episode .inside .left-i .brand-btn {
        display: none;
    }
}

.big-description-episode .inside .right-i {
    width: 100%;
    margin-top: -5px;
    position: relative;
    display: flex;
    flex-direction: column;
}
.big-description-episode .inside .right-i .wrapper-toggle-text {
    margin-top: auto;
}

.big-description-episode .inside .right-i .goals {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.big-description-episode .inside .right-i .goals .one-g {
    margin-right: 14px;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #D0A3AE;
}

.big-description-episode .inside .right-i .goals .one-g > div {
    margin-right: 5px;
    display: flex;
    align-items: center;
    position: relative;
    top: -1px;
}
.big-description-episode .inside .right-i .goals .one-g > div svg {
    height: 18px;
}

@media (max-width: 576px) {
    .big-description-episode .inside .right-i .goals .one-g i {
    }
}

.big-description-episode .inside .description-theme {
    text-transform: lowercase;
    margin-bottom: 10px;
    font-size: 16px;
    color: #D0A3AE;
}

@media (max-width: 767px) {
    .big-description-episode .right-i .rating-wrapper-episode, .big-description-episode .right-i .wrapper-toggle-text, .big-description-episode .right-i .mobile-trailer-episode {
        display: none;
    }
    .big-description-episode .inside .right-i .goals .one-g > div svg {
        height: 14px;
        max-width: 28px;
    }
    .big-description-episode .inside .right-i .goals .one-g > div.icon_kinopoisk svg{
        width: 14px;
    }
    .big-description-episode .inside .right-i .goals .one-g {
        font-weight: normal;
        line-height: 16px;
        font-size: 16px;
    }
    .big-description-episode .inside .right-i .goals .one-g > span {
        position: relative;
        top: 1px;
    }
    .big-description-episode .inside .right-i .goals .one-g svg {
        height: 14px;
    }
    .big-description-episode .inside .right-i .goals .one-g > div {
        top: 1px;
    }
    .big-description-episode .bottom-statistic {
        margin-bottom: 0;
        display: flex;
        align-items: flex-end;
    }

    .big-description-episode .inside .description-theme {
        font-size: 15px;
        margin-bottom: 9px;
        margin-top: auto;
    }
    .big-description-episode .inside .description-theme.without-rating {
        min-height: 52px;
    }
    .big-description-episode .inside {
        margin-bottom: 20px;
    }

    .big-description-episode .inside .description-theme .genres-list {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 190px;
    }
}

.big-description-episode .inside .box-img {
    height: 324px;
    margin-bottom: 18px;
    border-radius: 14px;
    overflow: hidden;
    line-height: 0;
}
.inform-serial-about .big-description-episode .inside .box-img {
    height: 289px;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .big-description-episode .inside .box-img {
        height: 150px !important;
        border-radius: 2px;
        margin-bottom: 0;
    }
}

.big-description-episode .inside .name-serial {
    margin-bottom: 22px;
    padding-right: 240px;
    color: #ECBC9A;
}

@media (max-width: 767px) {
    .big-description-episode .inside .name-serial {
        min-height: 66px;
        padding-right: 0;
        margin-bottom: 0;
    }
    .big-description-episode .inside .name-serial.without-rating {
        min-height: 93px;
    }
}

.big-description-episode .inside .name-serial .name {
    margin-bottom: 4px;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.4;
    color: #ECBC9A;
}

@media (max-width: 767px) {
    .big-description-episode .inside .name-serial .name {
        font-size: 18px;
        line-height: 24px;
        text-align: left;
    }
}

.big-description-episode .inside .name-serial .original {
    font-size: 16px;
    font-weight: 300;
    font-family: Arial, sans-serif;
}

@media (max-width: 767px) {
    .big-description-episode .inside .name-serial .original {
        font-size: 14px;
    }
}

.big-description-episode .open-rating .new-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.big-description-episode .new-rating {
    position: absolute;
    background-color: #261a26;
    right: 0;
    top: 0;
    bottom: 0;
    margin-top: -18px;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
    overflow: hidden;
}

@media (max-width: 767px) {
    .big-description-episode .new-rating {
        left: 0;
        background-color: #150E15;
        border-radius: 14px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 419px) {
  .big-description-episode .inside .name-serial {
    margin-bottom: 9px;
  }
  .big-description-episode .inside .description-theme {
    margin-bottom: 0;
  }
}

.big-description-episode .new-rating input {
    position: absolute;
    left: -20px;
    top: -20px;
    z-index: -2;
    opacity: 0;
}

.rating-wrapper-episode {
    position: absolute;
    top: 10px;
    right: 0;
}
.mobile_block_detail .rating-wrapper-episode {
    margin-top: 20px;
    padding: 16px 5px 15px;
    position: relative;
    top: 0;
    border-radius: 16px;
    background: #150E15;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .rating-wrapper-episode {
        margin-top: 20px;
        padding: 20px 5px 11px;
        position: relative;
        top: 0;
        border-radius: 16px;
        background: #150E15;
        margin-bottom: 20px;
    }
}

.rating-wrapper-episode .old-rating {
    position: relative;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

@media (max-width: 767px) {
    .rating-wrapper-episode .old-rating {
        padding-right: 0px;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
    }
}

.rating-wrapper-episode .old-rating .btn-border-red {
    right: 0;
    top: -66px;
    position: absolute;
    font-size: 18px;
}

@media (max-width: 767px) {
    .rating-wrapper-episode .old-rating .btn-border-red {
        top: 2px;
        right: 15px;
    }
}

.rating-wrapper-episode .old-rating .list {
    margin-bottom: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    width: 210px;
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}

@media (max-width: 767px) {
    .rating-wrapper-episode .old-rating .list {
        margin-bottom: 0px;
    }
}

.rating-wrapper-episode .old-rating .list i {
    cursor: pointer;
}

@media (max-width: 768px) {
  .rating-wrapper-episode .old-rating .list i svg {
      width: 26px;
      height: 25px;
  }
}

@media (max-width: 768px) {
    .rating-wrapper-episode .old-rating .list {
        justify-content: center;
        gap: 13px;
    }
}

.rating-wrapper-episode .old-rating .list i.active svg > * {
    fill: #F092A8;
}

.rating-wrapper-episode .old-rating .list i.hover svg > * {
    fill: #F092A8;
}

.rating-wrapper-episode .old-rating .counter {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #D0A3AE;
    text-align: right;
    font-weight: 300;
}

@media (max-width: 767px) {
    .rating-wrapper-episode .old-rating .counter {
        padding-right: 12px;
        text-align: left;
    }
}

.rating-wrapper-episode .old-rating .die {
    background: #3C3141;
    border: 1px solid #AF4E22;
    box-sizing: border-box;
    border-radius: 2px;
    font-size: 15px;
    line-height: 17px;
    text-align: center;
    color: #ECBC9A;
    padding: 8px 13px;
    width: auto;
    display: none;
    margin-top: 14px;
    position: relative;
    z-index: 3000;
}

.rating-wrapper-episode .old-rating .die.open {
    display: inline-block;
}

.rating-wrapper-episode .old-rating .die:before {
    content: '';
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    background: #3C3141;
    border-top: 1px solid #AF4E22;
    border-left: 1px solid #AF4E22;
    transform: rotate(45deg);
    top: -9px;
    left: calc(50% - 9px);
    border-top-left-radius: 3px;
}

@media (max-width: 768px) {
    .rating-wrapper-episode .old-rating .die {
        flex-grow: 1;
        position: absolute;
        top: 23px;
        left: 32px;
        border-radius: 3px;
        font-size: 18px;
        line-height: 31px;
        width: 232px;
        height: 45px;
        box-sizing: border-box;
    }
}



.comments-box {
    margin-bottom: -10px;
    padding-top: 33px;
}

.comments-box h2 {
    margin-bottom: 21px;
    font-size: 34px;
}

.wrapper-toggle-text .description-modal {
    /*overflow: hidden;
	height: 144px;*/
    position: relative;
    color: #EBCBD3;
}

/* .wrapper-toggle-text .description-modal::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0px;
	height: 20px;
	width: 100%;
	background: linear-gradient(180deg, rgba(38,26,38,0) 0%, rgba(38,26,38,1) 100%);
} */
.wrapper-toggle-text .description-modal .like-h2 {
    display: none;
}

.wrapper-toggle-text .description-modal .box-all-text {
    height: 490px;
    overflow: hidden;
    position: relative;
}

.wrapper-toggle-text .description-modal:before {
    display: none !important;
}

.wrapper-toggle-text .description-modal .box-all-text.closed:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 30px;
    bottom: 0px;
    left: 0px;
    /*background: rgb(38,26,38);
    background: linear-gradient(0deg, rgb(21, 14, 21, 1) 0%, rgba(38, 26, 38 ,0) 100%);*/
}

@media (max-width: 768px) {
    .wrapper-toggle-text .description-modal .box-all-text.closed:before {
        height: 115px;
        left: 0;
        right: 0;
        bottom: 0;
        position: absolute;
        content: '';
        display: block;
        z-index: 2;
        background: none;
    }

    .wrapper-toggle-text .description-modal .box-all-text {
        height: 436px;
    }

    .wrapper-toggle-text .description-modal::after {
        display: none;
    }
}

.wrapper-toggle-text .description-modal .read-all {
    margin-top: 2px;
    position: relative;
    top: 3px;
}



.wrapper-toggle-text .description-modal .read-all-hide {
    margin-top: -2px;
    z-index: 20;
    display: none;
    position: relative;
}

.wrapper-toggle-text.open .description-modal .read-all-hide {
    display: block;
    margin-bottom: 0;
    font-size: 16px;
    margin-top: 12px;
    /* margin-bottom: 21px; */
}

.wrapper-toggle-text.open .description-modal {
    height: auto;
}

.wrapper-toggle-text.open .description-modal .box-all-text {
    height: auto;
}

.wrapper-toggle-text .description-modal p {
    margin-bottom: 14px;
    font-size: 17px;
}
.wrapper-toggle-text .description-modal p:last-child {
    margin-bottom: 0;
}
.wrapper-toggle-text.open .read-all {
    display: none;
}
.mobile_block_detail {
    display: none;
}
.mobile_block_detail .rating-wrapper-episode .old-rating {
    padding-right: 0px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .big-description-episode .wrapper-toggle-text {
        display: block;
    }

    .mobile_block_detail {
        display: block;
    }

    .big-description-episode .wrapper-toggle-text .description-modal {
        height: 505px;
        background: #2D2232;
    }

    .big-description-episode .wrapper-toggle-text.open .description-modal {
        height: auto;
    }

    .description-mobile {
        margin: 20px -10px -20px;
        padding: 20px 10px 0;
        background-color: #150e15;
        display: block;
        opacity: 1;
    }
    .inform-serial-about .description-mobile {
        margin-bottom: 30px;
        padding-top: 0;
    }

    .description-mobile h2 {
        margin-bottom: 15px;
        color: #FCE6D0;
        font-size: 22px;
        line-height: 30px;
        text-align: left;
    }

    .description-mobile .box-all-text {
        max-height: auto;
        color: rgba(252, 230, 208, 0.8);
        font-size: 16px;
        line-height: 24px;
        overflow: hidden;
    }

    .description-mobile .box-all-text:not(.closed) {
        margin-bottom: 12px;
    }

    .description-mobile .box-all-text .like-h2 {
        display: block;
        color: #FCE6D0;
        font-size: 22px;
        margin-bottom: 10px;
    }

    .description-mobile .box-all-text.closed:before {
        height: 115px;
        left: 0;
        right: 0;
        bottom: 0;
        position: absolute;
        content: '';
        display: block;
        z-index: 2;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(21, 14, 21, 0)), color-stop(91.67%, #150E15));
        background: -webkit-linear-gradient(top, rgba(21, 14, 21, 0) 0%, #150E15 91.67%);
        background: -o-linear-gradient(top, rgba(21, 14, 21, 0) 0%, #150E15 91.67%);
        background: linear-gradient(180deg, rgba(21, 14, 21, 0) 0%, #150E15 91.67%);
    }

    .description-mobile .box-all-text p {
        margin-bottom: 20px;
        font-size: 16px;
    }

    .description-mobile .box-all-text p:last-child {
        margin-bottom: 0;
    }

    .description-mobile .read-all {
        margin-top: 10px;
        z-index: 20;
        position: relative;
    }

    .description-mobile.active .box-all-text {
        max-height: initial;
    }

    .description-mobile.active .box-all-text:before {
        display: none;
    }

    .description-mobile.active .read-all {
        display: none;
    }

    .description-mobile .read-all-hide {
        margin-top: 10px;
        z-index: 20;
        display: none;
        position: relative;
    }

    .wrapper-toggle-text.open .read-all-hide {
        display: block;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .filter-catalog {
        margin-top: 14px;
    }
    .filter-catalog .dark-btn span {
        font-size: 14px;
    }

    select {
        position: relative;
        z-index: 10;
        display: block;
        font-size: 13px;
        font-family: Arial, sans-serif;
        font-weight: 700;
        color: rgba(252, 230, 208, 0.8);
        line-height: 1.3;
        padding: 20px 0px 0px 14px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        margin: 0;
        border-radius: .5em;
        background-color: transparent;
        border: 2px solid #d5778c;
        border-radius: 14px !important;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        height: 46px;
    }


    select::-ms-expand {
        display: none;
    }

    select:focus {
        outline: none;
    }

}

@media (max-width: 768px) {
    .mobile-hidden {
        display: none;
    }
}

@media (min-width: 769px) {
    .desktop-hidden {
        display: none;
    }
}

.recent-episodes {
    margin-top: 0;
}

.recent-episodes + .serials-column-4 {
    margin-bottom: 28px;
}

.recent-episodes + .serials-column-4 + a {
    width: 100%;
}

@media (max-width: 768px) {
    .recent-episodes + .serials-column-4 + a {
        /* margin-bottom: 28px; */
    }
}

.body-restyle {
    padding-top: 60px;
}

.header-restyle {
    position: fixed;
    top: -1px;
    width: 100%;
    z-index: 1000;
}

.ico-top {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
}

@media (min-width: 769px) {
    .ico-top {
        position: absolute;
        top: 0px;
        right: 0px;
    }

    .ico-top svg path {
        fill: #f7a856 !important;
    }

    header .inside-header .box-search-header-wrapper .box-input:hover .ico-top svg path {
        /*fill: #af223c !important;*/
    }

}

.ico-top svg {
    width: 32px;
}

.ico-burger {
    position: relative;
    top: 1px;
}

.ico-cross {
    display: none;
    position: relative;
    top: 1px;
}

.open-mobile-menu .ico-burger {
    display: none!important;
}

.open-mobile-menu .ico-cross {
    display: block;
}

.no-search-box p {
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    color: #D0A3AE;
    margin-bottom: 5px;
}

.no-search-box .btns {
    display: flex;
    align-items: center;
    gap: 32px;
    margin-top: 20px;
}
.no-search-box .btns > * {
    flex-grow: 1;
    width: 50%;
}

.no-search-box .btns > * svg {
    margin-right: 10px;
}
.no-search-box .btns .btn_container {
    padding: 3px;
    border-radius: 14px;
    background: -webkit-gradient(linear, right top, left top, from(#A690B7), to(#D498A6));
    background: -webkit-linear-gradient(right, #A690B7 0%, #D498A6 100%);
    background: -o-linear-gradient(right, #A690B7 0%, #D498A6 100%);
    background: linear-gradient(270deg, #A690B7 0%, #D498A6 100%);
}
.no-search-box .btns .btn_container a {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #ECBC9A;
    background: #2D2232;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.no-search-box .btns .btn_container:hover a svg > * {
    fill: #150E15;
}
.no-search-box .btns .btn_container:hover a svg > mask {
    fill: white;
}
.no-search-box .btns .btn_container:hover a svg > rect[mask] {
    stroke: #150E15;
    fill: none;
}
.no-search-box .btns .btn_container:hover a {
    background: -webkit-gradient(linear, right top, left top, from(#A690B7), to(#D498A6));
    background: -webkit-linear-gradient(right, #A690B7 0%, #D498A6 100%);
    background: -o-linear-gradient(right, #A690B7 0%, #D498A6 100%);
    background: linear-gradient(270deg, #A690B7 0%, #D498A6 100%);
    color: #2D2232;
}
@media screen and (max-width: 767px) {
    .no-search-box .btns {
        flex-direction: column;
        gap: 20px;
    }
    .no-search-box .btns > * {
        width: 100%;
    }
    .no-search-box .btns .btn_container a {
        background: #2F182A;
    }
}
.no-search-box .no-search-slider-wrapper {
    position: relative;
}

.no-search-box .no-search-slider {
    margin-top: 30px;
    overflow: hidden;
}

.no-search-box .no-search-slider {
    margin-top: 30px;
    position: relative;
}

.no-search-box .swiper-button-prev {
    left: -25px;
}

.no-search-box .swiper-button-next {
    right: -17px;
}

.no-search-box .swiper-button-prev:after {
    content: '';
    width: 50px;
    height: 50px;
    transform: rotate(180deg);
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIHZpZXdCb3g9IjAgMCA1MCA1MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cmVjdCB4PSIxIiB5PSIxIiB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHJ4PSIxMyIgZmlsbD0iIzJEMjIzMiIgc3Ryb2tlPSJ1cmwoI3BhaW50MF9saW5lYXJfNTQyMV8zODQzKSIgc3Ryb2tlLXdpZHRoPSIyIi8+CiAgPHBhdGggZD0iTTE5LjM5NiAyNy45OTQ5QzE4Ljg5OTQgMjguNDI1MSAxOC44NjUyIDI5LjE1NDkgMTkuMzE5NiAyOS42MjUxQzE5Ljc3NCAzMC4wOTUyIDIwLjU0NDkgMzAuMTI3NiAyMS4wNDE1IDI5LjY5NzRMMjUuMjIwMSAyNi4wNzc1QzI1LjQ2MzIgMjUuODY2OSAyNS42MDU4IDI1LjU3MiAyNS42MTU1IDI1LjI2MDJDMjUuNjI1MiAyNC45NDgzIDI1LjUwMTEgMjQuNjQ2IDI1LjI3MTUgMjQuNDIyM0wyMS4wOTI5IDIwLjM0OTlDMjAuNjIzOSAxOS44OTI4IDE5Ljg1MjMgMTkuODgyMiAxOS4zNjk1IDIwLjMyNjJDMTguODg2OCAyMC43NzAyIDE4Ljg3NTYgMjEuNTAwNyAxOS4zNDQ2IDIxLjk1NzhMMjIuNjQ4MiAyNS4xNzc1TDE5LjM5NiAyNy45OTQ5WiIgZmlsbD0iI0FGNEUyMiIvPgogIDxwYXRoIGQ9Ik0yNS43OCAyNy45OTQ5QzI1LjI4MzQgMjguNDI1MSAyNS4yNDkyIDI5LjE1NDkgMjUuNzAzNiAyOS42MjUxQzI2LjE1NzkgMzAuMDk1MiAyNi45Mjg5IDMwLjEyNzYgMjcuNDI1NCAyOS42OTc0TDMxLjYwNCAyNi4wNzc1QzMxLjg0NzEgMjUuODY2OSAzMS45ODk4IDI1LjU3MiAzMS45OTk1IDI1LjI2MDJDMzIuMDA5MiAyNC45NDgzIDMxLjg4NTEgMjQuNjQ2IDMxLjY1NTQgMjQuNDIyM0wyNy40NzY5IDIwLjM0OTlDMjcuMDA3OSAxOS44OTI4IDI2LjIzNjMgMTkuODgyMiAyNS43NTM1IDIwLjMyNjJDMjUuMjcwNyAyMC43NzAyIDI1LjI1OTUgMjEuNTAwNyAyNS43Mjg1IDIxLjk1NzhMMjkuMDMyMSAyNS4xNzc1TDI1Ljc4IDI3Ljk5NDlaIiBmaWxsPSIjQUY0RTIyIi8+CiAgPGRlZnM+CiAgICA8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfNTQyMV8zODQzIiB4MT0iNTAiIHkxPSIxNy40OTk5IiB4Mj0iMS40MDg4OWUtMDgiIHkyPSIxNy40OTk5IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CiAgICAgIDxzdG9wIHN0b3AtY29sb3I9IiNBNjkwQjciLz4KICAgICAgPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjRDQ5OEE2Ii8+CiAgICA8L2xpbmVhckdyYWRpZW50PgogIDwvZGVmcz4KPC9zdmc+Cg==) no-repeat;
}

.no-search-box .swiper-button-next:after {
    content: '';
    width: 50px;
    height: 50px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIHZpZXdCb3g9IjAgMCA1MCA1MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cmVjdCB4PSIxIiB5PSIxIiB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHJ4PSIxMyIgZmlsbD0iIzJEMjIzMiIgc3Ryb2tlPSJ1cmwoI3BhaW50MF9saW5lYXJfNTQyMV8zODQzKSIgc3Ryb2tlLXdpZHRoPSIyIi8+CiAgPHBhdGggZD0iTTE5LjM5NiAyNy45OTQ5QzE4Ljg5OTQgMjguNDI1MSAxOC44NjUyIDI5LjE1NDkgMTkuMzE5NiAyOS42MjUxQzE5Ljc3NCAzMC4wOTUyIDIwLjU0NDkgMzAuMTI3NiAyMS4wNDE1IDI5LjY5NzRMMjUuMjIwMSAyNi4wNzc1QzI1LjQ2MzIgMjUuODY2OSAyNS42MDU4IDI1LjU3MiAyNS42MTU1IDI1LjI2MDJDMjUuNjI1MiAyNC45NDgzIDI1LjUwMTEgMjQuNjQ2IDI1LjI3MTUgMjQuNDIyM0wyMS4wOTI5IDIwLjM0OTlDMjAuNjIzOSAxOS44OTI4IDE5Ljg1MjMgMTkuODgyMiAxOS4zNjk1IDIwLjMyNjJDMTguODg2OCAyMC43NzAyIDE4Ljg3NTYgMjEuNTAwNyAxOS4zNDQ2IDIxLjk1NzhMMjIuNjQ4MiAyNS4xNzc1TDE5LjM5NiAyNy45OTQ5WiIgZmlsbD0iI0FGNEUyMiIvPgogIDxwYXRoIGQ9Ik0yNS43OCAyNy45OTQ5QzI1LjI4MzQgMjguNDI1MSAyNS4yNDkyIDI5LjE1NDkgMjUuNzAzNiAyOS42MjUxQzI2LjE1NzkgMzAuMDk1MiAyNi45Mjg5IDMwLjEyNzYgMjcuNDI1NCAyOS42OTc0TDMxLjYwNCAyNi4wNzc1QzMxLjg0NzEgMjUuODY2OSAzMS45ODk4IDI1LjU3MiAzMS45OTk1IDI1LjI2MDJDMzIuMDA5MiAyNC45NDgzIDMxLjg4NTEgMjQuNjQ2IDMxLjY1NTQgMjQuNDIyM0wyNy40NzY5IDIwLjM0OTlDMjcuMDA3OSAxOS44OTI4IDI2LjIzNjMgMTkuODgyMiAyNS43NTM1IDIwLjMyNjJDMjUuMjcwNyAyMC43NzAyIDI1LjI1OTUgMjEuNTAwNyAyNS43Mjg1IDIxLjk1NzhMMjkuMDMyMSAyNS4xNzc1TDI1Ljc4IDI3Ljk5NDlaIiBmaWxsPSIjQUY0RTIyIi8+CiAgPGRlZnM+CiAgICA8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfNTQyMV8zODQzIiB4MT0iNTAiIHkxPSIxNy40OTk5IiB4Mj0iMS40MDg4OWUtMDgiIHkyPSIxNy40OTk5IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CiAgICAgIDxzdG9wIHN0b3AtY29sb3I9IiNBNjkwQjciLz4KICAgICAgPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjRDQ5OEE2Ii8+CiAgICA8L2xpbmVhckdyYWRpZW50PgogIDwvZGVmcz4KPC9zdmc+Cg==) no-repeat;
}

.no-search-box .swiper-button:hover:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIHZpZXdCb3g9IjAgMCA1MCA1MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgPHJlY3Qgd2lkdGg9IjUwIiBoZWlnaHQ9IjUwIiByeD0iMTQiIGZpbGw9IiNFQ0JDOUEiLz4NCiAgPHBhdGggZD0iTTE5LjM5NiAyNy45OTQ5QzE4Ljg5OTQgMjguNDI1MSAxOC44NjUyIDI5LjE1NDkgMTkuMzE5NiAyOS42MjUxQzE5Ljc3NCAzMC4wOTUyIDIwLjU0NDkgMzAuMTI3NiAyMS4wNDE1IDI5LjY5NzRMMjUuMjIwMSAyNi4wNzc1QzI1LjQ2MzIgMjUuODY2OSAyNS42MDU4IDI1LjU3MiAyNS42MTU1IDI1LjI2MDJDMjUuNjI1MiAyNC45NDgzIDI1LjUwMTEgMjQuNjQ2IDI1LjI3MTUgMjQuNDIyM0wyMS4wOTI5IDIwLjM0OTlDMjAuNjIzOSAxOS44OTI4IDE5Ljg1MjMgMTkuODgyMiAxOS4zNjk1IDIwLjMyNjJDMTguODg2OCAyMC43NzAyIDE4Ljg3NTYgMjEuNTAwNyAxOS4zNDQ2IDIxLjk1NzhMMjIuNjQ4MiAyNS4xNzc1TDE5LjM5NiAyNy45OTQ5WiIgZmlsbD0iIzJEMjIzMiIvPg0KICA8cGF0aCBkPSJNMjUuNzggMjcuOTk0OUMyNS4yODM0IDI4LjQyNTEgMjUuMjQ5MiAyOS4xNTQ5IDI1LjcwMzYgMjkuNjI1MUMyNi4xNTc5IDMwLjA5NTIgMjYuOTI4OSAzMC4xMjc2IDI3LjQyNTQgMjkuNjk3NEwzMS42MDQgMjYuMDc3NUMzMS44NDcxIDI1Ljg2NjkgMzEuOTg5OCAyNS41NzIgMzEuOTk5NSAyNS4yNjAyQzMyLjAwOTIgMjQuOTQ4MyAzMS44ODUxIDI0LjY0NiAzMS42NTU0IDI0LjQyMjNMMjcuNDc2OSAyMC4zNDk5QzI3LjAwNzkgMTkuODkyOCAyNi4yMzYzIDE5Ljg4MjIgMjUuNzUzNSAyMC4zMjYyQzI1LjI3MDcgMjAuNzcwMiAyNS4yNTk1IDIxLjUwMDcgMjUuNzI4NSAyMS45NTc4TDI5LjAzMjEgMjUuMTc3NUwyNS43OCAyNy45OTQ5WiIgZmlsbD0iIzJEMjIzMiIvPg0KPC9zdmc+DQo=) no-repeat;
}

.no-search-box .swiper-button {
    top: auto;
    bottom: 160px;
    width: 50px;
    height: 50px;
}

@media(max-width: 768px) {

    .no-search-box .swiper-button {
        top: 123px;
        width: 50px;
        height: 50px;
    }

    .swiper-button-next, .swiper-button-prev {
        margin-top: -50px;
    }

    .no-search-box .swiper-button-prev {
        left: -4px;
    }

    .no-search-box .swiper-button-next {
        right: -4px;
    }

    .wrapper-toggle-text .description-modal .read-all {
        margin-top: -12px;
    }
    .wrapper-toggle-text .description-modal .read-all-hide {
        margin-top: -25px;
    }
}

.no-search-box .swiper-button-disabled {
    display: none;
}

.blocked-content {
    position: relative;
    text-align: center;
}

.blocked-content .img {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQ0MCIgaGVpZ2h0PSIyMjAiIHZpZXdCb3g9IjAgMCAxNDQwIDIyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxyZWN0IHg9IjQyNy41IiB5PSIyNCIgd2lkdGg9IjM0IiBoZWlnaHQ9IjE2OCIgcng9IjQiIGZpbGw9IiMzQTFGM0EiLz4NCjxyZWN0IHg9IjEwMTIiIHk9IjE5NSIgd2lkdGg9IjM0IiBoZWlnaHQ9IjE2OCIgcng9IjQiIHRyYW5zZm9ybT0icm90YXRlKDE4MCAxMDEyIDE5NSkiIGZpbGw9IiMzQTFGM0EiLz4NCjxyZWN0IHg9IjQ3Ny41IiB5PSIxMzYiIHdpZHRoPSI2NSIgaGVpZ2h0PSIxNiIgcng9IjgiIGZpbGw9IiMzQTFGM0EiLz4NCjxyZWN0IHg9IjQ3Ny41IiB5PSI3MiIgd2lkdGg9IjY1IiBoZWlnaHQ9IjE2IiByeD0iOCIgZmlsbD0iIzNBMUYzQSIvPg0KPHBhdGggZD0iTTM0MiA3MkMzNDIgNjAuOTU0MyAzNTAuOTU0IDUyIDM2MiA1Mkg0MjNWMTcwSDM2MkMzNTAuOTU0IDE3MCAzNDIgMTYxLjA0NiAzNDIgMTUwVjcyWiIgZmlsbD0iIzNBMUYzQSIvPg0KPHBhdGggZD0iTTEwOTcgMTUwQzEwOTcgMTYxLjA0NiAxMDg4LjA1IDE3MCAxMDc3IDE3MEwxMDE2IDE3MEwxMDE2IDUyTDEwNzcgNTJDMTA4OC4wNSA1MiAxMDk3IDYwLjk1NDMgMTA5NyA3MkwxMDk3IDE1MFoiIGZpbGw9IiMzQTFGM0EiLz4NCjxwYXRoIGQ9Ik01MDUuNSAxNzJDNTA1LjUgMTc3LjUyMyA1MDEuMDIzIDE4MiA0OTUuNSAxODJMNDQ4LjUgMTgyTDQ0OC41IDQwTDQ5NS41IDQwQzUwMS4wMjMgNDAgNTA1LjUgNDQuNDc3MiA1MDUuNSA1MEw1MDUuNSAxNzJaIiBmaWxsPSIjM0ExRjNBIi8+DQo8cGF0aCBkPSJNOTM0IDUwQzkzNCA0NC40NzcyIDkzOC40NzcgNDAgOTQ0IDQwTDk5MSA0MEw5OTEgMTgyTDk0NCAxODJDOTM4LjQ3NyAxODIgOTM0IDE3Ny41MjMgOTM0IDE3Mkw5MzQgNTBaIiBmaWxsPSIjM0ExRjNBIi8+DQo8cmVjdCBvcGFjaXR5PSIwLjUiIHg9IjM1OCIgeT0iNzIiIHdpZHRoPSI0NSIgaGVpZ2h0PSI2IiByeD0iMyIgZmlsbD0iIzcxNDQ2NyIvPg0KPHJlY3Qgb3BhY2l0eT0iMC41IiB4PSIxMDM2IiB5PSI3MiIgd2lkdGg9IjQ1IiBoZWlnaHQ9IjYiIHJ4PSIzIiBmaWxsPSIjNzE0NDY3Ii8+DQo8cmVjdCBvcGFjaXR5PSIwLjUiIHg9IjM1OCIgeT0iOTAiIHdpZHRoPSI0NSIgaGVpZ2h0PSI2IiByeD0iMyIgZmlsbD0iIzcxNDQ2NyIvPg0KPHJlY3Qgb3BhY2l0eT0iMC41IiB4PSIxMDM2IiB5PSI5MCIgd2lkdGg9IjQ1IiBoZWlnaHQ9IjYiIHJ4PSIzIiBmaWxsPSIjNzE0NDY3Ii8+DQo8cmVjdCBvcGFjaXR5PSIwLjUiIHg9IjM1OCIgeT0iMTA4IiB3aWR0aD0iNDUiIGhlaWdodD0iNiIgcng9IjMiIGZpbGw9IiM3MTQ0NjciLz4NCjxyZWN0IG9wYWNpdHk9IjAuNSIgeD0iMTAzNiIgeT0iMTA4IiB3aWR0aD0iNDUiIGhlaWdodD0iNiIgcng9IjMiIGZpbGw9IiM3MTQ0NjciLz4NCjxyZWN0IG9wYWNpdHk9IjAuNSIgeD0iMzU4IiB5PSIxMjYiIHdpZHRoPSI0NSIgaGVpZ2h0PSI2IiByeD0iMyIgZmlsbD0iIzcxNDQ2NyIvPg0KPHJlY3Qgb3BhY2l0eT0iMC41IiB4PSIxMDM2IiB5PSIxMjYiIHdpZHRoPSI0NSIgaGVpZ2h0PSI2IiByeD0iMyIgZmlsbD0iIzcxNDQ2NyIvPg0KPHJlY3Qgb3BhY2l0eT0iMC41IiB4PSIzNTgiIHk9IjE0NCIgd2lkdGg9IjQ1IiBoZWlnaHQ9IjYiIHJ4PSIzIiBmaWxsPSIjNzE0NDY3Ii8+DQo8cmVjdCBvcGFjaXR5PSIwLjUiIHg9IjEwMzYiIHk9IjE0NCIgd2lkdGg9IjQ1IiBoZWlnaHQ9IjYiIHJ4PSIzIiBmaWxsPSIjNzE0NDY3Ii8+DQo8cmVjdCB4PSI0NjIiIHk9IjQwIiB3aWR0aD0iMyIgaGVpZ2h0PSIxNDIiIGZpbGw9IiM1NTMxNTAiLz4NCjxyZWN0IHg9Ijk3NSIgeT0iNDAiIHdpZHRoPSIzIiBoZWlnaHQ9IjE0MiIgZmlsbD0iIzU1MzE1MCIvPg0KPHBhdGggZD0iTTUzMC41IDBMNTMxLjk4IDE3LjU0NTdDNTMyLjIyNiAyMC40NjEyIDUzNC41MzkgMjIuNzc0MyA1MzcuNDU0IDIzLjAyMDJMNTU1IDI0LjVMNTM3LjQ1NCAyNS45Nzk4QzUzNC41MzkgMjYuMjI1NyA1MzIuMjI2IDI4LjUzODggNTMxLjk4IDMxLjQ1NDNMNTMwLjUgNDlMNTI5LjAyIDMxLjQ1NDNDNTI4Ljc3NCAyOC41Mzg4IDUyNi40NjEgMjYuMjI1NyA1MjMuNTQ2IDI1Ljk3OThMNTA2IDI0LjVMNTIzLjU0NiAyMy4wMjAyQzUyNi40NjEgMjIuNzc0MyA1MjguNzc0IDIwLjQ2MTIgNTI5LjAyIDE3LjU0NTdMNTMwLjUgMFoiIGZpbGw9IiM3NzNENkYiLz4NCjxwYXRoIGQ9Ik05MTcuNSAxODFMOTE4LjU5MSAxOTMuOTM1QzkxOC44MzcgMTk2Ljg1IDkyMS4xNSAxOTkuMTYzIDkyNC4wNjUgMTk5LjQwOUw5MzcgMjAwLjVMOTI0LjA2NSAyMDEuNTkxQzkyMS4xNSAyMDEuODM3IDkxOC44MzcgMjA0LjE1IDkxOC41OTEgMjA3LjA2NUw5MTcuNSAyMjBMOTE2LjQwOSAyMDcuMDY1QzkxNi4xNjMgMjA0LjE1IDkxMy44NSAyMDEuODM3IDkxMC45MzUgMjAxLjU5MUw4OTggMjAwLjVMOTEwLjkzNSAxOTkuNDA5QzkxMy44NSAxOTkuMTYzIDkxNi4xNjMgMTk2Ljg1IDkxNi40MDkgMTkzLjkzNUw5MTcuNSAxODFaIiBmaWxsPSIjNzczRDZGIi8+DQo8cGF0aCBkPSJNLTYgNjlIMjkwQzI5NS42NjcgNjguNjY2NyAzMDUgNzAuMyAzMDUgODEuNUMzMDUgOTAuOTk4NCAyOTcuMzUyIDkyLjcxNTIgMjkwIDkzQzI4OC42ODMgOTMuMDUxMSAyNjkuNDg4IDkzIDI2OC41IDkzQzI2MiA5MyAyNTQgOTYgMjU0IDEwNUMyNTQgMTE0IDI2MCAxMTUuNSAyNjguNSAxMTUuNUwzNDYgMTE1LjUiIHN0cm9rZT0idXJsKCNwYWludDBfbGluZWFyXzI0Ml8zNzk3KSIgc3Ryb2tlLXdpZHRoPSIxMiIvPg0KPHBhdGggZD0iTTEwOTEgMTA1LjAzOUwxMTY5LjUgMTA1LjAzOUMxMTc1LjE3IDEwNC43MDUgMTE4NSAxMDYuMzM5IDExODUgMTE3LjUzOUMxMTg1IDEyNC44NSAxMTc4LjM5IDEyNy41MTYgMTE3MiAxMjguNDg2QzExNjguNiAxMjkuMDAyIDExNDQuNzYgMTI5LjAzOSAxMTQyLjUgMTI5LjAzOUMxMTM2IDEyOS4wMzkgMTExOS41IDEzMC41IDExMTkuNSAxNDRDMTExOS41IDE1OSAxMTM0IDE2MS41IDExNDIuNSAxNjEuNUwxNDQwIDE2MS41IiBzdHJva2U9InVybCgjcGFpbnQxX2xpbmVhcl8yNDJfMzc5NykiIHN0cm9rZS13aWR0aD0iMTIiLz4NCjxkZWZzPg0KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzI0Ml8zNzk3IiB4MT0iMjE2IiB5MT0iNjguOTYxNCIgeDI9IjgwLjUiIHkyPSI2OC45NjE0IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+DQo8c3RvcCBzdG9wLWNvbG9yPSIjM0ExRjNBIi8+DQo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiMzQTFGM0EiIHN0b3Atb3BhY2l0eT0iMCIvPg0KPC9saW5lYXJHcmFkaWVudD4NCjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQxX2xpbmVhcl8yNDJfMzc5NyIgeDE9IjEyMzguNSIgeTE9IjE2MSIgeDI9IjE0MDQiIHkyPSIxNjEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj4NCjxzdG9wIHN0b3AtY29sb3I9IiMzQTFGM0EiLz4NCjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzNBMUYzQSIgc3RvcC1vcGFjaXR5PSIwIi8+DQo8L2xpbmVhckdyYWRpZW50Pg0KPC9kZWZzPg0KPC9zdmc+DQo=) 50% no-repeat;
    position: absolute;
    width: 100%;
    height: 300px;
    top: 0px;
}

.blocked-content p {
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #773D6F;
    width: 328px;
    display: inline-block;
    margin-top: 0;
}

@media(max-width: 768px) {
    .blocked-content .img {
        position: relative;
        background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYwIiBoZWlnaHQ9Ijk0IiB2aWV3Qm94PSIwIDAgMzYwIDk0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KPHJlY3Qgd2lkdGg9IjEzLjM1NDIiIGhlaWdodD0iNjguMjU0OCIgcng9IjEiIHRyYW5zZm9ybT0ibWF0cml4KC0xIC04Ljc0MjI4ZS0wOCAtOC43NDIyOGUtMDggMSAyNDMuNTIxIDEyLjkwMjgpIiBmaWxsPSIjM0ExRjNBIi8+DQo8cGF0aCBkPSJNMjc2LjE2NCAyOC43NzM0QzI3Ni4xNjQgMjYuNTY0MyAyNzQuMzczIDI0Ljc3MzQgMjcyLjE2NCAyNC43NzM0TDI0NS4wMDQgMjQuNzczNEwyNDUuMDA0IDY5LjI4NzVMMjcyLjE2NCA2OS4yODc1QzI3NC4zNzMgNjkuMjg3NSAyNzYuMTY0IDY3LjQ5NjYgMjc2LjE2NCA2NS4yODc1TDI3Ni4xNjQgMjguNzczNFoiIGZpbGw9IiMzQTFGM0EiLz4NCjxwYXRoIGQ9Ik0yMTIuMzYxIDczLjIyMjdDMjEyLjM2MSA3NC4zMjcyIDIxMy4yNTYgNzUuMjIyNyAyMTQuMzYxIDc1LjIyMjdMMjM0LjYxOCA3NS4yMjI3TDIzNC42MTggMTguODM4MkwyMTQuMzYxIDE4LjgzODJDMjEzLjI1NiAxOC44MzgyIDIxMi4zNjEgMTkuNzMzNyAyMTIuMzYxIDIwLjgzODJMMjEyLjM2MSA3My4yMjI3WiIgZmlsbD0iIzNBMUYzQSIvPg0KPHJlY3Qgb3BhY2l0eT0iMC41IiB3aWR0aD0iMTcuODA1NiIgaGVpZ2h0PSIyLjk2NzYiIHJ4PSIxLjQ4MzgiIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDI1MC45NCA2My4zNTIxKSIgZmlsbD0iIzcxNDQ2NyIvPg0KPHJlY3Qgb3BhY2l0eT0iMC41IiB3aWR0aD0iMTcuODA1NiIgaGVpZ2h0PSIyLjk2NzYiIHJ4PSIxLjQ4MzgiIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDI1MC45NCA1NS45MzMxKSIgZmlsbD0iIzcxNDQ2NyIvPg0KPHJlY3Qgb3BhY2l0eT0iMC41IiB3aWR0aD0iMTcuODA1NiIgaGVpZ2h0PSIyLjk2NzYiIHJ4PSIxLjQ4MzgiIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDI1MC45NCA0OC41MTQyKSIgZmlsbD0iIzcxNDQ2NyIvPg0KPHJlY3Qgb3BhY2l0eT0iMC41IiB3aWR0aD0iMTcuODA1NiIgaGVpZ2h0PSIyLjk2NzYiIHJ4PSIxLjQ4MzgiIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDI1MC45NCA0MS4wOTUyKSIgZmlsbD0iIzcxNDQ2NyIvPg0KPHJlY3Qgb3BhY2l0eT0iMC41IiB3aWR0aD0iMTcuODA1NiIgaGVpZ2h0PSIyLjk2NzYiIHJ4PSIxLjQ4MzgiIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDI1MC45NCAzMy42NzYzKSIgZmlsbD0iIzcxNDQ2NyIvPg0KPHJlY3Qgd2lkdGg9IjEuNDgzOCIgaGVpZ2h0PSI1Ni4zODQ0IiB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAtMSAyMjguNjgyIDc1LjIyMjcpIiBmaWxsPSIjNTUzMTUwIi8+DQo8cGF0aCBkPSJNMTk5LjUgMTlMMjAwLjE2OCAxMS4wODA0QzIwMC4yMDkgMTAuNTk0NCAyMDAuNTk0IDEwLjIwODkgMjAxLjA4IDEwLjE2OEwyMDkgOS41TDIwMS4wOCA4LjgzMjA0QzIwMC41OTQgOC43OTEwNiAyMDAuMjA5IDguNDA1NTUgMjAwLjE2OCA3LjkxOTYyTDE5OS41IDBMMTk4LjgzMiA3LjkxOTYyQzE5OC43OTEgOC40MDU1NSAxOTguNDA2IDguNzkxMDYgMTk3LjkyIDguODMyMDRMMTkwIDkuNUwxOTcuOTIgMTAuMTY4QzE5OC40MDYgMTAuMjA4OSAxOTguNzkxIDEwLjU5NDQgMTk4LjgzMiAxMS4wODA0TDE5OS41IDE5WiIgZmlsbD0iIzc3M0Q2RiIvPg0KPHBhdGggZD0iTTI3NC4wNzcgNDguMjIwM0wzMDQuNjEzIDQ4LjIyMDNDMzA2LjgxNyA0OC4zNSAzMTAuNjQzIDQ3LjcxNDcgMzEwLjY0MyA0My4zNTc5QzMxMC42NDMgNDAuNTEzOCAzMDguMDczIDM5LjQ3NjYgMzA1LjU4NiAzOS4wOTkyQzMwNC4yNjMgMzguODk4NSAyOTkuOTg4IDM4Ljg4NDQgMjk5LjExIDM4Ljg4NDRDMjk2LjU4MiAzOC44ODQ0IDI5MC4xNjMgMzguMzE1OSAyOTAuMTYzIDMzLjA2NDRDMjkwLjE2MyAyNy4yMjk0IDI5NS44MDQgMjYuMjU2OSAyOTkuMTEgMjYuMjU2OUw0MDkuODM3IDI2LjI1NjkiIHN0cm9rZT0idXJsKCNwYWludDBfbGluZWFyXzI0Ml8zOTYyKSIgc3Ryb2tlLXdpZHRoPSI0Ii8+DQo8cmVjdCB3aWR0aD0iMTMuMzU0MiIgaGVpZ2h0PSI2OC4yNTQ4IiByeD0iMSIgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgLTEgMTEzLjE1MyA4MS4xNTc3KSIgZmlsbD0iIzNBMUYzQSIvPg0KPHJlY3Qgd2lkdGg9IjI1LjIyNDYiIGhlaWdodD0iNS45MzUyIiByeD0iMi45Njc2IiB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAtMSAxMzIuNDQzIDM4LjEyNzQpIiBmaWxsPSIjM0ExRjNBIi8+DQo8cmVjdCB3aWR0aD0iMjUuMjI0NiIgaGVpZ2h0PSI1LjkzNTIiIHJ4PSIyLjk2NzYiIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDEzMi40NDMgNjMuMzUyMSkiIGZpbGw9IiMzQTFGM0EiLz4NCjxwYXRoIGQ9Ik03OS4wMjU5IDY1LjI4NzFDNzkuMDI1OSA2Ny40OTYyIDgwLjgxNjcgNjkuMjg3MSA4My4wMjU5IDY5LjI4NzFIMTExLjY2OVYyNC43NzMxSDgzLjAyNTlDODAuODE2NyAyNC43NzMxIDc5LjAyNTkgMjYuNTY0IDc5LjAyNTkgMjguNzczMVY2NS4yODcxWiIgZmlsbD0iIzNBMUYzQSIvPg0KPHJlY3Qgb3BhY2l0eT0iMC41IiB3aWR0aD0iMTcuODA1NiIgaGVpZ2h0PSIyLjk2NzYiIHJ4PSIxLjQ4MzgiIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDg2LjQ0NDggNjMuMzUyMSkiIGZpbGw9IiM3MTQ0NjciLz4NCjxyZWN0IG9wYWNpdHk9IjAuNSIgd2lkdGg9IjE3LjgwNTYiIGhlaWdodD0iMi45Njc2IiByeD0iMS40ODM4IiB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAtMSA4Ni40NDQ4IDU1LjkzMzEpIiBmaWxsPSIjNzE0NDY3Ii8+DQo8cmVjdCBvcGFjaXR5PSIwLjUiIHdpZHRoPSIxNy44MDU2IiBoZWlnaHQ9IjIuOTY3NiIgcng9IjEuNDgzOCIgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgLTEgODYuNDQ0OCA0OC41MTQyKSIgZmlsbD0iIzcxNDQ2NyIvPg0KPHJlY3Qgb3BhY2l0eT0iMC41IiB3aWR0aD0iMTcuODA1NiIgaGVpZ2h0PSIyLjk2NzYiIHJ4PSIxLjQ4MzgiIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDg2LjQ0NDggNDEuMDk1MikiIGZpbGw9IiM3MTQ0NjciLz4NCjxwYXRoIGQ9Ik0xNDIuODI5IDIwLjgzNzlDMTQyLjgyOSAxOS43MzMzIDE0MS45MzQgMTguODM3OSAxNDAuODI5IDE4LjgzNzlMMTIwLjU3MiAxOC44Mzc5TDEyMC41NzIgNzUuMjIyM0wxNDAuODI5IDc1LjIyMjNDMTQxLjkzNCA3NS4yMjIzIDE0Mi44MjkgNzQuMzI2OSAxNDIuODI5IDczLjIyMjNMMTQyLjgyOSAyMC44Mzc5WiIgZmlsbD0iIzNBMUYzQSIvPg0KPHJlY3Qgb3BhY2l0eT0iMC41IiB3aWR0aD0iMTcuODA1NiIgaGVpZ2h0PSIyLjk2NzYiIHJ4PSIxLjQ4MzgiIHRyYW5zZm9ybT0ibWF0cml4KDEgMCAwIC0xIDg2LjQ0NDggMzMuNjc1OCkiIGZpbGw9IiM3MTQ0NjciLz4NCjxyZWN0IHdpZHRoPSIxLjQ4MzgiIGhlaWdodD0iNTYuMzg0NCIgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgLTEgMTI2LjUwNyA3NS4yMjI3KSIgZmlsbD0iIzU1MzE1MCIvPg0KPHBhdGggZD0iTTE2MS41IDk0TDE2Mi4wOTcgODYuOTIxOEMxNjIuMTc5IDg1Ljk1IDE2Mi45NSA4NS4xNzkgMTYzLjkyMiA4NS4wOTdMMTcxIDg0LjVMMTYzLjkyMiA4My45MDNDMTYyLjk1IDgzLjgyMSAxNjIuMTc5IDgzLjA1IDE2Mi4wOTcgODIuMDc4MkwxNjEuNSA3NUwxNjAuOTAzIDgyLjA3ODJDMTYwLjgyMSA4My4wNSAxNjAuMDUgODMuODIxIDE1OS4wNzggODMuOTAzTDE1MiA4NC41TDE1OS4wNzggODUuMDk3QzE2MC4wNSA4NS4xNzkgMTYwLjgyMSA4NS45NSAxNjAuOTAzIDg2LjkyMThMMTYxLjUgOTRaIiBmaWxsPSIjNzczRDZGIi8+DQo8cGF0aCBkPSJNLTU2IDYzLjYzNDlINTkuMTQzNUM2MS4zNDc4IDYzLjc2NDUgNjQuOTc4NSA2My4xMjkyIDY0Ljk3ODUgNTguNzcyNEM2NC45Nzg1IDU1LjA3NzYgNjIuMDAzNSA1NC40MDk3IDU5LjE0MzUgNTQuMjk4OUM1OC42MzExIDU0LjI3OTEgNTEuMjE3OCA1NC40NDkzIDUwLjgzMzYgNTQuNDQ5M0M0OC4zMDUxIDU0LjQ0OTMgNDQuODk4NCA1My40OTg5IDQ0Ljg5ODQgNDkuOTk3OUM0NC44OTg0IDQ2LjQ5NjkgNDguNjA3OSA0NS41NDY1IDUwLjc4IDQ1LjU0NjVMODAuOTI3NCA0NS41NDY1IiBzdHJva2U9InVybCgjcGFpbnQxX2xpbmVhcl8yNDJfMzk2MikiIHN0cm9rZS13aWR0aD0iNCIvPg0KPGRlZnM+DQo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfMjQyXzM5NjIiIHgxPSIzMzEuNDU0IiB5MT0iMjYuNDUxNCIgeDI9IjM5NS44MzMiIHkyPSIyNi40NTE0IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+DQo8c3RvcCBzdG9wLWNvbG9yPSIjM0ExRjNBIi8+DQo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiMzQTFGM0EiIHN0b3Atb3BhY2l0eT0iMCIvPg0KPC9saW5lYXJHcmFkaWVudD4NCjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQxX2xpbmVhcl8yNDJfMzk2MiIgeDE9IjMwLjM1NzYiIHkxPSI2My42NDk5IiB4Mj0iLTIyLjM1MTYiIHkyPSI2My42NDk5IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+DQo8c3RvcCBzdG9wLWNvbG9yPSIjM0ExRjNBIi8+DQo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiMzQTFGM0EiIHN0b3Atb3BhY2l0eT0iMCIvPg0KPC9saW5lYXJHcmFkaWVudD4NCjwvZGVmcz4NCjwvc3ZnPg0K) 50% no-repeat;
        height: 140px;
    }

    .blocked-content p {
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        margin-top: 20px;
        width: 100%;
    }

    .custom-modal .statistic-serial .goals .one-g {
        font-size: 15px;
        display: flex;
        align-items: center;
    }
}

.page404 .brand-btn {
  max-width: 230px;
  margin: 20px auto 0;
}

.one-serial-episode {
    position: relative;
}
.one-serial-episode .live {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    background: #AF223C;
    border: 1px solid #FCE6D0;
    box-shadow: 0px 1px 0px rgba(21, 14, 21, 0.46);
    border-radius: 10.5px;
    left: 8px;
    z-index: 2;
    top: 8px;
    padding: 1px 9px 2px 8px;
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #FCE6D0;
}
.one-serial-episode .live:before {
    content: '';
    width: 5px;
    height: 5px;
    display: block;
    background: #FCE6D0;
    border-radius: 50%;
    margin-right: 7px;
    position: relative;
    animation: blinker 1s linear infinite;
    top: 1px;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.one-serial-player .fragments {
    display: flex;
    align-items: center;
    white-space: nowrap;
    gap: 16px;
    margin: 3px 10px 0;
    max-width: 100%;
    overflow-x: auto;
    padding-bottom: 16px;
}
/*.one-serial-player .fragments {
  scrollbar-width: none;
}
.one-serial-player .fragments::-webkit-scrollbar {
  width: 0;
  height: 8px;
}

.one-serial-player .fragments:hover::-webkit-scrollbar {
    width: 24px;
    height: 8px;
    background-color: #143861;
		cursor: pointer;
}
.one-serial-player .fragments:hover::-webkit-scrollbar-thumb {
    background-color: #843465;
    border-radius: 9em;
    box-shadow: inset 1px 1px 10px #f3faf7;
}
.one-serial-player .fragments:hover::-webkit-scrollbar-thumb:hover {
    background-color: #253861;
}
.one-serial-player .fragments:hover {
		overflow-x: auto;
		scrollbar-color: #b891aa #143861;
		scrollbar-width: thin;
}*/

.one-serial-player .fragments > * {
    border: 1px solid #AF4E22;
    border-radius: 14px;
    background: #261A26;
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    color: #D5778C;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.one-serial-player .fragments > *:hover, .one-serial-player .fragments > *.active {
    background: -webkit-gradient(linear, right top, left top, from(#A690B7), to(#D498A6));
    background: -webkit-linear-gradient(right, #A690B7 0%, #D498A6 100%);
    background: -o-linear-gradient(right, #A690B7 0%, #D498A6 100%);
    background: linear-gradient(270deg, #A690B7 0%, #D498A6 100%);
    border: none;
}

.one-serial-player .fragments > * a {
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 26px;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    color: #ECBC9A;
    text-decoration: none;
}

.one-serial-player .fragments li.active a {
    font-weight: 700;
    color: #2D2232;
}

.big-description-episode .schedule {
    margin-top: 20px;
    margin-bottom: 30px;
}
.big-description-episode .schedule .title {
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    color: #FCE6D0;
    margin-bottom: 8px;
}
.big-description-episode .schedule .schedule-item {
    font-size: 16px;
    line-height: 18px;
    color: rgba(252, 230, 208, 0.8);
}
.big-description-episode .schedule .schedule-item:not(:last-child) {
    margin-bottom: 12px;
}
@media(max-width: 768px) {
    .one-serial-episode .live {
        font-size: 13px;
        line-height: 15px;
        padding-top: 0;
        padding-bottom: 1px;
        left: 5px;
        top: 5px;
    }
    .one-serial-episode .live:before {
        width: 4.3px;
        height: 4.3px;
    }
    .one-serial-player .fragments {
        gap: 12px;
    }
    .one-serial-player .fragments > * a {
        font-size: 16px;
        line-height: 18px;
        padding: 7px 13px 5px;
    }
    .big-description-episode .schedule {
        margin-left: -115px;
        margin-top: 40px;
        margin-bottom: 18px;
    }
}

.icon-vk2 .icon-vk2-svg {
    fill: #F7A856;
    width: 22px;
    transition: 0.3s;
}
.social-footer a:hover .icon-vk2-svg{
    fill: #150E15
}
.icon-ok2 .icon-ok2-svg {
    fill: #F7A856;
    width: 22px;
    transition: 0.3s;
}
.social-footer a:hover .icon-ok2-svg path {
    fill: #150E15
}
.icon-dzen .icon-dzen-svg {
    fill: #F7A856;
    width: 26px;
    transition: 0.3s;
}
.social-footer a:hover .icon-dzen-svg{
    fill: #150E15
}
.icon-youtube .icon-youtube-svg {
    fill: #F7A856;
    width: 26px;
    transition: 0.3s;
}
.social-footer a:hover .icon-youtube-svg path {
    fill: #150E15;
}
.icon-tg2 .icon-tg2-svg {
    fill: #F7A856;
    width: 20px;
    transition: 0.3s;
}
.social-footer a:hover .icon-tg2-svg{
    fill: #150E15
}
[class^="icon-"], [class*=" icon-"] {
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-bottom {
    display: none;
}
@media (max-width: 768px) {
    .social-bottom {
        position: fixed;
        display: flex;
        bottom: 0px;
        width: 100%;
        z-index: 1000;
        height: 56px;
    }
    .social-bottom a {
        width: 33.333%;
        flex-grow: 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .social-bottom a.link-tg {
        background: #53A6E3;
    }
    .social-bottom a.link-vk {
        background: #3375F6;
        opacity: 1;
    }
    .social-bottom a.link-ok {
        background: #EF8E34;
    }
    .social-bottom a:hover {
        opacity: 0.8;
    }

}

#anycomment-login {
    margin-top: 10px;
}
.slider_cadres {
    padding: 30px 0 0px;
    height: 252px;
}
.inform-serial-about .slider_cadres {
    margin-bottom: 30px;
    padding-top: 0;
}
.slider_cadres h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #D0A3AE;
    margin-bottom: 16px;
    font-family: Arial, sans-serif;
}
.inform-serial-about .slider_cadres h3 {
    font-size: 35px;
    font-weight: 400;
    line-height: 40px;
}
.slider_cadres .item {
    border-radius: 14px;
    display: flex;
    cursor: pointer;
}
.slider_cadres .item img {
    border-radius: 14px;
}
.frames .button-next, .frames .button-prev, .related .swiper-button-next, .related .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: calc(50% - 20px);
    z-index: 1;
}
.related .swiper-button-next, .related .swiper-button-prev {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    top: calc(50% - 22px);
}
.frames .swiper-button-disabled {
    display: none;
}
.frames .button-prev, .related .swiper-button-prev {
    left: 10px;
}
.frames .button-next, .related .swiper-button-next {
    right: 10px;
}
.related .swiper-button-next {
    right: -25px;
}
.related .swiper-button-prev {
    left: -25px;
}

@media (max-width: 767px) {
    .related .swiper-button-prev {
        left: -4px;
    }
    .related .swiper-button-next {
        right: -4px;
    }
    .related .swiper-wrapper {
        gap: 11px;
    }
    .related .one-height-episode .box-img .wrapper-img img {
        height: auto;
    }
}
.frames .button-next:after,.frames .button-prev:after, .related .swiper-button-next:after, .related .swiper-button-prev:after {
    content: '';
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIHZpZXdCb3g9IjAgMCA1MCA1MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cmVjdCB4PSIxIiB5PSIxIiB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHJ4PSIxMyIgZmlsbD0iIzJEMjIzMiIgc3Ryb2tlPSJ1cmwoI3BhaW50MF9saW5lYXJfNTQyMV8zODQzKSIgc3Ryb2tlLXdpZHRoPSIyIi8+CiAgPHBhdGggZD0iTTE5LjM5NiAyNy45OTQ5QzE4Ljg5OTQgMjguNDI1MSAxOC44NjUyIDI5LjE1NDkgMTkuMzE5NiAyOS42MjUxQzE5Ljc3NCAzMC4wOTUyIDIwLjU0NDkgMzAuMTI3NiAyMS4wNDE1IDI5LjY5NzRMMjUuMjIwMSAyNi4wNzc1QzI1LjQ2MzIgMjUuODY2OSAyNS42MDU4IDI1LjU3MiAyNS42MTU1IDI1LjI2MDJDMjUuNjI1MiAyNC45NDgzIDI1LjUwMTEgMjQuNjQ2IDI1LjI3MTUgMjQuNDIyM0wyMS4wOTI5IDIwLjM0OTlDMjAuNjIzOSAxOS44OTI4IDE5Ljg1MjMgMTkuODgyMiAxOS4zNjk1IDIwLjMyNjJDMTguODg2OCAyMC43NzAyIDE4Ljg3NTYgMjEuNTAwNyAxOS4zNDQ2IDIxLjk1NzhMMjIuNjQ4MiAyNS4xNzc1TDE5LjM5NiAyNy45OTQ5WiIgZmlsbD0iI0FGNEUyMiIvPgogIDxwYXRoIGQ9Ik0yNS43OCAyNy45OTQ5QzI1LjI4MzQgMjguNDI1MSAyNS4yNDkyIDI5LjE1NDkgMjUuNzAzNiAyOS42MjUxQzI2LjE1NzkgMzAuMDk1MiAyNi45Mjg5IDMwLjEyNzYgMjcuNDI1NCAyOS42OTc0TDMxLjYwNCAyNi4wNzc1QzMxLjg0NzEgMjUuODY2OSAzMS45ODk4IDI1LjU3MiAzMS45OTk1IDI1LjI2MDJDMzIuMDA5MiAyNC45NDgzIDMxLjg4NTEgMjQuNjQ2IDMxLjY1NTQgMjQuNDIyM0wyNy40NzY5IDIwLjM0OTlDMjcuMDA3OSAxOS44OTI4IDI2LjIzNjMgMTkuODgyMiAyNS43NTM1IDIwLjMyNjJDMjUuMjcwNyAyMC43NzAyIDI1LjI1OTUgMjEuNTAwNyAyNS43Mjg1IDIxLjk1NzhMMjkuMDMyMSAyNS4xNzc1TDI1Ljc4IDI3Ljk5NDlaIiBmaWxsPSIjQUY0RTIyIi8+CiAgPGRlZnM+CiAgICA8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfNTQyMV8zODQzIiB4MT0iNTAiIHkxPSIxNy40OTk5IiB4Mj0iMS40MDg4OWUtMDgiIHkyPSIxNy40OTk5IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CiAgICAgIDxzdG9wIHN0b3AtY29sb3I9IiNBNjkwQjciLz4KICAgICAgPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjRDQ5OEE2Ii8+CiAgICA8L2xpbmVhckdyYWRpZW50PgogIDwvZGVmcz4KPC9zdmc+Cg==);
}
.frames .button-prev:after, .related .swiper-button-prev:after {
    transform: rotate(180deg);
}
.frames .button-next:hover:after, .frames .button-prev:hover:after, .related .swiper-button-next:hover:after, .related .swiper-button-prev:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20width%3D%2250%22%20height%3D%2250%22%20rx%3D%2214%22%20fill%3D%22%23ECBC9A%22%2F%3E%3Cpath%20d%3D%22M19.396%2027.9949C18.8994%2028.4251%2018.8652%2029.1549%2019.3196%2029.6251C19.774%2030.0952%2020.5449%2030.1276%2021.0415%2029.6974L25.2201%2026.0775C25.4632%2025.8669%2025.6058%2025.572%2025.6155%2025.2602C25.6252%2024.9483%2025.5011%2024.646%2025.2715%2024.4223L21.0929%2020.3499C20.6239%2019.8928%2019.8523%2019.8822%2019.3695%2020.3262C18.8868%2020.7702%2018.8756%2021.5007%2019.3446%2021.9578L22.6482%2025.1775L19.396%2027.9949Z%22%20fill%3D%22%232D2232%22%2F%3E%3Cpath%20d%3D%22M25.78%2027.9949C25.2834%2028.4251%2025.2492%2029.1549%2025.7036%2029.6251C26.1579%2030.0952%2026.9289%2030.1276%2027.4254%2029.6974L31.604%2026.0775C31.8471%2025.8669%2031.9898%2025.572%2031.9995%2025.2602C32.0092%2024.9483%2031.8851%2024.646%2031.6554%2024.4223L27.4769%2020.3499C27.0079%2019.8928%2026.2363%2019.8822%2025.7535%2020.3262C25.2707%2020.7702%2025.2595%2021.5007%2025.7285%2021.9578L29.0321%2025.1775L25.78%2027.9949Z%22%20fill%3D%22%232D2232%22%2F%3E%3C%2Fsvg%3E");
    display: block;
    content: '';
}
.related .swiper-button-next.swiper-button-disabled, .related .swiper-button-prev.swiper-button-disabled {
    display: none;
}
.slider_cadres_big {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1002;
}
.slider_cadres_big .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(21, 14, 21, 0.8);
}
.slider_cadres_big.active {
    display: flex;
}
.slider_cadres_big.frames .button-next, .slider_cadres_big.frames .button-prev {
    width: 50px;
    height: 50px;
    top: calc(50% - 25px);
}
.slider_cadres_big.frames .button-next {
    right: -70px;
}
.slider_cadres_big.frames .button-prev {
    left: -70px;
}
.swiper_modal_inner {
    max-width: 961px;
    position: relative;
}
.swiper_modal_inner .close {
    right: 0;
    top: -59px;
    cursor: pointer;
}
@media (max-height: 590px) {
    .swiper_modal_inner .close {
        top: 10px;
        right: 10px;
        position: fixed;
    }
}
.swiper_modal_inner .item {
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper_modal_inner .item img {
    width: auto;
    max-height: 541px;
    object-fit: cover;
    object-position: center;
    border-radius: 14px;
}
@media screen and (max-width: 992px) {
    .swiper_modal_inner {
        max-width: 95%;
    }
    .slider_cadres_big.frames .button-next {
        right: 8px;
    }
    .slider_cadres_big.frames .button-prev {
        left: 8px;
    }
    .slider_cadres_big.frames .button-next, .slider_cadres_big.frames .button-prev {
        width: 40px;
        height: 40px;
        top: calc(50% - 20px);
    }
    .modal .modal_close_btn {
        right: 0;
        top: -35px;
    }
    .slider_cadres {
        /* padding-top: 15px; */
        background-color: #2D2232;
        margin-right: -10px;
        margin-left: -10px;
        padding-bottom: 16px;
        height: 192px;
    }
    .slider_cadres h3 {
        text-align: left;
        font-size: 24px;
        line-height: 28px;
        padding-left: 10px;
        margin-bottom: 12px;
    }
    .inform-serial-about .slider_cadres {
        margin: 30px 0;
        padding: 0;
        height: auto;
    }
    .inform-serial-about .slider_cadres h3 {
        font-size: 28px;
        line-height: 34px;
        padding-left: 0;
    }
    .slider_cadres .slider {
        padding-left: 0;
        padding-right: 0;
    }
    .slider_cadres .item {
        width: 215px;
    }
    .slider_cadres .item img {
        height: auto;
    }
}

.swiper-wrapper {
    align-items: center !important;
}
@media(max-width: 767px) {
    .swiper-wrapper {
        align-items: start;
    }
}

.related {
    margin-top: 44px;
}
@media(max-width: 767px) {
    .related {
        margin-top: 30px;
    }
    .related .swiper-slide {
        margin-right: 0 !important;
    }
}
.related .no-search-slider-wrapper {
    position: relative;
}
.related .no-search-slider {
    overflow: hidden;
}

.rca {
  width: 300px;
  height: 300px;
  overflow: hidden;
  margin: 20px auto;
  text-align: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAH0CAMAAADWjqPmAAAAD1BMVEUwFSYuFyovFykvGCo4HS86ogJaAAAAA3RSTlMDplBrBjAcAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAKd0lEQVR4nO3dDU/bOgCG0Zb4///maRuFAi0twa/jj3Okq102qdTOU8ekW3o6vXs5n8sGu5Tz+eV0i6j4tfPXrH7/oLB9TsspkErK9eZKV1RT3rdauiKxZumKRFn27UR28LUfFSxYxJaszCOztHI6vRz9HJjRi607CWdhkXB2EYuEYu9OhLCIEBYRwiJCWEQIiwhhESEsIoRFhLCIEBYRwiJCWEQIiwhhESEsIoRFhLCIEBYRwiJCWEQIiwhhESEsIoRFhLAGVUrfN2IU1pjKX1vHpgur7+muRlgHzPcKaZXeB3qacLq7nvBKuh+osMZUhNV+tnt+IdfyeaTdDfs0Y1ddzXDG9VC7HPZpxq66muH4YPsc9jxh9TrDa3YlrDEVYYXm9Pup3hbMqmxdGe5UeGcee57jBlH1N+Zxw/owl31Pcr6q/oY8Wli357P3WV6vq+HCujG5t35rSmWgrmYIa4h5rmKkAQtrJGWcsoYL66kla5tXGWTE44X1TFnb1MoIQx4wrCfK2iZX+h+zsEZUhNVsXrt++dY2wJhHXLHsskr/ZQ0Z1tIXs/76MMY+BzxmWM+V1dlUV/R5fB2OdtCwni2rs9mu5cbYehvp9GH1NuFVDDCyUcP6SVl9H4E9BhjVGmH1fQx+boAxCWtEpfuuhDWmsvXutMSZsP/jMJ3TEl0Jq7kxw9JV95YI6+inu6Ihw1JV/0YMy1o1gAHDcgIcwXhh2VUNYc6wjn6OjBeWrsYwWlhOhIMQFhGDheWC6CgGC+trWXd+j4MNHdbt3xVWD05TfKqJsLozXFi3/zmKFas344V1m1NhZ4RFxCxhrfXBFAOYJqy1Pkqnf8IiYp6wlvpUuf5NFFan9/NZ1ExhjXCvjGUIi4ipwhrhZhmrmCssuiEsIoRFhLCIEBYRwiJCWEQIiwhhESEshMU4rFhECIsIYREhLCKERYSwiBAWEcIiQlhECIsIYREhLCKERYSwiBAWEcIiQlhECIsIYREhLCKERYSwiBAWEcIiQlhECIsIYTVSFruds7AaKYuVJaw2irCIhVUWmlsrVvOP+SlLFCasNspqH4curDaKsMh3VeafZCtW+6rKAl0J64CsyrYAK1b7rsq2AGGFlTW7ElZcma2s5wZgxWpyJD7ahvbcCITVQpmprOdGIKwmymxhlUcrl7AaHox328CeG4iw2h+MMk9XwuriaGyv/78t8AqxYrU7HtvwPmX13YhqhjXD1IWU1bqqGdYckxdSZpiaA8OaYfq468Cw/n4zfU3sgD1WKe/ftd6j0pnmPxVevpWw5tY6rH9JvVZlxZrY9foRD+sqYQvW5N4PcH6PdSnqsmDVeEw69eQWuvaKZcGaXnlq4agU1uv+6vILy6u4eb/aZi0/rdS83HAdF4urfB3rkle1R2VQtS+Qei+ayIoF9cOq9lgMr+6b0PDKX00mQlhECIsIYREhLCKERYSwiBAWEcIiQlhECIsIYREhLCKERYSwiBAWEcIiQlhECIsIYREhLCKERYSwiBAWEcIiQlhECIsIYREhLCKERYSwiBAWEcIiQlhECIsIYREhLCKERYSwiBAWEcIiQlhECIsIYSEsxmHFIkJYRAiLCGERISwihEWEsIgQFhHCIkJYRAiLCGERISwihEWEsIgQFhHCIkJYRAiLCGERISwihEWEsIgQFhHCIkJYRAiLCGERISwihEWEsIgQFhHCIkJYRAiLCGERISwihEWEsIgQFhHCIkJYRAiLCGERISwihEWEsIgQFhHCIkJYRAiLCGERISwihEWEsIgQFhHCIkJYRAiLCGERISwihEWEsIgQFhHCIkJYyyulFGFRnbBIdRVYspwKF1cyXQlrOaV87cqKxW997CjWlRVrNeU6pcsXVix+672lkuzKirVyWVeqfxs/Fa6m3FL/2whrOaVJWcJaTxEWw65ZVqwFlTtqfg9hrajk0xLWiso3Kn0LYa2oCIvGXVmx2E1YDJqVPdaCSourDTbvyykNqhLWekqbrqxYiymNuhLWaspVTcKimtekrr6wYlGdsIgQFiFOhUQIiwybdyKERUji+qgLpGT4G6RECIsIYdFvWJHdH9vqYWXexWRowqLrsCxZZMJSFumwNEalsN7371YvaoXV5O/ms2BY/5es14Xr3y81nhlDi6xYNZ4Yi4d19U+J3v6DX4V1aer/3t1yRY2wPvyLx6uFa/cDTqasvSv4VVhvO/aruKo+u3GV1febvwnrw4J1OR1WfXbDKsv/JPOLPdbtJavm4RlXEVaNCfy4erG59lLtcsN7XrraXNSreeXdkvX1tVbWfaH9PqyPO6yFp/LzhLza1lTnLZ33vZafDIVVbcV6u4C10Iv0/jgvk3Cxranam9DXX2zTu5/N259cbGuqtce6/nqb3v1yPvzJP9uaKoW1LaV8dv9PymJTUzmsbS1387nxB2Vbk7B2KD+xranK5n1bjLAec1OQHYT1mLB2ENZjwtrDHushYe1i8/6IsPZR1gPC2kdYDwhrJxeyviesvZT1LWHt5SfDbwmrzdWssi1GWK3KKmu1JayGZZWF2hJW07DKMmkJq3VZZVuCsJqHVZZIS1i/Iay7hHVAWGWbn7B+Q1h3CeuArso2P2H9grDuE9YBXZVtfsLaTVffEVb7rsq2AGHtJKvvCWsni9X3hLXPnhNg2RYirF1E9Yiw9rBZf0hYO+jqMWHt4OLCY8L6OV09QVg/J6wnCOvnhPUEYf2csJ4grJ8T1hOEtcO9d5VXfcP5FmHtcLccZb0R1i73liMr1oWw6lLWK2HVZY/1SliVKes/YdXmp8J/hFWdyw3CihCWsBqUtS3KqTCgCEtYwsqwYiUUp0JhZcvaViWsjLJ4V8JKKUtnJSxCnAqJEBYRwiJCWEQIiwhhESEsIoRFhLCIEBYRwiJCWEQIiwhhESEsIoRFhLCIEBYRwiJCWEQIiwhhESEsIoRFhLCIEBYRwiJCWEQIiwhhESEsIoTFrGEtfeO7aR0e1uK36pxWH2EpazpHh7X8batndXBY7oc+q2PD8gEO02ob1v0PfW/6NJgsrE8R+ZCsibUM69MC5WP9ZnZQWD6Suy/1NyPCYktcpRYWW+IqtbDYRg/ru01Wy6fBZ+8HodrBaH4dS1kdCrzKG195V1aXAuePfsJyPjxK5Di0fq/w+7JstZpLHYXmb0I/KEtbTeUOQH9hWbUayh2ADsNSVju52RfW2sosp8InFiwrVkuThPVMV8JqKjT/3Vx519VhFgmr6RPir8Qh6OVN6P8DUtURIq/tXv7ajJXqQFdHYMRToa46FXll9xJWu6fBF4kjICy2LfDCFhYRx2zeP37lVDih9pcbPn2pqzkdeVMQK9bEDr3bjCVrXm5jxMw3Xjv2WTBtWMqaTSf3ID34WTBdWG7HPanThLdmogPHh8WUhEWEsIgQFhHCIkJYRAiLCGERISwihEXEyfspBJTTOfGwrO4sLBLOp5fI47K4l5NNFgGnk3Mh9Z1Pp5MLDlT3tytLFpEFyy6Lysr/rpRFpqvTi8vvVFNe3sKyZhFYr+zgqb5vlxYVla9Z/dtqnc82W2x7ozpfb67+AONF1bKurHbEAAAAAElFTkSuQmCC) no-repeat center center;
  background-size: cover;
  align-items: center;
  position: relative;
}
.rca svg {
  margin-top: 115px;
}
.rca .rca-title {
  font-size: 16px;
  line-height: 20px;
  color: #5F3F58;
  display: block;
  width: 145px;
  margin: 0 auto;
}
.rca .rca-block {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
#anycomment-app > div {
  padding-bottom: 0;
}
div[class^="Footer__Wrapper"] {
  display: none;
}

/**
 * Swiper 8.3.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 26, 2022
 */

@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
button{font-family:inherit}.short-cinema-list{display:-moz-box;display:flex;flex-wrap:wrap;-moz-box-orient:horizontal;-moz-box-direction:normal;flex-direction:row;margin:0 -12px;--rnd-button-start-offset: 20;--rnd-button-offset: 30}@media only screen and (max-width: 993px){.short-cinema-list{--rnd-button-start-offset: 20;--rnd-button-offset: 24}}@media only screen and (max-width: 769px){.short-cinema-list{--rnd-button-start-offset: 21;--rnd-button-offset: 24}}@media only screen and (max-width: 577px){.short-cinema-list{--rnd-button-start-offset: 20;--rnd-button-offset: 30}}@media only screen and (max-width: 767px){.short-cinema-list{margin:0 -10px}}.short-cinema-list__item{width:20%;padding:0 12px}@media only screen and (max-width: 767px){.short-cinema-list__item{padding:0 10px}}.short-cinema-list__item:nth-child(n+6){margin-top:28px}.short-cinema-list__item--promo{display:none;width:100% !important;margin-top:20px !important}@media only screen and (max-width: 767px){.short-cinema-list__item--promo{margin-top:28px !important}}@media only screen and (max-width: 993px){.short-cinema-list__item{width:25%}.short-cinema-list__item:nth-child(n+5){margin-top:28px}}@media only screen and (max-width: 769px){.short-cinema-list__item{width:33.33%}.short-cinema-list__item:nth-child(n+4){margin-top:28px}}@media only screen and (max-width: 577px){.short-cinema-list__item{width:50%}.short-cinema-list__item:nth-child(n+3){margin-top:28px}}.short-cinema{text-decoration:none !important}.short-cinema__img{padding-bottom:141.86%;background:#261a26;border-radius:14px;position:relative;overflow:hidden}.short-cinema__img img{position:absolute;left:0;right:0;top:0;bottom:0;object-fit:cover;width:100%;height:100%}.short-cinema__name{margin-top:15px;color:#f092a8;font-size:17px;line-height:20px;font-weight:700;transition:color .2s;height:40px;overflow:hidden}@media only screen and (max-width: 767px){.short-cinema__name{font-size:15px;line-height:18px;height:auto;margin-top:12px}}.short-cinema__modal{position:absolute;left:12px;top:12px;cursor:pointer;width:38px;height:38px;padding:0;border:0;background:rgba(0,0,0,0)}.short-cinema__modal:before{content:"";left:10%;right:10%;top:10%;bottom:10%;position:absolute;box-shadow:0 3px 5px 1px rgba(0,0,0,.6)}.short-cinema__modal svg{width:100%;height:100%;position:relative;z-index:1}.short-cinema__modal:hover svg{--ic-border-color: #C56B80;--ic-bg-color: #ECBC9A;--ic-color: #fce6d0}@media only screen and (max-width: 577px){.short-cinema__modal{width:36px;height:36px;top:10px;left:10px}}.short-cinema:hover .short-cinema__name{color:#ecbc9a}.short-cinema__new{position:absolute;bottom:10px;left:50%;transform:translateX(-50%);height:27px;display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center}.short-cinema__new span{padding:2px 15px;background:#af4e22;display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center;font-size:14px;line-height:17px;border-radius:4px;color:#ecbc9a;border:1px solid #615176}.social__row{display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center;gap:40px;margin-bottom:40px}.social__list{display:grid;grid-template-columns:repeat(4, 1fr);gap:40px}.social__item .hover{display:none}.social__item{position:relative;width:70px;height:70px;display:-moz-box;display:flex;-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center;border-radius:14px}.social__item .desctop{z-index:5;float:none;margin:auto;border-radius:0;width:auto}.social__item.taplink{background:#56b3f9}.social__item.hipo{background:linear-gradient(152.99deg, #FAE3AE 23.18%, #F2A4B1 83.12%)}.social__item.nh{background:#e63378}.social__item.me{background:#fff;padding-left:5px;padding-top:5px}.social__item:hover .desctop{display:none}.social__item:hover .hover{display:block;z-index:5;float:none;margin:auto;border-radius:0;width:auto}.social__item:hover{background:#ecbc9a}.social__item:hover svg path{fill:#2d2232}@media(max-width: 768px){.social__list{gap:20px}}@media(max-width: 340px){.social__list{gap:10px}}.serials-filter-wrap{margin:20px 0 30px;border-radius:16px;background-color:#3c3141;padding:2px 8px 22px;height:234px}@media only screen and (max-width: 767px){.serials-filter-wrap{padding:5px 0 15px;border-radius:0;margin:28px -10px 30px;height:262px}}.swiper-wrapper{-moz-box-align:stretch !important;align-items:stretch !important}.share-episode__tg .turkplayBannerContainer{gap:130px}.share-episode__tg .turkplayBannerButtonIcon svg path{fill:#fff}.share-episode__tg .turkplayBannerButtonText{color:#fff}.share-episode__tg .turkplayBannerButtonLine{background:#efb4e4}.share-episode__tg .turkplayBannerRightBlockButton:hover .turkplayBannerButtonText,.share-episode__tg .turkplayBannerRightBlockButton:active .turkplayBannerButtonText{color:#74a8f3}.share-episode__tg .turkplayBannerRightBlockButton:hover .turkplayBannerButtonLine{background:#74a8f3}.share-episode__tg .turkplayBannerRightBlockButton:hover svg path{fill:#74a8f3}.share-episode__september .turkplayBannerContainer{gap:145px}.share-episode__september .turkplayBannerButtonIcon svg path{fill:#fce6d0}.share-episode__september .turkplayBannerButtonText{color:#fce6d0}.share-episode__september .turkplayBannerButtonLine{background:#3193ff}.share-episode__september .turkplayBannerRightBlockButton:hover .turkplayBannerButtonText,.share-episode__september .turkplayBannerRightBlockButton:active .turkplayBannerButtonText{color:#d5778c}.share-episode__september .turkplayBannerRightBlockButton:hover .turkplayBannerButtonLine{background:#d5778c}.share-episode__september .turkplayBannerRightBlockButton:hover svg path{fill:#d5778c}.share-episode__social .turkplayBannerContainer{gap:27px}.share-episode__social .turkplayBannerLeftBlock{width:45%;display:block;text-align:right}.share-episode__social .turkplayBannerLeftBlockIcon{width:35px}.share-episode__social .turkplayBannerRightBlock{width:50%;gap:30px}.share-episode__social .turkplayBannerRightBlock .tg-btn{margin-right:0}.share-episode__social .turkplayBannerRightBlockButton:hover .turkplayBannerButtonText,.share-episode__social .turkplayBannerRightBlockButton:active .turkplayBannerButtonText{color:#feffc3}.share-episode__social .turkplayBannerRightBlockButton:hover .turkplayBannerButtonLine{background:#feffc3}.share-episode__social .turkplayBannerRightBlockButton:hover svg path{fill:#feffc3}@media(max-width: 768px){.share-episode__september .turkplayBannerContainer{gap:4px}.share-episode__tg .turkplayBannerContainer{gap:0;-moz-box-pack:center;justify-content:center}.share-episode__tg .turkplayBannerContainer .turkplayBannerLeftBlock{width:calc(50% - 30px);-moz-box-pack:center;justify-content:center}.share-episode__tg .turkplayBannerContainer .turkplayBannerLeftBlockIcon{width:30px;-moz-box-pack:end;justify-content:end;display:-moz-box;display:flex}.share-episode__tg .turkplayBannerContainer .turkplayBannerRightBlock{width:50%;-moz-box-pack:center;justify-content:center}.share-episode__social .turkplayBannerButtonText{display:none}.share-episode__tg .turkplayBannerButtonText{font-size:16px}.share-episode__september .turkplayBannerButtonText{font-size:16px}.share-episode__september .turkplayBannerContainer{-moz-box-pack:space-evenly;justify-content:space-evenly}.share-episode__september .tg-btn{gap:8px !important}.share-episode__september .tg-btn svg{width:15px;height:13px}.share-episode__tg .turkplayBannerButtonIcon svg{position:relative;top:-2px}}.bot-modal .januaryModal-container{background:#74a8f3;border-radius:20px;height:auto;padding-bottom:40px}.bot-modal .modal_close_btn{right:-40px;top:12px}.bot-modal .januaryModal-closeBlock svg path{fill:#74a8f3}.bot-modal .januaryModal-closeBlock:hover svg path{fill:#f0b3e4 !important}.bot-modal .januaryModal-content{max-width:682px;height:458px;background:none}.bot-modal .januaryModal-container:hover .januaryModal_button_btn{background:#fff}.bot-modal .januaryModal-firstRow{position:relative;display:-moz-box;display:flex}.bot-modal .januaryModal-firstRow .januaryModal-leftIcon{width:180px;height:134px;position:relative;left:-46px}.bot-modal .januaryModal-firstRow .januaryModal-title{font-size:38px;font-weight:900;margin-top:70px;text-transform:uppercase;color:#fff}.bot-modal .januaryModal-secondRow{position:relative;display:-moz-box;display:flex;margin-top:30px;height:107px}.bot-modal .januaryModal-secondRow .januaryModal-rightIcon{width:131px;height:131px;position:relative;right:-24px;bottom:18px}.bot-modal .januaryModal-secondRow .januaryModal-title{font-size:38px;font-weight:900;text-transform:uppercase;color:#fff}.bot-modal .januaryModalBottomBlock{background:none;box-shadow:none;width:100%;gap:35px}.bot-modal .januaryModalBottomBlock .januaryModal_tg_icon{position:relative;top:2px;width:39px;height:32px}.bot-modal .januaryModal-container:hover .januaryModal_button{background:none}.bot-modal .januaryModal_button{position:relative;background:none;width:415px}.bot-modal .januaryModal_button_btn{width:100%;height:73px;line-height:73px;background:#f0b3e4;color:#1334b2;border-radius:21px;border:4px solid #1334b2;position:relative;z-index:2;max-width:415px;text-transform:uppercase}.bot-modal .januaryModal_button svg path{fill:#1334b2}.bot-modal .januaryModal_button_bg{position:absolute;background:#1334b2;width:100%;height:73px;z-index:1;top:18px;left:0;border-radius:21px}.bot-modal .januaryModal_button .januaryModal_button_text{color:#1334b2;display:inline;font-weight:900;font-size:38px;line-height:70px}.bot-modal .januaryModalBottomBlock .januaryModal_button-icon{width:131px}.bot-modal .januaryModalBottomBlock .januaryModal_button-icon svg{position:relative;top:14px}.bot-modal .januaryModalBottomBlock .januaryModal_button_bg_mobile{display:none}@media(max-width: 767px){.bot-modal .modal_close_btn{right:6px;top:-40px}.bot-modal .januaryModal-firstRow .januaryModal-title,.bot-modal .januaryModal-secondRow .januaryModal-title{font-size:26px !important;line-height:34px !important}.bot-modal .januaryModal-firstRow .januaryModal-title{margin-top:45px;padding-left:32px}.bot-modal .januaryModal-secondRow .januaryModal-title{text-align:right;padding-right:20px;position:relative;top:-18px;line-height:31px !important}.bot-modal .januaryModal-container{padding:0 26px;height:455px}.bot-modal .januaryModal-firstRow .januaryModal-leftIcon{left:0;width:134px;height:100px}.bot-modal .januaryModal-secondRow .januaryModal-rightIcon{right:0;width:117px;height:117px}.bot-modal .januaryModal-secondRow{margin-top:40px}.bot-modal .januaryModal_button{width:100%;margin-top:0;display:block}.bot-modal .januaryModal_button_bg{top:72px}.bot-modal .januaryModalBottomBlock .januaryModal_button-icon{display:none}.bot-modal .januaryModalBottomBlock .januaryModal_button_bg_mobile{display:-moz-box;display:flex;width:100%;margin:0 0 8px;gap:calc(50% + 20px);padding:0 40px;-moz-box-align:center;align-items:center;-moz-box-pack:center;justify-content:center}.bot-modal .januaryModalBottomBlock .januaryModal_button_bg_mobile svg{width:42px;height:42px}.bot-modal .januaryModalBottomBlock .januaryModal_button_bg_mobile svg path:nth-child(2){fill:#f0b3e4}.bot-modal .januaryModalBottomBlock .januaryModal_tg_icon{width:32px;height:26px}.bot-modal .januaryModal_button_btn{max-width:100%}.bot-modal .januaryModal_button .januaryModal_button_text{font-size:30px;line-height:66px}}@media(max-width: 370px){.bot-modal .januaryModal-container{padding:0 10px}}@media(max-width: 350px){.bot-modal .januaryModal-container{padding:0 5px}.bot-modal .januaryModal-secondRow .januaryModal-title{padding-right:10px}}@media(max-width: 335px){.bot-modal .januaryModal-container{padding:0 5px}.bot-modal .januaryModal-secondRow .januaryModal-title{padding-right:10px;font-size:24px !important}.bot-modal .januaryModal-firstRow .januaryModal-title{font-size:24px !important}}.social-modal .modal_close_btn{right:-40px;top:0}.social-modal .januaryModal-closeBlock svg path{fill:#ff1a7a}.social-modal .januaryModal-closeBlock:hover svg path{fill:#fdffc2 !important}.social-modal .januaryModal-content{background:#ff6287;border-radius:20px;height:504px;max-width:682px}.social-modal .januaryModal-content .januaryModal-container{background:none;border-radius:0;width:100%;gap:0}.social-modal .januaryModal-rowBlock{display:-moz-box;display:flex;gap:24px;-moz-box-align:center;align-items:center;margin-top:17px}.social-modal .januaryModal-rowBlock .januaryModal-title{background:#ff1a7a;color:#fdffc2;width:336px;height:70px;line-height:70px;position:relative;text-transform:uppercase;font-size:36px;border-radius:14px}.social-modal .januaryModal-rowBlock .januaryModal-title:nth-child(1){text-align:right;padding-right:18px}.social-modal .januaryModal-rowBlock svg:nth-child(2){width:24px}.social-modal .januaryModal-rowBlock .januaryModal-title:nth-child(3){text-align:left;padding-left:18px}.social-modal .januaryModal-topBlock{display:block}.social-modal .januaryModal-topBlock .januaryModal-title{text-transform:uppercase;font-size:38px;line-height:50px;text-align:center;color:#fdffc2}.social-modal .januaryModalBottomBlock{width:100%;height:137px;background:none;box-shadow:none;display:block;margin-top:7px}.social-modal .januaryModalBottomBlock .januaryModal_button{background:none;border-radius:0;gap:0;width:calc(100% - 20px);position:relative}.social-modal .januaryModalBottomBlock .januaryModal_button a{margin-top:36px;position:relative;left:-50px}.social-modal .januaryModalBottomBlock .januaryModal_button svg:nth-child(5){position:relative;left:-25px}.social-modal .januaryModalBottomBlock .januaryModal_button a:hover g circle:first-child{fill:#fdffc2}.social-modal .januaryModalBottomBlock .januaryModal_button a:hover path{fill:#ff1a7a}@media(max-width: 768px){.social-modal .januaryModal-content{width:calc(100% - 20px);height:auto}.social-modal .januaryModal-content .januaryModal-container{overflow:hidden;height:445px;border-radius:20px}.social-modal .januaryModal-rowBlock .januaryModal-title:nth-child(1){margin-left:-45px}.social-modal .januaryModal-rowBlock .januaryModal-title:nth-child(3){border-radius:14px 0 0 14px}.share-episode__social .turkplayBannerLeftBlockText{text-align:left;margin-left:5px}.share-episode__social .turkplayBannerRightBlockButton{position:relative;width:31px;-moz-box-pack:center;justify-content:center}.share-episode__social .turkplayBannerRightBlockButton--tg svg{height:21px;width:23px}.share-episode__social .turkplayBannerRightBlockButton--vk svg{height:21px;width:auto}.share-episode__social .turkplayBannerButtonLine{position:absolute;left:-3px;bottom:-8px}.share-episode__social .turkplayBannerRightBlock{gap:20px;-moz-box-pack:end;justify-content:end}.social-modal .modal_close_btn{right:6px;top:-37px}.social-modal .januaryModal-rowBlock{width:100%}.social-modal .januaryModal-rowBlock .januaryModal-title{height:58px;line-height:58px !important;min-width:50%;font-size:22px !important;text-transform:uppercase}.social-modal .januaryModal-rowBlock svg{display:none}.social-modal .januaryModal-topBlock .januaryModal-title{font-size:26px !important;line-height:32px !important;background:#ff1a7a;width:258px;padding:13px 6px 12px 4px;border-radius:14px;margin-bottom:12px}.social-modal .januaryModal-topBlock svg{width:68px;height:51px}.social-modal .januaryModalBottomBlock{margin-bottom:-10px;margin-top:2px}.social-modal .januaryModalBottomBlock .januaryModal_button{height:117px}.social-modal .januaryModalBottomBlock .januaryModal_button a{margin-top:0}.social-modal .januaryModalBottomBlock .januaryModal_button svg.packman{position:absolute;left:-28px;top:-32px;width:138px;z-index:1}.social-modal .januaryModalBottomBlock .januaryModal_button svg.circle{display:none}.social-modal .januaryModal_button>a{width:28%;margin-top:16px;position:relative;z-index:2;left:10px !important}.social-modal .januaryModal_button svg{width:106px;height:auto}}@media(max-width: 420px){.social-modal .januaryModal_button>a{left:6px !important}}#last-episodes{margin-top:44px}@media(max-width: 768px){#last-episodes{margin-top:30px}}
