@font-face {
	font-family: Roboto;
	src: url(../fonts/Roboto-Medium.eot);
	src: url(../fonts/Roboto-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/Roboto-Medium.woff2) format("woff2"), url(../fonts/Roboto-Medium.woff) format("woff"), url(../fonts/Roboto-Medium.ttf) format("truetype"), url(../fonts/Roboto-Medium.svg#Roboto-Medium) format("svg");
	font-weight: 500;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: Roboto;
	src: url(../fonts/Roboto-Bold.eot);
	src: url(../fonts/Roboto-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/Roboto-Bold.woff2) format("woff2"), url(../fonts/Roboto-Bold.woff) format("woff"), url(../fonts/Roboto-Bold.ttf) format("truetype"), url(../fonts/Roboto-Bold.svg#Roboto-Bold) format("svg");
	font-weight: 700;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: Roboto;
	src: url(../fonts/Roboto-Regular.eot);
	src: url(../fonts/Roboto-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Roboto-Regular.woff2) format("woff2"), url(../fonts/Roboto-Regular.woff) format("woff"), url(../fonts/Roboto-Regular.ttf) format("truetype"), url(../fonts/Roboto-Regular.svg#Roboto-Regular) format("svg");
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: Roboto;
	src: url(../fonts/Roboto-Light.eot);
	src: url(../fonts/Roboto-Light.eot?#iefix) format("embedded-opentype"), url(../fonts/Roboto-Light.woff2) format("woff2"), url(../fonts/Roboto-Light.woff) format("woff"), url(../fonts/Roboto-Light.ttf) format("truetype"), url(../fonts/Roboto-Light.svg#Roboto-Light) format("svg");
	font-weight: 300;
	font-style: normal;
	font-display: swap
}

.header {
	transition: all .5s ease-in-out;
	background-color: transparent
}

.header.scrolling {
	background-color: #000
}

.header .header-content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 40px;
	padding-bottom: 40px
}

.header .menu,
.header .social {
	display: -ms-flexbox;
	display: flex
}

.header .menu {
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 40px;
	margin-bottom: 40px
}

.header .item-menu {
	padding: 10px 0;
	text-align: center
}

.header .item-menu a {
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	font-family: Roboto, sans-serif
}

.header .social .round {
	margin: 0 5px
}

.header .case {
	display: none
}

.header .register {
	margin-top: 20px
}

.footer {
	background-color: #000;
	padding: 40px 0;
	text-align: center
}

.footer p {
	font-size: 14px;
	color: #9d9d9d
}

.lightbox .slick-list,
.lightbox .slick-slide,
.lightbox .slick-track {
	width: 100%!important
}

.lightbox .slider1 {
	max-width: 570px;
	width: 100%
}

.slick-lightbox {
	background-color: #fff!important
}

.slick-lightbox-close {
	width: 50px!important;
	height: 50px!important;
	top: -9px;
	right: -2px
}

.slick-lightbox-close:before {
	color: #000;
	font-size: 50px
}

.slick-next,
.slick-prev {
	width: 20px;
	height: 20px;
	transform: rotate(45deg);
	z-index: 99
}

.slick-next:before,
.slick-prev:before {
	display: none
}

.slick-next {
	border-top: 2px solid #000;
	border-right: 2px solid #000
}

.slick-prev {
	border-left: 2px solid #000;
	border-bottom: 2px solid #000
}

html {
	height: 100%
}

body {
	position: relative;
	margin: 0;
	font-family: Roboto, sans-serif
}

.mainWrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden
}

*,
.mainWrapper,
:after,
:before {
	box-sizing: border-box
}

.content {
	max-width: 1168px;
	margin-left: auto;
	margin-right: auto
}

.container {
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
	max-width: 1280px
}

a {
	text-decoration: none;
	cursor: pointer
}

.btn {
	margin: 0;
	width: -moz-fit-content;
	width: fit-content;
	padding: 12px 30px;
	height: 40px;
	background-color: #00d692;
	font-size: 14px
}

.btn,
.btn-black {
	display: block;
	text-align: center;
	color: #fff;
	font-family: Roboto;
	font-weight: 600;
	border: none
}

.btn-black {
	width: 100%;
	padding: 12px 50px 12px 100px;
	line-height: 2.2em;
	height: 60px;
	background-color: #000;
	font-size: 16px;
	position: relative
}

.btn-black:before {
	position: absolute;
	display: block;
	top: 50%;
	left: 50px;
	transform: translateY(-50%);
	width: 30px;
	height: 60px;
	content: "";
	background-image: url(../img/icons/drawing.svg);
	background-size: cover
}

ul {
	-webkit-padding-start: 0;
	padding-inline-start: 0;
	-webkit-margin-before: 0;
	margin-block-start: 0;
	-webkit-margin-after: 0;
	margin-block-end: 0
}

ul li {
	list-style: none
}

.section {
	padding: 20px 0
}

h1 {
	font-family: Roboto, sans-serif;
	font-weight: 600;
	font-size: 48px;
	letter-spacing: .5px;
	line-height: 1.17;
	color: #fff;
	margin: 0
}

h2 {
	font-size: 28px
}

h2,
h3 {
	font-family: Roboto, sans-serif;
	font-weight: 600;
	color: #000;
	margin: 0;
	line-height: 1.23
}

h3 {
	font-size: 20px
}

p {
	font-family: Roboto, sans-serif;
	font-weight: 300;
	color: #000;
	margin: 0;
	font-size: 16px;
	line-height: 1.45
}

.round {
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: #fff;
	margin: 0 5px
}

.fb .round {
	background: #fff url(../img/facebook-app-symbol.png) no-repeat;
	background-size: 60%;
	background-position-y: center;
	background-position-x: 50%
}

.vk .round {
	background: #fff url(../img/vk.png) no-repeat;
	background-size: 60%;
	background-position-x: 50%;
	background-position-y: 60%
}

.instagram .round {
	background: #fff url(../img/instagram.png) no-repeat;
	background-size: 50%;
	background-position-x: 50%;
	background-position-y: 50%
}

.index-page .title-top {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100vh;
	background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .7)), url(../img/title-top.jpg) no-repeat;
	background-size: cover
}

.index-page .date {
	font-family: Roboto, sans-serif;
	font-size: 48px;
	font-weight: 400;
	color: #fff;
	letter-spacing: 2.5px
}

.index-page h1 {
	margin-top: 60px
}

.index-page .description {
	font-family: Roboto, sans-serif;
	font-weight: 300;
	font-size: 24px;
	opacity: .7;
	color: #fff;
	text-align: left;
	line-height: 20px;
	width: 100%;
	margin-top: 40px
}

.index-page .about-us,
.index-page .cases,
.index-page .partners,
.index-page .programs,
.index-page .slider,
.index-page .timing,
.index-page .what-is-it {
	padding: 40px 0
}

.index-page .what-is-it {
	background-color: #ebebeb;
	text-align: center
}

.index-page .title,
.index-page .what-is-it p {
	text-align: center
}

.index-page .cards {
	padding: 50px 0
}

.index-page .card {
	display: block;
	padding: 30px;
	border: 2px solid #000;
	width: 100%;
	text-align: center;
	min-height: -moz-max-content;
	min-height: max-content;
	margin-top: 20px
}

.index-page .card h3,
.index-page .card p {
	margin-top: 40px
}

.index-page .registration {
	padding: 50px 0
}

.index-page .registration img {
	width: 100%;
	margin-top: 20px
}

.index-page .registration h2 {
	text-align: start
}

.index-page .registration p {
	margin-top: 20px
}

.index-page .theme {
	margin: 40px auto;
	width: 50%;
	text-align: center;
	height: -moz-max-content;
	height: max-content
}

.index-page .theme h3 {
	margin-top: 20px
}

.index-page .timing {
	background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .7)), url(../img/v1mlaqt_j5k.jpg);
	background-repeat: no-repeat;
	background-size: cover
}

.index-page .name-block {
	color: #fff;
	font-size: 62px;
	font-family: Roboto, Arial, sans-serif;
	font-weight: 600;
	border-bottom: 1px solid #fff;
	padding-bottom: 40px
}

.index-page .block {
	text-align: center
}

.index-page .block p {
	color: #fff;
	margin-top: 20px
}

.index-page .programs p {
	text-align: center;
	margin: 20px 0
}

.index-page .btn-black {
	margin-top: 40px 0
}

.index-page .day-item {
	margin-top: 40px
}

.index-page .day-item span {
	font-family: Roboto, sans-serif;
	font-weight: 600;
	color: #000;
	margin: 0;
	line-height: 1.35;
	font-size: 22px
}

.index-page .day-item ul {
	margin-top: 20px
}

.index-page .day-item .time-item {
	font-family: Roboto, sans-serif;
	font-weight: 300;
	color: #000;
	margin: 0;
	font-size: 16px;
	line-height: 1.45
}

.index-page .btn-black2 {
	text-transform: uppercase;
	display: block;
	width: 100%;
	padding: 12px 50px;
	text-align: center;
	height: 60px;
	color: #fff;
	background-color: #000;
	font-family: Roboto;
	font-weight: 600;
	line-height: 1.7;
	font-size: 20px;
	border: none
}

.index-page .galery {
	margin: 60px 0;
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-height: 665px;
	overflow: hidden
}

.index-page .galery .slider1 {
	display: block;
	width: 100%;
	height: 335px;
	background-image: url(../img/slider1.jpg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: zoom-in;
	margin: 10px 0
}

.index-page .galery .right-part {
	width: 100%;
	display: -ms-flexbox!important;
	display: flex!important;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.index-page .galery .slider2 {
	background-image: url(../img/slider2.jpg);
	margin-right: 10px
}

.index-page .galery .slider2,
.index-page .galery .slider3 {
	display: block;
	width: 49%;
	height: 170px;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: zoom-in
}

.index-page .galery .slider3 {
	background-image: url(../img/slider3.jpg)
}

.index-page .galery .slider4 {
	display: block;
	width: 100%;
	height: 170px;
	background-image: url(../img/slider4.jpg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: zoom-in;
	margin: 10px 0
}

.index-page .popup {
	width: 100%;
	height: 300px;
	padding: 40px 0;
	background-color: #fff;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.index-page .popup,
.index-page .popup .social {
	display: -ms-flexbox;
	display: flex
}

.index-page .popup .social .round {
	margin: 0
}

.index-page .partners p {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-top: 40px
}

.index-page .partners-box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%
}

.index-page .partner {
	padding: 40px;
	width: 45%
}

	.header {
		width: 100%;
		position: fixed;
		z-index: 999
	}
	.header .header-content {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-align: center;
		align-items: center;
		height: 70px
	}
	.header .menu {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
		margin-left: auto;
		margin-right: 20px
	}
	.header .social {
		margin-right: 40px
	}
	.header .item-menu {
		padding: 20px
	}
	.header .item-menu a {
		display: block;
		color: #fff;
		font-size: 16px;
		font-weight: 400;
		font-family: Roboto, sans-serif
	}
	.header .item-menu a:active {
		border-bottom: 2px solid #00d692
	}
	.header .case {
		display: block
	}
	.header .register {
		display: none
	}	

@media (min-width:981px) {
	.container {
		margin-left: auto;
		margin-right: auto;
		padding-left: 20px;
		padding-right: 20px;
		max-width: 1280px
	}
	.btn {
		width: -moz-fit-content;
		width: fit-content
	}
	.btn:focus,
	.btn:hover {
		background-color: #05bb81
	}
	.btn-black {
		width: -moz-fit-content;
		width: fit-content
	}
	.section {
		height: 100vh;
		padding: 0
	}
	h1 {
		font-size: 48px
	}
	h2 {
		font-size: 42px;
		line-height: 1.23
	}
	h3 {
		font-size: 24px
	}
	p {
		font-size: 20px;
		line-height: 1.55
	}
	.index-page .about-us,
	.index-page .cases,
	.index-page .partners,
	.index-page .programs,
	.index-page .slider,
	.index-page .timing,
	.index-page .what-is-it {
		padding: 50px 0
	}
	.index-page .description {
		margin-top: 60px;
		line-height: 1.5;
		width: 40%
	}
	.index-page h1 {
		margin-top: 80px
	}
	.index-page .what-is-it img {
		margin: 60px 0
	}
	.index-page .what-is-it p {
		width: 70%;
		margin: 0 auto
	}
	.index-page .cards {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-top: 20px
	}
	.index-page .card {
		width: 31%
	}
	.index-page .card p {
		font-size: 16px
	}
	.index-page .registration {
		display: -ms-flexbox;
		display: flex
	}
	.index-page .registration .left-part {
		width: 50%;
		padding-right: 50px
	}
	.index-page .registration img {
		width: 50%
	}
	.index-page .themes {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 100px 0
	}
	.index-page .theme {
		margin: 0;
		width: 24%;
		text-align: center;
		height: -moz-max-content;
		height: max-content
	}
	.index-page .theme h3 {
		margin-top: 20px
	}
	.index-page .btn-black {
		margin: 0 auto
	}
	.index-page .blocks {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 40px 0
	}
	.index-page .block {
		width: 30%
	}
	.index-page .day-item {
		position: relative;
		width: 60%;
		margin: 0 auto;
		margin-top: 100px
	}
	.index-page .day-item span {
		width: 25%;
		position: absolute;
		top: 0;
		left: 0;
		display: block
	}
	.index-page .day-item ul {
		padding-left: 50%
	}
	.index-page .day-item .time-item {
		font-size: 20px;
		line-height: 1.55
	}
	.index-page .galery .slider1 {
		width: 48%;
		height: 600px;
		margin-right: 10px;
		margin-top: 0
	}
	.index-page .galery .right-part {
		width: 48%
	}
	.index-page .galery .slider2,
	.index-page .galery .slider3,
	.index-page .galery .slider4 {
		height: 295px
	}
	.index-page .btn-black2 {
		width: 70%;
		margin: 0 auto
	}
	.index-page .maps {
		position: relative
	}
	.index-page .popup {
		position: absolute;
		top: 20%;
		left: 20%;
		width: 450px;
		height: 350px;
		padding: 60px;
		background-color: #fff
	}
	.index-page .partners-box {
		margin-top: 60px;
		width: 100%
	}
	.index-page .partners-box .partner {
		width: 20%
	}
	.index-page .partners-box .partner img {
		width: 160px
	}
}

.team-img{
	width: 100%;
	max-width: 1000px;
}

.center {
	text-align: center;
}

.as-big-logo {
	width: 300px;
}

.as-small {
	height: 50px;
}