

/* Start:/local/templates/newhead/template_styles.css?17543109072314*/
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;
}

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

@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



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

}

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

}

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

}
/* End */
/* /local/templates/newhead/template_styles.css?17543109072314 */
