header {
  background-color: #f0f0f2;
  box-shadow: 0px 7px 30px -4px rgba(0, 0, 0, 0.4);
}
header .header__inner-logo .header__inner-logo__text {
  filter: brightness(0) saturate(100%) invert(20%) sepia(36%) saturate(1011%) hue-rotate(173deg) brightness(94%) contrast(86%);
}
header .header__inner-content {
  border-color: #f0f0f2;
}
header .header__inner-content .header__inner-content__nav a {
  color: #264367;
}
header .header__inner-content .header__inner-content__phone {
  display: flex;
  align-items: center;
}
header .header__inner-content .header__inner-content__phone .header__inner-content__phone-icon {
  background-color: #eb871e;
}
header .header__inner-content .header__inner-content__phone .header__inner-content__phone-icon img {
  filter: brightness(0) saturate(100%) invert(93%) sepia(100%) saturate(0%) hue-rotate(248deg) brightness(106%) contrast(106%);
  transition: all 0.2s ease-in-out;
}
header .header__inner-content .header__inner-content__phone a {
  color: #264367;
}

.main-page {
  background: url(../img/production/production-bg.jpg);
  background-repeat: no-repeat;
  background-position: right 175px top 130px;
}
.main-page h1 {
  font-family: "MazzardH Medium";
  font-size: 46px;
  line-height: 52px;
  color: #053a69;
  margin: 30px 0 70px 0;
  max-width: 520px;
}
.main-page .main-page__list-item {
  display: flex;
  margin-bottom: 40px;
  width: 460px;
  max-width: 100%;
}
.main-page .main-page__list-item img {
  width: 30px;
  height: 30px;
  margin-top: 7px;
}
.main-page .main-page__list-item p {
  font-family: "Roboto Regular";
  font-size: 18px;
  line-height: 24px;
  margin-left: 20px;
}

.main-page__wrap {
  padding: 150px 0 50px 0;
}

.main-page__image-mobile {
  display: none;
}

.stage {
  padding: 40px 0;
}
.stage h2 {
  font-family: "MazzardH Medium";
  font-size: 46px;
  line-height: 52px;
  color: #053a69;
  margin-bottom: 40px;
}

.stage__item {
  display: flex;
  max-width: 100%;
  height: 400px;
  margin-bottom: 20px;
}
.stage__item .stage__item-image {
  min-width: 468px;
}
.stage__item .stage__item-content {
  padding: 50px 40px 40px 60px;
  background: linear-gradient(60deg, rgb(51, 89, 137) 0%, rgb(113, 153, 195) 100%);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.stage__item .stage__item-content .stage__item-content__title-wrap .number {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -20px;
  top: calc(50% - 20px);
  min-width: 40px;
  width: 40px;
  height: 40px;
  min-height: 40px;
  background-color: #eb871e;
  font-family: "MazzardH Medium";
  font-size: 30px;
  line-height: 36px;
  color: #fff;
}
.stage__item .stage__item-content .stage__item-content__title-wrap .title {
  font-family: "MazzardH Medium";
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  text-transform: uppercase;
}
.stage__item .stage__item-content .stage__item-content__text {
  font-family: "Roboto Regular";
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  margin-top: 30px;
}

@media screen and (max-width: 968px) {
  .main-page {
    background: none;
  }
  .main-page h1 {
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    margin: 35px auto 45px auto;
  }
  .main-page .subtitle {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    margin: 0 auto;
  }
  .main-page__wrap {
    padding: 80px 0 30px 0;
  }
  .main-page__image-mobile {
    display: block;
    margin-top: 30px;
  }
  .main-page__image-mobile img {
    margin: 0 auto;
  }
  .stage {
    padding: 30px 0 10px 0;
  }
  .stage h2 {
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 30px;
  }
  .stage__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .stage__item {
    flex-direction: column;
    align-items: center;
    width: 468px;
    max-width: 100%;
    height: auto;
  }
  .stage__item .stage__item-image {
    min-width: auto;
  }
  .stage__item .stage__item-content {
    padding: 30px 20px 20px 20px;
    background: #fff;
  }
  .stage__item .stage__item-content .stage__item-content__title-wrap {
    display: flex;
    align-items: center;
  }
  .stage__item .stage__item-content .stage__item-content__title-wrap .number {
    position: unset;
    margin-right: 20px;
  }
  .stage__item .stage__item-content .stage__item-content__title-wrap .title {
    font-size: 24px;
    line-height: 30px;
    color: #335989;
  }
  .stage__item .stage__item-content .stage__item-content__text {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    margin-top: 20px;
  }
}
@media screen and (max-width: 340px) {
  .stage__item .stage__item-content .stage__item-content__title-wrap .title {
    font-size: 20px;
    line-height: 26px;
  }
}/*# sourceMappingURL=style-production.css.map */