.domed {
  margin: 85px 0 0;
}

.domed__title {
  font-size: 75px;
  line-height: 85px;
  font-weight: 600;
  text-transform: uppercase;
}

.domed-sub__title {
  font-size: 40px;
  line-height: 49px;
  font-weight: 600;
  text-transform: uppercase;
}

.domed__img {
  width: 100%;
  height: 535px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.domed-item {
  margin-top: 150px;
}

.domed-item__title {
  font-size: 60px;
  line-height: 78px;
  font-weight: 600;
  text-transform: uppercase;
}

.domed-item .green_title {
  color: #ADD54E;
}

.domed-item__text {
  font-size: 24px;
  line-height: 29px;
  margin-top: 20px;
}

.domed-item__link {
  width: 360px;
  height: 58px;
  border: 2px solid #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  line-height: 24px;
  margin-top: 20px;
}
.domed-item__link:hover {
  background: #E8EDCE;
  color: #000;
  border: 2px solid #E8EDCE;
}

.domed-cards {
  margin-top: 50px;
}

.domed-card {
  width: 26%;
  margin-top: 150px;
}

.domed-card__title {
  font-size: 32px;
  line-height: 39px;
  font-weight: 600;
  text-transform: uppercase;
}

.domed-card__text {
  font-size: 24px;
  line-height: 29px;
  margin-top: 30px;
}

.domed-photos .photo {
  height: 540px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-top: 8px;
}

.domed-photos .photo1 {
  width: 35%;
}

.domed-photos .photo2 {
  width: 26%;
}

.domed-photos .photo3 {
  width: 38%;
}

.domed-photos .photo4 {
  width: 29%;
}

.domed-photos .photo5 {
  width: 38%;
}

.domed-photos .photo6 {
  width: 32%;
}

@media (max-width: 1600px) {
  .form__title {
    font-size: 40px;
    line-height: 50px;
  }
  .form__title-sub {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin: 20px 0 40px;
  }
  .domed {
    margin: 50px 0 0;
  }
  .domed__title {
    font-size: 60px;
    line-height: 70px;
  }
  .domed-sub__title {
    font-size: 30px;
    line-height: 40px;
  }
  .domed__img {
    width: 100%;
    height: 535px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .domed-item {
    margin-top: 100px;
  }
  .domed-item__title {
    font-size: 40px;
    line-height: 50px;
  }
  .domed-item__text {
    font-size: 18px;
    line-height: 24px;
  }
  .domed-card {
    margin-top: 100px;
  }
  .domed-card__title {
    font-size: 24px;
    line-height: 30px;
  }
  .domed-card__text {
    font-size: 18px;
    line-height: 24px;
    margin-top: 20px;
  }
  .domed-photos .photo {
    height: 400px;
  }
}

@media (max-width: 992px) {
  .form img {
    display: none;
  }
  .domed {
    margin: 50px 0 150px;
  }
  .domed__title {
    font-size: 40px;
    line-height: 50px;
  }
  .domed-sub__title {
    font-size: 18px;
    line-height: 24px;
  }
  .domed__img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 20px 0;
  }
  .domed-item__link {
    margin-top: 35px;
  }
  .domed-card {
    width: 48%;
  }
  .domed-card__title {
    font-size: 20px;
    line-height: 24px;
  }
  .domed-photos .container {
    padding: 0;
  }
  .domed-photos .photo {
    height: 250px;
  }
}

@media (max-width: 576px) {
  .form__title {
    font-size: 26px;
    line-height: 30px;
  }
  .form__title-sub {
    margin: 10px 0 25px;
  }
  .form img {
    display: none;
  }
  .domed {
    margin: 50px 0 70px;
  }
  .domed__title {
    font-size: 26px;
    line-height: 30px;
  }
  .domed__img {
    margin: 10px 0;
  }
  .domed-item {
    margin-top: 50px;
  }
  .domed-item__title {
    font-size: 24px;
    line-height: 26px;
  }
  .domed-item__link {
    width: 100%;
  }
  .domed-card {
    width: 100%;
    margin-top: 40px;
  }
  .domed-photos .photo {
    height: 200px;
    margin-top: 4px;
  }
  .domed-photos .photo1 {
    width: 55%;
  }
  .domed-photos .photo2 {
    width: 44%;
  }
  .domed-photos .photo3 {
    width: 50%;
  }
  .domed-photos .photo4 {
    width: 49%;
  }
  .domed-photos .photo5 {
    width: 53%;
  }
  .domed-photos .photo6 {
    width: 46%;
  }
}
