

/* Start:/local/templates/main/components/it24/template/page_making/style.css?17786038743800*/
.production-template {
    color: #363d4d;
}

.production-template a {
    text-decoration: none;
}

.production-hero {
    overflow: hidden;
}

.production-hero__content {
    max-width: 796px;
    padding-top: 30px;
}

.production-hero__subtitle {
    margin: 0 0 24px;
    font-size: 35px;
    line-height: 46px;
    font-weight: 700;
    color: #363d4d;
}

.production-hero__text {
    margin: 0;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    color: #9b9ea6;
}

.production-hero__media {
    display: flex;
    justify-content: flex-end;
}

.production-hero__image {
    display: block;
    width: 100%;
    max-width: 250px;
    height: auto;
}

.production-offer__title {
    margin: 0 0 40px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 800;
    color: #363d4d;
}

.production-offer__card {
    position: relative;
    display: flex;
    align-items: flex-end;
    height: 100%;
    min-height: 330px;
    padding: 150px 60px 37px;
    overflow: hidden;
    border-radius: 8px;
    background: #363d4d;
}

.production-offer__card--wide {
    padding-top: 110px;
    padding-bottom: 47px;
}

.production-offer__card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(22, 28, 39, 0.64) 0%, rgba(22, 28, 39, 0.2) 100%);
    z-index: 1;
}

.production-offer__image {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.production-offer__content {
    position: relative;
    z-index: 2;
    max-width: 720px;
}

.production-offer__name {
    margin: 0 0 20px;
    max-width: 460px;
    font-size: 22px;
    line-height: 29px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}

.production-offer__card--wide .production-offer__name {
    max-width: 430px;
    font-size: 26px;
    line-height: 34px;
}

.production-offer__text {
    margin: 10px 0 20px;
    max-width: 711px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    color: #ffffff;
}

.production-offer .production-offer__button.button-anime.button-blue {
    border: 1px solid #ffffff;
}

@media (max-width: 991.98px) {
   
    .production-hero__subtitle {
        font-size: 30px;
        line-height: 39px;
    }

    .production-hero__media {
        justify-content: flex-start;
        margin-top: 35px;
    }

    .production-offer__card {
        min-height: 310px;
        padding: 100px 30px 30px;
    }

    .production-offer__name {
        font-size: 20px;
        line-height: 26px;
    }

    .production-offer__card--wide .production-offer__name {
        font-size: 22px;
        line-height: 29px;
    }

    .production-offer__text {
        font-size: 16px;
        line-height: 21px;
    }

}

@media (max-width: 575.98px) {
 
    .production-hero__content {
        padding-top: 0;
    }

    .production-hero__subtitle {
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 26px;
    }

    .production-hero__text {
        font-size: 14px;
        line-height: 18px;
    }

    .production-hero__media {
        margin-top: 24px;
        justify-content: center;
    }

    .production-hero__image {
        max-width: 210px;
    }

    .production-offer__title {
        margin-bottom: 30px;
        font-size: 20px;
        line-height: 26px;
    }

    .production-offer__card,
    .production-offer__card--wide {
        min-height: 260px;
        padding: 50px 20px 20px;
    }

    .production-offer__name,
    .production-offer__card--wide .production-offer__name {
        margin-bottom: 15px;
        font-size: 18px;
        line-height: 23px;
    }

    .production-offer__text {
        margin: 10px 0 20px;
        font-size: 14px;
        line-height: 18px;
    }

}

/* End */


/* Start:/local/templates/main/components/it24/template/form_question/style.css?17786030163260*/
.service-question {
  margin: 80px 0;
}

.service-question__box {
  position: relative;
  overflow: hidden;
  min-height: 450px;
  padding: 80px 64px 70px;
  background: #f3f4f4;
  border-radius: 8px;
}

.service-question__content {
  position: relative;
  z-index: 2;
  max-width: 620px;
}

.service-question__title {
  margin: 0 0 28px;
  color: #363d4d;
  font-size: 35px;
  font-weight: 700;
  line-height: 44px;
}

.service-question__title span {
  color: #177bd3;
}

.service-question__form {
  max-width: 670px;
}

.service-question__fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 28px;
  margin-bottom: 42px;
}

.service-question__field {
  width: 100%;
  height: 58px;
  padding: 0 24px;
  color: #363d4d;
  font-size: 16px;
  line-height: 20px;
  background: transparent;
  border: 1px solid #363d4d;
  border-radius: 8px;
  outline: none;
}

.service-question__field::placeholder {
  color: #9b9ea6;
  opacity: 1;
}

.service-question__field:focus {
  border-color: #177bd3;
}

.service-question__field_text {
  grid-column: 1 / -1;
  padding-top: 18px;
  resize: none;
}

.service-question__policy {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  max-width: 670px;
  margin: 0 0 30px;
  color: #363d4d;
  font-size: 16px;
  line-height: 24px;
}

.service-question__policy-input {
  flex: 0 0 18px;
  width: 16px;
  height: 16px;
  margin-top: 3px;
  accent-color: #177bd3;
}

.service-question__policy a {
  color: #177bd3;
  text-decoration: none;
}

.service-question__picture {
  position: absolute;
  top: 50%;
  right: -28px;
  z-index: 1;
  width: 390px;
  transform: translateY(-50%);
  pointer-events: none;
}

.service-question__image {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 420px;
  height: auto;
  margin-left: auto;
}

@media (max-width: 1399px) {
  .service-question__box {
    min-height: 450px;
    padding: 64px 50px 60px;
  }

  .service-question__content {
    max-width: 560px;
  }

  .service-question__title {
    font-size: 35px;
    line-height: 44px;
  }

  .service-question__form {
    max-width: 620px;
  }

  .service-question__picture {
    right: -58px;
    width: 360px;
  }

  .service-question__image {
    max-height: 400px;
  }
}

@media (max-width: 1199px) {
  .service-question__box {
    min-height: 0;
  }

  .service-question__content {
    max-width: 100%;
  }

  .service-question__form {
    max-width: 100%;
  }

  .service-question__picture {
    position: relative;
    top: auto;
    right: auto;
    width: 420px;
    max-width: 100%;
    margin: 35px auto 0;
    transform: none;
  }
}

@media (max-width: 767px) {

  .service-question {
     margin: 50px 0;
  }
  
  .service-question__box {
    padding: 40px 20px;
  }

  .service-question__title {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 24px;
  }

  .service-question__fields {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 28px;
  }

  .service-question__field {
    height: 54px;
    padding: 0 18px;
    font-size: 15px;
    line-height: 19px;
  }

  .service-question__field_text {
    padding-top: 18px;
  }

  .service-question__policy {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 20px;
  }
}

/* End */


/* Start:/local/templates/main/components/it24/template/block_advantages/style.css?17786030571416*/
.advantages-block {
    margin: 80px 0;
    color: #363d4d;
}

.advantages-block__title {
    margin: 0 0 40px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 800;
    color: #363d4d;
}

.advantages-block__item {
    height: 100%;
}

.advantages-block__visual {
    display: flex;
    align-items: center;
    height: 66px;
    margin-bottom: 22px;
}

.advantages-block__icon {
    display: block;
    max-width: 66px;
    max-height: 66px;
}

.advantages-block__number {
    font-size: 40px;
    line-height: 40px;
    font-weight: 800;
    color: #363d4d;
}

.advantages-block__text {
    max-width: 310px;
    margin: 0;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #363d4d;
}

@media (max-width: 991.98px) {
   
    .advantages-block__text {
        font-size: 18px;
        line-height: 23px;
    }
}

@media (max-width: 575.98px) {

    .advantages-block {
      margin: 50px 0;
    }

    .advantages-block__title {
        margin-bottom: 30px;
        font-size: 20px;
        line-height: 26px;
    }

    .advantages-block__visual {
        height: 48px;
        margin-bottom: 15px;
    }

    .advantages-block__icon {
        max-width: 48px;
        max-height: 48px;
    }

    .advantages-block__number {
        font-size: 24px;
        line-height: 24px;
    }

    .advantages-block__text {
        font-size: 12px;
        line-height: 16px;
    }
}

/* End */
/* /local/templates/main/components/it24/template/page_making/style.css?17786038743800 */
/* /local/templates/main/components/it24/template/form_question/style.css?17786030163260 */
/* /local/templates/main/components/it24/template/block_advantages/style.css?17786030571416 */
