* {
	margin: 0;
	padding: 0;
}


html,
body {
	height: 100%;
	overflow-x: clip;
	top: 0px;
}

p {
	font: 15px/1.3 Montserrat, sans-serif;
	padding-top: 6px;
	padding-bottom: 6px;
}

li {
	font: 15px/1.3 Montserrat, sans-serif;
	margin-left: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	margin: 0 auto;
	background: white;
	justify-content: space-between;
}
.content {
	flex: 1 0 auto;
}

a {
	color: #3498DB;
}

.footer {
	display: flex;
	background: #145B82;
	justify-content: center;
	padding: 25px;
}
.footer_content {
	display: flex;
	justify-content: center;
	flex-direction: column;
	max-width: 1110px;
	width: 100%;
}
.footer_main_row {
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 100%;
}
.footer_2nd_row {
	display: flex;
	flex-direction: row;
	margin-top:10px;
	justify-content: center;
	width: 100%;
}
.footer_main_row_column {
	display: flex;
	flex-direction: column;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	padding-right: 40px;
}
.footer_menu_heading {
	font: 12px/1.2 Montserrat, sans-serif;
	color: darkgray;
	font-weight: bolder;
}
.footer_menu_item {
	font: 12px/1.2 Montserrat, sans-serif;
	color: white;
	padding-top: 12px;
}
@media (max-width: 800px) {
	.footer_main_row {
		flex-direction: column;
	}
}
@media (max-width: 1060px) {
	.footer_main_row_column {
		padding-left: 10px;
		padding-right: 10px;
	}
}

a.footer_menu_item:link,
a.footer_menu_item:hover,
a.footer_menu_item:active ,
a.footer_menu_item:visited {
	font: 12px/1.2 Montserrat, sans-serif;
	color: white;
	padding-top: 12px;
	outline: none;
	text-decoration: none;
}
a.footer_menu_item:hover {
	color: red;
}


.information_line,
.actual_info_page,
.coming_tasks_page,
.past_tasks_page,
.leaders_page,
.about_page,
.content_page,
.faq_page {
	display: flex;
	flex-direction: column;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 40px;
	padding-right: 40px;
	background: white;
	align-items: center;
}

.information_line {
	padding: 4px;
	background: black;
	align-items: center;
}
.actual_info__label,
.coming_tasks__label,
.past_tasks__label,
.leaders_page__label,
.about_page__label,
.content_page__label,
.faq_page__label {
	text-transform: uppercase;
	font: 30px/1.4 Montserrat, sans-serif;
	color: black;
	justify-content: center;
	display: flex;
	width: 100%;
	margin-bottom: 40px;
	text-align: center;
}

.actual_info__content,
.coming_tasks__content,
.past_tasks__content,
.leaders_page__content,
.about_page__content,
.content_page__content,
.faq_page__content {
	max-width: 1310px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.faq_page__content {
	align-items: baseline;
}

.welcome_page {
	position: relative;
	padding: 0 40px;
	background-image: linear-gradient(to top, #accbee 0%, #e7f0fd 100%);
}
.welcome_page__content {
	max-width: 1110px;
	min-height: 600px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.welcome_page__text {
	z-index: 1;
	color: #637498;
	background-color: rgba(255,255,255, 0.3);
	padding: 40px;
	max-width: 700px;
	margin-top: 40px;
	margin-bottom: 40px;
	backdrop-filter: blur(8px);
	position: relative;
	border-radius: 15px;
}
.welcome_page__titlerus {
	font: 22px/1.0 Montserrat, sans-serif;
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom: 16px;
	color: #637498;
	padding: 10px 0px;
}
.welcome_page__title {
	text-transform: uppercase;
	font: 22px/1.0 Montserrat, sans-serif;
	font-weight: 400;
	letter-spacing: 0.1px;
	margin-bottom: 24px;
	font-size: 40px;
	color: #637498;
}
.welcome_page__description {
	font: 22px/1.0 Montserrat, sans-serif;
	letter-spacing: 0.5px;
	font-size: 16px;
	line-height: 26px;
	padding: 10px 0px;
}
.welcome_page__image_figure {
	top: 60px;
	right: 0px;
	max-width: 600px;
	width: 60%;
	position: absolute;
	overflow: hidden;
	img {
		border-radius: 20px 20px 20px 20px;
		background-position: center center;
		width: 600px;
	}
}

@media (max-width: 1100px) {
	.welcome_page__text {
		max-width: none;
	}
	.welcome_page__image_figure {
		display: none;
	}
	.welcome_page__content {
		min-height: auto;
	}
}
.leaders_page {
	flex-direction: column;
	padding: 40px;
	align-items: center;
	background: url(/image/leaders_page_1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	background-color: rgba(255,255,255, 0.2);
	background-blend-mode: color;
}
.leaders_page__bars {
	min-height: 300px;
	display: flex;
	flex: 0 0 auto;
	align-items: flex-end;
	flex-direction: row;
	justify-content: center;
}
.leaders_page__places {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 2px;
}
.leaders_page__1st_place,
.leaders_page__2nd_place,
.leaders_page__3rd_place,
.leaders_page__bars_floor {
	width: 200px;
	height: 160px;
	background: white;
	padding: 1px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border: 1px solid #EAEBEF;
}
.leaders_page__2nd_place {
	height: 120px;
}
.leaders_page__3rd_place {
	height: 80px;
}
.leaders_page__bars_floor {
	width: 640px;
	height: 10px;
}
.leaders_page__label {}
.leaders_page__place_label {
	text-transform: uppercase;
	font: 30px/1.4 Montserrat, sans-serif;
	font-weight: 700;
	color: black;
	justify-content: center;
	display: flex;
	align-items: center;
	padding-top: 5px;
}
.leaders_page__place_points {
	font: 15px/1.5 Montserrat, sans-serif;
	font-weight: 400;
	color: #3A9CFF;
	justify-content: center;
	display: flex;
	align-items: center;
	padding-top: 0px;
}
.leaders_page__profile {
	display: flex;
	padding: 12px;
	flex-direction: column;
	align-items: center;
}
.leaders_page__bage_gold,
.leaders_page__bage_silver,
.leaders_page__bage_bronze {
	z-index: 2;
	position: relative;
	text-transform: uppercase;
	font: 15px/1.5 Montserrat, sans-serif;
	font-weight: 700;
	color: black;
	background: gold;
	justify-content: center;
	display: flex;
	align-items: center;
	border: 3px solid #EAEBEF;
	width: 66px;
	height: 34px;
	border-radius: 8px;
}
.leaders_page__bage_silver {
	background: #c0c0c0;
}
.leaders_page__bage_bronze {
	background:  #CD7F32;
}
.leaders_page__profile_ava{
	z-index: 1;
	font-weight: 700;
	font: 25px/1.5 Montserrat, sans-serif;
	color: black;
	background: white;
	justify-content: center;
	display: flex;
	align-items: center;
	border: 3px solid #EAEBEF;
	width: 100px;
	height: 100px;
	background-position: center center;
	object-fit: cover;
	border-radius: 50%;
	position: relative;
	transform: translate(0px, 20px);
}


.about_page__description {
	padding-top: 20px;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.about_page__image {
	font-weight: 700;
	font: 25px/1.5 Montserrat, sans-serif;
	color: black;
	background: white;
	border: 3px solid #EAEBEF;
	width:50%;
	height: fit-content;
	background-position: center center;
}
.about_page__text {
	max-width: 604px;
	width:50%;
	font: 17px/1.5 Montserrat, sans-serif;
	color: black;
	margin-left: 20px;

}
.about_page__statistics {
	padding: 30px;
	width:100%;
	display: flex;
	align-items: flex-end;
	flex-direction: row;
	justify-content: space-between;
	border-top: 1px solid #EAEBEF;
	border-bottom: 1px solid #EAEBEF;
	box-sizing: border-box;
	margin-top: 30px;
	margin-bottom: 30px;
}
.about_page__statistics_item {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.about_page__statistics_item_number {
	text-transform: uppercase;
	font: 42px/1.4 Montserrat, sans-serif;
	font-weight: 700;
	color: black;
	justify-content: center;
	display: flex;
	align-items: center;
}
.about_page__statistics_item_description {
	text-transform: uppercase;
	font: 14px/1.2 Montserrat, sans-serif;
	font-weight: 700;
	color: #4D647B;
	justify-content: center;
	display: flex;
	align-items: center;
	padding-top: 0px;
}
@media (max-width: 1050px) {
	.about_page__image {
		display: none;
	}
	.about_page__text {
		width: 100%;
	}
}
@media (max-width: 660px) {
	.about_page__statistics {
		flex-direction: column;
		align-items: center;
	}
	.about_page__statistics_item {
		width: 100%;
	}
}

.past_tasks_page {
    justify-content: space-between;
	background: #EAEBEF;
}
.past_tasks__group {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: initial;
}

.taskblock_size1 {
	padding: 20px;
	width: 315px;
	background: white;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	border: 3px solid #D5D7DE;
	border-radius: 16px;
	margin: 5px;
}

.taskblock_size1:hover {
  box-shadow: 3px 3px 20px #B4B6BD;
}

.taskblock_grey {
	border: 2px solid #D5D7DE;
}

.taskblock_gold {
	border: 2px solid #ffbf00;
}

.taskblock_red {
	border: 2px solid #AE0525;
}

.taskblock_bluebackgroud {
    background: aliceblue;
}

.taskblock_n3 {
	display: block;
}

@media (max-width: 1200px) {
	.taskblock_n3 {
		display: none;
	}
}
@media (max-width: 860px) {
	.taskblock_n3 {
		display: block;
	}
	.past_tasks__group {
		flex-direction: column;
	}
}

.tasks_image {
	width: 100%;
	max-width: 300px;
	height: fit-content;
	padding: 1px;
	border: 1px solid #EAEBEF;
	border-radius: 8px;
	background-position: center center;
}

.taskblock__parameters_s1,
.taskblock__parameters {
	display: flex;
	flex-direction: column;
	margin-left: 16px;
	align-items: flex-start;
	width: 100%;
}

.taskblock__parameters_s1 {
	margin-left: 0px;
	margin-top: 10px;
}

.task_label {
	text-transform: uppercase;
	font: 15px/1.5 Montserrat, sans-serif;
	font-weight: 600;
	color: #1F2831;
}
.task_param {
	display: flex;
	flex-direction: column;
	border-top: 1px solid #EAEBEF;
	border-bottom: 1px solid #EAEBEF;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	align-items: flex-start;
	width: 100%;
}

.task_param_item {
	font: 13px/1.5 Montserrat,  sans-serif;
	font-weight: 400;
	color: #1F2831;
	display: flex;
	justify-content: center;
	padding-bottom: 5px;
	align-items: center;
}
.task_extra_info{
	display: flex;
	flex-direction: row;
	width: 100%;
}
.task_extra_info_item{
	display: flex;
	flex-direction: column;
	max-width: 130px;
	margin-right: 20px;
}
.task_param_name{
	font: 15px/1.5 Montserrat, sans-serif;
	font-weight: 400;
	color: #4D647B;
}
.task_param_value{
	font: 15px/1.5 Montserrat, sans-serif;
	font-weight: 400;
	color: #1F2831;
}
.task_text {
	font: 15px/1.5 Montserrat, sans-serif;
	font-weight: 400;
	width: 100%;
	color: #1F2831;
	border-top: 1px solid #EAEBEF;
	margin-top: 10px;
	padding-top: 10px
}

.taskblock_size2,
.taskblock_size3 {
	display: flex;
	width:100%;
	max-width: 1310px;
	flex-direction: row;
	box-sizing: border-box;
	align-items: flex-start;
	border: 1px solid #EAEBEF;
	border-radius: 16px;
	padding: 20px;
	background: white;
}

.taskblock_size2 {
	max-width: 1000px;
}
.coming_tasks_page {
	background: url(/image/coming_tasks_page_1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	background-color: rgba(255,255,255, 0.1);
	background-blend-mode: color;
}


@media (max-width: 800px) {
	.taskblock_size2,
	.taskblock_size3,
	.actual_task_block {
		flex-direction: column;
	}
	.taskblock__parameters,
	.tasks_image {
		margin-bottom: 10px;
	}
}


.header {
	display: flex;
	flex-direction: column;
	align-items: center;
	background: white;
	position: sticky;
	top: 0;
	z-index: 10;
	padding-left: 40px;
	padding-right: 40px;
}
.header_content {
	display: flex;
	max-width: 1310px;
	width: 100%;
	flex-direction: row;
	align-items: center;
    justify-content: space-between;
}
.header_logo {
	display: flex;
	flex-direction: row;
	background: #3A9CFF;
	align-items: center;
	justify-content: stretch;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 15px;
}
.header_logo_title {
	font: 17px/1.3 M-PLUS-1p, sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0px;
	color: white;
	margin-left:10px;
}
.header_logo_image {
	color: white;
}
.header_right_side {
	display: flex;
	flex-direction: row;
	align-items: center;
	box-sizing: border-box;
}
.header_normal_menu {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.header_mobile_menu {
	display: none;
	width: 32px;
	height: 32px;
}
@media (max-width: 1050px) {
	.header_menu_hide_1st {
		display: none;	
	}
	.header_mobile_menu {
		display: block;
	}
}
@media (max-width: 700px) {
	.header_normal_menu {
		display: none;
		align-items: center;
	}
	.header_menu {
		justify-content: flex-end;
	}
}

.header_menu_item,
a.header_menu_item:link,
a.header_menu_item:hover,
a.header_menu_item:active ,
a.header_menu_item:visited {
	text-transform: uppercase;
	font: 14px/1.2 M-PLUS-1p, sans-serif;
	font-weight: 700;
	color: black;
	padding: 12px 20px 12px 20px;
	outline: none;
	text-decoration: none;
}
a.header_menu_item:active{
	color: #3A9CFF;
}
a.header_menu_item:hover {
	border-bottom: 3px solid #3A9CFF
}



.information_line_content {
	display: flex;
	max-width: 1110px;
	flex-direction: row;
	font: 17px/1.0 Montserrat, sans-serif;
	font-weight: 400;
	color: #FFD13A;
	padding: 10px;
	align-items: center;
	justify-content: center;
}

.bread_crumbs_line {
	display: flex;
	flex-direction: column;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 40px;
	padding-right: 40px;
	background: white;
	align-items: center;
}

.bread_crumbs__content {
	color: #FFD13A;
    width: 100%;
    max-width: 1310px;
}

.faq_page {
	background: #EAEBEF;
}
.faq_page__content {
	flex-direction: row;
	align-items: flex-start;
}
.faq_page__questions {
	max-width: 900px;
	display: flex;
	flex-direction: column;
	align-items: center;
	width:100%;
}
.faq_page__content_item {
	padding: 10px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font: 20px/1.5 Montserrat, sans-serif;
	color: #1F2831;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #4D647B;
	border-radius: 16px;
}
@media (max-width: 1050px) {
	.faq_page__content {
		flex-direction: column;
		align-items: center;
	}
	.faq_page__questions {
		max-width: none;
		padding: 10px;
	}
}


.small_icons {
	width: 24px;
	height: 24px;
	margin-right: 5px;
}
.small_icons12 {
	width: 12px;
	height: 12px;
	margin-right: 5px;
	border: 1px solid #4D647B;
	padding: 3px;
	border-radius: 3px;
	margin-left: 10px;
}
.orange_bage {
	text-transform: uppercase;
	background: #FFD13A;
	color: #1F2831;
	font: 14px/1.5 Montserrat, sans-serif;
	font-weight: 600;
	max-width: 700px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 5px;
	border-radius: 4px;
}

/* ------------ ACCORDION ----------- */

.accordion,
.accordion-item,
.accordion-item:last-of-type{
	margin-bottom: 7px; 
	overflow: hidden;
	border-radius: 20px;
}

/* ------------- CAROUSEL ----------- */

.carousel-indicators{
    bottom:-50px;
}

.carousel-control-next {
    right: -125px;
}
   
.carousel-control-prev {
    left: -125px;
}

/* ------------ TRANSLATE ----------- */

/* Прячем панель гугла */
.skiptranslate {
    display: none !important;
}

/* Убираем подсветку ссылок */
.goog-text-highlight {
    background-color: inherit;
    box-shadow: none;
    box-sizing: inherit;
}

/* language */

.language {

}

.language__img {
    margin: 2px;
    cursor: pointer;
    opacity: .4;
    float: left;
}

.language__img:hover,
.language__img_active {
    opacity: 1;
}
