.container {
  padding: 0 20px;
  max-width: 1100px;
  margin: 0 auto;
}
.home-catalog {
  background: url("../img/bg--homecatalog.jpg") no-repeat top / cover;
  border-top: 3px solid #f58734;
}
.home-catalog h1 {
  margin-top: 9rem;
  color: #fff;
  font-size: 3.8rem;
  font-weight: 400;
  line-height: 5rem;
}
.home-catalog p {
  margin: 4rem 0;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 3rem;
}
.description {
  text-align: left;
  font-family: "Arial", sans-serif;
}
.description h2 {
  margin: 6rem 0;
  color: #000;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1;
  margin-top: 400px;
}
.description h3 {
  font-family: "Arial", sans-serif;
  color: #000;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 3rem;
  margin: 4rem 0;
}
.description p {
  color: #000;
  font-size: 1.7rem;
  font-weight: normal;
  line-height: 3rem;
  font-family: "Arial", sans-serif;
}
.description ul {
  margin: 0 0 4rem 2rem;
}
.description ul li {
  padding-left: 2rem;
  list-style: disc;
  color: #000;
  font-size: 1.7rem;
  font-weight: normal;
  line-height: 3rem;
}
.description .specialists {
  margin-bottom: 4rem;
}
.description .description-block .description-text {
  margin: 4rem 0;
}
.banner {
  padding: 2rem 2.5rem;
  background: url("../images/bg-bannercatalog.jpg") no-repeat center / cover;
  display: flex;
  justify-content: flex-end;
}
.banner .wrap {
  flex-basis: 67rem;
}
.banner p {
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  line-height: 3rem;
  padding: 1rem 0;
  text-align: right;
}
.form-block {
  margin: 6rem auto;
  border: 7px solid #f58734;
  padding-top: 4rem;
  display: flex;
}
.form-block .form {
  flex-basis: 54rem;
  padding: 0 4rem;
}
.form-block .form h2 {
  margin-top: 2rem;
  text-transform: uppercase;
  color: #000;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 2rem;
}
.form-block .form p {
  padding-bottom: 2rem;
  color: #f58734;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
}
.form-block form input,
.form-block form textarea {
  margin-bottom: 2.5rem;
  color: #000;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1;
  padding: 1.5rem;
  width: 100%;
  border: 2px solid #e0e0e0;
}
.form-block form input::placeholder,
.form-block form textarea::placeholder {
  color: #a4a4a4;
}
.form-block form input:focus,
.form-block form textarea:focus,
.form-block form input:active,
.form-block form textarea:active {
  background: #f8ffb5;
}
.form-block form label {
  margin-bottom: 6px;
  font-size: 1.6rem;
}
.form-block form .wrap {
  display: flex;
}
.form-block form .wrap .name {
  margin-right: 2rem;
}
.form-block form .btn-form-catalog {
  border: 2px solid #f58734;
  color: #f58734;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1;
  transition: background-color 0.25s, color 0.25s;
  padding: 2.5rem;
  text-align: center;
  width: 100%;
  margin-bottom: 2.5rem;
}
.form-block form .btn-form-catalog:hover,
.form-block form .btn-form-catalog:active {
  background-color: #f58734;
  color: #fff;
}
.btn-block {
  margin: 4rem auto;
  text-align: center;
}
.btn-block .btn-catalog {
  text-transform: uppercase;
  border: 2px solid #f58734;
  color: #f58734;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1;
  transition: background-color 0.25s, color 0.25s;
  padding: 2.5rem 19rem;
}
.btn-block .btn-catalog:hover,
.btn-block .btn-catalog:active {
  background-color: #f58734;
  color: #fff;
}
.tg-quicklinks .tg-fcol ul li a {
  width: 100px;
  vertical-align: middle;
  word-break: break-all;
}

@media screen and (max-width: 960px) {
  .form-block .img {
    display: none;
  }
  .form-block .form {
    flex-basis: 100%;
  }
  .form-block form .wrap {
    flex-wrap: wrap;
  }
  .form-block form .wrap .name,
  .form-block form .wrap .phone {
    margin-right: 0;
    flex-basis: 100%;
  }
  .btn-block .btn-catalog {
    padding: 2.5rem 0;
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .form-block .form {
    padding: 0 1rem;
  }
  .html {
    font-size: 7px;
  }
}
