@font-face {
  font-family: calibri;
  src: url(../font/8277.ttf);
}

*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
html {
  font-family: calibri;
  font-size: 10px;
  color: #616161;
}

.wrapper {
  background-image: url(../img/bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.container {
  max-width: 1250px;
  margin: 0 auto;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 28px;
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0 115px;
}

.header__nav__link {
  text-decoration: none;
  display: block;
  font-size: 1.8rem;
  color: #616161;
  font-weight: 400;
}

.header__nav__link:visited {
  color: #616161;
}

.header__number {
  font-size: 1.8rem;
  color: #141419;
  font-weight: 400;
  border: none;
  outline: none;
  background-color: inherit;
  text-decoration: none;
}

.intro {
  background-image: url(../img/lamps.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  height: 738px;
  padding-top: 84px;
}

.intro__inner {
  max-width: 659px;
}

.intro__text__title {
  font-size: 60px;
  color: #141419;
  font-weight: 700;
  margin-bottom: 2rem;
}

.intro__text__title__first {
  max-width: 642px;
  display: block;
}

.intro__text__title__first::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background-color: #FB973B;
  margin-top: -24px;
}

.intro__text__title__second {
  max-width: 553px;
  display: block;
}

.intro__text__title__second::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background-color: #FB973B;
  margin-top: -24px;
}

.intro__text__title__third {
  max-width: 492px;
  display: block;
}

.intro__text__title__third::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background-color: #FB973B;
  margin-top: -24px;
}

.intro__text__par {
  font-size: 2.4rem;
  max-width: 324px;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 4rem;
}

.intro__text__par__free {
  color: #FB973B;
  font-weight: 700;
}

.intro__text__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 391px;
  border: 1px solid #E1E1E1;
}

.intro__text__form__input {
  padding: 15px 37px 18px 36.7px;
  width: 50%;
  font-size: 1.8rem;
  line-height: 1.3;
  border: none;
  outline: none;
  background-color: #F8F8F8;
  -webkit-transition: 0.2s linear all;
  transition: 0.2s linear all;
}

.intro__text__form__input:focus {
  background-color: #dfdfdf;
}

.intro__text__form__button {
  width: 50%;
  border: none;
  outline: none;
  color: #fff;
  background-color: #FB973B;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3;
  cursor: pointer;
  -webkit-transition: 0.2s linear all;
  transition: 0.2s linear all;
}

.intro__text__form__button:hover {
  background-color: #fa7c09;
}

.about__inner {
  max-width: 824px;
  margin: 0 auto 110px;
}

.about__title h2 {
  font-size: 60px;
  color: #141419;
  font-weight: 700;
  max-width: 795px;
  margin: 0 auto 1.2rem;
}

.about__title h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background-color: #FB973B;
  margin-top: -24px;
}

.about__text {
  max-width: 510px;
  margin: 0 auto;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.35;
  margin-bottom: 4.4rem;
}

.about__text__main {
  color: #FB973B;
  font-weight: 700;
}

.about__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about__info__image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.about__info__image__img {
  display: block;
  max-width: 100%;
  height: auto;
}

.about__info__stages {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 3rem;
  text-align: center;
}

.about__info__stages__item__text {
  margin-top: 1rem;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4;
  padding-bottom: 2rem;
}

.footer {
  padding-bottom: 8rem;
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__text {
  width: 415px;
  margin-top: -3rem;
}

.footer__text__title {
  width: 415px;
  font-size: 60px;
  color: #141419;
  font-weight: 700;
  margin-bottom: 2.2rem;
}

.footer__text__title__first::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background-color: #FB973B;
  margin-top: -24px;
}

.footer__text__title__second {
  display: block;
  max-width: 281px;
}

.footer__text__title__second::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background-color: #FB973B;
  margin-top: -24px;
}

.footer__text__par {
  font-size: 2.4rem;
  line-height: 1.35;
  max-width: 248px;
}

.footer__text__par__accent {
  color: #FB973B;
  font-weight: 700;
}

.footer__partners {
  width: 55%;
  margin-left: 146.7px;
}

.footer__partners__row {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 6.7rem;
  padding-right: 1.2rem;
}

.footer__partners__row:first-child {
  padding-right: 0;
}

.footer__partners__row__img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
}

.footer__partners__row:last-child {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .container {
    max-width: 768px;
  }
  .header__nav {
    padding: 0 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__nav__link {
    padding: 0 5px;
    text-align: center;
  }
  .intro__inner {
    margin: 0 auto;
  }
  .intro__text__title__first,
  .intro__text__title__second,
  .intro__text__title__third,
  .intro__text__par,
  .intro__text__form {
    text-align: center;
    margin: 0 auto 4rem;
  }
  .about__title h2 {
    max-width: 394px;
    text-align: center;
  }
  .about__title h2::after {
    display: none;
  }
  .about__title__first::after,
  .about__title__second::after {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    background-color: #FB973B;
    margin-top: -24px;
  }
  .intro {
    height: 650px;
    background-position: top right;
  }
}

@media (max-width: 768px) {
  .container {
    max-width: 425px;
  }
  .header__nav {
    display: none;
  }
  .intro {
    height: 550px;
  }
  .intro__text__title__first,
  .intro__text__title__second,
  .intro__text__title__third,
  .about__title__first,
  .about__title__second,
  .footer__text__title__first,
  .footer__text__title__second {
    font-size: 28px;
  }
  .intro__text__title__first::after,
  .intro__text__title__second::after,
  .intro__text__title__third::after,
  .about__title__first::after,
  .about__title__second::after,
  .footer__text__title__first::after,
  .footer__text__title__second::after {
    display: none;
  }
  .about__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 425px;
    margin: 0 auto;
  }
  .about__info__image__img {
    margin: 0 auto;
  }
  .about__info__stages {
    margin-left: 0;
  }
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__text {
    text-align: center;
    margin: 0 auto;
  }
  .footer__text__par {
    max-width: 300px;
    margin: 0 auto;
  }
  .footer__text__title__first,
  .footer__text__title__second {
    max-width: 100%;
  }
  .footer__partners {
    margin-left: 0;
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  .footer__partners__row {
    text-align: center;
  }
  .footer__partners__row__img {
    margin: 0 auto 30px;
  }
}
/*# sourceMappingURL=style.css.map */