.about .custom-container {
  gap: 12px;
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .about .custom-container {
    gap: 0;
    flex-wrap: wrap;
  }
}
.about .values__category {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .about .values__category {
    font-size: 21px;
  }
}

.intro__subtitle {
  width: 90%;
  margin: 0 2rem 0 0;
  font-size: 1.1rem;
}

.intro__image-block {
  margin: 0 14.3rem 0 0;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}
.intro__image-block .intro__mask-image {
  margin: 0 14.3rem 0 0;
  background: url(/upload/inform/panorama43.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 200px;
}
.intro__image-block img {
  margin: 0 14.3rem 0 0;
  position: absolute;
  width: 120px;
  top: -109px;
  float: right;
  right: -120%;
  left: unset;
}

.intro__text {
  font-size: 1.6rem;
  line-height: 133%;
  margin: 4rem 0 8rem;
  letter-spacing: 0.48px;
  font-weight: 700;
}

.section-category-wrapper {
  margin-top: 70px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  width: fit-content;
}

.section-category {
  font-weight: 600;
  font-size: 1.5rem;
  margin: 0;
  line-height: 100%;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: visible;
  color: #4e8b11;
}

.section-category-wrapper .underline-image {
  width: 100%;
  height: 12px;
}

.values__image-block {
  margin-bottom: 20px;
  width: 100%;
}
.values__image-block img:first-child {
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: 30px;
}
.values__image-block img:last-child {
  position: absolute;
  top: -40px;
  right: -17px;
}

.values__subtitle {
  font-size: 0.9rem;
  line-height: 140%;
  max-width: 100%;
  text-transform: uppercase;
  font-weight: 400;
}

.yellow-shadowed-button {
  background-color: #2b5c0b;
  color: #fff !important;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: 1px solid #2b5c0b;
  border-radius: 1rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.4rem;
  -webkit-box-shadow: 4px 3px 0 #e4d422;
  box-shadow: 4px 3px 0 #e4d422;
  cursor: pointer;
  max-width: 100%;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  margin-top: 20px;
}
.yellow-shadowed-button:hover, .yellow-shadowed-button:focus {
  -webkit-transform: translate(4px, 3px);
  -ms-transform: translate(4px, 3px);
  transform: translate(4px, 3px);
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}

.values__text p {
  font-size: 1.1rem;
  line-height: 140%;
  font-weight: 500;
  padding-bottom: 10px;
}

.contacts a {
  font-weight: 700;
  font-size: 18px;
  color: #2b5c0b;
}

.values__moto {
  font-size: 1.2rem;
  line-height: 120%;
  letter-spacing: 0.48px;
  font-weight: 700;
  color: #2b5c0b;
  margin-bottom: 20px;
}

.images-container {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (max-width: 540px) {
  .images-container {
    display: none;
  }
}
.images-container .features__gallery-item2, .images-container .features__gallery-item1 {
  height: 250px;
  max-width: 60%;
  transition: all 400ms linear;
}
@media (max-width: 1024px) {
  .images-container .features__gallery-item2, .images-container .features__gallery-item1 {
    max-width: 80%;
  }
}
.images-container .features__gallery-item2 img, .images-container .features__gallery-item1 img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 40px;
}
.images-container .features__gallery-item1 {
  transform: translateY(50px);
}
.images-container .features__gallery-item1:hover {
  max-width: 80%;
  z-index: 8;
  transform: scale(1.1);
}
.images-container .features__gallery-item2 {
  margin-left: auto;
}
.images-container .features__gallery-item2:hover {
  max-width: 80%;
  z-index: 8;
  transform: scale(1.1);
}

.features__context-item-title {
  width: 20.8rem;
  font-size: 1.2rem;
  line-height: 145%;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .features__context-item-title {
    font-size: 18px;
  }
}

.features__context-item-text {
  width: 100%;
  font-size: 1rem;
  line-height: 150%;
}

svg.qqq {
  position: absolute;
  width: 67%;
  left: 50%;
  top: -91%;
  transform: scaleX(-1);
  z-index: 0;
}

@media screen and (max-width: 992px) {
  .intro__subtitle {
    width: 100%;
    margin-bottom: 20px !important;
  }
  svg.qqq {
    width: 80%;
    left: -12%;
    top: -30%;
    z-index: 0;
    transform: none;
  }
  .intro__text {
    margin: 2rem 0 2rem;
  }
  .section-category-wrapper {
    margin-top: 50px;
    margin-bottom: 18px;
  }
  .values__image-block {
    width: 100%;
  }
  .values__image-block img:first-child {
    width: 100%;
    height: 15rem;
    border-radius: 30px;
  }
  .values__subtitle {
    width: 100%;
  }
  .yellow-shadowed-button {
    width: 100%;
    margin-bottom: 50px;
  }
  .features__context-item-text {
    width: 100%;
    font-size: 16px;
    line-height: 140%;
    font-weight: 500;
  }
}
.features__context-item-icon-wrapper {
  max-width: 60px;
  width: 100%;
  height: auto;
  background-color: #fbd453;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  border-radius: 50%;
}
@media (max-width: 1024px) {
  .features__context-item-icon-wrapper {
    display: none;
  }
}

.soccc {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  width: 100%;
  height: auto;
  gap: 15px;
  justify-content: space-around;
}

.title-container {
  gap: 20px;
}

/*# sourceMappingURL=about.css.map */
