@charset "UTF-8";
a, button {
    color: inherit
}

.header__search-open, .header_nav_container {
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s
}

.categoryChoice, .categoryChoice__list {
    scrollbar-width: none;
    height: 40px;
    width: 100%
}

.header_social-item, a:hover, a:link, a:visited {
    text-decoration: none
}

@font-face {
    font-family: Montserrat;
    font-display: swap;
    src: url(../fonts/new/Montserrat-Bold.woff2) format("woff2"), url(../fonts/new/Montserrat-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    font-display: swap;
    src: url(../fonts/new/Montserrat-Medium.woff2) format("woff2"), url(../fonts/new/Montserrat-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    font-display: swap;
    src: url(../fonts/new/Montserrat-Regular.woff2) format("woff2"), url(../fonts/new/Montserrat-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    font-display: swap;
    src: url(../fonts/new/Montserrat-SemiBold.woff2) format("woff2"), url(../fonts/new/Montserrat-SemiBold.woff) format("woff");
    font-weight: 600;
    font-style: normal
}



* {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0
}

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

body, html {
    min-width: 320px
}

body {
    color: #000;
    line-height: 1;
    font-family: Montserrat;
    font-size: .875rem;
    text-rendering: optimizeLegibility;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #f4f4f4;
    height: 100%
}

button, input, textarea {
    font-family: Montserrat;
    font-size: inherit
}

button {
    cursor: pointer;
    background-color: inherit
}

ul li {
    list-style: none
}

img {
    vertical-align: top
}

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

.lock body {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none
}

.wrapper {
    min-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;
    overflow: hidden
}

.header__logo, .search__hint-item {
    display: -webkit-box;
    display: -ms-flexbox
}

.wrapper > main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.wrapper > * {
    min-width: 0
}

[class*=__container] {
    max-width: none;
    padding: 0 .3125rem
}

[class*=-ibg] {
    position: relative
}

[class*=-ibg] img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}

[class*=-ibg_contain] img {
    -o-object-fit: contain;
    object-fit: contain
}

.search__hint {
    background-color: #fff;
    border: 2px solid #4e4dc2;
    border-bottom-right-radius: 10px;
    width: 320px;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 2000
}

.header, .header.fixed {
    position: fixed
}

.search__hint-results {
    list-style: none;
    padding: 0;
    margin: 0
}

.search__hint-item {
    display: flex
}

.search__hint-item-image {
    width: 50%;
    height: auto;
    display: block
}

.search__hint-item-link {
    width: 50%;
    display: block;
    padding: 5px
}

.topbanner {
    display: none
}

.header__logo {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.footer, .footer__block-1, .footer__copyright-wrap, .header_nav_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.header {
    width: 100%;
    top: 0;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #4e4dc2;
    height: 60px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header__logo-img {
    width: 2.5625rem
}

.header__logo-text {
    display: none
}

.header_nav_container, .header_nav_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    background-color: #4242a5
}

.header_nav_wrap {
    position: relative;
    display: flex;
    height: 100%;
    padding: 18px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.header_nav_container {
    display: flex;
    position: absolute;
    z-index: 75;
    top: 0;
    left: 0;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 320px;
    min-height: 400px;
    height: auto;
    max-height: 100vh;
    padding: 118px 38px 30px 43px;
    transition: opacity .3s;
    pointer-events: none;
    opacity: 0;
    -webkit-box-shadow: 0 0 9px 0 rgba(6, 6, 6, .28);
    box-shadow: 0 0 9px 0 rgba(6, 6, 6, .28);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.active .header_nav_container {
    pointer-events: auto;
    opacity: 1
}

.header_nav-rss {
    text-transform: uppercase;
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 3px 7px;
    background-color: #4e4dc2;
    color: #fff;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s
}

.header_nav-rss:hover {
    background-color: #7c7cd5
}

.header_nav-item {
    padding-left: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.header_nav-item:last {
    margin-bottom: 40px
}

.header_nav-item + .header_nav-item {
    margin-top: 25px
}

.header_nav-item:hover {
    color: #7c7cd5
}

.header_nav-open {
    position: relative;
    z-index: 100;
    display: block;
    width: 24px;
    height: 16px;
    cursor: pointer
}

.categoryChoice__btn:hover:after, .categoryChoice__btn:hover:before, .header_nav-open:hover .header_nav-open_item, .header_nav-open:hover .header_nav-open_item:after, .header_nav-open:hover .header_nav-open_item:before {
    background-color: #a7a6e1
}

.header_nav-open_item, .header_nav-open_item:after, .header_nav-open_item:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 24px;
    height: 2px;
    margin-top: -1px;
    background-color: #fff;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s
}

.header_nav-open_item:after, .header_nav-open_item:before {
    display: block;
    -webkit-transition: background-color .3s, -webkit-transform .3s;
    transition: transform .3s, background-color .3s, -webkit-transform .3s;
    -o-transition: transform .3s, background-color .3s;
    content: ""
}

.header_nav-open_item:after {
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px)
}

.header_nav-open_item:before {
    -webkit-transform: translateY(7px);
    -ms-transform: translateY(7px);
    transform: translateY(7px)
}

.active .header_nav-open:hover .header_nav-open_item, .active .header_nav-open_item {
    background-color: rgba(0, 0, 0, 0)
}

.active .header_nav-open_item:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.active .header_nav-open_item:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.header_nav-social_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__menu-wrap, .spollers__time {
    width: -webkit-max-content;
    width: -moz-max-content;
    white-space: nowrap
}

.header_social-item {
    display: block
}

.header_social-item + .header_social-item {
    margin-left: 16px
}

.header_social-item:hover .header_social-svg {
    fill: #a7a7d9
}

.header__btn-login:hover .header__btn-login_svg, .header__search-open_svg:hover {
    fill: #a7a6e1
}

.header_social-svg {
    display: block;
    -webkit-transition: fill .3s;
    -o-transition: fill .3s;
    transition: fill .3s;
    fill: #fff
}

.header__menu, .header__menu-wrap {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox
}

.header__menu-wrap {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    background: #4242a5;
    max-width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: max-content;
    padding-left: 10px
}

.header__menu {
    padding: 0;
    margin: 0;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.menu__item, .menu__item-all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: calc(100% - 30px);
    padding: 0 10px;
    margin: 15px 0;
    -webkit-transition: color .4s, background-color .4s;
    -o-transition: color .4s, background-color .4s;
    transition: color .4s, background-color .4s;
    color: #fff;
    font-weight: 700
}

.menu__item-all {
    padding: 0;
    display: none;
    cursor: pointer
}

.menu__item-all:first-child, .menu__item:first-child {
    padding-left: 0
}

.menu__item-all:hover, .menu__item:hover {
    color: #a7a6e1
}

.menu__item-all.active, .menu__item.active {
    color: #4e4dc2;
    background-color: #fff
}

.categoryChoice__item.pxoved, .menu__item-all.pxoved, .menu__item.pxoved {
    display: none;
    opacity: 0;
    pointer-events: none
}

.menu__item + .menu__item {
    margin-left: 10px
}

.header__menu-btn_wrap {
    position: relative;
    z-index: 50;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    display: none
}

.header__menu-btn_wrap.active:after {
    opacity: 0
}

.header__menu-btn_wrap.active .header__menu-btn_container {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0)
}

.header__menu-btn_container {
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(15px);
    -ms-transform: translateX(-50%) translateY(15px);
    transform: translateX(-50%) translateY(15px);
    -webkit-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, .14);
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, .14);
    opacity: 0;
    pointer-events: none;
    background-color: #fff;
    z-index: 100;
    min-width: 170px;
    transition: opacity .3s, transform .3s, -webkit-transform .3s, -ms-transform .3s
}

.header__menu-btn_container-item {
    display: block;
    color: #4e4dc2;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.header__menu-btn_container-item:hover {
    color: #a7a7d9
}

.header__menu-btn_container-item + .header__menu-btn_container-item, .shortnews + .shortnews {
    border-top: 1px solid #dbdbdb
}

.header__btn-login {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background-color: #4242a5;
    border: none;
    outline: 0;
    cursor: pointer;
    margin-left: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: none
}

.header__btn-login_svg {
    fill: #fff;
    width: 16px;
    height: 16px;
    -webkit-transition: fill .3s;
    -o-transition: fill .3s;
    transition: fill .3s
}

.header__social-wrap {
    width: 60px;
    height: 60px;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: none
}

.header__social-wrap.active .header__social {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.header__social-wrap.active .header__social-item {
    background-color: #fff;
    -webkit-transition: background-color 0;
    -o-transition: background-color 0;
    transition: background-color 0
}

.header__social-wrap.active .header__social-svg {
    fill: #4e4dc2
}

.footer__social-item:hover .icon-social_footer, .header__search-btn:hover .header__search-open_svg, .header__social-item:hover .header__social-svg {
    fill: #7c7cd5
}

.header__social-wrap.active .header__social-container {
    pointer-events: auto;
    z-index: 20;
    -webkit-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, .14);
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, .14);
    -webkit-transition: -webkit-box-shadow .2s .1s;
    transition: box-shadow .2s .1s;
    -o-transition: box-shadow .2s .1s;
    transition: box-shadow .2s .1s, -webkit-box-shadow .2s .1s
}

.header__social-container {
    position: absolute;
    top: 0;
    right: 0;
    width: 180px;
    height: 60px;
    overflow: hidden;
    z-index: 0;
    pointer-events: none;
    -webkit-box-shadow: 0 4px 7px 0 transparent;
    box-shadow: 0 4px 7px 0 transparent
}

.header__social {
    -webkit-transform: translateX(120px);
    -ms-transform: translateX(120px);
    transform: translateX(120px);
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: transform .2s, -webkit-transform .2s
}

.header__social-item {
    width: 60px;
    height: 60px;
    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;
    background-color: #4e4dc2;
    -webkit-transition: background-color .2s .2s;
    -o-transition: background-color .2s .2s;
    transition: background-color .2s .2s
}

.header__social-item + .header__social-item {
    border-left: 1px solid #dbdbdb
}

.header__social-svg {
    fill: #fff;
    -webkit-transition: fill .2s;
    -o-transition: fill .2s;
    transition: fill .2s
}

.header__social-open {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    overflow: hidden;
    cursor: pointer
}

.header__social-open:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 0;
    border-color: #fff transparent transparent;
    top: 0;
    left: 0
}

.header__search-wrap {
    height: 100%;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.footer, .header__search-open {
    display: -webkit-box;
    display: -ms-flexbox
}

.header__search-wrap.active .header__social {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.header__search-wrap.active .header__search-open {
    opacity: 0;
    pointer-events: none
}

.header__search-open, .header__search-wrap.active .header__search-container {
    pointer-events: auto;
    opacity: 1
}

.header__search-open {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: transparent;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    z-index: 10;
    transition: opacity .3s
}

.header__search-container {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: -14px;
    width: 320px;
    z-index: 60;
    height: 100%;
    background-color: #fff;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-box-shadow: 1.414px 1.414px 4px 0 rgba(0, 0, 0, .08);
    box-shadow: 1.414px 1.414px 4px 0 rgba(0, 0, 0, .08)
}

.header__search-btn, .header__search-close, .header__search-input {
    background: 0 0;
    border: none;
    outline: 0
}

.header__search-container form {
    width: 100%;
    height: 100%
}

.header__search-open_svg {
    fill: #fff;
    width: 16px;
    height: 16px;
    display: block;
    -webkit-transition: fill .3s;
    -o-transition: fill .3s;
    transition: fill .3s
}

.header__search-input {
    width: 100%;
    height: 100%;
    color: #8c8b8b;
    padding-left: 60px;
    padding-right: 60px
}

.header__search-btn {
    position: absolute;
    top: 21px;
    left: 20px;
    cursor: pointer
}

.header__search-btn .header__search-open_svg {
    fill: #4f4ec2
}

.header__search-close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.dots span, .footer, .fullnews, .fullnews .news__img, .news-single__inner {
    position: relative
}

.header__search-close:hover {
    opacity: .7
}

.header__search-close_svg {
    fill: #4f4ec2;
    display: block;
    width: 16px;
    height: 16px
}

.footer {
    z-index: 5;
    padding: 30px;
    font-size: 12px;
    line-height: 13px;
    color: #8c8b8b;
    background-color: #fff;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.footer > * + * {
    margin-top: 1.25rem
}

.footer__social-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__social-item, .right-aside .showmore {
    display: block
}

.footer__social-item + .footer__social-item {
    margin-left: 21px
}

.icon-social_footer {
    fill: #4e4dc2;
    -webkit-transition: fill .3s;
    -o-transition: fill .3s;
    transition: fill .3s
}

.footer__copyright-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 20px;
    margin-top: 10px
}

.footer__copyright, .footer__title {
    color: #000;
    font-size: 12px;
    line-height: 20px
}

.footer__copyright span {
    display: none
}

.footer__copyright-rights {
    font-size: 12px;
    line-height: 20px;
    color: #8c8b8b
}

.footer__copyright-link_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer__copyright-link {
    color: #4e4dc2;
    margin-right: 10px;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}

.footer__copyright-link:hover {
    color: #7c7cd5
}

.footer__copyright-rss {
    color: #fff;
    padding: 0 6px;
    background-color: #4e4dc2;
    font-size: 10px;
    line-height: 14px;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s
}

.footer__copyright-rss:hover {
    background-color: #7c7cd5
}

.footer__text {
    margin-top: 22px;
    font-size: 12px;
    line-height: 20px
}

.footer__block-1 > * + *, .footer__counters-item:nth-child(3), .footer__counters-item:nth-child(4) {
    margin-top: 20px
}

.footer__block-1 {
    min-width: 290px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.categoryChoice, .footer__block-4 {
    display: -webkit-box;
    display: -ms-flexbox
}

.footer__block-2 {
    max-width: 500px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.footer__block-3 {
    max-width: 500px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.footer__block-4 {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-width: 196px;
    width: 196px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.categoryChoice__btn, .categoryChoice__item {
    color: #fff;
    -webkit-box-ordinal-group: 3;
    order: 2
}

.footer__counters-item {
    width: 88px;
    display: block;
    margin-right: 0
}

.footer__counters-item img, .news-single__banner img, .news-single__img img {
    width: 100%
}

.categoryChoice {
    padding-left: 0;
    padding-right: 0;
    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
}

.categoryChoice__list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px 0 0;
    margin: 0;
    overflow: hidden;
    max-width: 100%;
    overflow-x: scroll
}

.categoryChoice__list::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0
}

.categoryChoice__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-order: 2;
    height: 30px;
    padding: 0 10px;
    -webkit-transition: color .4s, background-color .4s;
    -o-transition: color .4s, background-color .4s;
    transition: color .4s, background-color .4s
}

.categoryChoice__item:hover {
    color: #a7a6e1
}

.categoryChoice__item._active {
    background-color: #fff;
    color: #4e4dc2;
    -webkit-box-ordinal-group: 2
}

.categoryChoice__item._active .categoryChoice__link {
    color: #4e4dc2
}

.categoryChoice__item:first-child {
    white-space: nowrap;
    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;
    font-weight: 700;
    border-radius: 2px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.categoryChoice__item:first-child .categoryChoice__quantity {
    display: none !important
}

.categoryChoice__item:last-child, .spollers__footer {
    display: none
}

.categoryChoice__link {
    font-weight: 700;
    color: #fff;
    white-space: nowrap
}

.categoryChoice__quantity {
    padding: 0 5px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #4242a5;
    border-radius: 2px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    height: 18px;
    color: #fff;
    display: none
}

.categoryChoice__btn {
    position: relative;
    width: 50px;
    height: 50px;
    font-size: 14px;
    line-height: 22px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin-right: 20px;
    -ms-flex-order: 2;
    display: none
}

.aside__wrap--right, .left-aside {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.left-aside {
    background: #fff;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .09);
    box-shadow: 0 4px 5px rgba(0, 0, 0, .09);
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.showmore, .spollers {
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .09)
}

.left-aside > * + * {
    margin-top: 5px
}

.left-aside__banner {
    width: 100%;
    display: block
}

.left-aside__banner img {
    max-width: 100%;
    width: 100%
}

.aside__wrap--right {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.aside__content_inner--right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.aside__content_inner--left {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.spollers {
    box-shadow: 0 4px 5px rgba(0, 0, 0, .09);
    margin-bottom: 5px
}

.spollers__title {
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    height: 60px;
    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;
    background: #fff;
    border-top: 2px solid #d34007;
    border-bottom: 1px solid #dbdbdb
}

.comments_wrap .item .info_coment .coll_comment .svg_d svg, .comments_wrap .item .info_coment.oppened .usability .btn_rick .close_w, .hide_all, .spollers__title a {
    display: block
}

.spollers__item {
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.spollers__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.spollers__inner .spollers__comments, .spollers__time {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox
}

.spollers__inner .spollers__comments {
    display: inline-flex
}

.spollers__time {
    background: #8c8b8b;
    border-radius: 2px;
    padding: 0 5px;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 1.125rem;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    width: max-content;
    color: #fff;
    margin-right: 5px
}

.fullnews .news__time, .spollers__comments {
    width: -webkit-max-content;
    width: -moz-max-content
}

.spollers__text {
    font-weight: 500;
    margin-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.spollers__comments {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    background: #4e4dc2;
    border-radius: 2px;
    color: #fff;
    padding: 0 5px;
    width: max-content;
    display: none
}

.fullnews .news__img > .news__comments, .fullnews .news__time {
    height: 18px;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    border-radius: 2px;
    padding: 0 5px
}

.spollers__comments svg path {
    fill: #fff
}

.spollers__comments-count {
    display: inline-block;
    margin-left: 5px
}

.fullnews {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto auto;
    -ms-grid-columns: 1fr;
    grid-template:auto auto/1fr;
    grid-auto-rows: auto
}

.fullnews .news__img {
    width: 100%
}

.fullnews .news__img img {
    z-index: -1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.fullnews .news__img > .news__comments {
    bottom: 5px;
    right: 5px;
    position: absolute;
    background: #4e4dc2;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff
}

.fullnews .news__img > .news__comments svg path {
    fill: #fff
}

.fullnews .news__inner {
    position: absolute;
    top: 5px;
    left: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.fullnews .news__time {
    background: #fff;
    width: max-content;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 5px
}

.fullnews .news__category, .shortnews .news__category, .shortnews .news__time {
    color: #fff;
    height: 18px;
    font-size: 12px;
    line-height: 18px;
    -webkit-box-pack: center
}

.fullnews .news__category, .shortnews .news__category {
    border-radius: 2px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0 5px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.fullnews .news__edition {
    position: absolute;
    display: block;
    bottom: 5px;
    left: 5px
}

.fullnews .news__edition img {
    width: auto;
    height: auto;
    border: 2px solid #dbdbdb;
    border-radius: 2px
}

.dots span, .dots span::after, .dots span::before {
    background: #4e4dc2;
    width: 4px;
    height: 4px;
    border-radius: 50%
}

.fullnews .news__body {
    position: static;
    background: #fff;
    padding: 15px;
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, .08);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .08)
}

.fullnews .news__body > .news__comments, .news-single__category {
    display: none
}

.fullnews .news__title, .lenta__title, .news-single__title, .statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .check .check_game {
    font-weight: 600
}

.fullnews .news__descr {
    font-weight: 500;
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px;
    display: none
}

.shortnews .news__inner, .shortnews .news__inner > div {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox
}

.fullnews .news__comments-count {
    margin-left: 4px
}

.shortnews {
    border-top: 2px solid #4e4dc2;
    background: #fff;
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, .08);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .08)
}

.shortnews + .showmore {
    border-top: 1px solid rgba(0, 0, 0, .09)
}

.shortnews .news__inner {
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-right: 5px
}

.shortnews .news__time, .showmore {
    display: -webkit-box;
    display: -ms-flexbox
}

.shortnews .news__inner > div {
    display: inline-flex
}

.news-single__author, .shortnews .news__inner > .news__comments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.shortnews .news__time {
    background: #8c8b8b;
    border-radius: 2px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0 5px;
    font-weight: 600;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 5px
}

.news-single__date, .shortnews .news__comments {
    font-size: 12px;
    line-height: 18px;
    -webkit-box-pack: center
}

.shortnews .news__title {
    display: block;
    margin-top: 5px;
    font-weight: 700
}

.shortnews .news__comments {
    margin-left: 5px;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #4e4dc2;
    font-weight: 600;
    display: none
}

.shortnews .news__comments-count {
    margin-left: 4px
}

.showmore {
    width: 100%;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, .09);
    height: 40px;
    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;
    color: #4e4dc2;
    font-weight: 600;
    padding-left: 28px;
    padding-right: 28px;
    outline: 0
}

.news-single__date, .news-single__inner {
    display: -webkit-box;
    display: -ms-flexbox
}

.dots {
    visibility: hidden
}

.dots span {
    display: block
}

.dots span::after, .dots span::before {
    content: "";
    display: block;
    position: absolute
}

.dots span::before {
    left: -8px;
    top: 0
}

.dots span::after {
    right: -8px;
    top: 0
}

.news-single__body {
    background: #fff;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .09);
    box-shadow: 0 4px 5px rgba(0, 0, 0, .09)
}

.news-single__inner {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.news-single__edition {
    position: absolute;
    right: 15px;
    display: block;
    height: 1.5rem;
    padding: 1px;
    border: 1px solid #dbdbdb;
    border-radius: 2px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.news-single__content p.quote, .news-single__intro {
    position: relative;
    font-weight: 500
}

.news-single__edition img {
    width: 100%;
    height: 100%
}

.news-single__date {
    margin-right: 5px;
    height: 18px;
    padding: 0 5px;
    font-weight: 600;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #8c8b8b;
    border-radius: 2px;
    color: #fff;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    white-space: nowrap
}

.news-single__footer, .news-single__plus {
    display: -webkit-box;
    display: -ms-flexbox
}

.news-single__plus {
    background: #d34007;
    border-radius: 2px;
    width: 18px;
    height: 18px;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    margin-right: 15px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.lenta__age, .lenta__item-time, .news-single__author-name, .news-single__comments, .news-single__comments-footer {
    font-size: 12px;
    line-height: 18px
}

.lenta__item-comments svg, .lenta__item-time, .news-single__author img, .news-single__comments-footer img {
    margin-right: 5px
}

.news-single__comments {
    height: 18px;
    font-weight: 600;
    display: block;
    background: #4e4dc2;
    color: #fff;
    padding: 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 5px
}

.lenta__top, .news__block-comment {
    background: #fff;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .09)
}

.news-single__author-name span, .news-single__comments-footer span, .news-single__content a {
    color: #4e4dc2
}

.news-single__comments-count {
    margin-left: 5px
}

.news-single__intro p + p {
    margin-top: 10px
}

.news-single__intro::before {
    content: "";
    position: absolute;
    background: #4e4dc2;
    top: 0;
    height: 100%;
    width: 1px
}

.news-single__content {
    font-weight: 500
}

.news-single__content a {
    font-weight: 700
}

.news-single__content p.quote::before {
    content: "";
    position: absolute;
    background: #4e4dc2;
    top: 0;
    height: 100%;
    width: 1px
}

.news-single__comments-list li + li {
    margin-top: 20px
}

.news-single__comments-author {
    font-weight: 600;
    color: #4e4dc2
}

.news-single__footer {
    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;
    border-top: 1px solid #dbdbdb
}

.news-single__author-name {
    color: #8c8b8b;
    font-weight: 600
}

.news-single__comments-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #8c8b8b;
    font-weight: 600
}

.news-single__comments-footer--inner > div {
    display: none
}

.news__block-comment {
    box-shadow: 0 4px 5px rgba(0, 0, 0, .09)
}

.lenta__top {
    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;
    box-shadow: 0 4px 5px rgba(0, 0, 0, .09)
}

.lenta__age {
    height: 18px;
    padding: 0 5px;
    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;
    background: #4242a5;
    border-radius: 2px;
    font-weight: 600;
    color: #fff
}

.lenta__item {
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .09);
    box-shadow: 0 4px 5px rgba(0, 0, 0, .09)
}

.lenta__item-body {
    background: #fff
}

.games .adv_code_wrapper, .lenta__item-image {
    width: 100%
}

.lenta__item-image iframe, .lenta__item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.lenta__item-title, .list_inform_prog .item .koeficient .bost_coef a.bold {
    font-weight: 700
}

.lenta__item-category, .lenta__item-descr {
    display: none
}

.lenta__item-info {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.lenta__item-time {
    background: #8c8b8b;
    white-space: nowrap;
    border-radius: 2px;
    padding: 0 5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 1.125rem;
    font-weight: 600;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    color: #fff
}

.lenta__item-btn {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 5px;
    background: #d34007;
    border-radius: 2px;
    width: 18px;
    height: 18px;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    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;
    font-weight: 700
}

.lenta__item-edition {
    display: block;
    height: 1.5rem;
    border: 1px solid #dbdbdb;
    border-radius: 2px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.lenta__item-edition img {
    width: 100%;
    height: 100%
}

.lenta__item-comments {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    height: 18px;
    font-weight: 600;
    display: block;
    font-size: 12px;
    line-height: 18px;
    background: #4e4dc2;
    color: #fff;
    padding: 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.lenta__item-comments svg path, .news-single__comments svg path, .precent_vip .intern_j .zaman svg path, .statistick .item_list_big .acordion_list .acc_item .acc_head.purpule .wrap_head_acc .open_arrow svg path {
    fill: #fff
}

html {
    height: 100%
}

.aside__wrap--left {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    display: none;
    grid-area: left
}

.aside__wrap--right {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: right
}

.page__wrapper {
    position: relative;
    z-index: 5;
    padding-top: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 55px auto 0
}

.page__content {
    display: -ms-grid;
    display: grid;
    grid-template-areas:"center" "right" "left";
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    background-color: #f4f4f4;
    position: relative;
    z-index: 5;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.aside__wrap {
    position: sticky;
    width: 100%
}

.content {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    grid-area: center;
    width: 100%
}

.block_duel_top .content_duel .description_progn .warn.warning .text_i p span, .red {
    background: #d34007
}

.blue, .statistick .item_list_big .acordion_list .acc_item .acc_head.purpule .wrap_head_acc .open_arrow {
    background: #4e4dc2
}




/****************************************************************/



.page__content.for_game_dev{
    display: grid;
    grid-template: auto / 75fr 25fr ;
    grid-gap: 15px;
}


.page__content.for_game_dev .content{

}

.page__content.for_game_dev .aside__wrap.aside__wrap--right{

}

.page__content.for_game_dev .aside__wrap--right_reclam {
    display: none;
}

/******************************************************************************************************************************************/
/******************************************************************************************************************************************/
/******************************************************************************************************************************************/
/******************************************************************************************************************************************/
/******************************************************************************************************************************************/
/******************************************************************************************************************************************/
/******************************************************************************************************************************************/
/******************************************************************************************************************************************/
/******************************************************************************************************************************************/
/******************************************************************************************************************************************/
/******************************************************************************************************************************************/
/******************************************************************************************************************************************/
/******************************************************************************************************************************************/
/******************************************************************************************************************************************/
/******************************************************************************************************************************************/
/******************************************************************************************************************************************/
/******************************************************************************************************************************************/
/******************************************************************************************************************************************/
/******************************************************************************************************************************************/
/******************************************************************************************************************************************/
/******************************************************************************************************************************************/
/******************************************************************************************************************************************/
/******************************************************************************************************************************************/
/******************************************************************************************************************************************/




















@media (min-width: 22.5em) {
    .header__logo-img {
        width: 14rem
    }

    .fullnews .news__img > .news__comments {
        top: 5px;
        bottom: unset
    }
}

@media (min-width: 37.5em) {
    .fullnews {
        -ms-grid-rows: 220px;
        -ms-grid-columns: 300px 1fr;
        grid-template:220px/300px 1fr
    }

    .fullnews .news__img {
        height: auto !important
    }

    .fullnews .news__img > .news__comments {
        top: unset !important;
        bottom: 5px !important
    }

    .fullnews .news__descr {
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box !important;
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 3
    }
}

@media (min-width: 38.8125em) {
    .header__menu-btn_wrap {
        display: block
    }

    .header__menu-btn_wrap:hover {
        color: #a7a6e1
    }
}

@media (min-width: 84.75em) {
    .header__logo, .header__menu-wrap {
        padding-right: 1.25rem
    }

    .news-single__content p.quote::before, .news-single__intro::before {
        left: 1.875rem
    }

    [class*=__container] {
        margin: 0 auto;
        max-width: 84.125rem !important;
        -webkit-box-sizing: content-box;
        box-sizing: content-box
    }

    .header__logo {
        padding-left: 1.25rem
    }

    .categoryChoice__item:first-child, .categoryChoice__link, .menu__item, .menu__item-all, .shortnews .news__title, .showmore, .spollers__text {
        font-size: .875rem;
        line-height: 1.375rem
    }

    .fullnews .news__title, .lenta__item-title, .spollers__title {
        font-size: 1.125rem;
        line-height: 1.625rem
    }

    .categoryChoice__list {
        padding-left: .625rem
    }

    .categoryChoice__list > * + * {
        margin-left: .625rem
    }

    .left-aside {
        margin-top: 0 !important
    }

    .fullnews + .fullnews, .fullnews + .shortnews, .fullnews + .showmore, .lenta__body li + li, .lenta__body + .showmore, .main-news__item + .main-news__item, .news-single + .news-single, .news__block-comment, .right-aside, .right-aside .showmore, .shortnews + .fullnews {
        margin-top: .625rem
    }

    .spollers__title {
        padding: 1.25rem
    }

    .spollers__item {
        padding: .9375rem 1.25rem
    }

    .fullnews .news__body, .lenta__item-body {
        padding: 1.25rem 1.5625rem
    }

    .shortnews {
        padding: .9375rem
    }

    .news-single__inner, .news-single__title {
        padding-left: 1.875rem;
        padding-right: 1.875rem
    }

    .news-single__body {
        padding-top: 1.5625rem
    }

    .news-single__title {
        font-size: 1.875rem;
        line-height: 2.25rem
    }

    .news-single__inner {
        margin-top: 1.0625rem
    }

    .news-single__content p.quote, .news-single__intro {
        font-size: .875rem;
        line-height: 1.375rem;
        padding-left: 2.8125rem
    }

    .news-single__intro {
        margin-top: 1.875rem;
        padding-right: 1.875rem
    }

    .news-single__banner, .news-single__comments-list, .news-single__content, .news-single__img {
        margin-top: 1.5625rem
    }

    .news-single__comments-author, .news-single__comments-text, .news-single__content {
        font-size: 1rem;
        line-height: 1.625rem
    }

    .news-single__comments-list, .news-single__content p, .news-single__footer {
        padding-left: 1.875rem;
        padding-right: 1.875rem
    }

    .news-single__content {
        padding-bottom: 1.875rem
    }

    .news-single__content p + p {
        margin-top: 1.25rem
    }

    .news-single__content p.quote {
        margin-top: 1.5625rem;
        padding-right: 1.875rem
    }

    .news-single__footer {
        height: 3.625rem
    }

    .lenta__top {
        height: 5.375rem;
        padding: 1.5625rem 1.875rem;
        margin-bottom: .625rem
    }

    .lenta__title {
        font-size: 1.875rem;
        line-height: 2.25rem
    }

    .lenta__item-image {
        height: 23.5rem
    }

    .aside__wrap--left {
        display: block;
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }

    .page__content {
        padding-top: .625rem;
        padding-bottom: .625rem;
        grid-template-areas:"left center right" !important
    }

    .aside__wrap--right {
        -ms-grid-row: 1;
        -ms-grid-column: 3
    }

    .content {
        -ms-grid-row: 1;
        -ms-grid-column: 2
    }
}

@media (min-width: 30em) {
    .header__menu-wrap {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .footer__copyright-rights {
        white-space: nowrap;
        margin-right: 6px
    }

    .left-aside {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .left-aside > * + * {
        margin-top: 0;
        margin-left: 5px
    }

    .fullnews .news__descr {
        display: block
    }
}

@media (min-width: 48em) {
    .topbanner, .topbanner img {
        width: 100%
    }

    .news-single__comments-footer--inner > div, .shortnews .news__inner {
        display: inline
    }

    .fullnews .news__body > .news__comments svg path, .lenta__item-comments svg path, .news-single__comments svg path {
        fill: #4e4dc2
    }

    .topbanner {
        display: block;
        padding-top: 10px
    }

    .header__logo-img {
        margin-right: 10px
    }

    .header__logo-text {
        display: block;
        width: 184px
    }

    .header__menu-wrap {
        margin-right: 35px;
        background: 0 0;
        max-width: calc(100% - 235px)
    }

    .header__menu {
        margin-right: 30px
    }

    .menu__item-all:hover {
        color: #fff;
        background-color: #4e4dc2
    }

    .header__btn-login {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .header__social-wrap {
        display: block;
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .header__search-wrap {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .header__search-open {
        background-color: #4242a5;
        width: 2.5rem;
        height: 2.5rem
    }

    .categoryChoice {
        height: 50px;
        margin-top: 10px
    }

    .categoryChoice__list, .showmore {
        height: 50px
    }

    .left-aside {
        padding: 15px
    }

    .spollers__item:nth-child(odd) {
        background: #f7f7f7
    }

    .fullnews .news__img > .news__comments {
        display: none
    }

    .fullnews .news__body > .news__comments, .news-single__category {
        font-size: 12px;
        line-height: 18px;
        padding: 0 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        border-radius: 2px;
        height: 18px
    }

    .fullnews .news__body {
        position: relative
    }

    .fullnews .news__body > .news__comments {
        right: 25px;
        bottom: 20px;
        position: absolute;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-weight: 600;
        color: #4e4dc2
    }

    .fullnews .news__descr {
        max-width: 85%
    }

    .shortnews .news__inner > .news__comments {
        display: none
    }

    .shortnews .news__title {
        display: inline;
        margin-top: 0
    }

    .shortnews .news__comments {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    .lenta__top, .news-single {
        border-top: 2px solid #4e4dc2
    }

    .news-single__edition {
        margin-right: 15px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        position: relative;
        top: unset;
        right: unset
    }

    .news-single__edition::before {
        content: "";
        position: absolute;
        height: 100%;
        width: 1px;
        background-color: #c4c4c4;
        right: -15px;
        top: 0
    }

    .news-single__date {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-left: 15px
    }

    .news-single__category {
        font-weight: 500;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #fff;
        margin-right: 5px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .news-single__plus {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .news-single__comments {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        padding: 0;
        margin-right: 0;
        color: #4e4dc2;
        background: 0 0
    }

    .news-single__footer {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .news-single__footer > * + * {
        margin-left: 20px
    }

    .lenta__item-descr {
        font-weight: 500;
        display: block;
        margin-top: 10px;
        font-size: 14px;
        line-height: 22px
    }

    .lenta__item-category {
        color: #fff;
        border-radius: 2px;
        height: 18px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        padding: 0 5px;
        font-weight: 600;
        font-size: 12px;
        line-height: 18px;
        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;
        margin-right: 5px
    }

    .lenta__item-btn {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        margin-right: 15px;
        margin-left: 0
    }

    .lenta__item-edition {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .lenta__item-comments {
        padding: 0;
        color: #4e4dc2;
        background: 0 0;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0
    }
}

@media (min-width: 48em) and (min-width: 84.75em) {
    .news-single__banner, .news-single__img {
        padding-left: 1.875rem;
        padding-right: 1.875rem
    }
}

@media (min-width: 64em) {
    .spollers__inner, .spollers__item {
        display: inline-block
    }

    .aside__wrap, .left-aside, .right-aside {
        width: 20.5625rem
    }

    [class*=__container] {
        max-width: 63.9375rem
    }

    .header__menu-wrap {
        max-width: calc(100% - 355px) !important
    }

    .footer {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .footer > * + * {
        margin-top: 0;
        margin-left: 40px
    }

    .left-aside {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .left-aside > * + * {
        margin-top: 15px !important;
        margin-left: 0 !important
    }

    .aside__content_inner--right {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .aside__content_inner--left {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .right-aside {
        margin-top: 0 !important
    }

    .right-aside .showmore, .spollers__inner .spollers__comments, .spollers__title a {
        display: none
    }

    .spollers {
        margin-bottom: 0
    }

    .spollers__text {
        margin-top: 0;
        display: contents
    }

    .spollers__comments {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding: 0;
        color: #4e4dc2;
        margin-left: 10px;
        background: 0 0
    }

    .spollers__comments svg path {
        fill: #4e4dc2 !important
    }

    .spollers__footer {
        height: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 20px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background: #fff
    }

    .spollers__footer span {
        font-weight: 600;
        font-size: 14px;
        line-height: 22px;
        color: #4e4dc2
    }

    .page__content {
        grid-template-areas:"center right";
        gap: 10px
    }

    .aside__wrap--right {
        -ms-grid-row: 1;
        -ms-grid-column: 3
    }

    .content {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }
}

@media (max-width: 48em) {
    .header {
        height: 50px
    }

    .header_nav_wrap {
        padding: 13px
    }

    .menu__item, .menu__item-all {
        margin: 10px 0;
        height: calc(100% - 20px)
    }

    .header__menu-btn_wrap.active .header__menu-btn_container {
        -webkit-transform: translateX(0) translateY(0);
        -ms-transform: translateX(0) translateY(0);
        transform: translateX(0) translateY(0)
    }

    .header__menu-btn_container {
        right: -60px;
        left: auto;
        -webkit-transform: translateX(0) translateY(15px);
        -ms-transform: translateX(0) translateY(15px);
        transform: translateX(0) translateY(15px)
    }

    .header__btn-login {
        width: 50px;
        height: 50px
    }

    .header__social-wrap {
        display: none
    }

    .header__search-open {
        top: 5px;
        -webkit-transition: opacity 0;
        -o-transition: opacity 0;
        transition: opacity 0
    }

    .header__search-container {
        width: 100%;
        height: 50px;
        left: 0;
        z-index: 100;
        -webkit-transition: opacity 0;
        -o-transition: opacity 0;
        transition: opacity 0
    }

    .header__search-btn {
        top: 16px
    }

    .header__search-close {
        top: 15px
    }

    .footer {
        padding: 25px
    }

    .footer__block-4 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        min-width: 196px;
        width: 196px;
        margin-left: 0;
        margin-top: 25px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .footer__counters-item:nth-child(2) {
        margin-top: 0
    }
}

@media (max-width: 20em) {
    .news-single__content p.quote::before, .news-single__intro::before {
        left: .9375rem
    }

    .header__logo {
        padding-left: .75rem;
        padding-right: .75rem
    }

    .header__menu-wrap {
        padding-right: .625rem
    }

    .categoryChoice__link, .menu__item, .menu__item-all {
        font-size: .75rem;
        line-height: 1.25rem
    }

    .categoryChoice__list {
        padding-left: .3125rem
    }

    .categoryChoice__list > * + * {
        margin-left: .3125rem
    }

    .categoryChoice__item:first-child, .shortnews .news__title, .showmore, .spollers__text {
        font-size: .75rem;
        line-height: 1.125rem
    }

    .fullnews .news__title, .lenta__item-title, .spollers__title {
        font-size: 1.0625rem;
        line-height: 1.375rem
    }

    .fullnews + .fullnews, .fullnews + .shortnews, .fullnews + .showmore, .left-aside, .lenta__body li + li, .lenta__body + .showmore, .main-news__item + .main-news__item, .news-single + .news-single, .news__block-comment, .right-aside, .right-aside .showmore, .shortnews + .fullnews {
        margin-top: .3125rem
    }

    .spollers__title {
        padding: .9375rem
    }

    .shortnews, .spollers__item {
        padding: .625rem
    }

    .news-single__inner, .news-single__title {
        padding-left: .9375rem;
        padding-right: .9375rem
    }

    .fullnews .news__body, .lenta__item-body {
        padding: .9375rem
    }

    .news-single__body {
        padding-top: .9375rem
    }

    .news-single__title {
        font-size: 1.25rem;
        line-height: 1.625rem
    }

    .news-single__inner {
        margin-top: .625rem
    }

    .news-single__banner, .news-single__comments-list, .news-single__content p + p, .news-single__content p.quote, .news-single__img, .news-single__intro {
        margin-top: .9375rem
    }

    .news-single__content p.quote, .news-single__intro {
        font-size: .75rem;
        line-height: 1.125rem;
        padding-left: 1.875rem
    }

    .news-single__intro {
        padding-right: .9375rem
    }

    .news-single__comments-author, .news-single__comments-text, .news-single__content {
        font-size: .875rem;
        line-height: 1.375rem
    }

    .news-single__comments-list, .news-single__content p, .news-single__footer {
        padding-left: .9375rem;
        padding-right: .9375rem
    }

    .news-single__content {
        margin-top: .9375rem;
        padding-bottom: .9375rem
    }

    .news-single__content p.quote {
        padding-right: .9375rem
    }

    .news-single__footer {
        height: 3rem
    }

    .lenta__top {
        height: 3.5rem;
        padding: .9375rem;
        margin-bottom: .3125rem
    }

    .lenta__title {
        font-size: 1.25rem;
        line-height: 1.625rem
    }

    .lenta__item-image {
        height: 12.5rem
    }

    .page__content {
        padding-top: .3125rem;
        padding-bottom: .3125rem
    }
}

@media (max-width: 22.5em) {
    .fullnews .news__img {
        height: 13.75rem
    }
}

@media (min-width: 48em) and (max-width: 63.99875em) {
    [class*=__container] {
        max-width: 48rem
    }
}

@media (min-width: 20em) and (max-width: 84.75em) {
    @supports (padding-left:clamp(0.75rem ,0.5955598456rem + 0.7722007722vw ,1.25rem)) {
        .header__logo {
            padding-left: clamp(.75rem, .5955598456rem+.7722007722vw, 1.25rem)
        }
    }@supports not (padding-left:clamp(0.75rem ,0.5955598456rem + 0.7722007722vw ,1.25rem)) {
    .header__logo {
        padding-left: calc(.75rem + .5 * (100vw - 20rem) / 64.75)
    }
}@supports (padding-right:clamp(0.75rem ,0.5955598456rem + 0.7722007722vw ,1.25rem)) {
    .header__logo {
        padding-right: clamp(.75rem, .5955598456rem+.7722007722vw, 1.25rem)
    }
}@supports not (padding-right:clamp(0.75rem ,0.5955598456rem + 0.7722007722vw ,1.25rem)) {
    .header__logo {
        padding-right: calc(.75rem + .5 * (100vw - 20rem) / 64.75)
    }
}@supports (padding-left:clamp(0.3125rem ,0.2159749035rem + 0.4826254826vw ,0.625rem)) {
    .categoryChoice__list {
        padding-left: clamp(.3125rem, .2159749035rem+.4826254826vw, .625rem)
    }
}@supports not (padding-left:clamp(0.3125rem ,0.2159749035rem + 0.4826254826vw ,0.625rem)) {
    .categoryChoice__list {
        padding-left: calc(.3125rem + .3125 * (100vw - 20rem) / 64.75)
    }
}@supports (margin-left:clamp(0.3125rem ,0.2159749035rem + 0.4826254826vw ,0.625rem)) {
    .categoryChoice__list > * + * {
        margin-left: clamp(.3125rem, .2159749035rem+.4826254826vw, .625rem)
    }
}@supports not (margin-left:clamp(0.3125rem ,0.2159749035rem + 0.4826254826vw ,0.625rem)) {
    .categoryChoice__list > * + * {
        margin-left: calc(.3125rem + .3125 * (100vw - 20rem) / 64.75)
    }
}@supports (line-height:clamp(1.25rem ,1.2113899614rem + 0.1930501931vw ,1.375rem)) {
    .categoryChoice__link, .menu__item, .menu__item-all {
        line-height: clamp(1.25rem, 1.2113899614rem+.1930501931vw, 1.375rem)
    }
}@supports not (line-height:clamp(1.25rem ,1.2113899614rem + 0.1930501931vw ,1.375rem)) {
    .categoryChoice__link, .menu__item, .menu__item-all {
        line-height: calc(1.25rem + .125 * (100vw - 20rem) / 64.75)
    }
}@supports (padding:clamp(0.9375rem ,0.8409749035rem + 0.4826254826vw ,1.25rem)) {
    .spollers__title {
        padding: clamp(.9375rem, .8409749035rem+.4826254826vw, 1.25rem)
    }
}@supports not (padding:clamp(0.9375rem ,0.8409749035rem + 0.4826254826vw ,1.25rem)) {
    .spollers__title {
        padding: calc(.9375rem + .3125 * (100vw - 20rem) / 64.75)
    }
}@supports (padding-top:clamp(0.625rem ,0.5284749035rem + 0.4826254826vw ,0.9375rem)) {
    .spollers__item {
        padding-top: clamp(.625rem, .5284749035rem+.4826254826vw, .9375rem)
    }
}@supports not (padding-top:clamp(0.625rem ,0.5284749035rem + 0.4826254826vw ,0.9375rem)) {
    .spollers__item {
        padding-top: calc(.625rem + .3125 * (100vw - 20rem) / 64.75)
    }
}@supports (padding-bottom:clamp(0.625rem ,0.5284749035rem + 0.4826254826vw ,0.9375rem)) {
    .spollers__item {
        padding-bottom: clamp(.625rem, .5284749035rem+.4826254826vw, .9375rem)
    }
}@supports not (padding-bottom:clamp(0.625rem ,0.5284749035rem + 0.4826254826vw ,0.9375rem)) {
    .spollers__item {
        padding-bottom: calc(.625rem + .3125 * (100vw - 20rem) / 64.75)
    }
}@supports (padding-left:clamp(0.625rem ,0.4319498069rem + 0.9652509653vw ,1.25rem)) {
    .spollers__item {
        padding-left: clamp(.625rem, .4319498069rem+.9652509653vw, 1.25rem)
    }
}@supports not (padding-left:clamp(0.625rem ,0.4319498069rem + 0.9652509653vw ,1.25rem)) {
    .spollers__item {
        padding-left: calc(.625rem + .625 * (100vw - 20rem) / 64.75)
    }
}@supports (padding-right:clamp(0.625rem ,0.4319498069rem + 0.9652509653vw ,1.25rem)) {
    .header__menu-wrap, .spollers__item {
        padding-right: clamp(.625rem, .4319498069rem+.9652509653vw, 1.25rem)
    }
}@supports not (padding-right:clamp(0.625rem ,0.4319498069rem + 0.9652509653vw ,1.25rem)) {
    .header__menu-wrap, .spollers__item {
        padding-right: calc(.625rem + .625 * (100vw - 20rem) / 64.75)
    }
}@supports (padding:clamp(0.625rem ,0.5284749035rem + 0.4826254826vw ,0.9375rem)) {
    .shortnews {
        padding: clamp(.625rem, .5284749035rem+.4826254826vw, .9375rem)
    }
}@supports not (padding:clamp(0.625rem ,0.5284749035rem + 0.4826254826vw ,0.9375rem)) {
    .shortnews {
        padding: calc(.625rem + .3125 * (100vw - 20rem) / 64.75)
    }
}@supports (margin-top:clamp(0.625rem ,0.4898648649rem + 0.6756756757vw ,1.0625rem)) {
    .news-single__inner {
        margin-top: clamp(.625rem, .4898648649rem+.6756756757vw, 1.0625rem)
    }
}@supports not (margin-top:clamp(0.625rem ,0.4898648649rem + 0.6756756757vw ,1.0625rem)) {
    .news-single__inner {
        margin-top: calc(.625rem + .4375 * (100vw - 20rem) / 64.75)
    }
}@supports (margin-top:clamp(0.9375rem ,0.6479247104rem + 1.4478764479vw ,1.875rem)) {
    .news-single__intro {
        margin-top: clamp(.9375rem, .6479247104rem+1.4478764479vw, 1.875rem)
    }
}@supports not (margin-top:clamp(0.9375rem ,0.6479247104rem + 1.4478764479vw ,1.875rem)) {
    .news-single__intro {
        margin-top: calc(.9375rem + .9375 * (100vw - 20rem) / 64.75)
    }
}@supports (padding-bottom:clamp(0.9375rem ,0.6479247104rem + 1.4478764479vw ,1.875rem)) {
    .news-single__content {
        padding-bottom: clamp(.9375rem, .6479247104rem+1.4478764479vw, 1.875rem)
    }
}@supports not (padding-bottom:clamp(0.9375rem ,0.6479247104rem + 1.4478764479vw ,1.875rem)) {
    .news-single__content {
        padding-bottom: calc(.9375rem + .9375 * (100vw - 20rem) / 64.75)
    }
}@supports (margin-top:clamp(0.9375rem ,0.8409749035rem + 0.4826254826vw ,1.25rem)) {
    .news-single__content p + p {
        margin-top: clamp(.9375rem, .8409749035rem+.4826254826vw, 1.25rem)
    }
}@supports not (margin-top:clamp(0.9375rem ,0.8409749035rem + 0.4826254826vw ,1.25rem)) {
    .news-single__content p + p {
        margin-top: calc(.9375rem + .3125 * (100vw - 20rem) / 64.75)
    }
}@supports (font-size:clamp(0.75rem ,0.7113899614rem + 0.1930501931vw ,0.875rem)) {
    .categoryChoice__item:first-child, .categoryChoice__link, .menu__item, .menu__item-all, .news-single__content p.quote, .news-single__intro, .shortnews .news__title, .showmore, .spollers__text {
        font-size: clamp(.75rem, .7113899614rem+.1930501931vw, .875rem)
    }
}@supports not (font-size:clamp(0.75rem ,0.7113899614rem + 0.1930501931vw ,0.875rem)) {
    .categoryChoice__item:first-child, .categoryChoice__link, .menu__item, .menu__item-all, .news-single__content p.quote, .news-single__intro, .shortnews .news__title, .showmore, .spollers__text {
        font-size: calc(.75rem + .125 * (100vw - 20rem) / 64.75)
    }
}@supports (line-height:clamp(1.125rem ,1.0477799228rem + 0.3861003861vw ,1.375rem)) {
    .categoryChoice__item:first-child, .news-single__content p.quote, .news-single__intro, .shortnews .news__title, .showmore, .spollers__text {
        line-height: clamp(1.125rem, 1.0477799228rem+.3861003861vw, 1.375rem)
    }
}@supports not (line-height:clamp(1.125rem ,1.0477799228rem + 0.3861003861vw ,1.375rem)) {
    .categoryChoice__item:first-child, .news-single__content p.quote, .news-single__intro, .shortnews .news__title, .showmore, .spollers__text {
        line-height: calc(1.125rem + .25 * (100vw - 20rem) / 64.75)
    }
}@supports (padding-left:clamp(1.875rem ,1.5854247104rem + 1.4478764479vw ,2.8125rem)) {
    .news-single__content p.quote, .news-single__intro {
        padding-left: clamp(1.875rem, 1.5854247104rem+1.4478764479vw, 2.8125rem)
    }
}@supports not (padding-left:clamp(1.875rem ,1.5854247104rem + 1.4478764479vw ,2.8125rem)) {
    .news-single__content p.quote, .news-single__intro {
        padding-left: calc(1.875rem + .9375 * (100vw - 20rem) / 64.75)
    }
}@supports (left:clamp(0.9375rem ,0.6479247104rem + 1.4478764479vw ,1.875rem)) {
    .news-single__content p.quote::before, .news-single__intro::before {
        left: clamp(.9375rem, .6479247104rem+1.4478764479vw, 1.875rem)
    }
}@supports not (left:clamp(0.9375rem ,0.6479247104rem + 1.4478764479vw ,1.875rem)) {
    .news-single__content p.quote::before, .news-single__intro::before {
        left: calc(.9375rem + .9375 * (100vw - 20rem) / 64.75)
    }
}@supports (margin-top:clamp(0.9375rem ,0.7444498069rem + 0.9652509653vw ,1.5625rem)) {
    .news-single__banner, .news-single__comments-list, .news-single__content, .news-single__content p.quote, .news-single__img {
        margin-top: clamp(.9375rem, .7444498069rem+.9652509653vw, 1.5625rem)
    }
}@supports not (margin-top:clamp(0.9375rem ,0.7444498069rem + 0.9652509653vw ,1.5625rem)) {
    .news-single__banner, .news-single__comments-list, .news-single__content, .news-single__content p.quote, .news-single__img {
        margin-top: calc(.9375rem + .625 * (100vw - 20rem) / 64.75)
    }
}@supports (font-size:clamp(0.875rem ,0.8363899614rem + 0.1930501931vw ,1rem)) {
    .news-single__comments-author, .news-single__comments-text, .news-single__content {
        font-size: clamp(.875rem, .8363899614rem+.1930501931vw, 1rem)
    }
}@supports not (font-size:clamp(0.875rem ,0.8363899614rem + 0.1930501931vw ,1rem)) {
    .news-single__comments-author, .news-single__comments-text, .news-single__content {
        font-size: calc(.875rem + .125 * (100vw - 20rem) / 64.75)
    }
}@supports (height:clamp(3rem ,2.8069498069rem + 0.9652509653vw ,3.625rem)) {
    .news-single__footer {
        height: clamp(3rem, 2.8069498069rem+.9652509653vw, 3.625rem)
    }
}@supports not (height:clamp(3rem ,2.8069498069rem + 0.9652509653vw ,3.625rem)) {
    .news-single__footer {
        height: calc(3rem + .625 * (100vw - 20rem) / 64.75)
    }
}@supports (height:clamp(3.5rem ,2.9208494208rem + 2.8957528958vw ,5.375rem)) {
    .lenta__top {
        height: clamp(3.5rem, 2.9208494208rem+2.8957528958vw, 5.375rem)
    }
}@supports not (height:clamp(3.5rem ,2.9208494208rem + 2.8957528958vw ,5.375rem)) {
    .lenta__top {
        height: calc(3.5rem + 1.875 * (100vw - 20rem) / 64.75)
    }
}@supports (padding-top:clamp(0.9375rem ,0.7444498069rem + 0.9652509653vw ,1.5625rem)) {
    .lenta__top, .news-single__body {
        padding-top: clamp(.9375rem, .7444498069rem+.9652509653vw, 1.5625rem)
    }
}@supports not (padding-top:clamp(0.9375rem ,0.7444498069rem + 0.9652509653vw ,1.5625rem)) {
    .lenta__top, .news-single__body {
        padding-top: calc(.9375rem + .625 * (100vw - 20rem) / 64.75)
    }
}@supports (padding-bottom:clamp(0.9375rem ,0.7444498069rem + 0.9652509653vw ,1.5625rem)) {
    .lenta__top {
        padding-bottom: clamp(.9375rem, .7444498069rem+.9652509653vw, 1.5625rem)
    }
}@supports not (padding-bottom:clamp(0.9375rem ,0.7444498069rem + 0.9652509653vw ,1.5625rem)) {
    .lenta__top {
        padding-bottom: calc(.9375rem + .625 * (100vw - 20rem) / 64.75)
    }
}@supports (padding-left:clamp(0.9375rem ,0.6479247104rem + 1.4478764479vw ,1.875rem)) {
    .lenta__top, .news-single__comments-list, .news-single__content p, .news-single__footer, .news-single__inner, .news-single__title {
        padding-left: clamp(.9375rem, .6479247104rem+1.4478764479vw, 1.875rem)
    }
}@supports not (padding-left:clamp(0.9375rem ,0.6479247104rem + 1.4478764479vw ,1.875rem)) {
    .lenta__top, .news-single__comments-list, .news-single__content p, .news-single__footer, .news-single__inner, .news-single__title {
        padding-left: calc(.9375rem + .9375 * (100vw - 20rem) / 64.75)
    }
}@supports (padding-right:clamp(0.9375rem ,0.6479247104rem + 1.4478764479vw ,1.875rem)) {
    .lenta__top, .news-single__comments-list, .news-single__content p, .news-single__content p.quote, .news-single__footer, .news-single__inner, .news-single__intro, .news-single__title {
        padding-right: clamp(.9375rem, .6479247104rem+1.4478764479vw, 1.875rem)
    }
}@supports not (padding-right:clamp(0.9375rem ,0.6479247104rem + 1.4478764479vw ,1.875rem)) {
    .lenta__top, .news-single__comments-list, .news-single__content p, .news-single__content p.quote, .news-single__footer, .news-single__inner, .news-single__intro, .news-single__title {
        padding-right: calc(.9375rem + .9375 * (100vw - 20rem) / 64.75)
    }
}@supports (margin-bottom:clamp(0.3125rem ,0.2159749035rem + 0.4826254826vw ,0.625rem)) {
    .lenta__top {
        margin-bottom: clamp(.3125rem, .2159749035rem+.4826254826vw, .625rem)
    }
}@supports not (margin-bottom:clamp(0.3125rem ,0.2159749035rem + 0.4826254826vw ,0.625rem)) {
    .lenta__top {
        margin-bottom: calc(.3125rem + .3125 * (100vw - 20rem) / 64.75)
    }
}@supports (font-size:clamp(1.25rem ,1.0569498069rem + 0.9652509653vw ,1.875rem)) {
    .lenta__title, .news-single__title {
        font-size: clamp(1.25rem, 1.0569498069rem+.9652509653vw, 1.875rem)
    }
}@supports not (font-size:clamp(1.25rem ,1.0569498069rem + 0.9652509653vw ,1.875rem)) {
    .lenta__title, .news-single__title {
        font-size: calc(1.25rem + .625 * (100vw - 20rem) / 64.75)
    }
}@supports (line-height:clamp(1.625rem ,1.4319498069rem + 0.9652509653vw ,2.25rem)) {
    .lenta__title, .news-single__title {
        line-height: clamp(1.625rem, 1.4319498069rem+.9652509653vw, 2.25rem)
    }
}@supports not (line-height:clamp(1.625rem ,1.4319498069rem + 0.9652509653vw ,2.25rem)) {
    .lenta__title, .news-single__title {
        line-height: calc(1.625rem + .625 * (100vw - 20rem) / 64.75)
    }
}@supports (margin-top:clamp(0.3125rem ,0.2159749035rem + 0.4826254826vw ,0.625rem)) {
    .fullnews + .fullnews, .fullnews + .shortnews, .fullnews + .showmore, .left-aside, .lenta__body li + li, .lenta__body + .showmore, .main-news__item + .main-news__item, .news-single + .news-single, .news__block-comment, .right-aside, .right-aside .showmore, .shortnews + .fullnews {
        margin-top: clamp(.3125rem, .2159749035rem+.4826254826vw, .625rem)
    }
}@supports not (margin-top:clamp(0.3125rem ,0.2159749035rem + 0.4826254826vw ,0.625rem)) {
    .fullnews + .fullnews, .fullnews + .shortnews, .fullnews + .showmore, .left-aside, .lenta__body li + li, .lenta__body + .showmore, .main-news__item + .main-news__item, .news-single + .news-single, .news__block-comment, .right-aside, .right-aside .showmore, .shortnews + .fullnews {
        margin-top: calc(.3125rem + .3125 * (100vw - 20rem) / 64.75)
    }
}@supports (padding-top:clamp(0.9375rem ,0.8409749035rem + 0.4826254826vw ,1.25rem)) {
    .fullnews .news__body, .lenta__item-body {
        padding-top: clamp(.9375rem, .8409749035rem+.4826254826vw, 1.25rem)
    }
}@supports not (padding-top:clamp(0.9375rem ,0.8409749035rem + 0.4826254826vw ,1.25rem)) {
    .fullnews .news__body, .lenta__item-body {
        padding-top: calc(.9375rem + .3125 * (100vw - 20rem) / 64.75)
    }
}@supports (padding-bottom:clamp(0.9375rem ,0.8409749035rem + 0.4826254826vw ,1.25rem)) {
    .fullnews .news__body, .lenta__item-body {
        padding-bottom: clamp(.9375rem, .8409749035rem+.4826254826vw, 1.25rem)
    }
}@supports not (padding-bottom:clamp(0.9375rem ,0.8409749035rem + 0.4826254826vw ,1.25rem)) {
    .fullnews .news__body, .lenta__item-body {
        padding-bottom: calc(.9375rem + .3125 * (100vw - 20rem) / 64.75)
    }
}@supports (padding-left:clamp(0.9375rem ,0.7444498069rem + 0.9652509653vw ,1.5625rem)) {
    .fullnews .news__body, .lenta__item-body {
        padding-left: clamp(.9375rem, .7444498069rem+.9652509653vw, 1.5625rem)
    }
}@supports not (padding-left:clamp(0.9375rem ,0.7444498069rem + 0.9652509653vw ,1.5625rem)) {
    .fullnews .news__body, .lenta__item-body {
        padding-left: calc(.9375rem + .625 * (100vw - 20rem) / 64.75)
    }
}@supports (padding-right:clamp(0.9375rem ,0.7444498069rem + 0.9652509653vw ,1.5625rem)) {
    .fullnews .news__body, .lenta__item-body {
        padding-right: clamp(.9375rem, .7444498069rem+.9652509653vw, 1.5625rem)
    }
}@supports not (padding-right:clamp(0.9375rem ,0.7444498069rem + 0.9652509653vw ,1.5625rem)) {
    .fullnews .news__body, .lenta__item-body {
        padding-right: calc(.9375rem + .625 * (100vw - 20rem) / 64.75)
    }
}@supports (height:clamp(12.5rem ,9.1023166023rem + 16.9884169884vw ,23.5rem)) {
    .lenta__item-image {
        height: clamp(12.5rem, 9.1023166023rem+16.9884169884vw, 23.5rem)
    }
}@supports not (height:clamp(12.5rem ,9.1023166023rem + 16.9884169884vw ,23.5rem)) {
    .lenta__item-image {
        height: calc(12.5rem + 11 * (100vw - 20rem) / 64.75)
    }
}@supports (font-size:clamp(1.0625rem ,1.0431949807rem + 0.0965250965vw ,1.125rem)) {
    .fullnews .news__title, .lenta__item-title, .spollers__title {
        font-size: clamp(1.0625rem, 1.0431949807rem+.0965250965vw, 1.125rem)
    }
}@supports not (font-size:clamp(1.0625rem ,1.0431949807rem + 0.0965250965vw ,1.125rem)) {
    .fullnews .news__title, .lenta__item-title, .spollers__title {
        font-size: calc(1.0625rem + .0625 * (100vw - 20rem) / 64.75)
    }
}@supports (line-height:clamp(1.375rem ,1.2977799228rem + 0.3861003861vw ,1.625rem)) {
    .fullnews .news__title, .lenta__item-title, .news-single__comments-author, .news-single__comments-text, .news-single__content, .spollers__title {
        line-height: clamp(1.375rem, 1.2977799228rem+.3861003861vw, 1.625rem)
    }
}@supports not (line-height:clamp(1.375rem ,1.2977799228rem + 0.3861003861vw ,1.625rem)) {
    .fullnews .news__title, .lenta__item-title, .news-single__comments-author, .news-single__comments-text, .news-single__content, .spollers__title {
        line-height: calc(1.375rem + .25 * (100vw - 20rem) / 64.75)
    }
}@supports (padding-top:clamp(0.3125rem ,0.2159749035rem + 0.4826254826vw ,0.625rem)) {
    .page__content {
        padding-top: clamp(.3125rem, .2159749035rem+.4826254826vw, .625rem)
    }
}@supports not (padding-top:clamp(0.3125rem ,0.2159749035rem + 0.4826254826vw ,0.625rem)) {
    .page__content {
        padding-top: calc(.3125rem + .3125 * (100vw - 20rem) / 64.75)
    }
}@supports (padding-bottom:clamp(0.3125rem ,0.2159749035rem + 0.4826254826vw ,0.625rem)) {
    .page__content {
        padding-bottom: clamp(.3125rem, .2159749035rem+.4826254826vw, .625rem)
    }
}@supports not (padding-bottom:clamp(0.3125rem ,0.2159749035rem + 0.4826254826vw ,0.625rem)) {
    .page__content {
        padding-bottom: calc(.3125rem + .3125 * (100vw - 20rem) / 64.75)
    }
}
}

@media (min-width: 22.5em) and (max-width: 37.5em) {
    @supports (height:clamp(13.75rem ,-5.9375rem + 87.5vw ,26.875rem)) {
        .fullnews .news__img {
            height: clamp(13.75rem, -5.9375rem+87.5vw, 26.875rem)
        }
    }@supports not (height:clamp(13.75rem ,-5.9375rem + 87.5vw ,26.875rem)) {
    .fullnews .news__img {
        height: calc(13.75rem + 13.125 * (100vw - 22.5rem) / 15)
    }
}
}

@media (min-width: 48em) and (min-width: 20em) and (max-width: 84.75em) {
    @supports (padding-left:clamp(0.9375rem ,0.6479247104rem + 1.4478764479vw ,1.875rem)) {
        .news-single__banner, .news-single__img {
            padding-left: clamp(.9375rem, .6479247104rem+1.4478764479vw, 1.875rem)
        }
    }@supports not (padding-left:clamp(0.9375rem ,0.6479247104rem + 1.4478764479vw ,1.875rem)) {
    .news-single__banner, .news-single__img {
        padding-left: calc(.9375rem + .9375 * (100vw - 20rem) / 64.75)
    }
}@supports (padding-right:clamp(0.9375rem ,0.6479247104rem + 1.4478764479vw ,1.875rem)) {
    .news-single__banner, .news-single__img {
        padding-right: clamp(.9375rem, .6479247104rem+1.4478764479vw, 1.875rem)
    }
}@supports not (padding-right:clamp(0.9375rem ,0.6479247104rem + 1.4478764479vw ,1.875rem)) {
    .news-single__banner, .news-single__img {
        padding-right: calc(.9375rem + .9375 * (100vw - 20rem) / 64.75)
    }
}
}







@media (min-width: 48em) and (max-width: 20em) {
    .news-single__banner, .news-single__img {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

.greetens .block_duel_top, .news-single__content.bort {
    position: relative
}

.news-single__content.bort p iframe {
    position: relative !important;
    min-height: 342px
}

.gerio2 {
    margin: 15px 0
}

.categoryChoice {
    background: #f4f4f4;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 10px
}

.categoryChoice__list {
    background: #4e4dc2;
    position: relative
}

.content {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -webkit-box-flex: 1;
    -ms-flex: auto 1 1;
    flex: auto 1 1;
    grid-area: left;
    padding-top: 2px
}

.aside__wrap--right {
    grid-area: center;
    padding-top: 2px
}

.aside__wrap--right_reclam {
    grid-area: right;
    position: sticky;
    padding-top: 2px
}

.arhive_table .mun_acar .item_b:nth-child(odd), .aside__wrap--right_reclam .aside__content_inner--right, .duel_acardion .sub_acar .item_a:nth-child(odd), .precent_vip .intern_j .zaman.opened, .spollers__item:nth-child(odd) {
    background: #fff
}

.adv_code_wrapper {
    padding: 10px
}

.adv_code_wrapper:last-child {
    padding-bottom: 10px !important;
    box-shadow: 0 4px 5px rgb(0 0 0 / 9%)
}

.page__content {
    padding-top: 0;
    padding-top: 70px;
}

.aside__wrap_categor_title {
    height: 50px;
    min-height: 50px;
    background: #4e4dc2;
    width: 100%;
    margin: 0 0 10px;
    padding: 0 20px;
    display: flex;
    align-items: center
}

.aside__wrap_categor_title h4 {
    line-height: 1.375rem;
    font-size: .875rem;
    font-weight: 700;
    color: #fff;
    white-space: nowrap
}

.arhive_table .mun_acar .item_b:nth-child(2n), .duel_acardion .sub_acar .item_a:nth-child(2n), .spollers__item:nth-child(2n) {
    background: #f7f7f7
}

.aside__wrap.aside__wrap--right {
    top: 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none
}

#yandex_rtb_R-A-1647471-18, .all_hide_jer,
.arhive_table .mun_acar .item_b .content_a .math_results .item_m .description_wrap .enters .red_fict_3 .hide_lg,
.block_duel_top .content_duel .all_information .variants .prog .radio-btn input[type=radio], .block_duel_top .head_f .name_duel .camp4,
.btn_list_control.mob_hide, .btn_result.mob_wer, .comments_wrap .item .first_com br,
.comments_wrap .item .info_coment .btn_rick .close_w, .comments_wrap .item .info_coment.oppened .usability .btn_rick .opens_w,
.duel_acardion .head span.hide_p_all, .duel_acardion .sub_acar .item_a .content_a .math_results .item_m .description_wrap .enters .red_fict_3 .hide_lg, .hide_all5, .hide_bl_balanse, .hide_for_desk2, .hide_for_desk, .hide_mob, .list_inform_prog .item .hide_brow, .list_inform_prog .item .hide_ok, .list_inform_prog .item .reload,
.list_inform_prog .item .variants .prog .radio-btn input[type=radio] {
    display: none
}

.hide_rec {
    position: absolute;
    z-index: 9;
    left: 63%;
    transform: translate(-50%, 73%)
}

.header__bonus-desktop {
    background: #fff;
    border-radius: 0 0 .3125rem .3125rem;
    border-top: .125rem solid #000;
    box-shadow: 0 .25rem .25rem rgb(0 0 0 / 20%);
    font-size: .8rem;
    line-height: 1.3;
    padding: .625rem .375rem .375rem;
    text-align: center;
    width: 12rem;
    font-weight: 500
}

.auth-header, .greetens.liner .greetens_single__title {
    height: 60px;
    background-color: #4e4dc2;
    line-height: 60px
}

.header__bonus-desktop .book-logo, .header__bonus-desktop .book-logo img {
    height: auto;
    margin: 0 auto;
    width: 7.8125rem
}

.header__bonus-desktop p {
    margin-bottom: .3125rem;
    margin-top: .3125rem
}

.header__bonus-desktop a {
    cursor: pointer;
    font-size: .75rem;
    font-weight: 700;
    background-color: #ecf0f1;
    color: #4e4dc2;
    padding: .375rem 1rem;
    display: block;
    width: 100%;
    border: .0625rem solid transparent;
    border-radius: .25rem;
    text-align: center;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    user-select: none;
    vertical-align: middle;
    text-decoration: none
}

.header__bonus-desktop a:hover {
    background-color: #4e4dc2;
    border-color: #4e4dc2;
    color: #fff
}

.header__bonus-desktop button {
    left: .4375rem;
    top: .5625rem;
    cursor: pointer;
    background: 0 0;
    border: 0;
    line-height: 1;
    margin: 0;
    padding: 0;
    position: absolute
}

.header__bonus-desktop button.right {
    right: -9.5625rem
}

.aside__content_inner--left._dynamic_adapt_ {
    padding: 0;
    box-shadow: none;
    margin: 0;
    height: 0;
    display: none !important
}

.spollers__item a.spollers__text {
    line-height: 1.6;
    display: inline
}

.greetens.liner {
    width: 350px
}

.greetens.liner .greetens_single__title {
    padding-left: 20px;
    color: #fff;
    font-weight: 400;
    font-size: 18px
}

.block_tit, .lent_coment h2 {
    font-size: 30px;
    line-height: 36px
}

.greetens.liner .form-item {
    margin: 0
}

.greetens.liner form {
    padding: 20px;
    background-color: #fff;
    border: 1px double #4e4dc2
}

.greetens.liner .form-item input.form-control, .greetens.reg_gret .form-group input {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
    display: block;
    width: 100%;
    margin-bottom: 5px;
    line-height: 1.4;
    color: #6f6f6f;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.arhive_table, .block_duel_top, .block_flex_rops .block_inout, .block_flex_rops .block_recl, .duel_acardion {
    box-shadow: 0 4px 5px rgb(0 0 0 / 9%)
}

.greetens.liner form .form-check-label {
    margin-bottom: 10px;
    font-size: 12px;
    position: relative;
    display: block;
    margin-top: 10px
}

.greetens.liner form .form-check-label label {
    position: relative;
    top: -2px;
    margin-left: 4px
}

.greetens .my_more {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.greetens .my_more .fos-login-form__reglink {
    display: flex;
    width: 50%;
    align-items: center;
    justify-content: center
}

.greetens .my_more .fos-login-form__reglink svg {
    width: 15px;
    height: 15px
}

.greetens .my_more .fos-login-form__reglink span {
    margin-left: 5px;
    font-size: 14px;
    color: #4242a5
}

.greetens .my_more .fos-login-form__submitbutton {
    width: 50%;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 40px
}

.greetens .my_more .fos-login-form__reglink5 {
    width: 100%;
    text-align: center;
    margin: 10px auto 0
}

.block_duel_top .content_duel .list_duels, .greetens.reg_gret .form-group {
    margin-bottom: 10px
}

.greetens.reg_gret .form-group label {
    margin-bottom: 2px;
    display: block;
    font-size: 12px
}

.greetens.reg_gret .btn_her {
    width: 100%;
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: center;
    margin-top: 23px;
    cursor: pointer
}

.greetens .block_duel_top .block-message {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #e4e4e4;
    padding: 15px;
    z-index: 5
}

.greetens .block_duel_top .block-message .close {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 16px;
    cursor: pointer
}

.greetens .block_duel_top .block-message .close:before {
    content: "✖"
}

.greetens .block_duel_top .block-message p {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 5px;
    position: absolute;
    max-width: 600px;
    text-align: center;
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.categoryChoice.moshlenn {
    width: 668px
}

.form-item {
    display: block;
    margin: 5px 0 10px
}

.block_duel_top, .block_flex_rops, .block_tit, .lent_coment {
    margin-bottom: 10px
}

.form-item .form__label {
    display: block;
    margin: 0 0 4px
}

.form-item .form-control {
    border: 1px solid #dcdcdc;
    padding: 3px 9px;
    width: 100%;
    max-width: 340px
}

.btn_her {
    background: #4e4dc2;
    padding: 5px 10px;
    color: #fff;
    font-weight: 600
}

.greetens.most_game {
    width: 1007px;
    background: 0 0;
    padding: 0
}

.block_tit {
    background: #fff;
    height: 86px;
    display: flex;
    align-items: center;
    padding: 0 30px;
    font-weight: 600;
    justify-content: space-between
}

.log_block ul {
    display: flex
}

.log_block ul li {
    line-height: 1;
    display: flex
}

.log_block ul li a {
    font-size: 14px;
    line-height: 1.2;
    color: #fff;
    background: #4242a5;
    padding: 3px 7px;
    margin: 0 0 0 8px;
    border-radius: 2px;
    font-weight: 300
}

.block_flex_rops {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.block_flex_rops .block_recl {
    background: #fff;
    padding: 23px 30px;
    width: 807px;
    height: 96px
}

.block_flex_rops .block_recl .bolder {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 5px
}

.block_flex_rops .block_recl .info_text {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%
}

.block_flex_rops .block_inout {
    width: 190px;
    height: 96px;
    background: #4242a5;
    padding: 10px;
    text-align: center;
    position: relative
}

.block_flex_rops .block_inout .balance {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    margin: 3px 0 9px
}

.block_flex_rops .block_inout .btn_inout {
    background: #dde7fa;
    border-radius: 2px;
    width: 148px;
    height: 30px;
    color: #4e4dc2;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    position: relative
}

.block_flex_rops .block_inout .podskaz {
    display: none;
    position: absolute;
    left: 6px;
    top: 14px;
    background: #fff;
    padding: 10px 8px;
    font-size: 14px;
    border: 1px solid #8f8f8f;
    width: 177px
}

.block_duel_top .head_f, .block_duel_top .head_f .name_duel {
    background: #4e4dc2;
    display: flex;
    height: 48px
}

.block_duel_top .head_f .name_duel {
    align-items: center;
    padding: 0 25px;
    width: 100%
}

.block_duel_top .head_f .name_duel .camp1 {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    width: 683px
}

.block_duel_top .head_f .name_duel .camp2, .block_duel_top .head_f .name_duel .camp3 {
    color: rgba(255, 255, 255, .8);
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    width: 136px
}

.block_duel_top .content_duel {
    padding: 18px 25px;
    background: #fff
}

.block_duel_top .content_duel .all_information {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #dbdbdb
}

.arhive_table .mun_acar .item_b .content_a .math_results .item_m .description_wrap .enters:last-child, .block_duel_top .content_duel .all_information:last-child, .duel_acardion .sub_acar .item_a .content_a .math_results .item_m .description_wrap .enters:last-child, .tournirs_enother .wrap_outer .descr_tour:last-child .left, .tournirs_enother .wrap_outer .descr_tour:last-child .right {
    border-bottom: 0
}

.block_duel_top .content_duel .all_information .time_date {
    width: 111px
}

.block_duel_top .content_duel .all_information .time_date .date {
    color: #8c8b8b;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    margin-right: 10px
}

.block_duel_top .content_duel .all_information .time_date .time {
    color: #8c8b8b;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px
}

.block_duel_top .content_duel .all_information .champ {
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
    width: 235px
}

.block_duel_top .content_duel .all_information .name_fact {
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
    width: 340px
}

.block_duel_top .content_duel .all_information .sparing {
    background: #ffffce;
    width: 50px;
    height: 46px;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px
}

.block_duel_top .content_duel .all_information .variants {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 192px
}

.block_duel_top .content_duel .all_information .variants .prog .radio-btn, .list_inform_prog .item .variants .prog .radio-btn {
    display: inline-flex
}

.block_duel_top .content_duel .all_information .variants .prog .label-radio {
    width: 60px;
    height: 30px;
    padding: 0;
    display: flex;
    background: #dde7fa;
    border: 1px solid #dde7fa;
    border-radius: 3px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #4e4dc2;
    text-transform: uppercase
}

.block_duel_top .content_duel .all_information .variants .prog .label-radio:hover {
    border: 1px solid #4e4dc2
}

.block_duel_top .content_duel .all_information .variants .prog .label-radio:active, .block_duel_top .content_duel .all_information .variants .prog .radio-btn input[type=radio]:checked + .label-radio {
    background: #4e4dc2;
    border: 1px solid #4e4dc2;
    color: #fff
}

.block_duel_top .content_duel .description_progn, .tournirs_enother .wrap_outer .descr_tour, .tournirs_enother .wrap_outer .head_tour {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.block_duel_top .content_duel .description_progn .warn {
    width: 518px;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 13px;
    border: 1px solid #4e4dc2;
    border-radius: 4px
}

.block_duel_top .content_duel .description_progn .warn .bl_w .bg_in {
    width: 20px;
    height: 20px;
    background-image: url(../../../../img/ik1.svg);
    margin-right: 10px
}

.block_duel_top .content_duel .description_progn .warn .text_i p {
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.block_duel_top .content_duel .description_progn .warn .text_i p span {
    background: #4242a5;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 22px;
    color: #fff;
    margin-left: 8px
}

.block_duel_top .content_duel .description_progn .btn_duel_change .ch_d {
    background: #dde7fa;
    border-radius: 4px;
    width: 231px;
    height: 40px;
    color: #4e4dc2;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase
}

.block_duel_top .content_duel .description_progn .send_duel .duel_send.no_actove, .power_include .send_duel .duel_send.no_actove {
    background: #dbdbdb
}

.block_duel_top .content_duel .description_progn .send_duel .duel_send {
    border-radius: 4px;
    width: 192px;
    height: 40px;
    background: #44b13b;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px
}

.block_duel_top .content_duel .description_progn .warn.warning {
    border: 1px solid #d34007
}

.block_duel_top .content_duel .description_progn .warn.warning .bl_w .bg_in {
    background-image: url(../../../../img/ik2.svg)
}

.block_duel_top .content_duel .description_progn .warn.good {
    border: 1px solid #44b13b
}

.block_duel_top .content_duel .description_progn .warn.good .text_i p span {
    background: #44b13b
}

.block_duel_top .content_duel .description_progn .warn.good .bl_w .bg_in {
    background-image: url(../../../../img/ik3.svg)
}

.arhive_table, .duel_acardion {
    margin-bottom: 10px
}

.duel_acardion .head {
    background: #4e4dc2;
    height: 48px;
    display: flex;
    align-items: center;
    padding: 0 30px
}

.duel_acardion .head span.hide_p_mob {
    display: inline-block
}

.duel_acardion .possible-balance {
    font-weight: 600;
    font-size: 16px;
    color: #fff
}

.duel_acardion .head .vf_1 {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    width: 193px
}

.duel_acardion .head .vf_2, .duel_acardion .head .vf_3, .duel_acardion .head .vf_4, .duel_acardion .head .vf_5 {
    color: rgba(255, 255, 255, .8);
    line-height: 26px;
    font-size: 12px;
    font-weight: 600
}

.duel_acardion .head .vf_2 {
    width: 113px
}

.duel_acardion .head .vf_3 {
    width: 193px
}

.duel_acardion .head .vf_4 {
    width: 252px
}

.duel_acardion .head .vf_5 {
    width: 194px
}

.arhive_table .mun_acar .item_b .title_a, .duel_acardion .sub_acar .item_a .title_a {
    position: relative;
    padding: 0 30px;
    cursor: pointer
}

.arhive_table .mun_acar .item_b .title_a .iren, .duel_acardion .sub_acar .item_a .title_a .iren {
    border-bottom: 1px solid #dbdbdb;
    display: flex;
    align-items: center;
    position: relative;
    height: 46px
}

.arhive_table .mun_acar .item_b .title_a .iren:before, .duel_acardion .sub_acar .item_a .title_a .iren:before {
    content: "";
    position: absolute;
    right: 14px;
    top: 20px;
    width: 9px;
    height: 5px;
    background-image: url(../../../../img/arrow_d.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.arhive_table .mun_acar .item_b .title_a.opened .iren:before, .duel_acardion .sub_acar .item_a .title_a.opened .iren:before, .statistick .item_list_big .acordion_list .acc_item .acc_head.purpule .wrap_head_acc .open_arrow svg {
    transform: rotate(180deg)
}

.duel_acardion .sub_acar .item_a .title_a .xf_1 {
    width: 191px
}

.duel_acardion .sub_acar .item_a .title_a .xf_2 {
    width: 116px
}

.arhive_table .mun_acar .item_b .title_a .xf_2 .prin1, .arhive_table .mun_acar .item_b .title_a .xf_2 .prin2, .duel_acardion .sub_acar .item_a .title_a .xf_2 .prin1, .duel_acardion .sub_acar .item_a .title_a .xf_2 .prin2, .duel_acardion .sub_acar .item_a .title_a .xf_3 .time, .duel_acardion .sub_acar .item_a .title_a .xf_4 .fool_m, .duel_acardion .sub_acar .item_a .title_a .xf_4 .this_m, .duel_acardion .sub_acar .item_a .title_a .xf_5 .money {
    font-weight: 600;
    font-size: 14px;
    line-height: 26px
}

.duel_acardion .sub_acar .item_a .title_a .xf_3 {
    width: 193px;
    font-weight: 600;
    font-size: 14px;
    line-height: 26px
}

.duel_acardion .sub_acar .item_a .title_a .xf_3 .date {
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
    margin-right: 10px
}

.duel_acardion .sub_acar .item_a .title_a .xf_4 {
    width: 250px;
    font-weight: 600;
    font-size: 14px;
    line-height: 26px
}

.duel_acardion .sub_acar .item_a .title_a .xf_5 {
    width: 190px
}

.arhive_table .mun_acar .item_b .content_a, .duel_acardion .sub_acar .item_a .content_a {
    overflow: hidden;
    width: 100%;
    display: none
}

.arhive_table .mun_acar .item_b .content_a .math_results, .duel_acardion .sub_acar .item_a .content_a .math_results {
    padding: 12px 30px 12px 50px
}

.arhive_table .mun_acar .item_b .content_a .math_results .item_m .head_e, .duel_acardion .sub_acar .item_a .content_a .math_results .item_m .head_e {
    display: flex;
    margin: 0 0 8px
}

.arhive_table .mun_acar .item_b .content_a .math_results .item_m .head_e .mera_0, .duel_acardion .sub_acar .item_a .content_a .math_results .item_m .head_e .mera_0 {
    width: 81px;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    color: #8c8b8b
}

.arhive_table .mun_acar .item_b .content_a .math_results .item_m .head_e .mera_1, .duel_acardion .sub_acar .item_a .content_a .math_results .item_m .head_e .mera_1 {
    width: 178px;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    color: #8c8b8b
}

.arhive_table .mun_acar .item_b .content_a .math_results .item_m .head_e .mera_2, .duel_acardion .sub_acar .item_a .content_a .math_results .item_m .head_e .mera_2 {
    width: 302px;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    color: #8c8b8b
}

.arhive_table .mun_acar .item_b .content_a .math_results .item_m .description_wrap .enters .red_fict_3, .arhive_table .mun_acar .item_b .content_a .math_results .item_m .head_e .mera_3, .duel_acardion .sub_acar .item_a .content_a .math_results .item_m .description_wrap .enters .red_fict_3, .duel_acardion .sub_acar .item_a .content_a .math_results .item_m .head_e .mera_3 {
    display: flex;
    width: 155px;
    align-items: center;
    justify-content: space-between
}

.arhive_table .mun_acar .item_b .content_a .math_results .item_m .head_e .mera_3 .deh, .duel_acardion .sub_acar .item_a .content_a .math_results .item_m .head_e .mera_3 .deh {
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    color: #8c8b8b;
    text-align: center;
    width: 33.33%
}

.arhive_table .mun_acar .item_b .content_a .math_results .item_m .description_wrap .enters, .duel_acardion .sub_acar .item_a .content_a .math_results .item_m .description_wrap .enters {
    display: flex;
    border-bottom: 1px solid #dbdbdb;
    width: fit-content
}

.arhive_table .mun_acar .item_b .content_a .math_results .item_m .description_wrap .enters .red_fict_0, .duel_acardion .sub_acar .item_a .content_a .math_results .item_m .description_wrap .enters .red_fict_0 {
    width: 81px;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #8c8b8b
}

.arhive_table .mun_acar .item_b .content_a .math_results .item_m .description_wrap .enters .red_fict_1, .duel_acardion .sub_acar .item_a .content_a .math_results .item_m .description_wrap .enters .red_fict_1 {
    width: 178px;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #000
}

.arhive_table .mun_acar .item_b .content_a .math_results .item_m .description_wrap .enters .red_fict_2, .duel_acardion .sub_acar .item_a .content_a .math_results .item_m .description_wrap .enters .red_fict_2 {
    width: 302px;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #000
}

.arhive_table .mun_acar .item_b .content_a .math_results .item_m .description_wrap .enters .red_fict_3 .itog, .arhive_table .mun_acar .item_b .content_a .math_results .item_m .description_wrap .enters .red_fict_3 .sp, .arhive_table .mun_acar .item_b .content_a .math_results .item_m .description_wrap .enters .red_fict_3 .you, .duel_acardion .sub_acar .item_a .content_a .math_results .item_m .description_wrap .enters .red_fict_3 .itog, .duel_acardion .sub_acar .item_a .content_a .math_results .item_m .description_wrap .enters .red_fict_3 .sp, .duel_acardion .sub_acar .item_a .content_a .math_results .item_m .description_wrap .enters .red_fict_3 .you {
    width: 33.33%
}

.arhive_table .mun_acar .item_b .content_a .math_results .item_m .description_wrap .enters .red_fict_3 .sp .znach, .arhive_table .mun_acar .item_b .content_a .math_results .item_m .description_wrap .enters .red_fict_3 .you .znach, .duel_acardion .sub_acar .item_a .content_a .math_results .item_m .description_wrap .enters .red_fict_3 .sp .znach, .duel_acardion .sub_acar .item_a .content_a .math_results .item_m .description_wrap .enters .red_fict_3 .you .znach {
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 12px;
    line-height: 130%
}

.arhive_table .mun_acar .item_b .content_a .math_results .item_m .description_wrap .enters .red_fict_3 .you .znach .wvi, .duel_acardion .sub_acar .item_a .content_a .math_results .item_m .description_wrap .enters .red_fict_3 .you .znach .wvi {
    border-radius: 2px;
    width: 17px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase
}

.arhive_table .mun_acar .item_b .content_a .math_results .item_m .description_wrap .enters .red_fict_3 .sp .znach .wvi.choise, .arhive_table .mun_acar .item_b .content_a .math_results .item_m .description_wrap .enters .red_fict_3 .you .znach .wvi.choise, .duel_acardion .sub_acar .item_a .content_a .math_results .item_m .description_wrap .enters .red_fict_3 .sp .znach .wvi.choise, .duel_acardion .sub_acar .item_a .content_a .math_results .item_m .description_wrap .enters .red_fict_3 .you .znach .wvi.choise {
    background: #4242a5;
    color: #fff
}

.arhive_table .mun_acar .item_b .content_a .math_results .item_m .description_wrap .enters .red_fict_3 .sp .znach .wvi, .duel_acardion .sub_acar .item_a .content_a .math_results .item_m .description_wrap .enters .red_fict_3 .sp .znach .wvi {
    border-radius: 2px;
    width: 17px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center
}

.duel_acardion .sub_acar .item_a .content_a .math_results .item_m .description_wrap .enters .red_fict_3 .itog .end {
    background: #ffffce;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 12px;
    line-height: 130%
}

.arhive_table .head_arh {
    background: #4e4dc2;
    height: 48px;
    display: flex;
    align-items: center;
    padding: 0 30px;
    justify-content: space-between
}

.arhive_table .head_arh .text_name {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #fff
}

.arhive_table .head_arh .text_results, .our_prognoz .under_prognoz .crops .lost_info {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.arhive_table .head_arh .text_results div {
    background: #4242a5;
    border-radius: 2px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    padding: 2px 5px;
    margin-left: 6px
}

.arhive_table .mun_acar .item_b .title_a .xf_3 .result_math.wins {
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    border-radius: 2px;
    display: inline-block;
    padding: 0 3px;
    width: fit-content;
    block-size: fit-content;
    background: #44b13b
}

.arhive_table .mun_acar .item_b .title_a .xf_3 .result_math.draw {
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    border-radius: 2px;
    display: block;
    padding: 0 3px;
    width: fit-content;
    background: #8c8b8b
}

.arhive_table .mun_acar .item_b .title_a .xf_3 .result_math.losses {
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    border-radius: 2px;
    display: block;
    padding: 0 3px;
    width: fit-content;
    background: #d34007
}

.arhive_table .mun_acar .item_b .title_a .xf_1 {
    width: 238px
}

.arhive_table .mun_acar .item_b .title_a .xf_2 {
    width: 120px;
    font-weight: 600;
    font-size: 14px;
    line-height: 26px
}

.arhive_table .mun_acar .item_b .title_a .xf_3 {
    width: 398px;
    font-weight: 600;
    font-size: 14px;
    line-height: 26px
}

.arhive_table .mun_acar .item_b .title_a .xf_4 {
    width: 180px;
    font-weight: 600;
    font-size: 14px;
    line-height: 26px
}

.arhive_table .mun_acar .item_b .content_a .math_results .item_m .description_wrap .enters .red_fict_3 .itog .end {
    background: #ffffce;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 12px;
    line-height: 130%;
    text-transform: uppercase
}

.only_red, .puts_only_red a {
    background: #d34007;
    align-items: center
}

.arhive_table .mun_acar .item_b .content_a .math_results .item_m .description_wrap .enters .red_fict_3 .itog .end .wvi {
    text-transform: uppercase
}

.arhive_table .mun_acar .item_b .content_a .math_results .item_m .description_wrap .enters .red_fict_3 .itog .end .wvi.choise {
    background: #4242a5;
    color: #fff;
    text-transform: uppercase
}

.show_more .more_duels {
    color: #4e4dc2;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    display: block;
    padding: 0;
    text-align: center;
    cursor: pointer;
    height: 50px;
    width: 100%;
    background: #fff
}

.categoryChoice__item:nth-child(2) {
    border-radius: 2px
}

.games .aside__wrap--right_reclam {
    top: 0
}

.only_red {
    padding: 0;
    justify-content: center;
    height: 50px;
    width: 175px;
    display: none
}

.puts_only_red {
    order: 4;
    height: 100%;
    position: relative;
    padding: 0;
    display: none;
}

.puts_only_red a {
    height: 100%;
    display: flex;
    justify-content: center;
    padding: 10px
}

.aside__wrap.aside__wrap--right::-moz-scrollbar {
    width: 0;
    height: 0
}

.aside__wrap.aside__wrap--right::-webkit-scrollbar {
    width: 0
}

.aside__wrap.aside__wrap--right::-webkit-scrollbar-track {
    box-shadow: noney;
    border-radius: 0
}

.aside__wrap.aside__wrap--right::-webkit-scrollbar-thumb {
    background: 0 0;
    border-radius: 0
}

.aside__wrap.aside__wrap--right::-webkit-scrollbar-thumb:hover {
    background: 0 0
}

.games .adv_code_wrapper div, .games .adv_code_wrapper iframe, .games .adv_code_wrapper img {
    width: 100% !important
}

.link_new_p {
    padding: 0 4px
}

.link_new_p .categoryChoice__link {
    font-size: .77rem
}

.categoryChoice__list > * + * {
    margin-left: .525rem
}

.precent_vip .intern_j {
    position: relative;
    left: 17px
}

.precent_vip .intern_j .zaman {
    position: relative;
    background: 0 0;
    height: 60px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.precent_vip .intern_j .zaman .znak_oklik {
    position: absolute;
    top: 10px;
    right: 2px;
    width: 12px;
    height: 12px;
    background: #ffc107;
    border-radius: 100%;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    line-height: 12px;
    color: #121212
}

.precent_vip .intern_j .zaman svg:hover {
    opacity: .8
}

.precent_vip .intern_j .zaman.opened svg path {
    fill: #000
}

.precent_vip .intern_j .absolut_link_partner {
    right: 0;
    position: absolute;
    top: 60px;
    min-width: 112px;
    padding: 16px;
    background: #fff;
    -webkit-box-shadow: 0 5px 7px rgb(0 0 0 / 38%);
    box-shadow: 0 5px 7px rgb(0 0 0 / 38%);
    z-index: 23;
    width: 240px;
    height: 167px;
    display: none
}

.precent_vip .intern_j .absolut_link_partner .gift__logo {
    display: block;
    width: 208px;
    height: 48px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 12px
}

.precent_vip .intern_j .absolut_link_partner strong {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #121212;
    margin-bottom: 12px;
    text-align: center;
    white-space: normal;
    text-transform: none
}

.precent_vip .intern_j .absolut_link_partner .align-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.precent_vip .intern_j .absolut_link_partner .gift__button .red__btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    border: 0;
    outline: 0;
    font-weight: 700;
    height: 32px;
    background: -webkit-gradient(linear, left top, right top, from(#b71c1c), to(#c62828));
    background: linear-gradient(90deg, #b71c1c 0, #c62828 100%);
    border-radius: 16px;
    line-height: 12px;
    text-align: center;
    padding-left: 18px;
    padding-right: 40px;
    position: relative;
    cursor: pointer;
    -webkit-transition: .15s ease-out;
    transition: .15s ease-out;
    overflow: hidden;
    font-size: 14px;
    color: #fff
}

.precent_vip .intern_j .absolut_link_partner .gift__button .red__btn.show__more:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: calc(50% - 12px);
    right: 4px;
    background-color: #a00;
    border-radius: 50%
}

.precent_vip .intern_j .absolut_link_partner .gift__button .red__btn.show__more:after {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 4px);
    right: 13px;
    -webkit-transform: rotate(224deg);
    transform: rotate(224deg);
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #fee;
    border-left: 2px solid #fee
}

.precent_vip .intern_j .absolut_link_partner .gift__button .red__btn .shine {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 160px;
    height: 100%;
    background: #fff;
    background: linear-gradient(105deg, rgba(255, 255, 255, 0) 0, #fff 40%, #fff 60%, rgba(255, 255, 255, 0) 100%);
    opacity: .5;
    -webkit-animation: 1s ease-in infinite gift_shine;
    animation: 1s ease-in infinite gift_shine
}

@keyframes gift_shine {
    0% {
        left: -150%
    }
    100% {
        left: 150%
    }
}

.lent_coment {
    background: #fff;
    box-shadow: inset 0 2px 0 #4e4dc2;
    height: 86px;
    display: flex;
    align-items: center;
    padding: 0 30px
}

.lent_coment h2 {
    color: #000;
    font-weight: 600
}

.comments_wrap .item {
    padding: 15px;
    background: #fff;
    margin-bottom: 3px;
    overflow: hidden;
    max-width: 668px
}

.comments_wrap .item .coment_wrap_isp {
    display: flex;
    margin-bottom: 5px
}

.comments_wrap .item .coment_wrap_isp .cavick {
    width: 24px
}

.comments_wrap .item .coment_wrap_isp .cavick svg {
    margin: 4px 0 0 3px
}

.comments_wrap .item .coment_wrap_isp .txt {
    color: #2d2d2d;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    width: calc(100% - 24px)
}

.comments_wrap .item .first_com blockquote {
    display: block;
    margin-bottom: 4px;
    color: #2d2d2d;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    position: relative;
    padding-left: 29px
}

.comments_wrap .item .first_com blockquote:before {
    content: "";
    display: block;
    width: 14px;
    height: 11px;
    background-image: url(../../../../img/coments.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 4px;
    top: 4px
}

.comments_wrap .item .first_com p {
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    display: block;
    color: #000;
    border-left: 2px solid #4242a5;
    padding: 3px 15px
}

.comments_wrap .item .unsvet_one {
    width: 100%;
    overflow: hidden;
    position: relative
}

.comments_wrap .item .unsvet_one:before {
    content: "...";
    position: absolute;
    right: 0;
    top: 8px;
    background: #fff;
    display: block;
    width: 14px;
    height: 18px;
    font-weight: 600;
    font-size: 12px;
    line-height: 150%;
    padding-left: 2px
}

.comments_wrap .item .unsvet_one .kopst {
    display: flex;
    align-items: center;
    margin: 8px 0 15px;
    overflow: hidden;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    width: 2500px
}

.comments_wrap .item .unsvet_one .kopst .user_name {
    margin-right: 4px
}

.activity_pagination .wrap_pag, .activity_pagination .wrap_pag .list, .chempion_sheep .control_list, .chempion_sheep .control_list .pagination_big, .chempion_sheep .control_list .pagination_big .list_link, .comments_wrap .item .info_coment .usability, .comments_wrap .item .unsvet_one .kopst .user_name a, .list_inform_prog .item, .our_prognoz .under_prognoz .crops, .pagin_com ul, .statistick .item_list_big .acordion_list .acc_item .acc_content .wrap_content_acc .item {
    display: flex;
    align-items: center;
    justify-content: flex-start
}


.activity_pagination .wrap_pag .list{
    overflow: hidden;
    max-width: 767px;
}




.list_comand .changer .item.is-current-user{
    background: #f3f2fb;
}


.list_comand .changer .item.is-current-user{
    background: rgba(245, 244, 254, 0.50);
    border-bottom: 1px solid #4E4DC2;
    position: relative;
}

.list_comand .changer .item.is-current-user:before{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: -1px;
    z-index: 2;
    width: 100%;
    height: 1px;
    background: #4E4DC2;
}

.list_comand .changer .item.is-current-user:hover:before{
    background: #4E4DC2!important;
}





.list_comand .changer .item:nth-last-child(3) .munb>div,
.list_comand .changer .item:nth-last-child(2) .munb>div,
.list_comand .changer .item:nth-last-child(1) .munb>div
{
    background: #E8E5FF;
    font-weight: 400;
    color: #000;
}


.list_inform_prog .item.is-current-user{
    background: rgba(245, 244, 254, 0.50);
}



.comments_wrap .item .unsvet_one .kopst .user_name .nik_name {
    color: #4242a5;
    margin-left: 6px;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px
}

.comments_wrap .item .unsvet_one .kopst .for_article {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #000;
    margin: 0 4px;
    width: 50px
}

.comments_wrap .item .unsvet_one .kopst .title_article {
    white-space: nowrap
}

.comments_wrap .item .unsvet_one .kopst .title_article a {
    font-weight: 600;
    font-size: 12px;
    line-height: 150%;
    color: #4242a5
}

.comments_wrap .item .info_coment .usability .time {
    background: #8c8b8b;
    border-radius: 2px;
    height: 18px;
    padding: 0 5px;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 4px
}

.comments_wrap .item .info_coment .coll_comment {
    background: #4e4dc2;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 18px;
    padding: 0 5px;
    margin-right: 12px
}

.comments_wrap .item .info_coment .btn_rick .close_coment, .comments_wrap .item .info_coment .btn_rick .open_coment, .pagin_com {
    display: flex;
    align-items: center
}

.comments_wrap .item .info_coment .coll_comment .all_comments {
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    margin-left: 4px
}

.comments_wrap .item .info_coment .btn_rick {
    cursor: pointer
}

.comments_wrap .item .info_coment .btn_rick .open_coment .txt_blue {
    color: #4242a5;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    margin-left: 4px
}

.comments_wrap .item .info_coment .btn_rick .close_coment .txt_gray {
    color: #8c8b8b;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    margin-left: 4px
}

.comments_wrap .item .text_all_coment {
    margin-top: 15px;
    padding-top: 15px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-top: 1px solid #dbdbdb
}

.comments_wrap .item .text_all_coment .left_txt textarea {
    width: 534px;
    height: 38px;
    background: rgba(78, 77, 194, .05);
    border-radius: 4px;
    padding: 10px 15px;
    overflow: hidden;
    transition: height .2s linear;
    resize: none
}

.comments_wrap .item .text_all_coment .right_go .send_coment {
    background: #dde7fa;
    border-radius: 2px;
    width: 99px;
    height: 56px
}

.comments_wrap .item .info_coment .hide_textarea {
    height: 0;
    opacity: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.comments_wrap .item .info_coment.oppened .hide_textarea {
    height: auto;
    opacity: 1;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.pagin_com {
    justify-content: flex-start;
    margin: 20px 0
}

.pagin_com .next_pag a, .pagin_com .prew_pag a {
    background: rgba(0, 0, 0, .06);
    align-items: center;
    width: 30px;
    height: 30px;
    display: flex;
    border-radius: 2px
}

.pagin_com .prew_pag a {
    justify-content: center;
    margin: 0 5px 0 0
}

.pagin_com .next_pag a {
    justify-content: center;
    margin: 0 0 0 5px
}

.pagin_com .next_pag a:hover, .pagin_com .prew_pag a:hover {
    background: rgba(78, 77, 194, .2)
}

.pagin_com ul li a {
    color: #8c8b8b;
    width: 30px;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px
}

.pagin_com ul li a.active, .pagin_com ul li a:hover {
    background: rgba(78, 77, 194, .2);
    border-radius: 2px;
    color: #4242a5
}






@media (min-width: 1365px) and (max-width: 5000px) {
    .aside__wrap.aside__wrap--right {
        top: 0;
        overflow-y: scroll
    }

    .right-aside {
        width: 100%
    }

    .aside__wrap.aside__wrap--right::-webkit-scrollbar {
        width: 0
    }

    .aside__wrap.aside__wrap--right::-webkit-scrollbar-track {
        box-shadow: none;
        border-radius: 0
    }

    .aside__wrap.aside__wrap--right::-webkit-scrollbar-thumb {
        border-radius: 0
    }
}

@media (min-width: 1200px) and (max-width: 1364px) {
    .aside__wrap.aside__wrap--right::-webkit-scrollbar {
        width: 0
    }

    .aside__wrap.aside__wrap--right::-webkit-scrollbar-track {
        box-shadow: none;
        border-radius: 0
    }

    .aside__wrap.aside__wrap--right::-webkit-scrollbar-thumb {
        border-radius: 0
    }

    .aside__wrap.aside__wrap--right {
        top: 0;
        overflow: scroll
    }

    .page__content {
        padding-top: 0;
        max-width: 1020px;
        display: grid;
        grid-template-columns:2fr 1fr;
        grid-template-areas:"left  center" "left  right" "left  right";
        gap: 10px
    }

    .page__wrapper {
        margin-top: 0
    }

    .content {
        grid-area: left
    }

    .aside__wrap--right {
        grid-area: center;
        width: 100%
    }

    .aside__wrap--right_reclam {
        grid-area: right;
        padding-top: 10px
    }

    .aside__wrap, .block_duel_top .head_f .name_duel, .left-aside, .right-aside {
        width: 100%
    }

    .greetens.most_game {
        width: 670px;
        background: 0 0;
        padding: 0
    }

    .block_flex_rops .block_recl .bolder {
        font-weight: 600;
        font-size: 14px;
        line-height: 136%;
        margin-bottom: 5px
    }

    .block_flex_rops .block_recl {
        padding: 13px 17px;
        width: 470px;
        height: 96px
    }

    .block_duel_top .content_duel {
        padding: 10px 12px;
        background: #fff
    }

    .block_duel_top .content_duel .all_information .champ {
        font-size: 12px;
        line-height: 14px;
        width: 120px;
        padding: 0 10px
    }

    .block_duel_top .content_duel .all_information .time_date .date {
        font-size: 12px;
        line-height: 16px;
        margin-right: 0
    }

    .block_duel_top .content_duel .all_information .name_fact {
        font-weight: 600;
        font-size: 12px;
        line-height: 14px;
        width: 180px
    }

    .block_duel_top .content_duel .description_progn .send_duel .duel_send {
        width: 160px
    }

    .block_duel_top .content_duel .description_progn .btn_duel_change .ch_d {
        width: 170px
    }

    .block_duel_top .content_duel .description_progn .warn {
        width: 300px;
        height: 40px;
        padding: 0 10px
    }

    .block_duel_top .content_duel .description_progn .warn .text_i p, .duel_acardion .head .vf_5 {
        font-size: 12px;
        line-height: 14px
    }

    .duel_acardion .head .vf_4 {
        line-height: 14px
    }

    .duel_acardion .sub_acar .item_a .title_a .xf_3 .date {
        font-size: 12px;
        line-height: 14px;
        display: block
    }

    .arhive_table .mun_acar .item_b .content_a .math_results .item_m .description_wrap .enters .red_fict_0, .duel_acardion .sub_acar .item_a .content_a .math_results .item_m .description_wrap .enters .red_fict_0 {
        width: 45px
    }

    .arhive_table .mun_acar .item_b .content_a .math_results .item_m .description_wrap .enters .red_fict_1, .duel_acardion .sub_acar .item_a .content_a .math_results .item_m .description_wrap .enters .red_fict_1 {
        width: 141px
    }

    .arhive_table .mun_acar .item_b .content_a .math_results .item_m .description_wrap .enters .red_fict_2, .duel_acardion .sub_acar .item_a .content_a .math_results .item_m .description_wrap .enters .red_fict_2 {
        width: 240px
    }

    .arhive_table .mun_acar .item_b .content_a .math_results .item_m .head_e .mera_0, .duel_acardion .sub_acar .item_a .content_a .math_results .item_m .head_e .mera_0 {
        width: 60px
    }

    .arhive_table .mun_acar .item_b .content_a .math_results .item_m .head_e .mera_1, .duel_acardion .sub_acar .item_a .content_a .math_results .item_m .head_e .mera_1, .duel_acardion .sub_acar .item_b .content_a .math_results .item_m .head_e .mera_1 {
        width: 151px
    }

    .arhive_table .mun_acar .item_b .content_a .math_results .item_m .head_e .mera_2, .duel_acardion .sub_acar .item_a .content_a .math_results .item_m .head_e .mera_2 {
        width: 260px
    }

    .arhive_table .mun_acar .item_b .content_a .math_results .item_m .head_e .mera_3, .duel_acardion .sub_acar .item_a .content_a .math_results .item_m .head_e .mera_3 {
        width: 188px
    }

    .page__content.games .aside__wrap.aside__wrap--right {
        display: block;
        position: relative
    }

    .page__content.games .aside__wrap.aside__wrap--right .aside__content_inner--right, .page__content.games .aside__wrap.aside__wrap--right .aside__wrap_categor_title {
        display: none
    }

    .page__content.games .aside__wrap.aside__wrap--right .aside__wrap--right_reclam {
        padding-top: 0
    }

    .page__content.games .aside__wrap.aside__wrap--right .aside__wrap--right_reclam .aside__content_inner--right {
        display: block
    }

    .block_duel_top .content_duel .all_information .time_date {
        width: 76px
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .page__content.games .aside__wrap.aside__wrap--right {
        position: relative;
        display: block
    }

    .aside__wrap.aside__wrap--right {
        top: 0;
        overflow: scroll
    }

    .page__wrapper {
        margin-top: 0
    }

    .page__content {
        display: grid;
        grid-template-columns:2fr 1fr;
        grid-template-areas:"left  center" "left  right" "left  right";
        gap: 10px
    }

    .content {
        grid-area: left
    }

    .aside__wrap--right {
        grid-area: center;
        width: 100%
    }

    .aside__wrap--right_reclam {
        grid-area: right;
        padding-top: 10px
    }

    .aside__wrap, .left-aside, .right-aside {
        width: 100%
    }

    .greetens.most_game {
        width: 670px
    }

    .block_tit {
        height: 50px;
        padding: 0 15px;
        font-size: 20px
    }

    .block_flex_rops .block_recl {
        padding: 15px;
        width: 470px;
        height: 96px
    }

    .block_flex_rops .block_recl .bolder {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 5px
    }

    .block_duel_top .content_duel .all_information .time_date .date {
        font-size: 12px;
        line-height: 14px;
        margin-right: 0
    }

    .block_duel_top .content_duel {
        padding: 18px 10px;
        background: #fff
    }

    .block_duel_top .content_duel .all_information .time_date {
        width: 50px
    }

    .block_duel_top .content_duel .all_information .name_fact {
        font-size: 12px;
        line-height: 14px;
        width: 232px
    }

    .block_duel_top .head_f .name_duel .camp1 {
        width: 382px
    }

    .block_duel_top .content_duel .all_information .champ {
        font-size: 12px;
        line-height: 14px;
        width: 110px
    }

    .block_duel_top .content_duel .description_progn {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-wrap: wrap
    }

    .block_duel_top .content_duel .description_progn .warn {
        width: 100%;
        margin-bottom: 10px
    }

    .block_duel_top .content_duel .description_progn .btn_duel_change .ch_d {
        margin-right: 10px
    }

    .arhive_table .mun_acar .item_b .title_a, .duel_acardion .sub_acar .item_a .title_a {
        padding: 0 10px
    }

    .duel_acardion .head {
        background: #4e4dc2;
        height: 48px;
        display: flex;
        align-items: center;
        padding: 0 9px
    }

    .duel_acardion .head .vf_4 {
        line-height: 14px
    }

    .duel_acardion .sub_acar .item_a .title_a .xf_3 .date {
        font-size: 12px;
        line-height: 14px;
        display: block
    }

    .arhive_table .mun_acar .item_b .content_a .math_results, .duel_acardion .sub_acar .item_a .content_a .math_results {
        padding: 12px 10px
    }

    .arhive_table .mun_acar .item_b .content_a .math_results .item_m .description_wrap .enters .red_fict_0, .arhive_table .mun_acar .item_b .content_a .math_results .item_m .head_e .mera_0, .duel_acardion .sub_acar .item_a .content_a .math_results .item_m .description_wrap .enters .red_fict_0, .duel_acardion .sub_acar .item_a .content_a .math_results .item_m .head_e .mera_0 {
        width: 45px
    }

    .arhive_table .mun_acar .item_b .content_a .math_results .item_m .head_e .mera_1, .duel_acardion .sub_acar .item_a .content_a .math_results .item_m .head_e .mera_1 {
        width: 176px
    }

    .duel_acardion .sub_acar .item_a .content_a .math_results .item_m .description_wrap .enters .red_fict_2, .duel_acardion .sub_acar .item_a .content_a .math_results .item_m .head_e .mera_2 {
        width: 270px
    }

    .arhive_table .mun_acar .item_b .content_a .math_results .item_m .description_wrap .enters .red_fict_1, .duel_acardion .sub_acar .item_a .content_a .math_results .item_m .description_wrap .enters .red_fict_1 {
        width: 175px;
        padding-right: 5px
    }

    .duel_acardion .sub_acar .item_b .content_a .math_results .item_m .head_e .mera_1 {
        width: 151px
    }

    .arhive_table .mun_acar .item_b .content_a .math_results .item_m .description_wrap .enters .red_fict_2, .arhive_table .mun_acar .item_b .content_a .math_results .item_m .head_e .mera_2 {
        width: 260px
    }

    .arhive_table .mun_acar .item_b .content_a .math_results .item_m .head_e .mera_3 {
        width: 155px
    }

    .page__content.games .aside__wrap.aside__wrap--right .aside__content_inner--right, .page__content.games .aside__wrap.aside__wrap--right .aside__wrap_categor_title {
        display: none
    }

    .page__content.games .aside__wrap.aside__wrap--right .aside__wrap--right_reclam {
        padding-top: 0
    }

    .page__content.games .aside__wrap.aside__wrap--right .aside__wrap--right_reclam .aside__content_inner--right {
        display: block
    }
}

@media (min-width: 900px) and (max-width: 1023px) {
    .aside__wrap.aside__wrap--right {
        top: 0;
        overflow: scroll
    }

    .page__content.games .aside__wrap.aside__wrap--right {
        display: block;
        position: relative;
        display: flex;
        height: 100% !important
    }

    .page__content.games .aside__wrap.aside__wrap--right .aside__content_inner--right, .page__content.games .aside__wrap.aside__wrap--right .aside__wrap_categor_title {
        display: none
    }

    .page__content.games .aside__wrap.aside__wrap--right .aside__wrap.aside__wrap--right_reclam {
        padding: 0
    }

    .page__content.games .aside__wrap.aside__wrap--right .aside__wrap.aside__wrap--right_reclam .aside__content_inner--right {
        display: block;
        padding: 0
    }

    .page__content.games .aside__wrap.aside__wrap--right_reclam .right-aside {
        margin: 0
    }

    .games .aside__wrap--right_reclam .aside__content_inner--right {
        position: sticky
    }

    .page__wrapper {
        margin-top: 0
    }

    .page__content {
        display: grid;
        grid-template-columns:2fr 1fr;
        grid-template-areas:"left  center";
        gap: 10px
    }

    .content {
        grid-area: left
    }

    .aside__wrap--right {
        grid-area: center;
        width: 100%
    }

    .aside__wrap--right_reclam {
        grid-area: right;
        padding-top: 10px
    }

    .aside__wrap, .right-aside {
        width: 100%
    }

    .left-aside {
        width: 100%;
        margin: 0
    }

    .header__logo-img {
        width: 3rem
    }

    .content {
        padding-top: 70px
    }

    .aside__content_inner--right {
        order: 0
    }

    .aside__content_inner--left {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .greetens.most_game {
        width: 670px
    }

    .block_tit {
        height: 50px;
        padding: 0 15px;
        font-size: 20px
    }

    .block_flex_rops .block_recl {
        padding: 15px;
        width: 470px;
        height: 96px
    }

    .block_flex_rops .block_recl .bolder {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 5px
    }

    .block_duel_top .content_duel .all_information .time_date .date {
        font-size: 12px;
        line-height: 14px;
        margin-right: 0
    }

    .block_duel_top .content_duel {
        padding: 18px 10px;
        background: #fff
    }

    .block_duel_top .content_duel .all_information .time_date {
        width: 45px
    }

    .block_duel_top .content_duel .all_information .name_fact {
        font-size: 12px;
        line-height: 14px;
        width: 232px
    }

    .block_duel_top .head_f .name_duel .camp1 {
        width: 382px
    }

    .block_duel_top .content_duel .all_information .champ {
        font-size: 12px;
        line-height: 14px;
        width: 102px
    }

    .block_duel_top .content_duel .description_progn {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-wrap: wrap
    }

    .block_duel_top .content_duel .description_progn .warn {
        width: 100%;
        margin-bottom: 10px
    }

    .block_duel_top .content_duel .description_progn .btn_duel_change .ch_d {
        margin-right: 10px
    }

    .arhive_table .mun_acar .item_b .title_a, .duel_acardion .sub_acar .item_a .title_a {
        padding: 0 10px
    }

    .duel_acardion .head {
        background: #4e4dc2;
        height: 48px;
        display: flex;
        align-items: center;
        padding: 0 9px
    }

    .duel_acardion .head .vf_4 {
        line-height: 14px
    }

    .duel_acardion .sub_acar .item_a .title_a .xf_3 .date {
        font-size: 12px;
        line-height: 14px;
        display: block
    }

    .arhive_table .mun_acar .item_b .content_a .math_results, .duel_acardion .sub_acar .item_a .content_a .math_results {
        padding: 12px 10px
    }

    .arhive_table .mun_acar .item_b .content_a .math_results .item_m .head_e .mera_0, .duel_acardion .sub_acar .item_a .content_a .math_results .item_m .head_e .mera_0 {
        width: 70px
    }

    .arhive_table .mun_acar .item_b .content_a .math_results .item_m .description_wrap .enters .red_fict_1, .arhive_table .mun_acar .item_b .content_a .math_results .item_m .head_e .mera_1, .duel_acardion .sub_acar .item_a .content_a .math_results .item_m .description_wrap .enters .red_fict_1, .duel_acardion .sub_acar .item_a .content_a .math_results .item_m .head_e .mera_1 {
        width: 150px
    }

    .arhive_table .mun_acar .item_b .content_a .math_results .item_m .description_wrap .enters .red_fict_2, .arhive_table .mun_acar .item_b .content_a .math_results .item_m .head_e .mera_2, .duel_acardion .sub_acar .item_a .content_a .math_results .item_m .description_wrap .enters .red_fict_2, .duel_acardion .sub_acar .item_a .content_a .math_results .item_m .head_e .mera_2 {
        width: 270px
    }

    .arhive_table .mun_acar .item_b .content_a .math_results .item_m .description_wrap .enters .red_fict_0, .duel_acardion .sub_acar .item_a .content_a .math_results .item_m .description_wrap .enters .red_fict_0 {
        width: 70px;
        padding-right: 10px
    }

    .categoryChoice__list {
        background: #4e4dc2;
        position: relative
    }
}

@media (min-width: 900px) and (max-width: 1199px) {
    .page__content {
        display: flex;
        grid-template-columns:none;
        grid-template-areas:none;
        gap: 0;
        justify-content: center;
        align-items: flex-start;
        flex-direction: row
    }

    .content {
        grid-area: auto;
        max-width: 570px
    }

    .aside__wrap.aside__wrap--right {
        max-width: 300px;
        margin-left: 15px
    }

    .aside__wrap_categor_title {
        margin: 0 0 1px
    }
}

@media (min-width: 621px) and (max-width: 899px) {
    .page__content {
        max-width: 698px;
        display: -ms-grid;
        display: grid;
        grid-template-areas:"left" "center" "right";
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .aside__wrap_categor_title {
        margin: 0
    }

    .aside__content_inner--right {
        order: 0
    }

    .header__logo-img {
        width: 3rem
    }

    .content {
        padding-top: 12px
    }

    .aside__wrap--right {
        grid-area: center;
        padding-top: 5px;
        position: relative
    }

    .aside__wrap--right_reclam {
        grid-area: right;
        position: relative;
        padding-top: 7px;
        display: none
    }

    .greetens.most_game {
        width: 620px;
        margin: 0 auto
    }

    .block_tit {
        height: 50px;
        padding: 0 15px;
        font-size: 20px
    }

    .block_flex_rops .block_recl {
        padding: 15px;
        width: 422px;
        height: 96px
    }

    .block_flex_rops .block_recl .bolder {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 5px
    }

    .block_duel_top .content_duel .all_information .time_date .date {
        font-size: 12px;
        line-height: 14px;
        margin-right: 0
    }

    .block_duel_top .content_duel {
        padding: 18px 10px;
        background: #fff
    }

    .block_duel_top .content_duel .all_information .time_date, .block_duel_top .content_duel .all_information .variants .prog .label-radio {
        width: 45px
    }

    .block_duel_top .content_duel .all_information .name_fact {
        font-size: 12px;
        line-height: 14px;
        width: 160px
    }

    .block_duel_top .head_f .name_duel .camp1 {
        width: 382px
    }

    .block_duel_top .content_duel .all_information .champ {
        font-size: 12px;
        line-height: 14px;
        width: 110px
    }

    .block_duel_top .content_duel .description_progn {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-wrap: wrap
    }

    .block_duel_top .content_duel .description_progn .warn {
        width: 100%;
        margin-bottom: 10px
    }

    .block_duel_top .content_duel .description_progn .btn_duel_change .ch_d {
        margin-right: 10px
    }

    .arhive_table .mun_acar .item_b .title_a, .duel_acardion .sub_acar .item_a .title_a {
        padding: 0 10px
    }

    .duel_acardion .head {
        background: #4e4dc2;
        height: 48px;
        display: flex;
        align-items: center;
        padding: 0 9px
    }

    .duel_acardion .head .vf_4 {
        line-height: 14px
    }

    .duel_acardion .sub_acar .item_a .title_a .xf_3 .date {
        font-size: 12px;
        line-height: 14px;
        display: block
    }

    .arhive_table .mun_acar .item_b .content_a .math_results, .duel_acardion .sub_acar .item_a .content_a .math_results {
        padding: 12px 10px
    }

    .arhive_table .mun_acar .item_b .content_a .math_results .item_m .head_e .mera_0, .duel_acardion .sub_acar .item_a .content_a .math_results .item_m .head_e .mera_0 {
        width: 70px
    }

    .arhive_table .mun_acar .item_b .content_a .math_results .item_m .description_wrap .enters .red_fict_1, .arhive_table .mun_acar .item_b .content_a .math_results .item_m .head_e .mera_1, .duel_acardion .sub_acar .item_a .content_a .math_results .item_m .description_wrap .enters .red_fict_1, .duel_acardion .sub_acar .item_a .content_a .math_results .item_m .head_e .mera_1, .only_red {
        width: 150px
    }

    .arhive_table .mun_acar .item_b .content_a .math_results .item_m .description_wrap .enters .red_fict_2, .arhive_table .mun_acar .item_b .content_a .math_results .item_m .head_e .mera_2, .duel_acardion .sub_acar .item_a .content_a .math_results .item_m .description_wrap .enters .red_fict_2, .duel_acardion .sub_acar .item_a .content_a .math_results .item_m .head_e .mera_2 {
        width: 218px
    }

    .arhive_table .mun_acar .item_b .content_a .math_results .item_m .description_wrap .enters .red_fict_0, .duel_acardion .sub_acar .item_a .content_a .math_results .item_m .description_wrap .enters .red_fict_0 {
        width: 70px;
        padding-right: 10px
    }

    .block_flex_rops .block_recl .info_text {
        font-size: 14px;
        line-height: 16px
    }

    .duel_acardion .head .vf_5 {
        font-size: 12px;
        line-height: 14px
    }

    .only_red {
        height: 40px
    }

    .categoryChoice__list {
        position: relative;
        max-width: 100%
    }

    .page__content {
        display: flex;
        grid-template-columns:none;
        grid-template-areas:none;
        gap: 0;
        justify-content: center;
        align-items: center;
        flex-direction: column
    }

    .content {
        max-width: 600px
    }

    .aside__wrap.aside__wrap--right {
        max-width: 600px;
        margin-left: 0
    }
}

@media (max-width: 620px) {
    .menu__item {
        display: none
    }

    .menu__item-all {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .news-single__content.bort p iframe {
        position: relative !important;
        min-height: auto
    }

    .aside__content_inner--right {
        order: 0
    }

    .aside__wrap_categor_title {
        margin: 0
    }

    #yandex_rtb_R-A-1647471-18, .hide_mob {
        display: block
    }

    .content {
        padding-top: 5px
    }

    .aside__wrap {
        position: relative;
        padding-top: 10px
    }

    .arhive_table .head_arh .text_name, .arhive_table .mun_acar .item_b .content_a .math_results .item_m .head_e, .aside__wrap--right_reclam, .block_duel_top .head_f .name_duel .camp2, .block_duel_top .head_f .name_duel .camp3, .block_flex_rops, .block_tit, .duel_acardion .head span.hide_p_mob, .duel_acardion .sub_acar .item_a .content_a .math_results .item_m .head_e, .hide_all, .puts_only_red {
        display: none
    }

    .hide_rec {
        position: absolute;
        top: auto;
        z-index: 9;
        left: auto;
        transform: translate(0, 71%);
        right: 60px
    }

    .header__logo-img {
        width: 2.2rem
    }

    .precent_vip .intern_j {
        left: 4px
    }

    .precent_vip .intern_j .zaman {
        height: 50px;
        width: 47px
    }

    .precent_vip .intern_j .absolut_link_partner {
        right: -24px;
        top: 50px
    }

    .page__content {
        display: -ms-grid;
        display: grid;
        grid-template-areas:"left" "center" "right";
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .greetens.most_game {
        width: 100%
    }

    .all_hide_jer {
        display: block;
        margin-bottom: 5px;
        box-shadow: 0 -2px 0 #4e4dc2, 0 4px 5px rgb(0 0 0 / 9%)
    }

    .all_hide_jer .flex_ror {
        display: flex
    }

    .all_hide_jer .lift_ret {
        width: calc(100% - 115px);
        padding: 8px 15px 5px;
        background: #fff
    }

    .all_hide_jer .lift_ret .title_hdie {
        font-weight: 600;
        font-size: 16px;
        line-height: 26px;
        color: #000
    }

    .all_hide_jer .lift_ret .cross_hdie .open_info_balanse {
        display: flex;
        align-items: center
    }

    .all_hide_jer .lift_ret .cross_hdie .open_info_balanse span {
        font-weight: 600;
        font-size: 12px;
        line-height: 26px;
        color: #4e4dc2;
        margin-right: 5px
    }

    .all_hide_jer .lift_ret .cross_hdie .open_info_balanse.active svg {
        transform: rotate(180deg)
    }

    .hide_bl_balanse {
        background: #fff;
        padding: 15px;
        margin-top: 5px;
        margin-bottom: 5px;
        box-shadow: 0 4px 5px rgb(0 0 0 / 9%)
    }

    .hide_bl_balanse .block_recl {
        font-weight: 600;
        font-size: 14px;
        line-height: 150%;
        margin-bottom: 5px
    }

    .hide_bl_balanse .info_text {
        font-weight: 400;
        font-size: 14px;
        line-height: 150%
    }

    .all_hide_jer .right_ret .block_inout {
        background: #4242a5;
        width: 115px;
        height: 66px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        position: relative
    }

    .all_hide_jer .right_ret .block_inout:before {
        position: absolute;
        content: '';
        display: block;
        right: 0;
        bottom: 0;
        width: 0;
        height: 0;
        border-bottom: 10px solid #fff;
        border-left: 10px solid transparent
    }

    .all_hide_jer .right_ret .block_inout .balance {
        font-weight: 700;
        font-size: 12px;
        line-height: 22px;
        text-transform: uppercase;
        color: #fff
    }

    .all_hide_jer .right_ret .block_inout .btn_inout {
        font-weight: 700;
        font-size: 12px;
        line-height: 16px;
        text-transform: uppercase;
        color: #fff
    }

    .block_duel_top .head_f .name_duel .camp1 {
        font-size: 14px;
        line-height: 26px;
        width: auto
    }

    .block_duel_top .head_f .name_duel .camp4 .btn_inout {
        background: #dde7fa;
        width: 100px;
        height: 28px;
        color: #4e4dc2;
        font-weight: 600;
        font-size: 12px;
        line-height: 18px;
        box-shadow: 0 4px 5px rgb(0 0 0 / 9%);
        border-radius: 2px;
        text-align: center
    }

    .block_duel_top .head_f .name_duel {
        background: #4e4dc2;
        height: 40px;
        display: flex;
        padding: 0 15px;
        width: 100%;
        align-items: center;
        justify-content: space-between
    }

    .block_duel_top .head_f {
        height: 40px
    }

    .arhive_table .mun_acar .item_b .title_a, .block_duel_top .content_duel, .duel_acardion .sub_acar .item_a .title_a {
        padding: 0 15px
    }

    .block_duel_top .content_duel .all_information {
        display: flex;
        flex-flow: wrap;
        justify-content: space-between;
        padding-bottom: 15px;
        padding-top: 15px
    }

    .block_duel_top .content_duel .all_information .time_date .date {
        color: #8c8b8b;
        font-weight: 500;
        font-size: 12px;
        line-height: 18px;
        display: block;
        width: 100%;
        text-align: right
    }

    .block_duel_top .content_duel .all_information .name_fact {
        font-weight: 600;
        font-size: 12px;
        line-height: 18px;
        width: 100%;
        margin: 5px 0 33px
    }

    .block_duel_top .content_duel .all_information .variants .prog .label-radio {
        width: 72px;
        height: 30px
    }

    .block_duel_top .content_duel .all_information .sparing {
        height: 30px;
        margin-right: 0
    }

    .block_duel_top .content_duel .description_progn {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        padding-bottom: 15px
    }

    .block_duel_top .content_duel .description_progn .warn {
        width: 100%;
        height: 54px;
        margin-bottom: 10px
    }

    .block_duel_top .content_duel .description_progn .warn .text_i p span {
        width: 40px
    }

    .block_duel_top .content_duel .all_information .time_date {
        order: 2;
        width: 30%
    }

    .block_duel_top .content_duel .all_information .champ {
        order: 1;
        color: #8c8b8b;
        font-weight: 600;
        font-size: 12px;
        line-height: 18px;
        width: 70%
    }

    .block_duel_top .content_duel .all_information .name_fact {
        order: 3
    }

    .block_duel_top .content_duel .all_information .sparing {
        order: 4;
        position: relative;
        width: 23%
    }

    .block_duel_top .content_duel .all_information .variants {
        order: 5;
        position: relative;
        width: 75%
    }

    .hide_all5, .page__content.games .aside__wrap--right_reclam {
        display: block
    }

    .block_duel_top .content_duel .all_information .variants .prog, .duel_acardion .sub_acar .item_a .title_a .xf_4 {
        width: 30%
    }

    .block_duel_top .content_duel .all_information .variants .prog .radio-btn {
        display: inline-flex;
        width: 100%
    }

    .block_duel_top .content_duel .all_information .sparing span.hide_all5, .block_duel_top .content_duel .all_information .variants span.hide_all5 {
        color: #8c8b8b;
        font-weight: 600;
        font-size: 10px;
        line-height: 18px;
        position: absolute;
        top: -22px;
        left: 50%;
        transform: translate(-50%, 0)
    }

    .block_duel_top .content_duel .description_progn .btn_duel_change {
        width: 63%
    }

    .block_duel_top .content_duel .description_progn .send_duel {
        width: 35%
    }

    .block_duel_top .content_duel .description_progn .btn_duel_change .ch_d {
        width: 100%;
        height: 40px
    }

    .block_duel_top .content_duel .description_progn .send_duel .duel_send {
        width: 100%;
        height: 40px;
        line-height: 1.1
    }

    .duel_acardion .head span.hide_p_all {
        display: inline-block
    }

    .duel_acardion .possible-balance {
        font-size: 12px
    }

    .arhive_table .head_arh, .duel_acardion .head {
        height: 36px;
        padding: 0 15px
    }

    .duel_acardion .head .vf_1 {
        font-size: 10px;
        line-height: 18px;
        width: 20%
    }

    .duel_acardion .head .vf_2 {
        font-size: 10px;
        line-height: 18px;
        width: 15%
    }

    .duel_acardion .head .vf_3 {
        font-size: 10px;
        line-height: 18px;
        width: 17%
    }

    .duel_acardion .head .vf_4 {
        font-size: 10px;
        line-height: 18px;
        width: 30%
    }

    .duel_acardion .head .vf_5 {
        font-size: 10px;
        line-height: 18px;
        width: 18%
    }

    .arhive_table .mun_acar .item_b .title_a .xf_1, .duel_acardion .sub_acar .item_a .title_a .xf_1 {
        color: #8c8b8b;
        width: 20%;
        font-size: 12px;
        line-height: 16px
    }

    .arhive_table .mun_acar .item_b .title_a .xf_2, .duel_acardion .sub_acar .item_a .title_a .xf_2 {
        width: 15%
    }

    .duel_acardion .sub_acar .item_a .title_a .xf_3 {
        width: 17%
    }

    .arhive_table .mun_acar .item_b .title_a .xf_4, .duel_acardion .sub_acar .item_a .title_a .xf_5 {
        width: 18%
    }

    .duel_acardion .sub_acar .item_a .title_a .xf_2 .prin1, .duel_acardion .sub_acar .item_a .title_a .xf_4 .fool_m, .duel_acardion .sub_acar .item_a .title_a .xf_4 .this_m {
        font-size: 12px;
        line-height: 16px
    }

    .duel_acardion .sub_acar .item_a .title_a .xf_3 .date, .duel_acardion .sub_acar .item_a .title_a .xf_5 .money {
        font-size: 12px;
        line-height: 16px;
        display: block
    }

    .duel_acardion .sub_acar .item_a .title_a .iren:before {
        right: -4px;
        width: 8px
    }

    .arhive_table .mun_acar .item_b .content_a .math_results, .duel_acardion .sub_acar .item_a .content_a .math_results {
        padding: 12px 15px 0
    }

    .duel_acardion .sub_acar .item_a .title_a .iren {
        border-bottom: 0
    }

    .arhive_table .mun_acar .item_b .content_a .math_results .item_m .description_wrap .enters, .duel_acardion .sub_acar .item_a .content_a .math_results .item_m .description_wrap .enters {
        display: flex;
        flex-flow: wrap;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 15px;
        padding-bottom: 15px
    }

    .arhive_table .mun_acar .item_b .content_a .math_results .item_m .description_wrap .enters .red_fict_0, .duel_acardion .sub_acar .item_a .content_a .math_results .item_m .description_wrap .enters .red_fict_0 {
        order: 3;
        width: 90px;
        text-align: right
    }

    .arhive_table .mun_acar .item_b .content_a .math_results .item_m .description_wrap .enters .red_fict_1, .duel_acardion .sub_acar .item_a .content_a .math_results .item_m .description_wrap .enters .red_fict_1 {
        order: 0;
        display: none;
        width: 100%;
        margin-bottom: 10px
    }

    .arhive_table .mun_acar .item_b .content_a .math_results .item_m .description_wrap .enters .red_fict_2, .duel_acardion .sub_acar .item_a .content_a .math_results .item_m .description_wrap .enters .red_fict_2 {
        order: 1;
        width: 100%;
        font-weight: 600
    }

    .arhive_table .mun_acar .item_b .content_a .math_results .item_m .description_wrap .enters .red_fict_3, .duel_acardion .sub_acar .item_a .content_a .math_results .item_m .description_wrap .enters .red_fict_3 {
        order: 2;
        width: 210px
    }

    .arhive_table .mun_acar .item_b .content_a .math_results .item_m .description_wrap .enters .red_fict_3 .hide_lg, .duel_acardion .sub_acar .item_a .content_a .math_results .item_m .description_wrap .enters .red_fict_3 .hide_lg {
        display: block;
        color: #8c8b8b;
        font-size: 10px;
        line-height: 130%;
        margin-right: 10px
    }

    .arhive_table .mun_acar .item_b .content_a .math_results .item_m .description_wrap .enters .red_fict_3 .you, .duel_acardion .sub_acar .item_a .content_a .math_results .item_m .description_wrap .enters .red_fict_3 .you {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        position: relative
    }

    .arhive_table .mun_acar .item_b .content_a .math_results .item_m .description_wrap .enters .red_fict_3 .sp:before, .arhive_table .mun_acar .item_b .content_a .math_results .item_m .description_wrap .enters .red_fict_3 .you:before, .duel_acardion .sub_acar .item_a .content_a .math_results .item_m .description_wrap .enters .red_fict_3 .sp:before, .duel_acardion .sub_acar .item_a .content_a .math_results .item_m .description_wrap .enters .red_fict_3 .you:before {
        content: "";
        display: block;
        width: 1px;
        height: 21px;
        background: #dbdbdb;
        position: absolute;
        right: 3px;
        top: 3px
    }

    .arhive_table .mun_acar .item_b .content_a .math_results .item_m .description_wrap .enters .red_fict_3 .sp, .duel_acardion .sub_acar .item_a .content_a .math_results .item_m .description_wrap .enters .red_fict_3 .sp {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative
    }

    .arhive_table .mun_acar .item_b .content_a .math_results .item_m .description_wrap .enters .red_fict_3 .itog, .duel_acardion .sub_acar .item_a .content_a .math_results .item_m .description_wrap .enters .red_fict_3 .itog {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .arhive_table .mun_acar .item_b .content_a .math_results .item_m .description_wrap .enters .red_fict_3 .itog .end, .duel_acardion .sub_acar .item_a .content_a .math_results .item_m .description_wrap .enters .red_fict_3 .itog .end {
        width: 30px
    }

    .duel_acardion .sub_acar .item_a, .games .aside__wrap--right_reclam .aside__content_inner--right {
        position: relative
    }

    .duel_acardion .sub_acar .item_a:before {
        content: "";
        display: block;
        width: 91%;
        height: 1px;
        background: #dbdbdb;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0)
    }

    .duel_acardion .sub_acar .item_a .content_a .math_results .item_m .description_wrap .enters:last-child {
        margin-bottom: 0
    }

    .arhive_table .head_arh .text_results div {
        margin-left: 0;
        margin-right: 6px
    }

    .arhive_table .mun_acar .item_b .title_a .xf_3 {
        width: 47%
    }

    .arhive_table .mun_acar .item_b .content_a .math_results .item_m .description_wrap .enters:last-child {
        margin-bottom: 0;
        border-bottom: 0
    }

    .arhive_table .mun_acar .item_b .content_a .math_results .item_m .description_wrap .enters .red_fict_3 .you .znach {
        height: 26px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
        font-size: 12px;
        line-height: 130%
    }

    .block_duel_top .content_duel .description_progn .warn .text_i p {
        line-height: 1.2
    }

    .greetens .block_duel_top .block-message p {
        top: 30%
    }

    .log_block {
        box-shadow: 0 -2px 0 #4e4dc2, 0 4px 5px rgb(0 0 0 / 9%);
        margin-bottom: 7px;
        display: block
    }

    .log_block ul li {
        line-height: 1;
        width: 50%;
        display: block
    }

    .log_block ul li a {
        font-size: 14px;
        line-height: 1.2;
        color: #4242a5;
        background: #fff;
        padding: 10px 0;
        margin: 0;
        border-radius: 0;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .categoryChoice {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        flex-direction: column;
        height: auto;
        padding-bottom: 38px
    }

    .only_red {
        height: 40px;
        width: 100%;
        margin-bottom: 11px;
        display: flex
    }

    .categoryChoice__list {
        position: absolute;
        max-width: 100%;
        width: 100%;
        bottom: 0
    }
}

.container_bit {
    background: #fff;
    width: 100%;
    width: 1000px;
    margin: 0px auto;
    padding: 0 0 15px;
}

.container_bit .big_item {
    padding: 0 24px
}


.nav_in_games {
    padding: 0px 24px 11px 24px;
}
.nav_in_games .scrolls_nav{

}

.nav_in_games .scrolls_nav .nav_inner{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.nav_in_games .scrolls_nav .nav_inner li{
    margin: 0 30px 0 0;
}

.nav_in_games .scrolls_nav .nav_inner li a{
    color:#4E4DC2;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    display: block;
    padding: 0 0 0 0;
    margin: 0 0px 0 0;
}

.nav_in_games .scrolls_nav .nav_inner li a:hover{

}

.nav_in_games .scrolls_nav .nav_inner li:first-child a{
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    display: block;
    padding: 0 0 0 0;
    margin: 0 0px 0 0;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 7px 0 7px;
    border-radius: 4px;
    background: #4E4DC2;
}




















.meduza {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 347px);
}


.head_bit {
    padding: 26px 24px 23px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.head_bit .title {
    font-size: 30px;
    font-weight: 600;
    line-height: 26px;
    width: 347px;
}




.chempion_sheep .btn_result, .head_bit .btn_list_control .list {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.chempion_sheep .btn_result a,
.head_bit .btn_list_control .list a {
    background: transparent;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 0px;
    margin-left: 30px;
    border-bottom: 2px solid transparent;
}

.head_bit .btn_list_control .list a.active{
    color: #4E4DC2;
    border-bottom: 2px solid #4E4DC2;
}


.head_bit .btn_list_control .list a:hover {
    color: #4E4DC2;
}
.head_bit .btn_list_control .list a.in_out{
    color: #D34007;
}


/*******************************************************/
/*******************************************************/



.head_bit .sport_dropdown{
    margin: 0 0 0 0;
    position: relative;
    cursor: pointer;
}
.head_bit .sport_dropdown .sport_name{
    border-radius: 4px;
    background: #F6F5FF;
    color: #4E4DC2;
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 16px;
    position: relative;
}

.head_bit .sport_dropdown .sport_name span{
    margin-right: 6px;
}

.head_bit .sport_dropdown .sport_name svg{
    width: 9px;
    height: 9px;
}
.head_bit .sport_dropdown .drops.opens {
    position: absolute;
    width: 100%;
    top: 34px;
    border-top: 1px solid #e7e6ed;
    background: #F6F5FF;
    padding: 4px 8px;
    font-size: 12px;
    border-radius: 0 0 4px 4px;
}

.head_bit .sport_dropdown .drops a {
    border-radius: 0 0 4px 4px;
    margin: 0;
    width: 100%;
    display: block;
    text-align: center;
    display: none;
}

.head_bit .sport_dropdown .drops.opens a{
    display: block;
    cursor: pointer;
}

.head_bit .sport_dropdown.click_cls .sport_name{
    border-radius: 4px 4px 0 0;
}


/*******************************************************/
/*******************************************************/


.head_bit .btn_list_control .list .user_dropdown{
    margin: 0 0 0 8px;
    position: relative;
    cursor: pointer;
}
.head_bit .btn_list_control .list .user_dropdown .user_name{
    border-radius: 4px;
    background: #eeedf5;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 16px;
    position: relative;
}

.head_bit .btn_list_control .list .user_dropdown .user_name span{
    margin-right: 6px;
}

.head_bit .btn_list_control .list .user_dropdown .user_name svg{
    width: 9px;
    height: 9px;
}
.head_bit .btn_list_control .list .user_dropdown .drop {
    position: absolute;
    width: 100%;
    top: 34px;
    border-top: 1px solid #e7e6ed;
}

.head_bit .btn_list_control .list .user_dropdown .drop a {
    border-radius: 0 0 4px 4px;
    margin: 0;
    width: 100%;
    display: block;
    text-align: center;
    display: none;
}

.head_bit .btn_list_control .list .user_dropdown .drop.open a{
    display: block;
    cursor: pointer;
}

.head_bit .btn_list_control .list .user_dropdown.click_cl .user_name{
    border-radius: 4px 4px 0 0;
}









.chempion_sheep .btn_result a.active{
    color: #4E4DC2;
    border-bottom: 2px solid #4E4DC2;
}



.activity_pagination {
    padding: 25px 0 14px
}

.activity_pagination .wrap_pag .name {
    margin: 0 16px 0 0
}

.activity_pagination .wrap_pag .name span.desc {
    color: #000;
    font-size: 17px;
    font-weight: 600;
    line-height: 26px
}

.activity_pagination .wrap_pag .name span.mob {
    display: none;
    color: #000;
    font-size: 17px;
    font-weight: 600;
    line-height: 26px
}

.activity_pagination .wrap_pag .list a, .chempion_sheep .control_list .pagination_big .list_link a {
    border-radius: 4px;
    padding: 2px 9px;
    margin: 0 6px 0 0;
    background: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.activity_pagination .wrap_pag .list a.active, .activity_pagination .wrap_pag .list a:hover, .chempion_sheep .control_list .pagination_big .list_link a.active, .chempion_sheep .control_list .pagination_big .list_link a:hover
{
    background: #4e4dc2;
    color: #fff
}

.our_prognoz .under_prognoz .crops .give_prog a.active {
    color: #4E4DC2;
    border-bottom: 2px solid #4E4DC2;

}



.chempion_sheep {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 0 0;
}

.chempion_sheep .control_list .pagination_big .list_link{
    max-width: 165px;
    overflow: hidden;
}





.chempion_sheep .control_list .title {
    color: #000;
    font-size: 17px;
    font-weight: 600;
    line-height: 26px;
    margin: 0 24px 0 0
}

.chempion_sheep .control_list .pagination_big .it_arrow.before {
    margin: 0 14px 0 0;
    border-radius: 4px;
    padding: 1px 0;
    width: 31px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.chempion_sheep .control_list .pagination_big .it_arrow.next {
    margin: 0 14px 0 4px;
    border-radius: 4px;
    padding: 1px 0;
    width: 31px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.list_comand .changer .item:hover:before, .list_comand .changer .item:last-child:hover:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 2
}

.chempion_sheep .control_list .pagination_big .name_pag {
    color: #000;
    font-size: 17px;
    font-weight: 600;
    line-height: 26px;
    margin: 0 8px 0 0
}

.chempion_sheep .control_list .pagination_big .plus {
    border-radius: 4px;
    background: #eeedf5;
    padding: 1px 8px;
    width: 31px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center
}

.list_comand {
    border-radius: 4px;
    margin: 10px 0 0;
    padding: 0 15px;
}

.list_comand .hesd_wrap .inner {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start
}

.list_comand .hesd_wrap .inner .munb, .list_comand .hesd_wrap .inner .team {
    align-items: center;
    font-weight: 400;
    height: 40px;
    display: flex;
    color: #828282;
    font-size: 14px;
}

.list_comand .hesd_wrap .inner .munb {
    width: 46px;
    justify-content: center

}

.list_comand .hesd_wrap .inner .team {
    width: 467px;
    justify-content: flex-start;
    padding-left: 12px
}

.list_comand .hesd_wrap .inner .live {
    width: 100px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px
}

.list_comand .hesd_wrap .inner .wrap_b, .list_comand .hesd_wrap .inner .wrap_h, .list_comand .hesd_wrap .inner .wrap_m, .list_comand .hesd_wrap .inner .wrap_n {
    width: 82px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    color: #828282;
    font-size: 14px;
}

.list_comand .hesd_wrap .inner .wrap_o {
    width: 27px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    color: #828282;
    font-size: 14px;
}

.list_comand .changer .item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    border-bottom: 1px solid #EEE;
}

.list_comand .changer .item:nth-child(1),
.list_comand .changer .item:nth-child(2),
.list_comand .changer .item:nth-child(3),
.list_comand .changer .item:nth-child(4),
.list_comand .changer .item:nth-child(5),
.list_comand .changer .item:nth-child(6),
.list_comand .changer .item:nth-child(7),
.list_comand .changer .item:nth-child(8){
    background: #F5F4FE;
}

/*

.list_comand .changer .item.red{background: rgba(245, 244, 254, 0.50)}
.list_comand .changer .item.orange{background: rgba(245, 244, 254, 0.50)}
.list_comand .changer .item.green{background: rgba(245, 244, 254, 0.50)}



.list_comand .changer .item.red:hover{background: rgba(245, 244, 254, 0.50)}
.list_comand .changer .item.orange:hover{background: rgba(245, 244, 254, 0.50)}
.list_comand .changer .item.green:hover{background: rgba(245, 244, 254, 0.50)}

*/









.list_comand .changer .item .munb {
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}

.list_comand .changer .item .munb > div {
    border-radius: 4px;
    width: 30px;
    height: 30px;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.list_comand .changer .item .live, .list_comand .changer .item .team {
    font-weight: 600;
    align-items: center;
    display: flex;
    height: 40px;
}

.list_comand .changer .item .munb .green {
    background: #9898DD;
    color: #fff
}

.list_comand .changer .item .munb .red {
    background: #E8E5FF;
    color: #000
}


.list_comand .changer .item:nth-last-child(3) .munb>div{
    font-weight: 400;
}

.list_comand .changer .item .munb .orange {
    background: rgba(245, 244, 254, 0.50);

    color: #000;
}

.list_comand .changer .item .team {
    width: 467px;
    justify-content: flex-start;
    padding-left: 12px
}

.list_comand .changer .item .live {
    width: 100px;
    justify-content: center;
    color: #eb5757
}

.list_comand .changer .item .live.is-finished{
    color: #eb5757;
}




.list_comand .changer .item .live.end_b {
    color: #000
}

.list_comand .changer .item .wrap_b, .list_comand .changer .item .wrap_h, .list_comand .changer .item .wrap_m, .list_comand .changer .item .wrap_n {
    width: 82px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}

.list_comand .changer .item .wrap_o {
    width: 27px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}

.list_comand .changer .item:hover {
    background: rgba(245, 244, 254, 0.50);
}
.list_comand .changer .item.champion{
    background: rgba(245, 244, 254, 0.50);
}


.list_comand .changer .item:hover:before {
    background: #f3f2fb
}

.list_comand .changer .item:last-child:hover:before {
    background: 0 0
}

.tournirs_enother {
    margin: 40px 0
}

.statistick .item_list_big .acordion_list .acc_item, .tournirs_enother .wrap_outer {

}

.tournirs_enother .wrap_outer .head_tour .left {
    width: 46%;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    height: 37px;
    padding: 0 0 0 18px;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.tournirs_enother .wrap_outer .head_tour .right {
    width: 54%;
    border-bottom: 1px solid #e6e6e6;
    height: 37px;
    padding: 0 0 0 18px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 600
}

.tournirs_enother .wrap_outer .descr_tour .left {
    width: 46%;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    height: 37px;
    padding: 0 0 0 18px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 700;
    font-size: 17px
}

.tournirs_enother .wrap_outer .descr_tour .right {
    width: 54%;
    border-bottom: 1px solid #e6e6e6;
    height: 37px;
    padding: 0 0 0 18px;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.statistick .item_list_big {
    padding: 0px 0 0 0;
}

.not_akardion .title, .statistick .item_list_big .title {
    font-weight: 700;
    line-height: 26px;
    font-size: 17px;
    margin: 0
}

.statistick .item_list_big .acordion_list {
    margin: 0px 0 16px;
}

.statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc {
    display: flex;
    align-items: center;
    cursor: pointer;
    flex-direction: column;
    justify-content: flex-start;
}



.statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .info_liner{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    background: #F8F8F8;
}
.statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .info_liner .open_arrow{
    width: 35px;
    height: 40px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}
.statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .info_liner .open_arrow svg{

}
.statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .info_liner .tour{
    padding: 0 0 0 3px;
    width: calc(100% - 495px);
    border-right: 0;
    height: 40px;
    font-weight: 500;
}
.statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .info_liner .txt_match {
    width: 100px;
    color: #828282;
    text-align: right;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    position: relative;
    padding-right: 28px;
}

.statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .info_liner .txt_match:before{
    content: "";
    display: block;
    height: 1px;
    width: 47px;
    background: #BFBFBF;
    position: absolute;
    bottom: -1px;
    right: 27px;
}


.statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .info_liner .grop_list_chem{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 360px;
}
.statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .info_liner .grop_list_chem .etap_item{
    width: 26px;
    color: #828282;
    font-size: 12px;
    font-weight: 500;
    line-height: 100%;
    display: block;
    background: transparent;
    text-align: center;
}

.statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .info_liner .grop_list_chem .etap_item.ended{
    color: #4E4DC2;
    font-weight: 800;
}


.statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .opest{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 15px 0;
}
.statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .opest .teams{
    width: calc(100% - 550px);

}
.statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .opest .teams .team1{
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 27.5px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 36px;
}
.statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .opest .teams .team1:before{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 5px;
    background: transparent;
    border: 1px solid #4E4DC2;
    position: absolute;
    left: 11px;
    top: 9px;
}

.statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .opest .teams .team2{
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 27.5px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 36px;
}
.statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .opest .teams .team2:before{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 5px;
    background: transparent;
    border: 1px solid #4E4DC2;
    position: absolute;
    left: 11px;
    top: 9px;
}

.statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .opest .time_or_check{
    width: 190px;
    text-align: right;
    padding-right: 105px;
}
.statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .opest .time_chem{
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 27.5px;
}

.statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .opest .time_chem.cliff2{
    font-weight: 500;
}





.statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .opest .date_chem{
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 27.5px;
}



.statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .opest .time_or_check_hiden{
    display: none;
}

.statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .opest .grop_list_chem_hiden{
    display: none;
}




.statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .opest .competitions{

}
.statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .opest .competitions .one_team{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 360px;
    margin-bottom: 4px;
}
.statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .opest .competitions .one_team .etap_item{
    width: 24px;
    height: 24px;
    display: block;
    background: transparent;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 27.5px;
    border-radius: 4px;
}

.statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .opest .competitions .one_team .etap_item.same{
    background: #FFE500;
    border-radius: 4px 4px 0 0 ;
}
.statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .opest .competitions .one_team .etap_item.guessed{
    background: #4E4DC2;
    color: #fff;
}
.statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .opest .competitions .one_team .etap_item.rival{
    background: #D34007;
    color: #fff;
}






.statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .opest .competitions .one_team .etap_item.coincidence{
    border-radius: 3px;
    background: #F6F5FF;
    color: #4E4DC2;
}




.statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .opest .competitions .two_team{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 360px;
    margin-top: 4px;
}
.statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .opest .competitions .two_team .etap_item{
    width: 24px;
    height: 24px;
    display: block;
    background: transparent;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 27.5px;
    border-radius: 4px;
}
.statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .opest .competitions .two_team .etap_item:before{
    content: "";
    display: block;
    width: 100%;
    height: 8px;
    position: absolute;
    top: -5px;
    left: 0;
    background: transparent;
}
.statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .opest .competitions .two_team .etap_item.same:before{
    background: #FFE500;
}

.statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .opest .competitions .two_team .etap_item.same{
    background: #FFE500;
    border-radius: 0 0  4px 4px;
    position: relative;
}
.statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .opest .competitions .two_team .etap_item.guessed{
    background: #4E4DC2;
    color: #fff;
}
.statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .opest .competitions .two_team .etap_item.rival{
    background: #D34007;
    color: #fff;
}




.statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .opest .competitions .two_team .etap_item.coincidence{
    border-radius: 3px;
    background: #F6F5FF;
    color: #4E4DC2;
}



.etap_item.correct{
    border-radius: 3px!important;
    background: #F6F5FF!important;
    color: #4E4DC2!important;
    font-weight: 500!important;
}






.wrap_content_acc .opest_scr{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 15px 0;
    border-top: 1px solid #EEEEEE;
}


.wrap_content_acc .opest_scr .time_or_check_hiden{
    display: none;
}
.wrap_content_acc .opest_scr .grop_list_chem_hiden{
    display: none;
}



.wrap_content_acc .opest_scr .teams{
    width: calc(100% - 550px);
    padding-left: 55px;
}
.wrap_content_acc .opest_scr .teams .team1{
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 27.5px;
    position: relative;
}
.wrap_content_acc .opest_scr .teams .team1:before{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 5px;
    background: transparent;
    border: 1px solid #4E4DC2;
    position: absolute;
    left: -41px;
    top: 9px;
}

.wrap_content_acc .opest_scr .teams .team2{
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 27.5px;
    position: relative;
}
.wrap_content_acc .opest_scr .teams .team2:before{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 5px;
    background: transparent;
    border: 1px solid #4E4DC2;
    position: absolute;
    left: -41px;
    top: 9px;
}

.wrap_content_acc .opest_scr .time_or_check{
    width: 190px;
    text-align: right;
    padding-right: 105px;
}
.wrap_content_acc .opest_scr .time_chem{
    font-size: 14px;
    font-style: normal;
    line-height: 27.5px;
}


.wrap_content_acc .opest_scr .date_chem{
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 27.5px;
}








.wrap_content_acc .opest_scr .competitions{

}
.wrap_content_acc .opest_scr .competitions .one_team{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 360px;
    margin-bottom: 4px;
}
.wrap_content_acc .opest_scr .competitions .one_team .etap_item{
    width: 24px;
    height: 24px;
    display: block;
    background: transparent;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 27.5px;
}

.wrap_content_acc .opest_scr .competitions .one_team .etap_item.coincidence{
    border-radius: 3px;
    background: #F6F5FF;
    color: #4E4DC2;
}

.wrap_content_acc .opest_scr .competitions .two_team{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 360px;
    margin-top: 4px;
}
.wrap_content_acc .opest_scr .competitions .two_team .etap_item{
    width: 24px;
    height: 24px;
    display: block;
    background: transparent;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 27.5px;
}
.wrap_content_acc .opest_scr .competitions .two_team .etap_item.coincidence{
    border-radius: 3px;
    background: #F6F5FF;
    color: #4E4DC2;
}







































.list_inform_prog .item:last-child .date, .list_inform_prog .item:last-child .koeficient, .list_inform_prog .item:last-child .mirin, .list_inform_prog .item:last-child .name_team, .list_inform_prog .item:last-child .name_tour {
    border-bottom: 1px solid #e6e6e6
}

.statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .tour {
    width: 138px;
    border-right: 1px solid #e6e6e6;
    height: 47px;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding: 0 0 0 18px
}

.statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .name {
    width: 632px;
    border-right: 1px solid #e6e6e6;
    height: 47px;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding: 0 0 0 18px
}

.not_akardion .line_prog .wrap_head_acc .name .team1, .statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .name .team1 {
    margin-right: 8px;
    font-weight: 600
}

.not_akardion .line_prog .wrap_head_acc .name .team2, .statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .name .team2 {
    margin-left: 8px;
    font-weight: 600
}

.statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .check {
    width: 120px;
    border-right: 1px solid #e6e6e6;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .check .info_game{
    text-align: center;
}



.statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .open_arrow {
    width: 64px;
    height: 47px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 4px 0 0
}

.statistick .item_list_big .acordion_list .acc_item .acc_content {
    height: 0;
    overflow: hidden;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}






.statistick .item_list_big .acordion_list .acc_item .acc_content .wrap_content_acc .pust1 {
    width: 136px
}

.statistick .item_list_big .acordion_list .acc_item .acc_content .wrap_content_acc .pust2 {
    width: 64px
}

.statistick .item_list_big .acordion_list .acc_item .acc_content .wrap_content_acc .item .name {
    height: 34px;
    border-left: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 0 0 18px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 630px
}

.statistick .item_list_big .acordion_list .acc_item .acc_content .wrap_content_acc .item .name .team1 {
    margin-right: 8px
}

.statistick .item_list_big .acordion_list .acc_item .acc_content .wrap_content_acc .item .name .team2 {
    margin-left: 8px
}

.statistick .item_list_big .acordion_list .acc_item .acc_content .wrap_content_acc .item .check {
    height: 34px;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px
}


.statistick .item_list_big .acordion_list.openlist1 .acc_item .acc_content{
    height: auto;
    overflow: visible;
}
.statistick .item_list_big .acordion_list.openlist1 .acc_item .acc_head .wrap_head_acc .info_liner .open_arrow{
    transform: rotate(180deg)
}

.statistick .item_list_big .acordion_list.openlist1 .acc_item .acc_head .wrap_head_acc .info_liner .open_arrow svg path{
    stroke: #EB5757;
}



.statistick .item_list_big .acordion_list.openlist2 .acc_item .acc_math{
    display: block;
}
.statistick .item_list_big .acordion_list.openlist2 .acc_item .acc_head .wrap_head_acc .info_liner .txt_match{
    color: #D34007;
}
.statistick .item_list_big .acordion_list.openlist2 .acc_item .acc_head .wrap_head_acc .info_liner .txt_match:before{
    background: #D34007;
}








.acc_item .acc_math{
    display: none;
}

.acc_item .acc_math .inner_acc_math{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.acc_item .acc_math .inner_acc_math .left_acc{
    width: calc(100% - 275px);
    padding-right: 20px;
}

.acc_item .acc_math .inner_acc_math .left_acc .lestprot {
    padding-left: 16px;
}

.acc_item .acc_math .inner_acc_math .left_acc .lestprot .i_prot{
    border-left: 3px solid #F0F0F0;
    padding-left: 19px;
}







.acc_item .acc_math .inner_acc_math .left_acc .tops{
    display: flex;
    color: #828282;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    padding: 0 0 5px 539px;
}

.acc_item .acc_math .inner_acc_math .left_acc .tops .pust{

}
.acc_item .acc_math .inner_acc_math .left_acc .tops .yot_t{

}


.acc_item .acc_math .inner_acc_math .left_acc .guns{

}
.acc_item .acc_math .inner_acc_math .left_acc .guns .item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0px 0 10px;
}
.acc_item .acc_math .inner_acc_math .left_acc .guns .item .numb{
    width: 24px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
}
.acc_item .acc_math .inner_acc_math .left_acc .guns .item .komand {

    width: calc(100% - 217px);
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.acc_item .acc_math .inner_acc_math .left_acc .guns .item .komand .team1{
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
.acc_item .acc_math .inner_acc_math .left_acc .guns .item .komand .razdel{
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    margin: 0 5px;
}
.acc_item .acc_math .inner_acc_math .left_acc .guns .item .komand .team2{
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



.acc_item .acc_math .inner_acc_math .left_acc .guns .item .chet{
    width: 110px;
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    text-align: right;
    padding-right: 40px;
}
.acc_item .acc_math .inner_acc_math .left_acc .guns .item .chet .team1{
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
}
.acc_item .acc_math .inner_acc_math .left_acc .guns .item .chet .razdel{
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    margin: 0 0px;
}
.acc_item .acc_math .inner_acc_math .left_acc .guns .item .chet .team2{
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
}

.acc_item .acc_math .inner_acc_math .left_acc .guns .item .chet.reds .team1{
    color: #FF0000;
}
.acc_item .acc_math .inner_acc_math .left_acc .guns .item .chet.reds .razdel{
    color: #FF0000;
}
.acc_item .acc_math .inner_acc_math .left_acc .guns .item .chet.reds .team2{
    color: #FF0000;
}

























.acc_item .acc_math .inner_acc_math .left_acc .guns .item .coints .your{
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    width: 19px;
    height: 22px;
    display: flex;
    border-radius: 3px;
    background: transparent;
    align-items: center;
    justify-content: center;
}
.acc_item .acc_math .inner_acc_math .left_acc .guns .item .coints .defis{
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    width: 10px;
    height: 22px;
    display: flex;
    border-radius: 3px;
    align-items: center;
    justify-content: center;
    margin: 0 6px;
}
.acc_item .acc_math .inner_acc_math .left_acc .guns .item .coints .enother{
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    width: 19px;
    height: 22px;
    display: flex;
    border-radius: 3px;
    background: transparent;
    align-items: center;
    justify-content: center;
}






.acc_item .acc_math .inner_acc_math .left_acc .guns .item .coints{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px;
    width: 63px;
    height: 24px;
}
.acc_item .acc_math .inner_acc_math .left_acc .guns .item .coints.same{
    background: #FFE500;
}
.acc_item .acc_math .inner_acc_math .left_acc .guns .item .coints.guessed .your{
    background: #4E4DC2;
    color: #fff;
}
.acc_item .acc_math .inner_acc_math .left_acc .guns .item .coints.rival .enother{
    background: #D34007;
    color: #fff;
}










.acc_item .acc_math .inner_acc_math .left_acc .guns .item .coints .your.blue{
    background: #F6F5FF;
    color: #4E4DC2;
}
.acc_item .acc_math .inner_acc_math .left_acc .guns .item .coints .enother.blue{
    background: #F6F5FF;
    color: #4E4DC2;
}





.acc_item .acc_math .inner_acc_math .right_acc{
    width: 300px;
    padding-top: 20px;
}
.acc_item .acc_math .inner_acc_math .right_acc .baner{

}
.acc_item .acc_math .inner_acc_math .right_acc .baner img{
    width: 100%;
}























.statistick .item_list_big .acordion_list .acc_item.open .acc_content {
    height: auto;
    overflow: hidden;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.not_akardion {
    margin: 0 0 24px
}

.not_akardion .line_prog {
    margin: 16px 0 0
}

.not_akardion .line_prog .wrap_head_acc {
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.not_akardion .line_prog .wrap_head_acc .position {
    width: 110px;
    height: 47px;
    border-right: 1px solid #e6e6e6;
    display: flex;
    align-items: center;
    justify-content: center
}

.not_akardion .line_prog .wrap_head_acc .name {
    width: 736px;
    height: 47px;
    padding: 0 0 0 16px;
    font-weight: 600;
    line-height: 22px;
    border-right: 1px solid #e6e6e6;
    display: flex;
    align-items: center
}

.not_akardion .line_prog .wrap_head_acc .date {
    width: 108px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center
}

.our_prognoz {
    padding:  0px 24px 20px 24px;
}

.our_prognoz .under_prognoz {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}



.our_prognoz .head_teams_brand{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 0 0;
    margin: 0 0 7px 0;
}
.our_prognoz .head_teams_brand .title {
    color: #1B1B1B;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    width: calc(100% - 370px);
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.our_prognoz .head_teams_brand .title .instruktion {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: 15px;
}
.our_prognoz .head_teams_brand .title .instruktion .min{
    width: 24px;
    height: 24px;
    margin: 0 5px;
    color: #4E4DC2;
    border-radius: 3px;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    background: #F6F5FF;
    display: flex;
    align-items: center;
    justify-content: center;


}
.our_prognoz .head_teams_brand .title .instruktion .zero{
    width: 24px;
    height: 24px;
    margin: 0 5px;
    color: #4E4DC2;
    border-radius: 3px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    background: #F6F5FF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.our_prognoz .head_teams_brand .title .instruktion .max{
    width: 24px;
    height: 24px;
    margin: 0 5px;
    color: #4E4DC2;
    border-radius: 3px;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    background: #F6F5FF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.our_prognoz .head_teams_brand .title .instruktion .osk{
    width: 33px;
    height: 20px;
    margin: 0 5px;
    border-radius: 3px;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    background: #27AE60;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}




.our_prognoz .head_teams_brand .clons{
    width: 100px;
    text-align: center;
}
.our_prognoz .head_teams_brand .clons img{
    display: block;
    margin: 0 auto;
    height: 100%;
}
.our_prognoz .head_teams_brand .team1_wrap{
    width: 135px;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.our_prognoz .head_teams_brand .team1_wrap p{
    color: #828282;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 120%;
    display: block;
    margin: 0 auto 0;
}

.our_prognoz .head_teams_brand .team1_wrap span{
    color: #4E4DC2;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 120%;
    display: block;
    margin: 0 auto 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}




.list_inform_prog .item .variants.first .prog .radio-btn.active .label-radio{
    background: #4e4dc2;
    border: 1px solid #4e4dc2;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}









.our_prognoz .head_teams_brand .team2_wrap{
    width: 135px;
    padding-left: 26px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.our_prognoz .head_teams_brand .team2_wrap p{
    color: #828282;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 120%;
    display: block;
    margin: 0 auto 0;
}

.our_prognoz .head_teams_brand .team2_wrap span{
    color: #4E4DC2;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 120%;
    margin: 0 auto 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}







.our_prognoz .under_prognoz .title {
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
    color: #333;
    margin: 0 4px 0 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 280px;
}

.our_prognoz .under_prognoz .crops .give_prog {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0px 0 0;
}

.our_prognoz .under_prognoz .crops .give_prog a {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    display: flex;
    padding: 0px 0px 10px 0px;
    height: 120%;
    border-radius: 0px;
    margin-left: 30px;
    border-bottom: 2px solid transparent;

}

.our_prognoz .under_prognoz .crops .give_prog a:hover{
    color: #4E4DC2;
    border-bottom: 2px solid #4E4DC2;
}


.our_prognoz .under_prognoz .crops .lost_info .team {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
    border-radius: 4px;
    background: #d34007;
    padding: 0 4px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 93px;
}

.our_prognoz .under_prognoz .crops .lost_info .defis {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    margin: 0 5px
}

.our_prognoz .under_prognoz .crops .lost_info .user_your {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
    border-radius: 4px;
    background: #4e4dc2;
    padding: 0 4px;
    width: 106px;
}




.list_inform_prog .item .date {
    color: #828282;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    height: 34px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: flex-start;

}

.list_inform_prog .item .date .timer{
    color: #828282;
    font-size: 13px;
    font-weight: 500;
    line-height: 120%;
    margin: 0 15px 0px 0;
    padding: 0 0 0 0;
    position: relative;
}
.list_inform_prog .item .date .timer:after{
    content: "";
    display: block;
    width: 1px;
    height: 11px;
    background: #D0D0D0;
    position: absolute;
    right: -8px;
    top: 3px;
}

.list_inform_prog .item .date .dater{
    color: #828282;
    font-size: 9px;
    font-weight: 500;
    line-height: 120%;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}




.list_inform_prog .item .name_team,
.list_inform_prog .item .name_tour {
    align-items: center;
    padding-left: 0px;
    display: flex;
    height: 36px;
    font-size: 14px;
}

.list_inform_prog .item .name_tour {
    padding-left: 15px;
    color: #828282;
}



.list_inform_prog .item .name_tour.show_rop{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    padding: 0;
}



.list_inform_prog .item .name_team .team2,
.list_inform_prog .item .name_tour .inner_tourt {
    text-overflow: ellipsis;
    white-space: nowrap;
}


.list_inform_prog .item .btn_more_leed{
    position: absolute;
    right: 0;
    background: #fff;
    width: 38px;
    height: 36px;
    display: none;
    align-items: center;
    justify-content: center;
}


.list_inform_prog .item .btn_more_leed.show{
    display: flex;
    cursor: pointer;
}






.list_inform_prog .item .btn_more_leed .circle:nth-child(1){
    background: #CACACA;
    width: 4px;
    display: block;
    height: 5px;
    border-radius: 3px;
    margin: 0 1px;
}
.list_inform_prog .item .btn_more_leed .circle:nth-child(2){
    background: #CACACA;
    width: 4px;
    display: block;
    height: 5px;
    border-radius: 3px;
    margin: 0 1px;
}
.list_inform_prog .item .btn_more_leed .circle:nth-child(3){
    background: #CACACA;
    width: 4px;
    display: block;
    height: 5px;
    border-radius: 3px;
    margin: 0 1px;
}

.list_inform_prog .item .btn_more_leed.closed_team .circle:nth-child(1){
    width: 23px;
    position: relative;
    height: 3px;
    transform: rotate(45deg);
    left: 10px;
    top: 0;
    background: #5d5d5d;
}
.list_inform_prog .item .btn_more_leed.closed_team .circle:nth-child(2){
    width: 23px;
    position: relative;
    height: 3px;
    transform: rotate(-45deg);
    left: -9px;
    top: 0;
    background: #5d5d5d;
}
.list_inform_prog .item .btn_more_leed.closed_team .circle:nth-child(3){
    display: none;
}







.list_inform_prog .item{
    border-top: 1px solid #eee;
}


.list_inform_prog .item .name_team {
    width: calc(100% - 450px);
    justify-content: flex-start;
    overflow: hidden;
    flex-direction: row;
    font-weight: 500;
    position: relative;
}

.list_inform_prog .item .name_team .krips{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}



.list_inform_prog .item .name_team .team1 {
    text-overflow: ellipsis;
    white-space: nowrap
}




.list_inform_prog .item .name_team .defis {
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 6px
}

.list_inform_prog .item .koeficient {
    height: 36px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0px;
}

.list_inform_prog .item .koeficient .bost_coef {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.list_inform_prog .item .koeficient .bost_coef a {
    color: #4E4DC2;
    font-weight: 500;
    line-height: 18px;
    display: block;
    padding: 0 0px;
    width: 27px;
    text-align: center;
    font-size: 10px;
    line-height: 120%;
}

.list_inform_prog .item .koeficient .bost_coef a::first-letter {
    font-size: 14px;
}


.list_inform_prog .item .koeficient .bost_coef a:nth-child(2){
    margin: 0 2px;
}





.list_inform_prog .item .mirin {
    height: 34px;
    width: 52px;
    border-top: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    display: flex;
    align-items: center;
    justify-content: center
}

.list_inform_prog .item .mirin .txt {
    border-radius: 2px;
    background: #d34007;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 26px;
    width: 24px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center
}

.list_inform_prog .item:first-child .date {
    border-radius: 4px 0 0
}

.list_inform_prog .item:first-child .mirin {
    border-radius: 0 4px 0 0
}

.list_inform_prog .item:last-child .date {
    border-radius: 0 0 0 4px
}

.list_inform_prog .item:last-child .mirin {
    border-radius: 0 0 4px
}

.list_inform_prog .item .variants {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 135px;
    margin: 0 0 0 0px;
    padding: 0 0 0 26px;
}

.list_inform_prog .item .variants.first{
    width: 135px;
    padding: 0 0 0 20px;
}



.list_inform_prog .item .variants .prog {
    line-height: 0
}

.list_inform_prog .item .variants .prog .label-radio {
    width: 36px;
    height: 32px;
    padding: 0;
    display: flex;
    background: #F6F5FF;
    border-radius: 3px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: #4e4dc2;
    text-align: center;
    font-size: 24px;
    line-height: 26px;
    font-weight: 500;
}

.list_inform_prog .item .variants .prog .label-radio.fdrt0 {
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
    color: rgba(78, 77, 194, 0.20);
}


.list_inform_prog .item .variants.first .prog .label-radio{
    color: rgba(78, 77, 194, 0.20);
}




.list_inform_prog .item .variants .prog .radio-btn input[type=radio]:checked + .label-radio {
    background: #d34007;
    border: 1px solid #d34007;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

.list_inform_prog .item .variants .prog .radio-btn.equal input[type=radio]:checked + .label-radio{
    background: #4e4dc2;
    border: 1px solid #4e4dc2;
}



.power_include {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px
}

.power_include .warn {
    border-radius: 4px;
    border: 1px solid #FFE4DA;
    background: #FFE4DA;
    width: 321px;
    height: 40px;
    padding: 9px 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.power_include .warn.warning {
    background: #FFE4DA;
}

.power_include .warn .bl_w {
    line-height: 1;
    margin-right: 10px
}

.power_include .warn .bl_w .bg_in,
.power_include .warn .bl_w .bg_in svg {
    line-height: 1
}

.power_include .warn .bl_w .bg_in .warning-difference{
    width: 20px;
    height: 20px;
    background-image: url(../../../../img/error-0708.svg);
    background-size: contain;
    background-position: center;
}

.power_include .warn.good{
    border: 1px solid #44b13b;
    background: transparent;
}

.power_include .warn.good .bl_w .bg_in .warning-difference{
    background-image: url(../../../../img/check-0708.svg);
}

.power_include .warn .text_i p {
    color: #000;
    font-size: 12px;
    font-weight: 500;
    line-height: 150%;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.power_include .warn .text_i p span {
    display: flex;
    padding: 2px 0px;
    color: #D34007;
    font-size: 14px;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
}

.power_include .warn.good .text_i p span{
    color: #44b13b;
}


.power_include .for_btn_result{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.power_include .for_btn_result .btn_duel_change button{

}

.power_include .for_btn_result .send_duel{

}
.power_include .for_btn_result .send_duel button{

}




.power_include .btn_duel_change .ch_d {
    width: 252px;
    border-radius: 4px;
    background: #dde7fa;
    color: #4e4dc2;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    height: 40px;
    border: 0;
    cursor: pointer
}

.power_include .send_duel .duel_send {
    border-radius: 4px;
    width: 252px;
    height: 40px;
    background: #44b13b;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    border: 0;
    margin: 0 0 0 20px;
}






.chempion_sheep .activity_pagination{
    padding: 0px 0 0px;
}

.chempion_sheep .activity_pagination .wrap_pag{

}
.chempion_sheep .activity_pagination .wrap_pag .name{

}
.chempion_sheep .activity_pagination .wrap_pag .name .desc{

}
.all_day_main .chempion_sheep .activity_pagination .wrap_pag .list{
    pointer-events: none;
    opacity: 0.4;
}
.all_day_main.look_events .chempion_sheep .activity_pagination .wrap_pag .list{
    pointer-events: auto;
    opacity: 1;
}




.chempion_sheep .activity_pagination .wrap_pag .list a.it_arrow.before{

}

.chempion_sheep .activity_pagination .wrap_pag .list a.it_arrow.before:hover{
    background: transparent;
    cursor: pointer;
}

.chempion_sheep .activity_pagination .wrap_pag .list a.it_arrow.next{

}

.chempion_sheep .activity_pagination .wrap_pag .list a.it_arrow.next:hover{
    background: transparent;
    cursor: pointer;
}


.chempion_sheep .activity_pagination .wrap_pag .list .overflow_flex{
    display: flex;
    max-width: 245px;
    overflow: hidden;
}

.chempion_sheep .activity_pagination .wrap_pag .list .overflow_flex a{

}


/*******************************матч-центр*****************************/

.container_mc{
    background: #FFF;
    padding: 0px 24px 24px 24px;
}

.tok_mak{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #EEE;
    margin-bottom: 30px;
}
.tok_mak .title{
    color: #1B1B1B;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    width: 160px;
}

.tok_mak .our_t{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 82px;
}
.tok_mak .our_t .svg{

}
.tok_mak .our_t .svg svg{

}
.tok_mak .our_t .kontry{
    color: #1B1B1B;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    margin-left: 10px;
}


.tok_mak .list_tables{
    width: calc(100% - 398px);
}
.tok_mak .list_tables ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.tok_mak .list_tables ul li{
    margin: 0 10px;
}

.tok_mak .list_tables ul li a{
    display: block;
    padding: 13px 0;
    border-bottom: 2px solid #fff;
    cursor: pointer;
}
.tok_mak .list_tables ul li a.active{
    border-bottom: 2px solid #4E4DC2;
    color: #4E4DC2;
}

.tok_mak .list_tables ul li a:hover{
    border-bottom: 2px solid #4E4DC2;
    color: #4E4DC2;
}


.tok_mak .date_drop{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.tok_mak .date_drop .left_arrow{

}
.tok_mak .date_drop .left_arrow .before_date{
    width: 24px;
    display: flex;
    height: 24px;
    align-items: center;
    justify-content: center;
}
.tok_mak .date_drop .left_arrow .before_date svg{

}

.tok_mak .date_drop .right_arrow{

}
.tok_mak .date_drop .right_arrow .next_date{
    width: 24px;
    display: flex;
    height: 24px;
    align-items: center;
    justify-content: center;
}
.tok_mak .date_drop .right_arrow .next_date svg{

}



.tok_mak .date_drop .dropdown_wrap_date{
    position: relative;
}


.tok_mak .date_drop .dropdown_wrap_date.opened  .date_cath{
    color: #4E4DC2;
}


.tok_mak .date_drop .dropdown_wrap_date .inner{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
    cursor: pointer;
}

.tok_mak .date_drop .dropdown_wrap_date .inner .svg{
    margin-right: 5px;
}
.tok_mak .date_drop .dropdown_wrap_date .inner .svg svg{

}

.tok_mak .date_drop .dropdown_wrap_date .inner .date_cath{
    font-size: 14px;
    font-weight: 500;
}

.tok_mak .date_drop .dropdown_wrap_date .for_drop_list{
    display: none;
    position: absolute;
    top: 36px;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 156px;
    border-radius: 4px;
    border: 1px solid #EEE;
    background: #FFF;
}

.tok_mak .date_drop .dropdown_wrap_date.opened .for_drop_list{
    display: block;
}



.tok_mak .date_drop .dropdown_wrap_date .for_drop_list ul{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px 0;
}
.tok_mak .date_drop .dropdown_wrap_date .for_drop_list ul li{

}
.tok_mak .date_drop .dropdown_wrap_date .for_drop_list ul li a{
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin: 6px 0px;
}

.tok_mak .date_drop .dropdown_wrap_date .for_drop_list ul li a:hover{
    color: #4E4DC2;
}



.sports_table{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.sports_table .gamers{
    width: 148px;
    padding-right: 30px;
    padding-top: 10px;
}
.sports_table .gamers .block_in{
    margin-bottom: 40px;
}

.sports_table .gamers .block_in .title{
    color: #1B1B1B;
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
    padding: 0 0 13px 0;
    border-bottom: 1px solid #eee;
}

.sports_table .gamers .block_in .list_gams{
    display: none;
}
.sports_table .gamers .block_in.show_all .list_gams{
    display: block;
}

.sports_table .gamers .block_in .list_gams:nth-child(1){display: block;}
.sports_table .gamers .block_in .list_gams:nth-child(2){display: block;}
.sports_table .gamers .block_in .list_gams:nth-child(3){display: block;}
.sports_table .gamers .block_in .list_gams:nth-child(4){display: block;}










.sports_table .gamers .block_in .btn_more_listes{

}

.sports_table .gamers .block_in .btn_more_listes .open_listes_top{
    color: #4E4DC2;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    display: block;
    padding: 10px 0;
}

.sports_table .gamers .block_in .btn_more_listes .open_listes_top:hover{

}

.sports_table .gamers .block_in .btn_more_listes .open_listes_top .more{
    color: #4E4DC2;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    display: block;
    padding: 10px 0;
}
.sports_table .gamers .block_in .btn_more_listes .open_listes_top .hide_more{
    color: #4E4DC2;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    display: none;
    padding: 10px 0;
}
.sports_table .gamers .block_in .btn_more_listes .open_listes_top.opent .more{
    display: none;
}
.sports_table .gamers .block_in .btn_more_listes .open_listes_top.opent .hide_more{
    display: block;
}



.sports_table .gamers .block_in .vid_sporta{
    color: #1B1B1B;
    margin: 0 0 0 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    padding: 9px 15px 9px 0px;
    position: relative;
    cursor: pointer;
}
.sports_table .gamers .block_in .vid_sporta svg{
    position: absolute;
    right: 0;
    top: 6px;
}
.sports_table .gamers .block_in .rotate .vid_sporta svg{
    transform: rotate(180deg);
}



.sports_table .gamers .block_in ul{
    padding: 5px 0 5px 0;
}
.sports_table .gamers .block_in ul li{
    padding-bottom: 10px;
}
.sports_table .gamers .block_in ul li .name{
    font-weight: 600;
    color: #1B1B1B;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 0 0 10px;
}

.js-accordion-body{
    display: none;
}



.sports_table .liges{
    width: calc(100% - 148px);
}
.sports_table .liges .item{
    margin-bottom: 10px;
}
.sports_table .liges .item .top_head{
    border-radius: 5px;
    background: #F8F8F8;
    padding: 11px 15px;
}
.sports_table .liges .item .top_head .sports_name{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.sports_table .liges .item .top_head .sports_name .name{
    text-transform: uppercase;
    font-weight: 500;
    color: #1B1B1B;
    margin-right: 10px;
}
.sports_table .liges .item .top_head .sports_name .tournir{
    font-weight: 500;
    color: #828282;
}
.item_port {

}



.sports_table .liges .item .roost_items{

}




.sports_table .liges .item .roost_items .item_port{
    display: grid;
    grid-template-columns: 75px calc(100% - 225px) 155px;
    /*grid-template-rows: 20px 20px;*/
    gap: 0px 0px;
    grid-template-areas:
    "g1 g2 g4"
    "g1 g3 g4";
    padding: 15px 15px;
    border-bottom: 1px solid #eee;
}


.sports_table .liges .item .roost_items:last-child .item_port:last-child{
    border-bottom: 0;
}


.sports_table .liges .item .roost_items .item_port .time_or_end{
    grid-area: g1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 500;
    color: #1B1B1B;
}


.sports_table .liges .item .roost_items .item_port .imb1 {
    grid-area: g2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 29px;
}






.sports_table .liges .item .roost_items .item_port .imb1 .name_imb{
    font-weight: 500;
    color: #1B1B1B;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.sports_table .liges .item .roost_items .item_port .imb1 .name_imb .tournir{
    font-weight: 500;
    color: #1B1B1B;
    height: 100%;
    display: flex;
    width: auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    align-items: center;
    justify-content: flex-start;

}





.sports_table .liges .item .roost_items .item_port .imb1 .name_imb.rus{
    font-weight: 700;
}


.sports_table .liges .item .roost_items .item_port .imb1 .name_imb .adeckt{
    font-weight: 700;
    color: #1B1B1B;
    margin-left: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.sports_table .liges .item .roost_items .item_port .imb1.full{
    position: relative;
    cursor: pointer;
}
.sports_table .liges .item .roost_items .item_port .imb1.full:before{
    content: '...';
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 18px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    line-height: 0;
    font-size: 23px;
    background: #f3f3f3;
    border-radius: 3px;
    padding-top: 2px;
    color: #b9b9b9;
}

.sports_table .liges .item .roost_items .item_port .imb1.full .name_imb{

}
.sports_table .liges .item .roost_items .item_port .imb1.full .name_imb .tournir{

}

.sports_table .liges .item .roost_items .item_port .imb1.full .name_imb .adeckt{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



.sports_table .liges .item .roost_items .item_port .imb1.full.openned{

}
.sports_table .liges .item .roost_items .item_port .imb1.full.openned .name_imb {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    padding: 0 0 3px 0;
}
.sports_table .liges .item .roost_items .item_port .imb1.full.openned .name_imb .tournir{

}
.sports_table .liges .item .roost_items .item_port .imb1.full.openned .name_imb .adeckt{
    white-space: initial;
    overflow: visible;
    text-overflow: ellipsis;
    margin: 0 0 6px 0;
}


.sports_table .liges .item .roost_items .item_port .imb2 {
    grid-area: g3;
}

.sports_table .liges .item .roost_items .item_port .imb2 .name_imb{
    font-weight: 500;
    color: #1B1B1B;
    height: 100%;
    display: flex;
    align-items: center;
}
.sports_table .liges .item .roost_items .item_port .imb2 .name_imb .adeckt{
    font-weight: 700;
    color: #1B1B1B;
    margin-left: 10px;
}


.sports_table .liges .item .roost_items .item_port .itog{
    grid-area: g4;
}
.sports_table .liges .item .roost_items .item_port .itog .dubs_list{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.sports_table .liges .item .roost_items .item_port .itog .dubs_list .ip{
    margin-left: 5px;
    min-width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #828282;
    font-weight: 500;
}


.sports_table .liges .item .roost_items .item_port .itog .dubs_list .ip:last-child{
    color: #1B1B1B;
}




.sports_table .liges_mobile{
    display: none;
}

.boost_sport {
    display: none;
}

.boost_sport.active {
    display: block;
}




/********************************************************************************************/
/********************************************************************************************/
/********************************************************************************************/
/********************************************************************************************/
/********************************************************************************************/
/****************************************02022024********************************************/
/********************************************************************************************/
/********************************************************************************************/
/********************************************************************************************/
/********************************************************************************************/

.aside__wrap_categor_title.hide_all_categor{
    display: none;
}


.right-aside .showmore{
    margin-bottom: 0.625rem;
}


.showmore_more_video{
    font-size: .875rem;
    width: 100%;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, .09);
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    color: #4e4dc2;
    font-weight: 600;
    outline: 0;
    cursor: pointer;
    height: 50px;
    border-top: 1px solid rgba(0,0,0,.09);
    margin-bottom: 10px;
    min-height: 50px;
    align-items: center;
}



.spollers__footer {
    margin-bottom: 10px;
}




.spollers__title a.main_go_slug {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}



.only_red {
    display: none;
}


.spollers__item .ebltr{
    color: #fff;
    padding: 1px 5px 1px 5px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 2px;
    line-height: 1.3;
    display: inline-block;
}


/********************************calendar*************************************************/

.top_clip{
    padding: 0px 24px 0px;
    margin-bottom: 20px;
}
.top_clip .give_d{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}
.top_clip .give_d .link_prognoz{
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    margin-right: 30px;
}
.top_clip .give_d .drop_tournirs{
    position: relative;
    cursor: pointer;
}





.top_clip .give_d .drop_tournirs .all_t{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top_clip .give_d .drop_tournirs .all_t span{
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    margin-right: 10px;
}
.top_clip .give_d .drop_tournirs .all_t svg{

}

.top_clip .give_d .drop_tournirs .enother_tournirs{
    position: absolute;
    top: 19px;
    background: #fff;
    z-index: 2;
    padding: 6px;
    left: 0;
    display: none;
    width: auto;
    min-width: 100%;
    box-shadow: 0 0 4px #5b5b5b45;
    border-radius: 4px;
}

.top_clip .give_d .drop_tournirs.open .enother_tournirs{
    display: block;
}

.top_clip .give_d .drop_tournirs.open .all_t svg{
    transform: rotate(180deg);
}



.top_clip .give_d .drop_tournirs .enother_tournirs ul{

}
.top_clip .give_d .drop_tournirs .enother_tournirs ul li{

}
.top_clip .give_d .drop_tournirs .enother_tournirs ul li a{
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    display: block;
    padding: 2px 0;
}












.list_poedinok{
    padding: 0 24px;
}
.list_poedinok .head_top{
    border-radius: 4px;
    height: 40px;
    background: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 15px;
}
.list_poedinok .head_top .name{
    margin-right: 20px;
}
.list_poedinok .head_top .name span{
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    text-transform: uppercase;
}

.list_poedinok .head_top .name span.for_d{
    display: block;
}
.list_poedinok .head_top .name span.for_m{
    display: none;
}





.list_poedinok .head_top .kalendar{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 332px;
}

.desc_refa_ch{
    width: 60px;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    color: #828282;
}

.time_1{
    width: 40px;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    color: #898886;
}






.list_poedinok .head_top .kalendar .before{
    display: flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
}
.list_poedinok .head_top .kalendar .before svg{

}

.list_poedinok .head_top .kalendar .after{
    display: flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
}
.list_poedinok .head_top .kalendar .before svg{

}

.list_poedinok .head_top .kalendar .date{
    display: flex;
    align-items: center;
    justify-content: center;
}
.list_poedinok .head_top .kalendar .date .svg{

}
.list_poedinok .head_top .kalendar .date .svg svg{

}
.list_poedinok .head_top .kalendar .date .date_curent{
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    margin-left: 5px;
}
.list_poedinok .head_top .desc_refa{
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    color: #828282;
}
.list_poedinok .head_top .desc_refa{
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    color: #828282;
}
.list_poedinok .head_top .desc_refa span.for_d{
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    color: #828282;
}
.list_poedinok .head_top .desc_refa span.for_m{
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    color: #828282;
    display: none;
}





.list_poedinok .list_mathes{

}
.list_poedinok .list_mathes .item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #eee;
    height: 40px;
    padding: 0 15px;
}


.list_poedinok .list_mathes .item  .svg_rot{
    display: none;
}

.list_poedinok .list_mathes .item  .dub_for_mob{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.list_poedinok .list_mathes .item  .hide_for_mobile{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}



.list_poedinok .list_mathes .item .comand{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 430px;
}
.list_poedinok .list_mathes .item .comand .team1{
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #000;
}
.list_poedinok .list_mathes .item .comand .razdel{
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #000;
    margin: 0 4px;
}
.list_poedinok .list_mathes .item .comand .team2{
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #000;
}

.list_poedinok .list_mathes .item .check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 71px;
    text-align: center;
}
.list_poedinok .list_mathes .item .check .check1{
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #000;
}
.list_poedinok .list_mathes .item .check .check_razdel{
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #000;
}
.list_poedinok .list_mathes .item .check .check2{
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #000;
}


.list_poedinok .list_mathes .item .check.reds .check1{
    color: #D34007;
}
.list_poedinok .list_mathes .item .check.reds .check_razdel{
    color: #D34007;
}
.list_poedinok .list_mathes .item .check.reds .check2{
    color: #D34007;
}








.list_poedinok .list_mathes .item .differences{
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #000;
    width: 106px;
    padding-left: 22px;
}
.list_poedinok .list_mathes .item .championship{
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #4E4DC2;
    width: 185px;
}
.list_poedinok .list_mathes .item .tour{
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #4E4DC2;
    width: 90px;
    text-align: right;
}
.list_poedinok .massege_not{
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    text-align: center;
    color: #828282;
    display: block;
    margin: 15px auto 25px;
}





.prognoz_mathes{
    padding: 0 24px;
}

.prognoz_mathes .head_mathes{
    border-radius: 4px;
    height: 40px;
    background: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 15px;
}
.prognoz_mathes .head_mathes .title{
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    text-transform: uppercase;
    width: 477px;
}
.prognoz_mathes .head_mathes .prog{
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    color: #828282;
}


.prognoz_mathes .head_mathes .prog span.for_d{
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    color: #828282;
}
.prognoz_mathes .head_mathes .prog span.for_m{
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    color: #828282;
    display: none;
}






.prognoz_mathes .list_math_pro{

}





.prognoz_mathes .list_math_pro .item{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 15px;
    border-bottom: 1px solid #eee;
    height: 40px;
}

.prognoz_mathes .list_math_pro .svg_rot{
    display: none;
}

.prognoz_mathes .list_math_pro .dub_for_mob{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.prognoz_mathes .list_math_pro .hide_for_mobile{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.prognoz_mathes .list_math_pro .item .comand{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 430px;
}
.prognoz_mathes .list_math_pro .item .comand .team1{
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #000;
}
.prognoz_mathes .list_math_pro .item .comand .razdel{
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #000;
    margin: 0 4px;
}
.prognoz_mathes .list_math_pro .item .comand .team2{
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #000;
}

.prognoz_mathes .list_math_pro .item .check{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 71px;
    text-align: center;
}



.prognoz_mathes .list_math_pro .item .check .check1{
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #000;
}
.prognoz_mathes .list_math_pro .item .check .check_razdel{
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #000;
}
.prognoz_mathes .list_math_pro .item .check .check2{
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #000;
}


.prognoz_mathes .list_math_pro .item .check.reds .check1{
    color: #D34007;
}
.prognoz_mathes .list_math_pro .item .check.reds .check_razdel{
    color: #D34007;
}
.prognoz_mathes .list_math_pro .item .check.reds .check2{
    color: #D34007;
}








.prognoz_mathes .list_math_pro .item .differences_met{
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #000;
    width: 106px;
    padding-left: 0px;
}

.prognoz_mathes .list_math_pro .item .differences_met .all_it{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px;
    width: 63px;
    height: 24px;
}
.prognoz_mathes .list_math_pro .item .differences_met .all_it .first{
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 4px;
}
.prognoz_mathes .list_math_pro .item .differences_met .all_it .thecond{
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 4px;
}


.prognoz_mathes .list_math_pro .item .differences_met .all_it.same{
    background: #FFE500;
}


.prognoz_mathes .list_math_pro .item .differences_met .all_it.guessed .first{
    background: #4E4DC2;
    color: #fff;
}

.prognoz_mathes .list_math_pro .item .differences_met .all_it.rival .thecond{
    background: #D34007;
    color: #fff;
}







.prognoz_mathes .list_math_pro .item .differences_met .all_it{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px;
    width: 63px;
    height: 24px;
}
.prognoz_mathes .list_math_pro .item .differences_met .all_it.same{
    background: #FFE500;
}
.prognoz_mathes .list_math_pro .item .differences_met .all_it.guessed .first{
    background: #4E4DC2;
    color: #fff;
}
.prognoz_mathes .list_math_pro .item .differences_met .all_it.rival .thecond{
    background: #D34007;
    color: #fff;
}






.prognoz_mathes .list_math_pro .item .championship{
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #1B1B1B;
    width: 185px;
}
.prognoz_mathes .list_math_pro .item .tour{
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: #1B1B1B;
    width: 90px;
    text-align: right;
}

.prognoz_mathes .down_legend{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0px;
}
.prognoz_mathes .down_legend .k1{
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    text-align: center;
    color: #828282;
    margin-right: 15px;
}
.prognoz_mathes .down_legend .k2{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 15px;
}
.prognoz_mathes .down_legend .k2 .squer2{
    width: 24px;
    height: 24px;
    border-radius: 4px;
    background: #4E4DC2;
}
.prognoz_mathes .down_legend .k2 .lab{
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    text-align: center;
    color: #828282;
    margin-left: 6px;
}

.prognoz_mathes .down_legend .k3 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 15px;
}


.prognoz_mathes .down_legend .k3 .squer3{
    width: 24px;
    height: 24px;
    border-radius: 4px;
    background: #D34007;
}
.prognoz_mathes .down_legend .k3 .lab{
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    text-align: center;
    color: #828282;
    margin-left: 6px;
}
.prognoz_mathes .down_legend .k4{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.prognoz_mathes .down_legend .k4 .squer4{
    width: 24px;
    height: 24px;
    border-radius: 4px;
    background: #FFE500;
}
.prognoz_mathes .down_legend .k4 .lab{
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    text-align: center;
    color: #828282;
    margin-left: 6px;
}


/**********************************************************************************/
.new_menu_tour {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
    margin: 0 auto 15px;
    padding: 0 0 0 0;
}

.new_menu_tour .left_bund {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.new_menu_tour .left_bund .main_link{
    margin-right: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}


.new_menu_tour .left_bund .main_link .live_1{
    margin-left: 15px;
}
.new_menu_tour .left_bund .main_link .live_1 a{

}




.new_menu_tour .left_bund .main_link a{
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: var(--black);
    border-bottom: 2px solid transparent;
    padding: 13px 0 13px;
    cursor: pointer;
}

.new_menu_tour .left_bund .main_link a.active{
    border-bottom: 2px solid #4e4dc2;
    color: #4e4dc2;
}




.new_menu_tour .left_bund .main_link a:hover{
    color: #4e4dc2;
}

.new_menu_tour .left_bund .port_doom{

}
.new_menu_tour .left_bund .port_doom .title{

}


.new_menu_tour .right_bund {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.new_menu_tour .right_bund .port_doom{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.new_menu_tour .right_bund .port_doom .title{
    width: auto;
    margin: 0 0 0 0;
    font-weight: 600;
}







.new_menu_tour.all_day_main .right_bund .links_fort{
    pointer-events: none;
    opacity: 0.4;
}
.new_menu_tour.all_day_main.look_events .right_bund .links_fort{
    pointer-events: auto;
    opacity: 1;
}

.new_menu_tour .right_bund .links_fort a{
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    color: var(--black);
    margin: 0 0 0 30px;
    padding: 13px 0;
    display: inline-block;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}

.new_menu_tour .right_bund .links_fort a.active{
    border-bottom: 2px solid #4e4dc2;
    color: #4e4dc2;
}
.new_menu_tour .right_bund .links_fort a:hover{
    color: #4e4dc2;
}



.port_doom .drop_tournirs{
    position: relative;
    cursor: pointer;
    margin-right: 15px;
}





.port_doom .drop_tournirs .all_t{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.port_doom .drop_tournirs .all_t span{
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    margin-left: 10px;
}
.port_doom .drop_tournirs .all_t svg{

}

.port_doom .drop_tournirs .enother_tournirs{
    position: absolute;
    top: 19px;
    background: #fff;
    z-index: 2;
    padding: 6px;
    left: 0;
    display: none;
    width: auto;
    min-width: 100%;
    box-shadow: 0 0 4px #5b5b5b45;
    border-radius: 4px;
}

.port_doom .drop_tournirs.open .enother_tournirs{
    display: block;
}

.port_doom .drop_tournirs.open .all_t svg{
    transform: rotate(180deg);
}


.port_doom .drop_tournirs .enother_tournirs .close_tour{
    display: none;
}
.port_doom .drop_tournirs .enother_tournirs .title_tour{
    display: none;
}




.port_doom .drop_tournirs .enother_tournirs ul{

}
.port_doom .drop_tournirs .enother_tournirs ul li{

}
.port_doom .drop_tournirs .enother_tournirs ul li a{
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    display: block;
    padding: 2px 5px;
    margin: 2px 0;

}


.port_doom .drop_tournirs .enother_tournirs ul li a:hover{
    background: #4e4dc2;
    color: #fff;
}
.port_doom .drop_tournirs .enother_tournirs ul li a.active{
    background: #4e4dc2;
    color: #fff;
}




.port_doom  .wrap_pag .list {
    overflow: hidden;
    max-width: 224px;
}



/*****************************************************************************************************/


.shadow_img{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #00000087;
    z-index: 777;
    display: none;
}
.shadow_img .modal_img{
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    width: 90%;
    max-width: 1000px;
}
.shadow_img .modal_img .close{
    position: absolute;
    right: -25px;
    top: 0;
    cursor: pointer;
}
.shadow_img .modal_img .close svg{
    width: 20px;
    height: 20px;
}
.shadow_img .modal_img .wrap_img_modal{
    display: flex;
    align-items: center;
    justify-content: center;
}

.shadow_img .modal_img .wrap_img_modal img{
    width: auto;
    max-height: 80vh;
}





.advertising_wrap {
    width: 100% !important;
    max-width: 608px;
}




.warning_massage_log{
    padding: 13px 15px;
    background: #ffffff;
    color: #000;
    border-top: 2px solid #4e4dc2;
    margin-bottom: 10px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, .09);
    font-size: 14px;
    display: none;
}


.grayt{

}

.grayt .greetens{
    margin: 0 auto;
}




/********************************************************************************************/
/********************************************************************************************/




.shadow_modal_login{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #00000052;
    display: none;
    z-index: 456456;
}
.shadow_modal_login.open{
    display: block;
}

.shadow_modal_login .modal{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 400px;
    background: #fff;
    border-top: 2px solid #4242a5;
    padding: 46px 15px 15px 15px;
}

.shadow_modal_login .modal .close{
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

.shadow_modal_login .modal .close svg{
    width: 16px;
    height: 16px;
    line-height: 0;
}


.shadow_modal_login .modal .head_modal_got{
    font-size: 14px;
    margin-bottom: 20px;
}

.shadow_modal_login .modal .link_list{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.shadow_modal_login .modal .link_list a{
    background: #4e4dc2;
    display: flex;
    height: 45px;
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.shadow_modal_login .modal .link_list a:hover{
    cursor: pointer;
    background: #3d3d86;
}


.poros_h{
    padding: 0 24px 23px 24px;
    font-size: 14px;
    line-height: 1;
    margin-top: 35px;
}

.poros_h a{

    color: #4e4dc2;
   text-decoration: underline;
}
.poros_h a:hover{
    color: #5b5abb;
   cursor: pointer;
}

.news-single__content ul li {
    list-style: disc;
}

.news-single__content h2{
    font-weight: 600;
    color: #000;
}

.news-single__content h3 {
    font-weight: 600;
    color: #000;
}

.news-single__content p + h2 {
    margin-top: 1.25rem;
}

.news-single__content ul + h2 {
    margin-top: 1.25rem;
}
.news-single__content ol + h2 {
    margin-top: 1.25rem;
}

.news-single__content p + h3 {
    margin-top: 1.25rem;
}

.news-single__content ul + h3 {
    margin-top: 1.25rem;
}
.news-single__content ol + h3 {
    margin-top: 1.25rem;
}

.news-single__content ul li {
    list-style: disc;
}

.news-single__content h2{
    font-weight: 600;
    color: #000;
    font-size: 1.475rem;
}

.news-single__content h3 {
    font-weight: 600;
    color: #000;
    font-size: 1.275rem;
    padding: 0!important;
}

.news-single__content p + h2 {
    margin-top: 1.25rem;
}

.news-single__content ul + h2 {
    margin-top: 1.25rem;
}
.news-single__content ol + h2 {
    margin-top: 1.25rem;
}

.news-single__content p + h3 {
    margin-top: 1.25rem;
}

.news-single__content ul + h3 {
    margin-top: 1.25rem;
}
.news-single__content ol + h3 {
    margin-top: 1.25rem;
}



.news-single__content h2 + p {
    margin-top: 1.25rem;
}
.news-single__content h3 + p {
    margin-top: 1.25rem;
}





.news-single__content h2 + p {
    margin-top: 1.25rem;
}
.news-single__content h3 + p {
    margin-top: 1.25rem;
}
/********************************************************************************************/
/********************************************************************************************/
/********************************************************************************************/


@media (max-width: 1365px){
    .page__content.for_game_dev {
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: center;
    }

    .page__content.for_game_dev .aside__wrap--right {
        display: none;
    }


    .page__content.for_game_dev .content {
        grid-area: inherit;
    }
    /******************************************************************************************************************************/





    .news-single__title {
        font-size: 1.875rem;
        line-height: 2.25rem;
        padding-left: 1.875rem;
        padding-right: 1.875rem;
    }
    .news-single__body {
        padding-top: 1.5625rem;
    }
    .news-single__inner {
        margin-top: 1.0625rem;
    }


    .news-single__content p {
        padding-right: 0;
        padding-left: 0;
    }
    .news-single__content {
        padding-right: 1.875rem;
        padding-left: 1.875rem;
    }
    .news-single__content {
        padding-bottom: 1.875rem;
    }
    .news-single__comments-author, .news-single__comments-text, .news-single__content {
        font-size: 1rem;
        line-height: 1.625rem;
    }

    .news-single__inner {
        margin-top: 1.0625rem;
    }

    .news-single__inner, .news-single__title {
        padding-left: 1.875rem;
        padding-right: 1.875rem;
    }


    .news-single__content {
        padding-bottom: 1.875rem;
    }
    .news-single__content {
        padding-right: 1.875rem;
        padding-left: 1.875rem;
    }
    .news-single__banner, .news-single__comments-list, .news-single__content, .news-single__img {
        margin-top: 1.5625rem;
    }

    .news-single__comments-list, .news-single__content p, .news-single__footer {
        padding-left: 1.875rem;
        padding-right: 1.875rem;
    }
    .news-single__footer {
        height: 3.625rem;
    }
    .news-single__footer {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .fullnews + .fullnews, .fullnews + .shortnews, .fullnews + .showmore, .lenta__body li + li, .lenta__body + .showmore, .main-news__item + .main-news__item, .news-single + .news-single, .news__block-comment, .right-aside, .right-aside .showmore, .shortnews + .fullnews {
        margin-top: 0.625rem;
    }

    .fullnews .news__title, .lenta__item-title, .spollers__title {
        font-size: 1.125rem;
        line-height: 1.625rem;
    }

    .fullnews .news__title, .lenta__item-title, .spollers__title {
        font-size: 1.125rem;
        line-height: 1.625rem;
    }

    .spollers__item:nth-child(odd) {
        background: #f7f7f7;
    }
    .spollers__item {
        padding: 0.9375rem 1.25rem;
    }
    .spollers__footer {
        height: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 20px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background: #fff;
    }
    .spollers__title {
        padding: 1.25rem;
    }
    .categoryChoice__item:first-child, .categoryChoice__link, .menu__item, .menu__item-all, .shortnews .news__title, .showmore, .spollers__text {
        font-size: .875rem;
        line-height: 1.375rem;
    }
    .categoryChoice__list {
        padding-left: 0.625rem;
    }
    .fullnews .news__body, .lenta__item-body {
        padding: 1.25rem 1.5625rem;
    }

    .categoryChoice__list {
        padding-left: 0.625rem;
    }
    .shortnews {
        padding: 0.9375rem;
    }


    .news-single__content p{
        padding-left: 0;
        padding-right:  0;
    }























}

@media (max-width: 1199px){

    .page__content.for_game_dev .content {
        grid-area: inherit;
        max-width: 100%;
        width: 100%;
    }

    .fullnews .news__title, .lenta__item-title, .spollers__title {
        font-size: 14px;
        line-height: 1.2;
    }

    .fullnews .news__body, .lenta__item-body {
        padding: 15px;
    }



}

@media (max-width: 999px) {
    .head_bit .title {
        font-size: 26px
    }

    .chempion_sheep .btn_result a, .head_bit .btn_list_control .list a {
        padding: 4px 10px
    }

    .statistick .item_list_big .acordion_list .acc_item .acc_content .wrap_content_acc .pust1 {
        width: 141px
    }

    .our_prognoz .under_prognoz .crops .lost_info {
        display: none
    }

    .our_prognoz .under_prognoz .crops .give_prog {
        margin: 0
    }

    .our_prognoz .under_prognoz .crops .give_prog a {
        margin: 0 0 0 8px
    }

    .list_inform_prog .item .name_tour {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden
    }

    .list_inform_prog .item .variants .prog .label-radio {
        margin: 0 2px
    }

    .list_inform_prog .item .date {
        text-align: center;
        line-height: 1
    }

    .head_bit .title {
        font-size: 20px;
        width: 223px;
    }

    .meduza {
        width: calc(100% - 223px);
    }


    .power_include {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-wrap: wrap;
        max-width: 520px;
        margin: 20px auto 0;
    }
    .power_include .warn {
        border-radius: 4px;
        height: 40px;
        padding: 9px 10px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 15px;
        width: 100%;
    }




    .page__content.for_game_dev {
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: center;
        margin: 0;
        width: 100%;
        max-width: 100%;
    }


    .power_include .btn_duel_change {
        margin-right: 10px;
    }
    .power_include  .btn_duel_change .ch_d{

    }

    .power_include  .send_duel{

    }
    .power_include  .send_duel .duel_send{

    }

    .chempion_sheep {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 0 10px;
        flex-direction: row;
        align-content: flex-start;
        flex-wrap: wrap;
    }
    .chempion_sheep .control_list{
        width: 100%;
        margin-bottom: 20px;
    }


    .chempion_sheep .btn_result,{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
    }

    .container_bit {
        width: 100%;
    }
    .head_bit .sport_dropdown {
        margin: 0 0 0 19px;
        position: relative;
        cursor: pointer;
    }
    .head_bit .btn_list_control .list a {
        background: transparent;
        color: #000;
        font-size: 14px;
        font-weight: 500;
        line-height: 26px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 4px 0px;
        margin-left: 10px;
    }





    .chempion_sheep .btn_result a{
        padding: 4px 10px;
        margin: 0px 20px 0px 0;
        padding: 4px 0 4px 0;
    }


























    /******************************матч-центр*********************************/

    .tok_mak .title {
        width: 100px;
    }
    .tok_mak .list_tables {
        width: calc(100% - 338px);
    }

    .sports_table .liges .item .roost_items .item_port {
        grid-template-columns: 60px calc(100% - 321px) 260px;
        grid-template-rows: 36px 36px;
    }
    .sports_table .liges .item .roost_items .item_port .itog .dubs_list .ip {
        margin-left: 10px;
    }

    .sports_table .liges .item .roost_items .item_port .imb1 .name_imb {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
    }

    .sports_table .liges .item .roost_items .item_port .imb1 .name_imb .adeckt {
        margin-left: 0;
    }
    .sports_table .liges .item .roost_items .item_port .imb2 .name_imb {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
    }

    .sports_table .liges .item .roost_items .item_port .imb2 .name_imb .adeckt {
        margin-left: 0;
    }

    .sports_table .liges .item .roost_items .item_port .itog .dubs_list {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        height: 36px;
    }

    .acc_item .acc_math .inner_acc_math .left_acc .guns .item .komand .team1 {
        max-width: 60px;
    }

    .acc_item .acc_math .inner_acc_math .left_acc .guns .item .komand .team2 {
        max-width: 60px;
    }

    .acc_item .acc_math .inner_acc_math .left_acc .lestprot {
        padding-left: 12px;
    }




    .list_poedinok .list_mathes .item .comand {
        width: 280px;
    }

    .list_poedinok .list_mathes .item .comand .team1 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 130px;
    }
    .list_poedinok .list_mathes .item .comand .team2 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 130px;
    }


    .list_poedinok .list_mathes .item .differences {
        width: 125px;
        padding-left: 58px;
    }

    .list_poedinok .head_top .kalendar {
        width: 185px;
    }

    .list_poedinok .list_mathes .item .championship {
        width: 172px;
    }

    .list_poedinok .list_mathes .item .tour {
        width: 83px;
    }
    .list_poedinok .head_top .kalendar {
        width: 157px;
    }










    .prognoz_mathes .list_math_pro .item .comand {
        width: 280px;
    }

    .prognoz_mathes .list_math_pro .item .comand .team1{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 130px;
    }
    .prognoz_mathes .list_math_pro .item .comand .team2{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 130px;
    }




    .prognoz_mathes .list_math_pro .item .differences_met {
        width: 125px;
        padding-left: 26px;
    }

    .prognoz_mathes .head_mathes .title {
        width: 323px;
    }

    .prognoz_mathes .list_math_pro .item .championship {
        width: 172px;
    }

    .prognoz_mathes .list_math_pro .item .tour {
        width: 83px;
    }
/*********************************************************************************/
    .port_doom .wrap_pag .list {
        overflow: hidden;
        max-width: 146px;
    }
    .new_menu_tour .left_bund .main_link {
        margin-right: 20px;
    }

    .new_menu_tour .right_bund .links_fort a {
        margin: 0 0 0 20px;
    }


    .chempion_sheep {
        padding: 0 0 0px;
    }


    .list_poedinok .list_mathes .item .comand {
        width: 236px;
    }

    .list_poedinok .head_top .kalendar {
        width: 138px;
    }

    .list_poedinok .list_mathes .item .differences {
        width: 87px;
        padding-left: 18px;
    }
    .prognoz_mathes .list_math_pro .item .comand {
        width: 236px;
    }


    .prognoz_mathes .list_math_pro .item .differences_met {
        width: 87px;
        padding-left: 0px;
    }

    .prognoz_mathes .head_mathes .title {
        width: 281px;
    }



















}

@media (max-width: 768px) {

    .shadow_img .modal_img .close {
        position: absolute;
        right: 0px;
        top: -56px;
        cursor: pointer;
    }


    .news-single__inner, .news-single__title {
        padding-left: 15px;
        padding-right: 15px;
    }

    .news-single__title{
        font-size: 1.25rem;
        line-height: 1.625rem;
    }

    .news-single__banner, .news-single__comments-list,
    .news-single__content p + p,
    .news-single__content p.quote,
    .news-single__img, .news-single__intro {
        margin-top: 0.9375rem;
    }
    .news-single__comments-author, .news-single__comments-text, .news-single__content {
        font-size: .875rem;
        line-height: 1.375rem;
    }

    .news-single__footer{
        padding: 0 15px;
    }

    .news-single__footer {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: space-between;
        display: flex;
        align-items: center;
    }
    .header__logo {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
    .categoryChoice__item:first-child, .categoryChoice__link, .menu__item, .menu__item-all, .shortnews .news__title, .showmore, .spollers__text {
        font-size: .78rem;
        line-height: 1.3rem;
    }




    /******************************************************************************************************/
    .btn_list_control.mob_hide .list a, .btn_result.mob_wer a {
        font-size: 14px;
        font-weight: 600;
        line-height: 26px;
        border-radius: 4px;
        background: #eeedf5;
        width: 47%;
        height: 45px
    }

    .activity_pagination .wrap_pag .name span.desc, .chempion_sheep .control_list .title, .container_bit .big_item .defis, .head_bit .btn_list_control, .list_comand .changer .item .wrap_b, .list_comand .changer .item .wrap_h, .list_comand .changer .item .wrap_m, .list_comand .changer .item .wrap_n, .list_comand .hesd_wrap .inner .wrap_b, .list_comand .hesd_wrap .inner .wrap_h, .list_comand .hesd_wrap .inner .wrap_m, .list_comand .hesd_wrap .inner .wrap_n {
        display: none
    }

    .head_bit {
        padding: 14px 20px 0;
        border-bottom: 0
    }
    .activity_pagination .wrap_pag .name {
        margin: 0 10px 0 0;
        width: 170px;
    }
    .activity_pagination .wrap_pag .list {
        overflow: hidden;
        max-width: 767px;
        width: calc(100% - 180px);
    }





    .head_bit .title {
        font-size: 24px
    }
    .chempion_sheep .control_list .pagination_big .list_link {
        max-width: 194px;
        overflow: hidden;
    }
    .activity_pagination .wrap_pag .name span.mob, .btn_list_control.mob_hide {
        display: block
    }

    .chempion_sheep .control_list .pagination_big .it_arrow.before {
        margin: 0 8px 0 0;
        width: 28px
    }

    .chempion_sheep .control_list .pagination_big .it_arrow.next {
        margin: 0 4px 0 0;
        width: 28px
    }

    .chempion_sheep .control_list .pagination_big .name_pag {
        margin: 0 10px 0 0
    }

    .power_include .btn_duel_change, .tournirs_enother .wrap_outer .head_tour .left {
        width: 60%;
        margin-right: 0;
    }

    .tournirs_enother .wrap_outer .descr_tour .right, .tournirs_enother .wrap_outer .head_tour .right {
        width: 40%
    }

    .tournirs_enother .wrap_outer .descr_tour .left {
        width: 60%;
        font-size: 14px
    }

    .not_akardion .line_prog .wrap_head_acc .position {
        height: 63px;
        width: 16%
    }

    .not_akardion .line_prog .wrap_head_acc .name {
        height: 63px;
        width: 64%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center
    }

    .not_akardion .line_prog .wrap_head_acc .date {
        height: 63px;
        width: 20%;
        text-align: center
    }

    .not_akardion .line_prog .wrap_head_acc .name .team1, .not_akardion .line_prog .wrap_head_acc .name .team2, .statistick .item_list_big .acordion_list .acc_item .acc_content .wrap_content_acc .item .name .team1, .statistick .item_list_big .acordion_list .acc_item .acc_content .wrap_content_acc .item .name .team2, .statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .name .team1, .statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .name .team2 {
        margin: 0;
        display: block;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: 100%
    }

    .statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .check .info_game {
        text-align: center
    }

    .statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .tour {
        height: 63px;
        width: 54px;
        padding: 0 5px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .name {
        height: 63px;
        width: calc(100% - 169px);
        padding: 0 0 0 10px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center
    }

    .statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .check {
        height: 63px;
        width: 67px;
    }

    .statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .open_arrow {
        height: 63px;
        width: 48px;
    }

    .statistick .item_list_big .acordion_list .acc_item .acc_content .wrap_content_acc .pust1 {
        width: 53px;
        height: 60px
    }

    .statistick .item_list_big .acordion_list .acc_item .acc_content .wrap_content_acc .item .name {
        width: calc(100% - 169px);
        padding: 0 0 0 10px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        height: 60px
    }

    .statistick .item_list_big .acordion_list .acc_item .acc_content .wrap_content_acc .item .check {
        width: 68px;
        height: 60px
    }

    .statistick .item_list_big .acordion_list .acc_item .acc_content .wrap_content_acc .pust2 {
        width: 48px;
        height: 60px
    }

    .btn_result.mob_wer {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .btn_result.mob_wer a {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .btn_list_control.mob_hide .list {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap
    }

    .btn_list_control.mob_hide .list a {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 16px
    }

    .list_inform_prog .item, .our_prognoz .under_prognoz {
        align-items: flex-start;
        margin-bottom: 16px;
        display: flex
    }

    .our_prognoz .under_prognoz {
        justify-content: flex-start;
        flex-wrap: wrap
    }

    .our_prognoz {
        padding: 10px 20px 20px
    }

    .our_prognoz .under_prognoz .crops {
        overflow-y: scroll;
        width: 100%
    }

    .our_prognoz .under_prognoz .crops .give_prog {
        margin: 0 0 10px
    }

    .our_prognoz .under_prognoz .crops .give_prog a {
        height: 34px;
        width: fit-content;
        font-size: 12px;
        min-width: 120px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 6px 0 0
    }

    .list_inform_prog .item {
        justify-content: flex-start;
        flex-wrap: wrap;
        padding-bottom: 19px;
        border-bottom: 1px solid #e5e5e5;
    }

    .our_prognoz .under_prognoz .title {
        margin: 0 0 16px;
    }

    .power_include {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin-top: 20px;
        flex-wrap: wrap;
        margin-bottom: 20px
    }

    .power_include .warn .text_i p {
        color: #000;
        font-size: 13px;
        font-weight: 500;
        line-height: 110%;
        display: flex;
        align-items: center;
        justify-content: flex-start
    }

    .power_include .warn {
        margin-bottom: 10px;
        width: 100%
    }

    .power_include .btn_duel_change .ch_d, .power_include .send_duel .duel_send {
        width: 100%
    }

    .power_include .send_duel {
        width: 38%
    }

    .list_inform_prog .item .date {
        font-size: 12px;
        font-weight: 500;
        height: 34px;
        width: 64px;
        border: 0;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        line-height: 18px;
        order: 0
    }

    .list_inform_prog .item .name_tour {
        border: 0;
        margin-left: 15px;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 18px;
        color: #8c8b8b;
        width: calc(100% - 80px);
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        padding: 0;
        order: 1
    }

    .list_inform_prog .item .name_team .defis, .list_inform_prog .item .name_team .team1, .list_inform_prog .item .name_team .team2 {
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 12px;
        font-weight: 600;
        color: #000;
        line-height: 18px
    }

    .list_inform_prog .item .name_team {
        padding: 0;
        height: auto;
        width: 100%;
        border: 0;
        margin: 0 0 6px;
        order: 2
    }

    .list_inform_prog .item .hide_brow {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        margin-bottom: 6px;
        order: 3
    }

    .list_inform_prog .item .hide_brow .team10 {
        font-size: 10px;
        font-weight: 600;
        line-height: 18px;
        color: #d34007
    }

    .list_inform_prog .item .hide_brow .defis {
        font-size: 10px;
        font-weight: 600;
        line-height: 18px;
        color: #000;
        margin: 0 5px
    }

    .list_inform_prog .item .hide_brow .prognoz10 {
        font-size: 10px;
        font-weight: 600;
        line-height: 18px;
        color: #4e4dc2
    }

    .list_inform_prog .item .reload {
        order: 7;
        display: block;
        width: 54px;
        margin: 8px 0 0
    }

    .list_inform_prog .item .koeficient {
        order: 8
    }

    .list_inform_prog .item .mirin {
        order: 4
    }

    .list_inform_prog .item .variants {
        order: 5
    }

    .list_inform_prog .item .hide_ok {
        order: 6;
        display: block;
        width: 54px;
        height: 30px
    }

    .list_inform_prog .item .hide_ok .ok_go {
        border-radius: 2px;
        background: #27ae60;
        font-size: 14px;
        color: #fff;
        font-weight: 700;
        line-height: 18px;
        height: 30px;
        width: 54px;
        border: 0
    }

    .list_inform_prog .item .reload .rel_k {
        border-radius: 2px;
        border: 1px solid #dde7fa;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 30px;
    }

    .list_inform_prog .item .koeficient {
        width: calc(100% - 54px);
        border: 0;
        padding: 0;
        margin: 4px 0 0
    }

    .list_inform_prog .item .koeficient .bost_coef {
        display: flex;
        align-items: center;
        justify-content: center;
        width: calc(100% - 54px);
        padding: 0
    }

    .list_inform_prog .item .koeficient .flag {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 54px;
        margin: 4px 0 0
    }

    .list_inform_prog .item .koeficient .bost_coef a:nth-child(2), .list_inform_prog .item .variants .prog.predict-x {
        margin: 0 4px
    }

    .list_inform_prog .item .koeficient .flag .inner {
        display: block;
        background: #bbb;
        border-radius: 2px;
        font-size: 14px;
        color: #fff;
        font-weight: 700;
        line-height: 18px;
        height: 30px;
        width: 100%;
        border: 0
    }

    .list_inform_prog .item .koeficient .bost_coef a {
        color: #4e4dc2;
        font-size: 10px;
        padding: 0 3px;
        width: 54px;
    }

    .list_inform_prog .item .koeficient .bost_coef a::first-letter {
        font-size: 14px;
    }

    .list_inform_prog .item .mirin {
        border: 0;
        width: 54px;
        height: auto
    }

    .list_inform_prog .item .mirin .txt {
        width: 54px;
        height: 30px;
        font-size: 14px;
        font-weight: 600;
        line-height: 18px
    }

    .list_inform_prog .item .variants .prog .label-radio {
        margin: 0;
        width: 54px;
        height: 30px
    }

    .list_inform_prog .item .variants {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: calc(100% - 108px);
        padding: 0;
        margin: 0 0 0 0;
        padding-left: 18px;
    }



    .list_comand .hesd_wrap .inner .munb{
        width: 44px;
    }
    .list_comand .hesd_wrap .inner .team{
        width: calc(100% - 148px);
    }
    .list_comand .hesd_wrap .inner .live{
        width: 50px;
    }
    .list_comand .hesd_wrap .inner .wrap_o{
        width: 54px;
    }

    .list_comand .changer .item .munb{
        width: 44px;
    }

    .list_comand .changer .item .team{
        width: calc(100% - 148px);
    }

    .list_comand .changer .item .live.is-finished{
        width: 50px;
    }

    .list_comand .changer .item .wrap_o{
        width: 54px;
    }




    .list_comand .hesd_wrap .inner .munb {
        order: 1;
    }

    .list_comand .hesd_wrap .inner .team{
        order: 2;
    }
    .list_comand .hesd_wrap .inner .live{
        order: 4;
    }

    .list_comand .hesd_wrap .inner .wrap_o {
        order: 3;
    }



    .list_comand .changer .item .munb {
        order: 1;
    }
    .list_comand .changer .item .team {
        order: 2;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .list_comand .changer .item .wrap_o {
        order: 3;
    }
    .list_comand .changer .item .live.is-finished {
        order: 4;
    }
    .list_comand .changer .item .live {
        order: 4;
        width: 50px;
    }

    .chempion_sheep {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        padding: 15px 0 10px;
        flex-direction: column;
        align-content: flex-start;
        flex-wrap: wrap;
    }


    .chempion_sheep .btn_result{
        overflow: scroll;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding-bottom: 10px;
    }
    .chempion_sheep .btn_result a{
        min-width: 121px;
        margin: 0 7px 0px 0;
    }















    .btn_list_control.mob_hide .list .user_dropdown{
        margin: 0 0 0 0px;
        position: relative;
        cursor: pointer;
        width: 47%;
    }
    .btn_list_control.mob_hide .list .user_dropdown .user_name{
        border-radius: 4px;
        background: #eeedf5;
        color: #000;
        font-size: 14px;
        font-weight: 600;
        line-height: 26px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 4px 16px;
        position: relative;
        height: 43px;
    }

    .btn_list_control.mob_hide .list .user_dropdown .user_name span{
        margin-right: 6px;
    }

    .btn_list_control.mob_hide .list .user_dropdown .user_name svg{
        width: 9px;
        height: 9px;
    }
    .btn_list_control.mob_hide .list .user_dropdown .drop {
        position: absolute;
        width: 100%;
        top: 43px;
        border-top: 1px solid #e7e6ed;
    }

    .btn_list_control.mob_hide .list .user_dropdown .drop a {
        border-radius: 0 0 4px 4px;
        margin: 0;
        width: 100%;
        display: block;
        text-align: center;
        display: none;
        padding: 8px 0 0 0;
    }

    .btn_list_control.mob_hide .list .user_dropdown .drop.open a{
        display: block;
        cursor: pointer;
    }

    .btn_list_control.mob_hide .list .user_dropdown.click_cl .user_name{
        border-radius: 4px 4px 0 0;
    }






    .page__content.for_game_dev {
        margin: 0 0 28px 0;
    }



    .btn_result.mob_wer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        overflow-x: scroll;
        height: 55px;
        padding-bottom: 10px;
        display: none;
    }

    .chempion_sheep .activity_pagination .wrap_pag {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        margin: 0 0 3px 0;
        width: 100%;
    }
    .chempion_sheep .activity_pagination .wrap_pag .name {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .chempion_sheep .activity_pagination .wrap_pag .list {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }

    .chempion_sheep .activity_pagination .wrap_pag .list .overflow_flex {
        display: flex;
        max-width: 100%;
        overflow: hidden;
    }
    .chempion_sheep .activity_pagination {
        width: 100%;
    }


    .head_bit {
        padding: 14px 0px 0 20px;
        border-bottom: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .head_bit .sport_dropdown {
        margin: 20px 0 0 0px;
        position: relative;
        cursor: pointer;
        width: 107px;
    }


    .meduza {
        display: flex;

        width: 100%;
        align-items: center;
        justify-content: flex-start;
    }



    .head_bit .sport_dropdown .sport_name {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 7px 13px;
        position: relative;
    }

    .head_bit .btn_list_control {
        display: block;
        width: calc(100% - 107px);
        padding: 0 0 0px 15px;
        margin: 20px 0 0px 0px;
        overflow-x: scroll;

    }





    /* width */
    .head_bit .btn_list_control::-webkit-scrollbar {
        width: 0px;
        height: 0px;
    }
    /* Track */
    .head_bit .btn_list_control::-webkit-scrollbar-track {
        box-shadow: none;
        border-radius: 0px;
    }
    /* Handle */
    .head_bit .btn_list_control::-webkit-scrollbar-thumb {
        background: red;
        border-radius: 0px;
    }
    /* Handle on hover */
    .head_bit .btn_list_control::-webkit-scrollbar-thumb:hover {
        background: transparent;
    }




    /* width */
    .new_menu_tour::-webkit-scrollbar {
        width: 0px;
        height: 0px;
    }
    /* Track */
    .new_menu_tour::-webkit-scrollbar-track {
        box-shadow: none;
        border-radius: 0px;
    }
    /* Handle */
    .new_menu_tour::-webkit-scrollbar-thumb {
        background: red;
        border-radius: 0px;
    }
    /* Handle on hover */
    .new_menu_tour::-webkit-scrollbar-thumb:hover {
        background: transparent;
    }










    .chempion_sheep .btn_result, .head_bit .btn_list_control .list {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .chempion_sheep .btn_result a,
    .head_bit .btn_list_control .list a {
        padding: 8px 0px;
        margin: 0 16px 0 0;
        white-space: nowrap;
    }




    .our_prognoz .under_prognoz {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
        margin-bottom: 3px;
    }

    .our_prognoz .under_prognoz .crops .give_prog a {
        height: 34px;
        width: fit-content;
        font-size: 14px;
        min-width: fit-content;
        display: block;
        align-items: center;
        justify-content: flex-start;
        margin: 0 20px 0 0;
        flex-direction: row;
    }



    .our_prognoz .under_prognoz .title {
        margin: 10px 0 0px;
    }

    .our_prognoz .head_teams_brand {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 0 0 0;
        margin: 0 0 0 0;
        flex-wrap: wrap;
    }

    .our_prognoz .head_teams_brand .title {
        color: #1B1B1B;
        font-size: 17px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
        width: 100%;
        margin: 0px 0 5px 0;
    }

    .our_prognoz .head_teams_brand .title span {
        color: #1B1B1B;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
        width: 100%;
    }

    .our_prognoz .head_teams_brand .title .instruktion .osk{
        display: flex;
    }
    .our_prognoz .head_teams_brand .title .instruktion {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-left: 0px;
    }
    .head_bit .title {
        font-size: 24px;
        width: 100%;
    }

    .our_prognoz .head_teams_brand .title .instruktion .min {
        width: 20px;
        height: 20px;
        font-size: 12px;
    }
    .our_prognoz .head_teams_brand .title .instruktion .zero {
        width: 20px;
        height: 20px;
        font-size: 12px;
    }
    .our_prognoz .head_teams_brand .title .instruktion .max {
        width: 20px;
        height: 20px;
        font-size: 12px;
    }




















    .our_prognoz .head_teams_brand .clons {
        display: none;
    }

    .our_prognoz .head_teams_brand .team1_wrap{
        display: none;
    }
    .our_prognoz .head_teams_brand .team2_wrap{
        display: none;
    }



    .list_inform_prog .item {
        justify-content: flex-start;
        flex-wrap: wrap;
        padding: 22px 0 7px 0;
        border-bottom: 2px solid #cbcbcb;
        display: flex;
        margin: 0;
        border-top: 0;
    }


    .list_inform_prog .item .name_team .team1,
    .list_inform_prog .item .name_team .team2 {
        font-size: 14px;
    }
    .list_inform_prog .item .name_tour {
        margin-left: 0;
        font-size: 14px;
        height: 28px;
    }
    .list_inform_prog .item .date .timer{
        margin: 0 0px 0px 0;
    }
    .list_inform_prog .item .date .timer:after{
        display: none;
    }

    .list_inform_prog .item .hide_brow .prognoz10{
        font-size: 10px;
        font-weight: 600;
        line-height: 18px;
        color: #828282;
    }
    .list_inform_prog .item .hide_brow .prognoz10 span{
        font-size: 10px;
        font-weight: 600;
        line-height: 18px;
        color: #4e4dc2;
    }
    .list_inform_prog .item .hide_brow .team10{
        font-size: 10px;
        font-weight: 600;
        line-height: 18px;
        color: #828282;
    }
    .list_inform_prog .item .hide_brow .team10 span{
        font-size: 10px;
        font-weight: 600;
        line-height: 18px;
        color: #d34007;
    }


    .list_inform_prog .item .variants.first .prog .radio-btn{
        display: none;
    }

    .list_inform_prog .item .variants.first .prog .radio-btn.active{
        display: flex;
    }
    .item .variants.first .prog.predict-x{
        margin: 0 0 0 0;
    }
    .list_inform_prog .item .koeficient .bost_coef a:after{
        display: none;
    }
    .list_inform_prog .item .koeficient .bost_coef {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        padding: 0 0 0 19px;
    }


    .list_inform_prog .item .name_team {
        order: 1;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        width: calc(100% - 38px);
    }

    .list_inform_prog .item .date {
        order: 2;
        display: flex;
        flex-direction: column;
        width: 38px;
        align-items: flex-end;
    }

    .list_inform_prog .item .hide_brow{
        order: 3;
    }
    .list_inform_prog .item .variants.first {
        order: 4;
        width: 54px;
        padding: 0 0 0 0px;
    }
    .list_inform_prog .item .variants.thecond {
        order: 5;
        width: calc(100% - 108px);
    }

    .list_inform_prog .item .hide_ok {
        order: 6;
        width: 54px;
        height: 30px;
    }



    .list_inform_prog .item .koeficient {
        order: 7;
        width: calc(100% - 108px);
        margin: 0 0 0 54px;
    }






    .list_inform_prog .item .hide_ok .ok_reloaded{
        border-radius: 2px;
        background: #F5F5F5;
        font-size: 14px;
        color: #fff;
        font-weight: 700;
        line-height: 18px;
        height: 30px;
        width: 54px;
        border: 0;
    }
    .list_inform_prog .item .hide_ok .ok_reloaded svg{

    }


    .list_inform_prog .item .name_tour {
        position: relative;
        left: 0;
        top: 0;
        width: auto;
        background: #fff;
        padding: 0 0px 0 0;
    }




    .list_inform_prog .item .name_tour {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        background: transparent;
        padding: 5px 0px 0 0;
        text-overflow: clip;
        white-space: normal;
        overflow: visible;
        display: block;
        z-index: 1;
        height: auto;
        font-size: 12px;
    }
    .list_inform_prog .item .name_tour .inner_tourt {
        /* text-overflow: clip;
         white-space: normal;*/
    }

    .list_inform_prog .item .hide_brow .team10 span{
        display: none;
    }

    .list_inform_prog .item .btn_more_leed {
        position: absolute;
        right: 0;
        background: #fff;
        width: 38px;
        height: 40px;
        display: none;
        align-items: center;
        justify-content: center;
        z-index: 5;
    }


    .btn_list_control.mob_hide {
        display: none;
    }


    .list_inform_prog .item:last-child .date,
    .list_inform_prog .item:last-child .koeficient,
    .list_inform_prog .item:last-child .mirin,
    .list_inform_prog .item:last-child .name_team,
    .list_inform_prog .item:last-child .name_tour {
        border-bottom: 0;
    }






    /* width */
    .our_prognoz .under_prognoz .crops::-webkit-scrollbar {
        width: 0px;
        height: 0px;
    }

    /* Track */
    .our_prognoz .under_prognoz .crops::-webkit-scrollbar-track {
        box-shadow: none;
        border-radius: 0px;
    }

    /* Handle */
    .our_prognoz .under_prognoz .crops::-webkit-scrollbar-thumb {
        background: red;
        border-radius: 0px;
    }

    /* Handle on hover */
    .our_prognoz .under_prognoz .crops::-webkit-scrollbar-thumb:hover {
        background: transparent;
    }

    .list_inform_prog .item:last-child{
        border-bottom: 0;
    }
    .power_include .warn {
        order: 2;
        margin-top: 10px;
    }

    .power_include .for_btn_result {
        order: 1;
        width: 100%;
    }


    .power_include .btn_duel_change {
        width: 50%;
        margin-right: 0;
        padding-right: 5px;
    }
    .power_include .send_duel {
        width: 50%;
        padding-left: 5px;
    }
    .power_include .send_duel .duel_send {
        margin: 0 0 0 0px;
    }
    .power_include .warn .text_i p {
        font-size: 12px;
    }

    .list_inform_prog .item .hide_brow .defis {
        margin: 0 10px;
    }

    .nav_in_games {
        padding: 0px 24px 11px 24px;
        overflow-x: scroll;
        height: 40px;
    }

    .nav_in_games .scrolls_nav .nav_inner li:first-child a {
        width: max-content;
    }

    .nav_in_games .scrolls_nav .nav_inner li {
        margin: 0 15px 0 0px;
    }

    .nav_in_games .scrolls_nav .nav_inner li:last-child {
        padding: 0 24px 0 0;
    }



    .chempion_sheep .activity_pagination .wrap_pag .name {
        width: 115px;
        margin: 0 0 10px 0;
    }

    .chempion_sheep .activity_pagination .wrap_pag .list {
        width: calc(100% - 115px);
        max-width: inherit;
        min-width: inherit;
    }

    .statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .info_liner .grop_list_chem{
        display: none;
    }

    /**********************************/

    .statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .info_liner {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        border-radius: 5px;
        background: #F8F8F8;
    }

    .statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .info_liner .txt_match {
        width: 100px;
        color: #828282;
        text-align: right;
        font-size: 14px;
        font-weight: 500;
        line-height: 120%;
        position: relative;
        padding-right: 28px;
    }



    .statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .info_liner .tour {
        padding: 0 0 0 6px;
        width: calc(100% - 135px);
        border-right: 0;
        height: 40px;
        font-weight: 500;
        text-align: left;
        display: flex;
        justify-content: flex-start;
    }

    .statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .info_liner .txt_match {
        width: 100px;
        color: #828282;
        text-align: right;
        font-size: 14px;
        font-weight: 500;
        line-height: 120%;
        position: relative;
        padding-right: 10px;
    }

    .statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .info_liner .txt_match:before {
        content: "";
        display: block;
        height: 1px;
        width: 47px;
        background: #BFBFBF;
        position: absolute;
        bottom: -1px;
        right: 9px;
    }


    .statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .opest .teams {
        width: calc(100% - 550px);
        padding-left: 0;
    }


    .statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .opest .teams {
        width: 50px;
        padding-left: 0;
    }

    .statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .opest {
        flex-wrap: wrap;
    }


    .statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .opest .time_or_check_hiden {
        display: flex;
        width: 30px;
        align-items: center;
        justify-content: flex-start;
        color: #4E4DC2;
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
    }

    .statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .opest .time_or_check_hiden .time_chem{
        color: #4E4DC2;
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        margin-right: 2px;
    }
    .statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .opest .time_or_check_hiden .date_chem{
        color: #4E4DC2;
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        margin-left: 2px;
    }





    .statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .opest .grop_list_chem_hiden{
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 192px;
    }

    .statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .opest .grop_list_chem_hiden .etap_item{
        width: 19px;
        height: 24px;
        color: #828282;
        text-align: center;
        font-size: 9px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .info_liner .open_arrow {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 24px;
    }
    .statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .info_liner .tour {
        width: calc(100% - 124px);
    }

    .statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .opest .time_or_check {
        display: none;
    }

    .statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .opest .competitions {
        width: 192px;
    }
    .statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .opest .teams {
        width: calc(100% - 192px);
        padding-left: 0;
        padding-right: 20px;
    }
    .statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .opest .competitions .one_team {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 100%;
    }

    .statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .opest .competitions .two_team {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 100%;
    }
    .statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .opest .competitions .one_team .etap_item{
        width: 19px;
    }
    .statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .opest .competitions .two_team .etap_item{
        width: 19px;
    }





    .statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .opest .teams .team1:before{
        display: none;
    }
    .statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .opest .teams .team2:before{
        display: none;
    }


    .wrap_content_acc .opest_scr .teams {
        padding-left: 0;
    }
    .wrap_content_acc .opest_scr .teams .team1:before{
        display: none;
    }
    .wrap_content_acc .opest_scr .teams .team2:before{
        display: none;
    }

    .wrap_content_acc .opest_scr .time_or_check {
        display: none;
    }

    .wrap_content_acc .opest_scr .teams{
        width: calc(100% - 192px);
        padding-left: 0;
        padding-right: 20px;
    }

    .wrap_content_acc .opest_scr .competitions {
        width: 192px;
    }


    .wrap_content_acc .opest_scr .competitions .one_team{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }


    .wrap_content_acc .opest_scr .competitions .one_team .etap_item{
        width: 19px;
    }
    .wrap_content_acc .opest_scr .competitions .two_team .etap_item{
        width: 19px;
    }

    .wrap_content_acc .opest_scr .competitions .two_team {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 100%;
    }

    .wrap_content_acc .opest_scr .teams .team2 {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    .wrap_content_acc .opest_scr {
        flex-wrap: wrap;
    }

    .wrap_content_acc .opest_scr .time_or_check_hiden{
        display: flex;
        width: 30px;
        align-items: center;
        justify-content: flex-start;
        color: #4E4DC2;
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
    }

    .wrap_content_acc .opest_scr .time_or_check_hiden .time_chem{
        color: #4E4DC2;
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        margin-right: 2px;
    }
    .wrap_content_acc .opest_scr .time_or_check_hiden .date_chem{
        color: #4E4DC2;
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
        margin-left: 2px;
    }





    .wrap_content_acc .opest_scr .grop_list_chem_hiden {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 192px;
    }

    .wrap_content_acc .opest_scr .grop_list_chem_hiden .etap_item{
        width: 19px;
        height: 24px;
        color: #828282;
        text-align: center;
        font-size: 9px;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }




    .chempion_sheep .btn_result.coperth{

    }

    .chempion_sheep .btn_result.coperth::-webkit-scrollbar {
        width: 0px;
        height: 0px;
    }

    /* Track */
    .chempion_sheep .btn_result.coperth::-webkit-scrollbar-track {
        box-shadow: none;
        border-radius: 0px;
    }

    /* Handle */
    .chempion_sheep .btn_result.coperth::-webkit-scrollbar-thumb {
        background: red;
        border-radius: 0px;
    }

    /* Handle on hover */
    .chempion_sheep .btn_result.coperth::-webkit-scrollbar-thumb:hover {
        background: transparent;
    }


    .chempion_sheep .btn_result.coperth a{
        min-width: fit-content;
        width: fit-content;
        display: block;
    }




    .statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .opest .time_or_check_hiden.for_time{

    }

    .statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .opest .time_or_check_hiden.for_time .time_chem{
        color: #828282;
        font-size: 12px;
        font-weight: 500;
        line-height: 120%;
    }
    .statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .opest .time_or_check_hiden.for_time .date_chem{
        color: #828282;
        font-size: 12px;
        font-weight: 500;
        line-height: 120%;
    }



    /******************************матч-центр*********************************/
    .sports_table {
        display: flex;
        align-items: flex-start;
        justify-content: flex-end;
        flex-direction: column-reverse;
        align-content: center;
    }

    .container_mc {
        background: #FFF;
        padding: 24px 0px 24px 0px;
    }




    .tok_mak {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        border-bottom: 0;
        margin-bottom: 21px;
        flex-wrap: wrap;
        padding: 0px 15px;
    }

    .sports_table .liges .item .top_head {
        border-radius: 0;
    }
    .sports_table .liges .item .roost_items {
        padding: 0 15px;
    }


    .tok_mak .title {
        width: 115px;
    }

    .tok_mak .our_t {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: calc(100% - 115px);
    }

    .tok_mak .list_tables {
        width: 100%;
        margin: 6px 0 20px;
    }

    .tok_mak .list_tables ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #EEE;
    }

    .tok_mak .list_tables ul li {
        margin: 0 0px;
    }

    .tok_mak .date_drop {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 0 0 0 0;
        margin: 0 0 0 0;
    }

    .tok_mak .date_drop .dropdown_wrap_date {
        position: relative;
        border-radius: 4px;
        background: #F5F5F5;
        width: calc(100% - 68px);
    }

    .tok_mak .date_drop .left_arrow .before_date {
        width: 24px;
        display: flex;
        height: 24px;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
        background: #F5F5F5;
    }
    .tok_mak .date_drop .left_arrow .before_date svg {
        width: 6px;
        height: 12px;
    }


    .tok_mak .date_drop .right_arrow .next_date {
        width: 24px;
        display: flex;
        height: 24px;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
        background: #F5F5F5;
    }

    .tok_mak .date_drop .right_arrow .next_date svg {
        width: 6px;
        height: 12px;
    }


    .sports_table .liges {
        width: 100%;
    }


    /*

    .sports_table .liges .item .roost_items .item_port {
        display: grid;
        grid-template-columns: 33.33% 33.33% 33.33%;
        grid-template-rows: 20px 20px;
        gap: 0px 0px;
        grid-template-areas:
        "g2 g1 g3"
        "g2 g4 g3";
        padding: 15px 0px;
        border-bottom: 1px solid #eee;
    }


    */






    .sports_table .liges .item .roost_items .item_port {
        display: grid;
        grid-template-columns: 30% 30% 40% ;
        grid-template-rows: 30px 33px 33px;
        gap: 0px 0px;
        grid-template-areas:
        "g1 g1 g1"
        "g2 g2 g4"
        "g3 g3 g4";
        padding: 15px 0px;
        border-bottom: 1px solid #eee;
    }



    .sports_table .liges .item .roost_items .item_port .itog .dubs_list .ip {
        margin-left: 1px;
    }

    .sports_table .liges .item .roost_items .item_port .imb1 .name_imb .adeckt {
        margin-left: 0;
        font-size: 12px;
    }

    .sports_table .liges .item .roost_items .item_port .imb2 .name_imb .adeckt {
        margin-left: 0;
        font-size: 12px;
    }







    /************************/


    .sports_table .gamers{
        width: 100%;
        padding: 0 15px;
    }

    .sports_table .gamers .block_in .title {
        font-size: 20px;
    }


    .sports_table .gamers .block_in .list_gams {
        border-bottom: 1px solid #eee;
    }

    .sports_table .gamers .block_in ul {
        padding: 5px 0 5px 0;
        display: grid;
        grid-template: auto / 25fr 25fr 25fr;
        grid-gap: 5px;
    }

    .sports_table .gamers .block_in ul li .name {
        font-weight: 600;
        color: #1B1B1B;
        display: block;
        white-space: inherit;
        overflow: visible;
        text-overflow: inherit;
        padding: 0 0 5px 0px;
    }
    .sports_table .gamers .block_in {
        margin-bottom: 20px;
    }
    .sports_table .gamers .block_in .btn_more_listes .open_listes_top .more {
        padding: 0px 0 0;
    }

    /*******************/


    .sports_table .liges{
        display: none;
    }

    .sports_table .liges_mobile {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }


    .item_force{
        width: 100%;
    }
    .item_force .title_force {
        background: #F8F8F8;
        padding: 15px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        margin: 0 0 0px 0;
    }
    .item_force .title_force .name {
        color: #1B1B1B;
        font-size: 14px;
        font-weight: 500;
        line-height: 100%;
        text-transform: uppercase;

    }
    .item_force .title_force .tournir{

        color: #828282;
        font-size: 14px;
        font-weight: 500;
        line-height: 100%;
        margin-left: 10px;
    }

    .item_force .clim_wrap {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        padding: 15px 15px 15px;
        margin: 0 0 0 0;
        border-bottom: 1px solid #eee;
        flex-wrap: wrap;
    }

    .item_force .clim_wrap:last-child{
        border: 0;
    }


    .item_force .clim_wrap .tenis_set{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 7px 0 0 0;
    }
    .item_force .clim_wrap .tenis_set .tr{
        color: #1B1B1B;
        text-align: center;
        font-size: 14px;
        font-weight: 500;
        line-height: 120%;
    }

    .item_force .clim_wrap .point{
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 8px;
    }
    .item_force .clim_wrap .point .mesto{
        color: #1B1B1B;
        font-size: 14px;
        font-weight: 500;
        line-height: 120%;
    }
    .item_force .clim_wrap .point .name{
        color: #1B1B1B;
        font-size: 14px;
        font-weight: 500;
        line-height: 120%;
        margin: 0 0 0 10px;
    }
    .item_force .clim_wrap .point .name.rus{
        font-weight: 700;
    }


    .item_force .clim_wrap .left_cw{
        width: 38%;
    }
    .item_force .clim_wrap .left_cw .top_tour{
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        color: #828282;
        padding: 0 0 5px 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;

    }
    .item_force .clim_wrap .left_cw .list_sportsmes{

    }

    .item_force .clim_wrap .left_cw .not_li{
        color: #1B1B1B;
        font-weight: 600;
        line-height: 120%;
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .item_force .clim_wrap.openned .left_cw .not_li{
        white-space: inherit;
        overflow: visible;
    }

    .item_force .clim_wrap.openned .right_cw .not_li{
        white-space: inherit;
        overflow: visible;
    }




    .item_force .clim_wrap .left_cw .btn_open_l{
        display: none;
    }




    .item_force .clim_wrap .center_cw{
        width: 24%;
    }
    .item_force .clim_wrap .center_cw .check_sport{
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 0 0 0;
        padding: 0 0 4px 0;
    }

    .item_force .clim_wrap .center_cw .check_sport .l_check{
        color: #1B1B1B;
        text-align: center;
        font-size: 18px;
        font-weight: 500;
        line-height: 120%;
    }
    .item_force .clim_wrap .center_cw .check_sport .resept{
        color: #1B1B1B;
        text-align: center;
        font-size: 18px;
        font-weight: 500;
        line-height: 120%;
    }
    .item_force .clim_wrap .center_cw .check_sport .l_check{
        color: #1B1B1B;
        text-align: center;
        font-size: 18px;
        font-weight: 500;
        line-height: 120%;
    }

    .item_force .clim_wrap .center_cw .check_sport.gaming .l_check{
        color: #F00;
    }
    .item_force .clim_wrap .center_cw .check_sport.gaming .resept{
        color: #F00;
    }
    .item_force .clim_wrap .center_cw .check_sport.gaming .l_check{
        color: #F00;
    }




    .item_force .clim_wrap .center_cw .timer{
        text-align: center;
        color: #1B1B1B;
        text-align: center;
        font-size: 14px;
        font-weight: 500;
        line-height: 120%;
    }



    .item_force .clim_wrap .right_cw{
        width: 38%;
    }
    .item_force .clim_wrap .right_cw .top_tour{
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        color: #828282;
        padding: 0 0 5px 0;
        text-align: right;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .item_force .clim_wrap .right_cw .list_sportsmes{

    }

    .item_force .clim_wrap .right_cw .not_li{
        color: #1B1B1B;
        font-weight: 600;
        line-height: 120%;
        font-size: 14px;
        text-align: right;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .item_force .clim_wrap .right_cw .btn_open_l{
        display: none;
    }





    .showmore_more_video{
        height: 40px;
        min-height: 40px;
        height: 40px;
        min-height: 40px;
        font-size: .78rem;
        line-height: 1.3rem;
    }

/******************************************************************************************/


    .main-news.hideMinImg{

    }

    .main-news.hideMinImg .news.fullnews:not(:first-child){
        background: #ffffff;
    }

    .main-news.hideMinImg .news.fullnews:not(:first-child) picture{
        display: none;
    }

    .main-news.hideMinImg .news.fullnews:not(:first-child) .news__inner{
        position: relative;
        top: 0;
        left: 0;
    }
    .main-news.hideMinImg .news.fullnews:not(:first-child) .news__edition {
        display: none;
    }


    .main-news.hideMinImg .news.fullnews .news__img > .news__comments {
        display: none;
    }

    .main-news.hideMinImg .news.fullnews:not(:first-child) .news__img {
        height: auto;
        padding: 13px 10px 0px 10px;
    }



    .main-news.hideMinImg .news.fullnews:not(:first-child) .news__body{
        padding: 10px 10px 10px 10px ;
    }

    .main-news.hideMinImg .news.fullnews:not(:first-child) .fert_dig{
        margin-top: 0 !important;
        font-size: .78rem;
        line-height: 1.3rem;
        font-weight: 700;
    }

    .main-news.hideMinImg .news.fullnews:not(:first-child) .news__time{
        background: #8c8b8b;
        color: #fff;
    }




    .main-news.hideMinImg .news.fullnews:first-child{
        background: #5ff;
    }




    .acc_item .acc_math .inner_acc_math .right_acc {
        display: none;
    }

    .acc_item .acc_math .inner_acc_math .left_acc {
        width: 100%;
        padding-right: 0px;
    }

    .acc_item .acc_math .inner_acc_math .left_acc .lestprot .i_prot {
        border-left: 0;
        padding-left: 0;
    }
    .acc_item .acc_math .inner_acc_math .left_acc .lestprot {
        padding-left: 0;
    }


    .acc_item .acc_math .inner_acc_math .left_acc .guns .item .chet {
        width: 90px;
        font-size: 12px;
        font-weight: 500;
        line-height: 14px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-right: 19px;
    }

    .acc_item .acc_math .inner_acc_math .left_acc .tops {
        padding: 0 0 5px 0px;
    }


    .acc_item .acc_math .inner_acc_math .left_acc .guns .item .komand {
        width: calc(100% - 167px);
    }




    .acc_item .acc_math .inner_acc_math .left_acc .tops .yot_t {
        width: 60px;
    }
    .acc_item .acc_math .inner_acc_math .left_acc .tops .pust {
        width: calc(100% - 60px);
    }

    .statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .opest .teams .team1 {
        padding-left: 0px;
    }

    .statistick .item_list_big .acordion_list .acc_item .acc_head .wrap_head_acc .opest .teams .team2 {
        padding-left: 0px;
    }


    .page__content {
        padding-top: 13px;
    }

    body{
    margin-top: 60px;
    }



/****************************************************************************************/
    .prognoz_mathes {
       padding: 0;
    }


    .list_poedinok .list_mathes .item {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        border-bottom: 1px solid #eee;
        min-height: auto;
        height: auto;
        padding: 10px 15px;
        flex-wrap: wrap;
    }


    .prognoz_mathes .list_math_pro .item{
        display: flex;
        align-items: center;
        justify-content: flex-start;
        border-bottom: 1px solid #eee;
        min-height: auto;
        height: auto;
        padding: 10px 15px;
        flex-wrap: wrap;
    }

    .list_poedinok .list_mathes .item .svg_rot {
        display: block;
        margin-right: 14px;
    }


    .list_poedinok .list_mathes .item .comand .team1 {
        font-size: 10.5px;
        max-width: 90px;
    }

    .list_poedinok .list_mathes .item .comand .team2 {
        font-size: 10.5px;
        max-width: 90px;
    }
    .list_poedinok .list_mathes .item .comand .razdel{
        font-size: 10.5px;
    }

    .list_poedinok {
        padding: 0 0px;
    }
    .list_poedinok .massege_not {
        font-size: 11px;
    }

    .list_poedinok .list_mathes .item .hide_for_mobile{
        display: none;
    }

    .list_poedinok .list_mathes .item .dub_for_mob {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
    }

    .list_poedinok .list_mathes .item .comand {
        width: calc(100% - 93px);
    }
    .list_poedinok .list_mathes .item .check{
        width: 24px;
    }



    .list_poedinok .list_mathes .item .check .check1{
        font-size: 11px;
    }
    .list_poedinok .list_mathes .item .check .check_razdel{
        font-size: 11px;
    }
    .list_poedinok .list_mathes .item .check .check2{
        font-size: 11px;
    }

    .list_poedinok .list_mathes .item .differences {
        width: 50px;
        padding-left: 0px;
        text-align: center;
        font-size: 11px;
    }
    .list_poedinok .head_top .name {
        font-weight: 500;
        font-size: 13px;
        line-height: 120%;
        text-transform: uppercase;
        margin-right: 0px;
        width: calc(100% - 202px);
    }

    .list_poedinok .head_top .name span{
        font-size: 13px;
        width: calc(100% - 202px);
    }

    .list_poedinok .head_top .name span.for_d{
        display: block;
    }
    .list_poedinok .head_top .name span.for_m{
        display: none;
    }





    .list_poedinok .head_top{
        width: 100%;
    }
    .list_poedinok .head_top .kalendar {
        width: 157px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .list_poedinok .head_top .desc_refa{
        width: 50px;
    }



    .list_poedinok .head_top .desc_refa span.for_d{
        display: none;
    }
    .list_poedinok .head_top .desc_refa span.for_m{
        display: block;
    }

    .prognoz_mathes .head_mathes .prog span.for_d{
        display: none;
    }
    .prognoz_mathes .head_mathes .prog span.for_m{
        display: block;
    }










    .top_clip .give_d {
        margin-top: 20px;
    }


    .prognoz_mathes .head_mathes .title{
        font-size: 13px;
        width: calc(100% - 80px);
    }

    .prognoz_mathes .head_mathes .prog{
        width: 80px;
    }

    .prognoz_mathes .list_math_pro .svg_rot {
        margin-right: 14px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .prognoz_mathes .list_math_pro .dub_for_mob {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
    }

    .prognoz_mathes .list_math_pro .hide_for_mobile {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        display: none;
    }

    .prognoz_mathes .list_math_pro .item .comand .team1 {
        font-size: 10.5px;
        max-width: 90px;
    }
    .prognoz_mathes .list_math_pro .item .comand .razdel {
        font-size: 10.5px;
    }
    .prognoz_mathes .list_math_pro .item .comand .team2 {
        font-size: 10.5px;
        max-width: 90px;
    }




    .prognoz_mathes .list_math_pro .item .check .check1{
        font-size: 11px;
    }
    .prognoz_mathes .list_math_pro .item .check .check_razdel{
        font-size: 11px;
    }
    .prognoz_mathes .list_math_pro .item .check .check2{
        font-size: 11px;
    }



    .prognoz_mathes .list_math_pro .item .differences_met .all_it .first {
        font-size: 11px;
        width: 20px;
        height: 20px;
        border-radius: 4px;
    }

    .prognoz_mathes .list_math_pro .item .differences_met .all_it .thecond{
        font-size: 11px;
        width: 20px;
        height: 20px;
        border-radius: 4px;
    }

    .prognoz_mathes .list_math_pro .item .differences_met .all_it{
        width: 45px;
    }


    .prognoz_mathes .list_math_pro .item .differences_met {
        width: 52px;
        padding-left: 7px;
    }

    .prognoz_mathes .list_math_pro .item .comand {
        width: calc(100% - 74px);
    }

    .prognoz_mathes .down_legend {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        padding: 15px 0px;
        flex-wrap: wrap;
    }

    .prognoz_mathes .down_legend .k1 {
        margin-right: 0px;
        margin-bottom: 11px;
    }


    .prognoz_mathes .down_legend .k2 {
        margin-bottom: 10px;
    }
    .prognoz_mathes .down_legend .k3 {
        margin-bottom: 10px;
    }


    .list_poedinok .list_mathes .item .hide_for_mobile{
        padding: 8px 0 0 25px;
    }
    .list_poedinok .list_mathes .item .championship {
        width: auto;
        margin-right: 15px;
        font-size: 11px;
    }
    .list_poedinok .list_mathes .item .tour{
        width: auto;
        font-size: 11px;
    }

    .prognoz_mathes .list_math_pro .item .hide_for_mobile{
        padding: 8px 0 0 25px;
    }


    .list_poedinok .list_mathes .item.open .hide_for_mobile{
        display: flex;
    }
    .prognoz_mathes .list_math_pro .item.open .hide_for_mobile{
        display: flex;
    }



    .prognoz_mathes .list_math_pro .item .championship {
        width: auto;
        margin-right: 15px;
        font-size: 11px;
    }
    .prognoz_mathes .list_math_pro .item .tour{
        width: auto;
        font-size: 11px;
    }


    .prognoz_mathes .down_legend .k2 .squer2{
        width: 17px;
        height: 17px;
    }
    .prognoz_mathes .down_legend .k3 .squer3{
        width: 17px;
        height: 17px;
    }
    .prognoz_mathes .down_legend .k4 .squer4{
        width: 17px;
        height: 17px;
    }

    .prognoz_mathes .down_legend .k1 {
        margin-right: 0px;
        margin-bottom: 11px;
        font-size: 11px;
        width: 100%;
    }
    .prognoz_mathes .down_legend .k2 .lab{
        font-size: 11px;
    }
    .prognoz_mathes .down_legend .k3 .lab{
        font-size: 11px;
    }
    .prognoz_mathes .down_legend .k4 .lab{
        font-size: 11px;
    }


    .prognoz_mathes .down_legend .k4 {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        text-align: center;
    }


    .list_poedinok .head_top .kalendar .before svg {
        width: 6px;
        height: 12px;
    }

    .list_poedinok .head_top .kalendar .after svg {
        width: 6px;
        height: 12px;
    }
    .list_poedinok .head_top .kalendar .date .svg svg {
        width: 16px;
        height: 15px;
    }

    .list_poedinok .list_mathes .item .svg_rot svg{
        width: 10px;
        height: 4px;
    }
    .list_poedinok .list_mathes .item .svg_rot {
        margin-right: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .list_poedinok .list_mathes .item.open .svg_rot svg{
        transform: rotate(180deg);
    }

    .list_poedinok .list_mathes .item.open .svg_rot svg path{
        stroke: #4E4DC2;
    }




    .prognoz_mathes .list_math_pro .svg_rot svg{
        width: 10px;
        height: 4px;
    }

    .prognoz_mathes .list_math_pro .item.open .svg_rot svg{
        transform: rotate(180deg);
    }

    .prognoz_mathes .list_math_pro .item.open .svg_rot svg path{
        stroke: #4E4DC2;
    }


    /********************************************************************************************************/



    .new_menu_tour {
        overflow-x: scroll;
        width: 100%;
    }

    .new_menu_tour .left_bund .main_link a {
        white-space: nowrap;
    }

    .port_doom .drop_tournirs .all_t span {
        white-space: nowrap;
    }

    .chempion_sheep {
        padding: 0;
    }
    .chempion_sheep .activity_pagination .wrap_pag {
        margin: 0 0 0px 0;
    }

    .new_menu_tour .right_bund .links_fort {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }


    .chempion_sheep .activity_pagination .wrap_pag .list {
        width: auto;
    }

    .chempion_sheep .activity_pagination .wrap_pag{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }

    .port_doom .drop_tournirs.open .enother_tournirs {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: #00000073;
        z-index: 5;
    }
    .port_doom .drop_tournirs.open .enother_tournirs .mini_block {
        display: block;
        position: absolute;
        width: 90%;
        height: auto;
        background: #fff;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 35px 15px 15px 15px;
        border-radius: 5px 5px 5px 5px;
    }

    .port_doom .drop_tournirs .enother_tournirs .close_tour {
        display: block;
        position: absolute;
        right: 9px;
        top: 9px;
    }

    .port_doom .drop_tournirs .enother_tournirs .close_tour svg{
        width: 15px;
        height: 15px;
    }
    .port_doom .drop_tournirs .enother_tournirs .title_tour {
        display: block;
        text-align: center;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .container_bit .big_item {
        padding: 0 13px;
    }

    .our_prognoz .under_prognoz .title {
        margin: 0px 0 0px;
    }


    .prognoz_mathes .list_math_pro .item .check div{
        font-size: 11px;
    }


/*********************************************************************************************************/




    .page__wrapper {
        margin: 0px auto 0;
    }

    /*********************************************************************************************************/


    .list_poedinok .head_top .name {
        width: calc(100% - 221px);
    }

    .list_poedinok .head_top .name span{
        font-size: 13px;
    }

    .list_poedinok .head_top .name span.for_d{
        display: none;
    }
    .list_poedinok .head_top .name span.for_m{
        display:  block;
    }


    .desc_refa_ch {
        width: 30px;
    }

    .list_poedinok .head_top .kalendar {
        width: 136px;
    }

    .list_poedinok .head_top .desc_refa {
        width: 55px;
    }
    .desc_refa_ch {
        width: 30px;
    }
    .list_poedinok .list_mathes .item .differences {
        width: 55px;
    }
    .list_poedinok .list_mathes .item .check {
        width: 30px;
    }
    .list_poedinok .list_mathes .item .comand {
        width: calc(100% - 145px);
    }
    .time_1 {
        width: 55px;
    }


    .prognoz_mathes .head_mathes .title {
        width: calc(100% - 85px);
    }

    .prognoz_mathes .head_mathes .prog{
        width: 55px;
    }



    .prognoz_mathes .list_math_pro .item .differences_met {
        width: 55px;
    }
    .prognoz_mathes .list_math_pro .item .check {
        width: 30px;
    }
    .prognoz_mathes .list_math_pro .item .comand {
        width: calc(100% - 166px);
    }



/************************************************************************************/


    .new_menu_tour .right_bund .port_doom .title {
        white-space: nowrap;
    }




    .advertising_wrap {
        width: 100%!important;
        max-width: 360px!important;
        overflow: hidden;
    }

    .advertising_wrap .r11yomzd {
        padding-left: 0px!important;
    }



    .grayt .greetens{
        margin: 0 auto;
    }



    .grayt .greetens.liner {
        width: 100%;
    }


}

.live {
    color: #eb5757;
}

.info_game .live {
    font-weight: 600;
}

@media only screen and (max-width: 1024px) {
    .hidden-mobile {
        display:none;
    }

    .hide_for_desk2{
        display: block;
    }

}

@media only screen and (min-width: 1024px) {
    .hidden-desktop {
        display:none;
    }
}