@import url(https://fonts.googleapis.com/css?family=Inter:500&display=swap);

@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,regular,600,700&display=swap);

@import url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css');

@charset "UTF-8";

* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

ul {
	padding: 0;
	margin: 0;
}

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

html,
body {
	height: 100%;
	min-width: 320px;
}

body {
	color: #fff;
	line-height: 1;
	font-family: "Source Sans Pro";
	font-size: 1.0625rem;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
	font-family: "Source Sans Pro";
	font-size: inherit;
}

button {
	cursor: pointer;
	color: inherit;
	background-color: inherit;
}

a {
	color: inherit;
}

a:link,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

ul li {
	list-style: none;
}

img {
	vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit;
}

body {
	background: #181829;
}

.lock body {
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
	-ms-scroll-chaining: none;
	overscroll-behavior: none;
}

.wrapper {
	min-height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
}

.wrapper>main {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.wrapper>* {
	min-width: 0;
}

.page {
	padding-top: 10.375rem;
}

/*
(i) Стили будут применяться ко 
всем классам содержащим *__container
Например header__container, main__container и т.д.
Снипет (HTML): cnt
*/

[class*=__container] {
	max-width: 71.625rem;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	margin: 0 auto;
	padding: 0 1rem;
}

.button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding: 10px 26px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	border: 1px solid transparent;
	gap: 10px;
	border-radius: 16px;
	background-color: #fff;
	color: #000;
}

.button_border {
	border: 1px solid #989898;
	color: #fff;
	background-color: transparent;
}

.button_border_blue {
	border: 1px solid #246bfd;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.input {
	width: 100%;
	display: block;
	padding: 10px 25px;
	height: 2.5625rem;
	border: 1px solid #cbc9c9;
	background-color: transparent;
	outline: none;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	border-radius: 16px !important;
}

.input::-webkit-input-placeholder {
	color: #bfbfbf;
}

.input::-moz-placeholder {
	color: #bfbfbf;
}

.input:-ms-input-placeholder {
	color: #bfbfbf;
}

.input::-ms-input-placeholder {
	color: #bfbfbf;
}

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

.input._form-focus {
	border: 1px solid #246bfd;
}

textarea.input {
	resize: none;
	padding: 0px 0px;
}

[class*=-ibg] {
	position: relative;
}

[class*=-ibg] img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
}

[class*=-ibg_contain] img {
	-o-object-fit: contain;
	object-fit: contain;
}

.section-top {
	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;
	gap: 1.875rem;
	margin-bottom: 2.5rem;
}

.section-top__title {
	font-weight: 600;
	font-size: 3.125rem;
	line-height: 1.26;
	color: #2266f5;
}

.section-top__button {
	white-space: nowrap;
}

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

.event:hover .event__image::before {
	opacity: 1;
	visibility: visible;
}

.event:hover .event__title {
	color: #2266f6;
}

.event__image {
	min-height: 9.0625rem;
	border-radius: 16px 16px 0 0;
	overflow: hidden;
	display: block;
	position: relative;
}

.event__image img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 9.0625rem;
	border-radius: 16px 16px 0 0;
}

.event__image::before {
	content: "";
	background: -o-linear-gradient(84.32deg, #2262ef 3.54%, rgba(0, 0, 0, 0) 88.9%);
	background: linear-gradient(5.68deg, #2262ef 3.54%, rgba(0, 0, 0, 0) 88.9%);
	height: 100%;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0;
	visibility: hidden;
}

.event__body {
	background-color: #fff;
	color: #000;
	padding: 0.9375rem;
	border-radius: 0 0 16px 16px;
}

.event__title {
	margin-bottom: 0.9375rem;
	font-weight: 600;
	font-size: 1.625rem;
	line-height: 1.2666666667;
}

.event__text {
	margin-bottom: 1.0625rem;
}

.about_main {
	padding-top: 5.375rem;
	margin-bottom: 4.5rem;
}

.about_prices {
	padding-top: 5.8125rem;
	margin-bottom: 4.5rem;
}

.about_registration {
	padding-top: 6.125rem;
	margin-bottom: 6.125rem;
}

.about_tournaments {
	padding-top: 4.6875rem;
	margin-bottom: 5.1875rem;
}

.about_tournaments .about__body {
	padding: 2.0625rem 0 3.0625rem;
}

.about_tournaments .about__image {
	margin: -1.25rem 0px 0px 2.0625rem;
}

.about__content {
	background: -o-linear-gradient(345.71deg, #246bfd 0%, #0c0c69 84.11%);
	background: linear-gradient(104.29deg, #246bfd 0%, #0c0c69 84.11%);
	border-radius: 16px;
	padding: 0 1.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.about__image {
	margin-right: 2.75rem;
	margin-top: -1.25rem;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 35.9%;
	flex: 0 0 35.9%;
	-ms-flex-item-align: end;
	-ms-grid-row-align: end;
	align-self: end;
}

.about__image img {
	max-width: 100%;
}

.about__body {
	padding: 3.5625rem 0;
	max-width: 31.6875rem;
}

.about__title {
	margin-bottom: 0.9375rem;
	font-weight: 600;
	font-size: 2.5rem;
	line-height: 1.25;
	margin-bottom: 0.9375rem;
}

.about__text {
	font-size: 1.5625rem;
	line-height: 1.24;
}

.about__text a {
	text-decoration: underline;
}

.about__text a:hover {
	text-decoration: none;
}

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

.button-circle span {
	line-height: 1.3;
}

.button-circle a {
	margin-right: 1.1875rem;
	border: 1px solid #cbc9c9;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 5.5625rem;
	height: 5.5625rem;
	border-radius: 50%;
}

.button-circle div {
	width: 3.5625rem;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	height: 3.5625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border-radius: 50%;
}

.header {
	position: fixed;
	top: 66px;
	width: 100%;
	z-index: 50;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	left: 0;
}

.header._header-scroll {
	top: 0px;
	padding: 0.625rem 0;
	background-color: rgba(24, 24, 41, 0.8784313725);
}

.header__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 2.9375rem;
}

.header__logo {
	margin-right: 9.625rem;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 9.125rem;
	flex: 0 0 9.125rem;
}

.header__logo img {
	max-width: 100%;
}

.menu {
	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;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.menu__list,
.footer-bottom__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.625rem 3rem;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-box-align: center;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
}

.header__menu .menu__list>li,
.footer-bottom__list>li,
.menu__registration>a,
.footer-bottom__social>a {
	flex: 1 0 calc((100% / 6) - 2rem);
	margin: 0 1.357rem 0 0;
	white-space: nowrap;
}

.main-screen__buttons>a {
	margin: 0 1.357rem 0 0;
	white-space: nowrap;
}

.menu__list li:first-child {
	position: relative;
	/* padding-right: 1.3125rem; */
	cursor: pointer;
}

.menu__list a {
	line-height: 1.3;
}

.menu__registration {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	/* gap: 0.625rem 1.4375rem; */
}

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

.menu__profile>.menu__list {
	margin: auto;
}

.menu__profile-avatar {
	margin-left: 0.8125rem;
	width: 4.3125rem;
	height: 4.3125rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #cbc9c9;
	border-radius: 50%;
}

.menu__profile-avatar img {
	border-radius: 50%;
	width: 3rem;
	height: 3rem;
}

.sub-menu__list {
	padding: 0.625rem 0 0 0.625rem;
	min-width: 9.375rem;
	display: none;
	position: absolute;
	width: 100%;
	top: 1.375rem;
	border-radius: 16px;
	background: #000;
	padding: 0.9375rem;
	left: 0;
}

.sub-munu_user .sub-menu__list {
	left: auto;
	right: 0;
}

.sub-menu__list li:not(:last-child) {
	margin-bottom: 0.3125rem;
}

.sub-menu__list a {
	color: #fff;
	font-size: 1.0625rem;
}

.menu__item {
	position: relative;
	padding-right: 1.3125rem;
}

.menu-arrow {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 0.8125rem;
	height: 0.4375rem;
	position: absolute;
	right: 0;
	top: 0.125rem;
}

.menu-arrow svg path {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	fill: #fff;
}

.menu-arrow.active svg path {
	fill: #f39474;
}

.profile-menu-arrow {
	float: right;
}

body.mouse .menu__item:hover .sub-menu__list {
	display: block;
}

body.touch .sub-menu__list.open {
	display: block;
}

body.touch .menu-arrow {
	display: block;
}

.icon-menu {
	display: none;
}

.footer {
	background: #000000;
	padding: 3.75rem 0;
	border-radius: 30px 30px 0px 0px;
}

.footer-top {
	border-bottom: 1px solid #ffffff;
	padding-bottom: 2.6875rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer-top__list {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	white-space: nowrap;
}

.footer-top__logo {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 9.125rem;
	flex: 0 0 9.125rem;
}

.footer-top__logo img {
	max-width: 100%;
}

.footer-bottom {
	padding-top: 3.75rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/* .footer-bottom__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 3.125rem;
  gap: 0.9375rem 5.5625rem;
} */

.footer-bottom__social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/* gap: 0.625rem 2.5rem; */
}

.main-screen_prices .main-screen__image {
	position: static;
	right: auto;
	top: auto;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 34%;
	flex: 0 0 34%;
}

.main-screen_prices .main-screen__image img {
	max-width: 100%;
}

.main-screen_prices .main-screen__container {
	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;
}

.main-screen_prices .main-screen__buttons {
	margin: 0 0 0.8125rem 0;
}

.main-screen__container {
	position: relative;
	background: -o-linear-gradient(345.71deg, #246bfd 0%, #0c0c69 84.11%);
	background: linear-gradient(104.29deg, #246bfd 0%, #0c0c69 84.11%);
	border-radius: 16px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 3.75rem 4.5625rem;
}

.main-screen__image {
	position: absolute;
	right: 2.3125rem;
	top: -1.875rem;
}

.main-screen__body {
	position: relative;
	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;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	max-width: 40.625rem;
}

.main-screen__title {
	margin-bottom: 1.0625rem;
	font-size: 3.125rem;
	line-height: 1.26;
	font-weight: 600;
}

.main-screen__text {
	margin-bottom: 3.375rem;
	font-size: 1.875rem;
	line-height: 1.2666666667;
}

.main-screen__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/* gap: 0.9375rem 1.375rem; */
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	margin-bottom: 6rem;
}

.main-info {
	padding-top: 6.625rem;
}

.main-info__container {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 3.75rem 1.25rem;
}

.main-info__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
}

.main-info__icon {
	margin-right: 1.4375rem;
	background: -o-linear-gradient(345.71deg, #246bfd 0%, #0c0c69 84.11%);
	background: linear-gradient(104.29deg, #246bfd 0%, #0c0c69 84.11%);
	width: 4.0625rem;
	height: 4.0625rem;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 4.0625rem;
	flex: 0 0 4.0625rem;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-info__icon_mob {
	display: none;
}

.main-info__icon img {
	max-width: 100%;
	max-height: 100%;
}

.main-info__body {
	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: start;
}

.main-info__title {
	margin-bottom: 0.625rem;
	font-weight: 600;
	font-size: 1.875rem;
	line-height: 1.2666666667;
	color: #2266f6;
}

.main-info__text {
	margin-bottom: 1.5625rem;
	line-height: 1.3;
}

.main-info__link {
	text-decoration: underline !important;
	line-height: 1.3;
}

.main-info__link:hover {
	text-decoration: none !important;
}

.upcoming-events {
	padding-top: 7.1875rem;
}

.upcoming-events__body {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 1.5rem 3rem;
}

.registration__container {
	background: -o-linear-gradient(345.71deg, #246bfd 0%, #0c0c69 84.11%);
	background: linear-gradient(104.29deg, #246bfd 0%, #0c0c69 84.11%);
	border-radius: 16px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.registration__image {
	position: absolute;
	right: 65px;
	top: 50%;
	-webkit-transform: translate(0px, -50%);
	-ms-transform: translate(0px, -50%);
	transform: translate(0px, -50%);
}

.registration__image img {
	max-width: 100%;
}

.registration__body {
	background: #ffffff;
	border-radius: 16px;
	width: 37.1875rem;
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 2;
	-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: 3.9375rem 5.125rem 2.875rem;
}

.registration_login .registration__body {
	padding: 4.875rem 5.125rem 4rem;
}

.registration__title {
	font-weight: 600;
	font-size: 1.875rem;
	line-height: 1.2666666667;
	text-align: center;
	color: #2266f6;
	margin-bottom: 2.5rem;
}

.registration_login .registration__title {
	margin-bottom: 1.5625rem;
}

.registration__text {
	margin-bottom: 4.375rem;
	text-align: center;
	line-height: 1.2352941176;
	color: #000;
}

.registration__text a {
	color: #006dd3;
	font-weight: 600;
}

.registration__social {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.625rem 2.5rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-top: 1px solid #cbc9c9;
	padding-top: 4rem;
}

.form-registration {
	width: 100%;
	margin-bottom: 1.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 1.25rem;
}

.form-registration__field {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1.25rem 1.9375rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.form-registration__button {
	background: -o-linear-gradient(345.71deg, #246bfd 0%, #0c0c69 84.11%);
	background: linear-gradient(104.29deg, #246bfd 0%, #0c0c69 84.11%);
	width: 100%;
	color: #fff;
	border: none;
	margin-top: 3.125rem;
}

.registration_login .form-registration__button {
	margin-top: 2.5rem;
}

.prices {
	padding-top: 3.375rem;
}

.prices__title {
	margin-bottom: 2.0625rem;
}

.prices__body {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 1rem 2.875rem;
}

.item-prices {
	padding: 2.1875rem 3.4375rem;
	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;
}

.item-prices_common {
	background: #ffffff;
	color: #215cd3;
	border-radius: 9px;
}

.item-prices_pro {
	background: -o-linear-gradient(261.92deg, #246bfd 0%, #0c0c69 98.75%);
	background: linear-gradient(188.08deg, #246bfd 0%, #0c0c69 98.75%);
	border-radius: 16px;
}

.item-prices_premium {
	background: -o-linear-gradient(222.9deg, #ffc700 11.31%, #e9d58f 57.44%, #b79315 98.11%);
	background: linear-gradient(227.1deg, #ffc700 11.31%, #e9d58f 57.44%, #b79315 98.11%);
	border-radius: 9px;
	color: #000;
}

.item-prices__title {
	font-weight: 600;
	padding-bottom: 1.875rem;
	line-height: 1.2666666667;
	font-size: 1.875rem;
	width: 100%;
	text-align: center;
}

.item-prices__price {
	font-weight: 200;
	font-size: 9.375rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.item-prices__price div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-weight: 300;
	font-size: 5.625rem;
}

.item-prices__price div span {
	font-size: 1.875rem;
	font-weight: 400;
	line-height: 1.2666666667;
}

.item-prices__text {
	padding-bottom: 1.8125rem;
	width: 100%;
	text-align: center;
}

.item-prices__discount {
	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;
	width: 100%;
	text-align: center;
	padding-top: 0.9375rem;
	font-size: 1.875rem;
	line-height: 1.2666666667;
}

.item-prices__discount svg {
	margin-right: 0.9375rem;
}

.prices-about {
	padding-top: 2.5625rem;
}

.prices-about__container {
	background: #222232;
	border-radius: 29px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2.375rem 5.0625rem 3.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 1.8125rem 3.75rem;
}

.prices-about__column {
	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: start;
}

.prices-about__column:first-child {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 52%;
	flex: 0 1 52%;
}

.prices-about__column:last-child {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 48%;
	flex: 0 1 48%;
}

.prices-about__title {
	margin-bottom: 0.5rem;
	font-weight: 600;
	font-size: 1.875rem;
	line-height: 1.2666666667;
}

.prices-about__text {
	line-height: 1.2352941176;
}

.tournaments {
	margin-bottom: 4.75rem;
}

.tournaments__content {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 2.375rem 3.0625rem;
}

.tournaments-top,
.coachregister-top {
	margin-bottom: 2.375rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	gap: 2.5rem;
}

.tournaments-top {
	align-items: center;
	justify-content: space-between;
}


.tournaments-top__button {
	background: #222232;
	font-weight: 600;
	padding: 28px 72px;
	border-radius: 29px;
	text-align: center;
	font-size: 1.875rem;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 1.2666666667;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tournaments-top__button_active {
	background: -o-linear-gradient(345.71deg, #246bfd 0%, #0c0c69 84.11%);
	background: linear-gradient(104.29deg, #246bfd 0%, #0c0c69 84.11%);
}

.tournaments-search {
	margin-bottom: 3.8125rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 2.5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.tournaments-search__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.tournaments-search__form input {
	color: #fff;
	border: 1px solid #989898;
}

.tournaments-search__form input::-webkit-input-placeholder {
	color: #fff;
}

.tournaments-search__form input::-moz-placeholder {
	color: #fff;
}

.tournaments-search__form input:-ms-input-placeholder {
	color: #fff;
}

.tournaments-search__form input::-ms-input-placeholder {
	color: #fff;
}

.tournaments-search__form input::placeholder {
	color: #fff;
}

.tournaments-search__button {
	margin-left: 1.4375rem;
}

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

.tournaments-search__city img {
	margin-right: 0.5rem;
	width: 1.125rem;
	height: 1.125rem;
}

.youtube__main-screen,
.tournament__main-screen {
	position: relative;
	padding: 3.5rem 4.5625rem;
	border-radius: 16px;
	overflow: hidden;
	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-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
	margin-bottom: 3.3125rem;
}

.tournament__main-screen::before {
	content: "";
	background: -o-linear-gradient(84.32deg, #2262ef 3.54%, rgba(0, 0, 0, 0) 88.9%);
	background: linear-gradient(5.68deg, #2262ef 3.54%, rgba(0, 0, 0, 0) 88.9%);
	height: 100%;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 16px;
	z-index: 1;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.tournament__main-screen .ibg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	border-radius: 16px;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
}

.tournament__main-screen h1,
.tournament__main-screen a {
	position: relative;
	font-weight: 600;
	font-size: 3.125rem;
	line-height: 1.26;
	z-index: 2;
}

.tournament-stages {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 1.6875rem;
	margin-bottom: 3.3125rem;
}

.tournament-stages__item {
	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: start;
	position: relative;
}

.tournament-stages__item:not(:last-child)::before {
	content: "";
	background: url("../img/icons/arrow-right.svg") right no-repeat;
	top: 2.8125rem;
	position: absolute;
	right: 0rem;
	height: 8px;
	width: 73%;
}

.tournament-stages__icon {
	position: relative;
	z-index: 2;
	margin-bottom: 1rem;
	border: 1px solid #cbc9c9;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 5.5625rem;
	height: 5.5625rem;
	border-radius: 50%;
}

.tournament-stages__icon div {
	width: 3.5625rem;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	height: 3.5625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border-radius: 50%;
}

.tournament-stages__icon div img {
	max-width: 100%;
	max-height: 100%;
}

.tournament-stages__icon_green div {
	background: #2dcc70;
}

.tournament-stages__icon_yellow div {
	background: #ffa600;
}

.tournament-stages__icon_red div {
	background: #dc0024;
}

.tournament-stages__title {
	line-height: 1.2352941176;
}

.tournament-stages__time {
	font-weight: 600;
	font-size: 1.875rem;
	line-height: 1.2666666667;
	color: #2266f6;
}

.tournament-navigation {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 1.625rem;
	margin-bottom: 3.5rem;
}

.tournament-navigation__icon {
	display: none;
}

.tournament-navigation__icon svg path {
	fill: #8d8d8d;
}

._active .tournament-navigation__icon svg path {
	fill: #fff;
}

.tournament-navigation__button {
	background: #222232;
	font-weight: 600;
	padding: 28px 44px;
	border-radius: 29px;
	text-align: center;
	font-size: 1.875rem;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 1.2666666667;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.tournament-sportsmen:not(:last-child) {
	margin-bottom: 3.3125rem;
}

.tournament-sportsmen__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	margin-bottom: 2.3125rem;
	gap: 1.625rem;
	-ms-flex-wrap: wrap-reverse;
	flex-wrap: wrap-reverse;
}

.tournament-sportsmen__top div {
	font-weight: 600;
	font-size: 1.875rem;
	line-height: 1.2666666667;
	color: #2266f6;
}

.tournament-sportsmen__body {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 1.25rem;
}

.tsportsman, .sportsman-tournament {
	background: #222232;
	border-radius: 29px;
	padding: 1.5625rem 1.25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.tsportsman {
	border-radius: 8px;
	padding: .8rem;
	flex-direction: row;
}

.tsportsman .sportsman-tournament__team, .tsportsman .sportsman-tournament__name {
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tsportsman div {
	padding-left: .4rem;
}

.avatar {
	width: 80px;
	height: 80px;
	object-fit: cover;
	border-radius: 8px;	
}

.sportsman-tournament__name {
	font-weight: 600;
	font-size: 1.375rem;
	line-height: 1.2666666667;
	margin-bottom: 0.8125rem;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.sportsman-tournament__bottom {
	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;
	gap: 1.25rem;
}

.sportsman-tournament__bottom p {
	line-height: 1.2352941176;
}

.sportsman-tournament__team {
	font-size: 0.9375rem;
}

.sportsman-tournament__payment {
	font-size: 0.9375rem;
}

.sportsman-tournament__payment_false {
	color: #dc0024;
}

.sportsman-tournament__payment_true {
	color: #2dcc70;
}

.tournament-info__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	margin-bottom: 2.3125rem;
	gap: 1.625rem;
	-ms-flex-wrap: wrap-reverse;
	flex-wrap: wrap-reverse;
}

.tournament-info__top div {
	font-weight: 600;
	font-size: 1.875rem;
	line-height: 1.2666666667;
	color: #2266f6;
	max-width: 43.25rem;
}

.tournament-info__content {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-webkit-column-gap: 4.5rem;
	-moz-column-gap: 4.5rem;
	column-gap: 4.5rem;
}

.tournament-info__content:not(:last-child) {
	margin-bottom: 3.625rem;
}

.tournament-info__text:not(:last-child) {
	margin-bottom: 3.3125rem;
}

.tournament-info__text h3 {
	font-weight: 600;
	margin-bottom: 0.9375rem;
	text-transform: uppercase;
	line-height: 1.2352941176;
}

.tournament-info__text p {
	line-height: 1.2352941176;
	margin-bottom: 0.9375rem;
}

.tournament-info__text p span {
	font-weight: 600;
}

.tournament-info__main-list {
	background: #222232;
	border-radius: 29px;
	padding: 2rem 2.4375rem 1.3125rem 2.8125rem;
}

.tournament-info__main-list h2 {
	margin-bottom: 0.8125rem;
	font-weight: 600;
	font-size: 1.875rem;
	line-height: 1.2666666667;
	color: #2266f6;
}

.tournament-info__main-list ul li {
	font-size: 1.625rem;
	line-height: 1.2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 0.625rem;
	padding: 1.25rem 0;
}

.tournament-info__main-list ul li:not(:last-child) {
	border-bottom: 1px solid #181829;
}

.tournament-schedule {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	gap: 1.25rem;
}

.tournament-schedule__list {
	background: #222232;
	border-radius: 29px;
	padding: 1.25rem;
}

.tournament-schedule__list li {
	font-size: 1.5rem;
	line-height: 1.2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 0.625rem;
	padding: 0.625rem 1.25rem 0.625rem 0;
	display: flex;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.625rem;
}

.tournament-schedule__list li:not(:last-child) {
	border-bottom: 1px solid #181829;
	margin-bottom: 0.125rem;
}

.tournament-schedule__list li::before {
	content: "";
	background: #fff;
	height: 50%;
	width: 2px;
	position: absolute;
	top: 0;
	right: 0;
}

.tournament-schedule__list li::after {
	content: "";
	background: yellow;
	height: 50%;
	width: 2px;
	position: absolute;
	bottom: 0;
	right: 0;
}

.tournament-schedule__list li span {
	font-size: 1.25rem;
}

.tournament-schedule__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.625rem;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 0.8125rem;
}

.tournament-schedule__top h2 {
	font-weight: 600;
	font-size: 1.875rem;
	line-height: 1.2666666667;
	color: #2266f6;
}

@media (min-width: 29.99875em) {
	.item-prices_premium .item-prices__title {
		border-bottom: 1px solid #000;
	}

	.item-prices_premium .item-prices__text {
		border-bottom: 1px solid #000;
	}

	.item-prices__title {
		border-bottom: 1px solid #cbc9c9;
	}

	.item-prices__text {
		border-bottom: 1px solid #cbc9c9;
	}
}

@media (min-width: 47.99875em) {
	.footer-top__list {
		margin-right: 2.5rem;
		max-width: 37.5rem;
	}

	._active .tournament-navigation__button {
		background: -o-linear-gradient(345.71deg, #246bfd 0%, #0c0c69 84.11%);
		background: linear-gradient(104.29deg, #246bfd 0%, #0c0c69 84.11%);
	}
}

@media (min-width: 73.625em) {
	.tournament__main-screen {
		height: 36.125rem;
		/* height: 100%; */
	}
}

@media (max-width: 40em) {
	.menu__registration {
		gap: 0.625rem;
	}
}

@media (max-width: 35em) {
	.tournament-navigation__button {
		font-size: 0.625rem !important;
	}
}

@media (max-width: 73.625em) {
	.header__logo {
		margin-right: 4.375rem;
	}

	.menu__list {
		gap: 0.625rem 2.5rem;
	}

	.main-screen {
		padding: 0 1rem;
	}

	.registration {
		padding: 0 1rem;
	}

	.prices__body {
		gap: 1rem;
	}

	.prices-about {
		padding: 2.5625rem 1rem 0;
	}

	.tournament-navigation {
		gap: 0.8125rem;
	}

	.tournament-navigation__button {
		font-size: 1.625rem;
		padding: 20px 30px;
	}
}

@media (max-width: 68.75em) {
	.prices__body {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 61.99875em) {
	.page {
		padding-top: 7.5rem;
	}

	.section-top__title {
		font-size: 2.5rem;
	}

	.event__title {
		font-size: 1.375rem;
	}

	.about__image {
		margin-right: 1.25rem;
	}

	.about__title {
		font-size: 2rem;
	}

	.about__text {
		font-size: 1.4375rem;
	}

	.header {
		top: 30px;
	}

	.header__container {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		gap: 1.25rem;
	}

	.header__logo {
		margin-right: 0rem;
	}

	.header__menu {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 100%;
		background-color: #181829;
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: start !important;
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		padding: 6.25rem 1.25rem 2.5rem;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.menu-open .header__menu {
		left: 0;
	}

	.header__menu .menu__list {
		gap: 1.25rem;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start;
		margin-bottom: 2.5rem;
	}

	.header__menu .menu__list a {
		font-size: 1.25rem;
	}

	.menu__registration {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.sub-menu__list a {
		font-size: 1.25rem;
	}

	.icon-menu {
		display: block;
		position: relative;
		width: 2.125rem;
		height: 1.625rem;
		cursor: pointer;
		z-index: 99999;
	}

	.icon-menu span,
	.icon-menu::before,
	.icon-menu::after {
		content: "";
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
		right: 0;
		position: absolute;
		width: 100%;
		border-radius: 5px;
		height: 0.3125rem;
		background-color: #fff;
	}

	.icon-menu::before {
		top: 0;
	}

	.icon-menu::after {
		bottom: 0;
	}

	.icon-menu span {
		top: calc(50% - 0.15625rem);
	}

	.menu-open .icon-menu span {
		width: 0;
	}

	.menu-open .icon-menu::before {
		top: calc(50% - 0.15625rem);
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.menu-open .icon-menu::after {
		bottom: calc(50% - 0.15625rem);
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.footer-bottom__list {
		gap: 0.9375rem 2.5rem;
	}

	.main-screen_prices .main-screen__image {
		display: block;
	}

	.main-screen__container {
		padding: 2.5rem;
	}

	.main-screen__image {
		display: none;
	}

	.main-screen__title {
		font-size: 2.875rem;
	}

	.main-screen__text {
		font-size: 1.625rem;
		margin-bottom: 2.5rem;
	}

	.main-screen__buttons {
		margin-bottom: 3.125rem;
	}

	.main-info__container {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
	}

	.main-info__title {
		font-size: 1.625rem;
	}

	.upcoming-events__body {
		gap: 1.5rem;
	}

	.prices-about__container {
		gap: 1.8125rem 2.5rem;
		padding: 1.875rem;
	}

	.tournaments__content {
		gap: 1.5rem 1.25rem;
	}

	.tournaments-top,
	.coachregister-top {
		gap: 1.875rem;
	}

	.tournaments-top__button {
		font-size: 1.625rem;
		padding: 20px 50px;
	}

	.tournaments-search {
		gap: 1.875rem;
	}

	.tournament-stages__time {
		font-size: 1.625rem;
	}

	.tournament-navigation__button {
		padding: 20px;
		font-size: 1.5rem;
	}

	.tournament-sportsmen__body {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
	}

	.tournament-info__top div {
		font-size: 1.625rem;
	}

	.tournament-info__main-list {
		padding: 1.5625rem 1.25rem;
	}

	.tournament-info__main-list h2 {
		font-size: 1.625rem;
	}

	.tournament-info__main-list ul li {
		font-size: 1.375rem;
	}

	.tournament-schedule__list li {
		font-size: 1.375rem;
	}

	.tournament-schedule__top h2 {
		font-size: 1.625rem;
	}
}

@media (max-width: 47.99875em) {
	.section-top {
		margin-bottom: 1.75rem;
	}

	.section-top__title {
		font-size: 2rem;
	}

	.event__title {
		font-size: 1.125rem;
		margin-bottom: 0.625rem;
	}

	.event__text {
		font-size: 1rem;
	}

	.about_tournaments .about__body {
		padding: 0;
	}

	.about_tournaments .about__image {
		margin: 0px;
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
	}

	.about_tournaments .about__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.about__content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		padding: 1.875rem 1.5625rem 0;
	}

	.about__image {
		margin: 0px;
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
	}

	.about__body {
		padding: 0;
	}

	.about__title {
		font-size: 2.5rem;
		margin-bottom: 1.125rem;
	}

	.about__text {
		font-size: 1.3125rem;
		margin-bottom: 1.75rem;
	}

	.footer {
		padding: 2.1875rem 0;
	}

	.footer-top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start;
		padding-bottom: 2.375rem;
	}

	.footer-top__list {
		width: 100%;
		gap: 0.625rem 1.5625rem;
	}

	.footer-top__logo {
		margin-bottom: 2.75rem;
		-webkit-box-flex: 0;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}

	.footer-bottom {
		padding-top: 2.5rem;
	}

	.footer-bottom__social {
		gap: 0.625rem 2.375rem;
		margin-bottom: 1em;
	}

	.main-screen_prices .main-screen__container {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start;
		-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: start;
	}

	.main-screen_prices .main-screen__buttons {
		margin: 0px 0px 1.8125rem 0px;
	}

	.main-screen__container {
		padding: 1.4375rem 1.625rem;
	}

	.main-screen__title {
		font-size: 2.5rem;
		margin-bottom: 0.8125rem;
	}

	.main-screen__text {
		font-size: 1.5rem;
		margin-bottom: 2.3125rem;
	}

	.main-screen__buttons {
		margin-bottom: 2.3125rem;
		gap: 0.9375rem;
	}

	.main-info {
		padding-top: 5rem;
	}

	.main-info__text {
		margin-bottom: 1.25rem;
	}

	.upcoming-events {
		padding-top: 5rem;
	}

	.upcoming-events__body {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
	}

	.registration_login .registration__body {
		padding: 2.8125rem 3.125rem;
	}

	.registration__body {
		padding: 2.8125rem 3.125rem;
	}

	.registration__social {
		padding-top: 2.5rem;
	}

	.form-registration__field {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

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

	.tournaments {
		margin-bottom: 3.125rem;
	}

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

	.tournaments-top,
	.coachregister-top {
		gap: 0.9375rem;
	}

	.tournaments-search {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
		gap: 1.75rem;
	}

	.tournaments-search__form {
		-ms-grid-column-span: 2;
		grid-column: 2 span;
	}

	.tournaments-search__button {
		margin-left: 0.9375rem;
	}

	.tournaments-search__city {
		-ms-grid-column-align: end;
		justify-self: end;
	}

	.tournament__main-screen {
		padding: 1.875rem 2.5rem;
		margin-bottom: 2.5rem;
	}

	.tournament-stages {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
		background: #222232;
		border-radius: 16px;
		padding: 1.875rem 2.5rem;
	}

	.tournament-stages__item:not(:last-child)::before {
		display: none;
	}

	.tournament-stages__icon {
		display: none;
	}

	.tournament-stages__time {
		font-size: 1.25rem;
	}

	.tournament-navigation {
		background: #222232;
		margin: 0 -1rem 2.25rem;
		padding: 0.4375rem 1rem;
	}

	.tournament-navigation__item {
		padding: 20px 10px;
		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;
		border-radius: 13px;
	}

	.tournament-navigation__item._active {
		background: -o-linear-gradient(345.71deg, #246bfd 0%, #0c0c69 84.11%);
		background: linear-gradient(104.29deg, #246bfd 0%, #0c0c69 84.11%);
	}

	.tournament-navigation__icon {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 0.1875rem;
	}

	.tournament-navigation__button {
		padding: 0;
		font-size: 1.0625rem;
		border-radius: 0;
		font-family: "Inter";
		background-color: transparent;
		font-weight: 500;
		color: #8d8d8d;
	}

	._active .tournament-navigation__button {
		color: #fff;
	}

	.tournament-sportsmen__body {
		gap: 0.9375rem;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}

	.tournament-info__top div {
		font-size: 1.375rem;
	}

	.tournament-info__body {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.tournament-info__content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 2.4375rem;
	}

	.tournament-info__main-list h2 {
		font-size: 1.375rem;
	}

	.tournament-info__main-list ul li {
		font-size: 1.125rem;
		padding: 0.625rem 0;
	}

	.tournament-schedule {
		gap: 0.9375rem;
	}

	.tournament-schedule__list {
		padding: 1.25rem 0.625rem;
	}

	.tournament-schedule__list li {
		font-size: 1.125rem;
	}

	.tournament-schedule__list li span {
		font-size: 1rem;
	}

	.tournament-schedule__top a {
		padding: 0.625rem;
	}
}

@media (max-width: 43.75em) {
	.main-info__container {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		padding: 0 3.125rem;
	}

	.main-info__icon {
		display: none;
		margin-right: 2.1875rem;
	}

	.main-info__icon_mob {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.main-info__title {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 1.1875rem;
		font-size: 1.4375rem;
	}

	.prices-about__container {
		padding: 1.9375rem 1.875rem 1.625rem 2.1875rem;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media (max-width: 39.375em) {
	.registration__image {
		display: none;
	}
}

/* @media (max-width: 38em) {
	.tournaments__content {
		-ms-grid-columns: none;
		grid-template-columns: none;
	}
	.event__image img {
		height: 100%;
	}
} */

@media (max-width: 29.99875em) {
	.page {
		padding-top: 5.5rem;
	}

	.section-top__title {
		font-size: 1.6875rem;
	}

	.section-top__button {
		padding: 0.625rem 0.8125rem;
	}

	.event__image {
		min-height: 6.25rem;
	}

	.event__image img {
		height: 6.25rem;
	}

	.event__body {
		padding: 0.625rem;
	}

	.event__title {
		font-size: 1rem;
		line-height: 1.2;
	}

	.event__text {
		font-size: 0.8125rem;
	}

	.about_main {
		padding-top: 3rem;
		margin-bottom: 3.5rem;
	}

	.about_prices {
		padding-top: 3.8125rem;
		margin-bottom: 3.5rem;
	}

	.about_registration {
		padding-top: 3.3125rem;
		margin-bottom: 3.5rem;
	}

	.about_tournaments {
		padding-top: 4.1875rem;
		margin-bottom: 3rem;
	}

	.about__text {
		font-size: 1.0625rem;
	}

	.header {
		top: 20px;
	}

	.header__container {
		min-height: 2.25rem;
	}

	.header__logo {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 7rem;
		flex: 0 0 7rem;
	}

	.menu__button {
		font-size: 0.9375rem;
	}

	.footer-bottom {
		padding-top: 1.375rem;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
	}

	.footer-bottom__list {
		margin-bottom: 1.875rem;
		margin-right: 0;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.main-screen__text {
		font-size: 1.0625rem;
	}

	.main-screen__button {
		padding: 10px 14px;
	}

	.main-info {
		padding-top: 2.875rem;
	}

	.upcoming-events {
		padding-top: 3.75rem;
	}

	.upcoming-events__body {
		gap: 1.5rem 0.75rem;
	}

	.registration_login .registration__body {
		padding: 2.3125rem 1.875rem 2.6875rem;
	}

	.registration__body {
		padding: 2.3125rem 1.875rem 2.6875rem;
	}

	.registration__title {
		margin-bottom: 1.5625rem;
	}

	.registration__text {
		margin-bottom: 3rem;
	}

	.registration__social {
		padding-top: 1.5625rem;
	}

	.form-registration__button {
		margin-top: 2.5rem;
	}

	.prices {
		padding-top: 2.625rem;
	}

	.prices__title {
		margin-bottom: 1.125rem;
	}

	.prices-about {
		padding: 1.625rem 1rem 0;
	}

	.prices-about__title {
		margin-bottom: 0.8125rem;
	}

	.tournaments {
		margin-bottom: 2rem;
	}

	.tournaments__content {
		-webkit-column-gap: 0.75rem;
		-moz-column-gap: 0.75rem;
		column-gap: 0.75rem;
	}

	.tournaments-top,
	.coachregister-top {
		gap: 0.5rem;
	}

	.tournaments-top__button {
		padding: 17px 14px;
		font-size: 1.4375rem;
		border-radius: 13px;
		line-height: 94.7%;
	}

	.tournaments-search__button {
		margin-left: 0.6875rem;
	}

	.tournament__main-screen {
		padding: 1.5rem 1.625rem;
		margin-bottom: 1.75rem;
	}

	.tournament__main-screen h1 {
		font-size: 2.5rem;
	}

	.tournament-stages {
		margin-bottom: 1.6875rem;
	}

	.tournament-stages__time {
		font-size: 1.0625rem;
	}

	.tournament-sportsmen:not(:last-child) {
		margin-bottom: 2.4375rem;
	}

	.tournament-sportsmen__top {
		margin-bottom: 1.125rem;
	}

	.tournament-sportsmen__top div {
		font-size: 1.4375rem;
	}

	.sportsman-tournament {
		border-radius: 13px;
		padding: 1.25rem 0.9375rem;
	}

	.sportsman-tournament__name {
		margin-bottom: 1.0625rem;
	}

	.tournament-info__top {
		margin-bottom: 1.125rem;
	}

	.tournament-info__top div {
		font-size: 1.125rem;
	}

	.tournament-info__content:not(:last-child) {
		margin-bottom: 2.4375rem;
	}

	.tournament-info__text:not(:last-child) {
		margin-bottom: 2.4375rem;
	}

	.tournament-info__text p {
		font-size: 0.875rem;
	}

	.tournament-info__main-list {
		padding: 1.5rem 1.1875rem;
	}

	.tournament-info__main-list h2 {
		text-align: center;
		font-size: 1.125rem;
		margin-bottom: 0.1875rem;
	}

	.tournament-info__main-list ul li {
		font-size: 1rem;
	}

	.tournament-schedule {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}

	.tournament-schedule__list li {
		font-size: 1rem;
	}

	.tournament-schedule__top h2 {
		text-align: center;
		font-size: 1.4375rem;
	}
}

@media (max-width: 24.375em) {
	.tournament__main-screen {
		height: 28.625rem;
	}
}

@media (max-width: 23.125em) {
	.section-top__title {
		font-size: 1.4375rem;
	}

	.item-prices {
		padding: 2.1875rem;
	}

	.item-prices__price {
		font-size: 8.125rem;
	}

	.item-prices__price div {
		font-size: 5rem;
	}

	.item-prices__discount {
		font-size: 1.625rem;
	}
}

@media (max-width: 23.75em) {
	.main-screen__title {
		font-size: 2.25rem;
	}

	.main-screen__button {
		padding: 10px;
		font-size: 0.9375rem;
	}

	.tournament-navigation__item {
		padding: 10px 5px;
	}
}

@media (max-width: 22.5em) {
	.about__title {
		font-size: 2rem;
	}

	.footer-top__list a {
		font-size: 1rem;
	}

	.main-info__container {
		padding: 0 1rem;
	}

	.prices-about__title {
		font-size: 1.625rem;
	}

	.tournaments-top__button {
		font-size: 1.25rem;
		padding: 17px 12px;
	}

	.tournaments-top__create-icon {
		width: 4.375rem !important;
		height: 4.375rem !important;
		margin-right: 0.625rem !important;
	}

	.tournaments-top__create-icon div {
		width: 2.5rem;
		height: 2.5rem;
	}

	.tournament-navigation {
		gap: 0.3125rem;
	}
}

@media (max-width: 21.25em) {
	.main-screen__button {
		font-size: 0.75rem;
	}
}

@media (max-width: 20.625em) {
	.sportsman-tournament__name {
		font-size: 1.25rem;
	}
}

@media (min-width: 24.375em) and (max-width: 73.625em) {
	@supports (height: clamp(28.625rem, 24.913071066rem + 15.2284263959vw, 36.125rem)) {
		.tournament__main-screen {
			height: clamp(28.625rem, 24.913071066rem + 15.2284263959vw, 36.125rem);
		}
	}

	@supports not (height: clamp(28.625rem, 24.913071066rem + 15.2284263959vw, 36.125rem)) {
		.tournament__main-screen {
			height: calc(28.625rem + 7.5 * (100vw - 24.375rem) / 49.25);
		}
	}
}

@media (any-hover: hover) {
	.button {
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}

	.button:hover {
		background-color: transparent;
		color: #fff;
	}

	.button_border_blue {
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}

	.button_border_blue:hover {
		background-color: #fff;
		border: 1px solid #fff;
		color: #000;
	}

	.button_border {
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}

	.button_border:hover {
		background-color: #fff;
		border: 1px solid #fff;
		color: #000;
	}

	.event__image {
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}

	.event__title {
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}

	.button-circle a {
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}

	.button-circle a:hover {
		background-color: #fff;
		border: 1px solid #fff;
	}

	.button-circle a:hover div {
		width: 100%;
		height: 100%;
	}

	.menu__list li:hover {
		color: #f39474;
	}

	.menu__list li:hover svg path {
		fill: #f39474;
	}

	.menu__list a {
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}

	.menu__list a:hover {
		color: #f39474;
	}

	.sub-menu__list a {
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}

	.sub-menu__list a:hover {
		color: #f39474;
	}

	.footer-bottom__list a {
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}

	.footer-bottom__list a:hover {
		color: #f39474;
	}

	.footer-bottom__social-item svg path {
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}

	.footer-bottom__social-item:hover svg path {
		fill: #f39474;
	}

	.tournament-schedule__list a {
		-webkit-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}

	.tournament-schedule__list a:hover {
		color: #2266f6;
	}
}

.light_panel {
	margin-bottom: 1em;
	color: #000;
}

.panel_body {
	padding: 0 1em;
}

.panel_link {
	color: #179de0;
}

.panel_item {
	border-radius: 4px;
	/* margin: 7px 0; */
	padding-bottom: 15px;
	overflow: hidden;
	box-shadow: 4px 4px 9px -1px rgba(0, 0, 0, 0.2);
	color: #000;
}

.panel_item.light {
	background-color: #fff;
	min-width: 30%;
	margin-bottom: 1em;
}

.panel_item.dark {
	background-color: rgba(255, 255, 255, 0.06);
}

.panel_header {
	padding: 16px 25px;
	font-size: 1.13rem;
}

.panel_header.light {
	color: #2c3042;
	background-color: #f5f5f5;
	border-bottom: 1px solid #ddd;
}

.panel_header.dark {
	background-color: rgba(225, 225, 225, 0.1);
	color: #fff;
	border-bottom: 1px solid #3a3a3a;
}

.panel_row {
	padding: 8px 25px;
	font-size: 1rem;
	line-height: 24px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	text-align: left;
}

.panel_row.light {
	color: #000;
	border-bottom: 1px solid #f4f4f4;
}

.panel_row.dark {
	border-bottom: 1px solid rgba(78, 78, 78, 0.9);
}

.panel_row.light:last-child,
.panel_row.dark:last-child {
	border: none;
}

.panel_icon {
	max-width: 20px;
	width: 100%;
	height: auto;
	margin-right: 10px;
}

.panel_row p {
	font-size: 0.8rem;
}

.panel_row label {
	padding-right: 15px;
	font-weight: 600;
	line-height: 1.5;
	margin: 10px 0;
}

.panel_row_group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.panel_row_group a {
	color: #179de0;
}

.panel_row_group a:hover {
	color: #106c9b;
}

.panel_row_group select {
	width: 28%;
}

.custom-control-label {
	position: relative;
	margin-bottom: 0;
	color: $custom-control-label-color;
	vertical-align: top;
	cursor: $custom-control-cursor;

	// Background-color and (when enabled) gradient
	&::before {
		position: absolute;
		top: ($font-size-base * $line-height-base - $custom-control-indicator-size) * .5;
		left: -($custom-control-gutter + $custom-control-indicator-size);
		display: block;
		width: $custom-control-indicator-size;
		height: $custom-control-indicator-size;
		pointer-events: none;
		content: "";
		background-color: $custom-control-indicator-bg;
		border: $custom-control-indicator-border-color solid $custom-control-indicator-border-width;
		@include box-shadow($custom-control-indicator-box-shadow);
	}

	// Foreground (icon)
	&::after {
		position: absolute;
		top: ($font-size-base * $line-height-base - $custom-control-indicator-size) * .5;
		left: -($custom-control-gutter + $custom-control-indicator-size);
		display: block;
		width: $custom-control-indicator-size;
		height: $custom-control-indicator-size;
		content: "";
		background: 50% / #{$custom-control-indicator-bg-size} no-repeat;
	}
}


// Checkboxes
//
// Tweak just a few things for checkboxes.

.custom-checkbox {
	.custom-control-label::before {
		@include border-radius($custom-checkbox-indicator-border-radius);
	}

	.custom-control-input:checked~.custom-control-label {
		&::after {
			background-image: escape-svg($custom-checkbox-indicator-icon-checked);
		}
	}

	.custom-control-input:indeterminate~.custom-control-label {
		&::before {
			border-color: $custom-checkbox-indicator-indeterminate-border-color;
			@include gradient-bg($custom-checkbox-indicator-indeterminate-bg);
			@include box-shadow($custom-checkbox-indicator-indeterminate-box-shadow);
		}

		&::after {
			background-image: escape-svg($custom-checkbox-indicator-icon-indeterminate);
		}
	}

	.custom-control-input:disabled {
		&:checked~.custom-control-label::before {
			@include gradient-bg($custom-control-indicator-checked-disabled-bg);
		}

		&:indeterminate~.custom-control-label::before {
			@include gradient-bg($custom-control-indicator-checked-disabled-bg);
		}
	}
}

.invalid-feedback {
	color: red;
}

.button_info {
	color: #000;
}

.fa-regular,
.fa-brands,
.fab {
	font-weight: 800;
	font-size: 32px;
	padding-top: .5em;
	padding-right: 0.5em;
}

.btn-ipay {
	--bs-btn-padding-y: .25rem;
	--bs-btn-padding-x: .5rem;
	--bs-btn-font-size: .75rem;
}