/* редизайн главного блока мир-22г */

.mir-theme .header-upper-block {
    height: 100px;
    position: relative;
    border-bottom: 1px solid #D5E0EA;
}

body:not(.eng) .header-upper-block{
    height: 110px;
}

.mir-theme .header::before {
    height: 100%;
    top: auto;
    bottom: 0;
    display: none;
}

.mir-theme .header::after {
    top: 0;
    bottom: 0;
    background-image: url(../img/mir/mir-lepestki-2.svg);
    height: 100%;

    display: none;
}

.mir-theme .header-logo {
    width: 200px;
    height: 60px;
    margin-top: 0px;
    padding-top: 15px;
    margin-bottom: 0;
    overflow: visible;
}

.mir-theme .width.header-container {
    max-width: 1400px;
    margin: 0 auto;
}

.mir-theme .bg-lepestki {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-image: url(../img/mir/mir-lepestki-2.svg);*/
    background-image: url(/public/common/img/winline/superhero/bg-eng.jpg);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: cover;
    z-index: -1;
}

body:not(.eng) .bg-lepestki {
    /*background-image: url(../img/winline/superhero/1920.svg);*/
    background-position: 55% 100%;
    background: #11176D !important;
    height: 111px;
    overflow: hidden;
    z-index: -1;
}

body:not(.eng) .bg-lepestki .krug {
    background-image: url(/img/krug.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: -1;

    width: 416px;
    height: 94px;

    position: absolute;
    left: 162px;
    top: 62px;
}

@media (min-width: 1400px) {
    body:not(.eng) .bg-lepestki .krug {
        top: 22px;
        left: 60%;

        width: 570px;
        height: 129px;
    }
}

/*@media (min-width: 1921px) {*/
/*    body:not(.eng) .bg-lepestki {*/
/*        background-position: 47% 100%;*/
/*        background-image: url(../img/winline/superhero/1920.svg);*/
/*    }*/
/*}*/

body:not(.eng) .bg-lepestki .bg-superhero{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 700px;
    height: 100%;
    background-image: url(/public/common/img/winline/superhero/WINLINE-general-partner-rpl.svg);
    background-repeat: no-repeat;
    background-position: 45%;
    background-size:contain;
    z-index: -1;
}

body:not(.eng) .bg-lepestki .bg-muzhiki{
    display: none !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/public/common/img/winline/superhero/muzhiki-new.png);
    background-repeat: no-repeat;
    background-position: 70%;
    background-size: contain;
    z-index: -1;
}

body:not(.eng) .top-menu .mail_ico{
    margin-right: 30px;
}


@media (max-width: 1800px) {
    .mir-theme .bg-lepestki {
        background-position: 45% 100%;
    }
    body:not(.eng) .bg-lepestki .bg-muzhiki{
        background-position:75%;
    }
    body:not(.eng) .top-menu .mail_ico{
        margin-right: 30px;
    }
}


@media (max-width: 1441px) {
    .mir-theme .bg-lepestki {
        background-position: 30% 100%;
    }


    body:not(.eng).mir-theme .header-logo{
        width: 300px;
    }

    body:not(.eng).mir-theme .language{
        font-size: 11px;
    }

    body:not(.eng) .social-item.icon-social{
        background-size: 15px !important;
    }

    body:not(.eng) .top-menu .language:first-child{
        padding-left: 10px;
    }

    body:not(.eng) .winline-logo-header img{
        width: 80px !important;
    }
}

@media (max-width: 1600px) {
    .mir-theme .bg-lepestki {
        background-position: 18% 100%;
    }


    body:not(.eng) .bg-lepestki .bg-muzhiki{
        background-position:75%;
    }

    body:not(.eng).mir-theme .header-logo{
        width: 150px;
    }
    body:not(.eng) .winline-logo-header img{
        width: 85px !important;
    }
    body:not(.eng) .top-menu .mail_ico{
        margin-right: 10px;
    }
}

@media (max-width: 1440px) {
    .mir-theme .bg-lepestki {
        background-position: 18% 100%;
    }


    body:not(.eng) .bg-lepestki .bg-muzhiki{
        background-position:75%;
    }

    body:not(.eng) .bg-lepestki .bg-superhero{
        background-position: center;
        background-size: 100%;
    }

    body:not(.eng).mir-theme .header-logo{
        width: 150px;
    }
    body:not(.eng) .top-menu .mail_ico{
        padding: 0px 5px;
        margin-right: 0px;
    }
}

@media (max-width: 1279px) {
    .mir-theme .bg-lepestki {
        background-position: 18% 100%;
    }

    body:not(.eng).mir-theme .header-logo{
        width: 150px;
    }
    body:not(.eng) .bg-lepestki .bg-superhero{
        background-position: center;
        background-size: 100%;
        width: 600px;
    }
    body:not(.eng) .top-menu .mail_ico{
        padding: 0px 5px;
    }
}

@media (max-width: 1200px){

    body:not(.eng) .bg-lepestki .bg-muzhiki{
        display: none;
    }

    body:not(.eng).mir-theme .header-logo{
        width: 115px;
    }
    body:not(.eng) .bg-lepestki .bg-superhero {
        background-position: 50%;
        background-size: 100%;
    }

    body:not(.eng) .top-menu .language:first-child{
        padding-left: 10px;
    }

    body:not(.eng) .social-item.icon-social{
        padding: 6px 7px !important;
    }

    body:not(.eng) .top-menu .language:last-child{
        padding-right: 0;
    }

    body:not(.eng) .top-menu a{
        padding: 0 0px;
    }

    body:not(.eng) .winline-logo-header img{
        width: 90px !important;
    }
}

@media (max-width: 1100px){

    body:not(.eng).mir-theme .header-logo{
        width: 95px;
    }

    body:not(.eng) .winline-logo-header img{
        width: 65px !important;
    }

    body:not(.eng) .social-item.icon-social{
        padding: 6px 3px !important;
    }

    body:not(.eng).mir-theme .upper-links .search-button{
        padding-left: 3px;
    }

    body:not(.eng) .top-menu .language:first-child{
        margin-right: 0;
        padding-right: 0;
        padding-left: 5px;
    }
    body:not(.eng) .top-menu .mail_ico{
        padding: 0px;
    }
}

@media (max-width: 1050px){
    body:not(.eng).mir-theme .header-logo{
        width: 80px;
    }
}

.mir-theme .russian-flag-mir {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/mir/flag_desktop.svg);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 15%;
    z-index: 1;
}

.mir-theme .new-header-blocks{
    display: none;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.fixed-header .mir-theme.eng .new-header-blocks {
    display: none;
}

.fixed-header body.mir-theme .top-menu .mail_ico{
    margin-right: 0;
}

.fixed-header .mir-theme .top-menu a:hover{
    background-clip: border-box;
    -webkit-text-fill-color: black;
}

.mir-theme .new-header-blocks .left-block,
.mir-theme .new-header-blocks .right-block{
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    height: 100%;
    position: relative;
}

.mir-theme .new-header-blocks .left-block{
    width: 263px;
    background-image: url('/public/common/img/left-block.svg')
}

.mir-theme .new-header-blocks .left-block:before{
    display: block;
    content: '';
    height: 4px;
    width: 135px;
    position: absolute;
    left: -39px;
    top: 0;
    background: #D44440;
    transform: skewX(-20deg) rotate(-93deg);
}

.mir-theme .new-header-blocks .right-block:before{
    display: block;
    content: '';
    height: 4px;
    width: 75px;
    position: absolute;
    left: -15px;
    bottom: 45px;
    background: #417FBF;
    transform: skewX(-20deg) rotate(-93deg);
}

.mir-theme .new-header-blocks .right-block {
    width: 191px;
    background-image: url('/public/common/img/rigth-block.svg')
}

.mir-theme .upper-links {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
}

.mir-theme .header-clubs {
    background: #F1F8FE;
}

.mir-theme .header-clubs .rpl-clubs {
    padding: 15px 0;
    margin: 0;
}

.mir-theme .header-clubs .rpl-clubs table a img {
    width: 43px;
    height: 43px;
}

.mir-theme .main-video-section {
    display: block;
    position: relative;
    z-index: 5;
}

.mir-theme .main-video-section::before {
    display: block;
    content: '';
    padding-top: 42.10%;
}

.mir-theme .main-video-section video {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 3;
}

.mir-theme .main-video-section .links {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 9;
    max-width: 1400px;
}

.mir-theme .main-video-section .links .video-link {
    display: block;
    width: 77px;
    height: 77px;
    text-decoration: none;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 20px 0;
    opacity: .7;
    transition: .15s linear;
    margin-left: 20px;
}

.mir-theme .main-video-section .links .video-link:hover {
    opacity: 1;
}

.mir-theme .main-video-section .links .video-link.tickets {
    background-image: url('../img/mir/tickets.svg');
    margin-bottom: 44px;
}

.mir-theme .main-video-section .links .video-link.live {
    font-weight: 700;
    font-size: 32px;
    line-height: 34px;
    color: white;
    height: auto;
    display: flex;
    width: fit-content;
    white-space: nowrap;
    align-items: center;
}

.mir-theme .main-video-section .links .video-link.live .text {
    opacity: 0;
    transition: .1s linear;
}

.mir-theme .main-video-section .links .video-link.live:hover .text {
    opacity: 1;
}

.mir-theme .main-video-section .links .video-link.live .video-link-icon-live {
    background-image: url('../img/mir/live.svg');
    width: 77px;
    height: 77px;
    text-decoration: none;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    flex-shrink: 0;
    margin-right: 20px;
}

/*DELETe*/
.mir-theme .main-video-section-gnida .links {
    display: block;
    left: 0;
/*/ max-width: 1400px; /*/
position: absolute;
    top: 50%;
    transform: translateY(-50%);
 width: fit-content;
z-index: 9;
    margin-left: calc((100% - 1440px) / 2);
}

@media (max-width: 1439px) {
    .mir-theme .main-video-section-gnida .links {
        margin-left: 0px;
    }
    .mir-theme .main-video-section .links .video-link.live .video-link-icon-live {
        width: 52px;
        height: 52px;
    }
}

.mir-theme .main-video-section-gnida .links .video-link {
    display: block;
    width: 77px;
    height: 77px;
    text-decoration: none;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 20px 0;
    opacity: .7;
    transition: .15s linear;
    margin-left: 20px;
}

.mir-theme .main-video-section-gnida .links .video-link:hover {
    opacity: 1;
}

.mir-theme .main-video-section-gnida .links .video-link.tickets {
    background-image: url('/public/common/img/mir/tickets.svg');
    margin-bottom: 44px;
}

.mir-theme .main-video-section-gnida .links .video-link.live {
    font-weight: 700;
    font-size: 32px;
    line-height: 34px;
    color: white;
    height: auto;
    display: inline-flex;
    width: fit-content;
    white-space: nowrap;
    align-items: center;
}

.mir-theme .main-video-section-gnida .links .video-link.live .text {
    opacity: 0;
    transition: .1s linear;
}

.mir-theme .main-video-section-gnida .links .video-link.live:hover .text {
    opacity: 1;
}

.mir-theme .main-video-section-gnida .links .video-link.live .video-link-icon-live {
    background-image: url('/public/common/img/mir/live.svg');
    width: 77px;
    height: 77px;
    text-decoration: none;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    flex-shrink: 0;
    margin-right: 20px;
}

.mir-theme .main-video-section .video-controls {
    display: flex;
    position: absolute;
    left: 60px;
    right: 60px;
    bottom: 40px;
    height: 50px;
    z-index: 10;
    align-items: center;
    justify-content: space-between;
}

.mir-theme .main-video-section .video-controls .control-item {
    display: inline-flex;
    cursor: pointer;
    width: fit-content;
    height: fit-content;
}

.mir-theme .main-video-section .video-controls .control-item .name {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 17px;
}

.mir-theme .main-video-section .video-controls .control-item .icon {
    width: 42px;
    height: 19px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.mir-theme .main-video-section .video-controls .control-item.prev-control .icon {
    margin-right: 6px;
    background-image: url('../img/arrow_l.svg');
}

.mir-theme .main-video-section .video-controls .control-item.next-control .icon {
    margin-left: 6px;
    background-image: url('../img/arrow_r.svg');
}

.mir-theme .main-video-section .video-controls .control-item.prev-control {
    text-align: left;
    justify-content: flex-start;
}

.mir-theme .main-video-section .video-controls .control-item.next-control {
    text-align: right;
    justify-content: flex-end;
}

.mir-theme .width.header-container.main-navigation {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.mir-theme .main-menu {
    background: transparent;
    z-index: 159;
}

.mir-theme .main-menu ul {
    display: flex;
    align-items: center;
}

.mir-theme .main-menu ul li {
    height: 50px;
}

.mir-theme .main-menu ul li > a {
    color: white;
}

@media (max-width: 1500x) {
    .mir-theme .main-menu ul li > a {
        font-size: 18px;
    }
}

@media (max-width: 1300px) {
    .mir-theme .main-menu ul li > a {
        font-size: 14px;
    }
}

.mir-theme .main-menu ul li .subnav {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.mir-theme .main-menu-wrapper {
    margin-bottom: -52px;
    position: relative;
    z-index: 150;
    background: transparent;
}

.mir-theme.eng .main-menu-wrapper {
    top: 14px;
}

.fixed-header .mir-theme.eng .main-menu-wrapper {
    top: 48px;
}

body:not(.eng).mir-theme .main-menu-wrapper{
    margin-bottom: -52px;
    position: fixed;
    top: 200px;
    width: 100%;
    z-index: 150;
    background: transparent;
    background-color: transparent;
}

body:not(.eng).mir-theme.no-video .main-menu-wrapper{
    /*background: white;*/
    /*background-color: white;*/
    z-index: 160;
}

.fixed-header .mir-theme .main-menu-wrapper:before {
    display: none;
}

.fixed-header .mir-theme.eng .main-menu-wrapper .lines {
    display: none;
}

.mir-theme .main-menu-wrapper:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    right: 0;
    transform: translateX(-50%) skewX(-20deg);
    background: rgba(0, 0, 88, 0.90);
    z-index: -1;
    width: 85%;
}

@media (max-width: 1700px) {
    .mir-theme .main-menu-wrapper:before{
        width: 98%;
    }
}

.mir-theme .main-menu-wrapper .lines{
    position: absolute;
    width: 100%;
    height: 100%;
}

.mir-theme .main-menu-wrapper .lines:before{
    display: block;
    content: '';
    height: 4px;
    width: 400px;
    position: absolute;
    left: 406px;
    top: -4px;
    background: #D44440;
    transform: skewX(-20deg);
}

.mir-theme .main-menu-wrapper .lines:after{
    display: block;
    content: '';
    height: 4px;
    width: 300px;
    position: absolute;
    right: 473px;
    bottom: -4px;
    background: #417FBF;
    transform: skewX(-20deg);
}

.fixed-header body.mir-theme .main-menu-wrapper .lines{
    display: none;
}

.fixed-header a.superheroes-link-header{
    display: none;
}

body:not(.eng).mir-theme .main-menu-wrapper:before{
    /* background: linear-gradient(180deg, #FF6A12 11.46%, rgba(255, 106, 18, 0) 100%); */
}

body.eng.mir-theme .video-wrapper {
    margin-top: -52px;
}

.mir-theme .calendar-rpl .switches {
    display: none;
}

.mir-theme .mir-calendar-main {
    display: none!important;
    margin-top: -95px;
}

.mir-theme .video-links-container {
    width: 100%;
    height: 100%;
}

.mir-theme .main-menu ul li > a i {
    border-top-color: white;
}

.mir-theme .main-menu ul li:hover > a {
    color: white;
    background: none;
    -webkit-background-clip: none;
    -webkit-text-fill-color: unset;
    background-clip: none;
    text-fill-color: white;
}

/*@media (max-width: 1450px) {
    .mir-theme .main-menu ul li:hover > a {
        padding: 1px 15px 0;
    }
}*/

.mir-theme .social-item.icon-social {
    width: 20px;
    height: 20px;
    cursor: pointer;
    /*background-image: url('../img/mir/social_icon_black.svg');*/
    background-image: url('../img/mir/social_icon.svg');
    padding: 6px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 63%;
}

body:not(.eng) .social-item.icon-social{
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-image: url('/img/mir/social_icon.svg');
    padding: 6px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
}

.mir-theme .social.with-subnav {
    position: relative;
}

.mir-theme .social.with-subnav .subnav {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 20px;
    background: white;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
    top: 35px;
}

body:not(.eng) .social.with-subnav .subnav a{
    color: black;
}

.mir-theme .social.with-subnav .subnav::before {
    content: '';
    width: 10px;
    height: 8px;
    background-image: url('../img/mir/social_triangle.svg');
    position: absolute;
    left: 50%;
    transform: translate(-50%, -100%);
    top: 0px;
}

.mir-theme .social-item.icon-social:hover + .subnav,
.mir-theme .social.with-subnav .subnav:hover {
    display: flex;
}

.mir-theme .width.header-container.overflow-visible {
    overflow: visible;
}

.mir-theme .mail_ico {
    font-size: 20px;
}

.mir-theme .upper-links .search-button {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.fixed-header .mir-theme.eng .upper-links .search-button svg g path{
    fill: black;
}

.mir-theme .upper-links .search-button:hover svg g path {
    fill: #EAF2FA;
}

.mir-theme .lang-switcher:after,
.mir-theme .lang-switcher:before {
    display: none;
}

.mir-theme .search-input-block.hided,
.mir-theme .search-input-block.hided .input-search,
.mir-theme .search-input-block.hided .inputs-icon,
.mir-theme .search-input-block.hided .inputs-icon-cross {
    width: 0;
}

.mir-theme .search-input-block.hided .input-search {
    padding: 0;
}

.mir-theme .search-input-block label {
    position: relative;
}

.mir-theme .search-input-block .input-search {
    outline: none;
    background: #FFFFFF;
    box-shadow: 5px 5px 10px rgba(15, 33, 100, 0.05);
    border-radius: 42px;
    border: none;
    height: 30px;
    position: relative;
    padding-left: 28px;
    font-family: 'ALS Sector';
    width: 333px;
}

body:not(.eng).mir-theme .search-input-block .input-search{
    outline: none;
    background: #FFFFFF;
    box-shadow: 5px 5px 10px rgba(15, 33, 100, 0.05);
    border-radius: 42px;
    border: none;
    height: 30px;
    position: relative;
    padding-left: 28px;
    font-family: 'ALS Sector';
    width: 194px;
}

body:not(.eng).mir-theme .search-input-block.hided .input-search{
    width: 0;
    padding-left: 0;
}

.mir-theme .search-input-block .inputs-icon {
    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    transform: translateY(-50%);
    left: 8px;
    background-image: url('../img/ico-search-gray.svg');
    background-size: cover;
    cursor: default;
}

.mir-theme .search-input-block .inputs-icon-cross {
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    background-image: url('../img/close2.svg');
    background-size: cover;
}

.mir-theme .main-menu ul {
    margin-right: 0;
}

.mir-theme .main-menu .burger {
    width: 24px;
    height: 24px;
    background-image: url('../img/mir/burger-new.svg');
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    margin-left: auto;
}

.mir-theme .full-menu {
    display: block;
    position: absolute;
    width: 100%;
    top: 173px;
    left: 0;
    background: white;
    z-index: 150;
    transform: translateY(-1000px);
    transition: .2s linear;
}

body:not(.eng) .full-menu{
    position: fixed;
}

.mir-theme .full-menu.showed {
    transform: translateY(0);
    transition: .2s linear;
    z-index: 999;
}

.mir-theme #body::before {
    content: '';
    width: 100%;
    position: fixed;
    opacity: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    transition: opacity .2s linear;
    pointer-events: all;
    display: none;
}

.mir-theme #body.showed::before {
    opacity: 1;
    display: block;
}

.mir-theme .full-menu .upper-part {
    display: flex;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 14px;
    padding: 0 20px;
}

.mir-theme .full-menu .close-menu {
    width: 19px;
    height: 19px;
    background-image: url('../img/mir/close_menu.svg');
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

.mir-theme .full-menu .item {
    display: flex;
    flex-direction: column;
}

.mir-theme .full-menu .title {
    height: 24px;
    color: #000058;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-decoration: none;
}

.mir-theme .full-menu .text {
    color: #737394;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
}

.mir-theme .full-menu .bottom-part {
    display: flex;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px 32px 20px;
}

.mir-theme .full-menu .bottom-part .item {
    display: flex;
    flex-direction: column;
}


.mir-theme .full-menu .bottom-part .item .text {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #000058;
}

.mir-theme .full-menu .bottom-part .item .text:first-child {
    margin-bottom: 20px;
}

@media (max-width: 1280px) {
    .mir-theme .full-menu .text,
    .mir-theme .full-menu .title,
    .mir-theme .full-menu .bottom-part .item .text {
        font-size: 14px;
    }
}

.mir-theme .full-menu .divider {
    width: 100%;
    height: 1px;
    background: rgb(194, 202, 231);
    background: -moz-linear-gradient(90deg, rgba(194, 202, 231, 0) 0%, rgba(194, 202, 231, 1) 50%, rgba(194, 202, 231, 0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(194, 202, 231, 0) 0%, rgba(194, 202, 231, 1) 50%, rgba(194, 202, 231, 0) 100%);
    background: linear-gradient(90deg, rgba(194, 202, 231, 0) 0%, rgba(194, 202, 231, 1) 50%, rgba(194, 202, 231, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c2cae7", endColorstr="#c2cae7", GradientType=1);
    margin-bottom: 24px;
    margin-top: 24px;
}

.mir-theme .header-margin {
    height: 101px;
    display: none;
}

body:not(.eng) .header-margin{
    height: 236px;
    display: block;
}

body:not(.eng).no-video .header-margin{
    height: 279px;
    display: block;
}

.mir-theme .video-wrapper {
    margin-top: -52px;
}

.mir-theme .fullwidth-wrapper {
    box-shadow: none;
}

.fixed-header .mir-theme .header .header-clubs,
.fixed-header .mir-theme .header .bg-lepestki,
.fixed-header .mir-theme .header .russian-flag-mir {
    display: none;
}

.fixed-header .mir-theme .header-upper-block {
    height: 71px;
    border-bottom: none;
}

.fixed-header .mir-theme .header-logo .logo {
    background-image: url('/public/common/img/mir/logo_mir_without_text_new_black.svg');
    top: auto;
    margin-left: 0;
}

.fixed-header .mir-theme .header-logo {
    width: 155px;
    height: 40px;
    overflow: visible;
    padding-top: 10px;
}

.fixed-header .mir-theme .full-menu {
    position: fixed;
    transition: .2s linear;
}

.fixed-header .mir-theme .full-menu:not(.showed) {
    transform: translateY(-1000px);
}

.fixed-header .mir-theme .full-menu.showed {
    transform: translateY(69px);
}

.fixed-header .mir-theme .header-margin {
    display: block;
    height: 101px;
}

.fixed-header body.mir-theme a.search-button path{
    fill: #000;
}

.fixed-header .mir-theme .header {
    position: fixed;
    width: 100%;
    background: white;
}

.header-fixed-upper-links {
    display: none;
}

.header-fixed-upper-links .search-button {
    cursor: pointer;
}

.header-fixed-upper-links .search-button:hover svg g path {
    fill: #1F5BD7;
}

.fixed-header .header-fixed-upper-links {
    display: block;
    height: 39px;
}

.mir-theme .header .header-fixed-upper-links .top-menu {
    height: 39px;
    padding: 0 5px;
}

.header-fixed-upper-links .right {
    display: flex;
    align-items: center;
}

.header-divider {
    display: none;
    width: 100%;
    width: 100%;
    height: 1px;
    background: rgb(194, 202, 231);
    background: -moz-linear-gradient(90deg, rgba(194, 202, 231, 0) 0%, rgba(194, 202, 231, 1) 50%, rgba(194, 202, 231, 0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(194, 202, 231, 0) 0%, rgba(194, 202, 231, 1) 50%, rgba(194, 202, 231, 0) 100%);
    background: linear-gradient(90deg, rgba(194, 202, 231, 0) 0%, rgba(194, 202, 231, 1) 50%, rgba(194, 202, 231, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c2cae7", endColorstr="#c2cae7", GradientType=1);
}

.fixed-header .header-divider {
    display: block;
}

.fixed-header .header-upper-block .upper-links {
    display: none;
}

.fixed-header body.mir-theme .main-menu-wrapper {
    position: fixed;
    top: 48px;
    margin-top: 0;
    margin-bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.fixed-header .mir-theme .main-menu ul li > a {
    color: #000058;
}

.fixed-header .mir-theme .main-menu ul li > a i {
    border-top-color: #000058;
}

.fixed-header header {
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
}

.fixed-header body.mir-theme .top-menu a {
    padding: 5px 10px 0;
    color: #000;
}

.fixed-header body.mir-theme .header-logo{
    left: 11.5%;
}

.fixed-header .video-wrapper {
    margin-top: 0;
}

.fixed-header .mir-theme .burger {
    background-image: url('../img/mir/burger_black.svg');
}

.fixed-header .mir-theme .main-menu {
    background: transparent;
}

.fixed-header .main-menu-wrapper {
    background: transparent;
    width: 100%;
}

.fixed-header .width.header-container.for-fixed-header {
    padding-right: 10px;
    max-width: 1377px;
}

.fixed-header .mir-theme .main-menu .burger {
    margin-left: 20px;
}

.fixed-header .mir-theme .main-menu ul {
    justify-content: flex-end;
}

.fixed-header .main-menu ul li > a {
    font-weight: 700;
    font-size: 15px;
    line-height: 49px;
}

.fixed-header .top-menu a.mail_ico {
    padding-right: 0;
}

.mir-theme .lang-switcher.hided,
.mir-theme .social.with-subnav.hided,
.mir-theme .search-button.hided,
.mir-theme .mail_ico.hided {
    display: none;
}

.mir-theme .header-clubs .rpl-clubs tr {
    display: flex;
    justify-content: space-between;
}

.mir-theme .header-clubs .rpl-clubs tr td:last-child a {
    padding-right: 0;
}

.mir-theme .header-clubs .rpl-clubs tr a,
.mir-theme .header-clubs .rpl-clubs tr td {
    width: fit-content;
}

/* .mir-theme .header-clubs .rpl-clubs tr td img{
  margin: 0 auto;
}

.mir-theme .header-clubs .rpl-clubs tr td:last-child img{
  margin-right: 0;
} */

.main-menu .news.with-subnav > a {
    padding-left: 10px;
}

@media (max-width: 1450px) {
    .main-menu .news.with-subnav > a {
        padding-right: 25px;
    }
}

@media (max-width: 1280px) {
    .fixed-header .mir-theme .main-menu ul li > a {
        font-size: 13px;
        padding-right: 20px;
    }

    .fixed-header .main-menu ul li > a i {
        right: 5px;
    }
}

@media (max-width: 1120px) {
    .fixed-header .mir-theme .main-menu ul li > a {
        padding-right: 10px;
        padding-left: 10px;
    }

    .fixed-header .main-menu ul li > a i {
        right: -1px;
    }

}

.fixed-header .mir-theme .full-menu .upper-part {
    margin-top: 20px;
}

.opened-menu {
    overflow: hidden;
}

.mir-theme .full-menu.footer-menu {
    position: relative !important;
    transform: none !important;
    top: unset !important;
    background: transparent !important;
}

.full-menu .title,
.full-menu .text {
    position: relative;
    width: fit-content;
}

.mir-theme .full-menu.footer-menu .upper-part,
.mir-theme .full-menu.footer-menu .bottom-part {
    max-width: 1170px;
}

.mir-theme .full-menu.footer-menu .upper-part {
    margin-top: 25px;
}

.mir-theme footer {
    height: auto;
}

.full-menu .title::after,
.full-menu .text::after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    bottom: 0;
    left: 0;
    transition: .1s linear;
}

.full-menu .title::after {
    background: #021035;
}

.full-menu .text::after {
    background: #5F6574;
}

.full-menu .title:hover::after,
.full-menu .text:hover::after {
    width: 100%;
}

.width.header-container.for-fixed-header .main-menu li:hover {
    color: #EAF2FA;
}

.fixed-header .mir-theme .main-menu ul li:hover > a {
    color: #000058;
}

.full-menu.main-hided-menu.showed {
    height: calc(100vh - 173px);
}

.full-menu.main-hided-menu .width {
    display: flex;
}

.full-menu.main-hided-menu .col {
    display: flex;
    flex-direction: column;
    margin-top: 62px;
}

.full-menu.main-hided-menu .col .title {
    margin-bottom: 20px;
    font-size: 28px;
}

.full-menu.main-hided-menu .col .text {
    margin-bottom: 12px;
    font-size: 22px;
}

.full-menu.main-hided-menu .col .text:last-child,
.full-menu.main-hided-menu .col .title:last-child {
    margin-bottom: 0;
}

.full-menu.main-hided-menu .close-menu {
    width: 32px;
    height: 32px;
    margin-top: 10px;
    flex-shrink: 0;
}

.full-menu.main-hided-menu .col .item {
    margin-bottom: 40px;
}

.full-menu.main-hided-menu .links-block {
    display: flex;
    margin-left: 60px;
    margin-right: 60px;
    width: 100%;
    justify-content: space-between;
}

@media (max-width: 1700px) {
    .full-menu.main-hided-menu .col .item {
        margin-bottom: 25px;
    }

    .full-menu.main-hided-menu .col .text {
        margin-bottom: 6px;
    }
}

@media (max-width: 1280px) {
    .full-menu.main-hided-menu .col .title {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .full-menu.main-hided-menu .col .text {
        font-size: 20px;
    }
}

.fixed-header .full-menu.main-hided-menu {
    top: 42px;
}

.fixed-header .full-menu.main-hided-menu.showed {
    height: 100%;
}

.upper-links .winline-logo-header.hided {
    margin-right: 10px;
}

.section-feedback {
    margin-top: 60px;
}

.section-feedback.success .feedback-text-block,
.section-feedback.success .feedback-form-block {
    display: none;
}

.section-feedback .success-block {
    display: none;
}

.section-feedback.success {
    padding: 33px 0;
}

.section-feedback.success .success-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.section-feedback .success-block .title {
    font-weight: 700;
    font-size: 28px;
    line-height: 29px;
    color: white;
}

.main-video-section:not(.load) .fake-poster {
    background: none !important;
}

.main-video-section .fake-poster {
    display: block;
    position: absolute;
    opacity: 1;
    z-index: 4;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: all .2s ease;
    background-size: cover;
    background-position: center center;
}

.main-video-section .video-preloader {
    display: block;
    position: absolute;
    opacity: 0;
    z-index: 3;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../mobile/img/n_loader.svg) center center no-repeat;
    background-color: rgba(0, 0, 0, .2);
    transition: all .2s ease;
}

.main-video-section.load .video-preloader {
    opacity: 1;
    z-index: 5;
}

.main-video-section .video-controls .control-item.last {
    opacity: .8;
}

@media (max-width: 1440px) {
    .mir-theme .main-video-section .video-controls {
        left: 20px;
        right: 20px;
        bottom: 80px;
    }
}

@media (max-width: 1280px) {
    .mir-theme .main-video-section .links .video-link.tickets {
        margin-bottom: 25px;
    }
}

@media (max-width: 1439px) {
    .mir-theme .main-video-section .links .video-link {
        width: 52px;
        height: 52px;
    }

    .mir-theme .main-video-section .links .video-link.live .video-link-icon-live {
        width: 52px;
        height: 52px;
    }
}

.mir-theme .main-menu ul {
    justify-content: space-between;
}

.mir-theme .main-menu .burger {
    margin-left: unset;
}

.main-menu ul li > a {
    font-size: 18px;
}

.mir-theme .main-menu ul li:last-child a {
    padding-right: 0;
}

.fixed-header .mir-theme .main-menu .burger {
    margin-left: 0;
    margin-right: 10px;
}

.fixed-header .mir-theme.eng .main-menu .burger {
    order: -1;
}

@media (max-width: 1440px) {
    .fixed-header .mir-theme .main-menu ul li:last-child a {
        padding-right: 10px;
    }
}

.main-menu ul li.watch-rpl,
.main-menu ul li.about-rpl {
    position: relative;
}

.main-menu ul li.about-rpl .subnav {
    width: max-content;
}

.rpl-clubs table a:hover::after {
    content: '';
    top: -8px;
    left: 0;
    position: absolute;
    width: 100%;
    height: 130%;
    z-index: -1;
    background-color: #147EE8;
    opacity: 0.1;
    filter: blur(15px);
}

/* пока что */
.section-feedback {
    display: none;
}

.calendar-rpl .slide .winline-slider-block {
    display: none;
}

/* для меню без видео */

body.no-video .main-menu-wrapper {
    margin-bottom: 0;
}

body.no-video .fixed-header .branding-ls {
    top: 0px !important;
}

/*body.no-video.mir-theme .main-menu-wrapper {
    z-index: 170;
    background-color: transparent;
}*/

body.eng.no-video.mir-theme .main-menu-wrapper {
    z-index: 170;
    background-color: transparent;
}

body.no-video.mir-theme .main-menu-wrapper:before {
    /*display: none;*/
}

.fixed-header body.no-video.mir-theme .main-menu-wrapper {
    z-index: 999;
}

body.no-video .main-menu {
    padding-left: 10px;
}

body.no-video .main-menu ul li > a {
    /*color: #000000;*/
    color: white;
}

body.no-video .main-menu ul li:hover > a {
    color: #EAF2FA;
}

body.no-video .main-menu ul li > a i {
    /*border-top-color: #000058;*/
}

body.no-video .main-menu .burger {
    /*background-image: url(../img/mir/burger_black.svg);*/
}

@media (max-width: 1450px) {
    .mir-theme .main-menu ul {
        justify-content: center;
    }
    .main-menu ul li > a{
        padding: 1px 15px 0;
    }
    body.no-video .main-menu{
        padding: 0;
    }
}

body.no-video .mir-calendar-main {
    margin-top: 0;
}

body.no-video .mir-calendar-main .calendar-rpl {
    margin: 30px 0 30px 0;
}

.mir-theme .player-table table th {
    background: #000058;
}

.mir-theme .player-table table th p {
    color: white;
}

.mir-theme #content .stats-tournament .table-stats-wrapper table tr.title .other.new {
    background: #000058;
}

.mir-theme #content .stats-tournament .table-stats-wrapper table tr td.other p {
    color: white;
}

.mir-theme #content .stats-tournament .table-stats-wrapper table tr.title td.other p .green {
    color: white;
}

.mir-theme #content .stats-tournament .table-stats-wrapper table tr.title td.other p .yellow {
    color: white;
}

.mir-theme #content .stats-tournament .table-stats-wrapper table tr.title td.other p .red {
    color: white;
}

/* eng */

.eng.mir-theme .video-index .video-list .main-video-wrap .main-img {
    min-height: 675px;
}

.eng.mir-theme .video-index .video-list .main-video-wrap {
    height: 510px;
}

.eng.mir-theme .video-index .video-list {
    height: 675px;
}

.eng.mir-theme .stats .player-stats {
    margin-top: 105px;
}

.eng.mir-theme .stats {
    padding-left: 20px;
    padding-right: 20px;
}

.eng.mir-theme .stats:before {
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
    left: 0;
    right: 0;
}

.eng.mir-theme #content .filter-video a {
    color: #000058;
}

.eng.mir-theme .header-logo .logo {
    /*background: url(../img/mir/logo_horizontal_eng.svg) center center no-repeat !important;*/
    background: url(../img/mir/logo-eng-horizontal.svg) center center no-repeat !important;
    background-size: contain !important;
}

.fixed-header .eng.mir-theme .header-logo .logo {
    background: url(../img/mir/new-logo-eng-desktop.svg) center center no-repeat !important;
    background-size: contain !important;
}

.eng.mir-theme .header-logo .logo {
    width: 225px !important;
}

.fixed-header .eng.mir-theme .header-logo .logo {
    background-image: url(../img/mir/new-logo-eng-desktop.svg);
    width: 155px !important;
}

.eng.mir-theme .main-menu ul li:last-child a {
    padding-right: 20px;
}

.eng.mir-theme .main-menu ul li:last-child > a i {
    right: 0;
}

@media (max-width: 1405px) {
    .fixed-header .eng.mir-theme .main-menu ul li:last-child a {
        padding-right: 25px;
    }

    .fixed-header .eng.mir-theme .main-menu ul li:last-child > a i {
        right: 8px;
    }
}

@media (max-width: 1200px) {
    .fixed-header .eng.mir-theme .main-menu ul li:last-child a {
        padding-right: 24px;
    }

    .fixed-header .eng.mir-theme .main-menu ul li:last-child > a i {
        right: 12px;
    }
}


.fixed-header .full-menu.main-hided-menu .close-menu {
    visibility: hidden;
}

.mir-theme .main-menu ul li {
    transition: opacity .2s ease;
}

.fixed-header.opened-menu .mir-theme .main-menu ul li:not(.burger) {
    opacity: 0;
    pointer-events: none;
}

.fixed-header.opened-menu .mir-theme .main-menu ul li.burger {
    background-image: url('../img/mir/close_menu.svg');
}


.mir-theme.eng .bg-main{
    background: none !important;
}

.header-container__superhero{
    max-width: 1780px !important;
}
@media(min-width:1921px){
    .header-container__superhero{
        max-width:2360px!important
    }
}

.fixed-header body.mir-theme .header-container__superhero{
    max-width: 1377px!important;
    padding-right: 10px;
}

.fixed-header body.mir-theme .header-logo{
    left: -5px;
}

@media(max-width:1410px){
    .fixed-header body.mir-theme .header-logo{
        left: 0;
    }
}

.document-preview{
    margin: 30px 0;
}

@media(max-width:1280px){
    .document-preview{
        .width{
            min-width: unset;
        }
    }
}

.pdf-container{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 10px 0;

    .pdf-link{
        font-family: 'ALS Sector';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        color: #707070;
        text-decoration: none;

        img{
            margin-right: 20px;
        }
    }
}

.flex-links{
    display: flex;
    gap: 12px;
}

.flex-links .text{
    margin-bottom: 20px;
    color: #ff6a13!important;
}

.item-spisok{
    margin-top: 0;
    list-style: none;
    padding: 0;
}

.item-spisok li{
    color: #ff6a13;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
}

.item-spisok li a{
    color: #ff6a13!important;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.item-spisok li:first-of-type a{
    color: #ff6a13!important;
    font-weight: 700!important;
}

.item-spisok li::marker{
    color: #ff6a13;
}

.big-margin-top{
    margin-top: 30px!important;
}

.fixed-header .mir-theme .header-margin {
    height: 155px!important;
    padding-top: 20px;
}

body:not(.eng).mir-theme .partners-item-header {
    position: absolute;
    display: block;
    align-items: center;
    top: 6px;
    left: 6px;
    opacity: 0.2;
    span {
        border-radius: 8px;
        padding: 0 8px;
        background-color: rgb(255, 255, 255);
        color: rgb(34, 52, 72);
        font-size: 12px;
        line-height: 14px;
    }
}

body:not(.eng).mir-theme .partners__popup-open {
    box-sizing: border-box;
    backface-visibility: hidden;
    -webkit-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 3px;
    border: 1px solid rgb(255, 255, 255);
    cursor: pointer;
    transition: background-color 0.4s ease-in-out;
    position: absolute;
    right: 6px;
    top: 6px;
    opacity: 0.2;
    transform: rotate(0deg);
    z-index: 102;

    span {
        border-radius: 50%;
        width: 3px;
        height: 3px;
        padding: 0px;
        background-color: rgb(34, 52, 72);
        flex-shrink: 0;
        transition: background-color 0.4s ease-in-out;
    }
}

/* Стили для попапа рекламного */
.partner-popup {
    display: none;
    position: fixed;
    top: 20px;
    width: 300px;
    right: 40px;
    z-index: 113;
}

.partner-popup.show {
    display: flex;
    animation: partnerPopupFadeIn 0.3s ease;
}

.partner-popup__content {
    background-color: #fff;
    padding: 10px;
    border-radius: 6px;
    max-width: 300px;
    width: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    position: relative;
}

.partner-popup__close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 19px;
    height: 20px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.partner-popup__close:before,
.partner-popup__close:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #333;
}

.partner-popup__close:before {
    transform: rotate(45deg);
}

.partner-popup__close:after {
    transform: rotate(-45deg);
}

/* Стили для контента попапа */
.partners__popup-wrapper {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.partners__popup-title {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #333;
}

.partners__popup-text {
    font-size: 12px;
    color: #555;
    line-height: 1.4;
}

.partners__popup-link {
    transition: all 0.3s;
    cursor: pointer;
    font-size: 12px;
}

.partners__popup-link:hover {
    color: #11176D;
}

.hidden {
    display: none;
}

/* Анимация */
@keyframes partnerPopupFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.fixed-header .partner-popup {
    display: none!important;
}

.fixed-header .partner-info-wrapper {
    display: none!important;
}

.fixed-header .partners-item-header {
    display: none!important;
}


