.catalog-title {
  font-weight: 700;
  font-size: 27px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 35px;
  padding-top: 30px;
  position: relative;
}
.catalog-title:before {
  height: 1px;
  position: absolute;
  background: #fe8101;
  width: 211px;
  top: 0;
  left: 0;
  content: "";
}

section.catalog .catalog__block .catalog__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1440px) {
  section.catalog .catalog__block .catalog__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  section.catalog .catalog__block .catalog__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

section.catalog .catalog__block .catalog__list .catalog_list__item {
  width: inherit;
}

.advantages {
  padding: 3.4375rem 3.75rem 0 3.75rem !important;
}
@media (max-width: 991px) {
  .advantages {
    padding: 0 0 70px 0 !important;
  }
}
.advantages__grid {
  display: grid;
  margin-top: 70px;
  grid-template-columns: repeat(4, 1fr);
  grid-row-gap: 47px;
  grid-column-gap: 18px;
}
@media (max-width: 1440px) {
  .advantages__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .advantages__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .advantages__grid {
    grid-template-columns: 1fr;
  }
}
.advantages__card {
  background: #f7f6f6;
  position: relative;
  padding: 40px 29px 29px 29px;
}
@media (max-width: 768px) {
  .advantages__card {
    padding: 40px 29px 29px 29px;
  }
}
.advantages__card-icon {
  margin-top: -60px;
}
.advantages__card-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #000;
  margin-top: 18px;
}
.advantages__card-text {
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 140% !important;
  color: rgba(0, 0, 0, 0.7) !important;
  margin-bottom: 0 !important;
}

.why-us {
  padding: 100px 3.75rem 70px 3.75rem !important;
}
@media (max-width: 991px) {
  .why-us {
    padding: 0 0 70px 0 !important;
  }
}
.why-us__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  align-items: center;
}
@media (max-width: 991px) {
  .why-us__layout {
    flex-direction: column;
    display: flex;
    gap: 25px;
  }
}
.why-us__photo-top {
  grid-column: 1;
  grid-row: 1;
}
.why-us__photo-top img {
  width: 100%;
  object-fit: cover;
}
.why-us__content {
  grid-column: 2;
  grid-row: 1;
  padding-left: 47px;
}
@media (max-width: 991px) {
  .why-us__content {
    padding-left: 0;
  }
}
.why-us__content-label {
  color: #fe8101;
}
.why-us__content-title {
  font-weight: 700;
  font-size: 27px;
  line-height: 130%;
  text-transform: uppercase;
  color: #000;
}
.why-us__content-text {
  margin-bottom: 0 !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px !important;
  color: rgba(0, 0, 0, 0.7);
}
.why-us__description {
  grid-column: 1;
  grid-row: 2;
  padding-right: 47px;
}
@media (max-width: 991px) {
  .why-us__description {
    padding-left: 0;
  }
}
.why-us__description-text {
  margin-bottom: 0 !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px !important;
  color: rgba(0, 0, 0, 0.7);
}
.why-us__photo-bottom {
  grid-column: 2;
  grid-row: 2;
}
.mining-solutions {
  padding: 0 3.75rem 70px 3.75rem !important;
}
@media (max-width: 991px) {
  .mining-solutions {
    padding: 0 !important;
  }
}
.mining-solutions__inner {
  background: #f7f7f7;
  padding: 60px;
}
@media (max-width: 991px) {
  .mining-solutions__inner {
    padding: 30px;
  }
}
.mining-solutions__list {
  list-style: none;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.mining-solutions__item {
  display: flex;
  align-items: flex-start;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #000;
  gap: 23px;
}
.mining-solutions__item:before {
  background: #fe8101;
  width: 17px;
  height: 17px;
  content: "";
  flex-shrink: 0;
  margin-top: 3px;
}
.mining-solutions__item-text {
  margin: 0 !important;
  line-height: 20px !important;
}

.faq-accordion {
  margin-bottom: 50px;
}

.faq-item {
  border-bottom: 1px solid #e0e0e0;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 18px 40px 18px 0;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  color: #222;
  display: block;
}

.faq-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}

.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  background: #222;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.faq-icon::before {
  width: 20px;
  height: 2px;
  top: 9px;
  left: 0;
}

.faq-icon::after {
  width: 2px;
  height: 20px;
  top: 0;
  left: 9px;
}

.faq-item--open .faq-icon::after {
  transform: rotate(90deg);
  opacity: 0;
}

.faq-answer {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.35s ease;
}

.faq-item--open .faq-answer {
  max-height: 600px;
}

.faq-answer__inner {
  padding: 0 0 18px;
  color: #444;
  line-height: 1.6;
}

.form-page-catalog {
  padding: 0 3.75rem 70px 3.75rem !important;
}
@media (max-width: 991px) {
  .form-page-catalog {
    padding: 0 !important;
  }
}

.form-page {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 53px;
}
.form-page__img img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .form-page {
    margin-top: 70px;
    margin-bottom: 70px;
    grid-template-columns: 1fr;
  }
}
.form-page__title {
  font-weight: 700;
  font-size: 27px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 15px;
}
.form-page__desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 25px;
  color: rgba(0, 0, 0, 0.6);
}
.form-page .form_revinz-bottom {
  display: flex;
  gap: 15px;
  margin-top: 33px;
}
.form-page br {
  display: none;
}
.form-page .form_checkbox label {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.5);
}
.form-page .form_element input {
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 150%;
  border: 1px solid #e8e8e8 !important;
  display: flex !important;
  height: 65px !important;
  width: 100%;
  padding-left: 43px;
  align-items: center;
  box-sizing: border-box;
}
@media (max-width: 991px) {
  .form-page .form_element input {
    padding-left: 23px;
  }
}
.form-page .form_element input::placeholder {
  color: rgba(0, 0, 0, 0.3) !important;
}
.form-page .form_element input:focus {
  background: none !important;
  color: #000 !important;
  border: 1px solid #fe8101 !important;
}
.form-page .form_element input:focus::placeholder {
  color: rgb(0, 0, 0) !important;
}
.form-page .form_element input[type=submit] {
  height: 55px !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  padding: 0 20px 0 20px;
  line-height: 150% !important;
  color: #fff !important;
  background: #fe8101 !important;
}

/*# sourceMappingURL=new-custom2.css.map */
