
* {
    --box-shadow-color: #77777719;
    --color-spacer: #E0E0E0;
    --color-spacer-light: #EEEEEE;
}

.container-body {
    /* max-width: 1200px; */
    max-width: 1264px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
}

.container-bg {
    background: #F5F5F5;
}

.container-bg-child > *:nth-child(odd) {
    background: #F5F5F5;
}

.container-spacer {
    padding-top: 50px;
    padding-bottom: 50px;
}

.container-spacer-s {
    padding-top: 70px;
    padding-bottom: 70px;
}

.container-spacer-xs {
    padding-top: 16px;
    padding-bottom: 16px;
}

.container-spacer-bottom {
    padding-top: 16px;
    padding-bottom: 132px;
}

.spacer {
    padding-top: 100px;
}

.spacer-s {
    padding-top: 70px;
}

.children-spacer > * + * {
    padding-top: 100px;
}

.children-spacer-s > * + * {
    padding-top: 70px;
}

.nowrap {
    white-space: nowrap;
}

.chart-red {
    color: #FF2424;
}

.logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    padding-right: 10px;
}

.sizing--border-box * {
    box-sizing: border-box;
}

.sizing--border-box {
    box-sizing: border-box;
}

.logo__img {
    /* font-family: 'Mont'; */
    font-family: 'Opinion Pro';
    width: 50px;
    height: 50px;
    border: 4px solid #333333;
    display: grid;
    grid-template-columns: auto auto;
    /* font-size: 16px; */
    font-size: 13px;
    /* font-weight: 900; */
    font-weight: 700;
    padding: 5px;
    box-sizing: border-box;
    flex-shrink: 0;
}

.logo__img span {
    overflow: hidden;

    display: flex;
    align-items: center;
    justify-content: center;
}

.logo__first_chart {
    color: #FF2424;
}

.video-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    border-radius: 10px;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.svg-icon {
    width: 20px;
    height: 20px;
}

.svg-icon svg {
    width: 100%;
    height: 100%;
}

.color--yandex {
    color: #FC3F1D;
}

.color--vk {
    color: #4B729F;
}

.color--success {
    color: #096724;
}

.color--danger {
    color: #CC0B0B;
}

.bg--gray {
    background: #F5F5F5;
}

.js-back-btn {
    display: flex;
    gap: 8px;
    min-height: 20px;
    align-items: center;

    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;


    transition: 0.3s;
    color: #AAAAAA;
    cursor: pointer;
}

.js-back-btn .svg-icon {
    width: 16px;
    height: 16px;
    margin-top: 2px;
}

.js-back-btn:hover {
    color: #333333;
}

.page-navigation {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-bottom: 32px;
}

.page-navigation .breadcrumbs {
    margin-bottom: 0;
}

.button {
    /*border: 1px solid #FF2424;*/
    /* min-height: 55px; */
    min-height: 40px;
    padding-left: 23px;
    padding-right: 23px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    /* text-transform: uppercase; */
    text-decoration: none;
    color: #333333;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
    box-sizing: border-box;
    background: transparent;
    border: 1px solid #FF2424;
    color: #FF2424;
    cursor: pointer;
    white-space: nowrap;

    /* box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25), inset -5px -5px 12px rgba(0, 0, 0, 0.1); */
    border-radius: 6px;
    transition: all 0.3s ease;
    /* transition: all 0.3ms ease; */
}

.-fill {
    background: #FF2424;
    color: #fff;
}

.button.-fill[disabled] {
    background: #DADADA;
    border-color: #DADADA;
    opacity: 1;
}

.button:hover {
    text-decoration: none !important;
    background: #FFE9E9;
}

.button:focus {
    text-decoration: none !important;
    background: #FFE9E9;
    color: #CC0B0B;
    border-color: #CC0B0B;
}

.-fill:hover {
    background: #FF5555;
    border-color: #FF5555;
    color: #fff;
}

.-fill:focus {
    background: #CC0B0B;
    border-color: #CC0B0B;
    color: #fff;
}

.button[disabled] {
    opacity: 0.3;
    cursor: none;
    pointer-events: none;
}

.button .svg-icon {
    width: 18px;
    height: 18px;
}

.button.-s {
    min-height: 28px !important;
    height: 28px !important;
    font-size: 14px;
    padding-left: 12px;
    padding-right: 12px;
}

.button-sec {
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: none;
    font-weight: normal;
}

.button-sec.-red {
    background: #FF2424;
    color: #fff !important;
    border: none;
}

.button.-link {
    padding: 0;
    min-height: unset;
    width: fit-content;
    border: none;
    outline: none;
    background: none;
    font-size: 14px;
    line-height: 140%;
}

.button.-link .svg-icon {
    width: 16px;
    height: 16px;
}

.button.-link-big {
    padding: 12px;
    min-height: 44px;
    width: 100%;
    border: none;
    outline: none;
    background: none;
}

.button.-gray {
    color: #AAAAAA;
}

.button.-gray:hover {
    color: #FF2424;
}

.button.-link:hover {
    background: none;
}

/* .button.-link */

.button-gray {
    background: #D5D5D5;
    border-color: transparent;
}

.button-primary {
    background: #FF2424;
    /*box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25), inset -5px -5px 12px rgba(0, 0, 0, 0.1), inset 5px 5px 12px rgba(0, 0, 0, 0.1);*/
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25), inset -5px -5px 12px rgba(0, 0, 0, 0.1), inset 5px 5px 12px rgba(0, 0, 0, 0.1);
    border-color: transparent;
    color: #fff;
}

.button-invert {
    background: #FF2424;
    color: #fff !important;
}

.button-green {
    background: #00a406;
    color: #e7e7e7 !important;
}

.button.-left {
    justify-content: start;
}

.button > i {
    font-size: 1.5em;
}

.button > i:first-child {
    margin-right: 10px;
}

.button > i:last-child {
    margin-right: auto;
}

.button-group {
    display: flex;
}

.button-group > * {
    margin-left: -1px;
    border-radius: 0;
}

.button-group > .button-primary:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.button-group > .button-primary:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.button-group > .button-sec:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.button-group > .button-sec:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.button-group_line {
    display: flex;
    gap: 10px;
}

.button-reset {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
}

.button.-create {
    display: flex;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 48px;
    background: #F5F5F5;
    box-shadow: 0 2px 4px 0 #3E10101F;
    border: none;
    border-radius: 6px;
    color: #888888;
}

.button.-create.-activated,
.button.-create:hover {
    color: #333333;
    box-shadow: 0 2px 4px 0 transparent;
}

.button.-create.-activated {
    cursor: default;
}

.button.-create .svg-icon {
    background: #34C759;
    border-radius: 2px;
    padding: 3px;
    color: #fff;
}


/* .bg--gray .button:not(.-fill):not(.-gray):not(:hover){ */
.bg--gray .button:not(.-fill):not(.-gray, .-link, :hover) {
    background: #fff;
}

.link {
    background: none;
    border: none;
    color: currentColor;
    cursor: pointer;
}

.link.-strong {
    position: relative;
    text-decoration: none;
    color: #0F0BAB;
}

.link.-strong:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: 110%;
    background: #0F0BAB;;
}

.link.-strong:hover {
    text-decoration: none;
}

.link.-underline {
    text-decoration: underline;
}

.link.-dark {
    text-decoration: underline;
}

.input {
    font-size: 18px;
    border: 1px solid #CCCCCC;
    color: #333;
    padding: 9px 10px;
    outline: none;
    width: 100%;
    box-sizing: border-box;
    border-radius: 4px;
}

.input::placeholder {
    color: #999999;
}

.input:read-only {
    cursor: default;
}

.input[disabled] {
    background-color: rgba(239, 239, 239, 0.3);
    color: rgb(84, 84, 84);
}

.input-wrap {
    position: relative;
}

.input_addon-before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
}

.input_addon-after {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}

.input[disabled] + .input_addon-after {
    opacity: 0.5;
    pointer-events: none;
}

.input-group {
    display: flex;
}

.input-group > * {
    margin-left: -1px;
    border-radius: 0;
}

.input-group > .button-primary:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.input-group > .button-sec:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.input-group-v {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.input-group-v > div {
    margin-bottom: -1px;
}

.input-group-v > div:first-child .input {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-v > div:last-child .input {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.input-group-v > div:not(:last-child,:first-child) .input {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="none" d="M0 0h24v24H0z"/><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 5px top 50%, 0 0;
    background-size: 1.5em auto;
    font-size: 18px;
    color: #333;
    border: 1px solid #ccc;
    padding: 9px 35px 9px 15px;
    cursor: pointer;
    border-radius: 4px;
}

.select:hover {
    background-color: #eee;
}

.select:disabled {
    cursor: default;
    background-color: rgba(239, 239, 239, 0.3);
    color: rgb(84, 84, 84);
}

.select-search {
    position: relative;
}

.select-search__input {
    background: #fff !important;
}

.select-search__popper {
    display: none;
    position: absolute;
    margin-top: -1px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    min-height: 30px;
    z-index: 1;
    background: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 2px 7px 7px 2px rgba(25, 27, 35, 0.1);
    font-weight: initial;
}

.select-search__list {
    display: flex;
    flex-direction: column;
    max-height: 50vh;
    overflow: auto;
}

.select-search__item {
    cursor: pointer;
    min-height: 30px;
    width: 100%;
    padding: 9px 15px;
    display: flex;
    align-items: center;
    font-size: 16px;
    border: 1px solid transparent;
}

.select-search__item:hover {
    background: #eee;
}

.select-search__item.-highlight {
    border-color: #c4e5fe !important;
}

.select-search__item + .select-search__item {
    border-top-color: #ccc;
}

.select-search__loading {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.55);
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
}

.select-search__loading-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.select-search__notfound {
    display: none;
    font-size: 21px;
    text-align: center;
    padding: 20px;
}

.select-search.-better .input-wrap .svg-icon {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 12px;
    top: calc(50% - 10px)
}

.select-search.-better .select-search__input {
    border: 1px solid #EEEEEE;
    border-radius: 0;
    outline: none;

    padding: 12px;

    font-weight: 400;
    font-size: 14px;
    line-height: 140%;

}

.select-search.-better .select-search__notfound {
    font-size: 16px;
    padding: 12px;
    text-align: left;
}

.search_input {
    position: relative;
    display: inline-block;
}

.search_input input {
    height: 30px;
    padding: 5px 10px;
    font-size: 14px;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    width: 100%;
}

.search_input input::placeholder {
    color: #B7B7B7;
}

.search_input:after {
    content: url(../image/search.svg);
    position: absolute;
    right: 10px;
    top: calc(50% - 7px);
}

.counter {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: red; /* Цвет фона */
    color: white; /* Цвет текста */
    font-size: 12px; /* Размер текста */
    font-weight: bold; /* Жирный текст */
    border-radius: 50%; /* Скругление для круга */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* Тень */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 8px 2px;
    min-width: 20px;
    min-height: 20px;
    box-sizing: border-box;
}

.heading {
    /* font-weight: 900; */
    font-family: 'Opinion Pro', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 128%;


    margin: 0 0 50px 0;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.heading.-border {
    margin-bottom: 60px;
}

.heading.-border:after {
    content: '';
    height: 2px;
    width: 70px;
    background: #FF2424;
    display: block;
    position: absolute;
    bottom: -20px;
}

.heading.-center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    justify-content: center;
}


.heading.-center.-border:after {
    left: 50%;
    transform: translateX(-50%);
}

.heading__desc {
    width: 40%;
    font-size: 14px;
    line-height: 150%;
    color: #888888;
    font-weight: normal;
    margin-left: 50px;
}

.sub-heading {
    font-family: 'Opinion Pro', sans-serif;
    /* font-family: 'Inter', sans-serif; */
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 20px;
    margin-top: 0;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    position: relative;
    padding-bottom: 20px;
}

.sub-heading a {
    text-decoration: none;
}

.sub-heading a:hover {
    text-decoration: underline;
}

.sub-heading:after {
    content: '';
    height: 2px;
    width: 70px;
    background: #FF2424;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}

.sub-heading.-l {
    font-size: 28px;
    margin-bottom: 40px;
    letter-spacing: initial;
    text-transform: none;
    font-weight: bold;
}

.sub-heading.-m {
    font-size: 18px;
    letter-spacing: initial;
    text-transform: none;
    /* padding-bottom: 10px; */
    padding-bottom: 6px;
}

.sub-heading.-regular {
    padding-bottom: 7px;

    font-weight: 400;
    font-size: 16px;
    line-height: 148%;


    text-transform: none;

    color: #888888;
}

.sub-heading.-inter {
    font-family: 'Inter';
}

.sub-heading.-m:after {
    width: 40px;
}

.sub-heading.-right:after {
    left: auto;
    right: 0;
}

.page-heading {
    display: flex;
    flex-direction: column;
    width: fit-content;
    margin: 24px 0;
    gap: 8px;
    font-family: 'Opinion Pro', sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 120%;

    color: #333333;
}

.page-heading.-underline:after {
    content: '';
    display: block;
    width: 70px;
    height: 2px;
    background: #FF2424;
}

.page-description {
    margin: 24px 0;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 148%;

}

.page-filters {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.flex-inline-h-center {
    display: inline-flex;
    align-items: center;
}

.space-m {
    margin-top: 100px;
}

.space-l {
    margin-top: 120px;
}

.columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
}

.columns__item {

}

.hr-v {
    background: rgb(238, 238, 238);
    width: 2px;
    height: 100%;
}

.hr {
    background: rgb(238, 238, 238);
    height: 2px;
    width: 100%;
}

.match__online {
    background: #FF2424;
    font-size: 13px;
    padding: 3px 6px;
    color: #ffffff;
    margin-right: 8px;
}

.text-animated {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInText 0.5s ease-out forwards;
}

@keyframes fadeInText {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

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

.text-right {
    text-align: right !important;
}

.text-nowrap {
    white-space: nowrap
}

.table-wrapper,
.table-wrap {
    display: block;
    overflow-x: auto;
}

.-border-box * {
    box-sizing: border-box;
}

.table {
    width: 100%;
    border-collapse: collapse;
    position: relative;
}

.table caption {
    background: #F5F5F5;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    padding: 10px 15px;
}

.table .caption-image {
    display: flex;
    align-items: center;
}

.table a {
    color: #333333;
    text-decoration: none;
}

.table a:hover {
    text-decoration: underline;
}

.table tr, div[data-table="tr"] {
    /* border-bottom: 1px solid #E0E0E0; */
    border-bottom: 1px solid #EEEEEE;
}

.-start {
    align-items: start;
}

div[data-table="tr"] {
    display: flex;
}

div[data-table="thead"] {
    font-weight: bold;
}

.table th, .table td {
    text-align: left;
}

.table td, .table th {
    padding: 20px 12px;
}

.table th {
    font-size: 16px;
}

.table td {
    font-size: 14px;
}


div[data-table="td"], div[data-table="th"] {
    display: flex;
    align-items: center;
    padding: 10px 10px;
    /*justify-content: center;*/
}


.table.-th-no-breakable th {
    white-space: nowrap;
}

.table.-gutter-thin th {
    padding: 12px;
}

.table.-gutter-thin td {
    padding: 4px 12px;
}

.table th.-id {
    /* width: 20%; */
    /* width: 89px; */
}

.table th.-num {
    /* width: 20%; */
    text-align: center;
    /* width: 88px; */
}

.table th.-string {
    /* width: 396px; */
}

.table td.-text-center {
    text-align: center;
}

/* .table tr.-sticky th{
    position: sticky;
    top: 0;
} */

/* .top-header__wrapper{
    display: none;
} */

.table td.-sticky,
.table th.-sticky {
    position: sticky;
    background: #FBFBFB;
}

/* .table td.-sticky.-last-sticky,
.table th.-sticky.-last-sticky{
    position: relative;
} */

.table td.-sticky.-last-sticky:after,
.table th.-sticky.-last-sticky:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    height: 100%;
    width: 4px;
    background: linear-gradient(90deg, #3E101014 0%, #0000 100%);
}

/* :nth-last-match(2 of .table td.-sticky){
    background: #f00;
} */

/*.table tbody {*/
/*    position: relative;*/
/*}*/

/*.table td:first-child, .table th:first-child {
    padding-left: 0;
}

.table td:last-child, .table th:last-child {
    padding-right: 0;
}*/

.table__img {
    margin-right: 20px;
}

.table__hide {
    display: none;
}

.row-warning {
    background: rgb(176 176 176 / 13%)
}

.row-interactive {
    cursor: pointer;
}

.row-interactive:hover, .row-hover:hover {
    background: rgba(0, 0, 0, 0.05);
}

.cell-vertical {
    writing-mode: vertical-lr;
    writing-mode: sideways-lr;
    text-orientation: mixed;
}

.cell-border.-left {
    border-left: 1px solid #E0E0E0;
}

.cell-border.-right {
    border-right: 1px solid #E0E0E0;
}

.text__left {
    text-align: left !important;
}

.text__center {
    text-align: center !important;
}

.text__right {
    text-align: right !important;
}

.table-actions {
    display: flex;
    justify-content: end;
    gap: 5px;
    flex-wrap: wrap;
}

.table-player {
    display: inline-flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.table-wrap.-rows-toggleable tr.-toggleable {
    display: none;
}

.player-row {
    display: inline-flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 15px;
    /*align-items: center;*/
    /*justify-content: center;*/
    /*text-align: center;*/
}

.pagination {
    margin: 50px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .pagination__grid {
    display: inline-grid;
    grid-gap: 10px;
    grid-auto-flow: column;
} */

.pagination__grid {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}

/* .pagination__page {
    height: 50px;
    width: 50px;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DDDDDD;
    font-size: 18px;
    border-radius: 50%;
    text-decoration: none;
    color: #333333;
} */

.js-sticky-sidebar__wrapper {
    /* padding: 0 20px; */
}

.f-embed-in-col {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);

    padding-bottom: calc(var(--bs-gutter-x) * 0.5);
    padding-top: calc(var(--bs-gutter-x) * 0.5);

    margin: calc(var(--bs-gutter-x) * -0.5) calc(var(--bs-gutter-x) * -0.5);
}

.pagination__page,
.pagination__separate {
    height: 40px;
    width: 40px;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid #DDDDDD; */
    font-size: 14px;
    border-radius: 50%;
    text-decoration: none;
    border-radius: 4px;
    color: #888888;
    transition: 0.3s;
}

.pagination__page:hover {
    background: #EEEEEE;
}

/* .pagination__separate {
    display: flex;
    align-items: center;
    justify-content: center;
} */

.pagination__page.-active {
    background: #FF2424;
    color: #FFFFFF;
}

.pagination__page.-disabled {
    background: #999999;
    color: #FFFFFF;
}

.share {
    display: flex;
    margin-left: auto;
    align-items: center;
}

.share__title {
    font-size: 16px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #888888;
    margin-right: 7px;
}

.tournaments-grid {
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(225px, 1fr) );
    text-align: center;
    grid-gap: 20px;
}

.tournaments-grid__item {
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    padding: 20px;
    color: #333333;
    text-decoration: none;
}

.tournaments-grid__winner-empty {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 45px;
}

.tournaments-grid__item-upcoming-date {
    width: 100px;
    height: 100px;
    border: 2px solid #FF2424;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    font-weight: bold;
    margin: auto;
    position: relative;
}

.tournaments-grid__item-upcoming-date-text {
    margin-top: -7px;
}

.tournaments-grid__item-upcoming-date-m {
    font-size: 18px;
    margin-top: -8px;
}

.tournaments-grid__item-title {
    margin-top: 20px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.tournaments-grid__item-desc, .tournaments-grid__item-preview_text {
    margin-top: 10px;
    /*color: rgba(51, 51, 51, 0.4);*/
}

.tournaments-grid__item-date {
    margin-top: 10px;
}

.tournaments-link {
    display: inline-block;
    color: #333333;
    margin-top: 40px;
    line-height: 115%;
    text-decoration-line: underline;
}

.breadcrumbs {
    font-size: 14px;
    color: #888888;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    flex-wrap: wrap;
    gap: 10px;
}

.breadcrumbs__item {
    text-decoration: none;
}

.breadcrumbs__item:hover {
    text-decoration: underline;
}

.breadcrumbs__item.-active {
    color: #333;
}

.breadcrumbs__separate {

}

.message {
    display: flex;
    line-height: 1.33;
    box-sizing: border-box;
    font-size: 14px;
    padding: 15px;
    border-style: solid;
    border-width: 1px;
    border-radius: 6px;
    border-color: #8ecdff;
    background-color: #e9f7ff;
    margin-bottom: 20px;
}

.message__error {
    border-color: #ffaeb5;
    background-color: #fff0f7;
}

.display-m {
    display: none;
}


.spring-jack {
    flex-grow: 1;
}

.form {
    width: 100%;
}

.form.-left {
    width: 50%;
}

.form-horizontal {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); /* Указываем минимальную ширину колонки */
    gap: 0 40px;
}

.form__heading {
    font-weight: 800;
    font-size: 24px;
    margin-bottom: 40px;
}

.form__help_text {
    font-size: 14px;
    color: #888888;
    margin-top: 5px;
    font-weight: normal;
}

.form__label {
    /* // margin-bottom: 18 px; */
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 148%;
}

.form__column {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    grid-gap: 40px;
}

.form__row {
    display: grid;
    grid-template-rows: min-content auto;
    grid-gap: 4px;
    margin-bottom: 40px;
    width: 100%;
}

.form__row.-span2 {
    grid-column: span 2;
}

.form__inline {
    display: flex;
    gap: 40px;
}

.form__row .form__label {
    font-weight: bold;
    font-weight: 400;
}

.form__field {
    position: relative;
    /*font-weight: 800;*/
    display: flex;
    flex-direction: column;
    color: #333333;
}

.form__field.-checkbox {
    flex-direction: row;
    align-items: baseline;
    gap: 12px;
}

.form__field.-checkbox .label-over {
    /* --form-control-color: rebeccapurple; */
    /* font-family: system-ui, sans-serif; */
    /* font-size: 2rem; */
    /* font-weight: bold; */
    line-height: 1.1;
    display: grid;
    grid-template-columns: 1em auto;
    gap: 0.5em;
    cursor: pointer;
}

.form__field.-checkbox input {
    width: 18px;
    height: 18px;

    margin: 0;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid #E0E0E0;
    background: #fff;
    border-radius: 4px;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
    pointer-events: none;

}

.form__field.-checkbox input::before {
    content: "";
    width: 11px;
    height: 9px;
    transform: scale(0);
    /* transform-origin: bottom left; */
    transition: 0.1s transform ease-in-out;
    background-color: #990000;
    pointer-events: none;
    clip-path: polygon(34.518% 100%, 1.523% 58.1%, 1.523% 58.1%, 0.975% 57.272%, 0.548% 56.363%, 0.244% 55.393%, 0.061% 54.382%, 0% 53.35%, 0.061% 52.318%, 0.244% 51.307%, 0.548% 50.337%, 0.975% 49.428%, 1.523% 48.6%, 8.629% 39.1%, 8.629% 39.1%, 9.273% 38.398%, 9.974% 37.852%, 10.717% 37.462%, 11.488% 37.228%, 12.272% 37.15%, 13.052% 37.228%, 13.814% 37.462%, 14.542% 37.852%, 15.222% 38.398%, 15.838% 39.1%, 38.071% 68.5%, 85.685% 5.6%, 85.685% 5.6%, 86.301% 4.898%, 86.981% 4.352%, 87.709% 3.962%, 88.471% 3.728%, 89.251% 3.65%, 90.035% 3.728%, 90.806% 3.962%, 91.549% 4.352%, 92.25% 4.898%, 92.893% 5.6%, 100% 15.1%, 100% 15.1%, 100.411% 15.928%, 100.731% 16.837%, 100.959% 17.807%, 101.096% 18.818%, 101.142% 19.85%, 101.096% 20.882%, 100.959% 21.893%, 100.731% 22.863%, 100.411% 23.772%, 100% 24.6%, 41.624% 100%, 41.624% 100%, 41.009% 100%, 40.33% 100%, 39.603% 100%, 38.845% 100%, 38.071% 100%, 37.297% 100%, 36.539% 100%, 35.812% 100%, 35.133% 100%, 34.518% 100%);
}

.form__field.-checkbox input:checked::before {
    transform: scale(1);
}

.form__field > input, .form__field > textarea {
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;

    border: 1px solid #EEEEEE;
    padding: 9px 10px;
    outline: none;
    width: 100%;
    box-sizing: border-box;
    background: white;
    border-radius: 2px;
}

.form__field > input[disabled], .form__field > textarea[disabled] {
    background-color: rgba(239, 239, 239, 0.3);
    color: rgb(84, 84, 84);
}

.form__field input::placeholder, .form__field textarea::placeholder {
    color: #999999;
}

.form__field > select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: white;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="none" d="M0 0h24v24H0z"/><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 5px top 50%, 0 0;
    background-size: 1.5em auto;
    font-size: 18px;
    color: #333;
    border: 1px solid #ccc;
    padding: 9px 35px 9px 15px;
    cursor: pointer;
    border-radius: 4px;
    width: 100%;
}

.form__field > select:hover {
    background-color: #eee;
}

.form__field > select:disabled {
    cursor: default;
    background-color: rgba(239, 239, 239, 0.3);
    color: rgb(84, 84, 84);
}

.field-image {
    display: block;
}

.field-image input[type="checkbox"] {
    width: auto;
}

.form__field + .form__field {
    /*margin-left: 50px;*/
}

.form__submit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
}

.form__submit .button {
    width: 100%;
}

.form__acceptance {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 16px 0;
}

.form__acceptance {
    /* color: #0F0BAB; */
    color: #888888;
}

.form__acceptance a {
    color: #ff9500;
    text-decoration: none;
}

.form__acceptance a:hover {
    text-decoration: underline;
}

.form .errorlist {
    padding-left: 15px;
    font-weight: normal;
    font-size: 14px;
    border-radius: 5px;
    color: #c31b1b;
    margin-bottom: 0;
}

.form .errorlist li + li {
    margin-top: 10px;
}

.hide {
    display: none !important;
}

.hidden {
    visibility: hidden !important;
}


@media (max-width: 980px) {
    .button {
        min-height: 40px;
    }

    .page-heading {
        font-weight: 600;
        font-size: 22px;
        line-height: 128%;
    }

    .sub-heading {
        margin-bottom: 16px;
    }
}

@media (max-width: 850px) {
    .breadcrumbs {
        /* justify-content: center; */
    }

    .sub-heading:after {
        left: auto !important;
        right: auto !important;
    }

    .sub-heading.-l {
        justify-content: center;
    }
}

@media (max-width: 700px) {

    .heading {
        flex-direction: column;
    }

    .heading__desc {
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
    }

    .columns {
        grid-template-columns: 1fr;
    }

    .share {
        margin-top: 10px;
    }

    .form.-left {
        width: 80%;
    }


    .form__column {
        grid-template-columns: auto;
        gap: 0;
        /*margin-bottom: 40px;*/
    }

    .form__column .form__label {
        /*margin-bottom: 10px;*/
    }

    .form__column .form__field {
        /*margin-bottom: 30px;*/
    }

    .form__heading {
        margin-bottom: 20px;
    }
}

@media (max-width: 520px) {
    html {
        font-size: 14px;
    }

    .hide-m {
        display: none;
    }

    .display-m {
        display: block;
    }

    .text-left-m {
        text-align: left !important;;
    }

    .text-center-m {
        text-align: center !important;;
    }

    .text-right-m {
        text-align: right !important;
    }

    .container-body {
        padding-left: 16px;
        padding-right: 16px;
    }

    .container-spacer {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .children-spacer > * + * {
        padding-top: 20px;
    }

    .container-spacer-s {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .container-spacer-xs {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .container-spacer-bottom {
        padding-top: 16px;
        padding-bottom: 80px;
    }

    .children-spacer-s > * + * {
        padding-top: 35px;
    }

    .spacer {
        padding-top: 50px;
    }

    .spacer-s {
        padding-top: 35px;
    }


    .heading {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .sub-heading {
        font-size: 10px;
    }

    .sub-heading.-l {
        font-size: 21px;
        margin-bottom: 20px;
    }

    .table__img {
        width: 35px;
        height: 35px;
        margin-right: 10px;
    }

    .share__title {
        font-size: 14px;
    }

    .tournaments-grid {
        grid-template-columns: 100%;
        grid-gap: 0;
    }

    .tournaments-grid__item {
        display: flex;
        align-items: center;
        text-align: left;
        border-left: none;
        border-right: none;
        margin-top: -1px;
        padding-left: 0;
        padding-right: 0;
    }

    .tournaments-grid__winner-empty {
        height: auto;
        width: 30px;
        font-size: 20px;
        margin-right: 10px;
    }

    .tournaments-grid__item-title {
        letter-spacing: normal;
        margin-top: 5px;
        font-size: 16px;
        text-transform: none;
    }

    .tournaments-grid__item-upcoming-date {
        width: auto;
        height: auto;
        position: relative;
        flex-direction: row;
        font-size: 20px;
        border: none;
        margin: 0 auto 0 0;
    }

    .tournaments-grid__item-upcoming-date-text {
        margin-top: 0;
        margin-right: 5px;
    }

    .tournaments-grid__item-upcoming-date-m {
        margin-top: 0;
    }

    .tournaments-grid__item-date {
        margin-top: 5px;
        margin-left: auto;
    }

    .tournaments-grid__item img {
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }

    .tournaments-link {
        margin-top: 20px;
    }

    .share {
        margin-top: 10px;
        margin-left: 0;
    }

    .share__title {
        display: none;
    }

    .form__inline {
        flex-direction: column;
        gap: 0;
    }

    .form__row {
        grid-template-rows: auto;
        margin-bottom: 30px;
    }

    .form__row.-span2 {
        grid-column: span 1;
    }

    .form__field + .form__field {
        /*margin-left: 0;*/
        /*margin-top: 40px;*/
    }

    /*.form__submit > * + * {*/
    /*    margin-top: 40px;*/
    /*}*/
    .breadcrumbs {
        margin-bottom: 20px;
    }

    .button-group, .button-group_line {
        gap: 5px;
        flex-wrap: wrap;
    }

    .button-group > .button-primary {
        border-radius: 6px;
    }

    .button-group > .button-sec {
        border-radius: 4px;
    }

    .button-group_line {

    }

    .table td, .table th {
        padding: 15px 8px;
    }
}

/* GRID SYSTEM */

.form-horizontal.f-row {
    gap: 0;
}

.f-row {
    /* --bs-gutter-x: 1.5rem; */
    /* --bs-gutter-y: 0; */
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    grid-gap: 0;
    /* margin-top: calc(-1 * var(--bs-gutter-y)); */
    /* margin-right: calc(-0.5 * var(--bs-gutter-x)); */
    /* margin-left: calc(-0.5 * var(--bs-gutter-x)); */
    /* gap: 16px 30px; */

    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-left: calc(var(--bs-gutter-x) * -0.5);

    box-sizing: border-box;
}

.f-row.-match {
    width: 100%;
}

.f-row * {
    box-sizing: border-box;
}

.f-col {
    margin: 0;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}

.f-col.-flex {
    display: flex;
}


.f-col-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
}

.f-col-2 {
    flex: 0 0 auto;
    width: 16.666666666%;
}

.f-col-3 {
    flex: 0 0 auto;
    width: 25%;
}

.f-col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.f-col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.f-col-5 {
    flex: 0 0 auto;
    width: 41.66666666%;
}

.f-col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.f-col-7 {
    flex: 0 0 auto;
    width: 58.333333333%;
}

.f-col-8 {
    flex: 0 0 auto;
    width: 66.66666666%;
}

.f-col-9 {
    flex: 0 0 auto;
    width: 75%;
}

.f-col-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
}

.f-col-11 {
    flex: 0 0 auto;
    width: 91.66666666%;
}

.f-col-12 {
    flex: 0 0 auto;
    width: 100%;
}

@media (min-width: 790px) {
    .f-col-md-1 {
        flex: 0 0 auto;
        width: 8.3333333333%;
    }

    .f-col-md-2 {
        flex: 0 0 auto;
        width: 16.666666666%;
    }

    .f-col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .f-col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .f-col-md-5 {
        flex: 0 0 auto;
        width: 41.66666666%;
    }

    .f-col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .f-col-md-7 {
        flex: 0 0 auto;
        width: 58.333333333%;
    }

    .f-col-md-8 {
        flex: 0 0 auto;
        width: 66.66666666%;
    }

    .f-col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .f-col-md-10 {
        flex: 0 0 auto;
        width: 83.3333333333%;
    }

    .f-col-md-11 {
        flex: 0 0 auto;
        width: 91.66666666%;
    }

    .f-col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 980px) {

    .f-col-lg-1 {
        flex: 0 0 auto;
        width: 8.3333333333%;
    }

    .f-col-lg-2 {
        flex: 0 0 auto;
        width: 16.666666666%;
    }

    .f-col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .f-col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .f-col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666666%;
    }

    .f-col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .f-col-lg-7 {
        flex: 0 0 auto;
        width: 58.333333333%;
    }

    .f-col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666666%;
    }

    .f-col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .f-col-lg-10 {
        flex: 0 0 auto;
        width: 83.3333333333%;
    }

    .f-col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666666%;
    }

    .f-col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

.f-g-0 {
    --bs-gutter-y: 0x;
    --bs-gutter-x: 0px;
}

.f-g-2 {
    --bs-gutter-y: 16px;
    --bs-gutter-x: 15px;
}

.f-g-4 {
    --bs-gutter-y: 32px;
    --bs-gutter-x: 30px;
}

.f-gy-5 {
    --bs-gutter-y: 40px;
}

@media (min-width: 980px) {
    .f-g-lg-4 {
        --bs-gutter-y: 32px;
        --bs-gutter-x: 30px;
    }

    .f-gy-lg-5 {
        --bs-gutter-y: 40px;
    }
}

.f-col-separator {
    width: 100%;
    height: 1px;
    background: #E0E0E0;
}

.f-g-4 .f-col-separator {
    transform: translate(0, -16px);
}

@media (min-width: 980px) {
    .f-gy-lg-5 .f-col-separator {
        transform: translate(0, -20px);
    }
}

/* GRID SYSTEM END */

/* MARGINS */

.f-mv-4 {
    margin-top: 40px;
    margin-bottom: 40px;
}

@media (min-width: 980px) {
    .f-mv-lg-8 {
        margin-top: 80px;
        margin-bottom: 80px;
    }
}


/* MARGINS END */

/* DISPLAY */
.f-d-none {
    display: none;
}

.f-d-block {
    display: block;
}

.f-d-flex {
    display: flex;
}

.f-d-table-cell {
    display: table-cell;
}

@media (min-width: 980px) {
    .f-d-lg-flex {
        display: flex;
    }

    .f-d-lg-table-cell {
        display: table-cell;
    }

    .f-d-lg-inlineflex {
        display: inline-flex;
    }

    .f-d-lg-block {
        display: block;
    }

    .f-d-lg-none {
        display: none;
    }
}

/* DISPLAY END */

/* SPACES */
.f-mb-2 {
    margin-bottom: 16px;
}

.f-mb-3 {
    margin-bottom: 24px;
}

/* /SPACES */

/* FORM FIELDS */

.js-form-field {
    min-height: 44px;
}

.js-form-field--type-checkbox {
    min-height: unset;
}

.js-form-field * {
    box-sizing: border-box;
    font-size: 14px;
}

.js-form-field input[type="text"],
.js-form-field input[type="email"],
.js-form-field input[type="password"],
.js-form-field textarea {
    color: #333333;
}

.js-form-field input[type="text"],
.js-form-field input[type="number"],
.js-form-field input[type="email"],
.js-form-field input[type="password"] {
    border: none;
    outline: none;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    flex-grow: 1;
    padding: 12px 0;
}

.js-form-field--type-number .js-form-field__icon,
.js-form-field--type-text .js-form-field__icon {
    display: none;
}

.js-form-field--type-number .js-form-field__wrapper,
.js-form-field--type-text .js-form-field__wrapper {
    background: #fff;
}

.js-form-field__wrapper {
    display: flex;
    align-items: center;
    min-height: 44px;
    /* height: 100%; */
    padding: 0 12px;
    gap: 10px;
    /* border: 1px solid #EEEEEE; */
    border: 1px solid var(--color-spacer-light);
    border-radius: 2px;

    transition: 0.3s;
}

.has--errors .js-form-field__wrapper {
    border: 1px solid #D51A52 !important;
}

.has--errors .js-form-field__icon {
    color: #D51A52;
}

.js-form-field__text {
    flex-grow: 1;
}

.js-form-field__icon {
    position: relative;
    overflow: hidden;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    transition: 0.3s;
    color: #AAAAAA;
}

.js-form-field__icon:hover {
    color: #000;
}

.js-form-field__icon .state {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: 0.3s;
}

.js-form-field.is--active .js-form-field__icon {
    /* color: #000; */
    color: #333333;
}

.js-form-field.is--disabled .js-form-field-switch-wrapper,
.js-form-field.is--disabled .js-form-field__wrapper {
    opacity: 0.5;
    pointer-events: none;
}

/* .is--active .state--inactive{
    transform: translate(0, -100%);
}

.is--active .state--active{
    transform: translate(0, 0%);
}

.state--inactive{
    transform: translate(0, 0%);
}
.state--active{
    transform: translate(0, 100%);
} */

.js-form-field--type-password.is--active .state--inactive {
    transform: translate(0, -100%);
}

.js-form-field--type-password.is--active .state--active {
    transform: translate(0, 0%);
}

.js-form-field--type-password .state--inactive {
    transform: translate(0, 0%);
}

.js-form-field--type-password .state--active {
    transform: translate(0, 100%);
}


.js-form-field--type-password .js-form-field__icon {
    cursor: pointer;
}


/* field date */

.js-form-field--type-date input[type="date"] {
    display: none;
}

.js-form-field--type-date input[type="text"] {
    user-select: none;
}

.js-form-field--type-date .calendar-popup,
.js-form-field--type-date .calendar-popup .Calendar {
    width: 100%;
}

.js-form-field--type-date .js-form-field__wrapper {
    background: #fff;
}

.calendar-popup,
.form-field-popup {
    position: absolute;
    top: 100%;
    right: 0;
    transform: translate(0, 100px);
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
    z-index: 99;
}

.form-field-popup {
    display: flex;
    flex-direction: column;
    gap: 7px
}

.form-field-popup__buttons {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 7px;
}

.form-field-popup__buttons .button.-link {
    /* min-height: 30px; */
}

.calendar-popup {
    min-width: 350px;
}

.calendar-popup.is--active,
.form-field-popup.is--active {
    transform: translate(0, 0);
    opacity: 1;
    pointer-events: all;
}

.calendar-popup.right-side,
.form-field-popup.right-side {
    right: 0;
}

.Calendar__day,
.Calendar__day.-selected {
    border-radius: 4px !important;
}

.calendar-popup .Calendar__header {
    padding: 20px 2em 10px;
}

.calendar-popup .Calendar__monthYear,
    /* Calendar__monthText */
    /* Calendar__yearText */
.calendar-popup .Calendar__monthYear * {
    font-weight: 300;
    color: #333333;
    font-size: 18px;
}

.calendar-popup .Calendar__day {
    color: #333333;
    font-size: 14px !important;
}

.calendar-popup .Calendar__day.-weekend:not(.-selected):not(.-blank):not(.-selectedStart):not(.-selectedEnd):not(.-selectedBetween) {
    color: #FF2424;
}

.calendar-popup .Calendar__monthArrow {
    background-image: url('/static/championship/image/svg/calendar-arrow.svg')
}

.calendar-popup .Calendar__monthArrowWrapper.-left {
    transform: rotate(180deg);
}

.calendar-popup .Calendar__monthArrowWrapper.-right {
    transform: rotate(0deg);
}

.calendar-popup .Calendar__sectionWrapper {
    /*min-height: 14.8em;*/
}

.calendar-popup .Calendar__weekDays {
    /* margin-left: 2.6em;
    margin-right: 2.6em; */
    margin-left: 3.2em;
    margin-right: 3.2em;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #EEEEEE;
}

.calendar-popup .Calendar__weekDay {
    font-size: 16px;
    /* padding: calc(0.25em - 1px); */
    text-decoration: none;
    color: #AAAAAA;
    width: calc(100% / 7);
}

@media (max-width: 520px) {
    .calendar-popup {
        min-width: 100%;
    }

    .calendar-popup .Calendar__header {

    }
}

/* field time */


/* .base-picker.-sep-hours .picker-hours .picker-item.picker-picked::after,
.base-picker.-sep-minutes .picker-minutes .picker-item.picker-picked::after,
.base-picker.-sep-seconds .picker-seconds .picker-item.picker-picked::after{
    content: ':';
    color: #888888;
    position: absolute;
    right: 8px;
}

.base-picker .picker-item.picker-picked::before,
.base-picker .picker-item.picker-picked::after{
    content: '';
    width: 100%;
    height: 1px;
    background: #eeeeee;
} */

/* field image*/

.js-form-field--type-image input {
    display: none;
}

.js-form-field--type-select.is--active .js-form-field__icon.--arrow {
    transform: rotate(-180deg);
}

.js-form-field--type-select .js-form-field__icon.--search,
.js-form-field--type-select .js-form-field__icon.--close {
    display: none;
}

.js-form-field--type-select input.js-select-title {
    display: none;
}

.js-form-field--type-select:not(.is--searchable) {
    cursor: pointer;
}

.js-form-field--type-select.is--searchable input.js-select-title {
    display: flex;
}

.js-form-field--type-select.is--searchable div.js-select-title {
    display: none;
}

.js-form-field--type-select.is--searchable .js-form-field__icon.--search {
    display: block;
}

.js-form-field--type-select .js-form-field__wrapper {
    border: none;
    min-height: 42px;
    /* min-height: 100%; */
    background: #fff;
}

.js-form-field--type-select .js-form-field__errors::before {
    /* top: 44px; */
    content: '';
    height: 46px;
    display: block;
}

.js-select-wrapper {
    display: flex;
    position: relative;
    /* min-height: 44px; */
}

.js-select-wrapper-abs {
    position: absolute;
    width: 100%;
    min-height: 44px;
    top: 0;
    left: 0;
    border: 1px solid #EEEEEE;
    z-index: 2;
    transition: 0.3s;
    border-radius: 2px;
}

.js-select-slide {
    /* position: absolute; */
    position: relative;
    width: 100%;
    /* top: 100%; */
    opacity: 1;
    /* transform: translate(0, 40px); */
    height: 0;
    pointer-events: none;
    overflow: hidden;
    transition: 0.3s;
    z-index: 9;
    /* box-shadow: 0 4px 8px 0 #3E10101A; */
}

.js-select-list {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    max-height: 220px;
    overflow: auto;
}

.js-form-field--type-select select {
    display: none;
}

.js-form-field--type-select.is--active .js-select-slide {
    opacity: 1;
    transform: translate(0, 0);
    pointer-events: all;
}

.js-form-field--type-select.is--active .js-select-wrapper-abs {
    /* box-shadow: 0 4px 8px 0 #3E10101A; */
    /* box-shadow: 0 0 8px 0 #3E10101A; */
    box-shadow: 0 0 8px 0 var(--box-shadow-color);
    /* border-color: #FFE9E9; */
    /* border-color: var(--color-spacer); */
    height: fit-content;
    z-index: 9;
}

.js-form-field--type-select.is--active .js-form-field__wrapper {
    border-bottom: 1px solid #EEEEEE;

    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.js-form-field--type-select .js-form-field__wrapper {
    /* min-height: unset; */
    /* height:100%; */
}

.js-select-item {
    display: flex;
    align-items: center;

    padding: 12px;
    min-height: 44px;
    background: #fff;
    color: #333333;
    transition: 0.3s;
    cursor: pointer;
}

.js-form-field__text {
    display: flex;
    align-items: center;
    position: relative;
}

.js-select-title {
    color: #333333;
    position: absolute;
    /* left: 0; top: 0; */
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* height: 100%; */
}

.js-select-item:hover {
    /* background: #FFE9E9; */
    background: #F5F5F5;
    color: #990000;
}

.js-select-item:not(:first-child) {
    border-top: 1px solid #EEEEEE;
}

.js-select-item:last-child {
    border-top: 1px solid #EEEEEE;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.js-select-item.is--hidden {
    display: none;
}


.js-form-field--type-checkbox {
    align-items: flex-start;
}

.js-form-field--type-file input {
    display: none;
}

.js-form-field--type-file .js-title {
    color: #333333;
}

.js-form-field--type-file .js-form-field__wrapper {
    cursor: pointer;
}

.js-form-field--type-file .js-form-field__wrapper:hover .js-form-field__icon {
    color: #333333;
}

.js-form-field--type-default .js-form-field__wrapper {
    padding: 0;
}

.js-form-field--type-default textarea {
    padding: 12px;
    border: none;
    outline: none;
    width: 100%;
    height: 61px;
}

.js-form-filter-select {
    min-width: 250px;
}

.js-form-field__errors {
    display: none;
    color: #D51A52;
}

.js-form-field.has--errors .js-form-field__errors {
    display: block;
}

@media (max-width: 980px) {
    .js-form-filter-select {
        flex-grow: 1;
    }
}

/* FORM FIELDS END */


/* FORMS */
.base-form {
    display: flex;
    flex-direction: column;
    margin: auto;
    /* max-width: 790px; */
    max-width: 100%;
    width: fit-content;
    background: #fff;
    border-radius: 6px;
    padding: 40px;
    box-shadow: 0 8px 16px 0 #3E101014;
}

.base-form * {
    box-sizing: border-box;
}

.base-form.-thin {
    width: 479px;
}

.base-form.-medium {
    width: 670px;
}

.base-form .heading {
    font-family: 'Opinion Pro', sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 120%;

    text-align: center;
}

.base-form .heading.-border::after {
    bottom: -11.5px;
}

.base-form .heading.-border {
    margin-bottom: 43px;
}

.base-form__help-text {
    /* margin-bottom: 32px; */
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 148%;

    vertical-align: middle;

    color: #888888;
}

.base-form__help-text span {
    color: #FF2424;
}

.base-form__back {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #AAAAAA;
    margin-bottom: 12px;
    text-decoration: none;
}

.base-form__back .svg-icon {
    width: 16px;
    height: 16px;
}

.base-form__back .svg-icon {
    width: 6px;
}

.base-form__group__title {
    margin-bottom: 16px;

    font-family: 'Opinion Pro', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 132%;

    vertical-align: middle;
}

.base-form__field,
.base-form-field {
    display: flex;
    flex-direction: column;
    gap: 4px;
    /* height: 100%; */
}

.base-form.--big {
    width: 770px;
}

@media (max-width: 980px) {
    .base-form.--big {
        width: unset;
    }

    .heading {
        font-weight: 600;
        font-size: 29px;
        line-height: 124%;
        margin-bottom: 16px;
    }
}

@media (max-width: 790px) {
    .base-form {
        min-width: 80%;
        padding: 16px;
    }

    .base-btn-group {
        /* grid-template-columns: 1fr; */
    }

    .base-form .heading {
        font-size: 22px;
    }

    .base-form .heading.-border::after {
        bottom: -8.5px;
    }

    .base-form .heading.-border {
        margin-bottom: 35px;
    }
}

.js-form.-image {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.js-form.-image .js-submit[disabled] {
    display: none;
}

/* FORMS END */

/* UTILS */

.imagebox.-profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.imagebox.-profile .imagebox__image {
    position: relative;
    width: 120px;
    height: 120px;

    overflow: hidden;
}

.imagebox.-profile .imagebox__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6.67px;
}

.imagebox.-profile .imagebox__caption {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;

    color: #AAAAAA;
}

.imagebox.-profile .imagebox__overlayer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000a;
    opacity: 0;
    transition: 0.3s;
    border-radius: 6.67px;
    pointer-events: none;
}

.imagebox.-profile.-editable {
    cursor: pointer;
}

.imagebox.-profile.-editable .imagebox__overlayer .svg-icon {
    color: #fff;
    width: 40px;
    height: 40px;
}

.imagebox.-profile.-editable:hover .imagebox__overlayer {
    opacity: 1;
}


.js-toggleable-text__button {
    user-select: none;
}

.js-toggleable-text__button .state--default {
    display: block;
}

.js-toggleable-text__button .state--toggled {
    display: none;
}

.js-toggleable-text.is--toggled .state--default {
    display: none;
}

.js-toggleable-text.is--toggled .state--toggled {
    display: block;
}

.modal {
    /* CONFLICT: в другом месте это не дает нажать на кнопки внутри модалки */
    pointer-events: none;
    /* transition: 0.4s; */
    /* opacity: 0; */
}

.modal.is--active {
    pointer-events: all;
    /* opacity: 1; */
}

.modal * {
    box-sizing: border-box;
}

.modal__holder {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    background: transparent;
    transition: 0.3s;
}

.modal.is--active .modal__holder {
    /* background: #0003; */
    background: #F5F5F5B5;
}

.modal__wrapper {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    gap: 32px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 90%;
    max-width: 770px;
    background: #fff;

    opacity: 0;
    transition: 0.5s;
    transform: translate(0, 200px);
}

.modal.is--active .modal__wrapper {
    transform: translate(0, 0);
    opacity: 1;
}

.modal__header {
    position: relative;
    margin-bottom: 17px;
}

.modal__header .heading.-border {
    margin-bottom: 26px;
}

.modal__caption {
    font-weight: 400;
    font-size: 16px;
    line-height: 148%;

    color: #333333;
    text-align: center;
}

.modal__action.-close {
    position: absolute;
    top: 0;
    right: 0;

    cursor: pointer;
}

.modal__action.-close .svg-icon {
    width: 24px;
    height: 24px;
    transition: 0.2s;
    color: #AAAAAA;
}

.modal__action.-close:hover .svg-icon {
    color: #FF2424;
}

.modal__actions {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 12px;
}

@media (max-width: 980px) {
    .modal__holder {
        padding: 16px;
    }

    .modal__wrapper {
        overflow: auto;
        padding: 16px;
    }

    .modal__header {
        margin-bottom: 13px;
    }

    .modal__header .heading.-border {
        margin-bottom: 23px;
    }

    .modal__caption {
        font-size: 14px;
        line-height: 140%;
    }
}


.base-tabs {
    display: flex;
    gap: 12px;

    box-sizing: border-box;
    overflow: auto;
}

.base-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    flex-shrink: 0;

    box-sizing: border-box;
    padding: 8px 16px;
    height: 40px;
    text-decoration: none;

    border-radius: 2px;

    background: #F5F3F7;
    color: #888888;
    border: 1px solid transparent;
}

.base-tab:hover {
    border-color: #AAAAAA;
    color: #1A141F;
}

.base-tab.-active {
    background: #FFE9E9;
    border-color: #FF2424;
    color: #1A141F;
}

@media (max-width: 520px) {
    .base-tabs {
        gap: 8px;
    }

    .base-tab {
        height: 28px;
        padding: 4px 8px;
    }
}

/* UTILS END */

.list-form {
    /* width: 690px; */
    max-width: 100%;
}

.list-form__list {
    position: relative;
    display: flex;
    flex-direction: column;

    min-height: 400px;
    max-height: 500px;
    overflow: auto;
}

.list-form__messages {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 20px 0;
}

.list-form__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.list-form__actions .button {
    min-width: 200px;
    min-height: 48px;
}

.list-form-item {
    display: flex;
    /* align-items: flex-start; */
    align-items: center;
    padding: 12px;
    gap: 12px;
    border-bottom: 1px solid #E0E0E0;
}


.list-form-item__image {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 2.22px;
}

.list-form-item__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2.22px;
}

.list-form-item__title {
    flex-grow: 1;

    font-weight: 400;
    font-size: 16px;
    line-height: 148%;

}

.list-form-item__button {
    flex-shrink: 0;
    font-size: 14px;
}

.list-form-loader {
    position: absolute;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 100%;
    background: #F5F5F5B5;
    pointer-events: none;
    opacity: 0;
    transition: 0.3s;
}

.list-form-loader.-active {
    opacity: 1;
}

.list-form-loader__spinner {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top: 2px solid #FF2424;
    border-bottom: 2px solid #FF2424;
    animation: list_form_loader_spin 2s linear infinite;
}

@media (max-width: 980px) {
    .list-form__actions .button {
        width: 100%;
        min-width: unset;
        min-height: 40px;
    }

    .list-form__list {
        position: relative;
        display: flex;
        flex-direction: column;

        min-height: 200px;
    }
}

@keyframes list_form_loader_spin {
    100% {
        transform: rotate(360deg);
    }
}

.form-message {
    padding: 12px;
    border: 1px solid #333333;
    border-radius: 5px;
    color: #333333;
}

.form-message.-lvl-success {
    border-color: #34C759;
    color: #34C759;
}

.form-message.-lvl-warning {
    border-color: #ff9500;
    color: #ff9500;
}

.form-message.-lvl-error {
    border-color: #CC0B0B;
    color: #CC0B0B;

}

.logo-card {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    height: 100%;
    box-shadow: 0 2px 4px 0 #7777771F;
    padding: 24px 30px;
    border-radius: 6px;
}

.logo-card__image {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
}

.logo-card__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.logo-card__title.-image {
    display: flex;
    align-items: center;
}

.logo-card__title.-image img {
    width: 100%;
}

.logo-card__title.-text {
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    text-transform: uppercase;
    color: #000;
}

.loader-ui {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.loader-ui div {
    width: 16px;
    height: 16px;
    border-radius: 2px;
    background: #FF2424;
    opacity: 0.2;
    transform: scale(0.5);
    animation: loader-bounce 1.4s infinite;
}

.loader-ui div:nth-child(1) {
    animation-delay: 0s;
}

.loader-ui div:nth-child(2) {
    animation-delay: 0.1s;
}

.loader-ui div:nth-child(3) {
    animation-delay: 0.2s;
}

.loader-ui div:nth-child(4) {
    animation-delay: 0.3s;
}

.loader-ui div:nth-child(5) {
    animation-delay: 0.4s;
}

@keyframes loader-bounce {
    0%, 100% {
        transform: scale(0.5);
        opacity: 0.2;
    }
    50% {
        transform: scale(1);
        opacity: 1;
    }
}


@media (max-width: 980px) {
    .logo-card {
        padding: 12px;
    }

    .logo-card__image {
        width: 30px;
        height: 30px;
    }

    .logo-card__title.-text {
        font-weight: 700;
        font-size: 10px;
        line-height: 130%;
    }

    .logo-card__title.-image {
        max-width: 92px;
    }
}


.competition-progress {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.competition-progress__stats {
    display: flex;
    width: 100%;
}

.competition-progress__num {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    justify-content: center;
    min-width: 40px;
    min-height: 28px;
}

.competition-progress__bars {
    flex-grow: 1;
    display: flex;
    align-items: center;
    gap: 30px;
}

.competition-progress__bar {
    display: flex;
    height: 8px;
    /* align-items: center; */
    flex-shrink: 0;
    flex-grow: 1;
}

.progressbar {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    background: #E0E0E0;
    overflow: hidden;

    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 148%;
    letter-spacing: 0%;
    text-align: center;

    color: #333333;
}

.competition-progress__label {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 148%;
    letter-spacing: 0%;
    text-align: center;
}

.progressbar__track {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-radius: 2px;
    background: #f00;

    transition: 0.4s;
}

.progressbar.-reverse .progressbar__track {
    left: unset;
    right: 0;
}

.progressbar.-not-active .progressbar__track {
    background: #AAAAAA;
}

.toggler-plate__text {
    flex-grow: 1;
}

.toggler-plate__button {
    border: 1px solid #EEEEEE;
    border-radius: 2px;
    display: flex;
    gap: 8px;
    min-height: 44px;
    padding: 12px;
    cursor: pointer;
    color: #AAAAAA;
    background: #fff;

    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0%;

    transition: 0.3s;
}

.toggler-plate__button .svg-icon {
    width: 20px;
    height: 20px;
    color: #AAAAAA;
    transition: 0.3s;
}

.toggler-plate.is--active .toggler-plate__button .svg-icon {
    transform: rotate(180deg);
}

.toggler-plate.is--active .toggler-plate__button {
    color: #333333;
}

.js-dropdown-spoiler {
    overflow: hidden;
    height: 0;
    transition: 0.5s;
}

.js-dropdown-spoiler__wrapper {
    /* height: 0; */
}

/* @media (max-width: 991px){
    .toggler-plate__button{
        font-size: 14px;
        line-height: 140%;
    }
} */