@import url(https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;500;700&display=swap);

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  color: #2c2e30;
  line-height: 1;
  font-family: "Inter Tight";
  font-size: 24px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-family: "Inter Tight";
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

[class*=-ibg] {
  position: relative;
}

[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

[class*=-ibg_contain] img {
  -o-object-fit: contain;
     object-fit: contain;
}

.header {
  position: absolute;
  width: 100%;
  z-index: 99;
}

.main-page .header::before {
  content: "";
  width: 100%;
  height: 170px;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(44, 46, 48, 0)), to(#2c2e30));
  background: linear-gradient(0deg, rgba(44, 46, 48, 0) 0%, #2c2e30 100%);
}

.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  position: relative;
}

.header__top::before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  border-bottom: 1px solid #f26522;
}

.header__logo {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-flex;
}

.main-page .header__logo a img:last-child {
  display: none;
}

.main-page .header__logo a img:first-child {
  display: block;
}

.header__logo a img:first-child {
  display: none;
}

.header__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 74px;
  padding-right: 15px;
}

.header__search {
  cursor: pointer;
}

.header__search span:last-child {
  display: none;
}

.main-page .header__search svg path {
  stroke: #fff;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 74px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu__link {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu__link,
.header__search {
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.main-page .menu__link,
.footer .menu__link,
.main-page .header__search,
.footer .header__search {
  color: #fff;
}

.menu__item,
.header__search {
  position: relative;
}

.menu__item::before,
.header__search::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #2c2e30;
  position: absolute;
  bottom: -38px;
  left: 0;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.main-page .menu__item::before,
.main-page .header__search::before {
  background: #fff;
}

.submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.submenu::before {
  display: none;
}

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

.submenu__arrow svg {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.submenu__arrow svg path {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.submenu__nav {
  padding-top: 36px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  min-width: 210px;
  z-index: 3;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.submenu__body {
  background: #fff;
}

.submenu__item:not(:last-child) .submenu__link {
  border-bottom: 1px solid rgba(80,80,80,.15);
}

.submenu__link {
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  padding: 21px 30px 21px 20px;
  display: block;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.icon-menu {
  display: none;
}

.up {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  bottom: 0px;
  right: 100px;
  transition: all .5s;
  z-index: 999;
}

.up.footer__up-active {
  bottom: 190px;
  opacity: 1;
  visibility: visible;
  cursor: pointer;
}

.up__btn {
  backdrop-filter: blur(4px);
  background: rgba(44,46,48,.5);
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  border-radius: 10px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.footer {
  position: relative;
  background: #2c2e30;
  z-index: 9999;
}

.footer__top {
  padding: 20px 0;
  border-bottom: 1px solid #f26522;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__bottom {
  padding: 30px 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #fff;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 991.98px) {
  .footer__bottom {
    flex-direction: column;
    gap: 10px;
  }
}

.title {
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: .01em;
  margin-bottom: 50px;
}

.title_small {
  font-size: 32px;
}

.button {
  border-radius: 10px;
  padding: 21px 30px;
  background: #ea5b0c;
  font-weight: 500;
  font-size: 18px;
  line-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;
  width: 100%;
  max-width: 330px;
  color: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.main {
  position: relative;
  margin-bottom: 100px;
  min-height: 1000px;
  overflow: hidden;
}

.main__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.main__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1) translateY(0);
      -ms-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
  -webkit-animation: zoomInOut 16s linear infinite;
          animation: zoomInOut 16s linear infinite;
  -webkit-transition: -webkit-transform .9s ease;
  transition: -webkit-transform .9s ease;
  transition: transform .9s ease;
  transition: transform .9s ease, -webkit-transform .9s ease;
  min-height: 1000px;
}

.main__bg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(44,46,48,.5);
  z-index: 1;
}

.main__container {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.main__info {
  padding-top: 381px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 181px;
}

.main__title {
  font-weight: 700;
  font-size: 60px;
  line-height: 120%;
  color: #fff;
}

.main__text {
  max-width: 54%;
  line-height: 140%;
  color: #fff;
  position: relative;
  padding: 11px 40px;
}

.main__text::before {
  content: "";
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
}

@-webkit-keyframes zoomInOut {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }

  50% {
    -webkit-transform: scale(1.4) translateY(14%);
            transform: scale(1.4) translateY(14%);
  }

  100% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
}

@keyframes zoomInOut {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }

  50% {
    -webkit-transform: scale(1.4) translateY(14%);
            transform: scale(1.4) translateY(14%);
  }

  100% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
}

.products {
  margin-bottom: 100px;
}

.products__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.products__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 30px);
          flex: 1 1 calc(50% - 30px);
  max-width: calc(50% - 15px);
  padding: 50px 45px 50px 50px;
  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;
  gap: 20px;
  position: relative;
  min-height: 450px;
  overflow: hidden;
  border-radius: 10px;
}

.products__item:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%;
}

.products__item:last-child .category {
  max-width: 730px;
}

.products__button {
  margin-top: 50px;
}

.item-products__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.item-products__bg img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 2s;
  transition: all 2s;
}

.item-products__bg::before {
  content: "";
  background: #2c2e30;
  opacity: .4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.item-products__name {
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  color: #fff;
  z-index: 3;
  position: relative;
}

.category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  z-index: 3;
  max-width: 700px;
}

.category__link {
  background: hsla(0,0%,100%,.2);
  border-radius: 20px;
  color: #fff;
  line-height: 167%;
  padding: 2px 20px;
  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;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.info {
  margin-bottom: 100px;
}

.info__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.info__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 32px);
          flex: 1 1 calc(50% - 32px);
  max-width: calc(50% - 16px);
}

.info .button {
  margin-top: 50px;
}

.item-info {
  position: relative;
  display: block;
}

.item-info__bg {
  position: relative;
}

.item-info__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.item-info__bg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #f7f6f6;
  border-radius: 10px;
  -webkit-transition: all .5s;
  transition: all .5s;
  z-index: 2;
}

.item-info__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  z-index: 2;
  padding: 0 50px 0 48px;
  width: 100%;
}

.item-info__name {
  font-weight: 500;
  font-size: 32px;
  line-height: 125%;
  -webkit-transition: all .5s;
  transition: all .5s;
}

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

.item-info__icon svg path {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.news {
  margin-bottom: 100px;
}

.news__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.news__container .title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 40px);
          flex: 0 0 calc(50% - 40px);
  margin-bottom: 0;
}

.news__btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 40px);
          flex: 0 0 calc(50% - 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.news__items, .news__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.newspaper__items-block .news__slide {
  margin-top: 0;
}

.news__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(33.333% - 30px);
          flex: 1 1 calc(33.333% - 30px);
  max-width: calc(33.333% - 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news__button,
.newspaper__button {
  border: .77px solid #2c2e30;
  border-radius: 4px;
  padding: 16px 15px;
  width: 100%;
  max-width: 340px;
  font-weight: 500;
  font-size: 14px;
  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;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin: 0 auto;
}

.newspaper__button {
  margin-top: 30px;
}

.item-news {
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  background: #fff;
  padding: 40px;
  display: block;
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 100%;
}

.item-news__date {
  border-radius: 5px;
  padding: 5px 10px;
  background: #e6e6e6;
  margin-bottom: 39px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  -webkit-transition: all .5s;
  transition: all .5s;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
}

.item-news__title {
  line-height: 140%;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.pagination-block {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.newspaper .pagination-block {
  margin-top: 40px;
}

.pagination-block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.pagination-block ul li a {
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  width: 60px;
  height: 60px;
  font-weight: 500;
  font-size: 18px;
  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;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.pagination-block ul li.active a {
  background: #343838;
  color: #fff;
}

.breadcrumbs {
  margin-top: 98px;
  margin-bottom: 30px;
}

.breadcrumbs_custom {
  margin-bottom: 0;
}

.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 34px;
  padding: 20px 0;
  border-bottom: 1px solid #f26522;
}

.breadcrumbs_custom .breadcrumbs__list {
  border-bottom: none;
}

.breadcrumbs__item {
  position: relative;
  font-size: 12px;
  line-height: 167%;
}

.breadcrumbs__item:first-child a {
  padding-left: 24px;
}

.breadcrumbs__item:first-child a::before {
  content: "";
  background-image: url(../img/icon.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}

.breadcrumbs__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  translate: 0 -42%;
  background-image: url(../img/icon-2.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 14px;
  height: 14px;
}

.breadcrumbs__item.active {
  color: #e95b0c;
}

.breadcrumbs__link {
  display: block;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.main-block {
  margin-bottom: 50px;
}
.main-block:has(.main-block__bg) {
  margin-bottom: 100px;
}

.main-block.main-block_custom {
  margin-bottom: 50px;
}

.main-block__info {
  padding: 50px;
  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;
  gap: 182px;
  position: relative;
  min-height: 450px;
}

.main-block_custom .main-block__info {
  min-height: 354px;
  background: #f7f6f6;
  gap: 50px;
}

.main-block__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main-block__bg img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-block__bg::before {
  content: "";
  background: rgba(44,46,48,.6);
  width: 100%;
  height: 100%;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
}

.main-block_custom .main-block__bg {
  max-width: 50%;
  left: auto;
  right: 0;
}

.main-block_custom .main-block__bg img {
  border-radius: 0;
}

.main-block_custom .main-block__bg::before {
  background: -webkit-gradient(linear, right top, left top, from(rgba(247, 246, 246, 0)), to(#f7f6f6));
  background: linear-gradient(270deg, rgba(247, 246, 246, 0) 0%, #f7f6f6 100%);
  border-radius: 0;
  left: 0;
  width: 50%;
}

.main-block__icon {
  z-index: 2;
  position: absolute;
  right: 50px;
  bottom: 50px;
}

.main-block__title,
.main-block__text {
  z-index: 2;
  color: #fff;
  max-width: 795px;
}

.main-block_custom .main-block__title,
.main-block_custom .main-block__text {
  color: #2c2e30;
  max-width: 49%;
}

.main-block_width .main-block__title,
.main-block_width .main-block__text {
  max-width: 1082px;
}

.main-block__title {
  margin-bottom: 0;
}

.main-block__text {
  font-size: 32px;
  line-height: 125%;
}

.main-block__text p:not(:last-child) {
  margin-bottom: 15px;
}

.main-block_custom .main-block__text {
  font-size: 20px;
}

.main-block__button {
  z-index: 2;
}

.text-block {
  margin-bottom: 100px;
}

.page .text-block_margin {
  margin-bottom: 198px;
}

.suppliers .text-block {
  margin-bottom: 50px;
}

.text-block__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.text-block__big,
.text-block__small {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 30px);
          flex: 1 1 calc(50% - 30px);
  max-width: calc(50% - 15px);
}

.text-block__small.full {
  max-width: 100%;
}

.text-block__big h2,
.text-block__small h2 {
  font-weight: 500;
  font-size: 32px;
  line-height: 125%;
  margin-bottom: 30px;
}
.text-block__big a,
.text-block__small a {
  text-decoration: underline;
  color: #e95b0c;
}

.text-block__big p:not(:last-child),
.text-block__small p:not(:last-child) {
  margin-bottom: 30px;
}

.text-block__big {
  font-weight: 500;
  font-size: 32px;
  line-height: 125%;
}

.text-block__small {
  line-height: 140%;
}

.text-block .spollers {
  margin-top: 50px;
}

.map_custom .spollers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 10px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  margin-bottom: 90px;
}

.spollers__item {
  border-radius: 10px;
  background: #fff;
}

.spollers__item:has(.spollers__title._spoller-active) {
  -webkit-box-shadow: 0 4px 40px 0 rgba(44,46,48,.05);
          box-shadow: 0 4px 40px 0 rgba(44,46,48,.05);
}

.production .spollers__item:not(:last-child),
.map .spollers__item:not(:last-child) {
  margin-bottom: 10px;
}

.map_custom .spollers__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 30px);
          flex: 1 1 calc(50% - 30px);
  max-width: calc(50% - 15px);
}

.spollers__title {
  padding: 44px 50px;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  background: #fff;
  font-weight: 600;
  line-height: 133%;
  width: 100%;
  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;
  gap: 20px;
  text-align: left;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.spollers__title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.spollers__title svg {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.spollers__title svg path {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.spollers__title._spoller-active {
  border-color: rgba(0,0,0,0);
  color: #e95b0c;
}

.spollers__title._spoller-active svg {
  rotate: 180deg;
}

.spollers__title._spoller-active svg path {
  stroke: #e95b0c;
}

.production .spollers__title {
  padding: 24px 50px;
}

.map .spollers__title {
  padding: 13px 13px 13px 30px;
  font-size: 18px;
  border-color: rgba(0,0,0,0);
}

.map_custom .spollers__title {
  padding: 34px 23px 12px;
  background: #f7f6f6;
  position: relative;
}

.map_custom .spollers__title span:first-child::before {
  content: attr(data-label);
  position: absolute;
  top: 8px;
  left: 23px;
  font-weight: 400;
  font-size: 14px;
}

.map_custom .spollers__title svg rect {
  fill: #f7f6f6;
}

.map_custom .spollers__title._spoller-active {
  background: none;
}

.map_custom .spollers__title._spoller-active svg rect {
  fill: #fff;
}

.spollers__body {
  padding: 0 50px 50px;
  font-size: 16px;
  line-height: 140%;
}

.spollers__body p:not(:last-child) {
  margin-bottom: 20px;
}

.map .spollers__body {
  padding: 0 30px 13px;
}

.map .spollers__body p:not(:last-child) {
  margin-bottom: 15px;
}

.suppliers {
  margin-bottom: 100px;
}

.education-page__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding-top: 30px;
  border-top: 1px solid #e95b0c;
}

.education-page__img img {
  width: 163px;
  height: 163px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.education-page__desc {
  margin-bottom: 28px;
}

.education-page__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.education-page__link:not(:last-child) {
  margin-bottom: 10px;
}

.education-page__name {
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 14px;
  font-size: 24px;
}

.education-page .spollers__body p:not(:last-child) {
  margin-bottom: 15px;
}

.education-page .spollers__body ul {
  /* margin-left: 18px; */
}

.education-page .spollers__body ul li {
  line-height: 140%;
  /* list-style: disc; */
}

.education-page .spollers__item:not(:last-child) {
  margin-bottom: 30px;
}

.consultation {
  background: #343838;
  margin-top: 139px;
  padding: 90px 0 148px;
  color: #fff;
}

.consultation__title {
  margin-bottom: 15px;
}

.consultation__text {
  line-height: 140%;
  color: #fff;
}

.consultation__items {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.consultation__form, form[name="SIMPLE_FORM_1"] {
  max-width: 846px;
}

.consultation__item {
  max-width: 554px;
  width: 100%;
}

.consultation__info {
  border-radius: 10px;
  padding: 15px 30px;
  background: #2c2e30;
}

.consultation__info:not(:last-child) {
  margin-bottom: 19px;
}

.consultation__name {
  font-size: 16px;
  line-height: 130%;
  margin-bottom: 5px;
}

.consultation__phone {
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
  transition: all .5s;
}

.consultation__desc {
  font-weight: 600;
  line-height: 130%;
}

.form, form[name="SIMPLE_FORM_1"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 31px;
     -moz-column-gap: 31px;
          column-gap: 31px;
  row-gap: 11px;
}

.form__policy {
  font-size: 12px;
  line-height: 120%;
  margin-top: 9px;
  margin-bottom: 20px;
}

.form__policy input {
  display: none;
}

.form__policy label {
  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;
  gap: 9px;
  position: relative;
  cursor: pointer;
}

.form__policy span:first-child {
  width: 24px;
  height: 24px;
  position: relative;
  min-width: 24px;
  min-height: 24px;
  position: relative;
  border-radius: 5px;
  background: #fff;
  display: block;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.form__policy span:first-child::before {
  content: "";
  background-image: url(../img/arrow.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.form__policy a {
  text-decoration: underline;
  color: #e95b0c;
}

.form__button {
  opacity: .6;
  pointer-events: none;
}

.form__policy input:checked+label span:first-child {
  background: rgba(0,0,0,0);
}

.form__policy input:checked+label span:first-child::before {
  opacity: 1;
}

.form:has(.form__policy input:checked) .form__button, form[name="SIMPLE_FORM_1"]:has(.form__policy input:checked) .form__button {
  opacity: 1;
  pointer-events: all;
}

.input {
  border: 1px solid #3a3a3a;
  border-radius: 10px;
  background: #2c2e30;
  padding: 20px 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 30px);
          flex: 1 1 calc(50% - 30px);
  outline: none;
  font-size: 16px;
  color: #fff;
}

.input::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 100%;
  color: #fff;
}

.input::-moz-placeholder {
  font-size: 16px;
  line-height: 100%;
  color: #fff;
}

.input:-ms-input-placeholder {
  font-size: 16px;
  line-height: 100%;
  color: #fff;
}

.input::-ms-input-placeholder {
  font-size: 16px;
  line-height: 100%;
  color: #fff;
}

.input::placeholder {
  font-size: 16px;
  line-height: 100%;
  color: #fff;
}

textarea.input {
  resize: none;
  height: 91px;
}

.file-upload {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 30px);
          flex: 1 1 calc(50% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
}

.file-upload__label {
  border: 1px solid #3a3a3a;
  border-radius: 10px;
  background: #2c2e30;
  font-size: 16px;
  color: hsla(0,0%,100%,.5);
  padding: 21px 30px;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 8px);
          flex: 1 1 calc(50% - 8px);
  max-width: calc(50% - 4px);
  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;
}

.file-upload__label span {
  height: 16px;
  width: 126px;
  white-space: nowrap;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.file-upload__label span::-webkit-scrollbar {
  display: none;
}

.file-upload__button {
  border: 1px solid #fff;
  border-radius: 10px;
  font-size: 16px;
  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;
  gap: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 8px);
          flex: 1 1 calc(50% - 8px);
  max-width: calc(50% - 4px);
  cursor: pointer;
}

.vacancies {
  margin-bottom: 100px;
}

.vacancies_margin {
  margin-bottom: 198px;
}

.vacancies__block {
  gap: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 50px;
  border-radius: 10px;
  background: #f7f6f6;
}

.vacancies__text {
  font-weight: 600;
  line-height: 133%;
}

.vacancies__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 87px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vacancies__item img {
  width: 100%;
}

.search {
  margin-bottom: 150px;
}

.search__block {
  background: #f7f6f6;
  border-radius: 10px;
  padding: 33px 50px;
}

.search__form {
  -webkit-box-shadow: 0 4px 40px 0 rgba(44,46,48,.05);
          box-shadow: 0 4px 40px 0 rgba(44,46,48,.05);
  background: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  position: relative;
  padding: 12px 20px 12px 40px;
}

.search__title {
  font-weight: 500;
  line-height: 140%;
}

.search__input {
  font-size: 20px;
  line-height: 140%;
  border: 1px solid #e6e6e6;
  border-radius: 15px;
  background: #fff;
  outline: none;
  width: 100%;
  padding: 17px 160px 17px 30px;
}

.search__input::-webkit-input-placeholder {
  font-weight: 300;
  font-size: 20px;
  line-height: 140%;
  color: #9f9f9f;
}

.search__input::-moz-placeholder {
  font-weight: 300;
  font-size: 20px;
  line-height: 140%;
  color: #9f9f9f;
}

.search__input:-ms-input-placeholder {
  font-weight: 300;
  font-size: 20px;
  line-height: 140%;
  color: #9f9f9f;
}

.search__input::-ms-input-placeholder {
  font-weight: 300;
  font-size: 20px;
  line-height: 140%;
  color: #9f9f9f;
}

.search__input::placeholder {
  font-weight: 300;
  font-size: 20px;
  line-height: 140%;
  color: #9f9f9f;
}

.search__button {
  max-width: 145px;
  position: absolute;
  top: 50%;
  right: 26px;
  translate: 0 -50%;
  padding: 16px 30px;
}

.newspaper {
  margin-bottom: 199px;
}

.newspaper__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -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: 50px;
}

.newspaper__title {
  margin-bottom: 0;
}

.newspaper__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}

.newspaper__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(25% - 30px);
          flex: 1 1 calc(25% - 30px);
  max-width: calc(25% - 23px);
}

.custom-select {
  position: relative;
}

.custom-select__trigger {
  border-radius: 20px;
  padding: 15px 20px;
  background: #f7f6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.custom-select__trigger span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom-select__trigger span:last-child {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.custom-select.open .custom-select__trigger span:last-child {
  rotate: 180deg;
}

.custom-select__options {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px 20px;
  background: #f7f6f6;
  border-radius: 20px;
  gap: 20px;
  min-width: 112px;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  visibility: hidden;
  top: 50px;
  z-index: 3;
	max-height: 200px;
	overflow-x: auto;
	scrollbar-width: thin;
	scrollbar-color: rgba(238, 116, 59, .5) #f7f6f6;
}

.custom-select.open .custom-select__options {
  opacity: 1;
  top: 60px;
  visibility: visible;
}

.custom-select__option {
  font-weight: 500;
  font-size: 18px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.custom-select__option.active {
  color: #e95b0c;
}

.item-newspaper {
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  background: #fff;
  padding: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  height: 100%;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.item-newspaper__top {
  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;
  gap: 15px;
}

.item-newspaper__name span {
  display: block;
}

.item-newspaper__name span:first-child {
  font-size: 20px;
  line-height: 140%;
}

.item-newspaper__name span:last-child {
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  color: #e95b0c;
}

.item-newspaper__number {
  font-size: 32px;
  line-height: 100%;
  color: rgba(44,46,48,.5);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.item-newspaper__text {
  line-height: 140%;
  min-height: 68px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.item-newspaper__date {
  padding: 25px 0;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  border-top: 1px solid rgba(44,46,48,.5);
  border-bottom: 1px solid rgba(44,46,48,.5);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.swiper-vertical .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.swiper-initialized .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}

.product {
  margin-bottom: 100px;
}

.product__pagination,
.gallery__pagination,
.news__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-top: 40px;
}

.product__pagination span,
.gallery__pagination span,
.news__pagination span {
  border-radius: 5px;
  padding: 21px;
  border: 1px solid #e6e6e6;
  background: #fff;
  width: 60px;
  height: 60px;
  font-weight: 500;
  font-size: 18px;
  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;
  -webkit-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
}

.product__pagination span.swiper-pagination-bullet-active,
.gallery__pagination span.swiper-pagination-bullet-active,
.news__pagination span.swiper-pagination-bullet-active {
  background: #343838;
  color: #fff;
  border-color: rgba(0,0,0,0);
}

.product__nav,
.gallery__nav {
  gap: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.product__button-prev,
.product__button-next,
.gallery__button-prev,
.gallery__button-next {
  border: .77px solid #e6e6e6;
  border-radius: 4px;
  width: 46px;
  height: 46px;
  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;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.product__button-prev svg path,
.product__button-next svg path,
.gallery__button-prev svg path,
.gallery__button-next svg path {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.product__button-prev.swiper-button-disabled,
.product__button-next.swiper-button-disabled,
.gallery__button-prev.swiper-button-disabled,
.gallery__button-next.swiper-button-disabled {
  background: #343838;
  border-color: rgba(0,0,0,0);
}

.product__button-prev.swiper-button-disabled svg path,
.product__button-next.swiper-button-disabled svg path,
.gallery__button-prev.swiper-button-disabled svg path,
.gallery__button-next.swiper-button-disabled svg path {
  stroke: #fff;
}

.product__button-next svg,
.gallery__button-next svg {
  margin-top: 4px;
}

.item-product {
  position: relative;
  border: 1px solid rgba(0,0,0,0);
  border-radius: 10px;
  display: block;
  -webkit-transition: all .5s;
  transition: all .5s;
  height: 100%;
}

.item-product__img {
  position: relative;
  height: 100%;
}

.item-product__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  height: 100%;
}

.item-product__img::before {
  content: "";
  background: rgba(44,46,48,.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.item-product__name {
  font-weight: 700;
  font-size: 32px;
  line-height: 125%;
  color: #fff;
  padding: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.services {
  margin-bottom: 198px;
}

.services__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}

.services__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(33.333% - 30px);
          flex: 1 1 calc(33.333% - 30px);
  max-width: calc(33.333% - 20px);
}

.history {
  margin-bottom: 100px;
}

.history__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.history__slider {
  width: 100%;
  height: 60vh;
}

.history__slide {
  width: 100%;
}

.history__block {
  position: relative;
  border-radius: 10px;
  background: #f7f6f6;
  max-width: 66%;
  height: 100%;
}

.history__date {
  position: absolute;
  right: 150px;
  top: 30px;
  z-index: 2;
}

.history__date::before {
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  width: 100%;
  height: 73px;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.history__date-inner {
  padding-bottom: 73px;
  max-height: 53vh;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.history__date-inner::-webkit-scrollbar {
  display: none;
}

.history__item {
  position: relative;
  padding-left: 66px;
  -webkit-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
}

.history__item:not(:last-child) {
  margin-bottom: 35px;
}

.history__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 2px;
  background: #212121;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.history__item.active {
  color: #e95b0c;
}

.history__item.active::before {
  width: 24px;
  height: 3px;
  background: #e95b0c;
}

.history__scrollbar {
  width: 9px;
  background: #f7f6f6;
  border-radius: 10px;
}

.history__scrollbar .swiper-scrollbar-drag {
  background: rgba(238,116,59,.5);
  border-radius: 10px;
}

.block-history__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.block-history__date {
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  position: absolute;
  left: 50px;
  top: 50px;
}

.block-history__img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.block-history__img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

.block-history__text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: 20px;
  line-height: 140%;
  max-width: 480px;
  margin: 138px 50px 50px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.block-history__text::-webkit-scrollbar {
  display: none;
}

.block-history__text p:not(:last-child) {
  margin-bottom: 30px;
}

.production {
  margin-bottom: 100px;
}

.production__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.production__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 30px);
          flex: 1 1 calc(50% - 30px);
  max-width: calc(50% - 15px);
}

.production__item .spollers {
  position: sticky;
  top: 50px;
}

.production__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.production__link span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.production__link:not(:last-child) {
  margin-bottom: 10px;
}

.map .production__link:not(:last-child) {
  margin-bottom: 15px;
}

.block-production {
  visibility: hidden;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity .8s;
  transition: opacity .8s;
}

.block-production.active {
  visibility: visible;
  height: 100%;
  opacity: 1;
}

.block-production__name {
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: .01em;
  margin-bottom: 50px;
}

.block-production__img {
  margin-bottom: 50px;
}

.block-production__img img {
  width: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

.block-production__text p:not(:last-child), .block-production__text-small p:not(:last-child), 
.block-production__text ul:not(:last-child), .block-production__text-small ul:not(:last-child), 
.block-production__text ol:not(:last-child), .block-production__text-small ol:not(:last-child),
.spollers__body p:not(:last-child),
.spollers__body ul:not(:last-child),
.spollers__body ol:not(:last-child) {
  margin-bottom: 15px;
}

.block-production__text ul li, .block-production__text-small ul li, .block-production__text ol li, .block-production__text-small ol li, .spollers__body ul li, .spollers__body ol li {
  padding-left: 20px;
  position: relative;
}

.block-production__text a, .block-production__text-small a, .spollers__body a:not(.button) {
  color: #ea5e20;
}

.block-production__text a:hover, .block-production__text-small a:hover, .spollers__body a:not(.button):hover {
  text-decoration: underline;
}

.block-production__text ul li:not(:last-child), .block-production__text-small ul li:not(:last-child), .block-production__text ol li:not(:last-child), .block-production__text-small ol li:not(:last-child), .spollers__body ul li:not(:last-child), .spollers__body ol li:not(:last-child) {
  margin-bottom: 10px;
}

.block-production__text ul li:before, .block-production__text-small ul li:before, .spollers__body ul li:before {
    content: "";
    position: absolute;
    /* top: calc(50% - 4px); */
    top: 8px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #ea5e20;
    border-radius: 50%;
}

.block-production__text ol, .block-production__text-small ol, .spollers__body ol {
  counter-reset: num;
  list-style: none;
  padding-left: 0;
}
.block-production__text ol li, .block-production__text-small ol li, .spollers__body ol li {
  counter-increment: num;
}
.block-production__text ol li:before, .block-production__text-small ol li:before, .spollers__body ol li:before {
  content: counter(num) ".";
  position: absolute;
  left: 0;
  color: #ea5e20;
}

.block-production__text {
  font-weight: 500;
  line-height: 133%;
  font-size: 24px;
  margin-bottom: 30px;
}

.block-production__text-small {
  font-size: 20px;
  line-height: 140%;
}

.block-production__button {
  margin-top: 30px;
}

#map {
  height: 532px;
  border-radius: 10px;
}

#map ymaps {
  border-radius: 10px;
}

.map {
  margin-bottom: 100px;
}

.map__block {
  position: relative;
}

.map__info {
  position: absolute;
  top: 50px;
  left: 50px;
  width: 100%;
  max-width: 579px;
  z-index: 1;
}

.map_custom .map__info {
  position: static;
  max-width: 100%;
}

.map__info .spollers {
	max-height: 300px;
	overflow-x: auto;
	scrollbar-width: thin;
	scrollbar-color: rgba(238, 116, 59, .5) #f7f6f6;
}

.product-info {
  margin-bottom: 100px;
}

.product-info__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 59px;
}

.product-info__img {
  flex: 0 0 350px;
}

.product-info__img img {
  border-radius: 50%;
  width: 350px;
  height: 350px;
}

.product-info__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.product-info__table {
	max-height: 285px;
	overflow-x: hidden;
	overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(238,116,59,.5) #f7f6f6;
}

.product-info__table.product-info__table_custom table th {
  width: 25%;
}

.product-info__table table {
  border-collapse: separate;
  border-spacing: 10px;
  width: 100%;
}

.product-info__table table th,
.product-info__table table td {
  line-height: 130%;
  text-align: center;
  border-radius: 2px;
  font-weight: 400;
}

.product-info__table table th {
  background: #e95b0c;
  font-size: 16px;
  color: #fff;
  width: 25%;
  padding: 20.5px 0;
}

.product-info__table table td {
  font-size: 14px;
  color: #2c2e30;
  background: #f5f5f5;
  padding: 12.5px 15px;
}

.product-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  position: relative;
}

.product-block_custom {
  display: block;
}

.product-block__parameters span {
  display: block;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  color: #fff;
  border-radius: 2px;
  padding: 20.5px 10px;
  background: #e95b0c;
  width: 115px;
}

.product-block__parameters span:not(:last-child) {
  margin-bottom: 8px;
}

.product-block__slider {
  width: 100%;
  margin-top: -70px;
  min-width: 0;
  max-width: 215px;
}

.product-block__slide {
  width: 100%;
}

.product-block__button-prev,
.product-block__button-next {
  position: absolute;
  top: 19px;
}

.product-block__button-prev svg path,
.product-block__button-next svg path {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.product-block__button-prev.swiper-button-disabled svg path,
.product-block__button-next.swiper-button-disabled svg path {
  stroke: #2c2e30;
}

.product-block__button-prev {
  left: 15px;
}

.product-block__button-next {
  right: 15px;
}

.product-block__name {
  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
  border-bottom: 1px solid #e95b0c;
  border-radius: 2px;
  height: 62px;
  margin-bottom: 8px;
  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;
}

.product-block__text {
  font-size: 14px;
  line-height: 130%;
  height: 62px;
  background: #f5f5f5;
  border-radius: 2px;
  text-align: center;
  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;
}

.product-block__text:not(:last-child) {
  margin-bottom: 8px;
}

.product-block__scrollbar {
  height: 8px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  background: #f7f6f6;
  border-radius: 10px;
  position: absolute;
  bottom: -28px;
  width: 100%;
}

.product-block__scrollbar .swiper-scrollbar-drag {
  height: 8px;
  border-radius: 8px;
  background: #ee743b;
}

.title-block_custom {
  margin-bottom: 50px;
}

.title-block_custom .title {
  margin-bottom: 0;
}

.title-block__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.title-block__date {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #fff;
  border-radius: 5px;
  padding: 5px 10px;
  background: #e95b0c;
}

.news-desc {
  margin-bottom: 50px;
}

.news-desc__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}

.news-desc__img {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 32px);
          flex: 1 1 calc(50% - 32px);
}

.news-desc__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.news-desc__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 32px);
          flex: 1 1 calc(50% - 32px);
}

.news-desc__text-big {
  font-weight: 500;
  line-height: 133%;
}

.news-desc__text-big p {
  margin-bottom: 30px;
}

.news-desc__text-small {
  font-size: 20px;
  line-height: 140%;
}

.news-desc__text-small p:not(:last-child) {
  margin-bottom: 30px;
}

.quote {
  margin-bottom: 100px;
}

.quote__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}

.quote__item {
  border: 1px solid #e95b0c;
  border-radius: 10px;
  padding: 50px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 30px);
          flex: 1 1 calc(50% - 30px);
  max-width: calc(50% - 15px);
}

.quote__text {
  font-size: 20px;
  line-height: 130%;
  margin-bottom: 30px;
}

.quote__text p:not(:last-child) {
  margin-bottom: 15px;
}

.quote__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

.quote__img img {
  width: 163px;
  height: 163px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.quote__name {
  font-weight: 500;
  font-size: 30px;
  line-height: 120%;
  margin-bottom: 10px;
}

.quote__desc {
  font-size: 20px;
  line-height: 130%;
}

.gallery {
  margin-bottom: 100px;
}

.gallery__img {
  height: 100%;
}

.gallery__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  max-height: 369px;
}

.gallery__nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.newspaper__item {
	height: 309px;
}

.newspaper_custom .newspaper__item {
  height: 300px;
}

.newspaper_custom .item-newspaper {
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}

.newspaper_custom .item-newspaper__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.newspaper_custom .item-newspaper__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.newspaper_custom .item-newspaper__bg::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(44,46,48,.4);
  border-radius: 10px;
  -webkit-transition: all .5s;
  transition: all .5s;
  z-index: 2;
}

.newspaper_custom .item-newspaper__top {
  z-index: 2;
}

.newspaper_custom .item-newspaper__published {
  border-radius: 20px;
  padding: 12px 20px;
  background: hsla(0,0%,100%,.2);
  font-size: 20px;
  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;
}

.newspaper_custom .item-newspaper__number {
  color: #fff;
}

.newspaper_custom .item-newspaper__date {
  z-index: 2;
  color: #fff;
  border-color: #e95b0c;
}

.menu-open body {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

.wrapper {
  min-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;
  overflow: hidden;
  background: #fff;
}

.wrapper.production-page {
  overflow: clip;
}

.wrapper>main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.wrapper>* {
  min-width: 0;
}

[class*=__container] {
  max-width: 107.5rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
  padding: 0 6.25rem;
}

@media (min-width: 991.98px) {
  .history-page .up {
    display: none;
  }

  .news__button,
  .newspaper__button {
    display: none;
  }

  .product__nav,
  .gallery__nav {
    display: none;
  }

  .spollers__body .block-production {
    display: none;
  }

  .product-block {
    display: none;
  }
}

@media (max-width: 1660.98px) {
  .header__top {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .header__logo a img {
    width: 100%;
    max-width: 190px;
  }

  .header__block {
    gap: 43px;
  }

  .menu__list {
    gap: 43px;
  }

  .menu__link,
  .header__search {
    font-size: 16px;
  }

  .menu__item::before,
  .header__search::before {
    bottom: -29px;
  }

  .submenu__nav {
    padding-top: 32px;
  }

  .main-page .submenu__nav {
    padding-top: 25px;
  }

  .submenu__link {
    font-size: 16px;
    padding: 18px 15px;
  }

  .up__btn {
    font-size: 14px;
    gap: 12px;
    padding: 10px 15px;
  }

  .footer__top {
    padding: 16px 0;
  }

  .footer__logo {
    max-width: 188px;
  }

  .footer__logo img {
    width: 100%;
  }

  .footer__bottom {
    padding: 24px 0;
    font-size: 14px;
  }

  .title {
    font-size: 30px;
    margin-bottom: 39px;
  }

  .title_small {
    font-size: 24px;
  }

  .button {
    font-size: 16px;
    max-width: 254px;
    padding: 15px 23px;
  }

  .main {
    margin-bottom: 80px;
    min-height: 771px;
  }

  .main__bg img {
    min-height: 771px;
  }

  .main__info {
    padding-top: 295px;
    gap: 139px;
  }

  .main__title {
    font-size: 46px;
  }

  .main__text {
    font-size: 20px;
    padding: 0 30px;
    max-width: 50%;
  }

  .main__text::before {
    width: 2px;
    top: 50%;
    translate: 0 -50%;
    height: 96px;
  }

  .products {
    margin-bottom: 80px;
  }

  .products__item:last-child .category {
    max-width: 610px;
  }

  .products__item {
    min-height: 347px;
    padding: 40px;
  }

  .products__button {
    margin-top: 40px;
  }

  .item-products__name {
    font-size: 30px;
  }

  .category {
    gap: 8px;
    max-width: 545px;
  }

  .category__link {
    font-size: 18px;
  }

  .info {
    margin-bottom: 80px;
  }

  .info .button {
    margin-top: 40px;
  }

  .item-info__name {
    font-size: 24px;
  }

  .item-info__icon svg {
    width: 56px;
    height: 56px;
  }

  .item-news {
    padding: 30px;
  }

  .item-news__date {
    font-size: 14px;
    padding: 4px 8px;
    margin-bottom: 29px;
  }

  .item-news__title {
    font-size: 20px;
  }

  .pagination-block ul li a {
    font-size: 14px;
    width: 46px;
    height: 46px;
  }

  .breadcrumbs {
    margin-top: 75px;
  }

  .main-block {
    margin-bottom: 40px;
  }
  .main-block:has(.main-block__bg) {
    margin-bottom: 80px;
  }

  .main-block.main-block_custom {
    margin-bottom: 40px;
  }

  .main-block__info {
    padding: 40px;
    gap: 134px;
    min-height: 347px;
  }

  .main-block_custom .main-block__info {
    min-height: 292px;
    gap: 30px;
  }

  .main-block__icon {
    right: 40px;
    bottom: 40px;
  }

  .main-block__icon img {
    width: 108px;
  }

  .main-block__text {
    font-size: 24px;
    line-height: 133%;
  }

  .main-block_custom .main-block__text {
    font-size: 18px;
  }

  .text-block {
    margin-bottom: 80px;
  }

  .page .text-block_margin {
    margin-bottom: 155px;
  }

  .suppliers .text-block {
    margin-bottom: 40px;
  }

  .text-block__big h2,
  .text-block__small h2 {
    margin-bottom: 23px;
    font-size: 24px;
    line-height: 133%;
  }

  .text-block__big {
    font-size: 24px;
    line-height: 133%;
  }

  .text-block__small {
    font-size: 20px;
  }

  .text-block .spollers {
    margin-top: 40px;
  }

  .map_custom .spollers {
    margin-bottom: 56px;
  }

  .spollers__title {
    font-size: 20px;
    padding: 34px 40px;
  }

  .production .spollers__title {
    padding: 18px 40px;
  }

  .map .spollers__title {
    font-size: 16px;
    padding: 8px 13px 13px 30px;
  }

  .map_custom .spollers__title {
    font-size: 20px;
    padding: 34px 23px 12px;
  }

  .spollers__body {
    padding: 0 40px 34px;
  }

  .map .spollers__body {
    font-size: 14px;
  }

  .suppliers {
    margin-bottom: 80px;
  }

  .education-page__block {
    gap: 22px;
  }

  .education-page__img img {
    width: 126px;
    height: 126px;
  }

  .education-page__name {
    font-size: 20px;
  }

  .education-page .spollers__item:not(:last-child) {
    margin-bottom: 20px;
  }

  .consultation {
    padding: 70px 0 110px;
    margin-top: 80px;
  }

  .consultation__text {
    font-size: 20px;
  }

  .consultation__items {
    margin-top: 37px;
  }

  .consultation__form, form[name="SIMPLE_FORM_1"] {
    max-width: 649px;
  }

  .consultation__info {
    padding: 12px 18px 12px 20px;
  }

  .consultation__info:not(:last-child) {
    margin-bottom: 10px;
  }

  .consultation__name {
    font-size: 14px;
    margin-bottom: 4px;
  }

  .consultation__phone {
    font-size: 24px;
  }

  .consultation__desc {
    font-size: 18px;
  }

  .form, form[name="SIMPLE_FORM_1"] {
    -webkit-column-gap: 29px;
       -moz-column-gap: 29px;
            column-gap: 29px;
    row-gap: 10px;
  }

  .form__policy label {
    gap: 7px;
  }

  .form__policy span:first-child {
    width: 19px;
    height: 19px;
    min-width: 19px;
    min-height: 19px;
  }

  .form__policy span:first-child::before {
    width: 19px;
    height: 19px;
  }

  .form__policy {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .input {
    padding: 14px 23px;
    font-size: 14px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 29px);
            flex: 1 1 calc(50% - 29px);
  }

  .input::-webkit-input-placeholder {
    font-size: 14px;
  }

  .input::-moz-placeholder {
    font-size: 14px;
  }

  .input:-ms-input-placeholder {
    font-size: 14px;
  }

  .input::-ms-input-placeholder {
    font-size: 14px;
  }

  .input::placeholder {
    font-size: 14px;
  }

  textarea.input {
    padding-top: 17px;
    height: 70px;
  }

  .file-upload__label {
    font-size: 14px;
    padding: 20px;
  }

  .file-upload__button {
    font-size: 14px;
    gap: 8px;
  }

  .file-upload__button svg {
    width: 11px;
  }

  .file-upload {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 29px);
            flex: 1 1 calc(50% - 29px);
  }

  .vacancies {
    margin-bottom: 80px;
  }

  .vacancies_margin {
    margin-bottom: 156px;
  }

  .vacancies__block {
    padding: 0 39px;
    gap: 12px;
  }

  .vacancies__text {
    font-size: 20px;
  }

  .vacancies__items {
    gap: 67px;
  }

  .search__block {
    padding: 25px 39px;
  }

  .search__form {
    gap: 11px;
    padding: 10px 16px 10px 30px;
    border-radius: 8px;
  }

  .search__title {
    font-size: 20px;
  }

  .search__input {
    padding: 13px 130px 13px 23px;
    font-size: 16px;
    border-radius: 10px;
  }

  .search__input::-webkit-input-placeholder {
    font-size: 16px;
  }

  .search__input::-moz-placeholder {
    font-size: 16px;
  }

  .search__input:-ms-input-placeholder {
    font-size: 16px;
  }

  .search__input::-ms-input-placeholder {
    font-size: 16px;
  }

  .search__input::placeholder {
    font-size: 16px;
  }

  .search__button {
    max-width: 112px;
    right: 21px;
    padding: 11.5px 30px;
  }

  .newspaper {
    margin-bottom: 156px;
  }

  .newspaper__top {
    margin-bottom: 40px;
  }

  .custom-select__trigger {
    font-size: 16px;
    gap: 4px;
    padding: 14.5px 15px;
  }

  .custom-select__options {
    gap: 15px;
    padding: 14.5px 15px;
    min-width: 96px;
  }

  .custom-select__option {
    font-size: 16px;
  }

  .item-newspaper {
    padding: 31px 30px;
    gap: 23px;
  }

  .item-newspaper__name span:first-child {
    font-size: 16px;
    line-height: 137%;
  }

  .item-newspaper__name span:last-child {
    font-size: 24px;
    line-height: 104%;
  }

  .item-newspaper__number {
    font-size: 24px;
  }

  .item-newspaper__text {
    font-size: 18px;
    min-height: 50px;
  }

  .item-newspaper__date {
    font-size: 30px;
    padding: 19px 0;
  }

  .product {
    margin-bottom: 80px;
  }

  .item-product__name {
    font-size: 24px;
    line-height: 133%;
    padding: 40px;
  }

  .services {
    margin-bottom: 156px;
  }

  .history__date {
    right: 110px;
  }

  .history__item {
    font-size: 20px;
  }

  .history__item:not(:last-child) {
    margin-bottom: 27px;
  }

  .block-history__date {
    left: 40px;
    top: 40px;
    font-size: 24px;
  }

  .block-history__text {
    margin: 99px 40px 40px;
    font-size: 18px;
    max-width: 370px;
  }

  .production {
    margin-bottom: 80px;
  }

  .block-production__name {
    font-size: 30px;
    margin-bottom: 40px;
  }

  .block-production__img {
    margin-bottom: 24px;
  }

  #map {
    height: 410px;
  }

  .map {
    margin-bottom: 80px;
  }

  .map__info {
    max-width: 496px;
    top: 40px;
    left: 40px;
  }

  .product-info {
    margin-bottom: 56px;
  }

  .product-info__items {
    gap: 46px;
  }

  .product-info__img {
    flex: 0 0 270px;
  }

  .product-info__img img {
    width: 270px;
    height: 270px;
  }

  .title-block_custom {
    margin-bottom: 40px;
  }

  .news-desc {
    margin-bottom: 40px;
  }

  .news-desc__text-big {
    font-size: 20px;
  }

  .news-desc__text-big p {
    margin-bottom: 23px;
  }

  .news-desc__text-small {
    margin-bottom: 18px;
  }

  .news-desc__text-small p:not(:last-child) {
    margin-bottom: 23px;
  }

  .quote {
    margin-bottom: 80px;
  }

  .quote__item {
    padding: 40px;
  }

  .quote__text {
    font-size: 16px;
    margin-bottom: 23px;
  }

  .quote__text p:not(:last-child) {
    margin-bottom: 10px;
  }

  .quote__block {
    gap: 23px;
  }

  .quote__img img {
    width: 126px;
    height: 126px;
  }

  .quote__name {
    font-size: 24px;
    margin-bottom: 8px;
  }

  .quote__desc {
    font-size: 16px;
  }

  .gallery {
    margin-bottom: 70px;
  }

  .gallery__img img {
    max-height: 284px;
  }

	.newspaper__item {
		height: 234px;
	}

  .newspaper_custom .newspaper__item {
    height: 340px;
  }

  .newspaper_custom .item-newspaper__published {
    font-size: 16px;
  }
}

@media (max-width: 1660.98px) {
	.up.footer__up-active {
		bottom: 150px;
	}
}

@media (max-width: 1440.98px) {
  .up {
    right: 20px;
  }

  .vacancies__item img {
    max-width: 80%;
  }

  .item-newspaper__name span:last-child {
    font-size: 18px;
  }

  .item-newspaper__date {
    font-size: 24px;
  }

  .history__date {
    right: 50px;
  }

  .block-history__text {
    max-width: 300px;
  }

  [class*=__container] {
    padding: 0 20px;
  }
}

@media (max-width: 1200.98px) {
  .header__block {
    gap: 25px;
  }

  .header__search span:last-child {
    display: block;
  }

  .header__search span:first-child {
    display: none;
  }

  .menu__list {
    gap: 25px;
  }

  .main__info {
    padding-top: 235px;
    gap: 80px;
  }

  .news__btn {
    gap: 20px;
  }

  .news__items, .news__slide {
    gap: 20px;
  }

  .item-news {
    padding: 20px;
  }
}

@media (max-width: 1140.98px) {
  .map_custom .spollers__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }

  .consultation__form, form[name="SIMPLE_FORM_1"] {
    max-width: 540px;
  }
}

@media (max-width: 991.98px) {
  .header__top {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .header__logo {
    position: absolute;
    top: 50%;
    left: 49%;
    translate: -50% -50%;
  }

  .header__logo a img {
    max-width: 139px;
  }

  .menu-open .header__logo {
    z-index: 5;
  }

  .menu-open .header__logo img:last-child {
    display: none;
  }

  .menu-open .header__logo img:first-child {
    display: block;
  }

  .header__block {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding-right: 0;
  }

  .header__search {
    z-index: 5;
  }

  .menu-open .header__search svg path {
    stroke: #fff;
  }

  .menu__body {
    position: fixed;
    overflow: auto;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    -webkit-transition: left .3s ease 0s;
    transition: left .3s ease 0s;
    background: rgba(0,0,0,.83);
    padding-top: 116px;
    padding-bottom: 30px;
    z-index: 4;
  }

  .menu__body::before {
    content: "";
    position: fixed;
    top: 0;
    width: calc(100% - 40px);
    left: -100%;
    -webkit-transition: left .3s ease 0s;
    transition: left .3s ease 0s;
    border-bottom: 1px solid #ea5b0c;
    min-height: 68px;
    z-index: 5;
  }

  .menu-open .menu__body {
    left: 0;
    padding-left: 26px;
    padding-right: 26px;
  }

  .menu-open .menu__body::before {
    left: 20px;
  }

  .menu__list {
    -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: start;
  }

  .footer .menu__list {
    gap: 23px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .menu__link {
    color: #fff;
  }

  .submenu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 19px;
    width: 100%;
  }

  .submenu.active {
    height: auto;
  }

  .submenu__arrow {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100px;
            flex: 1 1 100px;
  }

  .submenu.active .submenu__arrow svg {
    rotate: 180deg;
  }

  .main-page .submenu.active .submenu__arrow svg path {
    stroke: #ea5b0c;
  }

  .submenu__nav {
    position: static;
    min-width: 100%;
    height: 0;
    width: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    padding-top: 0;
    margin-top: -15px;
    -webkit-transition: width,margin-top .7s;
    transition: width,margin-top .7s;
  }

  .main-page .submenu__nav {
    padding-top: 0;
  }

  .submenu.active .submenu__nav {
    opacity: 1;
    visibility: visible;
    width: 100%;
    height: 100%;
    margin-top: 0px;
  }

  .submenu__body {
    background: rgba(0,0,0,0);
  }

  .submenu__item:not(:last-child) .submenu__link {
    border-bottom: none;
  }

  .submenu__link {
    color: #fff;
    padding: 14px 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .icon-menu {
    display: block;
    position: relative;
    width: 18px;
    height: 18px;
    cursor: pointer;
    z-index: 5;
  }

  .icon-menu span,
  .icon-menu::before,
  .icon-menu::after {
    content: "";
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #2c2e30;
    border-radius: 10px;
  }

  .main-page .icon-menu span,
  .main-page .icon-menu::before,
  .main-page .icon-menu::after {
    background: #fff;
  }

  .icon-menu::before {
    top: 3px;
  }

  .icon-menu::after {
    bottom: 3.1px;
  }

  .icon-menu span {
    top: calc(50% - 1px);
    width: 12px;
    left: 0;
    right: auto;
  }

  .menu-open .icon-menu span {
    width: 0;
  }

  .menu-open .icon-menu::before,
  .menu-open .icon-menu::after {
    background: #fff;
  }

  .menu-open .icon-menu::before {
    top: calc(50% - 1px);
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .menu-open .icon-menu::after {
    bottom: calc(50% - 1px);
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 50px 0 48px;
  }

  .footer__bottom {
    padding: 50px 0;
    text-align: center;
  }

  .title {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .title_small {
    font-size: 20px;
  }

  .button {
    max-width: 340px;
  }

  .main {
    margin-bottom: 50px;
    min-height: 670px;
  }

  .main__bg img {
    min-height: 670px;
  }

  .main__info {
    padding-top: 150px;
    gap: 30px;
    width: calc(100% - 40px);
  }

  .main__title {
    font-size: 32px;
    text-align: center;
  }

  .main__text {
    max-width: 100%;
    padding-top: 30px;
    text-align: center;
  }

  .main__text::before {
    top: 0;
    left: 47%;
    rotate: 90deg;
  }

  .products {
    margin-bottom: 50px;
  }

  .products__item {
    padding: 20px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }

  .products__button {
    margin: 30px auto 0;
  }

  .item-products__name {
    font-size: 20px;
  }

  .category {
    max-width: 610px;
  }

  .info {
    margin-bottom: 50px;
  }

  .info__items {
    gap: 20px;
  }

  .info__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }

  .info .button {
    margin-top: 20px;
  }

  .item-info__bg img {
    height: 174px;
  }

  .news {
    margin-bottom: 50px;
  }

  .news__container .title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 10px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

  .news__container {
    gap: 20px;
  }

  .news__btn {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

  .news__items, .news__slider {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .news__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }

  .item-news {
    min-height: 258px;
  }

  .item-news__title {
    font-size: 18px;
  }

  .pagination-block {
    display: none;
  }

  .breadcrumbs {
    margin-top: 83px;
    margin-bottom: 20px;
  }

  .breadcrumbs_custom {
    margin-bottom: 15px;
  }

  .breadcrumbs__list {
    padding: 0;
    border-bottom: none;
    overflow-x: scroll;
  }

  .breadcrumbs__item {
    white-space: nowrap;
  }

  .main-block {
    margin-bottom: 25px;
  }
  .main-block:has(.main-block__bg) {
    margin-bottom: 50px;
  }

  .main-block__info {
    padding: 30px 20px;
    gap: 289px;
    min-height: 554px;
  }

  .main-block_custom .main-block__info {
    min-height: 563px;
    border-radius: 10px;
  }

  .main-block_custom .main-block__bg {
    max-width: 100%;
    position: static;
  }

  .main-block_custom .main-block__bg img {
    min-height: 225px;
    border-radius: 10px;
  }

  .main-block_custom .main-block__bg::before {
    display: none;
  }

  .main-block__icon {
    display: none;
  }

  .main-block_custom .main-block__title,
  .main-block_custom .main-block__text {
    max-width: 100%;
  }

  .main-block__text {
    font-size: 20px;
  }

  .main-block__button {
    margin: 0 auto;
  }

  .text-block {
    margin-bottom: 50px;
  }

  .suppliers .text-block {
    margin-bottom: 30px;
  }

  .text-block__info {
    gap: 23px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .text-block__big,
  .text-block__small {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }

  .text-block__big h2,
  .text-block__small h2 {
    font-size: 20px;
    line-height: 140%;
  }

  .text-block__big {
    font-size: 20px;
    line-height: 140%;
  }

  .text-block__small {
    font-size: 18px;
  }

  .text-block .spollers {
    margin-top: 30px;
  }

  .map_custom .spollers {
    margin-bottom: 50px;
    row-gap: 0;
  }

  .spollers__title {
    font-size: 18px;
    padding: 20px;
  }

  .production .spollers__title {
    padding: 20px;
    font-size: 20px;
  }

  .map .spollers__title {
    border-color: #e6e6e6;
    padding: 20px;
    font-size: 16px;
  }

  .map .spollers__title._spoller-active {
    border-color: rgba(0,0,0,0);
  }

  .map_custom .spollers__title {
    padding: 34px 23px 12px;
    font-size: 20px;
  }

  .spollers__body {
    padding: 0 20px 30px;
  }

  .suppliers {
    margin-bottom: 50px;
  }

  .education-page.text-block {
    margin-bottom: 102px;
  }

  .education-page .spollers__item:not(:last-child) {
    margin-bottom: 10px;
  }

  .consultation {
    padding: 50px 0 40px;
    margin-top: 50px;
  }

  .consultation__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }

  .consultation__form, form[name="SIMPLE_FORM_1"] {
    max-width: 100%;
  }

  .consultation__phone {
    font-size: 20px;
  }

  .consultation__desc {
    font-size: 16px;
  }

  .form__policy label {
    gap: 13px;
  }

  .form__policy {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .input {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

  .vacancies {
    margin-bottom: 30px;
  }

  .vacancies_margin {
    margin-bottom: 50px;
  }

  .vacancies__block {
    padding: 30px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .vacancies__text {
    width: 100%;
  }

  .vacancies__items {
    gap: 45px;
  }

  .search__block {
    padding: 19px;
  }

  .search__form {
    padding: 0;
    background: rgba(0,0,0,0);
  }

  .search__title {
    display: none;
  }

  .search__input {
    padding-right: 100px;
  }

  .search__button {
    max-width: 80px;
    right: 6px;
  }

  .newspaper {
    margin-bottom: 50px;
  }

  .newspaper__top {
    margin-bottom: 30px;
  }

  .newspaper__top .button {
    display: none;
  }

  .newspaper__items {
    gap: 20px;
  }

  .newspaper__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 20px);
            flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 10px);
  }

  .item-newspaper__name span:last-child {
    font-size: 24px;
  }

  .item-newspaper__date {
    font-size: 30px;
  }

  .product {
    margin-bottom: 50px;
  }

  .product__pagination,
  .gallery__pagination,
  .news__pagination {
    display: none;
  }

  .item-product__img img {
    min-height: 375px;
  }

  .item-product__name {
    font-size: 20px;
    line-height: 140%;
    padding: 20px;
  }

  .services {
    margin-bottom: 50px;
  }

  .services__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 30px);
            flex: 1 1 calc(50% - 30px);
    max-width: calc(50% - 15px);
  }

  .services__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 30px);
            flex: 1 1 calc(50% - 30px);
    max-width: calc(50% - 15px);
  }

  .history__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }

  .history__slider {
    height: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .history__block {
    max-width: 100%;
  }

  .history__date {
    position: static;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 -20px;
  }

  .history__date-inner {
    max-height: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    padding-bottom: 0;
    padding-left: 20px;
  }

  .history__item {
    padding: 0;
    white-space: nowrap;
  }

  .history__item:not(:last-child) {
    margin-bottom: 0px;
  }

  .history__item::before {
    display: none;
  }

  .history__scrollbar {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    height: 8px;
    z-index: 2;
  }

  .history__scrollbar .swiper-scrollbar-drag {
    height: 8px;
  }

  .block-history__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 20px;
    gap: 30px;
  }

  .block-history__date {
    position: static;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .block-history__img img {
    max-height: 375px;
  }

  .block-history__text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 0;
    max-width: 100%;
  }

  .production {
    margin-bottom: 50px;
  }

  .production__items .production__item:last-child {
    display: none;
  }

  .production__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }

  .production__info {
    margin-bottom: 20px;
  }

  .block-production {
    visibility: visible;
    opacity: 1;
    height: 100%;
  }

  .block-production__img {
    margin-bottom: 20px;
  }

  .block-production__text {
    font-size: 20px;
  }

  .block-production__text-small {
    font-size: 18px;
  }

  .block-production__button {
    margin: 30px auto 0;
  }

  #map {
    height: 436px;
  }

  .map {
    margin-bottom: 50px;
  }

  .map__info {
    max-width: 100%;
    position: static;
    margin-bottom: 30px;
  }

  .product-info {
    margin-bottom: 78px;
  }

  .product-info__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 90px;
  }

  .product-info__table:not(.table_rekvizit) {
    display: none;
  }

  .table_rekvizit + .product-info__block:has(.product-block__slider) {
    /* display: none; */
  }

  .title-block_custom {
    margin-bottom: 15px;
  }

  .title-block__items {
    -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: start;
  }

  .news-desc {
    margin-bottom: 70px;
  }

  .news-desc__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .news-desc__text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

  .quote {
    margin-bottom: 50px;
  }

  .quote__block {
    -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: start;
  }

  .gallery {
    margin-bottom: 50px;
  }

  .gallery__slider {
    overflow: visible;
  }

  .gallery__img img {
    max-height: 204px;
  }

	.newspaper__item {
		height: 221px;
	}

  .newspaper_custom .newspaper__item {
    height: 373px;
  }

  .wrapper.production-page {
    overflow: hidden;
  }

  .footer {
    z-index: 99;
  }

  .map__info .spollers {
    max-height: 100%;
  }
}

@media (max-width: 768.98px) {
  .category__link {
    font-size: 14px;
    padding: 2px 15px;
  }

  .education-page__block {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .newspaper__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }

  .quote__item {
    padding: 30px 20px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
}

@media (max-width: 575.98px) {
  .item-info__block {
    gap: 30px;
    -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: start;
    padding: 30px 20px;
  }

  .item-info__name {
    font-size: 20px;
  }

  .vacancies__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .services .item-product__img img {
    min-height: 280px;
  }

  .services__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }

  .block-history__img img {
    max-height: 225px;
  }
}

@media (max-width: 370.98px) {
  .production .spollers__title {
    font-size: 16px;
  }

  .product-block__slider {
    max-width: 190px;
  }
}

@media (max-width: 340.98px) {
  .main-block__info {
    min-height: 454px;
    gap: 180px;
  }
}

@media (any-hover: hover) and (min-width: 991.98px) {
  .menu__item:hover::before,
  .header__search:hover::before {
    opacity: 1;
  }
  .submenu:hover .submenu__arrow svg {
    rotate: 180deg;
  }
  .submenu:hover .submenu__nav {
    opacity: 1;
    visibility: visible;
  }
}

@media (any-hover: hover) {
  .button:hover {
    background: #2c2e30;
  }

  .consultation__phone:hover {
    color: #ea5b0c;
  }

  .submenu:hover .menu__link {
    color: #ea5b0c;
  }

  .menu__link:hover,
  .header__search:hover {
    color: #ea5b0c;
  }

  .menu__link:hover::before,
  .header__search:hover::before {
    opacity: 1;
  }

  .footer .menu__item:hover::before,
  .footer .header__search:hover::before {
    display: none;
  }

  .main-page .submenu:hover .submenu__arrow svg path {
    stroke: #fff;
  }

  .submenu__item:not(:last-child) .submenu__link:hover {
    border-color: #ea5b0c;
  }

  .submenu__link:hover {
    color: #ea5b0c;
  }

  .up__btn:hover {
    background: rgba(233,91,12,.5);
  }

  .products__item:hover .item-products__bg img {
    -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
            transform: scale(1.4);
  }

  .products__item:hover .item-products__bg::before {
    opacity: .6;
  }

  .category__link:hover {
    backdrop-filter: blur(10px);
    background: rgba(233,91,12,.2);
  }

  .item-info:hover .item-info__bg::before {
    background: rgba(44,46,48,.4);
  }

  .item-info:hover .item-info__bg img {
    opacity: 1;
  }

  .item-info:hover .item-info__name {
    color: #fff;
  }

  .item-info:hover .item-info__icon svg path {
    fill: #fff;
  }

  .item-news:hover {
    -webkit-box-shadow: 0 4px 40px 0 rgba(44,46,48,.05);
            box-shadow: 0 4px 40px 0 rgba(44,46,48,.05);
    background: #fff;
    border-color: rgba(0,0,0,0);
  }

  .item-news:hover .item-news__date {
    background: #ea5b0c;
    color: #fff;
  }

  .item-news:hover .item-news__title {
    color: #e95b0c;
  }

  .pagination-block ul li:hover a {
    background: #e95b0c;
    color: #fff;
    border-color: rgba(0,0,0,0);
  }

  .breadcrumbs__link:hover {
    color: #e95b0c;
  }

  .spollers__title._spoller-active:hover {
    background: #fff;
    color: #e95b0c;
    border-color: rgba(0,0,0,0);
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .spollers__title:hover {
    -webkit-box-shadow: 0 4px 40px 0 rgba(44,46,48,.05);
            box-shadow: 0 4px 40px 0 rgba(44,46,48,.05);
    background: #f47a44;
    color: #fff;
    border-color: rgba(0,0,0,0);
  }

  .custom-select__option:hover {
    color: #e95b0c;
  }

  .item-newspaper:hover {
    -webkit-box-shadow: 0 4px 40px 0 rgba(44,46,48,.05);
            box-shadow: 0 4px 40px 0 rgba(44,46,48,.05);
    border-color: rgba(0,0,0,0);
  }

  .item-newspaper:hover .item-newspaper__number {
    color: #e95b0c;
  }

  .item-newspaper:hover .item-newspaper__date {
    border-color: #e95b0c;
  }

  .product__pagination span:hover,
  .gallery__pagination span:hover,
  .news__pagination span:hover  {
    background: #e95b0c;
    color: #fff;
    border-color: rgba(0,0,0,0);
  }

  .product .item-product:hover {
    border-color: #e95b0c;
  }

  .services .item-product:hover .item-product__img::before {
    background: rgba(44,46,48,.7);
  }

  .product .item-product:hover .item-product__name {
    color: #e95b0c;
  }

  .history__item:hover {
    color: #e95b0c;
  }

  .history__item:hover::before {
    width: 24px;
    height: 3px;
    background: #e95b0c;
  }

  .newspaper_custom .item-newspaper:hover img {
    -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
            transform: scale(1.4);
  }

  .newspaper_custom .item-newspaper:hover::before {
    opacity: .6;
  }

  .newspaper_custom .item-newspaper:hover .item-newspaper__number {
    color: #fff;
  }
}
@media (max-width: 991.98px) {
  .news__slider .news__slide:not(:first-child) {
    display: none;
  }
}

.text-block__info table, .spollers__body table {
	width: 100%;
}

.text-block__info td, .text-block__info th, .text-block__info tr,
.spollers__body td, .spollers__body th, .spollers__body tr {
	text-align: center;
}

.text-block__info td, .spollers__body td {
	border: 1px solid black;
	padding: 10px;
}
.product-block_custom .product-block__slider {
  margin-top: 0;
  max-width: 620px;
  overflow: visible;
}
.product-block_custom  .product-block__name {
  border-radius: 2px;
  background: #e95b0c;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
  color: #fff;
}
.product-block_custom .product-block__nav {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-top: 20px;
}
.product-block_custom .product-block__button-prev, .product-block_custom .product-block__button-next {
  position: static;
  border-radius: 4px;
  border: 0.77px solid #e6e6e6;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .5s;
}
.product-block_custom .product-block__button-prev.swiper-button-disabled, .product-block_custom .product-block__button-next.swiper-button-disabled {
  background: #343838;
  border-color: 0.77px solid #343838;
}
.product-block_custom .product-block__button-prev.swiper-button-disabled svg path, .product-block_custom .product-block__button-next.swiper-button-disabled svg path {
  stroke: #fff;
}

.wrapper {
  position: relative;
}

.modal-open body {
  overflow: hidden;
}

.modal-open body .wrapper::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(54, 58, 71,.6);
  z-index: 1000;
}

.modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 1000;
  inset: 0;
  overflow-y: auto;
  transition: all .4s;
  opacity: 0;
  transform: translateY(50px);
  visibility: hidden;
  pointer-events: none;
}

.modal.open {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  pointer-events: auto;
}

.modal.closing {
  opacity: 0;
  transform: translateY(50px);
  pointer-events: none;
  visibility: hidden;
}

.modal__body {
  max-width: 394px;
  box-shadow: 0 4px 40px 0 rgba(44, 46, 48, .05);
  border-radius: 24px;
  background: #343838;
  color: #fff;
}

.modal__top {
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal__title {
  font-weight: 600;
  font-size: 17px;
  line-height: 114%;
  flex: 1;
}

.modal__close {
  height: 32px;
  width: 32px;
  padding: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal__content {
  padding: 16px;
}

.modal__content form {
  display: flex;
  flex-wrap: wrap;
  column-gap: 29px;
  row-gap: 10px;
}

.modal__content form:has(.form__policy input:checked) .form__button {
  opacity: 1;
  pointer-events: all;
}

.modal__content .form__button {
  margin: 0 auto;
}

.newspaper_custom-btn .newspaper__container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}

.newspaper_custom-btn .newspaper__block {
    min-width: 0;
    margin-top: 40px;
}

@media (max-width: 1660.98px) {
    .newspaper_custom-btn .newspaper__block {
        margin-top: 30px;
    }
}
@media (max-width: 991.98px) {
	.newspaper_custom-btn .button {
		order: 4;
		margin: 10px auto 0;
	}

	.product-info.product-info_custom_default .product-info__item {
		max-width: 100%;
	}
	
	.product-info.product-info_custom_default .product-info__table_custom.table_rekvizit {
		max-width: 100%;
		overflow-x: auto;
		overflow-y: hidden;
	}
}
@media (min-width: 992px) {
	.product-info.product-info_custom_default .table_rekvizit table {
		max-width: 100%;
	}
	.product-info.product-info_custom_default .table_rekvizit {
		max-height: 285px;
		overflow-x: hidden;
		overflow-y: auto;
		scrollbar-width: thin;
		scrollbar-color: rgba(238, 116, 59, .5) #f7f6f6;
	}
}
.text-block.education-page .spollers__body {
	overflow-x: auto;
	overflow-y: hidden;
	scrollbar-width: thin;
	scrollbar-color: rgba(238, 116, 59, .5) #f7f6f6;
}