@font-face {
  font-family: "DIN pro";
  src: url("../fonts/DINPro.woff2") format("woff2");
  src: url("../fonts/DINPro.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: "DIN pro";
  src: url("../fonts/DINPro-Bold.woff2") format("woff2");
  src: url("../fonts/DINPro-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap
}


.newMainBlock p {
  margin: 0;
}

.newMainBlock ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.newMainBlock sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden
}


.newMainBlock .container {
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto
}

.newMainBlock h1,
.newMainBlock h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  color: #2f2e2e
}

.newMainBlock h1 p {
  font-weight: 700 !important;
  font-size: 48px !important;
  line-height: 60px !important;
  color: #2f2e2e !important;
  margin-bottom: 20px !important;
}

.newMainBlock .logo {
  z-index: 10
}

.newMainBlock .preview h2 {
  max-width: 335px;
  margin-bottom: 18px
}

.newMainBlock .preview__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.newMainBlock .preview__wrapper {
  margin-top: -8px;
  margin-right: 10px
}

.newMainBlock .preview__wrapper p {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #a0a09f;
  max-width: 480px;
  margin-bottom: 39px
}

.newMainBlock .preview__link {
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  color: #fff;
  padding: 12px 24px;
  border: 1px solid transparent;
  background: #22b6e7;
  border-radius: 4px;
  -webkit-transition: background .4s, color .4s, border .4s;
  -o-transition: background .4s, color .4s, border .4s;
  transition: background .4s, color .4s, border .4s
}

.newMainBlock .preview__link:hover {
  color: #22b6e7;
  border: 1px solid #22b6e7;
  text-decoration: none;
  background-color: transparent;
}

.newMainBlock .preview__img {
  border-radius: 4px
}

.newMainBlock .advantage {
  margin: 70px 0
}

.newMainBlock .advantage__list {
  padding: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #f5f5f5;
  border-radius: 4px
}

.newMainBlock .advantage__item {
  max-width: 326px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.newMainBlock .advantage__item p {
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #2f2e2e;
  width: 100%;
  max-width: 230px
}

.newMainBlock .advantage__item svg {
  margin-right: 24px
}

.newMainBlock .about {
  margin-bottom: 40px
}

.newMainBlock .about h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
  margin-top: 0;
  color: #fff
}

.newMainBlock .about__inner {
  border-radius: 4px;
  padding: 202px 0 24px 0;
  background-image: url("../images/image.jpg");
  background-position: right
}

.newMainBlock .about__wrapper {
  padding: 24px;
  background: #22b6e7;
  max-width: 570px;
  margin-left: auto
}

.newMainBlock .about__wrapper P {
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  color: #fff
}

.newMainBlock .questions {
  margin-bottom: 63px
}

.newMainBlock .questions h2 {
  font-weight: 700;
  font-size: 21px;
  line-height: 26px;
  color: #2f2e2e;
  margin-bottom: 20px
}

.newMainBlock .questions__list p {
  font-size: 17px;
  font-weight: 400;
  color: #a0a09f;
  line-height: 21px;
  margin-bottom: 24px;
  font-weight: normal;
  font-family: "DIN pro"
}

.newMainBlock .questions__list h2 {
  font-weight: 700;
  font-size: 21px;
  line-height: 26px;
  color: #2f2e2e;
  margin-bottom: 20px
}

.newMainBlock .questions__item:not(:last-child) {
  margin-bottom: 29px
}

.newMainBlock .questions__blocks {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 18px
}

.newMainBlock .questions__block {
  padding: 24px;
  background: #f0fef0;
  border-radius: 4px;
  font-weight: 400;
  font-size: 17px;
  line-height: 21px;
  max-width: 368px;
  width: 100%;
  color: #2f2e2e
}

.newMainBlock .questions__block h3 {
  font-weight: 700;
  font-size: 17px;
  line-height: 21px;
  margin: 0
}

.newMainBlock .questions__block p {
  font-weight: 400;
  font-size: 17px;
  margin-bottom: 0;
  line-height: 21px
}

.newMainBlock .questions__block:nth-child(2) {
  background: #f4f2fe
}

.newMainBlock .questions__block:nth-child(3) {
  background: #fdf2ed
}

.newMainBlock .questions__block:nth-child(4) {
  background: #effbfe
}

.newMainBlock .questions__block:nth-child(5) {
  background: #fefce5
}

.newMainBlock .questions__block:nth-child(6) {
  background: #f5f5f5
}

@media(max-width: 768px) {
  .newMainBlock .preview h1 p {
    font-weight: 700 !important;
    font-size: 36px !important;
    line-height: 45px !important;
    color: #2f2e2e !important;
    max-width: 286px !important;
  }

  .newMainBlock .preview__wrapper {
    margin-left: auto;
    margin-right: auto
  }

  .newMainBlock .preview__inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse
  }

  .newMainBlock .preview__img {
    max-width: 360px;
    margin-bottom: 15px
  }

  .newMainBlock .preview p {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    max-width: 320px;
    color: #a0a09f;
    margin-bottom: 28px
  }

  .newMainBlock .advantage__list {
    padding: 24px
  }

  .newMainBlock .advantage__item svg {
    width: 72px;
    height: 72px;
    margin-right: 16px
  }

  .newMainBlock .advantage p {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #2f2e2e
  }

  .newMainBlock .questions__blocks {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr
  }

  .newMainBlock p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #a0a09f
  }
}

@media(max-width: 576px) {
  .newMainBlock .preview {
    margin-top: 18px;
    margin-bottom: 44px
  }

  .newMainBlock .preview h1 {
    margin-bottom: 18px;
    max-width: 280px
  }

  .newMainBlock .preview__img {
    max-width: 100%;
    margin-top: -10px;
    margin-bottom: 33px
  }

  .newMainBlock .preview__wrapper {
    margin-left: 0
  }

  .newMainBlock .preview p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 40px
  }

  .newMainBlock .questions__blocks {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
  }

  .newMainBlock .questions__block {
    display: block;
    margin: 0 auto
  }

  .newMainBlock .questions__item p {
    font-size: 16px;
    line-height: 20px
  }

  .newMainBlock .questions__item:not(:last-child) {
    margin-bottom: 24px
  }

  .newMainBlock .advantage {
    margin: 40px 0
  }

  .newMainBlock .advantage__list {
    padding: 30px 24px 38px 35px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .newMainBlock .advantage__item p {
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    color: #2f2e2e;
    max-width: none;
    width: 180px
  }

  .newMainBlock .advantage__item:not(:last-child) {
    margin-bottom: 24px
  }

  .newMainBlock .about h2 {
    margin-bottom: 8px
  }

  .newMainBlock .about__inner {
    padding-top: 99px;
    padding-left: 23px
  }

  .newMainBlock .about__wrapper {
    padding: 24px 20px 24px 24px
  }

  .newMainBlock .about__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #fff
  }
}