/* Common */
/* Media */
/* Content */
/* Blocks */
.main {
	padding: 18.33333vw 0 0;
	background: url("../img/@index/main/bg.png") no-repeat 50% 0/auto 100%;
}

.main__inner {
	position: relative;
	padding: 9.44444vw 0;
}

.main__nav {
	margin-top: 1.66667vw;
	position: absolute;
	bottom: 70.55556vw;
}

.main__item {
	color: #FFFFFF;
	position: relative;
}

.main__item-box {
	margin-bottom: 17.22222vw;
}

.main__item-date {
	font-size: 5.27778vw;
	line-height: 3.88889vw;
	letter-spacing: -0.04em;
	margin-bottom: 3.05556vw;
}

.main__item-date span {
	font-size: 7.22222vw;
	line-height: 7.22222vw;
}

.main__item-title {
	font-size: 6.94444vw;
	line-height: 102%;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	margin-bottom: 2.77778vw;
}

.main__item-images {
	display: inline-flex;
	flex-direction: row-reverse;
}

.main__item-images span {
	border-radius: 50%;
	display: inline-block;
	max-width: 60vw;
	position: relative;
	overflow: hidden;
}

.main__item-images span:not(:last-child) {
	margin-left: -45%;
}

.main__item-images img {
	width: 100%;
	display: block;
}

.intro {
	padding: 5.55556vw 0 9.72222vw;
}

.intro__items {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 1.38889vw;
}

.intro__item {
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 7.5vw;
	height: 12.77778vw;
	width: 100%;
}

.intro__item > div {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.intro__item:nth-child(1) {
	background: #4E94FF;
}

.intro__item:nth-child(1) img {
	width: 13.33333vw;
	height: 5.83333vw;
	margin-right: 3.05556vw;
}

.intro__item:nth-child(2) {
	background: #FF0E0E;
}

.intro__item:nth-child(2) img {
	width: 8.33333vw;
	height: 8.33333vw;
	margin-right: 1.38889vw;
}

.intro__item:nth-child(3) {
	background: #090F46;
}

.intro__item:nth-child(3) img {
	width: 8.33333vw;
	height: 6.11111vw;
	margin-right: 2.22222vw;
}

.intro__item-text {
	text-transform: uppercase;
	font-size: 5.27778vw;
	line-height: 5.27778vw;
	letter-spacing: -0.04em;
}

.events {
	padding: 9.72222vw 0;
}

.events__items {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 9.72222vw;
	margin-bottom: 9.72222vw;
}

.events__item {
	letter-spacing: -0.04em;
}

.events__item-date {
	font-size: 5.27778vw;
	line-height: 5.27778vw;
	margin-bottom: 5.55556vw;
}

.events__item-date span {
	font-size: 7.22222vw;
	line-height: 10vw;
	display: block;
}

.events__item-picture {
	display: block;
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100%;
	margin-bottom: 4.72222vw;
}

.events__item-place {
	font-size: 2.77778vw;
	line-height: 2.22222vw;
	text-transform: uppercase;
}

.events__item-name {
	font-size: 5.27778vw;
	line-height: 5.27778vw;
	margin: 3.33333vw 0 4.16667vw;
}

.events__item-button {
	font-size: 2.77778vw;
	line-height: 2.22222vw;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	text-transform: uppercase;
	color: #FF0E0E;
	border-radius: 7.5vw;
	border: 0.6px solid #FF0E0E;
	height: 9.72222vw;
	width: 37.5vw;
}

.news {
	padding: 9.72222vw 0;
}

.news__box > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.news__offer {
	font-size: 2.77778vw;
	line-height: 2.22222vw;
	text-transform: uppercase;
	color: #FF0E0E;
	display: inline-block;
	border: 1px solid #FF0E0E;
	padding: 3.33333vw;
	border-radius: 38.05556vw;
}

.news__items {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 9.72222vw;
	margin-bottom: 9.72222vw;
}

.news__item {
	letter-spacing: -0.04em;
}

.news__item-date {
	font-size: 2.77778vw;
	line-height: 2.5vw;
	text-transform: uppercase;
	margin: 2.77778vw 0;
}

.news__item-picture {
	display: block;
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100%;
	margin-bottom: 4.72222vw;
}

.news__item-name {
	font-size: 5.27778vw;
	line-height: 5.55556vw;
}

.broadcasts {
	padding: 9.72222vw 0;
}

.broadcasts__items {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 9.72222vw;
	margin-bottom: 9.72222vw;
}

.broadcasts__items-slider {
	display: none;
}

.broadcasts__item {
	min-width: 88.88889vw;
	min-height: 111.11111vw;
	display: flex !important;
	position: relative;
}

.broadcasts__item.hidden {
	display: none !important;
}

.broadcasts__item::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(0deg, #060D45 6.78%, rgba(4, 6, 22, 0) 56.17%);
}

.broadcasts__item-picture {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	overflow: hidden;
}

.broadcasts__item-picture img {
	max-width: none;
	min-height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	min-width: 100%;
}

.broadcasts__item-text {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	color: #fff;
	padding: 0 9.44444vw 9.44444vw 6.94444vw;
	z-index: 1;
	font-weight: 400;
}

.broadcasts__item-icon {
	margin-bottom: 3.33333vw;
	width: 6.66667vw;
	height: 6.66667vw;
}

.broadcasts__item-icon img {
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100%;
	height: 100%;
}

.broadcasts__item-date {
	font-size: 2.77778vw;
	line-height: 2.5vw;
	text-transform: uppercase;
}

.broadcasts__item-name {
	font-size: 5.27778vw;
	line-height: 5.55556vw;
	letter-spacing: -0.04em;
	margin: 2.77778vw 0;
}

.broadcasts__item-place {
	font-size: 2.77778vw;
	line-height: 2.5vw;
	text-transform: uppercase;
}

.broadcasts__slider-nav {
	display: none;
}

.info {
	padding: 5.55556vw 0 9.72222vw;
}

.info__title {
	margin-bottom: 6.94444vw;
}

.info__title .more-arrow {
	display: none;
}

.info__text {
	font-size: 5.27778vw;
	line-height: 5.27778vw;
	letter-spacing: -0.04em;
	margin-bottom: 9.72222vw;
}

.info__contacts-text {
	margin-bottom: 1.94444vw;
	font-size: 5.27778vw;
	line-height: 4.16667vw;
	letter-spacing: -0.04em;
	margin-bottom: 4.16667vw;
}

.info__items {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.info__item-contacts {
	flex-basis: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 19.16667vw;
	border-radius: 29.62972vw;
	font-size: 3.88889vw;
	line-height: 4.16667vw;
	letter-spacing: -0.04em;
	color: #FFFFFF;
	margin-bottom: 1.94444vw;
}

.info__item-contacts span {
	display: flex;
	align-items: center;
}

.info__item-contacts img {
	min-height: 3.88889vw;
	margin-right: 1.16667vw;
}

.info__item-contacts._mail {
	background: #4E94FF;
}

.info__item-contacts._phone {
	background: #FF0E0E;
}

.info__item-social {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #090F46;
	border-radius: 29.62972vw;
	height: 19.16667vw;
	flex-basis: 33.3%;
}

.info__item-social img {
	min-height: 3.88889vw;
}

.info__image {
	margin-top: 9.72222vw;
	display: flex !important;
	justify-content: center;
	align-items: flex-end;
	position: relative;
	height: 88.88889vw;
	width: 88.88889vw;
	border-radius: 50%;
	overflow: hidden;
}

.info__image-picture {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
}

.info__image-picture img {
	max-width: none;
	min-height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	min-width: 100%;
}

.info__image-text {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	color: #fff;
	z-index: 1;
	font-weight: 400;
	font-size: 3.88889vw;
	line-height: 3.33333vw;
	width: 26.38889vw;
	margin-left: -25%;
	margin-bottom: 15%;
}

.info__image-text span {
	font-size: 10vw;
	line-height: 10vw;
}

.sportsmans {
	padding: 9.72222vw 0;
	background: url("../img/@index/sportsmans/bg.png") no-repeat 50% 0/auto 55% #090F46;
	color: #fff;
}

.sportsmans__more {
	color: #fff;
}

.sportsmans__items {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 9.72222vw;
	margin-bottom: 9.72222vw;
}

.sportsmans__items-slider {
	display: none;
}

.sportsmans__item {
	min-width: 88.88889vw;
	min-height: 88.88889vw;
	display: flex;
	position: relative;
	overflow: hidden;
}

.sportsmans__item.hidden {
	display: none;
}

.sportsmans__item-photo {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	overflow: hidden;
}

.sportsmans__item-photo::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: -2.77778vw;
	left: 0;
	background: linear-gradient(0deg, #060D45 5%, rgba(4, 6, 22, 0) 56.17%);
}

.sportsmans__item-photo img {
	max-width: none;
	min-height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	min-width: 100%;
}

.sportsmans__item-text {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	color: #fff;
	padding: 0 15.27778vw 6.94444vw 6.94444vw;
	z-index: 1;
	font-weight: 400;
}

.sportsmans__item-category {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 4.16667vw;
}

.sportsmans__item-category > div {
	font-size: 2.77778vw;
	line-height: 3.33333vw;
	text-transform: uppercase;
}

.sportsmans__item-icon {
	width: 9.72222vw;
	height: 9.72222vw;
	margin-right: 1.66667vw;
}

.sportsmans__item-icon img {
	-o-object-fit: cover;
	   object-fit: cover;
	width: 100%;
}

.sportsmans__item-name {
	font-size: 5.27778vw;
	line-height: 110%;
	letter-spacing: -0.04em;
}

.sportsmans__slider-nav {
	display: none;
}

.about {
	padding: 19.44444vw 0 9.72222vw;
}

.about__text > div {
	margin-bottom: 9.72222vw;
	font-size: 5.27778vw;
	line-height: 5.27778vw;
	letter-spacing: -0.04em;
}

.about__items {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 9.72222vw;
	align-items: center;
	margin-bottom: 9.72222vw;
}

.about__item {
	font-size: 5.27778vw;
	line-height: 5.27778vw;
	letter-spacing: -0.04em;
}

.about__item-picture {
	width: 88.88889vw;
	height: 88.88889vw;
	margin-bottom: 5.55556vw;
}

.about__item-picture img {
	min-width: 0;
	min-height: 88.88889vw;
	position: relative;
	display: inline-flex;
	overflow: hidden;
}

.about__item-numb span {
	font-size: 10vw;
	line-height: 10.55556vw;
}

/* Login */
