:root {
	--main-color: #D96E44;
}
#myCarouselTwo .is-next{
	position: absolute;
    right: -60px;
	--f-button-next-pos: -60px !important;
	background: #4D4D4D;
    border-radius: 50%;
	
}
#myCarouselTwo .is-prev{
	position: absolute;
    left: -60px;
    --f-button-prev-pos: -60px !important;
	background: #4D4D4D;
    border-radius: 50%;
}
body {
	font-family: PT Sans;
	background: url(/images/textur.png);
}
header {
	background: #fff;
	padding: 25px 0;
	background: url(/images/header_background.svg) no-repeat;
	background-size: cover;
	background-position: center;
}

h2 {
	font-weight: 700;
	font-size: 40px;
	color: #000000;
	font-family: 'Tactic Sans Extended';
}
a {
	transition: 0.3s ease;
}
h1, h2 {
	font-family: 'Tactic Sans Extended';
	font-style: normal;
}
h5, h3 {
	font-family: 'Tactic Sans' !important	;
	font-style: normal;
}
.hero {
	position: relative;
}
.hero > img{
	position: absolute;
	bottom: 12%;
    left: 14%;
	z-index: 999;
	width: 680px;
}
.f-carousel__dots {
	display: none !important;
}
.btn-1 {
	transition: .3s ease;
}
.btn-1:hover {
	background-color: #1E1E1E;
	border-color: #1E1E1E;
	color: #fff;
}
.no-scroll {
	overflow: hidden;
}

.header-logo a {
	display: flex;
    align-items: center;
	text-decoration: none;
}
.header-logo p {
	margin: 0;
	color: #000000;
	font-family: 'Open Sans';
}
.header-logo div {
	margin-left: 16px;
}
.header-logo div p:first-child {
	font-size: 16px;
}
.header-logo div p:last-child {
	font-size: 24px;
}
.header-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 12px;
}
.header-info p {
    margin: 0 !important;
}
.header-info p {
    color: #4d4d4d;
}
.header-info h1 {
    color: #000000;
    font-size: 24px;
    font-weight: 500;
    font-family: PT Sans;
}

.section-title {
	margin-bottom: 48px;
}
.section-title h1 {
    font-weight: 600;
}
.main-menu-wrapper {
	margin-left: auto;
}
.main-menu__block {
	margin-bottom: 0;
	list-style: none;
	justify-content: flex-end;
}

.mobile-menu .social-items__block {
	text-align: center;
}
.mobile-menu .social-items__block a {
	margin: 0px 10px;
}
.row {
	width: 100%;
	margin: 0;
}
.main-menu__block .nav-item:not(:last-child) {
	margin-right: 24px;
}

#collapseMenu {
	padding-left: 0;
	list-style: none;
}
header .nav-link {
	border-bottom: 1px solid #fff;
}
.main-menu__block .nav-link {
	font-weight: 400;
	font-size: 18px;
	color: #fff;
}
.main-menu__block .nav-link:hover {
	color: #000000 !important;
}
.main-menu__block .dropdown-item {
	font-weight: 400;
	font-size: 18px;
	color: #000000;
}
.nav-item.dropdown {
    padding-right: 12px;
}
.nav-link {
    cursor: pointer;
}

.main-menu__block .dropdown-item {
	padding-top: 12px;
	padding-bottom: 12px;
}
.main-menu__block .nav-link:hover, .main-menu__block .dropdown-item a:hover {
	border-bottom: 1px solid #000000;
}
.menu-btn {
	z-index: 999;
	position: absolute;
	right: 10px;
	top: 27px;
}

.dropdown-toggle::after, .nav-link[data-bs-toggle="collapse"] span:after {
	content: '';
	position: absolute;
	background: url('/images/arrow-menu.svg') no-repeat;
	top: 50%;
	transform: translateY(-50%);
	width: 9px;
	height: 5px;
	background-size: cover;
	border: none;
	filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(37deg) brightness(300%) contrast(102%);
}
/* .footer .nav-link[data-bs-toggle="collapse"] span:after {
	background: url('/images/footer-arrow-menu.svg') no-repeat;
	right: -15px;
} */


.footer .nav-link[data-bs-toggle="collapse"]:hover {
	border: none;
	cursor: pointer;
	color: inherit !important;
}
.text-404 {
	text-align: center;
	display: flex;
	justify-content: center;
	font-family: 'Tactic Sans Black';
	font-weight: 700;
	color: var(--main-color);
	font-size: 64px;
}
.to-home {
	font-size: 20px;
	color: var(--main-color);
	text-decoration: none;
	border-bottom: 1px solid var(--main-color);
}
.to-home:hover {
	color: var(--main-color);
}
.dropdown-item:focus, .dropdown-item:hover {
	background-color: var(--main-color);
	color: #fff !important;
}

.mobile-menu.active {
	transform: translateX(0);
}
.hamburger-box {
	position: relative;
	z-index: -1;
}

.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
	height: 2px;
}

.mobile-main-menu {
	margin-top: 100px;
	display: none;
	list-style: none;
	flex-wrap: wrap;
	flex-direction: column;
}
.mobile-main-menu .nav-item {
	margin-bottom: 15px;
}
.mobile-main-menu .nav-link {
	font-size: 20px;
}
.dropdown-menu {
	top: 25px;
	border: 1px solid #757575;
	border-radius: 0;
	padding: 0;

}
.f-carousel {
	--f-carousel-theme-color: #ffffff !important;
}
.hero .f-carousel__slide {
	height: 740px !important;
	width: 100% !important;
	background-size: cover !important;
}
.hero .f-carousel__nav .is-next {
	display: none;
}
.hero .f-carousel__nav .is-prev {
	display: none;
}
#myCarouselTwo .f-carousel__slide {
    text-align: center;
	padding: 16px 0px;
}
#myCarouselTwo .f-carousel__slide:hover {
    text-align: center;
	padding: 16px 0px;
}
#myCarouselTwo .f-carousel__slide a {
    display: flex;
    flex-direction: column;
	color:#757575;
	text-decoration: none;
	font-weight: 600;
	border: 1px solid #757575;
	background: #ffffff;
	font-size: 18px;
	padding: 4px;
	font-family: 'Tactic Sans Extended';
}
#myCarouselTwo .f-carousel__slide a span:last-child {
    font-weight: 400 !important;
    font-size: 16px !important;
}
#myCarouselTwo {
	margin-bottom: 0 !important;
	padding: 20px 0px !important;
}
#myCarouselTwo .f-carousel__slide a:hover {
	color:#ffffff;
	background: #D96E44;
	border: none;
}
#myCarouselTwo .f-carousel__slide a.active {
	color:#ffffff;
	background: #D96E44;
	border: none;
}

#myCarouselTwo .f-carousel__slide {
    --f-carousel-spacing: 14px;
    --f-carousel-slide-width: calc((100% - 70px) / 6);
}

.section {
	padding-top: 72px;
	padding-bottom: 72px;
}
.new-item {
	display: block;
}
.new-item, .more-new-item {
	text-decoration: none;
}
.new-item__img {
	margin-bottom: 24px;
}
.new-item__date {
	font-size: 16px;
	letter-spacing: 0.07em;
	color: #757575;
	margin-bottom: 12px;
}
.new-item__title h5 {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #1E1E1E;
}

.more-last-news {
	border: 1px solid #DFDFDF;
	padding: 24px;
	background: #fff;
}

.more-new-item {
	margin-bottom: 24px;
	display: flex;
}
.more-new-item__img {
	margin-right: 16px;
}
.more-new-item__img div {
	background: url(/images/news/photo_news_1676635933.jpg);
    height: 75px;
    background-position: center !important;
    width: 75px;
    background-size: cover !important;
    border-radius: 50%;
}

.more-new-item__date {
	font-family: 'PT Sans';
	font-style: normal;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.07em;
	color: #757575;
	margin-bottom: 6px;
}

.more-new-item__title h5 {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 15px;
	line-height: 24px;
	color: #1E1E1E;
}

.to-all-news {
	margin-top: 7px;
	max-width: 144px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	border: 1px solid #757575;
	padding: 8px 0;
	text-decoration: none;
	color: #4D4D4D;
}

.future-games {
	background-color: #DFDFDF;
}

.game-item {
	transition: .3s ease;
	padding: 25px;
	margin-bottom: 24px;
	background: #FFFFFF;
	border: 1px solid #DFDFDF;
}
.game-item:hover {
	background: #4D4D4D;
	border-color: #4D4D4D;
}
.game-item:hover .game-item__versus .versus-text, .game-item:hover .game-item__theme, .game-item:hover .game-item__place, .past-games .game-item:hover .game-item__datetime, .game-item:hover .game-item__gallery a {
	color: #DFDFDF;
}
.game-item:hover .game-item__title h3, .game-item:hover .game-item__versus .first-team, .game-item:hover .game-item__versus p, .game-item:hover  .game-item__versus .second-team, .game-item__versus p:hover {
	color: #fff;
}
.game-item__versus {
    text-align: center;
	margin-bottom: 44.5px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.game-item__versus div {
	display: flex;
    flex-direction: column;
    align-items: center;
}
.game-item__versus img, .game-item__result img {
	width: 80px;
}
.game-item__versus .first-team, .game-item__versus .second-team {
	/*font-family: 'Tactic Sans';*/
	font-style: normal;
	font-weight: 700;
	font-size: 17px;
	color: #1E1E1E;
	padding-top: 10px;
}
.game-item__versus .versus-text {
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	display: inline-block;
	margin-left: 24px;
	margin-right: 24px;
	letter-spacing: 0.07em;
	color: #757575;
}
.game-item__title h3 {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 4px;
	color: #1E1E1E;
}

.game-item__theme {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0.07em;
	color: #757575;
	height: 21px;
	margin-bottom: 32px;
}

.game-item__place {
	margin-bottom: 4px;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: 0.07em;
	color: #757575;


}

.game-item__datetime {
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: 0.07em;
	color: #D96E44;
}

.game-item__datetime_post {
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: 0.07em;
	color: #757575;
}

.game-item__gallery a {
    font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: 0.07em;
	color: #757575;
}

.to-all-future-games {
	padding: 16px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 360px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 16px;
	font-weight: 400;
	text-decoration: none;
	font-size: 16px;
	color: #4D4D4D;
	border: 1px solid #1E1E1E;

}



.game-item__result {
	display: flex;
	line-height: 70px;
	margin-bottom: 8px;
	align-items: center;
	justify-content: center;
}
.game-item__result .second-team__result {
	text-align: center;
	padding: 0px 10px;
}
.first-team__result, .second-team__result {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 64px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #D96E44;
}

.result-text {
	font-family: 'Inter';
	font-style: normal;
	margin-left: 40px;
	margin-right: 40px;
	font-weight: 700;
	font-size: 40px;
	color: #757575;
}

.homepage__photoarchive .main-photo {
	margin-bottom: 29px;
	cursor: pointer;
}
.homepage__photoarchive .main-photo img {
    width: 100%;
    height: 600px;
    object-fit: cover;
	cursor: pointer;
}

.to-all-photos {
    background: #fff;
	border: 1px solid #757575;
	font-weight: 400;
	text-decoration: none;
	padding-bottom: 24px;
	padding-left: 24px;
	padding-right: 24px;
	font-size: 20px;
	color: #4D4D4D;
	display: flex;
	position: relative;
	align-items: flex-end;
	justify-content: space-between;
	height: 100%;
}

.to-all-photos:hover:after  {
	opacity: 1;
	transition: opacity .3s ease-in-out;
	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
}
.to-all-photos:hover  {
/*	background: #757575;*/
color: #fff;

}

.to-all-photos:after {
	background: url('/images/to-all-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	content:'';
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 10;

}

.to-all-photos:hover img {
	filter: brightness(100);
}
.to-all-photos span {
    position: relative;
    z-index: 11;
}

.partners .row {
	align-items: center;
}

.partners .partner-item {
	padding: 10px;
}


footer {
	background: #4D4D4D;
	padding-top: 72px;
}

.footer-menu__title {
	font-family: 'Tactic Sans Extended';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	color: #FFFFFF;
	margin-bottom: 24px;
}
.social-items__block a {
	text-decoration: none;
}
.footer-menu {
	padding-left: 0;
	list-style: none;
}

.footer-menu li, .footer-menu__block p {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	color: #DFDFDF;
}

.footer-menu li:not(:last-child) {
	margin-bottom: 12px;
}

.footer-menu li a {
	color: #DFDFDF;
	border-bottom: 1px solid #4d4d4d;
	display: inline-block;
	text-decoration: none;
}
.footer-menu__block  {
	margin-bottom: 16px;
}

.footer-menu__block p {
	margin-bottom: 8px;
}

.footer-contacts__block a, .footer-contacts__block span {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	color: #FFFFFF;
	text-decoration: none;
}

.footer-contacts__block p {
	margin-bottom: 4px;
}

.footer-logo__block {
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer-logo__block img {
	width: 70px;
}

.copyright {
	padding: 24px 0px 72px;
	border-top: 3px solid #757575;
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: 0.07em;
	color: #FFFFFF;
}

.dev a {
	color: #33DA4E;
	text-decoration: underline;
}

.copyright-text__wrapper {
	margin-left: auto;
}

.small-photo img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	cursor: pointer;
}
.breadcrumb {
	margin-bottom: 0;
}
.breadcrumb a, .breadcrumb li {
	font-style: normal;
	text-decoration: none;
	font-weight: 400;
	font-size: 18px;
	color: #757575;
}
.our-teams {
	padding-top: 0;
}

.teams-category__block {
	border: none;
}

.teams-category__block .nav-link {
    background: #fff;
	height: 200px;
	border-radius: 0 !important;
	transition: .3s ease;
	font-weight: 700;
	border: 1px solid #DFDFDF;
	padding: 32px 24px;
	cursor: pointer;
}
.team-category-item {
	height: 200px;
	transition: .3s ease;
	font-weight: 700;
	border: 1px solid #DFDFDF !important;
	padding: 32px 24px;
	cursor: pointer;
	width: 100%;
}
.team-category-item:hover, #teamTab .nav-link.active {
	background: #4D4D4D !important;
	border-color: #4D4D4D !important;
}
.team-category-item:hover .team-category-item__title, #teamTab .nav-link.active .team-category-item__title {
	color: #fff;
}
.team-category-item__title {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
	color: #1E1E1E;
	margin-bottom: 4px;
}

.team-category-item__info {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	color: #DFDFDF;
}


.players__block {
	margin-top: 48px;
}

.player-item {
    background: #fff;
	text-decoration: none;
	margin-bottom: 24px;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	padding: 12px 24px;
	border: 1px solid #DFDFDF;
}

.player-item__img {
	width: 50%;
	height: 250px;
    overflow: hidden;
}

.player-item__info {
	width: 50%;
}


.player-number {
	font-family: 'Inter';
	font-style: italic;
	font-weight: 700;
	font-size: 24px;
	margin-left: 20px;
	color: #D96E44;
	margin-bottom: 16px;
}

.player-name {
	margin-bottom: 12px;
}

.player-age {
	margin-bottom: 12px;
}
.player-name, .player-role, .player-age {
	font-weight: 400;
	margin-left: 20px;
	font-size: 18px;
	color: #1E1E1E;
}

.photogallery .gallery-item {
	position: relative;
	height: 410px;
	display: block;
	background-size: cover;
	background-position: center;
	margin-bottom: 24px;
}

.photogallery .gallery-item__info {
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 24px;
	background: rgba(0, 0, 0, 0.4);
}

.photogallery .gallery-item__title {
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 4px;
	color: #FFFFFF;
}

.photogallery .gallery-item__date {
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0.07em;
	color: #DFDFDF;
}

.single-photogallery .single-gallery-item {
	height: 175px;
	cursor: pointer;
	background-position: center;
	background-size: cover;
	margin-bottom: 24px;
}

.news__block .new-item {
	margin-bottom: 48px;
}
.new-item__img {
	margin-bottom: 24px;
}

.new-item__date {
	margin-bottom: 12px;
}

.pagination .page-item {
	border-radius: 0;
}
.active .page-link {
	border-radius: 0;
	border: 1px solid #757575;
	background: #757575;
	color: #fff !important;
}
.pagination .page-item:not(:last-child) {
	margin-right: 12px;
}

.pagination .page-link {
	padding: 6px 24px;
	font-family: 'Inter';
	font-size: 20px;
	color: #757575;
	font-weight: 700;
	border-radius: 0 !important;
	border: 1px solid #757575;
}

.single-new-item__img {
	margin-bottom: 24px;
}

.single-new-item .anchor_top {
	display: flex;
    justify-content: center;
    margin-top: 60px;
	color: #D96E44;
	font-size: 16px;
	font-weight: 400;
	font-family: 'PT Sans' !important;
	text-align: center;
	text-decoration: none;
}

.comments_list_hide i {
	font-size: 20px;
}

.single-new-item__text h1 {
	font-weight: 700;
	font-size: 40px;
	color: #000000;
	margin-bottom: 34px;
}
.single-new-item__text .share {
    display: flex;
    align-items: end;
    justify-content: space-between;
}
.single-new-item__text .share p {
	font-weight: 600;
    margin-bottom: 6px !important;
}

.single-new-item__text p {
	font-weight: 400;
	font-size: 20px;
	color: #000000;
}
.single-new-item__text .date_views {
	display: flex;
	margin: 30px 0px;
}
.single-new-item__text .date_views .date {
	display: flex;
    align-items: center;
}
.single-new-item__text .date_views .date p {
	padding-left: 6px;
}
.single-new-item__text .date_views .views {
	display: flex;
    align-items: center;
	margin-left: 120px;
}
.single-new-item__text .date_views .views p {
	padding-left: 6px;
}
.single-new-item__text .date_views p {
	margin: 0;
	color: #777777;
	font-size: 18px !important;
}
.single-new-item__comments .line {
	width: 100%;
	height: 1px;
	background: #000000;
	margin-top: 30px;
}
.single-new-item__comments h2 {
	font-size: 24px;
	padding: 30px 0px 20px 0px;
	font-family: 'Inter' !important;
}

.single-new-item__comments form {
	display: flex;
	flex-direction: column;
	max-width: 560px;
}

.single-new-item__comments input {
	border: 1px solid #DCDCDC;
    padding: 8px;
    margin-bottom: 12px;
    color: #1E1E1E;
	outline: none;
	font-size: 18px;
}

.single-new-item__comments textarea {
	border: 1px solid #DCDCDC;
    margin-bottom: 12px;
    color: #1E1E1E;
	outline: none;
	padding: 8px;
	font-size: 18px;
}

.single-new-item__comments button {
    color: #ffffff;
    padding: 12px;
    font-size: 18px;
	border: none;
    background: #D96E44;
	transition: .3s ease;
	cursor: pointer;
	max-width: 265px;
}
.single-new-item__comments .textarea_palceholder_length {
	margin: 0;
	background: #DCDCDC;
    height: 30px;
	text-align: end;
    padding-top: 2px;
    padding-right: 10px;
	color: #FFFFFF;
	font-size: 18px;
}

.single-new-item__feedback {
	margin-top: 30px;
}

.single-new-item__feedback h3 {
	color: #1E1E1E;
	font-size: 20px;
	font-weight: 400;
	font-family: 'PT Sans' !important;
}

.single-new-item__feedback p {
	color: #757575;
	font-size: 16px;
	font-weight: 400;
	font-family: 'PT Sans' !important;
	margin-bottom: 8px;
}

.single-new-item__feedback .description_answer {
	color: #757575;
	font-size: 16px;
	font-weight: 400;
	font-family: 'PT Sans' !important;
	margin-bottom: 8px;
	display: inline;
}


.single-new-item__feedback .name_answer {
	color: #757575;
	font-size: 16px;
	font-weight: 400;
	font-family: 'PT Sans' !important;
	margin-bottom: 8px;
}

.single-new-item__feedback .reply_link {
	color: #D96E44;
	font-size: 16px;
	font-weight: 400;
	font-family: 'PT Sans' !important;
	text-decoration: none;
}

.single-new-item__comments .answer {
	margin-bottom: 10px;
}

.single-new-item__comments .answer a {
	color: #D96E44;
	font-size: 16px;
	font-weight: 400;
	font-family: 'PT Sans' !important;
	text-decoration: none;
}

.single-new-item__comments .answer p {
	color: #757575;
	font-size: 16px;
	font-weight: 400;
	font-family: 'PT Sans' !important;
	margin: 0 !important;
}

.single-new-item__feedback .reply_link::after {
	content: url(/images/feedback_arrow.svg);
	padding-left: 5px;
}
.single-new-item__comments .answer a::after {
	content: url(/images/feedback_cross.svg);
	padding-left: 5px;
}

.back-to-news {
	max-width: 70px;
	font-weight: 400;
	text-decoration: none;
	font-size: 16px;
	color: #757575;
	display: flex;
	align-items: center;
}
.back-to-news:hover {
	color: #757575;
}
.back-to-news img {
	margin-left: 8px;
}

.single-new__sidebar {
    margin-top: 40px;
}
.single-new__sidebar .back-to-news__block {
	padding: 12px;
	line-height: 1;
	border-bottom: 1px solid #4D4D4D;
}

.last-news {
	margin-top: 12px;
	padding: 12px;
}

.last-news-list {
	padding: 0;
	list-style: none;
}

.last-news-list li {
	font-weight: 400;
	font-size: 16px;
	color: #757575;
	line-height: 19px;
}

.last-news-list li:not(:last-child) {
	margin-bottom: 20px;
}

.last-news-list li a {
	text-decoration: none;
	color: #757575;
}

.cup-name__section {
	background-image: url('/images/cup-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.cup-name__section h1 {
	font-weight: 700;
	font-size: 64px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 11px;
}

.cup__dates {
	font-weight: 700;
	font-size: 24px;
	color: #FFFFFF;
}

.cup__info .nav-tabs .nav-link {
	border-radius: 0 !important;
	font-weight: 700;
	font-size: 24px;
	line-height: 1;
	color: #757575;
	border: 1px solid #757575;
}

.cup__info .nav-tabs .nav-item.show .nav-link, .cup__info .nav-tabs .nav-link.active, .cup__info .nav-tabs .nav-link:hover {
	background: #757575;
	color: #fff;
}

.cup__info .nav-tabs .nav-item:not(:last-child) {
	margin-right: 24px;
}

.cup__info .nav-tabs {
	border: none;
	padding: 0px 12px;
}

.cup__info .game-item__title {
	margin-bottom: 44.5px;
}

.player__info .figure {
	padding-left: 50px;
	display: flex;
	align-items: center;
	padding-top: 19px;
	padding-bottom: 19px;
	clip-path: polygon(0 0,100% 0,100% calc(100% - 140.00px),calc(100% - 140.00px) 100%,0 100%);
	background: #1E1E1E;
}

.player__info .figure:not(:last-child) {
	margin-bottom: 37px;
}

.player__info {
	font-family: 'Inter';
	font-weight: 700;
	font-size: 24px;
	color: #FFFFFF;
	color: #fff;
}

.number-color {
	top: 50%;
	transform: translateY(-50%);
	line-height: 1;
	position: absolute;
	font-family: 'Tactic Sans Black';
	display: inline-block;
	margin-left: 17px;
	color: var(--main-color);
	font-size: 64px;
}
.player-img-wrapper {
	position: relative;
}
.player-img-wrapper .player__img {
	cursor: pointer;
}
.player-img-wrapper::before {
	content: '';
	position: absolute;
	width: 320.51px;
	height: 1185.39px;
	background: #DCDCDC;
	transform: rotate(30deg);
	z-index: -1;
	top: -251px;
	left: 149px;
}

.phone-button {
    display: none;
    position: fixed;
    background: #1fb141;
    border-radius: 50%;
    padding: 10px;
    right: 15px;
    bottom: 15px;
    z-index: 999;
}
.game_calendar h3 {
	font-weight: 700;
}
.game_calendar .match_block {
	display: flex;
	justify-content: center;
}
.game_calendar .game-item__datetime {
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 20px;
    line-height: 32px;
    color: #757575;
    text-align: center;
}
.game_calendar .game-item__datetime span:first-child {
	font-weight: 600;
    font-size: 42px;
}
.game_calendar .game-item {
	cursor: pointer;
	padding: 12px;
}
.game_calendar .game-item.active {
	cursor: auto !important;
}
.game_calendar .game-item__versus {
	display: flex;
    justify-content: space-evenly;
	align-items: end;
	margin-bottom: 0px;
	transition: all 0.3s ease;
}
.game_calendar .game-item__result {
	margin-bottom: 0px;
	transition: all 0.3s ease;
}
.game_calendar .game-item__versus p {
	margin: 0;
}
.game_calendar .game-item__result p {
	margin: 0;
}
.game_calendar .game-item__versus img, .game_calendar .game-item__result img {
	width: 60px;
}
.game_calendar .game-item__title {
	transition: opacity 0.2s ease;
	opacity: 0;
	height: 0;
}
.game_calendar .game-item__theme {
	transition: opacity 0.2s ease;
	margin-bottom: 0px;
	opacity: 0;
	height: 0;
}
.game_calendar .game-item__place {
	transition: opacity 0.2s ease;
	opacity: 0;
	height: 0;
}
.game_calendar .game-item__gallery  {
	display: flex;
    justify-content: space-evenly;
	transition: opacity 0.2s ease;
	opacity: 0;
	height: 0;
}
.game_calendar .game-item__gallery a  {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none;
	opacity: 0;
	height: 0;
}
.game_calendar .game-item__gallery p {
	font-weight: 600;
	font-size: 14px;
	margin: 0;
}
.game_calendar .second-team__result {
	transition: opacity 0.2s ease;
	font-size: 48px;
}
.game_calendar .game-item.active .second-team__result{
	font-size: 64px;
}
.game_calendar .game-item.active .game-item__title {
	height: auto;
	opacity: 1;
}
.game_calendar .game-item.active .game-item__theme {
	height: auto;
	opacity: 1;
	margin-bottom: 32px;
}
.game_calendar .game-item.active .game-item__place {
	height: auto;
	opacity: 1;
}
.game_calendar .game-item.active .game-item__versus {
	margin-bottom: 30px;
}
.game_calendar .game-item.active .game-item__result  {
	margin-bottom: 30px;
}
.game_calendar .game-item.active .game-item__gallery  {
	height: auto;
	opacity: 1;
	margin-bottom: 30px;
}
.game_calendar .game-item.active .game-item__gallery a  {
	height: auto;
	opacity: 1;
}


.game_calendar .game-item__result {
	display: flex;
	justify-content: space-evenly;
	line-height: inherit !important;
}
.game_calendar .game-item__result div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.game_calendar .game-item__result .first-team, .game_calendar .game-item__result .second-team {
	font-style: normal;
    font-weight: 700;
    font-size: 17px;
    color: #1E1E1E;
    padding-top: 10px;
    text-align: center;
}
.game_calendar .game-item:hover .game-item__title h3, .game_calendar .game-item:hover .game-item__result .first-team, .game_calendar .game-item:hover .game-item__result p, .game_calendar .game-item:hover .game-item__result .second-team, .game_calendar .game-item__result p:hover {
	color: #fff;
}
.game_calendar .game-item:hover .game-item__result .versus-text, .game_calendar .game-item:hover .game-item__theme, .game_calendar .game-item:hover .game-item__place, .game_calendar .past-games .game-item:hover .game-item__datetime, .game_calendar .game-item:hover .game-item__gallery a {
	color: #DFDFDF;
}







.ampula_filter {
	display: flex;
    justify-content: space-evenly;
	flex-wrap: wrap;
    margin-top: 55px;
	gap: 20px;
}
.ampula_filter div {
	display: flex;
    align-items: center;
}
.ampula_filter div p {
	margin: 0;
    padding-left: 10px;
    font-size: 20px;
}

.tgl {
  	display: none;
}
.tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
	box-sizing: border-box;
}
.tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection, .tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection, .tgl + .tgl-btn::-moz-selection {
	background: none;
}
.tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
	background: none;
}
.tgl + .tgl-btn {
	outline: 0;
	display: block;
	width: 4em;
	height: 2em;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
	position: relative;
	display: block;
	content: "";
	width: 50%;
	height: 100%;
}
.tgl + .tgl-btn:after {
	left: 0;
}
.tgl + .tgl-btn:before {
	display: none;
}
.tgl:checked + .tgl-btn:after {
	left: 50%;
}

.tgl-light + .tgl-btn {
	background: #cacaca;
	border-radius: 2em;
	padding: 2px;
	transition: all 0.4s ease;
}
.tgl-light + .tgl-btn:after {
	border-radius: 50%;
	background: #fff;
	transition: all 0.2s ease;
}
.tgl-light:checked + .tgl-btn {
	background: #d35725;
}

