html {
  scroll-padding-top: 5.3vw;
}
body {
	position: relative;
	margin:0;
	font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
	overflow-x: hidden;
	cursor: default;
	width: 100%;
	outline: none !important;
	background: #FFF5E9;
	color: #3862AC;
}
a{
	text-decoration: none;
	-webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
}
a:active,
a:focus,
a:hover {
	outline: none !important;
}
* {
	scroll-behavior: smooth;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}
*:before,
*:after {
	position: absolute;
	content: "";
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
* {
	margin: 0;
	padding: 0;
  scrollbar-width: thin;
  scrollbar-color: #62418b #BBD080;
}

/* для Chrome/Edge/Safari */
*::-webkit-scrollbar {
  height: 12px;
  width: 12px;
}
*::-webkit-scrollbar-track {
  background: #62418b;
}
*::-webkit-scrollbar-thumb {
  background-color: #62418b;
  border-radius: 5px;
  border: 3px solid #BBD080;
}
* {
	-webkit-tap-highlight-color: transparent;
}
button,
input,
textarea,
select {
	outline: none;
	font-family: "Inter", sans-serif;
}
button:focus,
input:focus,
textarea:focus,
select:focus {
	outline: none;
}
ol, ul {
	list-style: none;
	margin:0;
	padding:0;
}
p, li {
	position: relative;
	font-size: 1.04vw;
	font-weight: 500;
	line-height: 1.4;
}
img {
	max-width: 100%;
	display: block;
}
.container {
	position: relative;
	width: 100%;
	padding: 0 7.81vw;
}
section {
	position: relative;
	overflow: hidden;
}

/* --------------------------------
	
	header
	
-------------------------------- */
header {
	position: fixed;
	width: 100%;
	z-index: 10;
	top: 0;
	left: 0;
	-webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
}
.header-overlay {
	position: absolute;
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	background: #fff;
	border-radius: 0 0 24px 24px;
	-webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
	box-shadow: 0 8px 20px rgba(0,0,0,0.07);
}
.shrink .header-overlay {
	height: 100%;
}
.header-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.67vw 0;
	-webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
}
.shrink .header-flex {
	padding: 1vw 0;
}
.nav {
	display: flex;
	align-items: center;
	flex-grow: 1;
}
#menu-header {
	display: flex;
	align-items: center;
}
#menu-header .menu-item {
	position: relative;
	font-size: 1.04vw;
	font-weight: 700;
	margin: 0 3.13vw 0 0;
	white-space: nowrap;
	text-transform: uppercase;
}
#menu-header .menu-item:last-child {
	margin: 0;
}
.menu-item a {
	position: relative;
	color: #3862AC;
	-webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
}
.menu-item a:hover {
	color: #57A0D7;
}
.partener {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.partener img {
	height: 3.65vw;
	margin: 0 0 0 2.50vw;
}
.date {
	font-size: 1.88vw;
	font-weight: 700;
	color: #E878AE;
	line-height: 0.8;
	flex: 0 0 auto;
	margin: 0 6.67vw 0 0;
}
.date span {
	font-size: 2.70vw;
	font-weight: 500;
	color: #62418B;
	display: block;
}

/* --------------------------------
	
intro
	
-------------------------------- */
.intro-bg1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 36.67vw;
}
.intro-bg2 {
	position: absolute;
	top: 10vw;
	left: 0;
	width: 100%;
}
.intro-bg3 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.intro-bg4 {
	position: absolute;
	top: 15vw;
	left: 22vw;
	width: 1.41vw;
	animation: rotate 6s linear infinite;
	-webkit-animation: rotate 6s linear infinite;
}
.intro-flex {
	position: relative;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	padding: 10.42vw 0 12.6vw 0;
}
.intro-logo {
	width: 23.96vw;
	margin: 0 0 2.50vw 0;
}
h1 {
	display: none;
}
.intro-flex h2 {
	text-align: center;
	font-size: 1.88vw;
	text-transform: uppercase;
	margin: 0 0 2.08vw 0;
	width: 50%;
}
.intro-grid {
	display: flex;
	justify-content: space-between;
	margin: 0 -8px;
}
.intro-item {
	width: calc(33.333% - 16px);
	margin: 0 8px;
	padding: 2.08vw 3.13vw;
	border-radius: 2.08vw;
	color: #fff;
	background: #F26F35;
}
.intro-item:nth-of-type(2) {
	background: #62418B;
}
.intro-item:nth-of-type(3) {
	background: #57A0D7;
}
.intro-item h3 {
	font-size: 1.46vw;
	font-weight: 700;
	margin: 0 0 0.83vw 0;
}
.intro-item ul {
	padding: 0 0 0 24px;
	margin: 0 0 0.83vw 0;
	list-style: disc;
}

/* --------------------------------
	
b1
	
-------------------------------- */
#b1 {
	padding: 10.94vw 0 6.51vw 0;
}
.b1-bg1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.b1-bg2 {
	position: absolute;
	left: 4.53vw;
	top: 2.24vw;
	width: 9.38vw;
}
.b1-bg3 {
	position: absolute;
	top: 45%;
	left: -9.45vw;
	width: 19.79vw;
	animation: rotate 15s linear infinite;
	-webkit-animation: rotate 15s linear infinite;
}
@keyframes rotate {
	100% { transform: rotate(360deg); }
}
@-webkit-keyframes rotate {
	100% { transform: rotate(360deg); }
}
.b1-bg4 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	pointer-events: none;
}
.b1-grid {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -0.63vw;
}
.b1-item {
	position: relative;
	width: calc(33.33% - 1.26vw);
	margin: 0 0.63vw 9.38vw 0.63vw;
	padding: 20vw 2.08vw 2.08vw 2.08vw;
	border-radius: 1.67vw;
	border: 3px solid #BBD080;
	background: #fff5e9;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.b1-item h3 {
	font-size: 1.25vw;
	text-transform: uppercase;
	margin: 0 0 1.25vw 0;
	background: #fff;
	border-radius: 2.08vw;
	height: 4.17vw;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.b1-item-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 90%;
	transform: translateY(-27%);
	right: 0;
	margin: auto;
}
.b1-item-txt {
	position: relative;
	overflow: hidden;
	height: 5.73vw;
	margin: 0 0 0.83vw 0;
	-webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
}
.b1-item-txt p {
	margin: 0 0 0.83vw 0;
}
.open .b1-item-txt {
	height: auto;
}
.b1-item-txt:after {
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(255, 245, 233, 0) 0%, rgba(255, 245, 233, 1) 100%);
	-webkit-transition: 0.15s ease-out;
	transition: 0.15s ease-out;
}
.open .b1-item-txt:after {
	opacity: 0;
}
.btn-detail {
	font-size: 1.04vw;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 1.25vw 0;
	color: #BBD080;
	cursor: pointer;
	-webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
}
.btn-detail:after {
	content: 'Подробнее';
	position: relative;
	display: block;
}
.open .btn-detail:after {
	content: 'Скрыть';
}
.btn-detail:hover {
	opacity: 0.85;
}
.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 4.17vw;
	font-size: 1.25vw;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	background: #BBD080;
	width: 100%;
	border-radius: 2.08vw;
	-webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
}
.btn:hover {
	opacity: 0.85;
}

.b1-item:nth-of-type(2) {
	border: 3px solid #F26F35;
}
.b1-item:nth-of-type(2) .btn {
	background: #F26F35;
}
.b1-item:nth-of-type(2) .btn-detail {
	color: #F26F35;
}

.b1-item:nth-of-type(3) {
	border: 3px solid #62418B;
}
.b1-item:nth-of-type(3) .btn {
	background: #62418B;
}
.b1-item:nth-of-type(3) .btn-detail {
	color: #62418B;
}

.b1-item:nth-of-type(4) {
	border: 3px solid #57A0D7;
}
.b1-item:nth-of-type(4) .btn {
	background: #57A0D7;
}
.b1-item:nth-of-type(4) .btn-detail {
	color: #57A0D7;
}

.b1-item:nth-of-type(5) {
	border: 3px solid #2E976C;
}
.b1-item:nth-of-type(5) .btn {
	background: #2E976C;
}
.b1-item:nth-of-type(5) .btn-detail {
	color: #2E976C;
}

/* --------------------------------
	
b2
	
-------------------------------- */
.b2-flex {
	display: flex;
	justify-content: space-between;
	padding: 8.33vw 3.13vw 18.23vw 3.13vw;
	align-items: flex-end; 
}
.b2-content {
	position: relative;
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.b2-content h2 {
	font-size: 1.88vw;
	text-transform: uppercase;
	color: #fff;
	background: url(../img/b21.svg) no-repeat center / contain;
	padding: 8.33vw 5.21vw 8.33vw 4.06vw;
	width: 80%;
}
.b2-content-btn {
	display: flex;
	align-items: center;
	width: 60%;
	position: absolute;
	bottom: -3.13vw;
	left: 0;
	color: #3862AC;
	font-size: 1.04vw;
	font-weight: 500;
	text-align: right;
	-webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
}
.b2-content-btn img {
	width: 6.04vw;
	margin: 0 0 0 2.08vw;
	flex: 0 0 auto;
	-webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
}
.b2-content-btn:hover img {
	opacity: 0.85;
}
.b2-btn {
	position: relative;
	font-size: 1.88vw;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	background: #BBD080;
	padding: 2.50vw 6.46vw;
	width: 40%;
	border-radius: 5.21vw;
	-webkit-transition: 0.35s ease-out;
	transition: 0.35s ease-out;
}
.b2-btn:hover {
	opacity: 0.85;
}
.b2-btn:after {
	background: url(../img/btn.svg) no-repeat center / contain;
	width: 9.90vw;
	height: 13.54vw;
	bottom: 3vw;
	right: 0;
	transform: translateX(85%);
}
.b2-btn span {
	font-weight: 500;
	display: block;
}
.b2-bg1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.b2-bg2 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.b2-bg3 {
	position: absolute;
	top: 8.23vw;
	right: 18.75vw;
	width: 13.85vw;
}

/* --------------------------------
	
	адаптив
	
-------------------------------- */
@media (max-width: 1200px) {
* {
		scrollbar-color: rgba(12, 12, 12, 0.2) rgba(12, 12, 12, 0);
	}
	/* для Chrome/Edge/Safari */
	*::-webkit-scrollbar {
		height: auto;
		width: auto;
	}
	*::-webkit-scrollbar-track {
		background: transparent;
	}
	*::-webkit-scrollbar-thumb {
		background-color: transparent;
		border-radius: 5px;
		border: 3px solid rgba(12, 12, 12, 0.2);
	}
	* {
		-webkit-tap-highlight-color: transparent;
	}
.container {
	padding: 0 40px;
}
.date {
	font-size: 32px;
	margin: 0;
}
.date span {
	font-size: 44px;
}
.nav {
	display: none;
}
.partener img {
	height: 48px;
	margin: 0 0 0 32px;
}
.intro-flex {
	padding: 160px 0 240px 0;
}
.intro-logo {
	width: 35%;
	margin: 0 0 32px 0;
}
.intro-flex h2 {
	font-size: 32px;
	margin: 0 0 32px 0;
	width: 80%;
}
.intro-item {
	padding: 24px;
	border-radius: 24px;
}
.intro-item h3 {
	font-size: 20px;
	margin: 0 0 16px 0;
}
p, li {
	font-size: 16px;
}
.intro-bg2 {
	top: 16vw;
}
.intro-bg4 {
	top: 22vw;
}
#b1 {
	padding: 140px 0 120px 0;
}
.b1-grid {
	margin: 0 -16px;
}
.b1-item {
	width: calc(50% - 32px);
	margin: 0 16px 32px 16px;
	padding: 24px;
	border-radius: 24px;
}
.b1-item-img {
	position: relative;
	width: 100%;
	transform: translateY(0%);
	margin: 0 0 24px 0;
}
.b1-item h3 {
	font-size: 20px;
	margin: 0 0 24px 0;
	border-radius: 40px;
	height: 60px;
}
.b1-item-txt {
	height: 70px;
	margin: 0 0 16px 0;
}
.btn-detail {
	font-size: 12px;
	margin: 0 0 24px 0;
}
.btn {
	height: 60px;
	font-size: 16px;
	border-radius: 30px;
}
.b2-content h2 {
	font-size: 24px;
	padding: 120px 140px 120px 40px;
	width: 100%;
}
.b2-content-btn {
	width: 80%;
	position: relative;
	font-size: 20px;
	margin: 32px 0 0 0;
	bottom: 0;
}
.b2-content-btn img {
	width: 70px;
	margin: 0 0 0 24px;
}
.b2-btn {
	font-size: 20px;
	padding: 24px 40px;
	border-radius: 70px;
}
.b1-bg2 {
	left: 24px;
	top: 48px;
	width: 56px;
}
.b1-bg3 {
	left: -100px;
	width: 200px;
}
.b2-bg3 {
	top: 20%;
	right: 10%;
	width: 15vw;
}
.b2-btn::after {
	width: 100px;
	height: 100px;
	bottom: 42px;
}
.b2-flex {
	padding: 120px 40px 240px 40px;
}
.intro-bg1 {
	width: 50%;
}









}

@media (max-width: 991px) {
.intro-flex h2 {
	font-size: 24px;
	width: 100%;
}
.intro-logo {
	width: 45%;
}
.intro-bg1 {
	width: 60%;
}
.header-flex, .shrink .header-flex {
	padding: 16px 0;
}
.date {
	font-size: 24px;
}
.date span {
	font-size: 34px;
}
.intro-grid {
	margin: 0;
	flex-direction: column;
	width: 100%;
}
.intro-item {
	width: 100%;
	margin: 0 0 16px 0;
}
.intro-flex {
	padding: 160px 0;
}
#b1 {
	padding: 100px 0;
}
.b1-grid {
	margin: 0 -8px;
}
.b1-item {
	width: calc(50% - 16px);
	margin: 0 8px 16px 8px;
}
.b2-flex {
	padding: 120px 0px 240px 0px;
	flex-direction: column;
	align-items: center;
}
.b2-content {
	width: 100%;
	align-items: center;
	margin: 0 0 70px 0;
}
.b2-content h2 {
	padding: 160px 160px 160px 70px;
	width: 100%;
	background: url(../img/b21.svg) no-repeat left center / contain;
}
.b2-content-btn {
	width: 50%;
}
.b2-btn {
	width: 45%;
}




















}

@media (max-width: 767px) {
.container {
	padding: 0 16px;
}
.partener img {
	height: 40px;
	margin: 0 0 0 24px;
}
.date {
	font-size: 20px;
}
.date span {
	font-size: 28px;
}
.intro-bg1 {
	width: 95%;
}
.intro-bg2 {
	display: none;
}
.intro-bg4 {
	top: 120px;
	left: 24px;
	width: 14px;
}
.intro-logo {
	width: 75%;
}
.intro-flex h2 {
	font-size: 20px;
}
.intro-flex h2 br {
	display: none;
}
.intro-bg3 {
	left: auto;
	width: 1000px;
	max-width: 1000px;
	right: 0;
}
.b1-bg1 {
	left: auto;
	width: 100%;
	right: 0;
	width: 1000px;
	max-width: 1000px;
}
.b1-bg2 {
	left: 16px;
	top: 36px;
	width: 13vw;
}
.b1-grid {
	margin: 0;
}
.b1-item {
	width: 100%;
	margin: 0 0 16px 0;
}
.b1-bg4 {
	left: 0;
	width: 780px;
	max-width: 780px;
}
.b2-bg1 {
	width: 780px;
	max-width: 780px;
}
.b2-flex {
	padding: 40px 0px 140px 0px;
	align-items: flex-start;
}
.b2-content h2 {
	padding: 120px 60px 120px 24px;
	font-size: 20px;
}
.b2-content-btn {
	width: 100%;
	margin: 16px 0 0 0;
}
.b2-btn {
	width: 80%;
}
.b2-bg2 {
	width: 700px;
	max-width: 700px;
}
.b2-bg3 {
	top: 24px;
	right: 24px;
	width: 28vw;
}




























}