html{
    margin-top: 0!important;
}
html, body {
    height: 100%;
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif
}
body, h1, h2, li, ul[class] {
    margin: 0;
}
a {
    text-decoration: none;
}
a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
ul[class] {
    list-style: none;
    padding: 0;
}
ul {
     box-sizing: border-box; 
}
ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}
*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
button{
    cursor: pointer;
    border: 0;
}
input:focus {
  outline: none;
}
:root {
    --body: #EFF4F5;
    --header: #ffffff;
    --logo-text: #232222;
    --border_color_form: #E5E5E5;
    --color_form: #333333;
    --green: #ee2229;
    --dark: #232222;
    --breadcrumb: #565454;
    --cat_news_border_img: #2a2a2a00;
    --cat_news_p: #222;
    --cat_new_date: #222;
    --cat_new_green_hover: #5DAB45;
    --cat_new_btn: #5fb348;
    --cat_new_btn_border: #7AD15F;
    --title_404: #686D71;
    --movie-card__info: #888888;
    --all_content_ol: #FFFFFF;
    --all_content_bg_ol: #5DAC45;
    --white: #fff;
    --black: #151515;
    --btn_filter_color: #232222;
    --filter_btn_border: #E5E5E5;
    --bnt_main_play_hover: #232222;
    --dropdown-toggle: #EFF4F5;
    --single_value: #232222;
    --btn-text: #67BC4D;
    --post_h1: #232222;
    --border_coment: #E5E5E5;
    --ql-stroke: #444;
    --coment_color_input: #232222;
    --commentpro-text_p: #232222;
    --commentpro-inner: #E5E5E5;
    --commentpro-reply_button: #232222;
    --like_karma_chethik: #E5E5E5;
    --karma: #232222;
    --star_full: #59A542;
    --star_empty: #E3E3E3;
    --box_emotions: #60B047;
    --bg_post: #fff;
    --share: #E5E5E5;
    --strong: #000;

}
body[data-theme="dark"] {
    --body: #1F1F1F;
    --header: #171717;
    --logo-text: #ffffff;
    --border_color_form: #323232;
    --all_content_ol: #828282;
    --all_content_bg_ol: #2A2A2A;
    --btn_filter_color: #888888;
    --filter_btn_border: #323232;
    --dropdown-toggle: #323232;
    --single_value: #CDCACA;
    --btn-text: #ffffff;
    --post_h1: #ffffff;
    --cat_news_border_img: #2A2A2A;
    --border_coment: #525B4B;
    --ql-stroke: #fff;
    --coment_color_input: #828282;
    --commentpro-text_p: #C8C8C8;
    --commentpro-inner: #272727;
    --commentpro-reply_button: #fff;
    --like_karma_chethik: #323232;
    --karma: #FFFFFF;
    --box_emotions: #525B4B;
    --bg_post: #202020;
    --share: #323232;
    --strong: #FFF;

}
/*--------------------------------------------Переключатель----------------------------------------------------------*/
.switch {
  position: relative;
  width: 45px;
  height: 45px;
  background: #232222;
  overflow: hidden;
  border-radius: 12px;
  margin-right: 20px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch_main {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.25s;
}

input:checked + .switch_main:before {
  background: white;
  box-shadow: none;
}

.slider--1 div {
  transition: 0.25s;
}

.slider--1 div {
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
}

input:checked ~ .slider--1 div:first-child {
  transform: translateY(-100%);
  transition-delay: 0.5s;
}

input:checked ~ .slider--1 div:last-child {
  transform: translateY(100%);
  transition-delay: 0.5s;
}

input:checked ~ .slider--2 {
  transform: translateX(100%);
  transition-delay: 0.25s;
}

input:checked ~ .slider--3 {
  transform: translateX(-100%);
  transition-delay: 0s;
}

.slider--1 div:first-child {
  transform: translateY(0);
  top: 0;
  background-color: #f3f3f3;
  transition-delay: 0s;
}

.slider--1 div:last-child {
  transform: translateY(0);
  bottom: 0;
  background-color: #f3f3f3;
  border-top: 1px solid #e0e0e0;
  transition-delay: 0s;
}

.slider--2 {
  background-color: #d2d2d2; 
  transition-delay: 0.25s;
  transform: translateX(0);
}

.slider--3 {
  background-color: #EFF4F5;
  transition-delay: 0.5s;
  transform: translatex(0);
}
.switch .soc-dark, .switch .soc-dark, .soc-sol{
  width: 20px;
  height: 20px;
  fill: var(--green);
  color: var(--green);
  transition: opacity 0.45s ease, transform 0.45s cubic-bezier(.25, .46, .45, .94);
}
/*--------------------------------------------HEADER----------------------------------------------------------*/
.header {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    background: #1c4f83;
    padding: 15px 0px;
    transition: background 0.3s ease;
}

.header__content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 50px;
}
.header__logo{
    margin-right: 40px;
}
.logo {
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
}
.logo img{
    width: 50px;
/*    height: 50px;*/
    border-radius: 8px;
}
.logo-svg{
    width: 43px;
    height: 26px;
    position: absolute;
    left: 21px;
}
.logo-text{
    color: #ffffff;
    transition: color 0.3s ease;
}
.menu {
    font-size: 14px;
    line-height: 29px;
}
.menu__item {
    margin-right: 40px;
}
.menu__link[aria-current="page"] {
    transition: color 0.3s ease;
/*    padding: 10px 20px;*/
    border-radius: 12px;
/*    background: var(--green);*/
    color: var(--green);
}
.menu__link[aria-current="page"]:hover{
    color: var(--white);
    transition: 0.3s ease;
/*    background: var(--bnt_main_play_hover);*/
}
.menu__link{
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    text-transform: uppercase;
    color: #ffffff;
    transition: 0.3s ease;
}
.menu__link:hover{
    color: #000;
}
.header__m-menu {
    display: none;
}
.open-menu {
    position: relative;
    width: 35px;
    height: 35px;
    background: var(--green);
    border: solid 1px var(--cat_new_btn_border);
    transition: 0.3s ease;
    border-radius: 12px;
}
.centered {
    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;
}
.open-menu span {
    width: 14px;
    height: 2px;
    background: #fff;
    position: relative;
    border-radius: 8px;
}
.open-menu span::before {
    top: -5px;
    left: 7px;
}
.open-menu span::after {
    bottom: -6px;
    left: 0px;
}
.open-menu span::before, .open-menu span::after {
    content: "";
    width: 8px;
    height: 2px;
    background: #fff;
    position: absolute;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    border-radius: 8px;
}
.open-menu.active span {
    background: transparent;
}
.open-menu.active span::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 18px;
    left: -2px;
}
.open-menu.active span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 18px;
    left: -2px;
}
.header form {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    margin-right: 40px;
    transition: 0.3s ease;
}
.header form input {
    font-weight: 300;
    font-size: 12px;
    line-height: 100%;
    padding: 0px 10px 0px 45px;
    border-radius: 3px;
    height: 40px;
    width: 100%;
    background-color: var(--header);
    color: var(--color_form);
    border: solid 1px var(--border_color_form);
    border-radius: 12px;
    transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.header form button[type=submit] {
    position: absolute;
/*    top: 6px;*/
    z-index: 10;
    padding: 0;
    background: var(--header);
    border: 0;
    cursor: pointer;
    color: red;
    width: 28px;
    height: 28px;
    left: 8px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease;
}
.icon-search {
    width: 12px;
    height: 12px;
    position: relative;
    fill: #fff;
    color: #fff;
}
.header form button.close-burger {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    background: #e84e36;
    border: 0;
    display: none;
}
.zakladka{
    width: 45px;
    height: 45px;
    border-radius: 12px;
    background: #232222;
/*    border: solid 1px #323232;*/
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.3s ease;
}
.zakladka:hover{
    background: #59A542;
}
.icon-zakladka{
    width: 14px;
    height: 18px;
    fill: var(--green);
    color: var(--green);
    transition: color 0.3s ease;
}
.zakladka:hover .icon-zakladka{
    fill: #FFF;
    color: #FFF;
}
.search_m{
    display: none;
}
.close_btn {
    display: none;
    width: 35px;
    height: 35px;
    background: var(--green);
    border-radius: 12px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 40px;
    right: 40px;
}
.close_btn span:nth-of-type(1) {
    width: 18px;
    background: #fff;
    height: 2px;
    border-radius: 8px;
    transform: rotate(45deg);
    position: relative;
    top: 1px;
}
.close_btn span:nth-of-type(2) {
    width: 18px;
    background: #fff;
    height: 2px;
    border-radius: 8px;
    transform: rotate(320deg);
    top: -1px;
    position: relative;
}
@media (max-width: 1240px) {
    .header__menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: #734a76;
        padding: 60px 20px;
/*        display: none;*/
        z-index: 1000;
        border: none;
        border-radius: 0;
        overflow-y: auto;

        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        transition: opacity .3s ease, transform .3s ease, visibility .3s ease;
    }
    .header__menu.open .close_btn {
        display: flex;
    }
    .header__m-menu {
        display: block;
        order: 5;
    }
    .header__menu.open {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
/*     .open {
        display: block;
    }*/
    .header .menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .header .menu__item {
        text-align: center;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .header {
        padding: 10px 0px;
        position: relative;
        z-index: 9;
    }
    .header__content{
        justify-content: normal;
    }
    .header__logo{
        margin: 0 auto 0 0;
        order: 1;
    }
    .logo img{
        width: 50px;
        height: 50px;
    }
    .logo-svg {
        width: 24px;
        height: 26px;
        position: absolute;
        left: 21px;
    }
    .logo{
        font-size: 20px;
    }
    .search_m{
        width: 35px;
        height: 35px;
        border-radius: 12px;
        background: #232222;
/*        border: solid 1px #323232;*/
        display: flex;
        justify-content: center;
        align-items: center;
        transition: background 0.3s ease;
        margin-right: 10px;
        order: 3;
    }
    .header form{
        transform: scaleY(0);
        transform-origin: top;
        opacity: 0;
        transition: transform .3s ease, opacity .3s ease;
        width: 100%;
        order: 6;
        top: 10px;
        margin: 0;
    }
    #main-search.active{
        transform: scaleY(1);
        opacity: 1;
        top: 10px;
    }
/*    .toggle-switch{
        display: none;
    }*/
    .zakladka{
        width: 35px;
        height: 35px;
        margin-right: 10px;
    }
    .icon-zakladka{
        width: 10px;
        height: 12px;
    }
    .toggle-switch {
        position: relative;
        width: 60px;
        height: 35px;
        margin-right: 10px;
        order: 2;
    }
    .moon::before {
        content: "";
        position: absolute;
        top: 4px;
        left: 4px;
        width: 26px;
        height: 26px;
        border-radius: 50%;
        background-color: var(--dark);
        box-shadow: none;
        transition: 0.3s;
    }
    input:checked ~ .moon::before {
        transform: translateX(24px);
        background-color: var(--dark);
        box-shadow: inset 10px -7px 0px 0px var(--green);
    }
    .button_header{
        order: 4;
    }
}
/*--------------------------------------------Переключатель с лева фиксированый ----------------------------------------------------------*/
.fix_flex {
    position: fixed;
    display: flex;
    flex-direction: column;
    right: 15px;
    bottom: 15px;
    gap: 5px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1000;
}
.fix_flex.visible {
    opacity: 1;
    visibility: visible;
}

.fix_flex .black {
    position: relative;
    width: 45px;
    height: 45px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #191919;
    border: 0;
    transition: background 0.3s ease;
    cursor: pointer;
}
.black:hover {
    background: var(--green);
}

.black .soc-dark,
.black .soc-sol {
    position: absolute;
    width: 20px;
    height: 20px;
    fill: var(--green);
    color: var(--green);
    transition: 
        opacity 0.45s ease,
        transform 0.45s cubic-bezier(.25,.46,.45,.94);
}

.black .soc-dark {
    opacity: 1;
    transform: scale(1) rotate(0deg);
}

.black .soc-sol {
    opacity: 0;
    transform: scale(0.6) rotate(-30deg);
}

.black:hover .soc-dark,
.black:hover .soc-sol {
    fill: #fff;
    color: #fff;
}

.black.show-sol .soc-dark {
    opacity: 0;
    transform: scale(0.6) rotate(20deg);
}

.black.show-sol .soc-sol {
    opacity: 1;
    transform: scale(1) rotate(0deg);
}

.black_top {
    width: 45px;
    height: 45px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #191919;
    transition: background 0.3s ease;
    cursor: pointer;
}
.black_top:hover {
    background: var(--green);
}

.black_top .soc-top {
    width: 20px;
    height: 18px;
    fill: var(--green);
    color: var(--green);
}
.black_top:hover .soc-top {
    fill: #fff;
    color: #fff;
}

/*--------------------------------------------CONTENT----------------------------------------------------------*/
.body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: var(--body);
    transition: background 0.3s ease;
}
.content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    background: var(--body);
    transition: background 0.3s ease;
}
.container {
    margin: 0 auto;
    max-width: 1440px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.table_wrapper table {
  color: var(--logo-text);
  width: 100%;
  min-width: 600px; 
  border-collapse: collapse;
  transition:  0.3s ease;
}
.all_content>*{
    margin-bottom: 13px;
}
.all_content strong{
    color: var(--strong);
}
.all_content p{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #828282;
    transition: 0.3s ease;
}
.all_content h2 {
    font-weight: 500;
    font-size: 26px;
    line-height: 100%;
    text-transform: uppercase;
    color: var(--logo-text);
    transition: 0.3s ease;
    margin: 35px 0 20px;
}
.all_content h3 {
    font-weight: 500;
    font-size: 22px;
    line-height: 100%;
    text-transform: uppercase;
    color: var(--logo-text);
    transition: 0.3s ease;
    margin: 35px 0 20px;
}
.all_content h4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    text-transform: uppercase;
    color: var(--logo-text);
    transition: 0.3s ease;
    margin: 35px 0 20px;
}
.all_content img {
    border-radius: 16px
}
.all_content ul:not([class]) {
    padding-left: 0;
    list-style: none;
    counter-reset: num;
    transition: 0.3s ease;
}
.all_content ul:not([class]) li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    color: #828282;
/*    width: 39px;*/
/*    height: 39px;*/
/*    display: flex;*/
    align-items: center;
    line-height: 20px;
    transition: 0.3s ease;
}
.all_content ul:not([class]) li:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    background: url("/wp-content/themes/lord_film/images/svg/li.svg") no-repeat center center;
    background-size: contain;
    transition: 0.3s ease;

}
body[data-theme="dark"] .all_content ul:not([class]) li:before {
    background: url("/wp-content/themes/lord_film/images/svg/li_dark.svg") no-repeat center center;
    background-size: contain;
    transition: 0.3s ease;
}
.all_content ol:not([class]) {
    padding-left: 0;
    list-style: none;
    counter-reset: num;
    transition: 0.3s ease;
}
.all_content ol:not([class]) li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    color: #828282;
/*    width: 39px;*/
/*    height: 39px;*/
/*    display: flex;*/
    align-items: center;
    line-height: 20px;
    transition: 0.3s ease;
}
.all_content ol:not([class]) li:before {
    content: counter(num);
    counter-increment: num;
    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;
    width: 20px;
    height: 20px;
    background: var(--all_content_bg_ol);
    color: var(--all_content_ol);
    position: absolute;
    left: 0;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    border-radius: 26px;
    transition: 0.3s ease;
}
.all_content .first-image-wrapper img {
    border: 1.06px solid #76bb40;
    border-radius: 6px;
    width: 100%;
    transition: 0.3s ease;
}
.content_none{
    margin-bottom: calc(100vh - 400px);
}
.center_post{
    justify-content: center;
    align-items: center;
    gap: 10px;
}
/*--------------------------------------------Главная index.php----------------------------------------------------------*/
.index{
    padding: 30px 0;
}
.bookmarker.is-favorite svg {
  fill: #fff;
}

.banner_main, .banner_main_2{
    position: relative;
    margin-top: 20px;
}
.banner_main img, .banner_main_2 img{
    object-fit: cover;
    height: 500px;
    border-radius: 50px;
    width: 100%;
    transition: 0.3s ease;
}
.pos_abs{
    position: absolute;
    bottom: 50px;
    left: 50px;
    transition: 0.3s ease;
}

.banner_main h1{
    font-weight: 700;
    font-size: 66px;
    line-height: 100%;
    text-transform: uppercase;
    color: var(--white);
    max-width: 600px;
    transition: 0.3s ease;
}
.banner_main_2 h2{
    color: var(--white);
    max-width: 500px;
    font-weight: 700;
    font-size: 46.28px;
    line-height: 100%;
    text-transform: uppercase;
    transition: 0.3s ease;
}
.banner_main h1 span {
  display: inline-block;
}
.banner_main_2 h2 span {
  display: inline-block;
}
.bnt_main_play{
    border-radius: 12px;
    opacity: 1;
    height: 45px;
/*    border: solid 1px var(--cat_new_btn_border);*/
    display: flex;
    align-items: center;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    color: var(--white);
    cursor: pointer;
    background: var(--green);
    transition: 0.3s ease;
    margin: 30px 0 50px;
    gap: 10px;
    width: max-content;
}
.bnt_main_play:hover{
    background: var(--bnt_main_play_hover);
}
.bnt_main_play:hover .cart_play{
    color: var(--green);
    fill: var(--green);
}
.banner_main .cart_play, .banner_main_2 .cart_play{
    margin-bottom: 0;
    transition: 0.3s ease;
}
.right_info{
    gap: 20px;
    display: flex
;
}
.banner_main_2 .pos_abs{
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.banner_main_2 .bnt_main_play{
    margin: 0;
}
.info_banner_main{
    display: flex;
    gap: 20px;
    transition: 0.3s ease;
}
.main_obvodka{
    background: rgba(18, 18, 18, 0.7);
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(50, 50, 50);
    border-image: initial;
    transition: background 0.3s;
    display: flex;
    padding: 0px 15px;
    color: var(--white);
    gap: 5px;
    transition: 0.3s ease;
}
.main_obvodka .kinopoisk{
    width: 19px;
    height: 19px;
    transition: 0.3s ease;
}
.main_obvodka .imdb{
    width: 34px;
    height: 17px;
    transition: 0.3s ease;
}
.filter_block{
    display: flex;
    align-items: center;
    padding: 20px 0;
}
.filter_left_block{
    display: flex;
    gap: 20px;
}

.filter_name h2{
    font-weight: 500;
    font-size: 32px;
    line-height: 100%;
    text-transform: uppercase;
    color: var(--logo-text);
    transition: 0.3s ease;
    margin-right: 20px;
}

.filter_date.dropdown {
    position: relative;
    display: inline-block;
    font-size: 14px;
}

.dropdown-toggle {
    background:  var(--dropdown-toggle);
    border: 1px solid #323232;
    border-radius: 10px;
    padding: 10px 15px;
    cursor: pointer;
    color: var(--btn_filter_color);
    display: flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s ease;
    justify-content: center;
    width: 77px;
}

.caret {
    width: 8px;
    height: 5px;
    fill: var(--green);
    transition: transform 0.3s ease;
    margin-top: 2px;
}

.dropdown-menu {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    width: 100%;
    background:  var(--dropdown-toggle);
    border: 1px solid #333;
    border-radius: 10px;
    max-height: 150px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 20;
}


.dropdown-menu::-webkit-scrollbar {
    width: 2px;
}
.dropdown-menu::-webkit-scrollbar-track {
    background: rgba(15,15,15,.7);
    border-radius: 2px;
}
.dropdown-menu::-webkit-scrollbar-thumb {
    background-color: var(--green);
    border-radius: 2px;
}

.dropdown-menu button {
    padding: 10px 15px;
    background: none;
    border: none;
    text-align: left;
    color: var(--btn_filter_color);
    cursor: pointer;
    transition: 0.3s ease;
}
.dropdown-menu button:hover {
    color: var(--green);
}



.filter_right_block{
    display: flex;
    flex-grow: 1;
    gap: 20px;
}
.filter-btn{
    font-family: Roboto;
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    border: 0;
    color: var(--btn_filter_color);
    transition: 0.3s ease;
    background: none;
    cursor: pointer;
    padding: 0 20px 0 0;
    border-right: solid 1px var(--filter_btn_border);
}
.filter-btn[data-filter="latest"]{
    margin: 0 20px 0 auto;
    border-left: solid 1px var(--filter_btn_border);
    padding-left: 20px;
}

.filter-btn:hover{
    color: var(--green);
}
.filter_block .active{
    color: var(--green);
}
.genre-marquee {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 20px;
}

.genre-track {
    display: flex;
    gap: 20px;
    width: max-content;
    animation: marquee 240s linear infinite;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.slider_genre{
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2A2A2A;
/*    border: solid 1px #323232;*/
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: var(--white);
    width: 225px;
    border-radius: 12px;
    transition: 0.3s ease;
    flex-shrink: 0; 
}

.slider_genre:hover{
    background: var(--green);
}


.platform-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 20px;
}
.platform_item{
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2A2A2A;
/*    border: solid 1px #323232;*/
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: var(--logo-text);
    width: 217px;
    border-radius: 12px;
    transition: 0.3s ease;
    flex-shrink: 0;
    padding: 20px;
}
.platform_item:hover{
    background: var(--green);
}
.platform-track {
    display: flex;
    gap: 30px;
    width: max-content;
    animation: marqueeRight 90s linear infinite;
}

.platform_item img {
    height: 50px;
    width: auto;
    transition: 0.3s ease;
    filter: none;
}

.platform_item:hover img {
    filter: brightness(0) invert(1);
}


@keyframes marqueeRight {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0);
    }
}

/*--------------------------------------------breadcrumb----------------------------------------------------------*/
.breadcrumb {
    padding: 20px 0;
    color: #909090;
    transition: background 0.3s ease;
}
.breadcrumb ul {
    display: flex;
    font-size: 13px;
    list-style: none;
    font-weight: 300;
    line-height: 100%;
}
.breadcrumb a {
    text-decoration: none;
    color: var(--breadcrumb);
    transition: background 0.3s ease;
}
.breadcrumb a:after {
    content: "\203A";
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    color: var(--green);
    font-weight: bold;
}
/*--------------------------------------------CATEGORY News----------------------------------------------------------*/
/*.h1{
    padding: 0 0 20px 0;
}*/
.h1 h1{
    font-weight: 500;
    font-size: 32px;
    line-height: 100%;
    color: var(--logo-text);
    transition: color 0.3s ease;
}

/* ===================== GRID ===================== */

.cards-wrapper {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-auto-rows: 260px;
    gap: 25px;
    padding: 40px 0;
}

/* Первая большая карточка */
.cards-wrapper .card:first-child {
    grid-row: span 2;
}

/* ===================== CARD ===================== */

.card {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    color: #fff;
    background: #000;
    transition: 0.3s ease;
}

.card:hover {
    transform: scale(1.02);
}

.card-image,
.card-image img {
    width: 100%;
    height: 100%;
}

.card-image img {
    object-fit: cover;
    display: block;
}

/* Затемнение */
.card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.85),
        rgba(0,0,0,0.4),
        rgba(0,0,0,0.1)
    );
    transition: 0.3s ease;
}

.card:hover::after {
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.95),
        rgba(0,0,0,0.5),
        rgba(0,0,0,0.2)
    );
}

.card-content {
    position: absolute;
    bottom: 0;
    padding: 20px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.card-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
}

.card-date {
    font-size: 12px;
    opacity: 0.8;
}

.card-text {
    display: none;
}

/* ===================== TABLET ===================== */

@media (max-width: 1100px) {

    .cards-wrapper {
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: 240px;
    }

    .cards-wrapper .card:first-child {
        grid-column: span 2;
        grid-row: span 1;
    }

}

/* ===================== MOBILE ===================== */

@media (max-width: 768px) {

    .cards-wrapper {
        grid-template-columns: 1fr;
        grid-auto-rows: 220px;
        gap: 18px;
    }

    .cards-wrapper .card:first-child {
        grid-column: span 1;
        grid-row: span 1;
    }

    .card-title {
        font-size: 18px;
    }

    .card-content {
        padding: 15px;
    }

}



.hero-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 250px 250px;
    gap: 25px;
    margin-bottom: 80px;
}

.hero-grid-1 {
    grid-row: span 2;
    position: relative;
}

.hero-grid-2,
.hero-grid-3 {
    position: relative;
}

.hero-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.hero-grid-content {
    position: absolute;
    bottom: 0;
    padding: 20px;
    color: #fff;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    width: 100%;
    border-radius: 20px;
}

/* Mobile */

@media (max-width: 900px) {
    .hero-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .hero-grid-1 {
        grid-row: span 1;
    }

    .hero-grid img {
        height: 300px;
    }
}


.mini-hero {
    margin: 60px 0;
}

.mini-hero-card {
    position: relative;
    display: block;
    height: 360px;
    border-radius: 20px;
    overflow: hidden;
    color: #fff;
}

.mini-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mini-hero-card::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.85), transparent);
}

.mini-hero-content {
    position: absolute;
    bottom: 0;
    padding: 25px;
    z-index: 2;
    max-width: 600px;
}

.mini-hero-title {
    font-size: 28px;
    font-weight: 600;
    margin: 10px 0;
}

.mini-hero-excerpt {
    font-size: 14px;
    opacity: 0.85;
}

/* Tablet */
@media (max-width:1024px){
    .mini-hero-card { height: 280px; }
    .mini-hero-title { font-size: 24px; }
}

/* Mobile */
@media (max-width:768px){
    .mini-hero-card { height: 220px; }
    .mini-hero-content { padding: 15px; }
    .mini-hero-title { font-size: 20px; }
    .mini-hero-excerpt { display: none; }
}


.final-news-block {
    margin: 60px 0;
}

.final-news-block .block-title {
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: 600;
    color: var(--logo-text);
}

.final-news-wrapper {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.final-news-card {
    flex: 1 1 calc(25% - 15px);
    background: var(--cat_news_border_img);
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    color: #000;
}

.final-news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.5);
}

.final-news-image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.final-news-content {
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.final-news-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
}

.final-news-date {
    font-size: 12px;
    font-weight: 300;
    opacity: 0.8;
}

/* Tablet */
@media (max-width:1024px){
    .final-news-card { flex: 1 1 calc(50% - 10px); }
    .final-news-image img { height: 160px; }
}

/* Mobile */
@media (max-width:768px){
    .final-news-card { flex: 1 1 100%; }
    .final-news-image img { height: 140px; }
    .final-news-title { font-size: 15px; }
}


/*--------------------------------------------Похожие статьи----------------------------------------------------------*/

.related_articles{
    padding-bottom: 20px;
}
.related_articles .cards-wrapper{
    padding: 0;
}
.related_articles h2{
    font-weight: 500;
    font-size: 26px;
    line-height: 100%;
    text-transform: uppercase;
    margin: 20px auto;
    color: var(--logo-text);
    transition: 0.3s ease;
}
.related_articles .card{
    width: calc(100% / 5 - 20px * 4 / 5);
}
.related_articles .card-image img{
    height: 192px;
}
.related_articles .card-title{
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    color: var(--logo-text);
    transition: 0.3s ease;
    margin: 0;
}
.related_articles .card-image{
    padding: 3px;
} 
/*--------------------------------------------load-more----------------------------------------------------------*/
.center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.category_bnt{
    padding: 20px 0px;
}
.bnt_refhesh{
    border-radius: 12px;
    border-width: 1px;
    opacity: 1;
    height: 45px;
    border: solid 1px var(--cat_new_btn_border);
    display: flex;
    align-items: center;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 13px;
    line-height: 100%;
    text-transform: uppercase;
    color: var(--logo-text);
    cursor: pointer;
    transition: 0.3s ease;
}
.bnt_refhesh:hover{
    background: var(--cat_new_green_hover);
    color: #fff;
}
/*--------------------------------------------рейтинг звездами----------------------------------------------------------*/
.colum_reit_emotions{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 40px 0;
}
/*.stars-wrapper{
    gap: 15px;
}*/
.polosa{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.total_reit{
    color: var(--karma);
    font-weight: 700;
    font-size: 55px;
    line-height: 100%;
    transition: 0.3s ease;
}
.total_votes{
    color: #828282;
    font-weight: 300;
    font-size: 20px;
    line-height: 100%;
    transition: 0.3s ease;
}
.star {
    width: 57px;
    height: 57px;
    fill: #ff000000;
    background: #ff000000;
    transition: 0.3s ease;
    cursor: pointer;
}
.star path {
    transition: fill 0.3s ease;
}
.star.voted {
    cursor: default;
}
/*--------------------------------------------Эмоции----------------------------------------------------------*/
.emotions{
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}
.box_emotions{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    justify-content: center;
    border: solid 1px var(--box_emotions);
    border-radius: 8px;
/*    width: 132px;
    height: 155px;*/
    padding: 20px;
    transition: 0.3s ease;
    cursor: pointer;
}
.box_emotions:hover{
    background: var(--box_emotions);
}
.img_emotions img{
    transition: 0.3s ease;
}
.box_emotions:hover .img_emotions img{
    transform: scale(1.2);
}
.number_emotions{
    font-weight: 300;
    font-size: 13px;
    line-height: 100%;
    text-align: center;
    color: #828282;
}
/*--------------------------------------------Поделиться----------------------------------------------------------*/
.podel{
    align-items: center;
    margin: 20px 0 20px 0;
}
.sezon_post{
    display: flex;
    align-items: center;
    gap: 20px;
/*    width: 100%;*/
}
.sezob_number{
    width: 45px;
    height: 45px;
    border-radius: 12px;
    border-width: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--share);
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    text-transform: uppercase;
    transition: 0.3s ease;
    cursor: pointer;
    color: var(--karma);
}
.sezob_number:hover{
    border: 1px solid #7AD15F;
    background: #5BA944;
    color: #FFFFFF;
}
.sezon_post .active{
    border: 1px solid #7AD15F;
    background: #5BA944;
    color: #FFFFFF;
}
.name_title{
    color: var(--karma);
    font-weight: 500;
    font-size: 26px;
    line-height: 100%;
    transition: 0.3s ease;
}
.name_title_sezon {
    color: var(--karma);
    font-weight: 500;
    font-size: 26px;
    line-height: 100%;
    transition: 0.3s ease;
}
.podel .flex{
    align-items: center;
    gap: 10px;
    font-weight: 300;
    font-size: 13px;
    line-height: 100%;
    color: #828282;
    transition: 0.3s ease;
}
.page-social{
    height: 20px;
    width: 20px;
}
.share-popup{
    width: 45px;
    height: 45px;
    border-radius: 12px;
    border: solid 1px var(--share);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease;
    cursor: pointer;
    background: var(--share);
}
.share-popup:hover{
    background: var(--green);
}
.podel .page-vk{
    fill: #274FB7;
    transition: 0.3s ease;
}
.podel .page-ok{
    fill: #FF9900;
    transition: 0.3s ease;
}
.podel .page-telegram{
    fill: #5B87F7;
    transition: 0.3s ease;
}
.podel .page-viber{
    fill: #8B49F6;
    transition: 0.3s ease;
}
.podel .page-skype{
    fill: #0085FF;
    transition: 0.3s ease;
}
.podel .page-whatsapp{
    fill: #1BAF18;
    transition: 0.3s ease;
}
.podel .page-reddit{
    fill: #EB3636;
    transition: 0.3s ease;
}
.podel .page-vk:hover, .podel .page-ok:hover, .podel .page-telegram:hover, .podel .page-viber:hover, .podel .page-skype:hover, .podel .page-whatsapp:hover, .podel .page-reddit:hover{
    fill: #fff;
}

/*--------------------------------------------commentpro----------------------------------------------------------*/
.coment{
    padding-bottom: 30px;
}
.coment .commentpro-heading, .commentpro-login-as, .commentpro-emoji, .coment .commentpro-abuse, .coment .commentpro-reply .icon, .coment .commentpro-abuse .icon, .coment .commentpro-form_reply, .commentpro-sort .commentpro-sort_count:nth-of-type(2) {
    display: none!important;
}
.coment .commentpro-comments p{
    font-weight: 500;
    font-size: 26px;
    margin: 0;
    line-height: 100%;
    color: var(--post_h1);
    transition: 0.3s ease;
}
.coment .commentpro-form::before {
    content: "Оставить комментарий";
    display: block;        
    font-size: 26px;       
    color: var(--post_h1); 
    font-weight: 500; 
    transition: 0.3s ease;     
}
.coment .commentpro-form_group [type="text"] {
    box-shadow: 3px 3px 6px rgba(0,0,0,.1);
    width: 100%;
    height: 60px;
    line-height: 40px;
    border-radius: 12px;
    border: solid 2px var(--border_coment);
    padding: 0 15px;
    background: transparent;
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    transition: 0.3s ease;
    color: var(--coment_color_input);
}
.coment .commentpro-form_group [type="text"]::placeholder {
   color: var(--coment_color_input);
   transition: 0.3s ease;
}

.coment .commentpro-form_group [type="text"]:focus {
    outline: none; 
    border: solid 2px var(--border_coment); 
    box-shadow: none; 
    transition: 0.3s ease; 
}
.coment .commentpro-standalone-container{
    border-radius: 12px;
    border: solid 2px var(--border_coment);
    background: transparent;
    transition: 0.3s ease;
}
.coment .ql-snow .ql-stroke{
    stroke: var(--ql-stroke);
    transition: 0.3s ease;
}
.coment .ql-snow button.ql-spoiler{
    color: var(--ql-stroke);
    transition: 0.3s ease;
}
.coment .commentpro-standalone-container:has(textarea:focus), .commentpro-standalone-container:has(.ql-editor:focus){
    box-shadow: none;
}
.coment .ql-toolbar.ql-snow{
    border-bottom: 2px solid var(--border_coment);
    transition: 0.3s ease;
}

.coment .ql-editor.ql-blank::before {
    color: rgba(0,0,0,0.6);
    content: attr(data-placeholder);
    left: 15px;
    pointer-events: none;
    position: absolute;
    right: 15px;
    color: var(--coment_color_input);
    transition: 0.3s ease;
}
.coment .ql-editor p{
    color: var(--coment_color_input);
    transition: 0.3s ease;
}
.coment .commentpro-items_father{
    margin-top: 20px;
}
.coment .commentpro-avatar-list img{
    width: 54px;
    height: 54px;
}
.coment .commentpro-avatar-choose label {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: var(--post_h1);
    transition: 0.3s ease;

}
.coment .commentpro-avatar-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 13px 0;
}
.coment .commentpro-load-more, .commentpro-form_btn button {
    display: inline-block;
    text-align: center;
    padding: 0 20px;
    height: 60px;
    line-height: 40px;
    border-radius: 12px;
    cursor: pointer;
    text-transform: uppercase;
    box-shadow: none;
    color: #fff;
    background-color: #79c142;
    font-weight: 600;
/*    border: solid 1px #7AD15F;*/
    background: var(--green);
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    transition: 0.3s ease;
    width: max-content;
}
.coment .commentpro-load-more:hover, .commentpro-form_btn button:hover {
    background: var(--bnt_main_play_hover);
    color: #fff;
    box-shadow: none;
    transition: 0.3s ease; 
}

.coment .commentpro-item{
    gap: 10px;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}
.coment .commentpro-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    padding: 15px;
    border-radius: 12px;
    border: solid 2px var(--commentpro-inner);
    background: var(--coment);
    transition: 0.3s ease; 
}
.coment .commentpro-body {
    position: relative;
    margin: 0;
}
.coment .commentpro-author {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}
.coment .commentpro-name {
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    color: var(--post_h1);
    margin-top: 10px;
    transition: 0.3s ease; 
}
.coment .commentpro-isauthor {
    display: none;
}
.coment .commentpro-date {
    opacity: 1;
    font-weight: 500;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: unset;
    color: #828282;
    transition: 0.3s ease; 
}
.coment .commentpro-date .icon {
    display: none;
}
.coment .commentpro-text {
    margin: 15px 0 15px;
    margin-left: -50px;
    color: #4F4C4C;
    padding-top: 5px;
    transition: 0.3s ease; 
}
.coment .commentpro-text p{
    font-size: 14px;
    color: var(--commentpro-text_p);
    transition: 0.3s ease;
}
.coment .commentpro-controls {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
.commentpro-likes {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.like_karma_chethik {
    display: flex;
    background: var(--like);
    border-radius: 0px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    transition: 0.3s ease; 
    border-left: solid 1px var(--like_karma_chethik);
    height: 15px;
    padding-left: 10px;
    transition: 0.3s ease;

}
.dislike_karma_chethik {
    display: flex;
    background: var(--like);
    border-radius: 0px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    flex-direction: row-reverse;
    transition: 0.3s ease; 
    border-left: solid 1px var(--like_karma_chethik);
    height: 15px;
    padding-left: 10px;
    transition: 0.3s ease;
}
.coment .commentpro-likes button {
    width: auto;
    height: auto;
    opacity: 1;
}
.like_karma_chethik .icon {
    fill: #76BB40;
    transition: 0.3s ease; 
}
.coment .commentpro-karma, .coment .commentpro-karma-2{
    color: var(--karma);
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    transition: 0.3s ease;
}
.coment .icon {
    width: 20px;
    height: 20px;
    transition: 0.3s ease; 
}
.coment .commentpro-karma-2 .icon{
    fill: #4C4A4A;
}
.commentpro-likes .like_karma_chethik button:hover .icon{
    fill: green;
}
.commentpro-likes button:hover{
    fill: red;
}
.coment .commentpro-date{
    position: absolute;
    bottom: 0px;
    height: 18px;
    margin-left: -50px;
}
.coment .commentpro-avatar img{
    border-radius: 5px;
    transition: 0.3s ease;
}
.coment .commentpro-items-child .commentpro-item{
    margin-left: 40px;

}
.coment .commentpro-items-child .commentpro-inner{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    padding: 15px;
    border-radius: 12px;
    border: solid 2px var(--border_coment);
    background: var(--coment);
    transition: 0.3s ease; 
}
.commentpro-reply button, .commentpro-abuse button {
    width: min-content;
    display: flex;
    gap: 3px;
    align-items: flex-end;
    transition: 0.3s ease; 
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    color: var(--commentpro-reply_button);
    transition: 0.3s ease; 
    opacity: 1;
}

/*--------------------------------------------404----------------------------------------------------------*/
.notfound-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 70px 0;
    gap: 20px;
}
.notfound-flex {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;

}
.notfound-404 {
    color: var(--logo-text);
    font-weight: 500;
    font-size: 44px;
    line-height: 100%;

}
.notfound-title {
    color: var(--title_404);
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-align: center;

}
.notfound-flex .bnt_refhesh {
    color: rgb(255, 255, 255);
    background: var(--cat_new_green_hover);
    transition: 0.3s ease;
}
.notfound-flex .bnt_refhesh:hover{
    background: none;
    color: var(--logo-text);
}
.error_404{
    width: 802px;
    height: 426px;
    fill: var(--green);
    color: var(--green);
    transition: 0.3s ease;
}
[data-theme="light"] .error_dark {
    display: none;
}
[data-theme="dark"] .error_light {
    display: none;
}
[data-theme="dark"] .error_dark {
    display: inline;
}
[data-theme="light"] .error_light {
    display: inline;
}
/*--------------------------------------------Соц-сети----------------------------------------------------------*/
.terms{
    column-gap: 0px;
    row-gap: 30px;
}
.footer .socical {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: end;
    width: 192px;
/*    margin: 40px auto 0 20px;*/
}
.footer .socical .soc a {
    background: #212322;
    width: 54px;
    height: 54px;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    transition: 0.3s ease;
    border-radius: 5px;
    border: solid 1px #323232;
}
.footer .socical .soc a:hover{
    background: var(--green);
    border-radius: 5px;
}
.soc{
    width: 54px;
    height: 54px;
    border-radius: 5px;
    background: #232222;
/*    border: solid 1px #323232;*/
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease;
}

.soc-icon{
    width: 26px;
    height: 26px;
    color: var(--white);
    fill: var(--white);
}

.item{
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #757575;
    transition: 0.3s ease;
/*    padding-bottom: 20px;*/
    width: calc(100% / 5 - 10px * 4 / 5);
}
.item .active{
    color: var(--green);
}
.item:hover{
    color: var(--green);
}

/*--------------------------------------------FOOTER----------------------------------------------------------*/
.footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background: #1c4f83;
    transition: 0.3s ease;
    padding: 30px 0;
}

.footer .logo-text{
    color: var(--white);
    transition: 0.3s ease;
}
.width_footer{
    width: 240px;
}
.footer__menu {
    color: #fff;
    margin-left: auto;
    width: calc(100% - 290px);
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.footer__menu .menu__link:not([aria-current="page"]) {
    color: #fff;
}
.footer__menu .menu__link:not([aria-current="page"]):hover {
    color: var(--black);
}
/*.footer .menu__link[aria-current="page"]:hover{
    color: var(--green);
}*/
.footer-social {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.footer-menu__item{
    margin-right: 40px;
}
.footer .nav{
    height: 45px;
    display: flex;
    align-items: center;
}
.footer_text{
    color: #ffffff;
    font-weight: 300;
    font-size: 13px;
    line-height: 100%;
    margin: 50px auto 0 20px;
    transition: 0.3s ease;
}
.footer .bnt_main_play{
    margin: 0 0 0 auto;
}
.footer_text_btn {
    color: #888888;
    background: none;
    font-weight: 300;
    line-height: 100%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    transition: 0.3s ease;
}
.footer_text_btn:hover{
    color: var(--green);
}
/*--------------------------------------------Новые карточки ----------------------------------------------------------*/


/*--------------------------------------------@media----------------------------------------------------------*/
@media (max-width: 1540px) {
    .container {
        max-width: 1340px;
    }
    .fix_flex{
        right: 48%;
        transform: translateX(calc(1340px / 2));
    }
}
@media (max-width: 1440px) {
    .container {
        max-width: 1300px;
    }
    .fix_flex{
        right: 48%;
        transform: translateX(calc(1300px / 2));
    }
}
@media (max-width: 1340px) {
    .container {
        max-width: 1200px;
    }
    .fix_flex{
        right: 48%;
        transform: translateX(calc(1200px / 2));
    }
}
@media (max-width: 1240px) {
    .container {
        max-width: 1100px;
    }
    .fix_flex{
        right: 48%;
        transform: translateX(calc(1100px / 2));
    }
    .item {
        font-weight: 400;
        font-size: 16px;
        line-height: 100%;
        color: #757575;
        transition: 0.3s ease;
        width: calc(100% / 4 - 10px * 3 / 4);
    }
    .footer-menu__item {
        margin-right: 20px;
    }
    .banner_main h1{
        font-size: 56px;
    }
/*    .filter_name h2{
        margin-right: 0px;
    }*/
    .banner_main_2 h2{
        text-align: center;
        margin: 20% 15px 25px 0;
        width: 100%;
        max-width: 100%;
        font-size: 46.28px;
    }
    .banner_main img, .banner_main_2 img {
        object-fit: cover;
        height: 450px;
        border-radius: 50px;
        width: 100%;
        transition: 0.3s ease;
    }
    .banner_main_2 .pos_abs{
        height: 450px;
        top: 0;
    }
    .banner_main_2 .info_banner_main {
        display: flex;
        gap: 10px;
        transition: 0.3s ease;
        margin-bottom: 50px;
    }
    .banner_main .right_info{
        display: flex;
        gap: 10px;
    }
    .banner_main_2 .right_info{
        display: flex;
        gap: 10px;

    }
    .banner_main_2 .bnt_main_play{
        font-size: 14px;
        padding: 0px 10px;
    }
    .main_obvodka{
        padding: 0px 12px;
    }
    .name_title {
        order: 1;
    }
    .podel .flex {
        gap: 10px;
        justify-content: center;
        width: 100%;
        order: 3;
    }
    .slider {
        order: 2;
        margin: 15px 0;
        gap: 15px;
    }
}
@media (max-width: 1199px) {
    .container {
        max-width: 964px;
    }
    .fix_flex{
        right: 50%;
        transform: translateX(calc(964px / 2));
    }
    .related_articles .cards-wrapper .card:nth-child(5) {
        display: none;
    }
    .related_articles .card{
         width: calc(100% / 4 - 20px * 4 / 5);
    }
    .movie-card{
        width: calc(100% / 4 - 10px * 4 / 5);
    }
    .index .content_film .movie-card:nth-child(9), .index .content_film .movie-card:nth-child(10), .bg .content_film .movie-card:nth-child(9), .bg .content_film .movie-card:nth-child(10){
        display: none;
    }
    .post{
        flex-direction: column-reverse;
        gap: 15px;
    }
    .post h1{
        display: none;
    }
    .left_post, .right_post {
        width: 100%;
    }
    .right_post::before {
        content: attr(data-title);
        display: block;
        margin-bottom: 15px;
        font-weight: 500;
        font-size: 22px;
        text-transform: uppercase;
    }
/*    .post_button_term{
        gap: 0;
        justify-content: space-between;
    }*/
    .post_button_term .zakladka{
        margin-right: 0px;
    }
    .player .kinobalancer{
        padding: 0;
    }
    .player .kinobalancer:has( .kinobalancer-players[style*="none"] ) .kinobalancer-episodes{
        margin: 0 0 5px 0 !important;
        justify-content: flex-start;
    }
    .player .kinobalancer-frame{
        margin: 0;
        padding: 4px;
        border-radius: 10px;
    }
    .kinobalancer-frame iframe {
        border-radius: 10px;
    }
    .left_post{
        gap: 15px;
    }

}
@media (max-width: 1024px) {
    .index .content_film .movie-card:nth-child(9), .bg .content_film .movie-card:nth-child(9){
        display: block;
    }
    .index .content_film .movie-card:nth-child(10), .bg .content_film .movie-card:nth-child(10){
        display: none;
    }
    .container {
        max-width: 708px;
    }
    .fix_flex{
        right: 48%;
        transform: translateX(calc(708px / 2));
    }
    .related_articles .cards-wrapper .card:nth-child(n+4) {
        display: none;
    }
    .related_articles .card{
         width: calc(100% / 3 - 20px * 3 / 4);
    }
    .movie-card{
        width: calc(100% / 3 - 10px * 3 / 4);
    }
    .index .content_film .movie-card:nth-child(10){
        display: none;
    }
    .filter_name h2{
        margin-right: 10px;
    }

    .footer .gap{
        flex-direction: column;
        gap: 20px;
    }
    .width_footer{
        width: 100%;
        gap: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .footer .socical {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        justify-content: center;
        width: 100%;
        margin: 0;
    }
    .soc{
        width: 40px;
        height: 40px;
        border-radius: 12px;
        background: #232222;
/*        border: solid 1px #323232;*/
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 0.3s ease;
    }
    .footer .socical .soc a {
        background: #212322;
        width: 40px;
        height: 40px;
        display: block;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 15px;
        transition: 0.3s ease;
    }
    .footer__menu{
        width: 100%;
    }
    .terms {
        gap: 20px;
        row-gap: 30px;
    }
    .item{
        width: calc(100% / 4 - 20px * 3 / 4);
    }
    .footer_flex{
        flex-direction: column-reverse;
        gap: 40px;
    }
    .footer .bnt_main_play{
        margin: auto;
    }
    .footer .logo{
        font-size: 30px;
    }
    .footer .logo img {
        width: 70px;
        height: 50px;
    }
    .footer .logo-svg{
        width: 43px;
    }
    #menu-bottom{
        overflow-x: auto;
        display: flex;
        flex-wrap: nowrap;
    }
    .footer .nav {
        height: 45px;
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: center;
    }
    .footer_text{
        margin: 0;
        padding-top: 50px;
    }


    .banner_main img,
    .banner_main_2 img{
        height: 350px;
        border-radius: 25px;
    }
    .banner_main .pos_abs {
        height: 350px;
        top: 0%;
        transform: translate(0%, 0%);
        left: 0;
        width: 100%;
        transition: 0.3s ease;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .banner_main_2 .pos_abs {
        height: 350px;
        display: flex;
        position: absolute;
        top: 0%;
        left: 0;
        transition: 0.3s ease;
        width: 100%;
        transform: translate(0%, 0%);
    }
    .banner_main h1 {
        font-size: 36px;
        max-width: 300px;
        margin-left: 20px;
        margin-top: 50px;
    }
    .banner_main_2 h2 {
        font-size: 28px;
        text-align: center;
        margin: 20% 15px 25px 0;
        width: 100%;
        max-width: 100%;
    }
    .banner_main .bnt_main_play{
        margin-top: 20px;
        margin-bottom: 20px;
        height: 45px;
        width: max-content;
    } 
    .banner_main_2 .bnt_main_play{
        margin: 0px !important;
        height: 45px;
        font-size: 16px;
        border-radius: 8px;
        padding: 8px 16px;
        transition: 0.3s ease;
    }
    .banner_main .cart_play, .banner_main_2 .cart_play {
        margin-bottom: 0;
        transition: 0.3s ease;
        width: 18px;
        height: 20px;
    }
    .banner_main .info_banner_main {
        flex-direction: row;
        gap: 10px;
        width: 100%;
        justify-content: flex-start;
        margin-left: 20px;
        margin-bottom: 20px;
    }
    .banner_main_2 .info_banner_main {
        flex-direction: column;
        gap: 20px;
        margin-bottom: 20px;
    }
    .right_info {
        display: flex;
        gap: 5px;
        justify-content: center;
    }    
    .banner_main_2 .left_info {
        justify-content: center;
        display: flex;
    }
/*    .banner_main .main_obvodka:nth-child(3),
    .banner_main .main_obvodka:nth-child(4),
    .banner_main_2 .main_obvodka:nth-child(3),
    .banner_main_2 .main_obvodka:nth-child(4){
         display: none;
    }*/
    .main_obvodka {
        padding: 0px 10px;
        font-size: 16px;
        transition: 0.3s ease;
        border-radius: 7px;
    }
    .right_info .zakladka{
        margin: 0;
        border-radius: 7px;
    }
    .full{
        flex-direction: column;
    }
    .full .flex{
        width: 100%;
    }
    .name_title{
        order: 1;
    }
    .slider{
        order: 2;
        margin: 15px 0;
        gap: 15px;
    }
    .podel .flex span{
        text-align: center;
        padding-bottom: 0px;
        width: auto;
    }
    .podel .flex{
        gap: 10px;
        justify-content: center;
        width: 100%;
        order: 3;
    }
    .polosa{
        flex-direction: row;
        gap: 10px;
    }
    .colum_reit_emotions{
        margin: 20px 0;
    }
    .total_reit{
        font-size: 32px;
        order: 1;
    }
    .stars-wrapper{
        order: 2;
/*        gap: 10px;*/
    }
    .total_votes{
        order: 2;
        font-size: 13px;
        padding-bottom: 0px;
        padding-top: 0px;
    }
    .emotions{
        gap: 10px;
        flex-wrap: wrap;
    }
    .box_emotions {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        justify-content: center;
        border: solid 1px var(--box_emotions);
        border-radius: 8px;
        padding: 10px;
        transition: 0.3s ease;
        cursor: pointer;
        width: auto;
    }
    .coment .commentpro-form_group [type="text"]{
        height: 45px;
        font-size: 13px;
    }
    .coment .commentpro-load-more, .commentpro-form_btn button{
        height: 45px;
    }
    .coment .commentpro-avatar-list{
        margin: 13px 0 0 0;
    }
    .coment .commentpro-comments{
        margin: 20px 0 0 0;
    }
    .coment .commentpro-name{
        margin-top: 0px;
    }
    .coment .commentpro-date {
        position: relative;
        bottom: 0px;
        height: auto;
        margin-left: 0px;
    }
    .coment .commentpro-controls {
        display: flex;
        gap: 10px;
        justify-content: flex-end;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: row-reverse;
        margin-left: -50px;
    }
    .commentpro-reply button, .commentpro-abuse button{
        padding: 0;
    }
    .name_title, .name_title_sezon{
        font-size: 20px;
    }
    .sezon_post {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 15px 8px;
        flex-wrap: wrap;
    }
    .name_title_sezon{
        width: 100%;
    }

}
@media (max-width: 767px) {
    .container {
        max-width: 460px;
    }
    .fix_flex{
        right: 48%;
        transform: translateX(calc(460px / 2));
    }
/*    .card{
        width: calc(100% / 2 - 20px * 2 / 4);
    }*/
    .related_articles .cards-wrapper .card{
        display: flex;
        width: calc(100% / 2 - 20px * 2 / 4);
    }
    .related_articles .cards-wrapper .card:nth-child(n+5) {
        display: flex;
    }
    .movie-card{
        width: calc(100% / 2 - 10px * 2 / 4);
    }
    .movie-card__poster{
        height: 300px;
    }
    .movie-card__poster img{
        height: 300px;
    }

    .banner_main img,
    .banner_main_2 img{
        height: 250px;
        border-radius: 25px;
    }

    .banner_main .pos_abs {
        top: 0%;
        transform: translate(0%, 0%);
        left: 0;
        width: 100%;
        transition: 0.3s ease;
        display: block;
    }
    .banner_main_2 .pos_abs {
        height: 250px;
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        transition: 0.3s ease;
        width: 100%;
        transform: translate(0%, -25%);
    }
    .banner_main h1 {
        font-size: 26px;
        max-width: 300px;
        margin-left: 20px;
    }
    .banner_main_2 h2 {
        font-size: 20px;
        text-align: center;
        margin: 25px 0;
    }
    .banner_main .bnt_main_play{
        margin-top: 20px;
        margin-bottom: 20px;
        height: 35px;
    } 
    .banner_main_2 .bnt_main_play{
        margin: 0px !important;
        height: 35px;
        font-size: 13px;
        border-radius: 8px;
        padding: 8px 16px;
        transition: 0.3s ease;
    }
    .banner_main .cart_play, .banner_main_2 .cart_play {
        margin-bottom: 0;
        transition: 0.3s ease;
        width: 11px;
        height: 12px;
    }
    .banner_main .info_banner_main {
        flex-direction: row;
        gap: 10px;
        width: 100%;
        justify-content: flex-start;
        margin-left: 20px;
    }
    .banner_main_2 .info_banner_main {
        flex-direction: column;
        gap: 30px;
    }
    .right_info {
        display: flex;
        gap: 5px;
        justify-content: center;
    }    
    .banner_main_2 .left_info {
        justify-content: center;
        display: flex;
        margin-left: -20px;
    }
    .banner_main .main_obvodka:nth-child(3),
    .banner_main .main_obvodka:nth-child(4),
    .banner_main_2 .main_obvodka:nth-child(3),
    .banner_main_2 .main_obvodka:nth-child(4){
         display: none;
    }
    .main_obvodka {
        padding: 0px 10px;
        font-size: 13px;
        transition: 0.3s ease;
        border-radius: 7px;
    }
    .right_info .zakladka{
        margin: 0;
        border-radius: 7px;
    }



    .filter_block{
        flex-wrap: wrap;
    }
    .filter_name{
        width: 100%;
    }
    .filter_name h2{
        font-size: 22px;
        margin-bottom: 20px;
    }


    .footer .gap{
        flex-direction: column;
        gap: 20px;
    }
    .width_footer{
        width: 100%;
        gap: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .footer .socical {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        justify-content: center;
        width: 100%;
        margin: 0;
    }
    .soc{
        width: 40px;
        height: 40px;
        border-radius: 12px;
        background: #232222;
        border: solid 1px #323232;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 0.3s ease;
    }
    .footer .socical .soc a {
        background: #212322;
        width: 40px;
        height: 40px;
        display: block;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 15px;
        transition: 0.3s ease;
    }
    .footer__menu{
        width: 100%;
    }
    .terms {
        column-gap: 10px;
        row-gap: 30px;
        padding: 0px 20px;
    }
    .item{
        width: calc(100% / 2 - 10px * 2 / 4);
    }
    .footer_flex{
        flex-direction: column-reverse;
        gap: 40px;
    }
    .footer .bnt_main_play{
        margin: auto;
    }
    .footer .logo{
        font-size: 30px;
    }
    .footer .logo img {
        width: 50px;
        height: 50px;
    }
    .footer .logo-svg{
        width: 43px;
    }
    #menu-bottom{
        overflow-x: auto;
        display: flex;
        flex-wrap: nowrap;
    }
    .footer .nav {
        height: 45px;
        display: flex;
        align-items: center;
        width: 100%;
        padding-left: 20px;
    }
    #menu-bottom::-webkit-scrollbar {
        width: 2px;
        height: 2px;
    }
    #menu-bottom::-webkit-scrollbar-track {
        background: rgba(15,15,15,.7);
        border-radius: 2px;
        height: 2px;
    }
    #menu-bottom::-webkit-scrollbar-thumb {
        background-color: var(--green);
        border-radius: 2px;
        height: 2px;
    }
    .footer .footer-menu__item:last-child {
        margin-right: 0px;
    }
    .footer_text{
        padding: 0px 20px;
        margin: 0;
    }
    .img_emotions img {
        transition: 0.3s ease;
        width: 50px;
    }
    .star{
        width: 38px;
        height: 38px;
    }
    .post_button_term .main_obvodka:nth-child(4){
        display: none;
    }
    .podel .flex span{
        width: 100%;
        text-align: center;
        padding-bottom: 15px;
        width: 100%;
    }
    .podel .flex{
        gap: 5px;
        justify-content: center;
    }
    .polosa{
        flex-direction: column;
        gap: 0;
    }
    .colum_reit_emotions{
        margin: 20px 0;
    }
    .total_reit{
        font-size: 24px;
        order: 1;
    }
    .stars-wrapper{
        order: 3;
/*        gap: 5px;*/
    }
    .total_votes{
        order: 2;
        font-size: 13px;
        padding-bottom: 15px;
        padding-top: 5px;
    }
    .emotions{
        gap: 5px;
        flex-wrap: wrap;
    }
    .box_emotions {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        justify-content: center;
        border: solid 1px var(--box_emotions);
        border-radius: 8px;
        padding: 10px;
        transition: 0.3s ease;
        cursor: pointer;
        width: calc(100% / 3 - 5px * 3 / 4);
    }
    .slider_genre{
        width: auto;
        border-radius: 8px;
        padding: 10px;
        font-size: 13px;
    }
    .platform_item {
        height: 120px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #2A2A2A;
        border: solid 1px #323232;
        font-weight: 500;
        font-size: 15px;
        line-height: 100%;
        text-align: center;
        text-transform: uppercase;
        color: var(--logo-text);
        width: auto;
        border-radius: 8px;
        transition: 0.3s ease;
        flex-shrink: 0;
        padding: 15px;
    }
}
@media (max-width: 469px) {
    .container {
        max-width: 100%;
    } 
    .card{
        width: 100%;
    }
    .movie-card{
        width: calc(100% / 2 - 10px * 2 / 4);
        border-radius: 6px;
        transition: 0.3s ease;
    }
    .movie-card__poster{
        height: 260px;
        transition: 0.3s ease;
    }
    .movie-card__poster img{
        height: 260px;
        border-radius: 6px;
        transition: 0.3s ease;
    }
    .movie-card__fav{
        width: 30px;
        height: 30px;
        transition: 0.3s ease;
    }
    .movie_card_zakladka{
        width: 9px;
        height: 12px;
    }
    .movie-card__rating .rating{
        font-size: 12px;
        border-radius: 12px;
    }
    .movie-card__rating .kinopoisk{
        width: 12px;
        height: 12px;
    }
    .movie-card__rating .imdb{
        width: 20px;
        height: 10px;
    }
    .related_articles .cards-wrapper .card{
         display: flex !important;
         width: 100%;
    }
    .notfound-content{
        padding: 30px 0;
    }
    
/*    .banner_main, .banner_main_2 {
        position: relative;
        padding-top: 0px;
    }*/
    .banner_main img{
        height: 220px;
        border-radius: 25px;
    } 
    .banner_main_2 img{
        height: 180px;
        border-radius: 25px;
    }
    .banner_main_2 .pos_abs {
        height: 180px;
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        transition: 0.3s ease;
        width: 100%;
        transform: translate(0%, -50%);
    }
    .banner_main .pos_abs {
        top: 45%;
        transform: translate(0%, -100%);
        left: 0;
        width: 100%;
        transition: 0.3s ease;


    height: 220px;
    top: 0%;
    transform: translate(0%, 0%);
    left: 0;
    width: 100%;
    transition: 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    }
    .banner_main .info_banner_main{
        flex-direction: row;
        gap: 10px;
        width: 100%;
        justify-content: flex-start;
        margin-left: 20px;
    }
    .banner_main_2 .info_banner_main{
        flex-direction: column;
        gap: 30px;
    }
/*    .banner_main .left_info{
        justify-content: center;
        display: flex;
        margin-left: 20px;
        gap: 10px;
    }*/
    .banner_main_2 .left_info{
        justify-content: center;
        display: flex;
        margin-left: -20px;
    }
    .left_info .bnt_main_play{
        height: 35px;
        font-size: 13px;
        border-radius: 8px;
        padding: 8px 16px;
        transition: 0.3s ease;
    }
    .right_info{
        display: flex;
        gap: 5px;
        justify-content: center;
    }
    .banner_main .main_obvodka:nth-child(3),
    .banner_main .main_obvodka:nth-child(4){
         display: none;
    }
    .right_info .main_obvodka:nth-child(3),
    .right_info .main_obvodka:nth-child(4) {
        display: none;
    }
    .banner_main .right_info,
    .banner_main_2 .right_info {
        display: flex;
        gap: 5px;
    }
    .main_obvodka {
        padding: 0px 8px;
        font-size: 10px;
        transition: 0.3s ease;
        border-radius: 7px;
    }
    .main_obvodka .kinopoisk {
        width: 12px;
        height: 12px;
        transition: 0.3s ease;
    }
    .main_obvodka .imdb {
        width: 23px;
        height: 11px;
        transition: 0.3s ease;
    }
    .right_info .zakladka{
        margin: 0;
        width: 30px;
        height: 30px;
        border-radius: 7px;
        transition: 0.3s ease;
    }
    .right_info .icon-zakladka {
        width: 9px;
        height: 11px;
        transition: 0.3s ease;

    }
    .banner_main_2 h2{
        font-size: 18px;
        text-align: center;
        margin: 25px 0;
    }
    .banner_main .cart_play, .banner_main_2 .cart_play {
        margin-bottom: 0;
        transition: 0.3s ease;
        width: 11px;
        height: 12px;
    }
    .banner_main h1{
        font-size: 24px;
        max-width: 300px;
        margin-left: 20px;
        margin-top: 30px;
    }
    .banner_main .bnt_main_play{
        margin: 20px !important;
        height: 35px;
        font-size: 13px;
        border-radius: 8px;
        padding: 8px 16px;
        transition: 0.3s ease;
    }
    .banner_main .zakladka{
        margin: 0;
        width: 30px;
        height: 30px;
        border-radius: 7px;
        transition: 0.3s ease;
    }
    .img_emotions img {
        transition: 0.3s ease;
        width: 40px;
    }
    .star{
        width: 30px;
        height: 30px;
    }
    .fix_flex {
        transform: none;
        right: 15px;
    }



}
@media (min-width: 320px) and (max-width: 379px) {
    .toggle-switch{
        display: none;
    }
}
@media (min-width: 320px) and (max-width: 359px) {
    .filter-btn{
        font-size: 13px;
    }
    .info_banner_main{
        justify-content: center;
    }
    .main_obvodka {
        padding: 0px 7px;
        font-size: 10px;
        transition: 0.3s ease;
        border-radius: 7px;
    }
    .podel .share-popup{
        width: 38px;
        height: 38px;
    }
/*    .star {
        width: 25px;
        height: 25px;
    }*/
}
