.arched {
  margin: 90px 0 200px;
}

.arched__title {
  font-size: 70px;
  line-height: 85px;
  font-weight: 600;
  text-transform: uppercase;
}

.arched__title-sub {
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
  text-transform: uppercase;
}

.arched-item {
  margin-top: 150px;
}

.arched-item__img {
  width: 100%;
  height: 535px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.arched-item__title {
  font-size: 64px;
  line-height: 78px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.arched-item__title.green {
  color: #ADD54E;
}

.arched-item__text {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 30px;
}

.arched-item__link {
  width: 360px;
  height: 58px;
  background: #FFFFFF;
  border: 2px solid #000000;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  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;
  margin: 45px 0 0;
  font-size: 20px;
}

.arched-item__link:hover {
  background: #E8EDCE;
  color: #000;
  border-color: #E8EDCE;
}

.arched-info {
  width: 26%;
  margin-top: 190px;
}

.arched-info__title {
  font-size: 32px;
  line-height: 39px;
  font-weight: 600;
  text-transform: uppercase;
}

.arched-info__text {
  font-size: 24px;
  line-height: 29px;
  margin-top: 30px;
  width: 80%;
}

.form__title {
  font-size: 90px;
  line-height: 100px;
  color: #000000;
}

.form__title-sub {
  font-size: 24px;
  line-height: 29px;
  font-weight: 600;
  margin: 20px 0 75px;
}

.form__text {
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 15px;
}

.form__link {
  text-decoration: underline;
}

.form__link:hover {
  color: #ADD54E;
  text-decoration: underline;
}

.arched-photos__img {
  height: 535px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 2px;
}

.arched-photos__img:nth-child(1) {
  width: 20%;
}

.arched-photos__img:nth-child(2) {
  width: 32%;
}

.arched-photos__img:nth-child(3) {
  width: 29%;
}

.arched-photos__img:nth-child(4) {
  width: 18.5%;
}

.arched-photos__img:nth-child(5) {
  width: 21%;
}

.arched-photos__img:nth-child(6) {
  width: 21.5%;
}

.arched-photos__img:nth-child(7) {
  width: 29%;
}

.arched-photos__img:nth-child(8) {
  width: 28%;
}

.greenHouse {
  margin: 180px 0 300px;
}

.greenHouse__title {
  font-size: 71px;
  line-height: 87px;
  font-weight: 600;
  color: #472B00;
  text-transform: uppercase;
}

.greenHouse-box {
  margin-top: 130px;
  padding: 50px 0 60px;
  background-image: url(../../img/png/line-bg.png);
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
}

.greenHouse-item {
  width: 26%;
}

.greenHouse-item__title {
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
}

.greenHouse-item__text {
  font-size: 20px;
  line-height: 24px;
  margin-top: 36px;
}

.greenHouse-item:nth-child(4), .greenHouse-item:nth-child(5), .greenHouse-item:nth-child(6) {
  margin-top: 175px;
}

.choose-arched {
  margin-bottom: 200px;
}

.choose-arched__title {
  font-size: 48px;
  line-height: 59px;
  font-weight: 500;
  text-transform: uppercase;
  width: 70%;
}

.choose-arched-list {
  margin: 25px 0 40px;
}

.choose-arched-list li {
  font-size: 30px;
  line-height: 50px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  padding-left: 30px;
}

.choose-arched-list li::before {
  content: '';
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #000;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.choose-arched-form {
  width: 80%;
}

.choose-arched-form__text {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 40px;
}

.choose-arched-form__inp {
  width: 70%;
  height: 58px;
  background: #FFFFFF;
  border: 2px solid #000000;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  font-size: 20px;
}

.choose-arched-form__inp:focus {
  border: 2px solid #ADD54E;
}

#DomedFormaTelefon {
  width: 90%;
}

.choose-arched-form__btn {
  width: 25%;
  height: 58px;
  background: #FFFFFF;
  border: 2px solid #000000;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  font-size: 20px;
}

.choose-arched-form__btn:hover {
  border: 2px solid #E8EDCE;
  background: #E8EDCE;
  color: #000;
}

.choose-arched__img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 1600px) {
  .arched__title {
    font-size: 50px;
    line-height: 60px;
  }
  .arched__title-sub {
    font-size: 28px;
    line-height: 38px;
  }
  .arched-item {
    margin-top: 100px;
  }
  .arched-item__img {
    height: 100%;
  }
  .arched-item__title {
    font-size: 40px;
    line-height: 50px;
  }
  .arched-item__text {
    font-size: 18px;
    line-height: 24px;
    margin-top: 20px;
  }
  .arched-info {
    width: 28%;
    margin-top: 120px;
  }
  .arched-info__title {
    font-size: 24px;
    line-height: 28px;
  }
  .arched-info__text {
    font-size: 18px;
    line-height: 24px;
    margin-top: 20px;
    width: 100%;
  }
  .form__title {
    font-size: 50px;
    line-height: 60px;
  }
  .form__title-sub {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin: 20px 0 40px;
  }
  .arched-photos__img {
    height: 400px;
  }
  .greenHouse {
    margin: 80px 0 150px;
  }
  .greenHouse__title {
    font-size: 50px;
    line-height: 60px;
  }
  .greenHouse-box {
    margin-top: 50px;
    padding: 20px 0 30px;
  }
  .greenHouse-item {
    width: 26%;
  }
  .greenHouse-item__title {
    font-size: 24px;
    line-height: 28px;
  }
  .greenHouse-item__text {
    font-size: 18px;
    line-height: 24px;
    margin-top: 20px;
  }
  .greenHouse-item:nth-child(4), .greenHouse-item:nth-child(5), .greenHouse-item:nth-child(6) {
    margin-top: 80px;
  }
  .choose-arched {
    margin-bottom: 100px;
  }
  .choose-arched__title {
    font-size: 32px;
    line-height: 40px;
  }
  .choose-arched-list {
    margin: 20px 0 30px;
  }
  .choose-arched-list li {
    font-size: 20px;
    line-height: 28px;
    padding-left: 20px;
  }
  .choose-arched-form {
    width: 80%;
  }
  .choose-arched-form__text {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 20px;
  }
  .choose-arched-form__inp {
    width: 70%;
    height: 58px;
    background: #FFFFFF;
    border: 2px solid #000000;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    font-size: 20px;
  }
  .choose-arched-form__inp:focus {
    border: 2px solid #ADD54E;
  }
  .choose-arched-form__btn {
    width: 25%;
    height: 58px;
    background: #FFFFFF;
    border: 2px solid #000000;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    font-size: 20px;
  }
  .choose-arched-form__btn:hover {
  border: 2px solid #E8EDCE;
  background: #E8EDCE;
  color: #000;
  }
  .choose-arched__img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media (max-width: 992px) {
  .arched {
    margin: 50px 0 100px;
  }
  .arched-item {
    margin-top: 50px;
  }
  .arched-item__title {
    font-size: 40px;
    line-height: 50px;
  }
  .arched-item__text {
    font-size: 18px;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 0;
  }
  .arched-item__link {
    min-height: 50px;
    margin: 40px auto 0;
  }
  .arched-info {
    width: 48%;
    margin-top: 80px;
  }
  .arched-info__title {
    font-size: 24px;
    line-height: 28px;
  }
  .arched-info__text {
    font-size: 18px;
    line-height: 24px;
    margin-top: 20px;
    width: 100%;
  }
  .form img {
    display: none;
  }
  .arched-photos__img {
    height: 200px;
  }
  .greenHouse {
    margin: 80px 0 100px;
  }
  .greenHouse__title {
    font-size: 50px;
    line-height: 60px;
  }
  .greenHouse-box {
    margin-top: 50px;
    padding: 20px 0 30px;
  }
  .greenHouse-item {
    width: 48%;
  }
  .greenHouse-item__title {
    font-size: 24px;
    line-height: 28px;
  }
  .greenHouse-item__text {
    font-size: 18px;
    line-height: 24px;
    margin-top: 20px;
  }
  .greenHouse-item:nth-child(3), .greenHouse-item:nth-child(4), .greenHouse-item:nth-child(5), .greenHouse-item:nth-child(6) {
    margin-top: 50px;
  }
  .choose-arched {
    margin-bottom: 100px;
  }
  .choose-arched__title {
    font-size: 32px;
    line-height: 40px;
  }
  .choose-arched-list {
    margin: 20px 0 30px;
  }
  .choose-arched-list li {
    font-size: 20px;
    line-height: 28px;
    padding-left: 20px;
  }
  .choose-arched-form {
    width: 80%;
  }
  .choose-arched-form__text {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 20px;
  }
  .choose-arched-form__inp {
    width: 70%;
    height: 58px;
    background: #FFFFFF;
    border: 2px solid #000000;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    font-size: 20px;
  }
  .choose-arched-form__inp:focus {
    border: 2px solid #ADD54E;
  }
  .choose-arched-form__btn {
    width: 25%;
    height: 58px;
    background: #FFFFFF;
    border: 2px solid #000000;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    font-size: 20px;
  }
  .choose-arched-form__btn:hover {
    background: #472B00;
    color: #ADD54E;
  }
  .choose-arched__img {
    margin-top: 30px;
  }
}

@media (max-width: 576px) {
  .form__icon {
  display: none;
}
  .arched__title {
    font-size: 32px;
    line-height: 40px;
  }
  .arched__title-sub {
    font-size: 18px;
    line-height: 24px;
  }
  .arched-item__title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .arched-item__link {
    width: 100%;
  }
  .arched-info {
    width: 100%;
    margin-top: 50px;
  }
  .arched-info__title {
    font-size: 20px;
    line-height: 24px;
  }
  .arched-info__text {
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
  }
  .form__title {
    font-size: 40px;
    line-height: 40px;
  }
  .form__title-sub {
    margin: 10px 0 25px;
  }
  .form img {
    display: none;
  }
  .arched-photos .container {
    padding: 0;
  }
  .arched-photos__img {
    height: 200px;
    width: 49.5% !important;
  }
  .greenHouse__title {
    font-size: 32px;
    line-height: 40px;
  }
  .greenHouse-box {
    margin-top: 20px;
  }
  .greenHouse-item {
    width: 100%;
    margin-top: 20px !important;
  }
  .greenHouse-item__title {
    font-size: 24px;
    line-height: 28px;
  }
  .greenHouse-item__text {
    font-size: 16px;
    line-height: 20px;
  }
  .choose-arched {
    margin-bottom: 100px;
  }
  .choose-arched__title {
    font-size: 32px;
    line-height: 40px;
    width: 100%;
  }
  .choose-arched-form {
    width: 100%;
  }
  .choose-arched-form__text {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 20px;
  }
  .choose-arched-form__inp {
    width: 70%;
    height: 58px;
    background: #FFFFFF;
    border: 2px solid #000000;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    font-size: 20px;
  }
  .choose-arched-form__inp:focus {
    border: 2px solid #ADD54E;
  }
  .choose-arched-form__btn {
    width: 25%;
    height: 58px;
    background: #FFFFFF;
    border: 2px solid #000000;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    font-size: 20px;
  }
  .choose-arched-form__btn:hover {
    background: #472B00;
    color: #ADD54E;
  }
  .choose-arched__img {
    margin-top: 30px;
  }
}

#arched-forma {
  margin-bottom: 130px;
}