
.calendar-widget {
    border: 1px solid #E0E0E0;
    border-radius: 8px;
    padding: 15px 10px 10px 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.calendar-widget_news {
    margin-bottom: 60px;
}
.calendar-widget .datepicker-container {
    width: 100%;
    background-color: transparent;
}
.calendar-widget .datepicker-panel > ul {
    width: 100%;
}
.calendar-widget .datepicker-panel > ul > li {
    background-color: transparent;
    width: calc(100% / 7 );
    font-family: Gilroy;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #2B2A35;
    height: 47px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.calendar-widget .datepicker-panel > ul > li[data-view="month prev"], .calendar-widget .datepicker-panel > ul > li[data-view="years prev"], .calendar-widget .datepicker-panel > ul > li[data-view="year prev"], .calendar-widget .datepicker-panel > ul > li[data-view="month next"], .calendar-widget .datepicker-panel > ul > li[data-view="years next"], .calendar-widget .datepicker-panel > ul > li[data-view="year next"] {
    width: 30px;
    height: 30px;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    /* Hide the text. */
    color: transparent;
    font-size: 0;
}
.calendar-widget .datepicker-panel > ul > li[data-view="month prev"]:hover, .calendar-widget .datepicker-panel > ul > li[data-view="years prev"]:hover, .calendar-widget .datepicker-panel > ul > li[data-view="year prev"]:hover, .calendar-widget .datepicker-panel > ul > li[data-view="month next"]:hover, .calendar-widget .datepicker-panel > ul > li[data-view="years next"]:hover, .calendar-widget .datepicker-panel > ul > li[data-view="year next"]:hover {
    background-color: #e5f2ff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.calendar-widget .datepicker-panel > ul > li[data-view="month current"], .calendar-widget .datepicker-panel > ul > li[data-view="years current"], .calendar-widget .datepicker-panel > ul > li[data-view="year current"] {
    width: calc(100% - 60px);
    font-family: Gilroy;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #2B2A35;
    height: 30px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.calendar-widget .datepicker-panel > ul > li[data-view="month current"]:hover, .calendar-widget .datepicker-panel > ul > li[data-view="years current"]:hover, .calendar-widget .datepicker-panel > ul > li[data-view="year current"]:hover {
    background-color: #e5f2ff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.calendar-widget .datepicker-panel > ul > li[data-view="month prev"]:after, .calendar-widget .datepicker-panel > ul > li[data-view="years prev"]:after, .calendar-widget .datepicker-panel > ul > li[data-view="year prev"]:after {
    content: "";
    font-family: "icomoon" !important;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
    color: #2B2A35;
    font-size: 15px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.calendar-widget .datepicker-panel > ul > li[data-view="month next"]:after, .calendar-widget .datepicker-panel > ul > li[data-view="years next"]:after, .calendar-widget .datepicker-panel > ul > li[data-view="year next"]:after {
    content: "";
    font-family: "icomoon" !important;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    -ms-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
    color: #2B2A35;
    font-size: 15px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.calendar-widget .datepicker-panel > ul > li[data-view="month prev"].disabled, .calendar-widget .datepicker-panel > ul > li[data-view="years prev"].disabled, .calendar-widget .datepicker-panel > ul > li[data-view="year prev"].disabled, .calendar-widget .datepicker-panel > ul > li[data-view="month next"].disabled, .calendar-widget .datepicker-panel > ul > li[data-view="years next"].disabled, .calendar-widget .datepicker-panel > ul > li[data-view="year next"].disabled {
    opacity: 0.2;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.calendar-widget .datepicker-panel > ul > li[data-view="month prev"].disabled:hover, .calendar-widget .datepicker-panel > ul > li[data-view="years prev"].disabled:hover, .calendar-widget .datepicker-panel > ul > li[data-view="year prev"].disabled:hover, .calendar-widget .datepicker-panel > ul > li[data-view="month next"].disabled:hover, .calendar-widget .datepicker-panel > ul > li[data-view="years next"].disabled:hover, .calendar-widget .datepicker-panel > ul > li[data-view="year next"].disabled:hover {
    background-color: transparent !important;
    cursor: not-allowed;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.calendar-widget .datepicker-panel > ul[data-view=days] {
    border-top: 1px solid #E0E0E0;
    border-left: 1px solid #E0E0E0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.calendar-widget .datepicker-panel > ul[data-view=days] li {
    border-right: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.calendar-widget .datepicker-panel > ul[data-view=days] li.muted {
    color: #6C7D8C;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.calendar-widget .datepicker-panel > ul[data-view=days] li.disabled {
    color: #E0E0E0;
    cursor: not-allowed;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.calendar-widget .datepicker-panel > ul[data-view=days] li.disabled:hover {
    background-color: transparent;
}
.calendar-widget .datepicker-panel > ul[data-view=days] li:hover {
    background-color: #e5f2ff;
}
.calendar-widget .datepicker-panel > ul[data-view=days] li.highlighted {
    background-color: #176FC1;
    color: #FFFFFF;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.calendar-widget .datepicker-panel > ul[data-view=week] li {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    color: #2B2A35;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    line-height: initial;
    padding-bottom: 5px;
    height: 30px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.calendar-widget .datepicker-panel > ul[data-view=week] li:hover {
    background-color: transparent;
}
.calendar-widget .datepicker-panel > ul[data-view=months] {
    border-top: 1px solid #E0E0E0;
    border-left: 1px solid #E0E0E0;
    margin-top: 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.calendar-widget .datepicker-panel > ul[data-view=months] li {
    border-right: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.calendar-widget .datepicker-panel > ul[data-view=months] li.disabled {
    color: #E0E0E0;
    cursor: not-allowed;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.calendar-widget .datepicker-panel > ul[data-view=months] li.disabled:hover {
    background-color: transparent;
}
.calendar-widget .datepicker-panel > ul[data-view=months] li:hover {
    background-color: #e5f2ff;
}
.calendar-widget .datepicker-panel > ul[data-view=years] {
    border-top: 1px solid #E0E0E0;
    border-left: 1px solid #E0E0E0;
    margin-top: 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.calendar-widget .datepicker-panel > ul[data-view=years] li {
    border-right: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.calendar-widget .datepicker-panel > ul[data-view=years] li.disabled {
    color: #E0E0E0;
    cursor: not-allowed;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.calendar-widget .datepicker-panel > ul[data-view=years] li.disabled:hover {
    background-color: transparent;
}
.calendar-widget .datepicker-panel > ul[data-view=years] li:hover {
    background-color: #e5f2ff;
}

.dark-mode .calendar-widget {
    border-color: #2B2D2E;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.dark-mode .calendar-widget .datepicker-panel > ul {
    border-color: #2B2D2E;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.dark-mode .calendar-widget .datepicker-panel > ul li {
    color: #FFFFFF;
    border-color: #2B2D2E;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.dark-mode .calendar-widget .datepicker-panel > ul li[data-view="month prev"]:hover, .dark-mode .calendar-widget .datepicker-panel > ul li[data-view="years prev"]:hover, .dark-mode .calendar-widget .datepicker-panel > ul li[data-view="year prev"]:hover, .dark-mode .calendar-widget .datepicker-panel > ul li[data-view="month next"]:hover, .dark-mode .calendar-widget .datepicker-panel > ul li[data-view="years next"]:hover, .dark-mode .calendar-widget .datepicker-panel > ul li[data-view="year next"]:hover {
    background-color: rgba(108, 125, 140, 0.4);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.dark-mode .calendar-widget .datepicker-panel > ul li[data-view="month current"]:hover, .dark-mode .calendar-widget .datepicker-panel > ul li[data-view="years current"]:hover, .dark-mode .calendar-widget .datepicker-panel > ul li[data-view="year current"]:hover {
    background-color: rgba(108, 125, 140, 0.4);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.dark-mode .calendar-widget .datepicker-panel > ul li[data-view="month prev"]:after, .dark-mode .calendar-widget .datepicker-panel > ul li[data-view="years prev"]:after, .dark-mode .calendar-widget .datepicker-panel > ul li[data-view="year prev"]:after {
    color: #2F9BFF;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.dark-mode .calendar-widget .datepicker-panel > ul li[data-view="month next"]:after, .dark-mode .calendar-widget .datepicker-panel > ul li[data-view="years next"]:after, .dark-mode .calendar-widget .datepicker-panel > ul li[data-view="year next"]:after {
    color: #2F9BFF;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.dark-mode .calendar-widget .datepicker-panel > ul[data-view=days] li {
    color: #FFFFFF;
    background-color: #1F2022;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.dark-mode .calendar-widget .datepicker-panel > ul[data-view=days] li.muted {
    color: #6C7D8C;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.dark-mode .calendar-widget .datepicker-panel > ul[data-view=days] li.disabled {
    color: #5A5C5D;
    background-color: transparent;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.dark-mode .calendar-widget .datepicker-panel > ul[data-view=days] li.disabled:hover {
    background-color: transparent;
}
.dark-mode .calendar-widget .datepicker-panel > ul[data-view=days] li:hover {
    background-color: rgba(108, 125, 140, 0.4);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.dark-mode .calendar-widget .datepicker-panel > ul[data-view=days] li.highlighted {
    background-color: #2F9BFF;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.dark-mode .calendar-widget .datepicker-panel > ul[data-view=week] li {
    color: #6C7D8C;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.dark-mode .calendar-widget .datepicker-panel > ul[data-view=months] li {
    color: #FFFFFF;
    background-color: #1F2022;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.dark-mode .calendar-widget .datepicker-panel > ul[data-view=months] li.disabled {
    color: #5A5C5D;
    background-color: transparent;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.dark-mode .calendar-widget .datepicker-panel > ul[data-view=months] li.disabled:hover {
    background-color: transparent;
}
.dark-mode .calendar-widget .datepicker-panel > ul[data-view=months] li:hover {
    background-color: rgba(108, 125, 140, 0.4);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.dark-mode .calendar-widget .datepicker-panel > ul[data-view=years] li {
    color: #FFFFFF;
    background-color: #1F2022;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.dark-mode .calendar-widget .datepicker-panel > ul[data-view=years] li.disabled {
    color: #5A5C5D;
    background-color: transparent;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.dark-mode .calendar-widget .datepicker-panel > ul[data-view=years] li.disabled:hover {
    background-color: transparent;
}
.dark-mode .calendar-widget .datepicker-panel > ul[data-view=years] li:hover {
    background-color: rgba(108, 125, 140, 0.4);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.breadcrumbs__item:last-child span{
    font-family: "Gilroy";
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #6C7D8C;
}
.dark-mode .breadcrumbs__item:last-child span{
    color: #B9BABA;
}
.dark-mode .personal-info .breadcrumbs__item span,
body.layout_academy.dark-mode .breadcrumbs__item:last-child span,
body.layout_academy .breadcrumbs__item:last-child span,
body.pages_item.layout_page_with_header .breadcrumbs__item:last-child span,
.personal-info .breadcrumbs__item span{
    color: #FFFFFF;
    opacity: 0.75;
    font-family: "Gilroy";
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
body.page_contact .breadcrumbs__item:last-child span{
    color: #FFFFFF;
}
body.pages_item.layout_page_with_header .breadcrumbs__item:last-child span,
body.layout_academy .breadcrumbs__item:last-child span{
    opacity: 1;
}
.player_item .player-description__text{
    height: 90px;
    overflow: hidden;
}
.player_item .player-description__text.visible{
    height: initial;
    overflow: initial;
}
.coach_item .last-news__list:after{
    display: none !important;
}

.personal-info__version_two .personal-info__image img{
    border-radius: 30px !important;
}
.layout_academy .last-news__list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.layout_academy .last-news__list .news-card{
    border-bottom: none;
}

.home_page .headlines__body .headlines__list{
    width: 100%;
}

.search_page section#search{
    padding-bottom: 50px;
}
.search_page .search_page_wrapp{
    display: block;
    box-shadow: 3px 3px 15px rgba(0,0,0,0.25);
    border-radius: 8px;
    margin: 20px 0px;
}
.search_page section#search > section{
    margin: 20px 0;
}
.vdz_search_btn{
}
.vdz_search_btn .search__button{
    background: transparent;
}
.vdz_search_btn .search__button .button-show-more{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.vdz_search_btn .search__button span{
    margin-left: 15px;
}
#search h1.title{
    margin-top: 20px;
}
#search .all-news .last-news__item{
    margin-bottom: 15px !important;
}
/*24-07-2021*/
.theme-mode-switcher_icon-light, .theme-mode-switcher_icon-dark{
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 20px;
    color: #2F9BFF;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.icon-sun-1:before {
    content: "";
}
.search_page  .section-title + .show-more-link > a.button-show-more{
    /*display: none;*/
}
.user_account .section-title + .show-more-link > a.button-show-more{
    display: flex;
}
.personal__body .personal__logo img{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: 0.25;
    max-height: 100% !important;
}

.news_gallery .personal__gallery {
    padding-top: 20px;
}
@media (max-width: 767px) {
    .news_gallery .personal__gallery {
        padding: 0 15px 9px 15px;
    }
}
.news_gallery .gallery__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}
@media (max-width: 1023px) {
    .news_gallery .gallery__list {
        margin: 0 -10px;
    }
}
@media (max-width: 767px) {
    .news_gallery .gallery__list {
        margin: 0 -8px;
    }
}
.news_gallery .gallery__item {
    max-width: 50%;
    padding: 0 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .news_gallery .gallery__item:last-child {
        display: none;
    }
}
@media (max-width: 1023px) {
    .news_gallery .gallery__item {
        padding: 0 10px;
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .news_gallery .gallery__item {
        padding: 0 8px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 16px;
    }
}
@media (max-width: 767px) {
    .news_gallery {
        padding-bottom: 5px;
    }
}

.news_gallery  .gallery-card__body {
    position: relative;
    height: 335px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
    overflow: hidden;
    padding: 20px;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.news_gallery  .gallery-card__body:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 55%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(-12.03%, #0066B0), color-stop(90.11%, rgba(0, 148, 255, 0)));
    background: -o-linear-gradient(bottom, #0066B0 -12.03%, rgba(0, 148, 255, 0) 90.11%);
    background: linear-gradient(0deg, #0066B0 -12.03%, rgba(0, 148, 255, 0) 90.11%);
    opacity: 0.45;
}
.news_gallery  .gallery-card__body:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 55%;
    background: -webkit-gradient(linear, left bottom, left top, from(#263946), color-stop(41.42%, rgba(38, 57, 70, 0)));
    background: -o-linear-gradient(bottom, #263946 0%, rgba(38, 57, 70, 0) 41.42%);
    background: linear-gradient(0deg, #263946 0%, rgba(38, 57, 70, 0) 41.42%);
}
.news_gallery  .gallery-card__body:hover .gallery-card__title {
    text-decoration: underline;
}
@media (max-width: 1599px) {
    .news_gallery  .gallery-card__body {
        height: 325px;
    }
}
@media (max-width: 1400px) {
    .news_gallery  .gallery-card__body {
        height: 275px;
    }
}
@media (max-width: 767px) {
    .news_gallery  .gallery-card__body {
        height: 260px;
    }
}
@media (max-width: 370px) {
    .news_gallery  .gallery-card__body {
        height: 240px;
    }
}
.news_gallery  .gallery-card__overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: 55%;
    background: -webkit-gradient(linear, left bottom, left top, from(#263946), color-stop(76.47%, rgba(38, 57, 70, 0)));
    background: -o-linear-gradient(bottom, #263946 0%, rgba(38, 57, 70, 0) 76.47%);
    background: linear-gradient(0deg, #263946 0%, rgba(38, 57, 70, 0) 76.47%);
}
.news_gallery  .gallery-card__title {
    position: relative;
    z-index: 2;
    font-family: "Gilroy";
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 6px;
}
.news_gallery  .gallery-card__more-info {
    position: relative;
    z-index: 2;
}
.news_gallery  .gallery-card__more-info ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
}
.news_gallery  .gallery-card__more-info ul li {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    font-family: "Gilroy";
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
    line-height: 24px;
    color: #FFFFFF;
    margin-right: 6px;
    padding-right: 13px;
}
.news_gallery  .gallery-card__more-info ul li span {
    font-size: 22px;
    line-height: 24px;
    margin-right: 5px;
}
.news_gallery  .gallery-card__more-info ul li:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #FFFFFF;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.news_gallery  .gallery-card__more-info ul li:last-child {
    padding: 0;
    margin: 0;
}
.news_gallery  .gallery-card__more-info ul li:last-child:before {
    display: none;
}

.news_gallery  .image-card {
    position: relative;
    height: 335px;
    border-radius: 8px;
    overflow: hidden;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.news_gallery  .image-card img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.news_gallery  .image-card:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 102, 176, 0.45)), color-stop(41.42%, rgba(0, 148, 255, 0))), -webkit-gradient(linear, left bottom, left top, from(rgba(38, 57, 70, 0.45)), color-stop(41.42%, rgba(38, 57, 70, 0))), -webkit-gradient(linear, left bottom, left top, from(rgba(38, 57, 70, 0.45)), color-stop(41.42%, rgba(38, 57, 70, 0))), -webkit-gradient(linear, left bottom, left top, from(rgba(38, 57, 70, 0.45)), to(rgba(38, 57, 70, 0.45))), url(image.png);
    background: -o-linear-gradient(bottom, rgba(0, 102, 176, 0.45) 0%, rgba(0, 148, 255, 0) 41.42%), -o-linear-gradient(bottom, rgba(38, 57, 70, 0.45) 0%, rgba(38, 57, 70, 0) 41.42%), -o-linear-gradient(bottom, rgba(38, 57, 70, 0.45) 0%, rgba(38, 57, 70, 0) 41.42%), -o-linear-gradient(bottom, rgba(38, 57, 70, 0.45), rgba(38, 57, 70, 0.45)), url(image.png);
    background: linear-gradient(0deg, rgba(0, 102, 176, 0.45) 0%, rgba(0, 148, 255, 0) 41.42%), linear-gradient(0deg, rgba(38, 57, 70, 0.45) 0%, rgba(38, 57, 70, 0) 41.42%), linear-gradient(0deg, rgba(38, 57, 70, 0.45) 0%, rgba(38, 57, 70, 0) 41.42%), linear-gradient(0deg, rgba(38, 57, 70, 0.45), rgba(38, 57, 70, 0.45)), url(image.png);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.news_gallery  .image-card__button {
    position: absolute;
    top: 50%;
    left: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s;
}
.news_gallery  .image-card__button span {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #176FC1;
    font-size: 22px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
    .news_gallery  .image-card__button span {
        font-size: 22px;
    }
}
.news_gallery  .image-card__button:hover {
    background-color: white;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
@media (max-width: 767px) {
    .news_gallery  .image-card__button {
        width: 50px;
        height: 50px;
    }
}
@media (max-width: 576px) {
    .news_gallery .image-card__button {
        top: 10px;
        width: 50px;
        height: 50px;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
}
.news_gallery  .image-card__share-networks {
    position: absolute;
    bottom: 20px;
    opacity: 0;
    -webkit-transform: translate(-50%, 10px);
    -ms-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
    left: 50%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 2;
}
@media (max-width: 576px) {
    .news_gallery .image-card__share-networks {
        bottom: 10px;
    }
}
.news_gallery .image-card:hover:before {
    opacity: 1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.news_gallery  .image-card:hover .image-card__button {
    opacity: 1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.news_gallery  .image-card:hover .image-card__share-networks {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.news_item .news_gallery  .image-card {
    height: 250px;
}
.news_item .news_gallery  .image-card .image-card__media{
    height: 100%;
}
@media (max-width: 1599px) {
    .news_gallery  .image-card {
        height: 325px;
    }
}
@media (max-width: 1400px) {
    .news_gallery .image-card {
        height: 275px;
    }
}
@media (max-width: 767px) {
    .news_gallery .image-card {
        height: 220px;
    }
}
@media (max-width: 576px) {
    .news_gallery .image-card {
        height: 140px;
    }
}
@media (max-width: 370px) {
    .news_gallery .image-card {
        height: 120px;
    }
}

.news_gallery .share-networks__title {
    font-family: "Gilroy";
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
    text-align: center;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    margin-bottom: 6px;
}
@media (max-width: 767px) {
    .news_gallery .share-networks__title {
        display: none;
    }
}
.news_gallery .share-networks__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.news_gallery .share-networks__item + .share-networks__item {
    margin-left: 18px;
}
.news_gallery .share-networks__item a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 36px;
    height: 36px;
    position: relative;
    color: #FFFFFF;
    font-size: 24px;
    border: 1px solid #E0E0E0;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.news_gallery .share-networks__item a span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.news_gallery .share-networks__item a span.icon-twiiter {
    font-size: 25px;
    margin-top: 1px;
    margin-left: 1px;
}
.news_gallery .share-networks__item a span.icon-telegram {
    font-size: 18px;
}
.news_gallery .share-networks__item a:hover {
    color: #2F9BFF;
    background-color: #2f9bff33;
    border-color: transparent;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

body.news_page .news-page__heading section.headlines{
    width: 100%;
}

body.news_page .headlines__slider{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

header .avatar{
    position: relative;
}

#questionnaire .personal-date-edit .w50{
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
}
#questionnaire .personal-date-edit textarea{
    font-family: "Gilroy";
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #2B2A35;
    padding: 12px 15px;
    border: 1px solid #EBEBEB;
    border-radius: 8px;
}
#questionnaire .personal-date-edit{
    display: flex !important;
}
#vdz_countries_search_wrapper{
    display: block;
}
#vdz_countries_search_wrapper .awesomplete{
    display: block;
}
#vdz_countries_search_wrapper .awesomplete > ul > li{
    padding: 0.8rem .5em;
}
.page404 .page-not-found{
    padding: 0 !important;
}
/*.player-description .typography__show-more .icon-right-circle{*/
/*    margin-right: 8px;*/
/*}*/
/*.player-description .typography__show-more{*/
/*    margin-top: 20px;*/
/*    color: #fff;*/
/*}*/
body[class^="photo_gallery_"] #calendar-widget{
    display: none;
}
.schedule-card__team_logo img{
    height: 48px;
}
body.home_page  .tournament-table-box__team-logo img{
    height: 34px;
}
.tournament-table-box__row:nth-child(2):after,
.tournament-table-box__row:first-child:after{
    display: none;
}
.tournament-table-box__row[data-position="1"]:after,
.tournament-table-box__row[data-position="2"]:after{
    display: block;
    content: "";
    position: absolute;
    right: -1px;
    top: 0;
    z-index: 1;
    width: 5px;
    height: 100%;
    opacity: 0.5;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.tournament-table-box__row[data-position="1"]:after{
    background: #6FCF97;
}
.tournament-table-box__row[data-position="2"]:after{
    background: #F2994A;
}
.championship_item .tournament-table-box__row:first-child:after{
    background: #00A86A;
    opacity: 1;
}
.championship_item .tournament-table-box__row:nth-child(2):after{
    /*background: #FFC164;*/
    background: #93D6AF;
    opacity: 1;
}
.championship_item .tournament-table-box__row:nth-last-child(-n+4):after{
    background: #F09797;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 4px;
    height: 100%;
    opacity: 0.6;
    border-radius: 8px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.championship_item .tournament-table-box__row:nth-last-child(-n+2):after{
    background: #EB5757 !important;
}
.championship_item  .tournament-table-box__body[data-items="6"] .tournament-table-box__row[data-position="3"]:after,
.championship_item  .tournament-table-box__body[data-items="6"] .tournament-table-box__row[data-position="4"]:after{
    display: none;
}
.championship_item  .tournament-table-box__body[data-items="4"] .tournament-table-box__row:nth-last-child(-n+4):after,
.championship_item  .tournament-table-box__body[data-items="4"] .tournament-table-box__row:nth-last-child(-n+2):after{
    background: transparent !important;
}
.championship_item  .tournament-table-box__body[data-items="4"] .tournament-table-box__row[data-position="1"]:after{
    background: #00A86A !important;
}
.championship_item  .tournament-table-box__body[data-items="4"] .tournament-table-box__row[data-position="2"]:after{
    background: #93D6AF !important;
}
.championship_item  .tournament-table-box__body[data-items="4"] .tournament-table-box__row[data-position="3"]:after{
    background: #F2994A !important;
}
.championship_item  .tournament-table-box__body[data-items="4"] .tournament-table-box__row[data-position="4"]:after{
    background: #EB5757 !important;
}

.sidebar .tournament-table__body{
    /*margin-bottom: 45px;*/
}
body .sidebar .gallery-card{
    padding: 0;
    display: block !important;
    width: 100%;
    max-width: 100%;
}
.championship_item .tournament-table-box{
    border: none;
}
.championship_all .event-list__date{
    text-transform: capitalize;
}
.championship_all .event-box__tournament_title{
    color: #176FC1;
}
.subscribe__box .section-title{
    color: #fff;
}

.sidebar__menu ul.mobile-menu__list li.active a,
.sidebar__menu ul.mobile-menu__list li.active a span{
    color: #176FC1;
}
.match_item  .top-match__logo{
    color: #fff;
}
.top-match .club__col_one .club__name{
    text-align: right;
}
.history_item .post__info .post__date{
    display: none;
}
.history_item .post__info .post__print{
    margin-left: 0;
}



body .social-links__item + .social-links__item {
    margin-left: 30px;
}
@media (max-width: 1599px) {
    body .social-links__item + .social-links__item {
        margin-left: 20px;
    }
    body .social-links__item a span:first-child {
        margin-right: 5px;
    }
}
@media (max-width: 1023px) {
    body .social-links__item + .social-links__item {
        margin-left: 15px;
    }
}
@media (max-width: 767px) {
    .social-links__item + .social-links__item {
        margin-left: 0;
    }
}


.login_page .account-login__buttons .button-primary-blue{
    width: 100%;
}
@media (max-width: 767px) {
    .mobile-menu__main .action-elem-with-icon .action-elem-with-icon__link .action-elem-with-icon__icon{
        display: none;
    }
}
.search_page .button-primary-transparent + .button-primary-transparent{
    display: none;
}

.player_item .last-news__list:after{
    display: none;
}
.favorite_products .products__list_item{
    margin-bottom: 30px !important;
}
.partners__top-list .partner-item.favbet svg{
    width: 250px;
    height: 45px;
}
@media (max-width: 767px){
    .partners__top-list .partner-item.favbet svg{
        width: 150px;
        height: auto;
    }
}
/*.partners__top-list .partner-item.favbet svg{*/
/*    width: 250px;*/
/*    height: 70px;*/
/*    margin-bottom: -30px;*/
/*}*/
/*@media (max-width: 767px){*/
/*    .partners__top-list .partner-item.favbet svg{*/
/*        width: 140px;*/
/*        height: 40px;*/
/*        margin-bottom: -17px;*/
/*    }*/
/*    .headlines-partners__item.favbet svg{*/
/*        width: 140px;*/
/*        height: 40px;*/
/*        margin-bottom: -15px;*/
/*    }*/
/*}*/


.headlines-partners__item.vbet{
    margin-left: 10px;
}
.headlines-partners__item.vbet svg{
    width: 95px;
    height: auto;
}

.top-partners__item.vbet svg{
    height: 30px;
    width: 72px;
}
.partner-item__image a:hover svg.top-partners__logo_colored{
    opacity: 1;
}
@media screen and (max-width: 767px){
    .partner-item.vbet svg{
        width: 120px;
        height: auto;
    }
    .partners__top-list .partner-item.a-bank, .partners__top-list .partner-item.vbet{
        margin-bottom: 30px;
    }
}

.partner-item__image a:hover .visible {
    opacity: 1;
}
.page404  .partner-item.favbet svg{
    width: 250px;
    height: 45px;
}
.user_account .personal-date__box{
    overflow: hidden;
}
.partners  .partners__bottom-list{
    justify-content: center;
}
.honors_main .awards .button-show-more{
    display: none;
}
.coaches__list.other_team .player-card__image{
    left: 0;
    top: 0;
    width: 100%;
    max-width: 100%;
    transform: none;
}
.alert.alert-danger ul{
    list-style-type: disc;
    margin-left: 15px;
}
.alert.alert-danger ul li{
    display: list-item;
    margin-bottom: 5px;
    list-style-type: disc;
}

.home_page  .slider__nav_horizontal.products__slider-nav{
    display: flex;
}

.user_account .favorite_products .icon-Buy{
    display: none;
}
.products .product-card__buy-button a span.icon-Buy{
    display: none;
}
@media (max-width: 767px){
    body .social-links__item + .social-links__item{
        margin-left: 8px;
    }
    .user_account .favorite_products .icon-Buy{
        display: block;
    }
    .products .product-card__buy-button a span.icon-Buy{
        display: block;
    }
    .pagination.all-news__pagination{
        display: flex;
        width: 100%;
        position: relative;
    }
    .pagination.all-news__pagination ul{
        overflow-x: auto;
        border: none;
        width: inherit;
        /*border-top: 2px solid #176FC1;*/
        /*border-bottom: 2px solid #176FC1;*/
        border: 2px solid #176FC1;
        padding: 0 10px;
    }
    .pagination.all-news__pagination ul li{
        padding: 12px 10px;
    }
    .pagination.all-news__pagination ul:before{
        display: none;
        right: 0;
    }
    .photo_gallery_item .all-news .last-news__item{
        margin-bottom: 15px;
    }

    .products__list .slick-dots{
        max-width: calc(100% - 170px);
        overflow: hidden;
    }
}
.command_item_id_151 .player-card__button + .player-card__button{
    display: none;
}
.gallery-card .gallery-card__more-info ul li:first-child,
.photo_gallery_item  .gallery-card .gallery-card__more-info ul li:first-child{
    display: none;
}

.main-product__buy span{
    font-size: 16px;
    line-height: 24px;
    padding: 12px 20px;
    display: flex;
    width: 100%;
    border: none;
    max-width: 305px;
}
.main-product__buy span:hover{
    color: #FFFFFF;
    background-color: #3788D2;
    border-color: #3788D2;
    transition: all 0.3s;
}
.account-menu__item .vdz_verification .btn{
    font-family: "Gilroy";
    white-space: normal;
    background-color: #fff;
    border-width: 2px;
    color: #dc3545;
    font-weight: bold;
}
.account-menu__item .vdz_verification{
    margin: 0 30px;
}
#questionnaire .typography__text {
    font-family: "Gilroy";
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    line-height: 32px;
    color: #2B2A35;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.schedule__item_heading{
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.schedule__item_heading h5,
.tournament-table__heading h5{
    font-family: "Gilroy";
    font-weight: 600;
    font-style: normal;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #6C7D8C;
    letter-spacing: 1.5px;
}
.store-cart__dropdown{
    height: 28px;
}

@media screen and (max-width: 768px){
    .pages_item  .headlines__title{
        padding: 0 15px;
    }
}

.calendar-widget .datepicker-panel > ul[data-view=days] li.picked[data-view="day picked"]{
    background-color: #e5f2ff;
    font-weight: bold;
    color: #39f;
}

.top-match__logo h3{
    color: #fff;
}
.schedule-card__tournament-image{
    margin: 0 15px;
}
.match__body .match__col_two{
    -webkit-flex: 0 0 73%;
    -ms-flex: 0 0 73%;
    flex: 0 0 73%;
    max-width: 73%;
}
@media (max-width: 767px){
    .match__body .match__col_two {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.home_page  .top-match__logo{
    position: relative;
}
.home_page  .top-match__logo .top-match__channel{
    position: absolute;
    right: 0;
    top: 12px;
    font-weight: bold;
    color: #fff;
}
.home_page  .top-match__logo .top-match__channel .icon-tv{
    margin-left: 8px;
}
.top-match__referees .top-match__info-text{
    margin-right: 5px;
}

#home_top_match_header_widget .top-match__referees .icon-whistle{
    margin-right: 8px;
}
#home_top_match_header_widget .top-match__referees {
    position: absolute;
    left: 0;
    top: 12px;
    font-weight: bold;
    color: #fff;
}

@media screen and (max-width: 768px){
    .top-match__logo{
        display: block;
        text-align: center;
    }
    #home_top_match_header_widget .top-match__referees{
        position: initial;
        margin: 10px auto;
        margin-top: 20px;
        text-align: center;
    }
}
.product-card__old_price{
    margin-left: 8px;
    font-size: 0.95rem;
}

@media screen and (min-width: 768px){
    /*section.schedule{*/
    /*    display: none !important;*/
    /*}*/
}

@media screen and (min-width: 768px) {
    .top-match__partners .top-partners__item.new-balance svg {
        max-height: 50px;
    }

    .top-match__partners .top-partners__item.klo svg {
        height: auto;
        max-height: 50px;
    }
    .top-match__partners .top-partners__item.new-balance{
        margin-top: 14px;
    }
}


.icon-goal-ball.goal_red{
    color: red;
}
@media screen and (max-width: 768px) {
    body.match_item .top-match__col_three .club__goal{
        align-items: flex-start;
    }
}


body .top-partners__item.klo svg {
    height: 30px;
    width: 58px;
}
body .headlines-partners__item.klo svg{
    width: 60px;
    height: auto;
}
body .partner-item.winnerauto svg {
    width: 175px;
    height: 36px;
}
@media (max-width: 576px) {
    body .partner-item.winnerauto svg {
        width: 100px;
        height: auto;
    }
}
@media (max-width: 370px) {
    body .partner-item.winnerauto svg {
        width: 85px;
    }
}

.partners__top-list{
    justify-content: center;
}
.partners__top-list .partner-item + .partner-item{
    margin-left: 30px;
}
@media (max-width: 576px) {

    .partners__top-list .partner-item + .partner-item{
        margin-left: 0px;
    }
}

/*Для главной при отключении сладйера и кол-вом менее 4х товаров */
/*@media (min-width: 769px) {*/
/*    .home_page .js-products-list-slider:not(.slick-initialized) .products__list_item{*/
/*        !*min-width: 25%;*!*/
/*    }*/
/*    .slick-slider .slick-track,*/
/*    .slick-slider .slick-list{*/
/*        min-width: 100%;*/
/*    }*/
/*}*/

/*.slick-slide>div>.awards__list_col,*/
/*.slick-slide>div>.video-slider__item,*/
/*.slick-slide>div>.products__list_item{*/
/*    width: 100% !important;*/
/*    max-width: 100% !important;*/
/*}*/

/*.team-slider .slick-slide>div{*/
/*    margin: 0 10px;*/
/*}*/
/*@media (min-width: 769px) {*/
/*    .team-slider .slick-slide{*/
/*        width: 440px !important;*/
/*    }*/
/*}*/

/*body .add-to-cart,*/
/*body #add-to-basket.add-to-cart,*/
/*body .product-card__buy-button{*/
/*    display: none !important;*/
/*}*/


.mini-cart .mini-cart__info span.vd_service{
    display: block;
    margin-bottom: 5px;
}

body.vd_cart .select-css__select:disabled,
body.vd_cart .select-css__select[disabled="disabled"]{
    background: #fff !important;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #ffffff 0%, #ffffff 100%) !important;
}
@media (min-width: 768px) {
    body.vd_cart .select-css__select{
        visibility: visible;
        opacity: 1;
        height: 33px;
    }
    body.vd_cart .select-css__preview,
    body.vd_cart .select-css__option{
        display: none !important;
    }
}

.championship_item .tournament__body[data-championship="207"] .tournament-table-box__row:after{
    display: none !important;
}

/*#home_top_match_header_widget .top-partners__list .top-partners__item.vbet{*/
/*    display: none !important;*/
/*}*/

#home_top_match_header_widget .vd_show_mobile_only{
    display: none;
}
@media (max-width: 768px) {
    #home_top_match_header_widget .vd_show_mobile_only{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    #home_top_match_header_widget .vd_show_mobile_only .top-match__place_logo{
        margin-bottom: 0;
        margin-right: 15px;
    }
}

.partner-item.klo .partner-item__image a svg{
    width: 110px;
    height: 58px;
}
.partner-item.money_t .partner-item__image a svg{
    width: 200px;
    height: 54px;
}

body.championship_item .tournament__body[data-championship="213"] .tournament-table-box__row:after{
    display: none !important;
}
.partner-item.bls a{
    display: block;
    position: relative;
    top: -4px;
}

.top-partners__item.ggbet a {
    display: block;
    position: relative;
    bottom: -1px;
}
@media (min-width: 768px) {
    .partners__top-list .partner-item.ggbet a {
        display: block;
        position: relative;
        bottom: -9px;
    }
}

@media (max-width: 768px) {
    .partners__top-list{
        align-items: baseline;
    }
    .partners__top-list .partner-item.ggbet a{
        display: block;
        position: relative;
        bottom: -9px;
    }
    .partners__top-list .partner-item.ggbet a svg {
        height: 52px;
        width: auto;
    }
    .partner-item.klo .partner-item__image a svg{
        height: 30px;
    }
    .partner-item.bls a{
        top: 10px;
    }
    .partner-item.bls .partner-item__image a svg{
        height: 24px;
    }

    .headlines-partners__item + .headlines-partners__item{
        margin: 0 5px !important;
    }
    .headlines-partners__list{
        padding: 10px;
    }
    .headlines-partners__list .headlines-partners__item svg{
        max-width: 60px;
    }
    .headlines-partners__list .headlines-partners__item.money_t svg{
        max-width: 90px;
    }
}

#shop_policy_links{
    margin-top: 60px;
    margin-bottom: 30px;
}
#shop_policy_links ul{
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    justify-content: space-around;
}
#shop_policy_links ul li{
    width: 180px;
    margin-bottom: 20px;
}

footer .footer__logo img{
    width:80px;
    height: auto;

}
.social-networks__item a{
    display: flex;
    align-content: center;
    justify-content: center;
}
.icon-twiiter{
    color: #6C7D8C;
}
.icon-twiiter:before {
    position: relative;
    top: -4px;
    /*content: url('data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20300%20271%22%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m236%200h46l-101%20115%20118%20156h-92.6l-72.5-94.8-83%2094.8h-46l107-123-113-148h94.9l65.5%2086.6zm-16.1%20244h25.5l-165-218h-27.4z%22%2F%3E%3C%2Fsvg%3E');*/
    content: url('/assets/front/img/icons/social%20network/x2025.svg');
    line-height: 1;
    display: inline-block;
    width: 18px;
    flex-shrink: 0;
    align-content: center;
    justify-content: center;
}
a:hover .icon-twiiter:before{
    content: url('/assets/front/img/icons/social%20network/x_hover.svg');
}
footer .icon-twiiter:before {
    content: url('/assets/front/img/icons/social%20network/x2025w.svg');
}



#img-gss{
    color: #000;
}
#img-gss path{
    fill: currentColor !important;
}
#img-abank{
    color: #000;
}
#img-arber{
    color: #111;
}
body.dark-mode #img-arber{
    color: #fff !important;
}
body.dark-mode #img-abank{
    color: #fff !important;
}
body.dark-mode #img-gss{
    color: #fff !important;
}
body.dark-mode .partners .partner-item.money_t a:hover svg.visible g polygon,
body.dark-mode .partners .partner-item.money_t a:hover svg.visible g path,
body.dark-mode .top-partners__item.money_t:hover .top-partners__logo_colored g polygon,
body.dark-mode .top-partners__item.money_t:hover .top-partners__logo_colored g path{
    fill: #fff !important;
}

body .uniform-card__image img{
    max-width: 290px;
}

body .uniform-card__blue .uniform-card__title{
    color: black;
}

/*11-08-2025 SALE LABEL*/
body .product-card__favourite{
    top: 10px !important;
    right: 10px !important;
    z-index: 500;
}

.product__slider,
.basket-cart__item .basket-cart__image a,
.mini-cart__item .mini-cart__image a,
.store-basket__item .store-cart__image,
.products__list .product-card{
    position: relative;
}
.product__slider .label_sale,
.basket-cart__item .basket-cart__image a .label_sale,
.mini-cart__item .mini-cart__image a .label_sale,
.store-basket__item .store-cart__image .label_sale,
.product-card .label_sale{
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 8px 12px;
    padding-bottom: 10px;
    font-size: 1.5em;
    background: #176FC1;
    border-radius: 8px;
    color: #fff;
}
.product__slider .label_sale{
    z-index: 500;
}
.store-basket__item .store-cart__image .label_sale{
    padding: 5px;
    font-size: 1em;
}

.basket-cart__item .basket-cart__image a .label_sale,
.mini-cart__item .mini-cart__image a .label_sale{
    right: 5px;
    top: 5px;
    padding: 5px;
    font-size: 1em;
}

@media screen and (max-width: 768px){
    .basket-cart__item .basket-cart__image a .label_sale,
    .mini-cart__item .mini-cart__image a .label_sale,
    .store-basket__item .store-cart__image .label_sale,
    .product-card .label_sale{
        font-size: 1.2em;
    }
}


body .schedule-card__team_logo{
    margin-left: 0 !important;
    margin-right: 15px !important;
}
.schedule-card__col_one{
    padding: 0 15px;
}
.schedule-card__team_logo{
    margin-left: 15px !important;
}
.schedule-card__team_town{
    font-size: 12px;
}
@media (min-width: 980px) {
    body .schedule-card_item {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        flex-wrap: nowrap;
        white-space: nowrap;
        gap: 10px;
    }

    body .schedule-card_team,
    body .schedule-card_team_score,
    body .schedule-card_date {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    body .schedule-card__team_town{
        font-size: 12px;
        max-width: 100px;
    }
}

@media (min-width: 1020px) and (max-width: 1200px){
    header ul.top-partners__list>li:last-child{
        display: none;
    }
}