* {
  font-family: 'Manrope', sans-serif;
  padding: 0;
  margin: 0;

}

[class*='ymaps-2'][class*='-ground-pane'] {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

a {
  text-decoration: none;
}
html,
body {
  overflow-x: hidden;
}

body {
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #f6f8fa;
  background-repeat: no-repeat;
  background-position-x: left;
  background-position-y: 79.5%;
  width: 100vw;
  min-height: 100vh;
}

.body-subpage {
  background: #f6f8fa;
}

.icon {
  width: 20px;
}

.video {
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100vw;
  left: 0;
  z-index: 0;
  position: absolute;
  opacity: 0.99;
}

.bg-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: ' ';
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.68)), color-stop(61.02%, rgba(0, 0, 0, 0.12))), -webkit-gradient(linear, left top, left bottom, from(rgba(31, 31, 31, 0.425)), to(rgba(31, 31, 31, 0.125)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.12) 61.02%), linear-gradient(180deg, rgba(31, 31, 31, 0.425) 0%, rgba(31, 31, 31, 0.125) 100%);
  opacity: 0.8;
}

.video-overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: ' ';
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
}

.header {
  opacity: 0.99;
  position: relative;
  width: 100%;
  height: 800px;
}

.header-subpage {
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}

.menu-hidden {
  overflow-x: hidden !important;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 12;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right bottom;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 900px;
  height: auto;
  padding: 0;
  -webkit-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.menu-hidden-mob {
  display: none;
}

.menu-hidden-main {
  max-width: 1600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 80px 20px 0 140px;
}

.menu-hidden-main-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 240px;
  margin-right: 80px;
  margin-bottom: 97px;
}

.menu-hidden-main-block__more,
.menu-hidden-main-block__less {
  display: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.menu-hidden-main-block__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.menu-hidden-main-block__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 130%;
  color: #16291f;
  margin-bottom: 32px;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.menu-hidden-main-block__subtitle {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #16291f;
  margin-bottom: 16px;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.menu-hidden-main-block__subtitle:last-child {
  margin-bottom: 0;
}

.menu-hidden-main-block__title:hover,
.menu-hidden-main-block__subtitle:hover {
  color: #029745;
}

.menu-hidden-form {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 460px;
  background-color: #029745;
  background-repeat: no-repeat;
  background-position: right bottom;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 80px 70px;
}

.menu-hidden-form__button {
  display: none;
}

.menu-hidden-form__close {
  position: absolute;
  top: 32px;
  right: 32px;
  cursor: pointer;
}

.menu-hidden-form-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 63px;
}

.menu-hidden-mob__close {
  display: none;
}

.menu-hidden-form-contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.menu-hidden-form-contact-item__icon {
  margin: 0 auto;
  margin-bottom: 16px;
}

.menu-hidden-form-contact-item__link {
  font-weight: normal;
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
}

.menu-hidden-form-social {
  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: 18px;
}

.menu-hidden-form-social__link,
.menu-hidden-form-social>a {
  margin-right: 32px;
}

.menu-hidden-form-social__link>svg,
.menu-hidden-form-social>a>svg {
  fill: #fff;
  width: 18px;
}

.menu-hidden-form-social__link:last-child,
.menu-hidden-form-social>a:last-child {
  margin-right: 0;
}

.menu-hidden-form-social__social {
  fill: #fff;
}

.menu-hidden--active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.menu-hidden .form-ui {
  background: transparent;
  padding: 0 0 63px;
}

.menu-hidden .form-ui-inner-heading__title {
  font-size: 24px;
  line-height: 130%;
  margin: 0;
  margin-bottom: 32px;
}

.menu-hidden .form-ui-inner-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.menu-hidden .form-ui-inner-content__input {
  height: 55px;
  width: 100%;
  font-size: 16px;
  margin-bottom: 24px;
}

.menu-hidden .form-ui-inner-content>div>span {
  margin-top: -20px;
}

.menu-hidden .form-ui-inner-content__input::-webkit-input-placeholder {
  font-size: 16px;
}

.menu-hidden .form-ui-inner-content__button {
  width: 100%;
  height: 60px;
  font-size: 15px;
}

.menu-hidden .form-ui-inner-checkbox {
  margin-top: 24px;
  margin-bottom: 48px;
  cursor: pointer;
}

.menu-hidden .form-ui-inner-checkbox__text {
  font-size: 12px;
  line-height: 160%;
  padding-left: 0;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100vw;
  height: 125px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.navbar-logo {
  margin-right: 56px;
}

.navbar-burger {
  margin-right: 40px;
}

.navbar-burger__icon {
  fill: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.navbar-burger__title {
  display: none;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  margin-left: 16px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.navbar-burger:hover .navbar-burger__icon {
  fill: #029745;
}

.navbar-burger:hover .navbar-burger__title {
  color: #029745;
}

.navbar-scroll {
  background-color: #fff;
  height: 125px;
  border-bottom-color: rgba(22, 41, 31, 0.1);
}

.navbar-scroll-burger__icon,
.navbar-scroll .navbar-burger__icon {
  fill: #16291f;
}

.navbar-scroll-burger__title {
  color: #16291f;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin-left: 0;
  padding: 0;
  height: 100%;
  max-width: 1020px;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.menu-item {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  position: relative;
  height: 100%;
}

.menu-item__link {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  height: 100%;
  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;
}

.menu-item__link::before {
  opacity: 0;
  content: '';
  width: 1px;
  height: 35px;
  background-color: #fff;
  transition: opacity 0.4s;
  margin-bottom: 20px;
}

.menu-item__link::after {
  opacity: 0;
  content: '';
  width: 1px;
  height: 35px;
  background-color: #fff;
  transition: opacity 0.4s;
  margin-top: 20px;
}

.menu-item__link:hover,
.menu-item__link--current,
.menu-item__link--hover {
  color: #ffffff !important;
}

.menu-item__link:hover>div>svg,
.menu-item__link--current>div>svg,
.menu-item__link--hover>div>svg {
  fill: #029745 !important;
}

.menu-item__link:hover:after,
.menu-item__link:hover:before,
.menu-item__link--current:after,
.menu-item__link--current:before,
.menu-item__link--hover:after,
.menu-item__link--hover:before {
  opacity: 1;
}

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

.navbar-scroll a,
.menu-scroll-item__link {
  color: #16291f;
}

.menu-scroll-item__link:hover,
.menu-scroll-item__link.menu-item__link--current,
.menu-scroll-item__link.menu-item__link--hover {
  color: #029745 !important;
}

.submenu {
  z-index: 100;
  position: absolute;
  top: 123px !important;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  width: 279px;
  background: #fff;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  -webkit-box-shadow: 0px 20px 35px rgba(21, 57, 111, 0.15);
  box-shadow: 0px 20px 35px rgba(21, 57, 111, 0.15);
}

.submenu-item {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #16291f;
  border-bottom: 1px solid rgba(22, 41, 31, 0.1);
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  min-height: 23px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.submenu-item__icon {
  height: 16px;
  width: 16px;
  fill: transparent;
  margin-right: 8px;
  stroke: #029745;
  -webkit-transition: fill 0.4s;
  transition: fill 0.4s;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.submenu-item>img {
  height: 16px;
  width: 16px;
  margin-right: 4px;
}

.submenu-item:last-child {
  border-width: 0;
}

.submenu-item:hover,
.submenu-item--active {
  color: #029745;
}

.submenu-item:hover .submenu-item__icon,
.submenu-item--active .submenu-item__icon {
  fill: #029745;
}

.submenu--active {
  opacity: 1;
  visibility: visible;
}

.second-submenu {
  width: 180px;
  top: 125px;
}

.second-mob {
  display: none;
}

.second-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  list-style: none;
  margin-left: auto;
  padding: 0;
  height: 100%;
}

.second-menu-item {
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  margin-right: 41px;
  position: relative;
  height: 100%;
}

.second-menu-item-logout {
  margin-left: -15px;
}

.second-menu-item__link {
  color: #ffffff;
  text-decoration: none;
  height: 100%;
  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;
  cursor: pointer;
}

.second-menu-item__link::before {
  opacity: 0;
  content: '';
  width: 1px;
  height: 35px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 20px;
}

.second-menu-item__link::after {
  opacity: 0;
  content: '';
  width: 1px;
  height: 35px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-top: 20px;
}

.second-menu-item__link__icon {
  fill: #fff;
  margin-right: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.second-menu-item__link__login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.second-menu-item__link__login span {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.02em;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.second-menu-item__link__lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.second-menu-item__link__lang>span {
  font-weight: bold;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-right: 4px;
}

.second-menu-item__link__lang>img {
  height: 16px;
  width: 16px;
  margin-right: 4px;
}

.second-menu-item__link:hover .second-menu-item__link__icon {
  fill: #029745;
}

.second-menu-item__link.menu-item__link--hover>div>svg {
  fill: #fff !important;
}

.second-menu-item__link:hover span {
  color: #ffffff !important;
}

/* .second-menu-item__link:hover:after, .second-menu-item__link:hover:before {
  opacity: 1;
} */

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

.search-link svg {
  margin-right: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.second-menu-item__link__lang svg {
  margin-right: 0;
}

.second-menu-scroll-item__link {
  color: #16291f;
}

.second-menu-scroll-item__link__icon {
  fill: #16291f;
}

.second-menu-scroll-item__link.menu-item__link--hover>div>svg {
  fill: #029745 !important;
}

.second-menu-scroll-item__link:hover span {
  color: #029745 !important;
}

.second-menu-scroll-item__link:hover,
.second-menu-scroll-item__link.menu-item__link--current,
.second-menu-scroll-item__link.menu-item__link--hover {
  color: #029745 !important;
}

.search,
.enter {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 100;
  position: fixed;
  top: 125px;
  left: 0;
  width: 100vw;
  height: 202px;
  background-color: #fff;
  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;
}

.search-close,
.enter-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  color: #16291f;
  position: absolute;
  top: 27px;
  right: 100px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.search-close__icon,
.enter-close__icon {
  margin-left: 8px;
  width: 16px;
  height: 17px;
  fill: #16291f;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.search-close:hover,
.enter-close:hover {
  color: #029745;
}

.search-close:hover .search-close__icon,
.enter-close:hover .search-close__icon,
.search-close:hover .enter-close__icon,
.enter-close:hover .enter-close__icon {
  fill: #029745;
}

.search__field,
.enter__field {
  height: 60px;
  max-width: 1080px;
  font-weight: 300;
  width: 100%;
  font-size: 18px;
  line-height: 130%;
  color: #16291f;
  border: 1px solid #e6e9f0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 21px 25px 16px;
}

.search__field:focus,
.enter__field:focus {
  outline: none;
}

.search__button,
.enter__button {
  font-weight: bold;
  font-size: 15px;
  line-height: 120%;
  letter-spacing: 0.15em;
  color: #ffffff;
  padding: 21px;
  width: 320px;
  height: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #029745;
  background-repeat: no-repeat;
  border-width: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.search__button:hover,
.enter__button:hover {
  background-color: #28be4a;
}

.search__button:active,
.enter__button:active {
  background-color: #07803d;
}

.search form {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  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;
}

.header-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.heading:not(#tr_PREVIEW_TEXT_LABEL) {
  padding: 197px 255px 0 140px;
  width: 80%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  z-index: 2;
}

.heading__title {
  font-weight: normal;
  font-size: 18px;
  line-height: 110%;
  letter-spacing: 0.02em;
  color: #ffffff;
  margin: 0;
  margin-bottom: 40px;
}

.heading__slogan {
  max-width: 1040px;
  font-weight: 800;
  font-size: 50px;
  line-height: 110%;
  letter-spacing: 0.02em;
  color: #ffffff;
  margin: 0;
  margin-bottom: 80px;
}

.heading__button {
  font-weight: bold;
  font-size: 15px;
  line-height: 120%;
  letter-spacing: 0.15em;
  color: #ffffff;
  padding: 21px 40px;
  background-color: #029745;
  background-repeat: no-repeat;
  text-decoration: none;
  background-image: url(/local/templates/volga_paper/img/button_mask.svg);
  background-position: 0 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.heading__button:hover {
  background-color: #28be4a;
}

.heading__button:active {
  background-color: #07803d;
}

@media (min-width: 601px) {
  .heading-other__f-right .heading__button:not(:first-child) {
    margin-left: 22px;
  }
}

@media (max-width: 600px) {
  .heading-other__f-right .heading__button {
    min-width: 265px;
  }

  .heading-other__f-right .heading__button:not(:first-child) {
    margin-top: 15px;
  }
}

.heading-other__f-right {
  display: flex;
  align-items: center;
}

.heading-other {
  padding: 125px 140px 0 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.heading-other__title {
  font-weight: 800;
  font-size: 50px;
  line-height: 110%;
  letter-spacing: 0.02em;
  color: #ffffff;
  margin: 24px 0 56px 0;
}

.heading-other-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-other-nav__page {
  font-weight: normal;
  font-size: 18px;
  line-height: 110%;
  letter-spacing: 0.02em;
  color: #ffffff;
}

.heading-other-nav__page--current {
  color: #93969e;
}

.heading-other-nav__icon {
  margin: 0 15px;
}

.heading-menu {
  list-style: none;
}

.heading-menu-wrapper {
  margin-top: 129px;
  border-left: 1px rgba(255, 255, 255, 0.1) solid;
  z-index: 2;
}

.heading-menu-item {
  margin-bottom: 35px;
  margin-left: 45px;
  margin-top: 35px;
  margin-right: 10px;
}

.heading-menu-item__link {
  text-decoration: none;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  opacity: 0.8;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.heading-menu-item__icon {
  height: 16px;
  width: 16px;
  margin-right: 16px;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  stroke: #fff;
}

.heading-menu-item:hover .heading-menu-item__link {
  color: #029745;
}

.heading-menu-item:hover .heading-menu-item__icon {
  stroke: #029745;
}

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

.point {
  position: absolute;
  top: 650px;
  z-index: 2;
  margin: 0 20px 0 108px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.point-item {
  padding: 16px 47px 0 32.5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  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;
  width: 25%;
  z-index: 3;
}

.point-item__num {
  font-weight: 300;
  font-size: 30px;
  line-height: 120%;
  color: #ffffff;
  margin-bottom: 19px;
  margin-left: -7px;
}

.point-item-wrapper {
  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-bottom: 48px;
  border-left: 1px #fff solid;
}

.point-item-wrapper__title {
  font-weight: normal;
  font-size: 22px;
  line-height: 160%;
  color: #ffffff;
  margin: 0;
  padding-left: 44.5px;
  padding-bottom: 16px;
}

.point-item-wrapper__text {
  opacity: 0;
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  color: #16291f;
  margin-left: 45px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.point-item:hover {
  background: #ffffff;
  cursor: pointer;
  /*transform: translateY(-47%);*/
}

.point-item:hover .point-item__num,
.point-item:hover .point-item-wrapper__title {
  color: #16291f;
  border-width: 0;
}

.point-item:hover .point-item-wrapper__text {
  opacity: 1;
}

.point-item:hover .point-item-wrapper {
  border-left: 1px #e6e9f0 solid;
}

.production {
  position: relative;
  background-color: #f6f8fa;
  background-repeat: no-repeat;
  background-position: right -290px;
  margin: 0;
  /*border-left: 1px solid #e6e9f0;*/
  padding: 80px 0 0 140px;
  /*margin-left: 140px;*/
}

.production-line {
  position: absolute;
  width: 1px;
  background-color: #e6e9f0;
  top: 0;
  left: 140px;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.production-subpage {
  margin-left: 0;
  border-width: 0;
  padding: 64px 0 32px 0;
}

.production-text {
  width: 680px;
  margin-bottom: 72px;
}

.production__title {
  font-weight: 800;
  font-size: 50px;
  line-height: 110%;
  letter-spacing: 0.02em;
  color: #16291f;
  margin: 0;
  margin-bottom: 56px;
}

.production__descr {
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  color: #16291f;
  margin: 0;
  margin-bottom: 24px;
}

.production__link {
  display: none;
  font-weight: bold;
  font-size: 16px;
  line-height: 140%;
  color: #029745;
  text-decoration: none;
  border-bottom: 1px #029745 solid;
  padding-bottom: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.production__link:hover {
  color: #28be4a;
  border-color: #28be4a;
}

.production__link:active {
  color: #07803d;
  border-color: #07803d;
}

.production-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}

.production-list-subpage {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.production-list-item {
  position: relative;
  width: 533px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: top right;
  padding: 50px 50px 22px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.production-list-item img {
  -webkit-clip-path: polygon(0% 25%, 25% 0%, 100% 0%, 100% 75%, 75% 100%);
  clip-path: polygon(0% 25%, 25% 0%, 100% 0%, 100% 75%, 75% 100%);
  height: 280px;
  width: 280px;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
}

.production-list-item div {
  padding-left: 32px;
  width: 350px;
}

.production-list-item-subpage {
  margin-bottom: 32px;
  margin-right: 40px;
  width: 560px;
  min-height: 330px;
}

.production-list-item-subpage:nth-child(2n + 2) {
  margin-right: 0;
}

.production-list-item__arrow {
  stroke: #029745;
  fill: #fff;
  width: 67px;
  height: 67px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-left: 33px;
  cursor: pointer;
}

.production-list-item__arrow:hover {
  stroke: #fff;
  fill: #029745;
}

.production-list-item__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 130%;
  color: #16291f;
  margin: 40px 0;
  width: 180px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-left: 33px;
}

.production-list-item__title>a {
  color: #16291f;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.production-list-item__title>a:hover {
  color: #029745;
}

.production-list-item__points {
  list-style: none;
  max-width: 80%;
}

.production-list-item__descr,
.production-list-item div {
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  color: #16291f;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.production-list-item__points-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
}

.production-list-item__points-item__icon {
  height: 16px;
  width: 16px;
  margin-right: 16px;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  stroke: #029745;
  fill: transparent;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

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

.production-list-item:hover .production-list-item__arrow {
  stroke: #fff;
  fill: #029745;
}

.production-list-item:hover .production-list-item__title {
  color: #029745;
}

.production-list-item__descr:hover {
  color: #029745;
  cursor: pointer;
}

.production-list-item__descr:hover .production-list-item__points-item__icon {
  fill: #029745;
}

.production-list-item__descr:active {
  background: #077f3d;
  cursor: pointer;
}

.production-separator {
  margin-top: 56px;
  height: 3px;
  background: #029745;
}

.company {
  background: #f6f8fa;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.company-text {
  border-left: 1px solid #e6e9f0;
  width: calc(50% - 120px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 77px 160px 77px 0;
  margin-left: 140px;
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  color: #16291f;
}

.company__title {
  font-weight: 800;
  font-size: 50px;
  line-height: 110%;
  letter-spacing: 0.02em;
  color: #16291f;
  margin: 0;
  margin-bottom: 56px;
}

.company__descr,
.company p {
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  color: #16291f;
  margin: 0;
  margin-bottom: 23px;
}

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

.company-fact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(50% - 20px);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.company-fact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
  height: 50%;
  padding: 80px 97px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #e6e9f0;
  border-left: 1px solid #e6e9f0;
}

.company-fact-item__num {
  font-weight: 800;
  font-size: 40px;
  line-height: 130%;
  color: #029745;
  margin-bottom: 8px;
}

.company-fact-item__descr {
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  color: #16291f;
}

.company-video {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(50% + 20px);
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  height: 550px;
}

.company-video video {
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
  opacity: 0.99;
  height: 100%;
  width: 100%;
}

.company-video>.video-overlay {
  display: none;
}

.company-button {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.company-button__icon {
  position: absolute;
  left: calc(50% - 57px);
  top: calc(50% - 77px);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.company-button__icon--hover {
  opacity: 0;
  visibility: hidden;
}

.company-button__icon--active {
  opacity: 0;
  visibility: hidden;
}

.company-button__text {
  position: absolute;
  left: calc(50% - 76.5px);
  top: calc(50% - 100px);
  -webkit-animation: 10s linear 0s normal none infinite running company-button;
  animation: 10s linear 0s normal none infinite running company-button;
}

.company-button-link:hover .company-button__text {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.company-tour {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(50% - 20px);
  padding: 0 140px 0 120px;
}

.company-tour__text {
  font-weight: 300 !important;
  font-size: 18px !important;
  line-height: 130% !important;
  color: #555e59 !important;
  margin: 0 !important;
}

.company-tour-wrapper {
  margin-top: 64px;
}

.company-tour__button {
  display: inline-block;
  font-weight: bold;
  font-size: 15px;
  line-height: 120%;
  letter-spacing: 0.15em;
  color: #ffffff;
  padding: 21px 40px;
  background-color: #029745;
  background-repeat: no-repeat;
  text-decoration: none;
  margin-right: 56px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.company-tour__button:hover {
  background-color: #28be4a;
}

.company-tour__button:active {
  background-color: #07803d;
}

.company-tour__link {
  font-weight: bold;
  font-size: 16px;
  line-height: 140%;
  color: #029745;
  text-decoration: none;
  border-bottom: 1px #029745 solid;
  padding-bottom: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.company-tour__link:hover {
  color: #28be4a;
  border-color: #28be4a;
}

.company-tour__link:active {
  color: #07803d;
  border-color: #07803d;
}

.company-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.company-top-item {
  width: 25.5%;
  height: 410px;
  padding: 112px 120px 112px 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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;
}

@media (max-width: 1670px) {
  .company-top-item {
    width: 25.6%;
  }
}

.company-top-item__num {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: #029745;
  margin-bottom: 16px;
}

.company-top-item__descr {
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  color: #16291f;
  margin-bottom: 40px;
  max-width: 280px;
}

.company-top-item__image,
.company-top-item>img {
  width: 90px;
}

.company-top-item:nth-of-type(2n + 1) {
  background: #ffffff;
}

.company-top-item:last-child {
  width: calc(50% - 20px);
  background-repeat: no-repeat;
  background-position: right -2px;
  background-attachment: fixed;
}

.company-top-item:first-child {
  width: calc(25% + 20px);
}

.press {
  background-repeat: no-repeat;
  background-position: right top;
  background-attachment: fixed;
  margin: 0;
  border-left: 1px solid #e6e9f0;
  margin-left: 140px;
  padding: 80px 21px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.press-mob {
  display: none;
}

.press__title {
  font-weight: 800;
  font-size: 50px;
  line-height: 120%;
  color: #16291f;
  margin: 0;
  margin-bottom: 56px;
  margin-left: 360px;
}

.press-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.press-wrapper__button {
  border: 1px solid rgba(214, 217, 229, 0);
  height: 66px;
  background: #029745;
  font-weight: bold;
  font-size: 15px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  padding: 24px 56px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  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;
}

.press-wrapper__button--disabled {
  border-color: rgba(214, 217, 229, 0.5);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f6f8fa;
  color: #8e9a93;
}

.press-wrapper__button:hover {
  background-color: #28be4a;
  color: #ffffff;
}

.press-wrapper__button:active {
  background-color: #07803d;
  color: #ffffff;
}

.press-wrapper__link {
  font-weight: bold;
  font-size: 16px;
  line-height: 140%;
  color: #029745;
  border-bottom: 1px #029745 solid;
  padding-bottom: 3px;
  margin-left: 56px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.press-wrapper__link:hover {
  color: #28be4a;
  border-color: #28be4a;
}

.press-wrapper__link:active {
  color: #07803d;
  border-color: #07803d;
}

.press-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.press-content-main {
  padding-left: 40px;
  width: calc(100% - 360px);
}

.press-content-media {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 320px;
}

.press-content-media-wrapper {
  border: 1px solid #e6e9f0;
  height: 33.3%;
  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;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.press-content-media-wrapper__link,
.press-content-media-wrapper>a {
  margin-right: 32px;
}

.press-content-media-wrapper__link>svg,
.press-content-media-wrapper>a>svg {
  fill: #029745;
  width: 25px;
  height: 25px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.press-content-media-wrapper__link>svg:hover,
.press-content-media-wrapper>a>svg:hover {
  fill: #28be4a;
}

.press-content-media-wrapper__link>svg:active,
.press-content-media-wrapper>a>svg:active {
  fill: #077f3d;
}

.press-content-media-wrapper__link:last-child,
.press-content-media-wrapper>a:last-child {
  margin-right: 0;
}

.press-content-media-wrapper__icon {
  stroke: #029745;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.press-content-media-wrapper__social {
  fill: #029745;
  width: 25px;
  height: 25px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.press-content-media-wrapper__text {
  margin-left: 16px;
  font-weight: bold;
  font-size: 15px;
  line-height: 120%;
  letter-spacing: 0.03em;
  color: #8e9a93;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.press-content-media-wrapper:nth-child(n + 2) {
  border-top: none;
}

.press-content-media-wrapper:hover:nth-child(n + 2) {
  background: #029745;
  color: #fff;
}

.press-content-media-wrapper:hover .press-content-media-wrapper__text {
  color: #fff;
}

.press-content-media-wrapper:hover .press-content-media-wrapper__icon {
  stroke: #fff;
}

.press-content-media-wrapper:active .press-content-media-wrapper__text {
  color: #d0ffd2;
}

.press-content-media-wrapper:active .press-content-media-wrapper__icon {
  stroke: #d0ffd2;
}

.press-content-media-wrapper__social:hover {
  fill: #28be4a;
}

.press-content-media-wrapper__social:active {
  fill: #077f3d;
}

.press-content-news {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

.press-content-news--hidden {
  display: none;
}

.press-content-news-item {
  height: 450px;
  width: 33%;
  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;
  padding-right: 40px;
}

.press-content-news-item__icon {
  margin-right: 16px;
}

.press-content-news-item__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 17px;
  line-height: 140%;
  color: #16291f;
  width: 90%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.press-content-news-item__date {
  font-weight: normal;
  font-size: 14px;
  line-height: 160%;
  color: #93969e;
  margin-left: 40px;
}

.press-content-news-item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: auto;
  margin-top: 32px;
  position: relative;
  height: 285px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.press-content-news-item-img__photo {
  width: 100%;
}

.press-content-news-item-img__arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.press-content-news-item:last-child {
  padding-right: 0;
}

.press-content-news-item:hover .press-content-news-item__text {
  color: #029745;
}

.press-content-news-item:hover .press-content-news-item-img__arrow {
  opacity: 1;
}

.press__moblink {
  display: none;
}

.ecology {
  margin: 0;
  padding-top: 80px;
  border-left: 1px solid #e6e9f0;
  margin-left: 140px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ecology-text {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 960px);
  font-weight: 300;
  font-size: 20px;
  line-height: 160%;
  color: #16291f;
}

.ecology-text__title {
  font-weight: 800;
  font-size: 50px;
  line-height: 120%;
  color: #16291f;
  margin: 0;
  margin-bottom: 56px;
  margin-right: auto;
  max-width: 360px;
}

.ecology-text__descr,
.ecology-text p {
  font-weight: 300;
  font-size: 20px;
  line-height: 160%;
  color: #16291f;
  margin: 0;
  margin-bottom: 24px;
}

.ecology-text__link {
  font-weight: bold;
  font-size: 16px;
  line-height: 140%;
  color: #029745;
  border-bottom: 1px #029745 solid;
  padding-bottom: 3px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-right: auto;
}

.ecology-text__link:hover {
  color: #28be4a;
  border-color: #28be4a;
}

.ecology-text__link:active {
  color: #07803d;
  border-color: #07803d;
}

.ecology-quote {
  width: 940px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 110px;
  position: relative;
}

.ecology-quote__icon {
  position: absolute;
  top: 0;
  left: 128px;
}

.ecology-quote__text {
  font-weight: 800;
  font-size: 40px;
  line-height: 160%;
  color: #ffffff;
}

.ecology-fact {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-left: 360px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.ecology-fact-item {
  width: 440px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fafbfc;
  background-repeat: no-repeat;
  background-position: top left;
  padding: 96px 72px;
  position: relative;
  margin-right: 40px;
}

.ecology-fact-item__num {
  position: absolute;
  top: 14px;
  left: 29px;
  font-weight: 800;
  font-size: 40px;
  line-height: 130%;
  color: #ffffff;
}

.ecology-fact-item__text {
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  color: #16291f;
}

.ecology-fact-item:last-child {
  margin-right: 20px;
}

.contacts {
  border-left: 1px solid #e6e9f0;
  margin-left: 140px;
  padding: 0 140px 0 0;
  background: #f6f8fa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contacts-subpage {
  padding-top: 64px;
  border-width: 0;
  background-repeat: no-repeat;
  background-position: right -150px;
  background-size: 20%;
}

.contacts-map {
  width: 100%;
  height: 400px;
}

.contacts-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contacts-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #ffffff;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 121px;
}

.contacts-info-item__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 130%;
  color: #16291f;
  margin-bottom: 16px;
}

.contacts-info-item__tel {
  font-weight: 800;
  font-size: 26px;
  line-height: 130%;
  color: #029745;
  margin-bottom: 16px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.contacts-info-item__addr {
  font-weight: normal;
  font-size: 14px;
  line-height: 160%;
  color: #16291f;
  opacity: 0.7;
  margin-bottom: 16px;
}

.contacts-info-item__email {
  font-weight: normal;
  font-size: 18px;
  line-height: 160%;
  color: #93969e;
  margin-right: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.contacts-info-item-btn {
  font-weight: bold;
  font-size: 15px;
  line-height: 120%;
  letter-spacing: 0.15em;
  color: #ffffff;
  background: #029745;
  height: 60px;
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 283px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: 68px;
  background-position: -5px 0px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-transform: uppercase;
}

.contacts-info-item-btn:hover {
  background-color: #28be4a;
  color: #fff;
}

.contacts-info-item-btn:active {
  background-color: #07803d;
  color: #fff;
}

.contacts-info-item__tel:hover,
.contacts-info-item__email:hover {
  color: #28be4a;
}

.contacts-info-item__tel:active,
.contacts-info-item__email:active {
  color: #07803d;
}

.contacts-info-item:nth-child(2n + 2) {
  background: #f0f1f6;
}

.form {
  border-left: 1px solid #e6e9f0;
  margin-left: 140px;
  padding: 80px 139px 64px 0;
  background: #f6f8fa;
}

.form-subpage {
  padding: 64px 139px 64px 0;
}

.form-ui {
  background-color: #029745;
  background-repeat: no-repeat;
  background-position: top left;
  padding: 32px 120px;
}

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

.form-ui-inner-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 24px;
}

.form-ui-inner-heading__title {
  font-weight: 800;
  font-size: 50px;
  line-height: 120%;
  color: #ffffff;
  margin-right: 80px;
}

.form-ui-inner-heading__text {
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  color: #ffffff;
}

.form-ui-inner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 24px;
}

.form-ui-inner-content__input {
  height: 60px;
  width: 220px;
  border-width: 0;
  border-bottom: 1px solid #fff;
  background: none;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  line-height: 130%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.form-ui-inner-content__input::-webkit-input-placeholder {
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  color: #ffffff;
  opacity: 0.5;
}

.form-ui-inner-content__input:focus,
.form-ui-inner-content__input:valid:not(:placeholder-shown) {
  outline: none;
  border-bottom: 1px solid #67e39f;
}

.form-ui-inner-content__input:valid:not(:placeholder-shown) {
  outline: none;
  border-bottom: 1px solid #fff;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url("../img/valid.svg");
}

.form-ui-inner-content__input:invalid:not(:placeholder-shown) {
  outline: none;
  border-bottom: 1px solid #eb5757;
  color: #eb5757;
}

.form-ui-inner-content__input:invalid:not(:placeholder-shown)+.form__error {
  display: block;
}

.form-ui-inner-content__button {
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: contain;
  width: 254px;
  height: 60px;
  border-width: 0;
  font-weight: bold;
  font-size: 15px;
  line-height: 120%;
  letter-spacing: 0.15em;
  color: #029745;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.form-ui-inner-content__button:hover {
  background-color: #077f3d;
  color: #fff;
}

.form-ui-inner-content__button:active {
  background-color: #057839;
  color: #fff;
}

.form-ui-inner-checkbox {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-ui-inner-checkbox__input {
  display: none;
}

.form-ui-inner-checkbox__text {
  position: relative;
  font-weight: normal;
  font-size: 12px;
  line-height: 160%;
  color: #ffffff;
}

.form-ui-inner-checkbox__text>a {
  color: #ffffff;
}

.form-ui-inner-checkbox__help {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
  margin-top: 8px !important;
}

.form-ui-inner-checkbox__text::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 16px;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
  background-size: 100%;
  background-image: url("../img/checkbox.svg");
  cursor: pointer;
}

.form-ui-inner-checkbox__input:checked+.form-ui-inner-checkbox__text::before {
  background: url("../img/checkbox2.svg") 0 0 no-repeat;
}

.form-ui-inner-checkbox__input:checked~.form-ui-inner-checkbox__help {
  display: none !important;
}

.form-white {
  padding: 0 139px 0 0;
}

.form-white-ui {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: contain;
  padding: 32px 120px;
}

.form-white-ui-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-white-ui-inner-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-white-ui-inner-heading__title {
  font-weight: 800;
  font-size: 50px;
  line-height: 120%;
  color: #16291f;
  margin-right: 80px;
  margin-bottom: 32px;
}

.form-white-ui-inner-heading__text {
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  color: #16291f;
}

.form-white-ui-inner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 24px;
}

.form-white-ui-inner-content__input {
  height: 60px;
  width: 220px;
  border-width: 0;
  border-bottom: 1px solid #16291f;
  background: none;
  color: #16291f;
  font-weight: bold;
  font-size: 16px;
  line-height: 130%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.form-white-ui-inner-content__input::-webkit-input-placeholder {
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  color: #16291f;
  opacity: 0.5;
}

.form-white-ui-inner-content__input:focus,
.form-white-ui-inner-content__input:valid:not(:placeholder-shown) {
  outline: none;
  border-bottom: 1px solid #67e39f;
}

.form-white-ui-inner-content__input:valid:not(:placeholder-shown) {
  outline: none;
  border-bottom: 1px solid #16291f;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url("../img/valid_green.svg");
}

.form-white-ui-inner-content__input:invalid:not(:placeholder-shown) {
  outline: none;
  border-bottom: 1px solid #eb5757;
  color: #eb5757;
}

.form-white-ui-inner-content__input:invalid:not(:placeholder-shown)+.form__error {
  display: block;
}

.form-white-ui-inner-content__button {
  background-color: #029745;
  background-repeat: no-repeat;
  background-size: 68px;
  background-position: -5px 0px;
  width: 254px;
  height: 60px;
  border-width: 0;
  font-weight: bold;
  font-size: 15px;
  line-height: 120%;
  letter-spacing: 0.15em;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-transform: uppercase;
}

.form-white-ui-inner-content__button:hover {
  background-color: #28be4a;
  color: #fff;
}

.form-white-ui-inner-content__button:active {
  background-color: #07803d;
  color: #fff;
}

.form-white-ui-inner-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-white-ui-inner-checkbox__input {
  display: none;
}

.form-white-ui-inner-checkbox__text {
  position: relative;
  font-weight: normal;
  font-size: 14px;
  line-height: 160%;
  color: #16291f;
}

.form-white-ui-inner-checkbox__text::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 16px;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
  background-size: 100%;
  background-image: url("../img/checkbox_green.png");
  cursor: pointer;
}

.form-white-ui-inner-checkbox__input:checked+.form-white-ui-inner-checkbox__text::before {
  background: url("../img/checkbox2_green.png") 0 0 no-repeat;
}

.form__error {
  color: #eb5757;
  text-align: left;
  font-size: 13px;
  line-height: 130%;
  margin-top: 3px;
  display: none;
  font-weight: 300;
}

.form+.footer {
  margin-top: 0 !important;
}

.footer__wrapper {
  margin-top: auto;
}

.footer {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 27px 165px 38px 140px;
  margin-top: 64px;
}

.footer-navbar {
  margin-bottom: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-navbar-logo {
  margin-right: 93px;
  height: 64px;
}

.footer-navbar-logo img {
  height: 64px;
}

.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 0;
  padding: 0;
  width: 100%;
}

.footer-menu-item {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  margin-right: 40px;
}

.footer-menu-item__link {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.footer-menu-item__link:hover {
  color: #029745;
}

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

.footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 18px;
}

.footer-info-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-info-social__link,
.footer-info-social>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 24px;
}

.footer-info-social__link>svg,
.footer-info-social svg {
  fill: rgba(255, 255, 255, 0.5);
  height: 18px;
  width: 18px;
}

.footer-info-social__link:last-child,
.footer-info-social>a:last-child {
  margin-right: 0;
}

.footer-info-social__icon {
  fill: rgba(255, 255, 255, 0.5);
}

.footer-info__copy {
  font-weight: normal;
  font-size: 14px;
  line-height: 160%;
  color: #ffffff;
  opacity: 0.7;
  margin-left: 44px;
}

.footer-info-dev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
}

.footer-info-dev__text {
  font-weight: normal;
  font-size: 14px;
  line-height: 160%;
  color: #ffffff;
  opacity: 0.7;
  margin-right: 7px;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
}

.modal-wrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9;
  max-width: 592px;
  width: 576px;
  height: 331px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 64px 56px;
  -webkit-box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.25);
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.modal-close__icon {
  margin-left: 8px;
  width: 16px;
  height: 17px;
  fill: #16291f;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.modal-close:hover .modal-close__icon {
  fill: #029745;
}

.modal__title {
  font-weight: 800;
  font-size: 36px;
  line-height: 110%;
  letter-spacing: 0.02em;
  color: #16291f;
  margin-bottom: 32px;
  text-align: center;
}

.modal__descr {
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  color: #16291f;
  margin-bottom: 48px;
}

.modal__button {
  background-color: #029745;
  background-repeat: no-repeat;
  background-size: 68px;
  background-position: -5px 0px;
  width: 197px;
  height: 60px;
  border-width: 0;
  font-weight: bold;
  font-size: 15px;
  line-height: 120%;
  letter-spacing: 0.15em;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-transform: uppercase;
  padding: 21px 56px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}

.modal__button:hover {
  background-color: #28be4a;
}

.modal__button:active {
  background-color: #07803d;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 2;
}

.cards {
  background-repeat: no-repeat;
  background-position: right -150px;
  background-size: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 64px 140px 79px;
}

.cards-item {
  width: 309px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 32px;
  background: #fff;
  margin-right: 24px;
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cards-item__icon {
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
  stroke: #029745;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cards-item__title {
  font-weight: bold;
  font-size: 18px;
  line-height: 130%;
  color: #16291f;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

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

.cards-item:hover {
  background: #029745;
  cursor: pointer;
}

.cards-item:hover .cards-item__icon {
  stroke: #fff;
}

.cards-item:hover .cards-item__title {
  color: #fff;
}

.cards-separator {
  background: #029745;
  height: 5px;
  width: 310px;
  margin-left: 140px;
}

.company-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 280px 20px 0;
}

.company-about__text {
  font-weight: 300 !important;
  font-size: 24px !important;
  line-height: 160% !important;
  color: #16291f !important;
}

.company-view {
  width: calc(50% + 20px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-object-fit: cover;
  object-fit: cover;
}

.company-location {
  padding: 20px 260px 20px 120px;
  width: calc(50% - 20px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f6f8fa;
  background-repeat: no-repeat;
  background-position: right top;
  background-attachment: fixed;
}

.company-prod {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 89px 60px 80px;
  margin-left: calc(25% + 20px);
  background-color: #029745;
  position: relative;
}

.company-prod-bg {
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: left bottom;
  height: 100%;
  width: 100%;
  opacity: 0.2;
}

.company-prod__text {
  font-weight: 300 !important;
  font-size: 24px !important;
  line-height: 160% !important;
  color: #ffffff !important;
}

.company-inner {
  width: calc(50% - 20px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-subpage {
  border-width: 0;
}

.company-video-subpage {
  width: calc(50% - 20px);
}

.timeline-transform {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.timeline-about {
  background-repeat: no-repeat;
  background-position: right -150px;
  background-size: 20%;
  padding: 64px 500px;
}

.timeline-about__title {
  font-weight: 800;
  font-size: 36px;
  line-height: 110%;
  letter-spacing: 0.02em;
  color: #16291f;
  margin-bottom: 48px;
}

.timeline-about__text {
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  color: #16291f;
}

.timeline-content {
  background-color: #fff;
}

.timeline-content-year {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 150px;
  padding: 80px 0 0 0;
}

.timeline-content-year__img {
  height: 374px;
  width: 559px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
}

.timeline-content-year__img>span {
  position: absolute;
  bottom: -38px;
  right: -19px;
  font-weight: bold;
  font-size: 144px;
  line-height: 130%;
  text-align: right;
  color: #ffffff;
  opacity: 0.5;
}

.timeline-content-year--selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.timeline-content-year-text {
  width: 600px;
  margin-left: 102px;
}

.timeline-content-year-text__title {
  font-weight: 300;
  font-size: 72px;
  line-height: 130%;
  color: #c7c9cf;
}

.timeline-content-year-text__descr {
  font-weight: bold;
  font-size: 18px;
  line-height: 130%;
  color: #16291f;
}

.timeline-content-line {
  position: relative;
  height: 188px;
  width: 100%;
  margin-top: -50px;
  padding-bottom: 80px;
}

.timeline-content-line-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.timeline-content-line-wrapper-events {
  position: absolute;
  left: 0;
  top: 109px;
  height: 2px;
  width: 100%;
  background: #c7c9cf;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.timeline-content-line-wrapper-events__prev {
  cursor: pointer;
  position: absolute;
  top: 89px;
  left: 140px;
  height: 40px;
  width: 40px;
}

.timeline-content-line-wrapper-events__prev--hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.timeline-content-line-wrapper-events__prev img,
.timeline-content-line-wrapper-events__next img {
  -webkit-transition: opacity 0.4s, visibility 0s linear 0.4s;
  transition: opacity 0.4s, visibility 0s linear 0.4s;
}

.timeline-content-line-wrapper-events__next {
  cursor: pointer;
  position: absolute;
  top: 89px;
  right: 140px;
  height: 40px;
  width: 40px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.timeline-content-line-wrapper-events__next--hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.timeline-content-line-wrapper-events__item {
  display: inline-block;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  height: 75px;
  width: 347px;
  cursor: pointer;
}

.timeline-content-line-wrapper-events__item__line {
  position: absolute;
  left: 50%;
  top: 0;
  width: 2px;
  height: 37px;
  background: #c7c9cf;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.timeline-content-line-wrapper-events__item__year {
  font-weight: normal;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: 0.02em;
  color: #c7c9cf;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.timeline-content-line-wrapper-events__item:first-child {
  margin-left: calc(50vw - 170px);
}

.timeline-content-line-wrapper-events__item--selected>.timeline-content-line-wrapper-events__item__line {
  position: absolute;
  width: 95px;
  height: 188px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -109px;
  background-image: url("../img/selected_year.svg");
  background-color: transparent;
  background-repeat: no-repeat;
  opacity: 0.99;
}

.timeline-content-line-wrapper-events__item--selected>.timeline-content-line-wrapper-events__item__year {
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #ffffff;
  z-index: 2;
  background-color: #029745;
  padding: 8px 16px;
}

.timeline-content-line-wrapper-events__item:hover:not(.timeline-content-line-wrapper-events__item--selected)>.timeline-content-line-wrapper-events__item__line {
  background: #029745;
}

.timeline-content-line-wrapper-events__item:hover:not(.timeline-content-line-wrapper-events__item--selected)>.timeline-content-line-wrapper-events__item__year {
  color: #029745;
}

.history-video {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.history-video-button {
  width: 50%;
  height: 100%;
  position: relative;
}

.history-video-button__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.history-video-button__text {
  position: absolute;
  top: calc(50% - 100px);
  left: calc(50% - 100px);
  -webkit-animation: 10s linear 0s normal none infinite running company-button;
  animation: 10s linear 0s normal none infinite running company-button;
}

.history-video-button-link:hover .history-video-button__text {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.tipovaya-wrapper .history-video-button {
  width: 100%;
}

@media (max-width:800px) {
  .tipovaya-wrapper .history-video-button {
    height: auto;
  }
}

.history-video-about {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%;
  height: 100%;
  padding: 0 204px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(2, 151, 69, 0.8);
}

.history-video-about__title {
  font-weight: 800;
  font-size: 36px;
  line-height: 110%;
  letter-spacing: 0.02em;
  color: #ffffff;
  margin-bottom: 48px;
}

.history-video-about__text {
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  color: #ffffff;
}

.people {
  background-repeat: no-repeat;
  background-position: right -150px;
  background-size: 20%;
  padding: 64px 100px 0 140px;
  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: -64px;
}

.people-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.people-quote {
  background-color: #ffffff;
  font-weight: bold;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #16291f;
  padding: 108px 111px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1040px;
  display: inline-block;
  margin-bottom: 64px;
  background-repeat: no-repeat;
  background-position: 110px 13px;
}

.people-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 320px !important;
  margin-right: 40px;
  margin-bottom: 64px;
}

.people-card>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.people-card>a:only-child {
  height: 100%;
}

.people-card-img {
  height: 500px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.people-card-text {
  background-color: #fff;
  padding: 24px 32px;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.people-card-text__name {
  font-weight: 800;
  font-size: 20px;
  line-height: 130%;
  text-align: center;
  letter-spacing: 0.02em;
  color: #16291f;
  margin-bottom: 16px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.people-card-text__dol {
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
  text-align: center;
  color: #16291f;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.people-card-text__dol a {
  color: #029745 !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.people-card-text__dol a:hover {
  color: #1cd345 !important;
}

.people-card-text__dol a:active {
  color: #07803d !important;
}

.people-card[href^='/']:hover .people-card-text {
  background-color: #029745;
}

.people-card[href^='/']:hover .people-card-text__name,
.people-card[href^='/']:hover .people-card-text__dol,
.people-card[href^='/']:hover .people-card-text__dol a {
  color: #fff !important;
}

.people-detail {
  width: 100%;
  max-width: 1400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.people-detail-img {
  margin-right: 160px;
  width: 440px;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-size: contain;
}

.people-detail-about {
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  color: #16291f;
}

.people-detail-about>h2 {
  font-weight: 800;
  font-size: 36px;
  line-height: 110%;
  letter-spacing: 0.02em;
  color: #16291f;
  margin-bottom: 32px;
}

.people-detail-about>h3 {
  font-weight: 800;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #16291f;
  margin-bottom: 64px;
}

.people-detail-about>ul {
  margin-left: 27px;
  margin-bottom: 64px;
  list-style: url("../img/points_style_list.svg");
}

.people-detail-about>ul>li {
  margin-bottom: 16px;
  padding-left: 13px;
}

.people-detail-about>ul>li:last-child {
  margin-bottom: 0;
}

.people .news-detail-links {
  width: 100%;
  max-width: 1400px;
  margin-left: 0;
  margin-bottom: 64px;
}

.prod {
  background-repeat: no-repeat;
  background-position: right -150px;
  background-size: 20%;
}

.prod-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 64px;
}

.prod-about {
  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;
}

.prod-about>ul {
  margin-bottom: 32px;
  margin-left: 67px;
  list-style: url("../img/points_style_list.svg");
  width: calc(50% - 40px);
}

.prod-about>ul>li {
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  color: #16291f;
  margin-bottom: 16px;
  padding-left: 13px;
}

.prod-about img {
  margin-bottom: 48px;
  width: 70%;
  max-width: 1160px;
}

.prod-about p {
  padding: 0 120px;
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  color: #16291f;
  width: calc(50% - 40px);
  margin-bottom: 28px;
}

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

.technology {
  background-repeat: no-repeat;
  background-position: right -150px;
  background-size: 20%;
}

.technology-mob {
  display: none;
}

.technology-image {
  padding-top: 64px;
  margin: 64px auto;
  margin-top: 0;
  position: relative;
}

.technology-photo {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

.technology-photo-mob {
  display: none;
}

.technology-item {
  position: absolute;
  width: 52px;
  height: 52px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.technology-item__icon {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.4s, visibility 0s linear 0.4s;
  transition: opacity 0.4s, visibility 0s linear 0.4s;
}

.technology-item__icon--active {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 3;
  -webkit-transition: opacity 0.4s, visibility 0s linear 0.4s;
  transition: opacity 0.4s, visibility 0s linear 0.4s;
}

.technology-item-block {
  opacity: 0;
  visibility: hidden;
  margin-top: 26px;
  z-index: 1;
  position: absolute;
  background-color: #fff;
  width: 350px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 32px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.technology-item-block__title {
  font-weight: 800;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #16291f;
  margin-bottom: 24px;
}

.technology-item-block__text {
  font-weight: 300;
  font-size: 14px;
  line-height: 130%;
  color: #16291f;
  margin-bottom: 25px;
}

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

.technology-item-block:last-child {
  left: 1035px;
  top: 482px;
}

.technology-item--active {
  z-index: 10;
}

.technology-item-1 {
  left: 315px;
  top: 196px;
}

.technology-item-2 {
  left: 403px;
  top: 198px;
}

.technology-item-3 {
  left: 649px;
  top: 207px;
}

.technology-item-4 {
  left: 823px;
  top: 199px;
}

.technology-item-5 {
  left: 1333px;
  top: 482px;
}

.technology-text {
  margin: 0 auto;
  padding: 0 140px;
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  color: #16291f;
  width: calc(50% - 40px);
}

.strategy {
  background-repeat: no-repeat;
  background-position: right -150px;
  background-size: 20%;
  padding: 64px 0 0;
}

.strategy-project {
  margin: 0 auto;
  width: 80%;
  max-width: 1480px;
  margin-bottom: 64px;
}

.strategy-project-title {
  font-weight: 800;
  font-size: 36px;
  line-height: 110%;
  letter-spacing: 0.02em;
  color: #ffffff;
  padding: 160px 64px;
  margin-bottom: 48px;
  background-size: cover;
  background-repeat: no-repeat;
}

.strategy-project-about {
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.strategy-project-about-block {
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  color: #16291f;
  width: 33.3%;
  margin-right: 40px;
}

.strategy-project-about-block-wrapper {
  margin-top: 48px;
}

.strategy-project-about-block__title {
  font-weight: 800;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #16291f;
  margin-bottom: 32px;
}

.strategy-project-about-block__list {
  margin-left: 40px;
}

.strategy-project-about-block__list-item {
  margin-bottom: 32px;
  margin-left: -18px;
}

.strategy-project-about-block__list-item:last-child {
  margin-bottom: 0;
}

.strategy-project-about-block:last-child {
  margin-right: 0;
}

.strategy-project:nth-child(5) {
  margin-bottom: 0;
}

.corp {
  background-repeat: no-repeat;
  background-position: right -150px;
  background-size: 20%;
  background-image: url('../img/company_mask.svg');
  padding: 64px 140px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.corp-wrapper {
  margin-right: 80px;
  top: 142px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.corp-wrapper__btn,
.left-menu-link {
  width: 360px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 82px;
  height: auto;
  background: #ffffff;
  display: block;
  font-weight: bold;
  font-size: 15px;
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #8e9a93;
  padding: 32px;
  border-bottom: 1px solid #e6e9f0;
  transition: color .4s, background-color .4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.corp-wrapper__btn__icon {
  margin-right: 16px;
  height: 16px;
  width: 16px;
  fill: transparent;
  stroke: #029745;
  transition: stroke .4s;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.corp-wrapper__btn:last-of-type,
.left-menu-link:last-of-type {
  border-width: 0;
}

.corp-wrapper__btn:hover,
.corp-wrapper__btn--active,
.left-menu-link:hover,
.left-menu-link--active {
  background: #029745;
  color: #fff;
}

.corp-wrapper__btn:hover .corp-wrapper__btn__icon,
.corp-wrapper__btn--active .corp-wrapper__btn__icon,
.left-menu-link:hover .corp-wrapper__btn__icon,
.left-menu-link--active .corp-wrapper__btn__icon {
  stroke: #fff;
}

.corp-content {
  width: calc(100% - 440px);
  margin-left: auto;

  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  color: #16291f;
}

.corp-content-table>table {
  margin-bottom: 48px;
}

.corp-content-table>table th,
.corp-content-table>table td {
  padding: 25px;
}

.corp-content b {
  font-weight: 300;
}

.corp-content>ul {
  margin-bottom: 32px;
  margin-left: 40px;
  list-style: url("../img/points_style_list.svg");
}

.corp-content>ul>li {
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  color: #16291f;
  margin-bottom: 16px;
  padding-left: 13px;
  max-width: 809px;
}

.corp-content>p>a {
  color: #029745;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.corp-content>p>a:hover {
  color: #28be4a;
}

.corp-content>p>a:active {
  color: #07803d;
}

.corp-content>p>img,
.corp-content .corp-content-wrapper__text>p>img {
  width: 100% !important;
  height: auto !important;
}

.corp-content__quote {
  font-weight: bold;
  font-size: 18px;
  line-height: 130%;
  color: #16291f;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 90px top;
  padding: 67px 87px;
  margin-bottom: 80px;
}

.corp-content-wrapper {
  margin-bottom: 64px;
  position: relative;
}

.corp-content-wrapper>.history-video-button {
  position: absolute;
  width: 100%;
  top: 0;
}

.corp-content-wrapper__title {
  font-weight: 800;
  font-size: 36px;
  line-height: 110%;
  letter-spacing: 0.02em;
  color: #16291f;
  margin-bottom: 48px;
}

.corp-content-wrapper__subtitle {
  font-weight: 800;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #16291f;
  margin-bottom: 32px;
}

.corp-content-wrapper__text,
.corp-content-wrapper>p {
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  color: #16291f;
  margin-bottom: 32px;
  /* max-width: 809px; */
}

.corp-content-wrapper__text a,
.corp-content-wrapper>p a {
  color: #029745;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.corp-content-wrapper__text a:hover,
.corp-content-wrapper>p a:hover {
  color: #28be4a;
}

.corp-content-wrapper__text a:active,
.corp-content-wrapper>p a:active {
  color: #07803d;
}

.corp-content-wrapper__text>*,
.corp-content-wrapper>p>* {
  padding-left: 0 !important;
}

.corp-content-wrapper>div>img {
  width: 100%;
}

.corp-content-wrapper>div>h2 {
  font-weight: 800;
  font-size: 36px;
  line-height: 110%;
  letter-spacing: 0.02em;
  color: #16291f;
  margin-bottom: 48px;
}

.corp-content-wrapper>div>h3 {
  font-weight: 800;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #16291f;
  margin-bottom: 32px;
}

.corp-content-wrapper>div>p {
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  color: #16291f;
  margin-bottom: 32px;
  max-width: 809px;
}

.corp-content-wrapper__text:last-child {
  margin-bottom: 0;
}

.corp-content-wrapper__bold {
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  color: #16291f;
  margin-bottom: 32px;
}

.corp-content-wrapper__photo,
.corp-content-wrapper>img {
  width: 100%;
}

.corp-content-wrapper-list,
.corp-content-wrapper > table ul ,
  .corp-content-wrapper>ul {
  margin-bottom: 32px;
  margin-left: 40px;
  list-style: url("../img/points_style_list.svg");
}

.corp-content-wrapper-list__item,
.corp-content-wrapper-list>li,
.corp-content-wrapper>ul__item,
.corp-content-wrapper > table li,
.corp-content-wrapper>ul>li {
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  color: #16291f;
  margin-bottom: 16px;
  padding-left: 13px;
  max-width: 809px;
}

.corp-content-wrapper-list__item__link,
.corp-content-wrapper-list>li__link,
.corp-content-wrapper>ul__item__link,
.corp-content-wrapper>ul>li__link {
  color: #16291f;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.corp-content-wrapper-list__item__link:hover,
.corp-content-wrapper-list>li__link:hover,
.corp-content-wrapper>ul__item__link:hover,
.corp-content-wrapper>ul>li__link:hover {
  color: #029745;
}

.corp-content-wrapper-list__item:last-child,
.corp-content-wrapper-list>li:last-child,
.corp-content-wrapper > table li:last-child,
.corp-content-wrapper>ul__item:last-child,
.corp-content-wrapper>ul>li:last-child {
  margin-bottom: 0;
}

.corp-content-wrapper-facts {
  max-width: 620px;
  margin-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 72px;
}

.corp-content-wrapper-facts-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.corp-content-wrapper-facts-item>span:first-child {
  font-weight: 800;
  font-size: 40px;
  line-height: 110%;
  color: #029745;
  margin-bottom: 8px;
}

.corp-content-wrapper-facts-item>span {
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  color: #16291f;
}

.corp-content-wrapper-programs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.corp-content-wrapper-programs-item {
  width: 22.5%;
  min-height: 367px;
  background-color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 130%;
  color: #16291f;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 200px 39px 0;
  position: relative;
  margin-right: 40px;
}

.corp-content-wrapper-programs-item img {
  -webkit-clip-path: polygon(0% 25%, 25% 0%, 100% 0%, 100% 75%, 75% 100%);
  clip-path: polygon(0% 25%, 25% 0%, 100% 0%, 100% 75%, 75% 100%);
  height: 196px;
  width: 196px;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
}

.corp-content-wrapper-programs-item:last-of-type {
  margin-right: 0;
}

.corp-content-wrapper-map {
  width: 100%;
  height: 400px;
  margin-bottom: 32px;
}

.corp-content-wrapper-stud {
  margin-top: 48px;
}

.corp-content-wrapper-stud>ul {
  margin-bottom: 32px;
  margin-left: 40px;
  list-style: url("../img/points_style_list.svg");
}

.corp-content-wrapper-stud>ul>li {
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  color: #16291f;
  margin-bottom: 16px;
  padding-left: 13px;
  max-width: 809px;
}

.corp-content-wrapper-stud>ul>li>a {
  color: #16291f;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.corp-content-wrapper-stud>ul>li>a:hover {
  color: #029745;
}

.corp-content-wrapper-stud>ul>li:last-child {
  margin-bottom: 0;
}

.corp-content-wrapper-stud-facts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.corp-content-wrapper-stud-facts-big {
  width: calc(66.7% - 10px) !important;
}

.corp-content-wrapper-stud-facts-medium {
  width: calc(50% - 15px) !important;
  margin-bottom: 30px !important;
}

.corp-content-wrapper-stud-facts-large {
  width: 100% !important;
}

.corp-content-wrapper-stud-facts>div {
  background-color: #fff;
  min-height: 201px;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 98px 40px 51px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: calc(33.3% - 20px);
  margin-bottom: 30px;
}

.corp-content-wrapper-stud-facts>div>svg {
  position: absolute;
  height: 64px;
  width: 64px;
  top: 24px;
  right: 33px;
}

.corp-content-wrapper-stud-facts>div>span {
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  color: #16291f;
}

.corp-content-wrapper-stud-facts>div>span:first-of-type {
  font-weight: bold;
  font-size: 18px;
  line-height: 130%;
  color: #16291f;
  margin-bottom: 8px;
}

.corp-content-wrapper-stud-facts>div:nth-last-of-type(1),
.corp-content-wrapper-stud-facts>div:nth-last-of-type(2) {
  margin-bottom: 0;
}

.corp-content-wrapper-way {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.corp-content-wrapper-way .line {
  position: absolute;
  width: 80%;
  border-bottom: 2px dashed #029745;
  top: 87px;
}

.corp-content-wrapper-way>div {
  position: relative;
  font-weight: bold;
  font-size: 18px;
  line-height: 130%;
  color: #16291f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(20% - 40px);
  margin-right: 40px;
}

.corp-content-wrapper-way>div>svg {
  height: 64px;
  width: 64px;
  margin-bottom: 16px;
}

.corp-content-wrapper-way>div>img {
  margin-bottom: 16px;
  height: 15px;
  width: 15px;
}

.corp-content-wrapper-otklik {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 270px;
  width: 100%;
}

.corp-content-wrapper-otklik a {
  margin-left: 46px;
  display: block;
  font-weight: bold;
  font-size: 15px;
  line-height: 120%;
  letter-spacing: 0.15em;
  color: #ffffff;
  padding: 21px 52px 21px 55px;
  background-color: #029745;
  background-repeat: no-repeat;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.corp-content-wrapper-otklik a:hover {
  background-color: #28be4a;
  color: #fff;
}

.corp-content-wrapper-otklik a:active {
  background-color: #07803d;
  color: #fff;
}

.corp-content-wrapper-feedback {
  background-color: #fff;
  padding: 40px 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
}

.corp-content-wrapper-feedback>div:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 200px;
  margin-right: 80px;
  margin-top: 0;
}

.corp-content-wrapper-feedback>div:first-of-type>img {
  height: 200px;
  width: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 24px;
}

.corp-content-wrapper-feedback>div:first-of-type>span {
  font-weight: normal;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #93969e;
}

.corp-content-wrapper-feedback>div:first-of-type>span:first-of-type {
  font-weight: 800;
  font-size: 18px;
  line-height: 130%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.02em;
  color: #16291f;
  margin-bottom: 8px;
}

.corp-content-wrapper-feedback>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 30px;
}

.corp-content-wrapper-feedback>div>img {
  height: 52px;
  width: 64px;
  margin-bottom: 48px;
}

.corp-content-wrapper-feedback>div>p {
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  color: #16291f;
}

.corp-content-wrapper-feedback:last-of-type {
  margin-bottom: 0;
}

.corp-content-wrapper-links {
  margin-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 800px;
  margin-bottom: -16px;
}

.corp-content-wrapper-links>a {
  font-weight: bold;
  font-size: 16px;
  line-height: 140%;
  color: #029745;
  padding-bottom: 3px;
  border-bottom: 1px dashed #029745;
  margin-right: 30px;
  margin-bottom: 16px;
}

.corp-content-wrapper-prog {
  margin-top: 48px;
  max-width: 800px;
}

.corp-content-wrapper-prog b {
  font-weight: bold;
  line-height: 130%;
  color: #16291f;
}

.corp-content-wrapper-prog>div:nth-last-child(1) {
  height: 1px;
  margin-left: 40px;
  background-color: #c7c9cf;
  margin-top: 48px;
}

.corp-content-wrapper-prog>ul {
  margin-bottom: 32px;
  margin-left: 67px;
  list-style: url("../img/points_style_list.svg");
}

.corp-content-wrapper-prog>ul>li {
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  color: #16291f;
  margin-bottom: 16px;
  padding-left: 13px;
  max-width: 809px;
}

.corp-content-wrapper-prog>ul>li>a {
  color: #16291f;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.corp-content-wrapper-prog>ul>li>a:hover {
  color: #029745;
}

.corp-content-wrapper-prog>ul>li:last-child {
  margin-bottom: 0;
}

.corp-content-wrapper:last-child {
  margin-bottom: 0;
}

.corp-content>h2 {
  font-weight: 800;
  font-size: 36px;
  line-height: 110%;
  letter-spacing: 0.02em;
  color: #16291f;
  margin: 64px 0 48px;
}

.corp-content>h3 {
  font-weight: 800;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #16291f;
  margin-bottom: 32px;
}

.corp-content>h4 {
  font-weight: 800;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #16291f;
  margin-top: 50px;
  margin-bottom: 25px;
}

.corp-content>p,
.title-list {
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  color: #16291f;
  margin-bottom: 48px;
}

.corp-content>img {
  margin-bottom: 48px;
  width: 100%;
  height: auto;
}

.corp-content>img:last-of-type {
  margin-bottom: 0;
}

.vac-location {
  width: 100%;
  max-width: 1160px;
  padding-left: 40px;
  margin-bottom: 64px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.vac-location--selected {
  color: #029745 !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.vac-location>span {
  font-weight: bold;
  font-size: 16px;
  line-height: 140%;
  color: #93969e;
  margin-right: 48px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.vac-location>span:hover {
  cursor: pointer;
}

.vac-all {
  background-color: #fff;
}

.vac-all-item {
  border-bottom: 1px solid #e6e9f0;
  padding: 41px 40px;
}

.vac-all-item-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.vac-all-item-inner {
  margin-top: 32px;
  margin-left: 64px;
  display: none;
}

.vac-all-item-inner--active {
  display: block;
}

.vac-all-item:last-child {
  border-width: 0;
}

.vac__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 130%;
  color: #16291f;
}

.vac-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vac-heading>h3 {
  color: #029745 !important;
}

.vac-all+.vac-heading {
  margin-top: 48px;
}

.vac-subheading {
  margin-top: 48px;
}

.vac__link {
  font-weight: bold;
  font-size: 16px;
  line-height: 140%;
  color: #029745;
  margin-left: 60px;
  border-bottom: 1px solid #029745;
  padding-bottom: 3px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-bottom: 45px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.vac__link:hover {
  color: #1cd345;
  border-color: #1cd345;
}

.vac__link:active {
  color: #07803d;
  border-color: #07803d;
}

.vac__text {
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  color: #16291f;
}

.vac__bold {
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  color: #16291f;
}

.vac__salary {
  font-weight: bold;
  font-size: 24px;
  line-height: 130%;
  color: #029745;
  margin-left: auto;
  min-width: 125px;
}

.vac__city {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 130%;
  color: #029745;
}

.vac__city>img {
  margin-right: 16px;
}

.vac__icon {
  margin-right: 32px;
  stroke: #c7c9cf;
  width: 34px;
  height: 34px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer;
}

.vac__icon:hover {
  stroke: #029745;
}

.vac__minus {
  display: none;
}

.vac-wrapper {
  margin-bottom: 32px;
}

.vac-list {
  margin-left: 27px;
}

.vac-list__item {
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  color: #16291f;
  padding-left: 13px;
  margin-bottom: 16px;
}

.vac-list__item:last-child {
  margin-bottom: 0;
}

.vac__button {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 60px;
  font-weight: bold;
  font-size: 15px;
  line-height: 120%;
  letter-spacing: 0.15em;
  color: #ffffff;
  padding: 21px 52px 21px 55px;
  background-color: #029745;
  background-repeat: no-repeat;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-right: 16px;
}

.vac__button:hover {
  background-color: #28be4a;
}

.vac__button:active {
  background-color: #07803d;
}

.vac-buttons {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.vac__call {
  display: none;
  border: 1px solid #029745;
  padding: 21px 31px;
  font-weight: bold;
  font-size: 15px;
  line-height: 120%;
  letter-spacing: 0.15em;
  color: #029745;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 60px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.vac__call__icon {
  margin-right: 8px;
  width: 12px;
  height: 12px;
  fill: #029745;
}

.vac__call:hover {
  background: #28be4a;
  color: #fff;
  border-color: #28be4a;
}

.vac__call:hover .vac__call__icon,
.vac__call:active .vac__call__icon {
  fill: #fff;
}

.vac__call:active {
  background: #077f3d;
  color: #fff;
  border-color: #077f3d;
}

.vacancy {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: right -150px;
  background-size: 20%;
  padding: 64px 140px 0;
}

.vacancy-all {
  max-width: 1160px;
  width: 80%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tech-spec {
  background-color: #fff;
  padding: 32px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tech-spec-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tech-spec-item-img {
  position: relative;
  max-width: 320px;
}

.tech-spec-item-img>img {
  width: 100%;
}

.tech-spec-item-img__hover {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
  z-index: 7;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  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;
}

.tech-spec-item-text {
  margin-left: 37px;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 330px;
}

.tech-spec-item-text__link {
  font-weight: bold;
  font-size: 16px;
  line-height: 140%;
  color: #16291f;
  margin-bottom: 16px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.tech-spec-item-text__link:hover {
  color: #029745;
}

.tech-spec-item-text__label {
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  color: #93969e;
}

.tech-spec-item-text__label__icon {
  margin-right: 8px;
}

.tech-spec-item-img:hover .tech-spec-item-img__hover {
  opacity: 0.99;
}

.gazeta-item:hover .tech-spec-item-img__hover {
  opacity: 0.99;
}

.sertificate {
  position: relative;
}

.sertificate-slider {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  padding-bottom: 32px;
}

.sertificate-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 32px;
  opacity: 0.99;
  max-width: 320px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
}

.sertificate-item__label {
  margin-top: 16px;
  font-weight: bold;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #16291f;
  max-width: 240px;
}

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

.sertificate__prev {
  position: absolute;
  cursor: pointer;
  left: 0;
  top: 33%;
  -webkit-transition: opacity 0.4s, visibility 0s linear 0.4s;
  transition: opacity 0.4s, visibility 0s linear 0.4s;
  z-index: 5;
}

.sertificate-item a>img {
  height: 230px !important;
  width: auto;
  max-width: initial !important;
}

.sertificate__prev--hover {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.4s, visibility 0s linear 0.4s;
  transition: opacity 0.4s, visibility 0s linear 0.4s;
}

.sertificate__next {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 33%;
  -webkit-transition: opacity 0.4s, visibility 0s linear 0.4s;
  transition: opacity 0.4s, visibility 0s linear 0.4s;
  z-index: 5;
}

.sertificate__next--hover {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.4s, visibility 0s linear 0.4s;
  transition: opacity 0.4s, visibility 0s linear 0.4s;
}

.sertificate-subpage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1160px;
  margin: 0 auto;
  padding: 64px 140px 0;
}

.sertificate-subpage .sertificate-contacts-item {
  height: 360px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  width: 100%;
  max-width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: right 45px;
  margin-bottom: 24px;
  margin-right: 0 !important;
}

.sertificate-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.sertificate-contacts-item {
  height: 360px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: right 45px;
  margin-bottom: 24px;
}

.sertificate-contacts-item--eco {
  height: 254px;
  background-position: right bottom;
}

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

.sertificate-contacts-item>img:first-child {
  height: 100%;
  width: 284px;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -o-object-position: center top;
  object-position: center top;
}

.sertificate-contacts__icon {
  margin-left: -30px;
  height: 60px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.sertificate-contacts__icon--eco {
  margin-left: -5px;
  height: 30px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.sertificate-contacts-year {
  height: 100%;
  font-weight: 300;
  font-size: 72px;
  line-height: 130%;
  color: #029745;
  min-width: 25%;
  width: 25%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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;
  padding-left: 23px;
}

.sertificate-contacts-text {
  margin-top: 48px;
  margin-left: 50px;
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sertificate-contacts-text__title {
  font-weight: 800;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #16291f;
  margin-bottom: 32px;
}

.sertificate-contacts-text__label {
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  color: #16291f;
  margin-bottom: 32px;
  -webkit-line-clamp: 100;
}

.sertificate-contacts-text__link {
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  color: #16291f;
  margin-bottom: 16px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.sertificate-contacts-text__link__icon {
  margin-right: 16px;
}

.sertificate-contacts-text__link:hover {
  color: #029745;
}

.sertificate-contacts-text--eco {
  margin: 10px 120px 10px 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sertificate-contacts-text--eco__label {
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
  color: #16291f;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.sertificate-slider::-webkit-scrollbar {
  height: 3px;
}

.sertificate-slider::-webkit-scrollbar-thumb {
  height: 3px;
  background-color: #029745;
}

.sertificate-slider::-webkit-scrollbar-track {
  height: 1px;
  background-color: rgba(214, 217, 229, 0.5);
}

.fancybox__thumbs {
  display: none !important;
}

.gazeta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 64px 100px 0 140px;
}

.gazeta-wrapper {
  background-repeat: no-repeat;
  background-position: right -150px;
  background-size: 20%;
}

.gazeta-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  width: calc(33.33% - 20px);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 24px;
  margin-right: 20px;
}

.gazeta-item-img {
  position: relative;
  width: 100%;
  background: center/cover no-repeat;
}

.gazeta-item-img__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
}

.gazeta-item-img__hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.gazeta-item-text {
  padding: 40px 64px;
}

.gazeta-item-text__date {
  font-weight: normal !important;
  font-size: 16px !important;
  line-height: 130% !important;
  color: #16291f !important;
  margin-bottom: 16px !important;
  -webkit-transition: 0.4s !important;
  transition: 0.4s !important;
}

.gazeta-item-text__title {
  font-weight: 800;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #16291f;
  margin-bottom: 16px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.gazeta-item-text__download {
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  color: #93969e;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gazeta-item-text__download__icon {
  margin-right: 8px;
}

.gazeta-item-text__label,
.gazeta-item-text p {
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  color: #16291f;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.gazeta-item:hover {
  cursor: pointer;
  background-color: #029745;
}

.gazeta-item:hover .gazeta-item-text__date,
.gazeta-item:hover .gazeta-item-text__title,
.gazeta-item:hover .gazeta-item-text__download,
.gazeta-item:hover .gazeta-item-text__label,
.gazeta-item:hover .gazeta-item-text>p {
  color: #fff;
}

.gazeta-item:hover .gazeta-item-img__hover {
  opacity: 1;
}

.gazeta-news>.gazeta-item:first-child {
  min-width: calc(50% - 20px);
  width: calc(50% - 20px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.gazeta-news>.gazeta-item:first-child .gazeta-item-img {
  display: none;
}

.gazeta-news>.gazeta-item:first-child .gazeta-item-text {
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(62.5%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15)));
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 62.5%), linear-gradient(0deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.gazeta-news>.gazeta-item:first-child .gazeta-item-text__date,
.gazeta-news>.gazeta-item:first-child .gazeta-item-text__title,
.gazeta-news>.gazeta-item:first-child .gazeta-item-text__label {
  color: #fff;
}

.gazeta-news>.gazeta-item:hover:first-child .gazeta-item-text__date,
.gazeta-news>.gazeta-item:hover:first-child .gazeta-item-text__title,
.gazeta-news>.gazeta-item:hover:first-child .gazeta-item-text__label {
  color: #fff;
}

* .gazeta-news>.gazeta-item:hover:first-child .gazeta-item-text {
  background: #029745;
}

.gazeta-news-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: calc(50% - 20px);
  width: calc(50% - 20px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  margin-right: 20px;
}

.gazeta-news-wrapper>.gazeta-item:nth-child(1),
.gazeta-news-wrapper>.gazeta-item:nth-child(2) {
  min-width: 100%;
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.gazeta-news-wrapper>.gazeta-item:nth-child(1) .gazeta-item-img,
.gazeta-news-wrapper>.gazeta-item:nth-child(2) .gazeta-item-img {
  display: none;
}

.select {
  position: relative;
  display: block;
  width: 130px;
  margin-right: 16px;
}

.select-wrapper {
  padding-top: 64px;
  padding-left: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.select-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 9px 32px;
  background: #029745;
  font-weight: bold;
  font-size: 13px;
  line-height: 120%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-width: 0;
  cursor: pointer;
}

.select-btn:hover {
  background: #28be4a;
}

.select-btn:active {
  background: #07803d;
}

/*&__head {
    width: 100%;
    max-width: 100%;
    padding: 8px 0;
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
    color: #16291f;
    cursor: pointer;
    border-bottom: 1px solid #93969e;
    display: flex;
    justify-content: space-between;
    &__icon {
      transition: 0.4s;
    }
  }
  &__head:hover {
    border-color: #029745;
  }
  &__list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    margin-top: 5px;
    max-height: 114px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 5;
    margin: 0;
    padding: 0;
  }
  &__item {
    position: relative;
    padding: 10px 15px;
    cursor: pointer;
    list-style-type: none;
    font-weight: normal;
    font-size: 14px;
    line-height: 130%;
    color: #16291f;
    transition: 0.4s;
  }
  &__item:hover {
    color: #029745;
  }
}
.select__head.open .select__head__icon {
  transform: rotate(180deg);
}
*/
.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #16291f;
  width: 130px;
  height: 34px;
  margin-right: 16px;
}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: none;
  padding: 8px 0;
  border-bottom: 1px solid #93969e;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.select-styled:after {
  content: url("../img/select_down.svg");
  width: 0;
  height: 0;
  position: absolute;
  top: 6px;
  right: 11px;
}

.select-styled:hover {
  border-bottom: 1px solid #16cd5f;
}

.select-styled:active,
.select-styled.active {
  border-bottom: 1px solid #16cd5f;
}

.select-styled:active:after,
.select-styled.active:after {
  -webkit-transform: translate(10px, 16px) rotate(180deg);
  transform: translate(10px, 16px) rotate(180deg);
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 16px;
  list-style: none;
  background: #ffffff;
  max-height: 127px;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.select-options li {
  margin: 0;
  padding: 0;
  margin-bottom: 16px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-weight: bold;
  font-size: 16px;
  line-height: 130%;
}

.select-options li:hover {
  color: #029745;
}

.select-options li[rel='hide'] {
  display: none;
}

.select-options li:last-of-type {
  margin-bottom: 0;
}

.pagination {
  margin-top: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pagination-item {
  font-weight: 300;
  font-size: 24px;
  line-height: 130%;
  color: #16291f;
  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;
  width: 43px;
  height: 43px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.pagination-item-more {
  width: auto;
  padding: 0 17px;
}

.pagination-item__icon1 {
  width: 9px;
  height: 17px;
  margin-right: 16px;
  fill: #16291f;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.pagination-item__icon2 {
  width: 9px;
  height: 17px;
  margin-left: 16px;
  fill: #16291f;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.pagination-item-active {
  background: #029745;
  color: #ffffff;
}

.pagination-item:hover {
  background: #28be4a;
  color: #ffffff;
}

.pagination-item:hover .pagination-item__icon1,
.pagination-item:hover .pagination-item__icon2 {
  fill: #ffffff;
}

.news-detail {
  padding: 64px 140px 0 140px;
  background-repeat: no-repeat;
  background-position: right -150px;
  background-size: 20%;
  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;
}

.news-detail-img {
  margin-bottom: 25px;
  max-width: 1160px;
  width: 100%;
  max-height: 612px;
  -o-object-fit: contain;
  object-fit: contain;
}

.news-detail-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 80px 0;
  width: 100%;
  max-width: 1160px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  color: #16291f;
}

.news-detail-text>p,
.news-detail-text__main {
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  color: #16291f;
  margin-bottom: 56px;
  margin-left: 40px;
}

.news-detail-text>p>a,
.news-detail-text__main>a {
  color: #029745;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.news-detail-text>p>a:hover,
.news-detail-text__main>a:hover {
  color: #1cd345;
}

.news-detail-text>p>a:active,
.news-detail-text__main>a:active {
  color: #07803d;
}

.news-detail-text>a {
  color: #029745;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.news-detail-text>a:hover {
  color: #1cd345;
}

.news-detail-text>a:active {
  color: #07803d;
}

.news-detail-text__date {
  font-weight: 300 !important;
  font-size: 20px !important;
  line-height: 130% !important;
  color: #93969e !important;
  margin-bottom: 56px;
  margin-left: 40px;
}

.news-detail-text__title {
  font-weight: 800;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #16291f;
  margin-bottom: 56px;
  margin-left: 40px;
}

.news-detail-text .news-detail-text__quote {
  font-weight: bold;
  font-size: 18px;
  line-height: 130%;
  color: #16291f;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 90px top;
  padding: 67px 87px;
  margin-bottom: 56px;
  margin-left: 0;
}

.news-detail-text>img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
  justify-self: center;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 100px;
}

.news-detail-text>img+p {
  margin-top: 32px;
}

.news-detail-text .news-detail-photo__label {
  font-weight: 300;
  font-size: 13px;
  line-height: 130%;
  color: #93969e;
  max-width: 440px;
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
  justify-self: center;
  text-align: center;
  margin-left: 0;
}

.news-detail-photo {
  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;
  margin-bottom: 56px;
}

.news-detail-photo__img {
  width: 100%;
}

.news-detail-photo__label {
  font-weight: 300;
  font-size: 13px;
  line-height: 130%;
  color: #93969e;
  max-width: 440px;
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
  justify-self: center;
  text-align: center;
}

.news-detail-links {
  margin-top: 12px;
  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;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 40px;
}

.news-detail-links-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.news-detail-links-more__icon {
  width: 9px;
  height: 17px;
  margin-right: 10px;
  fill: #029745;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.news-detail-links-more__text {
  font-weight: bold;
  font-size: 16px;
  line-height: 140%;
  color: #029745;
  padding-bottom: 3px;
  border-bottom: 1px solid #029745;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.news-detail-links-more:hover .news-detail-links-more__text {
  color: #1cd345;
  border-color: #1cd345;
}

.news-detail-links-more:hover .news-detail-links-more__icon {
  fill: #1cd345;
}

.news-detail-links-more:active .news-detail-links-more__text {
  color: #07803d;
  border-color: #07803d;
}

.news-detail-links-more:active .news-detail-links-more__icon {
  fill: #07803d;
}

.news-detail-links-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-detail-links-social__text {
  font-weight: bold;
  font-size: 18px;
  line-height: 130%;
  color: #16291f;
  margin-right: 18px;
}

.news-detail-links-social__icon {
  margin-right: 8px;
}

.news-detail-links-social__icon:last-child {
  margin-right: 0;
}

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

.eco-slider {
  padding-bottom: 0;
}

.eco-item {
  background-color: #fff;
  width: 100%;
  min-width: 44.5%;
  max-width: 800px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 64px;
  margin-right: 20px;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}

.eco-item>a {
  display: block;
}

.eco-item__label {
  color: #029745;
}

.eco-item:hover {
  background-color: #edfff5;
}

.eco-card {
  background-color: #fff;
  width: calc(33.33% - 20px);
  height: 280px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px;
  background-repeat: no-repeat;
  background-position: right top;
  position: relative;
  margin-right: 30px;
  margin-bottom: 30px;
}

.eco-card__icon {
  position: absolute;
  height: 64px;
  width: 64px;
  top: 25px;
  right: 35px;
}

.eco-card__num {
  font-weight: 300;
  font-size: 72px;
  line-height: 130%;
  color: #029745;
  margin-bottom: 40px;
}

.eco-card__text {
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  color: #16291f;
  max-width: 76%;
}

.eco-card:nth-child(3),
.eco-card:nth-child(5) {
  margin-right: 0;
}

.eco-card:nth-child(4),
.eco-card:nth-child(5) {
  margin-bottom: 0;
}

.eco-card:nth-child(4) {
  width: calc(66.67% - 10px);
}

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

.security {
  background-repeat: no-repeat;
  background-position: right -150px;
  background-size: 20%;
  padding: 64px 140px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.security-wrapper {
  max-width: 940px;
  margin-bottom: 0;
  width: 100%;
}

.security-wrapper>p {
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  color: #16291f;
  padding-left: 40px;
  margin-bottom: 32px;
}

.security-wrapper>b {
  font-weight: 700;
}

.security-wrapper>ul {
  max-width: 940px;
  margin-bottom: 0;
  margin-left: 67px;
}

.security-wrapper>ul>li {
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  color: #16291f;
  margin-bottom: 16px;
  padding-left: 13px;
}

.security-wrapper>ul>li:last-of-type {
  margin-bottom: 0;
}

.security-text {
  max-width: 100%;
}

.tipovaya {
  background-repeat: no-repeat;
  background-position: right -150px;
  background-size: 20%;
  padding: 64px 0 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;
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  color: #16291f;
}

.tipovaya-div {
  max-width: 1200px;
  width: 100%;
  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;
}

.tipovaya-div>p+img {
  margin-top: 32px;
}

.tipovaya-div>img+p {
  margin-top: 32px;
}

.tipovaya-wrapper {
  display: block;
  margin: 0 auto 64px;
  max-width: 920px;
  width: 100%;
}

.tipovaya-wrapper>p+img {
  margin-top: 32px;
}

.tipovaya-wrapper>img+p {
  margin-top: 32px;
}

.tipovaya-wrapper>p {
  width: 100%;
}

.tipovaya-wrapper:last-child {
  margin-bottom: 0;
  margin-top: 64px;
}

.tipovaya-wrapper:only-child {
  margin-top: 0;
}

.tipovaya__title,
.tipovaya>h2 {
  max-width: 920px;
  width: 100%;
  font-weight: 800;
  font-size: 36px;
  line-height: 110%;
  letter-spacing: 0.02em;
  color: #16291f;
  margin-bottom: 48px;
}

.tipovaya__text,
.tipovaya>p {
  max-width: 920px;
  width: 100%;
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  color: #16291f;
  margin-bottom: 32px;
}

.tipovaya__text:last-child,
.tipovaya>p:last-child {
  margin-bottom: 0;
}

.tipovaya-quote {
  max-width: 1000px;
  width: 100%;
  padding: 0;
}

.tipovaya>img {
  max-width: 800px;
  width: 100%;
}

.tipovaya>img+p {
  font-weight: 300;
  font-size: 13px;
  line-height: 130%;
  color: #93969e;
  max-width: 440px;
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
  justify-self: center;
  text-align: center;
}

.tipovaya>p+div {
  margin-top: 32px;
}

.tipovaya>div+p {
  margin-top: 32px;
}

.error {
  background-repeat: no-repeat;
  background-position: right -150px;
  background-size: 20%;
  padding: 64px 140px;
  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;
}

.error-img {
  background: #f6f8fa;
  margin-bottom: 24px;
}

.error-title {
  background-attachment: fixed;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: bold;
  font-size: 288px;
  line-height: 110%;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.error__text {
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  color: #16291f;
  margin-bottom: 16px;
}

.error__link {
  font-weight: bold;
  font-size: 16px;
  line-height: 140%;
  color: #029745;
  padding-bottom: 5px;
  border-bottom: 1px solid #029745;
}

.results {
  background-repeat: no-repeat;
  background-position: right -150px;
  background-size: 20%;
  padding: 64px 140px 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;
}

.results-wrapper {
  max-width: 920px;
  width: 100%;
}

.results__title {
  font-weight: 800;
  font-size: 36px;
  line-height: 110%;
  letter-spacing: 0.02em;
  color: #16291f;
}

.results__green {
  font-weight: 800;
  font-size: 36px;
  line-height: 110%;
  letter-spacing: 0.02em;
  color: #029745;
  margin-bottom: 20px;
}

.results-search {
  margin: 18px 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
}

.results-search__field {
  width: 74%;
  margin-right: 16px;
}

.results-search__button {
  width: 21.76%;
}

.results-search>.select {
  height: 45px;
  width: 200px;
}

.results-search>.select>.select-styled {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.results-search>.select>.select-styled:after {
  top: 14px;
}

.results-item {
  margin-top: 40px;
  border-bottom: 1px solid #e6e9f0;
}

.results-item-info {
  margin-bottom: 40px;
}

.results-item-info-path {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.results-item-info-path img {
  margin: 0 10px;
}

.results-item-info span {
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  color: #93969e;
}

.results-item-info a {
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  color: #029745;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.results-item-info a:hover {
  cursor: pointer;
  color: #1cd345;
}

.results-item-info a:active {
  color: #07803d;
}

.results-item:last-child {
  border-width: 0;
}

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

.results-item h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 130%;
  color: #16291f;
  margin-bottom: 30px;
}

.results-item h3>a {
  color: #16291f;
}

.results-item p {
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  color: #16291f;
  margin-bottom: 20px;
}

.results-item p a {
  color: #029745;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-weight: 700;
}

.results-item p a:hover {
  cursor: pointer;
  color: #1cd345;
}

.results-item p a:active {
  color: #07803d;
}

.results-item p:last-child {
  margin-bottom: 30px;
}

.obr {
  background-repeat: no-repeat;
  background-position: right -150px;
  background-size: 20%;
  padding: 64px 140px 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;
}

.obr-wrapper {
  max-width: 920px;
  margin-bottom: 64px;
}

.obr-wrapper p {
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  color: #16291f;
  margin-bottom: 20px;
  width: 100%;
  padding: 0;
}

.obr-wrapper p a {
  color: #029745;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-weight: 700;
}

.obr-wrapper p a:hover {
  cursor: pointer;
  color: #1cd345;
}

.obr-wrapper p a:active {
  color: #07803d;
}

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

.obr-wrapper:last-child {
  margin-bottom: 0;
}

.obr-cont {
  width: 100%;
  max-width: 920px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.obr-cont img {
  width: 170px !important;
  height: 255px !important;
  margin-right: 40px;
  margin-bottom: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.obr-cont-text {
  -ms-flex-item-align: end;
  align-self: flex-end;
  max-width: 440px;
}

.obr-cont-text p {
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  color: #16291f;
  margin-bottom: 20px;
  padding: 0;
  width: 100%;
}

.obr-cont-text b {
  font-weight: 700;
}

.obr-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 64px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.obr-cards-item {
  background-color: #fff;
  width: calc(50% - 20px);
  margin-right: 40px;
  min-height: 290px;
  padding: 50px 40px 50px 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.obr-cards-item h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 130%;
  color: #16291f;
  margin-bottom: 40px;
}

.obr-cards-item a {
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  color: #16291f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.obr-cards-item a svg {
  height: 16px;
  width: 16px;
  margin-right: 16px;
  fill: transparent;
  stroke: #029745;
}

.obr-cards-item a:last-child {
  margin-bottom: 0;
}

.obr-cards-item a:hover {
  color: #029745;
}

.obr-cards-item:nth-of-type(2n + 2) {
  margin-right: 0;
}

.nn-item {
  max-width: 800px;
  width: calc(50% - 20px);
  min-width: 630px;
  height: 400px;
  margin-bottom: 24px !important;
}

.nn-item:nth-of-type(2n + 1) {
  margin-right: 40px;
}

.nn-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: -24px;
}

.nn-wrapper h3 {
  font-weight: 800;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #16291f;
  width: 100%;
  margin-bottom: 32px;
}

.nn-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 16px;
}

.nn-office {
  min-height: 220px;
  height: auto;
}

.table {
  border-collapse: collapse;
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  color: #16291f;
  border-collapse: collapse;
  text-align: center;
}

/* .tech-spec-item {
  background: #f0f1f6;
  padding: 32px;
} */

.table th,
.table td {
  padding: 32px;
  border: 1px solid #e6e9f0;
}

.table td {
  background: #fff;
}

.grade {
  background-repeat: no-repeat;
  background-position: right -150px;
  background-size: 20%;
  padding: 64px 0 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;
}

.grade-wrapper {
  margin-bottom: 64px;
  max-width: 1800px;
  width: 100%;
  text-align: center;
  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;
}

.grade-wrapper>h2 {
  width: 100%;
  font-weight: 800;
  font-size: 36px;
  line-height: 110%;
  letter-spacing: 0.02em;
  color: #16291f;
  margin-bottom: 48px;
}

.grade-wrapper>p {
  width: 100%;
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  color: #16291f;
  margin-bottom: 32px;
}

.grade-wrapper>p:last-child {
  margin-bottom: 0;
}

.grade-wrapper>b {
  width: 100%;
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  color: #16291f;
  margin-bottom: 32px;
}

.grade-wrapper>b:last-child {
  margin-bottom: 0;
}

@media (max-width: 1800px) {
  .menu {
    max-width: 900px;
  }
}

@media (max-width: 1670px) {
  .navbar {
    padding: 0 100px;
  }

  .navbar-burger {
    margin-right: 20px;
  }

  .navbar-burger__title {
    display: none;
  }

  .menu {
    max-width: 760px;
    margin-right: 20px;
  }

  .menu-item {
    font-size: 14px;
  }
}

@media (max-width: 1350px) {
  .navbar .menu-item {
    font-size: 12px;
  }
}

@media (max-width: 1350px) {
  .menu {
    max-width: 660px;
    margin-right: 20px;
  }
}

@media (max-width: 1250px) {
  .menu {
    display: none;
  }

  .navbar-burger__title {
    display: inline;
  }
}

@media (max-width: 1670px) {
  .header {
    height: 667px;
  }

  .header-subpage {
    height: auto;
  }

  .menu-hidden {
    background-position: 850px bottom;
  }

  .menu-hidden-main {
    padding: 62px 27px 62px 100px;
    height: auto;
    max-width: 900px;
  }

  .menu-hidden-main-block {
    width: 160px;
    margin-right: 53px;
  }

  .menu-hidden-main-block__title {
    font-size: 15px;
    margin-bottom: 25px;
  }

  .menu-hidden-main-block__subtitle {
    font-size: 12px;
    line-height: 130%;
    margin-bottom: 12px;
  }

  .menu-hidden-form {
    background-position: -130px bottom;
    width: 306px;
    padding: 80px 32px;
  }

  .menu-hidden-form-contact {
    margin-bottom: 48px;
  }

  .menu-hidden-form-contact-item__icon {
    margin-bottom: 12px;
  }

  .menu-hidden-form-contact-item__link {
    font-size: 12px;
  }

  .menu-hidden .form-ui {
    padding: 0 0 48px;
  }

  .menu-hidden .form-ui-inner-heading__title {
    font-size: 18px;
    margin-bottom: 25px;
  }

  .menu-hidden .form-ui-inner-content>div>span {
    margin-top: -14px;
  }

  .menu-hidden .form-ui-inner-content__input {
    height: 50px;
    font-size: 12px;
    margin-bottom: 18px;
  }

  .menu-hidden .form-ui-inner-content__input::-webkit-input-placeholder {
    font-size: 12px;
  }

  .menu-hidden .form-ui-inner-content__button {
    height: 42px;
    font-size: 12px;
  }

  .search-close,
  .enter-close {
    font-size: 12px;
    top: 20px;
    right: 40px;
  }

  .search-close__icon,
  .enter-close__icon {
    margin-left: 7px;
    width: 12px;
    height: 13px;
  }

  .search__field,
  .enter__field {
    height: 49px;
    font-size: 14px;
    padding: 16px 20px 13px;
  }

  .search__button,
  .enter__button {
    height: 49px;
    width: 20%;
    padding: 16px;
    font-size: 12px;
  }

  .search form {
    max-width: 80%;
  }

  .heading {
    padding: 188px 0 0 100px;
  }

  .heading__title {
    margin-bottom: 31px;
  }

  .heading__slogan {
    font-size: 34px;
    margin-bottom: 62px;
    max-width: 880px;
  }

  .heading__button {
    font-size: 12px;
    padding: 21px 41px;
  }

  .heading-other {
    padding: 125px 100px 0 100px;
  }

  .heading-other__title {
    font-size: 38px;
    margin: 18px 0 43px 0;
  }

  .heading-other-nav__page {
    font-size: 14px;
  }

  .heading-menu-item {
    margin-bottom: 25px;
    margin-left: 39px;
    margin-top: 25px;
  }

  .heading-menu-item_link {
    font-size: 14px;
  }

  .heading-menu-item:first-child {
    margin-top: 48px;
  }

  .point {
    margin: 0 20px 0 80px;
    top: 526px;
  }

  .point-item {
    padding: 10px 20px 0 20px;
  }

  .point-item__num {
    font-size: 23px;
    margin-left: -4px;
  }

  .point-item-wrapper__title {
    font-size: 17px;
    padding-left: 35px;
    padding-bottom: 20px;
  }

  .point-item-wrapper__text {
    font-size: 14px;
    margin-left: 35px;
    -webkit-line-clamp: 100;
  }

  .point-item:hover {
    -webkit-transform: translateY(-47%);
    transform: translateY(-47%);
  }

  .production {
    padding: 62px 0 0 100px;
    /*margin-left: 100px;*/
  }

  .production-line {
    left: 100px;
  }

  .production-subpage {
    padding: 52px 0 28px 0;
    margin-left: 0;
  }

  .production-text {
    margin-bottom: 55px;
  }

  .production__title {
    font-size: 38px;
    margin-bottom: 43px;
  }

  .production__descr,
  .production div {
    font-size: 14px;
    margin-bottom: 18px;
  }

  .production__link {
    font-size: 12px;
  }

  .production-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .production-list-subpage {
    max-width: 90%;
  }

  .production-list-item {
    padding: 50px 52px;
    min-height: 315px;
    background-size: 180px 180px;
  }

  .production-list-item-subpage {
    width: calc(50% - 20px);
  }

  .production-list-item img {
    height: 200px;
    width: 200px;
  }

  .production-list-item__image {
    width: 185px;
  }

  .production-list-item__arrow {
    width: 51px;
    height: 51px;
  }

  .production-list-item__title {
    font-size: 15px;
    margin: 31px 0;
  }

  .production-list-item__descr {
    font-size: 14px;
  }

  .production-list-item__points {
    max-width: 90%;
  }

  .production-list .empty {
    display: none;
  }

  .production-separator {
    margin-top: 63px;
  }

  .company-text {
    padding: 60.5px 123px 60.6px 0;
    margin-left: 100px;
    width: calc(50% - 80px);
    font-size: 14px;
  }

  .company__title {
    font-size: 38px;
    margin-bottom: 43px;
  }

  .company__descr,
  .company p {
    font-size: 14px;
  }

  .company-fact-item {
    padding: 62px 75px;
  }

  .company-fact-item__num {
    font-size: 31px;
  }

  .company-fact-item__descr {
    font-size: 14px;
  }

  .company-video {
    height: 370px;
  }

  .company-button__icon {
    height: 118px;
    left: calc(50% - 39px);
    top: calc(50% - 59px);
  }

  .company-button__text {
    height: 154px;
    left: calc(50% - 57px);
    top: calc(50% - 77px);
  }

  .company-tour {
    padding: 0 100px 0 80px;
  }

  .company-tour__text {
    font-size: 14px !important;
    margin: 0 !important;
  }

  .company-tour__button {
    font-size: 12px;
    margin-right: 43px;
  }

  .company-tour__link {
    font-size: 12px;
  }

  .company-tour-wrapper {
    margin-top: 52px;
  }

  .company-top-item {
    padding: 86px 80px 86px 60px;
    height: 334px;
  }

  .company-top-item__num {
    font-size: 31px;
    margin-bottom: 12px;
  }

  .company-top-item__descr {
    font-size: 14px;
    max-width: 200px;
  }

  .press {
    padding: 62px 20px 0 0;
    margin-left: 100px;
  }

  .press__title {
    font-size: 38px;
    margin-bottom: 43px;
  }

  .press-wrapper__button {
    height: 50px;
    font-size: 12px;
    padding: 18px 43px;
  }

  .press-wrapper__link {
    font-size: 12px;
    margin-left: 43px;
  }

  .press-content-media {
    margin-top: 37px;
    width: 240px;
  }

  .press-content-media-wrapper__link,
  .press-content-media-wrapper>a {
    margin-right: 25px;
  }

  .press-content-media-wrapper__link>svg,
  .press-content-media-wrapper>a>svg {
    width: 18px;
    height: 18px;
  }

  .press-content-media-wrapper__social {
    width: 18px;
    height: 18px;
  }

  .press-content-media-wrapper__icon {
    width: 22px;
  }

  .press-content-media-wrapper__text {
    font-size: 12px;
  }

  .press-content-news {
    margin-top: 37px;
  }

  .press-content-news-item {
    height: 400px;
    width: 50%;
  }

  .press-content-news-item__text {
    font-size: 13px;
    margin-bottom: 12px;
  }

  .press-content-news-item__date {
    font-size: 12px;
  }

  .press-content-news-item-img {
    margin-top: 25px;
    height: 76%;
  }

  .press-content-news-item:last-child {
    display: none;
  }

  .ecology {
    padding-top: 62px;
    margin-left: 100px;
  }

  .ecology-text {
    width: calc(100% - 700px);
    font-size: 18px;
  }

  .ecology-text__title {
    font-size: 38px;
    margin-bottom: 43px;
  }

  .ecology-text__descr,
  .ecology-text p {
    font-size: 18px;
  }

  .ecology-text__link {
    font-size: 12px;
  }

  .ecology-quote {
    width: 700px;
    padding: 84px;
  }

  .ecology-quote__icon {
    left: 84px;
  }

  .ecology-quote__text {
    font-size: 31px;
  }

  .ecology-fact {
    margin-top: 62px;
    margin-bottom: 62px;
  }

  .ecology-fact-item {
    width: 280px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 74px 55px;
    background-size: 65%;
  }

  .ecology-fact-item__num {
    font-size: 31px;
  }

  .ecology-fact-item__text {
    font-size: 14px;
  }

  .contacts {
    padding: 0 100px 0 0;
    margin-left: 100px;
  }

  .contacts-subpage {
    padding-top: 52px;
  }

  .contacts-info-item {
    padding: 57px 80px;
  }

  .contacts-info-item__title {
    font-size: 15px;
    margin-bottom: 12px;
  }

  .contacts-info-item__tel {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .contacts-info-item__addr {
    font-size: 12px;
    margin-bottom: 12px;
  }

  .contacts-info-item__email {
    font-size: 14px;
  }

  .form {
    padding: 62px 100px 62px 0;
    margin-left: 100px;
  }

  .form-ui {
    padding: 50px 97px;
  }

  .form-ui-inner-heading__title {
    font-size: 38px;
    margin-right: 27px;
  }

  .form-ui-inner-heading__text {
    font-size: 14px;
  }

  .form-ui-inner-content__input {
    height: 42px;
    width: 135px;
  }

  .form-ui-inner-content__input::-webkit-input-placeholder {
    font-size: 12px;
  }

  .form-ui-inner-content__button {
    width: 165px;
    height: 42px;
    font-size: 12px;
  }

  .form-white {
    padding: 0 100px 0 0;
  }

  .form-white-ui {
    padding: 50px 97px;
  }

  .form-white-ui-inner-heading__title {
    font-size: 38px;
    margin-right: 27px;
  }

  .form-white-ui-inner-heading__text {
    font-size: 14px;
  }

  .form-white-ui-inner-content__input {
    height: 42px;
    width: 135px;
  }

  .form-white-ui-inner-content__input::-webkit-input-placeholder {
    font-size: 12px;
  }

  .form-white-ui-inner-content__button {
    width: 165px;
    height: 42px;
    font-size: 12px;
  }

  .form__error {
    font-size: 11px;
  }

  .footer {
    padding: 27px 100px 38px 100px;
    margin-top: 52px;
  }

  .footer-navbar-logo img {
    height: 64px;
  }

  .footer-menu-item {
    font-size: 12px;
  }

  .footer-info {
    height: 18px;
  }

  .footer-info-social__link,
  .footer-info-social>a {
    height: 18px;
  }

  .footer-info__copy {
    font-size: 12px;
  }

  .footer-info-dev__text {
    font-size: 12px;
  }

  .cards {
    padding: 49px 100px 60px;
  }

  .cards-item__icon {
    width: 49px;
    height: 49px;
    margin-bottom: 18px;
  }

  .cards-item__title {
    font-size: 14px;
  }

  .cards-separator {
    margin-left: 100px;
  }

  .company-about {
    padding: 20px 215px 20px 0;
  }

  .company-about__text {
    font-size: 18px !important;
  }

  .company-location {
    padding: 20px 200px 20px 92px;
  }

  .company-prod {
    padding: 20px 68px 20px 60px;
  }

  .company-prod__text {
    font-size: 18px !important;
  }

  .timeline-about {
    padding: 49px 385px;
  }

  .timeline-about__title {
    font-size: 28px;
    margin-bottom: 37px;
  }

  .timeline-about__text {
    font-size: 14px;
  }

  .timeline-content-year {
    padding: 62px 0 0 0;
  }

  .timeline-content-year__img {
    width: 400px;
  }

  .timeline-content-year-text {
    width: 460px;
    margin-left: 78px;
  }

  .timeline-content-year-text__title {
    font-size: 55px;
  }

  .timeline-content-year-text__descr {
    font-size: 14px;
  }

  .timeline-line-wrapper-events__prev {
    left: 100px;
  }

  .timeline-line-wrapper-events__next {
    right: 100px;
  }

  .timeline-line-wrapper-events__item__year {
    font-size: 18px;
  }

  .history-video {
    height: 460px;
  }

  .history-video-about {
    padding: 0 157px;
  }

  .history-video-about__title {
    font-size: 28px;
    margin-bottom: 37px;
  }

  .history-video-about__text {
    font-size: 14px;
  }

  .history-video-button__icon {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .history-video-button__text {
    top: calc(50% - 77px);
    left: calc(50% - 77px);
  }

  .prod-about img {
    margin-bottom: 37px;
    width: 80%;
  }

  .prod-about p {
    padding: 0 92px;
    font-size: 14px;
    width: calc(80% - 92px);
  }

  .prod-about>ul {
    margin-bottom: 25px;
    margin-left: 52px;
    width: calc(80% - 92px);
  }

  .prod-about>ul>li {
    font-size: 14px;
    margin-bottom: 12px;
    padding-left: 18px;
  }

  .people {
    padding: 52px 60px 0 100px;
  }

  .people-quote {
    font-size: 18px;
    padding: 100px 85px;
    width: calc(100% - 360px);
    max-width: 720px;
  }

  .people-detail-img {
    margin-right: 40px;
  }

  .people-detail-about {
    font-size: 14px;
    padding-right: 40px;
  }

  .people-detail-about>h2 {
    font-size: 28px;
    margin-bottom: 25px;
  }

  .people-detail-about>h3 {
    font-size: 18px;
    margin-bottom: 49px;
  }

  .people-detail-about>ul {
    margin-bottom: 49px;
  }

  .people-detail-about>ul>li {
    margin-bottom: 12px;
  }

  .people .news-detail-links {
    margin-left: 0;
    margin-bottom: 52px;
  }

  .technology-image {
    margin: 0 auto;
    margin-bottom: 52px;
  }

  .technology-text {
    padding: 0 100px;
    font-size: 14px;
    width: 70%;
  }

  .strategy {
    padding: 52px 0 0;
  }

  .strategy-project {
    width: 90%;
    margin-bottom: 52px;
  }

  .strategy-project-title {
    font-size: 28px;
    padding: 120px 52px;
    margin-bottom: 37px;
  }

  .strategy-project-about-block {
    font-size: 14px;
  }

  .strategy-project-about-block-wrapper {
    margin-top: 37px;
  }

  .strategy-project-about-block__title {
    font-size: 18px;
    margin-bottom: 24px;
  }

  .strategy-project-about-block__list-item {
    margin-bottom: 24px;
  }

  .corp {
    padding: 52px 100px 0;
  }

  .corp-wrapper {
    margin-right: 52px;
  }

  .corp-wrapper__btn,
  .left-menu-link {
    width: 270px;
    height: 63px;
    font-size: 12px;
    padding: 25px;
    padding: 25px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .corp-wrapper__btn:before,
  .left-menu-link:before {
    margin-right: 10px;
  }

  .corp-content {
    width: calc(100% - 322px);
  }

  .corp-content-table>table {
    margin-bottom: 37px;
  }

  .corp-content-table>table th,
  .corp-content-table>table td {
    padding: 18px;
  }

  .corp-content b {
    font-weight: 300;
  }

  .corp-content>ul {
    margin-bottom: 25px;
    margin-left: 40px;
  }

  .corp-content>ul>li {
    font-size: 14px;
    margin-bottom: 12px;
    padding-left: 18px;
  }

  .corp-content__quote {
    font-size: 15px;
    padding: 67px;
    margin-bottom: 62px;
  }

  .corp-content-wrapper {
    margin-bottom: 49px;
  }

  .corp-content-wrapper>.history-video-button {
    position: absolute;
    width: 100%;
    top: 0;
  }

  .corp-content-wrapper>.history-video-button .company-button__text {
    height: 154px;
  }

  .corp-content-wrapper>.history-video-button .company-button__icon {
    height: 118px;
  }

  .corp-content-wrapper__title {
    font-size: 28px;
    margin-bottom: 37px;
  }

  .corp-content-wrapper__subtitle {
    font-size: 18px;
    margin-bottom: 25px;
  }

  .corp-content-wrapper__text,
  .corp-content-wrapper__bold,
  .corp-content-wrapper>p {
    font-size: 14px;
    margin-bottom: 25px;
  }

  .corp-content-wrapper__text>*,
  .corp-content-wrapper__bold>*,
  .corp-content-wrapper>p>* {
    padding-left: 0 !important;
  }

  .corp-content-wrapper>div>h2 {
    font-size: 28px;
    margin-bottom: 37px;
  }

  .corp-content-wrapper>div>h3 {
    font-size: 18px;
    margin-bottom: 25px;
  }

  .corp-content-wrapper>div>p {
    font-size: 14px;
    margin-bottom: 25px;
  }

  .corp-content-wrapper-list,
  .corp-content-wrapper > table ul,
  .corp-content-wrapper>ul {
    margin-bottom: 25px;
    margin-left: 52px;
  }

  .corp-content-wrapper-list__item,
  .corp-content-wrapper-list>li,
  .corp-content-wrapper>ul__item,
  .corp-content-wrapper > table ul li,
  .corp-content-wrapper>ul>li {
    font-size: 14px;
    margin-bottom: 12px;
    padding-left: 18px;
  }

  .corp-content-wrapper-facts {
    margin-left: 30px;
    margin-top: 55px;
    max-width: 500px;
  }

  .corp-content-wrapper-facts-item>span:first-child {
    font-size: 30px;
  }

  .corp-content-wrapper-facts-item>span {
    font-size: 14px;
  }

  .corp-content-wrapper-programs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .corp-content-wrapper-programs-item {
    width: calc(50% - 15px);
    min-height: 250px;
    font-size: 14px;
    padding: 155px 30px 0;
    margin-right: 30px;
  }

  .corp-content-wrapper-programs-item img {
    height: 146px;
    width: 146px;
  }

  .corp-content-wrapper-programs-item:nth-child(1),
  .corp-content-wrapper-programs-item:nth-child(2) {
    margin-bottom: 30px;
  }

  .corp-content-wrapper-programs-item:nth-child(2n + 2) {
    margin-right: 0;
  }

  .corp-content-wrapper-map {
    margin-bottom: 25px;
  }

  .corp-content-wrapper-stud {
    margin-top: 37px;
  }

  .corp-content-wrapper-stud>ul {
    margin-bottom: 25px;
    margin-left: 52px;
  }

  .corp-content-wrapper-stud>ul>li {
    font-size: 14px;
    margin-bottom: 12px;
    padding-left: 18px;
  }

  .corp-content-wrapper-stud-facts>div {
    min-height: 150px;
    padding: 80px 20px 41px;
  }

  .corp-content-wrapper-stud-facts>div>svg {
    height: 49px;
    width: 49px;
    top: 20px;
    right: 25px;
  }

  .corp-content-wrapper-stud-facts>div>span {
    font-size: 14px;
  }

  .corp-content-wrapper-stud-facts>div>span:first-of-type {
    font-size: 14px;
  }

  .corp-content-wrapper-way {
    margin-top: 37px;
  }

  .corp-content-wrapper-way .line {
    top: 66.5px;
  }

  .corp-content-wrapper-way>div {
    font-size: 14px;
  }

  .corp-content-wrapper-way>div>svg {
    height: 49px;
    width: 49px;
    margin-bottom: 12px;
  }

  .corp-content-wrapper-way>div>img {
    margin-bottom: 12px;
    height: 13px;
    width: 13px;
  }

  .corp-content-wrapper-otklik {
    min-height: 220px;
  }

  .corp-content-wrapper-otklik>img {
    height: 220px;
  }

  .corp-content-wrapper-otklik a {
    font-size: 12px;
    margin-left: 36px;
    padding: 18px 42px 18px 45px;
  }

  .corp-content-wrapper-feedback {
    padding: 30px 60px;
    margin-bottom: 25px;
  }

  .corp-content-wrapper-feedback>div:first-of-type {
    width: 150px;
    margin-right: 60px;
  }

  .corp-content-wrapper-feedback>div:first-of-type>img {
    height: 150px;
    width: 150px;
    margin-bottom: 18px;
  }

  .corp-content-wrapper-feedback>div:first-of-type>span {
    font-size: 12px;
  }

  .corp-content-wrapper-feedback>div:first-of-type>span:first-of-type {
    font-size: 14px;
  }

  .corp-content-wrapper-feedback>div>img {
    height: 40px;
    width: 49px;
    margin-bottom: 37px;
  }

  .corp-content-wrapper-feedback>div>p {
    font-size: 14px;
  }

  .corp-content-wrapper-links {
    margin-left: 30px;
    max-width: 600px;
    margin-bottom: -12px;
  }

  .corp-content-wrapper-links>a {
    font-size: 12px;
    margin-right: 25px;
    margin-bottom: 12px;
  }

  .corp-content-wrapper-prog {
    margin-top: 37px;
  }

  .corp-content-wrapper-prog>div:nth-last-child(1) {
    margin-left: 30px;
    margin-top: 37px;
  }

  .corp-content-wrapper-prog>ul {
    margin-bottom: 25px;
    margin-left: 52px;
  }

  .corp-content-wrapper-prog>ul>li {
    font-size: 14px;
    margin-bottom: 12px;
    padding-left: 18px;
  }

  .corp-content>h2 {
    font-size: 28px;
    margin-bottom: 37px;
  }

  .corp-content>h3 {
    font-size: 18px;
    margin-bottom: 25px;
  }

  .corp-content>p,
  .title-list {
    font-size: 15px;
    margin-bottom: 37px;
  }

  .corp-content>img {
    margin-bottom: 37px;
  }

  .vac-location {
    width: 90%;
    max-width: 1000px;
    padding-left: 30px;
    margin-bottom: 49px;
  }

  .vac-location>span {
    font-size: 12px;
    margin-right: 40px;
  }

  .vac-all-item {
    padding: 31px 30px;
  }

  .vac-all-item-inner {
    margin-top: 25px;
    margin-left: 49px;
  }

  .vac-all+.vac-heading {
    margin-top: 37px;
  }

  .vac-subheading {
    margin-top: 37px;
  }

  .vac__title,
  .vac__salary {
    font-size: 18px;
  }

  .vac__city {
    font-size: 16px;
  }

  .vac__city>img {
    margin-right: 12px;
  }

  .vac__link {
    margin-left: 46px;
    margin-bottom: 34px;
    font-size: 14px;
  }

  .vac__text,
  .vac__bold {
    font-size: 14px;
  }

  .vac__icon {
    margin-right: 25px;
    width: 26px;
    height: 26px;
  }

  .vac-wrapper {
    margin-bottom: 25px;
  }

  .vac-list {
    margin-left: 21px;
  }

  .vac-list__item {
    font-size: 14px;
    padding-left: 18px;
    margin-bottom: 12px;
  }

  .vac__button {
    font-size: 12px;
    padding: 16px 40px 16px 42px;
    height: 46px;
  }

  .vac-buttons {
    height: 46px;
  }

  .vac__call {
    padding: 16px 24px;
    font-size: 12px;
    height: 46px;
  }

  .vac__call__icon {
    margin-right: 6px;
    width: 10px;
    height: 10px;
  }

  .vacancy {
    padding: 52px 100px 0;
  }

  .vacancy-all {
    max-width: 1000px;
    width: 90%;
  }

  .tech-spec {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 25px 31px;
  }

  .tech-spec-text {
    margin-left: 28px;
  }

  .tech-spec-text__link {
    font-size: 12px;
    margin-bottom: 12px;
  }

  .tech-spec-text__label {
    font-size: 12px;
  }

  .sertificate-slider {
    padding-bottom: 25px;
  }

  .sertificate-item {
    margin-right: 25px;
  }

  .sertificate-item__label {
    margin-top: 12px;
    font-size: 12px;
  }

  .sertificate-subpage {
    padding: 52px 100px 0;
  }

  .sertificate-subpage .sertificate-contacts-item {
    height: 270px;
    margin-bottom: 18px;
  }

  .sertificate-contacts-item {
    height: 320px;
    margin-bottom: 18px;
  }

  .sertificate-contacts-item--eco {
    min-height: 195px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .sertificate-contacts-year {
    font-size: 55px;
    padding-left: 18px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: 200px;
    min-width: 200px;
  }

  .sertificate-contacts-text {
    margin-top: 40px;
    margin-left: 40px;
  }

  .sertificate-contacts-text__title {
    font-size: 18px;
    margin-bottom: 25px;
  }

  .sertificate-contacts-text__label {
    font-size: 14px;
    margin-bottom: 25px;
    -webkit-line-clamp: 100;
  }

  .sertificate-contacts-text__link {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .sertificate-contacts-text__link__icon {
    margin-right: 12px;
  }

  .sertificate-contacts-text--eco {
    margin: 10px 92px 10px 58px;
  }

  .sertificate-contacts-text--eco__label {
    font-size: 14px;
  }

  .gazeta {
    padding: 52px 80px 0 100px;
  }

  .gazeta-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .gazeta-item-text {
    padding: 31px 40px;
  }

  .gazeta-item-text__date {
    font-size: 12px !important;
    margin-bottom: 12px !important;
  }

  .gazeta-item-text__title {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .gazeta-item-text__download {
    font-size: 12px;
  }

  .gazeta-item-text__label,
  .gazeta-item-text p {
    font-size: 14px;
  }

  .select-wrapper {
    padding-top: 52px;
    padding-left: 100px;
  }

  .news-detail {
    padding: 52px 100px 0 100px;
  }

  .news-detail-text {
    padding: 0;
    font-size: 14px;
  }

  .news-detail-text__date {
    font-size: 15px !important;
    margin-bottom: 43px;
    margin-left: 31px;
  }

  .news-detail-text__title {
    font-size: 18px;
    margin-bottom: 43px;
    margin-left: 31px;
  }

  .news-detail-text>p,
  .news-detail-text__main {
    font-size: 14px;
    margin-bottom: 43px;
    margin-left: 31px;
  }

  .news-detail-text>img+p {
    margin-top: 25px;
  }

  .news-detail-text .news-detail-text__quote {
    font-size: 14px;
    margin-bottom: 43px;
    padding: 52px 67px;
  }

  .news-detail-text .news-detail-photo__label {
    font-size: 10px;
    margin-top: 12px;
  }

  .news-detail-photo {
    margin-bottom: 43px;
  }

  .news-detail-photo__label {
    font-size: 10px;
    margin-top: 12px;
  }

  .news-detail-links {
    margin-top: 9px;
    margin-left: 31px;
  }

  .news-detail-links-more__icon {
    margin-right: 8px;
  }

  .news-detail-links-more__text {
    font-size: 12px;
  }

  .news-detail-links-social__text {
    font-size: 14px;
    margin-right: 14px;
  }

  .eco-item {
    padding: 31px 49px;
    margin-right: 15px;
    margin-bottom: 25px;
    min-width: 350px;
  }

  .eco-card {
    background-size: 245px;
    height: 215px;
    padding: 30px;
  }

  .eco-card__icon {
    position: absolute;
    height: 45px;
    width: 45px;
    top: 15px;
    right: 20px;
  }

  .eco-card__num {
    font-size: 50px;
    margin-bottom: 30px;
  }

  .eco-card__text {
    font-size: 14px;
    max-width: 85%;
  }

  .security {
    padding: 52px 100px 0;
  }

  .security-wrapper>p {
    font-size: 14px;
    padding-left: 30px;
    margin-bottom: 25px;
  }

  .security-wrapper>ul {
    margin-left: 52px;
    margin-bottom: 0;
  }

  .security-wrapper>ul>li {
    font-size: 14px;
    margin-bottom: 12px;
    padding-left: 18px;
  }

  .tipovaya {
    padding: 52px 15px 0;
  }

  .tipovaya-wrapper {
    margin-bottom: 52px;
  }

  .tipovaya-wrapper>p+img {
    margin-top: 25px;
  }

  .tipovaya-wrapper>img+p {
    margin-top: 25px;
  }

  .tipovaya-wrapper:last-child {
    margin-top: 52px;
  }

  .tipovaya__title,
  .tipovaya>h2 {
    font-size: 28px;
    margin-bottom: 37px;
  }

  .tipovaya__text,
  .tipovaya>p {
    font-size: 14px;
    margin-bottom: 25px;
  }

  .tipovaya-quote {
    padding: 0;
  }

  .tipovaya>p+div {
    margin-top: 25px;
  }

  .tipovaya>div+p {
    margin-top: 25px;
  }

  .error-title {
    font-size: 222px;
  }

  .error__text {
    font-size: 14px;
  }

  .error__link {
    font-size: 13px;
  }

  .results {
    padding: 52px 100px 0;
  }

  .results__title {
    font-size: 28px;
  }

  .results__green {
    font-size: 28px;
    margin-bottom: 16px;
  }

  .results-search {
    margin: 14px 0 46px;
  }

  .results-item {
    margin-top: 30px;
  }

  .results-item-info {
    margin-bottom: 30px;
  }

  .results-item-info-path {
    margin-bottom: 8px;
  }

  .results-item-info-path img {
    margin: 0 8px;
  }

  .results-item-info span,
  .results-item-info a {
    font-size: 12px;
  }

  .results-item h3 {
    font-size: 18px;
    margin-bottom: 23px;
  }

  .results-item p {
    font-size: 14px;
    margin-bottom: 16px;
  }

  .results-item p:last-child {
    margin-bottom: 23px;
  }

  .obr {
    padding: 52px 100px 0;
  }

  .obr-wrapper {
    margin-bottom: 52px;
  }

  .obr-wrapper p {
    font-size: 14px;
    margin-bottom: 16px;
    padding: 0;
    width: 100%;
  }

  .obr-cont img {
    margin-right: 30px;
    height: 255px !important;
    width: 170px !important;
    margin-bottom: 0;
  }

  .obr-cont-text p {
    font-size: 14px;
    margin-bottom: 16px;
    padding: 0;
    width: 100%;
  }

  .obr-cards {
    margin-bottom: 52px;
  }

  .obr-cards-item {
    min-height: 220px;
    padding: 38px 54px;
  }

  .obr-cards-item h3 {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .obr-cards-item a {
    font-size: 14px;
    margin-bottom: 19px;
  }

  .nn-item {
    height: 380px;
  }

  .nn-wrapper {
    margin-top: 52px;
  }

  .nn-wrapper h3 {
    font-size: 18px;
    margin-bottom: 25px;
  }

  .nn-content {
    margin-top: 12px;
  }

  .nn-office {
    min-height: 180px;
    height: auto;
  }

  .table,
  table {
    font-size: 14px;
  }

  .table th {
    padding: 25px;
  }

  .table th,
  .table td {
    padding: 25px;
  }

  .grade {
    padding: 52px 16px 0;
  }

  .grade-wrapper {
    margin-bottom: 52px;
  }

  .grade-wrapper>p,
  .grade-wrapper>b {
    font-size: 14px;
  }
}

@media (max-width: 1500px) {
  .nn-item {
    margin-right: 0 !important;
    margin-left: 0 !important;
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 1250px) {
  .press-content-news-item-img {
    height: 66.7%;
  }

  .point {
    display: none;
  }

  .corp-wrapper-gazetnaya {
    display: none;
  }

  .corp-content-gazetnaya {
    width: 100%;
  }

  .eco {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .eco-card {
    width: 100% !important;
    margin-right: 0;
    margin-bottom: 25px;
  }

  .eco-card:nth-child(4) {
    margin-bottom: 25px;
  }
}

@media (max-width: 1200px) {
  .people-quote {
    margin-bottom: 40px;
    width: 100%;
  }

  .people-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .people-detail-img {
    height: 280px;
    width: 280px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
  }

  .people-detail-about {
    font-size: 12px;
  }

  .people-detail-about>h2 {
    font-size: 24px;
    margin-bottom: 21px;
  }

  .people-detail-about>h3 {
    font-size: 14px;
    margin-bottom: 41px;
  }

  .people-detail-about>ul {
    margin-bottom: 41px;
  }

  .people-detail-about>ul>li {
    margin-bottom: 10px;
  }

  .people .news-detail-links {
    margin-left: 0;
    margin-bottom: 52px;
  }

  .history-video-about {
    padding: 0 100px;
  }

  .corp-content-table>table th,
  .corp-content-table>table td {
    padding: 10px;
  }
}

@media (max-width: 1100px) {
  .press-content-news-item-img__photo {
    width: 100%;
  }

  .company-tour-wrapper {
    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;
  }

  .company-tour__button {
    padding: 15px 20px;
    margin-right: 10px;
  }

  .company-tour {
    padding: 20px 100px 20px 80px;
  }

  .company-tour-wrapper {
    margin-top: auto;
  }

  .point-item {
    -webkit-transform: translateY(70%);
    transform: translateY(70%);
  }

  .form-ui,
  .form-white-ui {
    padding: 50px 30px;
  }

  .footer-navbar-logo {
    margin-right: 30px;
  }

  .form-ui-inner-content__input,
  .form-white-ui-inner-content__input {
    width: 110px;
  }

  .ecology-quote {
    width: 500px;
  }

  .ecology-text {
    width: calc(100% - 550px);
  }

  .timeline-about {
    padding: 40px 16px;
  }

  .timeline-content-year {
    margin-left: 0;
    -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;
    margin-bottom: 50px;
  }

  .timeline-content-year__img {
    width: 460px;
  }

  .timeline-content-year-text {
    margin-left: 0;
  }

  .vac-all-item-inner {
    margin-bottom: 50px;
  }

  .vacancy .vac-all-item-inner {
    margin-bottom: 0;
  }
}

@media (max-width: 950px) {
  .point {
    margin: 0 20px 0 20px;
  }

  .heading-menu-item {
    margin-left: 50px;
  }

  .point-item {
    -webkit-transform: translateY(73%);
    transform: translateY(73%);
  }

  .press-content-media {
    width: 180px;
  }

  .press-content-media-wrapper__link,
  .press-content-media-wrapper>a {
    margin-right: 15px;
  }

  .footer {
    padding: 24px 16px;
    height: 105px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .footer-navbar {
    display: none;
  }

  .footer-info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-info-social__link,
  .footer-info-social>a {
    margin-right: 16px;
  }

  .footer-info__copy {
    margin-left: auto;
  }

  .footer-info-dev {
    margin: 0;
    margin-left: auto;
  }

  .footer-info-dev__text {
    font-size: 12px;
    margin-right: 10px;
  }

  .heading-other {
    padding: 125px 100px 0 100px;
  }

  .corp-wrapper {
    display: none;
  }

  .corp-content {
    width: 100%;
  }
}

@media (max-width: 800px) {
  .header {
    height: auto;
    opacity: 1;
    z-index: 5;
  }

  .navbar {
    padding: 16px 16px 24px;
    position: static;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 104px;
    opacity: 0.99;
  }

  .navbar-logo img {
    height: 64px;
  }

  .menu-hidden--active+header .navbar-burger {
    display: none;
  }

  .navbar-burger {
    margin: 0 0 0 30px;
    order: 1;
  }

  .navbar-burger__title {
    display: none;
  }

  .navbar-scroll {
    background-color: transparent;
  }

  .navbar-scroll-burger__icon {
    fill: #fff;
  }

  .navbar-scroll-burger__title {
    color: #fff;
  }

  .menu-hidden {
    background: #fff !important;
    -webkit-transform: translate(100%, 104px);
    transform: translate(100%, 104px);
    min-height: calc(100vh - 104px);
    height: calc(100vh - 104px);
    ;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu-hidden-mob {
    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: 48px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }

  .menu-hidden-mob__title {
    font-weight: 800;
    font-size: 23px;
    line-height: 110%;
    letter-spacing: 0.02em;
    color: #c7c9cf;
  }

  .menu-hidden--active+header .menu-hidden-mob__close {
    display: block;
  }

  .menu-hidden-mob__close {
    margin-left: 30px;
    width: 20px;
    order: 1;
  }

  .menu-hidden-main {
    height: calc(100vh - 64px);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 36px 16px 48px 36px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }

  .menu-hidden-main-block {
    height: auto;
    width: 100%;
    margin-bottom: 15px;
  }

  .menu-hidden-main-block__more {
    display: block;
    margin-right: 16px;
  }

  .menu-hidden-main-block__less {
    display: block;
    margin-right: 16px;
  }

  .menu-hidden-main-block__title {
    font-size: 15px;
    margin-bottom: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-hidden-main-block__wrapper {
    display: none;
    padding-bottom: 15px;
  }

  .menu-hidden-main-block__subtitle {
    margin-left: 32px;
    font-size: 12px;
    margin-bottom: 10px;
  }

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

  .menu-hidden-form {
    height: 64px;
    background: #029745;
    width: 100%;
    padding: 24px 16px;
  }

  .menu-hidden-form__close {
    display: none;
  }

  .menu-hidden-form-contact {
    margin-bottom: 32px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .menu-hidden-form__button {
    display: block;
    width: 288px;
    height: 38px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: contain;
    border-width: 0;
    font-weight: bold;
    font-size: 10px;
    line-height: 120%;
    letter-spacing: 0.15em;
    color: #029745;
    cursor: pointer;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    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;
    margin: 0 auto;
    margin-bottom: 32px;
  }

  .menu-hidden-form__button:hover {
    background-color: #077f3d;
    color: #fff;
  }

  .menu-hidden-form__button:active {
    background-color: #057839;
    color: #fff;
  }

  .menu-hidden--active {
    -webkit-transform: translate(0, 104px);
    transform: translate(0, 104px);
  }

  .menu-hidden .form-ui {
    display: none;
  }

  .menu {
    display: none;
  }

  .second-menu .search-link,
  .second-menu .second-menu-item[data-menu-id="20"] {
    display: none;
  }

  .second-mob {
    opacity: 0.99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    list-style: none;
    padding: 24px 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  }

  .second-mob-item {
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
  }

  .second-mob-item__link {
    color: #ffffff;
    fill: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .second-mob-item__link__login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .second-mob-item__link__icon {
    margin-right: 10px;
  }

  .second-mob-item__link:hover .second-mob-item__link__icon {
    fill: #029745;
  }

  .second-mob-item__link:hover span {
    color: #029745;
  }

  .second-mob-item__link img {
    margin-right: 8px;
  }

  .search,
  .enter {
    height: 185px;
  }

  .search-close,
  .enter-close {
    font-size: 10px;
    top: 20px;
    right: 30px;
  }

  .search-close__icon,
  .enter-close__icon {
    margin-left: 6px;
    width: 10px;
    height: 10px;
  }

  .search-item,
  .enter-item {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    color: #16291f;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .search-item:hover,
  .search-item:active,
  .enter-item:hover,
  .enter-item:active {
    color: #029745;
  }

  .search__field,
  .enter__field {
    height: 40px;
    font-size: 12px;
    padding: 13px 16px 10px;
    width: 68%;
  }

  .search__button,
  .enter__button {
    height: 40px;
    width: 23%;
    padding: 13px;
    font-size: 10px;
  }

  .search form {
    max-width: 95%;
  }

  .heading {
    display: none;
  }

  .heading-other {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 15px;
  }

  .heading-other__title {
    margin: 0;
    font-size: 32px;
    padding: 24px 16px;
  }

  .heading-other-nav {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 24px 16px 0;
  }

  .heading-other-nav__page {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .heading-other-nav__page:first-child {
    margin: 0;
  }

  .heading-other-nav__page:nth-last-child(n + 4) {
    display: none;
  }

  .heading-other-nav__icon {
    width: 14px;
    height: 14px;
  }

  .heading-other-nav__icon:nth-last-child(n + 4) {
    display: none;
  }

  .heading-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
  }

  .heading-menu-wrapper {
    width: 100%;
    margin-top: 0;
    border-width: 0;
  }

  .heading-menu-item {
    margin: 0;
    padding: 16px 0;
    width: 33.3%;
    background: #029745;
    border-left: 1px solid #63bd8b;
    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;
  }

  .heading-menu-item__icon {
    display: none;
  }

  .heading-menu-item__link {
    font-weight: normal;
    font-size: 11px;
    line-height: 15px;
    letter-spacing: 0.02em;
    color: #ffffff;
    opacity: 1;
  }

  .heading-menu-item:before {
    display: none;
  }

  .heading-menu-item:first-child {
    margin: 0;
    border-left-width: 0;
  }

  .point {
    display: none;
  }

  .production {
    border-width: 0;
    margin: 0;
    padding: 52px 16px;
  }

  .production-line {
    display: none;
  }

  .production-subpage {
    background: none !important;
  }

  .production-text {
    width: 100%;
    margin-bottom: 52px;
  }

  .production__title {
    font-size: 32px;
    margin-bottom: 36px;
  }

  .production__descr,
  .production div {
    font-size: 12px;
    margin-bottom: 15px;
  }

  .production__link {
    font-size: 11px;
  }

  .production-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 100%;
  }

  .production-list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-size: 152px 152px;
    width: 288px;
    min-height: 210px;
    padding: 22px 32px;
    margin: 0 auto;
    margin-bottom: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .production-list-item-subpage {
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .production-list-item-subpage:nth-child(2n + 2) {
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .production-list-item img {
    height: 140px;
    width: 140px;
  }

  .production-list-item__image {
    width: 152px;
  }

  .production-list-item__arrow {
    width: 43px;
    height: 43px;
  }

  .production-list-item__title {
    font-size: 15px;
    margin: 26px 0;
  }

  .production-list-item__descr {
    font-size: 12px;
  }

  .production-list-item__points {
    max-width: 100%;
  }

  .production-list-item__points-item:before {
    margin-right: 8px;
    width: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .production-list-item:last-child {
    margin: 0 auto;
  }

  .production-separator {
    display: none;
  }

  .company-text {
    border-width: 0;
    margin: 0;
    width: 100%;
    padding: 0 16px;
    padding-bottom: 46px;
    font-size: 12px;
  }

  .company__title {
    font-size: 32px;
    margin-bottom: 36px;
  }

  .company__descr,
  .company p {
    font-size: 12px;
    margin-bottom: 18px;
  }

  .company-fact {
    width: 100%;
  }

  .company-fact-item {
    width: 100%;
    padding: 32px 16px;
    height: 117px;
    border-left-width: 0;
    border-top: 1px solid #e6e9f0;
  }

  .company-fact-item__num {
    font-size: 26px;
    line-height: 110%;
  }

  .company-fact-item__descr {
    font-size: 12px;
  }

  .company-video {
    width: 100%;
  }

  .company-button__icon {
    height: 98px;
    left: calc(50% - 49px);
    top: calc(50% - 49px);
  }

  .company-button__text {
    height: 128px;
    left: calc(50% - 64px);
    top: calc(50% - 64px);
  }

  .company-tour {
    width: 100%;
    padding: 46px 16px 52px;
  }

  .company-tour__text {
    font-size: 12px !important;
    margin: 0 !important;
  }

  .company-tour-wrapper {
    margin-top: 41px;
    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;
  }

  .company-tour__button {
    font-size: 10px;
    padding: 15px 30px;
    margin-right: 0;
  }

  .company-tour__link {
    display: inline-block;
    font-size: 12px;
    margin-left: auto;
  }

  .company-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .company-top-item {
    width: 100%;
    padding: 32px 38px;
    height: 208px;
  }

  .company-top-item__num {
    font-size: 26px;
    margin-bottom: 10px;
  }

  .company-top-item__descr {
    font-size: 12px;
    margin-bottom: 33px;
    max-width: 80%;
  }

  .company-top-item:last-child,
  .company-top-item:first-child {
    width: 100%;
    background: #ffffff !important;
  }

  .press {
    border-width: 0;
    margin: 0;
    background: #f6f8fa !important;
    padding: 52px 0px 52px 0;
  }

  .press-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .press__title {
    font-size: 32px;
    margin: 0 0 43px 16px;
  }

  .press-wrapper {
    display: none;
  }

  .press-wrapper__button {
    height: 43px;
    font-size: 11px;
    padding: 15px 36px;
  }

  .press-wrapper__link {
    display: none;
  }

  .press-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .press-content-main {
    padding: 0;
    margin: 0 auto;
    width: 100%;
  }

  .press-content-media {
    width: 100%;
    margin-top: 46px;
    padding-left: 0px;
  }

  .press-content-media-wrapper {
    border-left-width: 0;
    border-right-width: 0;
    height: 50px;
  }

  .press-content-media-wrapper__text {
    margin-left: 12px;
  }

  .press-content-media-wrapper:first-child {
    border-top-width: 0;
  }

  .press-content-news {
    margin-top: 46px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .press-content-news-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 16px;
    margin: 0 auto;
    margin-bottom: 32px;
  }

  .press-content-news-item__text {
    font-size: 12px;
    width: 100%;
  }

  .press-content-news-item__date {
    font-size: 11px;
  }

  .press-content-news-item-img {
    margin-top: 18px;
    width: 100%;
    height: 285px;
  }

  .press-content-news-item-img__photo {
    height: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .press__moblink {
    display: block;
    font-weight: bold;
    font-size: 12px;
    line-height: 140%;
    color: #029745;
    border-bottom: 1px #029745 solid;
    padding-bottom: 3px;
    margin: 0 auto;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .press__moblink:hover {
    color: #28be4a;
    border-color: #28be4a;
  }

  .press__moblink:active {
    color: #07803d;
    border-color: #07803d;
  }

  .ecology {
    border-width: 0;
    margin: 0;
    background: #f6f8fa;
    padding: 0;
    font-size: 14px;
  }

  .ecology-text {
    width: 100%;
    padding: 0 16px 46px;
  }

  .ecology-text__title {
    font-size: 32px;
    line-height: 110%;
    margin-bottom: 36px;
    max-width: 100%;
  }

  .ecology-text__descr,
  .ecology-text p {
    font-size: 14px;
    line-height: 130%;
    margin-bottom: 20px;
    max-width: 100%;
  }

  .ecology-text__link {
    font-size: 11px;
  }

  .ecology-quote {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 71px 16px;
  }

  .ecology-quote__icon {
    width: 63px;
    left: 17px;
  }

  .ecology-quote__text {
    font-size: 26px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }

  .ecology-fact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    padding: 52px 16px;
  }

  .ecology-fact-item {
    background-size: 120px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 62px 46px;
    margin: 0;
    margin-top: 8px;
  }

  .ecology-fact-item__num {
    font-size: 26px;
    top: 9px;
    left: 13px;
  }

  .ecology-fact-item__text {
    font-size: 12px;
  }

  .contacts {
    border-width: 0;
    margin: 0;
    padding: 0 16px;
  }

  .contacts-subpage {
    padding-top: 52px;
    background-image: none !important;
  }

  .contacts-map {
    width: 100%;
    height: 288px;
  }

  .contacts-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contacts-info-item {
    width: 100%;
    padding: 48px 16px 48px 38px;
  }

  .contacts-info-item__title {
    font-size: 13px;
    margin-bottom: 12px;
  }

  .contacts-info-item__tel {
    font-size: 17px;
    margin-bottom: 12px;
  }

  .contacts-info-item__addr {
    font-size: 12px;
    margin-bottom: 12px;
  }

  .contacts-info-item__email {
    font-size: 12px;
  }

  .form {
    border-width: 0;
    margin: 0;
    padding: 52px 16px;
  }

  .form-white {
    padding: 0 16px;
  }

  .form-white-ui {
    background: #fff !important;
    padding: 32px 16px;
  }

  .form-white-ui-inner-heading__title {
    font-size: 32px;
    line-height: 110%;
    margin: 0;
  }

  .form-white-ui-inner-heading__text {
    display: none;
  }

  .form-white-ui-inner-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-white-ui-inner-content__input {
    height: 40px;
    width: 100%;
    font-size: 11px;
    margin-bottom: 34px;
  }

  .form-white-ui-inner-content__input::-webkit-input-placeholder {
    font-size: 11px;
  }

  .form-white-ui-inner-content__button {
    width: 100%;
    height: 36.5px;
    font-size: 10px;
  }

  .form-white-ui-inner-checkbox__text {
    line-height: 130%;
    padding-left: 0;
  }

  .form-ui {
    background: #029745 !important;
    padding: 32px 16px;
  }

  .form-ui-inner-heading__title {
    font-size: 32px;
    line-height: 110%;
    margin: 0;
  }

  .form-ui-inner-heading__text {
    display: none;
  }

  .form-ui-inner-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-ui-inner-content__input {
    height: 40px;
    width: 100%;
    font-size: 11px;
    margin-bottom: 34px;
  }

  .form-ui-inner-content__input::-webkit-input-placeholder {
    font-size: 11px;
  }

  .form-ui-inner-content__button {
    width: 100%;
    height: 36.5px;
    font-size: 10px;
  }

  .form-ui-inner-checkbox__text {
    line-height: 130%;
    padding-left: 0;
  }

  .form__error {
    font-size: 10px;
    margin-top: -30px;
  }

  .cards {
    background: #f6f8fa !important;
    -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;
    padding: 52px 16px 34px;
  }

  .cards-item {
    margin: 0;
    margin-bottom: 18px;
    width: 100%;
    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;
  }

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

  .cards-separator {
    display: none;
  }

  .company-about__text {
    font-size: 15px !important;
  }

  .company-view {
    width: 100%;
  }

  .company-location {
    width: 100%;
    padding: 52px 16px;
    background: #f6f8fa !important;
  }

  .company-prod {
    padding: 52px 16px;
    width: 100%;
    margin-left: 0;
  }

  .company-prod__text {
    font-size: 15px !important;
  }

  .company-inner {
    width: 100%;
  }

  .timeline-about {
    background: none !important;
  }

  .timeline-about__title {
    font-size: 23px;
    margin-bottom: 31px;
  }

  .timeline-about__text {
    font-size: 12px;
  }

  .timeline-content-year {
    padding-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .timeline-content-year__img {
    width: 100%;
  }

  .timeline-content-year__img>span {
    font-size: 100px;
    bottom: -30px;
  }

  .timeline-content-year-text {
    margin-left: 0;
    padding: 16px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .timeline-content-year-text__title {
    font-size: 46px;
  }

  .timeline-content-year-text__descr {
    font-size: 12px;
  }

  .timeline-content-line {
    margin-top: 0px;
    padding-bottom: 52px;
    height: 120px;
  }

  .timeline-content-line-wrapper-events {
    top: 70px;
    height: 1.75px;
  }

  .timeline-content-line-wrapper-events__prev {
    left: 16px;
    top: 55px;
  }

  .timeline-content-line-wrapper-events__prev,
  .timeline-content-line-wrapper-events__next {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
  }

  .timeline-content-line-wrapper-events__next {
    right: 16px;
    top: 55px;
  }

  .timeline-content-line-wrapper-events__item {
    height: 45px;
  }

  .timeline-content-line-wrapper-events__item__year {
    font-size: 15px;
  }

  .timeline-content-line-wrapper-events__item__line {
    height: 23px;
    width: 1.75px;
  }

  .timeline-content-line-wrapper-events__item--selected>.timeline-content-line-wrapper-events__item__line {
    width: 60px;
    height: 120px;
    top: -70px;
    background-size: 60px 120px;
    background-position: center;
  }

  .timeline-content-line-wrapper-events__item--selected>.timeline-content-line-wrapper-events__item__year {
    padding: 5px 10px;
  }

  .history-video {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }

  .history-video-button {
    width: 100%;
    height: 380px;
  }

  .history-video-button__icon {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .history-video-button__text {
    top: calc(50% - 64px);
    left: calc(50% - 64px);
  }

  .history-video-about {
    width: 100%;
    padding: 52px 16px;
  }

  .history-video-about__title {
    font-size: 23px;
    margin-bottom: 31px;
  }

  .history-video-about__text {
    font-size: 12px;
  }

  .people {
    background: none !important;
    padding: 52px 16px;
  }

  .people-quote {
    width: 100%;
    font-size: 15px;
    padding: 43px 30px 30px;
    background-size: 40px 33px;
    background-position: 50px 10px;
  }

  .people-card {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 220px !important;
    margin-right: 0;
    margin-bottom: 40px;
  }

  .people-card-img {
    height: 220px !important;
    width: 220px !important;
  }

  .people-card-text {
    padding: 15px 20px;
  }

  .people-card-text__name {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .people-card-text__dol {
    font-size: 12px;
  }

  .people-card img {
    width: 100%;
  }

  .people-wrapper {
    -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;
  }

  .people .news-detail-links {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .prod {
    background: none !important;
  }

  .prod-cards {
    -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;
    padding: 52px 16px 34px;
  }

  .prod-about {
    padding: 0 16px;
  }

  .prod-about img {
    margin-bottom: 31px;
    width: 100%;
  }

  .prod-about p {
    padding: 0;
    font-size: 12px;
    width: 100%;
  }

  .prod-about>ul {
    margin-bottom: 16px;
    margin-left: 40px;
    width: 100%;
  }

  .prod-about>ul>li {
    font-size: 12px;
    padding-left: 8px;
    margin-bottom: 12px;
  }

  .technology-photo {
    display: none;
    height: 320px;
  }

  .technology-photo-mob {
    display: block;
  }

  .technology-item {
    left: 0;
    top: 320px;
  }

  .technology-item-block {
    left: 0 !important;
    top: 320px !important;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .technology-item-1 {
    opacity: 1;
    visibility: visible;
  }

  .technology-mob {
    background-color: #029745;
    height: 47px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .technology-mob-item {
    color: #fff;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: 1px solid #63bd8b;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 800;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0.02em;
  }

  .technology-mob-item--active {
    color: #51bb81;
  }

  .technology-mob-item:last-child {
    border-width: 0;
  }

  .technology-image {
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 52px;
  }

  .technology-text {
    padding: 0 16px;
    font-size: 14px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .strategy {
    background: none !important;
  }

  .strategy-project {
    width: 100%;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .strategy-project-title {
    font-size: 23px;
    padding: 100px 40px;
    margin-bottom: 30px;
  }

  .strategy-project-about {
    padding: 0 16px;
    -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;
  }

  .strategy-project-about-block {
    margin-right: 0;
    margin-bottom: 30px;
    font-size: 12px;
    width: 100%;
  }

  .strategy-project-about-block-wrapper {
    margin-top: 30px;
  }

  .strategy-project-about-block__title {
    font-size: 15px;
    margin-bottom: 21px;
  }

  .strategy-project-about-block__list-item {
    margin-bottom: 21px;
  }

  .corp {
    background: none !important;
    padding: 52px 16px 0;
  }

  .corp-wrapper {
    display: none;
  }

  .corp-content {
    width: 100%;
  }

  .corp-content-table {
    width: 100%;
    overflow-x: auto;
  }

  .corp-content-table>table {
    margin-bottom: 20px;
  }

  .corp-content>ul {
    margin-bottom: 16px;
    margin-left: 40px;
  }

  .corp-content>ul__item,
  .corp-content>ul>li {
    font-size: 12px;
    padding-left: 8px;
    margin-bottom: 12px;
  }

  .corp-content__quote {
    font-size: 12px;
    padding: 52px 16px;
    margin-bottom: 16px;
  }

  .corp-content-wrapper {
    margin-bottom: 41px;
  }

  .corp-content-wrapper>.history-video-button {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100% !important;
  }

  .corp-content-wrapper>.history-video-button .company-button__text {
    height: 128px;
  }

  .corp-content-wrapper>.history-video-button .company-button__icon {
    height: 98px;
  }

  .corp-content-wrapper__title {
    font-size: 24px;
    padding-left: 8px;
    margin-bottom: 16px;
  }

  .corp-content-wrapper__subtitle {
    font-size: 15px;
    padding-left: 8px;
    margin-bottom: 16px;
  }

  .corp-content-wrapper__text,
  .corp-content-wrapper__bold,
  .corp-content-wrapper>p {
    font-size: 12px;
    padding-left: 8px;
    margin-bottom: 16px;
  }

  .corp-content-wrapper__text>*,
  .corp-content-wrapper__bold>*,
  .corp-content-wrapper>p>* {
    padding-left: 0 !important;
  }

  .corp-content-wrapper>div>h2 {
    font-size: 24px;
    padding-left: 8px;
    margin-bottom: 16px;
  }

  .corp-content-wrapper>div>h3 {
    font-size: 15px;
    padding-left: 8px;
    margin-bottom: 16px;
  }

  .corp-content-wrapper>div>p {
    font-size: 12px;
    padding-left: 8px;
    margin-bottom: 16px;
  }

  .corp-content-wrapper-list,
  .corp-content-wrapper > table ul,
  .corp-content-wrapper>ul {
    margin-bottom: 16px;
    margin-left: 40px;
  }

  .corp-content-wrapper > table ul{
    margin-left: 30px;
  }

  .corp-content-wrapper-list__item,
  .corp-content-wrapper-list>li,
  .corp-content-wrapper > table ul li,
  .corp-content-wrapper>ul__item,
  .corp-content-wrapper>ul>li {
    font-size: 12px;
    padding-left: 8px;
    margin-bottom: 12px;
  }

  .corp-content-wrapper > table ul li{
    padding-left: 0;
    margin-bottom: 5px;
  }

  .corp-content-wrapper-facts {
    margin-left: 8px;
    margin-top: 40px;
  }

  .corp-content-wrapper-facts-item>span:first-child {
    font-size: 24px;
    margin-bottom: 6px;
  }

  .corp-content-wrapper-facts-item>span {
    font-size: 12px;
  }

  .corp-content-wrapper-programs-item {
    width: 100%;
    min-height: 200px;
    font-size: 12px;
    padding: 120px 20px 0;
    margin-right: 0;
  }

  .corp-content-wrapper-programs-item img {
    height: 120px;
    width: 120px;
  }

  .corp-content-wrapper-programs-item:nth-child(3),
  .corp-content-wrapper-programs-item:nth-child(2),
  .corp-content-wrapper-programs-item:nth-child(1) {
    margin-bottom: 20px;
  }

  .corp-content-wrapper-map {
    margin-bottom: 16px;
  }

  .corp-content-wrapper-stud {
    margin-top: 30px;
  }

  .corp-content-wrapper-stud>ul {
    margin-bottom: 16px;
    margin-left: 40px;
  }

  .corp-content-wrapper-stud>ul>li {
    font-size: 12px;
    padding-left: 8px;
    margin-bottom: 12px;
  }

  .corp-content-wrapper-stud-facts-big,
  .corp-content-wrapper-stud-facts-medium {
    width: 100% !important;
  }

  .corp-content-wrapper-stud-facts>div {
    width: 100%;
    margin-bottom: 20px !important;
    padding: 72px 16px 30px;
  }

  .corp-content-wrapper-stud-facts>div>svg {
    height: 40px;
    width: 40px;
  }

  .corp-content-wrapper-stud-facts>div>span {
    font-size: 12px;
  }

  .corp-content-wrapper-stud-facts>div>span:first-of-type {
    font-size: 12px;
    margin-bottom: 6px;
  }

  .corp-content-wrapper-stud-facts>div:nth-last-of-type(2) {
    margin-bottom: 20px !important;
  }

  .corp-content-wrapper-way {
    margin-top: 30px;
    -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;
  }

  .corp-content-wrapper-way .line {
    display: none;
  }

  .corp-content-wrapper-way>div {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }

  .corp-content-wrapper-way>div>svg {
    height: 40px;
    width: 40px;
    margin-bottom: 8px;
  }

  .corp-content-wrapper-way>div>img {
    display: none;
  }

  .corp-content-wrapper-way>div:last-child {
    margin-bottom: 0;
  }

  .corp-content-wrapper-otklik>img {
    display: none;
  }

  .corp-content-wrapper-otklik a {
    margin: 0 auto;
  }

  .corp-content-wrapper-feedback {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
  }

  .corp-content-wrapper-feedback>div:first-of-type {
    margin-right: 0;
    margin: 0 auto;
  }

  .corp-content-wrapper-feedback>div:first-of-type>img {
    margin-bottom: 16px;
  }

  .corp-content-wrapper-feedback>div:first-of-type>span {
    font-size: 10px;
  }

  .corp-content-wrapper-feedback>div:first-of-type>span:first-of-type {
    font-size: 12px;
    margin-bottom: 6px;
  }

  .corp-content-wrapper-feedback>div {
    margin-top: 16px;
  }

  .corp-content-wrapper-feedback>div>img {
    height: 30px;
    width: 39px;
    margin-bottom: 10px;
  }

  .corp-content-wrapper-feedback>div>p {
    font-size: 12px;
  }

  .corp-content-wrapper-links {
    margin-left: 8px;
    margin-bottom: -10px;
  }

  .corp-content-wrapper-links>a {
    font-size: 10px;
    margin-bottom: 10px;
    margin-right: 20px;
  }

  .corp-content-wrapper-prog {
    margin-top: 30px;
  }

  .corp-content-wrapper-prog>div:nth-last-child(1) {
    margin-left: 8px;
    margin-top: 30px;
  }

  .corp-content-wrapper-prog>ul {
    margin-bottom: 16px;
    margin-left: 40px;
  }

  .corp-content-wrapper-prog>ul>li {
    font-size: 12px;
    padding-left: 8px;
    margin-bottom: 12px;
  }

  .corp-content>h2 {
    font-size: 24px;
    padding-left: 8px;
    margin: 45px 0 25px;
  }

  .corp-content>h3 {
    font-size: 15px;
    padding-left: 8px;
    margin-bottom: 12px;
  }

  .corp-content>p,
  .title-list {
    font-size: 12px;
    padding-left: 8px;
    margin-bottom: 16px;
  }

  .corp-content>img {
    margin-bottom: 24px;
  }

  .vac-location {
    width: 100%;
    padding-left: 0;
    margin-bottom: 30px;
  }

  .vac-location>span {
    font-size: 10px;
    margin-right: 30px;
  }

  .vac-all-item {
    padding: 25px;
  }

  .vac-all-item-inner {
    margin-top: 20px;
    margin-left: 40px;
    margin-bottom: 0;
  }

  .vac-all+.vac-heading {
    margin-top: 30px;
  }

  .vac-subheading {
    margin-top: 30px;
  }

  .vac__title,
  .vac__salary {
    font-size: 14px;
  }

  .vac__city {
    font-size: 13px;
  }

  .vac__city>img {
    margin-right: 10px;
    height: 18px;
  }

  .vac__link {
    margin-left: 30px;
    margin-bottom: 13px;
    font-size: 12px;
  }

  .vac__salary {
    min-width: 86px;
  }

  .vac__text,
  .vac__bold {
    font-size: 12px;
  }

  .vac__icon {
    width: 21px;
    height: 21px;
    margin-right: 20px;
  }

  .vac-wrapper {
    margin-bottom: 20px;
  }

  .vac-list {
    margin-left: 24px;
  }

  .vac-list__item {
    font-size: 12px;
    padding-left: 14px;
    margin-bottom: 8px;
  }

  .vac__button {
    height: 38px;
    padding: 13px 25px;
    margin-right: 12px;
  }

  .vac-buttons {
    height: 38px;
  }

  .vac__call {
    height: 38px;
    padding: 13px 18px;
  }

  .vac__call__icon {
    margin-right: 4px;
  }

  .vacancy {
    background: none !important;
    padding: 52px 16px 0;
  }

  .vacancy-all {
    width: 100%;
  }

  .tech-spec {
    padding: 21px 26px 11px;
  }

  .tech-spec-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 10px;
  }

  .tech-spec-item-text {
    margin-left: 0;
    max-width: 200px;
  }

  .tech-spec-item-text__link {
    font-size: 10px;
    margin-bottom: 8px;
  }

  .tech-spec-item-text__label {
    font-size: 10px;
  }

  .tech-spec-item-text__label__icon {
    height: 10px;
  }

  .sertificate-slider {
    padding-bottom: 18px;
  }

  .sertificate-item {
    margin-right: 14px;
  }

  .sertificate-item__label {
    margin-top: 10px;
    font-size: 10px;
  }

  .sertificate-item img {
    height: 200px;
  }

  .sertificate__prev,
  .sertificate__next {
    top: 30%;
  }

  .sertificate__prev img,
  .sertificate__next img {
    height: 30px;
  }

  .sertificate-subpage {
    padding: 52px 16px 0;
  }

  .sertificate-subpage .sertificate-contacts-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    background-image: none !important;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .sertificate-contacts {
    margin: 0 auto;
  }

  .sertificate-contacts-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    background-image: none !important;
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .sertificate-contacts-item--eco {
    min-height: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
  }

  .sertificate-contacts-year {
    font-size: 45px;
    padding-left: 0;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    width: 100%;
    min-width: 200px;
  }

  .sertificate-contacts__icon {
    display: none;
  }

  .sertificate-contacts__icon--eco {
    display: none;
  }

  .sertificate-contacts-item>img:first-child {
    height: 250px;
    width: 280px;
  }

  .sertificate-contacts-text {
    margin: 16px;
  }

  .sertificate-contacts-text__title {
    font-size: 14px;
    margin-bottom: 14px;
  }

  .sertificate-contacts-text__label {
    font-size: 12px;
    margin-bottom: 14px;
  }

  .sertificate-contacts-text__link {
    font-size: 12px;
    margin-bottom: 8px;
  }

  .sertificate-contacts-text__link__icon {
    margin-right: 8px;
    height: 10px;
  }

  .sertificate-contacts-text--eco {
    margin: 15px;
  }

  .sertificate-contacts-text--eco__label {
    font-size: 12px;
  }

  .gazeta {
    padding: 52px 16px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .gazeta-wrapper {
    background-image: none !important;
  }

  .gazeta-item {
    max-width: 400px;
    width: 100%;
    margin-right: 0;
  }

  .gazeta-item-text {
    padding: 25px 30px;
  }

  .gazeta-item-text__date {
    font-size: 10px !important;
    margin-bottom: 10px !important;
  }

  .gazeta-item-text__title {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .gazeta-item-text__download {
    font-size: 10px;
  }

  .gazeta-item-text__download__icon {
    height: 10px;
    margin-right: 5px;
  }

  .gazeta-news>.gazeta-item:first-child {
    max-width: 400px;
    min-width: 0;
    width: 100%;
    height: 400px;
  }

  .gazeta-news-wrapper {
    max-width: 400px;
    min-width: 0;
    width: 100%;
    margin-right: 0;
  }

  .select {
    margin-bottom: 8px;
  }

  .select-wrapper {
    padding: 52px 8px 0 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .pagination {
    margin-top: 20px;
  }

  .pagination-item {
    font-size: 16px;
    width: 30px;
    height: 30px;
  }

  .pagination-item-more {
    display: none;
  }

  .news-detail {
    padding: 52px 16px 0 16px;
  }

  .news-detail-text {
    padding: 0;
    font-size: 12px;
  }

  .news-detail-text__date {
    font-size: 12px !important;
    margin-bottom: 36px;
    margin-left: 26px;
  }

  .news-detail-text__title {
    font-size: 15px;
    margin-bottom: 36px;
    margin-left: 26px;
  }

  .news-detail-text>img+p {
    margin-top: 16px;
  }

  .news-detail-text>p,
  .news-detail-text__main {
    font-size: 12px;
    margin-bottom: 36px;
    margin-left: 26px;
  }

  .news-detail-text .news-detail-text__quote {
    font-size: 12px;
    margin-bottom: 36px;
    padding: 43px 56px;
  }

  .news-detail-text .news-detail-photo__label {
    font-size: 8px;
    margin-top: 10px;
  }

  .news-detail-text>img {
    padding: 0;
  }

  .news-detail-photo {
    margin-bottom: 36px;
  }

  .news-detail-photo__label {
    font-size: 8px;
    margin-top: 10px;
  }

  .news-detail-links {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-left: 0;
    margin-top: 16px;
  }

  .news-detail-links-more {
    margin-top: 10px;
  }

  .news-detail-links-more__icon {
    width: 7px;
    height: 13px;
    margin-right: 7px;
  }

  .news-detail-links-more__text {
    font-size: 10px;
  }

  .news-detail-links-social__text {
    font-size: 12px;
    margin-right: 12px;
  }

  .eco-item {
    padding: 26px 40px;
    margin-right: 10px;
    margin-bottom: 15px;
    min-width: 300px;
  }

  .eco-card {
    height: 180px;
    padding: 25px;
    margin-bottom: 20px;
  }

  .eco-card__num {
    font-size: 45px;
    margin-bottom: 25px;
  }

  .eco-card__text {
    font-size: 12px;
    max-width: 85%;
  }

  .security {
    padding: 52px 16px 0;
  }

  .security-wrapper>p {
    font-size: 12px;
    padding-left: 8px;
    margin-bottom: 16px;
  }

  .security-wrapper>ul {
    margin-bottom: 0;
    margin-left: 40px;
  }

  .security-wrapper>ul>li {
    font-size: 12px;
    padding-left: 8px;
    margin-bottom: 12px;
  }

  .tipovaya {
    padding: 52px 16px 0;
  }

  .tipovaya-wrapper {
    margin-bottom: 41px;
  }

  .tipovaya-wrapper>p+img {
    margin-top: 16px;
  }

  .tipovaya-wrapper>img+p {
    margin-top: 16px;
  }

  .tipovaya-wrapper:last-child {
    margin-top: 41px;
  }

  .tipovaya__title,
  .tipovaya>h2 {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .tipovaya__text,
  .tipovaya>p {
    font-size: 12px;
    margin-bottom: 16px;
  }

  .tipovaya-quote {
    padding: 0;
  }

  .tipovaya>img+p {
    font-size: 10px;
    margin-top: 10px;
  }

  .tipovaya>p+div {
    margin-top: 16px;
  }

  .tipovaya>div+p {
    margin-top: 16px;
  }

  .error {
    padding: 52px 16px;
  }

  .error-title {
    font-size: 160px;
  }

  .error__text {
    font-size: 12px;
  }

  .error__link {
    font-size: 11px;
  }

  .results {
    padding: 52px 16px 0;
  }

  .results__title {
    font-size: 23px;
  }

  .results__green {
    font-size: 23px;
    margin-bottom: 13px;
  }

  .results-search {
    margin: 12px 0 38px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .results-search__field {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .results-search__button {
    width: 150px;
  }

  .results-search>.select {
    height: 40px;
    font-size: 12px;
    width: 170px;
  }

  .results-item {
    margin-top: 25px;
  }

  .results-item-info {
    margin-bottom: 25px;
  }

  .results-item-info-path {
    margin-bottom: 6px;
  }

  .results-item-info-path img {
    margin: 0 6px;
  }

  .results-item-info span,
  .results-item-info a {
    font-size: 10px;
  }

  .results-item h3 {
    font-size: 14px;
    margin-bottom: 19px;
  }

  .results-item p {
    font-size: 12px;
    margin-bottom: 12px;
  }

  .results-item p:last-child {
    margin-bottom: 19px;
  }

  .obr {
    padding: 52px 16px 0;
  }

  .obr-wrapper {
    margin-bottom: 52px;
  }

  .obr-wrapper p {
    font-size: 12px;
    margin-bottom: 12px;
  }

  .obr-cont img {
    width: 120px !important;
    height: 180px !important;
    margin-right: 10px;
    margin-bottom: 0;
  }

  .obr-cont-text p {
    font-size: 12px;
    margin-bottom: 12px;
  }

  .obr-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
  }

  .obr-cards-item {
    min-height: 180px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 32px 16px;
  }

  .obr-cards-item h3 {
    font-size: 14px;
    margin-bottom: 25px;
  }

  .obr-cards-item a {
    font-size: 12px;
    margin-bottom: 14px;
  }

  .obr-cards-item a svg {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

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

  .nn-item {
    min-width: 0;
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .nn-wrapper {
    margin: 0 auto;
    margin-top: 52px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nn-wrapper h3 {
    margin: 0;
    margin-bottom: 23px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .nn-content {
    margin: 0 auto;
  }

  .nn-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .nn-office {
    width: 100%;
    min-height: 150px;
    height: auto;
  }

  .table-wrapper {
    overflow-x: scroll;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  table {
    font-size: 12px;
  }

  th,
  td {
    padding: 15px;
  }

  .grade {
    padding: 52px 16px 0;
  }

  .grade-wrapper {
    margin-bottom: 52px;
  }

  .grade-wrapper>p,
  .grade-wrapper>b {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .footer-info-dev {
    margin: 0;
    margin-top: 16px;
    margin-right: auto;
  }

  .vac-all-item-inner {
    margin-bottom: 50px;
  }

  .vacancy .vac-all-item-inner {
    margin-bottom: 50px;
  }

  .vac__button {
    height: 38px;
    padding: 13px 25px;
    margin-right: 0;
  }

  .vac__button:first-child {
    margin-bottom: 10px;
  }

  .vac-buttons {
    height: 38px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 40px;
  }
}

@-webkit-keyframes company-button {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes company-button {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.hidden {
  display: none;
}

.fancybox__container {
  --carousel-button-bg: rgb(0 0 0 / 44%);
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: none;
}

.fancybox__nav {
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
  --carousel-button-svg-stroke-width: 3;
}

.fancybox__nav .carousel__button.is-prev {
  left: 30px;
}

.fancybox__nav .carousel__button.is-next {
  right: 30px;
}

.carousel__button.is-close {
  top: 30px;
  right: 30px;
}

.fancybox__slide {
  padding: 0;
}

.fancybox__thumbs {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.fancybox__thumbs .carousel__slide {
  padding: 20px 10px;
  overflow: visible;
}

.fancybox__thumb {
  border-radius: 6px;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.3), 0 2px 4px -1px rgba(0, 0, 0, 0.26);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.3), 0 2px 4px -1px rgba(0, 0, 0, 0.26);
}

.is-nav-selected::after {
  display: none;
}

.is-nav-selected .fancybox__thumb {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}

.input__file {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.input__file-button {
  width: 100%;
  max-width: 284px;
  height: 60px;
  background: none;
  color: #029745;
  font-weight: bold;
  font-size: 15px;
  line-height: 120%;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  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;
  cursor: pointer;
  margin: 0;
  border: 1px solid #029745;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.vacancy .f-widget-root .f-filter>form>.f-search-string>.f-wrp {
  width: auto !important;
  height: 44px !important;
}

.vacancy .f-widget-root .f-filter>form>.f-search-string>.f-wrp>div {
  width: 260px !important;
  height: 44px !important;
  padding: 0 !important;
  border-width: 0 !important;
}

.vacancy .f-widget-root .f-filter>form>.f-search-string>.f-wrp>div>.f-search {
  height: 44px !important;
  font-size: 14px !important;
  line-height: 130% !important;
  color: #16291f !important;
  border: 1px solid #e6e9f0 !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  padding: 10px !important;
}

.vacancy .f-widget-root .f-filter>form>.f-search-string>.f-wrp>div>.f-search:focus {
  outline: none;
}

.vacancy .f-widget-root .f-filter>form>.f-search-string>.f-submit {
  background: #029745 !important;
  padding: 9px 32px !important;
  width: auto !important;
  -webkit-transition: 0.4s !important;
  transition: 0.4s !important;
}

.vacancy .f-widget-root .f-filter>form>.f-search-string>.f-submit>span {
  font-weight: bold !important;
  font-size: 13px !important;
  line-height: 120% !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  height: 100% !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.vacancy .f-widget-root .f-filter>form>.f-search-string>.f-submit>input {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  background: #029745 !important;
  -webkit-transition: 0.4s !important;
  transition: 0.4s !important;
  border-width: 0 !important;
  cursor: pointer !important;
}

.vacancy .f-widget-root .f-filter>form>.f-search-string>.f-submit:hover {
  background: #28be4a !important;
}

.vacancy .f-widget-root .f-filter>form>.f-search-string>.f-submit:active {
  background: #07803d !important;
}

.vacancy .f-widget-root .f-filter>form>.f-search-string>.f-registration {
  background: #029745 !important;
  padding: 9px 32px !important;
  width: auto !important;
  font-weight: bold !important;
  font-size: 13px !important;
  line-height: 120% !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-transition: 0.4s !important;
  transition: 0.4s !important;
  border-width: 0 !important;
}

.vacancy .f-widget-root .f-filter>form>.f-search-string>.f-registration:hover {
  background: #28be4a !important;
}

.vacancy .f-widget-root .f-filter>form>.f-search-string>.f-registration:active {
  background: #07803d !important;
}

.vacancy .f-widget-root .f-status {
  margin-top: 32px !important;
}

.vacancy .f-widget-root .f-status>label {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 40px !important;
  position: relative !important;
}

.vacancy .f-widget-root .f-status>label>input {
  background: #ffffff !important;
  border: 1px solid #029745 !important;
  width: 15px !important;
  height: 15px !important;
  margin-right: 16px !important;
  z-index: -1 !important;
  opacity: 0 !important;
}

.vacancy .f-widget-root .f-status>label>span {
  font-weight: normal !important;
  font-size: 12px !important;
  line-height: 160% !important;
  color: #16291f !important;
  cursor: pointer !important;
}

.vacancy .f-widget-root .f-status>label>span:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 15px !important;
  height: 15px !important;
  border: 1px solid #029745;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.vacancy .f-widget-root .f-status>label>span:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 7px !important;
  height: 7px !important;
  border-radius: 50%;
  background: #fff;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.vacancy .f-widget-root .f-status>label>input:checked+span:before {
  background: #029745 !important;
}

.vacancy .f-widget-root .f-status>label>input:checked+span:after {
  opacity: 1;
}

.vacancy .f-widget-root .f-count {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
  font-size: 14px !important;
  line-height: 130% !important;
  color: #16291f !important;
}

.vacancy .f-widget-root .f-list>table>thead tr th {
  text-align: center !important;
  vertical-align: middle !important;
  padding: 20px !important;
  border: 1px solid #e6e9f0 !important;
  font-size: 14px !important;
  line-height: 130% !important;
  color: #16291f !important;
}

.vacancy .f-widget-root .f-list>table>tbody tr td {
  text-align: center !important;
  vertical-align: middle !important;
  padding: 20px !important;
  border: 1px solid #e6e9f0 !important;
  font-size: 14px !important;
  line-height: 130% !important;
  color: #16291f !important;
}

.vacancy .f-widget-root .f-list>table>tbody tr td>a {
  color: #029745 !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.vacancy .f-widget-root .f-list>table>tbody tr td>a:hover {
  color: #1cd345 !important;
}

.vacancy .f-widget-root .f-list>table>tbody tr td>a:active {
  color: #07803d !important;
}

.vacancy .f-widget-root .f-pagination {
  margin-top: 40px !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vacancy .f-widget-root .f-pagination>li {
  font-weight: 300;
  font-size: 24px;
  line-height: 130%;
  color: #16291f !important;
  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;
  width: 43px;
  height: 43px;
  -webkit-transition: 0.4s !important;
  transition: 0.4s !important;
}

.vacancy .f-widget-root .f-pagination>li>a {
  color: #16291f !important;
  background: none !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.vacancy .f-widget-root .f-pagination>li>a.f-cur {
  background: #029745 !important;
  color: #ffffff !important;
}

.vacancy .f-widget-root .f-pagination>li.f-prev,
.vacancy .f-widget-root .f-pagination>li.f-next {
  position: static !important;
  -webkit-transition: 0.4s !important;
  transition: 0.4s !important;
}

.vacancy .f-widget-root .f-pagination>li.f-next {
  -webkit-box-ordinal-group: 101;
  -ms-flex-order: 100;
  order: 100;
}

.vacancy .f-widget-root .f-pagination>li>a:hover {
  background: #28be4a !important;
  color: #ffffff !important;
}

@media (max-width: 1000px) {
  .vacancy .f-widget-root .f-filter>form>.f-search-string {
    width: 220px !important;
  }

  .vacancy .f-widget-root .f-filter>form>.f-search-string>.f-wrp {
    height: 36px !important;
  }

  .vacancy .f-widget-root .f-filter>form>.f-search-string>.f-wrp>div {
    width: 130px !important;
    height: 36px !important;
  }

  .vacancy .f-widget-root .f-filter>form>.f-search-string>.f-wrp>div>.f-search {
    height: 36px !important;
    font-size: 10px !important;
    padding: 6px !important;
  }

  .vacancy .f-widget-root .f-filter>form>.f-search-string>.f-submit {
    padding: 5px 15px !important;
  }

  .vacancy .f-widget-root .f-filter>form>.f-search-string>.f-submit>span {
    font-size: 10px !important;
  }

  .vacancy .f-widget-root .f-filter>form>.f-search-string>.f-registration {
    padding: 5px 15px !important;
    font-size: 10px !important;
    margin-top: 20px !important;
    position: static !important;
    margin-left: 0 !important;
  }

  .vacancy .f-widget-root .f-status {
    margin-top: 20px !important;
  }

  .vacancy .f-widget-root .f-status>label {
    margin-right: 25px !important;
  }

  .vacancy .f-widget-root .f-status>label>input {
    margin-right: 8px !important;
  }

  .vacancy .f-widget-root .f-status>label>span {
    font-size: 10px !important;
  }

  .vacancy .f-widget-root .f-count {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    font-size: 12px !important;
  }

  .vacancy .f-widget-root .f-perpage {
    margin-top: 20px !important;
    font-size: 12px !important;
    position: static !important;
  }

  .vacancy .f-widget-root {
    padding: 0 16px;
    width: 100vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .vacancy .f-widget-root .f-list {
    overflow-x: auto;
  }

  .vacancy .f-widget-root .f-list>table>thead tr th {
    padding: 8px !important;
    font-size: 10px !important;
  }

  .vacancy .f-widget-root .f-list>table>tbody tr td {
    padding: 8px !important;
    font-size: 10px !important;
  }

  .vacancy .f-widget-root .f-pagination {
    margin-top: 20px !important;
    padding: 0 !important;
  }

  .vacancy .f-widget-root .f-pagination>li {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
}

#bx_incl_area_2_1 {
  display: none;
}

#bx_incl_area_5_1 {
  display: none;
}

/*# sourceMappingURL=style.css.map */

.heading__button--type-1 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 14px 40px;
  max-width: 265px;
  height: 66px;
  background-color: rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
  line-height: 130%;
  text-align: center;
}

@media (max-width: 1670px) {
  .heading__button--type-1 {
    font-size: 15px
  }
}

@media (max-width: 1279px) {
  .heading__button--type-1 {
    font-size: 12px
  }
}

.tech-spec--type-1 .tech-spec-item-text__link {
  margin-bottom: 0;
}

.tech-spec--type-1 .tech-spec-item-text__label {
  display: block;
  margin-top: 16px;
}

.corp--w-100 .corp-content {
  width: 100%;
}

@media (max-width:1600px) {

  .corp-content .corp-content-table .th,
  .corp-content .corp-content-table td {
    padding: 15px !important;
    font-size: 14px;
    line-height: 105%;
  }
}

@media (max-width:768px) {

  .corp-content-table .th,
  .corp-content-table td {
    padding: 15px !important;
    font-size: 14px;
    line-height: 105%;
  }
}

@media (max-width:450px) {

  .corp-content-table .th,
  .corp-content-table td {
    padding: 5px !important;
  }
}

.tipovaya-wrapper .history-video-button {
  margin-left: auto;
  margin-right: auto;
}

.title-list {
  margin-bottom: 20px;
  font-weight: 700;
}

.press-content-media-wrapper__link>svg g,
.press-content-media-wrapper>a>svg g {
  opacity: 1;
}

.press-content-media-wrapper__link>svg path,
.press-content-media-wrapper>a>svg path {
  fill: #029745;
  width: 25px;
  height: 25px;
}

@media (max-width: 800px) {
  .corp-content-wrapper {
    width: 100%;
  }
}

.corp-content-wrapper img {
 /* width: 100% !important;*/
}



.rutube-modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(24, 24, 27, 0.92);
            justify-content: center;
            align-items: center;
			z-index: 50;
        }

        .modal-content {
            position: relative;
            width: 100%;
			aspect-ratio: 16 / 9;
    		max-width: 960px;
        }

        .rutube-modal iframe {
            width: 100%;
    		height: 100%;
			object-fit: cover;
        }
		.modal-close {
			position: absolute;
			top: -36px;
			right: 0;
			background-color: rgb(0 0 0 / 44%);
			width: 36px;
			height: 36px;	
			display: flex;
			align-items: center;
			justify-content: center;
			border-radius: 50%;
			cursor: pointer;
		}
	.modal-close-svg {
		width: 22px;
		height: 22px;
		fill: none;
		stroke: #fff;
		stroke-width: 3px;
		stroke-linejoin: bevel;
		stroke-linecap: round;
		pointer-events: none;
	}