

/* Start:/local/templates/tournaments/template_styles.css?17512811374914*/
body {
	margin: 0;
	padding: 0;
	font-family: 'Golos Text', sans-serif;
	font-size: 22px;
	line-height: 24px;
	letter-spacing: -0.02em;
	color: #0E0E11;
	background: #FFF;
	font-weight: 400;
}

.container {
	max-width: 1408px;
	margin: 0 auto;
}

a {
	display: block;
}

div, p, a, span {
	box-sizing: border-box;
}

pre {
	font-size: 17px;
}

@media screen and (max-width: 1439px) {
    .container {
        max-width: 992px;
    }
}

@media screen and (max-width: 1023px) {
    .container {
        max-width: 736px;
    }
}

@media screen and (max-width: 767px) {
    .container {
        max-width: 343px;
    }
}


//Header

.header {
	padding-top: 10px;
	padding-bottom: 10px;
}

.header-menu {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-menu-global {
	display: flex;
	align-items: center;
	column-gap: 30px;
}

.header-menu-global__link {
	color: #0E0E11;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.48px;
	text-decoration: none;
}

.header-menu-global__link_active {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: -0.6px;
}

.header-menu_local {
	display: flex;
	align-items: center;
	column-gap: 30px;
}

.header-menu_local__link {
	color: #0E0E11;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.48px;
	text-decoration: none;
}

.header-menu_local__link_enter {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 36px;
	flex-shrink: 0;
	border-radius: 58px;
	border: 1.5px solid #9F9FA0;
}

@media screen and (max-width: 1439px) {
	.header-menu_local, .header-menu_local {
			column-gap: 24px;
	}
}

@media screen and (max-width: 1023px) {

}

@media screen and (max-width: 767px) {
	.header {
			padding-top: 12px;
	}

	.header-menu_local, .header-menu_local {
			column-gap: 16px;
	}

	.header-menu-global__link {
			display: none;
	}

	.header-menu-global__link_active {
			display: block;
			font-size: 18px;
			line-height: 24px;
			letter-spacing: -0.54px;
	}

	.header-menu_local__link {
			max-width: 80px;
	}

	.header-menu_local__link_reg {
			font-size: 13px;
			line-height: 16px;
			letter-spacing: -0.39px;
	}
}


//Footer

.footer {
	padding-top: 16px;
	padding-bottom: 16px;
}

.footer-main1 {
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	padding-top: 24px;
	padding-bottom: 93px;
	display: flex;
	column-gap: 80px;
}

.footer-info {
	display: flex;
	column-gap: 87px;
}

.footer-logo {
	color: #0E0E11;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: -0.54px;
}

.footer-address {
	display: flex;
	flex-direction: column;
	max-width: 298px;
	row-gap: 16px;
}

.footer-address__title {
	color: #7D7D7D;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: -0.42px;
}

.footer-address__text, .footer-address__text > a {
	color: #0E0E11;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: -0.42px;
	text-decoration: none;
}

.footer-address__socials {
	display: flex;
	column-gap: 16px;
	align-items: center;
}

.footer-links {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	column-gap: 350px;
}

.footer-links__wrap {
	display: flex;
	flex-direction: column;
	row-gap: 14px;
}

.footer-links__link {
	text-decoration: none;
	color: #0E0E11;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: -0.54px;
}

.footer-copy {
    margin-top: 12px;
    color: rgba(0, 0, 0, 0.4);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: -0.42px;
    margin-bottom: 16px;
}

@media screen and (max-width: 1439px) {
	.footer-main1 {
		column-gap: 56px;
		padding-bottom: 63px;
	}
	.footer-info {
		column-gap: 62px;
	}

	.footer-links {
		column-gap: 56px;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}

	.footer-links__link {
		font-size: 16px;
		letter-spacing: -0.48px;
	}
}

@media screen and (max-width: 1023px) {
	.footer-main1 {
		column-gap: 40px;
	}

	.footer-info {
		flex-direction: column;
		row-gap: 30px;
	}

	.footer-links {
		column-gap: 40px;
	}

	.footer-links__link {
		max-width: 166px;
	}
}

@media screen and (max-width: 767px) {
	.footer-main1 {
		padding-top: 20px;
		padding-bottom: 60px;
		flex-direction: column;
		row-gap: 33px;
	}

	.footer-logo {
		font-size: 38px;
		letter-spacing: -1.14px;
	}

	.footer-info {
		row-gap: 40px;
	}

	.footer-address {
		max-width: 100%;
	}

	.footer-address__text, .footer-address__text > a {
		font-size: 16px;
		line-height: 20px;
	}

	.footer-links__wrap {
		width: 163px;
		row-gap: 12px;
	}

	.footer-links {
		column-gap: 17px;
	}

	.footer-links__link {
		max-width: 163px;
		font-size: 13px;
		letter-spacing: -0.39px;
	}
}
/* End */
/* /local/templates/tournaments/template_styles.css?17512811374914 */
