html {
	font-size: 16px;
}

.nc-block.calendar {
    height: 440px;
    top: 0;
    margin-bottom: 30px;
}

.cal-week-days {
    font-size: 12px;
}

.cal-item > .day {
    font-size: 1.1rem;
    top: -4px;
}

.cal-counters {
    justify-content: flex-end;
    gap: 0;
}

.birthday {
    flex-basis: 100%;
}

.holdek-sport-tables > p {
    margin: 20px 0;
}

.gt-item {
    width: 100%;
    max-width: 100% !important;
    background: none;
    flex: 1 0 100% !important;
}

.gt-table {
    border: none;
    background: var(--block-fone);
    outline: none;
}

.gt-table th, .gt-table td {
    border-color: transparent;
    border-bottom: 1px solid #ccc;
}

.gt-links {
	flex-wrap : wrap;
}

.group-wrapper > .gt-links {
    flex-wrap: nowrap;
}

.match-center .mc-match-team-name > a {
    font-family: 'Exo_2';
}

.mc-match-team-name > div {
    font-family: 'PTSans';
}

.mc-match {
	width: 100%;
}