div#project-block {
  width: 100%;
}

.form-block .btn-green{
  padding: 10px 40px;
}
  /* форма подписки в новостях */

#subskr-form .msg-form {
  color: #74bb20;
}

#subskr-form .msg-form.err {
  color: #bb2020;
}

#subskr-form .msg-form.hide {
  display: none;
}

/* форма подписки в новостях */

img.mfp-img {
  max-height: 100vh !important;
}

.about-awards__item img {
  border: 3px solid #55555b;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  right: 0px;
}

.contact-map__info-list li .name {
  width: 120px;
}

.career-vacancy__tab p {
  margin-bottom: 10px;
}

.gray-text--bg p {
  font-size: 22px;
  line-height: 140%;
  color: #55555b;
  margin-bottom: 25px;
  width: 100%;
}

.gray-text--bg::before {
  z-index: -1;
}

.gray-text--bg {
  padding-bottom: 0;
}

/* доработки по стилям */

.career-vacancy__tab .name span:not(.price) {
  /*width: calc(100% - 100px);*/
  width: 100%;
}

.form-block--file {
  border-top: 0;
}

.result_text {
  padding-top: 0;
  margin: 0 auto;
}

.text-caption-img::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.5;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  -webkit-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s;
}

.text-caption-content {
  z-index: 3;
  position: relative;
}

.career-develop__gallery {
  z-index: 5;
}

.project-item__content .name {
  font-size: 18px;
}

.text-caption-content h2 {
  font-weight: bold;
}

.text-caption-content p {
  font-weight: 400;
}

.press-info__link {
  border-top: 0;
}

.p-t_0 {
  padding-top: 0;
}

.career-vacancy__list-item li .price {
  padding-right: 20px;
  padding-left: 10px;
}

.vacancy-list__item-name {
  height: 60px;
}

.vacancy-list__item .btn-green{
  color: #fff;
  background-color: #74BB20;
}

.vacancy-list__item-price {
  height: 20px;
}

.contact-map__info-list {
  border-bottom: 0;
}

.press-download {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 32px;
}

@media screen and (max-width: 990px) {
  .press-download {
    border-bottom: 0;
    padding-bottom: 0;
  }
}

.ml-10 {
  margin-left: 10px;
}

.mp-ms__item-name {
  width: calc(85% - 8px);
}

.career-coorp__item.career-coorp__item--bottom {
  width: 100%;
}

/* end доработки по стилям */

.text__container h1:last-child {
  margin-bottom: 0;
}

.text__container + .text__container {
  padding-top: 0;
}

/* start страница сотрудники */

.group_item h3 {
  margin: 40px 0;
}

.group_item {
  width: 100%;
}

/* end страница сотрудники */

/**/

.header-bottom {
  position: relative;
  /* bottom: 0;
    width: 100%;
    left: 0;
    padding: 10px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;*/
}

.header-bottom .social-links {
  width: 50%;
  /*display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;*/
}

.header__lang {
  width: 32%;
  /*display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 50%;
    padding: 5px 0;*/
}

.header-overflow .header__logo {
  padding: 0 10px;
}

.header-overflow .header-menu__li a {
  padding: 5px 0;
}

.menu-trigger {
  display: flex;
  gap: 10px;
  align-items: center;
}

.menu-trigger > a {
  max-width: max-content;
}

.menu-wrap {
  padding: 0 20px;
}

.menu-wrap {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: .3s;
}


.menu-wrap .menu-wrap__inner {
  min-height: 0px;
}
.menu-trigger__arr {
  display: block;
  padding: 4px;
  width: 27px;
  height: 18px;
  background-size: 19px 10px;
  background-repeat: no-repeat;
  background-position: center;
  transform: scale(1, -1);
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='10' viewBox='0 0 19 10' fill='none'%3E%3Cpath d='M18 9.5L9.5 0.999999L1 9.5' stroke='%23754F4F' stroke-linecap='round'/%3E%3C/svg%3E");
}

li.header-menu__li.drop .menu-trigger__arr {
  transform: scale(1,1);
}

.header-menu__li:hover:not(.active) .menu-wrap a {
  color: #4F4F4F;
}
.header-menu__li:hover:not(.active) .menu-trigger a {
  color: #4F4F4F;
}
.menu-wrap a:hover {
  color: #74BB20 !important;
}

.menu-trigger:hover a {
  color: #74BB20 !important;
}


.drop .menu-wrap {
  grid-template-rows: 1fr;
}

.menu-trigger:hover .menu-trigger__arr {
  filter: invert(58%) sepia(78%) saturate(438%) hue-rotate(45deg) brightness(95%) contrast(92%);
}

.career-vacancy {
  position: relative;
}

.career-logo {
  width: 25%;
  max-width: 340px;
  position: absolute;
  top: 0;
  left: 14%;
}

@media screen and (max-width: 1440px) {
  .career-logo {
    left: 0;
  }
}

@media screen and (max-width: 990px) {
  .career-logo {
    width: 30%;
    left: 0;
  }
}
@media screen and (max-width: 600px) {
  .career-vacancy {
    padding-top: 0;
  }
  .career-logo {
    position: static;
    margin: 0 auto;
    width: 35%;
  }
}
.vacancy_btn {
  width: 100%;
}
.vacancy_btn a.btn {
  display: inline-block;
  margin-top: 10px;
  padding: 15px 20px;
  padding-bottom: 40px;

}

.vacancy_btn a.btn-outer {
  border: solid 1px #74bb20;
}

/*09.11.2021*/
/*cookie*/
.cookie {
  background-color: #000;
  width: 100%;
  /*margin-left: -40px;*/
  z-index: 9999999999;
  transition: 0.5s;
  box-shadow: 0px 0px 5px 0px rgb(50 50 50 / 75%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  /*top: 0;*/
  height: 35px;
}
.cookie._hidden {
  top: -50px;
  height: 0;
  padding: 0;
}
.cookie-info {
  font-size: 12px;
  color: #fff;
  margin-right: 20px;
  max-width: 900px;
}
.cookie-info a {
  color: #fff;
  line-height: 1.2;
  border-bottom: 1px solid #fff;
  transition: 0.3s;
}
.cookie-info a:hover {
  color: #cfcfcf;
  border-color: #cfcfcf;
}
.cookie-btn {
  padding: 2px 10px;
  background-color: #fff;
  color: #000;
  font-size: 12px;
  transition: 0.3s;
  border-radius: 5px;
  text-transform: uppercase;
  line-height: 1.2;
}
.cookie-btn:hover {
  color: #fff;
  background-color: #000;
  /*border-color: #fff;*/
}
.cookie-text {
  max-width: 130rem;
}
@media screen and (max-width: 1180px) {
  .cookie {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 990px) {
  .cookie {
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .cookie-info {
    line-height: 1.4;
    max-width: 370px;
  }
}
@media screen and (max-width: 600px) {
  .cookie {
    justify-content: left;
    position: fixed;
    top: 0;
  }
}
@media screen and (max-width: 550px) {
  .cookie {
    height: 55px;
    padding-left: 5px;
  }
  .cookie-info {
    margin-bottom: 5px;
    font-size: 10px;
  }
  .cookie-btn {
    font-size: 10px;
    line-height: 1.4;
    margin-bottom: 5px;
  }
}

.link-style-green {
  color: #74bb20;
}

form .error input {
  border-color: #d12d2f;
}

/*-----13.04.2022-----*/
.career-logo {
  position: initial;
  width: 33.33%;
}
.career-logo._brand {
  max-width: 250px;
}
.career-vacancy .career-vacancy__container {
  margin-top: 40px;
}
.career-vacancy {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}
.career-vacancy h3 {
  width: 33.33%;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
@media screen and (max-width: 1440px) {
  .career-vacancy h3 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1180px) {
}
@media screen and (max-width: 990px) {
  .career-logo {
    width: calc(50% - 10px);
    order: 1;
    margin-bottom: 20px;
  }
  .career-vacancy {
    justify-content: space-between;
  }
  .career-vacancy h3 {
    width: 100%;
    order: 2;
    margin-bottom: 40px;
  }
  .career-vacancy .career-vacancy__container {
    order: 3;
    margin-top: 0;
  }

  .career-vacancy .career-vacancy__btn {
    order: 4;
  }
}
@media screen and (max-width: 600px) {
  .career-logo {
    width: 100%;
  }
}
#panel {
  z-index: 9999;
}

.header-links {
  padding: 44px 5px 10px;
}

@media screen and (min-width: 991px) {
  .about-leader__container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 57px;
  }

  .about-leader__text {
    position: relative;
    width: auto;
    height: auto;
    min-height: 100%;
    order: 1;
  }

  .about-leader__text .arrow-right {
    left: 150%;
  }

  .about-leader__img {
    width: auto;
    margin: 0;
    order: 2;
  }

  .about-leader__img::before {
    width: 50%;
    left: 50%;
  }
}


.text-page .table {
    max-width: 100%;
    overflow: auto;
    font-weight: 400
}

.text-page table.table {
    width: 100%;
    border-collapse: collapse
}

.text-page table.table td,.text-page table.table th {
    border: 1px solid #ebebeb;
    padding-left: 30px;
    padding-right: 30px;
    text-align: left
}

.text-page table.table th {
    padding-top: 13px;
    padding-bottom: 13px;
    font-weight: 500
}

.text-page table.table td {
    padding-top: 20px;
    padding-bottom: 27px
}

.career-coorp__item .career-coorp__item-content:hover{
  overflow: auto;
}

.conditions_bottom_10{
  margin-bottom: 10px!important;
}
.conditions_top_10{
  margin-top: 10px!important;
}
.conditions_bottom_1{
  margin-bottom: 1px!important;
}
.conditions_top_1{
  margin-top: 1px!important;
}

.footer_another_logo{
  width: 90px;
}

.footer-description-block{
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
}

/*vacancies-new type*/
.project-container.row {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sorted .vacancy-row__item_type{
  display: none;
}
.vacancy-row__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.vacancy-row__item_link {
  color: var(--Primary-2, #74BB20);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.vacancy-row__item_link:hover {
  text-decoration: underline;
}
.vacancy-row__item_type {
  color: var(--text-icon-secondary, #828282);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.sort-wrap {
  justify-content: space-between;
  align-items: center;
  gap: 12px 24px;
  flex-wrap: wrap;
}
.sort-wrap__vacancies-titles {
  color: var(--text-icon-primary, #55555B);
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.sort-wrap__vacancies-title {
  display: none;
}
.sort-wrap__vacancies-title.all {
  display: block;
}
.sort-wrap__vacancies-titles.sorted .all {
  display: none;
}
.sort-wrap__vacancies-title.active {
  display: block;
}
@media (max-width: 500px) {
  .sort-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
/*vacancies-new type*/

/*start corporate-sales*/
.corporate-sale {
  display: grid;
  grid-template-columns: 71% 1fr;
  grid-gap: 10px;
  margin-bottom: 88px;
}
.corporate-sale__main {
  grid-row: span 2;
  position: relative;
}
.corporate-sale__main_bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.corporate-sale__main_bg img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.corporate-sale__main_bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
}
.corporate-sale__content {
  position: relative;
  z-index: 2;
  padding: 90px min(170px, 9vw);

  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.corporate-sale__content a {
  color: white;
  text-decoration: underline;
  transition: color .3s;
}

.corporate-sale__content a:hover {
  color: #90C94D;
}
.corporate-sale__content_title {
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.corporate-sale__grey {
  padding: 32px 24px;
  background: #F2F2F2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;

  color: #55555B;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.corporate-sale__grey_top {
  display: flex;
  align-items: stretch;
  gap: 12px;

  color: #55555B;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.corporate-sale__grey_ico {
  display: flex;
  align-items: flex-start;
}

.corporate-sale__grey_text {
  display: flex;
  align-items: center;
}

.corporate-sale__grey_top img,
.corporate-sale__grey_top svg {
  width: 32px;
  min-width: 32px;
  height: 32px;
  display: block;
  object-fit: contain;
  object-position: center;
}

.corporate-sale__green {
  padding: 24px 32px;
  background: #EDF4E6;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 28px;

  color: var(--text-icon-primary, #55555B);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.corporate-sale__contacts {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 40px;

  color: var(--text-icon-secondary, #828282);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.corporate-sale__contacts a {
  color: var(--text-icon-primary, #55555B);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-left: 8px;
  transition: color .3s;
}

.corporate-sale__contacts a:hover {
  color: #90C94D;
}

@media (max-width: 1536px) {
  .corporate-sale__grey {
    gap: 24px;
  }
  .corporate-sale__content {
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
  }
  .corporate-sale__content_title {
    margin-bottom: 24px;
  }
  .corporate-sale__grey_top {
    font-size: 17px;
  }
  .corporate-sale__grey {
    padding: 24px;
    gap: 24px;
    font-size: 15px;
    line-height: 1.46;
  }
  .corporate-sale__green {
    padding: 24px;
    font-size: 16px;
  }
  .corporate-sale__contacts a,
  .corporate-sale__contacts {
    font-size: 16px;
  }
  .corporate-sale__grey_top {
    gap: 6px;
  }
  .corporate-sale__grey_top img, .corporate-sale__grey_top svg {
    width: 28px;
    min-width: 28px;
    height: 28px;
  }
  .corporate-sale__content {
    font-size: 16px;
  }
  .corporate-sale__green {
    gap: 18px;
  }
}
@media (max-width: 1024px) {
  .corporate-sale {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .corporate-sale__green {
    order: 4;
  }
  .corporate-sale__grey {
    width: calc((100% - 20px) / 3);
  }
  .corporate-sale__content {
    padding: 80px min(120px, 12vw);
  }
  .corporate-sale__grey_top img, .corporate-sale__grey_top svg {
    width: 32px;
    min-width: 32px;
    height: 32px;
  }
  .corporate-sale__grey_top {
    gap: 9px;
  }
  .corporate-sale__grey {
    flex-grow: 1;
    min-width: 260px;
  }
}
@media (max-width: 768px) {
  .corporate-sale__grey_top {
    flex-direction: column;
  }
  .corporate-sale__grey {
    gap: 12px;
  }
  .corporate-sale__content {
    padding: 60px 11vw;
  }
}
@media (max-width: 600px) {
  .corporate-sale__content {
    padding: 32px 25px;
    color: #FFF;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .corporate-sale__grey {
    padding: 16px;
    gap: 16px;
    color: #55555B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
  }
  .corporate-sale__grey_top {
    flex-direction: row;
    gap: 12px;
    color: #55555B;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
  }
  .corporate-sale__green {
    padding: 24px 32px;
    color: var(--text-icon-primary, #55555B);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    gap: 32px;
  }
  .corporate-sale__contacts {
    margin-top: 16px;
    color: var(--text-icon-secondary, #828282);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .corporate-sale__contact {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .corporate-sale__contacts a {
    margin-left: 0px;
    color: var(--text-icon-primary, #55555B);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
}
/*end corporate-sales*/

.footer-description-div {
  max-width: max-content;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-weight: 300;
  line-height: 120%;
  color: #FFFFFF;
}

.footer-description-div svg path {
  stroke: white;
  transition: .3s;
}

.footer-description-div .btn:hover svg path {
  stroke: #74BB20;
}
@media (max-width: 1024px) {
  .footer-description-block {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 16px;
  }
}
@media (max-width: 380px) {
  .footer-description-block .btn {
    padding: 24px 18px;
  }
}