@font-face {
	font-family: "Moderat-Bold";
	src: url("../fonts/Moderat/Moderat-Bold.eot?") format("eot"), url("../fonts/Moderat/Moderat-Bold.ttf") format("truetype"), url("../fonts/Moderat/Moderat-Bold.svg#Moderat-Bold") format("svg");
}

@font-face {
	font-family: "Moderat-Regular";
	src: url("../fonts/Moderat/Moderat-Regular.eot?") format("eot"), url("../fonts/Moderat/Moderat-Regular.ttf") format("truetype"), url("../fonts/Moderat/Moderat-Regular.svg#Moderat-Regular") format("svg");
}

@font-face {
	font-family: "Barlow-SemiBold";
	src: url("../fonts/Barlow/Barlow-SemiBold.eot?") format("eot"), url("../fonts/Barlow/Barlow-SemiBold.ttf") format("truetype"), url("../fonts/Barlow/Barlow-SemiBold.svg#Barlow-SemiBold") format("svg");
}

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/* Slider */
.slick-loading .slick-list {
	background: #fff url("/wp-content/themes/divi-child/img/img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
	font-family: "slick";
	src: url("../fonts/slick/slick.eot");
	src: url("../fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick/slick.woff") format("woff"), url("../fonts/slick/slick.ttf") format("truetype"), url("../fonts/slick/slick.svg#slick") format("svg");
	font-weight: normal;
	font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0px;
	font-size: 0px;
	cursor: pointer;
	background: transparent;
	color: transparent;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
	background: transparent;
	color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	color: white;
	opacity: 0.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir="rtl"] .slick-prev {
	left: auto;
	right: -25px;
}

.slick-prev:before {
	content: "←";
}

[dir="rtl"] .slick-prev:before {
	content: "→";
}

.slick-next {
	right: -25px;
}

[dir="rtl"] .slick-next {
	left: -25px;
	right: auto;
}

.slick-next:before {
	content: "→";
}

[dir="rtl"] .slick-next:before {
	content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	height: 20px;
	width: 20px;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 20px;
	height: 20px;
	font-family: "slick";
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: black;
	opacity: 0.25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	color: black;
	opacity: 0.75;
}

html, body {
	height: 100%;
}

body {
	min-width: 300px;
	position: relative;
	font-size: 18px;
	line-height: 20px;
	font-family: "Moderat-Regular", sans-serif;
	color: #999999;
	background-color: #fff;
	word-break: break-word;
}

html {
	overflow: hidden;
}

textarea {
	resize: none;
}

input,
textarea,
select {
	display: block;
	width: 100%;
	font-family: inherit;
	font-size: 1rem;
	line-height: 1rem;
	margin: 0;
	font-family: "Moderat-Regular", sans-serif;
	outline: none;
	vertical-align: top;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

input:focus,
textarea:focus,
select:focus {
	outline: 0;
}

input:disabled, input.disabled,
textarea:disabled,
textarea.disabled,
select:disabled,
select.disabled {
	resize: none;
	cursor: default;
	font-style: italic;
}

input[type="file"] {
	width: auto;
	border: none;
	padding: 0;
	height: auto;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: inline-block;
}

input[type="radio"],
input[type="checkbox"] {
	display: inline-block;
	width: auto;
	height: auto;
	padding: 0;
}

a {
	color: #999999;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	position: relative;
}

a:hover, a:focus, a:active {
	text-decoration: none;
	outline: none;
}

a.underline:after {
	content: '';
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: -12px;
	display: block;
	width: 0;
	height: 3px;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

a.underline:hover:after {
	width: 100%;
}

h2 {
	display: inline-block;
	font-family: "Moderat-Bold", sans-serif;
	color: #166d60;
	font-size: 32.33px;
	line-height: 27px;
	letter-spacing: 2.5px;
	word-spacing: 2px;
	text-transform: uppercase;
	position: relative;
	text-align: center;
	padding: 0 6px 0 15px;
	z-index: 1;
}

h2:after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
	height: 18px;
	width: 100%;
	margin: auto;
	background-color: #bdf3e3;
	z-index: -1;
}

.section__inner{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 50px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.section-img-block {
	max-width: 100%;
	width: 100%;
	display: inline-block;
	position: relative;
	margin-bottom: 15px;
	text-align: center;
	z-index: 1;
}

@media only screen and (min-width: 578px) {
	.section-img-block:after {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		bottom: -7%;
		height: 60%;
		margin: auto;
		max-width: 315px;
		background-color: #c4dad7;
		-webkit-border-radius: 0 0 50% 50% / 0 0 100% 100%;
		border-radius: 0 0 50% 50% / 0 0 100% 100%;
		z-index: -1;
	}
}

.btn {
	display: inline-block;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	-webkit-border-bottom-left-radius: none;
	border-bottom-left-radius: none;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 3px;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	font-size: 18px;
	line-height: 1;
	background-color: #2f6b5f;
	border: 2px solid #2f6b5f;
	padding: 12px 35px 10px 35px;
}

.btn:hover, .btn:focus, .btn:active {
	color: #2f6b5f;
	background-color: transparent;
}

.people__items {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
}

.people__items--container {
	background-color: #5ae1ba;
}

.people__items--inner {
	position: relative;
	padding: 0 15px;
}

.people__item {
	text-align: center;
	margin: 0 15px;
}

.people__item img {
	margin: auto;
	margin: auto;
	max-width: 300px;
	width: 100%;
	max-height: 300px;
	height: 100%;
	padding: 0 15px;
}
.people__popup img {
	padding: 0 15px;
}


/*.people__item--img {
  margin-bottom: 30px;
  }*/

  .people__item--img-block {
  	text-align: center;
  	max-width: 306px;
  	width: 100%;
  	margin-bottom: 30px;
  }

  @media only screen and (min-width: 992px) {
  	.people__item--img-block {
  		margin-right: 65px;
  		margin-bottom: 0;
  	}
  }

  .people__item--link {
  	display: inline-block;
  	vertical-align: middle;
  	position: relative;
  	width: 100%;
  	height: 100%;
  	z-index: 1;
  }

  .people__item--name {
  	position: absolute;
  	z-index: 2;
  	bottom: 37px;
  	left: 0;
  	right: 0;
  	margin: auto;
  	color: #fff;
  	text-transform: uppercase;
  	font-weight: 900;
  	font-size: 16px;
  	line-height: 1;
  	letter-spacing: 1px;
  }

  .people__item--name span {
  	font-size: 27px;
  	line-height: 30px;
  	font-weight: 700;
  }

  .people__item--position {
  	display: inline-block;
  	width: 100%;
  	font-size: 16px;
  	line-height: 20px;
  	color: #146d60;
  	font-family: "Moderat-Bold", sans-serif;
  }

  .people__item--position span {
  	position: relative;
  	padding: 0 6px;
  	z-index: 1;
  }

  .people__item--position span:after {
  	content: '';
  	position: absolute;
  	width: 100%;
  	left: 0;
  	right: 0;
  	bottom: -1px;
  	margin: auto;
  	height: 9px;
  	background-color: #def9f1;
  	z-index: -1;
  }

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

  .people__item--description {
  	text-align: left;
  	color: #146d60;
  	max-width: 700px;
  	width: 100%;
  	letter-spacing: 1px;
  }

  .people__item--description p {
  	margin-bottom: 19px;
  }

  .people__popup {
  	max-width: 1170px;
  	width: 100%;
  	margin: 40px auto;
  	background-color: #fff;
  	-webkit-box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.42);
  	box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.42);
  	padding: 39px 15px 68px;
  	-webkit-box-sizing: border-box;
  	box-sizing: border-box;
  	position: relative;
  }

  .people__popup .section-img-block:after {
  	content: none;
  	bottom: -7px;
  }

  @media only screen and (min-width: 992px) {
  	.people__popup {
  		padding: 40px 50px 40px;
  	}
  }

  @media only screen and (min-width: 768px) {
  	.people__items{
  		margin: 0 70px;
  	}
  	.slider-arrow-prev {
  		left: -70px !important;
  	}

  	.slider-arrow-next {
  		right: -70px !important;
  	}
  }

  @media only screen and (min-width: 578px) {
  	.people__popup .section-img-block:after {
  		content: '';
  	}
  }

  .people__popup--inner {
  	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-align: center;
  	-webkit-align-items: center;
  	-ms-flex-align: center;
  	align-items: center;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-webkit-flex-direction: column;
  	-ms-flex-direction: column;
  	flex-direction: column;
  }

  .scoop__gallery--item img{
  	max-width: 100%;
  	margin: 0 auto;
  }

  @media only screen and (min-width: 992px) {
  	.people__popup--inner {
  		-webkit-box-orient: horizontal;
  		-webkit-box-direction: normal;
  		-webkit-flex-direction: row;
  		-ms-flex-direction: row;
  		flex-direction: row;
  	}
  }

  .header__inner {
  	text-align: center;
  	padding: 80px 15px 0;
  }

  .header__logo {
  	margin-bottom: 6px;
  }

  .header__logo--link img{
  	max-width: 125px;
  	width: 100%;
  }

  @media only screen and (min-width: 992px) {
  	.header__logo {
  		margin-bottom: 24.75px;
  	}
  }

  .header__desc {
  	text-align: left;
  }

  .header__title {
  	margin-bottom: 30px;
  }

  .header__title img {
  	width: 97%;
  }

  .header__info {
  	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
  	justify-content: center;
  	padding-top: 7px;
  	padding-left: 0px;
  	margin-bottom: 30px;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-webkit-flex-wrap: wrap;
  	-moz-flex-wrap: wrap;
  	-ms-flex-wrap: wrap;
  	-o-flex-wrap: wrap;
  	flex-wrap: wrap;
  	-webkit-box-align: center;
  	-webkit-align-items: center;
  	-ms-flex-align: center;
  	align-items: center;
  }

  .header__info--item {
  	margin-bottom: 30px;
  }

  .header__info--item-1, .header__info--item-3{
  	display: -webkit-flex;
  	display: -moz-flex;
  	display: -ms-flex;
  	display: -o-flex;
  	display: flex;
  	justify-content: center;
  }

  .header__info--item-1{
  	width: 100%;
  }
  .header__info--item-2{
  	order: 3;
  }
  .header__info--item-3{
  	width: 100%;
  }

  .header__info--txt {
  	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-align: start;
  	-webkit-align-items: flex-start;
  	-ms-flex-align: start;
  	align-items: flex-start;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-webkit-flex-direction: column;
  	-ms-flex-direction: column;
  	flex-direction: column;
  	font-family: "Moderat-Bold", sans-serif;
  	color: #166d60;
  }

  .header__info--txt--img{
  	-webkit-transition: all 0.3s ease-out;
  	-o-transition: all 0.3s ease-out;
  	transition: all 0.3s ease-out;
  	animation: rotate 2s infinite linear;
  }

  .header__info--txt--img-1{
  	width: 35px !important;
  	height: 35px !important;
  	position: absolute;
  	top: 0;
  	left: 0;
  	z-index: 1;
  	opacity: .6;
  }
  .header__info--txt--img-2{
  	width: 65px !important;
  	height: 65px !important;
  	position: absolute;
  	top: 13px;
  	left: 25px;
  	z-index: 2;
  	opacity: .6;
  }
  .header__info--txt--img-3{
  	width: 70px !important;
  	opacity: .6;
  }

  .header__info--txt-bottom__img{
  	display: block;
  	position: relative;
  	width: 100px;
  	height: 100px;
  }

  .header__info--txt-top {
  	font-size: 49.74px;
  	line-height: 38.12px;
  	padding-bottom: 25px;
  	position: relative;
  	letter-spacing: 6px;
  }

  .header__info--txt-top:after {
  	content: '';
  	width: 90%;
  	height: 7px;
  	background-color: #e7e7e7;
  	position: absolute;
  	bottom: 9px;
  	left: 0;
  	right: 0;
  	margin: auto;
  }

  .header__info--txt-bottom {
  	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
  	position: relative;
  }

  .header__info--txt-bottom span {
  	padding-top: 2px;
  	padding-left: 5px;
  	font-size: 27.26px;
  	line-height: 21.05px;
  	letter-spacing: 2px;
  }

  .header__info--txt-bottom img {
  	max-width: 100%;
  	width: 50%;
  	height: 50%;
  }

  @keyframes rotate{
  	from{
  		transform: rotate(0) rotate3d(0, 0, 0);
  		transform: rotate(0) translate3d(0, 0, 0);
  		transform: rotate(0) translate3d(0, 0, 0);
  	}
  	to{
  		transform: rotate(360deg) rotate3d(0, 0, 0);
  		transform: rotate(360deg) translate3d(0, 0, 0);
  		transform: rotate(360deg) translate3d(0, 0, 0);
  	}
  }

  @-webkit-keyframes rotate{
  	from{
  		-webkit-transform: rotate(0) translate3d(0, 0, 0);
  		-ms-transform: rotate(0) translate3d(0, 0, 0);
  		transform: rotate(0) translate3d(0, 0, 0);
  	}
  	to{
  		-webkit-transform: rotate(360deg) translate3d(0, 0, 0);
  		-ms-transform: rotate(360deg) translate3d(0, 0, 0);
  		transform: rotate(360deg) translate3d(0, 0, 0);
  	}
  }

  @-moz-keyframes rotate{
  	from{
  		-webkit-transform: rotate(0) translate3d(0, 0, 0);
  		-ms-transform: rotate(0) translate3d(0, 0, 0);
  		transform: rotate(0) translate3d(0, 0, 0);
  	}
  	to{
  		-webkit-transform: rotate(360deg) translate3d(0, 0, 0);
  		-ms-transform: rotate(360deg) translate3d(0, 0, 0);
  		transform: rotate(360deg) translate3d(0, 0, 0);
  	}
  }

  @-o-keyframes rotate{
  	from{
  		-webkit-transform: rotate(0) translate3d(0, 0, 0);
  		-ms-transform: rotate(0) translate3d(0, 0, 0);
  		transform: rotate(0) translate3d(0, 0, 0);
  	}
  	to{
  		-webkit-transform: rotate(360deg) translate3d(0, 0, 0);
  		-ms-transform: rotate(360deg) translate3d(0, 0, 0);
  		transform: rotate(360deg) translate3d(0, 0, 0);
  	}
  }

  @media only screen and (min-width: 1300px) {
  	.header__info--btns {
  		padding-right: 24px;
  	}
  }

  .header__info--title {
  	margin-bottom: 30px;
  	font-size: 30.79px;
  	line-height: 1;
  	letter-spacing: 8px;
  	padding: 0 2px 0 15px;
  }

  .header__info--title span {
  	font-size: 17px;
  	letter-spacing: 3px;
  }

  .header__info--title:after {
  	content: '';
  	position: absolute;
  	top: 0;
  	bottom: 0;
  	left: 0;
  	right: 0;
  	height: 35px;
  	width: 100%;
  	margin: auto;
  	background-color: #bdf3e3;
  	z-index: -1;
  }

  .header__menu {
  	background-color: rgba(48, 108, 78, 0.8);
  	position: absolute;
  	width: 100%;
  	left: 0;
  	right: 0;
  	margin: auto;
  	padding: 50px 15px 30px;
  	-webkit-transform: translateX(-100%);
  	-ms-transform: translateX(-100%);
  	transform: translateX(-100%);
  	opacity: 0;
  	-webkit-transition: all 0.3s ease-out;
  	-o-transition: all 0.3s ease-out;
  	transition: all 0.3s ease-out;
  	-webkit-box-sizing: border-box;
  	box-sizing: border-box;
  }

  .header__menu.fixed{
  	position: fixed;
  	top: 0;
  	z-index: 25;
  	box-shadow: 0 2px 1px 0 rgba(0,0,0,.05);
  }

  .header__menu.active {
  	-webkit-transform: translateX(0);
  	-ms-transform: translateX(0);
  	transform: translateX(0);
  	opacity: 1;
  	z-index: 25;
  	background-color: rgba(48, 108, 78, 0.8);
  }

  .header__menu--item {
  	margin-bottom: 15px;
  }
  .header__menu--item.active .header__menu--link{
  	color: #ecad93;
  }

  .header__menu--item:last-child {
  	margin-bottom: 0;
  }

  @media only screen and (min-width: 992px) {
  	.header__menu--item {
  		display: inline-block;
  		margin-right: 35px;
  		margin-bottom: 0;
  	}
  	.header__menu--item:last-child {
  		margin-right: 0;
  	}
  	.header__menu.fixed{
  		position: fixed;
  		background-color: #fff;
  		top: 0;
  		z-index: 25;
  		box-shadow: 0 2px 1px 0 rgba(0,0,0,.05);
  	}
  }

  .header__menu--link {
  	color: #fff;
  	text-transform: uppercase;
  	letter-spacing: 2px;
  	font-size: 25px;
  	-webkit-transition: all 0.3s ease-out;
  	-o-transition: all 0.3s ease-out;
  	transition: all 0.3s ease-out;
  }

  .header__menu--link:hover, .header__menu--link:focus, .header__menu--link:active {
  	color: #4dcaa8;
  }

  @media only screen and (min-width: 992px) {
  	.header__menu--link {
  		font-size: 20px;
  		color: #166d60;
  	}
  }

  .burger-menu {
  	display: block;
  	padding-top: 10px;
  	-webkit-border-radius: 3px;
  	border-radius: 3px;
  	text-align: center;
  	z-index: 10;
  	margin-bottom: 30px;
  }

  .burger-menu.active{
  	position: absolute;
  	left: 0;
  	right: 0;
  	margin: 0 auto;
  	z-index: 26;
  }

  .burger-menu.fixed, .burger-menu.fixed.active{
  	position: fixed;
  	left: 0;
  	width: 100%;
  	top: 0;
  	background-color: #fff;
  	box-shadow: 0 2px 1px 0 rgba(0,0,0,.05);
  	z-index: 25;
  }
  .burger-menu.fixed.active .burger-menu__line {
  	background-color: #306c4e;
  }
  .burger-menu.active .burger-menu__line {
  	background-color: #fff;
  }

  .burger-menu:hover {
  	cursor: pointer;
  }

  @media only screen and (min-width: 992px) {
  	.burger-menu {
  		display: none;
  	}
  }

  .burger-menu__line {
  	display: block;
  	height: 3px;
  	width: 30px;
  	background: #306c4e;
  	-webkit-border-radius: 5px;
  	border-radius: 5px;
  	margin: 0 auto 6px;
  	-webkit-transition: all 0.3s ease-out;
  	-o-transition: all 0.3s ease-out;
  	transition: all 0.3s ease-out;
  }

  .burger-menu__line:last-child {
  	margin-bottom: 0 auto;
  }

  .burger-menu-clicked .burger-menu__line-top {
  	-webkit-animation: menu-top .4s forwards ease-in-out;
  	animation: menu-top .4s forwards ease-in-out;
  }

  .burger-menu-clicked .burger-menu__line-center {
  	opacity: 0;
  }

  .burger-menu-clicked .burger-menu__line-bottom {
  	-webkit-animation: menu-bottom .4s forwards ease-in-out;
  	animation: menu-bottom .4s forwards ease-in-out;
  }

  .burger-menu-closing .burger-menu__line-top {
  	-webkit-animation: menu-top-reverse .5s forwards ease-in-out;
  	animation: menu-top-reverse .5s forwards ease-in-out;
  }

  .burger-menu-closing .burger-menu__line-center {
  	-webkit-transition: .5s;
  	-o-transition: .5s;
  	transition: .5s;
  	opacity: 1;
  }

  .burger-menu-closing .burger-menu__line-bottom {
  	-webkit-animation: menu-bottom-reverse .5s forwards ease-in-out;
  	animation: menu-bottom-reverse .5s forwards ease-in-out;
  }

  .head-block {
  	background-image: url(/wp-content/themes/divi-child/img/img/head-block--bg.png);
  	-webkit-background-size: contain;
  	background-size: contain;
  	background-repeat: no-repeat;
  	background-position: 50% 100%;
  	background-color: #156c5f;
  	position: relative;
  	overflow: hidden;
  }

  .head-block--left, .head-block--center, .head-block--right{
  	position: absolute;
  	width: 100%;
  	height: 100%;
  	-webkit-transform: translate3d(0, 0, 0);
  	-ms-transform: translate3d(0, 0, 0);
  	transform: translate3d(0, 0, 0);
  }

  .head-block--left img, .head-block--center img, .head-block--right img{
  	position: absolute;
  	-webkit-transition: all 0.3s ease-out;
  	-o-transition: all 0.3s ease-out;
  	transition: all 0.3s ease-out;
  	-webkit-transform: translate3d(0, 0, 0);
  	-ms-transform: translate3d(0, 0, 0);
  	transform: translate3d(0, 0, 0);
  	-webkit-animation: rotate 2s infinite linear;
  	-moz-animation: rotate 2s infinite linear;
  	-o-animation: rotate 2s infinite linear;
  	animation: rotate 2s infinite linear;
  }

  .head-block--left{
  	left: 100px;
  	top: 0;
  }

  .head-block--center{
  	bottom: 0;
  	left: 40%;
  }

  .head-block--right{
  	top: 145px;
  	right: 0;
  }

  .head-block--right img:nth-child(1){
  	top: 0;
  	right: 0;
  }

  .head-block--center img:nth-child(1){
  	bottom: 200px;
  	width: 107px;
  	height: 107px;
  }

  .head-block--center img:nth-child(2){
  	bottom: 110px;
  	margin-left: 80px;
  }

  .head-block--center img:nth-child(3){
  	bottom: 0;
  }

  .head-block--left img:nth-child(1){
  	top: 0;
  	left: 0;
  	width: 79px;
  	height: 79px;
  }
  .head-block--left img:nth-child(2){
  	top: 29px;
  	left: 70px;
  }

  .head-block__items {
  	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-justify-content: space-around;
  	-ms-flex-pack: distribute;
  	justify-content: space-around;
  	-webkit-box-align: center;
  	-webkit-align-items: center;
  	-ms-flex-align: center;
  	align-items: center;
  	-webkit-flex-wrap: wrap;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  	padding: 50px 15px 10px;
  }

  @media only screen and (min-width: 1200px) {
  	.head-block__items {
  		padding: 50px 82px 10px 40px;
  		flex-wrap: initial;
        height: 300px;
  	}
  }

  .head-block__item {
  	margin-bottom: 30px;
  }

  .head-block__item-2 {
  	max-width: 480px;
  	width: 100%;
  	left: 25px;
  	color: #ffffff;
  	letter-spacing: 1px;
  	font-family: "Moderat-Bold", sans-serif;
  	/*word-spacing: 25px;*/
  }

  .head-block__item img {
  	width: 50%;
  }

  .speakers__desc {
  	text-align: center;
  	margin-bottom: 50px;
  }

  .speakers__inner, .jury__inner{
  	max-width: 1340px;
  	width: 100%;
  }

  .speakers__btns {
  	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-align: center;
  	-webkit-align-items: center;
  	-ms-flex-align: center;
  	align-items: center;
  	-webkit-box-pack: center;
  	-webkit-justify-content: center;
  	-ms-flex-pack: center;
  	justify-content: center;
  	position: relative;
  	bottom: 86px;
  }

  .speakers__btn {
  	width: 156px;
  }
  .popup-modal-dismiss {
  	position: absolute;
  	top: 15px;
  	right: 15px;
  	text-align: right;
  	width: 30px;
  }

  .popup-modal-dismiss img {
  	width: 50%;
  	padding: 0;
  }

  @media only screen and (min-width: 1330px) {
  	.popup-modal-dismiss {
  		top: 15px;
  		right: 15px;
  		width: 30px;
  	}
  	.popup-modal-dismiss img {
  		width: 100%;
  	}
  }

  .slick-slide {
  	outline: none;
  }

  .slick-slide:focus, .slick-slide:active, .slick-slide.slick-active {
  	outline: none;
  }

  .tickets__desc {
  	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
  	margin-bottom: 50px;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-webkit-flex-direction: column;
  	-ms-flex-direction: column;
  	flex-direction: column;
  	-webkit-box-align: center;
  	-webkit-align-items: center;
  	-ms-flex-align: center;
  	align-items: center;
  }

  @media only screen and (min-width: 992px) {
  	.tickets__desc {
  		-webkit-box-orient: horizontal;
  		-webkit-box-direction: normal;
  		-webkit-flex-direction: row;
  		-ms-flex-direction: row;
  		flex-direction: row;
  		-webkit-box-align: end;
  		-webkit-align-items: flex-end;
  		-ms-flex-align: end;
  		align-items: flex-end;
  	}
  }

  .tickets__title {
  	margin-bottom: 30px;
  	padding: 0 29px 0 25px;
  }

  @media only screen and (min-width: 992px) {
  	.tickets__title {
  		margin-bottom: 15px;
  		margin-right: 125px;
  	}
  }

  .tickets__title--img img {
  	max-width: 504px;
  	width: 100%;
  }

  .tickets__items {
  	margin: -15px;
  	text-align: center;
  }

  .tickets__item {
  	display: inline-block;
  	vertical-align: middle;
  	margin: 15px;
  	text-align: center;
  }

  .tickets__item img {
  	width: 100%;
  }

  .timer {
  	text-align: center;
  }

  .timer-item {
  	display: block;
  	color: #146d60;
  }

  .timer-item:last-child {
  	margin-right: 0;
  }

  .timer-item__value {
  	display: inline-block;
  	width: 100%;
  	font-size: 61.33px;
  	font-family: "Moderat-Bold", sans-serif;
  	letter-spacing: 2px;
  }

  .timer-item__title {
  	text-transform: uppercase;
  	font-size: 28.66px;
  }

  @media only screen and (min-width: 578px) {
  	.timer-item {
  		display: inline-block;
  		margin-right: 30px;
  	}
  	.header__info--item-1, .header__info--item-3{
  		width: 50%;
  	}
  }

  .info-banner {
    /*background-image: url(/wp-content/themes/divi-child/img/img/info-banner-bg.png);
    -webkit-background-size: auto auto;
    background-size: auto;*/
    background-color: #156c5f;
    position: relative;
    overflow: hidden;
    /*background-attachment: fixed;*/
}

.info-banner--before{
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.info-banner--before img{
	width: 250px;
	opacity: .12;
	-webkit-animation: rotate 2s infinite linear;
	-moz-animation: rotate 2s infinite linear;
	-o-animation: rotate 2s infinite linear;
	animation: rotate 2s infinite linear;
}

.info-banner--after{
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.info-banner--after img{
	position: absolute;
	max-width: 90px;
	height: 90px;
	opacity: .12;
	-webkit-animation: rotate 2s infinite linear;
	-moz-animation: rotate 2s infinite linear;
	-o-animation: rotate 2s infinite linear;
	animation: rotate 2s infinite linear;
}

.info-banner--after img:nth-child(1){
	right: 35px;
	top: 35px; 
}

.info-banner--after img:nth-child(2){
	right: 10px;
	top: 120px;
}

.info-banner--after img:nth-child(3){
	right: 80px;
	top: 175px;
}

.info-banner__items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}

.info-banner__item {
	max-width: 450px;
	width: 100%;
	position: relative;
	padding-right: 60px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 40px;
	margin-bottom: 30px;
}

.info-banner__item:after {
	content: none;
	width: 14px;
	height: 14px;
	position: absolute;
	background-color: #5ae1b9;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 18px;
}

.info-banner__item:last-child {
	margin-right: 0;
}

.info-banner__item:last-child:after {
	content: none;
}

.info-banner__item:first-child {
	max-width: 340px;
}

.info-banner__title {
	font-family: "Moderat-Bold", sans-serif;
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 15px;
}

.info-banner__txt {
	font-family: "Moderat-Regular", sans-serif;
	color: #fff;
	letter-spacing: 1px;
}

.mission__desc {
	text-align: center;
	margin-bottom: 30px;
}

.mission__map{
	margin-bottom: 30px;
}

.mission__desc img {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}

.mission__title {
	padding: 0 25px 0 20px;
}

.mission__title:after {
	bottom: -5px;
	background-color: #ecad93;
}

.mission__items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media only screen and (min-width: 992px) {
	.mission__items {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.mission__item {
	width: 100%;
	margin-bottom: 30px;
}

@media only screen and (min-width: 992px) {
	.mission__item {
		width: -webkit-calc(50% - 15px);
		width: calc(50% - 15px);
		margin-right: 30px;
		margin-bottom: 0;
	}
	.info-banner__items{
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		-o-flex-direction: row;
		flex-direction: row;
	}
	.info-banner__item:after {
		content: '';
	}
}

.mission__item:last-child {
	margin-right: 0;
}

.mission__item--txt {
	/*text-align: justify;*/
	color: #146d60;
	width: 100%;
	letter-spacing: 1px;
	margin-bottom: 30px;
	word-spacing: 5px;
	position: relative;
}

.mission__item--btns{
	margin-bottom: 30px;
}

.mission__item--txt:after {
	content: '';
	width: 12px;
	height: 12px;
	position: absolute;
	background-color: #156c5f;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -25px;
}

.mission__item--txt:last-child:after {
	content: none;
}

.mission__item--desc {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;

}

.mission__item--img {
	max-width: 180px;
	width: 100%;
	margin-bottom: 30px;
}

.mission__item--img img {
	display: inline-block;
	max-width: 100%;
}

.mission__item--list {
	list-style: none;
	counter-reset: point;
}
/*
@media only screen and (min-width: 992px) {
  .mission__item--list {
    padding-right: 110px;
  }
  }*/

  .about__items{
  	padding: 0 15px;
  }

  .mission-popup{
  	max-width: 1170px;
  	width: 100%;
  	margin: auto;
  	background-color: #fff;
  	-webkit-box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.42);
  	box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.42);
  	padding: 39px 15px 68px 15px;
  	-webkit-box-sizing: border-box;
  	box-sizing: border-box;
  	position: relative;
  	text-align: left;
  }

  .mission__item--list-item {
  	padding-left: 38px;
  	position: relative;
  	/*text-align: justify;*/
  	font-family: "Moderat-Bold", sans-serif;
  	width: 100%;
  	letter-spacing: 1px;
  	-webkit-box-sizing: border-box;
  	box-sizing: border-box;
  }

  .mission__item--list-item span {
  	color: #146d60;
  }

  .mission__item--list-item:before {
  	content: "0" counter(point);
  	counter-increment: point 1;
  	position: absolute;
  	left: 0;
  	top: 0;
  	/*width: 20px;*/
  	color: #ecad93;
  }

  .mission__item--title {
  	font-family: "Moderat-Bold", sans-serif;
  	font-size: 37.5px;
  	line-height: 43.14px;
  	color: #156d61;
  	text-transform: uppercase;
  	letter-spacing: 1.3px;
  	margin-bottom: 30px;
  }

  .mission__item--title span {
  	font-size: 47.14px;
  	letter-spacing: 1.8px;
  }

  .program__desc {
  	text-align: center;
  	margin-bottom: 20px;
  	/* margin-bottom: 50px; */
  }

  .program__desc img {
  	max-width: 602px;
  	width: 100%;
  }

  .program__items {
  	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-flex-wrap: wrap;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  }

  .program__item {
  	width: 100%;
  	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-align: start;
  	-webkit-align-items: flex-start;
  	-ms-flex-align: start;
  	align-items: flex-start;
  	margin-bottom: 30px;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-webkit-flex-direction: row;
  	-ms-flex-direction: row;
  	flex-direction: row;
  }

  @media (max-width: 768px){
	  .program__item{
		width: calc(80% - 15px)!important;
		-webkit-flex-direction: column;
  		-ms-flex-direction: column;
		  flex-direction: column;
		align-items: center;
	  }
	  .program__item--img{
		margin-right: unset!important;
	  }
  }
  @media only screen and (min-width: 768px) {
  	.program__item {
  		-webkit-box-orient: horizontal;
  		-webkit-box-direction: normal;
  		-webkit-flex-direction: row;
  		-ms-flex-direction: row;
		  flex-direction: row;
  	}
  }

  @media only screen and (min-width: 1200px) {
  	.program__item {
  		width: calc(50% - 15px);
  	}
  	.program__item:nth-child(odd){
  		margin-right: 30px;
  	}
  }

  .program__item--title {
  	text-align: left;
  	display: inline-block;
  	letter-spacing: 4.5px;
  	margin-bottom: 30px;
  }

  .program__item--title:after {
  	height: 50%;
  	top: 15px;
  	bottom: auto;
  }

  .program__item--img {
  	max-width: 160px;
  	width: 100%;
  	margin-right: 30px;
  	text-align: center;
  }

  .program__item--info {
  	padding-top: 21px;
  }

  .program__item--time {
  	font-size: 44.83px;
  	font-family: "Moderat-Bold", sans-serif;
  	color: #166d60;
  	padding-left: 15px;
  	letter-spacing: 4px;
  	margin-bottom: 15px;
  	padding-bottom: 0;
  }

  .program__item--txt {
  	line-height: 1;
  	color: #146d60;
  	font-family: "Moderat-Bold", sans-serif;
  	padding-left: 15px;
  	letter-spacing: 1px;
  	padding-right: 50px;
  	margin-bottom: 23px;
  }

  .workshop {
  	background-color: #effffd;
  }

  .workshop__desc {
  	text-align: center;
  	margin-bottom: 50px;
  }

  .workshop__title {
  	margin-bottom: 30px;
  }

  .workshop__txt {
  	font-size: 29.17px;
  	line-height: 33.33px;
  	color: #166d60;
  	max-width: 750px;
  	width: 100%;
  	margin: auto;
  	letter-spacing: 3px;
  }

  .workshop__txt p {
  	margin-bottom: 15px;
  }

  .workshop__txt p:last-child {
  	margin-bottom: 0;
  }

  .workshop__list {
  	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-webkit-flex-direction: column;
  	-ms-flex-direction: column;
	  flex-direction: column;
	  flex-wrap: wrap;
  }

  @media only screen and (min-width: 992px) {
  	.workshop__list {
  		-webkit-box-orient: horizontal;
  		-webkit-box-direction: normal;
  		-webkit-flex-direction: row;
  		-ms-flex-direction: row;
		  flex-direction: row;
  	}
  }

  .workshop__item {
  	width: 100%;
  	margin-bottom: 30px;
  }

  @media only screen and (min-width: 992px) {
  	.workshop__item {
  		width: -webkit-calc(50% - 50px);
  		width: calc(50% - 50px);
  		margin-bottom: 50px;
  		margin-right: 30px;
  	}
  	.workshop__item:last-child {
  		margin-right: 0;
  	}
  }

  .workshop__item--title {
  	display: inline-block;
  	vertical-align: top;
  	font-family: "Moderat-Bold", sans-serif;
  	line-height: 29.17px;
  	color: #ecad93;
  	letter-spacing: 1px;
  	margin-bottom: 15px;
  }

  .workshop__item--title span {
  	color: #146d60;
  }

  .workshop__item--title-block{
  	display: -webkit-flex;
  	display: -moz-flex;
  	display: -ms-flex;
  	display: -o-flex;
  	display: flex;
  }

  .workshop__item--title-num {
  	display: inline-block;
  	vertical-align: top;
  	font-family: "Moderat-Bold", sans-serif;
  	line-height: 29.17px;
  	color: #ecad93;
  	letter-spacing: 1px;
  	max-width: 39px;
  	width: 100%;
  }

  .workshop__item--txt {
  	/*text-align: justify;*/
  	color: #146d60;
  	letter-spacing: 1px;
  	padding-left: 40px;
  }

  .workshop__item--txt p {
  	margin-bottom: 25px;
  }

  .slider-arrow {
  	position: absolute;
  	top: -20%;
  	bottom: 0;
  	margin: auto;
  	cursor: pointer;
  	-webkit-transition: all 0.3s ease-out;
  	-o-transition: all 0.3s ease-out;
  	transition: all 0.3s ease-out;
  	z-index: 10;
  }

  .slider-arrow-prev {
  	left: 0;
  }

  .slider-arrow-next {
  	right: 0;
  }

  .food-market__desc {
  	text-align: center;
  	margin-bottom: 30px;
  }

  .food-market__desc img {
  	display: inline-block;
  	vertical-align: middle;
  	margin-bottom: 30px;
  	max-width: 942px;
  	width: 100%;
  }

  .food-market__desc--items {
  	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
  	max-width: 815px;
  	width: 100%;
  	margin: auto;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-webkit-flex-direction: column;
  	-ms-flex-direction: column;
  	flex-direction: column;
  	-webkit-box-align: center;
  	-webkit-align-items: center;
  	-ms-flex-align: center;
  	align-items: center;
  }

  @media only screen and (min-width: 992px) {
  	.food-market__desc--items {
  		-webkit-box-orient: horizontal;
  		-webkit-box-direction: normal;
  		-webkit-flex-direction: row;
  		-ms-flex-direction: row;
  		flex-direction: row;
  		-webkit-box-align: normal;
  		-webkit-align-items: normal;
  		-ms-flex-align: normal;
  		align-items: normal;
  	}
  }

  .food-market__desc--item {
  	line-height: 25px;
  	color: #146d60;
  	letter-spacing: .75px;
  	font-family: "Moderat-Bold", sans-serif;
  	/*text-align: justify;*/
  	margin-bottom: 30px;
  }

  .food-market__desc--item:last-child {
  	margin-bottom: 0;
  }

  @media only screen and (min-width: 992px) {
  	.food-market__desc--item {
  		margin-right: 45px;
  	}
  	.food-market__desc--item:last-child {
  		margin-right: 0;
  	}
  }

  .food-market__desc--item span {
  	display: inline-block;
  	width: 100%;
  	text-align: center;
  }

  .food-market__desc--item img {
  	margin-bottom: 0;
  	width: auto;
  }

  .food-market__items {
  	padding: 0 15px;
  }

  @media only screen and (min-width: 1300px) {
  	.food-market__items {
  		padding: 0 100px;
  	}
  }

  .food-market__item {
  	padding: 0 30px;
  }

  .food-market__item--img {
  	position: relative;
  	margin-bottom: 20px;
  	display: flex;
  	flex-direction: column;
  	align-items: center;
  }
  .food_link_item{
  	font-size: 10px!important;
  	padding: 10px!important;
  	letter-spacing: 0!important;
  }
  .food-market__item--img img {
  	margin: auto;
  	padding: 0!important;
  }

  .food-market__item--name {
  	position: absolute;
  	display: inline-block;
  	bottom: 40px;
  	font-family: "Moderat-Bold", sans-serif;
  	font-size: 23.33px;
  	line-height: 15px;
  	letter-spacing: 1px;
  	color: #146d60;
  	text-transform: uppercase;
  	width: 100%;
  	text-align: center;
  }

  .food-market__item--info {
  	line-height: 25px;
  	color: #146d60;
  	letter-spacing: 1px;
  	/* margin-right: 100px;*/
  }

  .food-market__item--info-1{
  	line-height: 25px;
  	color: #146d60;
  	letter-spacing: 1px;
  	overflow: hidden;
  	height: 25px;
  	white-space: nowrap;
  	display: none;
  }

  .food-market__item--info p {
  	margin-bottom: 25px;
  	text-overflow: ellipsis;
  	overflow: hidden;
  }

  .food-market__item--info p:last-child {
  	margin-bottom: 0;
  }

  .awards {
  	background-color: #fff;
  	margin-top: -55px;
  }

  .awards__inner {
  	padding: 58px 15px 68px;
  }

  .awards__title {
  	text-transform: uppercase;
  	font-family: "Moderat-Bold", sans-serif;
  	font-size: 24px;
  	color: #166d60;
  	letter-spacing: 2.3px;
  	word-spacing: -0.5px;
  	margin-bottom: 30px;
  	padding: 0;
  	padding-bottom: 25px;
  	position: relative;
  	text-align: center;
  }

  .awards__title:after {
  	content: '';
  	position: absolute;
  	width: 110px;
  	height: 10px;
  	background-color: #5ae0ba;
  	left: 80px;
  	bottom: 0;
  	right: auto;
  }

  @media only screen and (min-width: 1300px) {
  	.awards__title {
  		padding-left: 80px;
  	}
  }

  .awards__items {
  	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-webkit-flex-direction: column;
  	-ms-flex-direction: column;
  	flex-direction: column;
  	-webkit-box-align: start;
  	-webkit-align-items: flex-start;
  	-ms-flex-align: start;
  	align-items: flex-start;
  }

  @media only screen and (min-width: 992px) {
  	.awards__items {
  		-webkit-box-orient: horizontal;
  		-webkit-box-direction: normal;
  		-webkit-flex-direction: row;
  		-ms-flex-direction: row;
  		flex-direction: row;
  	}
  }

  @media only screen and (min-width: 1300px) {
  	.awards__items {
  		padding-left: 81px;
  	}
  }

  .awards__txt {
  	color: #166d60;
  	font-size: 18px;
  	line-height: 32px;
  	word-spacing: -2.7px;
  	letter-spacing: 2px;
  	/*flex: 1 500px;*/
  	width: calc(50% - 50px);
  }
  .awards__txt:nth-child(even) {
  	margin-left: 100px;
  }
  @media (max-width: 992px) {
  	.awards__txt{
  		width: 100%;
  	}
  	.awards__txt:nth-child(even) {
  		margin-left: 0;
  	}
  }

  .awards__txt span {
  	font-family: "Moderat-Bold", sans-serif;
  	text-transform: uppercase;
  	letter-spacing: 2px;
  	color: #083568;
  }
  .awards_year {
  	color: #967dff!important;
  }
  @media only screen and (min-width: 992px) {
  	.awards__item:last-child {
  		max-width: 100%;
  		margin-right: 0;
  		display: flex;
  		flex-wrap: wrap;
  		justify-content: space-between;
  	}
  }

  .jury {
  	background-color: #effffd;
  }

  .jury__desc {
  	text-align: center;
  	margin-bottom: 30px;
  }

  .jury__desc img {
  	max-width: 305px;
  	width: 100%;
  }

  .jury__item {
  	display: inline-block;
  	vertical-align: top;
  	width: -webkit-calc(25% - 22px);
  	width: calc(25% - 22px);
  	margin: 0 12.5px;
  	text-align: center;
  }

  .jury__item:last-child {
  	margin-right: 0;
  }

  .sponsors__desc {
  	padding-left: 0;
  	margin-bottom: 50px;
  }


  .sponsors__title {
  	display: inline-block;
  	vertical-align: bottom;
  	margin-bottom: 20px;
  	font-size: 63.33px;
  	letter-spacing: 4px;
  	padding: 0 15px 0 21px;
  	margin-right: 0;
  	margin-bottom: 30px;
  }

  .sponsors__title-img {
  	display: block;
  	vertical-align: bottom;
  	text-align: center;
  }

  .sponsors__title-img img {
  	max-width: 642px;
  	width: 100%;
  }

  @media only screen and (min-width: 992px) {
  	.sponsors__title {
  		margin-bottom: 0;
  		position: absolute;
  		bottom: 16px;
  	}
  }

  .sponsors__items {
  	padding: 0 60px;
  }

  .sponsors__item{
  	padding: 0 15px;
  }

  .sponsors__item--img {
  	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-align: center;
  	-webkit-align-items: center;
  	-ms-flex-align: center;
  	align-items: center;
  	-webkit-box-pack: center;
  	-webkit-justify-content: center;
  	-ms-flex-pack: center;
  	justify-content: center;
  	margin-bottom: 20px;
  }

  .sponsors__item--title {
  	text-align: center;
  	font-size: 20.83px;
  	color: #166d60;
  	line-height: 25px;
  	font-family: "Moderat-Bold", sans-serif;
  	letter-spacing: 1px;
  }

  .follow__desc {
  	text-align: center;
  	margin-bottom: 30px;
  }

  .follow__title:after {
  	bottom: -13px;
  }

  .follow__items {
  	padding: 0 15px;
  	margin-bottom: 30px;
  }

  @media only screen and (min-width: 992px) {
  	.follow__items {
  		padding: 0 65px;
  	}
  }

  .follow__item {
  	padding: 15px;
  }

  .follow__item--img img {
  	width: 100%;
  }

  .follow__social {
  	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display: flex;
  	justify-content: center;
  	-webkit-box-align: center;
  	-webkit-align-items: center;
  	-ms-flex-align: center;
  	align-items: center;
  }

  .follow__social--item {
  	padding: 0 5px;
  }

  @media only screen and (min-width: 992px) {
  	.follow__social--item {
  		padding: 0 20px;
  	}
  }

  .follow__social--link {
  	position: relative;
  	display: -webkit-flex;
  	display: -moz-flex;
  	display: -ms-flex;
  	display: -o-flex;
  	display: flex;
  	justify-content: center;
  	-ms-align-items: center;
  	align-items: center;
  	-webkit-transition: all 0.3s ease-out;
  	-o-transition: all 0.3s ease-out;
  	transition: all 0.3s ease-out;
  	height: 37px;
  	width: 37px;
  }

  .follow__social--link img{
  	display: inline-block;
  	width: 24px;
  	height: 24px;
  	position: absolute;
  	z-index: 2;
  }

  .follow__social--side, .follow__social--back, .follow__social--front{
  	height: 37px;
  	width: 37px;
  	border-radius: 50%;
  	position: absolute;
  	top: 0;
  	right: 0;
  	left: 0;
  	bottom: 0;
  	margin: auto;
  	z-index: 0;
  }

  .follow__social--side{
  	-webkit-transition: all 0.3s ease-out;
  	-o-transition: all 0.3s ease-out;
  	transition: all 0.3s ease-out;
  	transform:rotateY(0deg);
/*  -webkit-transform-style: preserve-3d;
      -ms-transform-style: preserve-3d;
      transform-style: preserve-3d;*/
  }

  .follow__social--front{
  	background-color: #166d60;
  	transform:translateZ(20px);
  	-webkit-transition: all 0.3s ease-out;
  	-o-transition: all 0.3s ease-out;
  	transition: all 0.3s ease-out;
  }

  .follow__social--back{
  	transform:rotateY(-90deg) translateZ(20px);
  	-webkit-transition: all 0.3s ease-out;
  	-o-transition: all 0.3s ease-out;
  	transition: all 0.3s ease-out;
  }

  .follow__social--link-fb .follow__social--back{
  	background-color: #3b5998;
  }

  .follow__social--link-tw .follow__social--back{
  	background-color: #00aced;
  }

  .follow__social--link-ig .follow__social--back{
  	background-color: #cd486b;
  }

  .follow__social--link:hover .follow__social--front,
  .follow__social--link:focus .follow__social--front,
  .follow__social--link:active .follow__social--front{
  	transform: rotateY(90deg);
  }
  .follow__social--link:hover .follow__social--back,
  .follow__social--link:focus .follow__social--back,
  .follow__social--link:active .follow__social--back{
  	transform: rotateY(0);
  }

  .mfp-arrow:before, .mfp-arrow:after{
  	left: 0;
  	right: 0;
  	margin: 0 auto;
  }

  .vote-wrapper__title{
  	text-align: center;
  	padding: 30px 15px;
  }

  .vote-wrapper__title img{
  	max-width: 800px;
  	width: 100%;
  }

  .vote{
  	position: relative;
  	overflow: hidden;
  }

  .vote--before{
  	position: absolute;
  	top: -12px;
  	left: 70px;
  	width: 100%;
  	height: 100%;
  	-webkit-transform: translate3d(0, 0, 0);
  	-ms-transform: translate3d(0, 0, 0);
  	transform: translate3d(0, 0, 0);
  }

  .vote--before img{
  	position: absolute;
  	-webkit-transition: all 0.3s ease-out;
  	-o-transition: all 0.3s ease-out;
  	transition: all 0.3s ease-out;
  	-webkit-animation: rotate 2s infinite linear;
  	-moz-animation: rotate 2s infinite linear;
  	-o-animation: rotate 2s infinite linear;
  	animation: rotate 2s infinite linear;
  	opacity: .12;
  }

  .vote--before img:nth-child(1){
  	top: 0;
  	left: 70px;
  }
  .vote--before img:nth-child(2){
  	left: 0;
  	top: 52px;
  }

  .vote--after{
  	position: absolute;
  	right: 3%;
  	bottom: 3%;
  	width: 100%;
  	height: 100%;
  	-webkit-transform: translate3d(0, 0, 0);
  	-ms-transform: translate3d(0, 0, 0);
  	transform: translate3d(0, 0, 0);
  }

  .vote--after img{
  	position: absolute;
  	-webkit-transition: all 0.3s ease-out;
  	-o-transition: all 0.3s ease-out;
  	transition: all 0.3s ease-out;
  	-webkit-animation: rotate 2s infinite linear;
  	-moz-animation: rotate 2s infinite linear;
  	-o-animation: rotate 2s infinite linear;
  	animation: rotate 2s infinite linear;
  }

  .vote--after img:nth-child(1){
  	right: 40px;
  	bottom: 0;
  }
  .vote--after img:nth-child(2){
  	right: 0;
  	bottom: 120px;
  	opacity: .12;
  }

    /*.follow__social--link:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      -webkit-background-size: 100% 100%;
      background-size: 100%;
      background-repeat: no-repeat;
      opacity: 0;
      -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      transform: translateY(-100%);
      -webkit-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
    }

    .follow__social--link:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      -webkit-background-size: 100% 100%;
      background-size: 100%;
      background-repeat: no-repeat;
      -webkit-transition: all 0.3s ease-out;
      -o-transition: all 0.3s ease-out;
      transition: all 0.3s ease-out;
      }*/

   /* .follow__social--link-1:before {
      background-image: url(/wp-content/themes/divi-child/img/img/twitter.png);
    }

    .follow__social--link-1:after {
      background-image: url(/wp-content/themes/divi-child/img/img/twitter.png);
    }

    .follow__social--link-2:before {
      background-image: url(/wp-content/themes/divi-child/img/img/facebook.png);
    }

    .follow__social--link-2:after {
      background-image: url(/wp-content/themes/divi-child/img/img/facebook.png);
    }

    .follow__social--link-3:before {
      background-image: url(/wp-content/themes/divi-child/img/img/instagram.png);
    }

    .follow__social--link-3:after {
      background-image: url(/wp-content/themes/divi-child/img/img/instagram.png);
    }

    .follow__social--link:hover:before {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }

    .follow__social--link:hover:after {
      opacity: 0;
      -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
      transform: translateY(100%);
      }*/

      .press {
      	background-color: #effffd;
      }

      .press__desc {
      	text-align: center;
      	margin-bottom: 20px;
      }

      .press__items {
      	padding: 15px;
      }

      .press__item{
      	margin: 0 12px;
      }

      @media only screen and (min-width: 1200px) {
      	.press__items {
      		/*padding: 75px;*/
      	}
      }

      .press__item .section-img-block {
      	margin-bottom: 0;
      }

      .press__item .section-img-block:after {
      	content: none;
      }

      .press__item--name {
      	font-size: 16px;
      	line-height: 20px;
      	/* color: #146d60;*/
      	bottom: 63px;
      }

      .press__item--name span {
      	font-size: 16px;
      	line-height: 20px;
      }

      .press__item--position {
      	font-size: 18px;
      	line-height: 25px;
      	padding: 0 25px;
      	letter-spacing: 1px;
      	-webkit-box-sizing: border-box;
      	box-sizing: border-box;
      }

      .press__popup .section-img-block:after {
      	content: none;
      }

      .scoop__desc {
      	text-align: center;
      	margin-bottom: 50px;
      }

      .header{
      	padding-top: 80px;
      }

      .scoop__gallery {
      	/*margin: -15px;*/
      	text-align: center;
      	max-width: 900px;
      	width: 100%;
      	margin: 0 auto;
      }

      .scoop__gallery--item {
      	display: inline-block;
      	vertical-align: middle;
      	margin: 15px;
      	padding: 0 15px;
      	/*width: calc(33.333% - 34px);*/
      }
      .scoop__gallery .slider-arrow{
      	top: 0;
      }

     /* .scoop__gallery--item img {
        width: 100%;
        }*/

      /*@media only screen and (min-width: 768px) {
        .scoop__gallery--item {
          width: -webkit-calc(50% - 35px);
          width: calc(50% - 35px);
          margin: 15px;
        }
      }

      @media only screen and (min-width: 1200px) {
        .scoop__gallery--item {
          width: -webkit-calc(33.333% - 35px);
          width: calc(33.333% - 35px);
        }
        }*/

        @media only screen and (min-width: 578px) {
        	h2{
        		letter-spacing: 5.5px;
        		font-size: 42.33px;
        		line-height: 37px;
        	}

        	h2:after{
        		bottom: -9px;
        		height: 28px;
        	}

        	.program__item--title {
        		font-size: 34.83px;
        		line-height: 33px;
        		text-align: left;
        		display: inline-block;
        		letter-spacing: 4.5px;
        		margin-bottom: 30px;
        	}

        	.program__item--title:after {
        		height: 50%;
        		top: 15px;
        		bottom: auto;
        	}

        	.mission__title:after{
        		bottom: -15px;
        	}

        	.mission__item--desc{
        		-webkit-flex-direction: row;
        		-moz-flex-direction: row;
        		-ms-flex-direction: row;
        		-o-flex-direction: row;
        		flex-direction: row;
        	}
        	.mission__item--img{
        		margin-right: 63px;
        		margin-bottom: 0;
        	}

          /*.header__info--title{
            font-size: 42.79px;
            line-height: 36.79px;
            }*/
            .header__info--title span{
            	font-size: 32px;
            }
            .header__info--item:last-child{
            	margin-bottom: 30px;
            }
            .food-market__item--name {
            	position: absolute;
            	display: inline-block;
            	bottom: 60px;
            	font-family: "Moderat-Bold", sans-serif;
            	font-size: 33.33px;
            	line-height: 25px;
            	letter-spacing: 1px;
            	color: #146d60;
            	text-transform: uppercase;
            	width: 100%;
            	text-align: center;
            }
        }

        @media only screen and (min-width: 992px) {
        	body{
        		font-size: 18px;
        		line-height: 1.7em;
        	}
        	h2{
        		letter-spacing: 4.125px;
        		font-size: 43.74px;
        		line-height: 35.25px;
        	}
        	.header{
        		padding-top: 140px;
        	}
        	.header__info{
        		flex-wrap: initial;
        		-ms-align-items: normal;
        		align-items: normal;
        		-webkit-box-pack: justify;
        		-webkit-justify-content: space-between;
        		-ms-flex-pack: justify;
        		justify-content: space-between;
        	}
        	.header__info--item-1, .header__info--item-3{
        		display: block;
        	}
        	.header__info--item-1{
        		width: auto;
        	}
        	.header__info--item-2{
        		order: 0;
        	}
        	.header__info--item-3{
        		width: auto;
        	}
          /*.header__info--title{
            font-size: 44.09px;
            line-height: 40px;
            }*/
            .header__info--title span{
            	font-size: 30.25px;
            }
            .header__info--txt-top {
            	font-size: 52.305px;
            	line-height: 43.59px;
            	padding-bottom: 26px;
            }

            .header__info--txt-bottom span {
            	font-size: 28px;
            	line-height: 23px;
            }

            .header__info--txt-bottom img {
            	max-width: 75%;
            	height: 75%;
            }

            .header__menu {
            	position: static;
            	-webkit-transform: translateX(0);
            	-ms-transform: translateX(0);
            	transform: translateX(0);
            	opacity: 1;
            	padding: 0;
            	background: none;
            	margin-bottom: 30px;
            }

            .head-block__title{
            	text-align: center;
            }
            .head-block__item img {
            	width: 75%;
            }
            .sponsors__desc {
            	position: relative;
            }
        }

        @-webkit-keyframes menu-top {
        	0% {
        		-webkit-transform: rotate(0deg) translateY(0px);
        		transform: rotate(0deg) translateY(0px);
        	}
        	50% {
        		-webkit-transform: rotate(0deg) translateY(20px);
        		transform: rotate(0deg) translateY(20px);
        	}
        	100% {
        		-webkit-transform: translateY(9px) rotate(45deg);
        		transform: translateY(9px) rotate(45deg);
        	}
        }

        @keyframes menu-top {
        	0% {
        		-webkit-transform: rotate(0deg) translateY(0px);
        		transform: rotate(0deg) translateY(0px);
        	}
        	50% {
        		-webkit-transform: rotate(0deg) translateY(20px);
        		transform: rotate(0deg) translateY(20px);
        	}
        	100% {
        		-webkit-transform: translateY(9px) rotate(45deg);
        		transform: translateY(9px) rotate(45deg);
        	}
        }

        @-webkit-keyframes menu-top-reverse {
        	0% {
        		-webkit-transform: translateY(20px) rotate(45deg);
        		transform: translateY(20px) rotate(45deg);
        	}
        	50% {
        		-webkit-transform: rotate(0deg) translateY(20px);
        		transform: rotate(0deg) translateY(20px);
        	}
        	100% {
        		-webkit-transform: translateY(0px) rotate(0deg);
        		transform: translateY(0px) rotate(0deg);
        	}
        }

        @keyframes menu-top-reverse {
        	0% {
        		-webkit-transform: translateY(20px) rotate(45deg);
        		transform: translateY(20px) rotate(45deg);
        	}
        	50% {
        		-webkit-transform: rotate(0deg) translateY(20px);
        		transform: rotate(0deg) translateY(20px);
        	}
        	100% {
        		-webkit-transform: translateY(0px) rotate(0deg);
        		transform: translateY(0px) rotate(0deg);
        	}
        }

        @-webkit-keyframes menu-bottom {
        	0% {
        		-webkit-transform: rotate(0deg) translateY(0px);
        		transform: rotate(0deg) translateY(0px);
        	}
        	50% {
        		-webkit-transform: rotate(0deg) translateY(-19px);
        		transform: rotate(0deg) translateY(-19px);
        	}
        	100% {
        		-webkit-transform: translateY(-9px) rotate(-45deg);
        		transform: translateY(-9px) rotate(-45deg);
        	}
        }

        @keyframes menu-bottom {
        	0% {
        		-webkit-transform: rotate(0deg) translateY(0px);
        		transform: rotate(0deg) translateY(0px);
        	}
        	50% {
        		-webkit-transform: rotate(0deg) translateY(-19px);
        		transform: rotate(0deg) translateY(-19px);
        	}
        	100% {
        		-webkit-transform: translateY(-9px) rotate(-45deg);
        		transform: translateY(-9px) rotate(-45deg);
        	}
        }

        @-webkit-keyframes menu-bottom-reverse {
        	0% {
        		-webkit-transform: translateY(-20px) rotate(-45deg);
        		transform: translateY(-20px) rotate(-45deg);
        	}
        	50% {
        		-webkit-transform: rotate(0deg) translateY(-19px);
        		transform: rotate(0deg) translateY(-19px);
        	}
        	100% {
        		-webkit-transform: translateY(0px) rotate(0deg);
        		transform: translateY(0px) rotate(0deg);
        	}
        }

        @keyframes menu-bottom-reverse {
        	0% {
        		-webkit-transform: translateY(-20px) rotate(-45deg);
        		transform: translateY(-20px) rotate(-45deg);
        	}
        	50% {
        		-webkit-transform: rotate(0deg) translateY(-19px);
        		transform: rotate(0deg) translateY(-19px);
        	}
        	100% {
        		-webkit-transform: translateY(0px) rotate(0deg);
        		transform: translateY(0px) rotate(0deg);
        	}
        }

        #main-footer{
        	font-size: 14px;
        	line-height: 1.7em;
        	padding-bottom: 6px;
        	background-color: #166D60!important;
        	letter-spacing: 0;
        }
        #main-footer .et_pb_section {
        	background-color: #166D60!important;
        }

        #main-footer .et_pb_text_2, #main-footer .et_pb_text_11{
        	font-size: 12px;
        }

        #main-footer .et_pb_section.et_pb_section_1.et_pb_with_background.et_section_regular.et_pb_section_first{
        	padding-top:0!important;
        }

        header#main-header {
        	background-color: #166D60!important;
        }
        body.admin-bar.et_non_fixed_nav.et_transparent_nav #main-header{
        	top: 0;
        }
        .head-block__btns {
        	padding-bottom: 20px;
        	font-family: "Cabin", sans-serif;
        	letter-spacing: 12px;
        	text-indent: 12px;
        	color: #ffffff;
        	-webkit-animation: colorText 5s ease-out infinite, nudgeText 5s ease-out infinite;
        	animation: colorText 5s ease-out infinite, nudgeText 5s ease-out infinite;
        	display: flex;
        	justify-content: center;
        }
        .mouse_scroll{
        	background-color: #166D60;
        	border-radius: 50px;
        	padding: 0;
        	display: flex;
        	align-items: center;
        	justify-content: center;
        	cursor: pointer;
        }
        .mouse_scroll img{
        	height: 70px;
        }
        .mouse {
        	background: #4e5559 linear-gradient(transparent 0%, transparent 50%, #ffffff 50%, #ffffff 100%);
        	position: relative;
        	width: 52px;
        	height: 88px;
        	background-size: 100% 100%;
        	border-radius: 100px;
        	background-size: 225%;
        	-webkit-animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite;
        	animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite;
        }
        .mouse:before, .mouse:after {
        	content: "";
        	position: absolute;
        	top: 0;
        	right: 0;
        	bottom: 0;
        	left: 0;
        	margin: auto;
        }
        .mouse:before {
        	width: 46px;
        	height: 82px;
        	background-color:#5ae1ba;
        	border-radius: 100px;
        }
        .mouse:after {
        	background-color: #ffffff;
        	width: 10px;
        	height: 10px;
        	border-radius: 100%;
        	-webkit-animation: trackBallSlide 5s linear infinite;
        	animation: trackBallSlide 5s linear infinite;
        }
        .head-block__title {
        	font-size: 44px;
        	font-family: "Moderat-Bold", sans-serif;
        	letter-spacing: .7px;
        	margin-bottom: 30px;
        }

        .head-block__title img {
        	padding: 19px 0 14px;
        	width: 75%;
        }

        .head-block__title span {
        	color: #e7ae95;
        }

        .flex-align{
        	display: flex;
        	justify-content: space-between;
        	-webkit-flex-direction: column;
        	-moz-flex-direction: column;
        	-ms-flex-direction: column;
        	-o-flex-direction: column;
        	flex-direction: column;
        	/*  padding: 0 30px;*/
        	/*flex-wrap: wrap;*/
        }
        .vote__desc {
        	background-color: #166D60;
        	padding: 55px 0 155px;
        	position: relative;
        }

        .vote__txt {
        	color: #fff;
        	font-size: 18px;
        	line-height: 20px;
        	margin-bottom: 36px;
        	letter-spacing: 1.8px;
        	word-spacing: -1.8px;
        }

        .vote__title {
        	font-family: "Moderat-Bold", sans-serif;
        	color: #fff;
        	font-size: 30px;
        	letter-spacing: 3px;
        	text-transform: uppercase;
        	position: relative;
        	padding: 0;
        	padding-bottom: 20px;
        	text-align: left;
        }

        .vote__title:after {
        	content: none;
        }

        .vote__title-before {
        	text-transform: uppercase;
        	color: #fff;
        	font-size: 24px;
        	font-family: "Moderat-Bold", sans-serif;
        	letter-spacing: 2.5px;
        	margin-bottom: 5px;
        	word-spacing: -1.8px;
        }
        .vote__title2:after{
        	content: '';
        	position: absolute;
        	left: 0;
        	width: 0;
        	height: 0;
        	background-color: none;
        	bottom: 0;
        }

        .vote__items {
        	position: relative;
        	top: -115px;
        	display: -webkit-box;
        	display: -webkit-flex;
        	display: -ms-flexbox;
        	display: flex;
        	-webkit-box-align: center;
        	-webkit-align-items: center;
        	-ms-flex-align: center;
        	align-items: center;
        	-webkit-flex-wrap: wrap;
        	-ms-flex-wrap: wrap;
        	flex-wrap: wrap;
        	-webkit-box-pack: center;
        	-webkit-justify-content: center;
        	-ms-flex-pack: center;
        	justify-content: center;
        	margin: -15px -30px;
        }

        .vote__items--container {
        	background-color: #5ae1ba;
        }

        .vote__items--inner {
        	position: relative;
        	padding: 0 15px;
        }

        .vote__item {
        	text-align: center;
        	margin: 15px 30px;
        }

        .vote__item--img {
        	position: relative;
        	margin-bottom: 9px;
        	width: 192px;
        	height: 192px;
        	-webkit-border-radius: 50%;
        	border-radius: 50%;
        	background-color: #fff;
        	display: -webkit-box;
        	display: -webkit-flex;
        	display: -ms-flexbox;
        	display: flex;
        	-webkit-box-align: center;
        	-webkit-align-items: center;
        	-ms-flex-align: center;
        	align-items: center;
        	-webkit-box-pack: center;
        	-webkit-justify-content: center;
        	-ms-flex-pack: center;
        	justify-content: center;
        	-webkit-transition: all 0.3s ease-out;
        	-o-transition: all 0.3s ease-out;
        	transition: all 0.3s ease-out;
        }

        .vote__item--img img {
        	display: inline-block;
        	vertical-align: bottom;
        	width: auto;
        }

        .vote__item--img:hover {
        	-webkit-transform: translateY(-5px);
        	-ms-transform: translateY(-5px);
        	transform: translateY(-5px);
        	-webkit-box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.6);
        	box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.6);
        }

        .vote__btns {
        	display: -webkit-box;
        	display: -webkit-flex;
        	display: -ms-flexbox;
        	display: flex;
        	-webkit-box-align: center;
        	-webkit-align-items: center;
        	-ms-flex-align: center;
        	align-items: center;
        	-webkit-box-pack: center;
        	-webkit-justify-content: center;
        	-ms-flex-pack: center;
        	justify-content: center;
        	position: relative;
        	bottom: 86px;
        }

        .vote__btn {
        	width: 156px;
        }

        @media (max-width: 540px) {
        	.vote__desc1, .vote__desc2 {
        		min-width: 100%;
        	}
        }
        p.vote__txt.vote__txt2 {
        	text-transform: uppercase;
        }
        h2.vote__title.vote__title2 {
        	font-weight: 600;
        }

        .vote__desc1, .vote__desc2 {
        	/*flex: 1;*/
        	min-width: 300px;
        }
        .vote__desc1 {
        	max-width: 100%;
        	width: 100%;
        	margin-bottom: 100px;
			margin-right: 0;
        }
        .vote__desc2 {
        	display: flex;
        	max-width: 100%;
        }
        .vote__desc2-img {
        	padding: 40px 20px;
        }
        @media (min-width: 992px) {
        	.vote__desc1{
				max-width: 45%;
				margin-right: 100px;
				margin-bottom: 0;
        	} 
        	.vote__desc2{
        		max-width: 55%;
        	}
        	.flex-align{
        		-webkit-flex-direction: row;
        		-moz-flex-direction: row;
        		-ms-flex-direction: row;
        		-o-flex-direction: row;
        		flex-direction: row;
        	}
        }
        @media (max-width: 600px){
        	.vote__desc2 {
        		flex-wrap: wrap;
        		align-items: center;
        	}
        	.vote__desc1 {
        		margin-right: 0;
        	}
        	.vote__desc2-img {
        		min-width: 200px;
        		text-align: center;
        		margin: 0 auto;
        	}
        	.top_modal_vote{
        		text-align: center;
        	}
        	.vote__item-img{
        		margin: 0 auto 20px !important;
        	}
        	p.vote__items-desc{
        		width: 100% !important;
        		text-align: left;
        	}
        }

        h1.vote__items-title {
        	text-align: center;
        	font-size: 26px;
        	color: #e7ae95;
        	margin-bottom: 10px;
        }
        p.vote__items-desc {
        	font-size: 18px;
        	margin-bottom: 10px;
        	color: black;
        	display: inline-block;
        	vertical-align: top;
        	width: calc(100% - 145px);
        }
        p.vote__items-desc2 {
        	font-size: 18px;
        	text-align: center;
        	margin-bottom: 10px;
        	color: black;
        	padding: 0 15px;
        }
        #vote_info .about__form {
        	display: flex;
        	justify-content: center;
        }
        div#vote_info, div#vote_info2{
        	padding: 20px;
        }
    }
    img#vote__items-title {
    	width: 100%;
    	height: auto;
    	position: absolute;
    	top: 0;
    	bottom: 0;
    	left: 0;
    	right: 0;
    	margin: auto;
    	padding: 0 10px;
    }
    .vote__item-img {
    	max-height: 80px;
    	max-width: 80px;
    	min-width: 80px;
    	min-height: 80px;
    	width: 100%;
    	height: 100%;
    	margin: 0 30px;
    	display: inline-block;
    	vertical-align: top;
    	border-radius: 50%;
    	/* border: 1px solid; */
    	padding: 10px;
    	position: relative;
    	background-color: #fff;
    	box-shadow: 0 6px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    }

    div#vote_info {
    	width: 100%;
    	padding: 50px 15px 10px;
    	margin: 0 auto;
    	background-color: #fffffff0;
    	border-radius: 20px;
    	max-width: 830px;
    }
    div#vote_info2 {
    	width: 100%;
    	padding: 50px 20px 40px;
    	margin: 0 auto;
    	background-color: #fffffff0;
    	border-radius: 20px;
    	max-width: 690px;
    }
        /*.top_modal_vote {
          display: flex;
          }*/
          img#vote__items-title {
          	width: 100%;
          	height: auto;
          }
          .modal_one_buttons {
          	margin: 20px auto 0;
          	position: relative;
          	text-align: center;
          }
          a.about__form--btn1.btn, a.about__form--btn1.btn{
          	margin: 0 15px 10px;
          }
          a.about__form--btn2.btn {
          	color: #166d60;
          	background: #ffffff4d;
          }
          .mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
          	width: auto !important;
          }
          .about__form--input {
          	-webkit-box-sizing: border-box;
          	box-sizing: border-box;
          	width: 100%;
          	-webkit-border-radius: 25px;
          	border-radius: 25px;
          	border: none;
          	height: 46px;
          	font-size: 18px;
          	text-align: center;
          	color: #166d60;
          	padding: 0 70px 0 50px;
          }
          .about__item-2__inner.about__item__inner {
          	text-align: center;
          }
          h2.about__title.about__item-2__title {
          	margin-bottom: 50px;
          }
          .btn2 {
          	position: static!important;
          	width: max-content;
          	border-radius: 0;
          	border: 0;
          }
          .about__form--btn {
          	position: absolute;
          	right: 0;
          	top: 0;
          	bottom: 0;
          	margin: auto;
          	font-size: 11.5px;
          	-webkit-border-radius: 16px;
          	border-radius: 16px;
          	height: 46px;
          	letter-spacing: 2px;
          	width: 110px;
          	padding: 0;
          	cursor: pointer;
          }
          input.about__form--input2 {
          	border-bottom-right-radius: 0;
          	border-top-right-radius: 0;
          	border-right: 0;
          }
          .mc4wp-form-fields {
          	margin: auto;
          	position: relative;
          	height: 48px;
          	overflow: hidden;
          	max-width: 400px;
          	margin-bottom: 40px;
          	background: #fff;
          	border: 1px solid #bbb;
          	border-radius: 25px;
          	display: flex;
          }
          div#form_message_block {
          	color: #000;
          }
          .about__social {
          	width: 100%;
          	display: flex;
          	justify-content: center;
          	margin: 0 auto 30px;
          }
          .about__social--item {
          	display: inline-block;
          	vertical-align: middle;
          	x-width: 60px;
          }
          .mc4wp-response {
          	display: none;
          }
.mfp-bottom-bar{
	display: none;
}
.tabset > input[type="radio"] {
	display: none;
	padding: 0;
	margin: 0;
  }
  
  .tabset .tab-panel {
	display: none;
  }
  
  .tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
  .tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
  .tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
  .tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
  .tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
  .tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
	display: block;
  }
  
  .tabset > label {
	position: relative;
    display: inline-block;
    padding: 0px 20px 0px;
    border: 1px solid #9278FF;
    cursor: pointer;
    border-radius: 4px;
	color: #9278FF;
	min-width: 130px;
	text-transform: uppercase;
	font-size: 14px;
	
  }
  .tabset label.tabs_item:not(:last-child){
	margin-right: -3px;
    margin-left: -3px;
  }
  .tabset > label:hover,
  .tabset > input:focus + label {
	color: #06c;
  }
  
  .tabset > label:hover::after,
  .tabset > input:focus + label::after,
  .tabset > input:checked + label::after {
	background: #06c;
  }
  
  .tabset > input:checked + label {
	border-color: #146D60;
	background-color: #146D60;
	color: #fff;
  }
  
  .tabset {
	text-align: center;
	margin: 0 auto;
  }
  .timeline{
	margin: 0 auto;
  }
  .event_true .poits{
	  background-color: #146D60!important;
  }
  .itemline{
	display: flex;
	justify-content: center;
	height: 120px;
  }
  .itemline_right, .itemline_left{
	flex: 1;
	display: flex;
	align-items: center;
	  flex-direction: column;
	  justify-content: center;
	padding: 0 20px;
	color: #146D60;
  }
  .itemline_right span,
  .itemline_left span{
	color: #ECAC92;
  }
  .line_and_points{
	position: relative;
	max-width: 3px;
	background-color: #ECAD93;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  .line_and_points.first{
	background-color: #ECAD93;
	min-height: calc(140px / 2);
	align-items: flex-start;
	align-self: flex-end;
  }
  .line_and_points.last{
	background-color: #ECAD93;
	min-height: calc(140px / 2);
	align-items: flex-end;
	align-self: flex-start;
  }
  .line_and_points .poits{
	content: '';
	min-width: 25px;
	min-height: 25px;
	background-color: #fff;
	border-radius: 20px;
	border: 3px solid #146D60;
	position: relative;
	top: 0;
  }
  .itemline_right{
  align-items: flex-start;
  }
  .itemline_left{
  align-items: flex-end;
  }
  .itemline_left p, .itemline_left small{
	  text-align: right;
  }
  .itemline_right p, .itemline_right small{
	text-align: left;
	}
	.itemline_left p, .itemline_right p{
		font-weight: 600;
	} 
  .itemline_left small, .itemline_right small{
	font-weight: normal;
	font-size: 16px;
  }
  @media (max-width: 375px){
	  .itemline{
		  height: 140px;
	  }
	  .line_and_points.first{
		  min-height: calc(160px / 2)!important;
	  }
	  .line_and_points.last{
		  min-height: calc(160px / 2)!important;
	  }
  }
  
  
  
   .example_e {
border: none;
background: #166d60;
color: #ffffff !important;
font-weight: 100;
padding-top: 10px;
padding-left: 30px;
    padding-bottom: 10px;
    padding-right: 30px;
text-transform: uppercase;
border-radius: 6px;
display: inline-block;
transition: all 0.3s ease 0s;
}

.example_e:hover {
color: #404040 !important;
font-weight: 700 !important;
letter-spacing: 3px;
background: none;
-webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
-moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
transition: all 0.3s ease 0s;
}