#header_links_div {
	background: #F6F5F4;
	width: 100%;
	font-family: Open Sans, Arial, sans-serif;
	height: 60px;
	position: fixed;
	z-index: 101;
}
#header_links_ff_special {
	padding: 0 50px;
}
#header_links {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}
#header_links a {
	text-decoration: none;
}
#header_links td {
	vertical-align: middle;
	height: 60px;
	padding: 0;
}
#header_links #header_links_l {
	padding: 0 10px 0 0;
}
#header_links .header_links_cf {
	padding: 0 10px 0 0;
}
#header_links_div_padding {
	height: 60px;
}
#gk_icon_logo_2021_img {
	display: inline-block;
}
#gk_icon_logo_2021_a {
	display: inline-block;
}

.header_menu_button{
	box-sizing: border-box;
	border-radius: 20px;
	padding: 14px 20px;
	font-weight: bold;
	font-size: 12px;
	line-height: 11px;
	color: white;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	margin: 0 3px;
	height: 40px;
}
.top_menu_button_purple{
	background: linear-gradient(180deg, #764696 0%, #C5A0DE 100%);
	border: 1px solid #764696 !important;
	margin: 0 5px 0 0;
}
.top_menu_button_red{
	background: #e72b01;
	border: 1px solid #764696 !important;
	margin: 0 5px 0 0;
}
.top_menu_button_green{
	background: #0FB600;
	border: 1px solid #0D9901 !important;
	margin-right: 80px;
}
.mh2 .header_menu_button.top_menu_button_gray{
	background: linear-gradient(180deg, #EDEBE9 0%, #F6F5F4 14.36%, #D4D4D5 100%);
	border: 1px solid #939598;
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	padding: 10px 14px;
	color: black;
}
.header_menu_button:hover{
	color: white;
}
.top_menu_button_purple:hover{
	background: #764696;
}
.top_menu_button_green:hover{
	background: #0D9901;
}
.mh2 .header_menu_button.top_menu_button_gray:hover{
	background: #F6F5F4;
}

#header_links_lm {
	display: none;
}
#header_links_lm span {
	width: 20px;
	height: 20px;
	display: inline-block;
	text-align: center;
	margin: 0 20px 0 0;
}
.header_mobile_button_div {
	display: none;
	margin: 8px 0 0;
	cursor: pointer;
}
.header_mobile_menu_button[data-action="close"],
#header_links_lm span[data-action="close"] {
	display: none;
}

.header_mobile_menu {
	display: table;
	width: 100%;
}
.header_links_div {
	display: table-cell;
	vertical-align: middle;
}
.header_links_div:nth-child(1) {
	width: 170px;
}
.header_links_div:nth-child(2) {
	text-align: center;
}
.header_links_div:nth-child(3),
.header_links_div:nth-child(4) {
	width: 130px;
}

#header_links #header_links_login {
	width:		200px;
	text-align: left;
	background: white;
	padding: 0;
	box-sizing: border-box;
}
#header_links #header_links_login > span {
	display: 	inline-block;
}
#header_links #header_links_login > span:first-child {
	padding:		0 5px 0 0;
	margin:			0 5px 0 0;
	border-right:	1px solid black;
}
#header_links #header_links_login > span.green {
	color:			rgba(248, 151, 35, 1);
}

.header_links_table_wrap{
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}

.attention_row{
	/*width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
	flex-direction: row-reverse;*/
    width: 200px;
    position: absolute;
    right: 0;
}
.attention_div{
	margin: 5px 0 0;
	width: 200px;
	padding: 16px 36px 15px 18px;
	box-sizing: border-box;
	background: #F6F5F4;
	border: 1px solid #C4C4C4;
    position: relative;
}
.attention_div_closed{
	padding: 3px 20px;
}
.attention_div_shifted{
	margin: 0;
}
.attention_open_close_button{
	background-image: url('/template/images/user_menu_img.png');
    transform: rotate(180deg);
	width: 11px;
	height: 6px;
	cursor: pointer;
    position: absolute;
    top: 7px;
    right: 20px;
}
.attention_open_close_button:hover{
	background-position: 0 6px;
}
.attention_div_closed .attention_open_close_button{
    transform: none;
}
.attention_title{
	font-weight: 700;
	font-size: 10px;
	line-height: 14px;
	color: #D2232A;
	display: none;
}
.attention_div_closed .attention_title{
	display: block;
}
.attention_main_text_row{
	display: flex;
	gap: 4px;
	align-items: flex-start;
	font-size: 10px;
	line-height: 14px;
}
.attention_div_closed .attention_main_text_row{
	display: none;
}
.attention_calendar{
	display: flex;
}
.attention_calendar_number{
	border: 1px solid #0087C1;
	border-radius: 4px;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	color: #D2232A;
	padding: 1px 0 3px;
}
.attention_calendar_number_left{
	padding-left: 2px;
	padding-right: 1px;
	margin: 0 -1px 0 0;
}
.attention_calendar_number_right{
	padding-left: 1px;
	padding-right: 2px;
}
.attention_a{
	margin: 4px 0 0;
	font-weight: 700;
	font-size: 10px;
	line-height: 14px;
	display: inline-block;
	text-decoration: none;
	border-bottom: 1px solid #0087C1;
	color: #0087C1;
	cursor: pointer;
}
.attention_a:hover{
	color: #D2232A;
	border-color: #D2232A;
}
.attention_subscription_ended_text{
	font-weight: 700;
	font-size: 10px;
	line-height: 14px;
	color: #D2232A;
}





.top_menu_login_button{
	background: linear-gradient(180deg, #EDEBE9 0%, #F6F5F4 14.36%, #D4D4D5 100%);
	border: 1px solid #939598 !important;
	box-sizing: border-box;
	border-radius: 20px;
	padding: 4px 0;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	color: black !important;
	width: 66px;
	height: 25px;
	text-decoration: none;
	display: block;
	margin: 0px 20px 15px;
	text-align: center;
}
.top_menu_login_button:hover{
	color: black;
	text-decoration: none !important;
	background: #F6F5F4;
	border: 1px solid #939598;
}

.user_menu_head{
	display: flex;
	align-items: center;
	color: #0087C1;
	font-size: 12px;
	line-height: 15px;
	cursor: pointer;
	padding: 0 19px;
}
.user_icon_link{
	margin: 0 5px 0 0;
	border: 0 !important;
}
.user_icon_div{
	width: 28px;
	height: 28px;
	text-decoration: none;
	background-image: url('/template/images/profile.png');
}
.user_menu_head:hover .user_icon_div{
	background-position: 0 28px;
}
.user_menu_name{
	width: 101px;
	margin: 0 15px 0 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.user_menu_head:hover .user_menu_name{
	color: #D2232A;
}
.user_icon_img{
	width: 30px;
	height: 30px;
	border-radius: 30px;
	display: block;
}
.user_menu_img{
	background-image: url('/template/images/user_menu_img.png');
	width: 11px;
	height: 6px;
	cursor: pointer;
}
.user_menu_head:hover .user_menu_img{
	background-position: 0 6px;
}
.user_menu_head.user_menu_head_expanded{
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.15);
}
.user_menu_head.user_menu_head_expanded .user_menu_img{
	transform: rotate(180deg);
}
.user_menu{
	display: none;
	width: 200px;
	position: absolute;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.15);
	padding: 6px 0 0;
	background: white;
	z-index: 3;
}
.user_menu_option{
	display: block;
	font-size: 12px;
	line-height: 16px;
	color: black !important;
	border: 0 !important;
	padding: 12px 0 12px 53px;
	background: white;
}
.user_menu_option:hover{
	background: #F6F5F4;
	color: black !important;
}
.activation_select{
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	border: 0 !important;
	margin: 0 0 0 20px;
}

@media screen and (max-width: 1145px) {
	#header_links_ff_special{
		padding:	0 30px;
	}
	#header_links #header_links_site{
		display: flex;
		position: relative;
	}
	.header_links_items_div{
		display: none;
	}
	.header_mobile_button_div{
		display: block;
	}
	.header_mobile_menus_div{
		display: block;
	}
	#header_links #header_links_site .header_links_div {
		padding: 	0 40px 0 0;
	}
	#header_links #header_links_site .header_links_div > span {
		display:	block;
		margin:		0 0 2px 0;
	}
	#header_links #header_links_login > span {
		float: 		none;
	}
	.header_menu_button {
		display: inline-block;
		padding: 8px 15px;
	}
	#header_links_lm {
		display: table-cell;
	}

	.header_mobile_menu{
		z-index: 2;
		display: none;
		position: fixed;
		top: 60px;
		left: 0;
		background: #F6F5F4;
		width: 100%;
		box-sizing: border-box;
	}
	.header_mobile_menu[data-menu="links"]{
		padding: 14px 30px 0;
	}
	.header_mobile_menu[data-menu="search"]{
		padding: 30px;
	}
	.header_mobile_menu[data-menu="links"] .header_links_div{
		margin: 0 0 14px;
		display: block;
	}
	.header_mobile_menu[data-menu="search"]{
		display: none;
	}
	.header_mobile_menu[data-menu="search"] > form {
		margin: 0 auto;
		position: relative;
		display: flex;
	}
	.header_mobile_menu[data-menu="search"] input[name=q] {
		width: 100%;
		padding: 3px 24px 5px 15px;
		font-size: 16px;
		background: white;
		border: 0.5px solid #939598;
		box-sizing: border-box;
		border-radius: 20px;
		height: 30px;
	}
	.header_mobile_menu[data-menu="search"] input[type=submit]{
		background:	transparent url("/template/images/search_ico_blue.png") no-repeat;
		cursor:			pointer;
		border:		 0;
		margin: 9px 0 0 -23px;
		width: 13px;
	}
	.header_links_div{
		font-size:		12px;
		line-height: 16px;
	}
	.header_links_div:nth-child(2) {
		text-align: left;
	}
}
/* max-width: 360px */
@media screen and (max-width: 360px){
	#header_links_ff_special {
		padding: 0 15px;
	}
	.header_mobile_menu[data-menu="links"]{
		padding: 14px 15px 0;
	}
	.header_mobile_menu[data-menu="search"]{
		padding: 15px;
	}
}


#header_links .mh1 .green {
	color: #0D9901;
	display: inline-block;
}
#header_links .mh1 .green a {
	color: #0D9901;
	text-decoration: none;
}
#header_links .mh1 .green a:hover {
	color: #D2232A;
}
.mh2 .header_menu_button {
	/*padding: 8px 20px;*/
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.header_buttons_div{
	display: flex;
	justify-content: center;
}

/* max-width: 1200px */
@media screen and (max-width: 1200px){
	#header_links .mh1 .green {
		width: 180px;
	}
	#header_links .mh1 .header_menu_button {
		display: block;
		float: left;
	}
}