.ya-share2__container_color-scheme_whiteblack  .ya-share2__item.ya-share2__item_service_vkontakte .ya-share2__icon {
    background-image: url('../images/icons/vk.svg');
    background-repeat: no-repeat;
}

.ya-share2__container_color-scheme_whiteblack  .ya-share2__item.ya-share2__item_service_odnoklassniki .ya-share2__icon {
    background-image: url('../images/icons/ok.svg');
    background-repeat: no-repeat;
}

.ya-share2__container_color-scheme_whiteblack  .ya-share2__item.ya-share2__item_service_telegram .ya-share2__icon {
    background-image: url('../images/icons/telegram.svg');
    background-repeat: no-repeat;
}

.ya-share2__container_color-scheme_whiteblack  .ya-share2__item.ya-share2__item_service_whatsapp .ya-share2__icon {
    background-image: url('../images/icons/wp.svg');
    background-repeat: no-repeat;
}

.ya-share2 .ya-share2__container_shape_round.ya-share2__container_size_m .ya-share2__badge .ya-share2__icon:not(.ya-share2__icon_messenger-contact):not(.ya-share2__icon_more):not(.ya-share2__icon_copy){
    background-size: 30px 30px;
}
.ya-share2  .ya-share2__container_size_m .ya-share2__badge .ya-share2__icon{
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
}
.ya-share2  .ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item{
    margin-right: 18px;
}

.tables__games-tabs-item{
    min-width: calc(50% - 20px);
    flex: 1;
}
.tables__games-tabs{
    flex-wrap: wrap;
}
.player-page__statistics-left{
    justify-content: center;
}
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.documents {
    flex: 1;
}
.tables__types-team{
    margin-bottom: 40px;
    width: 100%;
    z-index: 2;
}

.calendar__title {
    display: flex;
    align-items: center;
    gap:30px;
}

.calendar__title  .tables__games-filter-tag{
    margin: 0;
}
.club img{
    width: 52px;
    height: 52px;
    object-fit: contain;
}
.team__name-img{
    object-fit: contain;
}
.game__team{
    width: 73px;
}
.video-card__content{
    min-height: 50px;
}
.game__score{
    margin-top: auto;
}
.game{
    display: flex;
    flex-direction: column;
}
.news__list-item:nth-child(2){
    height: 420px;
}
.dropdown input{
    display: none;
}
.form-textarea{
    width: 100%;
    height: 100%;
}

.grid__group-title{
    text-align: center;
    color: #032551;
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translate(-50%, -5px);
    font-size: 20px;
}

.grid__group-header {
    color: #032551;
    font-size: 20px;
}
.match-page__card-team-location {
    margin-top: auto;
}
.cookie{
    z-index: 5;
}

.header__dropdown {
    position: relative;
    white-space: nowrap;

}

.header__dropdown:hover .header__dropdown-list{
    display: flex;
}
.header__dropdown:hover .header__dropdown-button{
    background-color: #032551;
}
.header__dropdown-button{
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    transition: all 0.2s;
    padding: 3px 12px;
}
.footer .header__dropdown-button{
    font-size: 20px;
}
.header__dropdown-list {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    flex-direction: column;
    gap: 4px;
    padding: 20px;
    background-color: #032551;
}

.footer__mobile{
    display: none;
}

.select2-container--krajee-bs4 .select2-selection--single .select2-selection__arrow{
    border-left: none;
}
.select2-container--krajee-bs4 .select2-selection--single{
    line-height: 1;
    padding: 0;
    height: auto;
    border-radius: 0;
    border: 2px solid rgba(3, 37, 81, 0.2);
    height: 60px;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    padding: 12px 16px 12px 23px;
    transition: all 0.2s;
    background-color: #FFF;
    cursor: pointer;
    box-shadow:none;
}
.select2-selection__arrow{
    transition: all 0.2s;
}
.select2-selection__arrow b{
    display: none;
}
.select2-selection__arrow:after{
    content: '';
    width: 24px;
    height: 24px;
    background-image: url("../images/icons/dropdown.svg");
    display: block;

}
.select2-container--open .select2-selection__arrow{
    transform: rotate(-180deg);

}

.select2-container--krajee-bs4 .select2-selection--single .select2-selection__arrow{
    width: 60px;
}
.select2-selection__arrow{
    display: flex;
    justify-content: center;
    align-items: center;
}
.select2-container--krajee-bs4 .select2-selection--single .select2-selection__placeholder{
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    color: #032551;
    text-transform: uppercase;
}

.select2-container--krajee-bs4.select2-container--open:not(.select2-container--disabled) .select2-selection, .select2-container--krajee-bs4:not(.select2-container--disabled) .select2-selection:focus{
    border-color: rgba(3, 37, 81, 0.2);
    box-shadow: none;
}

.select2-container--krajee-bs4:not(.select2-container--disabled) .select2-dropdown{
    box-shadow: none;
    border: 2px solid rgba(3, 37, 81, 0.2);
    border-top: none;
}

.select2-container--krajee-bs4 .select2-selection--single .select2-selection__rendered{
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    color: #032551;
    text-transform: uppercase;
}

.has-success .select2-container--open .select2-selection, .has-success .select2-container--krajee-bs4.select2-container--focus .select2-selection,
select.is-valid + .select2-container--krajee-bs4 .select2-selection--single, .has-success.select2-container--krajee-bs4 .select2-dropdown, .has-success .select2-container--krajee-bs4 .select2-selection{
    box-shadow: none;
    border: 2px solid rgba(3, 37, 81, 0.2);
}

.select2-container--krajee-bs4 li.select2-results__option{
    padding: 0 16px;
    height: 60px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    color: #032551;
    text-transform: uppercase;
}

.select2-container--krajee-bs4 .select2-results__option[aria-selected]{
    color: #032551;
}

.select2-container--krajee-bs4 .select2-results__option--highlighted[aria-selected]{
    background-color: rgba(3, 37, 81, 0.1);
}

.select2-container--krajee-bs4 .select2-search--dropdown .select2-search__field{
    border-radius: 0;
    box-shadow: none;
    height: 58px;
    padding: 0 41px 0 23px;
    width: 100%;
    color: #032551;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border: 2px solid rgba(3, 37, 81, 0.2);
    background: url("../images/icons/search.svg") no-repeat;
    background-position: calc(100% - 10px) center;
}
.select2-container--krajee-bs4 .select2-results__option.select2-results__option--selected, .select2-container--krajee-bs4 .select2-results__option[aria-selected=true]{
    background-color: rgba(3, 37, 81, 0.1);
}
.select2-container--krajee-bs4 li.select2-results__option{
    background-color: rgba(3, 37, 81, 0.1);
}

.select2-results__options::-webkit-scrollbar {
    width: 1px;
}

.select2-results__options::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.1);
}

.select2-results__options::-webkit-scrollbar-thumb {
    width: 2px;
    background-color: #7EA9DB;
}
.select2-container--krajee-bs4 .select2-selection--single{
    min-width: 280px;
}
.select2-container--krajee-bs4 .select2-selection--single .select2-selection__clear, .select2-container--krajee-bs4 .select2-selection--multiple .select2-selection__clear{
    position: absolute;
    right: 60px;
    pointer-events: all;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(/images/icons/cross.svg);
    background-size: 100%;
    font-size: 0;
    opacity: 1;
}


.match-card{
    cursor: default;
}

.row .form-group{
    flex: 1;
}
.row .control-label{
    margin-bottom: 5px;
    display: block;
    margin-left: 5px;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    color: #032551;
    text-transform: uppercase;
}

.club-page .videos{
    margin-top: 200px
}

.club-page .videos .videos__title{
    white-space: nowrap;
}
.club-page__matches{
    min-height: 200px;
}
.video-card{
    max-height: 320px;
}
.news-page__list.media-list{
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.media-list__video{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.media-list__albums{
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.news-page__two-column.reverse{
    flex-direction: column-reverse;

}
.contacts__list-item{
    pointer-events: all;
}
.news-page.videos{
    margin: 0;
}

.table__table {
    min-width: 100%;
}
.participation-card__row-team .img img{
    object-fit: contain;
}

.club-page__about-image{
    height: 515px;
}
.matches__filter{
    display: flex;
    justify-content: start;
    gap: 20px;
    align-items: center;
}
.match-statistic{
    margin-top: 100px;
}
.biography {
    margin-bottom: 150px;
}
.participation{
    margin-bottom: 0;
    padding-bottom: 100px;
}

.player-page__statistics-table-bg{
    color: #000;
    font-size: 15ch;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    opacity: 0.1;
    text-align: center;
}
.quote__director{
    width: 125px;
    height: 125px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}
.baner__img{
    z-index: -1;
}
.quote{
    display: flex;
    gap: 30px;
    align-items: center;
}
.calendar-wrapper{
    position: relative;
    z-index: 2;
}
.footer{
    z-index: 4;
}

.about{
    background-color: #f2f2f2;
}

.calendar-wrapper{
    background-color: #020E1D;
    padding: 0 10px;

    margin:0;
}
.calendar{
    padding-top: 140px;
    padding-bottom: 80px;
    margin:0;
}
.calendar__slider-buttons {
    bottom: 180px;
}
.filter-tag__list{
    align-items: center;
}

.tags_select{
    display: flex;
    gap: 40px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.tags_list{
    margin-bottom: 50px;
}

.filter-tag-statistic{
    flex-wrap: nowrap;
    display: flex;
    overflow: auto;
}

.filter-tag-statistic  .filter-tag__list-item span{
    border: none;
    padding: 25px 10px;
    opacity:0.5;
}

.filter-tag-statistic .filter-tag__list-item input:checked ~ span{
    border: none;
    background:none;
    border-bottom: 1px solid #FFF;
    padding: 25px 10px;
    opacity:1;
}

.filter-tag__list-item:hover span{
    background:none;
    opacity:1;
}
.game__type-team{
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 13px;
    color: #FFF;
}
.matches{
    background: none;
}
.tournament__title{
    align-items: center;
    flex-wrap: wrap;
}
.matches__filter{
    justify-content: space-between;
}
.biography__text-item{
    font-size: 18px;
}
.contacts__title_new{

    color: #000;
    opacity: 0.10;
    text-align: center;
    font-size: 162px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.contacts{
    margin-bottom: 80px;
}

.about__baners-item.in-your-city{
    background-color: #335482;
}

.participation-card__list{
    max-height: 200px;
    overflow: auto;
}
/*div:not(.main) .logo-bg{*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    height: 100%;*/
/*}*/
/*div:not(.main) .logo-bg img{*/
/*    position: sticky;*/
/*    top: 100px;*/
/*}*/

.scroll{
    overflow: auto;
}

.scroll::-webkit-scrollbar {
    width: 1px;
}

.scroll::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.1);
}
.club-page__about-text{
    font-size: 18px;
}
.scroll::-webkit-scrollbar-thumb {
    width: 2px;
    background-color: #7EA9DB;
}
/*.news-page,.about,.tournament,.clubs,.documents,.club-page,.album {*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*}*/
/*.player-page{*/
/*    position: relative;*/
/*    overflow: visible;*/
/*    z-index: 4;*/
/*}*/
.match-page .bullitt{
    font-size: 20px;
}
.tournament .bullitt,.club-page .bullitt{
    font-size: 15px;
}
.bullitt{
    font-size: 10px;
}
.news-slider, .video-slider{
    position: relative;
    padding: 0 60px;
}
.news-slider .calendar__slider-buttons, .video-slider .calendar__slider-buttons{
    bottom: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.news-slider .swiper-slide, .video-slider .swiper-slide{
    height: auto;
}

.lockClass {
    display: none;
}
[aria-disabled="true"]{
    cursor: default;
    pointer-events: none;
}
[aria-disabled="true"] svg{

    fill: #777777;
}
@media (max-width: 1439px){
    .news-page__form{
        margin: auto;
    }
    .calendar-wrapper .calendar{
        padding-bottom: 20px;
        margin-bottom:0;
    }
    .header__dropdown-button{
        display: none;
    }
    .header__dropdown-list{
        transform: none;
        position: static;
        padding: 0;
        display: flex;
        gap: 30px;
    }
    .footer .header__dropdown-button{
        display: block;
    }
    .footer .header__dropdown-list{
        position: absolute;
        display: none;
        transform: translateX(-50%);
        gap: 5px;
        padding: 20px;
    }
}
@media (max-width: 1400px) {
    .player-page .videos__title {
        font-size: 80px;
        line-height: 54px;
    }
}
@media (max-width: 1023px) {
    .news__list-item:nth-child(2){
        height: 200px;
    }
    .contacts__list{
        grid-template-columns: 1fr 1fr;
    }
    .calendar__slider-buttons{
        display: none;
    }
    .calendar__title{
        flex-direction: column;
        align-items: flex-start;
        gap:10px
    }
    .tags_select{
        gap: 10px;
    }
}
@media (min-width: 768px) {
    .mobile{
        display: none !important;
    }
    .float-image .new-card-big__img{
        float: left;
        display: inline-block;
        width: 50%;
        margin: 0 20px 20px 0;
    }
    .float-image .new-card-big__img img{
        width: 100%;
    }
    .float-image{
        display: inline-block;
    }
}
@media (max-width: 768px) {
    .calendar__title{
        flex-direction: column;
    }

    .footer__mobile{
        display: block;
    }
    .footer .header__dropdown{
        display: none;
    }
    .player-page__statistics-table-bg{
        font-size: 58px;
    }
    .header__dropdown-list{
        gap: 16px;
    }
    .media-list__video{
        grid-template-columns: 1fr ;
    }
    .row .form-input{
        padding: 0 15px;
    }
    .matches__filter{
        flex-direction: column;
        align-items: flex-start;
    }
    .quote{
        flex-direction: column;
    }
    .filter-tag{
        width: 100%;
    }
    .contacts__title_new{
        font-size: 70px;
    }
    .baner__img{
        width: 100%;
        top: -10px;
    }
    .contacts__list{
        grid-template-columns: 1fr;
    }
    .news-slider, .video-slider{
        margin: 0;
    }
    .news-slider .calendar__slider-buttons,  .video-slider .calendar__slider-buttons{
        display: none;
    }
    .popup__container{
        max-height: 100%;
        overflow: auto
    }
    .popup__container-scroll{
        max-height: none;
        height: auto;
    }
    .popup__container-handle{
        top: 10px;
        right: 10px;
        width: 20px;
        height: 20px;
        background: transparent;
        transform: none;
        left: auto;
        opacity: 1;
        overflow: hidden;
    }
    .popup__container-handle:before, .popup__container-handle:after{
        content: '';
        pointer-events: none;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%) rotate(45deg);
        width: 1px;
        height: 40px;
        background-color: #000000;
    }
    .popup__container-handle:after{
        transform: translate(-50%,-50%) rotate(-45deg);
    }
}

@media (max-width: 744px) {
    .news-slider, .video-slider {
        padding: 0;
    }
}

@media (max-width: 600px) {
    .player-page .videos__title {
        font-size: 45px;
        line-height: 30px;
    }
}

@media (min-width: 769px) and (max-width: 1439px){
    .menu-popup .header__menu-nav {
        transition: none;
    }
}

.game__empty-title{
    font-size: 18px;
    font-weight: 500;
    line-height: 13px;
    color: #FFF;
    text-align: center;
}
.game__empty-title.left{
    text-align: left;
}

.captcha input{
    height: 58px;
    padding: 0 23px;
    width: 100%;
    color: #032551;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border: 2px solid rgba(3, 37, 81, 0.2);
}
.captcha input::-webkit-input-placeholder{
    color: #032551;
}
/* ########## ВРЕМЕННО ########## */

.js-hidden{
    display: none;
}
.form-dropdown.dropdown-dark .form-dropdown__button{
    min-width: 190px;
}
.matches__weeks-btn {
    display: flex;
}
@media (max-width: 1439px){
    .news-page__two-column {
        display: flex;
        flex-direction: column;
    }
}

/* ########## ВРЕМЕННО ########## */

