body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #0c3c37;
}
.message{
	text-align: center;
	background-color: #417671;
	padding: 20px 0;
	color: #fff;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 7;
}

section {
	padding: 90px 0;
}

.container {
	width: 100%;
	max-width: 1320px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 30px;
}

*, *::before, *::after {
	padding: 0;
	margin: 0;
	letter-spacing: 0.02em;
	line-height: 1.5em;
	box-sizing: border-box;
	font-size: 16px;
}

h1 {
	font-size: 50px;
	color: #0c3c37;
	line-height: 1.33em;
}

h2 {
	font-size: 40px;
	line-height: 1.33em;
}

h3 {
	font-size: 35px;
	line-height: 1.33em;
}

.text-center {
	text-align: center;
}

.ttu {
	text-transform: uppercase;
}

.colored {
	color: #f99666;
}

.title-color {
	color: #0c3c37;
}

.h2-mb {
	margin-bottom: 70px;
}

.header {
	position: absolute;
	left: 0;
	top: 80px;
	width: 100%;
	padding-top: 25px;
	z-index: 6;
}

.title {
	font-weight: 600;
	font-family: 'Playfair Display', serif;
}

.logo {
	display: flex;
	align-items: center;
	width: max-content;
	margin: 0 auto;
}

.logo__img {
	width: 70px;
	object-fit: contain;
	display: block;
	margin-right: 10px;
	filter: brightness(0) saturate(100%) invert(15%) sepia(82%) saturate(431%) hue-rotate(124deg) brightness(99%) contrast(93%);
}

.logo p {
	font-size: 40px;
	color: #0c3c37;
	font-family: 'Playfair Display', serif;
}

.logo span {
	font-size: 40px;
	/*color: #f99666;*/
	color: #fdcd09;
	font-family: 'Playfair Display', serif;
}

/*Intro*/
.intro {
	padding-top: 180px;
	padding-bottom: 40vh;
	min-height: 100vh;
	position: relative;
	overflow: hidden;
}

.intro__title {
	color: #0c3c37;
	max-width: 900px;
	margin: 0 auto 50px;
	position: relative;
	text-align: center;
	z-index: 5;
}

.intro__bg {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%);
	width: 100%;
	object-fit: contain;
	max-width: 45%;
	max-height: 45vh;
}

.intro__decor {
	position: absolute;
	bottom: -40px;
	bottom: 5vh;
}

.intro__decor_1 {
	left: -10px;
	transform: rotate(12deg);
}

.intro__decor_2 {
	right: -20px;
	transform: rotate(-15deg) scale(-0.8, 0.8);
}

.intro__text {
	margin: 60px auto;
	text-align: center;
	max-width: 800px;
	position: relative;
	z-index: 3;
	/*background: rgba(255,255,255,.8);*/
	mix-blend-mode: color-burn;
}

/*About*/

.about {
	background: #fffdf3;
}

.about__text {
	margin-bottom: 25px;
}

.about__message {
	font-size: 20px;
	color: #fdcd09;
	margin-bottom: 0;
}

/*Mission*/
.blocks {
	margin: 0 auto;
	padding: 0 30px;
	display: flex;
	flex-wrap: wrap;
}

.mission__blocks {
	max-width: 1550px;
}

.block {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 60px;
	align-items: center;
}

.block:nth-child(odd) .block__thumb {
	order: 1;
	padding-right: 20px;
}

.block:nth-child(even) .block__thumb {
	order: 2;
	padding-left: 20px;
}

.block:nth-child(odd) .block__content {
	order: 2;
	padding-left: 20px;
}

.block:nth-child(even) .block__content {
	order: 1;
	padding-right: 20px;
}

.block:last-child {
	margin-bottom: 0;
}

.block__thumb {
	width: 100%;
	max-width: 50%;
	flex-shrink: 0;
}

.block__thumb img {
	width: calc(100% - 20px);
	object-fit: contain;
}

.block__content {
	width: 100%;
	max-width: 50%;
	flex-shrink: 0;
}

.mission__block {

}

.block__content h3 {
	margin-bottom: 35px;
}

.block__content p {
	margin-bottom: 25px;
}

.block__content ul {
	margin-bottom: 30px;
	padding-left: 20px;
}

.block__content li {
	margin-bottom: 5px;
}

.block-fw__content h3 {
	margin-bottom: 35px;
}

.block-fw__content p {
	margin-bottom: 25px;
}

.block-fw__content ul {
	margin-bottom: 30px;
	padding-left: 20px;
}

.block-fw__content li {
	margin-bottom: 5px;
}

.block__img-mobile {
	display: none;
	visibility: hidden;
}

/*Details*/
.details {
	background: #fffdf3;
}

.details__blocks {
	max-width: 1550px;
}

/*Events*/
.events {
	background: #00899b url("../img/events_bg.png") no-repeat center center / cover;
	color: #fff;
	padding-bottom: 60px;
	background-blend-mode: color-burn;
}

.events__head {
	display: flex;
	align-items: center;
	width: max-content;
	margin: 0 auto 50px;
}
.events__list {
	margin-bottom: 50px;
}

.events__date {
	font-size: 180px;
	line-height: 1em;
	font-weight: 600;
	font-family: 'Playfair Display', serif;
	margin-top: -.3em;
	margin-right: 30px;
	position: relative;
}

.events__head-texts {
	display: flex;
	flex-direction: column;
}

.events__title {
	font-weight: 600;
	font-family: 'Playfair Display', serif;
	text-transform: uppercase;
	display: flex;
	flex-direction: column;
	font-size: 78px;
	line-height: 1em;
}

.events__title span {
	color: #fdcd09;
	font-size: 54px;
	line-height: 1em;
}

.events__subtitle {
	color: #fdcd09;
	text-transform: uppercase;
	font-family: 'Playfair Display', serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.8em;
	text-align: center;
}

.event {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
	position: relative;
	padding-bottom: 15px;
}

.event::after {
	content: '';
	display: block;
	width: calc(100% - 80px);
	height: 3px;
	background: red;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 3px;

}

.event__label {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	min-width: 260px;
	margin-right: 30px;
	border-radius: 30px;
	padding: 14px 20px;
}

.event__date {
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.1em;
}

.event__details {
	font-weight: 600;
	font-size: 28px;
	line-height: 1.1em;
}

.event__name {
	font-size: 45px;
	margin-bottom: -5px;
}

.event__subtitle {
	font-size: 24px;
	text-align: center;
}

.event:nth-child(1n)::after {
	background: #78acde;
}

.event:nth-child(1n) .event__label {
	background: #78acde;
}

.event:nth-child(1n) .event__name {
	color: #78acde;
}

.event:nth-child(2n)::after {
	background: #98d896;
}

.event:nth-child(2n) .event__label {
	background: #98d896;
}

.event:nth-child(2n) .event__name {
	color: #98d896;
}

.event:nth-child(3n)::after {
	background: #77328f;
}

.event:nth-child(3n) .event__label {
	background: #77328f;
}

.event:nth-child(3n) .event__name {
	color: #77328f;
}

.event:nth-child(4n)::after {
	background: #fdcd09;
}

.event:nth-child(4n) .event__label {
	background: #fdcd09;
}

.event:nth-child(4n) .event__name {
	color: #fdcd09;
}

.event:nth-child(5n)::after {
	background: #dd5aa0;
}

.event:nth-child(5n) .event__label {
	background: #dd5aa0;
}

.event:nth-child(5n) .event__name {
	color: #dd5aa0;
}

.event:nth-child(6n)::after {
	background: #d0cd6e;
}

.event:nth-child(6n) .event__label {
	background: #d0cd6e;
}

.event:nth-child(6n) .event__name {
	color: #d0cd6e;
}
.events__posters {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 50px 20px;
}
.events__posters img {
	width: 100%;
	height: auto;
	max-width: 1000px;
	margin-bottom: 30px;
	object-fit: contain;
}

/*Footer*/

.footer__text {
	text-align: center;
	color: #fff;
	font-size: 18px;
	margin-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
}

.footer__link {
	color: rgba(255, 255, 255, .8);
	text-decoration: none;
	font-size: 18px;
	width: max-content;
	display: block;
	margin: 0 auto;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	transition: all .3s ease;
}

.footer__link:hover {
	color: #fdcd09;
}

@media only screen and (max-width: 1200px) {
	h1 {
		font-size: 40px;
	}

	h2 {
		font-size: 37px;
	}

	h3 {
		font-size: 33px;
	}

	.h2-mb {
		margin-bottom: 50px;
	}

	section {
		padding: 80px 0 70px;
	}

	.logo p {
		font-size: 35px;
	}

	.intro {
		padding: 160px 30px 30vh;
	}

	.intro__decor {
		width: 80px;
	}

	.block {
		margin-bottom: 50px;
	}

	.event__name {
		font-size: 34px;
	}

	.event__details {
		font-size: 25px;
	}

	.event__date {
		font-size: 35px;
	}

	.event__label {
		min-width: 230px;
	}
}

@media only screen and (max-width: 992px) {
	h1 {
		font-size: 36px;
	}

	h2 {
		font-size: 34px;
	}

	h3 {
		font-size: 30px;
	}

	.h2-mb {
		margin-bottom: 40px;
	}

	section {
		padding: 70px 0 70px;
	}

	.intro__text {
		margin: 50px auto;
	}

	.block__thumb {
		max-width: 100%;
		padding-right: 0;
		padding-left: 0;
		margin-bottom: 30px;
	}

	.block__thumb img {
		width: 100%
	}

	.block__content {
		max-width: 100%;
	}

	.block__content h3 {
		text-align: center;
	}

	.block .block__thumb {
		display: none;
	}

	.block:nth-child(even) .block__content {
		padding-right: 0;
	}

	.block:nth-child(odd) .block__content {
		padding-left: 0;
	}

	.block__img-mobile {
		display: block;
		visibility: visible;
		width: 100%;
		object-fit: contain;
		margin-bottom: 30px;
	}

	.events__date {
		font-size: 130px;
	}

	.events__title span {
		font-size: 45px;
	}

	.events__title {
		font-size: 65px;
	}

	.events__subtitle {
		font-size: 13px;
	}

	.event__name {
		font-size: 22px;
	}

	.event__subtitle {
		font-size: 18px;
	}
	.event__date {
		font-size: 25px;
	}
	.event__details {
		font-size: 20px;
	}
	.event__label {
		margin-right: 20px;
		min-width: 200px;
	}
	.event::after {
		width: calc(100% - 60px);
	}
	.block {
		margin-bottom: 40px;
	}
	.block__content ul:last-child {
		margin-bottom: 0;
	}
	.footer__text {
		font-size: 18px;
		margin-bottom: 5px;
	}
	.footer__link {
		font-size: 16px;
	}
}
@media only screen and (max-width: 768px) {
	.container {
		padding: 0 20px;
	}
	.logo p {
		font-size: 30px;
	}
	.logo__img {
		width: 55px;
	}
	h1 {
		font-size: 31px;
	}
	h2 {
		font-size: 30px;
	}
	h3 {
		font-size: 25px;
	}
	.intro__decor {
		width: 65px;
	}
	.intro__bg {
		max-width: 60%;
	}
	.intro {
		padding: 130px 30px 30vh;
	}
	.block__content {
		margin-bottom: 30px;
	}
	.block {
		margin-bottom: 0;
	}
	.event {
		margin-bottom: 25px;
	}
	.events__date {
		font-size: 100px;
	}
	.event__date {
		font-size: 20px;
		margin-bottom: 4px;
	}
	.event__details {
		font-size: 16px;
	}
	.event__label {
		min-width: 140px;
		margin-right: 15px;
		border-radius: 25px;
		padding: 10px 15px;
	}
	.event__name {
		font-size: 20px;
		margin-bottom: 10px;
		text-align: center;
	}
	.event__subtitle {
		font-size: 15px;
	}
	.event::after {
		width: calc(100% - 20px);
	}
}
@media only screen and (max-width: 576px) {
	.message{
		font-size: 14px;
	}
	.intro {
		padding: 160px 30px 20vh;
	}
	.intro__decor {
		width: 45px;
	}
	.intro__bg {
		max-width: 70%;
	}
	.intro__decor_2 {
		right: -10px;
	}
	.events__head {
		flex-direction: column;
		justify-content: center;
	}
	.events__date {
		margin-right: 0;
		margin-bottom: 15px;
	}
	.footer__text {
		font-size: 15px;
		margin-bottom: 10px;
	}
	.footer__link {
		font-size: 14px;
	}
}
@media only screen and (max-width: 450px) {
	.message{
		font-size: 14px;
	}
	.event {
		flex-direction: column;
		margin-bottom: 45px;
	}
	.event__label {
		margin-right: 0;
		margin-bottom: 20px;
		padding: 12px 25px;
		min-width: 200px;
	}
	.event__date {
		font-size: 27px;
		letter-spacing: 0.05em;
	}
}
@media only screen and (max-width: 375px) {
	*, *::before, *::after{
		font-size: 15px;
	}
	.message{
		font-size: 14px;
	}
	section {
		padding: 60px 0;
	}
	.logo p {
		font-size: 25px;
	}
	.logo__img {
		width: 50px;
	}
	h1 {
		font-size: 26px;
	}
	h2 {
		font-size: 23px;
	}
	h3 {
		font-size: 20px;
	}
	.intro__title {
		margin: 0 auto 40px;
	}
	.intro__text {
		margin: 40px auto;
	}
	.block__content h3 {
		margin-bottom: 25px;
	}
	.block-fw__content p:last-child {
		margin-bottom: 0;
	}
	.event__subtitle {
		font-size: 14px;
	}
}