a:hover
{
  color: #e11000;
}

.activity-content h1
{
	font-size: 60px;
	line-height: 60px;
	margin-bottom: 15px;
	margin-top: 30px;
}

.activity-content h2
{
	margin:0 0 9px;
	font-size: 35px;
	line-height: 35px;
	font-weight: bold;
}

#act_name_in_menu
{
	display: none;
}

#white_container
{
	background:#fff;
	background-size: auto 100%;
	display: grid;
	margin-top: 20px;
	height: 200px;
}

#white_container.has-image
{
	background-position: 200px center;
	grid-template-columns: 230px 1fr 29px;
}

#white_container.not-has-image
{
	background-position: left center;
	grid-template-columns: 4px 1fr 29px;
}

#white_container>div:last-child
{
	background: url('/images/olimpiada-head-right.png') no-repeat; 
	background-size: 100% 100%;
	position: relative; 
	background-position: bottom left; 
}

#white_container.has-image>div:first-child
{
	display: flex;
	background: url('/images/olimpiada-head-logo.svg') center center no-repeat;
	align-items: center;
	justify-content: center;
	background-size: cover;
}

#white_container.has-image>div:first-child img
{
	max-width: 180px; 
	max-height: 180px;
}

.left, .right
{
	display:block;
}
.left
{
	float:left;
	width:29%;
	position: relative;
	margin-top:38px;
}
.contacts
{
	display:block;
	margin-bottom:30px;
}
.contacts p 
{
	margin:0;
}
.contacts span.bold, .contacts a
{
	display:block;
	padding-bottom: 4px;
}
.contacts a, .contacts span
{
	display:block;
	padding-bottom: 10px;
}
.contacts a svg
{
	display:inline-block;
	height:20px;
	margin-right:3px;
	margin-bottom: -4px;
}
.contacts a svg path 
{
	fill:#006cd9;
}
.left .contacts span.icon-link-arrow
{
	font-size: 10px;
	top:0;
}
.right
{
	float:right;
	width:66.5%;
	margin-left:4,5%;
	font-size: 18px;
	margin-top:7px;
}

#activity_menu
{
	padding: 0 30px;
	padding-bottom: 0;
	margin-bottom: 14px;
	box-sizing: border-box;
	width: 100%;
}

#activity_menu .activity_menu
{
	margin:0 auto;
}

.am-fixed
{
	position: fixed;
	z-index: 2;
	top:0;
	border-bottom: 1px solid #ccc;
	left: 0;
	background-color: #fff;
}

.am-fixed #act_name_in_menu
{
	display: block;
}

.block_with_margin_bottom
{
	display: block;
	position: relative;
	margin-bottom: 62px;
}
.history_a
{
	display: inline-block;
	line-height: 20px;
}
#history
{
	display:none;
	font-size: 18px;
	line-height: 25px;
}
.activity_img
{
	background-color: #fff;
	background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 1400px auto;
    display: block;
    height: 300px;
    margin: 0;
    position: relative;
    width: 100%;
    border-top: 2px solid #000;
}

.activity_img2
{
	background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 1400px auto;
    background-position: left bottom;
    background-color: #fff;
    display: block;
    height: 20px;
    margin: 0;
    position: relative;
    left:-10px;
    right: -10px;
    border-top: 2px solid #000;
}
.white_icon_container
{
	display: block;
	position:absolute;
	top:110px;
	left:23px;
	height:149px;
	padding:8px;
	background: #fff;
}
.black_icon_container
{
	display: block;
	max-width: 280px;
    overflow: hidden;
    height:145px;
    background: #000;
    padding:2px;
}
.black_icon_container img
{
	height:145px;
}
.activity_menu 
{
	width:100%;
	background: #fff; 
	max-width: 1340px; 
	min-width: 940px;
	display: grid;
	grid-template-columns: 1fr 150px;
}

.activity_menu .am-favorite
{
	display: flex;
align-items: flex-end;
padding-bottom: 14px;
justify-content: flex-end;
}

.activity_menu td
{
	position:relative;
	padding:0;
}
.act_icon
{
	display: block;
	float:left;
	height:146px;
	max-width: 280px;
	overflow: hidden;
	margin-top: -82px;
	border:2px solid #000;
	z-index: 5;
}
.act_icon img
{
	display: block;
	height:146px;
	z-index: 5;
}
.a_menu
{
	display:inline-block;
	text-decoration: none;
	margin:19px 13px 0 0;
	padding-bottom:17px; 
	line-height: 16px;
}

.a_menu:hover svg path, #krest_ept:hover svg path, .main_olimp:hover svg path, .more_info_link:hover svg path
{
	fill:#e11000;
}

.a_menu.selected
{
	color:#000;
	/*padding:5px 0px;
	margin-top: 13px;*/
	padding-bottom:14px;
	border-bottom:3px solid #000;
}
.participate
{
	display:block;
	width:176px;
	height:23px;
	padding:5px 0 4px 0px;
	text-align: center;
	float:right;
	/*background: linear-gradient(to top, #026ad9, #4c96e5);*/
	background: #006cdd;
	border-bottom: 1px solid #014a97;
	color:#fff;
	margin-top:10px;
	font-size: 16px;
}
.participate.grey_medium_bg
{
	border-bottom: none !important;
	cursor: default !important;
}
.participate div
{
	padding-top:0px;
	color:#fff;
}
.to_fav_icon_in_menu_line
{
	display:inline-block;
	margin-right: 20px;
	margin-top:16px; 
}
.to_fav_icon_in_menu_line span
{
	display: inline-block;
	margin-top:0px;
	font-size: 20px;
}
.act_rating
{
	width:130px;
	padding-top: 24px;
}
.act_rating .rating
{
	font-size: 100px;
	line-height: 74px;
	font-family: 'Bonvalet';
}
.headline_activity
{
	display: block;
	margin: 10px 0 8px;
}
#top_level_activity
{
	display:block;
	position: relative;
	height:26px;
	margin-bottom:-5px;
	z-index: 1;
}
.main_olimp 
{
	display: inline-block;
	line-height: 20px;
}
.main_olimp span
{
	display: inline-block;
	position:absolute;
	margin-bottom:-2px;
	font-size:28px;
}
/*
.main_olimp font
{
	padding-left:20px;
}*/
#scroll_activity_menu h1 
{
	font-size:20px;
	/*font-family: 'BuSan-NB';*/
	font-weight: bold;
	line-height:20px;
}
#scroll_activity_menu
{
	width: 100%;
}

.content_scroll
{
	background-color: #fff;
	position: fixed;
	top:76px;
	left:0;
	right: 0;
	padding: 0 30px;
	display: none;
	z-index: 2;
}

#scroll_activity_menu td
{
	padding-top: 15px;
}
/*#scroll_activity_menu .a_menu
{
	margin-top: 10px;
}
#scroll_activity_menu .a_menu.selected
{
	margin-top: 5px;
	font-size: 25px;
}*/
.classes_types_a, .place_a
{
	display: block;
	font-size: 25px;
	margin-top: 5px;
}
/*.phone_a
{
	display: block;
	margin-top: 40px;
	margin-bottom: 15px;
	font-size: 35px;
}
.email_a, .site_a 
{
	display: block;
}*/
.events_for_activity 
{
	/*display:block;*/
	width: 100%;
	margin: 8px 0;
}

.events_for_activity tbody tr:hover a
{
	color:#e11000;
}
.events_for_activity thead td 
{
	font-family: 'BuSan-N';
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
}
.events_for_activity td:last-child
{
	text-align:right;
	padding-left:3px;
}
.events_for_activity tbody td
{ 
	position:relative;
	padding:7px 0;
}
.events_for_activity .event_name
{
	display:block;
	font-family: 'BuSan-N';
	padding:2px 0 0;
	line-height: 16px;
	height:34px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ev_selected a:hover .event_name, .ev_selected:hover .event_name
{
	color: #fff;
}

.events_for_activity a
{
	color: #000;
}

.events_for_activity tbody td:last-child
{
	font-family: 'Bonvalet';
	font-size: 38px;
	line-height: 33px;
}
.events_for_activity tbody td:last-child a
{
	color:#e11000;
}
.events_for_activity tbody td:first-child
{
	line-height: 16px;
}
.events_for_activity .grey td, .events_for_activity .grey td a
{
	color:#b7b7b7 !important;
}

.events_for_activity .grey:hover td, .events_for_activity .grey:hover td a
{
	color:#e11000 !important;	
}

.events_for_activity .ev_selected a 
{
	color: #fff;
}

.info
{
	font-size: 25px;
	line-height: 30px;
}
.info p:first-child
{
	margin-bottom: 0px;
}
.prepare_steps
{
	display:block;
	font-size: 18px;
	margin:0px 0;
}
.prepare_steps img 
{
	display: block;
	margin:0 auto 10px;
	height:100px;
}
.prepare_steps a
{
	font-size: 25px;
	line-height: 30px;
	display: block;
	margin-top:7px;
}
.prepare_steps a span 
{
	display: inline-block;
	position:relative;
	top:-1px;
}
.prepare_steps .step_title
{
	display: block;
	/*font-family: 'BuSan-NB';*/
	font-weight: bold;
}
.stroke
{
	display: block;
	margin-top:30px;
}

#features div.f_blocks
{
	display:block;
	/*float:left;
	width:48%;*/
	width: 96%;
	margin-right: 4%;
	margin-bottom: 10px;
}
#features div span 
{
	display:block;
	/*font-family: 'BuSan-NB';*/
	font-weight: bold;
}
.f_blocks a 
{
	display:block;
}
.new_link .icon-link-arrow 
{
	top:-2px;
}

	.review
	{
		display:block;
		margin:0 0 45px;
		font-size: 18px;
	}
	.review_title
	{
		font-family: 'Bonvalet';
		font-size: 45px;
	}
	.text_with_title, .text_without_title
	{
		margin:0;
	}

	.text_with_title span, .text_without_title span
	{
		display: block;
		padding-bottom: 10px;
	}

	.short_review_info
	{
		font-size: 18px;
		font-weight: bold;
	}
	.review .marks
	{
		display: block;
		margin-top:10px;
	}
	.review .marks span 
	{
		padding-right:7px;
	}
#discussion .review
{
	margin-bottom:30px;
}

.send_review .title
{
	font-size: 25px;
	font-weight: bold;
}
.send_review .comment_textarea
{
	width:98%;
	margin:8px 0 17px;
	min-height:125px;
	font-weight: normal;
	background-position: 0px 0px;

	font-family: 'BuSan';
}

.send_review .comment_textarea:focus
{
	background-image: url('/images/textarea_bg_active.png');
}
#review_text
{
	font-size: 18px;
}
.send_review .button
{
	margin-top:50px;
	background-color: #000;
}

.send_review .button:hover
{
	color: #fff;
	background-color: #e11000;
}

.send_review .button.disable
{
	background-color: #b2b2b2;
}

.mark_line, .who_are_you 
{
	display: block;
}

.who_are_you
{
	padding-top: 2px;
}

.mark_line a 
{
	font-family: 'Bonvalet';
	font-size: 26px;
	padding:0px 10px 2px;
}
.who_are_you a
{
	padding:4px 7px 6px;
}
.mark_line a.selected, .who_are_you a.selected
{
	color:#fff;
	background-color: #076fd9;
	border-radius: 3px;
}
.mark_line a.selected
{
	border-radius: 3px;
}
.set_marks_table td
{
	vertical-align: middle;
	padding-top:5px;
}
.set_marks_table td:first-child
{
	padding-right: 13px;
}
.set_marks_table tr:last-child td
{
	padding-top:15px;
}
input[name=your_variant]
{
	background: transparent;
	border:none;
	border-bottom: 1px solid #d0d0d0;
	font-size: 18px;
	width: 160px;
	margin-left: 7px;
}

input[name=your_variant]:focus 
{
	outline: none; 
	border-bottom: 1px solid #999;
}

input[name=your_variant]::placeholder
{
	color:#bcbcbc;
}

#send_review_container 
{
	display:block;
	position:relative;
}
#letadlo
{
	display:none;
	position:absolute;
	top:-20px;
	right:40px;
	width:170px;
	z-index:1;
}



.publication_item .icon-link-arrow,.new_item .icon-link-arrow
{
	display: inline;
}
.publication_item
{
	display:block;
	font-size: 35px;
	background: #f5f5f5;
	margin: 15px -10px;
	padding:15px 10% 30px 10px;
}
.years_for_news
{
	display:block;
	margin-bottom: 15px;
}
.years_for_news.selected
{
	font-size: 25px;
}

.new_yellow 
{
	display: block;
	position:absolute;
	top:-3px;
	left:-3px;
	right:-3px;
	bottom:-3px;
	background: #fff18c;
	z-index: 0;
}
.time_classes_line_for_event td font 
{
	display: block;
	font-size: 80px;
	font-family: 'Bonvalet';
	line-height: 70px;
	text-align: center;
	
}
.time_classes_line_for_event 
{
	margin-bottom: 20px;
}
.time_classes_line_for_event td:nth-child(2) font,.time_classes_line_for_event td:nth-child(3) font
{
	margin:5px 30px 0 0;
}
.time_classes_line_for_event td:nth-child(2) span
{
	max-width: 200px;
}
.time_classes_line_for_event td span 
{
	font-size: 18px;
	line-height: 14px;
	display: block;
	font-family: 'BuSan';
}
.time_classes_line_for_event td span ul, .time_classes_line_for_event td span p 
{
	margin:0;
	padding:0;
}
.time_classes_line_for_event td:nth-child(2) span,.time_classes_line_for_event td:nth-child(3) span
{
	margin:2px 30px 0 0;
}
.time_classes_line_for_event td font img 
{
	display: inline-block;
	width:59px;
	margin:1px 7px 0 0;
}
.main_date
{
	margin:0 30px 0 0;
	padding:0px 30px 9px !important;
	border: 4px solid #e11000;
	border-radius: 8px;
}
.main_date.grey 
{
	border-color: #b7b7b7;
}
.main_date font
{
	display: block;
}
.main_date span 
{
	font-size: 14px;
	line-height: 14px;
	display: block;
	font-family: 'BuSan-NR';
	margin-top: 2px;
	text-align: center;
}
.main_date span.fright
{
	float:right;
	text-align:right;
}
.main_date span.fleft
{
	float:left;
	text-align:left;
}
.full_event_info
{
	font-size: 18px;
}
.full_event_info a 
{
	display: block;
	font-size: 25px;
	line-height: 30px;
	margin-top: 10px;
}
.full_event_info p
{
	margin:0;
}
.full_event_info ul
{
	list-style-type: none; /* Убираем исходные маркеры */
    padding:0 0 0 30px;
    margin:5px 0;
}
.full_event_info ul li
{
	padding:5px 0;
}

.full_event_info ol {
    list-style-type: none; /* Убираем исходные маркеры */
    padding:0;
    counter-reset: num; /* Задаём имя счетчика */
   }

.full_event_info ol li::before {
    content: counter(num); /* Выводим число */
    counter-increment: num; /* Увеличиваем значение счётчика */
    
    display:block;
    /*float:left;*/
    height:100%;
    font-family: 'Bonvalet';
    color:#fff;
    background: #000;
    font-size: 50px;
    line-height: 40px;
    width:50px;
    height:47px;
    border-radius: 25px;
    text-align: center;
    padding-top:3px;
    /*margin:-5px 10px 30px 0;*/
    left:0px;
    top:-5px;
    position: absolute;
   }
  .full_event_info ol li
  {
  	position:relative;
  	padding:10px 0 14px 60px;
  	min-height: 52px;
  	clear:both;
  }
.block_with_margin_bottom.full_event_info ol li::before {
	top:9px;
}

.old_date_event
 {
    color: #b2b2b2;
    display: inline-block !important;
    font-size: 16px;
    position: relative;
}
.old_date_event hr 
{
    display: block;
    margin: 0;
    position: absolute;
    right: 0;
    top: 48%;
    width: 100%;
}

#t_years
{
	display: block;
	position: relative;
}

#t_years select
{
	display: block;
	position: absolute;
	width: 100%;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	/*height: 40px;*/
	-webkit-appearance: none;
}

.disable:hover
{
	color:#fff;
}

.tfi_a
{
	display: none;
}

.tfi_na
{
	display: inline;
}

.added .tfi_na
{
	display: none;
}

.added .tfi_a
{
	display: inline;
}

.classes_types_a .hidden
{
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 3px;
}

.classes_types_a div.hidden
{
	height: 3px;
}

.act_perebivka 
{
	display: block;
	margin:40px 0;
}

#megapop_cont 
{
	position:relative;
	display: block; 
	margin-top: 100px; 
	margin:100px auto; 
	width:700px;
	background-color: #fff; 
	color: #000; 
	padding: 30px 4.3%;
}
#krest_ept
{
	display: block;
	position:absolute;
	top:20px;
	right:5%;
	width:30px;
}

.hide_hist svg, .more_info_link svg
{
	display: inline-block;
	position: relative;
	top: -4px;
	width:16px;
}
.hide_hist
{
	font-size:  25px;
	line-height: 36px;
}

.events_for_activity tbody td:last-child a.show_last
{
	color: #006cd9; 
	display: block; 
	text-align: center; 
	font-size: 18px; 
	font-family: 'BuSan', sans-serif;
	padding-bottom: 10px;
}

.events_for_activity tbody td:last-child a.show_last:hover
{
	color:#e11000;
}

.big .subject_tag, .big .subject_dop
	{
		font-size: 30px !important;
		line-height: 30px;
	}
	.big .subject_tag
	{
		border-width:2px !important;
		border-radius: 5px;
		display: inline-block;
		float: none;
	}
	.big .subject_tag span
	{
		font-size: 28px !important;
		line-height: 32px;
	}

.timetableH2
{
	line-height:30px;
	font-size:25px;
}

.timetableH2.is-events
{
	margin:-11px 0 0;
}

.timetableH2.no-events
{
	margin:37px 0 0;
}

.events_for_activity.selection.now
{
	position: relative;
	width: 100%;
}
.grey
{
	/*display: none;*/
}
.events_for_activity.selection .now div
{
	position: absolute;
	top:-10px;
	left:10px;
	right: -10px;
	bottom: -10px;
	background: #fff18c;;
}

.events-info
{
	display: block; 
	padding: 0 0 30px;
}

.ei-link
{
	position: relative; 
	margin-top:0px;
}

.ei-a
{
	display:block;
	margin-top:10px;
}

.small-tag
{
	font-size:20px!important; 
	line-height:18px; 
	border-width:1px !important; 
	border-radius:3px;
}

.left .big .small-tag
{
	line-height: 30px;
}

#features
{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 30px;
}

.prep-steps
{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 30px;
}

.add-act .block
{
	grid-column: span 4;
}

#new_for_activity a.color
{
	font-size: 25px;
	top:2px;
	position: relative;
}

.srw
{
	display:block;font-size:25px;margin-top:5px;
}

.morev
{
	width: 90%;
}

.ei-a
{
	margin-top: -10px;
	padding-bottom: 30px;
}

.rev-sent
{
	font-size:25px;max-width:400px;margin:10px 0; padding-bottom:30px;
}

.multi-top
{
	display: grid;
	grid-template-columns: 1fr 30%;
	grid-gap: 30px;
}

.multi-top .org-contacts
{
	display: block;
	box-sizing: border-box;
	padding-left: 15%;
}
.m_activity_news_title
{
	margin-top:30px;
}

.activity_menu.activity-back-menu .a_menu
{
	margin-top: 19px;
}

.event-proof
{
	display:block;margin:60px 0 0;
}


@media all and (max-width: 700px)
{

	.contacts
	{
		margin-bottom: 20px;
	}

	.events-info
	{
		padding-bottom: 20px;
	}
	.m_activity_news_title
	{
		margin:0px 0 5px !important;
	}
	.act-news-list .publication_item
	{
		padding:15px 10px 18px;
	}

	.activity-content h1
	{
		font-size: 35px;
		line-height: 35px;
		margin-top: 0;
	}
	.tct-top-olimp i
	{
		font-size: 12px;
	}

	.multi-top
{
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 20px;
}
	.multiact 
	{
		margin-bottom: 0 !important;
	}
	.multiact .olimpiada.fav_olimp
	{
		margin-bottom: 0px;
		padding-top: 40px;
		padding-bottom:0;
	}
	.multiact .org-contacts
	{	
		padding-top:30px;
	}
	.multiact .org-contacts .contacts
	{
		margin-bottom: 20px;
	}
	.multi-top h1
	{
		padding-top: 0px;
margin: 0;
line-height: 35px;
	}
	.rev-sent
{
	font-size:17px;max-width:400px;margin:10px 0 0; padding-bottom:0px;
	line-height: 22px;
}
	.send_review .title
	{
		font-size: 22px;
		line-height: 27px;
	}

	#review_text
	{
		font-size: 17px;
		line-height: 25px;
	}
	#letadlo {display: none !important;}
	.who_are_you a, input[name=your_variant] {font-size: 15px;}
	.who_are_you a
	{
		padding: 0px 7px 2px;
	}
	.mark_line
	{
		display: flex;
		padding: 0 2px;
		box-sizing: border-box;
		justify-content: space-between;
	}
	.mark_line a
	{
		padding:0 5px 2px;
		font-size: 19px;
	}
	.set_marks_table
	{
		width:100%;
	}
	.set_marks_table td:nth-child(2)
	{
		width:170px;
	}
	.events_for_activity tbody td:last-child a.show_last
	{
		font-size: 16px;
		padding-bottom: 0;
	}
	.events_for_activity tbody .alahomora td
	{
		padding-bottom: 0;
	}
	.participate
	{
		display: none;
	}
	.left
	{
		float:none;
		width:100%;
		position: relative;
		margin-top:5px;
		padding: 0 0px;
	}

	.left .big .small-tag
	{
		line-height: 23px !important;
	}

	.morev
	{
		width: auto;
	}
	.content.activity-content
	{
		padding: 0 10px;
	}

	.a_menu.srw
	{
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.send_review
	{
		clip-path: none !important;
		border-radius: 3px;
		padding:9px 2% 20px 10px
	}

	.trol
	{
		font-weight: bold;
	}


	#new_for_activity a.color, .morev a.color
	{
		font-size: 17px;
		top:2px;
		position: relative;
	}

	.morev a.color
	{
		margin-bottom: 30px;
	}

	.full_event_info ol li
	{
		padding-left: 0;
	}

	.block_with_margin_bottom.full_event_info ol li::before
	{
		top:0;
	}

	.full_event_info ol li::before
	{
		display: inline-block;
		position: relative;
		font-size: 25px;
		line-height: 30px;
		width: 30px;
		height: 30px;
		border-radius: 30px;
		text-align: center;
		padding-top: 0px;
		margin-right: 10px;
		margin-top:-5px;
		top:0;
	}

	.prepare_steps img
	{
		display: none;
	}
	.hide_hist
	{
		margin-bottom: 0;
	}

	.info, .hide_hist, .more_info_link, .prepare_steps a, .a_menu.color
	{
		font-size: 17px !important;
		line-height: 20px;
	}

	.hide_hist svg, .more_info_link svg
	{
		width: 12px;
	}

	#history
	{
		font-size: 17px;
		line-height: 20px;
	}

	.right
	{
		float:none;
		width:100%;
		position: relative;
		margin-top:20px;
		padding: 0 0px;
		font-size: 17px;
	}

	.full_event_info
	{
		font-size: 16px;
	}

	.top_container
	{
		display: grid;
		border-radius: 3px;
		box-sizing: border-box;
		padding: 20px 20px;
		color: #fff;
		min-height: 105px;
		height: auto;
		grid-template-rows: 40px 1fr 40px 40px;
		grid-gap: 10px;
		background-repeat: repeat;
		background-size: 50%;
	}

	.tc-status a:hover
	{
		color: #fff;
	}

	.top_container a
	{
		color: #fff;
	}

	.top_container h1
	{
		line-height: 10vw;
		font-size: 8vw;
		padding-bottom: 10px;
	}

	.activity_menu
	{
		min-width: 0;
		grid-template-columns: repeat(1,1fr);
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.a_menu.selected
	{
		padding-bottom: 0;
		border:none;
	}

	.events_for_activity tbody td:last-child {
		font-family: 'Bonvalet';
		font-size: 25px;
		line-height: 35px;
		}

	.block_with_margin_bottom
	{
		margin-bottom: 40px;
	}

	.activity-content .right .block_with_margin_bottom
	{
		margin-bottom: 30px;
	}

	.activity-content .right .full_event_info.block_with_margin_bottom
	{
		margin-bottom: 0px;
	}

	.activity-content .right .full_event_info.block_with_margin_bottom ol
	{
		margin-bottom: 0;
	}

	.activity_menu .to_fav_icon_in_menu_line
	{
		display: none;
	}

	.activity_menu>div
	{
		display: block;
		
	}

	.activity_menu>div.am-favorite
	{
		display: none;

	}

	.activity_menu td
	{
		display: flex;

	}

	.mact_rating
	{
		display: block;
		text-align: right;
	}

	.mact_rating span
	{
		display: inline-block;
	}

	.mact_rating span.actr-name
	{
		font-size: 16px;
		padding-right: 10px;
	}

	.tc-top
	{
		display: grid;
		grid-template-columns: 1fr 25px;
		grid-gap: 10px;
	}

	.tc-top .icon-star
	{
		font-size: 24px;
	}
	.mact_rating span.rating
	{
		font-size: 35px;
		line-height: 35px;
		font-family: 'Bonvalet';
	}

	.big .subject_tag, .big .subject_dop
	{
		border-width: 1px !important;
		font-size: 20px !important;
		line-height: 23px;
	}
	.big .subject_tag
	{
		border-width:1px !important;
		border-radius: 5px;
	}
	.big .subject_tag span
	{
		font-size: 19px !important;
		line-height: 23px;
	}
	.morev .review:nth-child(n+3)
	{
		display: none;
	}
	.events-info.ei-link
	{
		font-size: 17px;
		padding-top: 10px;
	}

	#efa_selection
	{
		display: none !important;
	}

	.events_for_activity
	{
		position: relative;
		margin-left:-5px;
		width: calc(100vw - 20px);
	}

	.events_for_activity tr[data=yell]
	{
		background-color: rgb(255, 241, 140);
		border-radius: 3px;
	}

	.events_for_activity tr.ev_selected
	{
		background-color: rgb(229, 29, 38);
		border-radius: 3px;
	}

	.event-proof a
	{
		word-wrap: break-word;
		word-break: break-all;
		/*white-space: pre;*/
		display: block;
		max-width: 90vw;
		overflow-wrap: anywhere;
	}

	.events_for_activity tr
	{
		display: grid;
		grid-template-columns: repeat(3,auto);
		padding: 0 5px;
		width: 100%;
		box-sizing: border-box;
		grid-gap: 10px;
		margin-bottom: 3px;
	}

	.events_for_activity thead tr
	{
		width: 100%;
		grid-gap: 0;
	}

	.events_for_activity thead tr td
	{
		width: auto !important;
	}
	.events_for_activity tbody
	{
		display: block;
	}
	.events_for_activity tbody tr td
	{
		padding: 1px 0;
		display: flex;
		align-items: center;
	}

	.events_for_activity tbody tr td:last-child
	{
		justify-content: flex-end;
	}
	.events_for_activity tr td[colspan="2"]
	{
		grid-column: span 2;	
	}
	.events_for_activity tr td[colspan="3"]
	{
		grid-column: span 3;
		justify-content: center !important;
	}

	.events_for_activity .event_name 
	{
		height: auto;
		padding: 0;
	}

	.ei-a
	{
		font-size: 17px;
		padding: 0 0 10px;
	}

	.ei-a
	{
		margin-top: -10px;
	}

	.prepare_steps
	{
		font-size: 16px;
	}

	.info p:first-child
	{
		margin-top: 0;
	}
	.classes_types_a
	{
		font-size: 17px;
	}

	.timetableH2
	{
		line-height:27px;
		font-size:22px;
	}

	.a_menu
	{
		margin: 10px 10px 0 0;
		padding-bottom: 10px;
	}

	#activity_menu
	{
		padding: 0 10px;
		margin-bottom:0;
	}

	.activity_menu.activity-back-menu
	{
		padding-top: 0;
	}

	.activity_menu.activity-back-menu .a_menu
	{
		margin-top: 0;
	}

	#activity_menu.am-fixed
	{
		padding: 0 16px;
	}

	.review
	{
		font-size: 16px;
		margin-bottom: 20px;
	}

	.text_with_title span, .text_without_title span
	{
		padding-bottom: 3px;
	}

	.short_review_info
	{
		font-size: 17px;
	}

	#new_for_activity .new_link
	{
		font-size: 16px;

	}


	.activity-content h2
	{
		margin:0 0 9px;
		font-size: 22px;
		line-height: 27px;
		font-weight: bold;
	}
	#features
	{
		display: grid;
		grid-template-columns: repeat(1,1fr);
		grid-gap: 0px;
		margin-bottom: 10px;
	}
	.prep-steps
	{
		display: grid;
		grid-template-columns: repeat(1,1fr);
		grid-gap: 20px;
	}
	#features div.f_blocks
	{
		margin-bottom: 20px;
	}

	.act-news-list
	{
		display: block;
	}

	.act-news-list>tr
	{
		display: block;
	}

	.act-news-list>tbody>tr>td:first-child
	{
		display: block;
	}
	.act-news-list>tbody>tr>td:last-child
	{
		display: none;
	}

	.act-news-list .new_link
	{
		font-size: 17px;
		line-height: 20px;
		margin-bottom: 20px;
	}

	.act-news-list .new_link span
	{
		font-size: 17px;
		line-height: 20px;
		display: inline-block;	
	}

	.multiactth
	{
		display: none;
	}

	.am-fixed #act_name_in_menu
	{
		display: none;
	}

	.events-content
	{
		display: grid;
		grid-template-areas: "event" "timetable";
		grid-gap: 0px;
	}
	.events_for_activity tbody td
	{
		padding: 7px 0 0px;
	}

	.events_for_activity
	{
		/*margin: 8px 0 15px;*/
	}
	.ttanchor{display: block; height: 35px;}

	.events-content .timetableH2.is-events{font-size: 35px; line-height: 35px; margin-bottom: 20px; margin-top: 0px;}

	.events-content>.right {grid-area: event; margin-top: 0}
	.events-content h1 {margin-top: 0};
	.events-content>.left {grid-area: timetable;}

	.time_classes_line_for_event {display: block;}
	.time_classes_line_for_event tbody {display: block;}
	.time_classes_line_for_event tr {display: grid; grid-template-columns: repeat(2,auto); grid-gap: 20px;}
	.time_classes_line_for_event tr td font img {display: none;}
	.time_classes_line_for_event td font {font-size: 60px;}
	.time_classes_line_for_event>tbody>tr>td:last-child font {text-align: left; word-break: keep-all;}
	.time_classes_line_for_event td span {font-size: 12px;}
	.main_date span.fright {text-align: right !important;}
	.main_date {padding: 0px 10px 9px !important; border: 2px solid #e11000;}
	.event-proof{display:block;margin:20px 0 0;}
	.org_contacts_for_event {margin: 20px 0 0 0; width: calc(100vw - 20px); box-sizing: border-box; left:-10px; position: relative; padding: 15px 10px 10px;clip-path: none !important;}
	.org_contacts_for_event span, .org_contacts_for_event a {font-size: 17px; line-height: 20px;}
	.org_contacts_for_event span {display: block; padding-bottom: 10px;}
	.org_contacts_for_event span font {display: block;}
	.main_date.red td span:last-child {margin: 2px 0 0 !important;}
}