body {
	height: fit-content !important;
	position: relative;
	min-height: 100vh !important;
	width: fit-content;
	min-width: 100%;
	background-color: #F7F7F7 !important;
}

body * {
	color: inherit;
}

a.intensive {
	color: #F44336;
}
a:hover {
	text-decoration: underline;
}

.nav.side-menu {
	border-top: 1px solid #c8c8c8;
}

.left_col_federation .side-menu li {
	border-bottom: 1px solid #c8c8c8;
}

.nav.side-menu li span:first-of-type {
	max-width: 100%;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.left_col_federation .header-title {
	margin: 5px 10px;
	text-align: center;
	font-size: 1.2em;
}

.left_col_federation .nav.side-menu>li.active>a {
	text-shadow: none;
	background: inherit;
	box-shadow: none;
}

.participant__avatar {
	width: 80px;
	min-width: 80px;
	height: 80px;
	min-height: 80px;
	border: 1px solid rgba(17, 17, 17, .4);
	background-position: center;
	background-repeat: no-repeat;
}

.participant__avatar.participant__avatar-list {
	width: 40px;
	min-width: 40px;
	height: 40px;
	min-height: 40px;
}
.cursor {
	cursor: pointer;
}

.tournament-tab__actions {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

@media (max-width: 390px) {
  .tournament-tab__actions {
    flex-direction: column;
  }
}

.playoff-draw__action {
    width: 100%;
    max-width: 1800px;
    display: flex;
    justify-content: start;
    gap: 20px;
}

@media (max-width: 700px) {
  .playoff-draw__action {
    flex-direction: column;
  }
}

.group-match-block .match-id,
.tournament-tab__selects,
.tournament-tab__label {
	display: flex;
	align-items: center;
}

.group-match-block .match-id {
	gap: 5px;
}

.group-match-block .group-match-row {
	min-height: 34px;
}

.group-match-block .group-match-row,
.tournament-tab__participant {
	padding: 5px 0;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #dbdcde;
}

.group-match-block .group-match-row:hover,
.ratings__list-wrapper tbody tr:hover td,
.tournament-tab__participant:hover {
	background-color: #eee;
}

.tournament-tab__participant *[class*=select] .form-group {
	position: relative;
	margin: 0;
}

.tournament-tab__participant *[class*=select] .form-group .help-block {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: -12px;
	left: 0;
	font-size: 11px;
	line-height: 1.2;
}

.group-match-row input[type=checkbox],
.tournament-tab__participant .checkbox {
	margin: 0 !important;
}

.tournament-tab__participant .participant-select {
	margin-top: 6px;
}

.no-mr {
	margin: 0 !important;
}

.footer__text,
.nav_menu nav,
.main {
	max-width: 2000px;
}

.main {
	min-width: 1000px;
}

.footer__text {
	text-align: right;
}

.link_title {
	height: 55px;
	padding: 5px 10px;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	font-weight: 400;
	font-size: 22px;
	color: #ECF0F1;
}

.link_title:hover {
	color: #ECF0F1;
}

.link_title * {
	color: inherit;
}

.link_title:hover .link_title__text {
	text-decoration: underline;
}

.link_title img {
	height: 100%;
	width: auto;
	object-fit: contain;
}

.nav-md #sidebar-footer,
.nav-md #side-menu {
	width: 200px;
}

#side-menu {
	background: #193763;
	background: #2A3F54;
	color: #c8c8c8;
}

#side-menu > * {
	background: transparent;
}

.nav-md  footer,
.nav-md .main_container .top_nav,
.nav-md .container.body .right_col {
	margin-left: 200px !important;
}

.nav-sm .hidden-small {
	display: none;
	height: 0;
	width: 0;
	opacity: 0;
	overflow: hidden;
	pointer-events: none;
}

#side-menu ul>li>a {
	margin-bottom: 0;
}

@media (max-width: 991px) {
	.nav-md .container.body .col-md-3.left_col {
		display: initial !important;
	}
}

.nav-sm .container.body .col-md-3.left_col {
	z-index: 10 !important;
}

.modal-dialog {
	max-width: 600px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.iti-mobile .iti--container {
	position: absolute;
	max-width: 400px;
	max-height: 240px;
	top: 160px;
	left: 650px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.d-flex {
	display: flex;
}

.gap {
	gap: 5px;
}

.mt-0 {
	margin-top: 0;
}

.mt-1 {
	margin-top: calc(1rem * .25);
}

.mt-2 {
	margin-top: calc(1rem * .5);
}

.mt-3 {
	margin-top: 1rem;
}

.mt-4 {
	margin-top: 1.5rem;
}

.mb-0 {
	margin-bottom: 0;
}

.mb-1 {
	margin-bottom: calc(1rem * .25);
}

.mb-2 {
	margin-bottom: calc(1rem * .5);
}

.mb-3 {
	margin-bottom: 1rem;
}

.mb-4 {
	margin-bottom: 1.5rem;
}

.ms-0 {
	margin-left: 0;
}

.ms-1 {
	margin-left: calc(1rem * .25);
}

.ms-2 {
	margin-left: calc(1rem * .5);
}

.ms-3 {
	margin-left: 1rem;
}

.ms-4 {
	margin-left: 1.5rem;
}

.me-0 {
	margin-right: 0;
}

.me-1 {
	margin-right: calc(1rem * .25);
}

.me-2 {
	margin-right: calc(1rem * .5);
}

.me-3 {
	margin-right: 1rem;
}

.me-4 {
	margin-right: 1.5rem;
}

.pt-0 {
	padding-top: 0;
}

.pt-1 {
	padding-top: calc(1rem * .25);
}

.pt-2 {
	padding-top: calc(1rem * .5);
}

.pt-3 {
	padding-top: 1rem;
}

.pt-4 {
	padding-top: 1.5rem;
}

.pb-0 {
	padding-bottom: 0;
}

.pb-1 {
	padding-bottom: calc(1rem * .25);
}

.pb-2 {
	padding-bottom: calc(1rem * .5);
}

.pb-3 {
	padding-bottom: 1rem;
}

.pb-4 {
	padding-bottom: 1.5rem;
}

.ps-0 {
	padding-left: 0;
}

.ps-1 {
	padding-left: calc(1rem * .25);
}

.ps-2 {
	padding-left: calc(1rem * .5);
}

.ps-3 {
	padding-left: 1rem;
}

.ps-4 {
	padding-left: 1.5rem;
}

.pe-0 {
	padding-right: 0;
}

.pe-1 {
	padding-right: calc(1rem * .25);
}

.pe-2 {
	padding-right: calc(1rem * .5);
}

.pe-3 {
	padding-right: 1rem;
}

.pe-4 {
	padding-right: 1.5rem;
}
ul.list {
	padding-left: 25px;
}

.top_nav .nav_menu nav {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}

.top_nav .nav_menu .navbar-right {
	width: unset;
}

.top_nav .nav_menu .navbar-left {
	display: flex;
	align-items: center;
	gap: 15px;
}

.top_nav .nav.toggle {
	padding: 0;
}

.nav_support {
	display: flex;
	align-items: center;
	gap: 15px;
}

.nav_support > *:first-child {
	display: flex;
	align-items: center;
	gap: 5px;
}

.nav_support * {
	margin: 0;
}

.nav_support a:hover,
.nav_support a:focus-visible {
	opacity: 0.7;
}

.nav_support i {
	font-size: 27.5px;
}

.nav.nav_timezone {
	width: 100px;
}

.nav.navbar-nav > li > a.text-danger {
	color: #a94442 !important;
}

.form-group.field-usercreateform-phone .iti {
	width: 100%;
	display: block;
}

.form-group.field-usercreateform-phone .phone-input {
	width: 100% !important;
	box-sizing: border-box;
}

.js__referee_categories .checkbox {
	margin-top: -4.7px;
}

.required label::after {
	content: '*';
	color: red;
	margin-left: 2px;
}

li.basket {
    width: 30px;
    height: 30px;
    background: url(/images/icons/basket.svg) center no-repeat;
    position: relative;
    margin-right: 20px;
}


li.basket>a {
    display: block;
    color: transparent !important;
    background-color: transparent !important;
}

li.basket>a:hover {

}

.basket__count {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #a94442;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
