.about__desc {
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 0.7em;
}

.about__content h4 {
  text-transform: unset;
  color: #000;
}

.about__content ul {
  list-style: none;
  padding: 0;
}

.about__content ul li {
  font-size: 18px;
  line-height: 30px;
}

.about__content p {
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
}

.about__content img {
  max-width: 100%;
}

.about img {
  max-width: 100%;
}

.about__sertificates {
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 0 65px;
}

.about__sertificates .slick-slide {
  padding-right: 20px;
}

.about__sertificates .slick-arrow {
  background: url(../img/arrow-bold.png);
  background-repeat: no-repeat;
  width: 18px;
  height: 31px;
  top: 48%;
}

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

.about__sertificates .slick-next {
  right: 0;
}

.about__sertificates h2 {
  text-align: center;
}

.about__sertificates-undertitle {
  text-align: center;
  margin: 15px auto 24px;
  width: 70%;
}

.about__banner {
  background: url(/img/about-small-bg.png) no-repeat;
  text-align: center;
  padding: 24px 90px;
  margin: 30px auto 60px auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1020px;
}

.about__banner-title {
  font-size: 27px;
  line-height: 37px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 30px;
}

.about__banner .light-btn {
  border: 0;
}

.about .workers__people h2 {
  text-align: center;
}

.about .workers__people-undertitle {
  text-align: center;
  margin: 15px auto 24px;
  width: 70%;
}

.aboutnews__items {
  padding-top: 23px;
}

.aboutnews__items-item {
  display: block;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 26px 30px;
  margin-bottom: 20px;
  text-decoration: none;
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  -o-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
}

.aboutnews__items-item:hover {
  -webkit-box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
}

.aboutnews__items-item p {
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  margin: 0;
  color: #000;
}

.aboutnews__items-item h4 {
  margin-top: 10px;
  margin-bottom: 15px;
}

.aboutnews__items-item img {
  max-width: 250px;
  margin-right: 20px;
}

.aboutnews__items-item.withpic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 10px;
}

.aboutnews__items-item.withpic > div {
  padding-top: 7px;
}

.newsfull img {
  float: left;
  margin-right: 45px;
  margin-bottom: 20px;
}

.newsfull__text-date {
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
}

.newsfull__text h2,
.newsfull__text h1 {
  text-align: left;
  margin-bottom: 20px;
}

.newsfull__text-text {
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 0.7em;
}

.newsfull__buttons {
  margin: 30px 0;
}

.workers__people h2 {
  text-align: left;
}

.workers__people h2 .lowercase {
  font-size: 24px;
}

.workers__people-wrap {
  display: block;
  margin: 18px 0 50px;
}

.workers__people-wrap.slider .slick-arrow {
  background: url(../img/arrow-bold.png);
  background-repeat: no-repeat;
  width: 18px;
  height: 31px;
  top: 35%;
}

.workers__people-wrap.slider .slick-prev {
  left: -5px;
}

.workers__people-wrap.slider .slick-next {
  right: -15px;
}

.workers__people-wrap-item {
  width: 22%;
}

.workers__people-wrap-item.slick-slide {
  padding: 0 12.5px;
}

.workers__people-wrap-item img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.workers__people-wrap-item h4 {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  text-transform: capitalize;
  text-align: center;
  color: #000000;
}

.workers__people-wrap-item p {
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  margin: 0;
}

.workers__people-wrap-item .green-btn {
  display: block;
  text-align: center;
  margin-top: 15px;
  font-size: 17px;
  line-height: 24px;
  font-weight: normal;
  color: #d0d0d0;
  border: 1px solid #d0d0d0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: initial;
}

.workers__people-wrap-item .green-btn:hover {
  background: #cecf8d;
  color: #fff;
}

.schema__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 80px;
}

.schema__items-item {
  width: 29%;
  padding-left: 190px;
  position: relative;
}

.schema__items-item.with-head {
  padding-top: 60px;
}

.schema__items-item.with-head:before {
  top: -10px;
}

.schema__items-item.with-head img {
  top: 70px;
}

.schema__items-item:nth-child(2n) {
  margin-top: 250px;
}

.schema__items-item:before {
  content: attr(data-number);
  position: absolute;
  top: -70px;
  left: 10px;
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: bold;
  font-size: 320px;
  color: #f3f3f3;
  z-index: -1;
}

.schema__items-item:after {
  content: "";
  position: absolute;
  background: url(/img/schema/greenline.png) no-repeat;
  width: 287px;
  height: 62px;
  top: 110px;
  right: -300px;
}

.schema__items-item:nth-child(2n):after {
  right: unset;
  left: -320px;
  top: 40%;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.schema__items-item:last-child {
  margin-bottom: 70px;
}

.schema__items-item:last-child:after {
  background: url(/img/schema/greenline-final.png) no-repeat;
  width: 318px;
  height: 179px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.schema__items-item h2 {
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
}

.schema__items-item img {
  position: absolute;
  left: 110px;
  top: 10px;
}

.schema__items-item p {
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
}

.schema__items-item a {
  font-weight: bold;
  color: #000;
}

.schema__items-item a:hover {
  text-decoration: none;
}

.schema__items-item .green-btn {
  display: inline-block;
  text-align: center;
  margin-top: 10px;
  padding: 10px 44px;
  font-size: 17px;
  line-height: 24px;
  font-weight: normal;
  color: #d0d0d0;
  border: 1px solid #d0d0d0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: initial;
}

.schema__items-item .green-btn:hover {
  background: #cecf8d;
  color: #fff;
}

.greencircles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 50px;
}

.greencircles__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 47%;
}

.greencircles__item img {
  margin-right: 30px;
}

.greencircles__item p {
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
}
