@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.woff2') format('woff2'),
       url('../fonts/Roboto-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Black.woff2') format('woff2'),
       url('../fonts/Roboto-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Thin.woff2') format('woff2'),
       url('../fonts/Roboto-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.woff2') format('woff2'),
       url('../fonts/Roboto-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.woff2') format('woff2'),
       url('../fonts/Roboto-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.woff2') format('woff2'),
       url('../fonts/Roboto-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Regular.woff2') format('woff2'),
       url('../fonts/Manrope-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Light.woff2') format('woff2'),
       url('../fonts/Manrope-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Thin.woff2') format('woff2'),
       url('../fonts/Manrope-Thin.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Medium.woff2') format('woff2'),
       url('../fonts/Manrope-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Semibold.woff2') format('woff2'),
       url('../fonts/Manrope-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Bold.woff2') format('woff2'),
       url('../fonts/Manrope-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-ExtraBold.woff2') format('woff2'),
       url('../fonts/Manrope-ExtraBold.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}


:root{
	--header-font: "Manrope";
    --text-font: "Roboto";
	--container-width: 86vw;
    --max-width: 1380px;
	--main-section: 68%;
	--side-section: calc(32% - 20px);
	--article: calc(((var(--max-width) * 0.68) - 40px)/3);
	--article-big: calc(((var(--max-width) * 0.68) - 20px)/2);
	--product-card: calc((var(--max-width) - 60px)/4);
	--product-card-side: calc((var(--max-width) * 0.32) - 50px);
	--match-left: 71.8%;
	--match-right: calc(28.2% - 20px);
    --neutral-100: #FFFFFF;
    --neutral-150: #F9F9F9;
    --neutral-200: #F8F8F8;
	--neutral-250: #F4F4F6;
	--neutral-300: #EDEDED;
	--neutral-350: #EBEBEB;
	--neutral-400: #DBDBDB;
	--neutral-450: #CECED6;
	--neutral-500: #C2C2C2;
	--neutral-600: #AEAEAE;
	--neutral-dark-100: #919191;
    --neutral-dark-200: #909090;
    --neutral-dark-300: #808080;
	--neutral-dark-400: #727272;
	--neutral-dark-500: #545454;
	--neutral-dark-600: #4A4847;
	--neutral-dark-700: #444444;
	--neutral-dark-800: #323232;
	--neutral-dark-900: #171414;
	--primary-100: #E51917;
    --primary-200: #BA828D;
	--primary-400: #A14154;
	--primary-500: #96243B;
	--primary-600: #8E0121;
	--primary-700: #650518;
	--primary-900: #3D000C;
	--home-100: #FAFCFF;
	--home-200: #E1EBF5;
	--home-300: #D3E1F0;
	--home-500: #A7C3E1;
	--home-900: #236AB3;
	--oposit-100: #FFFAFA;
	--oposit-200: #F5E1E1;
	--oposit-300: #F0D3D3;
	--oposit-500: #E1A8A7;
	--oposit-900: #B32523;
	--size-h1: 32px;
	--size-h2: 24px;
	--size-h3: 20px;
	--size-h4: 16px;
	--size-h5: 14px;
	--size-text-l: 18px;
	--size-text-m: 16px;
	--size-text-s: 14px;
	--size-caption-l: 14px;
	--size-caption-m: 12px;
	--size-caption-s: 10.5px;
}

body{
	background: var(--neutral-100);
	margin: 0;
	font-family: var(--text-font);
	font-size: var(--size-text-m);
	line-height: 1;
}

div{
	display: block;
	box-sizing: border-box;
}

div.container{
	width: var(--max-width);
	margin: 0 auto;
}

div.flex{
	display: flex;
	flex-wrap: nowrap;
	gap: 20px;
}

div.margin-m{
	padding: 60px 0;
	margin: 0 auto!important;
}

.section-main{
	width: var(--main-section);
}

.section-side{
	width: var(--side-section);
}

.main > div{
	margin-bottom: 24px;
}

div.bg-gray{
	background: var(--neutral-200);
    margin: 0 !important;
    padding: 60px calc(50vw - (var(--max-width) / 2));
    width: 100%;
}

a.btn{
	text-decoration: none;
	padding: 8px 24px;
	font-family: var(--header-font);
    font-size: var(--size-text-m);
	font-weight: 500;
	line-height: 1.3;
	border-radius: 4px;
	text-align: center;
	display: inline-block;
}

a.btn.simple{
	color: var(--primary-700);
}

a.btn.transparent{
	border: 1px solid var(--primary-700);
	color: var(--primary-700);
	transition: 0.5s;
}

a.btn.transparent:hover{
	color: var(--neutral-100);
	box-shadow: inset 0 0 0 2em var(--primary-700);
}

table{
	border-collapse: collapse;
}

h1, p.section-title.h1{
	font-family: var(--header-font);
	font-size: var(--size-h1);
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1;
	margin: 0;
}

h2{
	font-family: var(--header-font);
	font-size: var(--size-h2);
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1;
	margin: 0;
}

h3, p.h3{
	font-family: var(--header-font);
	font-size: var(--size-h3);
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1;
	margin: 0;
}

p.section-title.h1{
	font-weight: 400;
}

.section-title{
	line-height: 1.33;
}

ul{
	padding-left: 20px;
}

/*Header*/

header{
	position: relative;
}

header > div, header .container{
	display: flex;
	flex-wrap: nowrap;
	column-gap: 60px;
}

header .center-header{
	width: 95px;
	min-width: 95px;
}

header .left-header, header .right-header{
	width: calc((var(--max-width) - 95px)/2);
	display: flex;
	align-items: center;
}

header .top-header{
	width: var(--max-width);
	margin: 0 auto;
	padding: 4px 0;
}

header .top-header .left-header{
	justify-content: flex-start;
	height: 34px;
}

header .top-header .right-header{
	justify-content: flex-end;
	column-gap: 16px;
}

header .top-header .left-header>div{
	border: 1px solid var(--neutral-300);
	padding: 8px 12px;
	font-family: var(--header-font);
	position: relative;
}

header .top-header .left-header>div:hover{
	cursor: pointer;
}

header .top-header .left-header .league{
	border-radius: 4px 0 0 4px;
	border-right-width: 0;
	width: 250px;
}

header .top-header .left-header p.current{
	margin: 0;
	position: relative;
	line-height: 1.025;
}

header .top-header .left-header .league p.current::after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    right: 2px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid var(--neutral-dark-900);
}

header .top-header .left-header .season{
	width: 134px;
	border: none;
	padding: 0;
	height: 34px;
}

header .top-header .left-header .season > div{
	border: 1px solid var(--neutral-300);
	padding: 8px 12px;
	border-radius: 0 4px 4px 0;
	height: 34px;
	width: 100%;
	background: var(--neutral-100);
    position: absolute;
    z-index: 20;
}

header .top-header .left-header .season.open > div{
	border-color: var(--primary-400);
	border-radius: 4px;
	box-shadow: 0px 0px 1px 1px var(--primary-200);
}

header .top-header .left-header .season p.current:after{
	content: '';
	position: absolute;
	right: 0;
	top: calc(50% - 7px);
	width: 12px;
	height: 12px;
	display: block;
	background-image: url('/img/calendar.svg');
	background-repeat: no-repeat;
    background-size: contain;
    margin-right: 2px;
}

header .top-header .left-header ul{
	max-height: 0;
    overflow: hidden;
    padding: 3px 0 0 0;
    margin: 0;
    list-style: none;
    transition: max-height 0.3s ease;
	position: absolute;
    top: calc(100% - 2px);
    left: 0;
    width: 100%;
    background: var(--neutral-100);
    border: 1px solid var(--neutral-300);
	z-index: 15;
	box-shadow: 0px 4px 24px 0px #0000003D;
}

header .top-header .left-header .open ul{
	max-height: 300px;
}

header .top-header .left-header ul li{
	padding: 8px 20px;
	color: var(--primary-700);
}

header .top-header .left-header .open ul li:hover{
	cursor: pointer;
	background: var(--primary-700);
	color: var(--neutral-100);
}

header .top-header .right-header .lang{
	width: 42px;
	height: 30px;
	position: relative;
}

header .top-header .right-header .lang > div{
	font-family: var(--header-font);
	color: var(--primary-700);
	font-size: var(--size-text-m);
	font-weight: 600;
	position: relative;
	width: 42px;
	height: 30px;
    padding: 7px 6px;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid transparent;
	background: var(--neutral-100);
}

header .top-header .right-header .lang >div::after{
	content: '';
    display: block;
    position: absolute;
    top: 11px;
    right: 6px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid var(--primary-700);
}

header .top-header .right-header .lang:hover > div{
	cursor: pointer;
	border-color: var(--primary-400);
    border-radius: 4px;
    box-shadow: 0px 0px 1px 1px var(--primary-200);
	z-index: 20;
}

header .top-header .right-header .lang ul{
	margin: 0;
	padding: 4px;
	list-style: none;
	position: absolute;
	display: none;
}

header .top-header .right-header .lang:hover ul{
	display: block;
	top: 28px;
	left: 0;
	width: 100%;
    z-index: 15;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 4px 24px 0px;
    overflow: hidden;
    padding: 3px 0px 0px;
    margin: 0px;
    list-style: none;
    transition: max-height 0.3s;
    background: var(--neutral-100);
    border: 1px solid var(--neutral-300);
	border-radius: 0 0 4px 4px;
}

header .top-header .right-header .lang ul li{
	padding: 8px 4px;
	text-align: center;
}

header .top-header .right-header .lang ul a{
    color: var(--primary-700);
	text-decoration: none;
}

header .top-header .right-header .lang ul li:hover{
	background: var(--primary-700);
}

header .top-header .right-header .lang ul li:hover a{
	color: var(--neutral-100);
}

header .top-header .right-header .account{
	border: 1px solid var(--primary-900);
    border-radius: 12px;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .menu-header{
	background: var(--primary-700);
	height: 50px;
}

header .menu-header .left-header{
	justify-content: flex-end;
}

header .menu-header .right-header{
	justify-content: flex-start;
}

header .menu-header .logo{
	width: 95px;
	height: auto;
	position: absolute;
	bottom: -10px;
}

header nav ul{
	margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

header nav ul li{
	box-sizing: border-box;
    height: 50px;
    padding: 16px 20px 14px;
	transition: 0.25s;
	background: none;
}

header nav ul li:hover, header nav ul li:focus{
  	box-shadow: inset 0 -3.25em 0 0 #5B0416;
}

header nav ul li a{
	font-family: var(--header-font);
    font-size: var(--size-text-m);
    font-weight: 300;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--neutral-100);
	letter-spacing: 0.052em;
}

.league-popup{
	display: none;
}

.league-popup.open{
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.94);
	backdrop-filter: blur(40px);
	z-index: 9999;
}

.league-popup .close{
	position: absolute;
	top: 26px;
	right: 26px;
}

.league-popup .close:hover{
	cursor: pointer;
}

.league-popup .popup-container{
	width: 718px;
	margin: 12px auto;
	display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
}

.league-popup .popup-container img.logo{
	width: 95px;
	height: auto;
}

.league-popup .popup-container .leagues-list{
	padding-top: 20px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.league-popup .popup-container .leagues-list .league{
	min-width: 226px;
}

.league-popup .popup-container .leagues-list .league p.title{
	margin: 0;
	padding: 10px 20px;
	font-family: var(--header-font);
	color: var(--neutral-dark-900);
	font-size: var(--size-caption-l);
	line-height: 1.4;
	text-transform: uppercase;
	background: var(--neutral-100);
	border: 1px solid var(--neutral-300);
}

.league-popup .popup-container .leagues-list .league ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.league-popup .popup-container .leagues-list .league ul li{
	padding: 16px 20px;
	font-size: var(--size-caption-l);
	color: var(--primary-700);
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: var(--neutral-300);
}

.league-popup .popup-container .leagues-list .league ul li:nth-child(even){
	background: var(--neutral-200);
}

.league-popup .popup-container .leagues-list .league ul li:hover{
	cursor: pointer;
	background: var(--primary-700);
	color: var(--neutral-100);
}

/*Footer*/

footer{
	background: var(--neutral-dark-900);
	font-family: var(--header-font);
    font-size: var(--size-text-m);
    font-weight: 300;
    color: var(--neutral-100);
	letter-spacing: 0.052em;
}

footer a{
	color: var(--neutral-100);
	text-decoration: none;
}

footer a:hover{
	color: var(--primary-700);
}

footer .footer-main{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	column-gap: 80px;
	padding: 60px 0 40px;
}

footer .footer-main .container-1, footer .footer-main .container-3{
	width: calc((var(--max-width) - 340px)/2);
}

footer .footer-main .container-1.menu{
	display: flex;
	justify-content: space-between;
	column-gap: 40px;
}

footer .footer-main .container-1.menu ul{
	margin: 0;
    padding: 0;
    list-style: none;
}

footer .footer-main .container-1.menu ul li{
	line-height: 1.37;
	margin-bottom: 20px;
}

footer .footer-main .container-1.menu ul li:last-child{
	margin-bottom: 0;
}

footer .footer-main .info{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	column-gap: 20px;
	margin-bottom: 38px;
}

footer .footer-main .info>div{
	display: flex;
	align-items: center;
	column-gap: 10px;
}

footer .footer-main .info p{
	margin: 0;
}

footer .footer-main .info a{
	font-weight: 500;
}

footer .footer-main .subscribe{
	display: flex;
	column-gap: 16px;
	margin-bottom: 38px;
}

footer .footer-main .subscribe p{
	margin: 0;
	line-height: 1.5;
	font-weight: 500;
	width: calc(100% - 310px);
}

footer .footer-main .subscribe form{
	display: flex;
	background: rgba(255, 255, 255, 0.08);
	padding: 4px;
	width: 294px;
	box-sizing: border-box;
	border-radius: 4px;
}

footer .footer-main .subscribe form input{
	color: var(--neutral-100);
	padding: 8px 10px 8px 20px;
	width: calc(100% - 92px);
	background-color: transparent;
	border: none;
}

footer .footer-main .subscribe form input::placeholder{
	font-family: var(--header-font);
    font-size: var(--size-text-m);
    font-weight: 300;
    color: var(--neutral-100);
	letter-spacing: 0.052em;
}

footer .footer-main .subscribe form input[type="submit"]{
	background-color: var(--primary-700);
	font-family: var(--header-font);
    font-size: var(--size-text-m);
    font-weight: 300;
	padding: 4px 14px;
	border-radius: 4px;
	width: auto;
	transition: 0.25s;
}

footer .footer-main .subscribe form input[type="submit"]:hover{
	box-shadow: inset 0 -3.25em 0 0 #5B0416;
}

footer .footer-main .extra-btn{
	display: flex;
	column-gap: 8px;
}

footer .footer-main .extra-btn a.btn-full{
	width: calc(50% - 4px);
	background: var(--neutral-100);
	border: 1px solid var(--neutral-100);
	color: var(--neutral-dark-900);
	transition: 0.5s;
}

footer .footer-main .extra-btn a.btn-full:hover{
	color: var(--neutral-100);
    box-shadow: inset 0 0 0 2em var(--primary-700);
	border-color: var(--primary-700);
}

footer .footer-main .extra-btn a.btn-transparent{
	width: calc(50% - 4px);
	background: transparent;
	border: 1px solid var(--neutral-100);
	color: var(--neutral-100);
	transition: 0.5s;
}

footer .footer-main .extra-btn a.btn-transparent:hover{
	color: var(--neutral-100);
    box-shadow: inset 0 0 0 2em var(--primary-700);
	border-color: var(--primary-700);
}

footer .socket{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	column-gap: 40px;
	padding: 7px 0 15px;
	font-size: var(--size-text-s);
}

footer .socket p{
	margin: 0;
}

/*Slider*/

.calendar-section{
	overflow: hidden;
    position: relative;
	margin: 32px 0;
}

.calendar-slider{
	display: flex;
	flex-wrap: nowrap;
	column-gap: 8px;
	width: 100%;
	transition: transform 0.8s ease-in-out;
}

.calendar-slider .slide-game{
	width: 175px;
	min-width: 175px;
	border: 1px solid var(--neutral-300);
	border-radius: 4px;
	background: var(--neutral-100);
	padding: 10px;
	position: relative;
}

.calendar-slider .slide-game .info{
	display: flex;
	justify-content: space-between;
	margin-bottom: 8px;
}

.calendar-slider .slide-game .info > *{
	font-size: var(--size-caption-s);
	font-family: var(--header-font);
	font-weight: 600;
}

.calendar-slider .slide-game .info .place{
	color: var(--primary-400);
	text-transform: uppercase;
}

.calendar-slider .slide-game .info .time{
	display: flex;
}

.calendar-slider .slide-game .info .label{
	background: var(--primary-700);
	color: var(--neutral-100);
	padding: 1.5px 7px;
	text-transform: uppercase;
	border-radius: 2px;
	font-size: 7.5px;
}

.calendar-slider .slide-game .info .time:before{
	content: '';
	width: 10px;
	height: 10px;
	display: block;
	background-image: url('/img/calendar.svg');
	background-repeat: no-repeat;
    background-size: contain;
    margin-right: 2px;
}

.calendar-slider .slide-game.future .info .label, .calendar-slider .slide-game.past .info .label, .calendar-slider .slide-game.active .info .time{
	display: none;
}

.calendar-slider .slide-game .game{
	display: flex;
	justify-content: space-between;
	margin-bottom: 3px;
}

.calendar-slider .slide-game .game img{
	width: 30px;
	height: auto;
	margin-bottom: 2px;
}

.calendar-slider .slide-game .game p{
	margin: 0;
	text-transform: uppercase;
	font-weight: 600;
	font-size: var(--size-caption-m);
	text-align: center;
}

.calendar-slider .slide-game .game .score p{
	font-size: var(--size-h2);
	color: var(--neutral-dark-900);
	font-weight: 600;
	margin-top: 7px;
}

.calendar-slider .slide-game .game .score p.countdown{
	display: none;
}

.calendar-slider .slide-game.future .game .score p{
	color: var(--neutral-600);
	font-size: var(--size-h3);
}

.calendar-slider .slide-game.future .game .score p.countdown{
	display: flex;
	justify-content: space-between;
	font-size: 6px;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--neutral-600);
	margin: 0;
}

.calendar-slider .slide-game .game-score{
	display: flex;
	justify-content: center;
	column-gap: 12px;
}

.calendar-slider .slide-game .game-score p{
	margin: 0;
	font-size: var(--size-caption-s);
	color: var(--neutral-600);
	font-family: var(--header-font);
}

.calendar-slider .slide-game .game-score p.active{
	color: var(--primary-700);
	background: rgba();
}

.calendar-slider .slide-game .game-score p.past{
	color: var(--neutral-dark-900);
}

.calendar-slider .slide-game.future .game-score, .calendar-slider .slide-game .hall{
	display: none;
}

.calendar-slider .slide-game.future .hall{
	display: block;
	font-family: var(--header-font);
	font-size: var(--size-caption-s);
	color: var(--neutral-dark-900);
	text-align: center;
	margin: 0;
}

.calendar-slider .slide-game .game-hover{
	opacity: 0;
	overflow: hidden;
	position: absolute;
    bottom: 10px;
    left: 0;
	background: var(--neutral-100);
    display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 11px;
	padding: 0 10px;
	height: 65px;
	width: 100%;
	transition: opacity 0.5s ease-in-out;
}

.calendar-slider .slide-game:hover .game-hover{
	opacity: 1;
    z-index: 10;
}

.calendar-slider .game-hover img{
	width: auto;
	height: 22px;
}

.calendar-slider .game-hover .links{
	display: flex;
	flex-direction: column;
	row-gap: 6px;
}

.calendar-slider .game-hover .links a{
	font-family: var(--header-font);
	font-size: var(--size-caption-m);
	color: var(--neutral-dark-900);
	text-align: center;
	text-decoration: none;
}

.calendar-slider .game-hover .links a:hover{
	color: var(--primary-600);
}

.calendar-slider .game-hover .links a.protocol, .calendar-slider .game-hover .links a.online{
	display: none;
}

.calendar-slider .slide-game.past .game-hover .links a.protocol, .calendar-slider .slide-game.active .game-hover .links a.online{
	display: block;
}

/*Banner slider*/

.slider.future-games, .slider.last-article, .products-section.slider {
    overflow: hidden;
    position: relative;
	border-radius: 4px;
}

.slider.future-games .slider-container, .slider.last-article .slider-container, .products-section.slider .slider-container{
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	border-radius: 4px;
	transition: transform 0.8s ease-in-out;
}

.slider.future-games .slider-container .slide, .slider.last-article .slider-container .slide, .products-section.slider .slider-container .slide{
	min-width: 100%;
	border-radius: 4px;
	overflow: hidden;
}

.slider.future-games img, .slider.last-article img{
	width: 100%;
	border-radius: 4px;
	overflow: hidden;
}

.slider.future-games .nav-dots, .slider.last-article .nav-dots{
	position: absolute;
	bottom: 20px;
	left: 40px;
	display: flex;
	column-gap: 10px;
}

.slider.future-games .nav-dots .dot, .slider.last-article .nav-dots .dot, .products-section.slider .nav-dots .dot{
	width: 8px;
	height: 8px;
	background: var(--neutral-100);
	opacity: 0.3;
	transition: width 0.8s ease-in-out, opacity 0.8s ease-in-out;
}

.slider.future-games .nav-dots .dot.current, .slider.last-article .nav-dots .dot.current, .products-section.slider .nav-dots .dot.current{
	width: 24px;
	opacity: 1;
}

/*Home page table*/

.sidebar-table .table-header{
	justify-content: space-between;
	align-items: center;
}

.sidebar-table .table-header a.btn{
	padding: 6px 12px;
	/*border-color: var(--neutral-300);*/
	font-size: var(--size-caption-l);
	text-transform: uppercase;
	border: none;
	box-shadow: inset 0 0 0 1px var(--neutral-300);
	transition: color 0.25s 0.0833333333s;
	position: relative;
	border-radius: 4px;
	overflow: hidden;
}

.sidebar-table .table-header a.btn::before, .sidebar-table .table-header a.btn::after {
	 border: 0 solid transparent;
	 box-sizing: border-box;
	 content: "";
	 pointer-events: none;
	 position: absolute;
	 width: 0;
	 height: 0;
	 bottom: 0;
	 right: 0;
	 border-radius: 4px;
}
 .sidebar-table .table-header a.btn::before {
	 border-bottom-width: 1px;
	 border-left-width: 1px;
}
 .sidebar-table .table-header a.btn::after {
	 border-top-width: 1px;
	 border-right-width: 1px;
}

 .sidebar-table .table-header a.btn:hover::before, .sidebar-table .table-header a.btn:hover::after {
	 border-color: var(--primary-700);
	 transition: border-color 0s, width 0.25s, height 0.25s;
	 width: 100%;
	 height: 100%;
	 border-radius: 4px;
}
 .sidebar-table .table-header a.btn:hover::before {
	 transition-delay: 0s, 0s, 0.25s;
}
 .sidebar-table .table-header a.btn:hover::after {
	 transition-delay: 0s, 0.25s, 0s;
}

.sidebar-table .table-header .table-tabs{
	column-gap: 0;
}

.sidebar-table .table-header .table-tabs .tab-title{
	padding: 10px;
	font-size: var(--size-caption-l);
	line-height: 1.35;
	font-family: var(--header-font);
	color: var(--neutral-dark-200);
	text-transform: uppercase;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	margin-bottom: -1px;
	z-index: 10;
}

.sidebar-table .table-header .table-tabs .tab-title:hover{
	cursor: pointer;
}

.sidebar-table .table-header .table-tabs .tab-title.current{
	border-color: var(--neutral-300) var(--neutral-300) var(--neutral-100) var(--neutral-300);
	color: var(--neutral-dark-900);
	border-radius: 4px 4px 0 0; 
	background: var(--neutral-100);
}

.sidebar-table .table-content{
	position: relative;
}

.sidebar-table .table-content .tab-list{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: -11;
}

.sidebar-table .table-content .tab-list.current{
	position: relative;
	opacity: 1;
	z-index: 1;
	border: 1px solid var(--neutral-300);
	border-radius: 4px;
	overflow: hidden;
}

.sidebar-table .table-content .tab-list table{
	width: 100%;
}

.sidebar-table .table-content .tab-list table thead tr{
	border-bottom: 1px solid var(--neutral-300);
}

.sidebar-table .table-content .tab-list table thead tr td{
	padding: 9px 0px;
	font-family: var(--header-font);
	font-size: var(--size-caption-m);
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
}

.sidebar-table .table-content .tab-list table tbody tr td{
	padding: 5px 12px;
	vertical-align: middle;
	border: 1px solid var(--neutral-300);
	text-align: center;
	font-size: var(--size-text-s);
	font-weight: 400;
	min-height: 45px;
}

.sidebar-table .table-content .tab-list table tbody tr:nth-child(2n){
	background: var(--neutral-150);
}

.sidebar-table .table-content .tab-list table tbody tr{
	z-index:0;
    position: relative;
}

.sidebar-table .table-content .tab-list table tbody tr:hover{
	box-shadow: 0px 13px 13px 0px rgba(0,0,0,0.10);
	 z-index: 100;
}

.sidebar-table .table-content .tab-list table thead tr td.name, .sidebar-table .table-content .tab-list table tbody tr td.name{
	text-align: left;
	padding-left: 12px;
}

.sidebar-table .table-content .tab-list table tbody tr:hover td.name{
	color: var(--primary-600);
}

.sidebar-table .table-content .tab-list table tbody tr:nth-child(1) td.name, .sidebar-table .table-content .tab-list table tbody tr:nth-child(2) td.name, .sidebar-table .table-content .tab-list table tbody tr:nth-child(3) td.name{
	font-weight: 600;
}

.sidebar-table .table-content .tab-list table tbody tr td:first-child{
	border-left-color: transparent;
}

.sidebar-table .table-content .tab-list table tbody tr td:last-child{
	border-right-color: transparent;
}

.sidebar-table .table-content .tab-list table tbody tr td.team{
	color: var(--neutral-600);
	font-size: var(--size-caption-m);
	font-weight: 700;
	text-transform: uppercase;
}

.sidebar-table .table-content .tab-list table tbody tr td.team img{
	width: 20px;
	height: auto;
	display: block;
	margin: 0 auto 1.9px;
}

.sidebar-table .table-content .tab-list table tbody tr td.name div.img{
	width: 20px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 4px;
}

.sidebar-table .table-content .tab-list table tbody tr td.name>div{
	display: flex;
	align-items: center;
    min-height: 34px;
}

.sidebar-table .table-content .tab-list table tbody tr td.name div.img img{
	height: 100%;
	width: auto;
}

/*Ads*/

.section-side .ads{
	display: flex;
	flex-direction: column;
	row-gap: 24px;
	align-items: center;
}

/*Articles*/

.section-header{
	justify-content: space-between;
    align-items: center;
	margin-bottom: 23px;
}

.articles-section{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.articles-section .article, .last-article .slide{
	width: var(--article);
	position: relative;
}

.articles-section .article a, .last-article .slide a{
	text-decoration: none;
}

.articles-section .article.big, .last-article .slide{
	width: var(--article-big);
}

.articles-section .article .info, .last-article .slide .info{
	position: absolute;
    top: 5px;
    left: 4px;
	display: flex;
	column-gap: 4px;
}

.articles-section .article .info .category{
	display: none;
}

.articles-section .article .info .type, .articles-section .article.big .info .category, .last-article .slide .info > div{
	padding: 8px;
	border-radius: 18px;
	color: var(--neutral-100);
	font-family: var(--header-font);
	font-size: 8.5px;
	text-transform: uppercase;
	background: var(--neutral-dark-900);
	display: block;
	z-index: 2;
}

.articles-section .article.big .info .type, .articles-section .article.big .info .category, .last-article .slide .info > div{
	font-size: var(--size-caption-s);
}

.articles-section .article.video .info .type, .last-article .slide .info .type{
	background: var(--primary-100);
}

.articles-section .article.news .info .type, .last-article .slide.news .info .type{
	background: var(--neutral-100);
	color: var(--neutral-dark-900);
}

.articles-section .article .article-img, .last-article .slide .article-img{
	position: relative;
	width: 100%;
	height: calc(var(--article)/1.78);
	overflow: hidden;
    border-radius: 4px;
}

.articles-section .article.big .article-img, .last-article .slide .article-img{
	height: calc(var(--article-big)/1.78);
}

.articles-section .article .article-img img, .last-article .slide .article-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 4px;
	transition: transform 0.5s ease-in-out;
}

.articles-section .article .article-img:hover img{
	transform: scale(1.15); 
	transition: transform 0.5s ease-in-out;
}

.articles-section .article .article-img img.video, .last-article .slide .article-img img.video{
	width: 70px;
	height: auto;
	position: absolute;
	top: calc(50% - 35px);
	left: calc(50% - 35px);
}

.articles-section .article:not(.big) .article-img img.video{
	width: 50px;
	height: auto;
	position: absolute;
	top: calc(50% - 25px);
	left: calc(50% - 25px);
}

.articles-section .article:not(.video) .article-img img.video, .last-article .slide:not(.video) .article-img img.video{
	display: none;
}

.articles-section .article .article-img .article-meta, .last-article .slide .article-img .article-meta, .article.preview .article-meta{
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 10px;
	width: 100%;
	color: var(--neutral-100);
	font-family: var(--header-font);
	font-size: var(--size-caption-m);
	font-weight: 400;
	text-transform: uppercase;
	height: 34%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
}

.articles-section .article:not(.big) .article-img .article-meta, .article.preview .article-meta{
	font-size: var(--size-caption-s);
}

.articles-section .article .article-img .article-meta .date, .last-article .slide .article-img .article-meta .date{
	display: flex;
	align-items: center;
	column-gap: 4px;
}

.articles-section .article .article-img .article-meta .date:before, .last-article .slide .article-img .article-meta .date:before{
	content: '';
	width: 10px;
	height: 10px;
	display: block;
	background-image: url('/img/calendar-w.svg');
	background-repeat: no-repeat;
    background-size: contain;
    margin-right: 2px;
}

.articles-section .article .article-img .article-meta .hall, .articles-section .article.big .article-img .article-meta .category{
	display: none;
}

.articles-section .article.big .article-img .article-meta .hall, .last-article .slide .article-img .article-meta .hall{
	display: block;
}

.articles-section .article .article-title, .last-article .slide .article-title{
	margin: 10px 0;
	font-size: var(--size-h3);
	font-weight: 900;
	color: var(--neutral-dark-900);
	text-transform: uppercase;
	line-height: 1.25;
}

.last-article .slide .article-title{
	font-size: var(--size-h1);
}

.articles-section .article:not(.big) .article-title{
	font-size: var(--size-h5);
	font-weight: 700;
	text-transform: none;
	margin: 8px 0;
}

.last-article .slide .article-img, .last-article .slide .article-img img{
	height: calc((var(--max-width) *0.68)/1.78);
	border-radius: 4px;
	overflow: hidden;
}

.slider.last-article .nav-dots {
	top: 20px;
	bottom: auto;
    right: 10px;
    left: auto;
}

.last-article .slide .info{
	top: 10px;
	left: 10px;
}

.last-article .slide .article-img .article-meta{
	font-size: var(--size-text-m);
}

.last-article .slide .article-img .article-meta .date:before{
	width: 20px;
	height: 20px;
}

/*Players top*/

.players-section{
	display: grid;
	grid-template-columns: var(--article) 1fr 1fr; 
  	gap: 10px 20px;
}

.players-section .player-card{
	position: relative;
	display: flex;
	align-items: center;
	background: linear-gradient(180deg, #FEFEFE 0%, #EFEFEF 99.69%);
	border: 1px solid var(--neutral-300);
	border-radius: 4px;
	column-gap: 8px;
	overflow: hidden;
}

.players-section .player-card:hover{
	box-shadow: 0px 23px 23px 0px rgb(0 0 0 / 24%);
	z-index: 100;
}

.players-section .player-card .card-img{
	height: 100%;
	width: auto;
	aspect-ratio: 1 / 1;
  	object-fit: cover;
	border-radius: 4px 0 0 4px;
	overflow: hidden;
}

.players-section .player-card .card-img img{
	height: 100%;
	max-height: 82px;
	width: auto;
	transition: transform 0.5s ease-in-out;
}

.players-section .player-card:hover .card-img img{
	transform: scale(1.15); 
	transition: transform 0.5s ease-in-out;
}

.players-section .player-card .player-info{
	display: flex;
    align-items: center;
	column-gap: 8px;
}

.players-section .player-card .player-info .number{
	background: var(--neutral-100);
	border-radius: 4px;
	padding: 9px 11px;
	color: var(--primary-400);
	font-size: var(--size-h2);
	font-family: var(--header-font);
	font-weight: 800;
	border-width: 1px;
    border-style: solid;
    border-image:linear-gradient(180deg, rgba(237, 237, 237, 0) 0%, #E3E3E3 100%);
	border-image-slice: 1;
	min-width: 48px;
	text-align: center;
}

.players-section .player-card .player-info .name{
	color: var(--neutral-dark-900);
	font-size: var(--size-text-l);
	font-family: var(--header-font);
	font-weight: 700;
	margin-bottom: 4px;
}

.players-section .player-card .player-info .position{
	color: var(--primary-400);
	font-size: var(--size-text-s);
	font-family: var(--header-font);
	font-weight: 500;
	text-transform: uppercase;
}

.players-section .player-card .player-points{
	display: flex;
	padding: 10px 0;
    height: 100%;
	margin-left: auto;
	column-gap: 24px;
}

.players-section .player-card .player-points .team{
	color: var(--neutral-dark-900);
    font-size: var(--size-text-s);
    font-weight: 700;
    text-transform: uppercase;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.players-section .player-card .player-points .team img{
	height: 32px;
	width: auto;
	margin-bottom: 4px;
}

.players-section .player-card .player-points .points{
	padding: 0 14px 0 0;
	font-size: var(--size-h2);
	font-weight: 500;
	align-self: center;
	width: 140px;
	text-align: right;
}

.players-section .player-card .player-points .points span{
	font-weight: 700;
}

.players-section .player-card .player-points .points span.icon{
	margin-left: 4px;
    line-height: 1; 
}

.players-section .player-card:first-child {
  	grid-column: 1;
  	grid-row: span 4;
	flex-direction: column;
	position: relative;
}

.players-section .player-card:first-child .card-img{
	height: 100%;
	width: 100%;
	aspect-ratio: auto;
	border-radius: 4px;
}

.players-section .player-card:first-child .card-img img{
	height: 100%;
	max-height: 100%;
	object-fit: cover;
	width: 100%;
}

.players-section .player-card:first-child .player-info{
	position: absolute;
	left: 0;
    bottom: 55px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 80.13%);
    height: 112px;
    width: 100%;
	padding: 16px;
}

.players-section .player-card:first-child .player-info .number{
	background: transparent;
    border: none;
    width: auto;
    padding: 0;
    color: var(--neutral-100);
    font-size: 56px;
}

.players-section .player-card:first-child .player-info .name{
	color: var(--neutral-100);
	font-size: var(--size-h2);
}

.players-section .player-card:first-child .player-info .position{
	color: var(--neutral-100);
	font-size: var(--size-text-m);
}

.players-section .player-card:first-child .player-points{
	position: absolute;
	left: 0;
    bottom: 0;
    width: 100%;
    height: 56px;
    background: var(--neutral-dark-900);
    color: var(--neutral-100);
	padding: 8px 16px 20px 16px;
	flex-direction: row-reverse;
    justify-content: space-between;
}

.players-section .player-card:first-child .player-points .points{
	font-weight: 700;
}

.players-section .player-card:first-child .player-points .points span.icon{
	display: none;
}

.players-section .player-card:first-child .player-points .team{
	flex-direction: row;
	color: var(--neutral-100);
}

.players-section .player-card:first-child .player-points .team img{
	margin-bottom: 0;
	margin-right: 4px;
}

/*Products*/

.products-section{
	display: flex;
	column-gap: 20px;
}

.products-section .product{
	width: var(--product-card);
	background: var(--neutral-100);
	border: 1px solid var(--neutral-350);
	border-radius: 4px;
	overflow: hidden;
}

.products-section .product:hover{
	box-shadow: 0px 23px 23px 0px rgb(0 0 0 / 24%);
	z-index: 100;
}

.products-section .product .img-box{
	width: 100%;
	height: var(--product-card);
	overflow: hidden;
	display: block;
}

.products-section .product img.product-img{
	width: 100%;
	height: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
	object-position: center;
	transition: transform 0.5s ease-in-out;
}

.products-section .product:hover img.product-img{
	transform: scale(1.15); 
	transition: transform 0.5s ease-in-out;
}

.products-section .product .info{
	padding: 20px 16px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: calc(100% - var(--product-card));
	row-gap: 20px;
}

.products-section .product .info p.title{
	margin: 0 0 4px 0;
	color: var(--neutral-dark-900);
	font-size: var(--size-h4);
	font-family: var(--header-font);
	font-weight: 600;
	text-transform: uppercase;
}

.products-section .product .info .description{
	color: var(--neutral-dark-900);
	font-size: var(--size-text-s);
	font-family: var(--header-font);
	font-weight: 400;
}

.products-section .product .info a{
	display: block;
	box-sizing: border-box;
	max-width: 126px;
	line-height: 1;
	font-size: var(--size-h3);
	text-align: left;
	padding: 8px 20px 8px 22px;
}

.products-section .product .info a img{
	margin-right: 8px;
}

/*Partners logo*/

.partners-section{
	display: flex;
	column-gap: 20px;
	align-items: stretch;
}

.partners-section .partner-logo{
	width: calc((var(--max-width) - 80px)/5);
	min-height: 140px;
	border: 1px solid var(--neutral-350);
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	background: var(--neutral-100);
}

.partners-section .partner-logo img{
	transition: 0.5s;
	opacity: 0;
	position: absolute;
	display: block;
	margin: auto;
}

.partners-section .partner-logo:hover img{
	transition: 0.5s;
	opacity: 1;
}

.partners-section .partner-logo img.main{
	transition: 0.5s;
	opacity: 1;
}

.partners-section .partner-logo:hover img.main{
	transition: 0.5s;
	opacity: 0;
}


/*Shop slider*/

.section-side#news-sidebar{
	padding-left: 30px;
}

.products-section.slider{
	flex-direction: column;
	row-gap: 20px;
	padding-top: 5px;
}

.products-section.slider .product{
	width: var(--product-card-side);
}

.products-section.slider .product .info{
	height: calc(100% - var(--product-card-side));
	padding: 15px 20px;
}

.products-section.slider .product .info p.title{
	line-height: 1.25;
}

.products-section.slider .product .info .description{
	line-height: 1.5;
}

.products-section.slider .nav-dots {
	position: relative;
    display: flex;
	justify-content: center;
	align-items: center;
    column-gap: 10px;
	padding: 0 40px;
	position: relative;
	height: 32px;
}

.products-section.slider .nav-dots > *:hover{
	cursor: pointer;
}

.products-section.slider .nav-dots .prev, .products-section.slider .nav-dots .next{
	position: absolute;
	top: 0;
	width: 32px;
	height: 32px;
	border: 1px solid var(--neutral-350);
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.products-section.slider .nav-dots .prev{
	left: 0;
}

.products-section.slider .nav-dots .next{
	right: 0;
}

.products-section.slider .nav-dots .dot{
	background: #AEAEAE;
}

/*News pages*/

.products-section.slider .slider-container .slide:hover{
	box-shadow: none;
}

a.btn.filter{
	display: flex;
	column-gap: 12px;
}

a.btn.filter:before {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    background-image: url(/img/filter.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 2px;
}

.section-side .ads#news-ads{
	padding-top: 55px;
	padding-left: 30px;
}

.section-side .ads#news-ads img, .section-side .ads#news-ads > div, .section-side .ads#article-ads img, .section-side .ads#article-ads > div{
	width: 100%;
	height: auto;
}

.last-news, .video-news, .foto-news{
	margin-bottom: 50px;
}

.article.preview{
	width: 100%;
	display: flex;
	column-gap: 24px;
	align-items: stretch;
	padding-bottom: 20px;
}

.article.preview > div{
	width: calc(50% - 10px);
}

.article.preview .article-img{
	height: calc(var(--article-big)/1.78);
}

.articles-section .article.preview .article-title{
	font-size: var(--size-h2);
    font-weight: 900;
}

.article.preview .article-meta{
	position: relative;
	color: var(--neutral-600);
    height: auto;
    background: transparent;
    padding: 0;
	margin-bottom: 12px;
	font-size: var(--size-caption-l);
	justify-content: flex-start;
	column-gap: 12px;
}

.article.preview .article-meta .date {
    display: flex;
    align-items: center;
    column-gap: 4px;
}

.article.preview .article-meta .date:before {
    content: '';
    width: 14px;
    height: 15px;
    display: block;
    background-image: url(/img/calendar-g.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 2px;
}

.article.preview .desc{
	font-size: var(--size-text-m);
	color: var(--neutral-dark-800);
	line-height: 1.5;
	padding-bottom: 20px;
}

.article.preview .text-container{
	padding-bottom: 40px;
	position: relative;
}

.article.preview .text-container a.btn{
	position: absolute;
	left:0;
	bottom: 0;
}

.foto-news .article.big .info .category, .foto-news .article.big .article-img .article-meta .hall{
	display: none;
}

.foto-news .article.big .article-img .article-meta .category{
	display: block;
}

/*Pagination*/
.pagination-box{
	padding-top: 20px;
}

.pagination-box ul{
	margin: 0;
	padding: 0;
	display: flex;
	column-gap: 8px;
	list-style: none;
}

.pagination-box ul li{
	padding: 8px 12px;
	color: var(--neutral-dark-500);
	font-family: var(--header-font);
	font-size: var(--size-caption-m);
}

.pagination-box ul li.active{
	border: 1px solid var(--neutral-dark-500);
	border-radius: 4px;
}

.pagination-box ul li.disabled{
	opacity: 0.3;
}

.pagination-box ul li a{
	text-decoration: none;
	color: var(--neutral-dark-500);
}

/*Article*/

.section-side .ads#article-ads{
	padding-left: 30px;
}

.article-main .article-img img{
	height: calc((var(--max-width) * 0.68)/1.78);
}

.article-main .article-meta{
	display: flex;
	column-gap: 20px;
	margin-top: 14px;
	font-size: var(--size-caption-m);
	color: var(--neutral-dark-400);
	text-transform: uppercase;
}

.article-main .article-meta .date {
    display: flex;
    align-items: center;
    column-gap: 4px;
}

.article-main .article-meta .date:before {
    content: '';
    width: 9px;
    height: 10px;
    display: block;
    background-image: url(/img/calendar-d-g.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 5px;
}

.article-main .article-title{
	line-height: 1.33;
	margin-top: 5px;
	margin-bottom: 30px;
}

.article-main .desc{
	color: var(--neutral-dark-800);
	line-height: 1.5;
}

.article-main .desc h3{
	color: var(--neutral-dark-900);
	margin-top: 30px;
}

#article-block .sidebar-shop{
	padding-left: 30px;
	margin-bottom: 60px;
}

.articles-section.related .article{
	width: var(--article);
}

#related-articles .section-header{
	margin: 40px 0;
}

.articles-section.related .article .info .type{
	font-size: 8.5px;
}

.articles-section.related .article .info .category {
    display: none;
}

.articles-section.related .article .article-img{
	height: calc(var(--article) / 1.78);
}

.articles-section.related .article .article-img img.video {
    width: 50px;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
}

.articles-section.related .article .article-img .article-meta{
	font-size: var(--size-caption-s);
}

.articles-section.related .article .article-title {
    font-size: var(--size-h5);
    font-weight: 700;
    text-transform: none;
    margin: 8px 0;
}

/*Gallery*/

.article-main.foto .article-title{
	margin-bottom: 0;
}

.article-main.foto .article-meta{
	margin-top: 4px;
	margin-bottom: 24px;
}

.article-main.foto .desc{
	margin-bottom: 20px;
}

.gallery .gallery-container{
	display: grid;
	gap: 16px;
	grid-template-columns: 1fr 1fr 1fr;
}

.gallery .gallery-container .gallery-item:first-child{
	grid-column: 1/4;
}

.gallery .gallery-container .gallery-item img{
	width: 100%;
	max-width: 100%;
}

/*Lightbox*/

.gallery-lightbox{
	display: none;
	position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
	padding: 5% 10%;
	z-index: 15;
}

.gallery-lightbox.active{
	display: flex;
	align-items: center;
	column-gap: 10px;
}

.gallery-lightbox .close-btn{
	position: absolute;
    right: 10%;
    top: 9%;
    color: var(--neutral-100);
    font-size: var(--size-h1);
}

.gallery-lightbox .arrow{
	color: var(--neutral-100);
	font-size: calc(var(--size-h1)*1.5);
}

.gallery-lightbox .lightbox-img{
	height: 100%;
	width: auto;
	max-width: calc(80vw - 84px);
    margin: 0 auto;
    object-fit: contain;
}

.gallery-lightbox .lightbox-img img{
	height: 100%;
	width: auto;
}

/*Match*/

.main.match{
	background: var(--neutral-200);
}

.match .section-main{
	width: var(--match-left);
}

.match .section-side{
	width: var(--match-right);
}

.match-info{
	background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.75) 44.81%, #F8F8F8 100%),
    url('/img/match-bg.jpg');
  	background-size: cover;
  	background-position: center;
	display: flex;
	align-items: center;
	flex-direction: column;
	row-gap: 20px;
	padding: 70px 0;
	margin-bottom: 40px;
}

.match-info > *{
	max-width: var(--container-width);
}

.match-info .match-league{
	color: var(--neutral-100);
	font-family: var(--header-font);
    font-size: var(--size-h3);
    font-weight: 200;
    text-transform: uppercase;
    line-height: 1.33;
    margin: 0;
}

.match-info .match-score{
	display: flex;
	align-items: center;
	width: 670px;
    justify-content: space-between;
}

.match-info .match-score .team{
	text-align: center;
	width: 150px;
}

.match-info .match-score .team img{
	height: 94px;
	width: auto;
}

.match-info .match-score .team p{
	color: var(--neutral-100);
	font-family: var(--header-font);
    font-size: var(--size-h2);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.33;
    margin: 10px 0 0;
}

.match-info .match-score .score > p{
	color: var(--neutral-100);
    font-size: 106px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    margin: 0 0 26px 0;
}

.match-info .match-score .score .periods{
	display: flex;
	align-items: center;
	column-gap: 24px;
}

.match-info .match-score .score .periods div{
	background: rgba(255,255,255,0.1);
	border: 1px solid rgba(255,255,255,0.5);
	border-radius: 12px;
	padding: 8px 12px; 
	color: var(--neutral-100);
	font-family: var(--header-font);
    font-size: var(--size-h3);
    font-weight: 200;
}

.match-info .match-progress-bar{
	padding-top: 40px;
	display: flex;
	column-gap: 26px;
	width: 100%;
}

.match-info .match-progress-bar .teams{
	flex: 0 0 auto;
}

.match-info .match-progress-bar .teams img{
	height: 40px;
	width: auto;
	display: block;
}

.match-info .match-progress-bar .teams img:first-child{
	margin-bottom: 28px;
}

.match-info .match-progress-bar .progress-bar{
	flex: 1 1 auto;
	display: flex;
	column-gap: 8px;
	align-items: center;
}

.match-info .match-progress-bar .progress-bar > div{
	width: calc((100% - 16px)/3);
}

.match-info .match-progress-bar .progress-bar .timeline{
	width: 100%;
	height: 20px;
	margin: 4px 0;
	border-radius: 4px;
	position: relative;
}

.match-info .match-progress-bar .progress-bar .timeline > div{
	position: absolute;
	top: 0;
	border-left: 1px solid var(--neutral-dark-200);
	height: 100%;
}

.match-info .progress-bar .team-1, .match-info .progress-bar .team-2{
	position: relative;
	height: 40px;
}

.match-info .progress-bar .team-1 >div, .match-info .progress-bar .team-2>div{
	height: 40px;
	width: 36px;
	position: absolute;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.match-info .progress-bar .team-1 > div {
	background-image: url('/img/timeline-11.svg');
	background-repeat: no-repeat;
    background-size: contain;
}

.match-info .progress-bar .team-2 > div {
	background-image: url('/img/timeline-22.svg');
	background-repeat: no-repeat;
    background-size: contain;
}

.match-info .progress-bar .shot:before{
	content: '';
	background-image: url('/img/shot.svg');
	width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.match-info .progress-bar .goal:before{
	content: '';
	background-image: url('/img/goal.svg');
	width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.match-info .progress-bar .dismissal:before{
	content: '';
	background-image: url('/img/dismissal.svg');
	width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.match-tabs{
	display: flex;
	align-items: stretch;
}

.match-tabs .tab-item{
	padding: 10px 20px;
	font-family: var(--header-font);
    font-size: var(--size-caption-l);
    font-weight: 400;
	text-transform: uppercase;
	color: var(--neutral-dark-200);
	transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out;
}

.match-tabs .tab-item:hover{
	cursor: pointer;
}

.match-tabs .tab-item.active{
	background: var(--neutral-100);
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: var(--neutral-300);
	border-radius: 4px 4px 0 0;
	color: var(--neutral-dark-900);
	transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out;
}

.match-boxes{
	position: relative;
	height: auto;
	transition: height 0.5s ease-in-out;
}

.match-boxes .tab-box{ 
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
	background: var(--neutral-100);
	padding: 20px;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: var(--neutral-300);
	border-radius: 0 4px 4px 4px;
}

.match-boxes .tab-box.active{
	opacity: 1;
	transition: opacity 0.5s ease-in-out;
}

