/*
Theme Name: Ecosborka Theme
Theme URI: 
Description:
Author: Anton Fedorov
Author URI:
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul[class],
ol[class] {
  padding: 0;
  list-style: none;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.17;
  font-style: normal;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
	letter-spacing: normal;
  color: #000;
  background-color: #e5e5e5;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  /*user-select: none;*/
}

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

button:focus {
  outline: none;
}

a {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  color: #000;
	letter-spacing: normal;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

a,
a:hover {
  text-decoration: none;
}

/*** Chrome, Safari, Edge, Opera ***/

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/*** Firefox ***/

input[type=number] {
  -moz-appearance: textfield;
}


/***Header***/
.header {
  width: 100%;
  -webkit-box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1);
	background-color: #fff;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 70px;
  border-bottom: 1px solid #C4C4C4;
}

.header__side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__brand {
  margin-right: 60px;
}

input[type="search"].header__search-input {
  padding: 0;
  border: none;
	border-radius: 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #888888;
  border-bottom: 1px solid #888888;
}

.header__search-input:focus {
  border: none;
  outline: none;
  border-bottom: 1px solid #888888;
}

.header__search-button {
  visibility: hidden;
}

.header__info {
  margin-right: 60px;
}

.header__info p {
  font-weight: 500;
  font-size: 13px;
  line-height: 134.19%;
  color: #000000;
}

.header__info a:hover {
  color: #F94D2B;
}

.header__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.header__time span{
  margin-right: 15px;
}

.header__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.header__contacts a:first-of-type {
  margin-right: 15px;
}

.header__donate {
  margin-right: 21px;
}

.header__donate-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 178px;
  height: 51px;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
  background-color: #F94D2B;
}

.header__donate-button:hover {
  background-color: #e32b06;
	color: #fff;
}

.header__navigation {
  padding: 30px 70px;
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.18;
  color: #000000;
}

.header__menu li a:hover {
  color: #F94D2B;
}
/***Header END***/

/***Footer***/
.footer {
  padding: 43px 70px 20px;
  background-color: #00543E;
  color: #fff;
}

.footer h5 {
  margin: 0 0 15px;
  font-weight: 500;
  font-size: 20px;
  line-height: 152.69%;
	color: #fff;
}

.footer a {
  color: #fff;
}

.footer p {
  font-weight: 400;
  font-size: 18px;
}

.footer__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

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

.footer__time {
  margin-bottom: 26px;
}

.footer__contacts a {
  display: inline-block;
  height: 100%;
  font-weight: 400;
  font-size: 18px;
  line-height: 134.19%;
}

.footer__contacts h5 ~ a:first-of-type {
  margin-bottom: 5px;
}

.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 22px 0 33px;
}

.footer__icon {
  margin-right: 18px;
}

.footer__links a {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 20px;
  line-height: 152.69%;
}

.footer__copyright {
  width: 100%;
  font-weight: normal;
  font-size: 18px;
  line-height: 134.19%;
  text-align: right;
  color: #FFFFFF;
}

.footer__menu {
  font-weight: 400;
  font-size: 18px;
  line-height: 134.19%;
}

.footer__menu a {
  position: relative;
}

.footer__menu a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  border-bottom: 1px solid #fff;
  -webkit-transition: width .4s linear;
  -o-transition: width .4s linear;
  transition: width .4s linear;
}

.footer__menu a:hover::after {
  width: 100%;
}
/***Footer END***/

/***Common***/
.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 245px;
  height: 50px;
	text-transform: none;
	letter-spacing: normal;
}

.button--small {
  width: 190px;
  height: 30px;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
	letter-spacing: normal;
	color: #000;
  background-color: #F7BF34;
}

.button--small:hover {
  background-color: #e6a709;
}

.section {
  margin: 0 auto;
  padding: 45px 70px 0;
  max-width: 1440px;
}

.text {
  font-weight: normal;
  font-size: 16px;
  line-height: 118.8%;
}

.text-big {
  font-weight: normal;
  font-size: 18px;
  line-height: 117%;
}

.main__title {
  margin-bottom: 21px;
  font-weight: 500;
  font-size: 25px;
  line-height: 116%;
}

.title-h2 {
  font-weight: 500;
  font-size: 25px;
  line-height: 116%;
}

.number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 29px;
  width: 45px;
  height: 45px;
  border: 2px solid #000000;
  border-radius: 50%;
  font-weight: normal;
  font-size: 25px;
  line-height: 116%;
}

.slider-dots {
  position: absolute;
  bottom: 20px;
  left: calc(50% - 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider-dots li {
  margin: 0 6px 0 0;
}

.slider-dots li button {
  position: relative;
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 50%;
  font-size: 0;
}

.slider-dots li button::after {
  content: '';
  z-index: 1000;
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #c4c4c4;
  cursor: pointer;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.slider-dots li button:hover::after {
  background-color: #9d9d9d;
}

.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 115px;
}

.buttons__item {
  padding: 10px 0;
}

.buttons__item:not(:first-of-type) {
  padding-left: 85px;
  border-left: 1px solid #c4c4c4;
}

.buttons__item a {
  margin-bottom: 18px;
  color: #fff;
  background: #F94D2B;
}

.buttons__item a:hover {
  background-color: #e32b06;
}

.breadcrumbs {
  z-index: 300;
  position: relative;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.17;
  color: #888888;
}

.breadcrumbs a {
  color: #888888;
}
/***Common END***/

/***Home Page***/
.main__title {
  margin-bottom: 21px;
  font-weight: 500;
  font-size: 25px;
  line-height: 116%;
}

.main__slider {
  width: 100%;
}

.main__slider-container {
  width: 100%;
}

.slick-slide.main__slider-item {
  position: relative;
	margin: 0;
  height: 486px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.main__slider-item::after {
  content: '';
  z-index: 100;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.main__slider-item-container {
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 15px 10px 98px;
  width: 100%;
  height: 100%;
}

.main__slider-item h3 {
  margin-bottom: 24px;
  font-weight: normal;
  font-size: 40px;
  line-height: 117.5%;
  color: #fff;
}

.main__slider-item p {
  margin-bottom: 34px;
  max-width: 640px;
  font-weight: normal;
  font-size: 18px;
  line-height: 116.7%;
  text-align: center;
  color: #fff;
}

.main__slider-item a {
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  background-color: #f7bf34;
	color: #000;
	text-transform: none;
	letter-spacing: normal;
}

.main__slider-item a:hover {
  background-color: #e6a709;
}

.main__slider-dots {
  position: absolute;
  bottom: 20px;
  left: calc(50% - 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main__slider-dots li {
  margin: 0 6px 0 0;
}

.main__slider-dots li button {
  position: relative;
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 50%;
  font-size: 0;
}

.main__slider-dots li button::after {
  content: '';
  z-index: 1000;
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #c4c4c4;
  cursor: pointer;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.main__slider-dots li button:hover::after {
  background-color: #9d9d9d;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.main-notes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 95px;
  width: 100%;
}

.main-notes a:hover, .main-notes a:focus {
	color: #e32b06;
	outline: none;
}

.main-notes a:hover p {
	color: #e32b06;
}

.main-notes__column-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 26px;
}

.main-notes__column-header:not(:first-of-type) {
  margin-top: 26px;
}

.main-notes__column-header a {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #888888;
}

.main-notes__column-header a:hover {
  color: #c4c4c4;
}

.main-notes__column-body {
  padding: 0 20px;
  border-left: 1px solid #c4c4c4;
  border-right: 1px solid #c4c4c4;
}

.main-notes__column-body--posts,
.main-notes__column-body--goods {
  padding: 0;
  border: none;
}

.main-notes__date {
  font-weight: 500;
  font-size: 14px;
  line-height: 114%;
  color: #888888;
}

.main-notes__heading {
  margin-bottom: 10px;
}

.main-notes__image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.main-notes__posts {
  padding-right: 64px;
  width: 25%;
  max-width: 374px;
}

.main-notes__posts-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-notes__posts-item-date {
  margin-right: 30px;
}

.main-notes__posts-item-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 118.8%;
}

.main-notes__posts-item:not(:last-of-type) {
  margin-bottom: 26px;
}

.main-notes__news {
  width: 40%;
  max-width: 483px;
}

.main-notes__news .main-notes__column-header {
  padding: 0 20px;
}

.main-notes__news-item-image {
  margin-bottom: 19px;
  width: 100%;
  height: 147px;
}

.main-notes__news-item-date {
  margin-bottom: 5px;
}

.main-notes__news-item-text h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 115%;
}

.main-notes__news-item:not(:last-of-type) {
  margin-bottom: 26px;
}

.main-notes__goods {
  padding-left: 64px;
  width: 35%;
  max-width: 443px;
}

.main-notes__goods-item:not(:last-of-type) {
  margin-bottom: 26px;
}

.main-notes__goods-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-notes__goods-item-image {
  min-width: 112px;
  height: 112px;
}

.main-notes__goods-item-image img {
  width: 100%;
}

.main-notes__goods-item-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 118.8%;
}

.main-notes__goods-item-text {
  margin-right: 20px;
}

.main-ecocenter {
  margin-bottom: 125px;
}

.main-ecocenter__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-ecocenter__column {
  width: 34%;
  max-width: 440px;
}

.main-ecocenter__column:last-of-type {
  width: 30%;
  max-width: 380px;
}

.main-ecocenter__column-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.main-ecocenter__link {
  position: relative;
}

.main-ecocenter__link:not(:last-of-type) {
  margin-bottom: 20px;
}

.main-ecocenter__link img {
  width: 100%;
  height: auto;
  opacity: 0;
}

.main-ecocenter__link-inner-container {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 25px 17px 25px 30px;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #FFFFFF;
}

.main-ecocenter__link-inner-container h4 {
  margin-bottom: 15px;
  width: 100%;
  font-weight: 500;
  font-size: 30px;
  line-height: 116.7%;
  text-align: left;
	color: #fff;
}

.main-ecocenter__link-inner-container p {
  font-weight: normal;
  font-size: 16px;
  line-height: 118.8%;
  text-align: left;
}

.main-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 115px;
}

.main-buttons__item {
  padding: 10px 0;
}

.main-buttons__item:not(:first-of-type) {
  padding-left: 85px;
  border-left: 1px solid #c4c4c4;
}

.main-buttons__item a {
  margin-bottom: 18px;
  color: #fff;
  background: #F94D2B;
}

.main-buttons__item a:hover {
  background-color: #e32b06;
}

.main-location {
  margin-bottom: 50px;
  padding-top: 45px;
}

.main-location__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 20px;
  padding-top: 0;
}

.main-location__map iframe {
  width: 100%;
  max-height: 395px;
}

.main-partners {
  margin-bottom: 190px;
}

.main-partners__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 40px;
  padding-top: 0;
}

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

.main-partners__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

div.slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 220px;
  margin: 0 20px;
  padding: 10px;
  background-color: #fff;
}

.slick-arrow {
  top: calc(50% - 12px);
}

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

.slick-arrow svg {
  fill: #888888;
}
/***Home Page END***/

/***About us START***/
.about-us__intro {
  width: 100%;
  height: 400px;
}

.about-us__intro-content {
  position: relative;
  padding: 26px 70px;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-us__intro-content::after {
  content: '';
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.about-us__intro-breadcrumbs {
  z-index: 300;
  position: relative;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.17;
  color: #E5E5E5;
}

.about-us__intro-breadcrumbs a {
  color: #E5E5E5;
}

.about-us__intro-image {
  z-index: 200;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 26px 70px;
}

.about-us__mission {
  margin-bottom: 95px;
}

.about-us__mission-title {
  margin-bottom: 13px;
  text-align: center;
  color: #F7BF34;
}

.about-us__mission-subtitle {
  margin-bottom: 50px;
  text-align: center;
}

.about-us__mission-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about-us__mission-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
	width: 25%;
  max-width: 310px;
}

.about-us__mission-card:not(:last-of-type) {
  margin-right: 20px;
}

.about-us__mission-card-image {
  margin-bottom: 16px;
}

.about-us__mission-card-button {
  margin: 0 auto 23px;
  width: 100%;
  max-width: 310px;
  background-color: #F94D2B;
  font-weight: normal;
  font-size: 18px;
  line-height: 116%;
  color: #FFF;
}

.about-us__mission-card-button:hover {
  background-color: #e32b06;
}

.about-us__mission-card-text {
  font-weight: normal;
  font-size: 16px;
  line-height: 118.7%;
}

.about-us__history {
  max-width: 900px;
  margin-bottom: 35px;
  padding: 45px 0 0;
}

.about-us__history-title {
  margin-bottom: 38px;
  text-align: center;
  color: #F7BF34;
}

.about-us__history-text:not(:last-of-type) {
  margin-bottom: 20px;
}

.about-us__results {
  padding: 30px 40px 40px;
  max-width: 900px;
  border-top: 1px solid #888888;
  border-bottom: 1px solid #888888;
}

.about-us__results-title {
  margin-bottom: 19px;
  text-align: center;
  color: #00543E;
}

.about-us__results-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-us__results-item:not(:last-of-type) {
  margin-bottom: 12px;
}

.about-us__results-number {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 21px 0 0;
}

.about-us__slider {
  max-width: 900px;
	height: auto;
  margin-bottom: 95px;
  padding: 45px 0 0;
}

.about-us__slider .slider-dots {
  bottom: -25px;
}
.about-us__slider .slick-slide {
	padding: 0;
	height: auto;
}

.slick-arrow {
  top: calc(50% - 12px);
}

.slick-arrow svg {
  fill: #888888;
}

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

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

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

.about-us__team {
 
  padding: 45px 120px 0;
  margin-bottom: 30px;
}
.about-us__team-title {
	margin-bottom: 71px;
	text-align: center;
	color: #F7BF34;
}

.about-us__team > div {
	 display: -webkit-box;
	display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about-us__team p {
  font-size: 18px;
  line-height: 21px;
  text-align: center;
}

.about-us__team-member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 70px;
  width: 20%;
}

.about-us__team-image {
  margin-bottom: 17px;
}

.about-us__team-image img {
  border-radius: 50%;
}

.about-us__team-name {
  margin-bottom: 7px;
  font-weight: 500;
}

.about-us__team-position {
  font-style: italic;
  font-weight: normal;
}

.about-us__form {
  position: relative;
	padding: 0 10px;
  height: 547px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.about-us__form::after {
  content: '';
  z-index: 100;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.about-us__form h3 {
  z-index: 150;
  position: relative;
  top: 40px;
  margin: 0 auto 49px;
  max-width: 965px;
  font-weight: bold;
  font-size: 35px;
  line-height: 41px;
  text-align: center;
  color: #FFFFFF;
}
.about-us__form .wpcf7 {
	z-index: 150;
	position: relative;
	top: 30px;
	margin: 0 auto;
	max-width: 600px;
}
input[type="text"].about-us__form-name, input[type="email"].about-us__form-email
{
	padding: 27px 21px;
	height: 60px;
	background-color: #fff;
	border-radius: 0;
	font-weight: 500;
	font-size: 16px;
	line-height: 118.7%;
	color: #000000;
}
input[type="text"].about-us__form-name::placeholder, input[type="email"].about-us__form-email::placeholder, textarea.about-us__form-message::placeholder {
	color: #000;
}
textarea.about-us__form-message {
	margin-bottom: 20px;
	padding: 27px 21px;
	height: 20px;
	background-color: #fff;
	border-radius: 0;
	resize: none;
	font-weight: 500;
	font-size: 16px;
	line-height: 118.7%;
	color: #000;
}
input[type="submit"].about-us__form-submit {
	width: 100%;
	font-weight: 500;
	font-size: 20px;
	line-height: 115%;
	color: #FFF;
	background-color: #F7BF34;
	text-transform: none;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
	position: absolute;
	top: -60px;
	color: #fff;
}
/***About us END***/

/***Page All Posts  START***/
.posts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.posts__menu {
  padding-top: 10px;
}

.posts__menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.posts__menu-list li {
  margin-left: 60px;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
}

.posts__menu-list li a:hover {
  color: #F94D2B;
}

.posts__menu-item--current {
  color: #F94D2B;
}

.posts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 55px 0;
  border-bottom: 1px solid #C4C4C4;
}

.posts__item-image {
  width: 30%;
  max-width: 442px;
  height: 376px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.posts__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-top: 5px;
  width: 65%;
}

.posts__item-header {
  margin-bottom: 9px;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #888888;
}

.posts__item-header a {
	font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #888888;
}

.posts__item-header a:hover {
	color: #F94D2B;
}

.posts__item-header span {
  margin-right: 40px;
}


.posts__item-header span a {
  margin-right: 10px;
}

.posts__item-title {
  margin-bottom: 19px;
  width: 70%;
  max-width: 525px;
  font-weight: 500;
  font-size: 27px;
  line-height: 32px;
}

.posts__item-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: auto 0 0;
}

.posts__item-footer a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.posts__item-footer a:hover {
  color: #F94D2B;
}

.posts__item-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  color: #888888;
}

.posts__item-share a {
  margin-right: 10px;
}

.posts__item-share a svg {
  fill: #888888;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.posts__item-share a:hover svg {
  fill: #F94D2B;
}
/***Page All Posts  END***/

/***Page Single Post  START***/
.single-post__content {
  padding-left: 200px;
}

.single-post__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 27px;
}

.single-post__title {
  z-index: 200;
  margin: 27px auto;
  max-width: 900px;
  font-weight: 500;
  font-size: 42px;
  line-height: 35px;
  text-align: center;
}

.single-post__image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 50px 0 0;
  width: 100%;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.single-post__image::after {
  content: '';
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.single-post__body {
  margin: 0 auto 0 0;
  max-width: 900px;
}

.single-post__body-container h2 {
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 25px;
  line-height: 29px;
}

.single-post__body-container p {
  margin-bottom: 50px;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
}
/***Page Single Post  END***/

/***Section Comments  START***/
#comments {
	border-top: none;
}
.anycomment-app .anycomment-form-body-outliner {
	border-radius: 0;
}

.anycomment-app .anycomment-summary {
	border-color: #C4C4C4;
}

.anycomment.comment-single-body-header {
	margin-bottom: 20px
}
.anycomment-app .dropdown--active .dropdown__content {
	border-radius: 0;
} 

.anycomment-app .anycomment-list .comment-single-body-header__author-name {
	font-weight: 500;
	font-size: 20px;
	line-height: 23px;
	color: #000000;
}

.anycomment-app .anycomment-list .comment-single {
	margin: 60px 0;
}

.anycomment-app > .anycomment-list ul.anycomment-list-child .comment-single-body {
	padding-left: 150px;
}
.fxWvvr {
	display: flex;
	align-items: center;
}
.anycomment-app .anycomment-btn, .anycomment-app .input[type="submit"], .anycomment-app input + .input[type="button"] {
	font-weight: normal;
	font-size: 20px!important;
	line-height: 23px!important;
	color: #000!important;
}
.anycomment-app .anycomment-btn:hover, .anycomment-app .input[type="submit"]:hover, .anycomment-app input + .input[type="button"]:hover {
	font-weight: normal;
	font-size: 20px!important;
	line-height: 23px!important;
	color: #fff!important;
}
.anycomment-app .anycomment-btn:not([disabled]):hover {
	font-weight: normal;
	font-size: 20px!important;
	line-height: 23px!important;
	color: #fff!important;
}
/***Section Comments  END***/

/***Media querries***/
@media screen and (max-width: 800px) {
  .section {
    padding: 25px 30px 0;
  }

  .main__slider-item-container {
    padding-top: 50px;
  }

  .main__slider-item {
    height: 350px;
  }

  .main-notes {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 45px;
  }

  .main-notes__column-body {
    width: 100%;
    border: none;
  }

  .main-notes__news {
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    width: 100%;
    max-width: 100%;
  }

  .main-notes__posts,
  .main-notes__goods {
    width: 45%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .main-notes__posts {
    margin: 0 auto 0 0;
    padding: 0 10px 0 0;
  }

  .main-notes__goods {
    margin: 0 0 0 auto;
    padding: 0 0 0 10px;
  }

  .main-ecocenter {
    margin-bottom: 45px;
  }

  .main-ecocenter__link:not(:last-of-type) {
    margin-bottom: 10px;
  }

  .main-ecocenter__link-inner-container h4 {
    font-size: 18px;
  }

  .main-ecocenter__link-inner-container p {
    display: none;
  }

  .main-ecocenter__column:last-of-type {
    width: 28%;
  }

  .main-ecocenter__link-inner-container {
    padding: 10px;
  }

  .buttons {
    margin-bottom: 45px;
  }

  .buttons__item:not(:first-of-type) {
    padding-left: 15px;
  }

  .buttons__item {
    width: 30%;
  }

  .buttons__item a.button {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  .main-location {
    margin-bottom: 45px;
  }

  .main-partners .slick-slide {
    height: 200px;
  }
}

@media screen and (max-width: 500px) {
  .section {
    padding: 15px 15px 0;
  }

  .title-h2 {
    font-size: 20px;
  }

  .main-notesб .main-ecocenter {
    margin-bottom: 25px;
  }

  .main-notes__column-body {
    padding: 0;
  }

  .main-notes__posts,
  .main-notes__goods {
    width: 100%;
    max-width: 100%;
  }

  .main-notes__news,
  .main-notes__posts,
  .main-notes__goods {
    margin: 0;
    padding: 15px 0 15px;
    border-bottom: 1px solid #c4c4c4;
  }

  .main-ecocenter__gallery {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .main-ecocenter__column,
  .main-ecocenter__column:last-of-type {
    width: 100%;
    max-width: 100%;
  }

  .main-ecocenter__link-inner-container h4 {
    font-size: 20px;
  }

  .main-ecocenter__link-inner-container p {
    display: block;
    font-size: 16px;
  }

  .main-ecocenter__link {
    height: 180px;
  }

  .main-ecocenter__link img {
    display: none;
  }

  .main-ecocenter__link:last-of-type {
    margin-bottom: 10px;
  }

  .main-ecocenter__link-inner-container {
    padding: 20px;
  }

  .buttons {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .buttons__item {
    padding: 10px !important;
    width: 100%;
    border-left: none !important;
  }

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

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

@media screen and (max-width: 340px) {
  .section {
    padding: 10px 10px 0;
  }

  .title-h2 {
    font-size: 18px;
  }
}
.entry-header-single.container-text {
            text-align: center;
             padding-top: 30px;
    }
    .campaign-form{
        margin-bottom: 60px;
        font-size: 17px;
        font-weight: 300;
    }