html {
  scroll-behavior: smooth;
}

.about-page {
  width: 100%;
  box-sizing: border-box;
  max-width: 1840px;
  margin: 0 auto;
}

.service-page {
  padding-top: 20px;
}
.service-page h1 {
  width: 100%;
  text-align: left;
  margin: 0 0 20px 0;
}

.about-wrapper {
  width: 100%;
  display: flex;
  gap: 40px;
}
.about-wrapper-left {
  width: 50%;
}
.about-wrapper-left > p {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 4.5px;
  line-height: 32px;
}
.about-wrapper-left h1 {
  text-align: left;
  margin-top: 0;
  font-size: 63px;
  font-weight: bold;
  letter-spacing: 24px;
  line-height: 86px;
  margin-bottom: 40px;
}
.about-wrapper-left .logoContainer_button {
  position: relative;
  margin: 60px 0 0 auto;
  left: initial;
  bottom: initial;
}
.about-wrapper-right {
  width: 50%;
}
.about-wrapper-right img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}

.about-references {
  width: 100%;
  z-index: 1;
}
.about-references h2 {
  font-size: 18vw;
  font-weight: 900;
  letter-spacing: 13.79px;
  line-height: 300px;
  color: white;
  text-shadow: -1px -1px 0 #4998ae, 1px -1px 0 #4998ae, -1px 1px 0 #4998ae, 1px 1px 0 #4998ae;
  margin: 0 0 -95px 0;
  text-align: center;
}
.about-references-swiper {
  width: 100%;
}
.about-references-swiper .swiper-slide {
  width: auto;
}
.about-references .about-controls {
  width: 100%;
  max-width: 980px;
  margin: 20px auto 0 auto;
}
.about-references .about-controls .swiper-pagination {
  position: relative;
  top: initial;
  bottom: initial;
  left: initial;
  right: initial;
}
.about-references .about-controls .swiper-pagination .swiper-pagination-bullet {
  width: auto;
  height: auto;
  background: transparent;
  color: #b1b1b1;
  font-family: "Darker Grotesque";
  font-size: 16px;
  letter-spacing: 3px;
  line-height: 22px;
  opacity: 1;
}
.about-references .about-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #212121;
  font-weight: 900;
}
.about-references .about-controls-list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.about-references .about-controls-list .swiper-button-next,
.about-references .about-controls-list .swiper-button-prev {
  position: relative;
  left: initial;
  top: initial;
  bottom: initial;
  right: initial;
  margin: 0;
  width: auto;
}
.about-references .about-controls-list .swiper-button-next::after,
.about-references .about-controls-list .swiper-button-prev::after {
  display: none;
}
.about-references .about-controls-list .swiper-scrollbar {
  position: relative;
  left: 0;
  top: 0;
  height: auto;
  width: 100%;
}

.about-form {
  width: 100%;
  max-width: 980px;
  margin: 40px auto 0 auto;
  padding: 0;
}
.about-form h2 {
  font-weight: 400;
  color: #212121;
  font-family: "Darker Grotesque";
  font-size: 63px;
  letter-spacing: 23.12px;
  line-height: 86px;
  width: 100%;
  text-align: center;
  margin: 40px 0;
}
@media only screen and (max-width: 1300px) {
  .about-form h2 {
    font-size: 32px;
    letter-spacing: 12px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 450px) {
  .about-form h2 {
    letter-spacing: 8px;
    line-height: 35px;
  }
}
@media only screen and (max-width: 400px) {
  .about-form h2 {
    letter-spacing: 0.5rem;
    line-height: 1.7rem;
  }
}
.about-form h3 {
  color: #212121;
  font-family: "Darker Grotesque";
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 3.75px;
  line-height: 27px;
  margin: 0 0 30px 0;
}
.about-form .wave {
  display: block;
  margin: 40px auto;
}
.about-form-wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  gap: 20px;
}
.about-form-left {
  width: 100%;
}
.about-form-left p {
  color: #212121;
  font-family: "Darker Grotesque";
  font-size: 16px;
  letter-spacing: 3px;
  line-height: 22px;
}
.about-form-left hr {
  background: #b1b1b1;
  margin: 30px 0;
  border-bottom: 0;
}
.about-form-left .about-block {
  margin: 30px 0 0 0;
  background-color: #1084b1;
  padding: 90px 40px;
}
.about-form-left .about-block p {
  display: block;
  max-width: 286px;
  -webkit-hyphens: auto;
          hyphens: auto;
  color: #ffffff;
  font-family: "Darker Grotesque";
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 40px;
  text-align: center;
  margin: 0 auto;
}
.about-form-divider {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.about-form-divider span {
  width: 100%;
  height: 100%;
  background: #b1b1b1;
  display: block;
  max-height: 520px;
  margin: auto 0 0 0;
}
.about-form-right {
  width: 100%;
}
.about-form-right form {
  width: 100%;
  margin: 0;
}
.about-form-right form textarea,
.about-form-right form input {
  height: 35px;
  width: 100%;
  border: 1px solid #000000;
  margin: 0 0 15px 0;
  color: #212121;
  font-family: "Darker Grotesque";
  font-size: 16px;
  letter-spacing: 3px;
  line-height: 22px;
  padding: 4px 10px;
}
.about-form-right form textarea::-moz-placeholder, .about-form-right form input::-moz-placeholder {
  color: #212121;
  font-family: "Darker Grotesque";
  font-size: 16px;
  letter-spacing: 3px;
  line-height: 22px;
}
.about-form-right form textarea::placeholder,
.about-form-right form input::placeholder {
  color: #212121;
  font-family: "Darker Grotesque";
  font-size: 16px;
  letter-spacing: 3px;
  line-height: 22px;
}
.about-form-right form textarea {
  height: auto;
  resize: none;
}
.about-form-right form .offerContainer_box_right_submit {
  border-radius: 28px;
  background-color: #e62d2d;
  color: #ffffff;
  font-family: "Darker Grotesque";
  font-size: 15px;
  letter-spacing: 5.29px;
  line-height: 20px;
  text-align: center;
  display: flex;
  align-content: center;
  justify-content: center;
  text-transform: uppercase;
}

.services-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  position: relative;
  z-index: 1;
}
.services-grid .service-block {
  width: 100%;
  position: relative;
}
.services-grid .service-block > img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 25;
}
.services-grid .service-block-float {
  position: absolute;
  bottom: 0;
  z-index: 50;
  left: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.54) 100%);
  padding: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
}
.services-grid .service-block-float strong {
  color: #ffffff;
  font-family: "Darker Grotesque";
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 27px;
}
.services-grid .service-block-float p {
  color: #ffffff;
  font-family: "Darker Grotesque";
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 18px;
  margin: 0;
}
.services-grid .service-block:first-child {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
  flex-direction: row;
  gap: 20px;
}
.services-grid .service-block._url {
  cursor: pointer;
}
.services-grid .service-block._url:hover > img {
  opacity: 0.7;
}
.services-grid .service-block._empty {
  cursor: default;
}

@media (min-width: 1921px) {
  .about-references h2 {
    font-size: 330px;
    line-height: 330px;
  }
}
@media (max-width: 1440px) {
  .gallery-page.about-page {
    padding: 40px 20px;
  }
  .about-wrapper-left h1 {
    font-size: 53px;
    letter-spacing: 15px;
    line-height: 76px;
  }
  .about-wrapper-left > p {
    font-size: 20px;
    letter-spacing: 3.5px;
    line-height: 24px;
  }
  .logoContainer_button p {
    font-size: 18px;
    letter-spacing: 8px;
    line-height: 26px;
  }
}
@media (max-width: 1340px) {
  .services-grid {
    gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .services-grid .service-block-float img {
    width: 40px;
    height: 30px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .services-grid .service-block:first-child {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
  }
}
@media (max-width: 1140px) {
  .about-wrapper-left .logoContainer_button {
    margin: 30px 0 0 auto;
  }
  .logoContainer_button {
    height: 40px;
  }
}
@media (max-width: 1023px) {
  .services-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 950px) {
  .about-wrapper {
    flex-direction: column;
    gap: 0;
  }
  .about-wrapper-left, .about-wrapper-right {
    width: 100%;
  }
  .about-wrapper-left .logoContainer_button {
    margin: 50px auto;
  }
}
@media (max-width: 768px) {
  .about-form-wrapper {
    grid-template-columns: 1fr;
  }
  .about-references h2 {
    margin: 0;
    line-height: 1;
    letter-spacing: 11.79px;
    font-size: 17vw;
  }
  .about-references .swiper-slide img {
    height: 100vw;
  }
  .about-form-divider span {
    height: 1px;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .services-grid .service-block-float {
    padding: 10px;
  }
  .services-grid .service-block-float p {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 550px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 500px) {
  .about-references h2 {
    letter-spacing: 2.79px;
    font-size: 18vw;
  }
}
@media (max-width: 450px) {
  .services-grid .service-block {
    max-height: 300px;
  }
}
@media (max-width: 430px) {
  .about-wrapper-left .logoContainer_button {
    margin: 20px auto;
    width: 100%;
  }
  .about-wrapper-left .logoContainer_button p {
    letter-spacing: 6px;
  }
}/*# sourceMappingURL=about.css.map */