body {
  margin: 0;
}

#content-description, .bonusBlock {
  display: none !important;
}

h2.cuTitle {
  display: none !important;
}

.custom-page-container {
  font-family: "MazdaType-Regular";
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.01em;
  width: 960px;
  margin: 0 auto 96px auto;
  text-align: center;
}
@media (max-width: 740px) {
  .custom-page-container {
    width: 90vw;
    margin: 0 auto 20vw auto;
  }
}
.custom-page-container .top-section {
  margin: 72px auto 0 auto;
}
@media (max-width: 960px) {
  .custom-page-container .top-section {
    margin: 15vw auto 0 auto;
  }
}
.custom-page-container .top-section__title {
  color: #333333;
  font-size: 130px;
  font-style: normal;
  font-weight: 700;
  line-height: 96px;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 960px) {
  .custom-page-container .top-section__title {
    font-size: 12.5vw;
    line-height: 8.75vw;
  }
}
.custom-page-container .top-section__sub-title {
  color: #333333;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 133.333% */
  letter-spacing: 0.48px;
  text-transform: uppercase;
  margin: 16px 0 0 0;
}
@media (max-width: 960px) {
  .custom-page-container .top-section__sub-title {
    font-size: 3.125vw;
    line-height: 3.125vw;
    letter-spacing: -0.03em;
    margin: 2.5vw 0 0 0;
  }
}
.custom-page-container .form-section {
  margin: 72px auto 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 960px) {
  .custom-page-container .form-section {
    margin: 7.5vw auto 0 auto;
    flex-direction: column;
  }
}
.custom-page-container .form-section__image img {
  border-radius: 8px;
}
@media (max-width: 960px) {
  .custom-page-container .form-section__image img {
    border-radius: 1.875vw;
  }
}
.custom-page-container .form-section-block {
  width: 452px;
  height: 540px;
  text-align: left;
}
@media (max-width: 960px) {
  .custom-page-container .form-section-block {
    width: 90vw;
    margin: 3.75vw auto 0 auto;
  }
}
.custom-page-container .about {
  margin: 154px 0 151px 0;
}
@media (max-width: 960px) {
  .custom-page-container .about {
    margin: 27.5vw auto 22.5vw auto;
  }
}
.custom-page-container .about__title {
  color: #333333;
  font-family: "Mazda Type TT";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  margin: 0 0 48px 0;
}
@media (max-width: 960px) {
  .custom-page-container .about__title {
    width: 90vw;
    margin: 0 auto 6.25vw auto;
    font-size: 6.25vw;
    line-height: 7.5vw;
    letter-spacing: -0.02em;
  }
}
.custom-page-container .about-block {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 960px) {
  .custom-page-container .about-block {
    flex-direction: column;
  }
}
.custom-page-container .about-block__image {
  border-radius: 8px;
}
@media (max-width: 960px) {
  .custom-page-container .about-block__image {
    border-radius: 1.875vw;
  }
}
.custom-page-container .about-block-text {
  width: 452px;
  text-align: left;
  margin: -28px 0 0 0;
}
@media (max-width: 960px) {
  .custom-page-container .about-block-text {
    width: 90vw;
    margin: 1.25vw 0 0 0;
  }
}
.custom-page-container .about-block-text h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}
@media (max-width: 960px) {
  .custom-page-container .about-block-text h3 {
    font-size: 5vw;
    line-height: 7.5vw;
    letter-spacing: -0.01em;
  }
}
.custom-page-container .about-block-text p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 16px 0;
}
@media (max-width: 960px) {
  .custom-page-container .about-block-text p {
    font-size: 4.0625vw;
    line-height: 5vw;
    margin: 0 0 5vw 0;
  }
}
.custom-page-container .services {
  width: 100%;
}
.custom-page-container .services__title {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 48px */
  letter-spacing: 0.48px;
  text-transform: uppercase;
  text-align: left;
  margin: 0 0 44px 0;
}
@media (max-width: 960px) {
  .custom-page-container .services__title {
    font-size: 7.5vw;
    margin: 0 0 7.5vw 0;
  }
}
.custom-page-container .services-container {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
@media (max-width: 960px) {
  .custom-page-container .services-container {
    flex-direction: column;
  }
}
.custom-page-container .services-list {
  display: flex;
  width: 452px;
  flex-direction: column;
  align-items: stretch;
  padding: 0;
  margin: 0;
  border-top: 1px solid #D9D9D9;
}
@media (max-width: 960px) {
  .custom-page-container .services-list {
    width: 90vw;
  }
  .custom-page-container .services-list:last-child {
    border-top: none;
  }
}
.custom-page-container .services-list__item {
  font-size: 32px;
  line-height: 56px;
  border-bottom: 1px solid #D9D9D9;
  width: 452px;
  list-style: none;
  text-align: left;
}
@media (max-width: 960px) {
  .custom-page-container .services-list__item {
    font-size: 5vw;
    line-height: 11.25vw;
    width: 100%;
  }
}
.custom-page-container .services__button {
  width: 100%;
  height: 80px;
  line-height: 80px;
  background: black;
  display: inline-block;
  text-decoration: none !important;
  text-transform: uppercase;
  color: white;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1.92px;
  border-radius: 8px;
  margin: 56px 0 0 0;
}
@media (max-width: 960px) {
  .custom-page-container .services__button {
    font-size: 4.0625vw;
    height: 11.25vw;
    line-height: 11.25vw;
    margin: 10vw 0 0 0;
    border-radius: 1.875vw;
  }
}/*# sourceMappingURL=style.css.map */