/* ===============
   contestsarov
   =============== */
/*
Theme Name: contestsarov
Theme URI: 
Author:
Author URI: 
Description: 
Version: 1.0.0
License: 
License URI: 
Text Domain: contestsarov
Tags: 



CSS CONTENTS:
--------------------------
*/

*,
::after,
::before {
	box-sizing: border-box;
}

*:active,
*:focus {
	outline: none !important;
}

*::-moz-focus-inner {
	border: 0 !important;
}

@font-face {
	font-family: Rosatom;
	src: url(/wp-content/themes/contestsarov/fonts/RST55__W.woff) format("woff"),
		url(/wp-content/themes/contestsarov/fonts/RST55__W.ttf) format("ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: Rosatom;
	src: url(/wp-content/themes/contestsarov/fonts/RST45__W.woff) format("woff"),
		url(/wp-content/themes/contestsarov/fonts/RST45__W.ttf) format("ttf");
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: Rosatom;
	src: url(/wp-content/themes/contestsarov/fonts/RST56__W.woff) format("woff"),
		url(/wp-content/themes/contestsarov/fonts/RST56__W.ttf) format("ttf");
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: Rosatom;
	src: url(/wp-content/themes/contestsarov/fonts/RST75__W.woff) format("woff"),
		url(/wp-content/themes/contestsarov/fonts/RST75__W.ttf) format("ttf");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Days Sans';
	src: url(/wp-content/themes/contestsarov/fonts/dayssansblack.woff) format("woff"),
		url(/wp-content/themes/contestsarov/fonts/dayssansblack.ttf) format("ttf");
	font-weight: normal;
	font-style: normal;
}



.j-center {
	text-align: center;
	display: flex;
	justify-content: center;
}




/* шапка */

#masterheader {
	display: flex;
	justify-content: space-between;
	/* flex-wrap: wrap; */
	align-items: center;
}

#masterheader>* {
	display: flex;
}

#masthead {
	margin-top: 74px;
	margin-bottom: 24px;
	width: 100%;
	z-index: 3;
}


.masterheader-left {
	flex-shrink: 0;
}

.masterheader-right {
	justify-content: flex-end;
	flex-grow: 1;
	justify-content: space-between;
	align-items: flex-end;
	flex-direction: column;
}

#masterheader .masterheader-right.active {
	display: flex;
}

.site-logo a {
	height: 100%;
	display: flex;
}

.site-logo img {
	max-height: 100%;
	height: 46px;
}

.site-logo+.site-logo {
	margin-left: 46px;
}



.site-name * {
	margin: unset;
	font-family: Days Sans;
	font-weight: 400;
	line-height: 110%;
	letter-spacing: -0.07em;
	color: white;
}

.site-name .name1 {
	font-size: 18px;
	/*! text-transform: uppercase; */
}

.site-name .name2 {
	font-size: 50px;
}

.site-logos {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 15px;
}

.site-logo.logo-ncphm img {
	height: 46px;
}

.site-logo.logo-rosatom img {
	height: 35px;
}

.site-logo.logo-minobrnauki img {
	height: 79px;
}

.site-logo.logo-msu img {
	height: 57px;
}

.site-menu {
	display: flex;
	/* width: 71%; */
	width: 90%;
}

.site-menu a {
	font-family: Rosatom;
	font-weight: 400;
	font-size: 32px;
	line-height: 110%;
	text-transform: uppercase;
	text-align: center;
	color: white;
	text-decoration: none;
	/* margin-left: 10px; */
	/* margin-right: 10px; */
	border: 4px solid transparent;
	border-radius: 9px;
	padding: 3px 16px;
	transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}

.site-menu a:hover {
	border: 4px solid #a5d936;
}

.site-menu a:active {
	border: 4px solid #a5d936;
	background-color: #a5d936;
	color: black;
}

.masterheader-left {
	flex-shrink: 0;
}

.site-menu-in {
	margin-left: -30px;
	margin-right: -30px;
	display: flex;
	justify-content: space-between;
	flex-grow: 1;
}

@media(min-width: 768px) {
	.site-logo .logo-v {
		display: none;
	}

	.site-logo .logo-h {
		display: flex;
	}
}

@media(max-width: 767px) {
	.site-logo .logo-h {
		display: none;
	}

	.site-logo .logo-v {
		display: flex;
	}
}

@media(min-width: 768px) {

	#masthead {
		margin-top: 74px;
		margin-bottom: 24px;
		width: 100%;
	}

	.site-logos {
		margin-bottom: 15px;
	}

	.site-logo img {
		max-height: 100%;
		height: 46px;
	}

	.site-logo+.site-logo {
		margin-left: 46px;
	}



	.site-name .name1 {
		font-size: 18px;
	}

	.site-name .name2 {
		font-size: 50px;
	}


	.site-logo.logo-ncphm img {
		height: 46px;
	}

	.site-logo.logo-rosatom img {
		height: 35px;
	}

	.site-logo.logo-minobrnauki img {
		height: 79px;
	}

	.site-logo.logo-msu img {
		height: 57px;
	}

	.site-menu {
		/* width: 90%; */
		/* width: 53%; */
		/* width: 71%; */
		width: 90%;
	}

	.site-menu a {
		font-size: 32px;
		margin-left: 10px;
		margin-right: 10px;
		border: 4px solid transparent;
		border-radius: 9px;
		padding: 3px 16px;
	}

	.site-menu a:hover {
		border: 4px solid #a5d936;
	}

	.site-menu a:active {
		border: 4px solid #a5d936;
	}

	.site-menu-in {
		margin-left: -30px;
		margin-right: -30px;
	}
}

@media(min-width: 768px) {

	#masthead {
		margin-top: 3.85417vw;
		margin-bottom: 1.25vw;
		width: 100%;
	}

	.site-logos {
		margin-bottom: 0.78125vw;
	}

	.site-logo img {
		max-height: 100%;
		height: 2.39583vw;
	}

	.site-logo+.site-logo {
		margin-left: 2.39583vw;
	}



	.site-name .name1 {
		font-size: 0.9375vw;
	}

	.site-name .name2 {
		font-size: 2.60417vw;
	}


	.site-logo.logo-ncphm img {
		height: 2.39583vw;
	}

	.site-logo.logo-rosatom img {
		height: 1.82292vw;
	}

	.site-logo.logo-minobrnauki img {
		height: 4.11458vw;
	}

	.site-logo.logo-msu img {
		height: 2.96875vw;
	}

	.site-menu {
		/* width: 90%; */
		/* width: 53%; */
		/* width: 90%; */
		width: 61%;
	}

	.site-menu a {
		font-size: 1.66667vw;
		margin-left: 0.52083vw;
		margin-right: 0.52083vw;
		border: 0.20833vw solid transparent;
		border-radius: 0.46875vw;
		padding: 0.15625vw 0.83333vw;
	}

	.site-menu a:hover {
		border: 0.20833vw solid #a5d936;
	}

	.site-menu a:active {
		border: 0.20833vw solid #a5d936;
	}

	.site-menu-in {
		margin-left: -1.5625vw;
		margin-right: -1.5625vw;
	}
}

@media(max-width: 767px) {

	#masterheader {
		flex-wrap: wrap;
	}

	.masterheader-left {
		flex-grow: 1;
		margin-bottom: 20px;
	}

	.masterheader-right {
		flex-grow: 1;
		align-items: center;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.site-logos {
		flex-wrap: wrap;
		justify-content: space-around;
		margin-bottom: 20px;
		margin-left: -7px;
		margin-right: -7px;
		flex-grow: 1;
	}

	.site-logo {
		font-size: 26px;
		padding-left: 7px;
		padding-right: 7px;
	}

	#masthead {
		margin-top: 25px;
		margin-bottom: 24px;
		width: 100%;
	}

	.site-logo img {
		max-height: 100%;
		height: 46px;
	}

	.site-logo+.site-logo {
		margin-left: unset;
		margin-right: unset;
	}



	.site-name .name1 {
		font-size: 8px;
	}

	.site-name .name2 {
		font-size: 16px;
	}


	.site-logo.logo-ncphm img {
		height: 50px;
	}

	.site-logo.logo-rosatom img {
		height: 50px;
	}

	.site-logo.logo-minobrnauki img {
		height: 50px;
	}

	.site-logo.logo-msu img {
		height: 50px;
	}

	.site-logo.logo-tpu img {
		height: 50px;
	}

	.site-menu {
		font-size: 16px;
		margin-left: unset;
		margin-right: unset;
		border: 4px solid transparent;
		border-radius: 9px;
		padding: 3px 16px;
		/*! flex-wrap: wrap; */
		width: 100%;
		flex-grow: 1;
	}

	.site-menu a {
		font-size: 17px;
		/* margin-left: 10px; */
		/* margin-right: 10px; */
		border: 4px solid transparent;
		border-radius: 9px;
		padding: 7px 7px;
	}

	.site-menu a:hover {
		border: 4px solid #a5d936;
	}

	.site-menu a:active {
		border: 4px solid #a5d936;
	}

	.site-menu-in {
		margin-left: -30px;
		margin-right: -30px;
	}

	/* .site-logo.logo-rosatom {
		order: 0;
	}

	.site-logo.logo-minobrnauki {
		order: 1;
	}

	.site-logo.logo-ncphm {
		order: 4;
	}

	.site-logo.logo-msu {
		order: -1;
	} */

}

@media(max-width: 767px) {

	#masterheader {
		flex-wrap: wrap;
	}

	.masterheader-left {
		flex-grow: 1;
		margin-bottom: 4.6729vw;
	}

	.masterheader-right {
		flex-grow: 1;
	}

	.site-logos {
		flex-wrap: wrap;
		justify-content: space-around;
		margin-bottom: 4.6729vw;
		margin-left: -1.63551vw;
		margin-right: -1.63551vw;
	}

	.site-logo {
		font-size: 6.07477vw;
		padding-left: 1.63551vw;
		padding-right: 1.63551vw;
	}

	#masthead {
		margin-top: 5.84112vw;
		margin-bottom: 5.60748vw;
		width: 100%;
	}

	.site-logo img {
		max-height: 100%;
		height: 10.74766vw;
	}

	.site-logo+.site-logo {
		margin-left: unset;
		margin-right: unset;
	}



	.site-name .name1 {
		/* font-size: 2.57009vw; */
		font-size: 1.86916vw;
	}

	.site-name .name2 {
		font-size: 3.73832vw;
	}


	.site-logo.logo-ncphm img {
		height: 11.68224vw;
	}

	.site-logo.logo-rosatom img {
		height: 11.68224vw;
	}

	.site-logo.logo-minobrnauki img {
		height: 11.68224vw;
	}

	.site-logo.logo-msu img {
		height: 11.68224vw;
	}

	.site-logo.logo-tpu img {
		height: 11.68224vw;
	}

	.site-menu {
		font-size: 3.73832vw;
		margin-left: unset;
		margin-right: unset;
		border: 0.93458vw solid transparent;
		border-radius: 2.1028vw;
		padding: 0.70093vw 3.73832vw;
		/*! flex-wrap: wrap; */
		width: 100%;
		flex-grow: 1;
	}

	.site-menu a {
		font-size: 3.97196vw;
		/* margin-left: 2.33645vw; */
		/* margin-right: 2.33645vw; */
		border: 0.93458vw solid transparent;
		border-radius: 2.1028vw;
		padding: 1.63551vw 1.63551vw;
	}

	.site-menu a:hover {
		border: 0.93458vw solid #a5d936;
	}

	.site-menu a:active {
		border: 0.93458vw solid #a5d936;
	}

	.site-menu-in {
		margin-left: -7.00935vw;
		margin-right: -7.00935vw;
	}

	/* .site-logo.logo-rosatom {
		order: 0;
	}

	.site-logo.logo-minobrnauki {
		order: 1;
	}

	.site-logo.logo-ncphm {
		order: 4;
	}

	.site-logo.logo-msu {
		order: -1;
	} */

}

/* -шапка */


html {
	overflow-x: hidden;
}

.bodymain {
	margin: unset;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	font-family: Rosatom;
	background-color: #14549b;
	overflow-x: hidden;
}

/* #main {
	flex-grow: 1;
} */


/* форма */

.checkbox-style1+label {
	min-height: 41px;
	margin: unset;
	display: flex;
	align-items: center;
	padding-top: 8px;
	padding-bottom: 8px;
	transition: background 0.3s, color 0.3s;
	cursor: pointer;
	font-family: Rosatom;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 0.05em;
	color: #333;
}

.checkbox-style1+label:hover {
	background: #EEEEEE;
}

.checkbox-style1+label:active {}

.checkbox-style1+label .icon {
	display: inline-block;
	height: 24px;
	width: 30px;
	border: 1px solid #14549b;
	position: relative;
	margin-right: 16px;
	flex-shrink: 0;
	border-radius: 7px;
}

.checkbox-style1:checked+label .icon {
	border: 1px solid #14549b;
	background-color: #14549b;
}

.checkbox-style1:checked+label .icon::after {
	top: 2px;
	left: 5px;
	width: 19px;
	height: 19px;
	border-radius: 50%;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg width="17" height="13" viewBox="0 0 17 13" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M1 3.67391L7.29032 11.5L16 1.5" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	content: "";
	position: absolute;
}

.checkbox-style1 {
	display: none;
}


.reg-check-soglasie .checkbox-style1+label .icon {
	margin-left: 38px;
	margin-right: 55px;
}




.radio-style1+label {
	min-height: 41px;
	background: white;
	margin: unset;
	display: flex;
	align-items: center;
	padding-top: 8px;
	padding-bottom: 8px;
	transition: background 0.3s, color 0.3s;
	cursor: pointer;
	font-family: Rosatom;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 0.05em;
	color: #333;
}

.radio-style1+label:hover {
	background: #EEEEEE;
}

.radio-style1+label:active {
	background: white;
}

.radio-style1+label .icon {
	display: inline-block;
	height: 29px;
	width: 29px;
	border: 1px solid #14549b;
	position: relative;
	margin-right: 16px;
	flex-shrink: 0;
	border-radius: 100%;
}

.radio-style1:checked+label .icon {
	border: 1px solid #14549b;
	background-color: #14549b;
}

.radio-style1:checked+label .icon::after {
	top: 4px;
	left: 4px;
	width: 19px;
	height: 19px;
	border-radius: 50%;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg width="17" height="13" viewBox="0 0 17 13" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M1 3.67391L7.29032 11.5L16 1.5" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/%3E%3C/svg%3E');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	content: "";
	position: absolute;
}

.radio-style1 {
	display: none;
}








.input-text-caption {
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0.05em;
	color: rgba(60, 60, 59, 0.85);
}

.input-files-block {
	display: flex;
}

.input-in-block.input-in-left {
	/* flex-grow: 1; */
}

.input-in-block.input-in-right {
	flex-shrink: 0;
}


.reg-input.input-files-block {
	align-items: center;
}


.input-select-block {
	display: flex;
}

.input-select-block .input-in-block.input-in-left {
	flex-grow: 1;
	height: 84px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.input-select-block .input-in-block.input-in-right {
	flex-basis: 420px;
	flex-shrink: 0;
}

.style-button3 {
	text-align: center;
	color: white;
	/* padding: 33px 45px; */
	cursor: pointer;
	/* transition: border 0.3s, color 0.3s; */
	position: relative;
	transition: background-color 0.5s;
	user-select: none;
	overflow: hidden;
	word-wrap: anywhere;
	border: 1px solid #8f8f8f;
	border-radius: 15px;
	width: 104px;
	height: 62px;
	justify-content: center;
	align-items: center;
	display: flex;
}

.style-button3::after {
	background-image: url("data:image/svg+xml,%3Csvg width='33' height='33' viewBox='0 0 33 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5 2V23M16.5 23L23 15.9327M16.5 23L10 15.9327' stroke='%23B7B4B4' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.3333 31H11.6667C7.10975 31 4.8313 31 3.41565 29.5355C2 28.071 2 25.714 2 21M31 21C31 25.714 31 28.071 29.5843 29.5355C29.1013 30.0352 28.5179 30.3643 27.7778 30.5812' stroke='%23B7B4B4' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	content: "";
	width: 29px;
	height: 29px;
	position: absolute;
	background-position: center;
	background-size: contain;
}

.style-button3:hover {
	background-color: #14549b;
}

.style-button3:active {
	background-color: #14549b;
	text-decoration: underline white 2px;
}

.style-button3 span {
	font-family: Rosatom;
	font-style: normal;
	font-weight: 700;
	font-size: 15px;
	line-height: 15px;
	color: white;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	transition: text-decoration 0.5s;
}

.style-button3.loaded {
	background-color: #14549b;
}


.select-list {
	display: none;
}

.select-block {
	padding: 15px 15px;
	border-radius: 15px;
	border: 1px solid #8f8f8f;
	min-height: 47px;
}

.select-block.active .select-list {
	display: block;
}

.select-block .show-icon {
	position: absolute;
	height: 100%;
	content: "";
	right: 0px;
	width: 47px;
	/* background: #3c3c3b; */
	top: 0px;
	background-image: url("data:image/svg+xml,%3Csvg width='30' height='17' viewBox='0 0 30 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5858 16.4142C14.3668 17.1953 15.6332 17.1953 16.4142 16.4142L29.1421 3.6863C29.9232 2.90525 29.9232 1.63892 29.1421 0.857871C28.3611 0.076822 27.0948 0.0768214 26.3137 0.85787L15 12.1716L3.6863 0.857859C2.90525 0.0768098 1.63892 0.0768092 0.85787 0.857858C0.0768211 1.63891 0.0768205 2.90524 0.857869 3.68628L13.5858 16.4142ZM13 13L13 15L17 15L17 13L13 13Z' fill='%23828282' /%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 16px;
	cursor: pointer;
}

.select-block.active .show-icon {
	transform: rotateX(180deg);
}

.select-block {
	position: relative;
}





.section.contestsarov-reg {
	z-index: 1;
	position: relative;
	padding-bottom: 220px;
}

.section-content-in.contestsarov-blocks {
	border: 1px solid black;
	border-radius: 34px;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	background: white;
}

.contestsarov-reg_head.single-text {
	font-family: Rosatom;
	color: black;
	max-width: 593px;
	margin-bottom: 50px;
}

.contestsarov-reg_head.single-text h1 {
	font-weight: 350;
	font-size: 40px;
	line-height: 100%;
	text-transform: uppercase;
	color: #333;
	margin-top: unset;
	margin-bottom: 50px;
}

.contestsarov-reg_head.single-text p {
	font-weight: 400;
	font-size: 20px;
	color: #333;
}

.contestsarov-reg .contestsarov-reg-block {
	border-radius: 2px;
	/*opacity: 0.9;*/
	position: relative;
	/* overflow: hidden; */
	padding-right: 70px;
	padding-left: 70px;
}

.contestsarov-reg .contestsarov-reg-block::before {
	opacity: 1;
	content: "";
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: absolute;
	z-index: 0;
}

.contestsarov-reg .contestsarov-reg-block-in {
	z-index: 0;
	display: block;
	position: relative;
}



.contestsarov-reg .input-text-title {
	font-family: Rosatom;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 110%;
	color: black;
	margin-top: unset;
	margin-bottom: 5px;
	margin-left: 20px;
}

.contestsarov-reg .input-files-block .input-text-title {
	font-size: 16px;
}

.input-text-title a {
	color: inherit;
}

.contestsarov-reg .input-text {
	border: 1px solid #8f8f8f;
	width: 100%;
	color: black;
	font-family: Rosatom;
	font-style: normal;
	font-weight: 450;
	font-size: 18px;
	line-height: 23px;
	padding: 10px 20px;
	background-color: unset;
	resize: vertical;
	position: relative;
	min-height: 47px;
	border-radius: 15px;
}

.reg-input .icon-required {
	color: red;
}

.contestsarov-reg .input-text.error {
	border: 1px solid red;
}

.contestsarov-reg .input-text.error~label {
	border: 1px solid red;
}

.contestsarov-reg .input-text::placeholder {
	color: rgba(60, 60, 59, 1);
}

.contestsarov-reg .contestsarov-reg_form .reg-input {
	margin-bottom: 32px;
	flex-basis: 50%;
	padding-left: 8px;
	padding-right: 8px;
}

.contestsarov-reg .contestsarov-reg_form {
	/*display: flex;*/
	/*flex-wrap: wrap;*/
	margin-left: -41px;
	margin-right: -41px;
}

.contestsarov-reg .reg-input.w100 {
	flex-basis: 100%;
}

.contestsarov-reg .reg-btn.w100 {
	width: 100%;
}

.contestsarov-reg .response span {
	font-family: Rosatom;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.01em;
	margin-top: 5px;
	display: block;
}

.contestsarov-reg .reg-input .response {
	margin-left: 20px;
}

.contestsarov-reg .response .error {
	color: red;
}

.response {
	width: 100%;
	/* padding-left: 24px; */
	flex-basis: 100%;
	margin: unset;
}

.contestsarov-reg .server-response span {
	font-family: Rosatom;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 26px;
	letter-spacing: 0.01em;
	display: block;
}

.contestsarov-reg .server-response .error {
	color: red;
}

.contestsarov-reg .server-response .success {
	color: #a5d936;
}

.server-response {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	flex-basis: 100%;
	margin: unset;
}

.server-response .error,
.server-response .success {
	margin-bottom: 10px;
	display: block;
}



.contestsarov-reg .form-stage {
	/* display: flex; */
	flex-wrap: wrap;
	display: none;
	opacity: 0;
}

.contestsarov-reg .form-stage.active {
	display: flex;
	opacity: 1;
}


.form-stages-indicator {
	display: flex;
	margin-top: 24px;
	margin-bottom: 30px;
}

.form-stages-indicator .indicator {
	display: flex;
	width: 40px;
	height: 40px;
	border: 1px solid #14549b;
	border-radius: 100%;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
}

.form-stages-indicator .indicator span {
	font-family: Rosatom;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
	letter-spacing: 0.05em;
	color: #14549b;
}

.form-stages-indicator .indicator.active {
	background-color: #14549b;
}

.form-stages-indicator .indicator.active span {
	color: white;
}


.fly-button {
	background-color: #a5d936;
	font-family: Days Sans;
	font-weight: 400;
	font-size: 20px;
	line-height: 94%;
	letter-spacing: -0.07em;
	text-transform: uppercase;
	text-align: center;
	color: black;
	border-radius: 26px;
	box-shadow: 0 10px 4px 0 rgba(0, 0, 0, 0.35);
	text-decoration: none;
	width: 200px;
	height: 83px;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	position: fixed;
	top: unset;
	bottom: 20px;
	/* right: 20px; */
	right: -100vw;
	z-index: 3;
	display: flex;
	opacity: 0;
	transition: opacity 1s, right 1s, color 0.3s, background-color 0.3s, letter-spacing 0.3s;
}

.fly-button:hover {
	letter-spacing: 0.16em;
}

.fly-button.active {
	opacity: 1;
	right: 20px;
}



@media(min-width: 768px) {
	.checkbox-style1+label {
		min-height: 41px;
		padding-top: 8px;
		padding-bottom: 8px;
		font-size: 16px;
		line-height: 25px;
	}


	.checkbox-style1+label .icon {
		height: 24px;
		width: 30px;
		border: 1px solid #14549b;
		margin-right: 16px;
		border-radius: 7px;
	}

	.checkbox-style1:checked+label .icon {
		border: 1px solid #14549b;
	}

	.checkbox-style1:checked+label .icon::after {
		top: 2px;
		left: 5px;
		width: 19px;
		height: 19px;
	}


	.reg-check-soglasie .checkbox-style1+label .icon {
		margin-left: 38px;
		margin-right: 55px;
	}




	.radio-style1+label {
		min-height: 41px;
		padding-top: 8px;
		padding-bottom: 8px;
		font-size: 16px;
		line-height: 25px;
	}


	.radio-style1+label .icon {
		height: 29px;
		width: 29px;
		border: 1px solid #14549b;
		margin-right: 16px;
	}

	.radio-style1:checked+label .icon {
		border: 1px solid #14549b;
	}

	.radio-style1:checked+label .icon::after {
		top: 4px;
		left: 4px;
		width: 19px;
		height: 19px;
	}





	.input-text-caption {
		font-size: 14px;
	}


	.input-select-block .input-in-block.input-in-left {
		height: 84px;
	}

	.input-select-block .input-in-block.input-in-right {
		flex-basis: 420px;
	}

	.style-button3 {
		border: 1px solid #8f8f8f;
		border-radius: 15px;
		width: 104px;
		height: 62px;
	}

	.style-button3::after {
		width: 29px;
		height: 29px;
	}


	.style-button3:active {
		text-decoration: underline white 2px;
	}

	.style-button3 span {
		font-size: 15px;
		line-height: 15px;
	}


	.select-block {
		padding: 15px 15px;
		border-radius: 15px;
		min-height: 47px;
	}


	.select-block .show-icon {
		right: 0px;
		width: 47px;
		top: 0px;
		background-size: 16px;
	}





	.section.contestsarov-reg {
		padding-bottom: 220px;
	}

	.section-content-in.contestsarov-blocks {
		border: 1px solid black;
		border-radius: 34px;
		box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	}

	.contestsarov-reg_head.single-text {
		max-width: 593px;
		margin-bottom: 50px;
	}

	.contestsarov-reg_head.single-text h1 {
		font-size: 40px;
		margin-bottom: 50px;
	}

	.contestsarov-reg_head.single-text p {
		font-size: 20px;
	}

	.contestsarov-reg .contestsarov-reg-block {
		border-radius: 2px;
		padding-right: 70px;
		padding-left: 70px;
	}

	.contestsarov-reg .contestsarov-reg-block::before {
		top: 0px;
		bottom: 0px;
		left: 0px;
		right: 0px;
	}


	.contestsarov-reg .input-text-title {
		font-size: 20px;
		margin-bottom: 5px;
		margin-left: 20px;
	}

	.contestsarov-reg .input-files-block .input-text-title {
		font-size: 16px;
	}



	.contestsarov-reg .input-text {
		border: 1px solid #8f8f8f;
		width: 100%;
		font-size: 18px;
		line-height: 23px;
		padding: 10px 20px;
		min-height: 47px;
		border-radius: 15px;
	}

	.contestsarov-reg .input-text.error {
		border: 1px solid red;
	}

	.contestsarov-reg .input-text.error~label {
		border: 1px solid red;
	}


	.contestsarov-reg .contestsarov-reg_form .reg-input {
		margin-bottom: 32px;
		padding-left: 8px;
		padding-right: 8px;
	}

	.contestsarov-reg .contestsarov-reg_form {
		margin-left: -41px;
		margin-right: -41px;
	}


	.contestsarov-reg .response span {
		font-size: 16px;
		line-height: 20px;
		margin-top: 5px;
	}

	.contestsarov-reg .reg-input .response {
		margin-left: 20px;
	}


	.response {
		width: 100%;
	}

	.contestsarov-reg .server-response span {
		font-size: 20px;
		line-height: 26px;
	}


	.server-response {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.server-response .error,
	.server-response .success {
		margin-bottom: 10px;
	}


	.form-stages-indicator {
		margin-top: 24px;
		margin-bottom: 30px;
	}

	.form-stages-indicator .indicator {
		width: 40px;
		height: 40px;
		margin-right: 10px;
	}

	.form-stages-indicator .indicator span {
		font-size: 20px;
		line-height: 25px;
	}



	.fly-button {
		font-size: 20px;
		border-radius: 26px;
		box-shadow: 0 10px 4px 0 rgba(0, 0, 0, 0.35);
		width: 200px;
		height: 83px;
		bottom: 20px;
		right: -100vw;
	}
	
	.fly-button.active {
		right: 20px;
	}

}


@media(min-width: 768px) {
	.checkbox-style1+label {
		min-height: 2.13542vw;
		padding-top: 0.41667vw;
		padding-bottom: 0.41667vw;
		font-size: 0.83333vw;
		line-height: 1.30208vw;
	}


	.checkbox-style1+label .icon {
		height: 1.25vw;
		width: 1.5625vw;
		border: 0.05208vw solid #14549b;
		margin-right: 0.83333vw;
		border-radius: 0.36458vw;
	}

	.checkbox-style1:checked+label .icon {
		border: 0.05208vw solid #14549b;
	}

	.checkbox-style1:checked+label .icon::after {
		top: 0.10417vw;
		left: 0.26042vw;
		width: 0.98958vw;
		height: 0.98958vw;
	}


	.reg-check-soglasie .checkbox-style1+label .icon {
		margin-left: 1.97917vw;
		margin-right: 2.86458vw;
	}




	.radio-style1+label {
		min-height: 2.13542vw;
		padding-top: 0.41667vw;
		padding-bottom: 0.41667vw;
		font-size: 0.83333vw;
		line-height: 1.30208vw;
	}


	.radio-style1+label .icon {
		height: 1.51042vw;
		width: 1.51042vw;
		border: 0.05208vw solid #14549b;
		margin-right: 0.83333vw;
	}

	.radio-style1:checked+label .icon {
		border: 0.05208vw solid #14549b;
	}

	.radio-style1:checked+label .icon::after {
		top: 0.20833vw;
		left: 0.20833vw;
		width: 0.98958vw;
		height: 0.98958vw;
	}





	.input-text-caption {
		font-size: 0.72917vw;
	}


	.input-select-block .input-in-block.input-in-left {
		height: 4.375vw;
	}

	.input-select-block .input-in-block.input-in-right {
		flex-basis: 21.875vw;
	}

	.style-button3 {
		border: 0.05208vw solid #8f8f8f;
		border-radius: 0.78125vw;
		width: 5.41667vw;
		height: 3.22917vw;
	}

	.style-button3::after {
		width: 1.51042vw;
		height: 1.51042vw;
	}


	.style-button3:active {
		text-decoration: underline white 0.10417vw;
	}

	.style-button3 span {
		font-size: 0.78125vw;
		line-height: 0.78125vw;
	}


	.select-block {
		padding: 0.78125vw 0.78125vw;
		border-radius: 0.78125vw;
		min-height: 2.44792vw;
	}


	.select-block .show-icon {
		right: 0vw;
		width: 2.44792vw;
		top: 0vw;
		background-size: 0.83333vw;
	}






	.section.contestsarov-reg {
		padding-bottom: 11.45833vw;
	}

	.section-content-in.contestsarov-blocks {
		border: 0.05208vw solid black;
		border-radius: 1.77083vw;
		box-shadow: 0 0.20833vw 0.20833vw 0 rgba(0, 0, 0, 0.25);
	}

	.contestsarov-reg_head.single-text {
		max-width: 30.88542vw;
		margin-bottom: 2.60417vw;
	}

	.contestsarov-reg_head.single-text h1 {
		font-size: 2.08333vw;
		margin-bottom: 2.60417vw;
	}

	.contestsarov-reg_head.single-text p {
		font-size: 1.04167vw;
	}

	.contestsarov-reg .contestsarov-reg-block {
		border-radius: 0.10417vw;
		padding-right: 3.64583vw;
		padding-left: 3.64583vw;
	}

	.contestsarov-reg .contestsarov-reg-block::before {
		top: 0vw;
		bottom: 0vw;
		left: 0vw;
		right: 0vw;
	}


	.contestsarov-reg .input-text-title {
		font-size: 1.04167vw;
		margin-bottom: 0.26042vw;
		margin-left: 1.04167vw;
	}

	.contestsarov-reg .input-files-block .input-text-title {
		font-size: 0.83333vw;
	}



	.contestsarov-reg .input-text {
		border: 0.05208vw solid #8f8f8f;
		width: 100%;
		font-size: 0.9375vw;
		line-height: 1.19792vw;
		padding: 0.52083vw 1.04167vw;
		min-height: 2.44792vw;
		border-radius: 0.78125vw;
	}

	.contestsarov-reg .input-text.error {
		border: 0.05208vw solid red;
	}

	.contestsarov-reg .input-text.error~label {
		border: 0.05208vw solid red;
	}


	.contestsarov-reg .contestsarov-reg_form .reg-input {
		margin-bottom: 1.66667vw;
		padding-left: 0.41667vw;
		padding-right: 0.41667vw;
	}

	.contestsarov-reg .contestsarov-reg_form {
		margin-left: -2.13542vw;
		margin-right: -2.13542vw;
	}


	.contestsarov-reg .response span {
		font-size: 0.83333vw;
		line-height: 1.04167vw;
		margin-top: 0.26042vw;
	}

	.contestsarov-reg .reg-input .response {
		margin-left: 1.04167vw;
	}


	.response {
		width: 100%;
	}

	.contestsarov-reg .server-response span {
		font-size: 1.04167vw;
		line-height: 1.35417vw;
	}


	.server-response {
		width: 100%;
		padding-left: 0.78125vw;
		padding-right: 0.78125vw;
	}

	.server-response .error,
	.server-response .success {
		margin-bottom: 0.52083vw;
	}


	.form-stages-indicator {
		margin-top: 1.25vw;
		margin-bottom: 1.5625vw;
	}

	.form-stages-indicator .indicator {
		width: 2.08333vw;
		height: 2.08333vw;
		margin-right: 0.52083vw;
	}

	.form-stages-indicator .indicator span {
		font-size: 1.04167vw;
		line-height: 1.30208vw;
	}


	.fly-button {
		font-size: 1.04167vw;
		border-radius: 1.35417vw;
		box-shadow: 0 0.52083vw 0.20833vw 0 rgba(0, 0, 0, 0.35);
		width: 10.41667vw;
		height: 4.32292vw;
		bottom: 1.04167vw;
		right: -100vw;
	}
	
	.fly-button.active {
		right: 1.04167vw;
	}


}


@media(max-width: 768px) {
	.checkbox-style1+label {
		min-height: 41px;
		padding-top: 8px;
		padding-bottom: 8px;
		font-size: 16px;
		line-height: 25px;
	}


	.checkbox-style1+label .icon {
		height: 24px;
		width: 30px;
		border: 1px solid #14549b;
		margin-right: 16px;
		border-radius: 7px;
	}

	.checkbox-style1:checked+label .icon {
		border: 1px solid #14549b;
	}

	.checkbox-style1:checked+label .icon::after {
		top: 2px;
		left: 5px;
		width: 19px;
		height: 19px;
	}


	.reg-check-soglasie .checkbox-style1+label .icon {
		margin-left: 38px;
		margin-right: 55px;
	}




	.radio-style1+label {
		min-height: 41px;
		padding-top: 8px;
		padding-bottom: 8px;
		font-size: 16px;
		line-height: 25px;
	}


	.radio-style1+label .icon {
		height: 29px;
		width: 29px;
		border: 1px solid #14549b;
		margin-right: 16px;
	}

	.radio-style1:checked+label .icon {
		border: 1px solid #14549b;
	}

	.radio-style1:checked+label .icon::after {
		top: 4px;
		left: 4px;
		width: 19px;
		height: 19px;
	}





	.input-text-caption {
		font-size: 14px;
	}


	.input-select-block .input-in-block.input-in-left {
		height: 84px;
	}

	.input-select-block .input-in-block.input-in-right {
		flex-basis: 420px;
	}

	.style-button3 {
		border: 1px solid #8f8f8f;
		border-radius: 15px;
		width: 104px;
		height: 62px;
	}

	.style-button3::after {
		width: 29px;
		height: 29px;
	}


	.style-button3:active {
		text-decoration: underline white 2px;
	}

	.style-button3 span {
		font-size: 15px;
		line-height: 15px;
	}


	.select-block {
		padding: 15px 15px;
		border-radius: 15px;
		min-height: 47px;
	}


	.select-block .show-icon {
		right: 0px;
		width: 47px;
		top: 0px;
		background-size: 16px;
	}





	.section.contestsarov-reg {
		padding-bottom: 101px;
	}

	.section-content-in.contestsarov-blocks {
		border: 1px solid black;
		border-radius: 34px;
		box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	}

	.contestsarov-reg_head.single-text {
		max-width: 593px;
		margin-bottom: 50px;
	}

	.contestsarov-reg_head.single-text h1 {
		font-size: 40px;
		margin-bottom: 50px;
	}

	.contestsarov-reg_head.single-text p {
		font-size: 20px;
	}

	.contestsarov-reg .contestsarov-reg-block {
		border-radius: 2px;
		padding-right: 40px;
		padding-left: 40px;
	}

	.contestsarov-reg .contestsarov-reg-block::before {
		top: 0px;
		bottom: 0px;
		left: 0px;
		right: 0px;
	}


	.contestsarov-reg .input-text-title {
		font-size: 16px;
		margin-bottom: 5px;
		margin-left: 20px;
	}

	.contestsarov-reg .input-files-block .input-text-title {
		font-size: 16px;
	}



	.contestsarov-reg .input-text {
		border: 1px solid #8f8f8f;
		width: 100%;
		font-size: 16px;
		line-height: 23px;
		padding: 10px 20px;
		min-height: 47px;
		border-radius: 15px;
	}

	.contestsarov-reg .input-text.error {
		border: 1px solid red;
	}

	.contestsarov-reg .input-text.error~label {
		border: 1px solid red;
	}


	.contestsarov-reg .contestsarov-reg_form .reg-input {
		margin-bottom: 24px;
		padding-left: 8px;
		padding-right: 8px;
		flex-basis: 100%;
	}

	.contestsarov-reg .contestsarov-reg_form {
		margin-left: -41px;
		margin-right: -41px;
	}


	.contestsarov-reg .response span {
		font-size: 16px;
		line-height: 20px;
		margin-top: 5px;
	}

	.contestsarov-reg .reg-input .response {
		margin-left: 20px;
	}


	.response {
		width: 100%;
	}

	.contestsarov-reg .server-response span {
		font-size: 20px;
		line-height: 26px;
	}


	.server-response {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}

	.server-response .error,
	.server-response .success {
		margin-bottom: 10px;
	}



	.form-stages-indicator {
		margin-top: 12px;
		margin-bottom: 14px;
		justify-content: center;
	}

	.form-stages-indicator .indicator {
		width: 30px;
		height: 30px;
		margin-right: 10px;
	}

	.form-stages-indicator .indicator span {
		font-size: 15px;
		line-height: 15px;
	}


	.fly-button {
		font-size: 12px;
		border-radius: 15px;
		box-shadow: 0 10px 4px 0 rgba(0, 0, 0, 0.35);
		width: 108px;
		height: 50px;
		bottom: 20px;
		right: -100vw;
	}
	
	.fly-button.active {
		right: 20px;
	}


}


@media(max-width: 768px) {
	.checkbox-style1+label {
		min-height: 9.57944vw;
		padding-top: 1.86916vw;
		padding-bottom: 1.86916vw;
		font-size: 3.73832vw;
		line-height: 5.84112vw;
	}


	.checkbox-style1+label .icon {
		height: 5.60748vw;
		width: 7.00935vw;
		border: 0.23364vw solid #14549b;
		margin-right: 3.73832vw;
		border-radius: 1.63551vw;
	}

	.checkbox-style1:checked+label .icon {
		border: 0.23364vw solid #14549b;
	}

	.checkbox-style1:checked+label .icon::after {
		top: 0.46729vw;
		left: 1.16822vw;
		width: 4.43925vw;
		height: 4.43925vw;
	}


	.reg-check-soglasie .checkbox-style1+label .icon {
		margin-left: 8.8785vw;
		margin-right: 12.85047vw;
	}




	.radio-style1+label {
		min-height: 9.57944vw;
		padding-top: 1.86916vw;
		padding-bottom: 1.86916vw;
		font-size: 3.73832vw;
		line-height: 5.84112vw;
	}


	.radio-style1+label .icon {
		height: 6.7757vw;
		width: 6.7757vw;
		border: 0.23364vw solid #14549b;
		margin-right: 3.73832vw;
	}

	.radio-style1:checked+label .icon {
		border: 0.23364vw solid #14549b;
	}

	.radio-style1:checked+label .icon::after {
		top: 0.93458vw;
		left: 0.93458vw;
		width: 4.43925vw;
		height: 4.43925vw;
	}





	.input-text-caption {
		font-size: 3.27103vw;
	}


	.input-select-block .input-in-block.input-in-left {
		height: 19.62617vw;
	}

	.input-select-block .input-in-block.input-in-right {
		flex-basis: 98.13084vw;
	}

	.style-button3 {
		border: 0.23364vw solid #8f8f8f;
		border-radius: 3.50467vw;
		width: 24.29907vw;
		height: 14.48598vw;
	}

	.style-button3::after {
		width: 6.7757vw;
		height: 6.7757vw;
	}


	.style-button3:active {
		text-decoration: underline white 0.46729vw;
	}

	.style-button3 span {
		font-size: 3.50467vw;
		line-height: 3.50467vw;
	}


	.select-block {
		padding: 3.50467vw 3.50467vw;
		border-radius: 3.50467vw;
		min-height: 10.98131vw;
	}


	.select-block .show-icon {
		right: 0vw;
		width: 10.98131vw;
		top: 0vw;
		background-size: 3.73832vw;
	}





	.section.contestsarov-reg {
		padding-bottom: 23.59813vw;
	}

	.section-content-in.contestsarov-blocks {
		border: 0.23364vw solid black;
		border-radius: 7.94393vw;
		box-shadow: 0 0.93458vw 0.93458vw 0 rgba(0, 0, 0, 0.25);
	}

	.contestsarov-reg_head.single-text {
		max-width: 138.5514vw;
		margin-bottom: 11.68224vw;
	}

	.contestsarov-reg_head.single-text h1 {
		font-size: 9.34579vw;
		margin-bottom: 11.68224vw;
	}

	.contestsarov-reg_head.single-text p {
		font-size: 4.6729vw;
	}

	.contestsarov-reg .contestsarov-reg-block {
		border-radius: 0.46729vw;
		padding-right: 9.34579vw;
		padding-left: 9.34579vw;
	}

	.contestsarov-reg .contestsarov-reg-block::before {
		top: 0vw;
		bottom: 0vw;
		left: 0vw;
		right: 0vw;
	}


	.contestsarov-reg .input-text-title {
		font-size: 3.73832vw;
		margin-bottom: 1.16822vw;
		margin-left: 4.6729vw;
	}

	.contestsarov-reg .input-files-block .input-text-title {
		font-size: 3.73832vw;
	}



	.contestsarov-reg .input-text {
		border: 0.23364vw solid #8f8f8f;
		width: 100%;
		font-size: 3.73832vw;
		line-height: 5.37383vw;
		padding: 2.33645vw 4.6729vw;
		min-height: 10.98131vw;
		border-radius: 3.50467vw;
	}

	.contestsarov-reg .input-text.error {
		border: 0.23364vw solid red;
	}

	.contestsarov-reg .input-text.error~label {
		border: 0.23364vw solid red;
	}


	.contestsarov-reg .contestsarov-reg_form .reg-input {
		margin-bottom: 5.60748vw;
		padding-left: 1.86916vw;
		padding-right: 1.86916vw;
		flex-basis: 100%;
	}

	.contestsarov-reg .contestsarov-reg_form {
		margin-left: -9.57944vw;
		margin-right: -9.57944vw;
	}


	.contestsarov-reg .response span {
		font-size: 3.73832vw;
		line-height: 4.6729vw;
		margin-top: 1.16822vw;
	}

	.contestsarov-reg .reg-input .response {
		margin-left: 4.6729vw;
	}


	.response {
		width: 100%;
	}

	.contestsarov-reg .server-response span {
		font-size: 4.6729vw;
		line-height: 6.07477vw;
	}


	.server-response {
		width: 100%;
		padding-left: 3.50467vw;
		padding-right: 3.50467vw;
	}

	.server-response .error,
	.server-response .success {
		margin-bottom: 2.33645vw;
	}


	.form-stages-indicator {
		margin-top: 2.80374vw;
		margin-bottom: 3.27103vw;
		justify-content: center;
	}

	.form-stages-indicator .indicator {
		width: 7.00935vw;
		height: 7.00935vw;
		margin-right: 2.33645vw;
	}

	.form-stages-indicator .indicator span {
		font-size: 3.50467vw;
		line-height: 3.50467vw;
	}



	.fly-button {
		font-size: 2.80374vw;
		border-radius: 3.50467vw;
		box-shadow: 0 2.33645vw 0.93458vw 0 rgba(0, 0, 0, 0.35);
		width: 25.23364vw;
		height: 11.68224vw;
		bottom: 4.6729vw;
		right: -100vw;
	}
	
	.fly-button.active {
		right: 4.6729vw;
	}

}


.input-file {
	display: none;
}

.input-text.input-text-file {
	display: block;
	min-height: 47px;
}



.checkbox-group {
	display: flex;
	flex-wrap: wrap;
}

.checkbox-group input {
	display: none;
}

.checkbox-group .icon {
	display: inline-block;
	height: 20px;
	width: 20px;
	position: relative;
	margin-right: 6px;
	/*background-color: #00acec;*/
	border: 2px solid #c5e5ed;
	vertical-align: bottom;
	cursor: pointer;
}

.checkbox-group input:checked+.icon {
	background-color: #00acec;
	border: 2px solid #00acec;
}

.checkbox-group input:checked+.icon::before {
	top: 4px;
	left: 10px;
	width: 2px;
	height: 10px;
	border-radius: 3px;
	background-color: white;
	content: "";
	position: absolute;
	transform: rotate(40deg);
}

.checkbox-group input:checked+.icon::after {
	top: 7px;
	left: 5px;
	width: 2px;
	height: 6px;
	border-radius: 3px;
	background-color: white;
	opacity: 0.8;
	content: "";
	position: absolute;
	transform: rotate(-45deg);
}

.checkbox-group label {
	font-style: normal;
	font-weight: normal;
	/*! line-height: 18px; */
	font-size: 18px;
	font-family: Rosatom;
	color: black;
	margin-right: 19px;
	margin-bottom: 16px;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.checkbox-group input.error+.icon {
	border: 2px solid red;
}



.icon-input::after {
	width: 37px;
	height: 41px;
	position: absolute;
	content: "";
	cursor: pointer;
	right: 1px;
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
	background-repeat: no-repeat;
	z-index: 2;
	border-radius: 2px;
	background-size: contain;
	top: 1px;
}


.input-block {
	position: relative;
}

.icon-input {
	position: absolute;
	top: 0px;
	bottom: 0px;
}


.contestsarov-reg .form-block {
	flex-basis: 50%;
	padding-left: 41px;
	padding-right: 41px;
}

.contestsarov-reg .form-block-in {
	margin-left: -8px;
	margin-right: -8px;
	display: flex;
	flex-wrap: wrap;
}

.contestsarov-reg .contestsarov-reg_form .reg-input.reg-btn-block {
	margin-bottom: unset;
	justify-content: flex-end;
	margin-left: 30px;
	display: flex;
	margin-top: auto;
}

.reg-btn.style-button4 {
	box-shadow: unset;
	margin-right: -90px;
	margin-bottom: -34px;
}

.contestsarov-reg .info-text {
	font-size: 20px;
}


.section.contestsarov-reg .set_gorod:not(.active) {
	display: none;
}



@media(min-width: 768px) {

	.input-text.input-text-file {
		min-height: 47px;
	}


	.checkbox-group .icon {
		height: 20px;
		width: 20px;
		margin-right: 6px;
		border: 2px solid #c5e5ed;
	}

	.checkbox-group input:checked+.icon {
		border: 2px solid #00acec;
	}

	.checkbox-group input:checked+.icon::before {
		top: 4px;
		left: 10px;
		width: 2px;
		height: 10px;
		border-radius: 3px;
	}

	.checkbox-group input:checked+.icon::after {
		top: 7px;
		left: 5px;
		width: 2px;
		height: 6px;
		border-radius: 3px;
	}

	.checkbox-group label {
		font-size: 18px;
		margin-right: 19px;
		margin-bottom: 16px;
	}

	.checkbox-group input.error+.icon {
		border: 2px solid red;
	}



	.icon-input::after {
		width: 37px;
		height: 41px;
		right: 1px;
		box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
		border-radius: 2px;
		top: 1px;
	}


	.icon-input {
		top: 0px;
		bottom: 0px;
	}


	.contestsarov-reg .form-block {
		padding-left: 41px;
		padding-right: 41px;
	}

	.contestsarov-reg .form-block-in {
		margin-left: -8px;
		margin-right: -8px;
	}

	.contestsarov-reg .contestsarov-reg_form .reg-input.reg-btn-block {
		margin-left: 30px;
	}

	.reg-btn.style-button4 {
		margin-right: -90px;
		margin-bottom: -34px;
	}

	.contestsarov-reg .info-text {
		font-size: 20px;
	}
}

@media(min-width: 768px) {

	.input-text.input-text-file {
		min-height: 2.44792vw;
	}


	.checkbox-group .icon {
		height: 1.04167vw;
		width: 1.04167vw;
		margin-right: 0.3125vw;
		border: 0.10417vw solid #c5e5ed;
	}

	.checkbox-group input:checked+.icon {
		border: 0.10417vw solid #00acec;
	}

	.checkbox-group input:checked+.icon::before {
		top: 0.20833vw;
		left: 0.52083vw;
		width: 0.10417vw;
		height: 0.52083vw;
		border-radius: 0.15625vw;
	}

	.checkbox-group input:checked+.icon::after {
		top: 0.36458vw;
		left: 0.26042vw;
		width: 0.10417vw;
		height: 0.3125vw;
		border-radius: 0.15625vw;
	}

	.checkbox-group label {
		font-size: 0.9375vw;
		margin-right: 0.98958vw;
		margin-bottom: 0.83333vw;
	}

	.checkbox-group input.error+.icon {
		border: 0.10417vw solid red;
	}



	.icon-input::after {
		width: 1.92708vw;
		height: 2.13542vw;
		right: 0.05208vw;
		box-shadow: 0.05208vw 0.05208vw 0.3125vw rgba(0, 0, 0, 0.1);
		border-radius: 0.10417vw;
		top: 0.05208vw;
	}


	.icon-input {
		top: 0vw;
		bottom: 0vw;
	}


	.contestsarov-reg .form-block {
		padding-left: 2.13542vw;
		padding-right: 2.13542vw;
	}

	.contestsarov-reg .form-block-in {
		margin-left: -0.41667vw;
		margin-right: -0.41667vw;
	}

	.contestsarov-reg .contestsarov-reg_form .reg-input.reg-btn-block {
		margin-left: 1.5625vw;
	}

	.reg-btn.style-button4 {
		margin-right: -4.6875vw;
		margin-bottom: -1.77083vw;
	}

	.contestsarov-reg .info-text {
		font-size: 1.04167vw;
	}
}


@media(max-width: 768px) {

	.input-text.input-text-file {
		min-height: 47px;
	}


	.checkbox-group .icon {
		height: 20px;
		width: 20px;
		margin-right: 6px;
		border: 2px solid #c5e5ed;
	}

	.checkbox-group input:checked+.icon {
		border: 2px solid #00acec;
	}

	.checkbox-group input:checked+.icon::before {
		top: 4px;
		left: 10px;
		width: 2px;
		height: 10px;
		border-radius: 3px;
	}

	.checkbox-group input:checked+.icon::after {
		top: 7px;
		left: 5px;
		width: 2px;
		height: 6px;
		border-radius: 3px;
	}

	.checkbox-group label {
		font-size: 18px;
		margin-right: 19px;
		margin-bottom: 16px;
	}

	.checkbox-group input.error+.icon {
		border: 2px solid red;
	}



	.icon-input::after {
		width: 37px;
		height: 41px;
		right: 1px;
		box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
		border-radius: 2px;
		top: 1px;
	}


	.icon-input {
		top: 0px;
		bottom: 0px;
	}


	.contestsarov-reg .form-block {
		padding-left: 20px;
		padding-right: 20px;
		flex-basis: 100%;
		flex-grow: 1;
	}

	.contestsarov-reg .form-block-in {
		margin-left: -8px;
		margin-right: -8px;
	}

	.contestsarov-reg .contestsarov-reg_form .reg-input.reg-btn-block {
		margin-left: 30px;
	}

	.reg-btn.style-button4 {
		margin-right: -30px;
		margin-bottom: -20px;
		width: 165px;
	}

	.contestsarov-reg .info-text {
		font-size: 16px;
	}
}

@media(max-width: 768px) {

	.input-text.input-text-file {
		min-height: 10.98131vw;
	}


	.checkbox-group .icon {
		height: 4.6729vw;
		width: 4.6729vw;
		margin-right: 1.40187vw;
		border: 0.46729vw solid #c5e5ed;
	}

	.checkbox-group input:checked+.icon {
		border: 0.46729vw solid #00acec;
	}

	.checkbox-group input:checked+.icon::before {
		top: 0.93458vw;
		left: 2.33645vw;
		width: 0.46729vw;
		height: 2.33645vw;
		border-radius: 0.70093vw;
	}

	.checkbox-group input:checked+.icon::after {
		top: 1.63551vw;
		left: 1.16822vw;
		width: 0.46729vw;
		height: 1.40187vw;
		border-radius: 0.70093vw;
	}

	.checkbox-group label {
		font-size: 4.20561vw;
		margin-right: 4.43925vw;
		margin-bottom: 3.73832vw;
	}

	.checkbox-group input.error+.icon {
		border: 0.46729vw solid red;
	}



	.icon-input::after {
		width: 8.64486vw;
		height: 9.57944vw;
		right: 0.23364vw;
		box-shadow: 0.23364vw 0.23364vw 1.40187vw rgba(0, 0, 0, 0.1);
		border-radius: 0.46729vw;
		top: 0.23364vw;
	}


	.icon-input {
		top: 0vw;
		bottom: 0vw;
	}


	.contestsarov-reg .form-block {
		padding-left: 4.6729vw;
		padding-right: 4.6729vw;
		flex-basis: 100%;
		flex-grow: 1;
	}

	.contestsarov-reg .form-block-in {
		margin-left: -1.86916vw;
		margin-right: -1.86916vw;
	}

	.contestsarov-reg .contestsarov-reg_form .reg-input.reg-btn-block {
		margin-left: 7.00935vw;
	}

	.reg-btn.style-button4 {
		margin-right: -7.00935vw;
		margin-bottom: -4.6729vw;
		width: 38.5514vw;
	}

	.contestsarov-reg .info-text {
		font-size: 3.73832vw;
	}
}

/* -форма */




/* loader */
.spinner-loader .spinner-block {
	position: relative;
	border-radius: 50%;
	/* background-color: white; */
	display: flex;
	justify-content: center;
	align-items: center;
}

.spinner-loader .percent {
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.spinner-loader .count {
	font-family: Rosatom;
	font-style: normal;
	font-weight: 450;
	font-size: 27px;
	line-height: 31px;
	letter-spacing: 0.01em;
	color: black;
}

.spinner-loader {
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	/*display: flex;*/
	display: none;
	opacity: 0;
	justify-content: center;
	align-items: center;
	z-index: 2;
	animation: show-spinner 1.2s;
}

.spinner-loader::before {
	/* background-color: white; */
	content: "";
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	position: absolute;
	opacity: 0.8;
}

.spinner-loader.active {
	display: flex;
	opacity: 1;
}

.spinner-response {
	z-index: 2;
	position: relative;
	font-family: Rosatom;
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height: 110%;
	letter-spacing: 0.01em;
	color: black;
	text-align: center;
}

.spinner-response>div {
	/* background-color: white; */
	margin-top: 20px;
}

.spinner-response>div.error {
	color: black;
}

.spinner-blocks {
	width: 400px;
	max-width: 100%;
	min-height: 328px;
	border-radius: 34px;
	background-color: #249788;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 30px;
}

@keyframes show-spinner {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes rotating-spinner {
	100% {
		transform: rotate(360deg);
	}
}

.spinner-loader .spinner {
	border-radius: 50%;
	width: 100px;
	height: 100px;
	border: 10px solid rgba(255, 255, 255, 0.55);
	border-top: 10px solid #a5d936;
	animation: rotating-spinner 1.2s infinite linear;
}


.spinner-loader .error-block {
	background-image: url("data:image/svg+xml,%3Csvg width='104' height='104' viewBox='0 0 104 104' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M60.2773 79.992C60.2773 82.488 59.5093 84.472 57.9733 85.944C56.5013 87.352 54.3573 88.056 51.5413 88.056C48.8533 88.056 46.7093 87.32 45.1093 85.848C43.5733 84.376 42.8053 82.424 42.8053 79.992C42.8053 77.432 43.5413 75.448 45.0133 74.04C46.4853 72.568 48.6613 71.832 51.5413 71.832C54.2293 71.832 56.3413 72.6 57.8773 74.136C59.4773 75.608 60.2773 77.56 60.2773 79.992ZM57.3973 63.864H45.6853L43.4773 19.8H59.6053L57.3973 63.864Z' fill='black'/%3E%3Crect x='1' y='1' width='102' height='102' rx='17' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A");
	height: 104px;
	width: 104px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	display: none;
}

.spinner-loader.error .error-block {
	display: block;
}

.spinner-loader.error .spinner-block {
	display: none;
}

@media(min-width: 768px) {

	.spinner-loader .percent {
		top: 0px;
		bottom: 0px;
		right: 0px;
		left: 0px;
	}

	.spinner-loader .count {
		font-size: 27px;
		line-height: 31px;
	}

	.spinner-loader {
		top: 0px;
		bottom: 0px;
		right: 0px;
		left: 0px;
	}

	.spinner-loader::before {
		top: 0px;
		bottom: 0px;
		left: 0px;
		right: 0px;
	}


	.spinner-response {
		font-size: 32px;
	}

	.spinner-response>div {
		margin-top: 20px;
	}

	.spinner-blocks {
		width: 400px;
		max-width: 100%;
		min-height: 328px;
		border-radius: 34px;
		padding: 30px;
	}

	.spinner-loader .spinner {
		width: 100px;
		height: 100px;
		border: 10px solid rgba(255, 255, 255, 0.55);
		border-top: 10px solid #a5d936;
	}


	.spinner-loader .error-block {
		height: 104px;
		width: 104px;
	}

}

@media(min-width: 768px) {

	.spinner-loader .percent {
		top: 0vw;
		bottom: 0vw;
		right: 0vw;
		left: 0vw;
	}

	.spinner-loader .count {
		font-size: 1.40625vw;
		line-height: 1.61458vw;
	}

	.spinner-loader {
		top: 0vw;
		bottom: 0vw;
		right: 0vw;
		left: 0vw;
	}

	.spinner-loader::before {
		top: 0vw;
		bottom: 0vw;
		left: 0vw;
		right: 0vw;
	}


	.spinner-response {
		font-size: 1.66667vw;
	}

	.spinner-response>div {
		margin-top: 1.04167vw;
	}

	.spinner-blocks {
		width: 20.83333vw;
		max-width: 100%;
		min-height: 17.08333vw;
		border-radius: 1.77083vw;
		padding: 1.5625vw;
	}

	.spinner-loader .spinner {
		width: 5.20833vw;
		height: 5.20833vw;
		border: 0.52083vw solid rgba(255, 255, 255, 0.55);
		border-top: 0.52083vw solid #a5d936;
	}


	.spinner-loader .error-block {
		height: 5.41667vw;
		width: 5.41667vw;
	}

}


@media(max-width: 768px) {

	.spinner-loader .percent {
		top: 0px;
		bottom: 0px;
		right: 0px;
		left: 0px;
	}

	.spinner-loader .count {
		font-size: 27px;
		line-height: 31px;
	}

	.spinner-loader {
		top: 0px;
		bottom: 0px;
		right: 0px;
		left: 0px;
	}

	.spinner-loader::before {
		top: 0px;
		bottom: 0px;
		left: 0px;
		right: 0px;
	}


	.spinner-response {
		font-size: 20px;
	}

	.spinner-response>div {
		margin-top: 20px;
	}

	.spinner-blocks {
		width: 400px;
		max-width: 100%;
		min-height: 283px;
		border-radius: 34px;
		padding: 30px;
	}

	.spinner-loader .spinner {
		width: 100px;
		height: 100px;
		border: 10px solid rgba(255, 255, 255, 0.55);
		border-top: 10px solid #a5d936;
	}


	.spinner-loader .error-block {
		height: 104px;
		width: 104px;
	}

}


@media(max-width: 768px) {

	.spinner-loader .percent {
		top: 0vw;
		bottom: 0vw;
		right: 0vw;
		left: 0vw;
	}

	.spinner-loader .count {
		font-size: 6.30841vw;
		line-height: 7.24299vw;
	}

	.spinner-loader {
		top: 0vw;
		bottom: 0vw;
		right: 0vw;
		left: 0vw;
	}

	.spinner-loader::before {
		top: 0vw;
		bottom: 0vw;
		left: 0vw;
		right: 0vw;
	}


	.spinner-response {
		font-size: 4.6729vw;
	}

	.spinner-response>div {
		margin-top: 4.6729vw;
	}

	.spinner-blocks {
		width: 93.45794vw;
		max-width: 100%;
		min-height: 66.1215vw;
		border-radius: 7.94393vw;
		padding: 7.00935vw;
	}

	.spinner-loader .spinner {
		width: 23.36449vw;
		height: 23.36449vw;
		border: 2.33645vw solid rgba(255, 255, 255, 0.55);
		border-top: 2.33645vw solid #a5d936;
	}


	.spinner-loader .error-block {
		height: 24.29907vw;
		width: 24.29907vw;
	}

}

/* loader */




#footer .footer-backgroud {
	display: flex;
	width: 100%;
	height: auto;
}

.p60 {
	padding-left: 60px;
	padding-right: 60px;
}

.p80 {
	padding-left: 80px;
	padding-right: 80px;
}

.p20 {
	padding-left: 20px;
	padding-right: 20px;
}

.p130 {
	padding-left: 130px;
	padding-right: 130px;
}

.p112 {
	padding-left: 112px;
	padding-right: 112px;
}

@media(min-width: 768px) {
	.p60 {
		padding-left: 3.125vw;
		padding-right: 3.125vw;
	}

	.p80 {
		padding-left: 4.16667vw;
		padding-right: 4.16667vw;
	}

	.p20 {
		padding-left: 1.04167vw;
		padding-right: 1.04167vw;
	}

	.p130 {
		padding-left: 6.77083vw;
		padding-right: 6.77083vw;
	}

	.p112 {
		padding-left: 5.83333vw;
		padding-right: 5.83333vw;
	}
}


@media(max-width: 767px) {
	.p60 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.p80 {
		padding-left: 26px;
		padding-right: 26px;
	}

	.p20 {
		padding-left: 6px;
		padding-right: 6px;
	}

	.p130 {
		padding-left: 43px;
		padding-right: 43px;
	}

	.p112 {
		padding-left: 37px;
		padding-right: 37px;
	}
}

@media(max-width: 767px) {
	.p60 {
		padding-left: 4.6729vw;
		padding-right: 4.6729vw;
	}

	.p80 {
		padding-left: 6.07477vw;
		padding-right: 6.07477vw;
	}

	.p20 {
		padding-left: 1.40187vw;
		padding-right: 1.40187vw;
	}

	.p130 {
		padding-left: 10.04673vw;
		padding-right: 10.04673vw;
	}

	.p112 {
		padding-left: 8.64486vw;
		padding-right: 8.64486vw;
	}
}



.fly-elements .fly {
	position: absolute;
	right: 0px;
	z-index: 0;
}


/* первый блок главная */
.section.contestsarov-top {
	padding-bottom: 260px;
}

.section-content-in.top-blocks {
	border-radius: 34px;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	background: #249788;
	display: flex;
	height: 800px;
	position: relative;
}

.top-blocks .block.block-left {
	flex-basis: 600px;
	flex-shrink: 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	z-index: 1;
}

.top-image .image {
	position: absolute;
}

.style-button4 {
	background-color: #a5d936;
	font-family: Days Sans;
	font-weight: 400;
	font-size: 40px;
	line-height: 94%;
	letter-spacing: -0.07em;
	text-transform: uppercase;
	text-align: center;
	color: black;
	border-radius: 34px;
	box-shadow: 0 10px 4px 0 rgba(0, 0, 0, 0.35);
	text-decoration: none;
	width: 390px;
	height: 135px;
	justify-content: center;
	align-items: center;
	display: flex;
	transition: color 0.3s, background-color 0.3s, letter-spacing 0.3s;
	cursor: pointer;
}

.style-button4:hover {
	letter-spacing: 0.16em;
}


.top-blocks .style-button4 {
	font-size: 26px;
}

.top-blocks .block.block-left .block-left-in a+a {
	margin-top: 30px;
}

.top-image {
	position: relative;
	height: 100%;
	width: 100%;
}


.top-blocks .block.block-right {
	flex-grow: 1;
	z-index: 1;
}

.top-image .image.round {
	right: 0px;
	bottom: -42%;
	width: 514px;
	height: auto;
	max-width: 100%;
}

.top-image .image.people {
	width: 1177px;
	right: 0px;
	/* bottom: -128px; */
	bottom: 0px;
	max-width: 100%;
}



.fly.back-left {
	left: 0px;
	bottom: 0px;
}

.fly.back-right {
	top: 0px;
	right: 0px;
}


@media(min-width: 768px) {
	.section.contestsarov-top {
		padding-bottom: 260px;
	}

	.section-content-in.top-blocks {
		border-radius: 34px;
		box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
		height: 800px;
	}

	.top-blocks .block.block-left {
		flex-basis: 600px;
	}

	.style-button4 {
		font-size: 40px;
		border-radius: 34px;
		box-shadow: 0 10px 4px 0 rgba(0, 0, 0, 0.35);
		width: 390px;
		height: 135px;
	}

	.top-blocks .style-button4 {
		font-size: 26px;
	}

	.top-blocks .block.block-left .block-left-in a+a {
		margin-top: 30px;
	}

	.top-image .image.round {
		width: 514px;
	}

	.top-image .image.people {
		width: 1177px;
		/* bottom: -128px; */
		bottom: 0px;
	}


	.fly.back-left {
		width: 878px;
		height: auto;
	}

	.fly.back-right {
		width: 585px;
		height: auto;
	}

}

@media(min-width: 768px) {
	.section.contestsarov-top {
		padding-bottom: 13.54167vw;
	}

	.section-content-in.top-blocks {
		border-radius: 1.77083vw;
		box-shadow: 0 0.20833vw 0.20833vw 0 rgba(0, 0, 0, 0.25);
		height: 41.66667vw;
	}

	.top-blocks .block.block-left {
		flex-basis: 31.25vw;
	}

	.style-button4 {
		font-size: 2.08333vw;
		border-radius: 1.77083vw;
		box-shadow: 0 0.52083vw 0.20833vw 0 rgba(0, 0, 0, 0.35);
		width: 20.3125vw;
		height: 7.03125vw;
	}

	.top-blocks .style-button4 {
		font-size: 1.35417vw;
	}

	.top-blocks .block.block-left .block-left-in a+a {
		margin-top: 1.5625vw;
	}

	.top-image .image.round {
		width: 26.77083vw;
	}

	.top-image .image.people {
		width: 61.30208vw;
		/* bottom: -6.66667vw; */
		bottom: 0px;
	}


	.fly.back-left {
		width: 45.72917vw;
		height: auto;
	}

	.fly.back-right {
		width: 30.46875vw;
		height: auto;
	}


}


@media(max-width: 768px) {
	.section.contestsarov-top {
		padding-bottom: 100px;
	}

	.section-content-in.top-blocks {
		border-radius: 34px;
		box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
		height: 226px;
	}

	.top-blocks .block.block-left {
		flex-basis: 197px;
		justify-content: center;
	}

	.style-button4 {
		font-size: 20px;
		border-radius: 19px;
		box-shadow: 0 10px 4px 0 rgba(0, 0, 0, 0.35);
		width: 180px;
		height: 88px;
	}

	.top-blocks .style-button4 {
		font-size: 11px;
		width: 147px;
	}

	.style-button4:hover {
		letter-spacing: -0.07em;
	}

	.top-blocks .block.block-left .block-left-in a+a {
		margin-top: 15px;
	}

	.top-image .image.round {
		width: 130px;
	}

	.top-image .image.people {
		width: 1177px;
		/* bottom: -26px; */
		bottom: 0px;
	}


	.fly.back-left {
		width: 224px;
		height: auto;
	}

	.fly.back-right {
		width: 213px;
		height: auto;
	}

}


@media(max-width: 768px) {
	.section.contestsarov-top {
		padding-bottom: 100px;
	}

	.section-content-in.top-blocks {
		border-radius: 34px;
		box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
		height: 226px;
	}

	.top-blocks .block.block-left {
		flex-basis: 156px;
	}

	.style-button4 {
		font-size: 16px;
		border-radius: 19px;
		box-shadow: 0 10px 4px 0 rgba(0, 0, 0, 0.35);
		width: 130px;
		height: 67px;
	}

	.top-blocks .style-button4 {
		font-size: 2.57009vw;
		width: 34.34579vw;
	}

	.top-blocks .block.block-left .block-left-in a+a {
		margin-top: 15px;
	}

	.top-image .image.round {
		width: 130px;
	}

	.top-image .image.people {
		width: 1177px;
		/* bottom: -26px; */
		bottom: 0px;
	}


	.fly.back-left {
		width: 224px;
		height: auto;
	}

	.fly.back-right {
		width: 213px;
		height: auto;
	}

}


@media(max-width: 768px) {
	.section.contestsarov-top {
		padding-bottom: 23.36449vw;
	}

	.section-content-in.top-blocks {
		border-radius: 7.94393vw;
		box-shadow: 0 0.93458vw 0.93458vw 0 rgba(0, 0, 0, 0.25);
		height: 52.80374vw;
	}

	.top-blocks .block.block-left {
		flex-basis: 36.4486vw;
	}

	.style-button4 {
		font-size: 3.73832vw;
		border-radius: 4.43925vw;
		box-shadow: 0 2.33645vw 0.93458vw 0 rgba(0, 0, 0, 0.35);
		width: 30.37383vw;
		height: 15.65421vw;
	}

	.top-blocks .block.block-left .block-left-in a+a {
		margin-top: 3.50467vw;
	}

	.top-image .image.round {
		width: 30.37383vw;
	}

	.top-image .image.people {
		width: 275vw;
		/* bottom: -6.07477vw; */
		bottom: 0px;
	}


	.fly.back-left {
		width: 52.33645vw;
		height: auto;
	}

	.fly.back-right {
		width: 49.76636vw;
		height: auto;
	}

}

/* -первый блок главная */



.animation-rotate-round {
	animation: 10s linear 0s normal none infinite running rotate_round;
}

@keyframes rotate_round {
	0% {
		transform: rotate(360deg);
	}

	100% {
		transform: rotate(0deg);
	}
}




.relative {
	position: relative;
}



.section-title {
	font-family: Days Sans;
	font-weight: 400;
	font-size: 70px;
	line-height: 110%;
	letter-spacing: -0.07em;
	color: white;
	margin: unset;
}

.section-title-block {
	margin-bottom: 20px;
}

@media(min-width: 768px) {
	.section-title {
		font-size: 70px;
	}

	.section-title-block {
		margin-bottom: 20px;
	}
}

@media(min-width: 768px) {
	.section-title {
		font-size: 3.64583vw;
	}

	.section-title-block {
		margin-bottom: 1.04167vw;
	}
}


@media(max-width: 768px) {
	.section-title {
		font-size: 26px;
	}

	.section-title-block {
		margin-bottom: 15x;
	}
}

@media(max-width: 768px) {
	.section-title {
		font-size: 6.07477vw;
	}

	.section-title-block {
		margin-bottom: 3.50467vw;
	}
}



/* второй блок о школе главная */
.section.contestsarov-about {
	padding-bottom: 250px;
}

.contestsarov-about .about-blocks {
	display: flex;
	margin-left: -6px;
	margin-right: -6px;
}

.contestsarov-about .about-blocks .block {
	flex-basis: 50%;
	flex-shrink: 0;
	padding-left: 6px;
	padding-right: 6px;
}

.contestsarov-about .about-blocks .block.block-right {
	margin-top: 200px;
}

.contestsarov-about .about-blocks .block .block-in {
	border-radius: 34px;
	background-color: white;
	padding: 45px 40px;
}

.contestsarov-about .about-blocks .block .block-in * {
	font-weight: 400;
	font-size: 24px;
	line-height: 115%;
}

.contestsarov-about .about-blocks .block .block-in p {
	margin-top: unset;
}

.contestsarov-about .about-blocks .block .block-in .color-green {
	background-color: #a5d936;
	padding-left: 5px;
	margin-left: -5px;
}


.contestsarov-about .fly.about-background {
	z-index: -1;
	width: 1336px;
	max-width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	left: 0px;
	right: 0px;
	top: 50px;
}


.contestsarov-about .image-block {
	display: flex;
	justify-content: flex-end;
	position: relative;
	margin-bottom: -66px;
	margin-right: -66px;
}

.contestsarov-about .igor-tamm {
	width: 403px;
	height: 302px;
	border-radius: 34px;
}

.contestsarov-about .about-round.fly {
	position: absolute;
	right: 348px;
	top: 30px;
	width: 412px;
	height: auto;
}


@media(min-width: 768px) {
	.section.contestsarov-about {
		padding-bottom: 250px;
	}

	.contestsarov-about .about-blocks {
		margin-left: -6px;
		margin-right: -6px;
	}

	.contestsarov-about .about-blocks .block {
		padding-left: 6px;
		padding-right: 6px;
	}

	.contestsarov-about .about-blocks .block.block-right {
		margin-top: 200px;
	}

	.contestsarov-about .about-blocks .block .block-in {
		border-radius: 34px;
		padding: 45px 40px;
	}

	.contestsarov-about .about-blocks .block .block-in * {
		font-size: 24px;
	}


	.contestsarov-about .about-blocks .block .block-in .color-green {
		padding-left: 5px;
		margin-left: -5px;
	}


	.contestsarov-about .fly.about-background {
		width: 1336px;
		left: 0px;
		right: 0px;
		top: 50px;
	}


	.contestsarov-about .image-block {
		margin-bottom: -66px;
		margin-right: -66px;
	}

	.contestsarov-about .igor-tamm {
		width: 403px;
		height: 302px;
		border-radius: 34px;
	}

	.contestsarov-about .about-round.fly {
		right: 348px;
		top: 30px;
		width: 412px;
		height: auto;
	}
}


@media(min-width: 768px) {
	.section.contestsarov-about {
		padding-bottom: 13.02083vw;
	}

	.contestsarov-about .about-blocks {
		margin-left: -0.3125vw;
		margin-right: -0.3125vw;
	}

	.contestsarov-about .about-blocks .block {
		padding-left: 0.3125vw;
		padding-right: 0.3125vw;
	}

	.contestsarov-about .about-blocks .block.block-right {
		margin-top: 10.41667vw;
	}

	.contestsarov-about .about-blocks .block .block-in {
		border-radius: 1.77083vw;
		padding: 2.34375vw 2.08333vw;
	}

	.contestsarov-about .about-blocks .block .block-in * {
		font-size: 1.25vw;
	}


	.contestsarov-about .about-blocks .block .block-in .color-green {
		padding-left: 0.26042vw;
		margin-left: -0.26042vw;
	}


	.contestsarov-about .fly.about-background {
		width: 69.58333vw;
		left: 0vw;
		right: 0vw;
		top: 2.60417vw;
	}


	.contestsarov-about .image-block {
		margin-bottom: -3.4375vw;
		margin-right: -3.4375vw;
	}

	.contestsarov-about .igor-tamm {
		width: 20.98958vw;
		height: 15.72917vw;
		border-radius: 1.77083vw;
	}

	.contestsarov-about .about-round.fly {
		right: 18.125vw;
		top: 1.5625vw;
		width: 21.45833vw;
		height: auto;
	}
}



@media(max-width: 768px) {
	.section.contestsarov-about {
		padding-bottom: 120px;
	}

	.contestsarov-about .about-blocks {
		margin-left: -6px;
		margin-right: -6px;
		flex-wrap: wrap;
	}

	.contestsarov-about .about-blocks .block {
		padding-left: 6px;
		padding-right: 6px;
		flex-basis: 100%;
	}

	.contestsarov-about .about-blocks .block.block-right {
		margin-top: 25px;
	}

	.contestsarov-about .about-blocks .block .block-in {
		border-radius: 34px;
		padding: 25px 20px;
	}

	.contestsarov-about .about-blocks .block .block-in * {
		font-size: 16px;
	}


	.contestsarov-about .about-blocks .block .block-in .color-green {
		padding-left: 5px;
		margin-left: -5px;
	}


	.contestsarov-about .fly.about-background {
		width: 431px;
		left: 0px;
		right: -347px;
		top: 8px;
	}


	.contestsarov-about .image-block {
		margin-bottom: -53px;
		margin-right: -36px;
	}

	.contestsarov-about .igor-tamm {
		width: 238px;
		height: 178px;
		border-radius: 34px;
	}

	.contestsarov-about .about-round.fly {
		right: 190px;
		top: 60px;
		width: 166px;
		height: auto;
	}
}


@media(max-width: 768px) {
	.section.contestsarov-about {
		padding-bottom: 28.03738vw;
	}

	.contestsarov-about .about-blocks {
		margin-left: -1.40187vw;
		margin-right: -1.40187vw;
		flex-wrap: wrap;
	}

	.contestsarov-about .about-blocks .block {
		padding-left: 1.40187vw;
		padding-right: 1.40187vw;
		flex-basis: 100%;
	}

	.contestsarov-about .about-blocks .block.block-right {
		margin-top: 5.84112vw;
	}

	.contestsarov-about .about-blocks .block .block-in {
		border-radius: 7.94393vw;
		padding: 5.84112vw 4.6729vw;
	}

	.contestsarov-about .about-blocks .block .block-in * {
		font-size: 3.73832vw;
	}


	.contestsarov-about .about-blocks .block .block-in .color-green {
		padding-left: 1.16822vw;
		margin-left: -1.16822vw;
	}


	.contestsarov-about .fly.about-background {
		width: 100.70093vw;
		left: 0vw;
		right: -81.07477vw;
		top: 1.86916vw;
	}


	.contestsarov-about .image-block {
		margin-bottom: -12.38318vw;
		margin-right: -8.41121vw;
	}

	.contestsarov-about .igor-tamm {
		width: 55.60748vw;
		height: 41.58879vw;
		border-radius: 7.94393vw;
	}

	.contestsarov-about .about-round.fly {
		right: 44.39252vw;
		top: 14.01869vw;
		width: 38.78505vw;
		height: auto;
	}
}

/* -второй блок о школе главная */




/* третий блок фото главная */
.section.contestsarov-photo {
	padding-bottom: 120px;
}

.section.contestsarov-photo .photo-blocks {
	display: flex;
}

.section.contestsarov-photo .photo {
	flex-basis: 40%;
	display: flex;
	/* padding-top: 18%; */
	padding-top: 72%;
	position: relative;
}

.section.contestsarov-photo .photo-in {
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	position: absolute;
}

.section.contestsarov-photo .photo-in img {
	position: absolute;
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}

.section-caption {
	font-weight: 400;
	font-size: 32px;
	line-height: 110%;
	color: white;
	margin: unset;
}

.section-caption-block {
	margin-top: 20px;
}


@media(min-width: 768px) {
	.section.contestsarov-photo {
		padding-bottom: 120px;
	}

	.section-caption {
		font-size: 32px;
	}

	.section-caption-block {
		margin-top: 20px;
	}
}


@media(min-width: 768px) {
	.section.contestsarov-photo {
		padding-bottom: 6.25vw;
	}

	.section-caption {
		font-size: 1.66667vw;
	}

	.section-caption-block {
		margin-top: 1.04167vw;
	}
}


@media(max-width: 768px) {
	.section.contestsarov-photo {
		padding-bottom: 60px;
	}

	.section-caption {
		font-size: 20px;
	}

	.section-caption-block {
		margin-top: 15px;
	}
}

@media(max-width: 768px) {
	.section.contestsarov-photo {
		padding-bottom: 14.01869vw;
	}

	.section-caption {
		font-size: 4.6729vw;
	}

	.section-caption-block {
		margin-top: 3.50467vw;
	}
}

/* -третий блок фото главная */



.section-title .big {
	font-size: 128px;
	letter-spacing: 0.07em;
}

@media(min-width: 768px) {
	.section-title .big {
		font-size: 128px;
	}
}

@media(min-width: 768px) {
	.section-title .big {
		font-size: 6.66667vw;
	}
}

@media(max-width: 768px) {
	.section-title .big {
		font-size: 50px;
	}
}

@media(max-width: 768px) {
	.section-title .big {
		font-size: 11.68224vw;
	}
}


/* четвёртый блок участие причины главная */
.section-content-in.uchastie-blocks .block-in {
	border-radius: 34px;
	background-color: #a5d936;
	padding: 90px 80px;
}

.section-content-in.uchastie-blocks {
	display: flex;
	justify-content: flex-end;
}

.section-content-in.uchastie-blocks .block-right {
	flex-basis: 1138px;
	position: relative;
}

.fly.uchastie-line {
	position: absolute;
	right: -70px;
	top: -77px;
	width: 690px;
	height: auto;
}

.section-content-in.uchastie-blocks ul li {
	font-weight: 700;
	font-size: 36px;
	line-height: 110%;
	text-transform: uppercase;
	color: black;
	/*! margin-bottom: 27px; */
	list-style-type: none;
	position: relative;
	padding-left: 50px;
}

.section-content-in.uchastie-blocks ul {
	margin: unset;
	padding: unset;
}

.section-content-in.uchastie-blocks ul li:before {
	width: 27px;
	height: 9px;
	position: absolute;
	content: "";
	background-color: #086788;
	left: 0px;
	bottom: 0px;
	top: 0px;
	margin-top: auto;
	margin-bottom: auto;
}

.section-content-in.uchastie-blocks ul li+li {
	margin-top: 25px;
}

.fly.uchastie-fizika {
	bottom: 0px;
	width: 100%;
	height: auto;
}

.section.contestsarov-uchastie {
	padding-bottom: 288px;
	margin-bottom: 60px;
}

@media(min-width: 768px) {
	.section-content-in.uchastie-blocks .block-in {
		border-radius: 34px;
		padding: 90px 80px;
	}

	.section-content-in.uchastie-blocks .block-right {
		flex-basis: 1138px;
	}

	.fly.uchastie-line {
		right: -70px;
		top: -77px;
		width: 690px;
		height: auto;
	}

	.section-content-in.uchastie-blocks ul li {
		font-size: 36px;
		padding-left: 50px;
	}

	.section-content-in.uchastie-blocks ul li:before {
		width: 27px;
		height: 9px;
		left: 0px;
		bottom: 0px;
		top: 0px;
	}

	.section-content-in.uchastie-blocks ul li+li {
		margin-top: 25px;
	}

	.fly.uchastie-fizika {
		bottom: 0px;
		width: 100%;
		height: auto;
	}

	.section.contestsarov-uchastie {
		padding-bottom: 288px;
		margin-bottom: 60px;
	}
}

@media(min-width: 768px) {
	.section-content-in.uchastie-blocks .block-in {
		border-radius: 1.77083vw;
		padding: 4.6875vw 4.16667vw;
	}

	.section-content-in.uchastie-blocks .block-right {
		flex-basis: 59.27083vw;
	}

	.fly.uchastie-line {
		right: -3.64583vw;
		top: -4.01042vw;
		width: 35.9375vw;
		height: auto;
	}

	.section-content-in.uchastie-blocks ul li {
		font-size: 1.875vw;
		padding-left: 2.60417vw;
	}

	.section-content-in.uchastie-blocks ul li:before {
		width: 1.40625vw;
		height: 0.46875vw;
		left: 0vw;
		bottom: 0vw;
		top: 0vw;
	}

	.section-content-in.uchastie-blocks ul li+li {
		margin-top: 1.30208vw;
	}

	.fly.uchastie-fizika {
		bottom: 0vw;
		width: 100%;
		height: auto;
	}

	.section.contestsarov-uchastie {
		padding-bottom: 15vw;
		margin-bottom: 3.125vw;
	}
}


@media(max-width: 768px) {
	.section-content-in.uchastie-blocks .block-in {
		border-radius: 34px;
		padding: 52px 30px;
	}

	.section-content-in.uchastie-blocks .block-right {
		flex-basis: 1138px;
	}

	.fly.uchastie-line {
		right: -70px;
		top: -15px;
		width: 294px;
		height: auto;
	}

	.section-content-in.uchastie-blocks ul li {
		font-size: 16px;
		padding-left: 50px;
	}

	.section-content-in.uchastie-blocks ul li:before {
		width: 27px;
		height: 9px;
		left: 0px;
		bottom: 0px;
		top: 0px;
	}

	.section-content-in.uchastie-blocks ul li+li {
		margin-top: 16px;
	}

	.fly.uchastie-fizika {
		bottom: 0px;
		width: 100%;
		height: auto;
	}

	.section.contestsarov-uchastie {
		padding-bottom: 81px;
		margin-bottom: 60px;
	}
}

@media(max-width: 768px) {
	.section-content-in.uchastie-blocks .block-in {
		border-radius: 7.94393vw;
		padding: 12.14953vw 7.00935vw;
	}

	.section-content-in.uchastie-blocks .block-right {
		flex-basis: 265.88785vw;
	}

	.fly.uchastie-line {
		right: -16.35514vw;
		top: -3.50467vw;
		width: 68.69159vw;
		height: auto;
	}

	.section-content-in.uchastie-blocks ul li {
		font-size: 3.73832vw;
		padding-left: 11.68224vw;
	}

	.section-content-in.uchastie-blocks ul li:before {
		width: 6.30841vw;
		height: 2.1028vw;
		left: 0vw;
		bottom: 0vw;
		top: 0vw;
	}

	.section-content-in.uchastie-blocks ul li+li {
		margin-top: 3.73832vw;
	}

	.fly.uchastie-fizika {
		bottom: 0vw;
		width: 100%;
		height: auto;
	}

	.section.contestsarov-uchastie {
		padding-bottom: 18.92523vw;
		margin-bottom: 14.01869vw;
	}
}

/* -четвёртый блок участие причины главная */





/* пятый блок как участвовать главная */
.section-content-in.kakuchastie-blocks {
	display: flex;
	margin-left: -6px;
	margin-right: -6px;
}

.section-content-in.kakuchastie-blocks .block {
	flex-basis: 33%;
	flex-shrink: 0;
	padding-left: 6px;
	padding-right: 6px;
}

.section-content-in.kakuchastie-blocks .block .block-in {
	border-radius: 34px;
	background-color: #a5d936;
	padding: 90px 24px 15px 40px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.section-content-in.kakuchastie-blocks .block .block-in .name {
	font-weight: 400;
	font-size: 40px;
	line-height: 110%;
	letter-spacing: -0.07em;
	color: black;
	font-family: Days Sans;
	margin: unset;
	margin-bottom: 10px;
}

.section-content-in.kakuchastie-blocks .block .block-in .caption {
	font-family: Days Sans;
	font-weight: 400;
	font-size: 24px;
	line-height: 110%;
	letter-spacing: -0.07em;
	color: rgba(0, 0, 0, 0.75);
	margin: unset;
}

.section-content-in.kakuchastie-blocks .block .block-in .number {
	font-family: Days Sans;
	font-weight: 400;
	font-size: 64px;
	line-height: 100%;
	letter-spacing: -0.07em;
	color: white;
	margin: unset;
}

.section-content-in.kakuchastie-blocks .block .block-in .bottom {
	text-align: right;
}

.section-content-in.kakuchastie-blocks .block .block-in .top {
	margin-bottom: 20px;
}

.section.contestsarov-kakuchastie {
	padding-bottom: 260px;
}

.section.contestsarov-kakuchastie .fly.kakuchastie-lines {
	top: 90px;
	width: 1062px;
	height: auto;
	z-index: -1;
}

@media(min-width: 768px) {
	.section-content-in.kakuchastie-blocks {
		margin-left: -6px;
		margin-right: -6px;
	}

	.section-content-in.kakuchastie-blocks .block {
		padding-left: 6px;
		padding-right: 6px;
	}

	.section-content-in.kakuchastie-blocks .block .block-in {
		border-radius: 34px;
		padding: 90px 24px 15px 40px;
		height: 100%;
	}

	.section-content-in.kakuchastie-blocks .block .block-in .name {
		font-size: 40px;
		margin-bottom: 10px;
	}

	.section-content-in.kakuchastie-blocks .block .block-in .caption {
		font-size: 24px;
	}

	.section-content-in.kakuchastie-blocks .block .block-in .number {
		font-size: 64px;
	}

	.section-content-in.kakuchastie-blocks .block .block-in .top {
		margin-bottom: 20px;
	}

	.section.contestsarov-kakuchastie {
		padding-bottom: 260px;
	}

	.section.contestsarov-kakuchastie .fly.kakuchastie-lines {
		top: 90px;
		width: 1062px;
		height: auto;
	}
}

@media(min-width: 768px) {
	.section-content-in.kakuchastie-blocks {
		margin-left: -0.3125vw;
		margin-right: -0.3125vw;
	}

	.section-content-in.kakuchastie-blocks .block {
		padding-left: 0.3125vw;
		padding-right: 0.3125vw;
	}

	.section-content-in.kakuchastie-blocks .block .block-in {
		border-radius: 1.77083vw;
		padding: 4.6875vw 1.25vw 0.78125vw 2.08333vw;
		height: 100%;
	}

	.section-content-in.kakuchastie-blocks .block .block-in .name {
		font-size: 2.08333vw;
		margin-bottom: 0.52083vw;
	}

	.section-content-in.kakuchastie-blocks .block .block-in .caption {
		font-size: 1.25vw;
	}

	.section-content-in.kakuchastie-blocks .block .block-in .number {
		font-size: 3.33333vw;
	}

	.section-content-in.kakuchastie-blocks .block .block-in .top {
		margin-bottom: 1.04167vw;
	}

	.section.contestsarov-kakuchastie {
		padding-bottom: 13.54167vw;
	}

	.section.contestsarov-kakuchastie .fly.kakuchastie-lines {
		top: 4.6875vw;
		width: 55.3125vw;
		height: auto;
	}
}


@media(max-width: 768px) {
	.section-content-in.kakuchastie-blocks {
		margin-left: -6px;
		margin-right: -6px;
		flex-wrap: wrap;
	}

	.section-content-in.kakuchastie-blocks .block {
		padding-left: 6px;
		padding-right: 6px;
		flex-grow: 1;
		margin-bottom: 10px;
	}

	.section-content-in.kakuchastie-blocks .block .block-in {
		border-radius: 34px;
		padding: 43px 24px 15px 40px;
		height: 100%;
	}

	.section-content-in.kakuchastie-blocks .block .block-in .name {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.section-content-in.kakuchastie-blocks .block .block-in .caption {
		font-size: 16px;
	}

	.section-content-in.kakuchastie-blocks .block .block-in .number {
		font-size: 40px;
	}

	.section-content-in.kakuchastie-blocks .block .block-in .top {
		margin-bottom: 15px;
	}

	.section.contestsarov-kakuchastie {
		padding-bottom: 100px;
	}

	.section.contestsarov-kakuchastie .fly.kakuchastie-lines {
		top: 116px;
		width: 866px;
		height: auto;
	}
}


@media(max-width: 768px) {
	.section-content-in.kakuchastie-blocks {
		margin-left: -1.40187vw;
		margin-right: -1.40187vw;
		flex-wrap: wrap;
	}

	.section-content-in.kakuchastie-blocks .block {
		padding-left: 1.40187vw;
		padding-right: 1.40187vw;
		flex-grow: 1;
		margin-bottom: 2.33645vw;
	}

	.section-content-in.kakuchastie-blocks .block .block-in {
		border-radius: 7.94393vw;
		padding: 10.04673vw 5.60748vw 3.50467vw 9.34579vw;
		height: 100%;
	}

	.section-content-in.kakuchastie-blocks .block .block-in .name {
		font-size: 5.14019vw;
		margin-bottom: 2.33645vw;
	}

	.section-content-in.kakuchastie-blocks .block .block-in .caption {
		font-size: 3.73832vw;
	}

	.section-content-in.kakuchastie-blocks .block .block-in .number {
		font-size: 9.34579vw;
	}

	.section-content-in.kakuchastie-blocks .block .block-in .top {
		margin-bottom: 3.50467vw;
	}

	.section.contestsarov-kakuchastie {
		padding-bottom: 23.36449vw;
	}

	.section.contestsarov-kakuchastie .fly.kakuchastie-lines {
		top: 27.1028vw;
		width: 202.33645vw;
		height: auto;
	}
}

/* -пятый блок как участвовать главная */


/* шестой блок этапы главная */
.section.contestsarov-etaps {
	padding-bottom: 180px;
}

.section-content-in.etaps-blocks {
	display: flex;
	margin-left: -23px;
	margin-right: -23px;
}

.section-content-in.etaps-blocks .block {
	/*! flex-basis: 50%; */
	flex-shrink: 0;
	padding-left: 23px;
	padding-right: 23px;
}

.section-content-in.etaps-blocks .block.block-left .block-in {
	display: flex;
}

.section-content-in.etaps-blocks .block.block-left .block-in {
	display: flex;
	flex-direction: column;
}

.section-content-in.etaps-blocks .block .block-title {
  font-family: Days Sans;
  font-weight: 400;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: -0.07em;
  color: white;
  margin: unset;
}

.section-content-in.etaps-blocks .block.block-left .block-in .block2 {
	border-radius: 34px;
	background-color: #249788;
	padding: 40px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.section-content-in.etaps-blocks .block.block-left {
	/* flex-basis: 660px; */
	flex-basis: 390px;
}

.section-content-in.etaps-blocks .block.block-right {
	flex-grow: 1;
}

.section-content-in.etaps-blocks .block.block-left .block-in .block2-one {
	background-color: #a5d936;
}

.section-content-in.etaps-blocks .block.block-left .block-in .block2 p {
	margin: unset;
}

.section-content-in.etaps-blocks .block.block-left .block-in .block2 .date {
	font-family: Days Sans;
	font-weight: 400;
	/* font-size: 24px; */
	font-size: 16px;
	line-height: 110%;
	letter-spacing: -0.07em;
	color: rgba(0, 0, 0, 0.75);
	margin-bottom: 10px;
}

.section-content-in.etaps-blocks .block.block-left .block-in .block2 .name {
	font-weight: 700;
	/* font-size: 64px; */
	font-size: 31px;
	line-height: 110%;
	color: black;
	font-family: Rosatom;
	margin-bottom: 20px;
}

.section-content-in.etaps-blocks .block.block-left .block-in .block2 .caption {
	font-family: Rosatom;
	font-weight: 400;
	/* font-size: 32px; */
	font-size: 24px;
	line-height: 110%;
	color: black;
}

.section-content-in.etaps-blocks .block.block-left .block-in .block2+.block2 {
	margin-top: 10px;
}

.section-content-in.etaps-blocks .block.block-left .block-in .block2 .program-download {
	font-family: 'Days Sans';
	font-weight: 400;
	font-size: 40px;
	line-height: 110%;
	letter-spacing: -0.02em;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	width: 100%;
	display: flex;
	position: relative;
}

.section-content-in.etaps-blocks .block.block-left .block-in .block2 .program-download::after {
	background-image: url("data:image/svg+xml,%3Csvg width='46' height='46' viewBox='0 0 46 46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23 3V32M23 32L32 22.2404M23 32L14 22.2404' stroke='white' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M29.6667 43H16.3333C10.0479 43 6.90524 43 4.95262 40.9497C3 38.8994 3 35.5996 3 29M43 29C43 35.5996 43 38.8994 41.0473 40.9497C40.3811 41.6492 39.5764 42.1101 38.5556 42.4136' stroke='white' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	content: "";
	width: 40px;
	height: 40px;
	position: absolute;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	right: 0px;
}

.section-content-in.etaps-blocks .block.block-left .block-in .block2-four {
	padding: 26px 40px;
}

.section-content-in.etaps-blocks .video-block {
	display: flex;
	padding-top: 56.8%;
	position: relative;
}

.section-content-in.etaps-blocks .video-block-in {
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	position: absolute;
	border: 6px solid white;
	border-radius: 34px;
	overflow: hidden;
}

.section-content-in.etaps-blocks .video-block-in iframe {
	width: 100%;
	height: 100%;
}

.section-content-in.etaps-blocks .video-block-in video {
	width: 100%;
	height: 100%;
}

.section.contestsarov-etaps .fly.etaps-lines {
	bottom: 0px;
	width: 1062px;
	height: auto;
}

@media(min-width: 768px) {
	.section.contestsarov-etaps {
		padding-bottom: 180px;
	}

	.section-content-in.etaps-blocks {
		margin-left: -23px;
		margin-right: -23px;
	}

	.section-content-in.etaps-blocks .block {
		padding-left: 23px;
		padding-right: 23px;
	}

	.section-content-in.etaps-blocks .block .block-title {
		font-size: 40px;
	}

	.section-content-in.etaps-blocks .block.block-left .block-in .block2 {
		border-radius: 34px;
		padding: 40px;
		height: 100%;
	}

	.section-content-in.etaps-blocks .block.block-left {
		/* flex-basis: 660px; */
		flex-basis: 390px;
	}

	.section-content-in.etaps-blocks .block.block-left .block-in .block2 .date {
		font-size: 24px;
		/* font-size: 16px; */
		margin-bottom: 10px;
	}

	.section-content-in.etaps-blocks .block.block-left .block-in .block2 .name {
		/* font-size: 64px; */
		font-size: 31px;
		margin-bottom: 20px;
	}

	.section-content-in.etaps-blocks .block.block-left .block-in .block2 .caption {
		/* font-size: 32px; */
		font-size: 24px;
	}

	.section-content-in.etaps-blocks .block.block-left .block-in .block2+.block2 {
		margin-top: 10px;
	}

	.section-content-in.etaps-blocks .block.block-left .block-in .block2 .program-download {
		font-size: 40px;
		width: 100%;
	}

	.section-content-in.etaps-blocks .block.block-left .block-in .block2 .program-download::after {
		width: 40px;
		height: 40px;
		right: 0px;
	}

	.section-content-in.etaps-blocks .block.block-left .block-in .block2-four {
		padding: 26px 40px;
	}


	.section-content-in.etaps-blocks .video-block-in {
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		border: 6px solid white;
		border-radius: 34px;
	}

	.section-content-in.etaps-blocks .video-block-in iframe {
		width: 100%;
		height: 100%;
	}

	.section.contestsarov-etaps .fly.etaps-lines {
		bottom: 0px;
		width: 1062px;
		height: auto;
	}
}

@media(min-width: 768px) {
	.section.contestsarov-etaps {
		padding-bottom: 9.375vw;
	}

	.section-content-in.etaps-blocks {
		margin-left: -1.19792vw;
		margin-right: -1.19792vw;
	}

	.section-content-in.etaps-blocks .block {
		padding-left: 1.19792vw;
		padding-right: 1.19792vw;
	}

	.section-content-in.etaps-blocks .block .block-title {
		font-size: 2.08333vw;
	}

	.section-content-in.etaps-blocks .block.block-left .block-in .block2 {
		border-radius: 1.77083vw;
		padding: 2.08333vw;
		height: 100%;
	}

	.section-content-in.etaps-blocks .block.block-left {
		/* flex-basis: 34.375vw; */
		flex-basis: 20.3125vw;
	}

	.section-content-in.etaps-blocks .block.block-left .block-in .block2 .date {
		/* font-size: 1.25vw; */
		font-size: 0.83333vw;
		margin-bottom: 0.52083vw;
	}

	.section-content-in.etaps-blocks .block.block-left .block-in .block2 .name {
		/* font-size: 3.33333vw; */
		font-size: 1.61458vw;
		margin-bottom: 1.04167vw;
	}

	.section-content-in.etaps-blocks .block.block-left .block-in .block2 .caption {
		/* font-size: 1.66667vw; */
		font-size: 1.25vw;
	}

	.section-content-in.etaps-blocks .block.block-left .block-in .block2+.block2 {
		margin-top: 0.52083vw;
	}

	.section-content-in.etaps-blocks .block.block-left .block-in .block2 .program-download {
		font-size: 2.08333vw;
		width: 100%;
	}

	.section-content-in.etaps-blocks .block.block-left .block-in .block2 .program-download::after {
		width: 2.08333vw;
		height: 2.08333vw;
		right: 0vw;
	}

	.section-content-in.etaps-blocks .block.block-left .block-in .block2-four {
		padding: 1.35417vw 2.08333vw;
	}


	.section-content-in.etaps-blocks .video-block-in {
		top: 0vw;
		left: 0vw;
		right: 0vw;
		bottom: 0vw;
		border: 0.3125vw solid white;
		border-radius: 1.77083vw;
	}

	.section-content-in.etaps-blocks .video-block-in iframe {
		width: 100%;
		height: 100%;
	}

	.section.contestsarov-etaps .fly.etaps-lines {
		bottom: 0vw;
		width: 55.3125vw;
		height: auto;
	}
}


@media(max-width: 768px) {
	.section.contestsarov-etaps {
		padding-bottom: 100px;
	}

	.section-content-in.etaps-blocks {
		margin-left: -23px;
		margin-right: -23px;
		flex-wrap: wrap;
	}

	.section-content-in.etaps-blocks .block {
		padding-left: 23px;
		padding-right: 23px;
	}

	.section-content-in.etaps-blocks .block .block-title {
		font-size: 22px;
	}

	.section-content-in.etaps-blocks .block.block-left .block-in .block2 {
		border-radius: 34px;
		padding: 40px;
		height: 100%;
	}

	.section-content-in.etaps-blocks .block.block-left {
		flex-basis: 100%;
		flex-grow: 1;
		margin-bottom: 39px;
	}

	.section-content-in.etaps-blocks .block.block-left .block-in .block2 .date {
		font-size: 13px;
		margin-bottom: 10px;
	}

	.section-content-in.etaps-blocks .block.block-left .block-in .block2 .name {
		font-size: 28px;
		margin-bottom: 20px;
	}

	.section-content-in.etaps-blocks .block.block-left .block-in .block2 .caption {
		font-size: 18px;
	}

	.section-content-in.etaps-blocks .block.block-left .block-in .block2+.block2 {
		margin-top: 10px;
	}

	.section-content-in.etaps-blocks .block.block-left .block-in .block2 .program-download {
		font-size: 22px;
		width: 100%;
	}

	.section-content-in.etaps-blocks .block.block-left .block-in .block2 .program-download::after {
		width: 27px;
		height: 27px;
		right: 0px;
	}

	.section-content-in.etaps-blocks .block.block-left .block-in .block2-four {
		padding: 26px 40px;
	}


	.section-content-in.etaps-blocks .video-block {
		padding-top: 57.8%;
	}

	.section-content-in.etaps-blocks .video-block-in {
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
		border: 6px solid white;
		border-radius: 34px;
	}

	.section-content-in.etaps-blocks .video-block-in iframe {
		width: 100%;
		height: 100%;
	}

	.section.contestsarov-etaps .fly.etaps-lines {
		bottom: 16px;
		width: 425px;
		height: auto;
		z-index: -1;
	}
}

@media(max-width: 768px) {
	.section.contestsarov-etaps {
		padding-bottom: 23.36449vw;
	}

	.section-content-in.etaps-blocks {
		margin-left: -5.37383vw;
		margin-right: -5.37383vw;
		flex-wrap: wrap;
	}

	.section-content-in.etaps-blocks .block {
		padding-left: 5.37383vw;
		padding-right: 5.37383vw;
	}

	.section-content-in.etaps-blocks .block .block-title {
		font-size: 5.14019vw;
	}

	.section-content-in.etaps-blocks .block.block-left .block-in .block2 {
		border-radius: 7.94393vw;
		padding: 9.34579vw;
		height: 100%;
	}

	.section-content-in.etaps-blocks .block.block-left {
		flex-basis: 100%;
		flex-grow: 1;
		margin-bottom: 9.11215vw;
	}

	.section-content-in.etaps-blocks .block.block-left .block-in .block2 .date {
		font-size: 3.03738vw;
		margin-bottom: 2.33645vw;
	}

	.section-content-in.etaps-blocks .block.block-left .block-in .block2 .name {
		font-size: 6.54206vw;
		margin-bottom: 4.6729vw;
	}

	.section-content-in.etaps-blocks .block.block-left .block-in .block2 .caption {
		font-size: 4.20561vw;
	}

	.section-content-in.etaps-blocks .block.block-left .block-in .block2+.block2 {
		margin-top: 2.33645vw;
	}

	.section-content-in.etaps-blocks .block.block-left .block-in .block2 .program-download {
		font-size: 5.14019vw;
		width: 100%;
	}

	.section-content-in.etaps-blocks .block.block-left .block-in .block2 .program-download::after {
		width: 6.30841vw;
		height: 6.30841vw;
		right: 0vw;
	}

	.section-content-in.etaps-blocks .block.block-left .block-in .block2-four {
		padding: 6.07477vw 9.34579vw;
	}


	.section-content-in.etaps-blocks .video-block-in {
		top: 0vw;
		left: 0vw;
		right: 0vw;
		bottom: 0vw;
		border: 1.40187vw solid white;
		border-radius: 7.94393vw;
	}

	.section-content-in.etaps-blocks .video-block-in iframe {
		width: 100%;
		height: 100%;
	}

	.section.contestsarov-etaps .fly.etaps-lines {
		bottom: 3.73832vw;
		width: 99.29907vw;
		height: auto;
		z-index: -1;
	}
}

/* -шестой блок этапы главная */






/* восьмой блок организаторы главная */
.section-content-in.organizators-blocks {
	display: flex;
	justify-content: space-between;
}

.section-content-in.organizators-blocks .block {
	flex-basis: 50%;
	flex-shrink: 0;
}

.section-content-in.organizators-blocks .block.block-right {
	flex-basis: 740px;
}

.section-content-in.organizators-blocks .block.block-right .block-in {
	border-radius: 34px;
	background-color: #249788;
	padding: 45px 40px;
	height: 100%;
}

.section-content-in.organizators-blocks .block.block-left .block-in {
	padding: 45px 0px;
}



.contestsarov-organizators .section-title-block {
	margin-bottom: 50px;
}

.contestsarov-organizators .site-logos {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.contestsarov-organizators .site-logo.logo-minobrnauki img {
	height: 110px;
}

.contestsarov-organizators .site-logo.logo-rosatom img {
	height: 49px;
}

.contestsarov-organizators .site-logo.logo-msu img {
	height: 79px;
}

.contestsarov-organizators .site-logo.logo-ncphm img {
	height: 64px;
}



.contestsarov-organizators .contacts-block-in a {
	font-family: Rosatom;
	font-weight: 700;
	font-size: 36px;
	line-height: 110%;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	color: black;
}

.contestsarov-organizators .contacts-block-in p {
	font-family: Rosatom;
	font-weight: 400;
	font-size: 20px;
	line-height: 110%;
	color: black;
}

@media(min-width: 768px) {
	.section-content-in.organizators-blocks .block.block-right {
		flex-basis: 620px;
	}

	.section-content-in.organizators-blocks .block.block-right .block-in {
		border-radius: 34px;
		padding: 45px 40px;
		height: 100%;
	}

	.section-content-in.organizators-blocks .block.block-left .block-in {
		padding: 45px 0px;
	}



	.contestsarov-organizators .section-title-block {
		margin-bottom: 50px;
	}

	.contestsarov-organizators .site-logo.logo-minobrnauki img {
		height: 110px;
	}

	.contestsarov-organizators .site-logo.logo-rosatom img {
		height: 49px;
	}

	.contestsarov-organizators .site-logo.logo-msu img {
		height: 79px;
	}

	.contestsarov-organizators .site-logo.logo-ncphm img {
		height: 64px;
	}

	.contestsarov-organizators .site-logo.logo-tpu img {
		height: 64px;
	}



	.contestsarov-organizators .contacts-block-in a {
		font-size: 36px;
	}

	.contestsarov-organizators .contacts-block-in p {
		font-size: 20px;
	}
}

@media(min-width: 768px) {
	.section-content-in.organizators-blocks .block.block-right {
		flex-basis: 32.29167vw;
	}

	.section-content-in.organizators-blocks .block.block-right .block-in {
		border-radius: 1.77083vw;
		padding: 2.34375vw 2.08333vw;
		height: 100%;
	}

	.section-content-in.organizators-blocks .block.block-left .block-in {
		padding: 2.34375vw 0vw;
	}



	.contestsarov-organizators .section-title-block {
		margin-bottom: 2.60417vw;
	}

	.contestsarov-organizators .site-logo.logo-minobrnauki img {
		height: 5.72917vw;
	}

	.contestsarov-organizators .site-logo.logo-rosatom img {
		height: 2.55208vw;
	}

	.contestsarov-organizators .site-logo.logo-msu img {
		height: 4.11458vw;
	}

	.contestsarov-organizators .site-logo.logo-ncphm img {
		height: 3.33333vw;
	}

	.contestsarov-organizators .site-logo.logo-tpu img {
		height: 3.33333vw;
	}


	.contestsarov-organizators .contacts-block-in a {
		font-size: 1.875vw;
	}

	.contestsarov-organizators .contacts-block-in p {
		font-size: 1.04167vw;
	}
}


@media(max-width: 768px) {
	.section-content-in.organizators-blocks .block.block-right {
		flex-basis: 100%;
		flex-grow: 1;
	}

	.section-content-in.organizators-blocks .block.block-right .block-in {
		border-radius: 34px;
		padding: 45px 40px;
		height: 100%;
	}

	.section-content-in.organizators-blocks .block.block-left .block-in {
		padding: 45px 0px;
	}



	.contestsarov-organizators .section-title-block {
		margin-bottom: 24px;
	}

	.contestsarov-organizators .site-logo.logo-minobrnauki img {
		height: 50px;
	}

	.contestsarov-organizators .site-logo.logo-rosatom img {
		height: 50px;
	}

	.contestsarov-organizators .site-logo.logo-msu img {
		height: 50px;
	}

	.contestsarov-organizators .site-logo.logo-ncphm img {
		height: 50px;
	}

	.contestsarov-organizators .site-logo.logo-tpu {
		/* margin-top: 40px; */
	}

	.contestsarov-organizators .site-logo.logo-tpu img {
		height: 50px;
	}


	.contestsarov-organizators .contacts-block-in a {
		font-size: 24px;
	}

	.contestsarov-organizators .contacts-block-in p {
		font-size: 16px;
	}

	.contestsarov-organizators .site-logos {
		justify-content: space-around;
	}

	.section-content-in.organizators-blocks {
		flex-wrap: wrap;
	}

	.section-content-in.organizators-blocks .block {
		flex-basis: 100%;
		flex-grow: 1;
	}

}

@media(max-width: 768px) {
	.section-content-in.organizators-blocks .block.block-right {
		flex-basis: 100%;
		flex-grow: 1;
	}

	.section-content-in.organizators-blocks .block.block-right .block-in {
		border-radius: 7.94393vw;
		padding: 10.51402vw 9.34579vw;
		height: 100%;
	}

	.section-content-in.organizators-blocks .block.block-left .block-in {
		padding: 10.51402vw 0vw;
	}



	.contestsarov-organizators .section-title-block {
		margin-bottom: 5.60748vw;
	}

	.contestsarov-organizators .site-logo.logo-minobrnauki img {
		height: 50px;
	}

	.contestsarov-organizators .site-logo.logo-rosatom img {
		height: 50px;
	}

	.contestsarov-organizators .site-logo.logo-msu img {
		height: 50px;
	}

	.contestsarov-organizators .site-logo.logo-ncphm img {
		height: 50px;
	}

	.contestsarov-organizators .site-logo.logo-tpu {
		/* margin-top: 9.34579vw; */
	}

	.contestsarov-organizators .site-logo.logo-tpu img {
		height: 50px;
	}


	.contestsarov-organizators .contacts-block-in a {
		font-size: 5.60748vw;
	}

	.contestsarov-organizators .contacts-block-in p {
		font-size: 3.73832vw;
	}

	.contestsarov-organizators .site-logos {
		justify-content: space-around;
	}

	.section-content-in.organizators-blocks {
		flex-wrap: wrap;
	}

	.section-content-in.organizators-blocks .block {
		flex-basis: 100%;
		flex-grow: 1;
	}

}

/* -восьмой блок организаторы главная */


.title-green {
	color: #a5d936;
}




.single-page .block-in {
	border-radius: 34px;
	background-color: white;
	padding: 40px 60px;
}

.single-page .block {
	flex-basis: 1138px;
	position: relative;
}

.single-page .section-content-in.page-blocks {
	display: flex;
	justify-content: center;
}

@media(min-width: 768px) {
	.single-page .block-in {
		border-radius: 34px;
		padding: 40px 60px;
	}

	.single-page .block {
		flex-basis: 1138px;
	}
}

@media(min-width: 768px) {
	.single-page .block-in {
		border-radius: 1.77083vw;
		padding: 2.08333vw 3.125vw;
	}

	.single-page .block {
		flex-basis: 59.27083vw;
	}
}

@media(max-width: 768px) {
	.single-page .block-in {
		border-radius: 34px;
		padding: 20px 25px;
	}

	.single-page .block {
		flex-basis: 100%;
	}
}

@media(max-width: 768px) {
	.single-page .block-in {
		border-radius: 7.94393vw;
		padding: 5.84112vw 4.6729vw;
	}

	.single-page .block {
		flex-basis: 100%;
	}
}