@charset "UTF-8";

:root {
    --font-family: "Unbounded", sans-serif;
    --content-width: 1600px;
    --container-offset: 160px;

    --gold-color: #fd1f18;/*linear-gradient(180deg, #007aff 0%, #007aff 100%);*/
    --light-color: #fff;
    --title-color: #203051;
    --btn-bg-color: #203051;
    --top-bar-backgroung-color: #F2F2F2;
    --top-bar-color: #000;
    --header-backgroung-color: #203051;
    --header-color: #fff;
    --standings-backgroung-color: #F2F2F2;
    --standings-color: #fff;
    --standings-card-backgroung-color: #203051;
    --standings-card-color: #fff;
    --banners-backgroung-color: rgba(32, 48, 81, 0.90);
    --banners-color: #fff;
    --tables-backgroung-color: #F2F2F2;
    --tables-table-backgroung-color: #fff;
    --tables-color: #000;
    --tables-title-color: #203051;
    --tables-hover-color: #fd1f18;/*linear-gradient(180deg, #007aff 0%, #007aff 100%);*/
    --news-backgroung-color: #fff;
    --news-color: #000;
    --news-date-color: #98A2B7;
    --photogallery-backgroung-color: #fff;
    --photogallery-decorative-1-color: rgba(152, 162, 183, 0.80);
    --photogallery-decorative-2-color: #364971;
    --photogallery-color: #fff;
    --contacts-backgroung-color: #fff;
    --contacts-color: #000;
    --contacts-date-color: #98A2B7;
    --footer-backgroung-color: #203051;
    --footer-color: #FFFFFF;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
.custom-checkbox__field:checked + .custom-checkbox__content::after {
    opacity: 1;
}

.custom-checkbox__field:focus + .custom-checkbox__content::before {
    outline: 2px solid #f00;
    outline-offset: 2px;
}

.custom-checkbox__field:disabled + .custom-checkbox__content {
    opacity: 0.4;
    pointer-events: none;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable value-keyword-case */
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


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

.page {
    height: 100%;
    font-family: var(--font-family, sans-serif);
    -webkit-text-size-adjust: 100%;
}

.page__body {
    margin: 0;
    min-width: 320px;
    min-height: 100%;
    font-size: 16px;
}

img {
    height: auto;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-container {
    overflow: hidden;
}

.is-hidden {
    display: none !important; /* stylelint-disable-line declaration-no-important */
}

.btn-reset {
    border: none;
    padding: 0;
    background-color: transparent;
    cursor: pointer;
}

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

.input-reset {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    background-color: #fff;
}
.input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
    display: none;
}

.visually-hidden {
    position: absolute;
    overflow: hidden;
    margin: -1px;
    border: 0;
    padding: 0;
    width: 1px;
    height: 1px;
    clip: rect(0 0 0 0);
}

.container {
    margin: 0 auto;

    max-width: 100%;
}
@media (min-width: 1024px) {
  .container {
    padding: 0 45px;
	width: 100%;
  }
}

/* Стили для устройств с шириной экрана 480 пикселей и меньше */
@media (max-width: 1024px) {
  .container {
    padding: 0 15px;
	width: 100%;
  }
}
/*@media (min-width: 1920px) {*/
/*    .container {*/
/*        padding: 0 var(--container-offset);*/
/*    }*/
/*}*/

.js-focus-visible :focus:not(.focus-visible) {
    outline: none;
}

.centered {
    text-align: center;
}

.dis-scroll {
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
}

.page--ios .dis-scroll {
    position: relative;
}

.link {
    background: var(--gold-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-column-gap: 7px;
    -moz-column-gap: 7px;
    column-gap: 7px;
}

.link:hover svg {
    -webkit-transition: 0.3;
    transition: 0.3;
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}

.title {
    color: var(--title-color);
    margin: 0;
    font-family: Unbounded;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    cursor: default;
}

.btn {
    -webkit-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    transform: skew(-30deg);
    background: var(--btn-bg-color);
    margin: 0;
    padding: 6px 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    cursor: pointer;
}

.btn span {
    margin: 0;
    display: block;
    -webkit-transform: skew(30deg);
    -ms-transform: skew(30deg);
    transform: skew(30deg);
    color: var(--light-color);
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.btn:hover {
    background: var(--tables-hover-color);
}

.btn:hover svg {
    -webkit-animation: moveForwardAndBack 1s alternate infinite;
    animation: moveForwardAndBack 1s alternate infinite;
}

@-webkit-keyframes moveForwardAndBack {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0); /* Начальное положение */
    }
    100% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px); /* Измените значение на ваше усмотрение */
    }
}

@keyframes moveForwardAndBack {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0); /* Начальное положение */
    }
    100% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px); /* Измените значение на ваше усмотрение */
    }
}
.box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.swiper {
    position: relative;
	height:190px;
}

.swiper-button-next,
.swiper-button-prev {
    color: black;
}

/* Стиль списка */
ul.breadcrumb {
    list-style: none;
}

/* Отображение элементов списка бок о бок */
ul.breadcrumb li {
    display: inline;
    color: #203051;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
}

/* Добавить символ косой черты (/) перед/за каждым элементом списка */
ul.breadcrumb li + li:before {
    padding: 8px;
    color: #203051;
    content: " — ";
}

/* Добавить цвет для всех ссылок внутри списка */
ul.breadcrumb li a {
    color: #203051;
    text-decoration: none;
}

/* Добавить цвет на наведении курсора мыши */
ul.breadcrumb li a:hover {
    color: #98a2b7;
    text-decoration: none;
}

ul.breadcrumb li:last-child a {
    color: #98a2b7;
    text-decoration: none;
    cursor: default;
}

p {
    color: #000;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.pages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 0 100px;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
}

.pages__title {
    color: #203051;
    font-family: Unbounded;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.pages__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.pages__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}
.name_top_bar{
	color: #f5cd94/*#3396ff*/ !important;
	font-size: 20px !important;
	font-family: Unbounded;
    font-style: normal;
    font-weight: 800 !important;
    line-height: normal;
}
.pages__list li {
    color: #000;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 134%;
}

.logo-mobile {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out; /* Укажите желаемое время анимации */
}

.logo-mobile:first-child {
    opacity: 1;
}

.burger-checkbox {
    position: absolute;
    visibility: hidden;
}

.burger {
    position: relative;
    z-index: 1;
    cursor: pointer;
    display: block;
    position: relative;
    border: none;
    background: transparent;
    width: 20px;
    height: 18px;
}

.burger::before,
.burger::after {
    content: "";
    left: 0;
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
}

.burger::before {
    top: 0;
    -webkit-box-shadow: 0 8px 0 #fff;
    box-shadow: 0 8px 0 #fff;
    -webkit-transition: top 0.3s 0.15s, -webkit-box-shadow 0.3s 0.15s, -webkit-transform 0.3s;
    transition: top 0.3s 0.15s, -webkit-box-shadow 0.3s 0.15s, -webkit-transform 0.3s;
    transition: box-shadow 0.3s 0.15s, top 0.3s 0.15s, transform 0.3s;
    transition: box-shadow 0.3s 0.15s, top 0.3s 0.15s, transform 0.3s, -webkit-box-shadow 0.3s 0.15s, -webkit-transform 0.3s;
}

.burger::after {
    bottom: 0;
    -webkit-transition: bottom 0.3s 0.15s, -webkit-transform 0.3s;
    transition: bottom 0.3s 0.15s, -webkit-transform 0.3s;
    transition: bottom 0.3s 0.15s, transform 0.3s;
    transition: bottom 0.3s 0.15s, transform 0.3s, -webkit-transform 0.3s;
}

.burger-checkbox:checked + .burger::before {
    top: 5px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-shadow: 0 6px 0 #000000;
    box-shadow: 0 6px 0 #000000;
    -webkit-transition: top 0.3s, -webkit-box-shadow 0.15s, -webkit-transform 0.3s 0.15s;
    transition: top 0.3s, -webkit-box-shadow 0.15s, -webkit-transform 0.3s 0.15s;
    transition: box-shadow 0.15s, top 0.3s, transform 0.3s 0.15s;
    transition: box-shadow 0.15s, top 0.3s, transform 0.3s 0.15s, -webkit-box-shadow 0.15s, -webkit-transform 0.3s 0.15s;
	width:27px;
}

.burger-checkbox:checked + .burger::after {
    bottom: 11px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: bottom 0.3s, -webkit-transform 0.3s 0.15s;
    transition: bottom 0.3s, -webkit-transform 0.3s 0.15s;
    transition: bottom 0.3s, transform 0.3s 0.15s;
    transition: bottom 0.3s, transform 0.3s 0.15s, -webkit-transform 0.3s 0.15s;
	width:27px;
}

.menu-list {
    top: 0;
    left: 0;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    row-gap: 20px;
    padding: 8px 20px 70px;
    margin: 0;
    background: #203051;
    list-style-type: none;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100%; /* Растягиваем на всю ширину */
    z-index: 99;
	height: 100%;
}

.menu-list .logo-mobile-inner {
    padding: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.menu-item {
    display: block;
    padding: 8px;
    color: white;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
}

.menu-item:hover {
    background: var(--gold-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.burger-checkbox:checked ~ .menu-list {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.burger-close {
    display: none; /* Скрываем крестик по умолчанию */
    font-size: 24px;
    cursor: pointer;
    text-align: center;
    color: white;
}

.burger-checkbox:checked ~ .menu-list .burger-close {
    display: block; /* Показываем крестик при открытом меню */
}

.menu {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}

.logo-mobile-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0;
    font-size: 24px;
    color: white;
}

/* Стили для иконок социальных сетей */
.social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    row-gap: 20px;
}

.social-icons a {
    margin: 0 10px;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 14px;
    -moz-column-gap: 14px;
    column-gap: 14px;
}

/* Стили для иконок социальных сетей (изображения) */
.social-icons img {
    width: 30px;
    height: 30px;
    border: none;
}

.social-icons span {
    color: #d4d8e9;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
}

.menu-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 13px;
    -moz-column-gap: 13px;
    column-gap: 13px;
    margin-right: 21px;
}

/* Стили для бургер-меню */
@media (max-width: 1024px) {
    .menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .btn span {
        display: none;
    }
    .title {
        color: #203051;
        font-family: Unbounded;
        font-size: 26px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .pages {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 40px 0 100px;
        -webkit-column-gap: 50px;
        -moz-column-gap: 50px;
        column-gap: 50px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
	

}
.top-bar {
    background-color: #152546;
}

.top-bar__social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 8px 0 8px 0;
    -webkit-column-gap: 11px;
    -moz-column-gap: 11px;
    column-gap: 11px;
	margin-left: 140px;
}

.top-bar__social-item--tel {
    margin-right: 26px;
}

.top-bar__social-item--tel a {
    color: #3396ff;
    text-align: right;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

@media (max-width: 1024px) {
    .top-bar {
        display: none;
    }
}
.header {
    background-color: var(--header-backgroung-color);
}

/*.header .container {*/
/*    padding: 0 20px;*/
/*}*/
/*@media (min-width: 1900px) {*/
/*    .header .container {*/
/*        padding: 0 140px 0 192px;*/
/*    }*/
/*}*/

.header__nav {
    padding: 14px 0 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
}

.header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-left: 130px;
}

.header__item {
    background: #203051;
    position: relative;
    z-index: 1;
}

.header__logo {
    margin-right: 25px;
}

.header__link {
    display: block;
    color: #fff;
    text-align: center;
    font-family: Unbounded;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 16px 17px;
    margin: 0 7px;
    -webkit-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    z-index: 11;
}

.header__link span {
    -webkit-transform: skew(20deg);
    -ms-transform: skew(20deg);
    transform: skew(20deg);
    display: block;
}

.header__link--active {
    background: var(--tables-hover-color);
}

.header__link:hover {
    background: var(--tables-hover-color);
}

.header__link:active {
    background: var(--tables-hover-color);
}

.header__drop-item {
    display: none;
}

.header__right-logo {
    margin-left: 14px;
}

.header__logo-mobile {
    position: relative;
    width: 147px;
    height: 53px;
    overflow: hidden;
    display: none;
}

/*@media (min-width: 1920px) {*/
/*    .header .container {*/
/*        padding: 0 140px 0 192px;*/
/*    }*/
/*}*/
@media (max-width: 1023px) {
    .header__nav {
        padding: 8px 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .header__logo {
        display: none;
    }
    .header__right-logo {
        display: none;
    }
    .header__logo-mobile {
        display: block;
    }
    .burger-menu {
        display: block;
    }
    .header__list {
        display: none; /* Скрываем основное меню на мобильных устройствах */
    }
}

.header__link span {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.header__link {
    padding: 10px 10px;
}
.header__logo {
    width: 120px;
    height: auto;
	position: absolute;
}
.header__right-logo {
    width: 170px;
    height: 46px;
    margin-right: -20px;
}

/*
.header__drop-item li a {
color: #fff;
text-align: center;
font-family: Unbounded;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
display: block;
}

.header__drop-item li a:hover {
background: var(--gold-color);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.header__item:hover .header__drop-item {
position: absolute;
top: 20px;
left: 0;
right: 0;
display: block;
}
*/

.standings {
    background-color: var(--standings-backgroung-color);
}

.standings .container {
    position: relative;
}

.standings__list {
    padding: 25px 0 24px 0;
    max-width: 1704px;

}

.standings__item {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.standings__item:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);

}
@media (max-width: 1024px) {
    .header{
		height: auto;
	}

}
@media (min-width: 1024px) and (max-width: 1347px) {
    .header {
        height: 115px;
    }
}

@media (min-width: 1348px) {
    .header {
        height: 78px;
    }
}


.standings__card {
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 10px;
    background: url("../img/standings/standings-logo.png") no-repeat center var(--standings-card-backgroung-color);
	background-size: 85px;
}

.standings__titles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.standings__subtitle {
    margin: 0;
    margin-bottom: 16px;
    color: var(--standings-card-color);
    opacity: 0.8;
    text-align: center;
    font-family: Unbounded;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.standings__text {
    margin: 0;
    margin-bottom: 6px;
    color: var(--standings-card-color);
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.standings__teams {
    display: grid;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: start;
    -ms-flex-line-pack: center;
    align-content: center;
    justify-items: stretch;
	width: 250px;
}

.standings__team {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	width: 100px;
}

.standings__img {
    width: 63px;
    height: 63px;
    -webkit-box-shadow: rgba(204, 181, 119, 0.281) 0px 7px 29px 0px;
    box-shadow: rgba(204, 181, 119, 0.281) 0px 7px 29px 0px;
    border-radius: 50%;
    object-fit: contain;
}

.standings__team-name {
    color: var(--standings-card-color);
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.standings__team-score {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	width: 110px;
}

.standings__score {
    color: var(--standings-card-color);
    text-align: center;
    font-family: Montserrat;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.standings__team-score-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 121px;
    margin: 0 7px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px;
}

.standings__individual-team-score {
    color: var(--standings-card-color);
    text-align: center;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.standings__arrow {
    position: absolute;
    top: 64%;
    /*-webkit-transform: translateY(-64%);
    -ms-transform: translateY(-64%);
    transform: translateY(-64%);*/
}

.standings__arrow--start {
    left: 100px;
}

.standings__arrow--end {
    right: 100px;
}


.standings__arrow--start,
.standings__arrow--end {
    display: none;
}
.standings__subtitle {
    margin-bottom: 8px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.standings__text {
    font-weight: 400;
}
.standings__score {
    font-size: 25px;
}
.standings__team-name {
    font-size: 11px;
	margin-bottom: 0px;
}
.standings__img {
    width: 40px;
    height: 40px;
}
.standings__card {
    height: 140px;
	background-radius: 10px;
}

.banners {
    height: 569px;
    max-width: 100%;
    margin: 0 auto;
}

.banners2 {
    height: 716px;
    background-image: url("../img/about/about.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.banners__bg {
    position: relative;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
	height: 569px;
}

.banners__inner {
    width: 60%;
    height: 100%;
    background: url("../img/banners/banners-bg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 109px;
    padding-right: 50px;
    position: absolute;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.banners__title {
    margin: 0;
    padding: 0;
    color: var(--banners-color);
    font-family: Unbounded;
    font-size: 74px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.banners__subtitle {
    padding-top: 20px;
    color: var(--banners-color);
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    display: none;
}

.banners__link {
    display: inline-block;
    -webkit-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-32deg);
    margin-top: 60px;
    margin-left: 12px;
    padding: 16px 45px;
    background: -webkit-gradient(linear, left top, left bottom, from(#007aff), to(#007aff));
    background: linear-gradient(180deg, #007aff 0%, #007aff 100%);
}

.banners__link-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: skew(20deg);
    -ms-transform: skew(20deg);
    transform: skew(32deg);
    color: var(--banners-color);
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
}

.banners__bg-mobile {
    display: none;
}

.banners__bg-mobile img {
    height: 100%;
    width: 100%;
}

.banners__img-mobile {
    height: 236px;
    width: 100%;
    display: none;
}

.banners__img-pc {
    height: 569px;
    width: 100%;
}


.banners__inner {
    width: 65%;
    height: 100%;
    background: url(../img/banners/banners-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0;
    padding-right: 50px;
    position: absolute;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.banners__title {
    color: #fff;
    font-family: Unbounded;
    font-size: 50px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
.banners__link {
    display: inline-block;
    -webkit-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-32deg);
    argin-top: 60px;
    margin-left: 12px;
    padding: 12px 16px;
    background: #fd1f18;/*-webkit-gradient(linear, left top, left bottom, from(#007aff), to(#007aff));*/
    background: #fd1f18;/*linear-gradient(180deg, #007aff 0%, #007aff 100%);*/
}

@media (max-width: 1200px) {
    .banners__title {
        font-family: Unbounded;
        font-size: 45px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
    }
    .banners__subtitle {
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        padding: 0;
    }
    .banners__link {
        margin-top: 0px;
        margin-left: 0px;
        padding: 8px 11px;
    }
    .banners__link-text {
        color: #fff;
        text-align: center;
        font-family: Montserrat;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
}
@media (min-width: 769px) {
	.banners__img-pc {
			display: block;
		}
.banners__bg-mobile {
        display: none !important;
    }

}
@media (max-width: 1199px) {
	.banners__bg{
	position: relative;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 236px;
	}
	.banners{
    height: 256px;
    max-width: 100%;
    margin: 0 auto;
	}
    .banners__bg-mobile {
        display: none;
        height: 236px;
		position: relative;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 569px;
    }
    .banners__img-mobile {
        display: block;
    }
    .banners__img-pc {
        display: none !important;
    }
    .banners__title {
        font-family: Unbounded;
        font-size: 28px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
    }
    .banners__subtitle {
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        padding: 0;

    }
    .banners__inner {
        width: 100%;
        height: 100%;
        background: rgba(32, 48, 81, 0.9);
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 0;
        padding-right: 0;
        position: absolute;
        z-index: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-line-pack: end;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
    }
    .banners__link {
        margin-top: 40px;
        margin-left: 15px;
        padding: 8px 11px;
    }
    .banners__link-text {
        color: #fff;
        text-align: center;
        font-family: Montserrat;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
}

.banners__link-text {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.banners__link-text svg {
    transition: transform 0.2s ease-out;
}

.banners__link-text:hover svg {
    transform: translateX(3px);
    z-index: 99/* Измените значение по вашему усмотрению */
}

.tables {
    background: var(--tables-backgroung-color);
    padding: 20px 0;
}

.tables__inner {
    display: grid;
    column-gap: 25px;
    justify-content: center;
    flex-wrap: wrap;
    grid-template-columns: 490px 1fr;
}

.tables__table {
    background: var(--tables-table-backgroung-color);
    padding: 15px 15px;
    border-radius: 10px;
	height: 100%;
}

.tables__inner-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.tables__title {
    margin: 0;
    color: var(--tables-title-color);
    font-family: Unbounded;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    max-width: 570px;
}

.tables__title-2 {
    margin-top: 7px;
}

.tables__inner-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -ms-grid;
    display: grid;
    padding-top: 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-items: stretch;
}

.tables__inner-nav2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -ms-grid;
    display: grid;
    padding-top: 51px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}



.tables__inner-nav-2 {
    padding-top: 6px;
}

.tables__inner-nav .link {
    -ms-grid-column: 2;
    grid-column: 2;
}

.tables__inner-nav2 .link {
    -ms-grid-column: 2;
    grid-column: 2;
}

.tables__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 11px 0;
    -ms-grid-column: 1;
    grid-column: 1;
	padding-right: 10px;
	padding-left: 10px;
}

.tables__list2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 11px 0;
    -ms-grid-column: 1;
    grid-column: 1;
}


.tables__item {
    -webkit-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    transform: skew(-30deg);
    background: #203051;
}


.tables__item2 {
    -webkit-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    transform: skew(-30deg);
    background: #203051;
}



.tables__link {
    -webkit-transform: skew(30deg);
    -ms-transform: skew(30deg);
    transform: skew(30deg);
    display: block;
    padding: 7px 21px;
    color: #fff;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    cursor: default;
}



 
.tables__link2 {
    -webkit-transform: skew(30deg);
    -ms-transform: skew(30deg);
    transform: skew(30deg);
    display: block;
    padding: 7px 21px;
    color: #fff;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    cursor: default;
}

.tables__item.active {
    background: var(--tables-hover-color);
}




.tables__link2 .active &gt; .tables__item {
    background: var(--tables-hover-color);
}
.tables__link.active:has(&gt; .tables__item) {
    background: var(--tables-hover-color);
}

.tables__link.active .tables__item {
    background: var(--tables-hover-color);
}

.tables__link.active .tables__item {
    background: var(--tables-hover-color);
}


.tables__item--active {
    background: var(--tables-hover-color);
}

.tables__item:hover {
    background: var(--tables-hover-color);
}

.tables__item:active {
    background: var(--tables-hover-color);
}


.tables__item2--active {
    background: var(--tables-hover-color);
}

.tables__item2:hover {
    background: var(--tables-hover-color);
}

.tables__item2:active {
    background: var(--tables-hover-color);
}


.tables__main-table {
    margin-top: 38px;
    width: 100%;
}

.tables__main-table--two {
    margin-top: 32px;
    min-width: 529px;
}

.tables__main-list {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 60px 280px 70px;
    border-bottom: 2px solid #000;
    /*padding-bottom: 17px;*/
    justify-content: space-between;
    align-items: center;
}

.tables__main-list--two {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 105px auto 105px 105px 105px 105px 105px;
    grid-template-columns: 105px auto 105px 105px 105px 105px 105px;
    border-bottom: 2px solid #000;
    padding-bottom: 17px;
}

.tables__main-list--grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 105px auto 105px 105px 105px 105px 105px;
    grid-template-columns: 105px auto 105px 105px 105px 105px 105px;
}

.tables__main-list--grid .tables__main-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
	font-size: 18px;
}

.tables__main-list--grid .tables__main-item--img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
}

.tables__main-table-title--start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.tables__main-item:nth-child(1) {
    -ms-grid-column: 1;
    grid-column: 1;
    text-align: center;
}

.tables__main-item:nth-child(2) {
    -ms-grid-column: 2;
    grid-column: 2;
    text-align: start;
}

.tables__main-item:nth-child(3) {
    -ms-grid-column: 3;
    grid-column: 3;
    text-align: center;
}

.tables__main-list--two .tables__main-item:nth-child(1) {
    -ms-grid-column: 1;
    grid-column: 1;
    text-align: center;
}

.tables__main-list--two .tables__main-item:nth-child(2) {
    -ms-grid-column: 2;
    grid-column: 2;
    text-align: start;
}

.tables__main-list--two .tables__main-item:nth-child(3) {
    -ms-grid-column: 3;
    grid-column: 3;
    text-align: center;
}

.tables__main-list--two .tables__main-item:nth-child(4) {
    -ms-grid-column: 4;
    grid-column: 4;
    text-align: center;
}

.tables__main-list--two .tables__main-item:nth-child(5) {
    -ms-grid-column: 5;
    grid-column: 5;
    text-align: center;
}


.tables__main-list--no-border:last-child {
    /*border: none;*/
}

.tables__main-table-title {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.tables__main-table-place {
    color: var(--tables-color);
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-align: center;
}

.tables__main-table-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 29px;
    -moz-column-gap: 29px;
    column-gap: 29px;
    min-width: 307px;
}
.preview_picture{
	width:39px;
	height:auto;
}
.tables__main-table-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: left;
}

.tables__main-table-text span {
    color: #98a2b7;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.tables__main-table-title--left {
    text-align: start;
    padding-left: 54px;
}

.tables__main-table-title--start {
    text-align: center!important;
}

.tables__main-table-points {
    text-align: center;
}

.tables__hint-box {
    position: relative;
    width: 312px;
    background: #f2f2f2;
    z-index: 5;
    top: 32px;
    right: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);

}

.tables__hint-inner {
    padding: 31px 25px;
    text-align: justify;
    white-space: nowrap;
}

.tables__hint-inner p {
    margin: 0;
    margin-bottom: 5px;
    color: #000;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.tables__text {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.link-mobile-open {
    display: none;
}

@media (max-width: 1215px) {
    .tables__wrapper-mobile {
        overflow-x: auto;
    }
    .tables {
        background: #fff;
        padding: 0px 0;
    }
    .tables__table {
        /*padding: 0px 20px 30px;*/
    }
    .tables__inner {
        display: block;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .tables__title {
        font-size: 24px;
        font-weight: 700;
    }
    .tables__text {
        font-size: 14px;
        font-weight: 400;
    }
    .tables__main-table-title {
        font-size: 24px;
        font-weight: 400;
    }
    .tables__main-table-text {
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
    }
    .tables__main-table-text span {
        font-size: 14px;
        font-weight: 500;
    }
    .tables__main-list {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr auto 1fr;
        grid-template-columns: 1fr auto 1fr;
        border-bottom: 2px solid #000;
        padding-bottom: 17px;
    }
    .tables__main-item:nth-child(3) {
        -ms-grid-column: 3;
        grid-column: 3;
        text-align: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
    }
    .tables__main-item:nth-child(1) {
        -ms-grid-column: 1;
        grid-column: 1;
        text-align: start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .tables__link {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding: 7px 5px;
    }
    
      .tables__link2 {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding: 7px 5px;
    }
    
    
    .link-mobile-hidden {

    }

    .tables__list--grid {
        display: -ms-grid;
        /*display: grid;*/
        -ms-grid-columns: 114px 100px;
        grid-template-columns: 114px 100px;
        row-gap: 10px;
    }
    .table-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        text-align: center;
    }
}
.news {
    background-image: var(--news-backgroung-color);
    padding: 61px 0 46px 0;
}

.news__list {
    margin-top: 24px;
    display: flex;
    gap: 22px;
    /*flex-wrap: wrap;*/
    flex-direction: row;
    align-content: center;
    align-items: flex-start;
    justify-content: center;
}

.news__item {
    width: 100%;
	height: 350px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
	box-shadow: 0 0px 0px #000000 !important;
}

.news__item img {
    width: 100%;
    height: 233px;
}

.news__item:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    background: none;
    -webkit-box-shadow: 0px 10px 30px rgba(43, 58, 95, 0.15);
    box-shadow: 0px 10px 30px rgba(43, 58, 95, 0.15);
}

.news__date {
    color: var(--news-date-color);
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.news__text {
    color: var(--news-color);
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 134%;
    margin-top: 17px;
    margin-bottom: 23px;
    height: 48px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.photogallery {
    background-image: var(--photogallery-backgroung-color);
    padding: 80px 0 80px 0;
}

.photogallery__list {
	margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: grid;
    gap: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-template-columns: repeat(3, minmax(300px, 1fr)); 
    /*margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;*/
}

.photogallery__item {
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
	/*width: 100%;*/
    flex: 1 1 400px;
}

.photogallery__item:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    background: none;
    -webkit-box-shadow: 0px 10px 30px rgba(43, 58, 95, 0.15);
    box-shadow: 0px 10px 30px rgba(43, 58, 95, 0.15);
}

.photogallery__decorative {
    display: block;
    top: 0;
    width: 90%;
    height: 10px;
    background: var(--photogallery-decorative-2-color);
    margin: 0 auto;
}

.photogallery__decorative--min {
    width: 80%;
    height: 10px;
    background: rgba(152, 162, 183, 0.8);
    margin: 0 auto;
}

.photogallery__img {
    z-index: 1;
    height: 277px;
	width:100%
}

.photogallery__inner {
    z-index: 99;
    position: absolute;
    bottom: 39px;
    left: 39px;
}

.photogallery__caunt {
    margin: 0;
    color: var(--photogallery-color);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}

.photogallery__text {
    margin: 0;
    color: var(--photogallery-color);
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 134%;
}

@media (max-width: 768px) {
    .photogallery__list {
        margin-top: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 43px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.contacts {
    padding: 40px 0 60px;
    background-image: var(--contacts-backgroung-color);
}

.contacts__wraper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 60px;
    grid-template-columns: 1fr auto;
}

.contacts__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 67px;
}

.contacts__item:nth-child(3) {
    margin-bottom: 34px;
}

.contacts__item p {
    margin: 0;
}

.contacts__list {
    margin-top: 35px;
    width: 432px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.contacts__inner .contacts__item {
    color: var(--contacts-color);
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.contacts__inner .contacts__item a {
    color: var(--contacts-color);
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.contacts__map {
    max-width: 100%;
    height: 367px;
}

@media (max-width: 768px) {
    .contacts__map {
        height: 420px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .contacts__wraper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -ms-grid;
        display: grid;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 60px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .contacts__item p {
        margin: 0;
        color: #000;
        font-family: Montserrat;
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }
    .contacts__list {
        margin-top: 35px;
        width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .contacts__item {
        margin-bottom: 20px;
    }
    .contacts {
        padding: 0px 0 68px;
        background-image: var(--contacts-backgroung-color);
    }
}
.footer {
    padding: 46px 0 58px 0;
    background-color: var(--footer-backgroung-color);
}

.footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 85%;
}

.footer__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
	margin-bottom: 20px;
}

.footer__link {
    color: #fff;
    text-align: center;
    font-family: Unbounded;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    -webkit-transform: skew(-20deg);
    -ms-transform: skew(-20deg);
    transform: skew(-20deg);
    display: block;

}

.footer__link span {
    -webkit-transform: skew(20deg);
    -ms-transform: skew(20deg);
    transform: skew(20deg);
    display: block;
    padding: 5px 10px;
}

.footer__link--active {
    background: var(--tables-hover-color);
}

.footer__link:hover {
    background: var(--tables-hover-color);
}

.footer__link:active {
    background: var(--tables-hover-color);
}

.footer__list-drop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 19px;
    row-gap: 10px;
}

.footer__item-drop a {
    padding: 5px 10px;
    color: #fff;
    font-family: Unbounded;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.footer__item-drop a:hover {
    background: var(--gold-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer__nav .top-bar__social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.footer__list-bottom {
    margin-top: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    justify-content: flex-start;
}

/*.footer__item-bottom a img {
    padding-left: 26px;
}*/

.footer__item-bottom:nth-child(2) a {
    color: #fff;
    font-family: Unbounded;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.footer__item-bottom a {
    color: #fff;
    text-align: right;
    font-family: Unbounded;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.footer__item--double {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    row-gap: 28px;
}

.social-icons-2 {
    display: none;
}

.footer__logo-mobile {
    display: none;
}

.footer__items-logo-2 {
    display: none;
}

@media (max-width: 1245px) {
    .footer__list-drop {
        display: none;
    }
    .footer__nav .top-bar__social-list {
        display: none;
    }
    .footer__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 14px;
    }
    .social-icons-2 {
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .footer__items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .footer__item-bottom a {
        color: #fff;
        font-family: Montserrat;
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }
    .footer__item-bottom span {
        color: #fff;
        font-family: Montserrat;
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }
    .footer__item-bottom a img {
        display: none;
    }
    .footer__list-bottom {
        margin-top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        row-gap: 14px;
    }
    .footer__item--double {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        row-gap: 14px;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
    }
}
.about__wrapper {
    display: -ms-grid;
    /*display: grid;*/
    -ms-grid-columns: 1fr 550px;
    grid-template-columns: 1fr 550px;
    -webkit-column-gap: 67px;
    -moz-column-gap: 67px;
    column-gap: 67px;
    padding-top: 72px;
    padding-bottom: 80px;
}

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

.about__bg .banners__inner {
    padding-top: 0;
    padding-left: 313px;
}

.about__text {
    margin: 0;
    color: #000;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
}

.about__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    /*flex-direction: column;*/
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 15px;
    row-gap: 105px;
}

.about__banners__inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .about__wrapper {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -webkit-column-gap: 67px;
        -moz-column-gap: 67px;
        column-gap: 67px;
        padding-top: 72px;
        padding-bottom: 35px;
    }
    .about__list {
        row-gap: 30px;
        align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		margin-top: 15px;
		/*row-gap: 105px;*/
    }
}
.press {
    background: #fff;
	padding-bottom: 20px;
}

.press__pt {
    padding: 39px 0 46px 0;
}

.press__pb {
    padding: 30px 0 30px 0;
}

.press__wrapper {
    padding-top: 40px;
}

.press__wrapper .title {
    color: #203051;
    font-family: Unbounded;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 34px;
    cursor: default;
}

@media (max-width: 768px) {
    .press__wrapper .title {
        color: #203051;
        font-family: Unbounded;
        font-size: 26px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
}
.news-page__wrapper {
    padding-top: 42px;
}

.news-page__wrapper .title {
    margin-top: 14px;
}

.news-page__link {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.news-page__inner {
    padding: 1px 0 146px 0;
}

.news-page__list {
    row-gap: 77px;
}

@media (max-width: 768px) {
    .press__wrapper .title {
        color: #203051;
        font-family: Unbounded;
        font-size: 26px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .news-page__inner {
        padding: 0px 0 60px 0;
    }
}
.photogallery-page {
    background: #fff;
}

.photogallery-page__wrapper {
    padding-top: 42px;
}

.photogallery-page__title {
    padding-top: 30px;
}

.photogallery-page__list {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 42px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    row-gap: 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.photogallery-page__pt {
    padding: 0 0 127px 0;
}

@media (max-width: 768px) {
    .photogallery-page__list {
        margin-top: 30px;
        row-gap: 40px;
    }
    .photogallery__inner {
        z-index: 99;
        position: absolute;
        bottom: 20px;
        left: 18px;
    }
    .photogallery__caunt {
        color: #fff;
        font-family: Montserrat;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .photogallery__text {
        color: #fff;
        font-family: Montserrat;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 134%;
    }
}
.detailed-news {
    background: #fff;
}

.detailed-news__wrapper {
    padding: 40px 0 20px;
}

.detailed-news__wrapper .title {
    margin-top: 34px;
    margin-bottom: 30px;
}

.detailed-news__date {
    color: #203051;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.detailed-news__inner {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 59px;
    -moz-column-gap: 59px;
    column-gap: 59px;
}

.detailed-news__inner--v2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    justify-items: center;
}

.detailed-news__inner--v2 .detailed-news__text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.detailed-news__text {
    margin-top: 60px;
    color: #000;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
}

.detailed-news__img img {
    width: 740px;
    height: 450px;
}

@media (max-width: 768px) {
    .detailed-news__inner {
        display: -ms-grid;
        display: grid;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -webkit-column-gap: 59px;
        -moz-column-gap: 59px;
        column-gap: 59px;
    }
}
.detailed-photo {
    background: #fff;
}

.detailed-photo__wrapper {
    padding: 40px 0 100px;
}

.detailed-photo__wrapper .title {
    margin-top: 34px;
    margin-bottom: 30px;
}

.detailed-photo__inner {

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

}

.detailed-photo__top {
    margin-top: 74px;
    width: 100%;
    text-align: center;
    height: 820px;
    position: relative;
}

.detailed-photo__top &gt; .swiper {
    max-height: 470px;
}

.detailed-photo__bottom {
    position: relative;
    display: flex;
    /*height: 120px;*/
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 676px;
}
 .detailed-photo__bottom &gt; .swiper {
     width: 650px;
    height: 85px;
 }
.detailed-photo__bottom .detailed-photo__prev {
    position: absolute;
    left: -60px;
}

.detailed-photo__bottom .detailed-photo__next {
    position: absolute;
    right: -60px;
}

.detailed-photo__top .detailed-photo__prev {
    position: absolute;
    left: -60px;
}

.detailed-photo__top .detailed-photo__next {
    position: absolute;
    right: -60px;
}


    .detailed-photo__inner {
        row-gap: 20px;
    }
    .detailed-photo__top {
        margin-top: 20px;
        max-width: 720px;
        height: auto;
        margin-bottom: 20px;
    }
    /*.detailed-photo__bottom {*/
    /*    column-gap: 30px;*/
    /*    right: 0;*/
    /*    max-width: 720px;*/
    /*}*/
    .detailed-photo__bottom .detailed-photo__prev {
        position: absolute;
        left: -50px;
    }
    .detailed-photo__bottom .detailed-photo__next {
        position: absolute;
        right: -50px;
    }
    .detailed-photo__top .detailed-photo__prev {
        position: absolute;
        left: -50px;
    }
    .detailed-photo__top .detailed-photo__next {
        position: absolute;
        right: -50px;
    }

@media (max-width: 768px) {
    .detailed-photo__inner {
        row-gap: 20px;
    }
    .detailed-photo__top .swiper .swiper-wrapper .swiper-slide {
        height: 200px;
    }

    .detailed-photo__top {
        margin-top: 20px;
        max-width: 320px;
        height: 200px;
    }
    .detailed-photo__bottom {
        height: 60px;
        right: 0;
        max-width: 320px;
    }
    .detailed-photo__bottom .detailed-photo__prev {
        position: absolute;
        left: -30px;
    }
    .detailed-photo__bottom .detailed-photo__next {
        position: absolute;
        right: -30px;
    }
    .detailed-photo__top .detailed-photo__prev {
        position: absolute;
        left: -30px;
        display: none;
    }
    .detailed-photo__top .detailed-photo__next {
        position: absolute;
        right: -30px;
        display: none;
    }
}
.privacy-policy {
    background: #FFF;
}

.privacy-policy__wrapper {
    padding: 40px 0 100px;
}

.privacy-policy__wrapper .title {
    margin-top: 34px;
    margin-bottom: 30px;
}

.privacy-policy__text p {
    color: #000;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.school-page {
    background: #fff;
}

.school-page__wrapper {
    padding: 40px 0 100px;
}

.school-page__wrapper .title {
    margin-top: 34px;
    margin-bottom: 30px;
}

.school-page__inner {
    padding-top: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 120px;
    -moz-column-gap: 120px;
    column-gap: 120px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.school-page__text p {
    color: #000;
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

@media (max-width: 768px) {
    .school-page__inner {
        padding-top: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .school-page__img {
        width: 143px;
        height: 143px;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .school-page__text p {
        color: #000;
        font-family: Montserrat;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 28px;
    }
}
.school-league {
    background: #fff;
}

.school-league__bg {
    background-color: #f2f2f2;
}

.school-league__inner {
    padding: 40px 0 56px;
}

.school-league__inner-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 19px;
    margin-top: 56px;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 48px;
    -moz-column-gap: 48px;
    column-gap: 48px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.school-league__title {
    color: #203051;
    font-family: Unbounded;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    max-width: 580px;
}

.school-league__table {
    padding: 25px 0;
}

.school-league__main-table {
    margin-top: 20px;
}

.school-league__list {
    grid-template-columns: repeat(6, 200px);
    grid-template-columns: 140px 200px 200px 140px 200px 200px;
    padding-bottom: 8px;
}
.school-league__list_5 {
    grid-template-columns: repeat(5, 200px);
    /*grid-template-columns: repeat(6, 1fr);*/
    padding-bottom: 8px;
}
.school-league__list_6 {
    grid-template-columns: repeat(6, 200px);
    /*grid-template-columns: repeat(6, 1fr);*/
    padding-bottom: 8px;
}

.school-league__time {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

}
.img_table_icon{
width:39px;
height:auto;
object-fit: contain;
}
.school-league__inner-nav {
    padding-top: 14px;
}

.school-league__img {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.school-league__tac {
    text-align: center;
}

.school-league__inner-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
	align-items: center;
}

.school-league__wrapper {
    padding: 30px 3px 30px;
}

.school-league__wrapper-2 {
    padding: 70px 0px 30px 0;
}

.school-league__bg-border {
    width: 1px;
    background: #e2e2e2;
    height: 100%;
    margin-top: 180px;
}

.school-league__mt {
   /* margin-top: 35px;*/
    color: #203051;
    font-family: Unbounded;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.school-league__mt-inner {
    margin-top: 21px;
}

.school-league__inner-nav-2 {
    padding-top: 52px;
}

.school-league__link {
    -ms-grid-column: 4 !important;
    grid-column: 4 !important;
}

.school-league__hint {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 1;
    grid-row: 1;
    margin-left: auto;
}

.school-league__main-table--two {
    margin-top: 27px;
}

.school-league__list--2 {
    grid-template-columns: repeat(3, 1fr);
}

.school-league__3 {
    margin-top: 55px;
}

.school-league__table--3 {
    padding: 0 0;
}

.school-league__inner--3 {
    padding: 40px 0 87px;
}

.tables__main-table-inner div {
    color: #000;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.school-league__list .tables__text:nth-child(1) {
    text-align: center;
}

@media (max-width: 1215px) {
    .tables__main-table-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-column-gap: 29px;
        -moz-column-gap: 29px;
        column-gap: 29px;
        min-width: 270px;
        margin-left: 10px;
    }

    .tables__main-table-inner img {

    }

    .school-league__title {
        color: #203051;
        font-family: Unbounded;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .tables__link {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding: 7px 10px;
    }
    
      .tables__link2 {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        padding: 7px 10px;
    }
    
    .tables__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 11px 0;
        row-gap: 10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    
    .tables__list2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 11px 0;
        row-gap: 10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
		padding-left:10px;
    }
    
    
    .tables__inner-nav {
        display: grid;
        flex-direction: row;
        align-content: center;
        /*grid-template-columns: 202px 150px;*/
    }


    
     .tables__inner-nav2 {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        align-content: center;
    }
    
    .school-league__time {
        color: #000;
        font-family: Montserrat;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .school-league__time span {
        color: #000;
        font-family: Montserrat;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .school-league__time img {
        width: 43px;
        height: 43px;
    }
    .school-league__list {
        min-width: 989px;
    }
    .school-league__main-table {
        overflow-x: auto;
    }
    .school-league__mt {
        color: #203051;
        font-family: Unbounded;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .school-league__inner-2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .school-league__bg-border {
        display: none;
    }
    .two__inner {
        overflow-x: auto;
    }
    .school-league__main-table--two {
        min-width: 989px;
    }
}
.overall {
    padding: 40px 0 85px;
}

.overall__title-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 30px;
}

.overall__title {
    color: #203051;
    font-family: Unbounded;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    max-width: 800px;
}

.overall__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.overall__inner-nav-2 {
    padding: 27px;
}

.overall__bg-border svg {
    margin-top: 170px;
}

.overall__main-list {
    padding-bottom: 16px;
}

.overall__mt-inner {
    margin-top: 27px;
}

.overall__bg-border {
    margin: 0 60px 0 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tables__main-list--no-border {
    padding: 5px 0;
    border-bottom: 1px solid rgb(0 0 0 / 12%);
}

.overall__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 100px 200px 95px 95px 95px 95px 95px;
    grid-template-columns: 100px 200px 95px 95px 95px 95px 95px;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}


    .overall__grid {
        grid-template-columns: 1fr 307px 1fr 1fr 1fr 1fr 1fr;
    }
    .tables__link {
        -webkit-transform: skew(30deg);
        -ms-transform: skew(30deg);
        transform: skew(30deg);
        display: block;
        padding: 7px 20px;
        color: #fff;
        text-align: center;
        font-family: Montserrat;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        cursor: pointer;
    }
    
      .tables__link2 {
        -webkit-transform: skew(30deg);
        -ms-transform: skew(30deg);
        transform: skew(30deg);
        display: block;
        padding: 7px 9px;
        color: #fff;
        text-align: center;
        font-family: Montserrat;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        cursor: pointer;
    }
    

@media (max-width: 768px) {
    .overall__title {
        color: #203051;
        font-family: Unbounded;
        font-size: 26px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .overall__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .overall__bg-border {
        display: none;
    }
    .overall__main-table--wrapper {
        overflow-x: auto;
    }
    .overall__main-table {
        min-width: 989px;
    }
}
.separate {
    background: #fff;
}

.separate__bg {
    background-color: #f2f2f2;
}

.separate__inner {
    padding: 40px 0 78px;
}

.separate__list {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
}

.division-standings {
    padding: 40px 0 104px;
}

.division-standings__title-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.division-standings__title {
    color: #203051;
    font-family: Unbounded;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 27px 0 0;
}

.division-standings__inner-nav {
    padding: 16px 0 0 45px;/*был12*/
}

.division-standings__subtitle {
    color: #203051;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 24px 0;
}

.division-standings__subtitle-2 {
    margin: 57px 0 24px 0;
}

.division-standings__grid {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr 307px 1fr 1fr 1fr 307px 1fr;
}

.division-standings__start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: center !important;
}

.division-standings__end {
    text-align: end !important;
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: end !important;
}

@media (max-width: 768px) {
    .division-standings__wrapper-block {
        overflow-x: auto;
    }
    .division-standings__main-table {
        min-width: 989px;
    }
    .division-standings__grid {
        grid-template-columns: 1fr 307px 1fr 1fr 1fr 307px 1fr;
    }
}
.games__breadcrumb {
    padding: 35px 0;
}

.games__wrapper {
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    background: #fafafa;
    padding: 60px 0 60px;
}

.games__wrapper-protocol {
    padding: 115px 0 114px;
}

.games__info-inner {
    display: flex;
    column-gap: 65px;
    justify-content: space-between;
    align-items: flex-start;

}

.games__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.games__info img {
    margin-top: 11px;
    width: 150px;
    height: 150px;
	object-fit: initial;
}
.tables_img_team{
	width: 70px;
    height: 70px;
    object-fit: initial;
}
.games__info-title {
    color: #203051;
    text-align: center;
    font-family: Unbounded;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    padding-top: 35px;
    padding-bottom: 10px;
    max-width: 320px;
}

.games__info-city-name {
    color: #98a2b7;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}

.games__information {
    color: #98a2b7;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 164.96%;
    margin: 0;
    padding-bottom: 7px;
    max-width: 68%;
}
@media(max-width:1133px){
    .games__information {
      color: #98a2b7;
      text-align: center;
      font-family: Montserrat;
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 164.96%;
      margin: 0;
      padding-bottom: 7px;
  
    }
  }
  @media(max-width:901px){
    .games__info img {
      margin-top: 11px;
      min-width: 125px;
      max-width: 125px;
      height: 125px;
      object-fit: initial;
      margin:0px 10px;
    }
    .games__info-title {
      color: #203051;
      text-align: center;
      font-family: Unbounded;
      font-size: 23px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      margin: 0;
      padding-top: 35px;
      padding-bottom: 10px;
      max-width: 320px;
    }
  }
  @media(max-width:876px){
    .games__info img {
      margin-top: 11px;
      min-width: 100px;
      max-width: 100px;
      height: 100px;
      object-fit: initial;
      margin:0px 10px;
    }
    .games__info-title {
      color: #203051;
      text-align: center;
      font-family: Unbounded;
      font-size: 19px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      margin: 0;
      padding-top: 35px;
      padding-bottom: 10px;
      max-width: 320px;
    }
  }
  @media(max-width:535px){
    .games__info img {
      margin-top: 11px;
      min-width: 70px;
      max-width: 70px;
      height: 70px;
      object-fit: initial;
      margin:0px 10px;
    }
    .games__info-title {
      color: #203051;
      text-align: center;
      font-family: Unbounded;
      font-size: 15px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      margin: 0;
      padding-top: 35px;
      padding-bottom: 10px;
      max-width: 320px;
    }
  }
  @media(max-width:475px){
    .games__info img {
      margin-top: 11px;
      min-width: 50px;
      max-width: 50px;
      height: 50px;
      object-fit: initial;
      margin:0px 10px;
    }
    .games__info-title {
      color: #203051;
      text-align: center;
      font-family: Unbounded;
      font-size: 14px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      margin: 0;
      padding-top: 35px;
      padding-bottom: 10px;
      max-width: 320px;
    }
    .games__information {
      font-size: 11px;
      font-style: normal;
      font-weight: 400;
    }
  }
  @media(max-width: 580px) {
      .games__information {
          font-size: 11px;
          font-style: normal;
          font-weight: 400;
      }
      .games__information:nth-of-type(3) { /* Выбор третьего элемента с классом games__information */
          max-height: 38px;
          overflow-y: scroll; /* или auto */
          overflow-x: hidden; /* Скрыть горизонтальный скролл, если он не нужен */
          -webkit-overflow-scrolling: touch; /* Улучшает прокрутку на iOS */
      }
  }
.games__score {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 80px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    padding-top: 31px;
    padding-bottom: 50px;
}

.games__account {
    grid-template-columns: 1fr 1fr;
    display: grid;
    width: 100px;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: 10px;
    justify-content: center;
}

.games__account span {
    color: #98a2b7;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.games__wrapper-table {
    background-color: #ffffff;
    padding-top: 23px;
    padding-bottom: 71px;
}

.games__title-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.games__title {
    margin: 0;
    color: #203051;
    font-family: Unbounded;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.games__inner-nav {
    padding: 15px 0 0 20px;
}

.games__inner-table {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 160px;
    -moz-column-gap: 160px;
    column-gap: 160px;
}

.games__player-statistics {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-grid-columns: auto 88px 84px 31px;
    grid-template-columns: auto 88px 84px 31px;
    border-bottom: 1px solid #e2e2e2;
    padding: 18px 0 20px 7px;
}

.games__player-statistics-2 {
    -ms-grid-columns: auto 88px 84px 70px 49px;
    grid-template-columns: auto 88px 84px 70px 49px;
    padding-top: 28px;
}

.games__player-name {
    color: #000;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.games__statistics {
    color: #000;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.games__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 14px;
    -moz-column-gap: 14px;
    column-gap: 14px;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    column-gap: 14px;
    height: 80px;
}

.games__img img {
    border-radius: 50%;
    flex-shrink: 0;
}

.games__img--mini {
    display: block;
    background: #d9d9d9;
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.games__img--medium {
    display: block;
    background: #d9d9d9;
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.games__img .games__name {
    color: #000;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

.games__statistics--bold {
    color: #000;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.games__name--bold {
    color: #000;
    font-family: Montserrat;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.games__statistics--bold:last-child {
    text-align: center;
}

.games__inner-protocol {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
}

.games__player-statistics-protocol {
    -ms-grid-columns: 127px 150px 366px auto auto;
    grid-template-columns: 127px 150px 366px auto auto;
}

.games__protocol-time {
    color: #000;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.games__name--medium {
    color: #000;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.games__statistics--ml {
    margin-left: 58px;
}

.games__wrapper-table-protocol {
    padding-bottom: 82px;
}

@media (max-width: 768px) {
    .games__wrapper {
        border-top: 1px solid #e2e2e2;
        border-bottom: 1px solid #e2e2e2;
        background: #fafafa;
        padding: 10px 0 20px;
    }
    .games__information {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        /*min-width: -webkit-max-content;
        min-width: -moz-max-content;
        min-width: max-content;*/
    }
    .games__score {
        padding-top: 12px;
        padding-bottom: 9px;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
    }
    .games__info-inner {
        -webkit-column-gap: 2px;
        -moz-column-gap: 2px;
        column-gap: 2px;
    }
    /*.games__info img {
        width: 53px;
        height: auto;
    }*/
    .games__info-title {
        font-size: 12px;
        font-weight: 700;
        padding-top: 8px;
        padding-bottom: 10px;
        min-width: -webkit-max-content;
        min-width: -moz-max-content;
        min-width: max-content;
    }
    .games__info-city-name {
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .games__info {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .games__account span {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
    }
    .games__title {
        color: #203051;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    .games__list {
        min-width: 442px;
    }
    .games__inner-table {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        overflow-x: auto;
    }
    .games__player-name {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
    }
    .games__statistics {
        font-size: 12px;
        font-weight: 400;
    }
    .games__img--mini {
        width: 40px;
        height: 40px;
        display: block;
    }
    .games__name {
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
    }
    .games__img--medium {
        width: 50px;
        height: 50px;
    }
    .games__name--bold {
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    .games__statistics--bold {
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
    }
    .games__player-statistics-protocol {
        -ms-grid-columns: (1fr)[5];
        grid-template-columns: repeat(5, 1fr);
        width: 989px;
        -webkit-column-gap: 40px;
        -moz-column-gap: 40px;
        column-gap: 40px;
    }
}
.school__breadcrumb {
    padding: 30px 0;
}

.school__wrapper-1 {
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    background: #ffffff;
    padding: 40px 0;
    margin-top: 40px;
}

.school__wrapper-2 {
    background: #fff;
}

.school__inner-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-column-gap: 56px;
    -moz-column-gap: 56px;
    column-gap: 56px;
}

.school__inner-title {
    color: #203051;
    margin: 0;
    font-family: Unbounded;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.school__inner-subtitle {
    color: #98a2b7;
    margin: 0;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.school__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 700px;
    margin-top: 30px;
}

.school__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 50px 0 0;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.school__item p {
    color: #98a2b7;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.school__item div {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.school__wrapper-1 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
}

.school__player-statistics {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-grid-columns: auto 88px 84px 31px;
    grid-template-columns: 350px 200px 50px 50px 50px 50px 50px 50px 50px;
    border-bottom: 1px solid #e2e2e2;
    padding: 18px 0 20px 7px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.school__title {
    color: #203051;
    font-family: Unbounded;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.school__player {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-grid-columns: 130px 180px 320px 50px 300px 200px;
    grid-template-columns: 130px 180px 320px 50px 300px 200px;
    border-bottom: 1px solid #e2e2e2;
    padding: 18px 0 20px 7px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.school__tables {
    color: #000;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.school__tables-number {
    color: #000;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.school__null {
    color: #98a2b7;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.school__null span {
    color: #98a2b7;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.school__table-inner {
    padding: 25px 0 100px;
}

.school__inner-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-column-gap: 56px;
    -moz-column-gap: 56px;
    column-gap: 56px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 50px 0;
}

.school__inner-text--w {
    width: 600px;
}

.school__player-statistics-3 {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-grid-columns: auto 88px 84px 31px;
    grid-template-columns: 400px 1fr 90px 90px 90px 90px 90px 90px 90px;
    border-bottom: 1px solid #e2e2e2;
    padding: 18px 0 20px 7px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.games__statistics-t {
    color: #000;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.games__statistics {
    display: flex;
    column-gap: 20px;
}

.school__player-3 {
    -ms-grid-columns: 122px 330px 165px 350px;
    grid-template-columns: 122px 330px 165px 350px;
}

.school__tables--tc {
    text-align: center;
}

.mini-football-calendar__list {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
}
/*# sourceMappingURL=main.css.map */

.tables__wrapper-mobile {
    -webkit-overflow-scrolling: touch;
    -webkit-overflow-x: auto;
    overflow-x: auto;
}

@media (max-width: 768px) {
    .school__inner-title {
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
    }

    .school__inner-1 {
        column-gap: 0;
    }

    .school__item {
        margin: 0 18px 0 0;
    }

    .school__item p {
        font-size: 12px;
        font-weight: 400;
    }

    .school__item div {
        font-size: 24px;
    }

    .school__title {
        font-size: 24px;
        font-weight: 400;
    }

    .games__table {
        overflow-x: auto;
    }

    .school__player-statistics {
        width: 862px;
    }

    .division-standings {
        padding: 40px 0 40px;
    }
}

.games__player-statistics-kalendar {
    grid-template-columns: 1fr auto;
}

.tables__text-end {
    text-align: end!important;
}

.tables__text-aling-center {
    text-align: center!important;
}

.school__logo img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    object-fit: contain;
}

@media (max-width: 768px) {
    .school__logo img {
        width: 83px;
        height: 83px;
        border-radius: 50%;
    }

    .school__inner-3 {
        column-gap: 24px;
        padding: 50px 0;
        max-width: 192px;
    }
}
.tables__hint--none {
    display: none;
}


.tables__hint-inner {
    display: none;
    position: absolute;
    background: #F2F2F2;
    right: 268px;
    top: -67px;
}
@media (max-width:542px){
    .tables__hint-inner {
        display: none;
        position: absolute;
        background: #F2F2F2;
        right: 268px;
        top: -67px;
        padding: 31px 25px;
        text-align: left;
        width: 79%;
        white-space: wrap;
    }
}

.school-league__time img {
    width: 40px;
    height: auto;
}

.tab-content {
    display: none;
}

.active {
    display: block;
}

.school__tables--tc {
    text-align: center;
}

.mini-football-calendar__list {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
}

.error-404 {
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    background: #fafafa;
    margin: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 80px 0;
}

.text-404 {
    color: #98a2b7;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    max-width: 924px;
}

.error-404__link {
    background: #203051;
}

.error-404__link:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#007aff), to(#007aff));
    background: linear-gradient(180deg, #007aff 0%, #007aff 100%);
}

@media (max-width: 768px) {
    .error-404 {
        padding: 20px 0;
    }
    .text-404 {
        color: #98a2b7;
        text-align: center;
        font-family: Montserrat;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 30px;
        max-width: 924px;
    }
}
.volleyball-protocol-1 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.basketball-protocol-1 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}

.chess-protocol-1 {
    text-align: center;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.chess-protocol-number {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.arrows {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 20px 0;
}

.arrows__wrapper {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    column-gap: 11px;
}

.arrows__number {
    display: flex;
    column-gap: 5px;
}

.arrows__item {
    color: #98a2b7;
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.arrows__item:hover {
    color: #000;
}

.arrows__item.active {
    color: #000;
}

.tables__hint-2 {
    text-align: end;
    align-self: center;
	width: 32px;
}

.school-league__list-bas {
    grid-template-columns: repeat(6, 200px);
}

.header__link.active {
    background: var(--tables-hover-color) !important;
}

.tabs__body {
    position: relative;
}

.tabs__body {
    display: none;
}

.tabs__body-2 {
    display: none;
}

.tabs__body-10 {
    display: none;
}

.tabs__body-10.active {
    display: block;
}

.tabs__body.active {
    display: block;
}

.tabs__body-2.active {
    display: block;
}

.tabs__body-3 {
    display: none;
}

.tabs__body-3.active {
    display: block;
}


.tables__item a {
    cursor: pointer;
}

.tabs__btn-3 a {
    -webkit-transform: skew(30deg);
    -ms-transform: skew(30deg);
    transform: skew(30deg);
    display: block;
    padding: 7px 21px;
    color: #fff;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    
}

.tabs__btn-4 a {
    -webkit-transform: skew(30deg);
    -ms-transform: skew(30deg);
    transform: skew(30deg);
    display: block;
    padding: 7px 21px;
    color: #fff;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    
}

.tabs__btn-off a {
    -webkit-transform: skew(30deg);
    -ms-transform: skew(30deg);
    transform: skew(30deg);
    display: block;
    padding: 7px 21px;
    color: #fff;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    
}

.tabs__btn-10 a {
    -webkit-transform: skew(30deg);
    -ms-transform: skew(30deg);
    transform: skew(30deg);
    display: block;
    padding: 7px 21px;
    color: #fff;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    
}

.tabs__btn a {
    -webkit-transform: skew(30deg);
    -ms-transform: skew(30deg);
    transform: skew(30deg);
    display: block;
    padding: 7px 21px;
    color: #fff;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    
}

.tabs__btn-2 a {
    -webkit-transform: skew(30deg);
    -ms-transform: skew(30deg);
    transform: skew(30deg);
    display: block;
    padding: 7px 21px;
    color: #fff;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    
}


.tabs__body-inner-glass {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    align-items: center;
}

.tables__hint-3 {
    text-align: end;
}

.tables__inner-nav-liga {
    grid-template-columns: max-content 1fr;
}

.tabs__body-5 {
    margin-bottom: 33px;
}

.tables__hint-inner-4 {
    display: flex;
    justify-content: flex-end;

}

.school-league__list-bas {
    grid-template-columns: 160px 200px 200px 200px 200px 200px;
}
.school-league__list-sp {
    grid-template-columns: 160px 200px 200px 200px 200px;
}

.school-league__list-shakhmaty {
    grid-template-columns: 300px 200px 300px;
}

.tables__text-shakhmaty {
    text-align: center!important;
}

.school-page-inner-2 {

}

.school-page-inner-icon {
    display: flex;
    flex-direction: row;
    column-gap: 18px;
    max-width: 800px;
}

@media (max-width: 768px) {
    .tabs__body-inner-glass {
       /* flex-direction: column;*/
		margin-bottom: 0px;
    }

    .school-page-inner-icon {
        flex-wrap: wrap;
        justify-content: center;
        gap: 18px;
    }

    .school-page__text {
        color: #000;
        font-family: Montserrat;
        font-size: 18px!important;
        font-style: normal;
        font-weight: 600;
        line-height: 28px;

    }
}

.school-icon-item {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: #203051;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;


}

.school-icon-item img {
    width: 63px;
    height: 63px;
    margin-bottom: 15px;
    background: #203051;
    border-radius: 50%;

}

.school-icon-item svg {
    width: 63px;
    height: 63px;
    margin-bottom: 15px;
}

.school-page__text  {
    color: #000;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    display: flex;
    align-items: baseline;
    column-gap: 10px;
    flex-direction: column;
    display: flex;
    align-content: center;
    flex-wrap: wrap;

}

.school-page__text p {
    color: #000;
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;

}

.school-page__text p span {
    color: #000;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;

}

.games__player-statistics-protocol-3 {
    grid-template-columns: 200px auto 200px auto;
}

.division-standings__grid {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(1fr, 1fr)) 307px repeat(3, 1fr);
}

.division-standings__grid-vol {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr 307px 1fr 1fr 1fr 1fr ;
}

.tabs__body-inner-glass-rp {
    position: relative;

}

.tabs__body-inner-glass-new {
    position: absolute;
    right: 0;
    top: 0;
}

.tabs__body-off,
    .tabs__body,
    .tabs__body-s,
    .tabs__body-2,
    .tabs__body-3,
    .tabs__body-4,
    .tabs__body-5,
    .tabs__body-6,
    .tabs__body-7,
    .tabs__body-8,
    .tabs__body-9,
    .tabs__body-10,
    .tabs__body-11,
    .tabs__body-12,
    .tabs__body-13,
    .tabs__body-14,
    .tabs__body-15,
    .tabs__body-16,
    .tabs__body-17,
    .tabs__body-18,
    .tabs__body-19,    
    .tabs__body-20 {
        display: none;
    }
    .tabs__body-off.active,
    .tabs__body-s.active,
    .tabs__body.active,
    .tabs__body-2.active,
    .tabs__body-3.active,
    .tabs__body-4.active,
    .tabs__body-5.active,
    .tabs__body-6.active,
    .tabs__body-7.active,
    .tabs__body-8.active,
    .tabs__body-9.active,
    .tabs__body-10.active,
    .tabs__body-11.active,
    .tabs__body-12.active,
    .tabs__body-13.active,
    .tabs__body-14.active,
    .tabs__body-15.active,
    .tabs__body-16.active,
    .tabs__body-17.active,
    .tabs__body-18.active,
    .tabs__body-19.active,    
    .tabs__body-20.active {
        display: block;
    }


@media (min-width: 768px) and (max-width: 1369px) {
    .tabs__body-inner-glass-rp {
        position: relative;

    }

    .tabs__body-inner-glass-new {
        position: absolute;
        right: 0;
        top: 0;
    }

    .tabs__btn-off a,
    .tabs__btn-s a,
    .tabs__btn a,
    .tabs__btn-2 a,
    .tabs__btn-3 a,
    .tabs__btn-4 a,
    .tabs__btn-5 a,
    .tabs__btn-6 a,
    .tabs__btn-7 a,
    .tabs__btn-8 a,
    .tabs__btn-9 a,
    .tabs__btn-10 a,
    .tabs__btn-11 a {
        padding: 6px 9px;
    }
    


}
@media (max-width: 569px) {

.tabs__body-inner-glass-new {
        position: relative;
        right: 0;
        top: 0;
        display: flex;
        justify-content: space-between;
        margin-bottom: 16px;
        align-items: flex-start;
    }
	.link-mobile-hidden-2 {
        display: none;
    }
	.link-mobile-open {
        margin-top: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
@media (max-width: 768px) {
    .games__table::-webkit-scrollbar-thumb {
        border-radius: 30px;
        background: linear-gradient(180deg, #007aff 0%, #007aff 100%);
    }

    .games__table {
        scrollbar-color: #007aff #f0f0f0;
    }

    .tables__inner-title {
        padding: 0;
    }

    .school-page__text p {
        color: #000;

        font-family: Montserrat;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 28px;

    }

    .school-page-inner-icon {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .school-page__text p span {
        color: #000;
        font-family: Montserrat;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px

    }
    .tabs__body-inner-glass-rp {
        position: relative;

    }

    .tabs__body-inner-glass-new {
        /*position: relative;*/
        right: 0;
        top: 0;
        display: flex;
        justify-content: space-between;
        margin-bottom: 16px;
        align-items: flex-start;
    }



    .tabs__btn a,
    .tabs__btn-2 a,
    .tabs__btn-3 a,
    .tabs__btn-4 a,
    .tabs__btn-5 a,
    .tabs__btn-6 a,
    .tabs__btn-7 a,
    .tabs__btn-8 a,
    .tabs__btn-9 a,
    .tabs__btn-10 a,
    .tabs__btn-11 a {
        padding: 6px 9px;
        font-size: 11px;
    }



}
@media(max-width:600px){
	.qwer{
		flex-direction: column
	}
	.qwer1{margin-left:12px;align-self: flex-start;}
	.flex-cust-a {
		display: flex !important;
		align-items: center;
		align-self: flex-start;
		margin-bottom: 5px;
	}
	.curs{margin-left:0px !important;}
}

.tables__item2.active {
background: var(--tables-hover-color);
}
@media (max-width: 490px) {
.games__info-title {
    min-width: 100%;
    }
}
@media (min-width: 1100px) {
    .games__statistics--custom {
    display: grid;
    grid-template-columns: 40px 40px 40px 40px;
    column-gap: 8px;
text-align: center;
}
.games__statistics--custom:last-child {
    text-align: center;
}
}

.division-standings__end {
text-align: center !important;
justify-content: center !important;
}
.school-league__time {
align-items: left;
}
@media (max-width: 768px) {
.tables__wrapper-mobile--custom {
overflow-x: inherit;
}
::-webkit-scrollbar {width: 6px; height: 4px; background: #e2e2e2; }
::-webkit-scrollbar-thumb { background: -webkit-linear-gradient(90deg, #007aff,#007aff); -webkit-border-radius: 1ex; }
}
.tables__main-item:nth-child(2) {
    text-align: center;
}
.division-standings__grid-custom {
    grid-template-columns: 1fr 307px 1fr 307px 1fr;
}

.division-standings-cust3 {
grid-template-columns: 1fr 307px 1fr 1fr 1fr 1fr 1fr;
}


.container-reaction {
    display: flex; /* Используем flexbox для расположения элементов в линию */
    gap: 40px; /* Задаем отступ между элементами */
}

.icon-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    text-align: center; /* Центруем текст */
}

.count1 {
    margin-top: 10px;
    font-size: 18px;
}

.like-icon,
.heart-icon {
    font-size: 30px;
    transition: transform 0.2s;
}

.like-icon:hover, 
.heart-icon:hover {
    transform: scale(1.2);
}

.icon-wrapper.active .like-icon,
.icon-wrapper.active .heart-icon {
    color: gold; /* Меняем цвет для активного состояния */
}

.icon-wrapper .like-icon,
.icon-wrapper .heart-icon {
    transition: color 0.2s; /* Плавный переход цвета */
}
.reactions {
    display: flex;
    justify-content: space-between; /* Размещаем элементы по краям */
    height: 18px;
    margin-top: 14px;
    margin-bottom: 14px;
}

.news__date {
    margin: 0; /* Удалите отступы, если они есть */
    flex-grow: 1; /* Займите доступное пространство слева */
}

.reaction {
    display: flex;
    align-items: center;
	margin-left: 20px;
}

.icon {
    width: 24px; /* Размер иконки */
    height: 24px; /* Размер иконки */
    margin-right: 5px; /* Отступ между иконкой и числом */
}

.count {
    color: var(--news-date-color);
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
	margin-left: 4px;
}

.material-icons {
    color: var(--news-date-color);
    font-size: 15px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
/*07.10.2024 для переключателя сезонов*/
.tables__link1 {

    display: block;
    padding: 7px 9px;
    color: #fff;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
	z-index:99;
	-webkit-transform: skew(30deg);
	  -ms-transform: skew(30deg);
	  transform: skew(30deg);
	  white-space:nowrap;
}
.tables__link_list {

    display: block;
    padding: 7px 9px;
    color: #fff;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
	-webkit-transform: skew(-15deg);
	  -ms-transform: skew(-15deg);
	  transform: skew(-15deg);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
	z-index:99
	

}
	.tables__link_list:hover{
		text-decoration: none;
		color: #fff;
}

.seasons_list {
    display: none; 
    position: absolute;
    width: 100px; /* Ширина такая же, как и у блока */
    background-color: #203051;; /* Цвет фона */
    z-index: 99;
	-webkit-transform: skew(30deg);
    -ms-transform: skew(30deg);
    transform: skew(30deg);
	left:18.4px;
	width: 130px;

}
.seasons-title{
-webkit-transform: skew(30deg);
  -ms-transform: skew(30deg);
  transform: skew(30deg);
  white-space:nowrap;
}

.seasons_list.shown {
    display: block; 
}
.ml-10 {
		margin-left: 10px;
	color: #000;
	font-size: 19px;
    font-weight: 500;
}
.qqq12{
    height:17px !important;
  }
  @media(max-width: 1665px) and (min-width:1246px){
  .qqq12{
    height:37px !important;
    }
  }
  .footer__item-bottom{
    margin:0px 10px;
  }
  .gen-tab-hide{	
	display:none;
}
.cur_poin{
  cursor: pointer;
}
.tabs__body_main{
	display: none;
	
}
.tabs__body_main.active{
	display: block;
}
.tabs__btn_main{
		-webkit-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  transform: skew(-30deg);
  background: var(--btn-bg-color);
  margin: 0;
  padding: 4px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}
.tabs__btn_main.active{
	background: var(--tables-hover-color);
	font-size: 17px;
}
.tabs__body-4{
	display: none;
}
.tabs__body-4.active {
	display: block;
}
.tabs__body-off{
	display: none;
}
.tabs__body-off.active {
	display: block;
}
.tabs__btn_main a{
	-webkit-transform: skew(30deg);
    -ms-transform: skew(30deg);
    transform: skew(30deg);
    display: block;
    padding: 7px 11px;
    color: #fff;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    cursor: default;
	cursor: pointer;
}
.bbb{
	overflow:auto;
}
@media(max-width:768px){
		.tabs__btn_main a {
	  -webkit-transform: skew(30deg);
	  -ms-transform: skew(30deg);
	  transform: skew(30deg);
	  display: block;
	  padding: 4px 3px;
	  color: #fff;
	  text-align: center;
	  font-family: Montserrat;
	  font-size: 13px;
	  font-style: normal;
	  font-weight: 400;
	  line-height: normal;
	  -webkit-transition: 0.5s;
	  transition: 0.5s;
	  cursor: default;
	  cursor: pointer;
	}
}
@media (max-width: 1215px) {
    
    .tables__inner {
        display: flex;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        flex-direction: column;
    }

    #TwoPositionBlock-Mobile {
        order: 2; /* Первый блок будет первым */
    }

    #OnePositionBlock-Mobile {
        order: 1; /* Второй блок будет вторым */
    }
}
.flex-cust-a {
    display: flex !important;
    align-items: center;
  }
  .show{
          display:block;
  }
  .curs{
          cursor:pointer;
          margin-left:20px
  }
  .cpoint{
    cursor:pointer;
  }
  .mw-60{
    min-width: 60px;
  }
  
.tab_content{
    display: none;
}
.tab_content.active{
    display: block;
}

#TwoPositionBlock-Mobile{
    max-width: 100%;
}