.related-services {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.related-services h2.title {
  padding: 0;
  font-size: 40px;
  line-height: 100%;
  color: #303030;
  margin-bottom: 0;
}
.related-services .title__title {
  padding: 0;
  font-size: 40px;
  line-height: 100%;
  color: #303030;
  margin-bottom: 0;
  font-weight: 600;
}
.related-services__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.related-services__container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.related-services__container-top {
  border-radius: 30px;
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  gap: 60px;
  background-color: #f8f8f8;
  background-image: url("../../../../../images/msoft/images/related-services/block-bg.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center bottom;
}
.related-services__container-top__item {
  max-width: 417px;
  min-width: 417px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.related-services__container-top__item .btn-right {
  font-size: 16px;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
}
.related-services__container-top__item .btn-right::after {
  right: 16px;
}
.related-services__container-top__item-title {
  font-size: 24px;
  line-height: 111%;
  font-weight: 500;
}
.related-services__container-top__item-title-top {
  font-size: 38px;
  line-height: 1.1;
  font-weight: 400;
}
@media (max-width: 1100px) {
  .related-services__container-top__item {
    max-width: 295px;
    min-width: 295px;
  }
}
@media (max-width: 768px) {
  .related-services__container-top__item {
    max-width: none;
    width: 100%;
  }
}
.related-services__container-top .swiper {
  margin: 0;
  display: flex;
  flex-direction: column;
  max-width: 867px;
}
.related-services__container-top .swiper-slide img {
  max-height: 300px;
  width: 100%;
}
.related-services__container-top .swiper {
  --swiper-pagination-bullet-inactive-color: #191b1d7e;
  --swiper-pagination-color: #ffda17;
}
.related-services__container-top .swiper-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.related-services__container-top .swiper-pagination {
  position: static;
}
.related-services__container-top .swiper-button {
  position: relative;
  z-index: 11;
}
@media (max-width: 768px) {
  .related-services__container-top .swiper {
    max-width: none;
  }
}
@media (max-width: 768px) {
  .related-services__container-top {
    flex-direction: column;
  }
}
.related-services__container-bottom {
  display: flex;
  gap: 20px;
  overflow: hidden;
  justify-content: space-between;
  align-content: stretch;
  align-items: stretch;
}
@media (max-width: 768px) {
  .related-services__container-bottom {
    flex-direction: column;
  }
}
.related-services__item {
  overflow: visible;
  max-width: calc((100% - 40px) / 3);
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  background-color: #f8f8f8;
  background-image: url("../../../../../images/msoft/images/related-services/block-bg.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center bottom;
  border-radius: 30px;
  padding: 20px;
}
.related-services__item .btn-right {
  font-size: 16px;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  align-self: end;
}
.related-services__item .btn-right::after {
  right: 16px;
}
.related-services__item-title {
  font-size: 24px;
  line-height: 111%;
  font-weight: 500;
}
@media (max-width: 768px) {
  .related-services__item {
    max-width: none;
    min-height: unset;
  }
}
.related-services .application {
  max-height: unset;
}
@media (max-width: 840px) {
  .related-services .application {
    flex-direction: column;
    justify-content: unset;
    align-items: start;
    gap: 30px;
  }
  .related-services .application__info {
    padding-left: 0;
  }
  .related-services .application__info h4 {
    max-width: unset;
  }
}

.services-additional .container {
  max-width: 1450px;
}

@media (max-width: 576px) {
  .main-banner__old .logo img {
    height: 50px;
    max-height: 50px;
  }
  .gallery__wrapper.photo-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
  .related-services__list {
    grid-template-columns: repeat(1, 1fr);
  }
  .related-services__item:nth-child(3) {
    grid-column: inherit;
    flex-direction: column;
  }
  .related-services__item:nth-child(3) .related-services__item-info {
    width: 100%;
  }
  .related-services__item:nth-child(4)::before {
    width: 200px;
    height: 120px;
  }
  .related-services__item:nth-child(5)::before {
    width: 150px;
    height: 150px;
  }
}/*# sourceMappingURL=related-services.css.map */