.company__content {
  margin-bottom: 45px;
}

.company__content p {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

.company__two-column {
  display: flex;
  gap: 50px;
  align-items: center;
  padding-bottom: 20px;
}

.company__column {
  max-width: calc(50% - 25px);
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.company__column img {
  height: auto;
}

@media (max-width: 767px) {
  .company__two-column {
    flex-direction: column;
    gap: 20px;
  }

  .company__column {
    max-width: none;
    width: 100%;
  }
}

.background--cyan {
  background-color: #f3f7fb;
}

.our-projects {
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.width--wide {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    box-sizing: border-box;
}

.our-projects__text {
  color: #333;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

.our-project {
  display: flex;
  flex-direction: column;
  gap: 17px;
  width: calc((100% - 40px) / 3);
}

.single-slide .our-project {
  width: calc((100% - 40px) / 3);
}

.our-project__image {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.our-project__image img {
  width: 100%;
  aspect-ratio: 105/89;
}

.our-project__title {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  line-height: 160%;
}

.our-project__text {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

.our-projects__arrows {
  max-width: 1300px;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(81%);
}

.our-projects__arrows .swiper-button-prev,
.our-projects__arrows .swiper-button-next {
  width: 27px !important;
  height: 49px !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  z-index: 10;
  background-color: unset;
  background-image: url("https://static.insales-cdn.com/files/1/3520/40709568/original/slider-arrow.png");
}

.swiper-button-prev.arrow--new {
  left: -100px;
}

.swiper-button-next.arrow--new {
  transform: rotate(180deg);
  right: -100px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.our-projects .swiper-pagination {
  display: flex !important;
  justify-content: center;
  gap: 21px;
  width: 100%;
  margin: 20px 0;
  position: relative;
}

.our-project__link {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.our-project__link:hover {
  text-decoration: none;
}

.contacts-block {
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contacts-block .title-block {
  margin-bottom: 20px;
}

.contacts__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}

.contacts__row {
  display: flex;
  align-items: center;
  gap: 20px;
}

.row_text {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.row_text a {
  color: #0D2B4B;
  text-decoration: underline;
}

.row_text a:hover {
  text-decoration: none;
}

.row_text p {
  margin-bottom: 10px;
}

.contacts__map {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.contacts__column {
  width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-shrink: 0;
  flex-grow: 0;
}

iframe {
  width: 100%;
  height: 375px;
  border: none;
}

.contacts__link {
  text-decoration: underline;
  text-underline-offset: 5px;
}

.contacts__link:hover {
  text-decoration: none;
}

@media (max-width: 991px) {
  .contacts__map {
    flex-direction: column;
  }

  .contacts__column {
    width: 100%;
  }
}

.contacts__advantages .col-block-advantages {
  padding: 0 35px;
  width: 25%;
}

.contacts__advantages .col-block-advantages:first-child {
  padding-left: 0;
}

.contacts__advantages .col-block-advantages:last-child {
  padding-right: 0;
}

.advantage_item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.advantage_item .advantages-description {
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  line-height: normal;
  margin: 0;
  max-width: none;
}

.container-advantages.advantage_item i {
  width: 90px;
  height: 90px;
  flex-shrink: 0;
}

@media (max-width: 1320px) {
  .contacts__advantages .col-block-advantages {
    padding: 0 15px;
  }
}

@media (max-width: 1200px) {
  .contacts__advantages .col-block-advantages {
    width: 50%;
    padding: 0 35px;
  }

  .contacts__advantages .col-block-advantages:nth-child(even) {
    border-right: none;
    padding-right: 0;
  }

  .contacts__advantages .col-block-advantages:nth-child(odd) {
    border-left: none;
    padding-left: 0;
  }
}

@media (max-width: 600px) {
  .contacts__advantages {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .block-advantages .contacts__advantages .col-block-advantages {
    width: 100%;
    padding: 0;
    border: none;
    margin: 0;
  }
}

@media (max-width: 480px) {
  .row_text {
    font-size: 14px;
  }

  .contacts__address {
    align-items: flex-start;
  }

  .contacts__address img {
    margin-top: 10px;
  }

  .contacts__address .row_text {
    width: 80%;
  }

  .phone__block, .mail__block {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }

  .mail__block {
    gap: 10px;
  }
}


.form__block {
        margin: 56px 0;
        padding: 50px 60px;
        border: 3px solid #d1ddea;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .form__title {
        color: #333;
        font-size: 26px;
        font-weight: 700;
    }

    .form_wide {
        display: flex;
        gap: 20px;
        flex-direction: column;
    }

    .form_wide.feedback .form-error,
    .form_wide.feedback .form-done {
        margin: 0;
        padding: 5px;
    }

    .form__row {
        display: flex;
        gap: 18px;
        align-items: flex-end;
        flex-wrap: wrap;
    }

    .form__block .m-input-field {
        margin: 0;
        display: block;
        width: 280px;
        height: calc(1.5em + 0.9rem + 2px);
        padding: 0.45rem 0.85rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 0.37rem;
        outline-style: none;
    }

    .form__block .m-input--checkbox .m-input-caption {
        margin: 0;
    }

    .m-input--checkbox.form_flex {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 10px;
    }

    .custom-checkbox {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      width: 17px;
      height: 17px;
      margin: 0;
      background: url('https://static.insales-cdn.com/files/1/769/54149889/original/checkbox.svg') no-repeat;
      background-size: cover;
      cursor: pointer;
    }

    .custom-checkbox:checked {
      background-image: url('https://static.insales-cdn.com/files/1/897/54150017/original/checkbox-checked.svg');
    }

    .form__link {
      text-decoration: underline;
    }

    .form__link:hover {
      text-decoration: none;
    }

    .form-page__submit {
        width: 280px;
        height: calc(1.5em + 0.9rem + 2px);
        text-align: center;
        border-radius: 5px;
        background: #0d2b4b;
        color: #fff;
    }

    @media (max-width: 767px) {
      .form__block {
            margin: 34px 0;
            padding: 33px 38px;
        }

        .form__text {
          font-size: 14px;
        }

        .form__block .m-input-label {
            font-size: 14px;
        }

        .form__row > div {
            width: 100%;
        }
        
        .form__block .m-input-field {
            width: 100%;
        }

        .form-page__submit {
            width: 100%;
        }
    }
