@font-face {
	font-family: MuseoSansCyrl;
	src: url(MuseoSansCyrl/MuseoSansCyrl_500.otf);
	font-weight: 500;
}

@font-face {
	font-family: MuseoSansCyrl;
	src: url(MuseoSansCyrl/MuseoSansCyrl_700.otf);
	font-weight: 700;
}

@font-face {
	font-family: MuseoSansCyrl;
	src: url(MuseoSansCyrl/MuseoSansCyrl_900.otf);
	font-weight: 900;
}

* {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	box-sizing: border-box;
}

body {
	font-family: MuseoSansCyrl;
	font-size: 16px;
	min-width: 1200px;
}

section[data-panel="history"]{
	display: none;
}

#splash-letters .square {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
}

#mobile-menu-button-container {
	display: none;
	position: absolute;
	left: 30%;
	width: 70px;
	bottom: 0;
	top:0;
}

#mobile-menu-button, #mobile-menu-cross {
	display: none;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top:0;
}

#mobile-menu-button {
	background-image: url('images/mobile-menu-button.svg');
}

#mobile-menu-cross {
	opacity: 0;
	background-image: url('images/mobile-menu-cross.svg');
}

#mobile-menu {
	display: none;
	position: fixed;
	left: 30%;
	right: 0;
	top: 60px;
	bottom: 0;
	background-color: #fff;
	z-index: 40;
	opacity: 0;
	overflow: hidden;
}

#program {
	display: none;	
}

#splash {
	position: fixed;
	z-index: 50;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: #fff;
}

#splash-hide {
	left: 55%;
	z-index: 70;
	top:0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	position: fixed;
}

#splash-letters {
	font-size: 6em;
	color: #515064;
	text-transform: uppercase;
	position: fixed;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -1.5em;
	line-height: 1em;
	z-index: 60;
	left: 55%;
	font-weight: 700;
	opacity: 0;
}


#splash-logo {
	position: fixed;
	top: 0;
	left: 50%;
	width: 50%;
	background-image: url('images/logo-background.png');
	bottom: 0;
	background-position: left center;
	background-size: 19em;
	background-repeat: no-repeat;
	opacity: 0;
	z-index: 100;
}
		

section {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  background: #ffffff;
  
}
		
.horizontal-scroll {	
	display: flex;	
	position: absolute;	
	left: 0;	
	right: 0;	
	top: 0;	
	bottom: 0;	
	z-index: 35;	
}

.horizontal-scroll > div {
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 100vh;
	min-width: 100%;
}

#header {
	height: 60px;
	background: #DCDCE0;	
	position: fixed;
	z-index: 40;
	left: 0;
	top:0;
	right: 0;
	min-width: 1200px;
}

#request {
	position: absolute;
	left: 0;
	top: 0;
	width: max(30%,350px);
	height: 60px;
}

#request > div {
	width: 50%;
	position: relative;
	float: right;
	height: inherit;
}

#request-button {	
	background: #515064;
	line-height: 60px;
	text-align: center;
	display: block;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1em;
	border: 1px solid #515064;
	font-weight: 500;
	transition: background .7s;
	cursor: pointer;
}

#request-button:hover {
	color: #515064;
	background: #DCDCE0;
	transition: all .7s;
}

#request > div.button:hover + #request-arrow-container {
	opacity: 0;
}


#content {
	min-width: 1200px;
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	bottom: 0;
}


#left {
	position: fixed;
	left: 0;
	top: 60px;
	bottom: 0;
	width: inherit;
	z-index: 20;
	overflow: hidden;
}

#intro {
	position: absolute;
	padding: 0.4em;
	background: #fff;
	text-transform: uppercase;
	font-size: 5em;
	line-height: 1.1em;
	color: #515064;
	left: 0;
	top: 4.5em;
	font-weight: 900;
	z-index: 20;
}

#menu {
	position: fixed;
	right: 0;
	top: 60px;
	border-bottom: 1px solid #515064;
	height: 145px;
	z-index: 40;
	background: #fff;
	border-left: 1px solid #515064;
	margin-left: -1px;	
}

#menu > div {
	float: left;
	text-align: center;
	line-height: 145px;
	text-transform: uppercase;
	font-size: 1.75em;
	color: #515064;
	cursor: pointer;
	position: relative;
	font-weight: 700;
	transition: background-color .7s;
}

#menu .arrow {
	right: 0;
	bottom: 0;
}

#menu > div:hover, #menu > div.active {
	color: #A8A8B2;
	background: #515064;
}

#menu > div:hover .arrow ,#menu > div.active .arrow {
	opacity: 0;
}

#about-link {
	width: 25%;
}

#council-link {
	width: 45%;
}

#partners-link {
	width: 30%;
}

.arrow {
	position: absolute;
	width: 1.1em;
	height: 1.1em;
	background-image: url(images/arrow.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #515064;
	background-position: center bottom;
	opacity: 1;
	transition: opacity .7s;
}

.border {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 2em;
	width: 1px;
	background-color: #DCDCE0;
	z-index: -1;
}

#request-arrow-container {
	position: relative;
	transition: opacity .7s;
}


#request-arrow {
	background-image: url('images/request-arrow.svg');
	background-position: right center;
	background-repeat: no-repeat;
	animation-name: MOVE-BG;
	animation-duration: 1.5s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50%;
	right: 10px;
}

@keyframes MOVE-BG {
	0% {
		transform: translateX(-20px);
	}
	50% { 
		transform: translateX(0);
	}
	100% { 
		transform: translateX(-20px);
	}
}

#email {
	display: block;
	line-height: 60px;	
	padding: 0 60px;
	position: absolute;
	color: #515064;
	background-color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	right: 21%;
}

#email:hover {
	background-color: #515064;
	color: #fff;
	transition: background-color .7s, color .7s;
}

#phone {
	display: block;
	line-height: 60px;	
	position: absolute;
	color: #515064;
	text-transform: uppercase;
	text-decoration: none;
	right: 40%;
}

#lang {
	display: block;
	line-height: 58px;	
	text-align: center;
	width: 60px;
	position: absolute;
	color: #fff;
	background: #515064;
	text-transform: uppercase;
	text-decoration: none;
	left: 79%;
	margin-left: -1px;
	border: 1px solid #515064;
	transition: background-color .7s;
}

#lang:hover {
	background-color: #DCDCE0;
	color: #515064;
}

#logo {
	left: 0;
	font-size: 2.8em;
	text-transform: uppercase;
	padding: 0.4em 0 0 0.67em;
	background-size: auto 87%;
	background-repeat: no-repeat;
	font-weight: 700;
	line-height: 1em;
	background-image: url(images/logo-background.png);
	background-position: center bottom;
	color: #515064;
	cursor: pointer;
	background-color: #fff;
	height: 145px;
	right: 1px;	
	position: fixed;
	top: 60px;
	z-index: 40;
}

.square {
	width: 1em;
	height: 1em;
	background: #515064;
}

#left .square {
	position: absolute;
	left: 0;
	top: 0;
}

#main .arrow {
	width: 1.93em;
	height: 1.93em;
	transform: rotate(180deg);
	right: 70%;
	z-index: 25;
	cursor: pointer;
	bottom: 0;
}

#left .border {
	position: absolute;
	width: 1px;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #515064;
	z-index: -10;
}

#application {
	position: absolute;
	right: 0;
	top: 24.5em;
	width: 30%;
}

#application-text {
	font-weight: 900;
	line-height: 1.1em;
	font-size: 2.4em;
	text-transform: uppercase;
	color: #515064;
	width: 70%;
	margin-bottom: 0.83em;
}

#application-date-container {
	position: relative;
}

#application-date-container > div {
	float: right;
	font-size: 1.6em;
	line-height: 4em;
	height: 4em;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
}

#application-date-month {
	background-color: #515064;
	color: #DCDCE0;
	width: 45%;
}

#application-date-year {
	color: #515064;
	background-color: #DCDCE0;
	padding: 0 4em 0 0;
	width: 55%;
}

#application-date-arrow {
	width: 4em;
	background-image: url('images/arrow.svg');
	background-size: cover;
	background-color: #515064;
	position: absolute;
	right: 0;
	top: 0;
}

#social {
	position: absolute;
	right: 0;
	top: 0;
	list-style: none;
	width: 15%;
}

#social li {
	float: right;
	text-align: center;
}

#social li:nth-child(1) {
	width: 25%;
}

#social li:nth-child(2) {
	width: 25%;
}

#social li:nth-child(3) {
	width: 50%;
}

#social li a {
	line-height: 60px;
	font-size: 0.9em;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
	color: #515064;
}

#social li a:hover {
	color: #fff;
	transition: color .7s;
}

#phone:hover {
	color: #fff;
	transition: color .7s;
}

section h2 {
	font-size: 4em;
	color: #515064;
	font-weight: 900;
	position: absolute;
	left: 30%;
	top: 205px;
	text-transform: uppercase;
	padding: 0.5em;
	z-index: 30;
}

#about-mobile {
	display: none;
}

.horizontal-scroll span {	
	position: absolute;
	right: 0;
    top: 230px;
    padding-top: 1.6em;
	text-transform: uppercase;
	cursor: pointer;
	display: block;
	width: 24%;
	border-left: 1px solid #DCDCE0;
	padding-left: 1em;
	color: #A8A8B2;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.5em;
	transition: color .7s;
}	
.horizontal-scroll span:hover {	
	color: #515064;	
}	

#about-inner-2 {	
	opacity: 0;	
}	

#about-inner-2 > span {
	padding-top: 4.4em
}

.about-selector {	
	display: flex;
	position: absolute;
	left: 0em;
	right: 0em;
	bottom: 0;
	z-index: 35;
	background-color: #fff;
	padding: 3em 0;
}	
.about-selector > div {	
	width: 50%;	
	background-color: #DCDCE0;	
	height: 2px;	
	display: flex;	
	align-items: center;	
}	
.about-selector > div.active {	
	background-color: #515064;	
}	
.about-selector .title {	
	margin: 0 auto;	
	font-weight: 700;	
	font-size: 0.7em;	
	padding: 0.7em 2em;	
	color: #515064;	
	background-color: #DCDCE0;	
	text-transform: uppercase;	
	cursor: pointer;	
}	
.about-selector > div.active .title {	
	color: #DCDCE0;	
	background-color: #515064;	
}


#events-container {
	position: absolute;
	left: 0;
	top: 205px;
	padding-top: 10em;
	min-width: 100%;
	z-index: 20;
}

#events-items-bg {
	background-color: #fff;
	padding-top: 2em;
	min-height: 100vh;	
}

#events-items-container {
	display: flex;
}

#events-items-container > div {
	display: flex;
	position: relative;
	overflow: hidden;
	padding-left: 2em;
}

#events-items-container .left {
	display: flex;
	flex-direction: column;
	width: 40%;
	padding-right: 1em;
	position: relative;
}

#events-items-container .image {
	display: flex;
	width: 60%;
	position: relative;
}


#events-items-container .image .play-container {
	display: flex;
	align-items: center;
	position: absolute;
	left: 50%;
	top:50%;
	width: 5em;
	height: 5em;
	margin-top: -2.5em;
	margin-left: -2.5em;
	background-color: #515064;
	justify-content: center;
	transition: all 1s;
}

#events-items-container .image:hover .play-container {
	background-color: #fff;;
}

#events-items-container .image .play-container a {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

#events-items-container .image .play-container .play {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 0 25px 50px;
	border-color: transparent transparent transparent #ffffff;
	margin-left: 2px;
	
}

#events-items-container .image:hover .play-container .play {
	border-color: transparent transparent transparent #515064;
}


#events-items-container .image img {
	width: 100%;
}

#events-items-container .date {
	font-size: 1.4em;
	font-weight: 900;
	color: #515064;
	text-transform: uppercase;
	margin-bottom: 1.3em;
}

#events-items-container .intro {
	color: #515064;
	font-size: 1.2em;
}

#events-items-container .arrow {
	position: absolute;
	left: 0;
	bottom: 0;
	transform: rotate(90deg);
	width: 2em;
	height: 2em;
}

#events-items-container .arrow a {
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
}

#events-scroll-line {
	position: absolute;
	bottom:2em;
	left: 2em;
	right: 3em;
	height: 2px;
	background-color: #DCDCE0;
	z-index: 30;
}

#events-position {
	background-color: #515064;
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
}

#events-controls {
	display: flex;
	position: absolute;
	right: 3em;	
	z-index: 30;
	top: 250px;
}

#events-controls span {
	display: flex;
	height: 4em;
	width: 6em;
	cursor: pointer;
	background-image: url('images/arrows.svg');
	background-repeat: no-repeat;
	background-position: right center;
}

#events-controls span.notActive {
	background-image: url('images/arrows-ua.svg');
}


#events-controls span:first-child {
	border-right: 2px solid #DCDCE0;
	background-position: left center;
}

#events-mobile-container {
	display: none;
}

.about-block {
	position: absolute;
	z-index: 35;
	top: 400px;
	padding: 2.5em;
	font-size: 1.2em;
	color: #515064;
	margin-right: 1px;
}

#about-left {
	left: 0;
	right: 70%;
}

#about-center {
	left: 40%;
	background-color: #F3F3F4;
	width: 20%;
}

#about-creators {
	left: 60%;
	width: 10.5%;
	background-image: url(images/request-arrow.svg);
	background-position: right bottom;
	background-repeat: no-repeat;
}

#about-mobile-creators {
	display: none;
}

.creator-block {
	position: absolute;
	z-index: 35;
	top: 340px;
	font-size: 1.2em;
	color: #515064;
	width: 60%;
	bottom: 3em;
	cursor: pointer;
}

.creator-block .image {
	height: 30em;
	right: 20em;
	background-size: cover;
	background-repeat: no-repeat;
}

.creator-block .title {
	position: absolute;
	left: 0;
	right: 0;
	background: #fff;
}

#about-creator-1 {
	right: -28em;
	/*margin-right: 3.6em;*/
}

#about-creator-1 .title {
	text-align: right;
	padding-top: 1.5em;
	top: 15em;
}

#about-creator-1 .image {
	background-image: url('images/creator_bokov.jpg');
	top: 0em;
	width: 20%;
}


#about-creator-2 {
	right: -38.375em;
}

#about-creator-2 .title {
	text-align: right;
	padding-bottom: 1.5em;
}

#about-creator-2 .image {
	background-image: url('images/creator_zhigalova.jpg');
	/*margin-top: 3em;*/
   	top: -10em;
	width: 18%;
}

.about-block .title {
	text-transform: uppercase;
	font-weight: 900;
	margin-bottom: 1em;
}


#about-left .arrow {
	position: absolute;
	right: 0;
	transform: rotate(90deg);
}

#creator-text-container {
	position: absolute;
	left: 30%;
	top: 250px;
	z-index: 40;
	right: 40%;
	bottom: 6em;
	color: #515064;
	background: #F3F3F4;
	opacity: 0;
}

#creator-text-container .arrow {
	right: 0;
	transform: rotate(270deg);
	width: 1.5em;
	height: 1.5em;
	cursor: pointer;
}


#creator-content-container {
	font-size: 1.2em;
	line-height: 1.2em;
	overflow: hidden;
	overflow-y: scroll;
	-ms-overflow-style: none;  
	  scrollbar-width: none;  
	  position: absolute;
	  left: 1em;
	  top: 1em;
	  z-index: 30;
	  right: 0;
	  bottom: 1em;
}

#creator-content-container::-webkit-scrollbar {
  display: none;
}

#creator-content-container > div {
	padding-right: 3em;
}

#creator-content-container .name {
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 1.1em;
}

#creator-content-container > div {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0;
	display: none;
}

#creator-content-container p {
	margin-bottom: 1em;
}

#creator-content-indicator {
	width: 2px;
	top: 3em;
	right: 1.5em;
	bottom: 7em;
	background-color: #DCDCE0;
	position: absolute;
}

#creator-content-position {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background-color: #515064;
}

#creator-content-controls {
	position: absolute;
	right: 0.79em;
	bottom: 1em;
	z-index: 40;
}

#creator-content-controls > div {
	width: 1.5em;
	height: 2em;
	background-image: url('images/counsil-arrows.svg');
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
}

#creator-content-controls > div.notActive {
	background-image: url('images/counsil-arrows-ua.svg');
}

#creator-content-controls > div:first-child {
	background-position: center top;
}

#creator-content-controls > div:last-child {
	background-position: center bottom;
}

#history-year-selector {
	position: absolute;
	right: 5.9em;
	top: 250px;
	width: 19%;
	padding-left: 1em;
}

#history-arrow {
	right: 70%;
	bottom: 10em;
	width: 1.5em;
	height: 1.5em;
	margin-right: -1.5em;
	transform: rotate(90deg);
}

#history-year-selector div {
	float: left;
	width: 33%;
	font-size: 1.5em;
	color: #A8A8B2;
	cursor: pointer;
	border-right: 1px solid #DCDCE0;
	padding: 0 0.5em;
	transition: all .7s;
	text-align: center;
}

#history-year-selector div:nth-child(3) {
	border-right: none;	
}

#history-year-selector div.active, #history-year-selector div:hover {
	color: #515064;
	font-weight: 900;
}

#history-left {
	position: absolute;
	left: 0;
	right: 70%;
	z-index: 35;
	top: 25em;
	padding: 2.5em;
	font-size: 1.2em;
	background-color: #F3F3F4;
	color: #515064;
	margin-right: 1px;
}

#history-content-container {
	position: absolute;
	left: 30%;
	right: 0;
    top: 33em;
	bottom: 0;
}

#history-content-container .year {
	display: flex;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
}

#history-content-container .year .date {
	text-transform: uppercase;
	margin-bottom: 0.75em;
	font-weight: 900;
}

#history-content-container #year-2021 {
	opacity: 1;
}

#history-content-container .year > div {
	padding: 0 2em;
	font-size: 1.2em;
	color: #515064;
	border-right: 1px solid #DCDCE0;
	width: 33%;
}

#history-content-container .year > div:last-child {
	border-right: none;
}

#about-fest-container {
	position: relative;
	left: 50%;
	margin-left: 5.5em;
	top: 24em;
	bottom: 30em;
	horiz-align: center;
	display: flex;
	z-index: 35;
	right: 0;
}

.about-fest-photo-container > .patriki_photo img{
	width: 80%;
	display: flex;
	/*top: 24em;
	bottom: 30em;*/
	vertical-align: top;
}

#comand-container {
	position: absolute;
	left: 30%;
	margin-left: 2.5em;
	top: 27em;
	bottom: 0;
	display: flex;
	z-index: 35;
	right: 0;
}

#comand-photos-container > .cperson {
	cursor: pointer;
	position: absolute;
}

#comand-photos-container > .cperson img{
	width: 100%;
	vertical-align: bottom;
}

#comand-photos-container > .cperson.top img{
	vertical-align: top;
}

#comand-photos-container .cperson.top .helper {
	vertical-align: top;
}

#comand-photos-container > .cperson:nth-child(1) {
	top: -2em;
	bottom: 0;
	left: 30em;
	width: 20em;
}

#comand-photos-container > .cperson:nth-child(2) {
	top: -2em;
	left: 52em;
	width: 15em;
}

#comand-photos-container > .cperson:nth-child(3) {
	top: 10em;
	left: 52em;
	width: 15em;
}

#comand-photos-container  .chelper {
	display: inline-block;
	height: 100%;
	vertical-align: bottom;
}




#comand-container .arrow {
	width: 2em;
	height: 2em;
	left: 29em;
	top: -1em;
	transform: rotate(180deg);
	z-index: 35;
}

#comand-text-container {
	position: absolute;
	left: 2em;
	top: 27em;
	z-index: 30;
	right: 70%;
	bottom: 6em;
	color: #515064;

}

#comand-text-container .arrow {
	right: 0;
	transform: rotate(270deg);
	width: 1.5em;
	height: 1.5em
}


#comand-content-container {
	font-size: 1.2em;
	line-height: 1.2em;
	overflow: hidden;
	overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 30;
	right: 0;
	bottom: 0;
}

#comand-content-container::-webkit-scrollbar {
	display: none;
}

#comand-content-container > div {
	padding-right: 3em;
}

#comand-content-container .name {
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 1.1em;
}

#comand-content-container > div {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0;
}

#comand-content-container > div:first-child {
	opacity: 1;
}

#comand-content-indicator {
	width: 2px;
	top: 3em;
	right: 1.5em;
	bottom: 4em;
	background-color: #DCDCE0;
	position: absolute;
}

#comand-content-position {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background-color: #515064;
}

#comand-content-controls {
	position: absolute;
	right: 0.79em;
	bottom: -2.5em;
	z-index: 40;
}

#comand-content-controls > div {
	width: 1.5em;
	height: 2em;
	background-image: url('images/counsil-arrows.svg');
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
}

#comand-content-controls > div.notActive {
	background-image: url('images/counsil-arrows-ua.svg');
}

#comand-content-controls > div:first-child {
	background-position: center top;
}

#comand-content-controls > div:last-child {
	background-position: center bottom;
}

#council-container {
	position: absolute;
	left: 30%;
	margin-left: 2.5em;
	top: 27em;
	bottom: 0;
	display: flex;
	z-index: 35;
	right: 0;
}


#council-photos-container > .person {
	cursor: pointer;
	position: absolute;
}

#council-photos-container > .person img{
	width: 100%;
    vertical-align: bottom;
}

#council-photos-container > .person.top img{
    vertical-align: top;
}

#council-photos-container .person.top .helper {
    vertical-align: top;
}

#council-photos-container > .person:nth-child(1) {
	top:0;
	bottom: 0;
	left: 0;
	width: 25em;
}

#council-photos-container > .person:nth-child(2) {
    top: -2em;
    left: 25em;
    width: 25em;
}

#council-photos-container > .person:nth-child(3) {
	top:0;
	left: 50em;
	width: 15em;
}

#council-photos-container > .person:nth-child(4) {
	top: 13em;
    left: 25em;
    width: 13em;
}

#council-photos-container > .person:nth-child(5) {
	top:14em;
	left: 38em;
}

#council-photos-container  .helper {
    display: inline-block;
    height: 100%;
    vertical-align: bottom;
}




#council-container .arrow {
	width: 2em;
	height: 2em;
	left: -10px;
	top: 10px;
	transform: rotate(180deg);
	z-index: 35;
}

#council-text-container {
	position: absolute;
	left: 2em;
	top: 27em;
	z-index: 30;
	right: 70%;
	bottom: 6em;
	color: #515064;

}

#council-text-container .arrow {
	right: 0;
	transform: rotate(270deg);
	width: 1.5em;
	height: 1.5em
}


#council-content-container {
	font-size: 1.2em;
	line-height: 1.2em;
	overflow: hidden;
	overflow-y: scroll;
	-ms-overflow-style: none;  
	  scrollbar-width: none;  
	  position: absolute;
	  left: 0;
	  top: 0;
	  z-index: 30;
	  right: 0;
	  bottom: 0;
}

#council-content-container::-webkit-scrollbar {
  display: none;
}

#council-content-container > div {
	padding-right: 3em;
}

#council-content-container .name {
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 1.1em;
}

#council-content-container > div {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0;
}

#council-content-container > div:first-child {
	opacity: 1;
}

#council-content-indicator {
	width: 2px;
	top: 3em;
	right: 1.5em;
	bottom: 4em;
	background-color: #DCDCE0;
	position: absolute;
}

#council-content-position {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background-color: #515064;
}

#council-content-controls {
	position: absolute;
	right: 0.79em;
	bottom: -2.5em;
	z-index: 40;
}

#council-content-controls > div {
	width: 1.5em;
	height: 2em;
	background-image: url('images/counsil-arrows.svg');
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
}

#council-content-controls > div.notActive {
	background-image: url('images/counsil-arrows-ua.svg');
}

#council-content-controls > div:first-child {
	background-position: center top;
}

#council-content-controls > div:last-child {
	background-position: center bottom;
}

#council-mobile-container {
	display: none;
}

#partners-bg {
	position: absolute;
	display: flex;
	left: 0;
	right: 0;
	bottom: 0;
	top: 250px;
	background-color: #fff;
	z-index: 20;
	padding: 0 2em;
}

#partners-left {
	width: 70%;
	padding-right: 1em;
	position: relative;
}

#partners-left-header, #partners-right-header {
	height: 4em;
}

#partners-left-header path, #partners-left-header polygon, #partners-left-header polyline {
    fill: white;
}


#partners-left-header {
	margin-top: 6em;
	background-color: #515064;
	display: flex;
	align-items: center;
}

#partners-left-header svg {
	padding: 0 0.5em;
}

#partners-left-header svg:first-child {
	padding-left: 1em;
}

#partners-left-header svg:last-child {
	padding-right: 1em;
}

#partners-left-content {
	position: absolute;
	left: 0;
	right: 1em;
	top:10em;
	bottom: 0;
	background-image: url("images/independentmedia.jpg");
	background-position: top center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	z-index: -1;
}

#partners-left-content a, #partners-right-content a{
	position: absolute;
	right:0;
	left:0;
	top:0;
	bottom: 0;
}

#partners-left-content video{
	width: 100%;
}

#partners-right {
	margin-top: 6em;
	width: 30%;
	position: relative;
}

#partners-right-header {
	background-color: #6a4194;
}

#partners-right .arrow {
	width: 2em;
	height: 2em;
	right: 0;
	top: -2em;
	transform: rotate(270deg);
}

#partners-right-content {
	background-color: #6a4194;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: url('images/bfkh.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 80%;
}

#program .notice {
	position: absolute;
	left:2em;
	padding: 2em;
	line-height: 1.5em;
	right:70%;
	background-color: #F3F3F4;
	color: #515064;
	top: 215px;
}

#program-container {
	position: absolute;
	left: 0;
	top: 257px;
	padding-top: 10em;
	min-width: 100%;
	z-index: 20;
}

#program-items-bg {
	background-color: #fff;
	padding-top: 3em;
	min-height: 100vh;	
}

#program-items-container {
	display: flex;
}

#program-items-container > div {
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: hidden;
	padding-left: 2em;
	border-right: 2px #DCDCE0 solid;
	min-height: 10vh;
}

#program-items-container > div:last-child {
	border-right: none;
}

#program-items-container .date {
	color: #515064;
	font-size: 1.25em;
	font-weight: 700;
	padding-left: 3.5em;
	margin-bottom: 1.5em;
}

#program-items-container .arrow {
	position: absolute;
	left: 2.5em;
	top: 0;
	transform: rotate(180deg);
	width: 1.5em;
	height: 1.5em;
	z-index: 25;
}

#program-items-container .intro {
	padding-left: 3.65em;
	padding-right: 3.65em;
	font-size: 1.2em;
	line-height: 1.25em;
	color: #515064;
	padding-bottom: 2em;

}

#program-scroll-line {
	position: absolute;
	bottom:2em;
	left: 2em;
	right: 3em;
	height: 2px;
	background-color: #DCDCE0;
	z-index: 30;
}

#program-position {
	background-color: #515064;
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
}

#program-controls {
	display: flex;
	position: absolute;
	right: 3em;	
	z-index: 30;
	top: 250px;
}

#program-controls span {
	display: flex;
	height: 4em;
	width: 6em;
	cursor: pointer;
	background-image: url('images/arrows.svg');
	background-repeat: no-repeat;
	background-position: right center;
}

#program-controls span.notActive {
	background-image: url('images/arrows-ua.svg');
}


#program-controls span:first-child {
	border-right: 2px solid #DCDCE0;
	background-position: left center;
}

#form p {
	font-size: 1.75em;
    color: #515064;
    position: absolute;
    top: 20em;
    bottom: 0;
    padding-top: 1em;
    left: 1.35em;
    padding-left: 30%;
    padding-right: 15em;
    background: #fff;
    z-index: 20;
}

#form .button {
	background-color: #515064;
    font-size: 1.3em;
    color: #fff;
    padding: 1.3em;
    position: absolute;
    left: 30%;
    margin-left: 2em;
    top: 35em;
    z-index: 25;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
}

#form .copyright, #form .creator {
	position: absolute;
	bottom: 2.5em;
	z-index: 25;
	color: #515064;
	font-size: 0.75em;
}

#form .copyright {
	left: 6em;
}

#form .creator {
	right: 6em;
	text-decoration: none;
}




@media (max-width: 1440px) {
	body {
		font-size: 14px;
	}
}

@media (max-width: 1366px) {
	body {
		font-size: 12px;
	}
}

@media (max-width: 1024px) {	

}

@media (max-width: 768px) {

}



@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
	body {
		font-size: 12px;
	}
	
	#menu {
		height: 110px;
	}
	
	#menu > div {
		line-height: 110px;
	}
	
	section h2 {
		top: 175px;
	}
	
	#events-controls {
		top: 210px;
	}
	
	#events-container {
		top: 165px;
	}
	
	#intro {
		top: 4.5em
	}
	
	#application { 
		top: 24.5em;
	}
	
	.about-block {
		top: 320px;
	}
	
	.horizontal-scroll span {
		top: 200px;
	}
	
	#history-year-selector {
		top: 210px;
	}
	
	#history-content-container {
		top: 32em;
	}
	
	.creator-block {
		top: 320px;	
	}
	
	.creator-block .image {
		height: 13em;
	}
	
	#about-creator-1 .title {
		top: 13em;
	}
	
	#council-container {
		top: 24em;
	}
	
	#council-text-container {
		top: 24em;
	}
	
	#partners-left-header {
		margin-top: 3em
	}
	
	#partners-left-content {
		top: 7em;
	}
	
	#partners-right {
		margin-top: 3em;
	}
	
	#form p { 
		top: 17em;
	}
	
	#form .button {
		top: 31em;
	}
}

@media (max-width: 480px) {
	body {
		font-size: 16px;
	}
	
	body, #header {
		min-width: 0;
	}
	
	section[data-panel="history"]{
		display: flex;
	}
	
	#request, #phone, #email, #social, #menu {
		display: none;
	}
	
	#lang {
		right: 0;
		left: auto;
	}
	
	#mobile-menu-button-container {
		display: block;
	}
	
	#mobile-menu-button {
		display: block;
	}
	
	#mobile-menu-button-container .arrow {
		bottom: -1.1em;
		left: -1px;
	}
	
	#splash-hide {
		left: 65%;
	}
	
	#splash-letters {
		font-size: 3em;
		margin-top: -1.5em;
		left: 65%;
	}
	
	#splash-logo {
		background-size: 9.5em;
		left: 56%;
	}
	
	#intro {
		top: 6.5em;
		font-size: 2.3em;
		z-index: 20;
		right: 0;
		
	}
	
	#left .square {
		display: none;
	}
	
	#splash-letters .square {
		width: 0.5em;
		height: 0.5em
	}
	
	#application {
		padding: 3em 0 2em;
		z-index: 30;
		width: auto;
		margin: 0 1em;
		top: 24em;
		left: 0;
		background-color: #fff;
	}
	
	#application-text {
		font-size: 1.25em;
	}
	
	#application-date-container > div { 
		font-size: 1.2em;
		line-height: 3em;
		height: 3em;
	}
	
	#application-date-arrow { 
		width: 3em;
		background-position: center center;
		background-size: contain;
	}
	
	#application-date-year {
		padding: 0 3em 0 0;
	}
	
	#mobile-menu-overlay {
		display: none;
		background-color: #E5E5E5;
	    opacity: 0;
	    position: fixed;
	    left: 0;
	    right: 70%;
	    top: 0;
	    bottom: 0;
	    z-index: 40;
	    border-right: 1px solid #515064;
	}
	
	.mobile-menu-item {
		font-size: 1.1em;
		font-weight: 900;
		text-transform: uppercase;
		color: #515064;
		padding: 1.75em 2em 1.75em 1em;
		position: relative;
	}
	
	#mobile-menu-request {
		padding: 1em;
		background-color: #515064;
		color: #ffffff;
		font-size: 1.1em;
		font-weight: 900;
		text-transform: uppercase;
	}
	
	.mobile-menu-item .border{
		position: absolute;
	    top: auto;
	    right: 0;
	    left: 0;
	    bottom: 0;
	    width: auto;
	    z-index: -1;
	    height: 1px;
	}
	
	.mobile-menu-item .arrow {
		right: 0;
		bottom: 0;
	}
	
	#mobile-menu ul {
		list-style: none;
		background-color: #DCDCE0;
		font-size: 0.875em;
		padding-top: 0.75em;
		padding-bottom: 9999px;
	}
	
	#mobile-menu ul li a {
		color: #515064;
		text-decoration: none;
		padding: 1em 1.25em;
		font-weight: 900;
		text-transform: uppercase;
		display: block;
	}
	
	section h2 {
		left: 0;
		background-color: #fff;
    	top: 110px;
    	font-size: 2em;
    	padding: 0.6em;
	}
	
	#main .arrow {
		width: 1.1em;
    	height: 1.1em;
	}
	
	#events-controls {
		display: none;
	}
	
	#events-container {
		display: none;
	}
	
	#events-scroll-line {
		display: none;
	}
	
	#events-mobile-container {
		display: block;
		margin-top: 180px;
		z-index: 30;
		background-color: #fff;
	}
	
	#events-mobile-container > div {
		position: relative;
		padding-bottom: 1em;
	}
	
	#events-mobile-container .date {
		margin: 0 1em;
		text-transform: uppercase;
		color: #515064;
		border-top: 2px solid #DCDCE0;
		padding-top: 1.5em;
		font-weight: 700;
	}
	
	#events-mobile-container .date br {
		display: none;
	}
	
	#events-mobile-container .intro {
		color: #515064;
		padding: 0 1em;
		overflow: hidden;
	}
	
	#events-mobile-container > div.opened {
		background-color: #F3F3F4;
		border-top: 2px solid #DCDCE0;
		border-bottom: 2px solid #DCDCE0;
	}
	
	#events-mobile-container > div.opened .date {
		border-top: none;
	}
	
	#events-mobile-container > div.opened + div > .date {
		border-top: none;
	}
	
	#events-mobile-container .image {
		margin: 0.75em 1em 0;
		position: relative;
		overflow: hidden;
	}
	
	#events-mobile-container .image img {
		width: 100%;
	}
	
		
	#events-mobile-container .arrow {
		top: 0;
		right: 1em;
		transform: rotate(270deg);
	}
	
	#events-mobile-container > div.opened .arrow {
		opacity: 0;
		transition: all .7s;
	}
	
	#events-mobile-container > div.first .image .play-container {
		opacity: 1;
		transition: all .7s;
	}
	
	#events-mobile-container > div.first .image {
		height: 100%;
	}
	
	#events-mobile-container .image .play-container {
		opacity: 0;
		display: flex;
		align-items: center;
		position: absolute;
		left: 50%;
		top:50%;
		width: 5em;
		height: 5em;
		margin-top: -2.5em;
		margin-left: -2.5em;
		background-color: #515064;
		justify-content: center;
	}
	
	
	#events-mobile-container .image .play-container a {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
	}
	
	#events-mobile-container .image .play-container .play {
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 25px 0 25px 50px;
		border-color: transparent transparent transparent #ffffff;
		margin-left: 2px;
		
	}
	
	section[data-panel="about"] .horizontal-scroll {
		display: none;
	}
	
	#about-mobile {
		display: block;
	}
	
	
	#about-mobile #about-creators {
		position: relative;
		top: auto;
    	left: auto;
    	width: auto;
    	padding: 1.5em 1em;
    	background-color: #fff;
    	background-image: none;
	}
	
	#about-mobile #about-creators .title {
		margin-bottom: 0;
	}
	
	#about-mobile .creator-block {
		display: none;
	}
	
	#about-mobile .about-selector {
		display: none;
	}
	
	#about-mobile #about-mobile-intro {
		position: relative;
		margin-top: 180px;
		padding: 1em 0 1.5em;
		margin: 180px 1em 0;
		top:0;
		background: #fff;
		z-index: 30;
		border-top: 2px solid #DCDCE0;
	}

	.patriki_photo img{
		width: 80%;
	}
	
	#about-mobile #about-mobile-intro .arrow {
		top: -2px;
		transform: rotate(270deg);
		right: 0;
	}
	
	#about-mobile #about-mobile-intro br {
		display: none;
	}
	
	#about-mobile #about-mobile-center {
		width: 100%;
		position: relative;
		padding: 1.5em 1em;
		left: 0;
		top:0;
		background-color: #F3F3F4;
	}
	
	#about-mobile #about-mobile-center br {
		display: none;
	}
	
	#about-mobile-creators {
		display: flex;
		margin: 0 0.5em;
		z-index: 35;
		position: relative;
		background-color: #fff;
		padding-bottom: 1em;
	}
	
	.creator-mobile-block {
		width: 50%;
		height: 200px;
		margin: 0 0.5em;
		z-index: 35;
		background-size: cover;
	}
	
	.creator-mobile-block[data-creator="1"] {
		background-image: url('images/creator1-4.jpg');
	}
	
	.creator-mobile-block[data-creator="2"] {
		background-image: url('images/creator2-4.jpg');
	}
	
	#about-mobile-creators-content {
		z-index: 35;
		background-color: #fff;
		position: relative;
	}
	
	#about-mobile-creators-content > div {
		padding: 1.5em 1em;
		background-color: #F3F3F4;
		font-size: 1.2em;
		color: #515064;
		display: none;
	}
	
	#about-mobile-creators-content .title {
		text-transform: uppercase;
		font-weight: 900;
		margin-bottom: 1em;
	}
	

	#mobile-history-intro {
		margin-top: 220px;
		padding: 1.25em 1em;
		background: #F3F3F4;
		color: #515064;
		z-index: 30;
	}
	
	#mobile-history-year {
		display: flex;
		background: #515064;
		z-index: 30;
	}
	
	#mobile-history-year > div {
		color: #A8A8B2;
		padding: 0.5em 0;
		border-right: 2px solid #DCDCE0;
		width: 25%;
		text-align: center;
	}
	
	#mobile-history-year > div:last-child {
		border-right: none;
	}
	
	#mobile-history-year > div.active {
		color: #ffffff;
		font-weight: 900;
		transition: all .7s;
	}
	
	#mobile-history-content-container {
		background-color: #F3F3F4;
		z-index: 30;
		padding: 0.6em 1em;
	}
	
	#mobile-history-content-container .m-year {
		display: none;
	}
	
	#mobile-history-content-container .m-year .arrow {
		top: -2px;
		right: 0;
		transform: rotate(270deg)
	}
	
	#mobile-history-content-container .m-year > div {
		padding: 0.6em 0;
		border-bottom: 2px solid #DCDCE0;
		position: relative;
	}
	
	#mobile-history-content-container .m-year > div:last-child {
		border-bottom: none;
	}
	
	#mobile-history-content-container .m-year .date {
		color: #515064;
		font-weight: 700;
		text-transform: uppercase;
		margin-bottom: 0.5em;
	}
	
	#mobile-history-content-container .m-year .content {
		color: #515064;
	}
	
	#mobile-history-content-container #m-year-2021 {
		display: block;
	}
	
	#council-container {
		display: none;
	}
	
	#council-text-container {
		display: none;
	}
	
	#council-mobile-container {
	    margin-top: 220px;
	    background-color: #fff;
	    z-index: 30;
	    display: flex;
	    flex-direction: column;
	}
	
	#council-mobile-container > div {
		position: relative;
	}
	
	#council-mobile-container > div:nth-child(5) .photo img {
		max-height: 120px;
		margin-left: -33%;
		width: auto;
	}
	
	#council-mobile-container .name {
		border-top: 2px #DCDCE0 solid;
		color: #515064;
		font-weight: 900;
		text-transform: uppercase;
		padding: 0.8em 0;
		margin: 0 1.4em;
		cursor: pointer;
	}
	
	#council-mobile-container .opened {
		background-color: #F3F3F4;
		transition: background-color 1s;
		border-top: 2px #DCDCE0 solid;
		border-bottom: 2px #DCDCE0 solid;
	}
	
	#council-mobile-container .opened .name {
		border-top: none;
	}
	
	#council-mobile-container .opened + div > .name {
		border-top: none;
	}
	
	#council-mobile-container {
		padding-bottom: 3em;
	}
	
	#council-mobile-container .text {
		color: #515064;
		font-size: 0.9em;
		padding-right: 1em;
	}
	
	#council-mobile-container .content {
		display: none;
		position: relative;
		padding: 0 40% 1em 1.4em;
	}
	
	#council-mobile-container .photo {
	    position: absolute;
	    right: 0;
	    top: 0;
	    width: 40%;
	    bottom: 0;
	    overflow: hidden;
    }
    
    #council-mobile-container .photo img {
    	width: 100%;
    }
    
    #council-mobile-container .arrow {
        top: 0;
		right: 1.4em;
		transform: rotate(270deg);
    }
    

	
	#partners-bg {
		top: 185px;
		padding: 0 1.4em;
		flex-direction: column;
		z-index: 30;
	}
	
	#partners-left {
		padding-right: 0;
		width: 100%;
	}
	
	#partners-left-header {
		margin-top: 210px;
		flex-direction: column;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	#partners-left-header svg:first-child {
		padding-left: 0.5em;
	}
	
	#partners-left-header svg:last-child {
    	padding-right: 0.5em;
    }
	
	#partners-left-header svg {
		width: 20%;
		height: 35%;
	}
	
	#partners-left-content {
		right: 0;
		top: 0;
		height: 210px;
	}
	
	#partners-left-header, #partners-right-header {
    	height: 3em;
    	padding: 0.3em 0;
    }
    
    #partners-right {
    	margin-top: 2em;
		width: 100%;
		height: 100%;
    }
    
    #partners-right .arrow {
	    width: 1em;
	    height: 1em;
	    top: -1em;
    }
	
	#form p {
		font-size: 1.5em;
		top: auto;
		left: auto;
		right: auto;
		padding: 0.85em;
		bottom: auto;
		position: relative;
		margin-top: 220px;
	}
	
	#form .button-container {
		background: #fff;
		padding: 0 0 5em;
		z-index: 25;
		display: flex;
	}
	
	#form .button {
		top: auto;
		left: auto;
		right: auto;
		margin: 0 1em;
		text-align: center;
		position: relative;
	}
	
	#form .copyright, #form .creator {
    	position: relative;
	    margin-left: 30%;
	    left: auto;
	    margin-top: 50px;
	    padding-left: 1em;
    }
    
    #form .creator { 
	    position: relative;
	    margin-left: 30%;
	    left: auto;
	    margin-top: 1em;
	    padding-left: 1em;
	    right: auto;
    }
}